/*!
 * app.css for clw.wellda.cn
 * Author fang <fangwei@wzcoder.com>
 * @Copyright 2005-2024 wzcoder.com (https://www.wzcoder.com)
 * @version 1.0
 * @date 2024/11/7-14:29
 */
.tit-highlight {
    color: var(--focus-color);
}

.section-title h3.enname {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.object-centered {
    left: 0;
    right: 0;
    top: calc(50% - 40px);
}

.col-grid-5 {
    flex: 0 0 auto;
    width: 20%;
}

@media (min-width: 992px) {
    .col-lg-grid-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 767.98px) {
    .first-sect {
        padding-top: 60px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .first-sect {
        padding-top: 82px !important;
    }
}

.banner-inner {
    height: 100%;
}

.search-bar {
    background-color: var(--light-bg-color);
}

.hotword .tit {
    color: var(--primary-color);
}

.hotword a {
    margin-right: 10px
}

.post-box {
    box-shadow: 0 15px 20px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: all .3s linear;
    position: relative;
}

.post-box:hover {
    transform: scale(1.05);
}

.post-box .post-txt {
    padding: 15px 15px;
    background: #ffffff;
}

.post-box .post-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 22px;
    min-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--chakra-line-clamp);
    --chakra-line-clamp: 2;
}

.product-box .post-title, .post-title.row-one {
    height: 22px;
    min-height: 22px;
    -webkit-line-clamp: 1;
    margin-bottom: 0;
    text-align: center;
}

.post-box .post-title a {
    color: var(--title-color);
}

.post-box .post-more a {
    font-size: 14px;
    color: var(--focus-color);
}

.post-box a.post-category {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px 8px;
    color: #ffffff;
    border-radius: 3px;
    background-color: var(--primary-color);
    z-index: 888;
    font-size: 14px;
}

.post-box .img-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-nav a.nav-link {
    padding: 8px 15px;
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: var(--border-radius);
    transition: all .3s linear;
    font-weight: 600;
}

.section-nav .nav-link:hover, .section-nav .nav-link.active {
    background-color: var(--focus-color);
}

.section-nav li:not(:last-child) {
    margin-right: 10px;
}

@media screen and (max-width: 767.98px) {
    .section-nav li {
        margin-top: 10px;
    }
}

.showcase {
    position: relative;
}


.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-carousel.products-carousel .owl-nav {
    width: 100vw;
}

.owl-carousel.products-carousel .owl-nav .owl-prev, .owl-carousel.products-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    width: 30px;
    height: 36px;
    background: rgba(0, 0, 0, .3) !important;
    border-radius: 0;
    transition: 0.3s ease-in-out;
}

.owl-carousel.products-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.owl-carousel.products-carousel .owl-nav button.owl-next {
    right: 10px;
}


.product-item .info .big-caption {
    display: none;
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 0;
}

.news-lists {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    overflow: hidden;
}

.owl-carousel.showcase .owl-item {
    transition: 0.3s all;
    visibility: hidden;
    opacity: 0.1;
}

.owl-carousel.showcase .owl-item.active {
    visibility: visible;
    opacity: 1;
}

.owl-carousel.showcase .owl-nav {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 36px;
    margin: 0 5px;
    background: rgba(0, 0, 0, .3) !important;
    border-radius: 0;
    transition: 0.3s ease-in-out;
}

.owl-carousel .owl-nav .bi {
    color: #FFFFFF;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background: var(--primary-color) !important;
}

.owl-carousel.showcase .owl-dots {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 45px;
    z-index: 999;
}

.owl-carousel .owl-dot span {
    display: inline-block;
    cursor: pointer;
    background: var(--light-bg-color);
    overflow: hidden;
    border: 0;
    width: 30px;
    height: 4px;
    opacity: 1;
    margin: 0 3px;
    transition: 0.3s ease-in-out;
}

.owl-carousel .owl-dot.active span {
    background: var(--primary-color);
}

