@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: 'Kanit-Regular';
    src: url('../font/Kanit-Regular.ttf');
}

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

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

/*--------------------------------------------------------------
    General
--------------------------------------------------------------*/
:root {
    --primary-color: #0A469C;
    --secondary-color: #D02127;
}

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;
}

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

.section-title {
    font-size: 40px;
    font-family: 'Kanit-SemiBold';
    text-transform: uppercase;
    color: var(--primary-color);
}

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

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

.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 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    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: 2rem;
    padding-bottom: 0;
}

.pagination a:first-child {}

.pagination a:last-child {}

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

.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: 'Kanit-Regular';
}

.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: -1px;
    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 {
    font-family: 'Kanit-Regular';
    border-style: none;
    background: none;
    margin-right: 0;
    padding: 4px 0;
    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
--------------------------------------------------------------*/
#placeholderBox {
    height: 100px;
    /*高度要和#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 {
    background-color: #FFF;
    z-index: 999;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    box-shadow: 0 0 5px 2px rgba(167, 167, 167, 0.5);
}

#header .container {
    display: flex;
    justify-content: space-between;
    max-width: 1730px;
}

.home-page #header {
    display: flex;
    align-items: center;
    background: transparent;
    box-shadow: unset;
}

.home-page #placeholderBox {
    height: 0;
}

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

.home-page #header.header-scrolled .main-nav a {
    color: #000;
}

.home-page #header .main-nav a {
    color: #fff;
}

.home-page #header .main-nav .drop-down ul span{
    color: #000!important;
}

/*--------------------------------------------------------------
# Top Navigation Menu
--------------------------------------------------------------*/
.main-nav {
    display: none;
}

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

.main-nav>ul {
    display: flex;
    align-items: center;
}

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

.main-nav>ul>li:last-child {
    height: auto;
    line-height: unset;
}

.main-nav>ul>li:last-child span {
    color: #fff;
}

.main-nav>ul>li:last-child a {
    margin-left: 22px;
    padding: 6px 30px;
    border-radius: 30px;
    background-color: var(--primary-color);
}

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

.main-nav a {
    display: block;
    position: relative;
    color: #202020;
    padding: 0 35px;
    font-size: 22px;
    font-family: 'Kanit-Regular';
    transition: 0.5s;
}

.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: 16px;
    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: rgba(40, 38, 70, 0.8);
    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: 3rem;
    padding-bottom: 3rem;
    background-color: #202020;
    color: #FFF;
}

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

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

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

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

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

.mobile-footer .panel-heading {
    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;
}

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

.banner.mobile {
    display: none;
}

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

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


.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); */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.btn-prev i,
.btn-next i {
    font-size: 25px;
    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;
}


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

.index-carousel .img {
    height: calc(100vh - 107px);
    padding-bottom: 33.3%;
}

.index-carousel-prev,
.index-carousel-next {
    color: #fff;
    box-shadow: unset;
    border-radius: unset;
    background-color: var(--primary-color);
    /* background-color: #202020; */
}

.index-carousel-prev {
    left: 0 !important;
}

.index-carousel-next {
    right: 0 !important;
}

.index-carousel-prev:hover,
.index-carousel-next:hover {
    background-color: var(--primary-color);
    /* background-color: #202020; */
}

.index-carousel-prev .slide-count,
.index-carousel-next .slide-count {
    display: flex;
    letter-spacing: 5px;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: var(--primary-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 2;
}

.index-carousel-prev .slide-count {
    left: 0;
    padding: 0 15px 0 0;
}

.index-carousel-prev .slide-count span {
    display: inline-block;
}

.index-carousel-prev:hover .slide-count {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

.index-carousel-next .slide-count {
    padding: 0 0 0 15px;
    opacity: 0;
    visibility: hidden;
    right: 0;
    transition: all 0.5s;
}

.index-carousel-next .slide-count span {
    display: inline-block;
}

.index-carousel-next:hover .slide-count {
    opacity: 1;
    visibility: visible;
    right: 100%;
}

.index-carousel-prev i,
.index-carousel-next i {
    top: 49%;
    font-size: 30px;
    pointer-events: none;
    z-index: 1;
}

.more-btn {
    color: #fff;
    font-size: 21px;
    font-family: 'Kanit-Regular';
    padding: 7px 30px;
    border-radius: 30px;
    display: inline-block;
    background-color: var(--primary-color);
    border: unset;
}

.more-btn:hover {
    color: #fff;
}

.more-btn:focus {
    color: #fff;
}

.breadcrumb {
    background-color: #F3F3F3;
    margin-bottom: 0;
}

.breadcrumb .container {
    max-width: 1730px;
}

.breadcrumb a,
.breadcrumb span {
    font-size: 18px;
    font-family: 'Kanit-Regular';
}

.breadcrumb .active,
.breadcrumb .active a {
    color: var(--primary-color);
}

/*------------------------------------------------------------------
    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;
}

.company-advantage {
    padding: 10px 0;
    background-color: var(--primary-color);
}

.company-advantage .container {
    max-width: 1430px;
}

.company-advantage .advantage-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.company-advantage .advantage-box .item {
    padding: 0 0 1rem 0;
    width: auto;
    text-align: center;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.company-advantage .advantage-box .item .ico {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.company-advantage .advantage-box .item .ico img {
    max-height: 58px;
}

.company-advantage .advantage-box .item .txt {
    font-size: 25px;
    color: #FFF;
    text-align: left;
}

.company-advantage .advantage-box .item .num-box {
    display: flex;
    align-items: center;
    font-family: 'Kanit-Medium';
    line-height: 25px;
}

.company-advantage .advantage-box .item .num-box span {
    font-size: 25px;
    letter-spacing: 0.2px;
    margin-left: 2px;
}

.company-advantage .advantage-box .item .num-box span sup {
    font-size: 12px;
}

.company-advantage .advantage-box .item .num {
    font-size: 24px;
    letter-spacing: 0.2px;
}

.company-advantage .advantage-box .item .text {
    font-size: 17px;
    color: #FFF;
    letter-spacing: 0.2px;
    font-family: 'Kanit-Regular';
}

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

.index-about .row {
    display: flex;
    align-items: center;
    margin: 0;
}

.index-about .left,
.index-about .right {
    width: 50%;
}

.index-about .left .img {
    padding-bottom: 68.63%;
}

.index-about .right {
    padding-left: 80px;
    padding-right: 15%;
}

.index-about .left .img {
    padding-bottom: 75%;
}

.index-about .right p {
    color: #000000;
    font-size: 20px;
    font-family: 'Kanit-Regular';
    margin-top: 20px;
    line-height: 34px;
}

.index-about .more-btn {
    margin-top: 35px;
}

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

.index-solution .section-title {
    margin-top: 30px;
}

.index-solution .category-header {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 2rem;
    transition: top 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        left 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        padding 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.index-solution .active .category-header {
    top: calc(100% - 100px);
    left: 0;
    transform: translate(0, -100%);
    padding: 0 100px;
    text-align: left;
}

.index-solution .category-header img {
    width: 50px;
    /* margin-top: 5px; */
    margin-bottom: 20px;
    /* margin-top: 10px; */
}

.index-solution .category-header .category {
    /* 标题具体样式见 .tab-box .category-box .item .category */
}

.index-solution #solution {
    margin-top: 50px;
}

