@import url('../../home/lib/bootstrap/css/bootstrap.min.css');
@import url('../../../static/font-awesome/css/font-awesome.css');
@import url('../../home/lib/animate/animate.min.css');
@import url('../../../static/swiper/swiper-bundle.css');
@import url('../../../static/layui/css/layui.css');

/*--------------------------------------------------------------
    Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'Poppins-Light';
    src: url('../font/Poppins-Light.ttf');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../font/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../font/Poppins-Medium.ttf');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../font/Poppins-Bold.ttf');
}

/*--------------------------------------------------------------
    General
--------------------------------------------------------------*/
:root{
    --primary-color: #B20405;
    --secondary-color: #E52228;
}

body {
    background: #FFF;
    font-size: 15px;
}

a{
    color: #202020;
    transition: all 0.5s;
}

a:hover,
a:active,
a:focus {
    color: var(--primary-color);
    outline: none;
    text-decoration: none;
}

section{
    padding-top: 80px;
    padding-bottom: 80px;
}

.swiper-container{
    position: relative;
}

.section-title,
.section-subtitle,
.section-intro{
    margin: 0;
    padding: 0;
}

.section-title{
    font-size: 40px;
    color: #202020;
    font-weight: bold;
}

.section-subtitle{
    font-size: 30px;
}

.section-intro{
    font-size: 20px;
}

.no-data{
    width: 100%;
    font-size: 17px;
    display: flex;
    justify-content: center;
}

.text-primary{
    color: var(--primary-color);
}

.text-secondary{
    color: var(--secondary-color);
}

.bg-primary{
    background-color: var(--primary-color);
}

.bg-secondary{
    background-color: var(--secondary-color);
}

.bg-white{
    background-color: #FFF;
}

.img{
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.img img{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.warp{
    margin: 1rem;
    padding: 1rem;
    transition: all 0.5s;
}

.warp:hover{
    box-shadow: 0 0 2px 2px rgba(114,114,114,0.5);
}

.warp .img{
    padding-bottom: 100%;
}

body{
    color: revert;
}

.article .view {
    padding: 0;
    word-wrap: break-word;
    cursor: text;
    height: 90%;
}

.article pre {
    margin: .5em 0;
    padding: .4em .6em;
    border-radius: 8px;
    background: #f8f8f8;
}

.article p {
    margin: 5px 0;
}

.article p,.article span{
    text-wrap-mode: wrap!important;
    word-wrap: break-word;
}

.article iframe,
.article table,
.article img,
.article img ul{
    max-width: 100%;
}

.article .h1, 
.article .h2, 
.article .h3, 
.article .h4, 
.article .h5, 
.article .h6, 
.article h1, 
.article h2, 
.article h3, 
.article h4, 
.article h5, 
.article h6{
    margin: revert;
    font-size: revert;
    font-weight: revert;
}

.article li{
    list-style: unset;
}

.article sup{
    font-size: revert;
    top: revert;
    line-height: revert;
}

.article td, .article th{
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.article .list-paddingleft-2{
    padding-left: 30px;
}

.article .list-paddingleft-3{
    padding-left: 60px;
}

.article .selectTdClass {
    background-color: #edf5fa !important
}

.article table.noBorderTable td,
.article table.noBorderTable th,
.article table.noBorderTable caption {
    border: 1px dashed #ddd !important
}

.article table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

.article td,
.article th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.article caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

.article th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}

.article table tr.firstRow th {
    border-top-width: 2px;
}

.article .ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.article .ue-table-interlace-color-double {
    background-color: #f7faff;
}

.article td p {
    margin: 0;
    padding: 0;
}

.article ol,
.article ul {
    margin: 0;
    pading: 0;
    width: 95%;
}

.article li {
    clear: both;
}

.article ol.custom_cn {
    list-style: none;
}

.article ol.custom_cn li {
    background-position: 0 3px;
    background-repeat: no-repeat
}

.article .pagebreak {
    display: block;
    clear: both !important;
    cursor: default !important;
    width: 100% !important;
    margin: 0;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination p{
    margin:0;
    cursor:pointer
}

.pagination{
    justify-content:center;
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 0;
}

.pagination a:first-child{
    padding-left: 15px;
}


.pagination a:first-child,.pagination a:nth-last-child(2){
    width: auto;
    font-size: 14px;
}

.pagination a{
    display:block;
    float:left;
    margin-right:10px;
    padding:2px 12px;
    height: 43px;
    width: 50px;
    background:#FFF;
    text-decoration:none;
    color: #666666;
    font-size: 17px;
    line-height:38px;
    position: relative;
    font-family: 'Poppins-Regular',sans-serif;
}

.pagination a:hover{
    color: var(--primary-color);
}

.pagination a.cur{
    color:var(--primary-color);
    position: relative;
}

.pagination a.cur::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -2px;
    background-color: var(--primary-color);
}

.pagination a .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.pagination p{
    float:left;
    padding:2px 12px;
    font-size:12px;
    height:24px;
    line-height:24px;
    color:#bbb;
    border:1px #CCC solid;
    background:#FCFCFC;
    margin-right:8px;
}

.pagination p.pageRemark{
    border-style:none;
    background:none;
    margin-right:0;
    padding:4px 0;
    padding: 4px 15px 0 0;
    height: 45px;
    line-height: 40px;
    color: #140d0d;
}

.pagination p.pageRemark b{
    color:red;
}

.pagination p.pageEllipsis{
    border-style:none;
    background:none;
    padding:4px 0;
    color:#808080;
}

.pagination .pagination-box{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DFDFDF;
}
/*--------------------------------------------------------------
# placeholderBox
--------------------------------------------------------------*/
#placplaceholderBoxeholderBox{
    height: 110px;/*高度要和#header一致*/
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/* .back-to-top {
    position: fixed;
    display: none;
    background: var(--primary-color);
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #FFF;
} */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header{
    z-index: 999;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
}

#header .logo img{
    filter: brightness(0) invert(1);
}

#header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1700px;
}

#header.header-scrolled{
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(167,167,167,0.5);
}

#header.header-scrolled .logo img{
    filter: unset;
}

#header.header-scrolled .main-nav a{
    color: #202020;
    transition: all 0.5s;
}

#header.header-scrolled .main-nav a:hover{
    color: var(--primary-color);
}

#header.header-scrolled .search img{
    filter: invert(1);
}

#header.header-scrolled .search::after{
    background-color: #000;
}

#header .main-nav #level-5 > a{
    pointer-events: none;
}

#header .flag-li a{
    padding: 0 0 0 20px;
}

#header .search{
    display: flex!important;
    align-items: center;
    padding-left: 26px;
    padding-right: 30px;
    position: relative;
}

#header .search:after{
    content: '';
    position: absolute;
    top: 52%;
    right: 0;
    width: 1px;
    height: 22px;
    transform: translateY(-50%);
    background-color: #fff;
}

#header .search img{
    width: 20px;
    cursor: pointer;
}

#header .search form{
    position: absolute;
    width: 180px;
    height: 65px;
    top: 100%;
    right: 0;
    padding-top: 10px;
    opacity: 0;
    overflow: hidden;
    transition: height .3s ease-out, opacity .3s ease-out;
}