.wenda {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.wenda .a-top-img {
    display: none;
    position: absolute;
    top: 0;
    z-index: 0;
}

@media screen and (min-width: 992px) {
    .wenda .a-top-img {
        display: block;
        right: 0;
    }
}

@media screen and (min-width: 1192px) {
    .wenda .a-top-img {
        display: block;
        right: 6vw;
    }
}

@media screen and (min-width: 1400px) {
    .wenda .a-top-img {
        display: block;
        right: 10vw;
    }
}

@media screen and (min-width: 1600px) {
    .wenda .a-top-img {
        display: block;
        right: 15vw;
    }
}

.qa-item {
    position: relative;
    z-index: 100;
}

.wenda .question, .wenda .answer {
    display: flex;
    padding: 10px 20px;
    align-items: start;
}

@media screen and (min-width: 992px) {
    .wenda .question span.txt, .wenda .answer span.txt {
        display: block;
        word-break: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.wenda .question span.txt {
    color: #ffffff;
}

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

.wenda .answer {
    background: #ffffff;
}

.wenda .question .qicon,
.wenda .answer .aicon {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    margin-right: 10px;
    min-width: 30px;
}

.wenda .question .qicon {
    background-color: #ffffff;
    color: var(--focus-color);
}

.wenda .answer .aicon {
    background-color: var(--focus-color);
    color: #ffffff;
}


.advantage {
    background-size: cover;
    background-position: top center !important;
    background-repeat: no-repeat;
    min-height: 1000px;
}

.advantage .adv-item {
    padding: 15px;
    background-color: var(--primary-color);
    text-align: center;
    color: #fff;
    position: relative;
    transition: all .3s linear;
    min-height: 220px;
}

.advantage .adv-item:after {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    bottom: -14px;
    z-index: 100;
    display: block;
    width: 0;
    height: 0;
    border: 7px dashed transparent;
    border-top-color: transparent;
    border-top-color: transparent;
    border-top-color: var(--primary-color);
}

.advantage .adv-item:hover:after {
    border-top-color: var(--focus-color);
}

.advantage .adv-item:hover {
    background-color: var(--focus-color);
}

.advantage .adv-item i {
    bottom: -60px;
    position: absolute;
    border-radius: 50%;
    background-color: var(--primary-color);
    width: 12px;
    height: 12px;
    left: calc(50% + 6px);
    margin-left: -12px;
    transition: all .3s linear;
}

.advantage .adv-item i:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -4px;
    bottom: -4px;
    border-radius: 50%;
    background-color: rgba(var(--primary-color-rgb), 0.3);
    transition: all .3s linear;
}

.advantage .adv-item:hover i {
    background-color: var(--focus-color);
}

.advantage .adv-item:hover i:after {
    background-color: rgba(var(--focus-color-rgb), 0.3);
}

.advantage .adv-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.advantage .adv-item p {
    margin-bottom: 0;
}

.advantage .adv-list .col-grid-5:nth-child(1),
.advantage .adv-list .col-grid-5:nth-child(5) {
    margin-top: 200px;
}

.advantage .adv-list .col-grid-5:nth-child(2),
.advantage .adv-list .col-grid-5:nth-child(4) {
    margin-top: 100px;
}

@media screen and (max-width: 992px) {
    .advantage {
        background-attachment: fixed;
    }
}

.advantage .adv-item-m {
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
    background-color: rgba(255, 255, 255, 0.6);
}

.advantage .adv-item-m h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--primary-color);

}

.advantage .adv-item-m p {
    margin-bottom: 0;
    font-size: 14px;
}

.accordion-item {
    background-color: #FFFFFF;
    margin-bottom: 1rem;
    /*border-radius: var(--border-radius);*/
    position: relative;
    transition: all 0.3s ease-out;
    overflow: hidden;
}

.accordion-item:hover,
.accordion-item:has(.accordion-body.show) {
    box-shadow: 0 5px 47px 4px rgba(var(--primary-color-rgb), .1);
}

.accordion-item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    bottom: 0;
    background: var(--primary-color);
    width: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.accordion-item:hover:after,
.accordion-item:has(.accordion-body.show):after {
    width: 100%;
    opacity: 1;
}


.accordion-item .accordion-header {
    padding: 15px 20px;
    position: relative;
    background: linear-gradient(45deg, #0a4b3e 10%, var(--primary-color));
}

.accordion-item .accordion-header h3 {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 0;
}

.accordion-item .accordion-header p {
    font-size: 14px;
    padding: 5px 0;
    color: var(--text-color-secondary);
    margin-bottom: 0;

}

.accordion-item .accordion-header p span b {
    font-weight: 600;
}

.accordion-item .accordion-header .accordion-icon {
    position: absolute;
    top: 12px;
    right: 20px;
}

.accordion-item .accordion-header .accordion-icon i {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.accordion-item .accordion-body {
    margin: 1.5rem 0;
    padding: 10px 20px;
}

.accordion-item .accordion-body strong, .accordion-item .accordion-body b {
    font-weight: 600;
}

.accordion-item .accordion-body .content p {
    margin-bottom: 8px;
}

.accordion-item .accordion-body .content button {
    margin-top: 1.5rem;
}

#accordions [aria-expanded="false"] .accordion-icon i:nth-child(1) {
    display: inline;
}

#accordions [aria-expanded="false"] .accordion-icon i:nth-child(2) {
    display: none;
}

#accordions [aria-expanded="true"] .accordion-icon i:nth-child(1) {
    display: none;
}

#accordions [aria-expanded="true"] .accordion-icon i:nth-child(2) {
    display: inline;
}

#accordions [aria-expanded="true"] .title {
    color: var(--primary-color);
}

