.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-display: swap;
}
body
{
    font-family: 'Montserrat', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: 500;

    color: #111;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 16px;
    line-height: 50px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: -5%;

    width: 50px;
    height: 50px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #155da9;
    border: none;
    border: 1px solid #155da9;
    border-radius: 50%;
    background: none;
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        line-height: 40px;

        left: -5px;

        width: 40px;
        height: 40px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);

    color: #155da9;
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: -5px;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    background-color: #155da9;
}
.slick-arrow:hover:before
{
    color: #fff;
}
.slick-dots
{
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .slick-dots
    {
        margin-top: 20px;
    }
}
.slick-dots li
{
    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 10px;

    vertical-align: top;

    border-radius: 50%;
    background-color: rgba(21, 93, 169, .5);
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #155da9;
}
.flexwrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.pt-130
{
    padding-top: 130px;
}
@media (max-width: 1199px)
{
    .pt-130
    {
        padding-top: 90px;
    }
}
.center
{
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}
.share-cn
{
    display: none;
}
[lang=zh-CN] .share-cn
{
    display: block;
}
[lang=zh-CN] .share-other
{
    display: none;
}
.header
{
    position: fixed;
    z-index: 9;
    top: 24px;

    width: 100%;
    height: 90px;
    padding: 0 24px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1470px)
{
    .header
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
    }
}
@media (max-width: 767px)
{
    .header
    {
        top: 10px;

        padding: 0 10px;
    }
}
.header .d-flex
{
    position: relative;
    z-index: 2;

    padding: 0 4%;

    border-radius: 8px;
    background: #fff;
}
@media (max-width: 1800px)
{
    .header .d-flex
    {
        padding: 0 2%;
    }
}
@media (max-width: 1470px)
{
    .header .d-flex
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .header .d-flex
    {
        padding: 0 10px;
    }
}
.header .logo
{
    height: 96px;
    margin-top: -18px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
        padding: 0;
    }
}
.header .logo img
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .header-nav
{
    height: 46px;

    color: #fff;
    background-color: #155da9;
}
@media (max-width: 1199px)
{
    .header .header-nav
    {
        display: none;
    }
}
.header .language
{
    position: relative;

    display: inline-block;

    margin-left: 40px;

    vertical-align: middle;
}
@media (max-width: 1800px)
{
    .header .language
    {
        margin-left: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-left: 0;
    }
}
.header .language a
{
    line-height: 30px;

    display: block;

    padding: 0;

    color: #666;
}
@media (max-width: 1300px)
{
    .header .language a
    {
        font-size: 0;
    }
}
.header .language a:before
{
    display: inline-block;

    width: 26px;
    height: 26px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat left;
    background-size: cover;
}
.header .share ul
{
    display: inline-block;

    vertical-align: middle;
}
.header .share ul li
{
    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.header .share ul li a
{
    line-height: 30px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 30px;
    height: 30px;

    -webkit-transition: all .5s;
            transition: all .5s;
    text-align: center;

    border-radius: 50%;
}
.header .share ul li a .icon
{
    font-size: 18px;
}
.header .share ul li a:after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 2.22222222rem;
    height: 100%;

    content: '';
    -webkit-transition: none;
            transition: none;
    -webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
            transform: translate3d(-150%, 0, 0) skewX(-25deg);

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .15)), to(rgba(204, 204, 204, .05)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));
    background-image:         linear-gradient(to right, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.header .share ul li a:hover
{
    color: #fff;
    background-color: #054064;
}
.header .share ul li a:hover:after
{
    left: 100%;

    -webkit-transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out, -webkit-transform .4s ease-out;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
            transform: translate3d(50%, 0, 0) skewX(-25deg);
}
.header .share ul li.share-twitter a:before
{
    content: '\e60b';
}
.header .share ul li.share-linkedin a:before
{
    content: '\e7ea';
}
.header .share ul li.share-instagram a:before
{
    content: '\e88f';
}
.header .share ul li.share-youtube a:before
{
    content: '\e7b2';
}
.header .share ul li.share-google a:before
{
    content: '\e645';
}
.header .share ul li.share-amazon a:before
{
    content: '\e6c1';
}
.header .share ul li:hover a
{
    background: none;
}
.header .pc-nav
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .pc-nav
    {
        display: none;
    }
}
.header .pc-nav > ul > li
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.header .pc-nav > ul > li > a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 90px;

    position: relative;

    display: block;

    height: 90px;
    padding: 0 30px;
}
@media (max-width: 1800px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 24px;
    }
}
@media (max-width: 1560px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 18px;
    }
}
@media (max-width: 1400px)
{
    .header .pc-nav > ul > li > a
    {
        font-size: 15px;

        padding: 0 14px;
    }
}
@media (max-width: 1300px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 10px;
    }
}
.header .pc-nav > ul > li > a:after
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #155da9;
}
.header .pc-nav > ul > li.active > a,
.header .pc-nav > ul > li:hover > a
{
    color: #155da9;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 93, 169, 0)), to(rgba(21, 93, 169, .1)));
    background: -webkit-linear-gradient(top, rgba(21, 93, 169, 0) 0%, rgba(21, 93, 169, .1) 100%);
    background:         linear-gradient(180deg, rgba(21, 93, 169, 0) 0%, rgba(21, 93, 169, .1) 100%);
}
.header .pc-nav > ul > li.active > a:after,
.header .pc-nav > ul > li:hover > a:after
{
    width: 100%;
}
.header .pc-nav .nav-list2
{
    font-size: 15px;

    position: absolute;
    z-index: 9;
    top: 100%;

    display: none;

    min-width: 100%;
    padding: 14px 0;

    text-align: left;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list2 > li
{
    position: relative;
}
.header .pc-nav .nav-list2 > li > a
{
    line-height: 30px;

    display: block;

    padding: 5px 20px;

    white-space: nowrap;

    color: #666;
}
.header .pc-nav .nav-list2 > li > a:hover
{
    text-decoration: underline;

    color: #155da9;
}
.header .pc-nav .nav-list3
{
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    min-width: 100%;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list3 > li > a
{
    font-size: 15px;
    line-height: 30px;

    display: block;

    padding: 5px 20px;

    white-space: nowrap;

    color: #666;
}
.header .pc-nav .nav-list3 > li > a:hover
{
    text-decoration: underline;

    color: #155da9;
}
.header .btn-menu
{
    position: relative;

    display: none;

    width: 30px;
    height: 60px;
}
@media (max-width: 1199px)
{
    .header .btn-menu
    {
        display: inline-block;

        height: 50px;

        vertical-align: middle;
    }
}
.header .btn-menu a
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.header .btn-menu a:before,
.header .btn-menu a:after
{
    display: block;

    height: 2px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;

    background: #999;
}
.header .btn-menu a span
{
    display: block;

    height: 2px;
    margin: 7px 0;

    -webkit-transition: all .4s;
            transition: all .4s;

    background: #999;
}
.header .serach-part
{
    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.header .translate
{
    display: inline-block;

    min-width: 158px;
    margin-left: 30px;

    vertical-align: middle;
}
@media (max-width: 1660px)
{
    .header .translate
    {
        margin-left: 20px;
    }
}
@media (max-width: 1350px)
{
    .header .translate
    {
        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .header .translate
    {
        font-size: 12px;

        width: 145px;
        min-width: auto;
        margin: 0;
    }
}
.header .translate .goog-te-gadget-simple
{
    border: none;
}
@media (max-width: 767px)
{
    .header .translate .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span
    {
        font-size: 12px;
    }
}
.header .pc-search
{
    display: inline-block;
    overflow: hidden;

    width: 300px;

    vertical-align: middle;

    border-radius: 8px;
    background-color: #f5f5f5;
}
@media (max-width: 1660px)
{
    .header .pc-search
    {
        width: 240px;
    }
}
@media (max-width: 1470px)
{
    .header .pc-search
    {
        width: 200px;
    }
}
@media (max-width: 1300px)
{
    .header .pc-search
    {
        width: 160px;
    }
}
@media (max-width: 1199px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search form
{
    position: relative;

    overflow: hidden;

    padding-right: 40px;
}
.header .pc-search .submit
{
    line-height: 48px;

    position: absolute;
    top: 0;
    right: 0;

    width: 50px;
    height: 48px;
    padding: 0;

    color: #8290a5;
    background: none;
}
.header .pc-search .submit .icon
{
    font-size: 20px;
}
.header .pc-search .submit:hover
{
    color: #155da9;
}
.header .pc-search input
{
    line-height: 48px;

    width: 100%;
    height: 48px;
    padding: 0 20px;

    background: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder
{
    color: #666;
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder
{
    color: #666;
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder
{
    color: #666;
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder
{
    color: #666;
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .find
{
    font-size: 16px;
    line-height: 44px;

    display: none;

    cursor: pointer;
    -webkit-transition: background .2s;
            transition: background .2s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 40px;

        display: inline-block;

        padding-right: 10px;

        vertical-align: middle;
    }
}
.header .find:hover
{
    color: #155da9;
}
.header .search-wrap
{
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 100%;
    right: 0;

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .search-wrap
    {
        top: 100%;
        right: 0;
    }
}
.header .search-wrap .search-box
{
    position: relative;
}
.header .search-wrap input
{
    line-height: 24px;

    width: 100%;
    padding: 6px 10px;

    color: #666;
    border: 1px solid #dcdcdc;
}
.header .search-wrap .submit
{
    font-size: 20px;
    line-height: 38px;

    position: absolute;
    top: 0;
    right: 0;

    width: 44px;
    height: 38px;
    padding: 0;

    color: #fff;
    border-radius: 0;
    background-color: #155da9;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e729';
}
.stuck
{
    top: 0;

    padding: 0;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.stuck .d-flex
{
    border-radius: 0;
}
.stuck .logo
{
    height: 90px;
    margin: 0;
}
@media (max-width: 1199px)
{
    .stuck .logo
    {
        height: 60px;
    }
}
.stuck .btn-menu a:before,
.stuck .btn-menu a:after
{
    background: #999;
}
.stuck .btn-menu a span
{
    background: #999;
}
.hc-mobile-nav .nav-wrapper
{
    color: #fff;
    background-color: #155da9;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a
{
    border-color: #001663;
    background-color: #001663;
}
.hc-mobile-nav a
{
    border-bottom-color: #001663;
}
.hc-mobile-nav h2
{
    color: #fff;
}
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover
{
    background-color: #001663;
}
.hc-mobile-nav.side-right span.nav-next::before
{
    -webkit-transform: translate(0%, 0%) rotate(135deg);
        -ms-transform: translate(0%, 0%) rotate(135deg);
            transform: translate(0%, 0%) rotate(135deg);
}
.hc-mobile-nav:not(.touch-device) a:hover
{
    background-color: #001663;
}
.hc-mobile-nav a[href]:not([href='#']) > span.nav-next
{
    border-color: #001663;
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a
{
    border-color: #155da9;
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a
{
    background-color: #001663;
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover
{
    background-color: #001663;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    color: #fff;
    border: 1px solid #155da9;
    border-radius: 0;
    outline: none;
    background-color: #155da9;
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    top: 40%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    text-align: center;

    border-radius: 8px;
}
@media (max-width: 1199px)
{
    .online-wrap .online
    {
        right: 0;
    }
}
.online-wrap .online.onlineshow
{
    right: 0;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.onlineshow
    {
        right: -60px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 4px 0;
    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3);
}
.online-wrap .online a:before
{
    font-size: 20px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
}
.online-wrap .online a:hover
{
    background-color: #155da9;
}
.online-wrap .online a:hover:before
{
    color: #fff;
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-whatsapp:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .44);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
@media (min-width: 992px)
{
    .online-wrap-in .online
    {
        right: 0;
    }
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e624';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e918';
}
.online-wrap .icon-email:before
{
    font-family: 'iconfont' !important;

    content: '\e667';
}
.online-wrap .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-erweima:before
{
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before
{
    font-family: 'iconfont' !important;

    content: '\e615';
}
.online-wrap .icon-instagram:before
{
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e62a';
}
.online-wrap .icon-cart:before
{
    font-family: 'iconfont' !important;

    content: '\e62a';
}
.online-wrap .icon-cart span
{
    font-size: 14px;
    line-height: 20px;

    position: absolute;
    top: 0;
    right: 0;

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #155da9;
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e65a';
}
.xs-online
{
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom:         calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
    padding-bottom:         calc(env(safe-area-inset-bottom) - 15px);

    background-color: #155da9;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #001663;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.xs-online ul li.xs-online-product > a:before
{
    font-size: 16px;

    content: '\e7e9';
}
.xs-online ul li.xs-online-mail > a:before
{
    font-weight: normal;

    content: '\e634';
}
.xs-online ul li.xs-online-map > a:before
{
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.xs-online-feedback > a:before
{
    font-weight: normal;

    content: '\e615';
}
.xs-online ul li.xs-online-top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-home > a:before
{
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.xs-online-message > a:before
{
    font-size: 18px;
    font-weight: normal;

    content: '\e66b';
}
.xs-online ul li.xs-online-tel > a:before
{
    font-weight: normal;

    content: '\e61c';
}
.xs-online ul li.xs-online-facebook > a:before
{
    font-weight: normal;

    content: '\e615';
}
.xs-online ul li.xs-online-top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-whatsapp > a:before
{
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.xs-online-skype > a:before
{
    font-weight: normal;

    content: '\e616';
}
.xs-online ul li.xs-online-contact > a:before
{
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.xs-online-wechat > a:before
{
    content: '\e604';
}
.xs-online ul li.xs-online-wechat > a
{
    position: relative;
}
.xs-online ul li.xs-online-wechat > a:hover img
{
    display: block;
}
.xs-online ul li.xs-online-wechat > a img
{
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.xs-online ul li.facebook > a:before
{
    content: '\e615';
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 4;

    clear: both;
    overflow: hidden;

    width: 100%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .swiper-pagination
{
    position: absolute;
    z-index: 2;
    bottom: 3%;
    left: 50%;

    width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
.banner .swiper-pagination-bullet
{
    position: relative;

    display: inline-block;

    width: 24px;
    height: 24px;
    margin: 0 8px !important;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;

    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    background: none;
}
.banner .swiper-pagination-bullet:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 10px;
    height: 10px;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    border-radius: 50%;
    background-color: #fff;
}
.banner .swiper-pagination-bullet-active
{
    border-color: #fff;
}
.banner .swiper-pagination-bullet-active:before
{
    width: 6px;
    height: 6px;
}
.banner .slick-arrow
{
    font-size: 50px;
    line-height: 60px;

    top: 60%;

    width: 60px;
    height: 60px;

    text-align: center;

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
.banner .slick-arrow:after
{
    display: none;
}
.banner .slick-arrow:before
{
    content: '\f1e8';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.banner .slick-arrow:hover
{
    opacity: 1;
}
.banner .slick-prev
{
    left: 5%;
}
@media (max-width: 767px)
{
    .banner .slick-prev
    {
        left: -15px;
    }
}
.banner .slick-next
{
    right: 5%;
}
@media (max-width: 767px)
{
    .banner .slick-next
    {
        right: -15px;
    }
}
.banner .slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 991px)
{
    .banner .item
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 767px)
{
    .banner .item
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .item > a
{
    display: block;
    overflow: hidden;
}
.banner .item > a > img
{
    position: relative;
    left: 50%;

    display: block;

    width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.banner-video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination
{
    display: none !important;
}
.banner.hide-video video
{
    display: none !important;
}
.banner-video-box
{
    position: relative;

    display: block;

    padding-bottom: 50%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play
{
    background-color: #155da9 !important;
}
.banner .mobile-video
{
    position: relative;

    display: block;
}
.banner .mobile-video:after
{
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before
{
    font-size: 50px;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    content: '\e644';
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner .banner-text
{
    position: absolute;
    z-index: 2;
    top: 15%;
    left: 0;

    width: 100%;

    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .banner-text
    {
        padding: 0 8%;
    }
}
.banner .banner-text h2
{
    font-family: 'Butler', Arial, Helvetica, sans-serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.4;

    margin: 0;

    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
    text-transform: capitalize;

    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
@media (max-width: 1199px)
{
    .banner .banner-text h2
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-text h2
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text h2
    {
        font-size: 30px;
    }
}
.banner .banner-text h3
{
    font-size: 20px;
    line-height: 1.4;

    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
@media (max-width: 1199px)
{
    .banner .banner-text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text h3
    {
        font-size: 14px;
    }
}
.banner .banner-text .link
{
    margin-top: 50px;

    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
@media (max-width: 1199px)
{
    .banner .banner-text .link
    {
        margin-top: 10px;
    }
}
.banner .banner-text .link a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 56px;

    display: inline-block;

    min-width: 280px;
    margin: 0 20px;
    margin-top: 10px;
    padding: 0 15px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 6px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}
@media (max-width: 767px)
{
    .banner .banner-text .link a
    {
        font-size: 12px;
        line-height: 40px;

        min-width: 140px;
        margin: 0 5px;
        padding: 0 5px;
    }
}
.banner .banner-text .link a .icon
{
    font-size: 0;
    font-weight: normal;

    display: inline-block;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;

    opacity: 0;
}
@media (max-width: 767px)
{
    .banner .banner-text .link a .icon
    {
        display: none;
    }
}
.banner .banner-text .link a:hover
{
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .2);
}
.banner .banner-text .link a:hover .icon
{
    font-size: 20px;

    opacity: 1;
}
.banner .banner-down
{
    position: absolute;
    z-index: 2;
    bottom: 25%;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 1199px)
{
    .banner .banner-down
    {
        bottom: 20%;
    }
}
@media (max-width: 767px)
{
    .banner .banner-down
    {
        bottom: 0;
    }
}
.banner .banner-down a
{
    display: block;

    width: 66px;
    height: 66px;
    margin: 0 auto;

    -webkit-animation: slide-down 3s linear infinite;
            animation: slide-down 3s linear infinite;
}
.banner .banner-down a img
{
    width: 100%;
}
.banner-in
{
    position: relative;
}
.banner-in img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .banner-in img
    {
        width: 140%;
        margin-left: -10%;
    }
}
.banner-in .text-in
{
    position: absolute;
    z-index: 2;
    top: 60%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;

    color: #fff;
}
.banner-in .text-in:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 50%;
    height: 80%;

    content: '';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    opacity: .25;
    border-radius: 510px;
    background: #171d29;

    -webkit-filter: blur(25px);
            filter: blur(25px);
}
@media (max-width: 767px)
{
    .banner-in .text-in
    {
        top: 60%;
    }
}
.banner-in .text-in h2
{
    font-size: 36px;
    font-weight: bold;

    position: relative;
    z-index: 2;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .banner-in .text-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in h2
    {
        font-size: 24px;
    }
}
.banner-in .location
{
    position: relative;
    z-index: 2;
}
.banner-in .location ul li
{
    font-size: 16px;

    display: inline-block;

    vertical-align: top;
}
.banner-in .location ul li:after
{
    display: inline-block;

    margin: 0 10px;

    content: '>';
    vertical-align: middle;
}
.banner-in .location ul li:last-child:after
{
    display: none;
}
.banner-in .location ul li a
{
    display: inline-block;

    vertical-align: middle;
    text-transform: capitalize;
}
@-webkit-keyframes fadenum
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes fadenum
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes slide-down
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes slide-down
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.box
{
    overflow: hidden;

    padding: 120px 0;
}
@media (max-width: 1470px)
{
    .box
    {
        padding: 100px 0;
    }
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.box .more
{
    margin-top: 48px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .box .more
    {
        margin-top: 20px;
    }
}
.box .more a
{
    font-weight: bold;
    line-height: 52px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 25px;

    color: #fff;
    border-radius: 26px;
    background-color: #155da9;
}
@media (max-width: 991px)
{
    .box .more a
    {
        line-height: 40px;
    }
}
.box .more a .icon-youting,
.box .more a .icon-xiangyou
{
    font-size: 24px;
    font-weight: normal;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}
.box .more a span
{
    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.box .more a:hover
{
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .4);
}
.box .more a:hover .icon-youting,
.box .more a:hover .icon-xiangyou
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.box .more a:hover span
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.text-common
{
    margin-top: 20px;
}
.text-common p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .text-common p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.title
{
    display: block;

    text-align: center;
}
.title h2
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title p
{
    font-size: 16px;
    line-height: 1.875;

    max-width: 930px;
    margin: 0 auto;
    margin-top: 18px;

    color: #666;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
    }
}
.title.center
{
    text-align: center;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-product .product .item,
.wrap-product .product .item,
.wrap-product-show .product .item,
.box-product .slick-related .item,
.wrap-product .slick-related .item,
.wrap-product-show .slick-related .item
{
    display: block;
    overflow: hidden;

    padding: 10px 10px 0 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    border-radius: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 249, 252, 0)), to(#f6f9fc));
    background: -webkit-linear-gradient(top, rgba(246, 249, 252, 0) 0%, #f6f9fc 100%);
    background:         linear-gradient(180deg, rgba(246, 249, 252, 0) 0%, #f6f9fc 100%);
}
.box-product .product .item .img-box,
.wrap-product .product .item .img-box,
.wrap-product-show .product .item .img-box,
.box-product .slick-related .item .img-box,
.wrap-product .slick-related .item .img-box,
.wrap-product-show .slick-related .item .img-box
{
    overflow: hidden;

    -webkit-transition: all .2s;
            transition: all .2s;

    border-radius: 8px;
}
.box-product .product .item .img-box img,
.wrap-product .product .item .img-box img,
.wrap-product-show .product .item .img-box img,
.box-product .slick-related .item .img-box img,
.wrap-product .slick-related .item .img-box img,
.wrap-product-show .slick-related .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item h3,
.wrap-product .product .item h3,
.wrap-product-show .product .item h3,
.box-product .slick-related .item h3,
.wrap-product .slick-related .item h3,
.wrap-product-show .slick-related .item h3
{
    font-size: 16px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 56px;
    margin: 14px 0;
    padding: 0 10px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .box-product .product .item h3,
    .wrap-product .product .item h3,
    .wrap-product-show .product .item h3,
    .box-product .slick-related .item h3,
    .wrap-product .slick-related .item h3,
    .wrap-product-show .slick-related .item h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-product .product .item h3,
    .wrap-product .product .item h3,
    .wrap-product-show .product .item h3,
    .box-product .slick-related .item h3,
    .wrap-product .slick-related .item h3,
    .wrap-product-show .slick-related .item h3
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
.box-product .product .item:hover,
.wrap-product .product .item:hover,
.wrap-product-show .product .item:hover,
.box-product .slick-related .item:hover,
.wrap-product .slick-related .item:hover,
.wrap-product-show .slick-related .item:hover
{
    background: #155da9;
}
.box-product .product .item:hover .img-box img,
.wrap-product .product .item:hover .img-box img,
.wrap-product-show .product .item:hover .img-box img,
.box-product .slick-related .item:hover .img-box img,
.wrap-product .slick-related .item:hover .img-box img,
.wrap-product-show .slick-related .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .product .item:hover h3,
.wrap-product .product .item:hover h3,
.wrap-product-show .product .item:hover h3,
.box-product .slick-related .item:hover h3,
.wrap-product .slick-related .item:hover h3,
.wrap-product-show .slick-related .item:hover h3
{
    color: #fff;
}
.box-product .product
{
    margin-top: 40px;
}
.box-product .product .slick-product
{
    font-size: 0;

    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .box-product .product .slick-product
    {
        margin: 0 -5px;
    }
}
.box-product .product .slick-product .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .box-product .product .slick-product .slick-slide
    {
        padding: 0 5px;
    }
}
.box-about
{
    overflow: hidden;

    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-about .about .video
{
    width: -webkit-calc(100% - 620px);
    width:         calc(100% - 620px);
    padding-left: 10%;
}
@media (max-width: 991px)
{
    .box-about .about .video
    {
        width: 40%;
        padding-left: 5%;
    }
}
@media (max-width: 767px)
{
    .box-about .about .video
    {
        width: 100%;
        padding: 20px 0;
    }
}
.box-about .about .video .play
{
    line-height: 60px;

    position: relative;

    width: 60px;
    height: 60px;
    margin-top: -100px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 767px)
{
    .box-about .about .video .play
    {
        margin: 0 auto;
    }
}
.box-about .about .video .play span
{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    color: #155da9;
    border-radius: 50%;
    background-color: #fff;
}
.box-about .about .video .play .icon
{
    font-size: 22px;
}
.box-about .about .video .play::before,
.box-about .about .video .play::after
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
            animation: point_kuo 3s linear infinite;

    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}
.box-about .about .video .play::after
{
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.box-about .about .video .play::before
{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.box-about .about .video .play:hover span
{
    background-color: #001663;
}
.box-about .about .text
{
    position: relative;
    z-index: 4;

    width: 620px;
    padding: 70px 3%;

    border-radius: 20px 20px 0 0;
    background: url(../images/about_txt_bg.png) no-repeat bottom center #fff;
}
@media (max-width: 991px)
{
    .box-about .about .text
    {
        width: 60%;
        padding: 50px 30px;
    }
}
@media (max-width: 767px)
{
    .box-about .about .text
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.box-about .about .text .title
{
    text-align: left;
}
.box-about .about .text .title span
{
    font-size: 16px;
    line-height: 30px;

    text-transform: uppercase;

    color: #155da9;
}
.box-about .about .text .note
{
    display: -webkit-box;
    overflow: hidden;

    height: 150px;
    margin-top: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 767px)
{
    .box-about .about .text .note
    {
        height: 120px;
        margin-top: 20px;
    }
}
.box-about .about .text .more
{
    margin-top: 140px;

    text-align: left;
}
@media (max-width: 1470px)
{
    .box-about .about .text .more
    {
        margin-top: 100px;
    }
}
@media (max-width: 991px)
{
    .box-about .about .text .more
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .box-about .about .text .more
    {
        margin-top: 30px;
    }
}
.box-about .about .text .more a
{
    text-align: center;
}
.box-about .about .text .more a .icon
{
    font-weight: normal;

    display: inline-block;

    vertical-align: middle;
}
@-webkit-keyframes point_kuo
{
    0%
    {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translate(-50%, -50%) scale(2);
                transform: translate(-50%, -50%) scale(2);

        opacity: 0;
    }
}
@keyframes point_kuo
{
    0%
    {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translate(-50%, -50%) scale(2);
                transform: translate(-50%, -50%) scale(2);

        opacity: 0;
    }
}
.box-categories .categories .item
{
    position: relative;

    overflow: hidden;

    margin-top: 40px;

    color: #fff;
}
@media (max-width: 767px)
{
    .box-categories .categories .item
    {
        margin-top: 20px;
    }
}
.box-categories .categories .item .pic
{
    position: relative;

    display: block;
    overflow: hidden;

    border-radius: 8px;
}
.box-categories .categories .item .pic .img-box
{
    padding-bottom: 56.52173913%;
}
.box-categories .categories .item .pic .title-pic
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;

    text-align: center;

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 25, 51, 0)), to(rgba(0, 25, 51, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 25, 51, 0) 0%, rgba(0, 25, 51, .8) 100%);
    background:         linear-gradient(180deg, rgba(0, 25, 51, 0) 0%, rgba(0, 25, 51, .8) 100%);
}
@media (max-width: 1199px)
{
    .box-categories .categories .item .pic .title-pic
    {
        display: none;
    }
}
.box-categories .categories .item .pic .title-pic h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;

    display: -webkit-box;
    overflow: hidden;

    height: 80px;
    margin: 0;

    text-transform: uppercase;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-categories .categories .item .maskbg
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 20px;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);

    background-color: rgba(21, 93, 169, .9);
}
@media (max-width: 1199px)
{
    .box-categories .categories .item .maskbg
    {
        position: relative;

        padding: 0;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);

        color: #333;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
.box-categories .categories .item .maskbg .mask
{
    position: relative;

    width: 100%;
    height: 100%;
    padding: 30px;

    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 8px;
}
@media (max-width: 1199px)
{
    .box-categories .categories .item .maskbg .mask
    {
        padding: 20px 0 0 0;

        border: none;
    }
}
.box-categories .categories .item .maskbg .icon-youting
{
    font-size: 40px;

    position: absolute;
    top: 30px;
    right: 5%;

    opacity: .2;
}
@media (max-width: 1199px)
{
    .box-categories .categories .item .maskbg .icon-youting
    {
        top: 10px;
    }
}
.box-categories .categories .item .maskbg .title-categories h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    text-transform: uppercase;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-categories .categories .item .maskbg .title-categories h3
    {
        font-size: 20px;
    }
}
.box-categories .categories .item .maskbg .categories-sort
{
    max-width: 80%;
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .box-categories .categories .item .maskbg .categories-sort
    {
        max-width: 100%;
    }
}
@media (max-width: 767px)
{
    .box-categories .categories .item .maskbg .categories-sort
    {
        margin-top: 10px;
    }
}
.box-categories .categories .item .maskbg .categories-sort ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.box-categories .categories .item .maskbg .categories-sort ul li
{
    width: 50%;
    margin-top: 10px;
}
@media (max-width: 1470px)
{
    .box-categories .categories .item .maskbg .categories-sort ul li
    {
        margin-top: 0;
    }
}
.box-categories .categories .item .maskbg .categories-sort ul li a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 0 14px;
}
@media (max-width: 991px)
{
    .box-categories .categories .item .maskbg .categories-sort ul li a
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
.box-categories .categories .item .maskbg .categories-sort ul li a:before
{
    position: absolute;
    top: 13px;
    left: 0;

    display: block;

    width: 4px;
    height: 4px;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .box-categories .categories .item .maskbg .categories-sort ul li a:before
    {
        background-color: #155da9;
    }
}
.box-categories .categories .item .maskbg .categories-sort ul li:hover a
{
    text-decoration: underline;
}
.box-categories .categories .item .maskbg .more
{
    text-align: left;
}
@media (max-width: 1470px)
{
    .box-categories .categories .item .maskbg .more
    {
        margin-top: 20px;
    }
}
@media (min-width: 1200px)
{
    .box-categories .categories .item .maskbg .more a
    {
        text-align: center;

        border: 1px solid #fff;
        background: none;
    }
}
.box-categories .categories .item:hover .title-pic
{
    opacity: 0;
}
.box-categories .categories .item:hover .maskbg
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.box-case
{
    background: url(../images/case_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-case .case-left
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 40%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 991px)
{
    .box-case .case-left
    {
        width: 35%;
    }
}
@media (max-width: 767px)
{
    .box-case .case-left
    {
        width: 100%;
    }
}
.box-case .case-left .title
{
    text-align: left;
}
.box-case .case-left .title p
{
    max-width: 450px;
    margin-left: 0;
}
@media (max-width: 767px)
{
    .box-case .case-left .prev-next
    {
        margin-top: -20px;
        padding-right: 30px;

        text-align: right;
    }
}
.box-case .case-left .slick-arrow
{
    position: relative;
    top: 0;
    left: 0;

    display: inline-block;

    margin-top: 20px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    vertical-align: middle;
}
.box-case .case-left .slick-arrow.slick-next
{
    left: 20px;
}
.box-case .case-right
{
    width: 60%;
}
@media (max-width: 991px)
{
    .box-case .case-right
    {
        width: 65%;
        padding-left: 5%;
    }
}
@media (max-width: 767px)
{
    .box-case .case-right
    {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
.box-case .case-right .slick-cases
{
    width: 150%;
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .box-case .case-right .slick-cases
    {
        width: 100%;
        margin: 0 -5px;
    }
}
.box-case .case-right .slick-cases .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .box-case .case-right .slick-cases .slick-slide
    {
        padding: 0 5px;
    }
}
.box-case .case-right .item
{
    position: relative;

    display: block;

    cursor: pointer;
}
.box-case .case-right .item .img-box
{
    padding-bottom: 66.66666667%;
}
.box-case .case-right .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-case .case-right .item .note
{
    position: absolute;
    z-index: 2;
    bottom: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    padding: 0 24px;

    color: #fff;
    border-radius: 8px;
    background: -webkit-gradient(linear, left top, right top, from(#155da9), color-stop(75.25%, rgba(21, 93, 169, 0)));
    background: -webkit-linear-gradient(left, #155da9 0%, rgba(21, 93, 169, 0) 75.25%);
    background:         linear-gradient(90deg, #155da9 0%, rgba(21, 93, 169, 0) 75.25%);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.box-case .case-right .item .note h3
{
    font-size: 16px;
    line-height: 52px;

    height: 52px;
    margin: 0;
}
.box-case .case-right .item .note .icon
{
    font-size: 24px;
}
.box-case .case-right .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-case .case-right .item:hover .note
{
    background-color: #155da9;
}
.box-news
{
    background: url(../images/news_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-news .title
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .box-news .title .prev-next
    {
        padding-right: 30px;
    }
}
.box-news .title .slick-arrow
{
    position: relative;
    top: 0;
    left: 0;

    display: inline-block;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    vertical-align: middle;
}
.box-news .title .slick-arrow.slick-next
{
    left: 20px;
}
.box-news .news
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .box-news .news
    {
        margin-top: 20px;
    }
}
.box-news .news .slick-news
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .box-news .news .slick-news
    {
        margin: 0 -5px;
    }
}
.box-news .news .slick-news .slick-slide
{
    padding: 10px 15px;
}
@media (max-width: 767px)
{
    .box-news .news .slick-news .slick-slide
    {
        padding: 10px 5px;
    }
}
.box-news .news .item .pic
{
    position: relative;

    overflow: hidden;

    border-radius: 8px;
}
.box-news .news .item .pic .img-box
{
    padding-bottom: 55.55555556%;
}
.box-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item .note .date
{
    font-size: 16px;
    line-height: 24px;

    margin-top: 20px;
}
@media (max-width: 767px)
{
    .box-news .news .item .note .date
    {
        font-size: 14px;
    }
}
.box-news .news .item .note .date .icon
{
    font-size: 20px;

    display: inline-block;

    margin-top: -2px;

    vertical-align: middle;

    color: #155da9;
}
.box-news .news .item .note h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;
    margin-top: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .box-news .news .item .note h3
    {
        font-size: 18px;
    }
}
.box-news .news .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .box-news .news .item .note p
    {
        font-size: 14px;
        line-height: 24px;

        max-height: 48px;
    }
}
.box-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .item:hover .pic .date
{
    color: #fff;
    background-color: #155da9;
}
.box-news .news .item:hover .note h3
{
    color: #155da9;
}
.footer
{
    position: relative;
    z-index: 2;

    color: #fff;
    background: #04113e;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    padding: 80px 0;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 40px 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 20px 0;
    }
}
@media (max-width: 991px)
{
    .footer .foot ul li
    {
        margin: 20px 0;
    }
}
.footer .foot .title-foot h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .foot .title-foot h3
    {
        font-size: 20px;
    }
}
.footer .foot .info
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot .info
    {
        margin-top: 10px;
    }
}
.footer .foot .item-text
{
    max-width: 400px;
}
@media (max-width: 1199px)
{
    .footer .foot .item-text
    {
        max-width: 340px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item-text
    {
        max-width: 100%;
    }
}
.footer .foot .item-text .info p
{
    font-size: 16px;
    line-height: 24px;

    position: relative;

    margin: 0;
    margin-top: -1px;
    padding: 20px 0 20px 30px;

    border-top: 1px solid #434d6e;
    border-bottom: 1px solid #434d6e;
}
@media (max-width: 991px)
{
    .footer .foot .item-text .info p
    {
        font-size: 14px;

        padding: 10px 0 10px 30px;
    }
}
.footer .foot .item-text .info p .icon
{
    font-size: 20px;

    position: absolute;
    top: 20px;
    left: 0;
}
@media (max-width: 991px)
{
    .footer .foot .item-text .info p .icon
    {
        top: 10px;
    }
}
.footer .foot .item-text .info p b
{
    display: block;

    margin-bottom: 10px;
}
@media (max-width: 767px)
{
    .footer .foot .item-text .info p b
    {
        margin-bottom: 5px;
    }
}
.footer .foot .item-text .info p a:hover
{
    text-decoration: underline;
}
.footer .foot .item-nav .info a
{
    font-size: 16px;
    line-height: 36px;

    display: block;
}
@media (max-width: 991px)
{
    .footer .foot .item-nav .info a
    {
        font-size: 14px;

        display: inline-block;

        margin-right: 20px;

        vertical-align: top;
    }
}
.footer .foot .item-nav .info a:hover
{
    text-decoration: underline;
}
.footer .foot .item-subscribe
{
    max-width: 450px;
}
@media (max-width: 1470px)
{
    .footer .foot .item-subscribe
    {
        max-width: 400px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .item-subscribe
    {
        max-width: 340px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item-subscribe
    {
        max-width: 100%;
    }
}
.footer .foot .item-subscribe p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .foot .item-subscribe p
    {
        font-size: 14px;
    }
}
.footer .foot .item-subscribe form
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .footer .foot .item-subscribe form
    {
        margin-top: 20px;
    }
}
.footer .foot .item-subscribe form input
{
    line-height: 30px;

    width: 100%;
    padding: 10px 20px;

    color: #fff;
    border: 1px solid #434d6e;
    border-radius: 8px;
    background: none;
}
.footer .foot .item-subscribe form input::-webkit-input-placeholder,
.footer .foot .item-subscribe form textarea::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot .item-subscribe form input:-o-placeholder,
.footer .foot .item-subscribe form textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot .item-subscribe form input::-moz-placeholder,
.footer .foot .item-subscribe form textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot .item-subscribe form input:-ms-input-placeholder,
.footer .foot .item-subscribe form textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot .item-subscribe form input:focus::-webkit-input-placeholder,
.footer .foot .item-subscribe form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-subscribe form input:focus::-o-placeholder,
.footer .foot .item-subscribe form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-subscribe form input:focus::-moz-placeholder,
.footer .foot .item-subscribe form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-subscribe form input:focus::-ms-input-placeholder,
.footer .foot .item-subscribe form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-subscribe form .submit
{
    line-height: 48px;

    display: inline-block;

    margin-top: 40px;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 30px;
    outline: none;
    background-color: #155da9;
}
@media (max-width: 991px)
{
    .footer .foot .item-subscribe form .submit
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-subscribe form .submit
    {
        line-height: 40px;
    }
}
.footer .foot .item-subscribe form .submit:hover
{
    background-color: #001663;
}
.footer .copyright
{
    line-height: 26px;

    padding: 15px 0;

    background-color: #030e32;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        font-size: 14px;

        padding: 10px;
    }
}
.footer .copyright p
{
    margin: 0;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        line-height: 24px;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;
}
.footer .copyright .sitemap
{
    display: inline-block;
}
@media (max-width: 1199px)
{
    .footer .copyright .sitemap
    {
        display: block;

        margin-top: 10px;
    }
}
.footer .copyright .sitemap .icon
{
    font-size: 18px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.footer .copyright .sitemap:hover
{
    text-decoration: underline;
}
.wrap
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in h2
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;

    overflow: hidden;

    margin: 0;
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in p
{
    font-size: 16px;
    line-height: 2;

    max-width: 1160px;
    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 767px)
{
    .title-in p
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
    }
}
.title-in.center
{
    text-align: center;
}
.wrap-location
{
    text-align: right;
}
.wrap-location .location
{
    line-height: 30px;

    padding: 10px 0;

    color: #666;
}
.wrap-location .location .icon
{
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-location .location > ul
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-location .location > ul > li
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-location .location > ul > li:after
{
    display: inline-block;

    margin: 0 4px;
    margin-top: -2px;

    content: '>';
    vertical-align: middle;
}
.wrap-location .location > ul > li:last-child:after
{
    display: none;
}
.wrap-location .location > ul > li > a
{
    line-height: 30px;

    display: inline-block;

    text-transform: capitalize;
}
.wrap-location .location > ul > li > a:hover
{
    text-decoration: underline;

    color: #155da9;
}
.wrap-about-sidenav
{
    padding: 10px 0;
}
.wrap-about-sidenav .about-sidenav
{
    color: #666;
}
.wrap-about-sidenav .about-sidenav > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-about-sidenav .about-sidenav > ul > li:after
{
    display: inline-block;

    margin: 0 20px;

    content: '|';
    vertical-align: middle;
}
.wrap-about-sidenav .about-sidenav > ul > li > a
{
    line-height: 36px;

    display: inline-block;

    vertical-align: middle;
    text-transform: uppercase;
}
.wrap-about-sidenav .about-sidenav > ul > li:last-child:after
{
    display: none;
}
.wrap-about-sidenav .about-sidenav > ul > li.active > a,
.wrap-about-sidenav .about-sidenav > ul > li:hover > a
{
    color: #155da9;
}
.wrap-sidenav
{
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(102, 102, 102, .1);
}
@media (max-width: 1199px)
{
    .wrap-sidenav
    {
        display: none;
    }
}
.wrap-sidenav .title-sidenav
{
    padding: 15px 20px;

    color: #fff;
    border-radius: 8px;
    background-color: #155da9;
}
.wrap-sidenav .title-sidenav h3
{
    font-size: 24px;
    font-weight: bold;
}
.wrap-sidenav .sidenav
{
    padding: 20px;
}
.wrap-sidenav .sidenav .slevel-1 > li
{
    overflow: hidden;

    margin-bottom: 10px;
}
.wrap-sidenav .sidenav .slevel-1 > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 0 40px 0 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-sidenav .sidenav .slevel-1 > li.more > a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    position: absolute;
    top: 0;
    right: 0;

    width: 40px;
    height: 30px;

    content: '\eaf3';
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #666;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a
{
    color: #155da9;
}
.wrap-sidenav .sidenav .slevel-1 > li.more.active > a:after,
.wrap-sidenav .sidenav .slevel-1 > li.more:hover > a:after
{
    content: '\eaf5';

    color: #155da9;
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

    margin: 15px 0;
    padding-left: 10px;

    border-left: 1px solid #d9d9d9;
}
.wrap-sidenav .sidenav .slevel-2 > li > a
{
    font-size: 16px;
    line-height: 28px;

    position: relative;

    display: block;

    padding: 10px 16px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #666;
    border-radius: 8px;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a
{
    color: #155da9;
    background: #e8eff7;
}
.xs-product-nav
{
    display: none;
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .xs-product-nav
    {
        display: block;
    }
}
.xs-product-nav > ul
{
    margin: 0 -10px;
}
.xs-product-nav > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.xs-product-nav > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    padding: 0 10px;
}
@media (max-width: 767px)
{
    .xs-product-nav > ul > li > a
    {
        font-size: 15px;
    }
}
.xs-product-nav > ul > li > a:before
{
    margin-right: 4px;

    content: '-';
}
.xs-product-nav > ul > li.active > a
{
    color: #155da9;
}
.wrap-left
{
    width: 22%;
}
.wrap-right
{
    width: 78%;
}
.wrap-right
{
    padding-left: 3%;
}
@media (max-width: 1400px)
{
    .wrap-left
    {
        width: 28%;
    }
    .wrap-right
    {
        width: 72%;
    }
}
@media (max-width: 1199px)
{
    .wrap-left
    {
        width: 100%;
    }
    .wrap-right
    {
        width: 100%;
        padding-left: 15px;
    }
}
.wrap-about
{
    padding-bottom: 270px;

    background: url(../images/about_in_bg.jpg) no-repeat center bottom;
    background-size: 100% auto;
}
@media (max-width: 767px)
{
    .wrap-about
    {
        padding-bottom: 80px;
    }
}
.wrap-about .text
{
    margin-top: 20px;
}
.wrap-about .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-about .text p
    {
        font-size: 14px;
    }
}
.wrap-videobox
{
    position: relative;
    z-index: 2;

    margin-top: -33px;
}
.wrap-videobox .play
{
    line-height: 60px;

    position: relative;

    width: 60px;
    height: 60px;
    margin: 0 auto;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
.wrap-videobox .play span
{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    color: #155da9;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-videobox .play .icon
{
    font-size: 22px;
}
.wrap-videobox .play::before,
.wrap-videobox .play::after
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
            animation: point_kuo 3s linear infinite;

    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}
.wrap-videobox .play::after
{
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.wrap-videobox .play::before
{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.wrap-videobox .play:hover span
{
    color: #fff;
    background-color: #001663;
}
.wrap-factory
{
    margin-top: -30px;

    background: url(../images/factory_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-factory .factory .slick-factory
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .slick-factory
    {
        margin: 0 -5px;
    }
}
.wrap-factory .factory .slick-factory .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .slick-factory .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-factory .factory .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;

    cursor: pointer;

    border-radius: 8px;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item
    {
        margin-top: 20px;
    }
}
.wrap-factory .factory .item .img-box
{
    padding-bottom: 62.22222222%;
}
.wrap-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory .item .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    height: 100%;

    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 0;
    color: #fff;
    background-color: rgba(21, 93, 169, .9);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.wrap-factory .factory .item .mask .icon
{
    font-size: 30px;
}
.wrap-factory .factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-factory .factory .item:hover .mask
{
    opacity: 1;
}
.wrap-customer .customer .slick-customer
{
    width: 110%;
    margin-top: 30px;
    margin-left: -5%;
}
@media (max-width: 1199px)
{
    .wrap-customer .customer .slick-customer
    {
        width: 100%;
        margin-left: 0;
        padding: 0 5%;
    }
}
@media (max-width: 767px)
{
    .wrap-customer .customer .slick-customer
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-customer .customer .slick-customer .slick-slide
{
    padding: 0 15px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .wrap-customer .customer .slick-customer .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-customer .customer .item
{
    position: relative;

    display: block;
    overflow: hidden;

    cursor: pointer;

    border-radius: 8px;
}
.wrap-customer .customer .item .img-box
{
    padding-bottom: 62.22222222%;
}
.wrap-customer .customer .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-customer .customer .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-customer .customer .item:hover .mask
{
    opacity: 1;
}
@media (min-width: 1200px)
{
    .wrap-customer .customer .near
    {
        opacity: .2;
    }
}
.wrap-customer .customer .slick-arrow
{
    left: 17%;
}
@media (max-width: 1199px)
{
    .wrap-customer .customer .slick-arrow
    {
        left: 0;
    }
}
.wrap-customer .customer .slick-arrow.slick-next
{
    right: 17%;
    left: auto;
}
@media (max-width: 1199px)
{
    .wrap-customer .customer .slick-arrow.slick-next
    {
        right: 0;
    }
}
.wrap-case .case
{
    margin-top: -30px;
}
.wrap-case .case .slick-case
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-case .case .slick-case
    {
        margin: 0 -5px;
    }
}
.wrap-case .case .slick-case .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-case .case .slick-case .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-case .case .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;

    cursor: pointer;
    text-decoration: none;
}
.wrap-case .case .item .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-case .case .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case .case .item .note
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 0 20px;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);

    color: #fff;
    background-color: #155da9;
}
@media (max-width: 1199px)
{
    .wrap-case .case .item .note
    {
        position: relative;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.wrap-case .case .item .note h3
{
    font-size: 16px;
    line-height: 50px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;
    padding-right: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-case .case .item .note h3 .icon
{
    font-size: 20px;
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 1199px)
{
    .wrap-case .case .item .note h3 .icon
    {
        right: 10px;
    }
}
.wrap-case .case .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case .case .item:hover .note
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.wrap-product .title-product
{
    line-height: 30px;

    padding: 15px 20px;

    border-radius: 8px;
    background: -webkit-gradient(linear, left top, right top, from(#f6f9fc), to(rgba(246, 249, 252, 0)));
    background: -webkit-linear-gradient(left, #f6f9fc 0%, rgba(246, 249, 252, 0) 100%);
    background:         linear-gradient(90deg, #f6f9fc 0%, rgba(246, 249, 252, 0) 100%);
}
@media (max-width: 1199px)
{
    .wrap-product .title-product
    {
        margin-top: 20px;
    }
}
.wrap-product .title-product h2
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product .title-product h2
    {
        font-size: 18px;
    }
}
.wrap-product .product-text
{
    margin-top: 20px;
    padding: 0 20px;
}
.wrap-product .product-text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product .product-text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product .product .item
{
    display: block;

    margin-top: 40px;

    background-color: #f6f9fc;
}
@media (max-width: 767px)
{
    .wrap-product .product .item
    {
        margin-top: 20px;
    }
}
.wrap-product .product .item:hover
{
    background-color: #155da9;
}
.wrap-product .product .item:hover h3
{
    color: #fff;
}
.wrap-product-show
{
    background: none !important;
}
.wrap-product-show .carousel-wrap
{
    border-radius: 8px;
    background: -webkit-gradient(linear, right top, left top, from(#f6f9fc), to(rgba(247, 250, 252, 0)));
    background: -webkit-linear-gradient(right, #f6f9fc 0%, rgba(247, 250, 252, 0) 100%);
    background:         linear-gradient(270deg, #f6f9fc 0%, rgba(247, 250, 252, 0) 100%);
}
.wrap-product-show .carousel-wrap .item-video
{
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel-wrap .item
{
    overflow: hidden;

    border: 1px solid #e6e6e6;
    border-radius: 8px;
}
.wrap-product-show .carousel-wrap .slider-for
{
    font-size: 0;

    overflow: hidden;
}
.wrap-product-show .carousel-wrap .slider-for .item
{
    position: relative;
    z-index: 2;
}
.wrap-product-show .carousel-wrap .slider-for .zoom
{
    position: relative;

    cursor: crosshair;
}
.wrap-product-show .carousel-wrap .slider-for iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .slider-for .play
{
    font-size: 80px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-for .play
    {
        font-size: 50px;
    }
}
.wrap-product-show .carousel-wrap .slider-for .play:before
{
    font-family: 'iconfont' !important;

    content: '\e644';
}
.wrap-product-show .carousel-wrap .slider-nav
{
    margin-top: 16px;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 0 6px;

    outline: none;
}
.wrap-product-show .carousel-wrap .slider-nav .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video
{
    position: relative;

    background-color: #000;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video .img-box
{
    opacity: .6;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 36px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    width: 36px;
    height: 36px;

    content: '\e633';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #155da9;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item
{
    border-color: #155da9;
}
@media (min-width: 1200px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow
    {
        line-height: 30px;

        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 30px;

        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);

        border: none;
        border-radius: 0;
        background-color: #e4e4e4;
    }
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow:before
    {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next
    {
        top: auto;
        bottom: 0;
    }
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow:hover
    {
        color: #fff;
        background-color: #155da9;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow
    {
        left: 0;

        width: 30px;
        height: 100%;

        color: #155da9;
        border: none;
        border-radius: 0;
        background-color: #e4e4e4;
    }
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next
    {
        right: 0;
        left: auto;
    }
}
.wrap-product-show .info-box
{
    padding-top: 40px;
    padding-left: 5%;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box
    {
        padding-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .info-box .title
{
    position: relative;

    text-align: left;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title
    {
        padding-left: 10px;
    }
}
.wrap-product-show .info-box .title h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .title h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .text h4
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.wrap-product-show .info-box .share
{
    margin-top: 40px;
}
.wrap-product-show .info-box .share p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.wrap-product-show .info-box .link
{
    margin-top: 90px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link
    {
        margin-top: 60px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .link
    {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry,
.wrap-product-show .info-box .link .btn-cart
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .info-box .link .btn-inquiry a,
.wrap-product-show .info-box .link .btn-cart a
{
    line-height: 50px;

    display: inline-block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;

    color: #fff;
    border-radius: 30px;
    background-color: #155da9;
}
.wrap-product-show .info-box .link .btn-inquiry a .icon,
.wrap-product-show .info-box .link .btn-cart a .icon
{
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link .btn-inquiry a .icon,
    .wrap-product-show .info-box .link .btn-cart a .icon
    {
        margin-right: 4px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a:hover,
.wrap-product-show .info-box .link .btn-cart a:hover
{
    color: #fff;
    background-color: #001663;
}
.wrap-product-show .info-box .link .btn-inquiry
{
    margin-right: 20px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link .btn-inquiry
    {
        margin-right: 10px;
    }
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    padding-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product
    {
        padding-top: 40px;
    }
}
.wrap-product-show .title-product-show h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 20px;
    }
}
.wrap-product-show .parameter .info
{
    margin-top: 20px;
    padding: 20px;

    border-radius: 8px;
    background: #f7fafc;
}
.wrap-product-show .parameter .info img
{
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .info img
    {
        width: 100% !important;
    }
}
.wrap-product-show .parameter .info .pmargin
{
    margin: 0 -10px;
}
.wrap-product-show .parameter .info h3
{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .info h3
    {
        font-size: 18px;
    }
}
.wrap-product-show .parameter .info strong
{
    color: #222;
}
.wrap-product-show .parameter .table-box
{
    font-size: 16px;
    line-height: 1.875;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin: 30px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .table-box
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .table-box table
{
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    width: 25% !important;
    height: auto !important;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    font-weight: normal;

    padding: 15px 20px !important;

    border: 1px solid #e6e6e6;
}
@media (max-width: 480px)
{
    .wrap-product-show .parameter .table-box table td,
    .wrap-product-show .parameter .table-box table th
    {
        padding: 8px !important;
    }
}
.wrap-product-show .parameter .table-box table tr p,
.wrap-product-show .parameter .table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .parameter .table-box table th
{
    text-align: center;
}
.wrap-product-show .message
{
    margin-top: 20px;
}
.wrap-product-show .message form .submit-group
{
    text-align: left !important;
}
.wrap-product-show .relate-product .title-product-show
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.wrap-product-show .relate-product .prev-next .slick-arrow
{
    position: relative;
    top: 0;

    display: inline-block;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    vertical-align: middle;
}
.wrap-product-show .relate-product .slick-related
{
    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-related
    {
        margin: 0 -5px;
    }
}
.wrap-product-show .relate-product .slick-related .slick-slide
{
    padding: 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-related .slick-slide
    {
        padding: 10px 5px;
    }
}
.wrap-product-show .relate-product .slick-related .item
{
    margin-top: 0;
}
.wrap-product-show .relate-product .slick-dots
{
    margin-top: 30px;

    text-align: right;
}
.wrap-product-show .relate-product .slick-dots li
{
    width: 20px;
    height: 5px;
    margin: 0 5px;

    border-radius: 10px;
    background-color: #e5e5e5;
}
.wrap-product-show .relate-product .slick-dots li.slick-active
{
    width: 30px;

    background-color: #155da9;
}
.wrap-contact .contact-info
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-contact .contact
{
    width: 50%;
    padding-right: 5%;
}
@media (max-width: 767px)
{
    .wrap-contact .contact
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-contact .contact .title-in
{
    text-align: left;
}
.wrap-contact .contact .text .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-contact .contact .text .item .icon
{
    font-size: 24px;
    line-height: 72px;

    width: 72px;
    height: 72px;

    text-align: center;

    color: #155da9;
    border-radius: 50%;
    background-color: #e8eff7;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text .item .icon
    {
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.wrap-contact .contact .text .item .note
{
    width: -webkit-calc(100% - 72px);
    width:         calc(100% - 72px);
    padding-left: 20px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text .item .note
    {
        width: -webkit-calc(100% - 60px);
        width:         calc(100% - 60px);
    }
}
.wrap-contact .contact .text .item .note b
{
    font-size: 18px;
    line-height: 30px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text .item .note b
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .text .item .note p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text .item .note p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .text .item .note p a:hover
{
    text-decoration: underline;

    color: #155da9;
}
.wrap-contact .contact-pic
{
    position: relative;

    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-contact .contact-pic
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-contact .contact-pic:before
{
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px;

    display: block;

    width: 200%;
    height: 100%;

    content: '';

    border-radius: 8px;
    background-color: #155da9;
}
.wrap-contact .contact-pic img
{
    position: relative;
    z-index: 2;

    width: 100%;

    border-radius: 8px;
}
.wrap-map
{
    overflow: hidden;

    width: 100%;
    height: 500px;
}
@media (max-width: 991px)
{
    .wrap-map
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .wrap-map
    {
        width: 100%;
        height: 320px;
        margin-top: 30px;
    }
}
.wrap-map .map-content
{
    height: 100%;
}
.wrap-message,
.wrap-product-show
{
    background: url(../images/message_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-message .title-in,
.wrap-product-show .title-in
{
    text-align: center;
}
.wrap-message .title-in p,
.wrap-product-show .title-in p
{
    max-width: 100%;
}
.wrap-message .message form ul,
.wrap-product-show .message form ul
{
    margin: 0 -10px;
}
.wrap-message .message form ul li,
.wrap-product-show .message form ul li
{
    padding: 0 10px;
}
.wrap-message .message form .input-group-read input,
.wrap-product-show .message form .input-group-read input
{
    font-size: 14px;
    font-weight: bold;
    line-height: 52px;

    width: 100%;
    padding: 0 20px;

    color: #155da9;
    border-radius: 8px;
    background-color: #e8eff7;
}
.wrap-message .message form .input-group,
.wrap-product-show .message form .input-group
{
    position: relative;

    margin-top: 20px;
}
.wrap-message .message form .input,
.wrap-product-show .message form .input
{
    line-height: 30px;

    width: 100%;
    padding: 10px 20px;

    -webkit-transition: border 150ms cubic-bezier(.4, 0, .2, 1);
            transition: border 150ms cubic-bezier(.4, 0, .2, 1);

    border: 1px solid #dae6f3;
    border-radius: 6px !important;
    background: none;
    background: #fff;
}
.wrap-message .message form .user-label,
.wrap-product-show .message form .user-label
{
    font-size: 14px;
    line-height: 30px;

    position: absolute;
    top: 10px;
    left: 20px;

    -webkit-transition: 150ms cubic-bezier(.4, 0, .2, 1);
            transition: 150ms cubic-bezier(.4, 0, .2, 1);
    pointer-events: none;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-message .message form .user-label,
    .wrap-product-show .message form .user-label
    {
        font-size: 14px;
    }
}
.wrap-message .message form .input:focus,
.wrap-product-show .message form .input:focus,
.wrap-message .message form input:valid,
.wrap-product-show .message form input:valid
{
    outline: none;
}
.wrap-message .message form .input:focus ~ label,
.wrap-product-show .message form .input:focus ~ label,
.wrap-message .message form input:valid ~ label,
.wrap-product-show .message form input:valid ~ label
{
    line-height: 20px;

    padding: 0 .2rem;

    -webkit-transform: translateY(-100%) scale(.8);
        -ms-transform: translateY(-100%) scale(.8);
            transform: translateY(-100%) scale(.8);

    color: #999;
    background-color: #fff;
}
.wrap-message .message form .submit-group,
.wrap-product-show .message form .submit-group
{
    margin-top: 30px;
}
.wrap-message .message form .upload-btn,
.wrap-product-show .message form .upload-btn
{
    line-height: 44px;

    display: inline-block;

    width: 170px;
    margin-right: 20px;

    vertical-align: middle;

    color: #5e6266;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}
.wrap-message .message form .upload-btn:after,
.wrap-product-show .message form .upload-btn:after
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    margin-left: 10px;

    content: '\e629';
}
.wrap-message .message form .upload-btn.active:after,
.wrap-product-show .message form .upload-btn.active:after
{
    content: '\e628';
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}
@media (max-width: 767px)
{
    .wrap-message .message form .upload-btn,
    .wrap-product-show .message form .upload-btn
    {
        width: 140px;
    }
}
.wrap-message .message form p,
.wrap-product-show .message form p
{
    font-size: 16px;
    line-height: 24px;

    margin: 20px 0 0 0;

    text-align: center;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-message .message form p,
    .wrap-product-show .message form p
    {
        font-size: 14px;
    }
}
.wrap-message .message form .submit-group,
.wrap-product-show .message form .submit-group
{
    text-align: center;
}
.wrap-message .message form .submit,
.wrap-product-show .message form .submit
{
    font-weight: bold;
    line-height: 50px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #155da9;
}
@media (max-width: 991px)
{
    .wrap-message .message form .submit,
    .wrap-product-show .message form .submit
    {
        line-height: 40px;

        padding: 0 50px;
    }
}
.wrap-message .message form .submit .icon,
.wrap-product-show .message form .submit .icon
{
    font-size: 18px;
    font-weight: normal;

    display: inline-block;

    margin-top: -2px;
    margin-right: 6px;

    vertical-align: middle;
}
.wrap-message .message form .submit:hover,
.wrap-product-show .message form .submit:hover
{
    color: #fff;
    background-color: #001663;
}
.wrap-message
{
    background-color: #f5f5f5;
}
.wrap-sitemap
{
    background-color: #fcfcfc;
}
.wrap-sitemap .sitemap .title h2
{
    margin: 0;
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li
    {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;

    border: 1px solid #eaeaea;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    color: #fff;
    background-color: #155da9;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    background-color: #155da9;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    font-size: 0;

    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    position: relative;

    display: inline-block;

    list-style: none;

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a
{
    font-size: 16px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a:before
{
    content: '-';
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #155da9;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-sitemap .sitemap-vertical
    {
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap-vertical > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    margin: 0 -15px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul
    {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li
{
    display: inline-block;

    margin-top: 10px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li
    {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    padding: 10px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > a
    {
        font-size: 16px;

        padding: 10px;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul
    {
        margin-top: 0;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li
{
    position: relative;

    list-style: none;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > a
    {
        font-size: 15px;

        padding: 5px 10px;
    }
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a
{
    font-size: 14px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a
    {
        padding: 5px 15px;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a:before
{
    content: '-';
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #155da9;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #155da9;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a
{
    color: #155da9;
}
.wrap-news .news
{
    border-top: 1px solid #d9d9d9;
}
.wrap-news .news .item
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 30px 0;

    border-bottom: 1px solid #d9d9d9;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        padding: 14px 0;
    }
}
.wrap-news .news .item:before
{
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -100%;

    display: block;

    width: 300%;
    height: 0;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;

    background-color: #f7fafc;
}
.wrap-news .news .item .pic
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 480px;

    border-radius: 8px;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .pic
    {
        width: 300px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 55.55555556%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .note
{
    position: relative;
    z-index: 2;

    width: -webkit-calc(100% - 480px);
    width:         calc(100% - 480px);
    padding-left: 50px;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .note
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
        padding-left: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-news .news .item .note .date
{
    line-height: 40px;

    z-index: 2;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #666;
}
.wrap-news .news .item .note .date .icon
{
    font-size: 20px;

    display: inline-block;

    margin-top: -2px;
    margin-right: 5px;

    vertical-align: middle;

    color: #155da9;
}
.wrap-news .news .item .note h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note h3
    {
        font-size: 18px;
    }
}
.wrap-news .news .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note p
    {
        font-size: 14px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-news .news .item .more
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .more
    {
        margin-top: 10px;
    }
}
.wrap-news .news .item .more a
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    color: #666;
}
.wrap-news .news .item .more a .icon
{
    display: inline-block;

    -webkit-transition: all .6s;
            transition: all .6s;
    vertical-align: middle;
}
.wrap-news .news .item .more a:hover .icon
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
.wrap-news .news .item:hover:before
{
    height: -webkit-calc(100% + 2px);
    height:         calc(100% + 2px);
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .note .date
{
    color: #155da9;
}
.wrap-news .news .item:hover .note h3
{
    text-decoration: underline;

    color: #155da9;
}
.wrap-news .news .item:hover .more a
{
    color: #155da9;
}
.wrap-details .title-details h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-details .title-details h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-details .title-details h2
    {
        font-size: 20px;
    }
}
.wrap-details .title-details .date
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #155da9;
}
.wrap-details .title-details .date .icon
{
    font-size: 20px;

    display: inline-block;

    margin-top: -2px;
    margin-right: 10px;

    vertical-align: middle;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-details .details .text p
    {
        font-size: 14px;
    }
}
.wrap-details .details .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-details .share
{
    margin-top: 30px;
}
.wrap-details .share p
{
    font-size: 16px;

    margin: 0;
}
.wrap-details .share p,
.wrap-details .share .a2a_kit
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-details .relate-details
{
    font-size: 0;

    margin-top: 70px;

    border-top: 1px solid #c7cdd4;
    border-bottom: 1px solid #c7cdd4;
}
@media (max-width: 991px)
{
    .wrap-details .relate-details
    {
        margin-top: 40px;
    }
}
.wrap-details .relate-details a
{
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 50%;
    height: 40px;
    padding-left: 38px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a
    {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\eb60';

    color: #999;
}
.wrap-details .relate-details a.prev:after
{
    position: absolute;
    top: 11px;
    right: 0;

    width: 1px;
    height: 16px;

    content: '';

    background-color: #c7cdd4;
}
.wrap-details .relate-details a.next
{
    padding-right: 38px;
    padding-left: 0;

    text-align: right;
}
.wrap-details .relate-details a.next:before
{
    right: 0;
    left: auto;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-details .relate-details a:hover
{
    color: #155da9;
}
.wrap-details .relate-details a:hover:before
{
    color: #155da9;
}
.wrap-nosearch .nosearch
{
    margin-bottom: 40px;
}
@media (max-width: 991px)
{
    .wrap-nosearch .nosearch
    {
        margin: 20px 0 0 0;
    }
}
.wrap-nosearch .nosearch h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
.wrap-nosearch .nosearch p
{
    line-height: 22px;

    margin: 10px 0 0 0;
    padding: 10px 20px;

    color: #666;
    border: 1px solid rgba(21, 93, 169, .5);
    border-radius: 5px;
    background-color: rgba(21, 93, 169, .1);
}
nav
{
    text-align: center;
}
.pagination
{
    display: block;

    margin: 70px 0 30px 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li
{
    display: inline-block;

    margin: 0 8px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .pagination li
    {
        margin: 0 4px;
    }
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;
    font-weight: normal;

    display: block;

    content: '\eb15';
}
.pagination li.prev a:hover,
.pagination li.next a:hover
{
    color: #fff;
    background-color: #155da9;
}
.pagination li.next a:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.pagination li a
{
    font-size: 14px;
    line-height: 44px;

    display: block;

    width: 44px;
    height: 44px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    border: none;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
    background-color: #f5f5f5;
}
@media (max-width: 767px)
{
    .pagination li a
    {
        font-size: 14px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination li a span
{
    border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #155da9;
    border-color: #155da9;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #155da9;
    border-color: #155da9;
}
@media (max-width: 1199px)
{
    .skiptranslate iframe
    {
        display: none;
    }
    .google-translation .skiptranslate
    {
        display: inline-block;
    }
    body
    {
        top: 0 !important;
    }
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.map-content label
{
    line-height: 30px !important;

    max-width: 200px;
    padding: 0 10px !important;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.fszero
{
    font-size: 0;

    overflow: hidden;

    width: 0;
    height: 0;
}
.fszero h1
{
    margin: 0;
}
@media (prefers-reduced-motion: no-preference)
{
    :root
    {
        scroll-behavior: none;
    }
}
.addcart
{
    cursor: pointer;
}