.index-solution #solution .swiper-slide .img,
.index-solution #solution .swiper-slide .img img {
    height: 800px;
    object-fit: cover;
}

.index-solution #solution .swiper-slide.swiper-slide-active {
    width: 49.5% !important;
}

.index-solution #solution .swiper-slide.swiper-slide-active .img img {
    border-radius: 30px;
}

.index-solution #solution .swiper-slide .text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.index-solution #solution .swiper-slide .img .text img {
    width: 90px;
    height: 90px;
    position: unset;
    border-radius: unset;
    margin-bottom: 25px;
}

.index-solution #solution .swiper-slide .img .text h6 {
    font-size: 30px;
    color: #FFF;
    transition: all 0.5s;
    line-height: 45px;
    text-transform: uppercase;
}

.index-solution #solution .swiper-slide.swiper-slide-active .img .text h6 {
    font-size: 30px !important;
    margin-bottom: 2rem !important;
    text-align: center;
    white-space: unset;
    line-height: 45px;
}

.index-solution #solution .swiper-slide.swiper-slide-active .text {
    width: 395px;
}

.index-solution .progress-nav .container {
    width: 1000px;
}

.index-solution .progress-nav .item {
    height: 5px;
    background-color: #EFEFEF;
    margin-top: 40px;
    border-radius: 10px;
    position: relative;
}

.index-solution .progress-nav .done-item {
    border-radius: 10px;
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    transition: all 0.5s;
}

.tab-box {
    position: relative;
    margin-top: 4rem;
    margin: 4rem auto 0 auto;
    width: 1700px;
}

.tab-box .category-box {
    position: relative;
    align-items: stretch;
    width: 100%;
    height: 650px;
    display: flex;
}

.tab-box .category-box .item {
    overflow: hidden;
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    padding: 2rem 4rem 4rem 4rem;
    margin-right: 10px;
    border-right: 1px solid #FFF;
    flex: 1 1 0;
    object-fit: revert;
    will-change: flex-grow;
    transition: flex-grow 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        padding 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.tab-box .category-box .item:before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    transition: opacity 0.65s ease;
}

