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

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

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

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

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

body {
    background: #FFF;
    font-size: 15px;
    font-family: 'Poppins-Regular';
}

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: 60px;
    padding-bottom: 60px;
}

.no-data {
    width: 100%;
}

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

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

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

.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 {
    max-width: 100%;
}

.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;
    padding-top: 2rem;
    padding-right: 0;
    padding-bottom: 0;
}

.pagination a {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 1px 12px;
    height: 37px;
    width: 37px;
    background: #FFF;
    text-decoration: none;
    color: #808080;
    font-size: 15px;
    line-height: 37px;
    position: relative;
}

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

.pagination a.cur {
    border: none;
    background: var(--primary-color);
    color: #FFF;
}

.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;
    color: #666;
}

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

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

/*--------------------------------------------------------------
# placeholderBox
--------------------------------------------------------------*/
#placeholderBox {
    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;
    background-color: rgba(255, 255, 255, 0.9);
    /* box-shadow: 0 0 5px 2px rgba(167,167,167,0.5); */
}

#header .logo {
    line-height: 80px;
}

#header .container {
    max-width: 100%;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    box-shadow: -2.121px 1.121px 8px 0px rgba(103, 103, 103, 0.2);
}

/*--------------------------------------------------------------
# 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: 80px;
    line-height: 80px;
}

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

.main-nav>ul>li:last-child {
    width: 70px;
    text-align: center;
    background-color: var(--primary-color);
}

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

.main-nav a {
    display: block;
    position: relative;
    color: #202020;
    padding: 0 35px;
    transition: 0.5s;
}

.main-nav a>span {
    color: #8c8c8c;
    text-transform: uppercase;
    transition: all 0.5s;
}

.main-nav a:hover>span {
    color: var(--primary-color);
}

.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: #222222;
    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: var(--primary-color);
    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: 22px;
    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(0 0 0 / 60%);
    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: 0;
    padding-bottom: 0;
    background: #010D03;
    color: #fff;
    position: relative;
}

.footer {
    background-size: cover;
}

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

.footer .footer-content {
    padding-top: 60px;
}

#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;
    margin-bottom: 20px;
}

.footer-line {
    display: flex;
    justify-content: space-between;
    color: #999999;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    border-top: 1px solid #3F3F3F;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    margin-top: 50px;
}

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

.footer-line a {
    color: #ababab;
    transition: 0.5s;
}

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

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

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

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

.footer-logo-column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    align-items: flex-start;
}

.footer-logo-column img {
    width: 240px;
    margin-bottom: 20px;
}

.footer-logo-column .intro {
    font-size: 15px;
    font-family: 'Poppins-Regular';
    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 18px 0;
}

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

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

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

.footer .item input,
.footer .item textarea,
.footer .item button {
    border: none;
    width: 100%;
}

.footer .item input {
    height: 45px;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 10px;
}

.footer .item textarea {
    margin-top: 5px;
    resize: none;
    height: 65px;
    padding-left: 10px;
    padding-top: 5px;
}

.footer .item button {
    height: 35px;
    font-size: 12px;
    margin-top: 5px;
    background-color: #FFF;
    color: #202020;
    outline: none;
}

.footer .item .footer-intro {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #999999;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    /* margin-top: 35px; */
    line-height: 30px;
}

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

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

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

.footer .item-3 {
    width: 16%;
    padding-right: 30px;
}

.footer .item-4 {
    width: 26%;
    padding-right: 0;
}

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

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

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

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

.footer .bottom-links {
    /* background-color: #7f6c4f; */
    margin-top: 50px;
}

.footer .bottom-links .container {
    padding: 0;
    border-top: 1px solid #696969;
}

.footer .bottom-links .box {
    display: flex;
    justify-content: space-between;
}

.footer .bottom-links .left {
    font-family: 'Poppins-Regular';
    padding: 16px 0;
}

.footer .bottom-links .right {
    display: flex;
    align-items: center;
    padding-right: 0;
}

.footer .social-media {
    display: flex;
    gap: 5px;
}

.footer .social-media .twitter img {
    height: 15px;
}

.footer .social-media li {
    width: 35px;
    height: 35px;
    background-color: #222222;
    border-radius: 50%;
    padding: 0;
    transition: all 0.5s;
}

