.header-top-first h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}



.no-gutters .col-md-6,
.no-gutters .col-lg-6 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.no-gutters.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.index-banner {
    background-color: var(--bg-color) !important;
    overflow: hidden;
}

.header-date {
    display: flex;
    align-content: center;
    align-items: center;
    height: 80px;
}

.stat-container {
    width: 100%;
    background-color: #ffc805 !important;
    padding: 30px 0;
}

    .stat-container .stat_inner {
        border-left: 1px solid var(--bg-color) !important;
        padding: 0px 30px;
    }

.stat_inner .stat_counting {
    color: var(--bg-color);
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: -2.7px;
    line-height: 1.2;
    word-break: break-all;
}

.stat_inner .stat_content {
    font-size: 18px;
    line-height: 110%;
}

.banner-text {
    width: 100%;
    display: flex;
    height: 680px;
    align-items: center;
    position: relative;
}

.banner-text_container {
    position: absolute;
    right: 0;
    width: 520px;
    margin-right: 50px;
}

.banner-text_content h1 {
    color: #fff;
    font-size: 40px;
    font-weight:bold;   
}

.banner-text_content p {
    font-size: 20px;
    font-weight: bold;
    color: #ffc805;
}

.banner-text_links {
    margin-top: 20px;
    width: 100%;
    border-top: 1px solid #fff;
}

.banner-text_links-row {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    margin-left: 0px;
    margin-right: 0px;
}

.banner-text_links-col {
    padding: 10px;
}

/*    .banner-text_links-col:last-child {
        border-left: 1px solid #fff;
        padding-left: 20px !important;
    }
*/
    .banner-text_links-col a {
        width: 100%;
        font-size: 18px;
        display: flex;
        align-content: space-between;
        padding-right: 20px;
        color: #fff;
        text-align:left;
    }

    .banner-text_links-col .fa {
        color: #ffc805;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
    }

    .banner-text_links-col a:hover .fa {
        right: 5px;
    }

.video-container {
    width: 100%;
    padding: 30px 0 0 0;
    background: var(--bg-color);
}

    .video-container video {
        display: block;
        height: 515px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        border-radius: 3px;
    }