#header .search form > input{
    width: 100%;
    height: 40px;
    padding: 0 48px 0 16px;
    border: 1px solid #e8ebf1;
    appearance: none;
}

#header .search form > input:focus{
    outline: unset;
    box-shadow: unset;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#header .search form > input::placeholder{
    font-size: 13px;
}

#header .search-form{
    padding-top: 8px;
}

#header .main-nav > ul > li .country-list li {
    min-width: 100px;
    align-items: center;
}

#header .flag-li:hover>a {
    text-underline-offset: unset;
    text-decoration: unset;
}

#header .flag-li .current-flag {
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
    line-height: 69px;
}

#header .flag-li .current-flag .d-lg-block{
    display: inline-block!important;
}

#header .flag-li ul{
    padding: 0;
}

#header .flag-li ul li{
    height: 45px;
    line-height: 45px;
}

#header .flag-li img{
    margin-right: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

#header .flag-li ul li img{
    margin-right: 8px;
}

#header .flag-li ul a{
    padding: 0 10px!important;
    font-size: 15px!important;
    text-align: center;
}

#header .flag-li ul a:hover{
    color: #fff!important;
    background-color: var(--primary-color);
}

#header .current-flag:hover span {
    border-bottom: unset;
}
/*--------------------------------------------------------------
# Top Navigation Menu
--------------------------------------------------------------*/
.main-nav{
    display: none;
}
.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
    height: 70px;
    line-height: 70px;
}

.main-nav > ul > li.drop-down > a{
    line-height: 70px;
}

.main-nav a {
    font-size: 18px;
    display: block;
    position: relative;
    color: #fff;
    padding: 0 35px;
    text-transform: capitalize;
    transition: 0.5s;
}

#header:not(.zh) .main-nav a{
    padding: 0 26px;
    font-family: 'Poppins-Medium',sans-serif;
}

.main-nav li:last-child a{
    padding: 0 0 0 35px;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
    color: var(--primary-color);
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #FFF;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    height: 50px;
    line-height: 50px;
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #000;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
    color: var(--primary-color);
}

.main-nav .drop-down > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down > a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(40, 38, 70, 0.8);
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #8dc2fa;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\f077";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: var(--primary-color);
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgb(106 106 107 / 80%);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding-top: 70px;
    padding-bottom: 0;
    background: #1B1B1B;
    color: #fff;
}

.footer {
    background-size: cover;
}

.footer.main-footer .container {
    max-width: 1700px;
}


#footer .row:before,
.row:after,
.container:before,
.container:after {
    display: unset;
    content: unset;
}

.footer-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-line {
    display: flex;
    justify-content: space-between;
    color: #999999;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
    border-top: 1px solid #3E3E3E;
}

.footer-line .right span {
    color: #f1f1f1;
}

.footer-line a {
    font-size: 15px;
    color: #ababab;
    transition: 0.5s;
}

.footer-line a:hover {
    color: #fff;
}

.footer-line .right a:first-child {
    margin-right: 15px;
}

.footer-line .right a:last-child {
    margin-left: 15px;
}

.footer-line .y-line {
    color: #ABABAB;
    margin: 0 9px;
}

.footer-line:not(.zh) {
    font-family: 'Poppins-Regular',sans-serif;
}

.footer-logo-column {
    display: block;
}

.footer-logo-column .intro {
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 2;
    margin-right: 150px;
    margin-top: 25px;
}

.footer h3 {
    font-size: 25px;
}

.footer ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer ul li {
    padding: 0 0 17px 0;
}

.footer .item {
    padding-left: 15px;
    padding-right: 15px;
    width: 17%;
}

.footer .item h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

.footer .item h4 {
    font-size: 16px;
    color: #cccccc;
    padding: 9px 0;
}

.footer .item h4:first-child {
    padding: 0 0 9px 0;
}

.footer .item p {
    font-size: 15px;
    line-height: 25px;
}

.footer:not(.zh) .item p {
    font-family: 'Poppins-Regular',sans-serif;
}

.footer:not(.zh) .item p span{
    text-transform: initial;
}

.footer .img-box .img-item {
    text-align: center;
}

.footer .img-box .img-item:last-child img {
    padding-right: 0;
}

.footer .img-box .img-item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.footer .img-box .img-item {
    margin-bottom: 10px;
}

.footer .img-box .img-item:last-child {
    margin-bottom: 0;
}

.footer .img-box h4 {
    font-size: 15px;
    color: #fff;
}

/* Main Footer */
.main-footer {
    display: none;
}

/* Mobile Footer */
.mobile-footer {
    padding-top: 30px;
    padding-bottom: 1rem;
    display: block;
}

.mobile-footer .panel-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-footer .panel-heading:after {
    content: "＋";
    color: #FFF;
    right: 25px;
    font-size: 20px;
}

.mobile-footer .panel-heading.active:after {
    content: '－' !important;
}

.mobile-footer .panel-heading .panel-title {
    font-size: 20px;
    padding: 10px 0;
}

.social-links {
    width: 345px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
}

.social-links .social-item {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-top: 1rem;
    margin-right: 12px;
    transition: all 0.2s;
    background-color: #515151;
}

.social-links .social-item i {
    font-size: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #999999;
}

.social-links .social-item:hover {
    background-color: #fff;
}

.social-links .social-item:hover i {
    color: var(--primary-color);
}