.footer .social-media li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .social-media img {
    height: 13px;
    filter: grayscale(1) brightness(1.4);
    margin-left: 0;
    transition: all 0.5s;
}

.footer .social-media li:hover {
    background-color: #fff;
}

.footer .social-media li:hover img {
    filter: unset;
}

.footer .social-media .whatsapp-li img {
    height: 15px;
}

/* Main Footer */
.main-footer {
    display: none;
    background-color: #202020;
    /* background-color: #202020; */
}

/* Mobile Footer */
.mobile-footer {
    padding-top: 30px;
    padding-bottom: 1.5rem;
    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: 18px;
    padding: 10px 0;
}

/*--------------------------------------------------------------
# Section Banner
--------------------------------------------------------------*/
.banner {
    width: 100%;
    height: 500px;
    position: relative;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.banner .text {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
}

.banner .text h3 {
    font-size: 33px;
    font-weight: bold;
    font-family: 'Poppins-Regular';
    color: #fff;
}

.banner.mobile {
    display: none;
}

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

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

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

.index-carousel .img {
    height: 100vh;
    padding-bottom: 33.3%;
}

.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: 999;
    transition: all 0.5s;
    box-shadow: 0 0 2px 2px rgba(114, 114, 114, 0.5);
}

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

/*------------------------------------------------------------------
    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-video {
    padding: 0;
}

.index-video .row {
    margin-left: 0;
    margin-right: 0;
}

.index-video .left,
.index-video .right {
    padding: 0;
}

.index-video .left {
    cursor: pointer;
    position: relative;
}

.index-video .left::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

.index-video .left img {
    height: 520px;
    width: 100%;
    max-width: 100%;
}

.index-video .left:hover::after {
    background-color: transparent;
}

.index-video .v-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.index-video .v-btn i {
    font-size: 50px;
    color: #fff;
}

.index-video .v-btn span {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

.index-video .right a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index-video .right .text {
    width: 78%;
    margin-bottom: 40px;
    text-align: left;
}

.index-video .right .text h3 {
    font-size: 24px;
    color: #666666;
}

.index-video .right .text h5 {
    font-size: 20px;
    line-height: 27px;
    color: var(--primary-color);
}

.index-video .right .text p {
    font-size: 14px;
    color: #787878;
    line-height: 24px;
    font-family: 'Poppins-Light';
}

.index-video .right span {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 17px;
    text-align: right;
    padding-right: 200px;
    color: var(--primary-color);
    animation: btnleft 1s;
}

.index-video .right span>img {
    display: inline-block;
    margin-left: 20px;
}

.index-list {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 1000px;
    background-image: url(../images/list_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    padding: 0;
}

.index-list::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
}

.index-list .index-list-title {
    width: 78%;
    position: absolute;
    top: 30%;
    z-index: 1;
}

.index-list .index-list-title.active {
    animation: titlerun 1s;
    animation-fill-mode: both;
}

.index-list .index-list-title span {
    color: #fff;
    display: block;
    margin-top: 20px;
}

.index-list .index-list-title span:nth-of-type(1) {
    font-size: 28px;
}

.index-list .index-list-title span:nth-of-type(2) {
    font-size: 14px;
    font-family: 'Poppins-Light';
}

.index-list .index-list-title.active {
    animation: titlerun 1s;
    animation-fill-mode: both;
}

.index-list ul {
    width: 100%;
    position: absolute;
    display: flex;
    height: 350px;
    padding: 0;
    margin: 0;
    bottom: 0;
    z-index: 1;
}

.index-list ul>li {
    position: relative;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 33.3%;
    text-align: center;
    transition: all 0.5s;
}

.index-list ul>li>a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.index-list ul>li>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-list ul>li>div img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.index-list ul>li>div span {
    margin-top: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
}

.index-list ul>li:nth-last-of-type(1) {
    border-right: none;
}

.index-list ul>li:hover {
    background-color: rgba(179, 155, 119, 0.7);
}

.crumbs-list {
    width: 100%;
    height: 65px;
    background-color: #f8f8f8;
    line-height: 65px;
    padding: 0;
}

.crumbs-list .crumbs-list-box {
    margin: 0 auto;
    width: 1200px;
}

.crumbs-list .crumbs-list-box .crumbs-left {
    float: left;
}

.crumbs-list .crumbs-list-box .crumbs-left ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.crumbs-list .crumbs-list-box .crumbs-left ul li {
    display: inline-block;
    margin-right: 50px;
    height: 65px;
}

.crumbs-list .crumbs-list-box .crumbs-left ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #505050;
}

.crumbs-list .crumbs-list-box .crumbs-left ul li a.active {
    color: var(--primary-color);
    border-bottom: 3px solid var(--primary-color) !important;
}

.crumbs-list .crumbs-list-box .crumbs-left ul li:hover a {
    height: 65px;
    border-bottom: 3px solid var(--primary-color) !important;
}

.crumbs-list .crumbs-list-box .crumbs-left ul li:hover a {
    color: var(--primary-color) !important;
}

.crumbs-list .crumbs-list-box .crumbs-right {
    float: right;
}

.crumbs-list .crumbs-list-box .crumbs-right span {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.crumbs-list .crumbs-list-box .crumbs-right span a {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

@keyframes full {
    0% {
        width: 0%;
        background-color: var(--primary-color);
    }

    100% {
        width: 100%;
        background-color: var(--primary-color);
    }
}

.index-news {
    height: 500px;
    width: 100%;
}

.index-news .top {
    position: relative;
    font-size: 16px;
    width: 78%;
    margin: 0 auto;
    height: 150px;
    line-height: 150px;
}

.index-news .top a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.index-news .top span:nth-of-type(1),
.index-news .top span:nth-of-type(3) {
    color: var(--primary-color);
}

.index-news .top span:nth-of-type(1) {
    font-size: 25px;
}

.index-news .top span:nth-of-type(2) {
    color: #787878;
    font-size: 25px;
    display: inline-block;
}

.index-news .top .t-btn {
    float: right;
    font-size: 17px;
    animation: newleft 1s;
    animation-fill-mode: both;
}

.index-news .top .t-btn img {
    display: inline-block;
    margin-left: 20px;
}

.index-news .top:hover .t-btn {
    animation: newnrun 1s;
}

.index-news .list {
    width: 78%;
    margin: 0 auto;
}

.index-news .list ul {
    display: flex;
    /* justify-content: space-between; */
    margin: 0;
    padding: 0;
    margin-left: -25px;
    margin-right: -25px;
}

