@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800&display=swap');

@media (min-width: 1800px) {
    .container-lg, .container-xl {
        max-width: 1867px;
    }
    .container {
        max-width: 1867px;
    }
}
@media (min-width: 768px) {
    .cls-layout ul{ display:none;}
}
#sticky-header {padding: 0; background:url("../images/nav_bg.png") repeat-x;}

body {
    /*font-family:'Microsoft YaHei','Source Han Sans SC', 'Poppins',sans-serif;*/
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #bcbcbc
}
main {
    color: #999;
}
.img {
    max-width: 100%;
    transition: all .3s ease-out 0s
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a, .button {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

    a:focus, .btn:focus, .button:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none
    }

    a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
        color: #2B96CC;
        text-decoration: none
    }

a, button {
    color: #e78216;
    outline: medium none
}

    button:focus, input:focus, input:focus, textarea, textarea:focus {
        outline: 0
    }

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins',sans-serif;
    color: #343a40;
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
    text-transform: normal
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit
    }

h1 {
    font-size: 40px;
    font-weight: 500
}

h2 {
    font-size: 35px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #bcbcbc;
    margin-bottom: 15px
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

*::-moz-placeholder {
    color: #555;
    font-size: 14px;
    opacity: 1
}

*::placeholder {
    color: #555;
    font-size: 14px;
    opacity: 1
}

.theme-overlay {
    position: relative
}

    .theme-overlay::before {
        background: #1696e7 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

.separator {
    border-top: 1px solid #f2f2f2
}

.navbar-wrap > ul > li.active > a, .navbar-wrap > ul > li:hover > a, .mobile-menu .navigation li.active > a, .header-lang form .icon, .banner-content .sub-title, .banner-content .title > span, .banner-meta ul li.release-time > span > i, .banner-meta ul li.category > a:hover, .section-title .sub-title, .movie-content .top .date, .movie-content .bottom ul li .quality, .movie-content .bottom ul li > span i, .movie-content .top .title a:hover, .wci-active .owl-nav button:hover, .wci-active-two .owl-nav button:hover, .footer-menu nav .navigation li:hover > a, .quick-link-list ul li a:hover, .footer-social ul li a:hover, .copyright-text > p > a, .mobile-menu .social-links li a:hover, .header-top-link .quick-link li a:hover, .header-top-link .header-social li a:hover, .header-top-subs > p > span, .movie-item-two .movie-content .title a:hover, .movie-content-bottom ul li.tag a:hover, .breadcrumb-content .breadcrumb li a, .breadcrumb-content .title > span {
    color: #1979a3
}

.scroll-top, .btn:hover, .navbar-wrap > ul > li .submenu li a::before, .title-style-two .sub-title::before, .services-list ul li .icon::before {
    background: #1979a3
}

.btn {
    user-select: none;
    -moz-user-select: none;
    background: #1979a3 none repeat scroll 0 0;
    border: 2px solid #1979a3;
    color: #e3dfdf;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.5;
    padding: 10px 40px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all .3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 200px
}

    .btn > i {
        margin-right: 7px
    }

    .header-action .header-btn .btn:hover, .btn:hover {
        color: #fff
    }

.breadcrumb > .active {
    color: #888
}

.slick-slide:focus {
    outline: 0
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #171d22;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border: 0;
    opacity: 0
}

    .scroll-top.open {
        bottom: 30px;
        opacity: 1;
        color:#FFF;
    }

    .scroll-top::after {
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 1;
        background: radial-gradient(ellipse at center,rgba(0,0,0,0.25) 0,rgba(0,0,0,0) 80%)
    }

    .scroll-top:hover {
        background: #171d22;
        color: #fff
    }

.custom-container {
    max-width: 1420px
}

.transparent-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    height: auto;
    padding: 20px 0
}

.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start
}

.navbar-wrap {
    display: flex;
    flex-grow: 1
}

    .navbar-wrap > ul, .navbar-wrap > qs-module > ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto
    }

        .navbar-wrap > ul > li, .navbar-wrap > qs-module > ul > li {
            display: block;
            position: relative
        }

            .navbar-wrap > ul > li > a, .navbar-wrap > qs-module > ul > li > a {
                font-size: 16px;
                font-weight: 700;
                text-transform: uppercase;
                color: #f0f0f0;
                padding: 38px 23px;
                display: block;
                line-height: 1;
                position: relative;
                z-index: 1
            }

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none
}

.header-action > ul {
    display: flex;
    align-items: center;
    margin-left: 10px
}

    .header-action > ul > li {
        position: relative;
        margin-left: 15px;
    }

        .header-action > ul > li:first-child {
            margin-left: 0
        }

        .header-action > ul > li.header-search > a {
            padding-right: 10px
        }

        .header-action > ul > li > a {
            color: #fff;
            font-size: 14px
        }
.header-action i {
    padding: 12px;
    background: #FFFFFF50;
    border-radius: 50%;
    color: #FFF;
}