.exhibitor-container {
    width: 100%;
    padding: 30px 0 0 0;
    background: var(--bg-color);
}

    .exhibitor-container .exhibitor-box {
        position: relative;
        display: inline-flex;
        width: 100%;
        height: 180px;
        z-index: 1;
        border-radius: 8px;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
        background-color: #fff;
        text-align: center;
        margin-bottom: 10px;
        margin-right: 15px;
        align-items: center;
    }

    .exhibitor-container .exhibitor-box_content {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .exhibitor-container .exhibitor-box_content__img {
        width: 100%;
        max-height: 100%;
    }

        .exhibitor-container .exhibitor-box_content__img img {
            width: 100%;
            max-height: 100%;
        }

    .exhibitor-container .exhibitor-box_content__title {
        margin-top: 10px;
        font-size: 16px;
    }


.coevents-container {
    width: 100%;
    padding: 30px 0 0 0;
    background: var(--bg-color);
}
    .coevents-container .coevents-row {
        margin-top: 30px;
    }
    .coevents-container .coevents-box {
        width: 100%;
        padding: 0 0px 0px 20px;
        border-left: 1px solid var(--primary-color);
        margin-bottom: 50px;
    }
    .coevents-container .coevents-box_img {
        width: 100%;
    }
        .coevents-container .coevents-box_img img {
            width: 100%;
        }
    .coevents-container .coevents-box_title {
        margin-top: 30px;
        color: #fff;
        font-size: 18px;
    }
    .coevents-container .coevents-box_more {
        margin-top: 30px;
        color: var(--primary-color);
        font-size: 16px;
    }



.global-container {
    width: 100%;
    padding: 30px 0 0 0;
    background: var(--bg-color);
}

    .global-container .coevents-row {
        margin-top: 30px;
    }

    .global-container .coevents-box {
        width: 100%;
        padding: 0 0px 0px 20px;
        border-left: 1px solid var(--primary-color);
        margin-bottom: 50px;
    }

    .global-container .coevents-box_img {
        width: 100%;
    }

        .global-container .coevents-box_img img {
            width:120px;
        }

    .global-container .coevents-box_title {
        margin-top: 30px;
        color: #fff;
        font-size:24px;
    }
    .global-container .coevents-box_date {
        margin-top:20px;
        color: #fff;
        font-size: 16px;
    }

    .global-container .coevents-box_more {
        margin-top: 30px;
        color: var(--primary-color);
        font-size: 16px;
    }


.visitor-container {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 0 0;
}

    .visitor-container .visitor-content {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

.index-gallery {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 0 0;
}

    .index-gallery .gallery-container {
        overflow: hidden;
        padding: 0 !important;
    }

    .index-gallery .image-box {
        width: 100%;
        height: 320px !important;
    }

        .index-gallery .image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .index-gallery .overlay-container {
        width: 100% !important;
        height: 100% !important;
    }

.header-title {
    display: inline-flex;
    margin-bottom: 30px;
}

    .header-title .separator {
        margin: 0 !important;
    }

        .header-title .separator:after {
            width: 60px;
            background-color: var(--primary-color);
        }


.news-container {
    width: 100%;
    padding: 30px 0 0 0;
    background: #fff;
    overflow: hidden;
}

.news-content {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.news-container .news-content-left {
    width: 100%;
}

    .news-container .news-content-left .article-box {
        width: 100%;
    }

    .news-container .news-content-left .article-box_image {
        width: 100%;
        height: 300px;
    }

        .news-container .news-content-left .article-box_image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 5px;
        }

    .news-container .news-content-left .article-box_body {
        width: 100%;
        margin-top: 20px;
    }

        .news-container .news-content-left .article-box_body h3 {
            padding: 0 !important;
            margin: 0px 0 10px 0 !important;
        }


.news-container .news-content-right {
    width: 100%;
}

    .news-container .news-content-right .article-box {
        width: 100%;
        display: flex;
        border-bottom: 1px solid #ccc;
        padding-top: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .news-container .news-content-right .article-box_image {
        width: 160px;
        height: 90px;
    }

        .news-container .news-content-right .article-box_image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 5px;
        }


    .news-container .news-content-right .article-box_body {
        width: 100%;
        margin-left: 30px;
    }

        .news-container .news-content-right .article-box_body h3 {
            padding: 0 !important;
            margin: -10px 0 10px 0 !important;
        }


.exhibits-container {
    width: 100%;
    padding: 30px 0 0 0;
    background: var(--bg-color);
    overflow: hidden
}

    .exhibits-container .overlay-container-box {
        width: 100%;
        position: relative;
        height: 280px;
        margin-bottom: 20px;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
    }

    .exhibits-container .overlay-container-box_image {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

        .exhibits-container .overlay-container-box_image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

    .exhibits-container .overlay-container-box_cover {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        border-radius: 10px;
    }

        .exhibits-container .overlay-container-box_cover:hover {
            background-color: rgba(0,0,0,0);
        }

    .exhibits-container .overlay-container-box_title {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 30px 20px;
        color: #fff;
        font-size: 18px;
        z-index: 10;
    }




/**
    µ¹¼ÆÊ±ÑùÊ½
*/
.is-countdown {
    display: inline-flex;
    overflow: hidden;
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 0px;
    text-align: center;
}

.countdown-section {
    display: block;
    float: left;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 10px;
    line-height: 100%;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .09);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .09);
    width: 60px;
}

    .countdown-section:last-child {
        margin-right: 0px;
    }

.countdown-amount {
    font-size: 18px;
    line-height: 100%;
    font-weight: bolder;
}

.countdown-period {
    display: block;
    font-size: 16px;
    line-height: 100%;
    margin-top: 10px;
}

.countdown-descr {
    display: block;
    width: 100%;
    line-height: 100%;
}

.index-sidebar .sidebar,
.index-sidebar.sidebar.affix {
    width: 80px;
    position: fixed;
    top: 155px;
    left: 10px;
}
.index-sidebar.sidebar .nav-pills > li > a {
    font-size: 16px;
    font-weight: normal;
    padding: 5px 15px !important;
}

    .index-sidebar.sidebar .nav-pills > li > a::after {
        right: 10px;
    }

    .index-sidebar.sidebar .nav-pills > li > a:hover::after {
        right: 5px;
    }

.index-sidebar.sidebar .nav-pills > li.active > a {
    background-color: var(--primary-color) !important;
    color: #fff;
    border-radius: 5px;
}

    .index-sidebar.sidebar .nav-pills > li.active > a::after {
        color: #fff;
    }

.index-sidebar.sidebar .nav-pills > li > a:focus {
}




/**
    ==================================================== news ===============================================
*/
.channel-banner {
    background-color: var(--bg-color);
}

.channel-banner_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.channel-banner .separator-2 {
    background-color: var(--primary-color);
    width: 80px;
}

.channel-banner .fixed-image {
    height: 220px;
}

.channel-banner .channel-banner-breadcrumb {
    position: relative;
}

.channel-banner .breadcrumb {
    position: absolute;
    bottom: 5px;
    z-index: 100;
    color: #fff;
    font-size: 16px;
}



.case-tab {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}

.case-tab-nav {
    overflow: hidden;
}

    .case-tab-nav li {
        display: inline-block;
        min-width: 110px;
        text-align: center;
        padding: 10px;
    }

        .case-tab-nav li.active {
            background-color: var(--primary-color);
        }

            .case-tab-nav li.active a {
                color: #fff;
            }

        .case-tab-nav li a {
            font-size: 18px;
            color: #000;
        }



.article-row {
    overflow: hidden;
    margin-bottom:20px;
}

.article-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
    margin: 0;
    margin-top: 0px;
    background: #fafafa;
    position: relative;
}



    .article-img img {
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: middle;
        border: 0;
        object-fit:cover;
    }


    .article-img .play {
        background: url(../images/ico_play.png) no-repeat;
        background-position: 0px 0px;
        width: 60px;
        height: 60px;
        position: absolute;
        left: 50%;
        margin-left: -30px;
        top: 50%;
        margin-top: -30px;
    }