.index-news .list ul li {
    position: relative;
    width: 33.33%;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
}

.index-news .list ul li a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.index-news .list ul li span {
    display: block;
    margin-top: 25px;
}

.index-news .list ul li .date {
    font-size: 17px;
    color: #787878;
}

.index-news .list ul li .title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-news .list ul li .title,
.index-news .list ul li .more {
    transition: all 0.5s;
}

.index-news .list ul li .more {
    margin-bottom: 20px;
}

.index-news .list ul li .intro {
    display: -webkit-box;
    font-family: 'Poppins-Light';
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #787878;
}

.index-news .list ul li div {
    height: 2px;
    animation-fill-mode: forwards;
    animation: empty 1s;
}

.index-news .list ul li:hover .title,
.index-news .list ul li:hover .more {
    color: var(--primary-color);
}

.index-news .list ul li:hover div {
    animation: full 1s;
    animation-fill-mode: forwards;
}

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

.about-section-title {
    color: #333;
    font-size: 24px;
    font-family: 'Poppins-Medium';
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
}

.about p {
    color: #505050;
    line-height: 27px;
    font-family: 'Poppins-Light';
}

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

.culture .item {
    display: flex;
    width: 100%;
}

.culture .item .left,
.culture .item .right {
    width: 50%;
    background-color: #F8F8F8;
}

.culture .item .left .img {
    padding-bottom: 76%;
}

.culture .item .right {
    position: relative;
}