.navbar-wrap > ul > li .submenu, .navbar-wrap > qs-module > ul > li .submenu {
    position: absolute;
    z-index: 9;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 13px 25px -12px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0 13px 25px -12px rgb(0 0 0 / 25%);
    display: block;
    left: 0;
    opacity: 0;
    padding: 18px 0;
    right: 0;
    top: 100%;
    visibility: hidden;
    min-width: 230px;
    border: 1px solid #283846;
    background: #1979a382;
    box-shadow: 0 30px 70px 0 rgb(26 36 45 / 59%);
    margin: 0;
    transform: scale(1,0);
    transform-origin: 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .navbar-wrap > ul > li .submenu li {
        margin-left: 0;
        text-align: left;
        display: block
    }

        .navbar-wrap > ul > li .submenu li a {
            padding: 10px 20px 10px 25px;
            display: block;
            font-weight: 500;
            color: #f0f0f0;
            text-transform: capitalize;
            position: relative;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

            .navbar-wrap > ul > li .submenu li a::before {
                content: "";
                position: absolute;
                left: 20px;
                width: 0;
                height: 2px;
                top: 20px;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

        .navbar-wrap > ul > li .submenu li:hover > a {
            padding-left: 45px
        }

            .navbar-wrap > ul > li .submenu li:hover > a::before {
                width: 15px
            }

.navbar-wrap ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.header-lang {
    position:relative;
    align-items: center
}
.header-lang:hover div{
    display:block;
}
.lang-dropdown {
    position: absolute;
    background: #1979a3;
    color: #FFF;
    padding:10px 20px;
/*    bottom:0px;*/
    left:-6px;
    cursor:pointer;
    display:none;
}
    .lang-dropdown:hover {
        background: #666;
    }

    .header-action ul li.header-lang::before {
        content: "|";
        position: absolute;
        left: -1px;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        opacity: .12
    }

.header-action .header-btn .btn {
    color: #fff;
    font-size: 14px;
    padding: 10px 34px
}

.sticky-menu {
    left: 0;
    padding: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #171d22;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    border-radius: 0
}

.header-top-wrap {
    background: #12151e
}

.header-top-subs > p {
    margin-bottom: 0;
    font-size: 12px;
    color: #c3c3c3
}

.header-top-link, .header-top-link .quick-link, .header-top-link .header-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.header-top-link {
    justify-content: flex-end
}

    .header-top-link .quick-link li {
        position: relative
    }

        .header-top-link .quick-link li + li {
            padding-left: 13px;
            margin-left: 11px
        }

            .header-top-link .quick-link li + li::before {
                content: "|";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                color: #616161;
                font-size: 12px
            }

        .header-top-link .quick-link li a {
            font-size: 12px;
            font-weight: 500;
            color: #c3c3c3;
            display: block
        }

    .header-top-link .header-social {
        margin-left: 10px
    }

        .header-top-link .header-social li {
            flex: 0 0 32px;
            width: 32px
        }

            .header-top-link .header-social li a {
                display: block;
                width: 100%;
                height: 40px;
                line-height: 40px;
                text-align: center;
                font-size: 11px;
                color: #c3c3c3;
                position: relative
            }

                .header-top-link .header-social li a::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    height: 1px;
                    background: #1979a3;
                    -webkit-transition: all .3s ease-out 0s;
                    -moz-transition: all .3s ease-out 0s;
                    -ms-transition: all .3s ease-out 0s;
                    -o-transition: all .3s ease-out 0s;
                    transition: all .3s ease-out 0s;
                    opacity: 0
                }

                .header-top-link .header-social li a:hover {
                    background: #20212b
                }

                    .header-top-link .header-social li a:hover::before {
                        opacity: 1
                    }

.header-style-two {
    position: relative
}

    .header-style-two .menu-area {
        background: #252631;
        padding: 8px 0
    }

    .header-style-two .navbar-wrap > ul {
        margin-right: 0
    }


    .header-style-two .menu-area.sticky-menu {
        padding: 0
    }

    .header-style-two .navbar-wrap > ul > li .submenu {
        border: 1px solid #323344;
        background: #252631
    }

    .header-style-two .header-action .footer-search form {
        margin-left: 0
    }

    .header-style-two .header-action ul li.header-lang::before {
        display: none
    }

    .header-style-two .header-action ul li.header-lang {
        padding-left: 0;
        margin-left: 30px
    }
#search-modal {
    background-color: rgba(23,26,33,.95)
}

    #search-modal .modal-dialog {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        border: 0;
        outline: 0;
        margin: 0;
        min-width: 700px
    }

        #search-modal .modal-dialog .modal-content {
            background: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border: 0
        }

            #search-modal .modal-dialog .modal-content form {
                width: 100%;
                position: relative
            }

                #search-modal .modal-dialog .modal-content form input {
                    width: 100%;
                    font-size: 36px;
                    border: 0;
                    border-bottom: 3px solid rgba(255,255,255,.1);
                    background: 0;
                    color: #fff;
                    padding: 0 85px 12px 40px
                }

                    #search-modal .modal-dialog .modal-content form input::-moz-placeholder {
                        font-size: 35px
                    }

                    #search-modal .modal-dialog .modal-content form input::placeholder {
                        font-size: 35px
                    }

                #search-modal .modal-dialog .modal-content form button {
                    position: absolute;
                    right: 40px;
                    margin-bottom: 0;
                    font-size: 30px;
                    background: 0;
                    border: 0;
                    cursor: pointer;
                    color: #1979a3;
                    top: 8px
                }

.modal-backdrop {
    z-index: 1
}

.modal-open .header-top {
    z-index: 2
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: #fff;
    margin-right: 30px;
    top: 15px
}

.nav-logo img {
    width: 150px
}
.banner-bg {
    background-position: center;
    background-size: cover;
}

.banner-area {
    height: 692px;
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    border-radius: 0;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

    .mobile-menu .navbar-collapse {
        display: block !important
    }

    .mobile-menu .nav-logo {
        position: relative;
        padding: 30px 25px;
        text-align: left
    }

.mobile-menu-visible {
    overflow: hidden
}

    .mobile-menu-visible .mobile-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

.mobile-menu .navigation li.current > a:before {
    height: 100%
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: #171d22
}

.mobile-menu-visible .menu-backdrop {
    opacity: .80;
    visibility: visible
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #171d22;
    padding: 0;
    z-index: 5;
    box-shadow: -9px 0 14px 0 rgb(0 0 0 / 6%)
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 32px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none
}

    .mobile-menu .navigation li {
        position: relative;
        display: block;
        border-top: 1px solid rgb(255 255 255 / 10%)
    }

    .mobile-menu .navigation > li:last-child {
        border-bottom: 1px solid rgb(255 255 255 / 10%)
    }

    .mobile-menu .navigation li > ul > li:first-child {
        border-top: 1px solid rgb(255 255 255 / 10%)
    }

    .mobile-menu .navigation li > a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 10px 25px;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        text-transform: capitalize;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        border: 0
    }

    .mobile-menu .navigation li ul li > a {
        font-size: 15px;
        margin-left: 20px;
        text-transform: capitalize
    }

    .mobile-menu .navigation li ul li ul li a {
        margin-left: 40px
    }

    .mobile-menu .navigation li ul li ul li ul li a {
        margin-left: 60px
    }

    .mobile-menu .navigation li > a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 0;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease
    }

    .mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
        position: absolute;
        right: 6px;
        top: 6px;
        width: 32px;
        height: 32px;
        text-align: center;
        font-size: 16px;
        line-height: 32px;
        color: #fff;
        background: #2f373e;
        cursor: pointer;
        border-radius: 2px;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 5
    }

        .mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }

    .mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul {
        display: none
    }

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px
}

    .mobile-menu .social-links li {
        position: relative;
        display: inline-block;
        margin: 0 10px 10px
    }

        .mobile-menu .social-links li a {
            position: relative;
            line-height: 32px;
            font-size: 16px;
            color: #fff;
            -webkit-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease
        }

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    display: none;
    margin-top: 7px
}

