.ff {
    font-family: 'iconfont' !important;
}
@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;
}
@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    font-style: normal;

    src: local('Roboto Black'), local('Roboto-Black'), url('../flaticon/Roboto-Black.woff2') format('woff2'), url('../flaticon/Roboto-Black.woff') format('woff'), url('../flaticon/Roboto-Black.ttf') format('truetype');
    font-display: swap;
}
@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;
}
@font-face {
    font-family: 'Black Ops One';
    font-weight: normal;
    font-style: normal;

    src: local('Black Ops One Regular'), local('BlackOpsOne-Regular'), url('../flaticon/BlackOpsOne-Regular.woff2') format('woff2'), url('../flaticon/BlackOpsOne-Regular.woff') format('woff'), url('../flaticon/BlackOpsOne-Regular.ttf') format('truetype');
    font-display: swap;
}
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;
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}
@-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: 1240px;
    }
}
@media (min-width: 1560px) {
    .container {
        max-width: 1440px;
    }
}
@media (min-width: 1660px) {
    .container {
        max-width: 1630px;
    }
}
.con1400 {
    max-width: 1440px;
}
.con1300 {
    max-width: 1330px;
}
@media (min-width: 1350px) {
    .con1200 {
        max-width: 1230px;
    }
}
@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%;
}
.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 {
    line-height: 50px;

    position: relative;
    z-index: 8;
    top: 0;
    left: 0;

    display: inline-block;

    width: 50px;
    height: 50px;
    margin: 0;

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

    color: rgba(185, 0, 0, .5);
    background: #f5f5f5;
}
@media (max-width: 1199px) {
    .swiper-button-next,
    .swiper-button-prev {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.swiper-button-next .flaticon,
.swiper-button-prev .flaticon {
    font-size: 30px;

    display: block;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 767px) {
    .swiper-button-next .flaticon,
    .swiper-button-prev .flaticon {
        font-size: 18px;
    }
}
.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-next {
    right: 0;

    margin-left: 30px;
}
.swiper-button-next.swiper-button-next .flaticon,
.swiper-button-prev.swiper-button-next .flaticon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #fff;
    background-color: #b90000;
}
.button-white .swiper-button-prev,
.button-white .swiper-button-next {
    color: #222;
    background-color: #fff;
}
.button-white .swiper-button-prev:hover,
.button-white .swiper-button-next:hover {
    color: #fff;
    background-color: #b90000;
}
.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%);

    border: none;
}
.swiper-poa .swiper-button-prev:after,
.swiper-poa .swiper-button-next:after {
    display: none;
}
.swiper-poa .swiper-button-prev {
    left: -5%;
}
.swiper-poa .swiper-button-next {
    right: -5%;
    left: auto;

    margin-left: 0;
}
.hs-header-box {
    position: fixed;
    z-index: 10;
    top: 0;

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

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

    color: #fff;

    -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: 1660px) {
    .hs-header-box {
        padding: 0 3%;
    }
}
@media (max-width: 1400px) {
    .hs-header-box {
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    .hs-header-box {
        height: 60px;
    }
}
.hs-header-box .logo img {
    display: block;

    width: auto;
    height: 80px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .hs-header-box .logo img {
        height: 60px;
    }
}
.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 {
    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 li {
    position: relative;
    z-index: 6;

    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 li .flaticon {
    font-size: 20px;
    line-height: 1.7;

    padding: 0 20px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1560px) {
    .hs-header-box .top-txt ul li .flaticon {
        font-size: 18px;

        padding: 0 10px;
    }
}
.hs-header-box .top-txt ul li p {
    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: #b90000;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .hs-header-box .top-txt ul li p {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.hs-header-box .top-txt ul 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 #fff transparent;
}
.hs-header-box .top-txt ul li:hover .flaticon {
    opacity: .8;
}
.hs-header-box .top-txt ul li:hover p {
    display: block;
}
.hs-header-box .language {
    position: relative;
    z-index: 6;
}
.hs-header-box .language .flaticon {
    font-size: 20px;
    line-height: 1.7;

    display: block;

    padding: 0 20px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1199px) {
    .hs-header-box .language .flaticon {
        font-size: 18px;

        padding: 0 10px;
    }
}
.hs-header-box .language ul {
    line-height: 24px;

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

    display: none;

    padding: 10px;

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

    color: #b90000;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .hs-header-box .language ul {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.hs-header-box .language ul: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 #fff transparent;
}
.hs-header-box .language ul li {
    display: block;

    white-space: nowrap;
}
.hs-header-box .pc-search .search-button {
    line-height: 40px;

    padding: 0 10px;

    cursor: pointer;
}
.hs-header-box .pc-search .search-button .flaticon {
    font-size: 20px;
}
.hs-header-box .pc-search .search-button:hover {
    opacity: .8;
}
.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: #b90000;
}
@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-size: 24px;
    font-weight: bold;
    line-height: 60px;

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

    cursor: pointer;

    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 .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 10px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@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;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.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:nth-child(1) {
    display: none;
}
.hs-header-box .header-nav>ul>li>a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.42857143;

    position: relative;

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

    height: 70px;
    padding: 0 14px;

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

    -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: 1470px) {
    .hs-header-box .header-nav>ul>li>a {
        font-size: 18px;

        padding: 0 10px;
    }
}
@media (max-width: 1350px) {
    .hs-header-box .header-nav>ul>li>a {
        font-size: 16px;
    }
}
.hs-header-box .header-nav>ul>li>a:after {
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

    content: '';
    -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 #b90000 transparent;
}
.hs-header-box .header-nav>ul>li:hover>a:after {
    opacity: 1;
}
.hs-header-box .pc-nav-down {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;

    min-width: 100%;
    min-width: 270px;
    padding: 20px;

    color: #fff;
    background: url(../images/nav_bg.webp) no-repeat bottom right #000;
}
.hs-header-box .pc-nav-down>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 15px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.hs-header-box .pc-nav-down>li:hover>a,
.hs-header-box .pc-nav-down>li.active>a {
    font-weight: bold;

    color: #fff;
    background-color: #b90000;
}
.hs-header-box .pc-nav-down2 {
    margin-top: 20px;
}
.hs-header-box .pc-nav-down2>li {
    margin: 5px 0;
}
.hs-header-box .pc-nav-down2>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

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

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

    color: #b90000;
}
.hs-header-box .pc-nav-down-product {
    width: 100%;
    padding: 30px 14%;
}
@media (max-width: 1560px) {
    .hs-header-box .pc-nav-down-product {
        padding: 30px 8%;
    }
}
.hs-header-box .pc-nav-down-product>li {
    width: 100%;
    margin: 10px 0;

    border-bottom: none;
}
.hs-header-box .pc-nav-down-product>li>a {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    position: relative;
}
@media (max-width: 1400px) {
    .hs-header-box .pc-nav-down-product>li>a {
        font-size: 20px;
        line-height: 30px;
    }
}
.hs-header-box .pc-nav-down-product>li>a:after {
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 75%;
    height: 1px;

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

    background-color: #a6a6a6;
}
@media (max-width: 1760px) {
    .hs-header-box .pc-nav-down-product>li>a:after {
        width: 68%;
    }
}
@media (max-width: 1400px) {
    .hs-header-box .pc-nav-down-product>li>a:after {
        width: 64%;
    }
}
.hs-header-box .pc-nav-down-product>li>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -20px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-header-box .pc-nav-down-product>li>ul>li {
    width: 25%;
    padding: 0 20px;
}
.hs-header-box .pc-nav-down-product>li>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 0 10px 20px;
}
.hs-header-box .pc-nav-down-product>li>ul>li>a:before {
    position: absolute;
    top: 20px;
    left: 0;

    display: block;

    width: 10px;
    height: 10px;

    content: '';

    background-color: #b90000;
}
.hs-header-box .pc-nav-down-product>li>ul>li:hover>a {
    color: #b90000;
}
.hs-header-box .pc-nav-down-application {
    font-size: 0;

    width: 100%;
    padding: 30px 14%;
}
@media (max-width: 1560px) {
    .hs-header-box .pc-nav-down-application {
        padding: 30px 8%;
    }
}
.hs-header-box .pc-nav-down-application>li {
    display: inline-block;

    width: 25%;

    vertical-align: top;

    border: none;
}
.hs-header-box .pc-nav-down-application>li>a {
    font-size: 16px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hs-header-box .pc-nav-down-application>li>a .flaticon {
    font-size: 30px;

    margin-right: 10px;

    color: #b90000;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-header-box .product-nav {
    position: relative;

    padding-left: 60px;

    color: #fff;
    background-color: #b90000;
}
@media (max-width: 1350px) {
    .hs-header-box .product-nav {
        padding-left: 30px;
    }
}
@media (max-width: 1199px) {
    .hs-header-box .product-nav {
        display: none;
    }
}
.hs-header-box .product-nav:before {
    position: absolute;
    top: 0;
    left: -40px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 40px 40px 0;
    border-style: solid;
    border-color: transparent #b90000 transparent transparent;
}
.hs-header-box .product-nav:after {
    position: absolute;
    top: 0;
    left: 100%;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: #b90000;
}
.hs-header-box .product-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hs-header-box .product-nav>ul>li {
    position: relative;
}
.hs-header-box .product-nav>ul>li>a {
    font-size: 18px;
    line-height: 40px;

    display: block;

    padding: 0 20px;
}
@media (max-width: 1560px) {
    .hs-header-box .product-nav>ul>li>a {
        font-size: 16px;

        padding: 0 10px;
    }
}
.hs-header-box .toggle-navigation {
    position: relative;
    right: 0;

    display: none;

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

    border-radius: 50%;
    background-color: #b90000;
}
@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 .4s;
    transition: all .4s;

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

    height: 2px;
    margin: 4px 0;

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

    background: #fff;
}
.hs-header-box.stuck-header {
    color: #333;
    background: #fff;
    box-shadow: 0 11px 14px 0 rgba(0, 0, 0, .42);
}
.hs-header-box.stuck-header .header-nav>ul>li>a:after {
    border-color: transparent transparent #b90000 transparent;
}
.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 a {
    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;
}
.customer-service a p {
    font-size: 16px;
    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: #a10000;
    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: #a10000;
}
.customer-service a:hover p {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.customer-service .service-wechat p {
    background-color: #a10000;
}
.customer-service .service-top .flaticon:before {
    display: block;

    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.xs-customer-service {
    position: fixed;
    z-index: 9;
    bottom: 0;

    width: 100%;

    text-align: center;

    color: #fff;
    background-color: #b90000;
}
.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-box {
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden;

    width: 100%;
    /* Custom styles for the progressbar pagination */
}
.banner-box .banner {
    position: relative;
}
.banner-box .swiper-slide {
    overflow: hidden;
}
.banner-box .swiper-img img {
    width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .banner-box .swiper-img img {
        width: 140%;
        margin-left: -20%;
    }
}
.banner-box .swiper-text {
    font-family: 'Black Ops One';

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

    width: 100%;
    padding: 0 8%;

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

    color: #fff;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text {
        top: 45%;

        padding: 0 4%;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text {
        top: -webkit-calc(50% + 20px);
        top: calc(50% + 20px);

        padding: 0 15px;
    }
}
.banner-box .swiper-text .ban-more {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .banner-box .swiper-text .ban-more {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text .ban-more {
        margin-top: 10px;
    }
}
.banner-box .swiper-text .ban-more a {
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    padding: 0 28px;

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

    border: 2px solid #313437;
    border-radius: 15px;
}
@media (max-width: 1199px) {
    .banner-box .swiper-text .ban-more a {
        font-size: 14px;
        line-height: 40px;

        border-radius: 10px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text .ban-more a {
        font-size: 12px;
        line-height: 30px;

        padding: 0 16px;
    }
}
.banner-box .swiper-text .ban-more a:hover {
    color: #fff;
    background-color: #b90000;
}
.banner-box .swiper-text h2,
.banner-box .swiper-text h3 {
    overflow: hidden;
}
.banner-box .swiper-text h2 span,
.banner-box .swiper-text h3 span {
    display: block;

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

    opacity: 0;
}
.banner-box .swiper-text h2 {
    font-size: 36px;
    line-height: 1;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text h2 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text h2 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text h2 {
        font-size: 18px;
    }
}
.banner-box .swiper-text h3 {
    font-size: 98px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text h3 {
        font-size: 80px;
    }
}
@media (max-width: 1470px) {
    .banner-box .swiper-text h3 {
        font-size: 70px;
    }
}
@media (max-width: 1400px) {
    .banner-box .swiper-text h3 {
        font-size: 60px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text h3 {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text h3 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text h3 {
        font-size: 24px;
    }
}
.banner-box .swiper-text-2 h3,
.banner-box .swiper-text-3 h3 {
    font-size: 72px;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text-2 h3,
    .banner-box .swiper-text-3 h3 {
        font-size: 60px;
    }
}
@media (max-width: 1470px) {
    .banner-box .swiper-text-2 h3,
    .banner-box .swiper-text-3 h3 {
        font-size: 50px;
    }
}
@media (max-width: 1400px) {
    .banner-box .swiper-text-2 h3,
    .banner-box .swiper-text-3 h3 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-2 h3,
    .banner-box .swiper-text-3 h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text-2 h3,
    .banner-box .swiper-text-3 h3 {
        font-size: 20px;
    }
}
.banner-box .swiper-slide-active .swiper-text h2 span,
.banner-box .swiper-slide-active .swiper-text h3 span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}
.banner-box .button-banner {
    position: absolute;
    z-index: 8;
    bottom: 5%;
    left: 0;

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

    width: 100%;
    padding: 0 3%;

    -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;
}
.banner-box .swiper-button-prev,
.banner-box .swiper-button-next {
    left: 0;

    display: inline-block;

    vertical-align: middle;

    color: rgba(255, 255, 255, .6);
    background: none;
}
.banner-box .swiper-button-prev .flaticon,
.banner-box .swiper-button-next .flaticon {
    font-size: 30px;
}
@media (max-width: 767px) {
    .banner-box .swiper-button-prev .flaticon,
    .banner-box .swiper-button-next .flaticon {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-button-next {
        margin-left: 10px;
    }
}
.banner-box .swiper-pagination {
    position: relative;
    bottom: 0;
}
.banner-box .swiper-pagination-fraction {
    font-family: 'Black Ops One';
    font-size: 60px;

    left: auto;

    display: inline-block;

    width: auto;

    color: rgba(255, 255, 255, .6);
}
@media (max-width: 1560px) {
    .banner-box .swiper-pagination-fraction {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-pagination-fraction {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-pagination-fraction {
        font-size: 30px;
    }
}
.banner-box .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 48px;
}
@media (max-width: 1560px) {
    .banner-box .swiper-pagination-fraction .swiper-pagination-total {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-pagination-fraction .swiper-pagination-total {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-pagination-fraction .swiper-pagination-total {
        font-size: 24px;
    }
}
.banner-box .swiper-pagination-progressbar {
    position: relative;

    width: 80%;
    height: 1px;

    background-color: rgba(255, 255, 255, .2);
}
@media (max-width: 1199px) {
    .banner-box .swiper-pagination-progressbar {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-pagination-progressbar {
        width: 45%;
    }
}
.banner-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 1px;

    -webkit-transition: all 4s;
    transition: all 4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    background-color: #fff;
}
@-webkit-keyframes mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.banner-inner {
    position: relative;

    overflow: hidden;
}
.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 .group-text {
    position: absolute;
    z-index: 8;
    top: -webkit-calc(50% + 50px);
    top: calc(50% + 50px);
    left: 0;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 1199px) {
    .banner-inner .group-text {
        top: -webkit-calc(50% + 30px);
        top: calc(50% + 30px);
    }
}
.banner-inner .group-text .hs-inner-location {
    position: relative;
}
.banner-inner .group-text .hs-inner-location:before {
    position: absolute;
    top: 50%;
    right: -webkit-calc(100% + 8px);
    right: calc(100% + 8px);

    display: block;

    width: 1000px;
    height: 1px;

    content: '';

    background-color: #fff;
}
.banner-inner .group-text .title-home h2 {
    font-size: 72px;
}
@media (max-width: 1560px) {
    .banner-inner .group-text .title-home h2 {
        font-size: 62px;
    }
}
@media (max-width: 1199px) {
    .banner-inner .group-text .title-home h2 {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .banner-inner .group-text .title-home h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .banner-inner .group-text .title-home h2 {
        font-size: 30px;
    }
}
.banner-product {
    height: 90px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .banner-product {
        height: 60px;
    }
}
.hs-pad {
    overflow: hidden;

    padding: 120px 0;
}
@media (max-width: 1560px) {
    .hs-pad {
        padding: 100px 0;
    }
}
@media (max-width: 1199px) {
    .hs-pad {
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    .hs-pad {
        padding: 40px 0;
    }
}
.hs-more {
    margin-top: 30px;
}
.hs-more a,
.hs-more span {
    font-size: 16px;
    line-height: 54px;

    display: inline-block;

    padding: 0 40px;

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

    color: rgba(255, 255, 255, .7);
    color: #fff;
    background-color: #b90000;
}
.hs-more a:hover,
.hs-more span:hover {
    background-color: #a10000;
}
.title-home h2 {
    font-family: 'Black Ops One';
    font-size: 48px;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px) {
    .title-home h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .title-home h2 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .title-home h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-home h2 {
        font-size: 26px;
    }
}
.title-home p {
    font-size: 16px;
    line-height: 1.625;

    margin: 20px 0 0 0;
}
@media (max-width: 991px) {
    .title-home p {
        font-size: 14px;

        margin-top: 10px;
    }
}
.public-note p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px) {
    .public-note p {
        font-size: 15px;
        line-height: 24px;
    }
}
.public-note img {
    max-width: 100%;
    height: auto !important;
}
.public-note-big p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 1470px) {
    .public-note-big p {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .public-note-big p {
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .public-note-big p {
        font-size: 14px;
    }
}
@-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);
    }
}
.hs-home-category {
    background: url(../images/category_bg.webp) no-repeat right center;
}
.hs-home-category .category {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-home-category .category {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category {
        margin-top: 20px;
    }
}
.hs-home-category .category-menu {
    width: 420px;
}
@media (max-width: 1400px) {
    .hs-home-category .category-menu {
        width: 350px;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category-menu {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-menu {
        width: 100%;
    }
    .hs-home-category .category-menu>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -5px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hs-home-category .category-menu>ul>li {
        width: 50%;
        padding: 0 5px;
    }
}
.hs-home-category .category-menu .menu-group {
    position: relative;

    cursor: pointer;
}
.hs-home-category .category-menu .menu-group:before {
    position: absolute;
    z-index: 1;
    right: 0;

    display: block;

    width: 0;
    height: 100%;

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

    background-color: #b90000;
}
@media (max-width: 767px) {
    .hs-home-category .category-menu .menu-group:before {
        display: none;
    }
}
.hs-home-category .category-menu .menu-group .title-menu {
    font-family: 'Black Ops One';
    font-size: 22px;
    line-height: 1.36363636;

    position: relative;
    z-index: 6;

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

    padding: 20px 0;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1660px) {
    .hs-home-category .category-menu .menu-group .title-menu {
        font-size: 20px;

        padding: 10px 0;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category-menu .menu-group .title-menu {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-menu .menu-group .title-menu {
        font-size: 16px;
    }
}
.hs-home-category .category-menu .menu-group .title-menu .flaticon {
    font-size: 30px;

    margin-right: 30px;
}
@media (max-width: 767px) {
    .hs-home-category .category-menu .menu-group .title-menu .flaticon {
        margin-right: 10px;
    }
}
.hs-home-category .category-menu .active .menu-group:before {
    width: 300%;
}
.hs-home-category .category-menu .active .menu-group .title-menu {
    color: #fff;
}
@media (max-width: 767px) {
    .hs-home-category .category-menu .active .menu-group .title-menu {
        color: #b90000;
    }
}
.hs-home-category .category-list {
    width: -webkit-calc(100% - 420px);
    width: calc(100% - 420px);
    padding-left: 9%;
}
@media (max-width: 1400px) {
    .hs-home-category .category-list {
        width: -webkit-calc(100% - 350px);
        width: calc(100% - 350px);
        padding-left: 5%;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category-list {
        width: 60%;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-list {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.hs-home-category .category-list .category-content {
    font-size: 0;

    display: none;
}
.hs-home-category .category-list .category-content .desc,
.hs-home-category .category-list .category-content .img {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.hs-home-category .category-list .category-content .desc {
    width: 50%;
}
@media (max-width: 991px) {
    .hs-home-category .category-list .category-content .desc {
        width: 100%;
    }
}
.hs-home-category .category-list .category-content .desc .title-category {
    font-family: 'Black Ops One';
    font-size: 48px;
}
@media (max-width: 1199px) {
    .hs-home-category .category-list .category-content .desc .title-category {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .hs-home-category .category-list .category-content .desc .title-category {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-list .category-content .desc .title-category {
        font-size: 24px;
    }
}
.hs-home-category .category-list .category-content .desc .public-note {
    display: -webkit-box;
    overflow: hidden;

    height: 120px;
    margin-top: 40px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 1199px) {
    .hs-home-category .category-list .category-content .desc .public-note {
        height: 96px;
        margin-top: 20px;
    }
}
.hs-home-category .category-list .category-content .desc .more {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-home-category .category-list .category-content .desc .more {
        margin-top: 30px;
    }
}
.hs-home-category .category-list .category-content .desc .more a {
    font-size: 16px;
    line-height: 54px;

    display: inline-block;

    padding: 0 50px 0 30px;

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

    color: #fff;
    background-color: #b90000;

    -webkit-clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
}
@media (max-width: 767px) {
    .hs-home-category .category-list .category-content .desc .more a {
        font-size: 14px;
        line-height: 44px;
    }
}
.hs-home-category .category-list .category-content .desc .more a:hover {
    background-color: #a10000;
}
.hs-home-category .category-list .category-content .img {
    width: 50%;
}
@media (max-width: 991px) {
    .hs-home-category .category-list .category-content .img {
        display: block;

        width: 70%;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-list .category-content .img {
        width: 90%;
    }
}
.hs-home-design {
    color: #fff;
    background: url(../images/design_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .hs-home-design {
        background-attachment: fixed;
    }
}
.hs-home-design .design {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .hs-home-design .design {
        margin-top: 20px;
    }
}
.hs-home-design .design p {
    font-size: 18px;
    line-height: 1.33333333;

    margin: 0;
}
@media (max-width: 767px) {
    .hs-home-design .design p {
        font-size: 16px;
    }
}
.hs-home-design .more {
    margin-top: 80px;
}
@media (max-width: 1199px) {
    .hs-home-design .more {
        margin-top: 40px;
    }
}
.hs-home-design .more a {
    font-family: 'Black Ops One';
    font-size: 22px;
    line-height: 70px;

    display: inline-block;

    padding: 0 60px;

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

    color: #fff;
    background-color: #000;
}
@media (max-width: 1199px) {
    .hs-home-design .more a {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-home-design .more a {
        font-size: 18px;
        line-height: 60px;
    }
}
@media (max-width: 767px) {
    .hs-home-design .more a {
        font-size: 16px;
    }
}
.hs-home-design .more a:hover {
    background-color: #b90000;
}
.hs-home-about {
    color: #fff;
    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 .title-home h2 {
    color: #b90000;
}
.hs-home-about .title-home h2 span {
    display: block;

    color: #fff;
}
.hs-home-about .about-note {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-home-about .about-note {
        margin-top: 30px;
    }
}
.hs-home-about .advantage {
    margin-top: 60px;
}
@media (min-width: 1200px) {
    .hs-home-about .advantage>ul {
        margin: 0 -25px;
    }
    .hs-home-about .advantage>ul>li {
        padding: 0 25px;
    }
}
@media (max-width: 1199px) {
    .hs-home-about .advantage {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-about .advantage>ul {
        margin: 0 -5px;
    }
}
.hs-home-about .advantage>ul>li {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .hs-home-about .advantage>ul>li {
        margin-top: 10px;
        padding: 0 5px;
    }
}
.hs-home-about .advantage>ul>li:nth-child(2n + 1) .advantage-group {
    background-color: #b90000;
}
.hs-home-about .advantage .advantage-group {
    height: 100%;
    padding: 90px 10%;

    background-color: #000;
}
@media (max-width: 1560px) {
    .hs-home-about .advantage .advantage-group {
        padding: 60px 10%;
    }
}
@media (max-width: 1400px) {
    .hs-home-about .advantage .advantage-group {
        padding: 40px 8%;
    }
}
.hs-home-about .advantage .advantage-group .icon,
.hs-home-about .advantage .advantage-group b {
    -webkit-transition: all .4s;
    transition: all .4s;
}
.hs-home-about .advantage .advantage-group .flaticon {
    font-size: 60px;
    line-height: 1;

    display: block;
}
@media (max-width: 1560px) {
    .hs-home-about .advantage .advantage-group .flaticon {
        font-size: 46px;
    }
}
@media (max-width: 1400px) {
    .hs-home-about .advantage .advantage-group .flaticon {
        font-size: 46px;
    }
}
@media (max-width: 991px) {
    .hs-home-about .advantage .advantage-group .flaticon {
        font-size: 40px;
    }
}
.hs-home-about .advantage .advantage-group b {
    font-size: 60px;
    line-height: 1;
}
@media (max-width: 1560px) {
    .hs-home-about .advantage .advantage-group b {
        font-size: 46px;
    }
}
@media (max-width: 1400px) {
    .hs-home-about .advantage .advantage-group b {
        font-size: 46px;
    }
}
@media (max-width: 991px) {
    .hs-home-about .advantage .advantage-group b {
        font-size: 40px;
    }
}
.hs-home-about .advantage .advantage-group b span {
    font-family: 'Black Ops One';
}
.hs-home-about .advantage .advantage-group b sup {
    font-size: 24px;

    top: 20px;

    vertical-align: top;
}
@media (max-width: 1560px) {
    .hs-home-about .advantage .advantage-group b sup {
        font-size: 20px;
    }
}
.hs-home-about .advantage .advantage-group .public-note {
    margin-top: 30px;
}
.hs-home-about .advantage .advantage-group:hover .icon,
.hs-home-about .advantage .advantage-group:hover b {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.hs-home-solutions {
    color: #fff;
    background: url(../images/solution_bg.webp) no-repeat bottom center;
    background-size: cover;
}
.hs-home-solutions .solutions-menu {
    position: relative;
    z-index: 8;
}
.hs-home-solutions .solutions-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -20px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-home-solutions .solutions-menu>ul>li>a {
    font-size: 22px;
    line-height: 1.81818182;

    display: inline-block;

    padding: 0 20px;

    text-transform: uppercase;

    color: #9d9d9d;
}
@media (max-width: 1199px) {
    .hs-home-solutions .solutions-menu>ul>li>a {
        font-size: 20px;

        padding: 0 14px;
    }
}
.hs-home-solutions .solutions-menu>ul>li.active>a {
    color: #b90000;
}
.hs-home-solutions .solutions {
    margin-top: -120px;
}
@media (max-width: 1560px) {
    .hs-home-solutions .solutions {
        margin-top: -80px;
    }
}
@media (max-width: 1199px) {
    .hs-home-solutions .solutions {
        margin-top: 0;
    }
}
.hs-home-solutions .solutions .swiper-solutions {
    overflow: visible;

    width: 80%;
    margin-left: 0;
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions .swiper-solutions {
        width: 100%;
    }
}
.hs-home-solutions .solutions .solutions-group {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;

    padding-top: 200px;

    -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-home-solutions .solutions .solutions-group {
        padding-top: 140px;
    }
}
@media (max-width: 1199px) {
    .hs-home-solutions .solutions .solutions-group {
        padding-top: 80px;
    }
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions .solutions-group {
        padding-top: 40px;
    }
}
.hs-home-solutions .solutions .solutions-group .num {
    font-family: 'Black Ops One';
    font-size: 300px;
    line-height: 1;

    position: absolute;
    top: -50px;
    left: 90%;

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

    opacity: 0;
    color: #202020;
}
@media (max-width: 1560px) {
    .hs-home-solutions .solutions .solutions-group .num {
        font-size: 240px;
    }
}
@media (max-width: 1199px) {
    .hs-home-solutions .solutions .solutions-group .num {
        font-size: 150px;
    }
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions .solutions-group .num {
        font-size: 80px;

        right: 0;
        left: auto;
    }
}
.hs-home-solutions .solutions .solutions-group .img {
    width: 60%;

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

    opacity: .15;
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions .solutions-group .img {
        width: 100%;
    }
}
.hs-home-solutions .solutions .solutions-group .img .ibox {
    padding-bottom: 59.34065934%;
}
.hs-home-solutions .solutions .solutions-group .desc {
    position: relative;
    z-index: 6;

    width: 40%;

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

    opacity: 0;
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions .solutions-group .desc {
        width: 100%;
    }
}
.hs-home-solutions .solutions .solutions-group .desc .title-solutions {
    font-family: 'Black Ops One';
    font-size: 6vw;
    line-height: 1;

    text-transform: uppercase;
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions .solutions-group .desc .title-solutions {
        font-size: 30px;
    }
}
.hs-home-solutions .solutions .solutions-group .desc .title-solutions span {
    display: block;
}
.hs-home-solutions .solutions .swiper-slide-active .solutions-group {
    flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}
.hs-home-solutions .solutions .swiper-slide-active .solutions-group .num {
    opacity: 1;
}
.hs-home-solutions .solutions .swiper-slide-active .solutions-group .img {
    opacity: 1;
}
.hs-home-solutions .solutions .swiper-slide-active .solutions-group .desc {
    opacity: 1;
}
.hs-home-solutions .swiper-pagination-solutions {
    margin-top: 100px;
}
@media (max-width: 1199px) {
    .hs-home-solutions .swiper-pagination-solutions {
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .hs-home-solutions .swiper-pagination-solutions {
        margin-top: 20px;
    }
}
.hs-home-solutions .swiper-pagination-solutions .swiper-pagination-bullet {
    width: 80px;
    height: 1px;
    margin-right: 20px;

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

    opacity: 1;
    background: #fff;
}
@media (max-width: 1199px) {
    .hs-home-solutions .swiper-pagination-solutions .swiper-pagination-bullet {
        width: 50px;
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .hs-home-solutions .swiper-pagination-solutions .swiper-pagination-bullet {
        width: 30px;
    }
}
.hs-home-solutions .swiper-pagination-solutions .swiper-pagination-bullet-active {
    background-color: #b90000;
}
.public-news-group {
    position: relative;

    display: block;
}
.public-news-group .ibox {
    padding-bottom: 140%;
}
.public-news-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-news-group .desc {
    position: absolute;
    z-index: 6;
    bottom: 30px;
    left: 30px;

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

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

    background-color: #fff;
}
@media (max-width: 1400px) {
    .public-news-group .desc {
        bottom: 20px;
        left: 20px;

        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }
}
.public-news-group .desc .title-news {
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.public-news-group .desc .date {
    font-size: 14px;

    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;
}
.public-news-group .desc .date .flaticon {
    font-size: 18px;

    margin-right: 6px;

    color: #b90000;
}
.public-news-group:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.public-news-group:hover .desc {
    color: #fff;
    background-color: #b90000;
}
.public-news-group:hover .desc .flaticon {
    color: #fff;
}
.hs-home-news .news {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-home-news .news {
        margin-top: 30px;
    }
}
.hs-home-follow {
    background: #f6f6f6;
}
.hs-home-follow .follow>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -40px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .hs-home-follow .follow>ul {
        margin: 0 -10px;
    }
}
.hs-home-follow .follow>ul>li {
    width: 35%;
    padding: 0 40px;
}
@media (max-width: 1199px) {
    .hs-home-follow .follow>ul>li {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .hs-home-follow .follow>ul>li {
        width: 100%;
    }
}
.hs-home-follow .follow>ul>li:nth-child(2) {
    width: 30%;
}
@media (max-width: 767px) {
    .hs-home-follow .follow>ul>li:nth-child(2) {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .hs-home-follow .follow .follow-group {
        margin-top: 20px;
    }
}
.hs-home-follow .follow .follow-group .title-follow {
    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;
}
.hs-home-follow .follow .follow-group .title-follow img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}
@media (max-width: 1199px) {
    .hs-home-follow .follow .follow-group .title-follow img {
        width: 40px;
    }
}
.hs-home-follow .follow .follow-group .title-follow h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1560px) {
    .hs-home-follow .follow .follow-group .title-follow h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-home-follow .follow .follow-group .title-follow h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hs-home-follow .follow .follow-group .title-follow h3 {
        font-size: 16px;
    }
}
.hs-home-follow .follow .follow-group .title-follow:hover h3 {
    color: #b90000;
}
.hs-home-follow .follow .follow-group .iframe {
    height: 520px;
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .hs-home-follow .follow .follow-group .iframe {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .hs-home-follow .follow .follow-group .iframe {
        height: 300px;
    }
}
.hs-home-follow .follow .follow-group .iframe iframe {
    width: 100%;
    height: 100%;
}
.hs-home-follow .follow .follow-group .iframe>img {
    display: none !important;

    width: 100%;
    height: auto;
}
.hs-home-follow .follow .follow-group iframe[src=''],
.hs-home-follow .follow .follow-group iframe[data-src=''] {
    display: none;

    border: 1px solid #000;
}
.hs-home-follow .follow .follow-group iframe[src='']+img,
.hs-home-follow .follow .follow-group iframe[data-src='']+img {
    display: block !important;
}
.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;
}
@-webkit-keyframes Mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes Mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.hs-inner {
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1560px) {
    .hs-inner {
        padding: 80px 0;
    }
}
@media (max-width: 1199px) {
    .hs-inner {
        padding: 60px 0;
    }
}
.title-inner h3 {
    font-family: 'Black Ops One';
    font-size: 36px;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;

    color: #b90000;
}
@media (max-width: 1560px) {
    .title-inner h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .title-inner h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .title-inner h3 {
        font-size: 20px;
    }
}
.title-inner h2 {
    font-family: 'Black Ops One';
    font-size: 90px;
    line-height: 1;

    text-transform: uppercase;
}
@media (max-width: 1560px) {
    .title-inner h2 {
        font-size: 80px;
    }
}
@media (max-width: 1470px) {
    .title-inner h2 {
        font-size: 70px;
    }
}
@media (max-width: 1199px) {
    .title-inner h2 {
        font-size: 60px;
    }
}
@media (max-width: 991px) {
    .title-inner h2 {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .title-inner h2 {
        font-size: 30px;
    }
}
.title-inner h4 {
    font-family: 'Black Ops One';
    font-size: 36px;

    text-transform: uppercase;
}
@media (max-width: 1560px) {
    .title-inner h4 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .title-inner h4 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .title-inner h4 {
        font-size: 20px;
    }
}
.hs-inner-title {
    padding: 170px 0 40px;

    border-bottom: 1px solid rgba(185, 0, 0, .3);
}
@media (max-width: 1199px) {
    .hs-inner-title {
        padding: 80px 0 20px;
    }
}
.hs-inner-location .location {
    line-height: 30px;

    position: relative;

    padding-left: 30px;
}
.hs-inner-location .location .flaticon {
    font-size: 20px;

    position: absolute;
    top: 0;
    left: 0;
}
.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 10px;

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

    display: block;

    text-transform: uppercase;
}
.hs-inner-location .location ul li a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .hs-inner-top .hs-inner-location {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-top .hs-inner-location .location {
    position: relative;

    padding-left: 20px;
}
.hs-inner-top .hs-inner-location .location:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 400%;
    height: 100%;

    content: '';

    background-color: #b90000;
}
.hs-inner-top .hs-inner-location .location ul {
    position: relative;
    z-index: 6;

    color: #fff;
}
.hs-inner-menu {
    border-bottom: 1px solid #d2d2d2;
}
.hs-inner-menu .inner-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -40px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .hs-inner-menu .inner-menu>ul {
        margin: 0 -20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-menu .inner-menu>ul {
        margin: 0 -15px;
    }
}
.hs-inner-menu .inner-menu>ul>li {
    padding: 0 40px;
}
@media (max-width: 1199px) {
    .hs-inner-menu .inner-menu>ul>li {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-menu .inner-menu>ul>li {
        padding: 0 15px;
    }
}
.hs-inner-menu .inner-menu>ul>li>a {
    font-size: 18px;
    line-height: 1.66666667;

    position: relative;

    display: block;

    padding: 25px 0;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .hs-inner-menu .inner-menu>ul>li>a {
        font-size: 16px;
    }
}
.hs-inner-menu .inner-menu>ul>li>a:after {
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 4px;

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

    background-color: #b90000;
}
.hs-inner-menu .inner-menu>ul>li.active>a,
.hs-inner-menu .inner-menu>ul>li:hover>a {
    font-weight: bold;
}
.hs-inner-menu .inner-menu>ul>li.active>a:after,
.hs-inner-menu .inner-menu>ul>li:hover>a:after {
    width: 100%;
}
.public-products {
    position: relative;
}
.public-product-left {
    position: relative;

    overflow: hidden;

    width: 335px;
}
@media (max-width: 1400px) {
    .public-product-left {
        width: 300px;
    }
}
@media (max-width: 1199px) {
    .public-product-left {
        position: fixed;
        z-index: 9;
        top: 240px;
        left: 0;

        width: 35px;
    }
}
.public-product-right {
    width: -webkit-calc(100% - 335px);
    width: calc(100% - 335px);
    padding: 60px 0 60px 3%;
}
@media (max-width: 1400px) {
    .public-product-right {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}
@media (max-width: 1199px) {
    .public-product-right {
        width: 100%;
        padding: 30px 15px 50px 15px;
    }
}
.hidemenu .public-product-left {
    width: 35px;
}
@media (max-width: 1199px) {
    .hidemenu .public-product-left {
        width: 300px;
    }
}
.hidemenu .public-product-left .menunav1 {
    border: none;
}
.hidemenu .public-product-right {
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
}
@media (max-width: 1199px) {
    .hidemenu .public-product-right {
        width: 100%;
    }
}
.products-menu .openmenu {
    position: absolute;
    top: 60px;
    right: 0;

    width: 35px;
    padding: 10px 0;

    cursor: pointer;
    text-align: center;

    color: #d6e1ea;
    background: #547898;
}
@media (max-width: 1199px) {
    .products-menu .openmenu {
        top: 0;
    }
}
.products-menu .openmenu img {
    width: 85%;
    margin: 0 auto;
}
.products-menu .openmenu span {
    margin-top: 10px;

    -ms-writing-mode: tb-rl;

    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.products-menu .menunav1 {
    overflow: hidden;

    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
    height: 100%;
    padding: 60px 0;

    border-right: 1px solid rgba(185, 0, 0, .3);
}
@media (max-width: 1199px) {
    .products-menu .menunav1 {
        padding: 0;

        border: none;
        background: #f5f5f5;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
.products-menu .menunav1>li {
    position: relative;

    margin-bottom: 3px;
}
.products-menu .menunav1>li:last-child {
    margin-bottom: 0;
}
.products-menu .menunav1>li .nav1-open {
    line-height: 60px;

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

    display: none;

    width: 40px;

    cursor: pointer;
    text-align: center;

    color: #fff;
}
.products-menu .menunav1>li .nav1-open:before {
    font-size: 18px;

    content: '+';
}
.products-menu .menunav1>li.more .nav1-open {
    display: block;
}
.products-menu .menunav1>li>a {
    font-size: 18px;
    line-height: 1.66666667;

    display: block;

    padding: 15px 40px 15px 20px;

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

    color: #fff;
    background-color: #b90000;
}
@media (max-width: 1400px) {
    .products-menu .menunav1>li>a {
        font-size: 16px;
    }
}
.products-menu .menunav1>li.active>a,
.products-menu .menunav1>li:hover>a {
    background: #547898;
}
.products-menu .menunav1>li.active .nav1-open:before {
    content: '-';
}
.products-menu .menunav2 {
    display: none;

    padding: 30px 20px;
}
@media (max-width: 1199px) {
    .products-menu .menunav2 {
        padding: 20px 14px;
    }
}
.products-menu .menunav2>li {
    position: relative;
}
.products-menu .menunav2>li .nav2-open {
    position: absolute;
    top: 0;
    right: 0;

    display: none;

    width: 40px;
    height: 50px;

    cursor: pointer;
    text-align: center;

    color: #fff;
}
.products-menu .menunav2>li .nav2-open:before {
    position: absolute;
    top: 20px;
    right: 10px;

    display: block;

    width: 0;
    height: 0;

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

    border-width: 10px 5px 0 5px;
    border-style: solid;
    border-color: #b90000 transparent transparent transparent;
}
.products-menu .menunav2>li>a {
    font-size: 18px;
    line-height: 1.66666667;

    display: block;

    padding: 10px 30px 10px 0;

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

    color: #b90000;
}
@media (max-width: 1400px) {
    .products-menu .menunav2>li>a {
        font-size: 16px;
    }
}
.products-menu .menunav2>li.more .nav2-open {
    display: block;
}
.products-menu .menunav2>li:hover .nav2-open:before {
    border-color: #a10000 transparent transparent transparent;
}
.products-menu .menunav2>li:hover>a {
    color: #a10000;
}
.products-menu .menunav2>li.active .nav2-open:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.products-menu .menunav3 {
    display: none;

    padding: 10px;
}
.products-menu .menunav3>li>a {
    font-size: 16px;
    line-height: 1.625;

    position: relative;

    display: block;

    padding: 5px 0 5px 20px;

    color: #555;
}
@media (max-width: 1400px) {
    .products-menu .menunav3>li>a {
        font-size: 15px;
    }
}
.products-menu .menunav3>li>a:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 1px;
    height: 13px;

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

    background-color: #b90000;
}
.products-menu .menunav3>li>a:after {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 6px;
    height: 1px;

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

    background-color: #b90000;
}
.products-menu .menunav3>li:hover>a,
.products-menu .menunav3>li.active>a {
    color: #b90000;
}
.hs-inner-about {
    background: url(../images/about_in_bg.webp) no-repeat right center;
}
@media (max-width: 1199px) {
    .hs-inner-about {
        background-size: auto 300px;
    }
}
.hs-inner-about .about .about-img-left {
    width: 35%;
    padding-right: 5%;
}
@media (max-width: 1560px) {
    .hs-inner-about .about .about-img-left {
        width: 30%;
    }
}
@media (max-width: 991px) {
    .hs-inner-about .about .about-img-left {
        display: none;

        width: 50%;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about .about-img-left {
        width: 100%;
    }
}
.hs-inner-about .about .about-img-left img {
    max-width: 100%;
}
.hs-inner-about .about .about-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: -webkit-calc(65% - 300px);
    width: calc(65% - 300px);

    -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-inner-about .about .about-content {
        width: -webkit-calc(70% - 250px);
        width: calc(70% - 250px);
    }
}
@media (max-width: 991px) {
    .hs-inner-about .about .about-content {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px);
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about .about-content {
        width: 100%;
    }
}
.hs-inner-about .about .about-note {
    position: relative;

    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-about .about .about-note {
        margin-top: 30px;
    }
}
.hs-inner-about .about .about-note:before {
    position: absolute;
    left: 5px;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background-color: #000;
}
.hs-inner-about .about .about-note .public-note {
    position: relative;

    overflow-y: scroll;

    height: 260px;
    padding: 0 30px;

    direction: rtl;
}
.hs-inner-about .about .about-note .public-note::-webkit-scrollbar {
    position: absolute;
    left: 0;

    width: 11px;
    height: 11px;
}
.hs-inner-about .about .about-note .public-note::-webkit-scrollbar-track {
    background-color: transparent;
}
.hs-inner-about .about .about-note .public-note::-webkit-scrollbar-thumb {
    width: 11px;
    height: 11px;

    background: url(../images/dot.png) no-repeat center;
    background-size: contain;
}
.hs-inner-about .about .about-note .public-note p {
    direction: ltr;
}
.hs-inner-about .about .about-img-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 300px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 1560px) {
    .hs-inner-about .about .about-img-right {
        width: 250px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about .about-img-right {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-about .about .about-img-right img {
    width: 100%;
}
.hs-inner-advantage {
    position: relative;

    color: #fff;
    background: url(../images/brand_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .hs-inner-advantage {
        background-attachment: fixed;
    }
}
.hs-inner-advantage:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 30%;
    height: 100%;

    content: '';

    background-color: rgba(185, 0, 0, .7);
}
.hs-inner-advantage .advantage {
    position: relative;
    z-index: 6;

    width: 50%;
}
@media (max-width: 991px) {
    .hs-inner-advantage .advantage {
        width: 60%;
    }
}
@media (max-width: 767px) {
    .hs-inner-advantage .advantage {
        width: 100%;
    }
}
.hs-inner-advantage .advantage .public-note {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-advantage .advantage .public-note {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-advantage .advantage .public-note {
        margin-top: 20px;
    }
}
@media (min-width: 1200px) {
    .hs-inner-why .why>ul {
        margin: 0 -25px;
    }
    .hs-inner-why .why>ul>li {
        padding: 0 25px;
    }
}
@media (max-width: 767px) {
    .hs-inner-why .why>ul {
        margin: 0 -5px;
    }
}
.hs-inner-why .why>ul>li {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .hs-inner-why .why>ul>li {
        margin-top: 10px;
        padding: 0 5px;
    }
}
.hs-inner-why .why>ul>li:nth-child(2n + 1) .why-group {
    background-color: #b90000;
}
.hs-inner-why .why .why-group {
    height: 100%;
    padding: 90px 10%;

    text-align: center;

    color: #fff;
    background-color: #000;
}
@media (max-width: 1560px) {
    .hs-inner-why .why .why-group {
        padding: 60px 10%;
    }
}
@media (max-width: 1400px) {
    .hs-inner-why .why .why-group {
        padding: 40px 8%;
    }
}
.hs-inner-why .why .why-group .icon,
.hs-inner-why .why .why-group b {
    -webkit-transition: all .4s;
    transition: all .4s;
}
.hs-inner-why .why .why-group .flaticon {
    font-size: 60px;
    line-height: 1;

    display: block;
}
@media (max-width: 1560px) {
    .hs-inner-why .why .why-group .flaticon {
        font-size: 46px;
    }
}
@media (max-width: 1400px) {
    .hs-inner-why .why .why-group .flaticon {
        font-size: 46px;
    }
}
@media (max-width: 991px) {
    .hs-inner-why .why .why-group .flaticon {
        font-size: 40px;
    }
}
.hs-inner-why .why .why-group b {
    font-size: 72px;
    line-height: 1;
}
@media (max-width: 1560px) {
    .hs-inner-why .why .why-group b {
        font-size: 60px;
    }
}
@media (max-width: 1400px) {
    .hs-inner-why .why .why-group b {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .hs-inner-why .why .why-group b {
        font-size: 40px;
    }
}
.hs-inner-why .why .why-group b span {
    font-family: 'Black Ops One';
}
.hs-inner-why .why .why-group b sup {
    font-size: 24px;

    top: 20px;

    vertical-align: top;
}
@media (max-width: 1560px) {
    .hs-inner-why .why .why-group b sup {
        font-size: 20px;
    }
}
.hs-inner-why .why .why-group .public-note {
    margin-top: 30px;
}
.hs-inner-why .why .why-group:hover .icon,
.hs-inner-why .why .why-group:hover b {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.hs-inner-history {
    background: url(../images/history_bg.webp) no-repeat center;
}
.hs-inner-history .history {
    position: relative;

    padding-left: 8%;
}
@media (max-width: 1199px) {
    .hs-inner-history .history {
        padding-left: 0;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .hs-inner-history .history {
        padding: 0 5%;
    }
}
.hs-inner-history .history:before,
.hs-inner-history .history:after {
    position: absolute;
    top: 50%;

    display: block;

    width: 1000px;
    height: 1px;

    content: '';

    background-color: #b90000;
}
@media (max-width: 1199px) {
    .hs-inner-history .history:before,
    .hs-inner-history .history:after {
        display: none;
    }
}
.hs-inner-history .history:before {
    left: -webkit-calc(100% + 30px);
    left: calc(100% + 30px);
}
.hs-inner-history .history:after {
    right: -webkit-calc(92% + 30px);
    right: calc(92% + 30px);
}
@media (max-width: 1199px) {
    .hs-inner-history .history:after {
        right: -webkit-calc(100% + 30px);
        right: calc(100% + 30px);
    }
}
.hs-inner-history .history .title-inner {
    -webkit-transform: translateY(-13%);
    -ms-transform: translateY(-13%);
    transform: translateY(-13%);

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .hs-inner-history .history .title-inner {
        width: 100%;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.hs-inner-history .history .title-inner span {
    font-size: 36px;

    text-transform: none;

    color: #b90000;
}
.hs-inner-history .history .history-info {
    position: relative;
}
@media (max-width: 1199px) {
    .hs-inner-history .history .history-info {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-inner-history .history .title-home {
    position: absolute;
    z-index: 4;
    top: 20%;
    left: 0;
}
@media (max-width: 1199px) {
    .hs-inner-history .history .title-home {
        top: 0;
    }
}
@media (max-width: 767px) {
    .hs-inner-history .history .title-home {
        position: relative;
    }
}
.hs-inner-history .history .swiper-history {
    height: 400px;
}
@media (max-width: 1199px) {
    .hs-inner-history .history .swiper-history {
        height: 300px;
    }
}
@media (max-width: 767px) {
    .hs-inner-history .history .swiper-history {
        height: auto;
    }
}
.hs-inner-history .history .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-inner-history .history .history-group {
    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;
    width: 100%;
}
.hs-inner-history .history .history-group .year {
    font-family: 'Black Ops One';
    font-size: 120px;
    font-weight: bold;
    line-height: 1;

    width: 40%;
    padding-right: 5%;

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

    color: rgba(205, 205, 205, .3);
}
@media (max-width: 1560px) {
    .hs-inner-history .history .history-group .year {
        font-size: 100px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-history .history .history-group .year {
        font-size: 80px;
    }
}
@media (max-width: 991px) {
    .hs-inner-history .history .history-group .year {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    .hs-inner-history .history .history-group .year {
        font-size: 30px;

        width: 100%;

        text-align: left;
    }
}
.hs-inner-history .history .history-group .text {
    width: 60%;
    padding-left: 5%;

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

    opacity: 0;
}
@media (max-width: 767px) {
    .hs-inner-history .history .history-group .text {
        width: 100%;
        margin-top: 12px;
        padding-left: 0;
    }
}
.hs-inner-history .history .swiper-slide-active .history-group .year {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    color: #b90000;
}
.hs-inner-history .history .swiper-slide-active .history-group .text {
    opacity: 1;
}
.hs-inner-history .history .swiper-button-prev,
.hs-inner-history .history .swiper-button-next {
    top: -20px;
    left: 17%;

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

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

    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;
}
@media (max-width: 767px) {
    .hs-inner-history .history .swiper-button-prev,
    .hs-inner-history .history .swiper-button-next {
        top: 50%;
        left: -8%;

        width: 30px;
        height: 30px;

        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }
}
.hs-inner-history .history .swiper-button-prev:before,
.hs-inner-history .history .swiper-button-next:before {
    display: block;

    width: 0;
    height: 0;

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

    border-width: 0 7px 14px 7px;
    border-style: solid;
    border-color: transparent transparent #ada7b6 transparent;
}
.hs-inner-history .history .swiper-button-prev:hover,
.hs-inner-history .history .swiper-button-next:hover {
    background: none;
}
.hs-inner-history .history .swiper-button-prev:hover:before,
.hs-inner-history .history .swiper-button-next:hover:before {
    border-color: transparent transparent #b90000 transparent;
}
.hs-inner-history .history .swiper-button-next {
    top: auto;
    bottom: -20px;
}
@media (max-width: 767px) {
    .hs-inner-history .history .swiper-button-next {
        top: 50%;
        right: -8%;
        left: auto;

        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }
}
.hs-inner-history .history .swiper-button-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hs-inner-factory {
    background: url(../images/factory_bg.webp) no-repeat center;
    background-size: cover;
}
.hs-inner-factory .title-inner {
    position: relative;
    z-index: 6;

    width: 260px;
}
@media (max-width: 767px) {
    .hs-inner-factory .title-inner {
        width: 100%;
    }
}
.hs-inner-factory .title-inner h2 {
    color: #fff;
}
.hs-inner-factory .more {
    margin-top: 30px;
}
.hs-inner-factory .more a {
    font-size: 14px;
    line-height: 50px;

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    background-color: #b90000;
}
.hs-inner-factory .more a:hover {
    background-color: #a10000;
}
.hs-inner-factory .factory-content {
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
}
@media (max-width: 767px) {
    .hs-inner-factory .factory-content {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-inner-factory .factory-content .swiper-factory {
    width: 150%;
}
@media (max-width: 767px) {
    .hs-inner-factory .factory-content .swiper-factory {
        width: 100%;
    }
}
.hs-inner-factory .factory-content .factory-group .ibox {
    padding-bottom: 75%;

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

    opacity: .6;
}
.hs-inner-factory .factory-content .swiper-slide-active .factory-group .ibox {
    opacity: 1;
}
.hs-inner-factory .swiper-news-scrollbar {
    position: relative;

    height: 20px;
    margin-top: 100px;
}
@media (max-width: 1199px) {
    .hs-inner-factory .swiper-news-scrollbar {
        margin-top: 50px;
    }
}
.hs-inner-factory .swiper-news-scrollbar:before {
    position: absolute;
    top: 50%;
    left: -100%;

    display: block;

    width: 300%;
    height: 1px;

    content: '';

    background: #b90000;
}
.hs-inner-factory .swiper-news-scrollbar .swiper-scrollbar-drag {
    width: 20px;
    height: 20px;

    border: 2px solid #7b0a0a;
    border-radius: 50%;
    background: none;
    background-color: #b90000;
}
.hs-inner-customers .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.hs-inner-customers .customers .swiper-slide {
    width: auto;
}
.hs-inner-customers .customers .customers-group img {
    width: auto;
    height: 200px;
}
@media (max-width: 1199px) {
    .hs-inner-customers .customers .customers-group img {
        height: 150px;
    }
}
@media (max-width: 767px) {
    .hs-inner-customers .customers .customers-group img {
        height: 100px;
    }
}
@media (min-width: 1560px) {
    .hs-inner-honor .title-inner h2 {
        font-size: 72px;
    }
}
.hs-inner-honor .honor {
    position: relative;

    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-honor .honor {
        margin-top: 30px;
    }
}
.hs-inner-honor .honor .honor-group {
    cursor: pointer;
    text-align: center;
}
.hs-inner-honor .honor .honor-group .img {
    padding: 5px;

    border: 1px solid #dcdcdc;
}
.hs-inner-honor .honor .honor-group .img .ibox {
    padding-bottom: 140.42553191%;
}
.hs-inner-honor .honor .honor-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-honor .honor .honor-group .title-honor {
    line-height: 1.5;

    margin-top: 14px;

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

    color: #666;
}
.hs-inner-honor .honor .honor-group:hover .img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-inner-honor .honor .honor-group:hover .title-honor {
    color: #b90000;
}
.hs-inner-honor .honor .swiper-slide {
    position: relative;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.hs-inner-honor .honor .swiper-slide:hover {
    z-index: 8;
}
.hs-inner-honor .honor .swiper-button-prev,
.hs-inner-honor .honor .swiper-button-next {
    color: #666;
    background: none;
}
.hs-inner-honor .honor .swiper-button-prev:hover,
.hs-inner-honor .honor .swiper-button-next:hover {
    color: #b90000;
}
.hs-inner-factory-list {
    padding-top: 40px;
}
.hs-inner-factory-list .factory-list>ul>li {
    margin-top: 30px;
}
.hs-inner-factory-list .factory-list .factory-group {
    display: block;

    cursor: pointer;
    text-align: center;
}
.hs-inner-factory-list .factory-list .factory-group .ibox {
    padding-bottom: 75%;
}
.hs-inner-factory-list .factory-list .factory-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-factory-list .factory-list .factory-group .title-factory {
    font-size: 16px;
    line-height: 1.5;

    margin-top: 20px;
}
@media (min-width: 1200px) {
    .hs-inner-factory-list .factory-list .factory-group:hover .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .hs-inner-factory-list .factory-list .factory-group:hover .title-factory {
        color: #b90000;
    }
}
#about-about,
#about-advantage,
#about-why,
#about-history,
#about-factory,
#about-customers,
#about-honor,
#product-feedback {
    position: relative;
    top: -100px;
}
.public-products-top {
    padding-top: 240px;

    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 767px) {
    .public-products-top {
        padding: 100px 0 50px;
    }
}
.public-products-top .title-home h2 {
    font-size: 72px;
}
@media (max-width: 1560px) {
    .public-products-top .title-home h2 {
        font-size: 60px;
    }
}
@media (max-width: 1199px) {
    .public-products-top .title-home h2 {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .public-products-top .title-home h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .public-products-top .title-home h2 {
        font-size: 30px;
    }
}
.public-products-top .title-home:after {
    display: block;

    width: 176px;
    height: 16px;
    margin-top: 60px;
    margin-bottom: -8px;

    content: '';

    background: #b90000;
}
@media (max-width: 1199px) {
    .public-products-top .title-home:after {
        height: 10px;
        margin-top: 30px;
        margin-bottom: -5px;
    }
}
@media (max-width: 767px) {
    .public-products-top .title-home:after {
        display: none;
    }
}
.public-products-top .hs-inner-location {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .public-products-top .hs-inner-location {
        width: 100%;
    }
}
.public-product-group {
    display: block;

    text-align: center;

    background-color: #fff;
}
.public-product-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-product-group .title-product {
    padding: 20px 5%;
}
@media (max-width: 1199px) {
    .public-product-group .title-product {
        padding: 15px;
    }
}
@media (max-width: 767px) {
    .public-product-group .title-product {
        padding: 15px 10px;
    }
}
.public-product-group .title-product h3 {
    font-size: 18px;
    line-height: 1.66666667;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .public-product-group .title-product h3 {
        font-size: 16px;
        line-height: 1.875;
    }
}
.public-product-group .title-product span {
    font-size: 16px;
    line-height: 1.5;

    display: block;

    color: #b90000;
}
@media (max-width: 991px) {
    .public-product-group .title-product span {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.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: #b90000;
}
.hs-inner-products {
    background: #f5f5f5;
}
@media (min-width: 1200px) {
    .hs-inner-products .products {
        margin-top: -40px;
    }
    .hs-inner-products .products>ul {
        margin: 0 -20px;
    }
    .hs-inner-products .products>ul>li {
        margin-top: 40px;
        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-products .products {
        margin-top: -30px;
    }
    .hs-inner-products .products>ul>li {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-products .products>ul {
        margin: 0 -5px;
    }
    .hs-inner-products .products>ul>li {
        margin-top: 10px;
        padding: 0 5px;
    }
}
.hs-inner-product-details {
    background: #f5f5f5;
}
.hs-inner-product-details .product-details-top {
    padding-top: 240px;

    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .product-details-top {
        padding-top: 160px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details-top {
        padding-top: 120px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details-top {
        background-size: auto 50%;
    }
}
.hs-inner-product-details .product-details-top .title-location {
    color: #fff;
}
.hs-inner-product-details .product-details-top .title-location .title-home h2 {
    font-size: 72px;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .product-details-top .title-location .title-home h2 {
        font-size: 60px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details-top .title-location .title-home h2 {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details-top .title-location .title-home h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details-top .title-location .title-home h2 {
        font-size: 30px;
    }
}
.hs-inner-product-details .product-details {
    width: 100%;
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details {
        margin-top: 30px;
    }
}
.hs-inner-product-details .product-details .details-imgbox {
    position: relative;
    z-index: 4;

    width: 40%;
    height: 100%;

    border: 1px solid #e0e0e0;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-imgbox {
        width: 100%;
    }
}
.hs-inner-product-details .product-details .details-imgbox .ibox img {
    background-color: #fff;
}
.hs-inner-product-details .product-details .details-imgbox .zoom {
    cursor: crosshair;
}
.hs-inner-product-details .product-details .details-imgbox .product-big {
    position: relative;
}
.hs-inner-product-details .product-details .details-imgbox .icon {
    line-height: 30px;

    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;

    width: 30px;
    height: 30px;

    text-align: center;

    background-color: rgba(173, 167, 182, .2);
}
.hs-inner-product-details .product-details .details-imgbox .icon img {
    width: 100%;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-imgbox .icon .flaticon {
        font-size: 14px;
    }
}
.hs-inner-product-details .product-details .details-imgbox .swiper-button-prev,
.hs-inner-product-details .product-details .details-imgbox .swiper-button-next {
    line-height: 70px;

    width: 30px;
    height: 70px;

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

    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}
.hs-inner-product-details .product-details .details-imgbox .swiper-button-prev:hover,
.hs-inner-product-details .product-details .details-imgbox .swiper-button-next:hover {
    background-color: #b90000;
}
.hs-inner-product-details .product-details .details-imgbox .swiper-button-prev {
    left: 0;
}
.hs-inner-product-details .product-details .details-imgbox .swiper-button-next {
    right: 0;
}
.hs-inner-product-details .product-details .details-imgbox .pro-group {
    border: 1px solid #f5f5f5;
}
.hs-inner-product-details .product-details .details-content {
    position: relative;
    z-index: 4;

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

    width: 60%;
    padding-left: 3%;

    -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-inner-product-details .product-details .details-content {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}
.hs-inner-product-details .product-details .details-content .title-details {
    color: #fff;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-content .title-details {
        color: #333;
    }
}
.hs-inner-product-details .product-details .details-content .title-details span {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    display: block;

    color: #b90000;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .product-details .details-content .title-details span {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content .title-details span {
        font-size: 18px;
    }
}
.hs-inner-product-details .product-details .details-content .title-details h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.25;

    margin: 20px 0 0 0;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .product-details .details-content .title-details h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content .title-details h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-content .title-details h2 {
        font-size: 24px;
    }
}
.hs-inner-product-details .product-details .details-content .public-note {
    margin-top: 20px;

    color: #fff;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-content .public-note {
        margin-top: 20px;

        color: #333;
    }
}
.hs-inner-product-details .product-details .details-content .public-note ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-product-details .product-details .details-content .public-note ul li {
    width: 50%;
    padding: 10px;

    border-bottom: 1px solid #ada7b6;
}
.hs-inner-product-details .product-details .details-content .public-note p {
    font-size: 16px;
    line-height: 1.875;
}
.hs-inner-product-details .product-details .details-content .public-note p span {
    color: #808080;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-content .share {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-product-details .product-details .details-content .share-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;

    -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-content .share-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        margin-top: 30px;

        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-inner-product-details .product-details .details-content .share-link .inquiry {
    font-size: 18px;
    line-height: 50px;

    margin-right: 20px;
    padding: 0 80px;

    color: #fff;
    background-color: #b90000;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .product-details .details-content .share-link .inquiry {
        font-size: 16px;

        padding: 0 40px;
    }
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-content .share-link .inquiry {
        line-height: 40px;
    }
}
.hs-inner-product-details .product-details .details-content .share-link .tel {
    margin-right: 20px;
}
.hs-inner-product-details .product-details .details-content .share-link .tel a {
    line-height: 50px;

    display: block;

    width: 56px;
    height: 50px;

    text-align: center;

    color: rgba(255, 255, 255, .6);
    border: 1px solid #363636;
    background: #000;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-content .share-link .tel a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-content .desc {
        margin-top: 50px;

        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
.hs-inner-product-details .product-details .product-small {
    font-size: 0;

    position: relative;

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

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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-product-details .product-details .product-small {
        width: 100%;
    }
}
.hs-inner-product-details .product-details .product-small .product-small-left {
    width: 40%;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .product-small .product-small-left {
        width: 70%;
    }
}
.hs-inner-product-details .product-details .product-small .swiper-product-small .swiper-slide {
    padding: 0 8px;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .product-small .swiper-product-small .swiper-slide {
        padding: 0 5px;
    }
}
.hs-inner-product-details .product-details .product-small .pro-group {
    border: 1px solid #a8a8a8;
}
.hs-inner-product-details .product-details .product-small .swiper-slide-thumb-active .pro-group {
    border-color: #b90000;
}
.hs-inner-product-details .product-details .product-small .product-small-button {
    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-inner-product-details .product-details .product-small .swiper-button-prev,
.hs-inner-product-details .product-details .product-small .swiper-button-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 90px;
    height: 90px;

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

    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: 1560px) {
    .hs-inner-product-details .product-details .product-small .swiper-button-prev,
    .hs-inner-product-details .product-details .product-small .swiper-button-next {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .product-small .swiper-button-prev,
    .hs-inner-product-details .product-details .product-small .swiper-button-next {
        width: 40px;
        height: 40px;
    }
}
.hs-inner-product-details .product-details .product-small .swiper-button-prev:before,
.hs-inner-product-details .product-details .product-small .swiper-button-next:before {
    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 8px 18px 8px 0;
    border-style: solid;
    border-color: transparent #b2b2b2 transparent transparent;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .product-details .product-small .swiper-button-prev:before,
    .hs-inner-product-details .product-details .product-small .swiper-button-next:before {
        border-width: 6px 12px 6px 0;
    }
}
.hs-inner-product-details .product-details .product-small .swiper-button-prev:hover,
.hs-inner-product-details .product-details .product-small .swiper-button-next:hover {
    background-color: #b90000;
}
.hs-inner-product-details .product-details .product-small .swiper-button-prev:hover:before,
.hs-inner-product-details .product-details .product-small .swiper-button-next:hover:before {
    border-color: transparent #fff transparent transparent;
}
.hs-inner-product-details .product-details .product-small .swiper-button-next {
    right: 0;
    left: auto;

    margin-left: 10px;
}
.hs-inner-product-details .product-details .product-small .swiper-button-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hs-inner-product-details .title-product-details h3 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.25;

    margin: 0 0 30px 0;

    text-transform: uppercase;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .title-product-details h3 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-product-details .title-product-details h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-product-details .title-product-details h3 {
        font-size: 24px;
    }
}
.hs-inner-product-details .title-product-details span i {
    font-style: normal;

    color: #b90000;
}
.hs-inner-product-details .parameter {
    padding-top: 100px;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .parameter {
        padding-top: 60px;
    }
}
.hs-inner-product-details .parameter-content {
    padding-top: 40px;
}
@media (max-width: 991px) {
    .hs-inner-product-details .parameter-content {
        padding-top: 20px;
    }
}
.hs-inner-product-details .parameter-content img {
    max-width: 100%;
    height: auto !important;
}
.hs-inner-product-details .parameter-content .table_a {
    overflow-x: auto;

    max-width: 100%;
}
.hs-inner-product-details .parameter-content table {
    font-size: 16px;
    line-height: 1.875;

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

    text-align: center;

    background-color: #fff;
}
@media (max-width: 991px) {
    .hs-inner-product-details .parameter-content table {
        font-size: 15px;
    }
}
.hs-inner-product-details .parameter-content table tr th {
    font-weight: normal;

    color: #fff;
    background: #b90000;
}
.hs-inner-product-details .parameter-content table tr th,
.hs-inner-product-details .parameter-content table tr td {
    padding: 15px;

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

    border: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
    .hs-inner-product-details .parameter-content table tr th,
    .hs-inner-product-details .parameter-content table tr td {
        padding: 10px;
    }
}
.hs-inner-product-details .parameter-content h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
}
.hs-inner-product-details .feedback {
    padding-top: 100px;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .feedback {
        padding-top: 60px;
    }
}
.hs-inner-product-details .feedback .feedbackform {
    margin-top: 20px;
}
@media (min-width: 1200px) {
    .hs-inner-product-details .feedback .feedbackform ul {
        margin: 0 -25px;
    }
}
.hs-inner-product-details .feedback .feedbackform ul li {
    margin-top: 20px;
}
@media (min-width: 1200px) {
    .hs-inner-product-details .feedback .feedbackform ul li {
        padding: 0 25px;
    }
}
.hs-inner-product-details .feedback .feedbackform form .input-field {
    padding-left: 0;

    border: none;
    border-bottom: 1px solid #b5b5b5;
    background: none;
}
.hs-inner-product-details .feedback .feedbackform form .input-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-left: 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-product-details .feedback .feedbackform form .input-label .flaticon {
    margin-right: 10px;
}
.hs-inner-product-details .feedback .feedbackform .send {
    font-size: 16px;
    line-height: 42px;

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

    color: #fff;
    border-radius: 0;
    background-color: #000;
}
@media (max-width: 767px) {
    .hs-inner-product-details .feedback .feedbackform .send {
        font-size: 14px;
    }
}
.hs-inner-product-details .title-home h2 {
    font-size: 20px;
}
.public-product-related {
    padding-top: 100px;
}
@media (max-width: 1199px) {
    .public-product-related {
        padding-top: 60px;
    }
}
.public-product-related .related-button {
    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;
}
.public-product-related .swiper-button-prev,
.public-product-related .swiper-button-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 46px;
    height: 46px;

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

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

    width: 0;
    height: 0;

    content: '';

    border-width: 5px 10px 5px 0;
    border-style: solid;
    border-color: transparent #b2b2b2 transparent transparent;
}
.public-product-related .swiper-button-prev:hover,
.public-product-related .swiper-button-next:hover {
    background-color: #b90000;
}
.public-product-related .swiper-button-prev:hover:before,
.public-product-related .swiper-button-next:hover:before {
    border-color: transparent #fff transparent transparent;
}
.public-product-related .swiper-button-next {
    right: 0;
    left: auto;

    margin-left: 10px;
}
.public-product-related .swiper-button-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.public-product-related .product-related {
    position: relative;

    margin-top: 50px;
}
@media (max-width: 1199px) {
    .public-product-related .product-related {
        margin-top: 30px;
    }
}
.feedbackform form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.feedbackform form ul li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .feedbackform form ul li {
        margin-top: 20px;
    }
}
.feedbackform form .field {
    position: relative;
}
.feedbackform form .input-label {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

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

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

    cursor: text;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .18s;
    transition-duration: .18s;
    -webkit-transition-property: top, font-size;
    transition-property: top, font-size;
    z-index: 2;
    color: #3d3c48;
}
@media (max-width: 991px) {
    .feedbackform form .input-label {
        font-size: 14px;
        line-height: 24px;

        padding: 10px 20px;
    }
}
.feedbackform form .input-field {
    font-size: 16px;
    line-height: 30px;

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

    -webkit-transition: border .28s ease-out;
    transition: border .28s ease-out;

    border: 1px solid #dfdfdf;
    background: transparent;
    position: relative;
    z-index: 6;
    /* background-color: #fff; */
}
@media (max-width: 991px) {
    .feedbackform form .input-field {
        font-size: 14px;
        line-height: 24px;

        padding: 10px 20px;
    }
}
.feedbackform form .input-field:required+.input-label:after {
    content: '*';

    color: red;
}
.feedbackform form .input-field:focus+.input-label,
.feedbackform form .input-field:not(:placeholder-shown)+.input-label {
    font-size: 14px;

    top: -30px;

    color: #999;
}
@media (max-width: 991px) {
    .feedbackform form .input-field:focus+.input-label,
    .feedbackform form .input-field:not(:placeholder-shown)+.input-label {
        font-size: 12px;

        top: -20px;
    }
}
.feedbackform form .input:hover .input-field:placeholder-shown:not(:focus) {
    border-color: #666;
}
.feedbackform form .submit {
    font-size: 16px;
    line-height: 44px;

    height: 50px;
    margin-top: 50px;
    padding: 0 40px;

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

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #b90000;
}
@media (max-width: 991px) {
    .feedbackform form .submit {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
        margin-top: 30px;
    }
}
.feedbackform form .submit:hover {
    text-decoration: underline;
}
.hs-footer {
    position: relative;

    overflow: hidden;

    padding: 80px 0 0 0;

    color: rgba(255, 255, 255, .6);
    background: url(../images/footer_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px) {
    .hs-footer {
        padding: 60px 0 0 0;
    }
}
@media (max-width: 991px) {
    .hs-footer {
        padding: 30px 0 0 0;
    }
}
.hs-footer .foot-top {
    padding: 40px 0;

    border-top: 1px solid rgba(85, 85, 85, .5);
    border-bottom: 1px solid rgba(85, 85, 85, .5);
}
@media (max-width: 1199px) {
    .hs-footer .foot-top {
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-top {
        padding: 10px 0;
    }
}
.hs-footer .foot-logo img {
    height: 50px;
}
.hs-footer .foot-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
}
.hs-footer .foot-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hs-footer .foot-share ul li {
    margin-left: 24px;
}
@media (max-width: 767px) {
    .hs-footer .foot-share ul li {
        margin-left: 10px;
    }
}
.hs-footer .foot-share ul li a {
    line-height: 34px;

    display: block;

    width: 34px;
    height: 34px;

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

    color: #fff;
    border-radius: 16px;
    background: #606060;
}
.hs-footer .foot-share ul li a img {
    width: 100%;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
}
.hs-footer .foot-share ul li a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hs-footer .foot-share ul li a:hover img {
    opacity: 1;
}
.hs-footer .foot-nav {
    padding: 70px 0;
}
@media (max-width: 1199px) {
    .hs-footer .foot-nav {
        padding: 30px 0;
    }
}
.hs-footer .foot-nav>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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .hs-footer .foot-nav>ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.hs-footer .foot-nav>ul>li {
    position: relative;
}
.hs-footer .foot-nav>ul>li:last-child {
    margin-left: 10vw;
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li:last-child {
        margin-left: 0;
    }
}
@media (max-width: 1199px) {
    .hs-footer .foot-nav>ul>li {
        width: 33.33333333%;
        margin: 10px 0;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li {
        width: 100%;
        max-width: 100%;
    }
}
.hs-footer .foot-nav>ul>li>a {
    font-family: 'Black Ops One';
    font-size: 20px;
    line-height: 1.5;

    display: block;

    text-transform: uppercase;

    color: #fff;
}
.hs-footer .foot-nav>ul>li .flaticon-right-arrow {
    font-style: normal;

    display: none;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li .flaticon-right-arrow {
        font-size: 16px;
        line-height: 40px;

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

        display: block;

        width: 40px;
        height: 40px;

        text-align: center;
    }
}
.hs-footer .foot-nav>ul>li>ul {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .hs-footer .foot-nav>ul>li>ul {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>ul {
        display: none;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>ul>li {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.hs-footer .foot-nav>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 1.75;

    display: block;

    color: rgba(255, 255, 255, .6);
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>ul>li>a {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.hs-footer .foot-nav>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #fff;
}
.hs-footer .foot-nav>ul>li.current .flaticon-right-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.hs-footer .foot-txt {
    max-width: 250px;

    color: #fff;
}
@media (max-width: 1199px) {
    .hs-footer .foot-txt {
        max-width: 100%;
    }
}
.hs-footer .foot-txt .txt-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .hs-footer .foot-txt .txt-group {
        margin-bottom: 20px;
    }
}
.hs-footer .foot-txt .txt-group .flaticon {
    line-height: 45px;

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

    text-align: center;

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

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-footer .foot-txt .txt-group .icon {
    line-height: 45px;

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

    text-align: center;

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

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-footer .foot-txt .txt-group .icon img {
    display: block;

    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-footer .foot-txt .txt-group p {
    font-size: 16px;

    margin: 0;
}
.hs-footer .foot-txt .txt-group p a:hover {
    text-decoration: underline;
}
.hs-footer .copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 30px 0;

    color: rgba(255, 255, 255, .6);
    border-top: 1px solid rgba(85, 85, 85, .5);

    -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-footer .copyright {
        width: 100%;
    }
}
.hs-footer .copyright p {
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.hs-footer .copyright .policy {
    margin-left: 20px;
}
.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;
}
.public-exhibitions-group .ibox {
    padding-bottom: 65%;
}
.public-exhibitions-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-exhibitions-group .desc {
    margin-top: 20px;
}
.public-exhibitions-group .desc .title-news {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px) {
    .public-exhibitions-group .desc .title-news {
        font-size: 16px;
        line-height: 1.5;
    }
}
.public-exhibitions-group .desc .date-more {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.public-exhibitions-group .desc .date {
    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;
}
.public-exhibitions-group .desc .date .text-fade {
    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;
}
.public-exhibitions-group .desc .date .text-fade span {
    font-size: 18px;
    font-weight: 900;
    line-height: 44px;

    display: block;

    width: 30px;
    height: 44px;

    text-align: center;

    color: #fff;
    border-right: 1px solid #fff;
    background: #333;
}
@media (max-width: 1199px) {
    .public-exhibitions-group .desc .date .text-fade span {
        font-size: 16px;
        line-height: 34px;

        width: 24px;
        height: 34px;
    }
}
.public-exhibitions-group .desc .date .day:after,
.public-exhibitions-group .desc .date .month:after {
    margin: 0 6px;

    content: '-';
}
.public-exhibitions-group .desc .date .month span {
    background-color: #b90000;
}
@media (max-width: 991px) {
    .public-exhibitions-group .desc .more {
        width: 100%;
        margin-top: 20px;
    }
}
.public-exhibitions-group .desc .more a {
    line-height: 42px;

    display: inline-block;

    padding: 0 50px;

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

    color: #b90000;
    border: 1px solid #b90000;
}
@media (max-width: 1199px) {
    .public-exhibitions-group .desc .more a {
        padding: 0 30px;
    }
}
.public-exhibitions-group:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.public-exhibitions-group:hover .desc .title-news {
    color: #b90000;
}
.public-exhibitions-group:hover .desc .more a {
    color: #fff;
    background-color: #b90000;
}
@media (min-width: 1200px) {
    .hs-inner-exhibitions .exhibitions ul {
        margin: 0 -30px;
        margin-top: -60px;
    }
    .hs-inner-exhibitions .exhibitions ul li {
        padding: 0 30px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-exhibitions .exhibitions {
        margin-top: -30px;
    }
}
.hs-inner-exhibitions .exhibitions>ul>li {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-exhibitions .exhibitions>ul>li {
        margin-top: 30px;
    }
}
@media (min-width: 1200px) {
    .hs-inner-news .news ul {
        margin: 0 -25px;
        margin-top: -50px;
    }
    .hs-inner-news .news ul li {
        padding: 0 25px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-news .news {
        margin-top: -25px;
    }
}
.hs-inner-news .news>ul>li {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-news .news>ul>li {
        margin-top: 30px;
    }
}
.hs-inner-faqs .faqs {
    margin-top: -60px;
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs {
        margin-top: -40px;
    }
}
.hs-inner-faqs .faqs>ul>li {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs>ul>li {
        margin-top: 40px;
    }
}
.hs-inner-faqs .faqs-group {
    background-color: #fff;
}
.hs-inner-faqs .title-faqs {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;

    position: relative;

    padding-left: 70px;

    cursor: pointer;
}
@media (max-width: 1199px) {
    .hs-inner-faqs .title-faqs {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-inner-faqs .title-faqs {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hs-inner-faqs .title-faqs {
        font-size: 16px;
        line-height: 30px;

        padding-left: 40px;
    }
}
.hs-inner-faqs .title-faqs:before {
    font-size: 18px;
    line-height: 36px;

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

    display: block;

    width: 36px;
    height: 36px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #c4c4c4;
}
@media (max-width: 767px) {
    .hs-inner-faqs .title-faqs:before {
        font-size: 16px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.hs-inner-faqs .faqs-ques:before {
    display: block;

    width: 1px;
    height: 0;
    margin: 10px 0;
    margin-left: 18px;

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

    background: #bcbcbc;
}
.hs-inner-faqs .faqs-ques .ques-line {
    position: relative;

    padding-left: 70px;
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs-ques .ques-line {
        padding-left: 40px;
    }
}
.hs-inner-faqs .faqs-ques .ques-line:after {
    font-size: 18px;
    line-height: 36px;

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

    display: block;

    width: 36px;
    height: 36px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #000;
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs-ques .ques-line:after {
        font-size: 16px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.hs-inner-faqs .faqs-ques .public-note {
    position: relative;
}
.hs-inner-faqs .faqs-ques .public-note .note {
    position: relative;
    z-index: 6;

    padding: 50px;

    border: 1px solid rgba(0, 0, 0, .19);
    background: #fff;
}
@media (max-width: 1560px) {
    .hs-inner-faqs .faqs-ques .public-note .note {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs-ques .public-note .note {
        padding: 15px;
    }
}
.hs-inner-faqs .faqs-ques .public-note:before,
.hs-inner-faqs .faqs-ques .public-note:after {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 2%;

    display: block;

    width: 96%;
    height: 100%;

    content: '';
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);

    border: 1px solid rgba(0, 0, 0, .19);
    background-color: #fff;
}
.hs-inner-faqs .faqs-ques .public-note:after {
    z-index: 4;
    left: 4%;

    width: 92%;

    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}
.hs-inner-faqs .current .title-faqs:before {
    background-color: #b90000;
}
.hs-inner-faqs .current .faqs-ques:before {
    height: 80px;
}
@media (max-width: 1199px) {
    .hs-inner-faqs .current .faqs-ques:before {
        height: 60px;
    }
}
@media (max-width: 767px) {
    .hs-inner-faqs .current .faqs-ques:before {
        height: 40px;
    }
}
.hs-inner-download .download {
    margin-top: -30px;
}
@media (max-width: 767px) {
    .hs-inner-download .download {
        margin-top: -20px;
    }
}
.hs-inner-download .download ul li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-inner-download .download ul li {
        margin-top: 20px;
    }
}
.hs-inner-download .download .down-group {
    position: relative;

    padding: 20px 80px;

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

    border: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
    .hs-inner-download .download .down-group {
        padding: 20px 35px 20px 40px;
    }
}
.hs-inner-download .download .down-group:before {
    position: absolute;
    top: 50%;
    left: 20px;

    display: block;

    width: 23px;
    height: 33px;

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

    background: url(../images/download-icon.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px) {
    .hs-inner-download .download .down-group:before {
        left: 10px;
    }
}
.hs-inner-download .download .down-group .title-download {
    font-size: 24px;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .hs-inner-download .download .down-group .title-download {
        font-size: 20px;
        line-height: 30px;

        height: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-download .download .down-group .title-download {
        font-size: 18px;
        line-height: 24px;

        height: 24px;
    }
}
.hs-inner-download .download .down-group .down {
    position: absolute;
    top: 50%;
    right: 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .hs-inner-download .download .down-group .down {
        right: 10px;
    }
}
.hs-inner-download .download .down-group .down .flaticon {
    font-size: 24px;
}
@media (min-width: 1200px) {
    .hs-inner-download .download .down-group:hover {
        border: 1px solid #b90000;
        box-shadow: 0 11px 14px 0 rgba(185, 0, 0, .42);
    }
    .hs-inner-download .download .down-group:hover .title-download {
        font-weight: bold;
    }
    .hs-inner-download .download .down-group:hover .down {
        color: #b90000;
    }
}
.hs-inner-videos {
    padding-top: 40px;
}
.hs-inner-videos .videos 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-videos .videos ul li {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-videos .videos ul li {
        margin-top: 30px;
    }
}
@media (min-width: 1200px) {
    .hs-inner-videos .videos ul {
        margin: 0 -30px;
    }
    .hs-inner-videos .videos ul li {
        padding: 0 30px;
    }
}
.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: 600;
    line-height: 1.5;

    margin: 0;
    padding: 30px 5% 0 5%;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 991px) {
    .hs-inner-videos .videos .videos-group .title-videos {
        font-size: 18px;
        line-height: 1.33333333;

        padding: 20px 15px 0 15px;
    }
}
.hs-inner-news-show .title-news-show h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33333333;

    margin: 0;
}
@media (max-width: 1199px) {
    .hs-inner-news-show .title-news-show h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-news-show .title-news-show h2 {
        font-size: 20px;
    }
}
.hs-inner-news-show .data-share {
    line-height: 1.875;

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

    color: #fff;
    background: #4e4e4e;
}
.hs-inner-news-show .data-share .date-person {
    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: 767px) {
    .hs-inner-news-show .data-share .date-person {
        width: 100%;
        margin-bottom: 20px;
    }
}
.hs-inner-news-show .data-share .date {
    margin-right: 20px;
}
.hs-inner-news-show .data-share .date,
.hs-inner-news-show .data-share .person {
    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-inner-news-show .data-share .date .flaticon,
.hs-inner-news-show .data-share .person .flaticon {
    margin-right: 10px;
}
.hs-inner-news-show .public-note {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .hs-inner-news-show .public-note {
        margin-top: 30px;
    }
}
.hs-inner-news-show .public-note img {
    max-width: 100%;
    height: auto !important;
}
.hs-inner-news-show .button-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;
    padding: 0 3%;

    color: #fff;
    background: #4e4e4e;

    -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: 991px) {
    .hs-inner-news-show .button-news {
        margin-top: 30px;
    }
}
.hs-inner-news-show .button-news a {
    font-size: 16px;
    line-height: 60px;

    display: block;

    width: 60px;
    height: 60px;

    text-align: center;

    background: none;
}
.hs-inner-news-show .button-news a:hover {
    color: #b90000;
}
.hs-inner-news-show .button-news .swiper-button-next {
    margin-left: 0;
}
.hs-inner-news-show .button-news .return {
    font-size: 14px;

    display: block;

    width: auto;
}
.hs-inner-news-show .related-news {
    padding-top: 100px;
}
@media (max-width: 1199px) {
    .hs-inner-news-show .related-news {
        padding-top: 50px;
    }
}
.hs-inner-news-show .related-news .title-related-news h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.33333333;

    margin: 0;
}
@media (max-width: 1199px) {
    .hs-inner-news-show .related-news .title-related-news h3 {
        font-size: 24px;
    }
}
.hs-inner-news-show .related-news .news-list {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .hs-inner-news-show .related-news .news-list {
        margin-top: 20px;
    }
}
.hs-inner-news-show .related-news .news-list .slick-list {
    margin: 0 -25px;
}
@media (max-width: 1560px) {
    .hs-inner-news-show .related-news .news-list .slick-list {
        margin: 0 -15px;
    }
}
@media (max-width: 767px) {
    .hs-inner-news-show .related-news .news-list .slick-list {
        margin: 0 -5px;
    }
}
.hs-inner-news-show .related-news .news-list .slick-list .slick-slide {
    padding: 0 25px;
}
@media (max-width: 1560px) {
    .hs-inner-news-show .related-news .news-list .slick-list .slick-slide {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .hs-inner-news-show .related-news .news-list .slick-list .slick-slide {
        padding: 0 5px;
    }
}
.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: #b90000;
}
.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: #b90000;
    background-color: #b90000;
}
.hs-inner-contact {
    position: relative;
    z-index: 6;

    margin-top: -100px;
}
@media (min-width: 1200px) {
    .hs-inner-contact {
        overflow: visible;
    }
}
@media (max-width: 1560px) {
    .hs-inner-contact {
        margin-top: -60px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-contact {
        margin-top: 40px;
    }
}
.hs-inner-contact .contact {
    position: relative;

    padding: 80px 8%;

    color: #fff;
    background: url(../images/contact_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px) {
    .hs-inner-contact .contact {
        padding: 50px 5%;
    }
}
@media (max-width: 1199px) {
    .hs-inner-contact .contact {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .contact {
        padding: 20px;
    }
}
.hs-inner-contact .contact:before {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;

    display: block;

    width: 466px;
    height: 568px;

    content: '';

    background: url(../images/contact.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px) {
    .hs-inner-contact .contact:before {
        width: 380px;
        height: 460px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-contact .contact:before {
        display: none;
    }
}
.hs-inner-contact .contact>ul {
    position: relative;
    z-index: 6;

    width: 50%;
}
@media (max-width: 1199px) {
    .hs-inner-contact .contact>ul {
        width: 100%;
    }
}
.hs-inner-contact .contact>ul>li {
    margin: 30px 0;
}
@media (max-width: 991px) {
    .hs-inner-contact .contact>ul>li {
        margin: 15px 0;
    }
}
.hs-inner-contact .contact .contact-group {
    padding-left: 20px;

    border-left: 3px solid #b90000;
}
.hs-inner-contact .contact .contact-group b {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}
.hs-inner-contact .contact .contact-group p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 10px 0 0 0;
}
.hs-inner-contact .contact .contact-group p a:hover {
    text-decoration: underline;
}
.hs-inner-contact .feedback {
    position: relative;

    margin-top: 60px;
}
.hs-inner-contact .feedback .hs-google-map {
    width: 100%;
}
.hs-inner-contact .feedback .hs-google-map #map {
    width: 100%;
    height: 80vh;
}
@media (max-width: 1199px) {
    .hs-inner-contact .feedback .hs-google-map #map {
        height: 600px;
    }
}
@media (max-width: 991px) {
    .hs-inner-contact .feedback .hs-google-map #map {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .feedback .hs-google-map #map {
        height: 400px;
    }
}
.hs-inner-contact .feedback .feedbackform {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 5%;

    width: 460px;
    padding: 30px;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1400px) {
    .hs-inner-contact .feedback .feedbackform {
        right: 5%;
    }
}
@media (max-width: 1199px) {
    .hs-inner-contact .feedback .feedbackform {
        position: relative;
        top: 0;
        left: 0;

        width: 100%;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .feedback .feedbackform {
        padding: 30px 15px;
    }
}
.hs-inner-contact .feedback .feedbackform .title-home {
    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-inner-contact .feedback .feedbackform .title-home h2 {
    margin-right: 20px;
}
.hs-inner-contact .feedback .feedbackform .title-home p {
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #b90000;
}
.hs-inner-contact .feedback .feedbackform form input::-webkit-input-placeholder,
.hs-inner-contact .feedback .feedbackform form textarea::-webkit-input-placeholder {
    color: #666;
}
.hs-inner-contact .feedback .feedbackform form input:-o-placeholder,
.hs-inner-contact .feedback .feedbackform form textarea:-o-placeholder {
    color: #666;
}
.hs-inner-contact .feedback .feedbackform form input::-moz-placeholder,
.hs-inner-contact .feedback .feedbackform form textarea::-moz-placeholder {
    color: #666;
}
.hs-inner-contact .feedback .feedbackform form input:-ms-input-placeholder,
.hs-inner-contact .feedback .feedbackform form textarea:-ms-input-placeholder {
    color: #666;
}
.hs-inner-contact .feedback .feedbackform form input:focus::-webkit-input-placeholder,
.hs-inner-contact .feedback .feedbackform form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.hs-inner-contact .feedback .feedbackform form input:focus::-o-placeholder,
.hs-inner-contact .feedback .feedbackform form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.hs-inner-contact .feedback .feedbackform form input:focus::-moz-placeholder,
.hs-inner-contact .feedback .feedbackform form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.hs-inner-contact .feedback .feedbackform form input:focus::-ms-input-placeholder,
.hs-inner-contact .feedback .feedbackform form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.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-solutions .solutions {
    margin-top: -80px;
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions {
        margin-top: -40px;
    }
}
.hs-inner-solutions .solutions>ul>li {
    margin-top: 80px;
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions>ul>li {
        margin-top: 40px;
    }
}
.hs-inner-solutions .solutions>ul>li:nth-child(2n) .solutions-group {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.hs-inner-solutions .solutions>ul>li:nth-child(2n) .solutions-group .desc {
    padding-right: 5%;
    padding-left: 0;

    text-align: left;
}
.hs-inner-solutions .solutions .solutions-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-solutions .solutions .solutions-group .img {
    width: 46%;
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-group .img {
        width: 100%;
    }
}
.hs-inner-solutions .solutions .solutions-group .img .ibox {
    padding-bottom: 81.25%;
}
.hs-inner-solutions .solutions .solutions-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-solutions .solutions .solutions-group .desc {
    width: 54%;
    padding-top: 30px;
    padding-left: 5%;

    text-align: right;
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions .solutions-group .desc {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-group .desc {
        width: 100%;
        padding: 20px 0 0 0;

        text-align: left;
    }
}
.hs-inner-solutions .solutions .solutions-group .desc .title-solutions {
    display: block;
}
.hs-inner-solutions .solutions .solutions-group .desc .title-solutions h3 {
    font-family: 'Black Ops One';
    font-size: 90px;
    line-height: 1;
}
@media (max-width: 1560px) {
    .hs-inner-solutions .solutions .solutions-group .desc .title-solutions h3 {
        font-size: 80px;
    }
}
@media (max-width: 1470px) {
    .hs-inner-solutions .solutions .solutions-group .desc .title-solutions h3 {
        font-size: 70px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions .solutions-group .desc .title-solutions h3 {
        font-size: 60px;
    }
}
@media (max-width: 991px) {
    .hs-inner-solutions .solutions .solutions-group .desc .title-solutions h3 {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-group .desc .title-solutions h3 {
        font-size: 30px;
    }
}
.hs-inner-solutions .solutions .solutions-group .desc .public-note {
    display: -webkit-box;
    overflow: hidden;

    max-height: 180px;
    margin-top: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
@media (max-width: 991px) {
    .hs-inner-solutions .solutions .solutions-group .desc .public-note {
        margin-top: 14px;
    }
}
.hs-inner-solutions .solutions .solutions-group .desc .more {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .hs-inner-solutions .solutions .solutions-group .desc .more {
        margin-top: 30px;
    }
}
.hs-inner-solutions .solutions .solutions-group .desc .more a {
    font-size: 16px;
    line-height: 60px;

    display: inline-block;

    padding: 0 60px;

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

    color: #fff;
    background-color: #b90000;
}
@media (max-width: 991px) {
    .hs-inner-solutions .solutions .solutions-group .desc .more a {
        line-height: 50px;

        padding: 0 40px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-group .desc .more a {
        line-height: 40px;

        padding: 0 30px;
    }
}
.hs-inner-solutions .solutions .solutions-group .desc .more a:hover {
    background-color: #a10000;
}
.hs-inner-solutions .solutions .solutions-group:hover .img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-inner-solutions-details .title-solutions-details h2 {
    font-family: 'Black Ops One';
    font-size: 48px;
    line-height: 1;
}
@media (max-width: 1560px) {
    .hs-inner-solutions-details .title-solutions-details h2 {
        font-size: 40px;
    }
}
@media (max-width: 1470px) {
    .hs-inner-solutions-details .title-solutions-details h2 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-solutions-details .title-solutions-details h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-solutions-details .title-solutions-details h2 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions-details .title-solutions-details h2 {
        font-size: 24px;
    }
}
.hs-inner-solutions-details .solutions-details-top {
    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;
}
@media (max-width: 991px) {
    .hs-inner-solutions-details .solutions-details-top {
        margin-top: 30px;
    }
}
.hs-inner-solutions-details .solutions-details-top .img {
    width: 400px;
}
@media (max-width: 991px) {
    .hs-inner-solutions-details .solutions-details-top .img {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions-details .solutions-details-top .img {
        width: 100%;
    }
}
.hs-inner-solutions-details .solutions-details-top .img img {
    width: 100%;
    height: auto;
}
.hs-inner-solutions-details .solutions-details-top .desc {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    padding-left: 5%;
}
@media (max-width: 991px) {
    .hs-inner-solutions-details .solutions-details-top .desc {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions-details .solutions-details-top .desc {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.hs-inner-solutions-details .solutions-list .col-12 {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-solutions-details .solutions-list .col-12 {
        margin-top: 30px;
    }
}
@media (min-width: 1200px) {
    .hs-inner-solutions-details .solutions-list .row {
        margin: 0 -30px;
    }
    .hs-inner-solutions-details .solutions-list .col-12 {
        padding: 0 30px;
    }
}

.hs-inner-solutions-details .solutions-list .solutions-group .ibox {
    padding-bottom: 58.75%;
}
.hs-inner-solutions-details .solutions-list .solutions-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-solutions-details .solutions-list .solutions-group .title-solutions {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;

    margin-top: 24px;

    color: #b90000;
}
@media (max-width: 991px) {
    .hs-inner-solutions-details .solutions-list .solutions-group .title-solutions {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions-details .solutions-list .solutions-group .title-solutions {
        font-size: 18px;
    }
}
.hs-inner-solutions-details .solutions-list .solutions-group .public-note {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .hs-inner-solutions-details .solutions-list .solutions-group .public-note {
        margin-top: 10px;
    }
}
.public-product-related .title-product-details h3 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.25;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1560px) {
    .public-product-related .title-product-details h3 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .public-product-related .title-product-details h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .public-product-related .title-product-details h3 {
        font-size: 24px;
    }
}
.public-product-related .title-product-details span i {
    font-style: normal;

    color: #b90000;
}
.hs-inner-design-top {
    padding: 260px 0 220px;

    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .hs-inner-design-top {
        padding: 160px 0 100px;
    }
}
@media (max-width: 767px) {
    .hs-inner-design-top {
        padding: 100px 0 60px;
    }
}
.hs-inner-design-top .hs-inner-location {
    position: relative;
}
.hs-inner-design-top .hs-inner-location:before {
    position: absolute;
    top: 15px;
    right: -webkit-calc(100% + 20px);
    right: calc(100% + 20px);

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #fff;
}
.hs-inner-design-top .title-home {
    max-width: 70%;
    margin-top: 30px;
}
.hs-inner-design-top .title-home h2 {
    font-size: 72px;
}
@media (max-width: 1560px) {
    .hs-inner-design-top .title-home h2 {
        font-size: 60px;
    }
}
@media (max-width: 1470px) {
    .hs-inner-design-top .title-home h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-design-top .title-home h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .hs-inner-design-top .title-home h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-design-top .title-home h2 {
        font-size: 24px;
    }
}
.hs-inner-design-top .design-top {
    margin-top: 80px;
    padding: 60px;

    background-color: rgba(0, 0, 0, .8);
}
@media (max-width: 1199px) {
    .hs-inner-design-top .design-top {
        margin-top: 40px;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-design-top .design-top {
        margin-top: 20px;
        padding: 15px;
    }
}
.hs-inner-design-top .design-top p {
    font-size: 19px;
    font-weight: 400;
    line-height: 2;
    color: rgba(255, 255, 255, .8);
    margin: 0;
}
@media (max-width: 1199px) {
    .hs-inner-design-top .design-top p {
        font-size: 16px;
    }
}
.hs-inner-design .design>ul {
    margin-top: -100px;
}
@media (max-width: 1560px) {
    .hs-inner-design .design>ul {
        margin-top: -60px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-design .design>ul {
        margin-top: -30px;
    }
}
.hs-inner-design .design>ul>li {
    margin-top: 100px;
}
@media (max-width: 1560px) {
    .hs-inner-design .design>ul>li {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-design .design>ul>li {
        margin-top: 30px;
    }
}
.hs-inner-design .design>ul>li:nth-child(2n) .design-group {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.hs-inner-design .design>ul>li:nth-child(2n) .design-group .title-design {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.hs-inner-design .design>ul>li:nth-child(2n) .design-group .desc {
    padding-right: 5%;
}
.hs-inner-design .design>ul>li:nth-child(2n) .design-group .public-note {
    padding-left: 0;
}
.hs-inner-design .design .design-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-design .design .design-group .img {
    width: 45%;
}
@media (max-width: 767px) {
    .hs-inner-design .design .design-group .img {
        width: 100%;
    }
}
.hs-inner-design .design .design-group .img .ibox {
    padding-bottom: 67.74193548%;
}
.hs-inner-design .design .design-group .desc {
    position: relative;
    z-index: 6;

    width: 55%;
}
@media (max-width: 767px) {
    .hs-inner-design .design .design-group .desc {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-design .design .design-group .desc .title-design {
    font-family: 'Black Ops One';

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

    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .hs-inner-design .design .design-group .desc .title-design {
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@media (max-width: 767px) {
    .hs-inner-design .design .design-group .desc .title-design {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.hs-inner-design .design .design-group .desc .title-design .num {
    font-size: 150px;
    line-height: 1;

    color: #b90000;
}
@media (max-width: 1560px) {
    .hs-inner-design .design .design-group .desc .title-design .num {
        font-size: 120px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-design .design .design-group .desc .title-design .num {
        font-size: 100px;
    }
}
@media (max-width: 991px) {
    .hs-inner-design .design .design-group .desc .title-design .num {
        font-size: 80px;
    }
}
@media (max-width: 767px) {
    .hs-inner-design .design .design-group .desc .title-design .num {
        font-size: 60px;
    }
}
.hs-inner-design .design .design-group .desc .title-design h3 {
    font-size: 48px;
    line-height: 1;

    margin: 6px 0 0 0;
}
@media (max-width: 1560px) {
    .hs-inner-design .design .design-group .desc .title-design h3 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-design .design .design-group .desc .title-design h3 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-design .design .design-group .desc .title-design h3 {
        font-size: 24px;
    }
}
.hs-inner-design .design .design-group .desc .public-note {
    margin-top: 30px;
    padding-left: 50px;
}
@media (max-width: 767px) {
    .hs-inner-design .design .design-group .desc .public-note {
        margin-top: 15px;
        padding-left: 0;
    }
}
.hs-inner-support-odm .support-odm {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-support-odm .support-odm {
        margin-top: 0;
    }
}
.hs-inner-support-odm .support-odm>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -20px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .hs-inner-support-odm .support-odm>ul {
        margin: 0 -10px;
    }
}
.hs-inner-support-odm .support-odm>ul>li {
    margin-top: 30px;
    padding: 0 20px;
}
@media (max-width: 767px) {
    .hs-inner-support-odm .support-odm>ul>li {
        width: 50%;
        margin-top: 20px;
        padding: 0 10px;
    }
}
.hs-inner-support-odm .support-odm .odm-group {
    max-width: 140px;

    text-align: center;

    color: #b90000;
}
@media (max-width: 767px) {
    .hs-inner-support-odm .support-odm .odm-group {
        max-width: 100%;
    }
}
.hs-inner-support-odm .support-odm .odm-group .flaticon {
    font-size: 30px;
    line-height: 1;
}
.hs-inner-support-odm .support-odm .odm-group p {
    font-size: 16px;
    line-height: 1.875;

    margin: 10px 0 0 0;
}
.hs-inner-support-odm .support-customer {
    padding-top: 80px;
}
@media (max-width: 767px) {
    .hs-inner-support-odm .support-customer {
        padding-top: 40px;
    }
}
.hs-inner-support-odm .support-customer .customer {
    margin-top: 30px;
}
.hs-inner-support-odm .support-customer .customer .col-12 {
    margin-top: 30px;
}
.hs-inner-support-odm .support-customer .customer .customer-group {
    height: 100%;

    color: #fff;
    background: #000;
}
.hs-inner-support-odm .support-customer .customer .customer-group .ibox {
    padding-bottom: 33.82352941%;
}
.hs-inner-support-odm .support-customer .customer .customer-group .desc {
    padding: 30px;
}
@media (max-width: 767px) {
    .hs-inner-support-odm .support-customer .customer .customer-group .desc {
        padding: 20px;
    }
}
.hs-inner-support-odm .support-customer .customer .customer-group .title-customer {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.66666667;

    color: #b90000;
}
.hs-inner-support-odm .support-customer .customer .customer-group .public-note {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .hs-inner-support-odm .support-customer .customer .customer-group .public-note {
        margin-top: 10px;
    }
}
.hs-inner-support-oem {
    background: #f5f5f5;
}
@media (min-width: 1200px) {
    .hs-inner-support-oem .support-oem1 .row {
        margin: 0 -25px;
    }
    .hs-inner-support-oem .support-oem1 .col-12 {
        padding: 0 25px;
    }
}
.hs-inner-support-oem .support-oem1 .col-12 {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .hs-inner-support-oem .support-oem1 .col-12 {
        margin-top: 20px;
    }
}
.hs-inner-support-oem .support-oem1 .oem1-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 10px 15px;

    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-support-oem .support-oem1 .oem1-group .flaticon {
    font-size: 30px;

    margin-right: 10px;

    color: #b90000;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-inner-support-oem .support-oem1 .oem1-group p {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 767px) {
    .hs-inner-support-oem .support-oem1 .oem1-group p {
        font-size: 16px;
    }
}
.hs-inner-support-oem .support-oem2 {
    margin-top: 30px;
}
@media (min-width: 1200px) {
    .hs-inner-support-oem .support-oem2 .row {
        margin: 0 -25px;
    }
    .hs-inner-support-oem .support-oem2 .col-12 {
        padding: 0 25px;
    }
}
.hs-inner-support-oem .support-oem2 .col-12 {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-inner-support-oem .support-oem2 .col-12 {
        margin-top: 20px;
    }
}
.hs-inner-support-oem .support-oem2 .oem2-group {
    height: 100%;
    padding: 60px;

    background-color: #fff;
}
@media (max-width: 1560px) {
    .hs-inner-support-oem .support-oem2 .oem2-group {
        padding: 30px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-support-oem .support-oem2 .oem2-group {
        padding: 20px;
    }
}
.hs-inner-support-oem .support-oem2 .oem2-group h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.66666667;

    margin-bottom: 20px;

    color: #b90000;
}
@media (max-width: 767px) {
    .hs-inner-support-oem .support-oem2 .oem2-group h3 {
        margin-bottom: 10px;
    }
}
.hs-inner-support-oem .support-oem2 .oem2-group p {
    font-size: 16px;
    line-height: 1.875;

    color: #333;
}
@media (max-width: 767px) {
    .hs-inner-support-oem .support-oem2 .oem2-group p {
        font-size: 15px;
    }
}
.hs-inner-support .support {
    padding: 80px 5% 0 5%;

    color: #fff;
    background-color: #000;
}
@media (max-width: 991px) {
    .hs-inner-support .support {
        padding: 50px 15px 30px 15px;
    }
}
.hs-inner-support .title-home h2 {
    text-transform: capitalize;

    color: #b90000;
}
.hs-inner-support .desc {
    width: 30%;
    padding-top: 150px;
}
@media (max-width: 1199px) {
    .hs-inner-support .desc {
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
    .hs-inner-support .desc {
        width: 100%;
        padding-top: 30px;
    }
}
.hs-inner-support .desc .title-support {
    font-size: 24px;
    font-weight: 700;

    color: #b90000;
}
@media (max-width: 1199px) {
    .hs-inner-support .desc .title-support {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-inner-support .desc .title-support {
        font-size: 18px;
    }
}
.hs-inner-support .desc .public-note {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .hs-inner-support .desc .public-note {
        margin-top: 10px;
    }
}
.hs-inner-support .img {
    width: 40%;
    padding: 0 5%;

    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    text-align: center;
}
@media (max-width: 767px) {
    .hs-inner-support .img {
        width: 60%;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.hs-inner-support .img img {
    max-width: 100%;
}
.title-inner p {
    font-size: 16px;
    line-height: 1.875;

    margin: 20px 0 0 0;

    color: #666;
}
@media (max-width: 991px) {
    .title-inner p {
        font-size: 15px;

        margin-top: 10px;
    }
}

.page_info {
    text-align: center;
    margin: 10px auto;
    padding: 50px;
    color: #999;
    clear: both
}
.page_info span {
    padding: 0 2px;
    font-weight: bold
}
.page_list {
    height: 40px;
    line-height: 40px;
    width: 40px;

    text-align: center;
    clear: both;
    letter-spacing: 0;
    font-size: 18px;
    margin: 50px auto;
    padding: 30px;
    clear: both;
    width: 100%
}
.page_list a,
.page_list span {
    display: inline-block;
    color: #ccc;
    border: 1px solid #111;
    background: #000;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 1px;
    border-radius: 50%;
}
.page_list a:hover {
    color: #fff;
    border: 1px solid #b90000;
    background: #b90000
}
.page_list .on {
    color: #fff;
    border: 1px solid #b90000;
    background: #b90000
}

.open-download {
    display: none;

    width: 94%;
    max-width: 430px;
}
.open-download .public-inquiry {
    padding-top: 30px;
}
.open-download .title-product-details {
    display: block;
}
.open-download .title-product-details p {
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: rgba(21, 24, 41, .7);
}
.open-download .title-product-details span i {
    color: #b49b78;
}
.product-small .pro-group-video {
    position: relative;
}
.product-small .pro-group-video:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #b90000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 2;
}