﻿@font-face {
    font-family: "GOTHIC";
    src: url("../lib/font/GOTHIC.TTF");
}

@font-face {
    font-family: "GOTHICBI";
    src: url("../lib/font/GOTHICBI.TTF");
}

@font-face {
    font-family: "GOTHICB";
    src: url("../lib/font/GOTHICB.TTF");
}

.field-validation-error, .validation-summary-errors {
    color: var(--bs-red);
}

.field-validation-valid, .validation-summary-valid {
    display: none;
}

.input-validation-error {
    border: 1px ridge var(--bs-red);
}

.validation-summary-errors ul {
    list-style-type: none;
}

html, body {
    height: 100%;
    margin: 0;
    padding-top: 60px;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: #000000;
}

    body.delegate-page {
        background: url('../img/info/delegate_frees/delegate_bg.jpg') no-repeat #2066a7;
        background-attachment: fixed;
        color: #fff;
        background-position: center top;
    }

    body.accommodation-page {
        background: url('../img/info/accom_frees/accom_bg.jpg') no-repeat #2066a7;
        background-attachment: fixed;
        color: #fff;
    }

    body.advertising-page {
        background: url('../img/info/adver_frees/adver_bg.jpg') no-repeat #2066a7;
        background-attachment: fixed;
        color: #fff;
        background-position: center 80%;
    }

    body.branding-page {
        background: url('../img/info/branding_frees/branding_bg.jpg') no-repeat #2066a7;
        background-attachment: fixed;
        color: #fff;
        background-position: center;
    }

    body.special-page {
        background: url('../img/info/special_frees/special_bg.jpg') no-repeat #2066a7;
        background-attachment: fixed;
        color: #fff;
    }

    body.oneonone-page {
        background: url('../img/info/1on1/1on1_bg.jpg') no-repeat #2066a7;
        background-attachment: fixed;
        color: #fff;
        background-position: center bottom;
    }

    body.sponsor-page {
        background: url('../img/info/sponsors_frees/sponsor_bg.jpg') no-repeat #2066a7;
        background-attachment: fixed;
        color: #fff;
    }

    body.othersponsor-page {
        background: url('../img/info/other_frees/others_bg.jpg') no-repeat #2066a7;
        background-attachment: fixed;
        color: #fff;
        background-position: center 80%;
    }

    body.booths-page {
        background: url('../img/info/booths_frees/booths_bg.jpg') no-repeat #2066a7;
        background-attachment: fixed;
        color: #fff;
        background-position: center 80%;
    }

    body.register-page {
        background: url('../img/info/registation/affiliated_bg.jpg') no-repeat #2066a7;
        background-attachment: fixed;
        color: #fff;
        background-position: center 80%;
    }


main {
    flex: 1;
}

a {
    color: #f0d033;
    transition: 0.5s;
    text-decoration: none;
}

    a:hover, a:active, a:focus {
        color: #f9a79e;
        outline: none;
        text-decoration: none;
    }

.text-danger {
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important;
}

.std_table, .std_table_noborder {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
    color: #fff;
}

    .std_table_noborder td {
        color: #fff;
        padding: 10px 5px;
    }

    .std_table th {
        background-color: #25b6d1;
        color: #fff;
        border: solid thin #fff;
        padding: 10px 5px;
    }

    .std_table td {
        border: solid thin #fff;
        color: #fff;
        padding: 10px 5px;
    }

.std_booth {
    width: 90%;
}

    .std_booth td {
        background: #fff;
        padding: 10px 5px;
    }

.text-white {
    color: #fff;
}

.btn_red, .btn_red:hover {
    background: #ea2129;
    color: #FFFFFF;
}

.btn_blue {
    background: #25b6d1;
    color: #062e36;
}

    .btn_blue:hover {
        background: #25b6d1;
        color: #FFFFFF;
    }

.split {
    background: url(../img/info/pricing/split.png) no-repeat;
    padding: 0 20px;
}

.modalbg {
    background: #508fc1;
}
/****************sitebar*****************/
.sitebar-header {
    padding: 10px;
    color: #36F;
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    text-shadow: 2px 2px 6px #555555;
}

/****************agenda*****************/
.agenda_table {
    width: 100%
}

    .agenda_table th {
        background-color: #25b6d1;
        border: 1px solid #8b8b8b;
        color: #13216a;
        font-size: 14px;
        font-weight: bold;
        padding: 6px 0;
        text-align: center;
    }

    .agenda_table td {
        border: 1px solid #1a2c61;
    }

    .agenda_table .std_table_sub {
        background-color: #13216a;
        color: #FFFFFF;
    }

