.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: #323c41 !important;
    position: relative;
}


    .index-banner .index-banner-text-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 1000;
        display: flex;
        align-items: center;
    }

        .index-banner .index-banner-text-container .index-banner-text-container_box {
            width: 60%;
            z-index: 1000;
            padding: 20px;
            border-radius: 10px;
        }

            .index-banner .index-banner-text-container .index-banner-text-container_box h1 {
                color: #fff;
                font-size: 48px;
            }

            .index-banner .index-banner-text-container .index-banner-text-container_box h3 {
                color: #fff;
                font-size: 32px;
            }

            .index-banner .index-banner-text-container .index-banner-text-container_box p {
                color: #fff;
                font-size: 24px;
            }

    .index-banner .index-banner-move {
        position: absolute;
        z-index: 1001;
        bottom: 0px;
        right: 20px;
        display: inline;
    }

        .index-banner .index-banner-move .fa {
            font-size: 24px;
            color: #fff;
        }

        .index-banner .index-banner-move .moving {
            -webkit-animation: moving 1.7s ease-out infinite;
            animation: moving 1.7s ease-out infinite;
            position: relative;
            top: -30px;
            -webkit-transition: none !important;
            -moz-transition: none !important;
            -o-transition: none !important;
            -ms-transition: none !important;
            transition: none !important;
        }


.index-banner-events {
    width: 100%;
    padding: 20px 0;
    position: absolute;
    bottom: 150px;
    z-index: 100;
}

.mie-events-content .events-box {
    width: 100%;
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
}

    .mie-events-content .events-box .events-box-cover {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
    }

    .mie-events-content .events-box img {
        opacity: 0.7;
        width: 100%;
        padding: 10px;
    }

        .mie-events-content .events-box img:hover {
            opacity: 1;
        }


.stat-container {
    width: 100%;
    /*    background-color: #DA3B24 !important;*/
    background-color: rgb(247, 7, 7, 0.8);
    padding: 20px 0;
    position: absolute;
    bottom: 0px;
    z-index: 100;
}

    .stat-container .stat_inner {
        border-left: 1px solid #fff !important;
        padding: 0px 30px;
    }

.stat_inner .stat_counting {
    color: #fff;
    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%;
    color: #fff;
}

.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: 60px;
}

.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;
    }

    .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;
    }



.partner-container {
    width: 100%;
    padding: 30px 0 30px 0;
    background: #f1f1f1;
}

    .partner-container .partner-box {
        position: relative;
        width: 100%;
        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;
        height: 150px;
        display: flex;
        align-items: center;
    }

    .partner-container .partner-box_content {
        width: 100%;
        text-align: center;
        padding: 15px;
    }

    .partner-container .partner-box_content__img {
        width: 100%;
        height: 90px;
        display: flex;
        align-items: center;
        align-content: center;
    }


        .partner-container .partner-box_content__img img {
            max-width: 90%;
            max-height: 100%;
            width: auto !important;
            display: inline;
        }

    .partner-container .partner-box_content__title {
        margin-top: 10px;
        font-size: 16px;
        color: #000;
    }


.customer-container {
    width: 100%;
    padding: 30px 0 30px 0;
    background: #f1f1f1;
}

    .customer-container .customer-box {
        position: relative;
        width: 100%;
        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: 5px;
        margin-right: 15px;
        height: 150px;
        display: flex;
        align-items: center;
    }

    .customer-container .customer-box_content {
        width: 100%;
        text-align: center;
        padding: 15px;
    }

    .customer-container .customer-box_content__img {
        width: 100%;
        max-height: 100%;
    }

        .customer-container .customer-box_content__img img {
            width: 100%;
            max-height: 100%;
        }

    .customer-container .customer-box_content__title {
        margin-top: 10px;
        font-size: 16px;
        color: #000;
    }