.social-links .social-item.tiktok {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links .social-item.tiktok img {
    filter: brightness(100);
}

.social-links .social-item.tiktok:hover img {
    filter: unset;
}

.social-links .social-item.twitter,
.social-links .social-item.tiktok {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links .social-item.twitter img,
.social-links .social-item.tiktok img {
    width: 22px;
    filter: grayscale(1) brightness(4);
}

.social-links .social-item.tiktok img {
    width: 24px;
}

.footer .social-links .social-item.twitter:hover img,
.footer .social-links .social-item.tiktok:hover img {
    filter: unset;
}

.footer .item a {
    font-size: 15px;
    color: #ababab;
    transition: 0.5s;
}

.footer:not(.zh) .item a {
    font-family: 'Poppins-Regular',sans-serif;
    text-transform: capitalize;
}

.footer .item.item-4 ul li{
    padding: 0 0 5px 0;
}

.footer .item.item-4 a {
    font-size: 15px;
}

.footer .item.item-4 li:nth-child(1) a {
    font-size: 15px;
}

.footer .item.item-4 li:nth-child(2) p {
    font-size: 15px;
}

.footer .item.item-4 a {
    color: #fff;
}

.footer .item.item-4 a:hover {
    color: var(--primary-color);
}

.footer .item a:hover {
    color: #fff;
}

.footer .item.item-0 {
    width: 30%;
}

.footer .item.item-1{
    width: 23%;
}

.footer:not(.zh) .item-1{
    width: 25%;
}

.footer .item.item-2 {
    width: 13%;
}

.footer .item.item-3 {
    width: 13%;
}

.footer .item.item-5 {
    width: 11%;
}

.footer .footer-intro{
    margin-top: 40px;
}

.footer .footer-intro p{
    color: #999999;
    line-height: 30px;
}

.footer:not(.zh) .footer-intro p{
    font-family: 'Poppins-Regular',sans-serif;
}

.footer:not(.zh) .item.item-0{
    width: 20%;
}

.footer:not(.zh) .item h3{
    font-family: 'Poppins-Medium',sans-serif;
}

.footer:not(.zh) .item.item-4{
    width: 22%;
}

.footer .item-4 span{
    font-size: 15px;
    line-height: 28px;
    color: #999999;
    transition: all 0.5s;
}

.footer .item-4 a:hover span{
    color: var(--primary-color);
}

/* Main Footer */
.main-footer{
    display: none;
}

/*--------------------------------------------------------------
# Section Banner
--------------------------------------------------------------*/
.banner{
    position: relative;
    padding: 0;
}

.banner.mobile{
    display: none;
}

.banner .img{
    padding-bottom: 21%;
}

.banner.mobile .img{
    padding-bottom: 48%;
}

.banner .container{
    max-width: 1580px;
}

.banner .text{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0 auto;
}

.banner .text .title{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 60px;
}

.banner:not(.zh) .text .title{
    margin-top: 55px;
    font-family: 'Poppins-Bold',sans-serif;
}

/*--------------------------------------------------------------
# Index Carousel
--------------------------------------------------------------*/
.index-carousel{
    padding: 0;
}

.index-carousel .item{
    position: relative;
}

.index-carousel .item .img{
    padding-bottom: 41.66%;
}

.index-carousel .item .text{
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.index-carousel .item .text h3{
    font-size: 85px;
    font-weight: bold;
    margin-bottom: 30px;
}

.index-carousel .item .text h5{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
}

.index-carousel .item .text .btn{
    color: #fff;
    font-size: 30px;
    padding: 2px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Poppins-Bold',sans-serif;
    background-color: var(--primary-color);
}

.index-carousel .index-carousel-prev{
    left: 120px;
}

.index-carousel .index-carousel-next{
    right: 120px;
}


.index-carousel:not(.zh) .item .text h3{
    font-size: 78px;
    font-family: 'Poppins-Bold',sans-serif;
    font-weight: inherit;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.index-carousel:not(.zh) .item .text h5{
    font-size: 38px;
    font-family: 'Poppins-Regular',sans-serif;
    font-weight: inherit;
    margin-bottom: 55px;
    text-transform: uppercase;
}

.index-carousel:not(.zh) .item .text .btn{
    font-size: 28px;
}

.btn-prev,
.btn-next{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #FFF;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    box-shadow: 0 0 2px 2px rgba(114,114,114,0.5);
}

.btn-prev i,
.btn-next i{
    color: #b1adad;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}

.btn-prev i{
    left: 48%;
}

.btn-next i{
    left: 52%;
}

.btn-prev:hover,
.btn-next:hover{
    background-color: var(--primary-color);
}

.btn-prev:hover i,
.btn-next:hover i{
    color: #FFF;
}

/*------------------------------------------------------------------
    FAQ
------------------------------------------------------------------*/
.faq-list{
    list-style: none;
    font-size: 20px;
    text-align: left;
    padding: 0;
}

.faq-list li{
    margin-bottom: 1rem;
    background-color: var(--primary-color);
}

.faq-list .question{
    position: relative;
    color: #FFF;
    padding: 1rem 2rem;
}

.faq-list .collapsed .question::after{
    content: '\f107';
    font-family: FontAwesome;
    transform: rotate(0);
}

.faq-list .question::after{
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    right: 2rem;
    font-size: 25px;
    transition: all 0.5s;
    transform: rotate(180deg);
}

.faq-list .answer{
    background-color: #FFF;
    padding: 10px 2rem;
    font-size: 15px;
}

.faq .more-btn{
    background-color: var(--primary-color);
    border: none;
    color: #FFF;
    padding: 5px 30px;
    font-size: 18px;
}

.faq-list .show-more{
    margin-top: 2rem;
    text-align: center;
}

.index-category{
    padding-top: 40px;
    padding-bottom: 40px;
}

.index-category .row{
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
}

.index-category .item{
    text-align: center;
    flex: 1;
    width: 16.66%;
    max-width: 16.66%;
}

.index-category .item h4{
    color: #999999;
    font-size: 17px;
    margin-top: 18px;
}

.index-category .item .img-box img{
    height: 66px;
    filter: grayscale(100%) brightness(5) contrast(0.5);
    object-fit: contain;
    transition: all 0.2s;
}

.index-category .item:hover .img-box img{
    filter: unset;
}

.index-category .item:hover h4{
    color: var(--primary-color);
}

.index-category .item.active .img-box img{
    filter: unset;
}

.index-category .item.active h4{
    color: var(--primary-color);
}

.index-category:not(.zh) h4{
    font-size: 16px;
    text-transform: capitalize;
    padding: 0 15px;
    font-family: 'Poppins-Regular',sans-serif;
}

.index-hot{
    padding-top: 0;
}

.index-hot .container{
    max-width: 1700px;
}

.index-hot .row{
    margin-right: -30px;
}

.index-hot .left{
    flex: 0 0 47%;
    max-width: 47%;
}

.index-hot .left .img{
    padding-bottom: 89.17%;
}

.index-hot .right{
    flex: 0 0 53%;
    max-width: 53%;
}

.index-hot .right{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding-left: 0;
}

.index-hot .right .img{
    padding-bottom: 78.2%;
}

.index-hot .right .item{
    padding-left: 0;
}

.index-hot .left .item,
.index-hot .right .item{
    position: relative;
}

.index-hot .left .item .text,
.index-hot .right .item .text{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 30px 40px 30px;
}

.index-hot .left .item .text h3,
.index-hot .left .item .text p,
.index-hot .right .item .text h3,
.index-hot .right .item .text p{
    color: #fff;
}

.index-hot .left .item .text h3,
.index-hot .right .item .text h3{
    font-size: 29px;
    font-weight: bold;
    height: auto;
    overflow: hidden;
    margin-bottom: 8px;
    word-wrap: break-word;
}

.index-hot .left .item .text p,
.index-hot .right .item .text p{
    overflow: hidden;
    word-wrap: break-word;
}

.index-hot .right .item .text{
    padding: 20px 15px 20px 15px;
}

.index-hot .right .item .text h3{
    font-size: 20px;
}

.index-hot .right .item .text p{
    font-size: 12px;
}

.index-hot:not(.zh) .left .item .text h3, 
.index-hot:not(.zh) .right .item .text h3{
    font-family: 'Poppins-Medium',sans-serif;
    font-weight: inherit;
}

.index-hot:not(.zh) .left .item .text p,
.index-hot:not(.zh) .right .item .text p{
    font-family: 'Poppins-Regular',sans-serif;
}

.index-recommend{
    padding-top: 0;
}

.index-recommend .section-title{
    text-align: center;
}

.index-recommend .row{
    justify-content: center;
}

.index-recommend .section-title{
    margin-bottom: 35px;
}

.index-recommend .switch{
    display: flex;
    justify-content: center;
    gap: 70px;
    /* padding-bottom: 10px; */
    border-bottom: 1px solid #CACACA;
}

.index-recommend .switch .item{
    position: relative;
    font-size: 18px;
    color: #202020;
    cursor: pointer;
    padding-bottom: 10px;
    text-align: center;
}

.index-recommend .switch .item.active{
    color: var(--primary-color);
}

.index-recommend .switch .item.active::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
}

.index-recommend .switch-content .item{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    display: none;
}

.index-recommend .switch-content .item.active{
    display: flex;
}

.index-recommend:not(.zh) .section-title{
    font-family: 'Poppins-Bold',sans-serif;
    font-weight: initial;
}

.index-recommend:not(.zh) .switch .item{
    font-family: 'Poppins-Regular',sans-serif;
    text-transform: capitalize;
}

.products-item{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

.products-item .box{
    width: 100%;
    background-color: #F5F5F5;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.products-item .box .img{
    padding-bottom: 100%;
}

.products-item .box .img img{
    object-fit: contain;
}

.products-item .box .text{
    padding: 0 15px 20px 15px;
    text-align: center;
}

.products-item .box .text h4{
    color: #202020;
    font-size: 20px;
    height: 24px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

.products-item .box .text p{
    color: #666666;
    font-size: 15px;
    overflow: hidden;
}

.products-item:hover .box{
    border: 1px solid var(--primary-color);
}

.products-item:not(.zh) .box .text h4{
    font-family: 'Poppins-Regular',sans-serif;
}

.products-item:not(.zh) .box .text p{
    height: 46px;
    font-family: 'Poppins-Light',sans-serif;
}

.index-about{
    position: relative;
    background-color: #F5F5F5;
    padding-top: 150px;
    padding-bottom: 150px;
}

.index-about .right{
    display: none;
}

.index-about .left{
    flex: 0 0 48%;
    max-width: 48%;
    position: relative;
}

.index-about .left h5{
    font-size: 27px;
    margin-bottom: 10px;
}

.index-about .left h3{
    font-size: 38px;
    font-weight: bold;
}

.index-about .left .line{
    width: 80%;
    height: 1px;
    margin: 30px 0 30px 0;
    background-color: #CACACA;
}

.index-about .left p{
    font-size: 18px;
    line-height: 38px;
}

.index-about .left .btn{
    font-size: 18px;
    color: #202020;
    border: 1px solid #202020;
    padding: 6px 35px;
    border-radius: 13px;
    margin-top: 25px;
    transition: all 0.5s;
}

.index-about .left .btn:hover{
    color: #fff;
    background-color: #202020;
}

.index-about .left .symbol{
    position: absolute;
    top: -100px;
    left: -100px;
}

.index-about .left .symbol img{
    width: 85px;
}

.index-about .bg img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 47%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.index-about:not(.zh) h5{
    font-family: 'Poppins-Regular',sans-serif;
}

.index-about:not(.zh) .left h3{
    font-family: 'Poppins-Bold',sans-serif;
    font-weight: initial;
}

.index-about:not(.zh) .left p{
    font-size: 16px;
    font-family: 'Poppins-Regular',sans-serif;
    line-height: 35px;
}

.index-about:not(.zh) .left{
    flex: 0 0 55%;
    max-width: 55%;
}

.index-about:not(.zh) .right{
    flex: 0 0 45%;
    max-width: 45%;
}

.index-about:not(.zh) .bg img{
    width: 45%;
}

.index-about:not(.zh) .left .btn{
    font-family: 'Poppins-Medium',sans-serif;
}

.index-about-strength{
    padding: 0;
    position: relative;
    top: -70px;
}

.index-about-strength .container{
    padding: 40px 0;
    background-color: var(--primary-color);
    max-width: 1200px;
}

.index-about-strength .row{
    justify-content: center;
    margin: 0 auto;
}

.index-about-strength .item{
    width: 350px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
}

.index-about-strength .item:nth-child(2){
    width: 375px;
}

.index-about-strength .item:last-child{
    border-right: unset;
}

.index-about-strength .counter-item{
    display: flex;
    align-items: center;
    font-size: 40px;
    margin-bottom: 10px;
}

.index-about-strength:not(.zh) .counter-item .counter,
.index-about-strength:not(.zh) .counter-item .unit{
    font-family: 'Poppins-Bold',sans-serif;
}

.index-about-strength .item h4{
    font-size: 18px;
    padding: 0 20px;
}

.index-about-strength:not(.zh) .item h4{
    font-size: 17px;
    font-family: 'Poppins-Regular',sans-serif;
    padding: 0 25px;
}

.product{
    padding-top: 40px;
}

.product .row{
    margin-top: 20px;
}

.inquiry {
    padding-top: 70px;
    padding-bottom: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/inquiry_bg.jpg');
}

.inquiry .container{
    max-width: 1230px;
}

.inquiry .section-title {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.inquiry .section-intro {
    width: 870px;
    margin-left: auto;
    margin-right: auto;
    color: #202020;
    font-size: 20px;
    margin-bottom: 40px;
    letter-spacing: 0.2px;
}

.inquiry #inquiryForm .item .title {
    color: #202020;
    font-size: 18px;
    line-height: 1.333;
    text-align: left;
    margin-bottom: 7px;
}

.inquiry #inquiryForm .item .title b {
    color: #ff0000;
}

.inquiry #inquiryForm .item {
    margin-bottom: 25px;
}

.inquiry #inquiryForm .item:nth-last-child(2) {
    margin-bottom: 25px;
}

.inquiry #inquiryForm .item input,
.inquiry #inquiryForm .item textarea {
    height: 50px;
    border: unset;
    box-shadow: unset;
    background-color: #FFF;
    border: 1px solid #ccc;
}

.inquiry #inquiryForm .item input:focus ,.item textarea:focus{
    box-shadow: unset;
    border: 2px solid var(--primary-color)!important;
}

.inquiry #inquiryForm .item input::placeholder{
    font-size: 14px;
    color: #c9c9c9;
}