.navbar-theme {
    background: #FFFFFF;
    border-bottom: #EEEEEE solid thin;
}

.page-section {
    scroll-margin-top: 140px;
}

/*===========DOWNLOAD AREA==============================*/
#downloads_area {
    position: absolute;
    margin-top: 26%;
    padding-left: 20px;
}

.downloads_bt {
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.download_item {
    text-align: center;
    display: inline-block;
}

.download_box {
    position: relative;
    z-index: 9;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border: thin #FFF solid;
    margin-top: -60px;
    margin-left: 7%;
    width: 60%;
    background: rgba(68, 80, 124, 0.75);
}

    .download_box a {
        color: #FFFFFF;
    }
/*================bestpartner ================*/
.vote_box {
    margin: 15% 0 0 -10px;
    position: absolute;
    z-index: 99;
    width: 280px;
    text-align: center;
}

.vote_text {
    padding: 10px 5px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-shadow: rgb(14, 13, 12) 1px 0px 0px, rgb(14, 13, 12) 0.540302px 0.841471px 0px, rgb(14, 13, 12) -0.416147px 0.909297px 0px, rgb(14, 13, 12) -0.989993px 0.14112px 0px, rgb(14, 13, 12) -0.653644px -0.756803px 0px, rgb(14, 13, 12) 0.283662px -0.958924px 0px, rgb(14, 13, 12) 0.96017px -0.279416px 0px;
}
/*================eDirectory popup================*/
#DownloadFrmModal .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#DownloadFrmModal .modal-content {
    margin: 15% auto; /* 15% from the top and centered */
    width: 50%; /* Could be more or less, depending on screen size */
    background: #f9b0a9;
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-left: 95%;
}

    .close-button:hover, .close-button:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
/*================Academy courses================*/
.academy_section {
    margin: 100px auto;
}

    .academy_section h1 {
        color: #817518;
    }

#networking.CourseTitle {
    font-family: GOTHICB;
    font-size: 50px;
    color: #817518;
    text-align: left;
    margin-left: 10%;
}

#networking .logos {
    text-align: right;
}

#networking .schedule {
    padding-bottom: 10px;
    margin-left: 0px;
}

    #networking .schedule th {
        font-weight: bold;
        padding: 3px 3px;
    }

#networking .schedule_table {
    border-collapse: collapse;
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
}

.course_description {
    margin: 20px 5%;
}

.paragraph {
    margin-bottom: 30px;
}

#gdp h3, #networking h3 {
    font-size: 30px;
    color: #817518;
}

#gdp .logos {
    text-align: right;
    margin-bottom: -50px;
    z-index: 99;
}

#gdp .headsection {
    margin: 20px 10% 0;
}
/*================booth details================*/
.boothdetail {
    margin: 0 15%
}

.ShowHideTab {
    margin: 10px 0;
    border: thick solid #FFFFFF;
    background: #86cfdd;
    color: #070764;
    border-radius: 14px;
}

.boothTab {
    border: none;
    padding: 10px 0;
    margin-right: 5px;
    margin-left: 5px;
    color: #070764;
    font-size: 17px;
    display: inline-block;
    font-weight: bold;
}

#inclusionsTable, #inclusionsTableBig, #specificationsTable {
    display: none;
}

.inclusionsShow, .inclusionsShowBig, .specificationsShow {
    font-weight: bold;
    font-size: 17px;
}

.inclusionsHide, .inclusionsHideBig, .specificationsHide {
    display: none;
    font-weight: bold;
    font-size: 17px;
}

.col-inclusions {
    width: 50%;
}

.col-inclusionsBig {
    width: 53.5%;
}

.col-specifications {
    width: 42.6%;
}

.BoothInclusions th {
    background-color: #1a2c61;
    color: #fff;
    border: solid thin #1a2c61;
    padding: 10px 5px;
}

.BoothInclusions td, .BoothSpecifications td {
    color: #070764;
    border: solid thin #1a2c61;
}

.boothTab a:link, .boothTab a:link, .inclusionsAdvertising a:link, .boothTab a:hover, .boothTab a:hover, .boothTab a:visited, .boothTab a:visited, .inclusionsAdvertising a:visited {
    color: #070764;
    text-decoration: none;
}

.inclusionsAdvertising a:hover {
    color: #070764;
    text-decoration: underline;
}