.article-body {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    padding-bottom: 0px;
    height: 100%;
}

.article-body_header h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
}

    .article-body_header h2 a {
        color: #000;
    }

        .article-body_header h2 a:hover {
            color: var(--primary-color);
        }

.article-body_content {
    margin: 10px 0 0;
    line-height: 180%;
    font-size: 16px;
    color: #969696;
    overflow: hidden;
}

.article-body_footer {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 210%;
}

    .article-body_footer .tag {
        padding: 4px;
        margin-right: 8px;
        border: 1px solid #ccc;
        font-size: 14px;
        color: #666;
        margin-bottom: 8px;
    }

    .article-body_footer p {
        margin-top: 10px;
        text-align: right;
    }



.article-banner {
    margin-top: 0px;
    position: relative;
    background-color: #f7f7f8;
    padding-top: 0px;
    padding-bottom: 30px;
}

    .article-banner .breadcrumbs {
        margin-top: 10px;
        width: 100%;
    }

        .article-banner .breadcrumbs a {
            color: #999;
        }

    .article-banner h1 {
        margin: 20px 0;
        font-size: 32px;
        text-align: center;
        font-weight: normal;
        line-height: 150%;
    }

.article-detail {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 16px;
    /* border-bottom: 1px solid #efefef; */
    margin-bottom: 30px;
}

.article-detail_body {
    font-size: 16px;
    word-break: break-all;
}

    .article-detail_body p {
        font-size: 16px;
        color: #000;
        line-height: 180%;
        word-break: break-all;
    }

    .article-detail_body img {
        width: 100% !important;
        max-width: 650px !important;
        margin: 0 auto;
    }