.tab-box .category-box .item .skip {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.tab-box .item.active {
    flex-grow: 5;
    padding-top: 4rem;
    padding-bottom: 4rem;
    justify-content: normal;
}

.tab-box .category-box .item p {
    display: block;
    color: #fff;
    font-size: 20px;
    font-family: 'Kanit-Regular';
    margin-top: 20px;
    opacity: 0;
    height: 0;
    transform: translateY(24px);
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.tab-box .category-box .item p>br {
    height: 20px;
}

.tab-box .category-box .item.active .category-header img {
    transition: all 0.5s;
}

.tab-box .category-box .item.active .category {
    width: 500px;
    max-height: 160px;
}

.tab-box .category-box .item.active p {
    opacity: 1;
    height: auto;
    line-height: 1.1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

/* .tab-box .item.active:before{
    opacity: 0;
} */

.tab-box .category-box .item:last-child {
    margin-right: 0;
}

.tab-box .category-box .item .category {
    font-size: 27px;
    font-family: 'Kanit-SemiBold';
    color: #FFF;
    text-transform: uppercase;
    width: 100%;
    max-height: 66px;
    overflow: hidden;
    transition: font-size 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.tab-box .item:last-child {
    border: none;
}

.tab-box .item.active .category {
    font-size: 37px !important;
    text-align: left;
    white-space: unset;
}

.tab-box .category-box .item .category-detail {
    width: 100%;
    height: 0;
    visibility: hidden;
    transition: all 0.5s;
    overflow: hidden;
}

.tab-box .category-box .item.active .category-detail {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 200px;
    z-index: 1;
}

.swiper-container {
    position: relative;
}

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

.index-category .row {
    margin-top: 10px;
}

.index-category .img {
    padding-bottom: 66.78%;
    border-radius: 10px;
}

.index-category .text {
    font-size: 17px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: nowrap;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 78%;
    bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.index-category .text .parents-a {
    color: #fff;
    font-size: 20px;
    font-family: 'Kanit-Regular';
    text-transform: uppercase;
    margin-top: 15px;
    height: 60px;
    overflow: hidden;
}

.index-category .text hr {
    margin: 20px 0 25px 0;
}

.index-category ul li::before {
    content: '●';
    color: #fff;
    font-size: 15px;
    margin-right: 15px;
}

.index-category ul li {
    display: flex;
    align-items: center;
    line-height: 40px;
}

.index-category ul li a {
    color: #fff;
    font-size: 19px;
}

.index-category ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.index-category .item {
    margin-top: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.index-category .item .more {
    font-size: 15px;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
    position: absolute;
    bottom: -100px;
}

.index-category .item:hover .text {
    top: 73%;
}

.index-category .item:hover .more {
    bottom: 15px;
}

.index-products {
    padding-top: 10px;
}

.index-products #products {
    padding-top: 45px;
    padding-left: 3px;
    padding-right: 3px;
}

.index-products .container {
    max-width: 1436px;
}

.index-products .index-products-prev {
    left: -110px;
}

.index-products .index-products-next {
    right: -110px;
}

.products-item .img {
    box-shadow: 0px 1px 8px #d3d3d3;
    border-radius: 10px;
}

.products-item .title {
    font-size: 20px;
    font-family: 'Kanit-Medium';
    color: rgb(32, 32, 32);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    transition: all 0.5s;
}

.products-item:hover .title {
    color: var(--primary-color);
}

.index-quote {
    background-image: url(../images/quote_bg.jpg);
    background-size: cover;
    text-align: center;
}

.index-quote .section-title {
    color: #fff;
    font-family: 'Kanit-Medium';
    margin-bottom: 10px;
    text-transform: unset;
}

.index-quote .container {
    width: 1000px;
}

.index-quote p {
    color: #fff;
    font-size: 20px;
    font-family: 'Kanit-Regular';
}

.index-quote .more-btn {
    margin-top: 30px;
}

.recommend-blog .section-title {
    margin-bottom: 20px;
}

.recommend-blog .row {
    height: 525px;
}

.recommend-blog .main {
    max-width: 43%;
    overflow: hidden;
}

.recommend-blog .main .img {
    padding-bottom: 52.43%;
}

.recommend-blog .main .img img {
    transition: all 1s;
}

.recommend-blog .main .img:hover img {
    transform: scale(1.1);
}

.recommend-blog .main .text {
    padding: 20px 25px;
    background-color: #F6F6F6;
}

.recommend-blog .main .text .title {
    font-family: 'Kanit-Medium';
    line-height: 30px;
    height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}

.recommend-blog .main .text .title a {
    font-size: 20px;
    color: #202020;
    line-height: 30px;
}

.recommend-blog .main .text .intro {
    font-family: 'Kanit-Regular';
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 69px;
    margin-bottom: 15px;
}

.recommend-blog .main .text .time {
    color: #202020;
    font-size: 15px;
    font-family: 'Kanit-Medium';
}

.recommend-blog .main .item:hover a {
    color: var(--primary-color);
}

.recommend-blog .secondary {
    max-width: 55%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
}

.recommend-blog .secondary .item {
    height: calc(33.333333% - 6px);
    overflow: hidden;
    margin-bottom: 12px;
    transition: all 0.5s;
}

.recommend-blog .secondary .item:last-child {
    margin-bottom: 0;
}

.recommend-blog .secondary .item .content {
    display: flex;
    height: 100%;
}

.recommend-blog .secondary .item:hover {
    box-shadow: 0 0 2px 2px rgb(205 205 205 / 30%);
}

.recommend-blog .secondary .item:hover .content .text .title a {
    color: var(--primary-color);
}

.recommend-blog .secondary .item .content .img {
    width: 35%;
    padding-bottom: 30%;
}

.recommend-blog .secondary .item .content .img img {
    transition: all 1s;
}

.recommend-blog .secondary .item .content .img:hover img {
    transform: scale(1.1);
}

.recommend-blog .secondary .item .content .text {
    width: 65%;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.recommend-blog .secondary .item .content .text>div {
    width: 100%;
}

.recommend-blog .secondary .item .content .text .title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommend-blog .secondary .item .content .text .title a {
    font-size: 20px;
    font-family: 'Kanit-Medium';
    color: #202020;
}

.recommend-blog .secondary .item .content .text .title {
    margin-bottom: 15px;
}

.recommend-blog .secondary .item .content .text .time,
.recommend-blog .secondary .item .content .text .intro {
    color: #999;
    font-family: 'Kanit-Regular';
}

.recommend-blog .secondary .item .content .text .time {
    color: #000;
}

.recommend-blog .secondary .item .content .text .intro {
    height: 50px;
    font-family: 'Kanit-Regular';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
}

.main-footer {
    height: 100%;
    background-color: #EEEEEE;
    padding-top: 50px;
    padding-bottom: 50px;
}

.main-footer .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-footer .footer-img {
    width: 214px;
    margin: 0 auto;
}

.main-footer .footer-img img {
    width: 100%;
}

.main-footer .nav-group {
    display: flex;
    margin: 50px 0 35px 0;
}

.main-footer .nav-group.footer-link {
    margin: 35px 0 0px 0;
}

.main-footer .nav-group .item {
    margin: 0 30px;
}

.main-footer .nav-group .item a {
    color: #666666;
    font-size: 22px;
    font-family: 'Kanit-Regular';
    transition: all 0.5s;
}

.main-footer .nav-group .item a:hover {
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.main-footer .info {
    text-align: center;
}

.main-footer .info h5 {
    color: #999999;
    font-size: 18px;
    font-weight: 100;
    margin-top: 50px;
    margin-bottom: 5px;
}

.main-footer .info .phone {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}

.main-footer .info p {
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}

.icon-group {
    display: flex;
    margin: 20px 0;
}

.icon-group .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: var(--primary-color);
    margin: 0 18px;
    border-radius: 50%;
    transition: 0.5s;
}

.icon-group .item i {
    color: #fff;
    font-size: 22px;
    transition: 0.5s;
}

.icon-group .item:first-child img {
    width: 24px;
    height: 24px;
    filter: invert(0) brightness(100);
    transition: 0.5s;
}

.icon-group .item:hover {
    background-color: #fff;
}

.icon-group .item:hover i {
    color: var(--primary-color);
}

.icon-group .item:hover img {
    filter: brightness(1);
}

.about .row {
    display: flex;
    align-items: center;
}

.about .left {
    width: 54%;
}

.about .left iframe {
    width: 100%;
    height: 490px;
}

.about .right {
    width: 46%;
    padding-left: 35px;
}

.about .right p {
    font-size: 20px;
    font-family: 'Kanit-Regular';
    line-height: 30px;
    margin-top: 20px;
}

.lr-structure .item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.lr-structure .img-box {
    width: 48%;
}

.lr-structure .img-box .img {
    padding-bottom: 60.4%;
}

.lr-structure .text-box {
    width: 52%;
    padding-left: 60px;
    padding-right: 0;
}

.lr-structure .text-box h3 {
    font-family: 'Kanit-SemiBold';
    text-transform: uppercase;
}

.lr-structure .text-box p {
    color: #000;
    font-size: 19px;
    line-height: 33px;
    margin-top: 25px;
    font-family: 'Kanit-Regular';
}

.lr-structure .text-box p>b {
    font-weight: unset;
    font-family: 'Kanit-SemiBold';
    color: var(--primary-color);
}

.lr-structure .item:nth-child(even) {
    flex-direction: row-reverse;
}

.lr-structure .item:nth-child(even) .text-box {
    padding-left: 0;
    padding-right: 80px;
}

.certificate {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #F9F9F9;
}

.certificate .box {
    position: relative;
    margin-top: 80px;
    margin-left: -30px;
    margin-right: -30px;
}

.certificate .box .swiper-wrapper .swiper-slide .img {
    padding-bottom: 128%;
}

/* .certificate .box .swiper-slide {
    transition: 300ms;
    transform: scale(0.6);
}

.certificate .box .swiper-slide.swiper-slide-prev,
.certificate .box .swiper-slide.swiper-slide-next {
    transform: scale(0.8);
} */

/* coverflow 3D 效果由 Swiper 内联控制，移除会干扰旋转轴的旧规则 */

.certificate .box .btn-prev {
    left: -110px;
}

.certificate .box .btn-next {
    right: -110px;
}

.factory .item {
    margin-top: 30px;
}

.factory .item .img {
    padding-bottom: 67.85%;
}

.factory .show-more {
    margin-top: 50px;
    margin-bottom: 0;
}

.product {
    padding-top: 0;
}

.product .switch-box {
    padding: 40px 0;
    margin-bottom: 30px;
    background-color: var(--primary-color);
}

.product .switch {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0;
}

.product .switch .item {
    color: #fff;
    display: flex;
    align-items: center;
    font-family: 'Kanit-SemiBold';
    font-size: 23px;
    /* margin: 0 7px 0 7px; */
    padding: 0 30px;
    cursor: pointer;
    border-right: 2px solid #fff;
    width: 26.5%;
}

.product .switch .item:first-child {
    width: 15.5%;
    padding: 0 30px 0 0;
}

.product .switch .item:last-child {
    width: auto;
    border-right: 0;
    padding: 0 0 0 30px;
}

.product .switch .item img {
    filter: brightness(100);
    height: 50px;
}

.product .switch .item span {
    line-height: 25px;
    margin-left: 15px;
    text-transform: uppercase;
}

.product .switch .item.active {
    color: #fbb03b;
}

.product .switch .item.active img {
    filter: unset;
}

.product .row {
    margin-left: -10px;
    margin-right: -10px;
}

.product .products-item {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px;
}

.product .products-item .title {
    font-size: 18px;
    font-family: 'Kanit-Regular';
    text-align: center;
    line-height: 20px;
}

.product .pagination {
    justify-content: center;
    padding-top: 60px;
}

.product-detail-1 .container {
    width: 100%;
}

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

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

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

.product-detail-1 .right {
    max-width: 61%;
    flex: 0 0 61%;
}

.product-detail-1 .right h5 {
    font-size: 24px;
    font-family: 'Kanit-Medium';
    margin-bottom: 13px;
    color: var(--primary-color);
}

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

.product-detail-1 .right .article {
    font-size: 18px;
    font-family: 'Kanit-Regular';
    margin-bottom: 40px;
}

.product-detail-1 .right .article .list-paddingleft-2 {
    padding-left: 15px;
}

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

.gallery-prev {
    left: 0;
}

.gallery-next {
    right: 0;
}

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

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

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

.thumbs-box .swiper-slide.swiper-slide-thumb-active .img {
    border-color: var(--primary-color);
}

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

.product-detail-1 .right {
    position: relative;
    padding-left: 30px;
}

.product-detail-1 .right .title {
    font-size: 38px;
    font-family: 'Kanit-SemiBold';
    margin-bottom: 30px;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-detail-1 .right .intro {
    color: #202020;
    font-size: 15px;
    line-height: 26px;
    max-height: 280px;
    overflow-y: scroll;
    padding-right: 15px;
}

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

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

.product-detail-1 .right .recommend {
    margin: 6.4rem 0;
}

.product-detail-1 .right .contact-btn {
    margin-top: 30px;
}

.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 .recommend .child {
    padding: 8px 0;
    text-align: center;
    border: 2px solid #b9b9b9;
}

.product-detail-1 .right .recommend .child a {
    color: #000;
    font-size: 15px;
}

.product-detail-1 .right .recommend .child:hover {
    transition: 0.2s;
    border: 2px solid var(--primary-color);
}

.product-detail-1 .right .contact-btn a {
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    background-color: var(--primary-color);
}

.product-feature {
    padding-top: 0;
    padding-bottom: 60px;
}

.product-feature .container {
    width: 100%;
}

.product-feature ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.product-feature ul>li {
    width: 48%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.product-feature ul>li:nth-child(1),
.product-feature ul>li:nth-child(2) {
    border-top: 1px solid #DADADA;
    padding-top: 30px;
}

.product-feature ul>li .left {
    color: #202020;
    padding-left: 0;
    max-width: 25%;
    flex: 0 0 25%;
}

.product-feature ul>li .right {
    color: #666666;
    padding-right: 0;
    max-width: 75%;
    flex: 0 0 75%;
}

.product-feature ul>li .left,
.product-feature ul>li .right {
    font-size: 18px;
    font-family: 'Kanit-Medium';
    word-wrap: break-word;
}

.product-scope {
    padding-top: 0;
    padding-bottom: 60px;
}

.product-scope .section-title {
    margin-bottom: 30px;
}

.related-products {
    padding-top: 40px;
}

.related-products .section-title {
    margin-bottom: 20px;
}

.related-products #related {
    padding-top: 20px;
    padding-left: 3px;
    padding-right: 3px;
}

.related-products .related-prev {
    left: -110px;
}

.related-products .related-next {
    right: -110px;
}

.related-products .products-item {
    text-align: center;
}

.related-products .products-item .title {
    font-size: 18px;
    font-family: 'Kanit-Regular';
}


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

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

.inquiry .section-title {
    color: #fff;
    font-family: 'Kanit-SemiBold';
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

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

.inquiry #inquiryForm .item .title {
    color: #fff;
    font-size: 18px;
    font-family: 'Kanit-Medium';
    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;
    padding: 0 15px;
    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: 16px;
    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;
    font-family: 'Kanit-Regular';
    color: #999999;
    line-height: 1.389;
}

.inquiry #inquiryForm .bottom .right button {
    font-size: 18px;
    font-family: 'Kanit-Regular';
    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-intro {
    font-size: 18px;
    line-height: 27px;
}

.inquiry:not(.zh) #inquiryForm .item .title {
    text-transform: capitalize;
}

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

.inquiry:not(.zh) #inquiryForm .bottom .left p {
    font-size: 16px;
}

.outer-blog.recommend-blog .row {
    height: auto;
    justify-content: center;
}

.outer-blog.recommend-blog .secondary,
.outer-blog.recommend-blog .main {
    max-width: 100%;
}

.outer-blog.recommend-blog .main {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
}

.outer-blog.recommend-blog .main .item {
    width: 33.33%;
    padding: 0 15px;
    margin-top: 30px;
}

.outer-blog.recommend-blog .secondary .item .content .img {
    padding-bottom: 20%;
}

.outer-blog.recommend-blog .secondary .item .content .text .title {
    white-space: unset;
}

.outer-blog.recommend-blog .secondary .item .content .text .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 28px;
    line-height: 35px;
}

.outer-blog.recommend-blog .main .text .title {
    height: 65px;
    line-height: 25px;
}

.outer-blog.recommend-blog .secondary .item .content .text .intro {
    color: #666666;
    font-size: 16px;
    line-height: 27px;
    -webkit-line-clamp: 3;
    height: 81px;
    margin-bottom: 15px;
}

.outer-blog.recommend-blog .secondary .item .content .text .time {
    font-size: 16px;
}

.outer-blog.recommend-blog .pagination {
    padding-top: 3rem;
}

.news-item .info {
    display: flex;
    background-color: #F4F5F8;
    padding: 11px 30px 11px 30px;
}

.news-item .info li:nth-child(1) {
    margin-right: 15px;
}

.news-item .info li img {
    margin-right: 3px;
}

.news-item .info li span {
    font-size: 14px;
}

.casedetail .news-box {
    margin-top: 0;
}

.casedetail {
    padding-top: 70px;
    padding-bottom: 80px;
}

.casedetail .img {
    padding-bottom: 58.77%;
}

.casedetail .left {
    padding-left: unset;
    padding-right: 55px;
}

.casedetail .left .title {
    color: #000000;
    font-size: 36px;
    line-height: 45px;
    font-family: 'Kanit-SemiBold';
}

.casedetail .left .specific .item {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 45px;
}

.casedetail .left .specific .item:nth-child(even) {
    flex-direction: row-reverse;
}

.casedetail .left .specific .item:last-child {
    margin-bottom: unset;
}

.casedetail .left .specific .item .img {
    padding-bottom: 58.54%;
}

.casedetail .left .specific .item .title,
.casedetail .left .specific .item .intro {
    color: #000000;
}

.casedetail .left .specific .item .intro {
    line-height: 30px;
}

.casedetail .left .specific .item .text {
    padding-left: 30px;
}

.casedetail .left .specific .item:nth-child(even) .text {
    padding-left: 15px;
    padding-right: 30px;
}

.casedetail .other {
    position: sticky;
    top: 240px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-right: unset;
}

.casedetail .other .title {
    font-size: 32px;
    font-family: 'Kanit-SemiBold';
    word-spacing: 3px;
    margin-bottom: 10px;
}

.casedetail .other .other-box {
    padding: 30px 20px 30px 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

.casedetail .other .other-box .item .content {
    font-size: 18px;
}

.casedetail .other .other-box.news-box {
    background-color: #fff;
    padding: 30px 40px 30px;
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid var(--primary-color);
}


.casedetail .other hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.casedetail .other .example {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 8px 0 8px 0;
}

.casedetail .other .example .col-3 {
    flex: 0 0 32%;
    max-width: 32%;
    float: left;
    padding-left: 0;
}

.casedetail .other .example .col-3 .img {
    padding-bottom: 72%;
}

.casedetail .other .example .col-7 {
    flex: 0 0 68%;
    max-width: 68%;
    float: left;
    padding-left: 5px;
}

.casedetail .other .example .col-7 .example-title {
    height: 44px;
    overflow: hidden;
}

.casedetail .other .example .col-7 .example-title a {
    color: #000000;
    font-size: 16px;
    font-family: 'Kanit-Regular';
    line-height: 23px;
    transition: all 0.2s;
}

.casedetail .other .example .col-7 .name a {
    color: #202020;
}

.casedetail .other .example:hover .col-7 .example-title a {
    color: var(--primary-color);
}

.casedetail .solution-detail {
    padding-top: 0;
    padding-bottom: 0;
}

.casedetail .inquiry-box {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
    padding-bottom: 35px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    border: 1px solid #e1e1e1;
}

.casedetail .inquiry-box .title {
    font-size: 20px;
    color: #202020;
}

.casedetail .inquiry-box #form textarea {
    height: 100px;
}

.casedetail .inquiry-box #form input,
.casedetail .inquiry-box #form textarea {
    font-size: 12px;
}

.casedetail #form .formbtn {
    padding: 9px 0;
}

.casedetail .other hr {
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #e1e1e1;
}

.casedetail .other .bottom-line {
    border-bottom: 4px solid #a3906d;
}

.casedetail .news-item .info li {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #B9B9B9;
}

.casedetail .news-item .info li:last-child {
    border-right: unset;
}

.casedetail .news-item .info li span {
    font-size: 16px;
    font-family: 'Kanit-Regular';
    margin-left: 2px;
}

.casedetail .intro {
    font-size: 20px;
    color: rgb(102, 102, 102);
    line-height: 1.75;
    margin-right: 70px;
}

.casedetail .news-item .info {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: unset;
    padding: 0;
}

.casedetail .article {
    font-family: 'Kanit-Regular';
    margin-top: 30px;
}

.casedetail .news-item {
    padding-left: 0;
}

.social-links {
    /* width: 345px; */
    display: flex;
    flex-wrap: wrap;
    padding-top: 4rem;
}

.social-links .social-item {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-top: 1rem;
    margin-right: 10px;
    transition: all 0.2s;
    /* border: 1px solid #3C3C3C; */
    /* background-color: #f8f8f8; */
}

.social .social-item.wechat {
    position: relative;
    margin-right: unset;
}

.social-links .social-item i {
    font-size: 16px;
    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: 18px;
    filter: grayscale(1) brightness(2);
}

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

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

.solution-detail .social-links {
    padding-top: 0;
}

.solution-detail .social-links .social-item.tiktok img {
    width: 22px;
    filter: grayscale(1) brightness(6);
}

.solution-detail .social-links .social-item.twitter img {
    width: 20px;
    filter: grayscale(1) brightness(5);
}

.solution-detail .social-links .social-item i {
    color: #fff;
    font-size: 19px;
}

.solution-detail .social-links .social-item:hover {
    background-color: var(--primary-color);
}

.solution-detail .social-links .social-item {
    width: 37px;
    height: 37px;
    border-radius: 5px;
    margin-right: 15px;
    background-color: #070707;
    transition: all 0.5s;
}

.solution-detail .social-links .social-item.tiktok img {
    width: 22px;
    filter: grayscale(1) brightness(6);
}

.solution-detail .social-links .social-item.twitter img {
    width: 20px;
    filter: grayscale(1) brightness(5);
}

.solution-detail .social-links .social-item i {
    color: #fff;
    font-size: 19px;
}

.solution-detail .social-links .social-item:hover {
    background-color: var(--primary-color);
}

.history {
    padding-top: 0;
    padding-bottom: 0;
}

.history img {
    width: 100%;
    max-width: 100%;
}

.history .wap {
    display: none;
}

.contact-inquiry .inquiry {
    background-image: url(../images/inquiry_bg2.jpg);
}

.contact-inquiry .inquiry .section-title {
    color: #333333;
}

.contact-inquiry .inquiry .section-intro {
    color: #333333;
}

.contact-inquiry .inquiry #inquiryForm .item .title {
    color: #333333;
}

.contact {
    padding: 0;
}

.contact #map {
    height: 500px;
}