.upcoming-events-container {
    width: 100%;
    padding: 30px 0 30px 0;
    background: #ffffff;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .upcoming-events-container .events-row {
        margin-top: 30px;
    }

    .upcoming-events-container .events-box {
        width: 100%;
        padding: 0 20px;
        border: 1px solid #000;
        border-radius: 8px;
        margin-bottom: 20px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
        border-left: 4px solid var(--primary-color);
    }

    .upcoming-events-container .events-box_img {
        width: 100%;
        padding: 10px 0;
        height: 150px;
        background: #fff;
        border-radius: 0px;
        display: flex;
        align-items: center;
        align-content: center;
        border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    }

        .upcoming-events-container .events-box_img img {
            width: 100%;
            max-height: 100px;
        }

    .upcoming-events-container .events-box_title {
        margin-top: 30px;
        color: #000;
        font-size: 18px;
        height: 70px;
        background-color: #fff;
        display: inline-flex;
        align-items: center;
        padding: 5px;
        border-radius: 5px;
    }

        .upcoming-events-container .events-box_title a {
            color: var(--primary-color);
        }

            .upcoming-events-container .events-box_title a:hover {
                color: var(--primary-color);
            }


    .upcoming-events-container .events-box_more {
        margin: 20px 0;
        color: #999;
        font-size: 16px;
    }


.events-gallery {
    width: 100%;
}

    .events-gallery .item {
        width: 100%;
        height: 150px !important;
        overflow: hidden;
    }



.img-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.35s linear 0s;
    transition: all 0.35s linear 0s;
}

.img-box img {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
    object-fit: cover;
    -webkit-transition: all 0.35s linear 0s;
    transition: all 0.35s linear 0s;
}

.img-box .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;
    z-index: 1000;
}



.business-container {
    width: 100%;
    padding: 30px 0 30px 0;
    background: #fff;
}

    .business-container h1 {
        color: #fff;
    }

    .business-container p {
        color: #fff;
    }

    .business-container .business-row {
        margin-top: 30px;
    }

    .business-container .business-box {
        width: 100%;
        padding: 0 0px 0px 20px;
        border-left: 1px solid #fff;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .business-container .business-box_img {
        width: 100%;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
        height: 180px;
        overflow: hidden;
        border-radius: 8px;
    }

        .business-container .business-box_img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .business-container .business-box_title {
        margin-top: 30px;
        color: #fff;
        font-size: 18px;
    }


    .business-container .business-box_more {
        margin-top: 30px;
        color: #fff;
        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 60px 0;
}

    .index-gallery .gallery-container {
        overflow: hidden;
        padding: 0 !important;
    }

    .index-gallery .image-box {
        width: 100%;
        height: 260px !important;
        border: 2px solid #fff;
        /*        border-radius: 8px !important;*/
    }

        .index-gallery .image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /*            border-radius: 8px !important;*/
        }

    .index-gallery .image-box_title {
        position:absolute;
        left:0;
        bottom:0;
        background-color:rgba(0,0,0,0.6);
      
        width:100%;
        padding:10px 10px;
    }

    .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;
}



.news-container .article-box {
    width: 350px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    margin-bottom: 15px;
    display: inline-flex;
    margin-right: 15px;
    border: 1px solid #ccc;
}

    .news-container .article-box:hover {
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
    }

.news-container .article-box_content {
    width: 100%;
}


.news-container .article-box_header {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 180px;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.news-container .article-box_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--border-color-light);
    -webkit-transition: all 0.35s linear 0s;
    transition: all 0.35s linear 0s;
}

    .news-container .article-box_image:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.35s linear 0s;
        transition: all 0.35s linear 0s;
    }



.news-container .article-box_body {
    width: 100%;
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    height: 240px;
}

    .news-container .article-box_body h3 {
        font-size: 18px;
        text-align: left;
    }

        .news-container .article-box_body h3 a {
            color: #000;
        }

    .news-container .article-box_body p {
        font-size: 14px;
        line-height: 150%;
        text-align: left;
        color: #999;
        margin-top: 20px;
    }




.channel-events-industry .overlay-container-box {
    width: 100%;
    position: relative;
    height: 280px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
}

.channel-events-industry .overlay-container-box_image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

    .channel-events-industry .overlay-container-box_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.channel-events-industry .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;
}

    .channel-events-industry .overlay-container-box_cover:hover {
        background-color: rgba(0,0,0,0);
    }

.channel-events-industry .overlay-container-box_title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 30px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    z-index: 10;
    line-height: 130%;
}

    .channel-events-industry .overlay-container-box_title div {
        border-bottom: 2px solid #fff;
        display: inline-block;
        font-size: 20px;
        overflow: hidden;
    }