.prin-item {
    padding: 10px;
    text-align: center;
}

.prin-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.prin-item p {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .prin-item p {
        font-size: 14px;
    }
}

.principle .btn-tel span {
    font-size: 22px;
    font-weight: 600;
}

.cta-item h3 {
    font-size: 26px;
    margin-bottom: 1.5rem;
    color: var(--focus-color);
}

.cta-item h2 {
    font-size: 32px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
}

.cta-item p {
    font-size: 26px;
}

.home-about .title-sub {
    font-size: 20px;
    color: var(--focus-color);
}

.home-about .section-title .title {
    font-size: 26px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-bottom: 0;
}

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

.home-about .about-img {
    background-size: cover;
    display: grid;
    align-items: center;
    z-index: 0;
    position: relative;
}

.home-about .about-img:before {
    display: none;
    content: "";
    background: var(--layer);
    --layer: rgb(6 1 14 / 58%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

a.popup-with-zoom-anim {
    z-index: 10;
}

span.video-play-icon {
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;

}

span.video-play-icon i {
    color: var(--primary-color);
    font-size: 32px;
}

span.video-play-icon i:before {
    line-height: unset;
}

span.video-play-icon:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
    }

    100% {
        box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50, 100, 245, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
    }

    100% {
        box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50, 100, 245, 0);
    }
}

.about-article-list {
    padding-top: 50px;
}

.about-item h4 {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.features-cards {
    --default-color: #555;
    --heading-color: #333;
}

.features-cards .feature-box {
    padding: 40px 30px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    transition: all .2s linear;
    position: relative;
    height: 100%;
}

.features-cards .feature-box .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}

.features-cards .feature-box:hover .icon {
    filter: brightness(0) invert(1);
}

.features-cards .feature-box:hover {
    background-color: var(--focus-color);
    border-color: var(--focus-color);
}

.features-cards .feature-box i {
    font-size: 44px;
    display: inline-block;
    line-height: 0;
    color: var(--focus-color);
    margin-bottom: 20px;
}

.features-cards .feature-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: var(--primary-color);
    transition: all .2s linear;
}

.features-cards .feature-box p {
    font-size: 15px;
    margin-bottom: 0;
    color: var(--text-color-secondary);
    transition: all .2s linear;
}

.features-cards .feature-box:hover h4,
.features-cards .feature-box:hover p {
    color: #ffffff;
}

.features-cards .feature-box .key {
    position: absolute;
    right: 10px;
    bottom: -10px;
    z-index: 1;
    font-size: 50px;
    font-weight: 600;
    color: rgba(var(--focus-color-rgb), 0.1);
    font-style: italic;
    transition: all .2s linear;
}

.features-cards .feature-box:hover .key {
    bottom: 0;
    color: rgba(255, 255, 255, 0.7);
}

.post-box.news-item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid var(--light-bg-color);
    box-shadow: none !important;
    transform: none !important;
}

.post-box.news-item .post-img {
    min-width: 30%;
    display: inline-block;
    margin-right: 15px;
}

.post-box.news-item .post-txt {
    padding: 0;
    display: block;
}

.post-box.news-item .post-title {
    height: 22px;
    min-height: 22px;
    -webkit-line-clamp: 1;
    text-align: left;
    margin-bottom: 0.5rem !important;
}

.post-box.news-item .post-txt p {
    margin-bottom: 0.5rem;
}

.post-box.news-item .post-txt p,
.post-box.news-item .post-txt time,
.post-box.news-item .read {
    font-size: 14px;
    color: var(--text-color-secondary);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    transition: all 0.3s;
    padding: 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}


.sidebar-nav .nav-header {

}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;

}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid var(--border-color);
}

.sidebar-nav > li:first-child, .sidebar-nav > li:last-child {
    border-bottom: none;
}

.nav-content > li:first-child {
    border-top: 1px solid var(--border-color);
}

.nav-content > li:last-child {
    border-bottom: none;
}

.sidebar-nav .nav-heading {
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: var(--primary-color);
    font-weight: 600;
    padding: 20px 15px 20px 15px;
    margin-bottom: 0;
}

.sidebar-nav .nav-heading i {
    margin-right: 10px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
    padding: 15px 20px;
    border-radius: 4px;
}

.sidebar-nav .nav-link i {
    font-size: 14px;
    margin-right: 10px;
}

.sidebar-nav .nav-link.collapsed {
    background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
    color: #899bbd;
}

.sidebar-nav .nav-link:hover, .sidebar-nav .nav-link.active {
    color: var(--primary-color);
    background: #f6f9ff;
}


.sidebar-nav .nav-link:hover i {
    color: #4154f1;
}

.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
    opacity: 0;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}

.sidebar-nav .nav-link.has-subs .bi-chevron-down {
    opacity: 1;
}

.sidebar-nav .nav-content {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0 10px 30px;
    transition: 0.3s;
}