.culture .item .right div {
    width: 78%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.culture .item .right h4 {
    font-size: 22px;
    color: var(--primary-color);
    display: inline-block;
    border-bottom: 2px solid #969696;
    padding-bottom: 35px;
}

.culture .item .right p {
    display: block;
    margin-top: 30px;
    font-size: 14px;
    font-family: 'Poppins-Light';
    line-height: 25px;
    color: #969696;
}

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

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

.history ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.history ul li {
    width: 100%;
    height: 136px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.history ul li .year {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    height: 100%;
    width: 150px;
    text-align: center;
    flex-shrink: 0;
}

.history ul li .year span:nth-of-type(1) {
    font-size: 36px;
    color: var(--primary-color);
}

.history ul li .year span:nth-of-type(2) {
    color: #646464;
    font-size: 14px;
    display: block;
}

.history ul li .year::after {
    content: '';
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-60%);
    background-image: url('../images/arrow_down.png');
    height: 18px;
    width: 24px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.history ul li .text {
    color: #333333;
    display: inline-block;
}

.history ul li .text span {
    font-size: 16px;
}

.history ul li:nth-last-of-type(1) .year::after {
    display: none;
}

.certificate {
    padding-bottom: 30px;
    background-color: #FAFAFA;
}

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

.certificate .item {
    margin-bottom: 30px;
}

.certificate .img {
    padding-bottom: 65.7%;
}

.equipment {
    padding-bottom: 0;
}

.equipment.equipment-main {
    display: block;
}

.equipment.equipment-mobile {
    display: none;
}

.equipment .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: var(--primary-color);
    min-height: 300px;
}

.equipment .box .left {
    flex: 0 0 400px;
    max-width: 100%;
    max-height: 100%;
}

.equipment .box .left h3 {
    font-size: 38px;
    font-family: Arial;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    line-height: normal;
    padding-left: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.equipment .box .left .list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
}

.equipment .box .left .list .eq-title-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
    position: relative;
}

.equipment .box .left .list .eq-title-item p {
    padding-left: 50px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    margin-top: 5px;
    cursor: pointer;
}

.equipment .box .left .list .eq-title-item.active {
    background-color: #958265;
}

.equipment .box .right {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.equipment .box .right .eq-img-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.equipment .box .right .eq-img-item.active {
    display: block;
}

.equipment .box .right .eq-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.equipment .box .right .eq-img-item .img {
    /* padding-bottom: 47.2%; */
}

.product-list .container {
    max-width: 1230px;
}

.product-list .item {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}

.product-list .item>div {
    width: 50%;
}

.product-list .item .img-box .img {
    padding-bottom: 58.33%;
}

.product-list .item .img-box .img img {
    transition: all 0.5s;
}

.product-list .item .text-box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #323232;
    background-color: #f8f8f8;
    transition: all 0.5s;
}