.inquiry #inquiryForm .item textarea {
    width: 100%;
    height: 135px;
    resize: none;
    padding: 20px 12px;
    border-radius: 5px;
}

.inquiry #inquiryForm .bottom {
    display: flex;
    align-items: center;
}

.inquiry #inquiryForm .bottom .left {
    width: 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: unset;
}

.inquiry #inquiryForm .bottom .right {
    width: 45%;
    flex: 0 0 45%;
    max-width: 45%;
    text-align: right;
    padding-right: unset;
}

.inquiry #inquiryForm .bottom .left p {
    font-size: 17px;
    color: #999999;
    line-height: 1.389;
}

.inquiry #inquiryForm .bottom .right button {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    box-shadow: unset;
    padding: 13px 115px;
    border-radius: 30px;
    border: unset;
    background-color: var(--primary-color);
}

.inquiry:not(.zh) .section-title{
    font-family: 'Poppins-Bold',sans-serif;
}

.inquiry:not(.zh) .section-intro{
    font-size: 18px;
    line-height: 28px;
    font-family: 'Poppins-Regular',sans-serif;
}

.inquiry:not(.zh) #inquiryForm .item .title{
    text-transform: capitalize;
    font-family: 'Poppins-Regular',sans-serif;
}

.inquiry:not(.zh) #inquiryForm .item input::placeholder{
    font-family: 'Poppins-Regular',sans-serif;
}