.contact .row {
    margin-left: 0;
    margin-right: 0;
}

.contact .container {
    max-width: 1700px;
    padding: 80px 0 80px 0;
}

.contact .info-group .item {
    padding: 50px 50px 50px 50px;
    transition: all 0.5s;
    border-right: 1px solid #fff;
}


.contact .info-group .item:last-child {
    border-right: unset;
}

.contact .info-group .item h5 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact .info-group .item h5 span {
    font-size: 30px;
    font-family: 'Kanit-SemiBold';
    color: #fff;
    margin-left: 20px;
}

.contact .info-group .item ul {
    color: #fff;
}

.contact .info-group .item ul>li {
    font-size: 20px;
    font-family: 'Kanit-Regular';
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-bottom: 5px;
}

.contact .info-group .item ul>li .contact-item {
    font-size: 20px;
    margin-top: 20px;
}

.contact .info-group .item ul>li:last-child {
    margin-bottom: unset;
}

.contact .info-group .item:last-child ul>li {
    font-size: 20px;
    font-family: 'Kanit-Regular';
    margin-bottom: 5px;
}

.contact .info-group .item:last-child ul>li:last-child {
    margin-bottom: 0;
}

.contact .info-group .item:last-child ul>li span {}

.contact .info-group .item:nth-child(1) {
    background-color: #969696;
}