.breadcrumb-bg {
    padding: 270px 0 240px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

    .breadcrumb-bg::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #04081a;
        background: -webkit-linear-gradient(to right,#04081a,transparent);
        background: linear-gradient(to right,#04081a,transparent);
        opacity: .66
    }

    .breadcrumb-bg::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 146px;
        background: #000;
        background: -webkit-linear-gradient(to bottom,#000,transparent);
        background: linear-gradient(to bottom,#000,transparent);
        opacity: .66
    }

.breadcrumb-content {
    text-align: center
}

    .breadcrumb-content .title {
        font-size: 60px;
        line-height: 1.3;
        margin-bottom: 8px
    }

    .breadcrumb-content .breadcrumb {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 0;
        list-style: none;
        background-color: transparent;
        border-radius: 0;
        justify-content: center
    }

        .breadcrumb-content .breadcrumb li {
            text-transform: uppercase;
            font-weight: 600;
            color: #fff
        }

            .breadcrumb-content .breadcrumb li + li {
                padding-left: 14px
            }

                .breadcrumb-content .breadcrumb li + li::before {
                    content: "|";
                    color: #fff;
                    padding-right: 14px
                }
.index-banner-area { height:982px; }


.slider-bg {
    background-position: top center;
    background-size: cover;
    padding: 135px 0 120px
}
.slider-item:first-child {display:block;}
.slider-item {
    display: none;
    background-size: cover;
}
.slider-img > img {
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0 1px 13px 0 rgba(25,25,25,0.004);
    max-width: 100%;
    margin-right: -15px
}
.slider-area { position:relative; }
    .slider-area .slider-bottom {
        position: absolute;
        bottom: 200px;
        left: 50%;
        transform: translateX(-50%);
        width: 80vw;
    }

.slider-bottom ul li {
    flex: 1;
    align-items: center;
    text-align: center;
    background: #FFFFFF90;
    cursor: pointer;
}
.slider-bottom ul li:nth-child(odd) {
    background: #FFFFFFC0;
}

        .slider-bottom ul li i {
            font-size: 7em;
            color: #333;
            display: inline-block;
            padding:0px 5px;
        }

    .slider-bottom ul li.active {
        background: #1979a3;
    }
        .slider-bottom ul li.active span, .slider-bottom ul li.active i, .slider-bottom ul li.active span::first-line {
            color: #FFF;
        }

    .slider-bottom ul li span {
        font-size: 1.2em;
        color: #666;
        display: inline-block;
        width: 200px;
        text-align: left;
        padding-left: 10px;
    }

            .slider-bottom ul li span::first-line {
                font-size: 2em;
                color: #333;
            }

.slider-area h2 {
    font-size: 4em;
    color: #FFF;
    line-height: 2em;
    position: relative;
}

    .slider-area h2::before {
        content: "ADVANTAGE";
        position: absolute;
        font-size: 26px;
        top: -45px;
        font-weight: 300;
    }

    .slider-area h2::after {
        content: "";
        position: absolute;
        font-size: 26px;
        bottom: 0px;
        left: 0px;
        font-weight: 300;
        width: 50px;
        height: 4px;
        background: #1979a3;
    }
.slick-dots {
    bottom: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
    .slick-dots li {
        float: left;
        margin: 0 5px;
    }
    .slick-dots button {
        border: 0px;
        width:25px;
        height:25px;
        border-radius: 50%;
    }

.ys-content {
    max-width: 750px;
}

        .ys-content h6 {
            font-size: 2em;
            color: #FFF;
            padding: 20px 0px;
        }

        .ys-content p {
            position: relative;
            font-size: 1.3em;
            color: #EEE;
            margin-left: 30px;
        }

            .ys-content p::before {
                content: "";
                width: 10px;
                height: 10px;
                transform: rotate(45deg);
                background: #1979a3;
                position: absolute;
                left: -20px;
                top: 8px;
            }


.wci-area h2 {
    color: #666;
    margin-top: 50px;
    font-size: 2.8em;
}
.wci-area strong {
    font-size: 4em;
    color: #000;
    display: inline-block;
    margin:10px;
}
.wci-area p {
    display: inline-block;
    margin: 25px 0px;
    font-size: 1.5em;
    text-align:left;
}

.wci-area .sub-title {
    font-size: 2em;
}
.wci-bg {
    padding: 120px 0 70px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

    .wci-bg::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #100e17;
        opacity: .95
    }

.wci-bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.section-title .sub-title {
    display: block;
    line-height: 1;
    font-size: 1.7em;
    font-weight: 400;
    position: relative;
    margin-top: 20px;
    margin-bottom: 12px;
    letter-spacing: 1px;
    color: #666;
}
.section-title .sub-title a {color:#1979a3;}}
.section-title .title {
    margin-bottom: 0;
    font-size: 36px
}

.wci-nav-wrap .nav-tabs {
    border: 0
}

    .wci-nav-wrap .nav-tabs .nav-link {
        border-radius: 50px;
        background: #20212b;
        font-size: 12px;
        font-weight: 600;
        color: #e3dfdf;
        border: 2px solid #2d303d;
        padding: 11px 27px;
        margin-bottom: 0;
        transition: none !important
    }

    .wci-nav-wrap .nav-tabs li {
        margin-right: 12px;
        margin-top: 12px
    }

        .wci-nav-wrap .nav-tabs li:last-child {
            margin-right: 0
        }

    .wci-nav-wrap .nav-tabs .nav-link.active, button.active {
        color: #fff;
        border-color: #1979a3
    }

.wci-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-right: 102px
}

.custom-select:focus {
    border-color: #2d303d;
    box-shadow: none
}




.wci-active .owl-nav, .wci-active-two .owl-nav {
    position: absolute;
    top: -99px;
    right: 0;
    background: #20212b;
    border: 2px solid #2d303d;
    color: #e3dfdf;
    padding: 9.5px 19px;
    border-radius: 50px
}

.wci-active.owl-carousel .owl-nav button.owl-prev, .wci-active-two.owl-carousel .owl-nav button.owl-prev {
    padding-right: 17px;
    margin-right: 13px;
    position: relative
}

.wci-active .owl-nav .owl-prev::before, .wci-active-two .owl-nav .owl-prev::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 26px;
    background: #292b37
}

.wci-active .owl-nav button, .wci-active-two .owl-nav button {
    position: relative;
    cursor: pointer;
    transition: .3s linear
}

.wci-bg2 {
    padding: 120px 0 90px;
    background-position: top center;
    background-size: cover
}

.title-style-three {
    position: relative;
    padding-bottom: 20px
}

    .title-style-three::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: url(../img/images/title_shape.png);
        width: 98px;
        height: 7px
    }

    .title-style-three .sub-title {
        font-weight: 700;
        color: #bcbcbc
    }

    .services-area {
        color: #666;
    }
    .services-area h2.title {
        color: #666;
    }
.services-bg {
    background: #f1f6fc;
    padding: 120px 0;
}


.services-bg .title-style-two {
    padding-right: 100px
}
.services-text-list {
    font-size:1.5em;
}
.services-text-bg {
    background: #FFF;
    height: 350px;
    overflow: hidden;
}
.services-text-bg a {
    color: #1979a3;
}
.services-text-bg2 {
    background: #1979a3;
    height: 350px;
    overflow:hidden;
}
    .services-text-bg2 a {
        font-size:16px;
        color: #fff;
    }
    .services-text-bg2 i {
        padding:5px;
        margin:0px 5px;
        color: #1979a3;
        background:#fff;
        border-radius:50%;
        font-size:0.6em;
        display:inline;
    }

    .services-text-list span.title {
        font-size: 1.2em;
        display: block;
        background: #1979a3;
        color: #fff;
        line-height:2em;
    }
    .services-text-list ul li {
        display: flex;
        text-align: center;
        margin:10px 0px 10px 5%;
    }

.services-text-list ul.prefix li::before {
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

    .services-text-list ul li .icon {
        width: 95px;
        height: 95px;
        line-height: 93px;
        text-align: center;
        border: 1px dashed #1979a3;
        border-radius: 50%;
        flex: 0 0 95px;
        position: relative;
        font-size: 38px;
        color: #fff;
        margin-right: 20px;
        z-index: 1
    }

        .services-text-list ul li .icon::before {
            content: "";
            position: absolute;
            left: 5px;
            top: 5px;
            right: 5px;
            bottom: 5px;
            border-radius: 50%;
            z-index: -1;
            transition: .3s linear;
            opacity: 0
        }

    .services-text-list ul li:hover .icon::before {
        opacity: 1
    }

    .services-text-list ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0
    }


.qa-text-list span.title {
    font-size: 1.6em;
    display: block;
    background: #1979a3;
    color: #fff;
    line-height: 200%;
}

    .qa-text-list li a {
        position: relative;
        font-size: 1.2em;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        color: #333;
        padding: 2px 10px 2px 30px;
    }

        .qa-text-list li a::before {
            position: absolute;
            content: "Q";
            background: #bcbcbc;
            width: 20px;
            height: 20px;
            border-radius: 10px;
            text-align: center;
            left: 5px;
        }

    .qa-text-list li p {
        position: relative;
        font-size: 1em;
        width: 100%;
        max-height: 45px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        color: #999;
        line-height: 150%;
        padding: 2px 10px 2px 30px;
    }
    .qa-text-list li p::before {
        position: absolute;
        content: "A";
        background: #bcbcbc;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        text-align: center;
        left: 5px;
    }

.news-text-list span.title {
    font-size: 1.6em;
    display: block;
    background: #1979a3;
    color: #fff;
    line-height: 200%;
}
.news-text-list li a {
    position: relative;
    font-size: 1.2em;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #fff;
    padding: 2px 10px 2px 30px;
	line-height:2rem;
}
.news-text-list li span {
    position: relative;
    font-size: 1em;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #fff;
    padding: 2px 5px;
	line-height:2rem;
}

.cls-area h2 {
    font-size: 5em;
    color: #1979a3;
}

.cls-area .cls-notice {
    color: #FFF;
    background: #1979a3;
    border-radius: 15px;
    margin: 20px 0px 10px 100px;
    padding: 30px 15px;
}

    .cls-area .cls-notice .sub-title {
        font-size: 2em;
    }

    .cls-area .cls-notice .sub-body {
        font-size: 1.5em;
    }

    .cls-area .cls-notice a {
        text-decoration: underline;
    }

.cls-area img {
    width: 100%;
}

.cls-area .cls-title {
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    line-height: 80px;
    background: #0000006e;
    text-align: center;
    bottom: 0px;
    color: #FFF;
    font-size: 1.4em;
}

.cls-area .cls-layout {
    background: #888888;
    margin: 30px 10px;
}

.cls-area .cls-image {
    background: #FFF;
    padding: 0px;
    min-height:350px;
}

.cls-image .cls-popper {position:absolute; width:100%;height:100%; padding:20%; top:0px; background:#00000080; color:#FFF; font-size:1.2em; display:none; line-height:200%; }
.cls-image:hover .cls-popper {display:block;}
.cls-layout ul {
	width:80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	text-align:center;
	display:block;
}

    .cls-layout ul li a {
        font-size: 1.2em;
        color: #FFF;
        display: block;
        line-height: 30px;
    }

.title-style-three.text-center {
    padding-bottom: 30px
}

    .title-style-three.text-center::before {
        right: 0;
        margin: 0 auto
    }

.title-style-three.text-lg-left::before {
    left: 0;
    right: auto;
    margin: 0
}

.slider-nav > span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #bebebe;
    cursor: pointer;
    transition: .3s linear
}

    .slider-nav > span.slick-next i {
        margin-left: 5px
    }

    .slider-nav > span.slick-prev i {
        margin-right: 5px
    }

    .slider-nav > span:hover {
        color: #1979a3
    }

.pagination-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

    .pagination-wrap ul li a {
        display: block;
        font-size: 14px;
        color: #c2c2c2;
        font-weight: 600;
        padding: 10px 20px;
        border: 1.5px solid #c2c2c2
    }

        .pagination-wrap ul li.active a, .pagination-wrap ul li a:hover {
            color: #171d22;
            border-color: #1979a3;
            background: #1979a3
        }

.episode-bg {
    background-position: top center;
    background-size: cover;
    padding: 120px 0 115px
}

.episode-top-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 35px;
    flex-wrap: wrap
}

    .episode-watch-wrap::after, .episode-top-wrap::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        box-shadow: 0 1px 3px 0 rgb(102 102 102 / 46%)
    }

    .episode-top-wrap .section-title .title {
        font-size: 30px
    }