.tag-container {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .tag-container .tag {
        padding: 4px;
        margin-right: 8px;
        border: 1px solid #ccc;
        font-size: 14px;
        color: #666;
        display: inline-block;
        margin-bottom: 8px;
    }

.article-more {
    width: 100%;
    overflow: hidden;
}

    .article-more p {
        font-size: 16px;
        color: #666 !important;
    }

    .article-more a {
        font-size: 16px;
        color: var(--primary-color);
    }



.article-body_video {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 20px auto;
    border-radius: 5px;
}

    .article-body_video video {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }



.videoBox {
    width: 100%;
    text-align: center;
    clear: both;
    position: relative;
    background-size: 100% 100%;
    position: relative;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    border-radius: 5px;
}

    .videoBox.out {
        position: fixed;
        top: 150px;
        /*bottom: 80px;*/
        right: 20px;
        width: 320px;
        height: 185px;
        padding: 5px;
        background: #000;
        z-index: 100000;
        animation: an 0.1s;
    }

    .videoBox .mask {
        width: 100%;
        text-align: center;
        height: 420px;
        background-color: rgba(0, 0, 0, .5);
        text-align: center;
        position: absolute;
        border: 0;
        top: 0;
        z-index: 1000;
        border-radius: 5px;
    }

    .videoBox img {
        width: 100%;
        height: 100%;
        z-index: 900;
        border-radius: 5px;
        object-fit: fill;
    }

    .videoBox .play {
        background: url(../images/ico_play.png) no-repeat;
        background-position: 0px 0px;
        width: 60px;
        height: 60px;
        position: absolute;
        left: 50%;
        margin-left: -30px;
        top: 50%;
        margin-top: -30px;
    }

.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}

.video-js.vjs-playing .vjs-tech {
    pointer-events: auto;
}

.videojs-background-wrap {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -998;
}

.video-js .vjs-big-play-button {
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    border-width: 0.15em;
    margin-top: -1.25em;
    margin-left: -1.75em;
}

.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}

.vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}




.header-top-dropdown .dropdown-menu.top-search-box {
    width: 500px !important; 
    border:1px solid #ccc !important;
}


.section-search {
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    background-color: #f7f7f8;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.search-page {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

    .search-page h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .search-page form.search-box {
        display: flex;
     
    }

    .search-page form input[type="search"] {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        color: var(--font-color);
        border: none;
        height: 45px;
        background: #fff;
        border-radius:50px 0 0 50px;
        padding: 0 20px;
        width: 100% !important;
  
    }

    .search-page form button {
        border: none;
        width:12px;
        min-width:120px;
        height: 45px;
        border-radius: 50px;
        padding: 0 10px;  
        background-color:var(--primary-color);
        margin:0;
        border-radius:0 50px 50px 0;
    }

        .search-page form button:hover {
            background: var(--primary-color);
            color: #fff;
            outline: none;
            border: none;
        }

    .search-page form input:focus {
        outline: none;
        border: none;
    }

.search-content {
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
}

    .search-content .article-img{
        height:150px !important;
    }

.search-content .article-body_header h2{
    padding-top:0 !important;
    margin-top:0 !important;
}


@media (max-width:992px) {
    .index-sidebar.sidebar {
        display: none;
    }

    .banner-text {
        
    }

    .video-container video {
        display: none;
    }

    .header-date{
        display:block;
        width:100%;
        text-align:center;
    }
    .header-top-dropdown .dropdown-menu.top-search-box {
        width: 100% !important;
    }
    .header-nav, .is-countdown {
        display: none;
    }
    .index-banner{
        height:auto !important;
    }
        .index-banner .slideshow{
            height:300px !important;
        }

    .banner-text{
        height:auto;
    }
    .banner-text_container {
        width: 100% !important;
        margin: 0;
        padding: 20px 15px 50px 15px;
        text-align: center;
        position: inherit;
   
    }
    .banner-text_content h1{
        font-size:24px;
        
    }

    .no-gutters .col-lg-6{
        border-bottom:1px solid #fff;
    }
/*    .banner-text_links-col:last-child {
        border-left: 0;
        padding-left:0 !important;
    }
    .banner-text_links-row{
        padding:0;
        border:0;
    }*/


    .stat_inner .stat_counting {
        font-size: 3rem;
    }
    .stat_inner .stat_content{
        font-size:14px;
    }
    .news-content {
        border-bottom:0 !important;
    }
}