.exhibits-container {
    width: 100%;
    padding: 30px 0;
    background: #ffffff;
    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: 20px;
        font-weight: bold;
        z-index: 10;
        line-height: 130%;
    }

        .exhibits-container .overlay-container-box_title div {
            border-bottom: 2px solid #fff;
            display: inline-block;
            font-size: 20px;
            overflow: hidden;
        }
/**
    µ¹¼ÆÊ±ÑùÊ½
*/
.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);
    position: relative;
}

.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 .separator-red {
    background-color: #ff0000;
    width: 80px;
}

.channel-banner .fixed-image {
    height: 350px;
}

.channel-banner .channel-banner-breadcrumb {
    position: relative;
}

.channel-banner .breadcrumbs {
    position: absolute;
    bottom: 15px;
    z-index: 100;
    color: #fff;
    font-size: 16px;
    color: #999;
}

.channel-banner-breadcrumb a {
    color: #999;
    padding: 0 8px;
}

    .channel-banner-breadcrumb a:hover {
        color: #fff;
    }

.channel-breadcrumbs {
    padding: 15px 0;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #ccc;
}

    .channel-breadcrumbs a {
        color: #323c41;
        padding: 0 8px;
    }

        .channel-breadcrumbs a:hover {
            color: #fff;
        }