.total-views-count p {
    margin-bottom: 0;
    color: #e3dfdf
}

    .total-views-count p i {
        margin-left: 12px;
        color: #1979a3
    }

.episode-watch-wrap .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    margin-bottom: 35px
}

    .episode-watch-wrap .card .card-header {
        padding: 0;
        margin-bottom: 0;
        background-color: transparent;
        border-bottom: 0;
        margin: 0
    }

        .episode-watch-wrap .card .card-header button {
            border: 0;
            background: transparent;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0;
            color: #e0e0e0
        }

            .episode-watch-wrap .card .card-header button .season {
                font-size: 16px;
                font-weight: 700;
                width: 50%;
                flex: 0 0 50%
            }

            .episode-watch-wrap .card-body ul li a:hover, .episode-watch-wrap .card-body ul li a i, .episode-watch-wrap .card .card-header button .video-count {
                color: #1979a3
            }

            .episode-watch-wrap .card .card-header button.collapsed .video-count {
                color: #9b9b9b
            }

    .episode-watch-wrap .card .card-body {
        padding: 0
    }

.episode-watch-wrap .card-body ul {
    margin-top: 25px;
    background: #040406;
    padding: 30px 30px 40px
}

    .episode-watch-wrap .card-body ul li {
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid #242426
    }

        .episode-watch-wrap .card-body ul li:last-child {
            margin-bottom: 0
        }

        .episode-watch-wrap .card-body ul li .duration {
            float: right;
            color: #e3dfdf
        }

            .episode-watch-wrap .card-body ul li .duration i {
                color: #1979a3;
                margin-right: 7px
            }

        .episode-watch-wrap .card-body ul li a {
            font-size: 16px;
            font-weight: 600;
            color: #c8c8c8
        }

            .episode-watch-wrap .card-body ul li a i {
                font-size: 12px;
                margin-right: 15px
            }