.inquiry:not(.zh) #inquiryForm .bottom .left p {
    font-size: 16px;
    font-family: 'Poppins-Regular',sans-serif;
}

.inquiry:not(.zh) #inquiryForm .bottom .right button{
    font-family: 'Poppins-Regular',sans-serif;
}

.product-detail-1 {
    padding-top: 70px;
}

.product-detail-1 .img {
    padding-bottom: 100%;
}

.product-detail-1 .img img{
    object-fit: contain;
}

.product-detail-1 .left {
    max-width: 45%;
    flex: 0 0 45%;
    padding-left: 15px;
}

.product-detail-1 .left .carousel-box #gallery {
    border: 1px solid #dfdddd;
}

.product-detail-1 .right {
    max-width: 55%;
    flex: 0 0 55%;
    background-color: #F5F5F5;
}

.product-detail-1 .right .p-item .item-title {
    font-size: 25px;
    font-family: 'Poppins-Regular',sans-serif;
    margin-top: 25px;
    margin-bottom: 10px;
}

.product-detail-1 .right .p-item{
    max-height: 380px;
    overflow: scroll;
}

.product-detail-1 .right .p-item::-webkit-scrollbar {
    width: 4px;
}

.product-detail-1 .right .p-item::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: var(--primary-color);
}

.product-detail-1 .thumbs-box {
    position: relative;
    padding-left: 38px;
    padding-right: 38px;
    margin-top: 2rem;
}

.product-detail-1 .thumbs-box .swiper-wrapper .swiper-slide {
    border: 1px solid #dfdddd;
}

.product-detail-1 .thumbs-box .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid var(--primary-color);
}

.product-detail-1 .thumbs-box .swiper{
    padding: 0 5px;
}

.gallery-prev,
.gallery-next {
    position: absolute;
    width: 24px;
    height: 100%;
    /* background-color: #202020; */
    bottom: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: block !important;
    transition: all 0.5s;
    cursor: pointer;
}

.gallery-prev {
    left: 0;
}

.gallery-next {
    right: 0;
}

.gallery-prev i,
.gallery-next i {
    color: #C3C3C3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
}

.gallery-prev:hover i,.gallery-next:hover i{
    color: #202020;
}


.carousel-prev,
.carousel-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #202020;
    bottom: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: block !important;
    transition: all 0.5s;
}

.carousel-prev,.carousel-next{
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 99;
}


.carousel-prev {
    left: 0;
}

.carousel-next {
    right: 0;
}

.carousel-prev i,
.carousel-next i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.carousel-prev:hover,
.carousel-next:hover {
    background-color: var(--primary-color);
    color: #FFF;
    cursor: pointer;
}

.carousel-prev:hover i,.carousel-next:hover i{
    color: #fff;
}


.thumbs-box .swiper-slide .img {
    border: 1px solid transparent;
}

.thumbs-box .swiper-slide.swiper-slide-thumb-active .img {
    border: 1px solid transparent;
}

.product-detail-1 .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.product-detail-1{
    position: relative;
    padding: 0;
    margin: 80px 0;
}

.product-detail-1::after{
    content: '';
    width: 35%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #F5F5F5;
    z-index: -1;
}

.product-detail-1 .right .box {
    position: relative;
    height: 100%;
    padding: 80px 80px 0 65px;
}

.product-detail-1 .right hr {
    margin: 25px 0 25px 0;
}

.product-detail-1 .right .title {
    font-size: 38px;
    font-weight: bold;
    line-height: 45px;
    color: #202020;
    margin-bottom: 25px;
    word-wrap: break-word;
    max-height: 90px;
    overflow: hidden;
}

.product-detail-1:not(.zh) .right .title{
    font-size: 36px;
    font-family: 'Poppins-Bold',sans-serif;
    font-weight: initial;
}

.product-detail-1 .right ul{
    line-height: 33px;
    padding-right: 15px;
}

.product-detail-1:not(.zh) .right ul{
    font-family: 'Poppins-Regular',sans-serif;
}

.product-detail-1 .right .p-item{
    max-height: 350px;
}

.product-detail-1 .right .btn-group {
    display: flex;
    margin-top: 45px;
}

.product-detail-1 .right .btn-group .item {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 25px;
    transition: all 0.2s;
    transition-timing-function: ease-out;
    cursor: pointer;
    font-size: 16px;
}

.product-detail-1 .right .btn-group .email {
    background-color: #25d366;
}

.product-detail-1 .right .btn-group .contact {
    color: #ffffff;
    background-color: var(--primary-color);
}

.product-detail-1 .right .btn-group .download {
    background-color: #000000;
}

.product-detail-1 .right .btn-group .item img {
    margin-right: 10px;
}

.product-detail-1 .right .btn-group .item a {
    color: #ffffff;
}

.product-detail-1 .right .btn-group .item:nth-child(odd) {
    margin-right: 20px;
}

.product-detail-1 .right .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.product-detail-1 .right .col-lg-2 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.product-detail-1 .right .btn{
    font-size: 18px;
    font-weight: bold;
    padding: 15px 60px;
    background-color: #fff;
    margin-top: 20px;
}

.product-detail-1:not(.zh) .right .btn{
    font-size: 19px;
    padding: 13px 55px;
}

.product-detail-1 .right .btn:hover{
    color: #fff;
    background-color: var(--primary-color);
}

.product-content{
    padding: 0 0 80px 0;
}

.product-content .detail-tab{
    width: 100%;
    display: flex;
}

.product-content .detail-tab .item{
    position: relative;
    width: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 19px 0;
    background-color: #202020;
    cursor: pointer;
}

.product-content:not(.zh) .detail-tab .item{
    font-weight: initial;
    font-family: 'Poppins-Medium',sans-serif;
}

.product-content .detail-tab .item.active{
    background-color: #E62129;
}

.product-content .detail-tab .item.active::after{
    content: '';    
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #E62129;
    background-color: transparent;
}

.product-content .detail-tab-content .item{
    display: none;
    margin-top: 50px;
}

.product-content .detail-tab-content .item.active{
    display: block;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9宽高比（9/16=56.25%） */
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-recommend #recommend{
    margin-top: 30px;
}

.product-recommend #recommend .products-item{
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}

.product-recommend .recommend-prev{
    left: -150px;
}

.product-recommend .recommend-next{
    right: -150px;
}

.product-recommend .recommend-prev,
.product-recommend .recommend-next{
    width: 50px;
    height: 50px;
    box-shadow: unset;
    border: 1px solid #C4C4C4;
}

.product-recommend:not(.zh) .section-title{
    font-family: 'Poppins-Bold',sans-serif;
    font-weight: initial;
}

