﻿@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%;
    }

main {
    flex: 1;
}
a {
    color: #1ce2ee;
    transition: 0.5s;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #afb1b1;
    outline: none;
    text-decoration: none;
}
.text-danger {
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important;
}
.std_table {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
    color: #fff;
}


.std_table th {
    background-color: #0074c8;
    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;
}
.split {
    background: url(../img/info/pricing/split.png) no-repeat;
    padding: 0 20px;
}
.red_txt {
    color: #f5575e;
}

.btn-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2066a7;
    --bs-btn-border-color: #1ce2ee;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2e5c86;
    --bs-btn-hover-border-color: #1ce2ee;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2066a7;
    --bs-btn-active-border-color: #1ce2ee;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1ce2ee;
    --bs-btn-disabled-border-color: #1ce2ee;
}
/****************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%;
    border: 1px solid #1a2c61;
}
.agenda_table th {
    background-color: #95cefa;
    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 ================*/
.bestpartner_box {
    margin: 16% 0 0 68%;
    position: absolute;
    z-index: 999;
    width: 270px;
    text-align: center;
}
.BestLogo{ max-width:80%}
.best_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;
    }

/*================booth details================*/
.boothdetail{margin:0 15%}
.ShowHideTab {
    margin: 10px 0;
    border: thick solid #FFFFFF;
    background: #f9cec9;
    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 , #specificationsTable {
    display: none;
}
.inclusionsShow, .specificationsShow {
    font-weight: bold;
    font-size: 17px;    
}
.inclusionsHide, .specificationsHide {
    display: none;
    font-weight: bold;
    font-size: 17px;
    
}
.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;
}
    /*================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 #13216a;
    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
}
.modal-content {
    color: #000000
}

.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================*/
    .background-navbar {       
        background-size: auto;
        background-repeat: no-repeat;      
        background-position: right 0px top -30px;
        min-height: 90px;
    }


.navbar-nav .nav-link {
    /*border-right: 2px solid #FFFFFF;*/
    min-width: 100px;
    color: #555555;
    font-size: 16px;  
    font-weight:600;
}

    .navbar-nav .nav-link:hover {
        color: #ea2129;
    }

    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color: #ea2129;
    }


.dropdown-menu {
    color: #FFFFFF;
    background-color: #13216a;
    border: none;
}


.dropdown-item, .dropdown-item a:link, .dropdown-item a:active {
    color: #FFFFFF;
}

.dropdown-item:hover {
    color: #eade9c;
    background-color: #13216a;
}

.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;
    }

    /*================bestpartner ================*/
    .bestpartner_box {
        margin: 12% 0 0 65%;        
        width: 270px;           
    }
}


@media (max-width: 1200px) {
    .mlogo {
        height: 100px;
        margin-top: -10px;
        margin-left: 20px;
    }

    .navbar-nav.navbar-lg-bottom-right {
        top: 100px;
        left: 10rem !important;
    }

    .bestpartner_box {
        margin: 10% 0 0 62%;
        width: 270px;
    }
}

@media (max-width: 1024px) {
    /*================bestpartner ================*/
    .bestpartner_box {
        margin: 8% 0 0 55%;
        width: 270px;
    }
}

@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;
    }

    .download_detail {
        font-size: 12px;
    }

    #downloads_area {
        margin-top: 20%;
    }

    .bestpartner_box {
        margin: 15% 0 0 75%;
        width: 200px;
    }

    .bestpartner_box img {
        width: 60%
    }

    .best_text {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .mlogo {
        height: 80px;
        margin-top: 10px;
    }

    .navbar-toggler {
        margin-top: -100px;
        margin-left: 80%;
    }

    .carousel-inner {
        padding-top: 20px;
    }

    #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: 12% 0 0 70%;
        width: 150px;    
    }
}


   