.episode-watch-wrap .card:last-child {
    margin-bottom: 0
}

.episode-watch-wrap {
    padding-bottom: 20px;
    position: relative
}

.episode-img img {
    max-width: 100%
}

.movie-episode-wrap {
    margin-right: 20px
}

.movie-history-wrap .title {
    font-size: 24px;
    background: rgba(0,0,0,0.349);
    border: 1px solid #29272f;
    padding: 25px 40px;
    position: relative;
    margin-bottom: 30px
}

    .movie-history-wrap .title span {
        color: #1979a3
    }

.movie-history-wrap p {
    margin-bottom: 0;
    padding: 0 35px
}

.movie-history-wrap {
    margin-top: 75px
}

.pricing-bg {
    background-position: top center;
    background-size: cover;
    padding: 120px 0 90px
}

.pricing-box-wrap {
    padding: 0 80px
}

.pricing-box-item {
    box-shadow: 0 3px 13px 0 rgba(0,0,0,0.14);
    background: #1f1e24;
    border: 2px solid #1f1e24;
    padding: 45px 40px 60px;
    transition: .3s linear
}

    .pricing-box-item.active, .pricing-box-item:hover {
        border-radius: 4px;
        border-color: #1979a3
    }

.pricing-top {
    text-align: center;
    margin-bottom: 45px
}

    .pricing-top h6 {
        text-transform: uppercase;
        font-size: 12px;
        margin-bottom: 0
    }

    .pricing-top .price {
        border-radius: 4px;
        box-shadow: 0 3px 5px 0 rgba(0,0,0,0.14),inset 0 3px 7px 0 rgba(0,0,0,0.31);
        max-width: 138px;
        background: #1979a3;
        padding: 30px 25px;
        margin: 22px auto 0
    }

        .pricing-top .price h3 {
            font-size: 28px;
            color: #14141d;
            line-height: 1;
            margin-bottom: 7px
        }

        .pricing-top .price span {
            display: block;
            color: #14141d;
            font-weight: 700;
            line-height: 1
        }

.pricing-list ul li {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #414146;
    font-size: 12px;
    color: #fff
}

    .pricing-list ul li i {
        margin-right: 10px
    }

    .pricing-list ul li span {
        float: right;
        padding-right: 5px
    }

    .pricing-list ul li.quality span {
        color: #1979a3
    }

    .pricing-list ul li:last-child {
        margin-bottom: 0
    }

.pricing-btn {
    text-align: center;
    margin-top: 40px
}

    .pricing-btn .btn {
        text-transform: capitalize;
        letter-spacing: 0;
        padding: 12px 32px;
        background: #20212b
    }

        .pricing-btn .btn:hover {
            background: #1979a3
        }

.cls-area {
}

.blog-bg {
    background-position: top center;
    background-size: cover;
    padding: 120px 0 120px
}

.blog-post-item {
    background: #1f1e24;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.46);
    margin-bottom: 50px
}

.blog-post-thumb img {
    border-radius: 4px;
    max-width: 100%
}

.blog-post-content {
    padding: 30px
}

    .blog-post-content .date, .blog-details-top-meta .user {
        display: block;
        margin-bottom: 8px
    }

        .blog-post-content .date i, .blog-details-top-meta .user i {
            margin-right: 5px;
            color: #1979a3
        }

    .blog-post-content .title {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 20px
    }

        .blog-post-content .title a:hover, .blog-post-meta ul li a:hover {
            color: #1979a3
        }

    .blog-post-content p {
        margin-bottom: 0
    }