.product-list .item .text-box .text-box-outer {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-list .item .text-box .text-box-outer h3 {
    font-size: 24px;
}

.product-list .item .text-box .text-box-outer span {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* 限制为五行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    margin-top: 30px;
    font-family: 'Poppins-Light';
}

.product-list .item .text-box .text-box-outer i {
    font-size: 44px;
    margin-top: 20px;
}

.product-list a:nth-child(even) .item {
    flex-direction: row-reverse;
}

.product-list .item:hover .text-box {
    color: #fff;
    background-color: var(--primary-color);
}

.product-list .item:hover .img-box .img img {
    transform: scale(1.1);
}

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

.product-detail .row{
    align-items: center;
}

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

.product-detail .img img {
    object-fit: cover;
}

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

/* .product-detail .left .carousel-box #gallery {
    border-radius: 10px;
} */

.product-detail .container {
    max-width: 1230px;
}

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

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

.product-detail .right .box {
    width: 80%;
    margin: 0 auto;
}

.product-detail .right p {
    color: #333;
    line-height: 1.7;
    font-family: 'Poppins-Light';
}

.product-detail .right h3 {
    margin-bottom: 30px;
}

.product-detail .right .btn {
    font-size: 16px;
    padding: 8px 24px;
    color: #fff;
    background-color: var(--primary-color);
    margin-top: 30px;
    border-radius: 0;
}

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

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

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

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


.gallery-prev,
.gallery-next {
    position: absolute;
    width: 40px;
    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 {
    color: #C3C3C3;
    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;
}

.gallery-prev:hover i,
.gallery-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-show {
    padding-top: 30px;
}

.product-show h3 {
    margin-bottom: 10px;
}

.product-show .container {
    max-width: 1230px;
}

.product-show .item {
    margin-top: 30px;
}

.product-show .item .img {
    padding-bottom: 64.78%;
}

.solution .row {
    margin-left: -18px;
    margin-right: -18px;
}

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

.solution .item {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 30px;
    cursor: pointer;
}

.solution .item .img {
    padding-bottom: 64.78%;
}

.solution .item h3{
    font-size: 15px;
    color: #646464;
    padding-top: 17px;
}

.solution .pagination {
    padding-top: 22px;
}

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

.news .item {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}

.news .item .left {
    flex: 0 0 35%;
    max-width: 35%;
}

.news .item .left .img {
    padding-bottom: 48.64%;
}

.news .item .right {
    flex: 0 0 65%;
    max-width: 65%;
}

.news .item .right h3 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.news .item .right span {
    font-size: 17px;
    color: #969696;
    display: block;
    margin-bottom: 30px;
}

.news .item .right a {
    transition: all 0.5s;
}

.news .item .right p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #787878;
    line-height: 30px;
}

.news .item:hover .right h3 {
    color: var(--primary-color);
}

.news .item .left .img img {
    transition: all 0.5s;
}

.news .item:hover .left .img img {
    transform: scale(1.1);
}

.news-details h3,
.news-details p {
    width: 100%;
}

.news-details p {
    color: #333;
    margin-top: 25px;
}

.news-details .article {
    margin-top: 10px;
}

.news-details .container {
    max-width: 1200px;
}

.category-duty .container {
    max-width: 1230px;
}

.category-duty .row {
    margin-left: -25px;
    margin-right: -25px;
}

.category-duty .item {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}

.category-duty .item {
    margin-bottom: 40px;
    transition: all 0.5s;
}

.category-duty .item .img {
    padding-bottom: 43.40%;
}

.category-duty .item .text {
    content: '';
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    left: 25px;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

.category-duty .item a {
    width: 100%;
    height: 100%;
    color: #fff;
}

.category-duty .item .text{
    display: flex;
    align-items: center;
}

.category-duty .item .text h3 {
    font-size: 23px;
    padding-left: 40px;
    padding-top: 0;
}

.category-duty .item:hover .text {
    background-color: rgba(0, 0, 0, 0);
}

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

.contact .info {
    margin-top: 50px;
}

.contact .info .left .img {
    padding-bottom: 20%;
}

.contact .info h3 {
    font-size: 23px;
    margin-bottom: 50px;
}

.contact .info p {
    font-size: 14px;
    font-family: 'Poppins-Light';
    margin-right: 10px;
    margin-bottom: 5px;
    line-height: 30px;
}

.contact .info .inquiry-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact .info .inquiry-form span {
    width: 45%;
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'Poppins-Light';
}

.contact .info .inquiry-form input {
    width: 45%;
    border: none;
    border-bottom: 1px solid #989898;
    padding: 5px 2px;
    outline: none;
    display: inline-block;
    margin-bottom: 25px;
}

.contact .info .inquiry-form textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
}

.contact .info .inquiry-form input::placeholder,
.contact .info .inquiry-form textarea::placeholder {
    color: #dbdbdb;
    font-size: 14px;
}

.contact .send-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0;
    border: 0;
    height: 35px;
    width: 125px;
    background-color: var(--primary-color);
    margin-top: 24px;
    cursor: pointer;
}

.contact .left .footer{
    margin-top: 20px;
    background: unset;
}  

.contact .left .footer .social-media{
    gap: 7px;   
}

.contact .left .footer .social-media li{
    background-color: unset;
    border: 1px solid #ababab;
}

.contact .left .footer .social-media img{
    filter: unset;
}

.contact .left .footer .social-media li:hover{
    background-color: var(--primary-color);
}

.contact .left .footer .social-media li:hover img{
    filter: grayscale(1) brightness(3);
}