.contact h3{
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact .left li:nth-child(1) p{
    line-height: 1.8;
    margin-bottom: 5px;
}

.contact .left p{
    font-size: 18px;
    font-weight: bold;
    line-height: 2.2;
}

.contact .left p span{
    font-weight: 400;
}

.contact .right{
    padding-left: 40px;
}

.contact .right #map,
.contact .right iframe{
    height: 405px;
}


#tool{
    display: none;
    position: fixed;
    top: 65%;
    right: 15px;
    transform: translateY(-50%);
    padding: 5px;
    background-color: #000;
    z-index: 999;
}

#tool .item{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s;
    z-index: 99;
}

#tool .item.active{
    background-color: var(--secondary-color);
}

#tool .item:last-child{
    margin-bottom: 0;
}

#tool .item img{
    width: 100%;
    height: 100%;
}

#tool .item:last-child img{
    width: 18px;
    height: 18px;
    /* filter: brightness(100); */
    filter: grayscale(10) brightness(100);
}

#tool .item i{
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#tool .item:first-child i{
    font-size: 28px;
}

#tool .item .info{
    position: absolute;
    top: -6px;
    right: -5px;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    color: #FFF;
    padding: 5px 55px 5px 20px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
}

#tool .item .info a{
    color: #FFF;
}

#tool .item .info > :nth-child(2){
    margin-left: 7.5px;
}

#tool .item:hover{
    background-color: var(--primary-color);
}

#tool .item:hover .info{
    opacity: 1;
    visibility: visible;
}

#tool .item .qrcode{
    display: flex;
    position: absolute;
    z-index: 99;
    top: -6px;
    right: 45px;
    border: 6px solid var(--primary-color);
    opacity: 0;
    background: var(--primary-color);
}

#tool .item .qrcode img{
    width: 86px;
    height: 86px;
    object-fit: cover;
}

#tool .item .qrcode img:nth-child(1){
    margin-right: 5px;
}

#tool .item .qrcode img:nth-child(2){
    margin-left: 5px;
}


#tool .item.wechat:hover .qrcode{
    opacity: 1;
}


.sitemap .site-map {
    border-bottom: 1px solid #DDD;
    display: flex;
    text-align: left;
    align-items: center;
    padding: 10px 0;
}
.sitemap .site-map .father {
    background-color: #ECECEC;
    padding: 10px;
    width: 180px;
    font-size: 17px;
    text-align: center;
    transition: all 0.5s;
}
.sitemap .site-map .child {
    width: auto;
    padding: 7.5px 15px;
    font-size: 14px;
}
.sitemap .site-map .level-2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.contact:not(.zh) h3{
    font-family: 'Poppins-Bold',sans-serif;
    font-weight: initial;
}

.contact:not(.zh) .left p{
    font-size: 16px;
    font-family: 'Poppins-Medium',sans-serif;
    font-weight: initial;
}

.contact:not(.zh) .left p > span{
    font-family: 'Poppins-Regular',sans-serif;
}

@media (min-width: 768px) {
    .section-title{
        font-size: 35px;
    }

    .section-subtitle{
        font-size: 25px;
    }

    .section-intro{
        font-size: 15px;
    }

    #placeholderBox{
        height: 70px;
    }

    #header{
        height: 70px;
        padding: 10px 0;
    }

    #header .logo img{
        max-height: 50px;
    }

    .btn-prev{
        left: 30px;
    }

    .btn-next{
        right: 30px;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
    .section-title{
        font-size: 34px;
    }

    .section-subtitle{
        font-size: 30px;
    }

    .section-intro{
        font-size: 20px;
    }

    #placeholderBox{
        height: 0;
    }

    #header{
        height: 100px;
        padding: 15px 0;
    }

    #header .logo img{
        max-width: 230px;
        max-height: 70px;
    }

    .main-nav{
        display: block;
    }

    .main-nav a{
        padding: 0 30px;
    }

    .mobile-nav{
        display: none;
    }

    .mobile-nav-toggle{
        display: none;
    }

    .main-footer{
        display: block;
    }

    .mobile-footer{
        display: none;
    }

    .btn-prev{
        left: 180px;
    }

    .btn-next{
        right: 180px;
    }
}

@media (max-width: 767px) {
    section{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-title{
        font-size: 24px;
    }

    .section-subtitle{
        font-size: 20px;
    }

    .section-intro{
        font-size: 15px;
    }

    #placeholderBox{
        height: 0;
    }

    #header{
        height: 45px;
        padding: 5px 0;
    }

    #header .logo img{
        max-height: 40px;
    }

    .mobile-nav-toggle i{
        margin: 11px 15px 0 0;
    }

    .btn-prev,
    .btn-next{
        width: 30px;
        height: 30px;
    }

    .btn-prev{
        left: 15px;
    }

    .btn-next{
        right: 15px;
    }

    .btn-prev i,
    .btn-next i{
        font-size: 15px;
    }

    .banner.mobile{
        display: block;
    }

    .article tr,.article td,.article tr > div,.article td > div{
        width: auto!important;
        max-width: 100%!important;
    }
}

