.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'D-DIN-PRO';
    font-weight: normal;
    font-style: normal;

    src: local('D-DIN-PRO-Regular'), url('../flaticon/D-DIN-PRO-Regular.woff2') format('woff2'), url('../flaticon/D-DIN-PRO-Regular.woff') format('woff'), url('../flaticon/D-DIN-PRO-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: 'D-DIN-PRO';
    font-weight: 500;
    font-style: normal;

    src: local('D-DIN-PRO-Medium'), url('../flaticon/D-DIN-PRO-Medium.woff2') format('woff2'), url('../flaticon/D-DIN-PRO-Medium.woff') format('woff'), url('../flaticon/D-DIN-PRO-Medium.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: 'D-DIN-PRO';
    font-weight: 900;
    font-style: normal;

    src: local('D-DIN-PRO-Heavy'), url('../flaticon/D-DIN-PRO-Heavy.woff2') format('woff2'), url('../flaticon/D-DIN-PRO-Heavy.woff') format('woff'), url('../flaticon/D-DIN-PRO-Heavy.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: 'D-DIN-PRO';
    font-weight: 600;
    font-style: normal;

    src: local('D-DIN-PRO-SemiBold'), url('../flaticon/D-DIN-PRO-SemiBold.woff2') format('woff2'), url('../flaticon/D-DIN-PRO-SemiBold.woff') format('woff'), url('../flaticon/D-DIN-PRO-SemiBold.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: 'D-DIN-PRO';
    font-weight: bold;
    font-style: normal;

    src: local('D-DIN-PRO-Bold'), url('../flaticon/D-DIN-PRO-Bold.woff2') format('woff2'), url('../flaticon/D-DIN-PRO-Bold.woff') format('woff'), url('../flaticon/D-DIN-PRO-Bold.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;

    src: local('Roboto'), local('Roboto-Regular'), url('../flaticon/Roboto-Regular.woff2') format('woff2'), url('../flaticon/Roboto-Regular.woff') format('woff'), url('../flaticon/Roboto-Regular.ttf') format('truetype');
    font-display: swap;
}
.din-font
{
    font-family: 'D-DIN-PRO';
    font-weight: normal;
}
@font-face
{
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;

    src: local('Roboto Bold'), local('Roboto-Bold'), url('../flaticon/Roboto-Bold.woff2') format('woff2'), url('../flaticon/Roboto-Bold.woff') format('woff'), url('../flaticon/Roboto-Bold.ttf') format('truetype');
    font-display: swap;
}
.slick-list
{
    margin: 0 -20px;
}
@media (max-width: 1400px)
{
    .slick-list
    {
        margin: 0 -10px;
    }
}
.slick-list .slick-slide
{
    padding: 0 20px;
}
@media (max-width: 1400px)
{
    .slick-list .slick-slide
    {
        padding: 0 10px;
    }
}
body
{
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 16px;
    font-weight: normal;

    overflow-x: hidden;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@-ms-viewport
{
    width: auto !important;
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
input[type='number']
{
    -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    border: none;
    outline: none;
}
a[data-fancybox]
{
    outline: none;
}
a[data-fancybox] img
{
    outline: none !important;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
@media (min-width: 1200px)
{
    .wow
    {
        visibility: hidden;
    }
}
.lazy
{
    /* background-image: url(../js/slick/ajax-loader.gif); */
    background-repeat: no-repeat;
    background-position: center;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img
{
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
            transform: translateZ(1px);
            transform: translate3d(0, 0, 1px);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.at-resp-share-element .at-share-btn
{
    margin-bottom: 0 !important;
}
.transform-0
{
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
}
.slick-disabled
{
    cursor: no-drop;

    opacity: .5;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        max-width: 1280px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        max-width: 1400px;
    }
}
@media (min-width: 1560px)
{
    .container
    {
        max-width: 1440px;
    }
    .con1400
    {
        max-width: 1400px;
    }
}
@media (min-width: 1660px)
{
    .container
    {
        max-width: 1630px;
    }
    .con1400
    {
        max-width: 1400px;
    }
}
@media (min-width: 1400px)
{
    .con1300
    {
        max-width: 1330px;
    }
}
@media (min-width: 1350px)
{
    .con1200
    {
        max-width: 1230px;
    }
    .con1000
    {
        max-width: 1030px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n + 1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
input[type='number']
{
    -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
.ibox
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.ibox img,
.ibox iframe,
.ibox video
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px !important;
    max-width: 80%;
    height: 500px !important;
    max-height: 50% !important;
    margin: 0;
}
.fancybox-caption
{
    font-size: 16px;

    text-align: center;

    border: none;
}
.scrollbar::-webkit-scrollbar-track
{
    background-color: #ebebeb;
}
.scrollbar::-webkit-scrollbar-thumb
{
    background-color: #ccc;
}
.tranform-0
{
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
}
.fp-auto-height
{
    height: auto;
}
.fp-scrollable
{
    height: auto;
}
.swiper-button-next,
.swiper-button-prev,
.slick-arrow
{
    font-size: 0;

    z-index: 8;

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

    width: 40px;
    height: 40px;

    background: none;

    -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;
}
.swiper-button-next:before,
.swiper-button-prev:before,
.slick-arrow:before
{
    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 10px 20px 10px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
.swiper-button-next img,
.swiper-button-prev img,
.slick-arrow img
{
    width: 10px;
}
.swiper-button-next:after,
.swiper-button-prev:after,
.slick-arrow:after
{
    display: none;
}
.swiper-button-next .flaticon,
.swiper-button-prev .flaticon,
.slick-arrow .flaticon
{
    font-size: 40px;

    display: block;

    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-next,
.slick-arrow.swiper-button-next
{
    right: 0;

    margin-left: 6px;
}
.swiper-button-next.swiper-button-next:before,
.swiper-button-prev.swiper-button-next:before,
.slick-arrow.swiper-button-next:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover,
.slick-arrow:hover
{
    color: #de3e0a;
}
.swiper-button-next.vertical,
.swiper-button-prev.vertical,
.slick-arrow.vertical
{
    position: relative;
    top: 0;

    margin: 0 auto;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.swiper-button-next.vertical.swiper-button-prev,
.swiper-button-prev.vertical.swiper-button-prev,
.slick-arrow.vertical.swiper-button-prev
{
    left: 0;
}
.swiper-button-next.vertical.swiper-button-prev:before,
.swiper-button-prev.vertical.swiper-button-prev:before,
.slick-arrow.vertical.swiper-button-prev:before
{
    -webkit-transform: rotate(90deg) scale(.6);
        -ms-transform: rotate(90deg) scale(.6);
            transform: rotate(90deg) scale(.6);
}
.swiper-button-next.vertical.swiper-button-next,
.swiper-button-prev.vertical.swiper-button-next,
.slick-arrow.vertical.swiper-button-next
{
    top: auto;
    bottom: 0;
}
.swiper-button-next.vertical.swiper-button-next:before,
.swiper-button-prev.vertical.swiper-button-next:before,
.slick-arrow.vertical.swiper-button-next:before
{
    -webkit-transform: rotate(-90deg) scale(.6);
        -ms-transform: rotate(-90deg) scale(.6);
            transform: rotate(-90deg) scale(.6);
}
.arrow-vertical .slick-arrow
{
    margin: 0 auto;
}
.arrow-vertical .slick-prev
{
    margin-bottom: 50px;

    -webkit-transform: rotate(90deg) scale(.6);
        -ms-transform: rotate(90deg) scale(.6);
            transform: rotate(90deg) scale(.6);
}
.arrow-vertical .slick-next
{
    margin-top: 50px;

    -webkit-transform: rotate(-90deg) scale(.6);
        -ms-transform: rotate(-90deg) scale(.6);
            transform: rotate(-90deg) scale(.6);
}
.swiper-poa .swiper-button-prev,
.swiper-poa .swiper-button-next
{
    position: absolute;
    z-index: 8;
    top: 50%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.swiper-poa .swiper-button-prev:after,
.swiper-poa .swiper-button-next:after
{
    display: none;
}
.swiper-poa .swiper-button-prev
{
    left: -8%;
}
@media (max-width: 767px)
{
    .swiper-poa .swiper-button-prev
    {
        left: -15px;
    }
}
.swiper-poa .swiper-button-next
{
    right: -8%;
    left: auto;

    margin-left: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 767px)
{
    .swiper-poa .swiper-button-next
    {
        right: -15px;
    }
}
.arrow-bottom
{
    padding-bottom: 70px;
}
@media (max-width: 767px)
{
    .arrow-bottom
    {
        padding-bottom: 50px;
    }
}
.arrow-bottom .swiper-button-prev,
.arrow-bottom .swiper-button-next
{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;

    margin: 0;

    -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
            transform: translateX(-110%);
}
.arrow-bottom .swiper-button-next
{
    right: 50%;
    left: auto;

    -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
            transform: translateX(110%);
}
.arrow-top-right .slick-arrow
{
    font-size: 18px;
    line-height: 48px;

    position: absolute;
    top: -80px;
    right: 50px;
    left: auto;

    width: 48px;
    height: 48px;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .arrow-top-right .slick-arrow
    {
        top: -50px;
    }
}
.arrow-top-right .slick-arrow:hover
{
    background-color: #de3e0a;
}
.arrow-top-right .swiper-button-next
{
    right: 0;
}
.slick-dots
{
    position: relative;
    bottom: auto !important;

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

    margin-top: 30px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .slick-dots
    {
        margin-top: 10px;
    }
}
.slick-dots li,
.slick-dots span
{
    width: 9px;
    height: 9px;
    margin: 0 5px;

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

    opacity: .4;
    border-radius: 50%;
    background: #000;
}
.slick-dots li button,
.slick-dots span button
{
    display: none;
}
.slick-dots li.slick-active,
.slick-dots span.slick-active,
.slick-dots li.swiper-pagination-bullet-active,
.slick-dots span.swiper-pagination-bullet-active
{
    width: 15px;
    height: 15px;

    opacity: 1;
    background: #2d338b;
}
:root
{
    --pad: -webkit-calc(50vw - 800px);
    --pad:         calc(50vw - 800px);
}
@media (max-width: 1720px)
{
    :root
    {
        --pad: -webkit-calc(50vw - 705px);
        --pad:         calc(50vw - 705px);
    }
}
@media (max-width: 1470px)
{
    :root
    {
        --pad: -webkit-calc(50vw - 660px);
        --pad:         calc(50vw - 660px);
    }
}
@media (max-width: 1400px)
{
    :root
    {
        --pad: -webkit-calc(50vw - 570px);
        --pad:         calc(50vw - 570px);
    }
}
@media (max-width: 1199px)
{
    :root
    {
        --pad: 6vw;
    }
}
@media (max-width: 991px)
{
    :root
    {
        --pad: 7.5vw;
    }
}
@media (max-width: 767px)
{
    :root
    {
        --pad: 15px;
    }
}
.hs-header-box
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    padding: 0 0 0 5%;

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

    background-color: #fff;
}
@media (max-width: 1400px)
{
    .hs-header-box
    {
        padding-left: 15px;
    }
}
@media (max-width: 1199px)
{
    .hs-header-box
    {
        position: -webkit-sticky;
        position:         sticky;
        top: 0;

        padding: 0 15px;
    }
}
.hs-header-box .logo
{
    line-height: 1;

    position: relative;
    z-index: 8;

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

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

    -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;
}
@media (max-width: 1199px)
{
    .hs-header-box .logo
    {
        height: 60px;
        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .hs-header-box .logo
    {
        padding: 15px 0;
    }
}
.hs-header-box .logo img
{
    width: auto;
    height: 36px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.hs-header-box .lg-search form
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 171px;

    border: 2px solid #000;
    border-radius: 19px;
    background: rgba(255, 255, 255, 0);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.hs-header-box .lg-search form input
{
    line-height: 34px;

    width: 100%;
    padding: 0 15px;

    background: none;
}
.hs-header-box .lg-search form input::-webkit-input-placeholder,
.hs-header-box .lg-search form textarea::-webkit-input-placeholder
{
    color: rgba(51, 51, 51, .5);
}
.hs-header-box .lg-search form input:-o-placeholder,
.hs-header-box .lg-search form textarea:-o-placeholder
{
    color: rgba(51, 51, 51, .5);
}
.hs-header-box .lg-search form input::-moz-placeholder,
.hs-header-box .lg-search form textarea::-moz-placeholder
{
    color: rgba(51, 51, 51, .5);
}
.hs-header-box .lg-search form input:-ms-input-placeholder,
.hs-header-box .lg-search form textarea:-ms-input-placeholder
{
    color: rgba(51, 51, 51, .5);
}
.hs-header-box .lg-search form input:focus::-webkit-input-placeholder,
.hs-header-box .lg-search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.hs-header-box .lg-search form input:focus::-o-placeholder,
.hs-header-box .lg-search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.hs-header-box .lg-search form input:focus::-moz-placeholder,
.hs-header-box .lg-search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.hs-header-box .lg-search form input:focus::-ms-input-placeholder,
.hs-header-box .lg-search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.hs-header-box .lg-search form .submit
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 30px;
    height: 34px;
    padding: 5px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
    -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;
}
.hs-header-box .lg-search form .submit img
{
    width: 100%;
}
.hs-header-box .pc-search .search-button
{
    line-height: 30px;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #2d338b;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .hs-header-box .pc-search .search-button
    {
        color: #fff;
        background-color: #2d338b;
    }
}
.hs-header-box .pc-search .search-button img
{
    display: block;

    width: 100%;
}
.hs-header-box .pc-search .search-button .flaticon
{
    font-size: 16px;
}
.hs-header-box .pc-search .search-button:hover
{
    color: #fff;
    background-color: #2d338b;
}
.hs-header-box .pc-search form
{
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;

    display: block;
    display: none;
    overflow: hidden;

    width: 100%;
    height: 80px;
    padding: 25px 5% 25px 5%;

    background-color: #2d338b;
}
@media (max-width: 1199px)
{
    .hs-header-box .pc-search form
    {
        padding: 15px 30px 15px 15px;
    }
}
.hs-header-box .pc-search input
{
    font-size: 20px;
    line-height: 30px;

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

    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    outline: none;
    background: none;
}
.hs-header-box .pc-search input::-webkit-input-placeholder,
.hs-header-box .pc-search textarea::-webkit-input-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.hs-header-box .pc-search input:-o-placeholder,
.hs-header-box .pc-search textarea:-o-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.hs-header-box .pc-search input::-moz-placeholder,
.hs-header-box .pc-search textarea::-moz-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.hs-header-box .pc-search input:-ms-input-placeholder,
.hs-header-box .pc-search textarea:-ms-input-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.hs-header-box .pc-search input:focus::-webkit-input-placeholder,
.hs-header-box .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.hs-header-box .pc-search input:focus::-o-placeholder,
.hs-header-box .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.hs-header-box .pc-search input:focus::-moz-placeholder,
.hs-header-box .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.hs-header-box .pc-search input:focus::-ms-input-placeholder,
.hs-header-box .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.hs-header-box .pc-search .close-search
{
    font-family: Arial;
    font-size: 34px;
    line-height: 60px;

    position: absolute;
    top: 0;
    right: 3%;

    cursor: pointer;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    color: #fff;
}
@media (max-width: 1199px)
{
    .hs-header-box .pc-search .close-search
    {
        right: 10px;
    }
}
.hs-header-box .pc-search .submit
{
    font-size: 18px;
    line-height: 30px;

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

    width: 30px;
    padding: 0;

    text-align: center;

    color: #fff;
    outline: none;
    background: none;
    box-shadow: none;
}
@media (max-width: 1199px)
{
    .hs-header-box .pc-search .submit
    {
        right: 50px;
    }
}
.hs-header-box .pc-search .submit img
{
    width: 30px;

    -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
            transform: scale(.6);

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.hs-header-box .top-txt
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.hs-header-box .top-txt ul.txt-contact
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-left: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1690px)
{
    .hs-header-box .top-txt ul.txt-contact
    {
        margin-left: 10px;
    }
}
.hs-header-box .top-txt ul.txt-contact li
{
    position: relative;

    text-align: center;
}
.hs-header-box .top-txt ul.txt-contact li p
{
    font-size: 18px;
    line-height: 24px;

    position: absolute;
    top: 100%;
    left: 50%;

    display: none;

    padding: 10px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;

    color: #fff;
    border-radius: 4px;
    background-color: #2d338b;
}
@media (max-width: 767px)
{
    .hs-header-box .top-txt ul.txt-contact li p
    {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.hs-header-box .top-txt ul.txt-contact li p:before
{
    position: absolute;
    top: -8px;
    left: 50%;

    width: 0;
    height: 0;

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

    border-width: 0 4px 8px 4px;
    border-style: solid;
    border-color: transparent transparent #2d338b transparent;
}
.hs-header-box .top-txt ul.txt-contact li:hover p
{
    display: block;
}
.hs-header-box .top-txt .icon
{
    width: 30px;
    height: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .hs-header-box .top-txt .icon
    {
        color: #2d338b;
    }
}
.hs-header-box .top-txt .icon .flaticon
{
    font-size: 30px;
    line-height: 1;
}
.hs-header-box .open-quote
{
    font-size: 20px;
    line-height: 30px;

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

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    padding: 15px 30px;

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

    color: #fff;
    background-color: #2d338b;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1690px)
{
    .hs-header-box .open-quote
    {
        font-size: 18px;
    }
}
@media (max-width: 1400px)
{
    .hs-header-box .open-quote
    {
        font-size: 16px;
        line-height: 24px;

        padding: 10px 20px;
    }
}
@media (max-width: 1199px)
{
    .hs-header-box .open-quote
    {
        font-size: 14px;

        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .hs-header-box .open-quote
    {
        font-size: 14px;
        line-height: 1;

        text-align: center;

        color: #fff;
        background-color: #2d338b;
    }
}
.hs-header-box .open-quote .flaticon
{
    margin-right: 10px;
}
.hs-header-box .open-quote:hover
{
    background-color: #de3e0a;
}
.hs-header-box .tel
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100%;
    padding: 0 50px;

    color: #fff;
    background-color: #2d338b;

    -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;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1470px)
{
    .hs-header-box .tel
    {
        padding: 0 20px;
    }
}
@media (max-width: 1400px)
{
    .hs-header-box .tel
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .hs-header-box .tel
    {
        display: none;
    }
}
.hs-header-box .tel .icon
{
    font-size: 40px;
    line-height: 1;

    margin-right: 20px;
}
@media (max-width: 1470px)
{
    .hs-header-box .tel .icon
    {
        font-size: 30px;

        margin-right: 10px;
    }
}
.hs-header-box .tel b
{
    font-size: 15px;
    font-weight: normal;

    color: rgba(255, 255, 255, .6);
}
.hs-header-box .tel p
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;

    margin: 0;
}
@media (max-width: 1470px)
{
    .hs-header-box .tel p
    {
        font-size: 20px;
    }
}
@media (max-width: 1400px)
{
    .hs-header-box .tel p
    {
        font-size: 18px;
    }
}
.hs-header-box .tel p a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image:         linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.hs-header-box .tel p a:hover span
{
    background-size: 100% 1px;
}
.hs-header-box .language
{
    position: relative;

    margin-left: 30px;
}
@media (max-width: 1199px)
{
    .hs-header-box .language
    {
        margin-left: 20px;
    }
}
.hs-header-box .language p
{
    line-height: 60px;

    margin: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .hs-header-box .language p
    {
        line-height: 60px;
    }
}
.hs-header-box .language p .flaticon
{
    font-size: 30px;
}
.hs-header-box .language ul
{
    position: absolute;
    top: 100%;
    right: 0;

    display: none;

    min-width: 100%;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hs-header-box .language ul li a
{
    font-size: 20px;
    line-height: 1.5;

    display: block;

    padding: 5px 10px;

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

    color: #666;
}
.hs-header-box .language ul li:hover a
{
    color: #fff;
    background-color: #2d338b;
}
.hs-header-box .header-right
{
    z-index: 8;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .hs-header-box .header-nav
    {
        display: none;
    }
}
.hs-header-box .header-nav > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1920px)
{
    .hs-header-box .header-nav > ul
    {
        margin: 0 -25px;
    }
}
@media (max-width: 1690px)
{
    .hs-header-box .header-nav > ul
    {
        margin: 0 -20px;
    }
}
.hs-header-box .header-nav > ul > li
{
    position: relative;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.hs-header-box .header-nav > ul > li:last-child .pc-nav-down
{
    right: 0;
    left: auto;
}
.hs-header-box .header-nav > ul > li:nth-child(2)
{
    position: static;
}
.hs-header-box .header-nav > ul > li > a
{
    font-size: 20px;
    line-height: 1.5;

    position: relative;
    z-index: 8;

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

    height: 120px;
    padding: 0 20px;

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

    -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;
}
@media (max-width: 1920px)
{
    .hs-header-box .header-nav > ul > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1690px)
{
    .hs-header-box .header-nav > ul > li > a
    {
        padding: 0 15px;
    }
}
.hs-header-box .header-nav > ul > li > a:after
{
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 0 5px 10px 5px;
    border-style: solid;
    border-color: transparent transparent #2d338b transparent;
}
.hs-header-box .header-nav > ul > li:hover > a,
.hs-header-box .header-nav > ul > li.active > a
{
    opacity: .8;
}
.hs-header-box .header-nav > ul > li:hover > a:after
{
    opacity: 1;
}
.hs-header-box .pc-nav-down
{
    position: absolute;
    z-index: 7;
    top: 100%;
    left: 0;
    left: 50%;

    display: none;

    min-width: 100%;
    min-width: 240px;

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

    color: #333;
    border-top: 4px solid #2d338b;
    background: #fff;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .29);
}
.hs-header-box .pc-nav-down > li
{
    border-bottom: 1px solid #dcdcdc;
}
.hs-header-box .pc-nav-down > li:last-child
{
    border-bottom: none;
}
.hs-header-box .pc-nav-down > li > a
{
    font-size: 16px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 15px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.hs-header-box .pc-nav-down > li > a span
{
    font-size: 16px;
    font-weight: normal;

    display: block;

    color: #666;
}
.hs-header-box .pc-nav-down > li:hover > a,
.hs-header-box .pc-nav-down > li.active > a
{
    color: #fff;
    background-color: #2d338b;
}
.hs-header-box .pc-nav-down2
{
    padding: 20px 0;
}
.hs-header-box .pc-nav-down2 > li
{
    margin: 5px 0;
}
.hs-header-box .pc-nav-down2 > li > a
{
    line-height: 24px;

    position: relative;

    display: block;

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

    color: #666;
}
.hs-header-box .pc-nav-down2 > li:hover > a
{
    color: #2d338b;
}
.hs-header-box .toggle-navigation
{
    position: relative;
    right: 0;

    display: none;

    width: 30px;
    height: 30px;
    margin-left: 10px;

    border-radius: 50%;
    background-color: #2d338b;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1199px)
{
    .hs-header-box .toggle-navigation
    {
        display: inline-block;

        vertical-align: middle;
    }
}
.hs-header-box .toggle-navigation a
{
    position: absolute;
    top: 0;
    left: 15%;

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

    width: 70%;
    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;
}
.hs-header-box .toggle-navigation a:before,
.hs-header-box .toggle-navigation a:after
{
    display: block;

    height: 2px;

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

    background: #fff;
}
.hs-header-box .toggle-navigation a span
{
    display: block;

    height: 2px;
    margin: 4px 0;

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

    background: #fff;
}
.hs-header-box-black .logo img
{
    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
}
.hs-header-box-black .header-bottom
{
    color: #000;
}
.hs-header-box .pc-nav-down-product
{
    position: absolute;
    top: 100%;
    left: 0;

    overflow: hidden;

    width: 100%;
    max-height: 0;

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

    color: #fff;
    background-color: #1c2158;
}
.hs-header-box .pc-nav-down-product.active
{
    max-height: 500px;
}
.hs-header-box .products-menu1
{
    position: relative;

    padding: 0 10%;

    background-color: #2d338b;
}
.hs-header-box .products-menu1 .scroll-left,
.hs-header-box .products-menu1 .scroll-right
{
    line-height: 30px;

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

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

    width: 30px;
    height: 30px;

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

    -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;
}
.hs-header-box .products-menu1 .scroll-left::before,
.hs-header-box .products-menu1 .scroll-right::before
{
    -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
            transform: scale(.5);
}
.hs-header-box .products-menu1 .scroll-left:hover,
.hs-header-box .products-menu1 .scroll-right:hover
{
    color: #de3e0a;
}
.hs-header-box .products-menu1 .scroll-right
{
    right: 5%;
    left: auto;
}
.hs-header-box .products-menu1 .scroll-right:before
{
    -webkit-transform: rotate(180deg) scale(.5);
        -ms-transform: rotate(180deg) scale(.5);
            transform: rotate(180deg) scale(.5);
}
.hs-header-box .products-menu1 .scroll-left .flaticon
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
@media (max-width: 767px)
{
    .hs-header-box .products-menu1
    {
        padding: 0;
    }
}
.hs-header-box .products-menu1 ul
{
    font-size: 0;

    overflow-x: auto;

    white-space: nowrap;
}
@media (max-width: 767px)
{
    .hs-header-box .products-menu1 ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.hs-header-box .products-menu1 ul::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    height: 0;
}
.hs-header-box .products-menu1 ul li
{
    display: inline-block;

    width: 16.66666667%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .hs-header-box .products-menu1 ul li
    {
        width: 25%;
    }
}
.hs-header-box .products-menu1 ul li a
{
    font-size: 16px;

    position: relative;

    display: block;

    padding: 30px 10px;

    text-align: center;
}
@media (max-width: 767px)
{
    .hs-header-box .products-menu1 ul li a
    {
        padding: 10px;
    }
}
.hs-header-box .products-menu1 ul li.active a
{
    background-color: rgba(3, 3, 3, .32);
}
.hs-header-box .products
{
    padding: 60px 10%;
}
.hs-header-box .products-menu2
{
    font-size: 20px;

    width: 70%;
    padding-right: 5%;
}
@media (max-width: 1199px)
{
    .hs-header-box .products-menu2
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .hs-header-box .products-menu2
    {
        font-size: 16px;
    }
}
.hs-header-box .products-menu2 ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -10px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hs-header-box .products-menu2 ul li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hs-header-box .products-menu2 ul li a
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    width: 100%;
    padding: 8px;

    text-align: center;

    background: #282f80;
}
.hs-header-box .products-menu2 ul li:hover a
{
    background-color: #de3e0a;
}
.hs-header-box .imgbox
{
    width: 30%;
}
.hs-header-box .imgbox img
{
    width: 100%;
}
.hs-header-box.stuck-header
{
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hs-header-box.stuck-header .logo img
{
    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
}
.hs-header-box.stuck-header .header-bottom
{
    color: #000;
}
.hs-header-box.stuck-header .header-nav > ul > li > a
{
    height: 80px;
}
.hc-mobile-nav .nav-wrapper
{
    text-transform: uppercase;

    color: #333;
    background-color: brightness(.9, var(--color));
}
.hc-mobile-nav .nav-wrapper .nav-more
{
    display: none;
}
.hc-mobile-nav .nav-wrapper .flaticon
{
    display: none;
}
.hc-mobile-nav .nav-wrapper .pc-nav-down-product
{
    display: none;
}
.hc-mobile-nav a
{
    font-size: 22px;

    color: #666;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a
{
    border-color: rgba(153, 153, 153, .2);
}
.hc-mobile-nav li.nav-back a
{
    border-color: rgba(153, 153, 153, .2);
    background-color: rgba(153, 153, 153, .2);
}
.hc-mobile-nav .nav-container,
.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper
{
    width: 100%;

    background: #eef4fc;
    background-size: cover;
}
.hc-mobile-nav a[href]:not([href='#']) > span.nav-next
{
    border-color: rgba(153, 153, 153, .2);
}
.hc-mobile-nav a
{
    border-bottom-color: rgba(153, 153, 153, .2);
}
.hc-mobile-nav h2
{
    color: #666;
}
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover
{
    background-color: rgba(153, 153, 153, .2);
}
.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: rgba(153, 153, 153, .2);
}
.hc-mobile-nav a[href]:not([href='#']) > span.nav-next
{
    border-color: rgba(153, 153, 153, .2);
}
.hc-mobile-nav ul.nav-list2
{
    text-indent: 10px !important;
}
.hc-mobile-nav ul.nav-list3
{
    text-indent: 20px !important;
}
.hc-mobile-nav .title-nav
{
    display: none;
}
.hc-mobile-nav img
{
    display: inline-block;

    width: 30px;

    vertical-align: middle;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.hc-mobile-nav li.nav-close a
{
    background-color: rgba(153, 153, 153, .2);
}
.hc-mobile-nav::after,
.hc-mobile-nav .nav-wrapper::after
{
    background: none;
}
@-webkit-keyframes movedown
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    30%
    {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
    }
    60%
    {
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes movedown
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    30%
    {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
    }
    60%
    {
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before
{
    border-color: #999;
}
.customer-service
{
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1199px)
{
    .customer-service
    {
        display: none;
    }
}
.customer-service ul li
{
    margin: 2px 0;
}
.customer-service a
{
    position: relative;

    display: block;

    color: #fff;
    border-radius: 6px;
}
.customer-service a .flaticon
{
    font-size: 24px;
    line-height: 50px;

    position: relative;
    z-index: 3;

    display: block;

    width: 50px;
    height: 50px;

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

    border-radius: 6px;
    background-color: rgba(0, 0, 0, .6);
}
@media (max-width: 1470px)
{
    .customer-service a .flaticon
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.customer-service a .flaticon img
{
    width: 30px;
    margin: 0 auto;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.customer-service a p
{
    font-size: 20px;
    line-height: 30px;

    position: absolute;
    top: 0;
    right: 50px;

    margin: 0;
    padding: 10px;

    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translateX(180%);
        -ms-transform: translateX(180%);
            transform: translateX(180%);
    white-space: nowrap;

    border-radius: 6px;
    background-color: #2d338b;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.customer-service a p img
{
    width: 120px;
}
.customer-service a:hover .flaticon
{
    color: #fff;
    background-color: #2d338b;
}
.customer-service a:hover p
{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}
.customer-service .service-wechat p
{
    background-color: #2d338b;
}
.customer-service .service-top .flaticon:before
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.customer-service .service-top .flaticon:before
{
    display: block;
}
.xs-customer-service
{
    position: fixed;
    z-index: 9;
    bottom: 0;

    width: 100%;

    text-align: center;

    color: #fff;
    background-color: #2d338b;
}
.xs-customer-service ul
{
    font-size: 0;
}
.xs-customer-service ul li
{
    display: inline-block;

    width: 33.33333333%;

    vertical-align: top;
}
.xs-customer-service a
{
    display: block;

    padding: 7px;
}
.xs-customer-service a .flaticon
{
    font-size: 24px;
    line-height: 1;

    display: block;
}
.xs-customer-service a span
{
    font-size: 12px;
    line-height: 1.5;

    display: block;
}
.banner
{
    font-size: 0;

    position: relative;

    clear: both;

    width: 100%;
    padding-top: 120px;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 0;
    }
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .swiper-img img
{
    width: 100%;
    height: auto;
}
@media (max-width: 767px)
{
    .banner .swiper-img img
    {
        width: 120%;
        margin-left: -10%;
    }
}
.banner .swiper-text
{
    font-family: 'D-DIN-PRO';

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

    width: 100%;
    padding: 0 var(--pad);

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

    color: #2d338b;
}
.banner .swiper-text .desc,
.banner .swiper-text .img
{
    width: 50%;
}
.banner .swiper-text .img img
{
    max-width: 100%;
}
.banner .swiper-text-1
{
    padding-right: 0;
}
.banner .swiper-text-1 .desc
{
    width: 60%;
}
.banner .swiper-text-1 .img
{
    width: 40%;
}
@media (max-width: 767px)
{
    .banner .swiper-text-1 .img
    {
        width: 40%;
    }
}
.banner .swiper-text h2 span,
.banner .swiper-text h3 span,
.banner .swiper-text h4 span
{
    display: block;

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

    opacity: 0;
}
.banner .swiper-text h2
{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
}
@media (max-width: 1560px)
{
    .banner .swiper-text h2
    {
        font-size: 54px;
    }
}
@media (max-width: 1470px)
{
    .banner .swiper-text h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1400px)
{
    .banner .swiper-text h2
    {
        font-size: 46px;
    }
}
@media (max-width: 1199px)
{
    .banner .swiper-text h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .swiper-text h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .swiper-text h2
    {
        font-size: 20px;
    }
}
.banner .swiper-text h3
{
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;

    margin-top: 20px;

    opacity: .9;
}
@media (max-width: 1560px)
{
    .banner .swiper-text h3
    {
        font-size: 36px;
    }
}
@media (max-width: 1470px)
{
    .banner .swiper-text h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1400px)
{
    .banner .swiper-text h3
    {
        font-size: 24px;

        margin-top: 10px;
    }
}
@media (max-width: 1199px)
{
    .banner .swiper-text h3
    {
        font-size: 20px;

        margin: 0;
    }
}
@media (max-width: 991px)
{
    .banner .swiper-text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner .swiper-text h3
    {
        font-size: 14px;
    }
}
.banner .swiper-text h3 span
{
    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;
}
.banner .swiper-text h3 .line
{
    display: block;

    width: 3px;
    height: 34px;
    margin: 0 14px;

    background: #de3e0a;
}
.banner .swiper-text h4
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

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

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1560px)
{
    .banner .swiper-text h4
    {
        font-size: 26px;
    }
}
@media (max-width: 1400px)
{
    .banner .swiper-text h4
    {
        font-size: 22px;
    }
}
@media (max-width: 1199px)
{
    .banner .swiper-text h4
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .banner .swiper-text h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner .swiper-text h4
    {
        font-size: 14px;
    }
}
.banner .swiper-text h4 span
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.banner .swiper-text h4 span:after
{
    display: block;

    width: 1px;
    height: 20px;
    margin: 0 10px;

    content: '';

    background: #de3e0a;
}
.banner .swiper-text .icon-listbox
{
    font-size: 20px;

    margin-top: 5vw;
}
@media (max-width: 1470px)
{
    .banner .swiper-text .icon-listbox
    {
        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .banner .swiper-text .icon-listbox
    {
        display: none;
    }
}
.banner .swiper-text .icon-listbox ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.banner .swiper-text .icon-listbox ul li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.banner .swiper-text .icon-listbox ul li:after
{
    display: block;

    width: 1px;
    height: 56px;
    margin: 0 30px;
    margin-top: 10px;

    content: '';

    opacity: .2;
    background: #000;
}
@media (max-width: 1400px)
{
    .banner .swiper-text .icon-listbox ul li:after
    {
        margin: 0 10px;
    }
}
.banner .swiper-text .icon-listbox ul li:last-child:after
{
    display: none;
}
.banner .swiper-text .icon-listbox .icon-group
{
    max-width: 90px;
    margin: 0 auto;

    text-align: center;
}
.banner .swiper-text .icon-listbox .icon-group b
{
    font-size: 50px;
    line-height: 1;

    display: block;
}
@media (max-width: 1400px)
{
    .banner .swiper-text .icon-listbox .icon-group b
    {
        font-size: 40px;
    }
}
.banner .swiper-text .icon-listbox .icon-group b sup
{
    top: 10px;

    vertical-align: top;
}
.banner .swiper-text .icon-listbox .icon-group p
{
    font-weight: 500;
    line-height: 1.2;

    margin: 10px 0 0 0;

    color: #de3e0a;
}
@media (max-width: 1560px)
{
    .banner .swiper-text .icon-listbox .icon-group p
    {
        font-size: 16px;
    }
}
.banner .swiper-text .ban-line
{
    width: 178px;
    height: 6px;
    margin-top: 20px;

    background-color: #de3e0a;
}
@media (max-width: 1199px)
{
    .banner .swiper-text .ban-line
    {
        width: 140px;
        height: 4px;
    }
}
@media (max-width: 991px)
{
    .banner .swiper-text .ban-line
    {
        width: 120px;
    }
}
@media (max-width: 767px)
{
    .banner .swiper-text .ban-line
    {
        width: 80px;
    }
}
.banner .swiper-text-2 .icon-listbox .icon-group
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    max-width: 100%;

    text-align: left;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.banner .swiper-text-2 .icon-listbox .icon-group b
{
    margin-right: 10px;
}
.banner .swiper-text-3 .desc
{
    margin-left: 50%;
    padding-left: 5%;
}
.banner .swiper-text-3 .desc h2
{
    color: #fff;
}
.banner .swiper-text-4
{
    text-align: center;

    color: #fff;
}
.banner .swiper-text-4 .desc
{
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 1199px)
{
    .banner .swiper-text-4 .desc
    {
        width: 100%;
    }
}
.banner .swiper-text-4 h2
{
    color: #fff;
}
.banner .swiper-text-4 .ban-line
{
    margin: 20px auto;

    background-color: #fff;
}
.banner .swiper-text-4 p
{
    font-size: 20px;
    line-height: 1.5;

    letter-spacing: 2px;
}
@media (max-width: 1560px)
{
    .banner .swiper-text-4 p
    {
        font-size: 18px;

        letter-spacing: 1px;
    }
}
@media (max-width: 1400px)
{
    .banner .swiper-text-4 p
    {
        font-size: 16px;

        letter-spacing: 0;
    }
}
@media (max-width: 767px)
{
    .banner .swiper-text-4 p
    {
        display: none;
    }
}
.banner .swiper-text-4 .img
{
    width: 100%;
    margin-top: 3vw;
}
.banner .swiper-text-4 .img img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
.banner .swiper-text .imgbox
{
    margin-top: 60px;
}
@media (max-width: 1400px)
{
    .banner .swiper-text .imgbox
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .swiper-text .imgbox
    {
        display: none;
    }
}
.banner .swiper-text .imgbox ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 70%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.banner .swiper-text .imgbox ul .img
{
    text-align: center;
}
.banner .swiper-text .imgbox ul .img img
{
    display: block;

    width: 100px;
    margin: 0 auto;
}
.banner .swiper-text .imgbox ul p
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;

    margin: 20px 0 0 0;

    text-align: center;

    color: #fff;
}
.banner .swiper-text .ban-link
{
    margin-top: 60px;
}
@media (max-width: 1560px)
{
    .banner .swiper-text .ban-link
    {
        margin-top: 40px;
    }
}
@media (max-width: 1400px)
{
    .banner .swiper-text .ban-link
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .swiper-text .ban-link
    {
        display: none;

        margin-top: 10px;
    }
}
.banner .swiper-text .ban-link a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    margin-right: 30px;
    padding: 10px 30px;

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

    color: #fff;
    background-color: #2d338b;
}
@media (max-width: 991px)
{
    .banner .swiper-text .ban-link a
    {
        font-size: 16px;
        line-height: 24px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .banner .swiper-text .ban-link a
    {
        font-size: 14px;
        line-height: 24px;

        padding: 0 10px;
    }
}
.banner .swiper-text .ban-link a.active
{
    background-color: #de3e0a;
}
.banner .swiper-text-2 h2,
.banner .swiper-text-3 h2
{
    color: #2d338b;
}
.banner .swiper-text-2 h3,
.banner .swiper-text-3 h3
{
    color: #222;
}
.banner .swiper-slide-active .swiper-text h2 span,
.banner .swiper-slide-active .swiper-text h3 span,
.banner .swiper-slide-active .swiper-text h4 span
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}
.banner .banner-button
{
    position: absolute;
    z-index: 6;
    bottom: 30px;

    width: 100%;
    margin: 1px;
}
@media (max-width: 1560px)
{
    .banner .banner-button
    {
        bottom: 70px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-button
    {
        bottom: 0;
    }
}
.banner .swiper-pagination
{
    position: relative;
    z-index: 6;

    text-align: center;
}
.banner .swiper-pagination span
{
    width: 9px;
    height: 9px;
    margin: 0 5px !important;

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

    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
}
.banner .swiper-pagination .swiper-pagination-bullet-active
{
    width: 12px;
    height: 12px;

    border-radius: 50%;
    background: #fff;
}
.banner .swiper-pagination-fraction
{
    position: relative;
    bottom: auto;

    width: 90px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.banner .swiper-pagination-fraction .swiper-pagination-current,
.banner .swiper-pagination-fraction .swiper-pagination-total
{
    font-size: 60px;
}
@media (max-width: 1199px)
{
    .banner .swiper-pagination-fraction .swiper-pagination-current,
    .banner .swiper-pagination-fraction .swiper-pagination-total
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .banner .swiper-pagination-fraction .swiper-pagination-current,
    .banner .swiper-pagination-fraction .swiper-pagination-total
    {
        font-size: 40px;
    }
}
.banner .swiper-pagination-fraction .swiper-pagination-current:after
{
    content: '-';
}
.banner .swiper-pagination-progressbar.vertical
{
    position: absolute;
    z-index: 6;
    top: 50%;
    right: 3%;
    bottom: 0;

    overflow: hidden;

    width: 4px;
    height: 40%;

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

    border-radius: 2px;
    background: rgba(255, 255, 255, 0);
}
.banner .swiper-pagination-progressbar.vertical:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 2px;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background: rgba(255, 255, 255, .5);
}
.banner .swiper-pagination-progressbar.vertical::after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: -webkit-calc(var(--progress, 0) * 100%);
    height:         calc(var(--progress, 0) * 100%);

    content: '';
    -webkit-transition: height .3s;
            transition: height .3s;

    background: #fff;
}
.banner .banner-line
{
    width: 100%;
    height: 1px;
    margin: 0 30px;

    background-color: rgba(255, 255, 255, .3);
}
.banner .prev-next
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.banner .swiper-button-prev,
.banner .swiper-button-next
{
    font-size: 16px;
    line-height: 30px;

    width: auto;
    height: auto;
    margin-right: 20px;

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

    color: #fff;
    border: none;
    background: none;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover
{
    opacity: .8;
}
.banner .swiper-button-next
{
    margin-left: 0;
}
.banner .swiper-button-next .flaticon
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.banner .mouse
{
    position: absolute;
    z-index: 6;
    bottom: 3%;
    left: 0;

    width: 100%;
}
.banner .mouse .icon
{
    display: block;

    width: 22px;
    height: 36px;
    margin: 0 auto;

    border: 2px solid #fff;
    border-radius: 30px;
}
.banner .mouse .icon:before
{
    display: block;

    width: 2px;
    height: 10px;
    margin: 0 auto;

    content: '';
    -webkit-animation: mouse 3s linear infinite;
            animation: mouse 3s linear infinite;

    background-color: #fff;
}
@-webkit-keyframes mouse
{
    0%
    {
        -webkit-transform: translateY(5px);
                transform: translateY(5px);

        opacity: 0;
    }
    50%
    {
        -webkit-transform: translateY(8px);
                transform: translateY(8px);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(15px);
                transform: translateY(15px);

        opacity: 0;
    }
}
@keyframes mouse
{
    0%
    {
        -webkit-transform: translateY(5px);
                transform: translateY(5px);

        opacity: 0;
    }
    50%
    {
        -webkit-transform: translateY(8px);
                transform: translateY(8px);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(15px);
                transform: translateY(15px);

        opacity: 0;
    }
}
.banner-inner
{
    position: relative;

    overflow: hidden;

    padding-top: 120px;
}
@media (max-width: 1199px)
{
    .banner-inner
    {
        padding-top: 0;
    }
}
.banner-inner img
{
    width: 100%;
    height: auto;
}
@media (max-width: 767px)
{
    .banner-inner img
    {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-inner .banner-group
{
    position: relative;
}
.banner-inner .hs-inner-location
{
    position: absolute;
    z-index: 6;
    bottom: 30px;
    left: 0;

    width: 100%;

    background: none;
}
@media (max-width: 767px)
{
    .banner-inner .hs-inner-location
    {
        bottom: 0;

        padding: 0;
    }
}
.banner-inner .hs-inner-location .location
{
    color: #666;
}
.banner-inner .hs-inner-location .location:before
{
    opacity: .6;

    -webkit-filter: brightness(0) invert(0);
            filter: brightness(0) invert(0);
}
.banner-inner .hs-inner-location .location ul li:hover a
{
    color: #2d338b;
}
.banner-inner .group-text
{
    position: absolute;
    z-index: 8;
    top: -webkit-calc(50% + 60px);
    top:         calc(50% + 60px);
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1199px)
{
    .banner-inner .group-text
    {
        top: 50%;
    }
}
.banner-inner .group-text h2
{
    font-family: 'D-DIN-PRO';
    font-size: 60px;
    font-weight: normal;
    font-weight: bold;
    line-height: 1;

    color: #2d338b;
}
@media (max-width: 1560px)
{
    .banner-inner .group-text h2
    {
        font-size: 54px;
    }
}
@media (max-width: 1470px)
{
    .banner-inner .group-text h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1400px)
{
    .banner-inner .group-text h2
    {
        font-size: 44px;
    }
}
@media (max-width: 1199px)
{
    .banner-inner .group-text h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .banner-inner .group-text h2
    {
        font-size: 30px;
    }
}
.banner-inner .group-text h2:after
{
    display: block;

    width: 50px;
    height: 2px;
    margin-top: 10px;

    content: '';

    background: #de3e0a;
}
.banner-inner .group-text p
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;

    margin: 10px 0 0 0;

    color: #2d338b;
}
@media (max-width: 1199px)
{
    .banner-inner .group-text p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner-inner .group-text p
    {
        font-size: 16px;
    }
}
.banner-product
{
    height: 120px;
}
@media (max-width: 1199px)
{
    .banner-product
    {
        display: none;
    }
}
.hs-pad
{
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1560px)
{
    .hs-pad
    {
        padding: 80px 0;
    }
}
@media (max-width: 1199px)
{
    .hs-pad
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .hs-pad
    {
        padding: 40px 0;
    }
}
.hs-pad .swiper-button-prev .flaticon
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.hs-pad .swiper-button-next .flaticon
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.public-scrollbar
{
    position: relative;

    height: 12px;
    margin-top: 40px;
}
.public-scrollbar:before
{
    position: absolute;
    top: 50%;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #2d338b;
}
.public-scrollbar .swiper-scrollbar-drag
{
    position: absolute;
    top: -2px;
    left: 0;

    width: 12px;
    height: 12px;

    cursor: pointer;

    border-radius: 0;
    border-radius: 50%;
    background: none;
    background-color: #2d338b;
}
.scrollbar
{
    overflow: auto;
}
.scrollbar::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 5px;
}
.scrollbar::-webkit-scrollbar-track
{
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, .2);
}
.scrollbar::-webkit-scrollbar-thumb
{
    background-color: #2d338b;
}
.title-home h3
{
    font-size: 20px;
    line-height: 1.5;

    color: #666;
}
@media (max-width: 1199px)
{
    .title-home h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .title-home h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .title-home h3
    {
        font-size: 14px;
    }
}
.title-home h2
{
    font-family: 'D-DIN-PRO';
    font-size: 36px;
    font-weight: normal;
    font-weight: 900;
    line-height: 1;

    margin: 10px 0;

    color: #2d338b;
}
@media (max-width: 1199px)
{
    .title-home h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title-home h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .title-home h2
    {
        font-size: 24px;
    }
}
.title-home p
{
    line-height: 1.44444444;

    margin: 0;

    color: #666;
}
.public-note p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .public-note p
    {
        font-size: 14px;
    }
}
.public-note img
{
    max-width: 100%;
    height: auto !important;
}
.public-note.lh30 p
{
    line-height: 30px;
}
@media (max-width: 1199px)
{
    .public-note.lh30 p
    {
        line-height: 24px;
    }
}
.hs-more
{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.hs-more a,
.hs-more span
{
    font-size: 16px;
    line-height: 40px;

    display: block;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    padding: 0 23px;

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

    color: #fff;
    background-color: #2d338b;
}
@media (max-width: 767px)
{
    .hs-more a,
    .hs-more span
    {
        font-size: 14px;
        line-height: 34px;
    }
}
.hs-more a:hover,
.hs-more span:hover
{
    background-color: #de3e0a;
}
.hs-more.text-center
{
    margin-top: 30px;
}
.hs-more.text-center a,
.hs-more.text-center span
{
    margin: 0 auto;
}
@-webkit-keyframes roate360
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes roate360
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes roate360other
{
    0%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
    100%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}
@keyframes roate360other
{
    0%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
    100%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}
@media (max-width: 767px)
{
    .hs-home-top
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.hs-home-top .title
{
    max-width: 370px;
}
@media (max-width: 767px)
{
    .hs-home-top .title
    {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px)
{
    .hs-home-category .title-home
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.hs-home-category .title-home h3
{
    max-width: 40%;

    text-align: right;
}
@media (max-width: 767px)
{
    .hs-home-category .title-home h3
    {
        width: 100%;
        max-width: 100%;

        text-align: left;
    }
}
.hs-home-category .category
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .hs-home-category .category
    {
        margin-top: 30px;
    }
}
.hs-home-category .category-left
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 470px;
    padding: 30px 0;

    color: #fff;
    background-color: #2d338b;

    -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;
}
@media (max-width: 1560px)
{
    .hs-home-category .category-left
    {
        width: 400px;
    }
}
@media (max-width: 1199px)
{
    .hs-home-category .category-left
    {
        width: 300px;
    }
}
@media (max-width: 991px)
{
    .hs-home-category .category-left
    {
        width: 100%;
        padding: 20px 30px;
    }
}
.hs-home-category .category-menu
{
    position: relative;
}
.hs-home-category .category-menu .slick-category-menu
{
    height: 580px;
}
@media (max-width: 1560px)
{
    .hs-home-category .category-menu .slick-category-menu
    {
        height: 500px;
    }
}
@media (max-width: 1400px)
{
    .hs-home-category .category-menu .slick-category-menu
    {
        height: 400px;
    }
}
@media (max-width: 991px)
{
    .hs-home-category .category-menu .slick-category-menu
    {
        height: auto;
    }
}
.hs-home-category .category-menu .swiper-slide
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -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;
}
@media (max-width: 991px)
{
    .hs-home-category .category-menu .swiper-slide
    {
        height: auto;
    }
}
@media (max-width: 991px)
{
    .hs-home-category .category-menu .category-menu-group
    {
        height: 100%;
    }
}
.hs-home-category .category-menu .category-menu-group > a
{
    font-size: 22px;
    line-height: 30px;

    position: relative;

    display: block;

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

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1560px)
{
    .hs-home-category .category-menu .category-menu-group > a
    {
        font-size: 20px;

        padding-left: 60px;
    }
}
@media (max-width: 1400px)
{
    .hs-home-category .category-menu .category-menu-group > a
    {
        font-size: 18px;

        padding: 10px 20px 10px 60px;
    }
}
@media (max-width: 1199px)
{
    .hs-home-category .category-menu .category-menu-group > a
    {
        line-height: 24px;

        padding: 10px 10px 10px 40px;
    }
}
@media (max-width: 991px)
{
    .hs-home-category .category-menu .category-menu-group > a
    {
        line-height: 24px;

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

        padding: 10px;

        text-align: center;

        -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;
    }
}
@media (max-width: 767px)
{
    .hs-home-category .category-menu .category-menu-group > a
    {
        font-size: 16px;
    }
}
.hs-home-category .category-menu .category-menu-group > a:after
{
    position: absolute;
    top: 50%;
    right: -10px;

    display: block;

    width: 0;
    height: 0;

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

    border-width: 12px 10px 12px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
@media (max-width: 991px)
{
    .hs-home-category .category-menu .category-menu-group > a:after
    {
        display: none;
    }
}
.hs-home-category .category-menu .category-menu-group > a:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 32px;
    height: 1px;

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

    background-color: #fff;
}
@media (max-width: 1560px)
{
    .hs-home-category .category-menu .category-menu-group > a:before
    {
        width: 20px;
    }
}
@media (max-width: 991px)
{
    .hs-home-category .category-menu .category-menu-group > a:before
    {
        display: none;
    }
}
.hs-home-category .category-menu .active .category-menu-group > a
{
    font-weight: bold;
}
.hs-home-category .category-menu .active .category-menu-group > a:after
{
    right: -1px;
}
.hs-home-category .category-menu .active .category-menu-group > a:before
{
    width: 69px;
}
@media (max-width: 1560px)
{
    .hs-home-category .category-menu .active .category-menu-group > a:before
    {
        width: 40px;
    }
}
@media (max-width: 1199px)
{
    .hs-home-category .category-menu .active .category-menu-group > a:before
    {
        width: 30px;
    }
}
@media (max-width: 991px)
{
    .hs-home-category .category-menu .swiper-button-prev
    {
        position: absolute;
        top: 50%;
        left: -30px;

        -webkit-transform: translateY(-50%) rotate(-90deg);
            -ms-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg);
    }
}
@media (max-width: 991px)
{
    .hs-home-category .category-menu .swiper-button-next
    {
        position: absolute;
        top: 50%;
        right: -30px;

        -webkit-transform: translateY(-50%) rotate(-90deg);
            -ms-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg);
    }
}
.hs-home-category .category-content
{
    width: -webkit-calc(100% - 470px);
    width:         calc(100% - 470px);
    padding: 70px 5%;

    background: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(#fdfdfd));
    background: -webkit-linear-gradient(bottom, #f2f2f2 0%, #fdfdfd 100%);
    background:         linear-gradient(0deg, #f2f2f2 0%, #fdfdfd 100%);
}
@media (max-width: 1560px)
{
    .hs-home-category .category-content
    {
        width: -webkit-calc(100% - 400px);
        width:         calc(100% - 400px);
        padding: 50px 5%;
    }
}
@media (max-width: 1400px)
{
    .hs-home-category .category-content
    {
        padding: 30px;
    }
}
@media (max-width: 1199px)
{
    .hs-home-category .category-content
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
    }
}
@media (max-width: 991px)
{
    .hs-home-category .category-content
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .hs-home-category .category-content
    {
        padding: 30px 15px;
    }
}
.hs-home-category .slick-category-content
{
    height: 100%;
}
.hs-home-category .category-content-group
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100%;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hs-home-category .category-content-group .group-left
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 260px;
    padding-bottom: 60px;

    -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: 1400px)
{
    .hs-home-category .category-content-group .group-left
    {
        width: 200px;
    }
}
@media (max-width: 991px)
{
    .hs-home-category .category-content-group .group-left
    {
        width: 100%;
        padding-bottom: 30px;
    }
}
.hs-home-category .category-content-group .group-left .num
{
    font-size: 160px;
    font-weight: 900;
    line-height: 1;

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(transparent));
    background: -webkit-linear-gradient(rgba(0, 0, 0, .1), transparent);
    background:         linear-gradient(rgba(0, 0, 0, .1), transparent);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 1400px)
{
    .hs-home-category .category-content-group .group-left .num
    {
        font-size: 130px;
    }
}
@media (max-width: 1199px)
{
    .hs-home-category .category-content-group .group-left .num
    {
        font-size: 100px;
    }
}
@media (max-width: 991px)
{
    .hs-home-category .category-content-group .group-left .num
    {
        font-size: 80px;
    }
}
.hs-home-category .category-content-group .group-left h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    margin-top: -50px;

    color: #2d338b;
}
@media (max-width: 1199px)
{
    .hs-home-category .category-content-group .group-left h3
    {
        font-size: 26px;

        margin-top: -30px;
    }
}
@media (max-width: 991px)
{
    .hs-home-category .category-content-group .group-left h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .hs-home-category .category-content-group .group-left h3
    {
        font-size: 20px;
    }
}
.hs-home-category .category-content-group .group-left p
{
    line-height: 1.25;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .hs-home-category .category-content-group .group-left .hs-more
    {
        margin-top: 20px;
    }
}
.hs-home-category .category-content-group .group-right
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: -webkit-calc(100% - 260px);
    width:         calc(100% - 260px);
    padding-left: 5%;

    -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: 1400px)
{
    .hs-home-category .category-content-group .group-right
    {
        width: -webkit-calc(100% - 200px);
        width:         calc(100% - 200px);
    }
}
@media (max-width: 991px)
{
    .hs-home-category .category-content-group .group-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.hs-home-category .category-content-group .category-nav > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -10px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hs-home-category .category-content-group .category-nav > ul > li
{
    width: 33.33333333%;
}
@media (max-width: 1400px)
{
    .hs-home-category .category-content-group .category-nav > ul > li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .hs-home-category .category-content-group .category-nav > ul > li
    {
        display: inline-block;

        width: auto;
        margin-right: 10px;
    }
}
.hs-home-category .category-content-group .category-nav > ul > li > a
{
    line-height: 30px;

    display: block;

    padding: 10px;
}
@media (max-width: 1400px)
{
    .hs-home-category .category-content-group .category-nav > ul > li > a
    {
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .hs-home-category .category-content-group .category-nav > ul > li > a
    {
        padding: 5px 10px;
    }
}
.hs-home-category .category-content-group .category-nav > ul > li > a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#2d338b), to(#2d338b));
    background-image: -webkit-linear-gradient(left, #2d338b 0%, #2d338b 100%);
    background-image:         linear-gradient(to right, #2d338b 0%, #2d338b 100%);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 1px;
}
.hs-home-category .category-content-group .category-nav > ul > li:hover > a
{
    color: #2d338b;
}
.hs-home-category .category-content-group .category-nav > ul > li:hover > a span
{
    background-size: 100% 1px;
}
.hs-home-category .category-content-group .category-img img
{
    width: 100%;
}
.hs-home-category .category-content-group .category-img .img
{
    position: relative;
    z-index: 6;

    margin-top: -50px;
}
@media (max-width: 1400px)
{
    .hs-home-category .category-content-group .category-img .img
    {
        margin-top: -20px;
    }
}
.hs-home-application
{
    padding-bottom: 40px;

    color: #fff;
    background: url(../images/application_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .hs-home-application
    {
        background-attachment: fixed;
    }
}
.hs-home-application .title-home h2
{
    color: #fff;
}
.hs-home-application .application
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .hs-home-application .application
    {
        margin-top: 30px;
    }
}
.hs-home-application .application-big .application-group .img
{
    width: 50%;
}
@media (max-width: 767px)
{
    .hs-home-application .application-big .application-group .img
    {
        width: 100%;
    }
}
.hs-home-application .application-big .application-group .img .ibox
{
    padding-bottom: 54.90196078%;
}
.hs-home-application .application-big .application-group .desc
{
    width: 50%;
    padding-left: 5%;
}
@media (max-width: 767px)
{
    .hs-home-application .application-big .application-group .desc
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.hs-home-application .application-big .application-group .title-application
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.hs-home-application .application-big .application-group .title-application .flaticon
{
    font-size: 60px;

    margin-right: 20px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1560px)
{
    .hs-home-application .application-big .application-group .title-application .flaticon
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .hs-home-application .application-big .application-group .title-application .flaticon
    {
        font-size: 40px;
    }
}
.hs-home-application .application-big .application-group .title-application h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;

    max-width: 160px;
    margin: 0;
}
@media (max-width: 991px)
{
    .hs-home-application .application-big .application-group .title-application h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .hs-home-application .application-big .application-group .title-application h3
    {
        font-size: 18px;
    }
}
.hs-home-application .application-big .application-group .public-note
{
    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hs-home-application .application-big .application-group .more
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .hs-home-application .application-big .application-group .more
    {
        margin-top: 20px;
    }
}
.hs-home-application .application-big .application-group .more a
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.hs-home-application .application-big .application-group .more a:hover
{
    color: #de3e0a;
}
.hs-home-application .application-small
{
    position: relative;

    margin-top: 60px;
}
.hs-home-application .application-small:before
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    height: -webkit-calc(100% - 16px);
    height:         calc(100% - 16px);

    content: '';

    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, .25)), to(transparent));
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .25), transparent);
    background-image:         linear-gradient(90deg, transparent, rgba(0, 0, 0, .25), transparent);
}
.hs-home-application .application-small .slick-arrow
{
    font-size: 0;

    position: absolute;
    z-index: 7;
    top: 50%;
    left: -50px;

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

    width: auto;

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

    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .hs-home-application .application-small .slick-arrow
    {
        bottom: 20px;
        left: -15px;
    }
}
.hs-home-application .application-small .slick-arrow:before
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.hs-home-application .application-small .slick-arrow.slick-next
{
    right: -50px;
    left: auto;
}
@media (max-width: 767px)
{
    .hs-home-application .application-small .slick-arrow.slick-next
    {
        right: -15px;
    }
}
.hs-home-application .application-small .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.hs-home-application .application-small .slick-arrow:hover:before
{
    border-color: transparent #de3e0a transparent transparent;
}
.hs-home-application .application-small .slick-track
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.hs-home-application .application-small .slick-slide
{
    height: auto;
    padding-top: 16px;
}
.hs-home-application .application-small .slick-slide > div
{
    height: 100%;
}
.hs-home-application .application-small .slick-slide > div > div
{
    height: 100%;
}
.hs-home-application .application-small .application-group
{
    font-size: 18px;

    position: relative;

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

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

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

    -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;
}
.hs-home-application .application-small .application-group:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 0;

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

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 87, 255, .73)), to(transparent));
    background-image: -webkit-linear-gradient(rgba(35, 87, 255, .73), transparent);
    background-image:         linear-gradient(rgba(35, 87, 255, .73), transparent);
}
.hs-home-application .application-small .application-group:after
{
    position: absolute;
    top: -16px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 0 9px 16px 9px;
    border-style: solid;
    border-color: transparent transparent #2357ff transparent;
}
@media (max-width: 1560px)
{
    .hs-home-application .application-small .application-group
    {
        padding: 15px;
    }
}
.hs-home-application .application-small .application-group .title-application
{
    position: relative;
    z-index: 6;
}
.hs-home-application .application-small .application-group .title-application .flaticon
{
    font-size: 70px;
    line-height: 1;

    display: block;
}
@media (max-width: 1560px)
{
    .hs-home-application .application-small .application-group .title-application .flaticon
    {
        font-size: 60px;
    }
}
@media (max-width: 1400px)
{
    .hs-home-application .application-small .application-group .title-application .flaticon
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .hs-home-application .application-small .application-group .title-application .flaticon
    {
        font-size: 40px;
    }
}
.hs-home-application .application-small .application-group .title-application h3
{
    font-size: 18px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
@media (max-width: 1400px)
{
    .hs-home-application .application-small .application-group .title-application h3
    {
        font-size: 16px;
    }
}
.hs-home-application .application-small .slick-current .application-group:before
{
    height: 100%;
}
.hs-home-application .application-small .slick-current .application-group:after
{
    opacity: 1;
}
.public-play
{
    position: relative;

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

    width: 60px;
    height: 60px;

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

    background-color: #de3e0a;

    -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;
}
.public-play .iconfont
{
    display: block;

    width: 0;
    height: 0;

    border-width: 8px 0 8px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
@media (max-width: 767px)
{
    .public-play .iconfont
    {
        border-width: 8px 0 8px 13px;
    }
}
.public-play:hover
{
    background-color: #de3e0a;
}
.hs-home-about
{
    position: relative;

    padding-left: var(--pad);

    background: url(../images/about_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .hs-home-about
    {
        background-attachment: fixed;
    }
}
.hs-home-about:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .5);
}
.hs-home-about .number
{
    position: relative;
    z-index: 6;

    width: 40%;

    color: #fff;
}
@media (max-width: 991px)
{
    .hs-home-about .number
    {
        width: 100%;
    }
    .hs-home-about .number ul
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .hs-home-about .number ul li
    {
        width: 50%;
    }
}
.hs-home-about .number .number-group
{
    margin: 60px 0;
}
@media (max-width: 1560px)
{
    .hs-home-about .number .number-group
    {
        margin: 40px 0;
    }
}
@media (max-width: 991px)
{
    .hs-home-about .number .number-group
    {
        margin: 20px 0;
    }
}
.hs-home-about .number .number-group p
{
    line-height: 22px;

    margin: 0;
}
.hs-home-about .number .number-group b
{
    font-family: 'D-DIN-PRO';
    font-size: 60px;
    font-weight: normal;
    font-weight: bold;
    line-height: 1;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1400px)
{
    .hs-home-about .number .number-group b
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .hs-home-about .number .number-group b
    {
        font-size: 40px;
    }
}
.hs-home-about .number .number-group b i
{
    font-size: 22px;
    font-weight: bold;
    font-style: normal;

    margin-left: 10px;
}
@media (max-width: 767px)
{
    .hs-home-about .number .number-group b i
    {
        font-size: 18px;
    }
}
.hs-home-about .number .number-group b sup
{
    font-size: 24px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .hs-home-about .number .number-group b sup
    {
        font-size: 20px;
    }
}
.hs-home-about .number .number-group h4
{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;

    margin: 0;
}
.hs-home-about .desc
{
    position: relative;
    z-index: 6;

    width: 60%;
    padding: 60px var(--pad) 60px 60px;

    color: #fff;
    background-color: #2d338b;
}
@media (max-width: 1400px)
{
    .hs-home-about .desc
    {
        padding: 30px var(--pad) 30px 30px;
    }
}
@media (max-width: 991px)
{
    .hs-home-about .desc
    {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-home-about .desc .title-home h2
{
    color: #fff;
}
.hs-home-about .desc .title-home h3
{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;

    opacity: .72;
    color: #fff;
}
@media (max-width: 1400px)
{
    .hs-home-about .desc .title-home h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .hs-home-about .desc .title-home h3
    {
        font-size: 40px;
    }
}
.hs-home-about .desc .public-note
{
    margin-top: 30px;
}
.hs-home-about .desc .more
{
    margin-top: 40px;
}
.hs-home-about .desc .more a
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;
}
.hs-home-about .video
{
    position: absolute;
    z-index: 7;
    top: -30px;
    left: -30px;
}
.hs-home-why
{
    background: url(../images/why_bg.webp) no-repeat center;
    background-size: cover;
}
.hs-home-why .why
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .hs-home-why .why
    {
        margin-top: 30px;
    }
}
.hs-home-why .why .swiper-slide
{
    height: auto;
}
.hs-home-why .why .why-group
{
    display: block;

    height: 100%;

    text-align: center;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hs-home-why .why .why-group .desc
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

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

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

    background-color: #fff;

    -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: 1560px)
{
    .hs-home-why .why .why-group .desc
    {
        padding: 30px;
    }
}
@media (max-width: 991px)
{
    .hs-home-why .why .why-group .desc
    {
        padding: 20px 15px;
    }
}
.hs-home-why .why .why-group .icon
{
    font-size: 60px;
    line-height: 1;

    color: #2d338b;
}
.hs-home-why .why .why-group .icon b
{
    font-weight: normal;
}
.hs-home-why .why .why-group .icon span
{
    font-size: 20px;
    line-height: 24px;

    display: block;
}
.hs-home-why .why .why-group .icon .flaticon
{
    line-height: 84px;
}
.hs-home-why .why .why-group .title-why
{
    font-size: 18px;
    font-weight: 900;
    line-height: 1.22222222;

    margin-top: 40px;

    color: #2d338b;
}
@media (max-width: 1400px)
{
    .hs-home-why .why .why-group .title-why
    {
        margin-top: 20px;
    }
}
.hs-home-why .why .why-group .title-why:after
{
    display: block;

    width: 54px;
    height: 3px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background-color: #2d338b;
}
.hs-home-why .why .why-group .public-note
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hs-home-why .why .why-group .more
{
    font-size: 21px;
    line-height: 40px;

    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-top: 30px;

    color: #fff;
    border-radius: 50%;
    background: #2d338b;
}
@media (min-width: 1200px)
{
    .hs-home-why .why .why-group:hover .desc
    {
        color: #fff;
        background-color: rgba(45, 51, 139, .87);
    }
    .hs-home-why .why .why-group:hover .desc .icon
    {
        color: #fff;
    }
    .hs-home-why .why .why-group:hover .desc .icon b,
    .hs-home-why .why .why-group:hover .desc .icon span
    {
        color: #fff;
    }
    .hs-home-why .why .why-group:hover .desc .title-why
    {
        color: #fff;
    }
    .hs-home-why .why .why-group:hover .desc .title-why:after
    {
        background-color: #fff;
    }
    .hs-home-why .why .why-group:hover .desc .public-note p
    {
        color: #fff;
    }
    .hs-home-why .why .why-group:hover .desc .more
    {
        color: #2d338b;
        background-color: #fff;
    }
}
.public-news-group
{
    position: relative;

    display: block;

    padding: 30px;

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

    background: #f8f8f8;
}
@media (max-width: 767px)
{
    .public-news-group
    {
        padding: 20px 15px;
    }
}
.public-news-group .img
{
    position: relative;

    margin-top: 20px;
}
.public-news-group .ibox
{
    padding-bottom: 75%;

    -webkit-clip-path: polygon(100% 0, 100% -webkit-calc(100% - 100px), -webkit-calc(100% - 100px) 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0 0);
}
.public-news-group .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.public-news-group .date
{
    line-height: 30px;

    display: block;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    padding: 0 16px;

    color: #fff;
    background-color: #de3e0a;
}
.public-news-group .title-news
{
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .public-news-group .title-news
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .public-news-group .title-news
    {
        font-size: 18px;
    }
}
.public-news-group .public-note
{
    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.public-news-group .public-note p
{
    color: #666;
}
.public-news-group .more
{
    line-height: 46px;

    position: absolute;
    right: 0;
    bottom: 0;

    width: 46px;
    height: 46px;

    text-align: center;

    color: #2d338b;
    border-radius: 50%;
    background: #fff;
}
@media (min-width: 1200px)
{
    .public-news-group:hover
    {
        color: #fff;
        background-color: #2d338b;
    }
    .public-news-group:hover .ibox img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .public-news-group:hover .public-note p
    {
        color: rgba(255, 255, 255, .6);
    }
    .public-news-group:hover .more .flaticon
    {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
}
.hs-home-news .title-home
{
    max-width: 300px;
}
.hs-home-news .news
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .hs-home-news .news
    {
        margin-top: 0;
    }
}
.hs-home-news .slick-news .slick-list
{
    margin: 0 -20px;
}
@media (max-width: 1199px)
{
    .hs-home-news .slick-news .slick-list
    {
        margin: 0 -10px;
    }
}
.hs-home-news .slick-news .slick-slide
{
    padding: 30px 20px;
}
@media (max-width: 1199px)
{
    .hs-home-news .slick-news .slick-slide
    {
        padding: 30px 10px;
    }
}
.fb_iframe_widget
{
    position: absolute !important;

    width: 100%;
    height: 100%;
}
.fb_iframe_widget span
{
    width: 100% !important;
    height: 100% !important;
}
.gettop
{
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 30px;

    display: none;

    cursor: pointer;

    color: var(--color);
}
.gettop .icon
{
    font-size: 40px;

    display: block;

    width: 60px;

    -webkit-animation: Mouse 1.6s linear infinite;
            animation: Mouse 1.6s linear infinite;
    text-align: center;
}
.hs-inner
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 1560px)
{
    .hs-inner
    {
        padding: 60px 0;
    }
}
@media (max-width: 1199px)
{
    .hs-inner
    {
        padding: 50px 0;
    }
}
.pt-50
{
    padding-top: 50px;
}
@media (max-width: 767px)
{
    .pt-50
    {
        padding-top: 30px;
    }
}
.pt-100
{
    padding-top: 100px;
}
.pt-110
{
    padding-top: 110px;
}
@media (max-width: 1199px)
{
    .pt-110
    {
        padding-top: 60px;
    }
}
@media (max-width: 767px)
{
    .pt-110
    {
        padding-top: 0;
    }
}
.pb-200
{
    padding-bottom: 200px;
}
.title-inner h2
{
    font-family: 'D-DIN-PRO';
    font-size: 30px;
    font-weight: normal;
    font-weight: bold;
    line-height: 1;

    position: relative;
    z-index: 6;

    margin: 0;

    color: #2d338b;
}
@media (max-width: 1560px)
{
    .title-inner h2
    {
        font-size: 24px;
    }
}
.title-inner p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;

    margin: 10px 0 0 0;

    color: #666;
}
.title-inner.text-center p
{
    max-width: 500px;
    margin: 0 auto;
    margin-top: 10px;
}
.hs-inner-location-menu
{
    background: #e8e8e8;
}
.hs-inner-location
{
    padding: 10px 0;

    color: rgba(255, 255, 255, .8);
    background-color: #2d338b;
}
.hs-inner-location .location
{
    line-height: 30px;

    position: relative;

    padding-left: 30px;
}
@media (max-width: 1199px)
{
    .hs-inner-location .location
    {
        width: 100%;
    }
}
.hs-inner-location .location:before
{
    font-size: 24px;
    line-height: 30px;

    position: absolute;
    top: 5px;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;

    content: '';

    background: url(../images/home.webp) no-repeat center;
    background-size: cover;
}
.hs-inner-location .location ul
{
    position: relative;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hs-inner-location .location ul li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hs-inner-location .location ul li:after
{
    display: inline-block;

    margin: 0 4px;

    content: '-';
    vertical-align: top;
}
.hs-inner-location .location ul li:last-child:after
{
    display: none;
}
.hs-inner-location .location ul li a
{
    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;
}
.hs-inner-location .location ul li a:hover
{
    color: #fff;
}
.hs-inner-content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hs-inner-content .hs-inner-left
{
    font-size: 16px;

    width: 380px;
    padding: 40px 0 40px;

    border-right: 1px solid rgba(0, 0, 0, .1);
}
@media (max-width: 1560px)
{
    .hs-inner-content .hs-inner-left
    {
        width: 320px;
    }
}
@media (max-width: 1400px)
{
    .hs-inner-content .hs-inner-left
    {
        width: 280px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-content .hs-inner-left
    {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 0;

        border: none;
    }
}
.hs-inner-content .hs-inner-right
{
    font-size: 16px;

    width: -webkit-calc(100% - 380px);
    width:         calc(100% - 380px);
    padding: 50px 0 80px 5%;
}
@media (max-width: 1560px)
{
    .hs-inner-content .hs-inner-right
    {
        width: -webkit-calc(100% - 320px);
        width:         calc(100% - 320px);
        padding-left: 3%;
    }
}
@media (max-width: 1400px)
{
    .hs-inner-content .hs-inner-right
    {
        width: -webkit-calc(100% - 280px);
        width:         calc(100% - 280px);
    }
}
@media (max-width: 1199px)
{
    .hs-inner-content .hs-inner-right
    {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }
}
@media (max-width: 767px)
{
    .public-menu
    {
        width: 100%;
    }
}
.public-menu ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -30px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .public-menu ul
    {
        margin: 0 -20px;
    }
}
@media (max-width: 767px)
{
    .public-menu ul
    {
        margin: 0 -10px;
    }
}
.public-menu ul li
{
    padding: 0 30px;
}
@media (max-width: 1199px)
{
    .public-menu ul li
    {
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .public-menu ul li
    {
        padding: 0 10px;
    }
}
.public-menu ul li a
{
    font-size: 20px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 20px 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .public-menu ul li a
    {
        font-size: 18px;

        padding: 10px 0;
    }
}
@media (max-width: 991px)
{
    .public-menu ul li a
    {
        line-height: 24px;
    }
}
.public-menu ul li a:before,
.public-menu ul li a:after
{
    position: absolute;
    left: 50%;

    width: 0;
    height: 4px;

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

    background-color: #2d338b;
}
.public-menu ul li a:before
{
    top: 0;
}
.public-menu ul li a:after
{
    bottom: 0;
}
.public-menu ul li.active a,
.public-menu ul li:hover a
{
    font-weight: bold;

    color: #2d338b;
}
.public-menu ul li.active a:before,
.public-menu ul li:hover a:before,
.public-menu ul li.active a:after,
.public-menu ul li:hover a:after
{
    width: 100%;
}
.inner-leftmenu .title-leftmenu:after
{
    display: block;

    width: 32px;
    height: 3px;
    margin-top: 10px;

    content: '';

    background-color: #de3e0a;
}
@media (max-width: 1199px)
{
    .inner-leftmenu .title-leftmenu:after
    {
        font-size: 24px;
        line-height: 30px;

        width: 30px;
        height: 30px;
        margin: 0;

        content: '+';
        text-align: center;

        color: #2d338b;
        background: none;
    }
}
@media (max-width: 1199px)
{
    .inner-leftmenu .title-leftmenu
    {
        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;
    }
}
@media (max-width: 1199px)
{
    .inner-leftmenu .title-leftmenu.current:after
    {
        content: '-';
    }
}
.inner-leftmenu .title-leftmenu h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

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

    margin: 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .inner-leftmenu .title-leftmenu h3
    {
        font-size: 20px;
    }
}
.inner-leftmenu .title-leftmenu h3 .flaticon
{
    margin-right: 20px;

    color: #2d338b;
}
.inner-leftmenu .menunav1
{
    margin-top: 20px;
    padding-bottom: 30px;
}
@media (max-width: 1199px)
{
    .inner-leftmenu .menunav1
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .inner-leftmenu .menunav1
    {
        margin-top: 10px;
        padding-bottom: 0;
    }
}
.inner-leftmenu .menunav1 > li
{
    position: relative;

    margin-bottom: 1px;
}
.inner-leftmenu .menunav1 > li:last-child > a
{
    border-bottom: none;
}
.inner-leftmenu .menunav1 > li > a
{
    font-size: 18px;
    line-height: 26px;

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

    padding: 15px 20px 15px 0;

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

    color: #777;
    border-bottom: 1px solid rgba(0, 0, 0, .1);

    -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;
}
@media (max-width: 1400px)
{
    .inner-leftmenu .menunav1 > li > a
    {
        font-size: 17px;
    }
}
@media (max-width: 1199px)
{
    .inner-leftmenu .menunav1 > li > a
    {
        font-size: 16px;
        line-height: 24px;

        padding: 10px 0;
    }
}
.inner-leftmenu .menunav1 > li > a:after
{
    display: block;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 5px 8px 5px 0;
    border-style: solid;
    border-color: transparent #2d338b transparent transparent;
}
.inner-leftmenu .menunav1 > li.active > a,
.inner-leftmenu .menunav1 > li:hover > a
{
    font-weight: bold;

    color: #2d338b;
}
.inner-leftmenu .menunav1 > li.active > a:after,
.inner-leftmenu .menunav1 > li:hover > a:after
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}
.inner-leftmenu .menunav2
{
    padding-top: 15px;
}
@media (max-width: 1199px)
{
    .inner-leftmenu .menunav2 > li
    {
        display: inline-block;

        margin-right: 20px;

        vertical-align: middle;
    }
}
.inner-leftmenu .menunav2 > li > a
{
    font-size: 18px;
    line-height: 1.5;

    position: relative;

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

    padding: 5px 20px 5px 30px;

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

    color: #fff;
}
.inner-leftmenu .menunav2 > li > a:before
{
    display: block;

    width: 6px;
    height: 6px;
    margin-top: 12px;
    margin-right: 10px;

    content: '';

    border-radius: 50%;
    background-color: #fff;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.inner-leftmenu .menunav2 > li.active > a,
.inner-leftmenu .menunav2 > li:hover > a
{
    text-decoration: underline;
}
.title-product-details
{
    padding: 20px 0;

    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.title-product-details h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

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

    margin: 0;

    color: #2d338b;
}
.title-product-details h3 .flaticon
{
    font-size: 26px;

    margin-right: 20px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.public-tuwen
{
    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;
}
.public-tuwen .desc,
.public-tuwen .img
{
    width: 50%;
}
@media (max-width: 767px)
{
    .public-tuwen .desc,
    .public-tuwen .img
    {
        width: 100%;
    }
}
.public-tuwen .desc
{
    padding-left: 5%;
}
@media (max-width: 767px)
{
    .public-tuwen .desc
    {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
.public-tuwen .desc h3
{
    font-size: 18px;
}
@media (max-width: 767px)
{
    .public-tuwen .img
    {
        margin-top: 20px;
    }
}
.public-tuwen .img img
{
    width: 100%;
    height: auto !important;
}
.public-tuwen.tuwen-zuowen
{
            flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
}
.public-tuwen.tuwen-zuowen .desc
{
    padding-right: 5%;
    padding-left: 0;
}
@media (max-width: 767px)
{
    .public-tuwen.tuwen-zuowen .desc
    {
        padding: 0;
    }
}
.table_a
{
    overflow-x: auto;

    max-width: 100%;
}
.public-table1 table
{
    line-height: 1.73333333;

    width: 100%;
    max-width: 100%;
    margin: 20px 0;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .public-table1 table
    {
        font-size: 16px;
    }
}
.public-table1 table tr:nth-child(odd)
{
    background: -webkit-gradient(linear, left top, right top, from(#eee), color-stop(99%, #f8f8f8));
    background: -webkit-linear-gradient(left, #eee 0%, #f8f8f8 99%);
    background:         linear-gradient(90deg, #eee 0%, #f8f8f8 99%);
}
.public-table1 table tr th
{
    font-size: 16px;

    text-align: left;

    background: rgba(45, 51, 139, .02);
}
.public-table1 table tr th,
.public-table1 table tr td
{
    padding: 10px 20px;

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

    border: 1px solid #cdcdcd;
}
@media (max-width: 767px)
{
    .public-table1 table tr th,
    .public-table1 table tr td
    {
        padding: 10px;
    }
}
.public-table2 table
{
    line-height: 1.25;

    width: 100%;
    max-width: 100%;
    margin: 20px 0;

    text-align: center;
}
.public-table2 h2{font-weight: bold; font-size: 20px; color: #000;}
.public-table2 table img
{
    width: 30px !important;
    height: auto !important;
    margin: 0 auto;
}
.public-table2 table th
{
    font-size: 16px;
    text-align: center;

    background: rgba(45, 51, 139, .06);
}
.public-table2 table th,
.public-table2 table td
{
    padding: 10px;

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

    border: 1px solid #cdcdcd;
}
@media (max-width: 767px)
{
    .public-table2 table th,
    .public-table2 table td
    {
        padding: 10px;
    }
}
.public-listbox1 > ul
{
    margin: 0 -30px;
    margin-top: -60px;
}
@media (max-width: 1560px)
{
    .public-listbox1 > ul
    {
        margin: 0 -20px;
        margin-top: -30px;
    }
}
@media (max-width: 767px)
{
    .public-listbox1 > ul
    {
        margin-top: -20px;
    }
}
.public-listbox1 > ul > li
{
    margin-top: 60px;
    padding: 0 30px;
}
@media (max-width: 1560px)
{
    .public-listbox1 > ul > li
    {
        margin-top: 30px;
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .public-listbox1 > ul > li
    {
        margin-top: 40px;
    }
}
.public-listbox1 .listbox-group .num
{
    font-family: 'D-DIN-PRO';
    font-size: 40px;
    font-weight: normal;
    font-weight: bold;
    line-height: 1;

    color: #2d338b;
}
.public-listbox1 .listbox-group .title-listbox
{
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;

    color: #2d338b;
}
.public-listbox1 .listbox-group .public-note
{
    margin-top: 20px;
}
.public-listbox2 > ul > li
{
    position: relative;

    margin-top: 10px;
    padding-left: 30px;
}
.public-listbox2 > ul > li:before
{
    position: absolute;
    left: 0;

    display: block;

    width: 24px;
    height: 24px;

    content: '';

    background: url(../images/checked.svg) no-repeat center;
    background-size: cover;
}
.public-share
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    -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;
}
.public-share ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -5px;
}
@media (max-width: 767px)
{
    .public-share ul
    {
        width: 100%;
        margin: 0 -3px;
    }
}
.public-share ul li
{
    padding: 0 5px;
}
@media (max-width: 767px)
{
    .public-share ul li
    {
        margin-left: 0;
        padding: 0 3px;
    }
}
.public-share ul li a
{
    line-height: 34px;

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

    width: 34px;
    height: 34px;

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

    border-radius: 50%;
    background: #1972c5;

    -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;
}
.public-share ul li a img
{
    display: block;

    width: 100%;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
            transform: scale(.6);

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.public-share ul li a:hover
{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}
.public-share ul li a:hover img
{
    opacity: 1;
}
.public-share ul li.youtube a
{
    background-color: #d0202d;
}
.public-share ul li.instagram a
{
    background-color: #de3077;
}
.public-share ul li.tiktok a
{
    background-color: #1a1a1a;
}
.public-share ul li.twitter a
{
    background-color: #000;
}
.public-share ul li.pinterest a
{
    background-color: #c30000;
}
.public-share ul li.alibaba a
{
    background-color: #f60;
}
.public-share ul li.facebook:hover a
{
    background-color: #113cb6;
}
.public-share ul li.youtube:hover a
{
    background-color: #bb0101;
}
.public-feedback
{
    padding: 50px;

    background: #2d338b;
}
@media (max-width: 1400px)
{
    .public-feedback
    {
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .public-feedback
    {
        padding: 30px 15px;
    }
}
.public-feedback .title-inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .public-feedback .title-inner
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.public-feedback .title-inner h2
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.public-feedback .title-inner h2:after
{
    display: block;

    width: 1px;
    height: 34px;
    margin: 0 20px;

    content: '';

    opacity: .2;
    background: #fff;
}
@media (max-width: 1199px)
{
    .public-feedback .title-inner h2:after
    {
        display: none;
    }
}
.public-feedback .title-inner p
{
    font-weight: normal;
    line-height: 1.5;

    margin: 0;

    color: #fff;
}
.public-feedback form > ul > li
{
    margin-top: 20px;
}
.public-feedback form label
{
    font-size: 20px;
    line-height: 30px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .public-feedback form label
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .public-feedback form label
    {
        font-size: 16px;
    }
}
.public-feedback form input,
.public-feedback form textarea
{
    line-height: 24px;

    width: 100%;
    margin-top: 8px;
    padding: 10px 15px;

    background-color: #fff;
}
.public-feedback form .submit
{
    font-size: 20px;

    width: 100%;
    height: 50px;
    margin-top: 30px;

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

    color: #fff;
    border-radius: 0;
    background-color: #de3e0a;
}
@media (max-width: 991px)
{
    .public-feedback form .submit
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .public-feedback form .submit
    {
        font-size: 16px;
    }
}
.public-feedback form .submit:hover
{
    background-color: #de3e0a;
}
.public-feedback-nobg
{
    padding: 0;

    color: #000;
    background: none;
}
.public-feedback-nobg .title-inner h2
{
    color: #000;
}
.public-feedback-nobg .title-inner h2:after
{
    background-color: #000;
}
.public-feedback-nobg .title-inner p
{
    color: #333;
}
.public-feedback-nobg form label
{
    color: #000;
}
.public-feedback-nobg form input,
.public-feedback-nobg form textarea
{
    background-color: rgba(0, 0, 0, .03);
}
.public-feedback-nobg form .submit
{
    background-color: #2d338b;
}
.public-feedback-nobg form .submit:hover
{
    color: #fff;
    background-color: #de3e0a;
}
.public-listbox-tu-three .public-list-note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.27272727;

    margin-top: 20px;

    color: #2d338b;
}
.public-listbox-tu-three-mask .listbox-group
{
    position: relative;
}
.public-listbox-tu-three-mask .listbox-group .public-list-note
{
    -webkit-transition: background-color .2s;
            transition: background-color .2s;
}
.public-listbox-tu-three-mask .listbox-group .public-list-note::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 3px;
}
.public-listbox-tu-three-mask .listbox-group .public-list-note::-webkit-scrollbar-track
{
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, .2);
}
.public-listbox-tu-three-mask .listbox-group .public-list-note::-webkit-scrollbar-thumb
{
    background-color: #de3e0a;
}
@media (min-width: 1200px)
{
    .public-listbox-tu-three-mask .listbox-group .public-list-note-desc
    {
        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.public-listbox-tu-three-mask .listbox-group p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .public-listbox-tu-three-mask .listbox-group p
    {
        font-size: 14px;
    }
}
.public-listbox-tu-three-mask .listbox-group:hover
{
    padding-bottom: 97px;
}
@media (min-width: 1200px)
{
    .public-listbox-tu-three-mask .listbox-group:hover .public-list-note
    {
        position: absolute;
        top: 0;
        left: 0;

        overflow-y: auto;

        width: 100%;
        height: -webkit-calc(100% - 97px);
        height:         calc(100% - 97px);
        padding: 20px;

        color: #fff;
        background-color: rgba(45, 51, 139, .7);
    }
    .public-listbox-tu-three-mask .listbox-group:hover .public-list-note h3
    {
        color: #fff;
    }
    .public-listbox-tu-three-mask .listbox-group:hover .public-list-note .public-list-note-desc
    {
        display: -webkit-box;
        overflow: hidden;

        height: auto;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 100;
    }
}
.public-listbox-tu-three.nonedesc .listbox-group
{
    text-align: center;
}
.public-listbox-tu-three.nonedesc .listbox-group h3
{
    line-height: 24px;

    margin: 0;
    padding: 10px;

    color: #fff;
    background-color: #2d338b;
}
.hs-inner-number
{
    padding: 40px 0;

    color: #fff;
    background-color: #2d338b;
}
@media (max-width: 1199px)
{
    .hs-inner-number
    {
        padding: 30px 0;
    }
}
.hs-inner-number .number ul
{
    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: 991px)
{
    .hs-inner-number .number ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .hs-inner-number .number ul li
    {
        width: 33.3%;
    }
}
@media (max-width: 767px)
{
    .hs-inner-number .number ul li
    {
        width: 50%;
    }
}
.hs-inner-number .number .line
{
    width: 1px;
    height: 55px;

    background: #fff;
}
@media (max-width: 991px)
{
    .hs-inner-number .number .line
    {
        display: none;
    }
}
.hs-inner-number .number .number-group
{
    margin: 10px 0;
}
.hs-inner-number .number .number-group p
{
    line-height: 22px;

    margin: 0;

    opacity: .7;
}
.hs-inner-number .number .number-group b
{
    font-family: 'D-DIN-PRO';
    font-size: 60px;
    font-weight: normal;
    font-weight: bold;
    line-height: 1;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1400px)
{
    .hs-inner-number .number .number-group b
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-number .number .number-group b
    {
        font-size: 40px;
    }
}
.hs-inner-number .number .number-group b i
{
    font-size: 22px;
    font-weight: bold;
    font-style: normal;

    margin-left: 10px;

    opacity: .7;
}
@media (max-width: 767px)
{
    .hs-inner-number .number .number-group b i
    {
        font-size: 18px;
    }
}
.hs-inner-number .number .number-group b sup
{
    font-size: 24px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .hs-inner-number .number .number-group b sup
    {
        font-size: 20px;
    }
}
.hs-inner-number .number .number-group b sub
{
    font-size: 16px;

    bottom: -10px;

    margin-left: -10px;

    vertical-align: bottom;

    opacity: .7;
}
.hs-inner-number .number .number-group h4
{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;

    margin: 0;
}
.hs-inner-about-history
{
    background: url(../images/about_in_bg.webp) no-repeat top center;
    background-size: cover;
}
.hs-inner-about .about-left
{
    width: 50%;
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .hs-inner-about .about-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.hs-inner-about .about-left .title-home h2
{
    color: #de3e0a;
}
.hs-inner-about .about-left .title-home h3
{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;

    opacity: .72;
    color: #2d338b;
}
@media (max-width: 1400px)
{
    .hs-inner-about .about-left .title-home h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-about .about-left .title-home h3
    {
        font-size: 40px;
    }
}
.hs-inner-about .about-left .text
{
    overflow-y: auto;

    max-height: 220px;
    margin-top: 50px;
    padding-left: 10px;

    direction: rtl;
}
@media (max-width: 1199px)
{
    .hs-inner-about .about-left .text
    {
        margin-top: 30px;
    }
}
.hs-inner-about .about-left .text .public-note
{
    direction: ltr;
}
.hs-inner-about .about-left .text::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 3px;
}
.hs-inner-about .about-left .text::-webkit-scrollbar-track
{
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, .2);
}
.hs-inner-about .about-left .text::-webkit-scrollbar-thumb
{
    background-color: #2d338b;
}
.hs-inner-about .about-right
{
    position: relative;

    width: 50%;
}
@media (max-width: 991px)
{
    .hs-inner-about .about-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-inner-about .about-right .video .public-play
{
    position: absolute;
    z-index: 6;
    top: 50%;
    left: -30px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .hs-inner-about .about-right .video .public-play
    {
        left: 50%;

        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);
    }
}
.hs-inner-about .about-right .video img
{
    width: 100%;
}
.hs-inner-about .about-right .img
{
    position: relative;
    z-index: 2;
}
.hs-inner-about .about-right .img img
{
    width: 100%;
}
.hs-inner-history .title-home h2 span
{
    color: #de3e0a;
}
.hs-inner-history .history
{
    position: relative;

    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .hs-inner-history .history
    {
        margin-top: 10px;
    }
}
.hs-inner-history .history:before
{
    position: absolute;
    top: 60px;
    left: -100%;

    display: block;

    width: 300%;
    height: 1px;

    content: '';

    background-color: #cfd0e1;
}
.hs-inner-history .history .history-group .year
{
    font-family: 'D-DIN-PRO';
    font-size: 36px;
    font-weight: normal;
    font-weight: bold;
    line-height: 60px;

    position: relative;

    padding: 0 10px;

    color: #2d338b;
}
@media (max-width: 1400px)
{
    .hs-inner-history .history .history-group .year
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-history .history .history-group .year
    {
        font-size: 24px;
    }
}
.hs-inner-history .history .history-group .year:before
{
    position: absolute;
    bottom: -7px;
    left: 0;

    display: block;

    width: 14px;
    height: 14px;

    content: '';

    opacity: 0;
    border: 3px solid #ced1df;
    border-radius: 50%;
    background-color: #de3e0a;
}
.hs-inner-history .history .history-group .year::after
{
    position: absolute;
    bottom: -1px;
    left: 14px;

    display: block;

    width: 0;
    height: 1px;

    content: '';

    background-color: #2d338b;
}
.hs-inner-history .history .history-group .public-note
{
    margin-top: 10px;
    padding: 0 10px;
}
.hs-inner-history .history .slick-current .history-group .year:before
{
    opacity: 1;
}
.hs-inner-history .history .slick-current .history-group .year:after
{
    width: 100%;
}
.hs-inner-history .history .slick-arrow
{
    position: absolute;
    top: 50px;
    left: -5%;

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

    width: 19px;
    height: 19px;

    border-radius: 50%;
    background: #2d338b;

    -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;
}
@media (max-width: 767px)
{
    .hs-inner-history .history .slick-arrow
    {
        left: -10px;
    }
}
.hs-inner-history .history .slick-arrow:before
{
    -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
            transform: scale(.4);
}
.hs-inner-history .history .slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 767px)
{
    .hs-inner-history .history .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.hs-inner-history .history .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(180deg) scale(.4);
        -ms-transform: rotate(180deg) scale(.4);
            transform: rotate(180deg) scale(.4);
}
.hs-inner-history .history .slick-arrow:hover
{
    background-color: #de3e0a;
}
.hs-inner-why .why
{
    position: relative;
}
.hs-inner-why .why .why-group .desc
{
    padding: 30px;

    text-align: left;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.hs-inner-why .why .why-group .title-why:after
{
    margin-left: 0;
}
.hs-inner-why .why .why-group .public-note
{
    height: auto;
    max-height: auto;
    margin-top: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 100;
}
.hs-inner-why .why .swiper-button-next,
.hs-inner-why .why .swiper-button-prev
{
    left: -30px;

    width: 30px;
    height: 30px;

    border-radius: 50%;
    background-color: #2d338b;
}
.hs-inner-why .why .swiper-button-next:before,
.hs-inner-why .why .swiper-button-prev:before
{
    -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
            transform: scale(.3);
}
.hs-inner-why .why .swiper-button-next
{
    right: -30px;
    left: auto;
}
.hs-inner-why .why .swiper-button-next:before
{
    -webkit-transform: scale(.3) rotate(180deg);
        -ms-transform: scale(.3) rotate(180deg);
            transform: scale(.3) rotate(180deg);
}
.hs-inner-factory
{
    position: relative;
}
.hs-inner-factory:before
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 260px;

    content: '';

    background-color: #2d338b;
}
.hs-inner-factory .factory-menu ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -6px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hs-inner-factory .factory-menu ul li
{
    padding: 0 6px;
}
.hs-inner-factory .factory-menu ul li a
{
    line-height: 50px;

    display: block;

    min-width: 160px;
    padding: 0 10px;

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

    border: 1px solid #2d338b;
}
.hs-inner-factory .factory-menu ul li.active a
{
    color: #fff;
    border-color: #2d338b;
    background-color: #2d338b;
}
.hs-inner-factory .factory-list
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .hs-inner-factory .factory-list
    {
        margin-top: 30px;
    }
}
.hs-inner-factory .factory
{
    position: relative;
    z-index: 6;
}
.hs-inner-factory .factory .factory-group .ibox
{
    padding-bottom: 75%;
}
.hs-inner-factory .factory .factory-group .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.hs-inner-factory .slick-arrow
{
    position: absolute;
    bottom: 15%;
    left: -5%;

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

    width: 19px;
    height: 19px;

    border-radius: 50%;
    background: #fff;

    -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;
}
@media (max-width: 767px)
{
    .hs-inner-factory .slick-arrow
    {
        left: -10px;
    }
}
.hs-inner-factory .slick-arrow:before
{
    -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
            transform: scale(.4);

    border-color: transparent #2d338b transparent transparent;
}
.hs-inner-factory .slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 767px)
{
    .hs-inner-factory .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.hs-inner-factory .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(180deg) scale(.4);
        -ms-transform: rotate(180deg) scale(.4);
            transform: rotate(180deg) scale(.4);
}
.hs-inner-factory .slick-arrow:hover
{
    background-color: #de3e0a;
}
.hs-inner-clients .clients
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .hs-inner-clients .clients
    {
        margin-top: 30px;
    }
}
.hs-inner-clients .clients .clients-group .img
{
    position: relative;
}
.hs-inner-clients .clients .clients-group .img .ibox
{
    padding-bottom: 75%;
}
.hs-inner-clients .clients .clients-group .img .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.hs-inner-clients .slick-arrow
{
    position: absolute;
    top: 50%;
    left: -5%;

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

    width: 19px;
    height: 19px;

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

    border-radius: 50%;
    background: #2d338b;

    -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;
}
@media (max-width: 767px)
{
    .hs-inner-clients .slick-arrow
    {
        left: -10px;
    }
}
.hs-inner-clients .slick-arrow:before
{
    -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
            transform: scale(.4);
}
.hs-inner-clients .slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 767px)
{
    .hs-inner-clients .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.hs-inner-clients .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(180deg) scale(.4);
        -ms-transform: rotate(180deg) scale(.4);
            transform: rotate(180deg) scale(.4);
}
.hs-inner-clients .slick-arrow:hover
{
    background-color: #de3e0a;
}
#about,
#why,
#factoryviews,
#certificates,
#company,
#team,
#qcertificates,
#clientsviews
{
    position: relative;
    top: -80px;
}
@media (min-width: 1200px)
{
    .hs-inner-certificates .certificates > ul
    {
        margin: 0 -20px;
    }
    .hs-inner-certificates .certificates > ul > li
    {
        padding: 0 20px;
    }
}
.hs-inner-certificates .certificates > ul > li
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .hs-inner-certificates .certificates > ul > li
    {
        margin-top: 20px;
    }
}
.hs-inner-certificates .certificates .certificates-group
{
    cursor: pointer;
    text-align: center;
}
.hs-inner-certificates .certificates .certificates-group .ibox
{
    padding-bottom: 137.73584906%;
}
.hs-inner-certificates .certificates .certificates-group .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.hs-inner-certificates .certificates .certificates-group .title-certificates
{
    font-size: 20px;
    line-height: 1.5;

    margin: 10px 0 0 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .hs-inner-certificates .certificates .certificates-group .title-certificates
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-certificates .certificates .certificates-group .title-certificates
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-certificates .certificates .certificates-group .title-certificates
    {
        font-size: 14px;
    }
}
@media (min-width: 1200px)
{
    .hs-inner-certificates .certificates .certificates-group:hover .ibox img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .hs-inner-certificates .certificates .certificates-group:hover .title-certificates
    {
        color: #2d338b;
    }
}
.public-download-group
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    background: #f2f2f2;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.public-download-group .icon,
.public-download-group .down
{
    line-height: 60px;

    width: 60px;
    height: 60px;

    text-align: center;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.public-download-group .icon
{
    font-size: 30px;

    color: #fff;
    border-right: 5px solid #fff;
    background-color: #2d338b;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.public-download-group .title-download
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    position: relative;
    z-index: 6;

    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 30px;
}
@media (max-width: 1199px)
{
    .public-download-group .title-download
    {
        font-size: 20px;

        padding: 0 20px;
    }
}
@media (max-width: 991px)
{
    .public-download-group .title-download
    {
        font-size: 18px;

        padding: 0 10px;
    }
}
.public-download-group .down
{
    font-size: 30px;

    color: #2d338b;
}
@media (min-width: 1200px)
{
    .public-download-group:hover
    {
        color: #fff;
        background-color: #2d338b;
    }
    .public-download-group:hover .icon
    {
        background-color: #de3e0a;
    }
    .public-download-group:hover .down
    {
        color: #fff;
    }
}
.hs-inner-download .download > ul
{
    margin: 0 -25px;
    margin-top: -40px;
}
@media (max-width: 1400px)
{
    .hs-inner-download .download > ul
    {
        margin: 0 -20px;
        margin-top: -30px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-download .download > ul
    {
        margin: 0 -10px;
        margin-top: -30px;
    }
}
.hs-inner-download .download > ul > li
{
    margin-top: 40px;
    padding: 0 25px;
}
@media (max-width: 1400px)
{
    .hs-inner-download .download > ul > li
    {
        padding: 0 20px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-download .download > ul > li
    {
        padding: 0 10px;
    }
}
.hs-inner-videos .videos ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -25px;
    margin-top: -50px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1560px)
{
    .hs-inner-videos .videos ul
    {
        margin: 0 -15px;
        margin-top: -30px;
    }
}
.hs-inner-videos .videos ul li
{
    margin-top: 50px;
    padding: 0 25px;
}
@media (max-width: 1560px)
{
    .hs-inner-videos .videos ul li
    {
        margin-top: 30px;
        padding: 0 15px;
    }
}
.hs-inner-videos .videos .videos-group
{
    text-align: center;
}
.hs-inner-videos .videos .videos-group .ibox
{
    padding-bottom: 75%;
}
.hs-inner-videos .videos .videos-group .title-videos
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
    margin-top: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1560px)
{
    .hs-inner-videos .videos .videos-group .title-videos
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-videos .videos .videos-group .title-videos
    {
        font-size: 16px;
    }
}
.hs-inner-customer .customer ul
{
    margin: 0;
}
.hs-inner-customer .customer ul li
{
    margin-top: -1px;
    margin-left: -1px;
    padding: 0;

    border: 1px solid #e9e8e8;
}
.hs-inner-customer .customer .customer-group
{
    padding: 70px 5%;

    text-align: center;
}
@media (max-width: 1560px)
{
    .hs-inner-customer .customer .customer-group
    {
        padding: 50px 5%;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-customer .customer .customer-group
    {
        padding: 30px;
    }
}
.hs-inner-customer .customer .customer-group .icon
{
    font-size: 60px;
    line-height: 1;

    color: #2d338b;
}
@media (max-width: 1199px)
{
    .hs-inner-customer .customer .customer-group .icon
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-customer .customer .customer-group .icon
    {
        font-size: 40px;
    }
}
.hs-inner-customer .customer .customer-group .icon .flaticon
{
    display: inline-block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.hs-inner-customer .customer .customer-group .title-customer
{
    font-size: 20px;
    line-height: 1.2;

    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .hs-inner-customer .customer .customer-group .title-customer
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-customer .customer .customer-group .title-customer
    {
        font-size: 16px;
    }
}
@media (min-width: 1200px)
{
    .hs-inner-customer .customer .customer-group:hover .icon .flaticon
    {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
}
.hs-inner-quaity .quaity-part1 .img img
{
    width: 100%;
}
.hs-inner-quaity .quaity-part1 .text1
{
    padding: 40px 10%;

    text-align: center;

    color: #fff;
    background-color: #2d338b;
}
@media (max-width: 1400px)
{
    .hs-inner-quaity .quaity-part1 .text1
    {
        padding: 30px 5%;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-quaity .quaity-part1 .text1
    {
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-quaity .quaity-part1 .text1
    {
        padding: 30px 15px;
    }
}
.hs-inner-quaity .quaity-part1 .text2
{
    padding: 20px 10%;

    text-align: center;

    color: #fff;
    background-color: #de3e0a;
}
@media (max-width: 1400px)
{
    .hs-inner-quaity .quaity-part1 .text2
    {
        padding: 20px 5%;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-quaity .quaity-part1 .text2
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-quaity .quaity-part1 .text2
    {
        padding: 20px 15px;
    }
}
.hs-inner-quaity .quaity-part2 .quaity-group
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 60px;

    -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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1199px)
{
    .hs-inner-quaity .quaity-part2 .quaity-group
    {
        margin-top: 30px;
    }
}
.hs-inner-quaity .quaity-part2 .quaity-group:nth-child(2n + 1)
{
            flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
}
.hs-inner-quaity .quaity-part2 .quaity-group .img
{
    width: 48%;
}
@media (max-width: 767px)
{
    .hs-inner-quaity .quaity-part2 .quaity-group .img
    {
        width: 100%;
    }
}
.hs-inner-quaity .quaity-part2 .quaity-group .img img
{
    width: 100%;
}
.hs-inner-quaity .quaity-part2 .quaity-group .desc
{
    width: 50%;
    padding: 0 3%;
}
@media (max-width: 767px)
{
    .hs-inner-quaity .quaity-part2 .quaity-group .desc
    {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
.hs-inner-quaity .quaity-part2 .quaity-group .desc .icon
{
    font-size: 60px;
    line-height: 1;

    color: #2d338b;
}
@media (max-width: 1560px)
{
    .hs-inner-quaity .quaity-part2 .quaity-group .desc .icon
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-quaity .quaity-part2 .quaity-group .desc .icon
    {
        font-size: 40px;
    }
}
.hs-inner-quaity .quaity-part2 .quaity-group .desc .icon .flaticon
{
    display: block;
}
.hs-inner-quaity .quaity-part2 .quaity-group .desc .title-quaity
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.27272727;

    margin: 20px 0 0 0;

    color: #2d338b;
}
@media (max-width: 1400px)
{
    .hs-inner-quaity .quaity-part2 .quaity-group .desc .title-quaity
    {
        margin-top: 10px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-quaity .quaity-part2 .quaity-group .desc .title-quaity
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-quaity .quaity-part2 .quaity-group .desc .title-quaity
    {
        font-size: 18px;
    }
}
.hs-inner-quaity .quaity-part2 .quaity-group .desc .public-note
{
    margin-top: 20px;
}
@media (max-width: 1400px)
{
    .hs-inner-quaity .quaity-part2 .quaity-group .desc .public-note
    {
        margin-top: 10px;
    }
}
.hs-inner-quaity .quaity-part2 .quaity-group .desc .public-note ul li
{
    position: relative;

    margin: 6px 0;
    padding-left: 30px;
}
.hs-inner-quaity .quaity-part2 .quaity-group .desc .public-note ul li:before
{
    position: absolute;
    top: 4px;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;

    content: '';

    background: url(../images/checked.svg) no-repeat center;
    background-size: cover;
}
.hs-inner-quaity .quaity-part3
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .hs-inner-quaity .quaity-part3
    {
        margin-top: 30px;
    }
}
.hs-inner-quaity .quaity-part3 .img img
{
    width: 100%;
}
.hs-inner-quaity .quaity-part3 .text
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 30px 3%;

    color: #fff;
    background-color: #2d338b;
}
@media (max-width: 767px)
{
    .hs-inner-quaity .quaity-part3 .text
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.hs-inner-quaity .quaity-part3 .text .title-text
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;

    margin-right: 5%;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1199px)
{
    .hs-inner-quaity .quaity-part3 .text .title-text
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-quaity .quaity-part3 .text .title-text
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-quaity .quaity-part3 .text .title-text
    {
        width: 100%;
    }
}
.hs-inner-quaity .quaity-part4
{
    padding: 0 3%;
}
@media (max-width: 767px)
{
    .hs-inner-quaity .quaity-part4
    {
        padding: 0;
    }
}
.hs-inner-quaity .quaity-part4 .quaity-group
{
    padding: 30px 0;

    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.hs-inner-quaity .quaity-part4 .quaity-group h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    color: #2d338b;
}
.hs-inner-quaity .quaity-part4 .quaity-group ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hs-inner-quaity .quaity-part4 .quaity-group ul li
{
    margin-top: 10px;
    margin-right: 3%;
}
.public-product-group
{
    display: block;

    height: 100%;

    text-align: center;
}
.public-product-group .img
{
    border: 1px solid #f4f4f4;
}
.public-product-group .img .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.public-product-group .desc
{
    padding: 24px 20px 0 20px;

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

    background: #f5f5f5;
}
.public-product-group .title-product
{
    font-size: 16px;
    font-weight: bold;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;

    color: #2d338b;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.public-product-group .more
{
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}
.public-product-group .more span
{
    font-size: 14px;
    line-height: 30px;

    position: relative;
    z-index: 1;

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

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin: 0 auto;
    padding: 0 15px;

    color: #fff;
    background-color: #de3e0a;
}
@media (min-width: 1200px)
{
    .public-product-group:hover .img .ibox img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .public-product-group:hover .title-product
    {
        color: #fff;
    }
    .public-product-group:hover .desc
    {
        background-color: #2d338b;
    }
}
.hs-inner-product .product > ul
{
    margin: 0 -30px;
    margin-top: -50px;
}
@media (max-width: 1470px)
{
    .hs-inner-product .product > ul
    {
        margin: 0 -15px;
        margin-top: -40px;
    }
}
.hs-inner-product .product > ul > li
{
    margin-top: 50px;
    padding: 0 30px;
}
@media (max-width: 1470px)
{
    .hs-inner-product .product > ul > li
    {
        margin-top: 40px;
        padding: 0 15px;
    }
}
.hs-inner-product-details .product-details
{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.hs-inner-product-details .product-details .details-imgbox
{
    font-size: 0;

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

    width: 55%;

    -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: 991px)
{
    .hs-inner-product-details .product-details .details-imgbox
    {
        width: 100%;
    }
}
.hs-inner-product-details .product-details .details-imgbox .product-big
{
    position: relative;

    overflow: hidden;

    width: 78%;

    border: 1px solid #f2f2f2;
}
@media (max-width: 767px)
{
    .hs-inner-product-details .product-details .details-imgbox .product-big
    {
        width: 100%;
    }
}
.hs-inner-product-details .product-details .details-imgbox .product-big .mask
{
    line-height: 25px;

    position: absolute;
    z-index: 3;
    bottom: 14px;
    left: 14px;

    width: 25px;
    height: 25px;

    text-align: center;

    border-radius: 3px;
    background: #2d338b;
}
.hs-inner-product-details .product-details .details-imgbox .product-big .mask img
{
    width: 100%;

    -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
            transform: scale(.6);

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.hs-inner-product-details .product-details .details-imgbox .product-big .zoom
{
    cursor: crosshair;
}
.hs-inner-product-details .product-details .product-small
{
    width: 22%;
    padding-left: 18px;
}
@media (max-width: 767px)
{
    .hs-inner-product-details .product-details .product-small
    {
        width: 100%;
        padding: 10px 30px;
    }
}
.hs-inner-product-details .product-details .product-small .slick-list
{
    margin: 0;
}
.hs-inner-product-details .product-details .product-small .slick-slide
{
    padding: 3px 0;
}
@media (max-width: 767px)
{
    .hs-inner-product-details .product-details .product-small .slick-slide
    {
        padding: 0 3px;
    }
}
.hs-inner-product-details .product-details .product-small .product-group
{
    overflow: hidden;

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

    border: 1px solid #f2f2f2;
    background-color: #fff;
}
.hs-inner-product-details .product-details .product-small .slick-current .product-group
{
    border: 1px solid #2d338b;
}
@media (min-width: 768px)
{
    .hs-inner-product-details .product-details .product-small .slick-arrow
    {
        position: relative;
        top: 0;

        margin: 0 auto;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .hs-inner-product-details .product-details .product-small .slick-arrow.swiper-button-prev
    {
        left: 0;
    }
    .hs-inner-product-details .product-details .product-small .slick-arrow.swiper-button-prev:before
    {
        -webkit-transform: rotate(90deg) scale(.6);
            -ms-transform: rotate(90deg) scale(.6);
                transform: rotate(90deg) scale(.6);

        border-color: transparent #2d338b transparent transparent;
    }
    .hs-inner-product-details .product-details .product-small .slick-arrow.swiper-button-next
    {
        top: auto;
        bottom: 0;
    }
    .hs-inner-product-details .product-details .product-small .slick-arrow.swiper-button-next:before
    {
        -webkit-transform: rotate(-90deg) scale(.6);
            -ms-transform: rotate(-90deg) scale(.6);
                transform: rotate(-90deg) scale(.6);

        border-color: transparent #2d338b transparent transparent;
    }
}
@media (max-width: 767px)
{
    .hs-inner-product-details .product-details .product-small .slick-arrow
    {
        top: 50%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .hs-inner-product-details .product-details .product-small .slick-arrow.swiper-button-prev
    {
        left: -30px;
    }
    .hs-inner-product-details .product-details .product-small .slick-arrow.swiper-button-prev:before
    {
        -webkit-transform: scale(.6);
            -ms-transform: scale(.6);
                transform: scale(.6);

        border-color: transparent #2d338b transparent transparent;
    }
    .hs-inner-product-details .product-details .product-small .slick-arrow.swiper-button-next
    {
        right: -30px;
    }
    .hs-inner-product-details .product-details .product-small .slick-arrow.swiper-button-next:before
    {
        -webkit-transform: rotate(180deg) scale(.6);
            -ms-transform: rotate(180deg) scale(.6);
                transform: rotate(180deg) scale(.6);

        border-color: transparent #2d338b transparent transparent;
    }
}
.hs-inner-product-details .product-details .details-content
{
    width: 45%;
    padding-top: 30px;
    padding-left: 5%;
}
@media (max-width: 1400px)
{
    .hs-inner-product-details .product-details .details-content
    {
        padding-top: 0;
    }
}
@media (max-width: 991px)
{
    .hs-inner-product-details .product-details .details-content
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.hs-inner-product-details .product-details .details-content .title-details
{
    padding-left: 12px;

    border-left: 9px solid #2d338b;
}
.hs-inner-product-details .product-details .details-content .title-details h2
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 767px)
{
    .hs-inner-product-details .product-details .details-content .title-details h2
    {
        font-size: 20px;
    }
}
.hs-inner-product-details .product-details .details-content .title-details .model
{
    line-height: 1.71428571;

    color: #2d338b;
}
.hs-inner-product-details .product-details .details-content .public-note
{
    overflow-y: auto;

    max-height: 100px;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .hs-inner-product-details .product-details .details-content .public-note
    {
        min-height: auto;
    }
}
@media (max-width: 767px)
{
    .hs-inner-product-details .product-details .details-content .public-note
    {
        margin-top: 10px;
    }
}
.hs-inner-product-details .product-details .details-content .desc
{
    margin-top: 30px;
}
.hs-inner-product-details .product-details .details-content .link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hs-inner-product-details .product-details .details-content .link a
{
    font-size: 14px;
    line-height: 22px;

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

    margin-top: 10px;
    padding: 10px 20px;

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

    color: #fff;
    background: #de3e0a;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.hs-inner-product-details .product-details .details-content .link a span
{
    padding: 0 12px;
}
@media (max-width: 1350px)
{
    .hs-inner-product-details .product-details .details-content .link a span
    {
        padding: 0 6px;
    }
}
.hs-inner-product-details .product-details .details-content .link a.active
{
    background-color: #de3e0a;
}
.hs-inner-product-details .product-details .details-content .link .inquiry
{
    margin-right: 20px;
}
@media (max-width: 767px)
{
    .hs-inner-product-details .product-details .details-content .link .inquiry
    {
        margin-right: 10px;
    }
}
.hs-inner-product-details .product-details .details-content .share
{
    margin-top: 20px;
}
.hs-inner-product-details .parameter
{
    margin-top: 50px;
}
.hs-inner-product-details .parameter .parameter-menu
{
    padding: 0 20px;

    color: #fff;
    background-color: #2d338b;
}
@media (max-width: 991px)
{
    .hs-inner-product-details .parameter .parameter-menu
    {
        padding: 0;
    }
}
.hs-inner-product-details .parameter .parameter-menu ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
@media (max-width: 767px)
{
    .hs-inner-product-details .parameter .parameter-menu ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.hs-inner-product-details .parameter .parameter-menu ul li
{
    width: 25%;
}
@media (max-width: 767px)
{
    .hs-inner-product-details .parameter .parameter-menu ul li
    {
        width: 50%;
    }
}
.hs-inner-product-details .parameter .parameter-menu ul li a
{
    font-size: 18px;
    line-height: 20px;

    position: relative;

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

    height: 100%;
    padding: 15px 10px;

    color: rgba(255, 255, 255, .7);

    -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;
}
@media (max-width: 767px)
{
    .hs-inner-product-details .parameter .parameter-menu ul li a
    {
        font-size: 16px;
    }
}
.hs-inner-product-details .parameter .parameter-menu ul li a:before
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    height: 0;

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

    background-color: #de3e0a;
}
.hs-inner-product-details .parameter .parameter-menu ul li a .flaticon,
.hs-inner-product-details .parameter .parameter-menu ul li a span
{
    position: relative;
    z-index: 6;
}
.hs-inner-product-details .parameter .parameter-menu ul li a .flaticon
{
    font-size: 0;
}
.hs-inner-product-details .parameter .parameter-menu ul li.active a
{
    font-weight: bold;

    color: #fff;
}
.hs-inner-product-details .parameter .parameter-menu ul li.active a:before
{
    height: -webkit-calc(100% + 8px);
    height:         calc(100% + 8px);
}
@media (max-width: 767px)
{
    .hs-inner-product-details .parameter .parameter-menu ul li.active a:before
    {
        height: 100%;
    }
}
.hs-inner-product-details .parameter .parameter-menu ul li.active a .flaticon
{
    font-size: 30px;

    margin-right: 10px;
}
.hs-inner-product-details .parameter .parameter-contentbox
{
    position: relative;

    margin-top: 60px;
}
.hs-inner-product-details .parameter .parameter-contentbox img
{
    max-width: 100%!important;
    height: auto;
}
@media (max-width: 1199px)
{
    .hs-inner-product-details .parameter .parameter-contentbox
    {
        margin-top: 30px;
    }
}
.hs-inner-product-details .parameter .parameter-content
{
    position: absolute;

    width: 100%;

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

    opacity: 0;
}
.hs-inner-product-details .parameter .parameter-content.current
{
    position: relative;

    opacity: 1;
}
.hs-inner-product-details .slick-product-scroll1 .scroll-group img
{
    width: 100%;
}
.public-product-why
{
    background: none;
}
.public-product-why .why
{
    position: relative;

    margin-top: 0;
}
.public-product-why .why .why-group .desc
{
    padding: 30px;

    text-align: left;

    background-color: #f7f7f7;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.public-product-why .why .why-group .title-why:after
{
    margin-left: 0;
}
.public-product-why .why .why-group .public-note
{
    height: auto;
    max-height: auto;
    margin-top: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 100;
}
.public-product-why .why .swiper-button-next,
.public-product-why .why .swiper-button-prev
{
    left: -30px;

    width: 30px;
    height: 30px;

    border-radius: 50%;
    background-color: #2d338b;
}
.public-product-why .why .swiper-button-next:before,
.public-product-why .why .swiper-button-prev:before
{
    -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
            transform: scale(.3);
}
.public-product-why .why .swiper-button-next
{
    right: -30px;
    left: auto;
}
.public-product-why .why .swiper-button-next:before
{
    -webkit-transform: scale(.3) rotate(180deg);
        -ms-transform: scale(.3) rotate(180deg);
            transform: scale(.3) rotate(180deg);
}
.public-product-related .product-related
{
    margin-top: 30px;
}
.public-product-related .product-related .slick-slide
{
    padding-bottom: 20px;
}
.hs-inner-news .news > ul
{
    margin: 0 -30px;
    margin-top: -60px;
}
@media (max-width: 1560px)
{
    .hs-inner-news .news > ul
    {
        margin: 0 -15px;
        margin-top: -30px;
    }
}
.hs-inner-news .news > ul > li
{
    margin-top: 60px;
    padding: 0 30px;
}
@media (max-width: 1560px)
{
    .hs-inner-news .news > ul > li
    {
        margin-top: 30px;
        padding: 0 15px;
    }
}
.hs-inner-news .news .public-news-group
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row-reverse;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
}
@media (max-width: 1199px)
{
    .hs-inner-news .news .public-news-group
    {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
}
.hs-inner-news .news .public-news-group .img
{
    width: 320px;
    margin: 0;
}
@media (max-width: 1400px)
{
    .hs-inner-news .news .public-news-group .img
    {
        width: 280px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-news .news .public-news-group .img
    {
        width: 100%;
    }
}
.hs-inner-news .news .public-news-group .desc
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: -webkit-calc(100% - 320px);
    width:         calc(100% - 320px);
    padding-right: 10%;

    -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: 1400px)
{
    .hs-inner-news .news .public-news-group .desc
    {
        width: -webkit-calc(100% - 280px);
        width:         calc(100% - 280px);
        padding-right: 5%;
    }
}
@media (max-width: 767px)
{
    .hs-inner-news .news .public-news-group .desc
    {
        width: 100%;
        margin-top: 20px;
        padding-right: 0;
    }
}
.hs-inner-news .news .public-news-group .title-news
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hs-inner-news .news .public-news-group .public-note
{
    margin-top: 10px;
}
.hs-inner-news .news .public-news-group .news-more
{
    margin-top: 20px;

    color: #2d338b;
}
@media (min-width: 1200px)
{
    .hs-inner-news .news .public-news-group:hover .news-more
    {
        color: #fff;
    }
}
.hs-inner-faqs .faqs
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .hs-inner-faqs .faqs
    {
        margin-top: 20px;
    }
}
.hs-inner-faqs .faqs > ul > li
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .hs-inner-faqs .faqs > ul > li
    {
        margin-top: 20px;
    }
}
.hs-inner-faqs .faqs-group
{
    cursor: pointer;
}
.hs-inner-faqs .faqs-group .title-faqs
{
    position: relative;

    padding-left: 64px;
}
@media (max-width: 991px)
{
    .hs-inner-faqs .faqs-group .title-faqs
    {
        padding-left: 44px;
    }
}
.hs-inner-faqs .faqs-group .title-faqs:before
{
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;

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

    display: block;

    width: 60px;
    height: 60px;

    content: 'Q';
    text-align: center;

    color: #fff;
    background: #2d338b;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 991px)
{
    .hs-inner-faqs .faqs-group .title-faqs:before
    {
        font-size: 20px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.hs-inner-faqs .faqs-group .title-faqs .tit
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

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

    padding: 15px 30px;

    background-color: rgba(0, 0, 0, .05);

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 991px)
{
    .hs-inner-faqs .faqs-group .title-faqs .tit
    {
        font-size: 18px;
        line-height: 24px;

        padding: 15px;
    }
}
.hs-inner-faqs .faqs-group .title-faqs .tit:after
{
    content: '+';

    color: #2d338b;
}
.hs-inner-faqs .faqs-group .faqs-ques
{
    position: relative;

    display: none;

    margin-top: 6px;
    padding-left: 64px;
}
@media (max-width: 991px)
{
    .hs-inner-faqs .faqs-group .faqs-ques
    {
        padding-left: 44px;
    }
}
.hs-inner-faqs .faqs-group .faqs-ques:before
{
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;

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

    display: block;

    width: 60px;
    height: 60px;

    content: 'A';
    text-align: center;

    color: #fff;
    background: #de3e0a;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 991px)
{
    .hs-inner-faqs .faqs-group .faqs-ques:before
    {
        font-size: 20px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.hs-inner-faqs .faqs-group .faqs-ques .public-note
{
    padding: 15px 30px;

    background-color: rgba(0, 0, 0, .05);
}
@media (max-width: 991px)
{
    .hs-inner-faqs .faqs-group .faqs-ques .public-note
    {
        padding: 15px;
    }
}
.hs-inner-faqs .current .title-faqs .tit:after
{
    content: '-';
}
.hs-inner-news-show .title-news-show
{
    margin: 10px 0;
}
.hs-inner-news-show .title-news-show h2
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
.hs-inner-news-show .share
{
    margin-left: 20px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.hs-inner-news-show .news-show .public-note
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .hs-inner-news-show .news-show .public-note
    {
        margin-top: 30px;
    }
}
.hs-inner-news-show .news-show .public-note img
{
    max-width: 100%;
    height: auto !important;
}
.hs-inner-news-show .news-show-top
{
    text-align: center;
}
.hs-inner-news-show .date-share
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    background: #f8f8f8;

    -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)
{
    .hs-inner-news-show .date-share
    {
        padding: 10px;
    }
}
.hs-inner-news-show .text
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .hs-inner-news-show .text
    {
        margin-top: 30px;
    }
}
.hs-inner-news-show .link
{
    margin-top: 30px;
}
.hs-inner-news-show .news-button
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    max-width: 1300px;
    margin: 0 auto;
    margin-top: 30px;

    -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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hs-inner-news-show .news-button .return
{
    min-width: 120px;
}
.hs-inner-news-show .news-button a
{
    line-height: 20px;

    display: block;

    min-width: 140px;
    margin: 10px 0;
    padding: 10px;

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

    color: #fff;
    background-color: #2d338b;
}
.hs-inner-news-show .news-button a:hover
{
    color: #fff;
    background-color: #de3e0a;
}
.hs-inner-news-show .news-button .prev
{
    margin-right: 20px;

    color: #000;
    background: #e8e8e8;
}
.public-related-news
{
    padding-top: 80px;
}
@media (max-width: 1560px)
{
    .public-related-news
    {
        padding-top: 60px;
    }
}
@media (max-width: 991px)
{
    .public-related-news
    {
        padding-top: 40px;
    }
}
.public-related-news .news-list
{
    margin-top: 30px;
}
.public-related-news .swiper-slide
{
    padding-bottom: 30px;
}
@media (max-width: 1199px)
{
    .public-related-news .swiper-slide
    {
        padding-bottom: 0;
    }
}
.hs-inner-public-details .title-home
{
    text-align: center;
}
.hs-inner-public-details .title-home h2
{
    font-size: 36px;

    text-transform: capitalize;
}
.hs-inner-public-details .public-details
{
    position: relative;

    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .hs-inner-public-details .public-details
    {
        margin-top: 30px;
    }
}
.hs-inner-public-details .public-details .public-note
{
    max-width: 800px;
    margin: 0 auto;
}
.hs-inner-public-details .public-details .public-note img
{
    max-width: 100%;
}
.hs-inner-public-details .public-details .swiper-button-prev
{
    left: 0;
}
.hs-inner-public-details .public-details .swiper-button-next
{
    right: 0;
}
.hs-inner-public-details .public-details .swiper-button-prev,
.hs-inner-public-details .public-details .swiper-button-next
{
    color: #333;
    border-radius: 50%;
}
.hs-inner-public-details .public-details .swiper-button-prev .flaticon,
.hs-inner-public-details .public-details .swiper-button-next .flaticon
{
    font-size: 20px;
}
@media (min-width: 1200px)
{
    .hs-inner-public-details .public-details .swiper-button-prev,
    .hs-inner-public-details .public-details .swiper-button-next
    {
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.hs-inner-public-details .public-details .swiper-button-prev:hover,
.hs-inner-public-details .public-details .swiper-button-next:hover
{
    color: #fff;
    background-color: #2d338b;
}
.hs-inner-public-details .return
{
    margin-top: 80px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .hs-inner-public-details .return
    {
        margin-top: 50px;
    }
}
.hs-inner-public-details .return a
{
    font-size: 16px;
    line-height: 36px;

    display: inline-block;

    padding: 0 50px;

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

    color: #777;
    border-radius: 24px;
}
.hs-inner-public-details .return a .flaticon
{
    font-size: 24px;
}
.hs-inner-public-details .return a:hover
{
    color: #fff;
    border-color: #2d338b;
    background-color: #2d338b;
}
.hs-inner-contact
{
    background: rgba(0, 0, 0, .04);
}
.hs-inner-contact .hs-google-map
{
    width: 50%;
}
@media (max-width: 991px)
{
    .hs-inner-contact .hs-google-map
    {
        width: 100%;
    }
}
.hs-inner-contact .hs-google-map #map
{
    height: 100%;
}
@media (max-width: 991px)
{
    .hs-inner-contact .hs-google-map #map
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-contact .hs-google-map #map
    {
        height: 300px;
    }
}
.hs-inner-contact .contact-text
{
    width: 50%;
    padding: 60px 6%;

    color: #fff;
    background-color: #2d338b;
}
@media (max-width: 1560px)
{
    .hs-inner-contact .contact-text
    {
        padding: 40px 5%;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-contact .contact-text
    {
        padding: 30px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-contact .contact-text
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .hs-inner-contact .contact-text
    {
        padding: 30px 15px;
    }
}
.hs-inner-contact .contact-text .title-contact
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 991px)
{
    .hs-inner-contact .contact-text .title-contact
    {
        font-size: 20px;
    }
}
.hs-inner-contact .contact-text .contact-group
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .hs-inner-contact .contact-text .contact-group
    {
        margin-top: 20px;
    }
}
.hs-inner-contact .contact-text .contact-group .icon
{
    font-size: 40px;
    line-height: 1;

    text-align: center;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.hs-inner-contact .contact-text .contact-group .icon .flaticon
{
    display: inline-block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.hs-inner-contact .contact-text .contact-group .txt
{
    margin-left: 16px;
}
@media (max-width: 767px)
{
    .hs-inner-contact .contact-text .contact-group .txt
    {
        margin-left: 10px;
    }
}
.hs-inner-contact .contact-text .contact-group .txt span
{
    line-height: 24px;

    display: block;
}
.hs-inner-contact .contact-text .contact-group .txt p
{
    font-size: 18px;
    line-height: 1.33333333;
}
@media (max-width: 767px)
{
    .hs-inner-contact .contact-text .contact-group .txt p
    {
        font-size: 16px;
    }
}
.hs-inner-contact .contact-text .contact-group .txt p a
{
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 991px)
{
    .hs-inner-contact .contact-text .contact-group .txt p a
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-contact .contact-text .contact-group .txt p a
    {
        font-size: 18px;
    }
}
.hs-inner-contact .contact-text .contact-group .txt p a:hover
{
    text-decoration: underline;
}
@media (min-width: 1200px)
{
    .hs-inner-contact .contact-text .contact-group:hover .icon .flaticon
    {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
}
.hs-inner-applications .applications
{
    margin-top: -50px;
}
@media (max-width: 1199px)
{
    .hs-inner-applications .applications
    {
        margin-top: -30px;
    }
}
.hs-inner-applications .applications .application-groupbox
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row-reverse;

    margin-top: 50px;

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

    background: #2d338b;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
}
@media (max-width: 1199px)
{
    .hs-inner-applications .applications .application-groupbox
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-applications .applications .application-groupbox
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.hs-inner-applications .applications .application-groupbox:nth-child(2n)
{
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
}
.hs-inner-applications .applications .application-groupbox .img
{
    width: -webkit-calc(100% - 400px);
    width:         calc(100% - 400px);
}
@media (max-width: 1470px)
{
    .hs-inner-applications .applications .application-groupbox .img
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
    }
}
@media (max-width: 767px)
{
    .hs-inner-applications .applications .application-groupbox .img
    {
        width: 100%;
    }
}
.hs-inner-applications .applications .application-groupbox .img img
{
    width: 100%;
}
.hs-inner-applications .applications .application-groupbox .desc
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 400px;
    padding: 40px;

    color: #fff;

    -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;
}
@media (max-width: 1470px)
{
    .hs-inner-applications .applications .application-groupbox .desc
    {
        width: 300px;
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-applications .applications .application-groupbox .desc
    {
        width: 100%;
    }
}
.hs-inner-applications .applications .application-groupbox .desc .logo img
{
    height: 28px;
}
@media (max-width: 991px)
{
    .hs-inner-applications .applications .application-groupbox .desc .logo img
    {
        height: 20px;
    }
}
.hs-inner-applications .applications .application-groupbox .desc .note
{
    margin-top: 60px;
}
@media (max-width: 1470px)
{
    .hs-inner-applications .applications .application-groupbox .desc .note
    {
        margin-top: 30px;
    }
}
@media (max-width: 1400px)
{
    .hs-inner-applications .applications .application-groupbox .desc .note
    {
        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-applications .applications .application-groupbox .desc .note
    {
        margin-top: 10px;
    }
}
.hs-inner-applications .applications .application-groupbox .desc .title-application
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.27272727;

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

    max-width: 250px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1400px)
{
    .hs-inner-applications .applications .application-groupbox .desc .title-application
    {
        font-size: 20px;
    }
}
.hs-inner-applications .applications .application-groupbox .desc .title-application .flaticon
{
    font-size: 60px;

    margin-right: 20px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1400px)
{
    .hs-inner-applications .applications .application-groupbox .desc .title-application .flaticon
    {
        font-size: 50px;

        margin-right: 10px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-applications .applications .application-groupbox .desc .title-application .flaticon
    {
        font-size: 40px;
    }
}
.hs-inner-applications .applications .application-groupbox .desc .public-note
{
    margin-top: 20px;
}
@media (max-width: 1470px)
{
    .hs-inner-applications .applications .application-groupbox .desc .public-note
    {
        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-applications .applications .application-groupbox .desc .public-note p
    {
        line-height: 20px;
    }
}
@media (min-width: 1200px)
{
    .hs-inner-applications .applications .application-groupbox:hover
    {
        color: #fff;
        background: #de3e0a;
    }
    .hs-inner-applications .applications .application-groupbox:hover .desc .public-note p
    {
        color: rgba(255, 255, 255, .8);
    }
}
.hs-inner-solutions .solutions-group
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row-reverse;

    margin: 20px 0;
    padding: 40px;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
}
@media (max-width: 1560px)
{
    .hs-inner-solutions .solutions-group
    {
        padding: 30px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-solutions .solutions-group
    {
        padding: 0;
    }
}
@media (max-width: 991px)
{
    .hs-inner-solutions .solutions-group
    {
        display: block;
    }
}
.hs-inner-solutions .solutions-group .img
{
    width: 460px;

    text-align: center;
}
@media (max-width: 1400px)
{
    .hs-inner-solutions .solutions-group .img
    {
        width: 360px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-solutions .solutions-group .img
    {
        width: 50%;
        margin: 0 auto;
    }
}
@media (max-width: 767px)
{
    .hs-inner-solutions .solutions-group .img
    {
        width: 100%;
    }
}
.hs-inner-solutions .solutions-group .img img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.hs-inner-solutions .solutions-group .desc
{
    width: -webkit-calc(100% - 460px);
    width:         calc(100% - 460px);
    padding-right: 5%;
}
@media (max-width: 1400px)
{
    .hs-inner-solutions .solutions-group .desc
    {
        width: -webkit-calc(100% - 360px);
        width:         calc(100% - 360px);
    }
}
@media (max-width: 991px)
{
    .hs-inner-solutions .solutions-group .desc
    {
        width: 100%;
        padding-right: 0;
    }
}
@media (max-width: 767px)
{
    .hs-inner-solutions .solutions-group .desc
    {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-solutions .solutions-group .title-solutions
{
    line-height: 1;

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

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
.hs-inner-solutions .solutions-group .title-solutions .num
{
    font-size: 50px;
    font-weight: bold;
    line-height: 1;

    margin-right: 20px;

    color: rgba(0, 0, 0, .06);

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1199px)
{
    .hs-inner-solutions .solutions-group .title-solutions .num
    {
        font-size: 40px;

        margin-right: 10px;
    }
}
.hs-inner-solutions .solutions-group .title-solutions h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.15384615;

    margin: 0;
}
@media (max-width: 1199px)
{
    .hs-inner-solutions .solutions-group .title-solutions h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-solutions .solutions-group .title-solutions h3
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-solutions .solutions-group .title-solutions h3
    {
        font-size: 20px;
    }
}
.hs-inner-solutions .solutions-group .note
{
    margin-top: 20px;
}
.hs-inner-solutions .solutions-group .img .ibox
{
    padding-bottom: 46.73913043%;
}
.hs-inner-solutions .solutions-group .title-mask
{
    font-size: 20px;
    line-height: 1.5;
}
.hs-inner-solutions .solutions-group .more
{
    font-size: 16px;

    color: #2d338b;
}
@media (min-width: 1200px)
{
    .hs-inner-solutions .solutions-group:hover
    {
        box-shadow: 0 0 27px 2px rgba(0, 0, 0, .07);
    }
    .hs-inner-solutions .solutions-group:hover .ibox img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
#solutions1,
#solutions2,
#solutions3,
#solutions4
{
    position: relative;
    top: -80px;
}
.hs-footer
{
    font-family: 'D-DIN-PRO';
    font-weight: normal;

    position: relative;

    overflow: hidden;

    background: #f1f1f1;
    background-size: cover;
}
.hs-footer .foot
{
    padding: 80px 0 40px;
}
@media (max-width: 1560px)
{
    .hs-footer .foot
    {
        padding: 60px 0 40px;
    }
}
@media (max-width: 1199px)
{
    .hs-footer .foot
    {
        padding: 30px 0;
    }
}
@media (max-width: 991px)
{
    .hs-footer .foot
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.hs-footer .foot-logo
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    max-width: 360px;

    -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)
{
    .hs-footer .foot-logo
    {
        max-width: 100%;
    }
}
.hs-footer .foot-logo .public-note
{
    margin-top: 30px;
}
.hs-footer .logo
{
    display: block;

    height: 48px;
}
.hs-footer .logo img
{
    height: 100%;
}
.hs-footer .title-foot
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
.hs-footer a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#2d338b), to(#2d338b));
    background-image: -webkit-linear-gradient(left, #2d338b 0%, #2d338b 100%);
    background-image:         linear-gradient(to right, #2d338b 0%, #2d338b 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.hs-footer a:hover
{
    color: #2d338b;
}
.hs-footer a:hover span
{
    background-size: 100% 1px;
}
@media (max-width: 991px)
{
    .hs-footer .foot-nav
    {
        margin-top: 20px;
    }
}
.hs-footer .foot-nav .foot-info
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .hs-footer .foot-nav .foot-info
    {
        margin-top: 10px;
    }
}
.hs-footer .foot-nav .foot-info ul
{
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    gap: 14px 50px;
}
@media (max-width: 1560px)
{
    .hs-footer .foot-nav .foot-info ul
    {
        gap: 14px 30px;
    }
}
@media (max-width: 767px)
{
    .hs-footer .foot-nav .foot-info ul
    {
        gap: 10px;
    }
}
.hs-footer .foot-nav .foot-info ul li a
{
    line-height: 24px;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.hs-footer .foot-txt
{
    max-width: 340px;
}
@media (max-width: 1400px)
{
    .hs-footer .foot-txt
    {
        max-width: 300px;
    }
}
@media (max-width: 991px)
{
    .hs-footer .foot-txt
    {
        max-width: 100%;
        margin-top: 20px;
    }
}
.hs-footer .foot-txt .foot-info
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .hs-footer .foot-txt .foot-info
    {
        margin-top: 10px;
    }
}
.hs-footer .foot-txt .txt-group
{
    font-size: 18px;
    line-height: 1.44444444;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
@media (max-width: 767px)
{
    .hs-footer .foot-txt .txt-group
    {
        font-size: 16px;
    }
}
.hs-footer .foot-txt .txt-group .icon
{
    font-size: 20px;

    margin-right: 10px;

    color: #2d338b;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.hs-footer .copyright
{
    font-size: 16px;
    line-height: 30px;

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

    padding: 20px 0;

    border-top: 1px solid rgba(0, 0, 0, .4);

    -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: 1199px)
{
    .hs-footer .copyright
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.hs-footer .copyright p
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .hs-footer .copyright .link
    {
        width: 100%;
    }
}
.hs-footer .copyright .policy
{
    margin-left: 20px;
}
@media (max-width: 767px)
{
    .hs-footer .copyright .policy
    {
        display: block;

        margin: 0;
    }
}
.hs-footer .copyright .design
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .hs-footer .copyright .design
    {
        float: none;
    }
}
.hs-footer .copyright a:hover
{
    text-decoration: underline;

    color: #fff;
}
.hc-mobile-nav.nav-levels-overlap ul ul .iconimg
{
    display: none;
}
.hc-mobile-nav.nav-levels-overlap ul ul b
{
    font-weight: normal;
}
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.hideh1
{
    font-size: 0;
}
.hideh1 h1
{
    font-size: 0;

    margin: 0;
}
.flaticon:before
{
    line-height: inherit !important;

    display: block;
}
.hs-inner-policy .policy
{
    margin-top: 30px;
}
.hs-inner-product-details .product-details .details-imgbox
{
    position: relative;
}
.zoom-preview
{
    position: absolute !important;
    z-index: 7;
    top: 0;
    left: 100%;

    width: 500px;
    height: 500px;
}
@media (max-width: 1199px)
{
    .zoom-preview
    {
        display: none;
    }
}
.follow-overlay
{
    position: absolute;

    display: none;

    width: 100px;
    height: 100px;

    pointer-events: none;

    background: url('../images/mask.png') repeat center;
}
.public-no-results
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .public-no-results
    {
        margin-top: 30px;
    }
}
.public-no-results img img
{
    width: 100%;
}
.public-no-results .desc
{
    padding-left: 5%;
}
@media (max-width: 767px)
{
    .public-no-results .desc
    {
        margin-top: 30px;
        padding-left: 15px;
    }
}
.public-no-results .desc .title-home h2
{
    color: #2d338b;
}
.public-no-results .desc .public-note
{
    margin-top: 20px;
}
.public-no-results .desc .public-note p
{
    font-size: 18px;

    color: #666;
}
.page_info
{
    clear: both;

    margin: 10px auto;
    padding: 50px;

    text-align: center;

    color: #999;
}
.page_info span
{
    font-weight: bold;

    padding: 0 2px;
}
.page_list
{
    font-size: 14px;
    line-height: 40px;

    clear: both;

    width: 40px;
    width: 100%;
    height: 40px;
    margin: 50px auto;
    padding: 30px;

    text-align: center;
    letter-spacing: 0;
}
.page_list a,
.page_list span
{
    line-height: 38px;

    display: inline-block;

    width: 40px;
    height: 40px;
    margin: 0 1px;

    text-align: center;

    color: #ccc;
    border: 1px solid #111;
    border-radius: 50%;
    background: #000;
}
.page_list a:hover
{
    color: #fff;
    border: 1px solid #2d338b;
    background: #2d338b;
}
.page_list .on
{
    color: #fff;
    border: 1px solid #2d338b;
    background: #2d338b;
}
.page_list a.on
{
    color: #fff;
    border: 1px solid #2d338b;
    background: #2d338b;
}