.blog-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-top: 19px;
    margin-top: 30px
}

    .blog-post-meta::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        box-shadow: 0 1px 3px 0 rgba(102,102,102,0.46)
    }

    .blog-post-meta ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

        .blog-post-meta ul li {
            position: relative;
            margin-top: 10px;
            font-size: 12px;
            color: #d0d0d0
        }

            .blog-post-meta ul li + li::before {
                content: "|";
                padding-left: 15px;
                padding-right: 15px;
                color: #6a6a6a
            }

            .blog-post-meta ul li i {
                color: #1979a3;
                margin-right: 8px
            }

            .blog-post-meta ul li a {
                color: #d0d0d0
            }

    .blog-post-meta .read-more {
        margin-top: 10px
    }

        .blog-post-meta .read-more a {
            font-size: 14px;
            font-weight: 600;
            color: #1979a3
        }

            .blog-post-meta .read-more a i {
                margin-left: 5px
            }

.blog-sidebar {
    margin-left: 30px
}

.blog-widget {
    background: #1f1e24;
    border-radius: 4px;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.46);
    padding: 40px 30px;
    margin-bottom: 30px
}

    .blog-widget:last-child {
        margin-bottom: 0
    }

.sidebar-search input {
    width: 100%;
    background: #393939;
    border: 0;
    padding: 17px 80px 17px 25px;
    color: #fff
}

    .sidebar-search input::placeholder {
        color: #bcbcbc;
        font-weight: 500
    }

.sidebar-search {
    position: relative
}

    .sidebar-search button {
        position: absolute;
        right: 0;
        top: 0;
        width: 55px;
        height: 100%;
        border: 0;
        font-size: 16px;
        color: #100e17;
        background: #1979a3;
        padding: 0
    }

.sidebar-cat ul li {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #59595c
}

    .sidebar-cat ul li:last-child {
        margin-bottom: 0
    }

    .sidebar-cat ul li a {
        color: #c8c8c8
    }

    .sidebar-cat ul li span {
        float: right
    }

    .sidebar-cat ul li a:hover {
        color: #1979a3
    }

.rc-post-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px
}

    .rc-post-item:last-child {
        margin-bottom: 0
    }

    .rc-post-item .thumb {
        flex: 0 0 100px;
        width: 100px;
        margin-right: 20px
    }

        .rc-post-item .thumb img {
            border-radius: 3px
        }

    .rc-post-item .content {
        flex-grow: 1
    }

        .rc-post-item .content .title {
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            margin-bottom: 8px
        }

            .rc-post-item .content .title a:hover {
                color: #1979a3
            }

        .rc-post-item .content .date {
            display: block;
            font-size: 12px
        }

            .rc-post-item .content .date i {
                color: #1979a3;
                margin-right: 5px
            }

.tag-list ul li {
    display: inline-block;
    margin: 0 8px 10px
}

    .tag-list ul li a {
        display: block;
        background: #393939;
        font-size: 14px;
        color: #bcbcbc;
        padding: 8px 13px;
        position: relative
    }

        .tag-list ul li a::before {
            content: "";
            position: absolute;
            left: -10px;
            top: 0;
            width: 0;
            height: 100%;
            border-style: solid;
            border-width: 0 0 35px 10px;
            border-color: transparent transparent #393939 transparent;
            -webkit-transition: all .3s ease-out 0s;
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s
        }

        .tag-list ul li a::after {
            content: "";
            position: absolute;
            right: -10px;
            top: 0;
            width: 0;
            height: 100%;
            border-style: solid;
            border-width: 0 0 35px 10px;
            border-color: transparent transparent transparent #393939;
            -webkit-transition: all .3s ease-out 0s;
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s
        }

        .tag-list ul li a:hover {
            color: #100e17;
            background: #1979a3
        }

            .tag-list ul li a:hover::before {
                border-color: transparent transparent #1979a3 transparent
            }

            .tag-list ul li a:hover::after {
                border-color: transparent transparent transparent #1979a3
            }


.station-submenu-area {
    border-bottom: 2px solid #ccc;
    background£º#FFF;
}
.station-wrap ul {float:right;}
.subject-wrap {
    font-size: 1.5em;
    color: #1979a3;
    padding:20px;
}
.submenu-wrap ul li, .station-wrap ul li {
    position: relative;
    float: left;
    line-height: 200%;
    padding: 20px 10px 0px;
    color: #000;
}
    .station-wrap ul li {padding:20px 5px;font-size:16px;}
    .submenu-wrap a {
        font-size: 1.5em;
        color: #000;
    }
.subject-wrap span {
    font-size: 1.5em;
    line-height: 200%;
    padding: 10px;
    display: block;
}
.submenu-wrap li.active a, .station-wrap span, .subject-wrap span {
    color: #1979a3;
}
    .submenu-wrap li.active a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: #1979a3;
        border-radius: 1.5px
    }