@media (min-width: 1024px) and (max-width: 1600px) {
    #header{
        display: flex;
        align-items: center;
        height: 90px;
    }
    #header .logo img{
        max-width: 200px;
    }
    #header .container{
        max-width: calc(100% - 60px);
    }
    #header:not(.zh) .main-nav a{
        padding: 0 22px;
    }
    .main-nav a{
        font-size: 16px;
    }
    .btn-prev, .btn-next{
        width: 45px;
        height: 45px;
    }
    .btn-prev i, .btn-next i{
        font-size: 20px;
    }
    .index-carousel .item .text h3{
        font-size: 80px;
    }
    .index-carousel:not(.zh) .item .text h3{
        font-size: 65px;
    }
    .index-carousel .item .text h5{
        font-size: 36px;
    }
    .index-carousel:not(.zh) .item .text h5{
        font-size: 32px;
    }
    .index-carousel .item .text .btn{
        font-size: 25px;
    }
    .index-carousel:not(.zh) .item .text .btn{
        font-size: 24px;
    }
    .index-category .item{
        /* max-width: 115px; */
    }
    .index-category .item .img-box img{
        height: 55px;
    }
    .index-category .item h4{
        font-size: 16px;
    }
    .index-carousel .index-carousel-prev{
        left: 45px;
    }
    .index-carousel .index-carousel-next{
        right: 45px;
    }
    .index-hot .container{
        max-width: calc(100% - 60px);
    }
    .index-hot .left .item .text h3, .index-hot .right .item .text h3{
        font-size: 27px;
    }
    .index-hot .right .item .text h3{
        font-size: 17px;
        margin-bottom: 6px;
    }
    .index-recommend .switch .item{
        font-size: 17px;
    }
    .products-item .box .text h4{
        font-size: 19px;
        height: 22px;
        margin-bottom: 7px;
    }
    .products-item .box .text p{
        font-size: 14px;
        height: 42px;
    }
    .index-about{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .index-about .left .symbol{
        position: absolute;
        top: -70px;
        left: -70px;
    }
    .index-about .left .symbol img{
        width: 60px;
    }
    .index-about .left h5{
        font-size: 23px;
        margin-bottom: 7px;
    }
    .index-about .left h3{
        font-size: 36px;
    }
    .index-about .left .line{
        margin: 20px 0 20px 0;
    }
    .index-about .left p{
        font-size: 16px;
    }
    .index-about .left .btn{
        font-size: 17px;
    }
    .index-about-strength{
        padding: 0;
        position: relative;
        top: -50px;
    }
    .index-about-strength .container{
        padding: 30px 0;
    }
    .index-about-strength .counter-item{
        font-size: 36px;
        margin-bottom: 11px;
    }
    .index-about-strength .item h4{
        font-size: 16px;
    }
    .index-category .container{
        max-width: 1100px;
    }
    .footer.main-footer .container{
        max-width: calc(100% - 60px);
    }
    .footer .footer-logo-column img{
        max-width: 235px;
    }
    .footer .footer-intro{
        margin-top: 35px;
    }
    .social-links .social-item{
        width: 40px;
        height: 40px;
    }
    .social-links .social-item.twitter img, .social-links .social-item.tiktok img{
        width: 20px;
    }
    .social-links .social-item i{
        font-size: 20px;
    }
    .footer .item h3{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .footer .item{
        width: 23%;
    }
    .footer .item a{
        font-size: 14px;
    }
    .footer-line{
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .inquiry .section-title{
        font-size: 35px;   
        margin-bottom: 12px;
    }
    .inquiry .section-intro{
        font-size: 19px;
    }
    .inquiry #inquiryForm .item .title{
        font-size: 16px;
    }
    .inquiry #inquiryForm .item input{
        height: 46px;
    }
    .inquiry #inquiryForm .item textarea{
        height: 130px;
    }
    .inquiry #inquiryForm .bottom .left p{
        font-size: 16px;
    }
    .inquiry #inquiryForm .bottom .right button{
        font-size: 17px;
        padding: 10px 115px;
    }
    .banner .text .title{
        font-size: 30px;
        margin-top: 50px;
    }
    .product-detail-1 .right .title{
        font-size: 34px;
        margin-bottom: 20px;
    }
    .product-detail-1 .right .btn{
        font-size: 17px;
        padding: 13px 57px;
    }
    .product-detail-1 .right .box{
        padding: 60px 80px 0 65px;
    }
    .product-content .detail-tab .item{
        font-size: 16px;
        margin-top: 15px;
    }
    .contact h3{
        font-size: 36px;
    }
    .contact .left p{
        font-size: 17px;
    }
    .footer .item.item-0,.footer:not(.zh) .item.item-0{
        width: 0%;
    }
    .footer .item.item-1,.footer:not(.zh) .item.item-1{
        width: 25%;
    }
    .product-recommend .recommend-prev{
        left: -50px;
    }
    .product-recommend .recommend-next{
        right: -50px;
    }
    .product-recommend .recommend-prev, .product-recommend .recommend-next{
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 768px) {
    #tool{
        display: none!important;
    }
    #header{
        display: flex;
        align-items: center;
    }
    #header .logo img{
        max-height: 16px;
    }
    .index-recommend .switch{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 20px;
    }
    .index-hot .row{
        margin-right: -15px;
    }
    .index-hot .left,.index-hot .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .index-hot .right{
        padding-left: 15px;
    }
    .index-hot .right .item{
        padding-right: 0;
    }
    .index-category{
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .index-category .item{
        margin-bottom: 23px;
    }
    .index-category .item .img-box img{
        height: 32px;
    }
    .index-category .item h4{
        font-size: 14px;
        margin-top: 10px;
    }
    .index-category:not(.zh) h4{
        font-size: 12px;
        padding: 0 10px;
    }
    .index-carousel .item .img{
        padding-bottom: 100%;
    }
    .index-carousel .item .text h3,.index-carousel:not(.zh) .item .text h3{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .index-carousel .item .text h5,.index-carousel:not(.zh) .item .text h5{
        font-size: 22px;
        text-align: center;
        margin-bottom: 30px;
    }
    .index-carousel .item .text .btn,.index-carousel:not(.zh) .item .text .btn{
        font-size: 18px;
        padding: 3px 22px;
    }
    .index-carousel .index-carousel-prev{
        left: 15px;
    }
    .index-carousel .index-carousel-next{
        right: 15px;
    }
    .index-carousel .index-carousel-prev,
    .index-carousel .index-carousel-next{
        display: none;
    }
    .index-carousel .swiper-pagination {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .index-carousel .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        background: var(--primary-color);
        opacity: 1;
    }
    .index-carousel .swiper-pagination-bullet-active {
        background: #fff!important;
        border: unset;
    }
    .index-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 45px;
    }
    .index-carousel .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 8px;
    }
    .index-category .item{
        width: 33.33%;
        max-width: 33.33%;
        flex: unset;
    }
    .index-hot .left .item .text h3, .index-hot .right .item .text h3{
        height: auto;
    }
    .index-hot .left .item .text p,
    .index-hot .right .item .text p,
    .index-hot:not(.zh) .left .item .text p,
    .index-hot:not(.zh) .right .item .text p{
        font-size: 13px;
        height: auto;
    }
    .index-hot .left .item .text,.index-hot .right .item .text{
        padding: 20px 15px 20px 15px;
    }
    .index-hot .left .item .text h3,
    .index-hot:not(.zh) .left .item .text h3,
    .index-hot .right .item .text{
        font-size: 22px;
    }
    .index-recommend{
        padding-top: 15px;
    }
    .index-recommend .switch{
        gap: unset;
        padding: 0 25px;
        border-bottom: unset;
    }
    .index-recommend .section-title{
        margin-bottom: 15px;
    }
    .index-recommend .switch .item{
        width: 33.33%;
        font-size: 15px;
        text-align: center;
        margin-top: 10px;
    }
    .index-recommend .switch-content .item{
        margin-top: 0;
    }
    .products-item .box .text h4{
        font-size: 16px;
        height: 20px;
        margin-bottom: 5px;
    }
    .products-item .box .text p{
        font-size: 12px;
        height: 34px;
        overflow: hidden;
    }
    .index-about .left{
        flex: 0 0 100%;
        max-width: 100%;  
    }
    .index-about .right{
        display: block;
    }
    .index-about:not(.zh) .right,
    .index-about:not(.zh) .left{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .index-about .bg{
        display: none;
    }
    .index-about{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .index-about-strength{
        position: unset;
    }
    .index-about-strength .item{
        padding: 23px 0 33px 0;
    }
    .index-about .right .img{
        padding-bottom: 83%;
    }
    .index-about .left{
        margin-top: 30px;
    }
    .index-about .left h5{
        font-size: 16px;
        margin-bottom: 9px;
    }
    .index-about .left h3{
        font-size: 26px;
    }
    .index-about:not(.zh) .left h3{
        font-size: 24px;
    }
    .index-about .left .line{
        margin: 20px 0 20px 0;
    }
    .index-about .left p,.index-about:not(.zh) .left p{
        font-size: 15px;
        line-height: 35px;
    }
    .index-about .left .btn{
        font-size: 14px;
        padding: 5px 30px;
        margin-top: 20px;
    }
    .index-about-strength .item{
        width: 100%;
        border-right: unset;
    }
    .index-about-strength .container{
        padding: 0;
    }
    .index-about-strength .counter-item{
        font-size: 29px;
    }
    .index-about-strength .item h4,.index-about-strength:not(.zh) .item h4{
        font-size: 16px;
    }
    .footer-img{
        height: 20px;
        margin-left: 5px;
    }
    .footer .item {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .mobile-footer .panel-heading .panel-title{
        padding: 15px 0;
    }
    .mobile-footer .panel-heading:after{
        font-size: 18px;
    }
    .footer .img-box{
        display: flex;
        margin-top: 10px;
    }
    .footer .img-box .img-item{
        margin-right: 30px;
    }
    .footer .img-box .img-item img{
        width: 105px;
        height: 105px;
    }
    .footer .img-box .img-item:last-child{
        margin-right: 0;
    }
    .footer .item p,.footer .img-box h4{
        color: #ababab;
    }
    .footer-line{
        margin-top: 1rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        color: #999999;
        flex-direction: column-reverse;
        border-top: 1px solid #fff;
        background-color: unset;
    }
    .footer-line .float-right{
        margin-bottom: 10px;
    }
    .footer .line-container{
        max-width: 100%!important;
    }
    .social-links {
        padding-top: 15px;
        padding-bottom: 17px;
    }
    .social-links .social-item {
        width: 35px;
        height: 35px;
    }
    .social-links .social-item.twitter img, .social-links .social-item.tiktok img{
        width: 17px;
    }
    .social-links .social-item i {
        font-size: 17px;
    }
    .mobile-footer .panel-heading .panel-title{
        font-size: 18px;
        padding: 15px 0;
    }
    .mobile-footer .panel-heading:after{
        font-size: 18px;
    }
    .footer-line{
        font-size: 14px;
        padding-top: 20px;
        padding-bottom: 15px;
        border-top: 1px solid #3E3E3E;
    }
    .mobile-nav{
        background: rgba(178, 4, 5, 1);
    }

    .mobile-nav a{
        padding: 10px 20px 15px 20px;
    }

    .mobile-nav a:hover,
    .mobile-nav .active > a,
    .mobile-nav li:hover > a{
        color: #efcdc1;
        text-transform: capitalize;
    }

    .mobile-nav li span{
        text-transform: capitalize;
    }

    .banner .img{
        padding-bottom: 45%;
    }

    .banner .text .title,.banner:not(.zh) .text .title{
        font-size: 21px;
        margin-top: 20px;
    }

    .inquiry .section-intro{
        width: 100%;
    }

    .inquiry #inquiryForm .bottom{
        flex-direction: column;
    }

    .inquiry #inquiryForm .bottom .left p{
        display: none;
    }

    .inquiry #inquiryForm .bottom .left,.inquiry #inquiryForm .bottom .right{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product{
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .product .section-title{
        font-size: 22px;
        text-transform: capitalize;
    }

    .product .row{
        margin-top: 0;
    }

    .pagination{
        padding-top: 30px;
    }
    
    .pagination a{
        width: 45px;
        height: 43px;
    }

    .inquiry{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .inquiry .section-title{
        font-size: 24px;
    }

    .inquiry .section-intro{
        font-size: 15px;
        margin-bottom: 25px;
    }

    .inquiry:not(.zh) .section-intro{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .inquiry #inquiryForm .item{
        margin-bottom: 20px;
    }

    .inquiry #inquiryForm .item .title{
        font-size: 14px;
    }

    .inquiry #inquiryForm .item input{
        height: 40px;
    }

    .inquiry #inquiryForm .bottom{
        display: block;
    }

    .inquiry #inquiryForm .bottom .right{
        padding-left: 0;
    }

    .inquiry #inquiryForm .bottom .right button,
    .inquiry:not(.zh) #inquiryForm .bottom .right button{
        width: 100%;
        font-size: 15px;
        padding: 10px 115px;
    }

    .product-detail-1{
        margin: 40px 0;
    }

    .product-detail-1 .left,.product-detail-1 .right{
        max-width: 100%;
        flex: 0 0 100%;
    }

    .product-detail-1::after{
        display: none;
    }

    .product-detail-1 .right{
        margin-top: 30px;
        padding: 15px 15px 30px 20px;
    }

    .product-detail-1 .right .box{
        padding: 0;
    }

    .product-detail-1 .right .title,
    .product-detail-1:not(.zh) .right .title{
        font-size: 25px;
        line-height: 25px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .product-detail-1 .right .btn,
    .product-detail-1:not(.zh) .right .btn{
        font-size: 14px;
        padding: 10px 40px;
        margin-top: 15px;
    }

    .product-detail-1 .thumbs-box{
        padding-left: 30px;
        padding-right: 30px;
    }

    .product-recommend .recommend-prev{
        left: 15px;
    }

    .product-recommend .recommend-next{
        right: 15px;
    }

    .product-content{
        padding: 0 0 40px 0;
    }

    .product-content .detail-tab .item{
        font-size: 14px;
        padding: 10px 0;
    }

    .product-content .detail-tab-content .item{
        margin-top: 30px;
    }

    .product-recommend .recommend-prev, .product-recommend .recommend-next{
        display: none;
    }

    .contact .right{
        padding-left: 15px;
    }

    .contact h3,.contact:not(.zh) h3{
        font-size: 23px;
        margin-bottom: 12px;
    }

    .contact .left p{
        font-size: 15px;
    }

    .contact .left li:nth-child(1) p{
        line-height: 1.7;
    }

    .contact .right #map,
    .contact .right iframe{
        height: 340px;
        margin-top: 20px;
    }

    .sitemap .site-map .father{
        width: 100px;
        padding: 8px;
        font-size: 14px;
    }

    .sitemap .site-map{
        max-width: 100%;
    }

    .sitemap .site-map .level-2{
        flex-direction: unset;
    }

    .product-detail-1 .right ul,
    .product-detail-1:not(.zh) .right ul{
        max-height: 220px;
    }

    .contact:not(.zh) .left p > span{
        line-height: 1.6;
    }

    .mobile-nav .flag-li{
        margin-top: 10px;
    }

    .mobile-nav .flag-li ul li img{
        margin-right: 8px; 
    }

    .mobile-nav .flag-li .current-flag{
        display: flex;
    }

    .mobile-nav .flag-li .current-flag span{
        margin-left: 10px;
    }

    .mobile-nav .search{
        display: flex;
        align-items: center;
        margin-left: 15px;
        margin-top: 0;
        position: relative;
        padding: 10px 10px 10px 0;
    }
    .mobile-nav .search img{
        width: 20px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        filter: brightness(100);
    }
    .mobile-nav .search .search-form{
        display: flex;
        align-items: center;
        padding-left: 0;
        padding-right: 10px;
        opacity: 1!important;
    }
    .mobile-nav .search .search-form input{
        width: 95%;
        padding-left: 10px;
    }
    .mobile-nav .search .search-form input::placeholder{
        font-size: 13px;
    }
    .mobile-nav .search .search-form i{
        display: flex;
        align-items: center;
        width: 50px;
        height: 35px;
        color: #fff;
        margin-left: 15px;
        font-size: 20px;
    }
    .mobile-nav .search .search-form .form-control{
        height: calc(1.3em + .75rem + 2px);
    }
}