.mlogo {
    margin-left: -60px;
}

#floorpaln hr.line, #StandardPricingTable hr.line, #BigPricingTable hr.line, #SpecificationTable hr.line, #CanclellationTable hr.line {
    border-top: 2px solid #889efd;
    margin: 20px 0;
    width: 100%;
}

#boothprice {
    border-radius: 15px;
    background: #FFFFFF;
    color: #143f90;
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.boothprice_title {
    background-color: #25b6d1;
    color: #FFFFFF;
    border-radius: 10px;
    border: none;
    padding: 10px 0;
    margin: 3px;
}

#boothprice th {
    border-left: solid thin #143f90;
    border-right: solid thin #143f90;
}

#boothprice td {
    border: solid thin #143f90;
    color: #143f90;
    padding: 10px 5px;
}
/*================start background detail================*/
#pricing {
    background-image: url('../img/info/pricing/delegate_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    transition: background-image 0.5s ease-in-out;
    min-height: 800px;
}

    #pricing h2, #pricing h4 {
        font-weight: bold;
        color: #FFFFFF;
    }

#pills-pricing .nav-item .nav-link {
    padding: 0px 10px;
}

    #pills-pricing .nav-item .nav-link img {
        width: 130px;
    }

#registration {
    background-image: url('../img/info/registation/registation_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    #registration h1 {
        color: #FFFFFF;
    }