.content-area h2 {color:#1979a3}
.content-area span {font-size:1.2em;}
.content-area p {font-size:1.2em;}
.content-area img {max-width: 100%; display:block;margin: auto;}
.content-area span, .content-area p {
    color: #666;
    margin: 15px 0px;
}
.content-area .content-body { min-height: 1000px;}
ul.qywh-content {
    column-count: 3;
    column-gap: 20px;
    row-gap: 20px;
}
ul.qywh-content li {
    break-inside: avoid;
    position: relative;
    margin-bottom: 40px;
}
    ul.qywh-content li p {
        position: absolute;
        bottom: 20px;
        left: 20px;
        font-size: 1em;
        color: #FFF;
        display: block;
        width: 80%;
    }
        ul.qywh-content li p:first-line {
            font-size: 1.3em;
        }
        ul.qywh-content img {width:100%;}

.content-10-bg { background:#000; border-top-left-radius:50px; margin-left:10px; padding:30px 0px;}
.content-10 ul, .content-10 span {
    padding: 30px;
    color:#FFF;
}
.content-10 li {
    font-size: 1.2em;
    padding: 10px 20px;
    position:relative;
}
    .content-10 li::before {
        content: "";
        width: 10px;
        height: 10px;
        background: #FFF;
        display: inline-block;
        transform: rotate(45deg);
        left: 0px;
        top: 15px;
        position: absolute;
    }
.content-10 span {
    font-size:2em;
}
.content-14, .content-15, .content-16, .content-17, .content-18 {
    background: #eee;
}
.content-nav {display:block; width:100%; overflow:hidden; align-items:center;}
    .content-nav li {
        padding: 10px 20px;
        float: left;
        background: #1979a3;
        margin: 10px;
    }
    .content-nav li a {
        color: #FFF;
    }

.domain-img-right img {
    float: right;
    margin: 0px 0px 10px 10px;
    max-width: 100%;
    width:initial;
}
.domain-img-right div { position:absolute; left:0px; height:100%; width:460; padding-top:50px;}
.domain-img-right ul.domain-panel {
    width: 700px;
    height: 460px;
    background: #FFFFFFC0;
    padding: 50px;
    margin-top:30px;
}
.domain-img-left img {
    float: left;
    margin: 0px 0px 10px 10px;
    max-width: 100%;
    width: initial;
}

.domain-img-left div {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 460;
    padding-top: 50px;
}

.domain-img-left ul.domain-panel {
    width: 700px;
    height: 460px;
    background: #FFFFFFC0;
    padding: 50px;
    margin-top: 30px;
}
ul.domain-panel li {
    float: left;
    width: 200px;
    padding: 10px 0px;
    text-align: left;
}
    ul.domain-panel li ul {
        min-height:200px;
    }
        ul.domain-panel li ul li {
            clear: both;
            width: 200px;
            display: block;
            color: #333;
            font-size: 1.2em;
        }
    ul.domain-panel li ul li::before {
        content:'> '
    }

.timeline {
    height: 210px;
    white-space: nowrap;
    position: relative;
}

    .timeline li {
        display: inline-block;
        width: 180px;
        padding: 0px;
        height: 200px;
    }

    .timeline div.timeline-year {
        font-size: 1.2em;
        line-height: 50px;
        border-bottom: 3px solid #ccc;
        text-align: center;
        position: relative;
        margin-left: -3px;
        margin-right: -3px;
    }

    .timeline .timeline-year::before {
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: radial-gradient(#1979a3, #FFF);
        margin: 0 auto;
        position: absolute;
        top: 46px;
        left: 0;
        right: 0;
        border: 1px solid #1979a3;
    }

    .timeline div.segment {
        width: 130px;
        margin: 20px 25px 0px;
        position: relative;
        white-space: break-spaces;
    }

        .timeline div.segment::before {
            content: '';
            width: 2px;
            height: 17px;
            background: #1979a3;
            position: absolute;
            top: -17px;
            left: 50%;
            transform: translateX(-50%);
        }

.slick-prev, .slick-next {
    position: absolute;
    top: 30%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    width: 50px;
    height: 50px;
    z-index: 10;
}

.slick-prev {
    left: -70px;
}

.slick-next {
    right: -70px;
}

    .slick-prev:before, .slick-next:before {
        position: absolute;
        font-size: 4em;
        line-height: 100%;
        color: #999;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.timeline .slick-prev:before {
    content: '<';
}

.timeline .slick-next:before {
    content: '>';
}

#amap-marker {
    width: 100%;
    height: 100%;
    margin:0px -15px;
}
.contact-bg {
    background-position: top center;
    background-size: cover;
    padding: 60px 0
}
.contact-address-wrap {
    padding: 50px;
    background: #FFF;
}
.contact-items-wrap {
    padding:20px;
    background: #FFF;
}

    .contact-address-wrap img, .contact-address-wrap span, .contact-items-wrap span, .contact-items-wrap img {
        display: block;
        margin: 10px auto;
    }

.widget-title .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 18px;
    color: #666;
}

.contact-form {
    padding: 0px 30px;
}

    .contact-form input, .contact-form textarea {
        width: 100%;
        border: 2px solid #ccc;
        border-radius: 4px;
        color: #bcbcbc;
        font-weight: 500;
        padding: 10px 25px;
        margin-bottom: 15px;
        transition: .3s linear
    }

        .contact-form input::placeholder, .contact-form textarea::placeholder {
            color: #bcbcbc;
            font-weight: 500
        }

    .contact-form textarea {
        min-height: 155px
    }

        .contact-form input:focus, .contact-form textarea:focus {
            border-color: #e4d804
        }
.job-table {border:1px solid #ccc; border-radius:4px; margin-bottom:30px;}
    .job-table thead {
        background: #1979a3;
        color: #fff;
        color: white;
    }
    .job-table tr {
        height: 60px;
        text-align: center;
        font-size: 1.2em;
        border-bottom: 1px solid #ccc;
    }
    .job-table td {
        height: 60px;
        text-align: center;
        font-size: 1em;
        color: #666;
    }
    .job-table td div.row {
        padding:10px 80px;
    }
        .job-table td div span {
            display: block;
            margin: 5px 0px;
            font-size: 1.2em;
            color:#fff;
        }
        .job-table td div p {
            text-align: left;
            font-size: 1em;
            color: #fff;
        }
    .job-table .job-body { }
    .job-body td {padding:30px; font-size:1em;}
    .job-table .collapsed {display:none;}

.footer-top-wrap {
    background: #333333;
    padding: 80px 0 55px
}
    .footer-top-wrap .footer-title {
        font-size:1.5em;
    }
    .footer-top-wrap .footer-title::after {
        content: '';
        display: block;
        width: 40px;
        height: 3px;
        background-color: #1979a3;
    }
.footer-menu nav {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

    .footer-menu nav .navigation {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

        .footer-menu nav .navigation li {
            margin-right: 27px
        }

            .footer-menu nav .navigation li:last-child {
                margin-right: 0
            }

            .footer-menu nav .navigation li a {
                display: block;
                text-transform: uppercase;
                color: #c3c3c3;
                font-weight: 700;
                padding: 10px 10px;
                line-height: 1
            }

.footer-search form {
    min-width: 285px;
    position: relative;
    margin-left: 30px
}

    .footer-search form input {
        width: 100%;
        border: 0;
        background: #12151e;
        color: #fff;
        padding: 14px 20px;
        font-size: 12px;
        border-radius: 30px;
        padding-right: 60px;
        box-shadow: inset 0 4px 9px 0 rgba(0,0,0,0.25)
    }

        .footer-search form input::placeholder {
            color: #656870;
            font-weight: 500;
            font-size: 12px
        }

    .footer-search form button {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        border: 0;
        background: transparent;
        font-size: 12px;
        color: #1979a3;
        padding: 0
    }

        .footer-search form button::before {
            content: "|";
            position: absolute;
            left: -15px;
            top: 50%;
            transform: translateY(-50%);
            color: #656870;
            opacity: .34
        }

.footer-menu-wrap {
    position: relative;
    padding-bottom: 35px
}
.footer-detail {margin-top:15px;}
.footer-top-wrap .container::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #999;
}
.footer-detail p {padding:10px 5px; font-size:1em; color:#bcbcbc;}

.quick-link-list ul, .footer-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top:15px;
}

    .quick-link-list ul li {
        margin-right: 50px;
        margin: 5px 30px 5px 0;
        position: relative;
        min-width: 8vw;
    }
        .quick-link-list ul li::before {
            content:'>';
            position:absolute;
            left:-10px;
        }

        .quick-link-list ul li:last-child {
            margin-right: 0
        }

        .quick-link-list ul li a {
            color: #bcbcbc;
            display: block;
            font-weight: 500;
            font-size: 13px;
            text-transform: uppercase
        }

.footer-social ul {
    justify-content: flex-start
}

    .footer-social ul li {
        margin-right: 8px
    }

        .footer-social ul li:last-child {
            margin-right: 0
        }

        .footer-social ul li a {
            display: block;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            box-shadow: inset 0 4px 9px 0 rgba(0,0,0,0.25);
            background-color: #12151e;
            text-align: center;
            line-height: 36px;
            font-size: 12px;
            color: #bcbcbc
        }

.footer-quick-link-wrap {
    min-height:200px;
}

.copyright-wrap {
    background: #333333;
    padding: 25px 0
}

.copyright-text > p {
    margin-bottom: 0;
    font-size: 13px;
    color: #bcbcbc;
    line-height: 24px
}
.footer-contact-wrap ul {
    margin-top: 15px;
}
.footer-contact-wrap ul li {  line-height:2em; margin:5px;}
.footer-contact-wrap ul li i{
    margin: 0px 5px;
}


#preloader {
    background-color: #171D22;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0;
    top: 0;
    z-index: 99
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.usage-list li {
    display: flex;
    margin:20px 0px;
}
    .usage-list li img {
        flex: 2;
    }
.usage-list li div {
    flex:6;
    padding-left:20px;
    border:2px solid #ccc;
}
.usage-list li span {
    display: block;
}
    .usage-list li span.sub-body {
        font-size: 1.2em;
        min-height:80px;
    }
.mainSearch div.srhItem {
    margin:10px 0px;
}

.mainSearch div.srhItem span {
    font-size: 1.2em;
    padding: 0px 5px;
}
.mainSearch div.srhItem input {
    width: 120px;
    
}

.contact-form .success {
    color: #4BB543;
    border: solid 1px #4BB543;
    background: #b3fcad;
    border-radius: 5px;
    padding:10px;
}
.contact-form .error {
    color: #4BB543;
    border: solid 1px #4BB543;
    background: #fbc3c3;
    border-radius: 5px;
    padding: 10px;
}
.article-body .pa-50 {
    padding: 10px 5vw;
}
.article-body .lh-180, .article-body p {
    line-height: 250%;
    min-height: 50px;
}
.article-body .paihaotit{font-size:22px; text-align:left;}
.article-body .paihaotxt{ font-size:19px; text-align:left;text-decoration: underline;}
.article-body .text-left {
    padding-left: 30px;
}
.article-body .text-right {
    padding-right: 30px;
}
.article-body table {
    border: 1px solid #ccc;
    margin: 20px 0px;
    border-collapse: collapse;
	text-align:center;
}
.article-body table a{
	color:#ffffff;
}
    .article-body table tbody tr:nth-child(odd) {
        background: #818181;
        color: #666;
    }
    .article-body table tbody tr:nth-child(even) {
        /*background: #3d91b5;*/
		background: #818181;
        color: #666;
    }
    .article-body table tbody tr:first-child, .article-body table thead tr, .article-body table th {
        background: #4f4f4f;
        color: #fff;
        font-size: 1.5em;
    }
        .article-body table tbody tr:first-child span {
            color: #fff;
            font-size: 1.0em;
        }
.article-body tr:not(:first-child) td {
	font-size: 16px;
    padding:5px;
    color:#FFF;
}

.search-centent {padding: 50px 10vw;}
.search-centent .pagerecord {text-align:center; font-size:1.2em;}
    .search-centent ul.contentlist {
        display: flex;
        flex-flow: row wrap;
        column-gap: 3%;
        row-gap: 20px;
    }
    .search-centent ul.contentlist li {
        flex: 0 0 30%;
        max-width: 30%;
        background-color:#FFF;
        border-radius:30px;
        min-height:150px;
        padding:25px;
    }
ul.contentlist div.time {margin:10px 0px;}
ul.contentlist div.name a {
    font-size: 1.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display:block;
}
ul.contentlist div.detail {
    line-height: 2em;
    text-indent: 2em;
    min-height: 6em;
    overflow: hidden;
}
ul.contentlist div.more {
    text-align:right;
}
.search-centent .pagination {text-align:center;}


.article-search {
    column-gap: 3%;
}

    .article-search span {
        font-size: 2em;
        color: #1979a3;
    }

        .article-search span.sub-title {
            font-size: 1.5em;
            color: #666;
        }

    .article-search input {
        font-size: 1.5em;
        line-height: 2em;
    }

    .article-search form * {
        display: inline-block;
    }

    .article-search form span {
        width: 25%;
    }

    .article-search form input {
        width: 40%;
    }

.article-search-body {
    border: 2px solid #1979a3;
    border-radius: 15px;
    min-height: 400px;
}