.contact .info-group .item:nth-child(2) {
    background-color: #969696;
}

.contact .info-group .item:nth-child(3) {
    background-color: #969696;
}

.contact .info-group .item:hover {
    background-color: var(--primary-color);
}

.contact .map iframe {
    width: 100%;
    height: 560px;
}

.contact .img-group {
    display: flex;
    justify-content: space-between;
    margin: 80px 80px 0 80px;
}

.contact .img-group .item {
    text-align: center;
}

.contact .img-group img {
    width: 225px;
}

.contact .img-group h5 {
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
}

.contact .more-btn {
    font-size: 17px;
    margin-top: 25px;
    border-radius: unset;
}

.contact .info-group .item:hover .more-btn {
    color: var(--primary-color);
    background-color: #fff;
}

.video{
    padding-top: 10px;
}

.video iframe{
    width: 100%;
    border-radius: 25px;
    height: 500px;
}

#tool{
    display: none;
    position: fixed;
    top: 70%;
    right: 0;
    transform: translateY(-50%);
    padding: 5px;
    background-color: #000000;
    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;
}

@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;
    }

    .main-nav li>a>i {
        display: none;
    }
}

@media (min-width: 992px) {}

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

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

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

    #placeholderBox {
        height: 100px;
    }

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

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

    .main-nav {
        display: block;
    }

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

    .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: 26px;
    }

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

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

    #placeholderBox {
        height: 50px;
    }

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

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

    .mobile-nav-toggle i {
        margin: 10px 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 {
        display: none;
    }

    .banner.mobile {
        display: block;
    }

    .history .pc {
        display: none;
    }

    .history .wap {
        display: block;
    }

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

    .mobile-nav li>a>i {
        display: none;
    }

    .mobile-nav .drop-down>a>i {
        width: 50px;
        height: 43px;
        text-align: right;
        display: inline-block;
        padding-left: 10px;
        position: absolute;
        padding-right: 15px;
        right: 0;
        top: 13px;
        font-size: 14px;
    }
}