.btn_register {
    color: #FFFFFF;
    background: url(../img/info/pricing/reserve_bt_bg.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center;
    width: 200px;
    height: 35px;
    border-radius: 10px;
    font-size: 14px;
    border: thin #FFF solid;
    font-weight: bold;
}

    .btn_register:hover {
        border: thin #FFF solid;
        color: yellow;
        font-weight: bold;
    }
/*================end background detail================*/


.section-header h1, .section-header h2, .section-header h3, .section-header h4 {
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.text_black {
    color: #555555;
}

hr.line {
    border-top: 4px solid #FFFFFF;
    width: 170px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
    opacity: 1;
}

hr.lineBlue {
    border-top: 4px solid #25b6d1;
    width: 170px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
    opacity: 1;
}

h1, h2, h3, h4 {
    font-weight: bold;
}


.section-header h1, .section-header h2, .section-header h3, .section-header h4 {
    text-align: center;
    position: relative;
    text-transform: uppercase;
}



.table-transparent td {
    color: #fff;
    background-color: transparent !important;
}

.follow_us {
    background: #00326e;
    height: 240px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

    .follow_us .footer-link {
        color: #fff !important;
    }

        .follow_us .footer-link:hover {
            color: #f0d033 !important;
        }

.fa-inverse {
    color: #020350
}

.weibo {
    margin-left: -5px
}

.fa-stack {
    margin-top: -2px;
}

.nav-pills .nav-link {
    color: var(--bs-danger);
}

    .nav-pills .nav-link.active {
        background-color: var(--bs-danger);
        color: var(--bs-secondary);
    }

.img-sponsor {
    height: 160px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
}

    .img-sponsor img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        transition: all 0.4s ease-in-out;
    }

        .img-sponsor img:hover {
            transform: scale(1.2);
        }
/*================Navbar================*/

.navbar-theme {
    background: #FFFFFF;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(236, 236, 237, 1) 91%, rgba(213, 214, 216, 1) 99%);
    height: 130px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 10px 0;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

.navbar-nav .nav-link {
    border-right: 2px solid #58595b4a;
    min-width: 100px;
    color: #555555;
    font-size: 16px;
    height: 35px;
}

.navbar-nav > li.lastest_menu a {
    border-right: none;
}

.navbar-nav .nav-link:hover {
    color: #0bb2d1;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #0bb2d1;
}


.dropdown-menu {
    color: #58595b;
    background-color: #0bb2d1;
    border: none;
}


.dropdown-item, .dropdown-item a:link, .dropdown-item a:active {
    color: #58595b;
}

    .dropdown-item:hover {
        color: #FFFFFF;
        background-color: #0bb2d1;
    }

.form-check-input {
    border: 1px solid #333 !important;
    transform: scale(1.2);
}

    .form-check-input:checked {
        background-color: #0d6efd !important;
        border-color: #0d6efd !important;
    }

.form-control, .form-select {
    border: 1px solid #999999 !important;
}


@media (min-width: 992px) {
    .navbar-nav.navbar-lg-bottom-right {
        flex-direction: row !important;
        width: auto !important;
        position: absolute !important;
        bottom: 0 !important;
        right: 1rem !important;
        /*margin: 0 !important;*/
    }

    

    .disclaimer-text {
        color: #00A;
        line-height: normal;
        text-align: justify
    }

    /*================Booking================*/
    .bookingDate {
        cursor: pointer;
        border-radius: 4px;
    }

        .bookingDate:hover {
            font-weight: bold;
        }

        .bookingDate.selected {
            background-color: #198754;
            color: white;
        }

        .bookingDate.inRange {
            background-color: #d1e7dd;
        }

    .info-list {
        padding-left: 1.5rem;
    }

        .info-list li {
            list-style-type: disc;
            list-style-position: outside;
        }

    .info-label {
        display: inline-block;
        min-width: 220px;
    }

    .info-content {
        display: inline;
    }
}

@media (max-width: 1366px) {
    .mlogo {
        margin-left: -60px;
        height: 90px;
        margin-top: 20px;
    }

    .navbar-nav .nav-link {
        font-size: 15px;
    }

    .navbar-nav.navbar-lg-bottom-right {
        width: 950px !important;
        left: 20rem !important;
    }
    /*--vote icon--*/
    .vote_box {
        margin: 12% 0 0 -35px;
        width: 300px;
    }

    .vote_bt img {
        width: 180px;
    }

    .vote_text {
        font-size: 14px;
    }

    /*---booth detail--*/
    .col-inclusions {
        width: 55%;
    }

    .col-inclusionsBig {
        width: 60%;
    }

    .col-specifications {
        width: 44.8%;
    }
}


@media (max-width: 1200px) {
    .mlogo {
        height: 100px;
        margin-top: -10px;
        margin-left: 20px;
    }

    .navbar-nav.navbar-lg-bottom-right {
        top: 70px;
        left: 20.5rem !important;
    }

    .vote_box {
        margin:12% 0 0 -50px;
        width: 300px;
    }  
    .vote_bt img{
        width:150px;
    }
    .vote_text{
        font-size:13px;
    }

    .col-inclusions {
        width: 65%;
    }

    .col-inclusionsBig {
        width: 70.5%;
    }

    .col-specifications {
        width: 53%;
    }
}

@media (max-width: 1024px) {
    .col-inclusions {
        width: 58.5%;
    }

    .col-inclusionsBig {
        width: 65%;
    }

    .col-specifications {
        width: 44.8%;
    }
}

@media (max-width: 991px) {
    .mlogo {
        margin-top: 0px;
    }

    .navbar-nav .nav-link {
        background-image: none;
        background-color: transparent;
        color: #1a2c61;
    }

    .dropdown-menu {
        width: 150px;
    }
}



@media (max-width: 768px) {
    .mlogo {
        height: 100px;
        margin-top: 0px;
    }
    .navbar-toggler {
        margin-left: 90%;
        margin-top: -100px;
    }
    .vote_box {
        margin: 10% 0 0 -30px;
        width: 250px;
    }
    
    .vote_text{
        font-family:10px;
    }
    .download_detail {
        font-size: 12px;
    }

    #downloads_area {
        margin-top: 28%;
    }

    .download_box {
        width: 80%;
    }

    .col-inclusions {
        width: 48%;
    }

    .col-inclusionsBig {
        width: 56.5%;
    }

    .col-specifications {
        width: 29.5%;
    }
}

@media (max-width: 767px) {
    .mlogo {
        height: 80px;
        margin-top: 10px;
    }

    .navbar-toggler {
        margin-top: -100px;
        margin-left: 80%;
    }

    .carousel-inner {
        padding-top: 0px;
    }

    .vote_box {
        margin: 11% 0 0 60%;
        width: 200px;
    }
    .vote_bt img{
        width:100px
    }
    .vote_text {
        font-size: 10px;
    }

    #downloads_area {
        margin-top: 30%;
    }

    .downloads_bt {
        width: 80px;
    }

    .download_box {
        width: 50%;
    }

        .download_box a {
            color: #FFFFFF;
        }

    .download_item {
        padding: 10px;
    }

    .download_detail {
        font-size: 10px;
    }

    .bestpartner_box {
        margin: 8% 0 0 60%;
        width: 200px;
    }

    .boothTab {
        font-size: 15px
    }

    .col-inclusions {
        width: 33.8%;
    }

    .col-inclusionsBig {
        width: 47%;
    }

    .col-specifications {
        width: 8.5%;
    }
}