.channel-events-nav {
    width: 100%;
    text-align: center;
    padding: 20px 0px 0 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .channel-events-nav ul {
        font-size: 15px;
        padding: 0;
        margin: 0 !important;
        display: inline-flex;
    }

        .channel-events-nav ul li {
            padding: 10px 20px;
            color: #fff;
            text-align: center;
            display: inline-block;
        }

            .channel-events-nav ul li a {
                padding: 5px 0;
                color: #000;
                font-size: 16px;
            }

            .channel-events-nav ul li.active {
                background: var(--primary-color);
                color: #fff;
            }

                .channel-events-nav ul li.active a {
                    color: #fff;
                }


.channel-nav {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    border-bottom: 0px solid #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .channel-nav ul {
        font-size: 15px;
        padding: 0;
        margin: 0 !important;
        display: inline;
    }

        .channel-nav ul li {
            padding: 10px 20px;
            color: #fff;
            text-align: center;
            display: inline-block;
            border-radius:5px;
        }

            .channel-nav ul li a {
                padding: 5px 0;
                color: #000;
                font-size: 18px;
            }

            .channel-nav ul li:hover{
                background:#f1f1f1;
            }

            .channel-nav ul li.active {
                background: var(--primary-color);
                color: #fff;
            }

                .channel-nav ul li.active a {
                    color: #fff;
                }



.channel-sidebar {
    background-color: #fff;
    margin-bottom: 30px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

    .channel-sidebar ul {
        font-size: 15px;
        line-height: 24px;
        padding: 0;
        margin: 0 !important;
    }

        .channel-sidebar ul li {
            /*border-top: 1px solid #e5e5e5;*/
            padding: 17px 20px;
            color: #fff;
            list-style: none;
            text-align: center;
        }

            .channel-sidebar ul li a {
                padding: 5px 0;
                color: #000;
            }

            .channel-sidebar ul li.active {
                background: #f1f1f1;
                color: #000;
                /*                border-bottom: 3px solid #F9AE1E;*/
            }

                .channel-sidebar ul li.active a {
                    color: #000;
                }

.channel-business {
    width: 100%;
    margin: 30px 0;
}

    .channel-business .business-box {
        width: 100%;
        padding: 0 0px 0px 20px;
        border-left: 1px solid #000;
        margin-bottom: 50px;
        overflow: hidden;
        overflow: hidden;
    }

    .channel-business .business-box_img {
        width: 100%;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
        height: 180px;
        overflow: hidden;
        border-radius: 8px;
    }

        .channel-business .business-box_img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .channel-business .business-box_title {
        margin-top: 30px;
        color: #000;
        font-size: 18px;
    }


    .channel-business .business-box_more {
        margin-top: 30px;
        color: #fff;
        font-size: 16px;
    }



/* expo */
.expo-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    /*    border-radius: 10px;*/
    /*    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);*/
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}

.expo-col-logo {
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    border-right: 1px dotted #efefef;
    max-height: 240px;
    width: 100%;
}

    .expo-col-logo img {
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

.expo-col-body {
    overflow: hidden;
    position: relative;
    min-height: 180px;
}

.expo-col-body_header {
    border-bottom: #efefef dashed 1px;
    padding-bottom: 5px;
}

    .expo-col-body_header h2 {
        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

        .expo-col-body_header h2 a {
            color: var(--primary-color);
        }

            .expo-col-body_header h2 a:hover {
                color: var(--primary-color);
            }

    .expo-col-body_header h6 {
        color: #000;
        font-size: 20px;
        font-weight: normal;
    }

.expo-col-body_content {
    margin: 10px 0 0;
    line-height: 180%;
    font-size: 16px;
    color: #969696;
    overflow: hidden;
}

.expo-col-body_footer {
    width: 100%;
    overflow: hidden;
    line-height: 210%;
}

    .expo-col-body_footer .tag {
        padding: 4px;
        margin-right: 8px;
        border: 1px solid #ccc;
        font-size: 14px;
        color: #666;
        margin-bottom: 8px;
    }

    .expo-col-body_footer p {
        margin-top: 10px;
        text-align: left;
        font-size: 14px;
    }

    .expo-col-body_footer .address {
        margin-left: 30px;
    }

.expo-col-right {
    min-width: 180px;
    border-left: 1px dashed #efefef;
    display: flex;
    align-items: center;
    text-align: center;
}

.expo-col-right_btn {
    width: 100%;
    text-align: center;
}



.expo-header {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 20px;
    display: flex;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}

.expo-header-logo {
    text-align: center;
    margin-right: 30px;
    display: flex;
    align-items: center;
    height: 150px;
}

    .expo-header-logo img {
        max-width: 100%;
        max-height: 100%;
    }

.expo-header-body {
    width: 100%;
    text-align: left;
}

    .expo-header-body h1 {
        font-size: 24px !important;
        line-height: 140%;
        margin: 10px 0 0 0;
        padding: 0;
    }

    .expo-header-body h3 {
        font-size: 18px !important;
        color: #666;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .expo-header-body h6 {
        color: #969696;
    }

    .expo-header-body .date {
        font-size: 14px !important;
    }

    .expo-header-body .address {
        font-size: 14px !important;
    }

    .expo-header-body p {
        padding-top: 10px;
    }

.expo-header-btn {
    margin-left: 20px;
    min-width: 220px;
    display: flex;
    align-items: end;
}

    .expo-header-btn p {
        width: 100%;
        text-align: center;
    }

.expo-section-container {
    width: 100%;
    margin-bottom: 30px;
}

.expo-section-counter {
    width: 100%;
    background-color: var(--bg-grey);
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    display: flex;
}

.expo-section-counter_item {
    width: 100%;
    text-align: center;
}

    .expo-section-counter_item p {
        font-size: 16px;
    }

    .expo-section-counter_item .counter-text {
        margin-top: 10px;
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 10px;
        color: var(--primary-color);
    }


.expo-file {
    width: 100%;
}

.expo-file_item {
    display: inline-block;
    width: 160px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
    margin-bottom: 10px;
    margin-right: 10px;
}

.title-content {
    width: 100%;
    margin: 30px 0;
}

    .title-content h3 {
        padding: 0;
        margin: 0;
    }

.text-center {
    text-align: center;
}

.common-border-container {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 0px;
}

.common-border {
    margin: 0 auto;
    width: 80px;
    margin-top: 10px;
    height: 5px;
    background: var(--primary-color);
    padding: 0;
}

.article-nav {
    width: 120px;
    left: 15px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #efefef;
    padding: 5px 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
}

    .article-nav ul {
        width: 100%;
    }

    .article-nav .active {
        border-right: 3px solid var(--primary-color);
    }

.article-nav_item {
    border-right: 3px solid #fff;
    width: 100%;
    text-align: center;
    padding: 0px;
    border-bottom: 1px solid #efefef;
}


    .article-nav_item a {
        color: #000;
        padding: 10px !important;
    }

    .article-nav_item:last-child {
        border-bottom: 0px solid #efefef;
    }

.article-nav.affix {
    top: 100px;
    position: sticky;
    margin-top: -200px;
}

.article-nav.affix-top {
    top: 0px;
    position: absolute;
}

.article-nav.affix-bottom {
    bottom: 40px;
    position: absolute;
}

.expo-header-container {
    width: 100%;
}

    .expo-header-container .breadcrumbs {
        padding: 10px 0;
        color: #999;
        border-bottom: #efefef 1px solid;
        width: 100%;
    }

        .expo-header-container .breadcrumbs a {
            color: #000;
        }


.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;
}

.tag-label {
    padding: clamp(6px, 0.417vw, 16px) clamp(10px, 0.625vw, 20px);
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: clamp(2px, 0.208vw, 8px);
    font-size: clamp(12px, 0.729vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 99;
}

    .tag-label a {
        color: #fff;
    }

.article-img {
    width: 100%;
    height: 210px;
    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: 0px solid #efefef;
    padding-bottom: 0px;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
}

    .article-body:hover {
        background: #fafafa;
    }


.article-body_header h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    margin: 0;
}

    .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%;
        color: #999;
    }

        .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: 0px;
    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;
    }