@media (min-width: 1024px) and (max-width: 1600px) {
    #header .container {}

    .breadcrumb .container {
        padding-left: 0;
        padding-right: 0;
    }

    .about .row {
        margin-left: 0;
        margin-right: 0;
    }

    .container,
    .tab-box {
        max-width: calc(100% - 60px) !important;
    }

    .tab-box {
        width: calc(100% - 60px);
    }

    .tab-box .category-box .item p {
        font-size: 18px;
    }

    .main-nav a {
        font-size: 21px;
    }

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

    .index-about {
        padding-bottom: 60px;
    }

    .index-about .right {
        padding-right: 5%;
    }

    .index-about .right p {
        font-size: 19px;
        line-height: 30px;
    }

    .index-about .more-btn {
        font-size: 20px;
    }

    .index-products .index-products-prev {
        left: 30px;
    }

    .index-products .index-products-next {
        right: 30px;
    }

    .tab-box .item.active .category {
        font-size: 34px !important;
    }

    .index-solution {
        padding-bottom: 60px;
    }

    .index-category .text .parents-a {
        font-size: 18px;
    }

    .index-category .item .more {
        font-size: 14px;
    }

    .index-category .item {
        margin-top: 25px;
    }

    .index-products .index-products-prev,
    .index-products .index-products-next {
        width: 38px;
        height: 38px;
    }

    .index-products .index-products-prev i,
    .index-products .index-products-next i {
        font-size: 20px;
    }

    .main-footer .footer-img img {
        width: 195px;
    }

    .main-footer .nav-group .item a {
        font-size: 21px;
    }

    .main-footer .nav-group .item {
        margin: 0 28px;
    }

    .about .right p {
        font-size: 19px;
        line-height: 35px;
    }

    .certificate .box {
        margin-left: 0;
        margin-right: 0;
        padding: 0 50px;
    }

    .certificate .box .btn-prev {
        left: 0;
    }

    .certificate .box .btn-next {
        right: 0;
    }

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

    .product .switch .item {
        width: 27%;
        font-size: 21px;
    }

    .product .products-item {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .contact .info-group .item h5 {}

    .contact .info-group .item h5 span {
        font-size: 27px;
    }

    .contact .info-group .item ul>li,
    .contact .info-group .item:last-child ul>li {
        font-size: 18px;
    }

    .contact .more-btn {
        padding: 7px 25px;
    }

    .index-about .left .img{
        padding-bottom: 90%;
    }

    .contact .info-group .item img{
        height: 35px;
    }

    .index-category .row{
        margin-top: 0;
    }

    .index-products #products{
        padding-top: 35px;
    }
}