.sidebar-nav .nav-content a i {
    font-size: 6px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
    color: var(--focus-color);
}

.sidebar-nav .nav-content a.active i {
    background-color: var(--focus-color);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .sidebar-nav .nav-link {
        padding: 10px 12px;
    }

    .sidebar-nav .nav-content a {
        padding-left: 20px;
    }
}

.sidebar_contact {
    position: relative;
    transition: all 0.3s;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background: var(--primary-color) url("../img/aside_contact_bg.png") no-repeat center center;
    background-size: cover;
    padding: 20px 15px 20px 15px;
    color: #FFFFFF;
}


.sidebar_contact .sidebar-tit h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 0;
}

.sidebar_contact .sidebar-tit h3 i {
    margin-right: 10px;
}

.sidebar_contact .info {
    font-size: 14px;
    padding-bottom: 100px;
}

.sidebar_contact .info p {
    margin-bottom: 8px;
}

.article-head {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.article-head .article-title h2,
.article-head .category-title h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    border-left: 5px solid var(--primary-color);
    padding-left: 1rem;
}

.article-head .breadcrumb {
    padding: 0;
    margin: 0;
}

.prod-nav-wrapper {
    padding: 15px 20px;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
}

.prod-nav-row {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.prod-nav-row a {
    margin-top: 0.5rem;
}

.prod-level-1 {
    font-size: 16px;
    font-weight: 600;
}

.prod-level-2 {
    color: #ffffff;
    background-color: rgba(var(--primary-color-rgb), 0.6);
    padding: 3px 10px;
    border-radius: 3px;
}

.prod-nav-row a.prod-level-2:not(:last-child) {
    margin-right: 8px;
}

a.prod-level-2:hover, a.prod-level-2.active, a.prod-level-2:focus {
    color: #ffffff;
    background-color: rgba(var(--focus-color-rgb), 1);
}

@media screen and (max-width: 767.98px) {
    .prod-nav-wrapper {
        padding: 0;
        box-shadow: none;
    }

    .prod-nav-row a {
        font-size: 14px;
    }
}

.product-summary picture {
    display: flex;
}

.product-summary picture img {
    object-fit: cover;
}

.product-summary .content p.category {
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.product-summary .content h2.title {
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 600;
}

.product-summary .content .info {
    margin-bottom: 1rem;
    font-size: 14px;
    color: var(--text-color-secondary);
}

.product-summary .content .btn-readmore {
    font-size: 20px;
}

.product-summary .content .param h4 {
    font-size: 16px;
    font-weight: 600;
}

.product-summary .content .param ul li {
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--text-color-secondary);
}

.product-summary .content .param .k {
    font-weight: 600;
    margin-right: 5px;
}

.product-gallery .swiper-thumbs {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.product-gallery .swiper-gallery .swiper-slide {
    background-color: #FFFFFF;
}

.product-gallery .swiper-thumbs .swiper-slide {
    padding: 0px;
    border: 1px var(--border-color) solid;
    background-color: #FFFFFF;
}

.show-big {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}

.show-big i {
    font-size: 20px;
    color: var(--focus-color);
    transition: 0.3s;
}

.show-big:hover i {
    color: var(--primary-color);
}

.product-gallery .swiper-slide-thumb-active {
    border-color: var(--primary-color) !important;
}

.post .article-title {
    border-bottom: 1px solid var(--border-color);
}

.post .article-title h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.post .post-meta {
    text-align: center;
    padding-bottom: 0.5rem;
}

.post .post-meta a {
    font-size: 14px;
    color: var(--text-color-secondary);
}

.post .article-body {
    padding-top: 1.5rem;
}

.latest-post-box .post-lists {
    margin-bottom: 0;
    padding: 10px;
}

.latest-post-box .post-lists li {
    border-bottom: none;
}

.latest-post-box .post-lists li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
}

.latest-post-box .post-lists li a {
    display: block;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    padding: 3px 0;
}

/* serach */
@media screen and (max-width: 767.98px) {
    .search-box {
        width: 100%;
    }
}

.search-header input {
    font-size: 14px;
    border-radius: 30px 0 0 30px;
    padding: 5px 15px;
    border: 1px solid var(--border-color);
    border-right: none;
    color: var(--text-color-secondary);
    transition: 0.3s all;
}

.search-header input:focus {
    box-shadow: none;
    border-color: var(--border-color);

}

.search-header button.btn-style {
    border-radius: 0 30px 30px 0;
    box-shadow: none;
    padding: 6px 13px;
    font-size: 15px;
    border: 1px solid var(--border-color);
    border-left: none;
    background-color: #ffffff;
}

.search-header button.btn-style:hover {
    border: 1px solid var(--border-color);
    border-left: none;
}

.search-header button.btn-style i {
    color: var(--primary-color);
}