.swiper-wrapper {
    margin-bottom: 30px;
}

.swiper-pagination.change {
    padding-top: 0px !important;
    bottom: 0px;
}

.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
    width: 20px;
}



.swiper-pagination.change span {
    transition: width 0.3s;
    -moz-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    border-radius: 4px;
}

.swiper-pagination.change .swiper-pagination-bullet-active {
    width: 30px;
    background: var(--primary-color);
}

.swiper-slide-stitle,
.swiper-slide-title {
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding: 12px 24px 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(136, 104, 104, 0) 0, rgba(31, 33, 45, 0.5) 100%);
}


.swiper-slide-stitle {
    padding: 6px 12px 9px;
    font-size: 16px;
}


.footer-content .weixin {
    width: 120px;
}

.subfooter a {
    color: #999;
}




@media (max-width:992px) {
    .header-nav {
        height: 70px;
    }

    .index-sidebar.sidebar {
        display: none;
    }

    .navbar.navbar-default {
        display: none;
    }

    .index-banner .index-banner-text-container .index-banner-text-container_box {
        width: 100%;
    }

        .index-banner .index-banner-text-container .index-banner-text-container_box p {
            font-size: 16px;
        }


    .video-container video {
        display: none;
    }

    .stat-container {
        padding: 10px 0;
    }

    .header-top-dropdown .dropdown-menu.top-search-box {
        width: 100% !important;
    }

    .index-banner {
        height: auto !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;
    }

    .index-banner-events {
        bottom: 60px;
    }


    .channel-events-nav {
        display: none;
    }

    .expo-header {
        display: block;
        text-align: center;
    }

    .expo-header-logo {
        display: inline !important;
        margin: 0 !important;
    }

        .expo-header-logo img {
            display: inline;
        }

    .expo-header-body h1 {
        font-size: 18px !important;
    }

    .expo-header-body h3 {
        font-size: 14px !important;
    }

    .article-nav {
        width: 100%;
        border: 0;
        z-index: 1000;
        border-radius: 0;
        padding: 0 5px;
        margin-bottom: 30px;
        text-align: center !important;
        display: none;
    }

        .article-nav ul {
            padding: 0;
            display: inline;
            text-align: left;
        }

    .article-nav_item {
        width: auto;
        display: inline-block !important;
        border: 0;
        padding: 0 !important;
        overflow: hidden;
    }


    /* .article-nav_item:hover{
        border: 0;
        border-bottom: 3px solid var(--primary-color);
        margin-bottom: -3px;
    } */

    .article-nav .active {
        border: 0;
        border-bottom: 3px solid var(--primary-color);
        margin-bottom: -3px;
    }

    .article-nav.affix-top {
        position: static;
        border-radius: 0;
    }

    .article-nav.affix {
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        box-shadow: 2px 5px 5px 3px rgba(0, 0, 0, 0.1);
        background: #fff;
    }
}