@media (max-width: 768px) {
    .index-carousel .img {
        height: 0;
        padding-bottom: 135%;
    }

    .index-about .row {
        display: block;
    }

    .index-about .left,
    .index-about .right {
        width: 100%;
    }

    .index-about .right {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px;
    }

    .index-quote .container {
        width: 100%;
    }

    .index-products .index-products-prev {
        left: 20px;
    }

    .index-products .index-products-next {
        right: 20px;
    }

    .icon-group {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .company-advantage .advantage-box {
        padding-left: 5px;
    }

    .company-advantage .advantage-box .item {
        width: 100%;
    }

    .company-advantage .advantage-box .item .ico {
        width: 25%;
        display: flex;
        align-items: center;
    }

    .company-advantage .advantage-box .item .txt {
        width: 75%;
    }

    .company-advantage .advantage-box .item .num,
    .company-advantage .advantage-box .item .num-box span {
        font-size: 22px;
    }

    .company-advantage .advantage-box .item .text {
        font-size: 16px;
    }

    .company-advantage .advantage-box .item .ico {
        width: 25%;
        justify-content: center;
    }

    .company-advantage .advantage-box .item .ico img {
        max-height: 40px;
    }

    .company-advantage .advantage-box .item .txt {
        width: 75%;
        padding-left: 0;
    }

    .index-about .right p {
        font-size: 17px;
        margin-top: 10px;
        line-height: 32px;
    }

    .more-btn {
        font-size: 17px;
        margin-top: 25px;
        padding: 6px 25px;
    }

    .index-about .more-btn{
        margin-top: 25px;
    }


    .index-wap-solution {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .mobile-accordion-panel {
        display: block;
    }

    .mobile-accordion-panel .container {
        margin-top: 0;
    }

    .mobile-accordion-panel .card .card-body .subtitle {
        font-size: 20px;
    }

    .mobile-accordion-panel .card .card-body .intro {
        font-size: 14px;
    }

    .mobile-accordion-panel .card .card-body .more-btn {
        font-size: 14px;
    }

    .mobile-accordion-panel .card {
        border: 1px solid #FFF;
        margin-bottom: 10px;
        position: relative;
    }

    .mobile-accordion-panel .card:before {
        position: absolute;
        content: '';
        background-color: #000;
        opacity: 0.5;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .mobile-accordion-panel .card.show:before {
        opacity: 0.5;
        /* visibility: hidden; */
        /* background-color: #000; */
    }

    .mobile-accordion-panel .card.show .category {
        transition: all 0s;
        opacity: 0;
    }

    .mobile-accordion-panel .card:last-child {
        margin-bottom: 0;
    }

    .mobile-accordion-panel .card-header {
        background-color: transparent;
        border: none;
    }

    .mobile-accordion-panel .card-header button {
        padding: 0;
        font-size: 20px;
        color: #FFF;
        position: relative;
    }

    .mobile-accordion-panel .card-header button .ico {
        position: absolute;
        top: 50%;
        right: 1rem;
        transition: all 0.5s;
    }

    .mobile-accordion-panel .card-header button .category {
        font-size: 15px;
        color: #FFF;
        font-family: 'Kanit-SemiBold';
        transition: all 0.5s;
    }

    .has-unfold .card .card-header button .category {
        font-size: 25px;
        color: #8B8B8B;
    }

    .has-unfold .card.show-contents .card-header button .category {
        font-size: 30px;
        color: #FFF;
    }

    .show-contents button .category {
        font-size: 30px;
        color: #FFF;
    }

    .mobile-accordion-panel .card-header button:hover,
    .mobile-accordion-panel .card-header button:active,
    .mobile-accordion-panel .card-header button:focus {
        outline: none;
        text-decoration: none;
    }

    .mobile-accordion-panel .show-contents .card-header button .ico {
        top: 0.75rem;
        transform: rotate(225deg);
    }

    .mobile-accordion-panel .card .card-body .title {
        font-size: 23px;
        font-family: 'Kanit-SemiBold';
        color: #fff;
    }

    .mobile-accordion-panel .card .card-body p {
        font-family: 'Kanit-Regular';
        color: #fff;
        line-height: 1.3;
        margin-top: 20px;
    }

    .mobile-accordion-panel .card .card-body .subtitle {
        font-size: 20px;
        margin-bottom: 20px;
        color: #FFF;
    }

    .mobile-accordion-panel .card .card-body .intro {
        font-size: 15px;
        margin-bottom: 20px;
        color: #FFF;
    }

    .mobile-accordion-panel .card .card-body .more-btn {
        font-size: 15px;
    }

    .mobile-accordion-panel .card .card-body .more-btn i {
        margin-left: 10px;
        color: #FFF;
    }

    .mobile-accordion-panel .card .card-body {
        position: relative;
        padding: 0 1.25rem 1.25rem 1.25rem;
    }

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

    .index-category .row {
        margin-top: 5px;
    }

    .index-category .item {
        margin-top: 15px;
    }

    .index-category .text {
        top: unset;
    }

    .index-category .text .parents-a {
        height: auto;
        font-size: 15px;
        margin-top: 10px;
    }

    .index-category .item .more {
        font-size: 13px;
        margin-top: 5px;
    }

    .index-category .item:hover .more {
        bottom: 0;
    }

    .index-category .item .text {
        padding-left: 20px;
        padding-right: 20px;
        top: 62%;
    }

    .index-category .item .text,
    .index-category .item:hover .text {
        top: 69%;
    }

    .index-category .item .more {
        position: relative;
        bottom: unset;
    }

    .index-category .item:hover .more {
        bottom: unset;
    }

    .index-products #products{
        padding-top: 20px;
    }

    .products-item .title{
        font-size: 18px;
    }

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

    .index-quote .section-title{
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .index-quote p{
        font-size: 17px;
        padding: 0 10px;
    }

    .index-quote .more-btn{
        margin-top: 20px;
    }

    .index-quote .more-btn{
        font-size: 16px;
    }

    .recommend-blog .main{
        max-width: 100%;
        margin-bottom: 15px;
    }

    .recommend-blog .main .text{
        padding: 10px 20px 15px 20px;
    }

    .recommend-blog .row{
        display: block;
        height: auto;
    }

    .recommend-blog .secondary{
        max-width: 100%;
    }

    .recommend-blog .secondary .item{
        margin-bottom: 15px;
    }

    .recommend-blog .secondary .item .content{
        display: block;
    }

    .recommend-blog .secondary .item .content .text{
        width: 100%;
    }

    .recommend-blog .secondary .item .content .img{
        width: 100%;
        padding-bottom: 52.43%;
    }

    .recommend-blog .secondary .item .content .text{
        padding: 15px 15px 10px 15px;
    }

    .recommend-blog .secondary .item .content .text .title{
        font-size: 18px;
        margin-bottom: 7px;
    }

    .recommend-blog .secondary .item .content .text .title a{
        font-size: 18px;
    }

    .recommend-blog .secondary .item .content .text .intro{
        margin-bottom: 7px;
    }

    .main-footer{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .main-footer .footer-img{
        width: 135px;
    }

    .main-footer .nav-group{
        flex-wrap: wrap;
    }

    .main-footer .nav-group {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px 0 15px 0;
    }

    .main-footer .nav-group .item {
        width: 29%;
        text-align: center;
        margin-bottom: 12px;
        margin: 2.5px 0 2.5px 0;
    }

    .main-footer .nav-group .item a {
        font-size: 18px;
        color: #999999;
        transition: all 0.5s;
    }

    .main-footer .icon-group{
        margin: 10px 0 20px 0;
    }

    .main-footer .icon-group .item {
        width: 35px;
        height: 35px;
        margin: 0 10px;
    }

    .main-footer .icon-group .item i{
        font-size: 17px;
    }

    .main-footer .icon-group .item:first-child img{
        width: 16px;
        height: 16px;
    }

    #tool{
        display: none!important;
    }

    .banner{
        display: block;
    }

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

    .about .row{
        display: block;
    }

    .about .left,
    .about .right{
        width: 100%;
    }

    .breadcrumb .container{
        padding: 0;
    }

    .breadcrumb a, .breadcrumb span{
        font-size: 17px;
    }

    .about .left{
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .about .left iframe{
        height: 270px;
    }

    .certificate .box .btn-prev{
        left: 0;
    }

    .certificate .box .btn-next{
        right: 0;
    }

    .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;
    }
    .inquiry .section-intro{
        width: unset;
    }    

    .inquiry{
        margin-bottom: 0;
    }
    .inquiry #inquiryForm .bottom .left{
        display: none;
    }
    .inquiry #inquiryForm .bottom .right{
        width: 100%;
        max-width: 100%;
    }    

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

    .lr-structure .item{
        display: block;
    }

    .lr-structure .img-box,
    .lr-structure .text-box{
        width: 100%;
    }

    .lr-structure .text-box{
        padding-left: 0;
    }

    .lr-structure .item:nth-child(even) .text-box{
        padding-right: 0;
    }

    .lr-structure .item{
        margin-top: 20px;
        margin-bottom: 0;
    }

    .lr-structure .text-box h3{
        font-size: 23px;
        margin-top: 15px;
    }

    .lr-structure .text-box p{
        margin-top: 10px;
    }

    .lr-structure .text-box p{
        font-size: 17px;
        line-height: 27px;
    }

    .certificate .box{
        margin: 0;
        padding: 0 45px;
    }

    .about .right p{
        font-size: 17px;
        margin-top: 10px;
        line-height: 32px;
    }

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

    .certificate .section-title{
        margin-bottom: 20px;
    }

    .factory{
        padding-bottom: 40px;
    }

    .factory .item{
        margin-top: 15px;
    }

    .factory .show-more{
        margin-top: 30px;
    }

    .factory .more-btn{
        margin-top: 10px;
        padding: 3px 25px;
    }

    .recommend-blog .main .text .title{
        height: 54px;
        line-height: 20px;
        margin-top: 5px;
    }

    .recommend-blog .main .text .title a{
        font-size: 18px;
        line-height: 25px;
    }

    .product{
        padding-bottom: 40px;
    }

    .product .products-item{
        flex: 0 0 50%;
        max-width: 50%;
    }

    .product .switch .item{
        font-size: 17px;
        width: 100%!important;
        padding: 0!important;
        border-right: unset;
        margin-bottom: 20px;
    }

    .product .switch .item:last-child{
        margin-bottom: 0;
    }

    .product .switch .item img{
        height: 35px;
    }

    .product .switch .item span{
        line-height: 20px;
    }
    
    .product .switch-box{
        padding: 25px 0 25px 0;
    }

    .product .products-item{
        margin-top: 20px;
    }

    .product .products-item .title{
        font-size: 16px;
    }

    .product .pagination{
        padding-top: 40px;
    }

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

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

    .product-detail-1 .right{
        padding-left: 15px;
        padding-right: 0;
    }

    .product-detail-1 .right .title{
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .product-detail-1 .right h5{
        font-size: 22px;
    }

    .product-detail-1 .right .article{
        margin-bottom: 0;
    }

    .product-detail-1 .right .article .list-paddingleft-2{
        padding-left: 20px;
    }

    .product-detail-1 .right .article p{
        font-size: 16px;
    }

    .product-feature{
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .product-feature ul{
        margin-top: 30px;
    }

    .product-feature ul>li{
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .product-feature ul>li:nth-child(1), .product-feature ul>li:nth-child(2){
        border-top: unset;
        padding-top: 0;
    }

    .product-feature ul>li .left, .product-feature ul>li .right{
        font-size: 16px;
    }

    .related-products .related-prev{
        left: 20px;
    }

    .related-products .related-next{
        right: 20px;
    }

    .product-scope .section-title{
        margin-bottom: 20px;
    }

    .product-scope{
        padding-bottom: 30px;
    }

    .related-products{
        padding-top: 20px;
    }

    .related-products #related{
        padding-top: 0;
    }

    .outer-blog.recommend-blog .secondary .item .content .img{
        padding-bottom: 52.43%;
    }

    .outer-blog.recommend-blog .main .text .title{
        height: 54px;
    }

    .outer-blog.recommend-blog .secondary .item .content .text .title a{
        font-size: 18px;
        line-height: 25px;
    }

    .outer-blog.recommend-blog .secondary .item .content .text .intro{
        font-size: 15px;
        height: 68px;
        line-height: 22px;
    }

    .outer-blog.recommend-blog .secondary .item .content .text{
        padding: 20px 15px 15px 15px;
    }

    .outer-blog.recommend-blog .main .item{
        width: 100%;
    }

    .outer-blog.recommend-blog .main .text{
        padding: 10px 20px 20px 20px;
    }

    .outer-blog.recommend-blog .row{
        display: flex;
    }
        .casedetail{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .casedetail .left{
        padding-right: 0;
    }
    .casedetail .left .title{
        font-size: 24px;
        line-height: 35px;
    }
    .casedetail .news-item{
        padding-right: 0;
        margin-bottom: 30px;
    }
    .casedetail .news-item .info{
        margin-top: 25px;
        margin-bottom: 0;
    }
    .casedetail .article{
        margin-top: 10px;
    }
    .casedetail .other{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 35px;
        position: unset;
    }
    .casedetail .other hr{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .casedetail .other .other-box.news-box{
        padding: 20px 20px 30px 25px;
        position: unset;
    }
    .casedetail .other .example .col-3{
        flex: 0 0 30%;
        max-width: 30%;
    }
    .casedetail .other .example .col-7{
        flex: 0 0 70%;
        max-width: 70%;
        padding-right: 0;
    }
    .casedetail .news-item .info li{
        margin-right: 15px;
        padding-right: 15px;
    } 
    .casedetail .other .title{
        font-size: 23px;
    }
    .solution-detail .social-links .social-item{
        width: 35px;
        height: 35px;
    }
    .solution-detail .social-links .social-item i{
        font-size: 18px;
    }
    .solution-detail .social-links .social-item.tiktok img,
    .solution-detail .social-links .social-item.twitter img{
        width: 20px;
    }

    .contact .container{
        padding: 0;
    }

    .contact .info-group .item{
        padding: 30px 30px 30px 20px;
        border-right: unset;
        border-bottom: 1px solid #fff;
    }    

    .contact .info-group .item img{
        height: 20px;
    }

    .contact .info-group .item h5 span{
        font-size: 25px;
    }

    .contact .info-group .item ul>li,
    .contact .info-group .item:last-child ul>li{
        font-size: 17px;
        line-height: 1.4;
    }

    .contact .more-btn{
        margin-top: 20px;
        padding: 6px 20px;
    }

    .contact .map iframe{
        height: 300px;
    }    

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

    .mobile-nav a{
        font-size: 17px;
        font-family: 'Kanit-Regular';
        line-height: 22px;
        padding: 12px 20px;
    }

    .mobile-nav a:hover, .mobile-nav .active>a, .mobile-nav li:hover>a{
        color: #fbb03b;
    }

    .video iframe{
        height: 270px;
    }
}