@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: 110px;
    }

    #header {
        height: 80px;
        /* padding: 5px 0; */
    }

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

    .main-nav {
        display: block;
    }

    .main-nav a {
        font-size: 14px;
        font-family: 'Poppins-Light';
        padding: 0 20px;
        transition: all 0.5s;
    }

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

    .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 {
        line-height: 50px;
        margin-right: 15px;
        /* margin: 14px 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;
    }

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

    .index-carousel {
        margin-top: 50px;
    }

    .index-carousel .img {
        padding-bottom: 59.4%;
        height: unset;
    }

    .index-video .left img {
        height: auto;
    }

    .index-video .v-btn i {
        font-size: 40px;
    }

    .index-video .v-btn span {
        font-size: 17px;
    }

    .index-video .right .text {
        margin-top: 15px;
    }

    .index-video .right .text h3 {
        font-size: 21px;
    }

    .index-video .right .text h5 {
        font-size: 18px;
    }

    .index-list .index-list-title {
        display: none;
    }

    .index-list {
        height: 350px;
    }

    .index-list ul {
        flex-wrap: wrap;
    }

    .index-list ul>li {
        width: 100%;
    }

    .index-list ul>li>div {
        width: 100%;
        display: flex;
        line-height: 42px;
        align-items: center;
        justify-content: space-around;
        text-align: center;
    }

    .index-list ul>li>div img {
        margin: unset;
    }

    .index-list ul>li>div span {
        width: 150px;
    }

    .index-list ul>li>div .symbol {
        font-size: 40px;
        width: unset;
        margin: 0;
    }

    .index-news .top {
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .index-news .list {
        width: 100%;
    }

    .index-news .list ul {
        margin-left: 0;
        margin-right: 0;
    }

    .index-news .top span:nth-of-type(2) {
        font-size: 20px;
    }

    .index-news .list ul li {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    #header {
        padding: 0;
    }

    #header .container {
        padding-right: 15px;
    }

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

    .index-video .right a {
        display: block;
    }

    .index-video .right .text {
        width: 100%;
        padding: 0 20px;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .index-video .right span {
        margin-left: 20px;
    }

    .footer .item {
        width: 100%;
        padding: 2px;
    }

    .footer-logo-column img {
        width: 130px;
    }

    .footer .item .footer-intro {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .footer .bottom-links {
        margin-top: 20px;
    }

    .footer .bottom-links .left {
        color: #999999;
    }

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

    .footer .panel-body ul {
        margin-left: 10px;
        margin-top: 10px;
    }

    .index-list {
        margin-top: 20px;
    }

    .index-list ul>li>div img {
        height: 40px;
    }

    .index-list ul>li>div span {
        font-size: 17px;
        margin-top: 0;
    }

    .index-video .right {
        margin-top: 10px;
    }

    .banner {
        height: 220px;
        /* margin-top: 50px; */
    }

    .banner .title {
        display: none;
    }

    .about {
        margin-bottom: 10px;
    }

    .about p {
        font-size: 14px;
        line-height: 25px;
    }

    .about-crumbs-list {
        display: none;
    }

    .about-section-title {
        font-size: 23px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .culture .item {
        display: block;
        margin-bottom: 30px;
    }

    .culture .item .left,
    .culture .item .right {
        width: 100%;
    }

    .culture .item .right h4 {
        font-size: 20px;
    }

    .culture .item .right div {
        width: 100%;
        position: unset;
        transform: unset;
        padding: 30px 25px;
    }

    .culture .item .right h4 {
        padding-bottom: 20px;
    }

    .index-news {
        height: auto;
        padding-bottom: 30px;
    }

    .index-news .list ul {
        display: block;
    }

    .index-news .list ul li .date {
        font-size: 16px;
    }

    .index-news .list ul li .title {
        font-size: 17px;
    }

    .index-news .list ul li .intro {
        font-size: 14px;
    }

    .history ul li {
        height: auto;
        flex-direction: column;
    }

    .history ul li .year span:nth-of-type(1) {
        font-size: 32px;
    }

    .history ul li .year {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .history ul li .year::after {
        top: 116%;
    }

    .history ul li .text span {
        color: #333333;
        font-size: 15px;
        font-family: 'Poppins-Light';
    }

    .history ul li .year span:nth-of-type(2) {
        font-size: 15px;
    }

    .history ul li:nth-last-of-type(1) .year::after {
        display: block;
    }

    .back-to-top {
        width: 37px;
        height: 37px;
    }

    .back-to-top i {
        padding-top: 0;
        line-height: 37px;
    }

    .equipment.equipment-main {
        display: none;
    }

    .equipment.equipment-mobile {
        display: block;
    }

    .equipment.equipment-mobile .item {
        margin-bottom: 20px;
    }

    .equipment.equipment-mobile .item .img {
        padding-bottom: 60%;
    }

    .equipment.equipment-mobile .item h3 {
        color: #333;
        font-size: 16px;
        padding-top: 10px;
        text-align: center;
    }

    .product-list .item {
        display: block;
    }

    .product-list .item>div {
        width: 100%;
    }

    .product-list .item .text-box .text-box-outer {
        width: 100%;
        padding: 20px 20px 20px 20px;
    }

    .product-list .item .text-box .text-box-outer h3 {
        font-size: 20px;
    }

    .product-list .item .text-box .text-box-outer span {
        font-size: 13px;
        margin-top: 15px;
        font-family: 'Poppins-Light';
    }

    .product-list .item .text-box .text-box-outer i {
        margin-top: 10px;
        font-size: 30px;
    }

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

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

    .product-detail {
        padding-top: 50px;
    }

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

    .product-detail .right .box {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-detail .right .btn {
        font-size: 15px;
        margin-top: 20px;
    }

    .product-detail .right h3 {
        font-size: 23px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .product-show {
        padding-top: 20px;
    }

    .product-show h3 {
        font-size: 23px;
    }

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

    .product-show .item {
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 15px;
    }

    .crumbs-list .crumbs-list-box {
        width: 100%;
        padding: 0 15px;
    }

    .solution-crumbs-list .crumbs-right,
    .news-crumbs-list .crumbs-right {
        display: none;
    }

    .crumbs-list .crumbs-list-box .crumbs-left {
        float: unset;
    }

    .crumbs-list .crumbs-list-box .crumbs-left ul li{
        margin-right: 40px;
    }

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

    .solution .item{
        padding-left: 10px;
        padding-right: 10px;
    }

    .solution .item h3{
        font-size: 14px;
        padding-top: 15px;
        line-height: 1.3;
    }

    .pagination a{
        width: 35px;
        height: 35px;
    }

    .news .item{
        display: block;
    }

    .news .item .left,
    .news .item .right{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news .item .right h3{
        font-size: 17px;
        margin-top: 20px;
        margin-bottom: 17px;
        line-height: 1.5;
    }

    .news .item .right span{
        margin-bottom: 12px;
    }

    .news .item .right p{
        font-size: 13px;
        line-height: 26px;
        -webkit-line-clamp: unset;
    }

    .news .pagination{
        padding-top: 10px;        
    }

    .news-details-crumbs-list{
        display: none;
    }

    .news-details h3{
        font-size: 22px;
    }    

    .news-details .row{
        margin-left: 0;
        margin-right: 0;
    }

    .category-duty .item .img{
        padding-bottom: 59.34%;
    }

    .category-duty .item .text{
        display: flex;
        align-items: center;
    }

    .category-duty .item .text h3{
        font-size: 20px;
        padding-left: 30px;
        padding-top: 0;
    }

    .duty-crumbs-list,
    .duty-details-crumbs-list{
        display: none;
    }

    .contact{
        padding-bottom: 40px;
    }

    .contact iframe{
        height: 300px;
    }

    .contact .info{
        margin-top: 40px;
    }

    .contact .info h3{
        font-size: 22px;
        margin-bottom: 30px;
    }

    .contact .info p{
        line-height: 28px;
    }

    .contact .info .right{
        padding-top: 40px;
    }

    .contact .info .inquiry-form span{
        margin-bottom: 17px;
    }

    .contact .info .inquiry-form input::placeholder,
    .contact .info .inquiry-form textarea::placeholder{
        font-size: 13px;
    }
    
    .category-duty .row{
        margin-left: -15px;
        margin-right: -15px;
    }    

    .category-duty .item{
        padding-left: 15px;
        padding-right: 15px;
    }

    .category-duty .item .text{
        left: 15px;
        right: 15px;
    }

    .mobile-footer .panel-heading .panel-title{
        font-size: 17px;
    }

    .mobile-footer .panel-heading:after{
        font-size: 18px;
    }

    .privacy-details p{
        margin-top: 15px;
    }
    
    .certificate .row{
        margin-left: -10px;
        margin-right: -10px;
    }

    .certificate .item{
        padding-left: 10px;
        padding-right: 10px;
    }
}