/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    font-family: 'SF Pro Display';
}

.pb-0 {
    padding-bottom: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.entry-header-text {
    padding: 0px;
}

.megamenu-center .section-content {
    display: flex;
    justify-content: center;
}

.megamenu-center .product-category.col {
    transition: all 0.25s;
    padding-top: 25px;
    padding-bottom: 25px;
}

.megamenu-center .product-category.col h5 {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.megamenu-center .product-category.col h5::after {
    content: url('/wp-content/uploads/2025/08/import.svg');
}

.megamenu-center .product-category.col:hover {
    background-color: #E9ECEF;

}

.megamenu-center .product-category .box-push .box-text {
    background-color: transparent;
}

.header-button-1 a {
    background-image: linear-gradient(46deg, #F4D402 9.67%, #FFA041 55.06%, #F98E3B 89.59%);
    background-color: transparent;
    border: none;
}

.box-stroke-left {
    padding-left: 32px;
    border-left: 1px solid #F4B002;
}

.box-stroke-left h3 {
    font-size: 1.5em;
}

/* .fcw-main-heading {
    font-size: 2.1rem;
    font-weight: 800;
} */

.step-color {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    font-size: 24px;
    font-weight: 800;
    border: 1px solid #4CAF50;
    border-radius: 99px;
    color: #4CAF50;
    margin-bottom: 25px;
}

.step-color {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    font-size: 24px;
    font-weight: 800;
    border: 1px solid #4CAF50;
    border-radius: 99px;
    color: #4CAF50;
    margin-bottom: 25px;
    transition: all 0.3s;
}

.block-step .icon-box:hover .step-color {
    border-radius: 100px;
    background: var(--Linear-Icon, linear-gradient(180deg, #4CAF50 0%, #0F853A 100%));
    color: #fff;
    border-bottom: 1px solid #4CAF50;
}

.block-step .icon-box {
    transition: all 0.3s;
}

.block-step .icon-box:hover {
    transform: translateY(-8px);
}

.giaiphap-1,
.giaiphap-2 {
    margin: 0px 0px 25px 0px;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border: 1px solid #4CAF50;
    gap: 10px;
}

.giaiphap-1:hover,
.giaiphap-2:hover {
    background-color: #4CAF50;
}

.giaiphap-1:hover *,
.giaiphap-2:hover * {
    filter: brightness(2);
}

.giaiphap-1:hover:after,
.giaiphap-2:hover:after {
    filter: invert(1);
}

.giaiphap-1::after,
.giaiphap-2::after {
    content: url(/wp-content/uploads/2025/08/arrow-right.svg);
}

.giaiphap-1 p,
.giaiphap-2 p {
    margin-bottom: 0px;
}

.box-feature-1 img,
.box-feature-2 img {
    margin-bottom: 0px;
}

.box-feature-1 .col-inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    transition: all 0.5s;
    min-height: 300px;
    justify-content: space-between;
}

.box-feature-1:hover .col-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.5s;
    text-align: center;
}

.box-feature-2 .col-inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    transition: all 0.5s;
    min-height: 300px;
    justify-content: space-between;
}

.box-feature-2:hover .col-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;
    transition: all 0.5s;
}

.box-feature-1:hover ul,
.box-feature-2:hover ul {
    list-style: none;
}

.infinity-slider {
    width: 100%;
    /* Chiều rộng 100% để đáp ứng */
    margin: auto;
    overflow: hidden;
    /* Ẩn các phần tử bên ngoài khung nhìn */
    position: relative;
    background: white;
    /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125); */
}

/* Hiệu ứng mờ dần ở hai bên, tốt hơn cho thiết kế đáp ứng */
.infinity-slider::before,
.infinity-slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 15%;
    /* Sử dụng % để linh hoạt hơn */
    max-width: 150px;
    /* Giới hạn độ rộng của hiệu ứng mờ */
    z-index: 2;
}

.infinity-slider::before {
    left: 0;
    top: 0;
}

.infinity-slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

/* Thành phần: Dải chứa các slide */
.infinity-slider__track {
    animation: infinity-slider-scroll 60s linear infinite;
    display: flex;
    /* Tổng chiều rộng: (chiều rộng 1 slide) * (tổng số slide) = 200px * 20 */
    width: calc(200px * 20);
}

/* Tạm dừng animation khi di chuột vào */
.infinity-slider:hover .infinity-slider__track {
    animation-play-state: paused;
}

/* Thành phần: Một slide đơn lẻ */
.infinity-slider__slide {
    width: 200px;
    /* Chiều rộng mỗi slide */
    height: auto;
    /* Chiều cao tự động theo ảnh */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    /* Thêm khoảng cách giữa các ảnh */
    box-sizing: border-box;
}

/* Thành phần: Hình ảnh bên trong slide */
.infinity-slider__image {
    display: block;
    width: 100%;
    height: auto;
    /* Chiều cao tự động theo tỉ lệ ảnh */
}

/* Keyframes cho animation trượt ngang */
@keyframes infinity-slider-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        /* Di chuyển sang trái bằng tổng chiều rộng của 10 slide gốc = 200px * 10 */
        transform: translateX(calc(-200px * 10));
    }
}

.recent-posts-container {
    line-height: 1;
}

.recent-posts-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.recent-posts-container .left-column {
    flex: 1 1 70%;
    min-width: 300px;
}

.recent-posts-container .right-column {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Cột bên trái - Bài viết đầy đủ */
.recent-posts-container .post-item-full {
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
}

.recent-posts-container .post-item-full:hover {
    transform: translateY(-5px);
}

.post-thumbnail-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.recent-posts-container .post-content {
    padding: 20px;
    background: #fff;
}

.recent-posts-container .category-name {
    background: #F8F9FA;
    color: #E89A00;
    padding: 4px 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.recent-posts-container .post-title a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    transition: color 0.3s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recent-posts-container .post-title a:hover {
    color: #007cba;
}

.recent-posts-container .post-description {
    margin: 15px 0;
}

.recent-posts-container .post-description p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.recent-posts-container .post-date {
    color: #4F4F4F;
    font-size: 14px;
}

/* Cột bên phải - Bài viết đơn giản */
.recent-posts-container .post-item-simple {
    height: 120px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    align-items: stretch;
    flex: 1;
    max-height: 200px;
}

.recent-posts-container .post-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #f0f0f0;
    position: relative;
}

.recent-posts-container .post-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 20px;
    color: white;
}

.post-title-simple a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    display: block;
    margin-bottom: 8px;
    transition: opacity 0.3s ease;
}

.post-title-simple a:hover {
    opacity: 0.8;
}

.post-meta-simple .post-date {
    color: #ccc;
    font-size: 12px;
}

.post-meta-group {
    display: flex;
    gap: 10px;
}


/* Responsive */
@media (max-width: 768px) {
    .recent-posts-wrapper {
        flex-direction: column;
    }

    .right-column {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 15px;
    }

    .post-item-simple {
        height: 100px;
    }
}



.container-combo {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    height: 400px;
}

.container-combo .card {
    background: white;
    border-radius: 2px;
    overflow: hidden;
    transition: all 0.4s ease;
    flex: 1;
    display: flex;
    cursor: pointer;
    position: relative;
}

.container-combo .card:hover {
    flex: 2;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.container-combo .card:not(:hover) {
    flex: 1;
}

.container-combo .card-content {
    display: flex;
    width: 100%;
    height: 100%;
}

.container-combo .left-column {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.container-combo .right-column {
    flex: 0;
    width: 0;
    padding: 0;
    background: white;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    border-left: none;
}

.container-combo .card:hover .right-column {
    flex: 1;
    width: auto;
    padding: 30px;
    opacity: 1;
    border-left: 1px solid #eee;
}

.container-combo .product-image {
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.container-combo .product-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;
}

.container-combo .product-specs {
    list-style: none;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.container-combo .product-specs li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 15px;
}

.container-combo .product-specs li:before {
    content: "•";
    color: #ffc107;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.container-combo .contact-btn {
    background: #fff;
    color: #F4B002;
    border: none;
    padding: 6px 24px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    transition: all 0.3s ease;
    text-align: center;
    margin: 0 auto;
}

.container-combo .contact-btn:hover {
    background: #ffb300;
    color: #fff;
    transform: translateY(-2px);
}

.container-combo .detailed-specs {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.container-combo .spec-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.container-combo .spec-label {
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.container-combo .price {
    font-size: 24px;
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 10px;
}

.container-combo .old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
    margin-left: 10px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .container-combo {
        flex-direction: column;
        height: auto;
        gap: 15px;
    }

    .container-combo .card {
        height: auto;
        min-height: 200px;
    }

    .container-combo .card:hover {
        flex: 1;
    }

    .container-combo .card-content {
        flex-direction: column;
    }

    .container-combo .left-column,
    .container-combo .right-column {
        flex: none;
        padding: 20px;
    }

    .container-combo .right-column {
        flex: none;
        width: auto;
        padding: 20px;
        opacity: 1;
        overflow: visible;
        border-left: none;
        border-top: 1px solid #eee;
        background: #f8f9fa;
    }

    .container-combo .product-image {
        height: 80px;
        margin-bottom: 15px;
    }

    .container-combo .product-title {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .container-combo .product-specs {
        font-size: 13px;
    }
}

/* Swiper cho mobile */
@media (max-width: 768px) {
    .container-combo {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        flex-direction: row;
        height: auto;
        width: 100vw;
        margin-left: -20px;
        padding: 0 20px;
    }

    .container-combo .card {
        min-width: 280px;
        scroll-snap-align: start;
        flex-shrink: 0;
    }
}

/* ========================================================================
   CSS cho Shortcode Lọc Sản Phẩm WooCommerce
   ======================================================================== */

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

.product-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.product-filter-buttons .filter-button {
    background-color: #fff;
    border: 1px solid #4CAF50;
    border-radius: 999px !important;
    padding: 0px 25px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-weight: 400;
    text-transform: none !important;
    color: #4CAF50;
}

.product-filter-buttons .filter-button:hover {
    border-color: #cccccc;
}

.product-filter-buttons .filter-button.active {
    background-color: #4CAF50;
    color: #fff;
    border-color: #4CAF50;
}

.product-grid-container.loading {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

/* --- CSS GRID 3 CỘT (RESPONSIVE) --- */
.product-grid-container {
    display: grid;
    gap: 24px;
    /* Mobile: 1 cột (Mặc định) */
    grid-template-columns: 1fr;
}

/* Tablet: 2 cột */
@media (min-width: 768px) {
    .product-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop: 3 cột */
@media (min-width: 1024px) {
    .product-grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* --- KẾT THÚC CSS GRID --- */

.custom-product-item {
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    flex-direction: column-reverse;
    text-align: left;
    transition: all 0.25s;
}

.custom-product-item:hover {
    transform: translateY(-5px);
}

.custom-product-item .product-thumbnail {
    text-align: center;
    margin-bottom: 20px;
}

.custom-product-item .product-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.custom-product-item .product-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.custom-product-item .product-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.custom-product-item .product-short-description {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.custom-product-item .product-short-description p {
    margin: 0;
}

.custom-product-item .contact-button {
    background-color: #fff;
    color: #F4B002;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    margin-top: auto;
    align-self: flex-start;
    border: 1px solid #F4B002;
    text-transform: none;
    line-height: 1;
    min-height: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.custom-product-item .contact-button:hover {
    background-color: #F4B002;
    color: #fff;
    border-color: #F4B002;
	box-shadow: none !important;
}

.tabbed-content .nav-line-bottom>li {
    margin: 0 25px;
    padding: 10px;
}

.tabbed-content .nav-line-bottom>li.active {
    font-weight: 700;
}

.tabbed-content .nav-pills {
    gap: 15px;
}

.tabbed-content .nav-pills .tab a {
    gap: 15px;
    color: #4CAF50;
    border: 1px solid #4CAF50;
}

.tabbed-content .nav-pills .tab.active a {
    color: #fff;
}

.image-giaiphap-1 {
    display: block;
}

.image-giaiphap-2 {
    display: none;
}

.fixed-info-block-wrapper {
    padding: 48px;
    background-color: #F8F9FA;
}

.fixed-info-block-wrapper .info-box {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 5px;
    height: 100%;
    /* Giúp các box cao bằng nhau */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fixed-info-block-wrapper .info-box-label {
    margin: 0;
    font-size: 1rem;
    color: #777;
}

.fixed-info-block-wrapper .info-box-value {
    margin-top: 5px;
    margin-bottom: 0;
}

.fixed-info-block-wrapper .submit-button a {
    width: 100%;
    text-transform: none;
    margin-bottom: 0px;
}

.flickity-page-dots .dot.is-selected {
    background-color: #F4B002;
    opacity: 1 !important;
}

.flickity-page-dots .dot {
    border: 1px solid #F4B002;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    opacity: .4;
    transition: opacity .3s;
    width: 15px;
}

.rank-math-breadcrumb p {
    margin-bottom: 0px;
}

.blog-custom .box-text .is-divider {
    display: none;
}

.blog-custom .box-text .post-meta::before {
    content: url('/wp-content/uploads/2025/09/clock.svg');
}

.blog-custom .box-text .post-meta {
    display: flex;
    gap: 5px;
}

.blog-custom .blog-post-inner {
    display: grid;
    grid-template-areas: 'a' 'b' 'c';
    grid-gap: 15px;
}

.blog-custom .post-title {
    grid-area: a;
}

.blog-custom .cat-label {
    grid-area: b;
}

.blog-custom .post-meta {
    grid-area: c;
}

.blog-custom .tag-label {
    background-color: transparent;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-custom .has-hover:hover .tag-label {
    background-color: transparent;
}

.blog-custom .cat-item {
    background-color: #EEEEEE;
    color: #6D758F;
    display: block;
    padding: 7px 22px;
    text-transform: none;
}

.blog-custom .post-item .box-text {
    border: 1px solid #DEE2E6;
    padding: 20px;
}

.custom-post-meta {
    display: flex;
    /* justify-content: space-between; */
    gap: 40px;
    flex-wrap: wrap;
}

.custom-post-meta>div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.custom-post-meta .author img {
    border-radius: 99px;
}

.entry-category {
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 20px 0px;
}

.post .entry-title {
    padding-left: 13px;
    border-left: 3px solid #238D12;
}

.custom-post-meta~.social-icons {
    margin-top: 15px;
    display: flex;
    gap: 5px;
}

.custom-post-meta~.social-icons a {
    margin-bottom: 0px;
}

.custom-post-meta~.social-icons .share-icons-title {
    font-size: 14px;
    font-weight: 600;
    color: #212121;

}

.widget-feature-box .box .box-text {
    padding-bottom: 0px;
}

.post-sidebar .col-inner {
    position: sticky;
    top: 75px;
}

/* Container chính */
.fls-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* Vỏ bọc cho mỗi cặp, đây là phần quan trọng nhất */
.fls-pair {
    /* Thiết lập một hệ quy chiếu riêng cho các phần tử con */
    position: relative;
}

/* Canvas SVG nằm trong mỗi cặp */
.fls-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Đặt SVG nằm phía sau nội dung */
    z-index: -1;
    /* Cho phép click xuyên qua SVG */
    pointer-events: none;
    overflow: visible !important;
}

/* Phần tiêu đề */
.fls-title {
    width: 50%;
    padding: 0.75rem;
}

.fls-title h2 {
    margin: 0;
    color: var(--Text-Primary, #212121);
    font-family: "SF Pro Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
}

/* Phần nội dung */
.fls-body {
    width: 50%;
    padding: 1rem;
    margin-left: auto;
    position: relative;
    /* Cần thiết cho icon con */
    border-left: 3px solid #ff4081;
    border-bottom: 3px solid #ff4081;
}

.fls-body p {
    margin: 0;
}

/* Đường vẽ SVG */
.fls-path {
    stroke: #ff4081;
    stroke-width: 3px;
    fill: none;
}

/* Vòng tròn bắt đầu SVG */
.fls-start-circle {
    fill: #ff4081;
}

/* Icon SVG trong phần nội dung */
.fls-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    transform: translate(50%, 50%);
}

.fls-icon-shape {
    fill: #ff4081;
}

/* Các style tùy chỉnh của bạn cho cặp thứ 2 */
.fls-pair.pair-2 {
    margin-top: -100px;
}

.fls-pair.pair-2 .fls-title {
    width: 47%;
}

.fls-pair.pair-2 .fls-title h2 {
    margin-top: -50px;
}

.fls-pair.pair-2 .fls-body {
    width: 53%;
    margin-top: 20px;
}

.primary_category_list.container {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E9ECEF;
    justify-content: center;
    padding-bottom: 25px;
}

.primary_category_list .primary-cat-item {
    display: flex;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: 1px solid var(--Primary, #4CAF50);
    font-weight: 700;
    transition: all 0.25s;
    margin: 10px 15px;
}

.primary-cat-item:hover {
    background: var(--Primary, #4CAF50);
}

.primary-cat-item:hover span {
    color: #fff;
}

.primary-cat-item:hover img {
    filter: brightness(5);
}

.primary-cat-item.active {
    background: var(--Primary, #4CAF50);
}

.primary-cat-item.active span {
    color: #fff;
}

.primary-cat-item.active img {
    filter: brightness(5);
}

.sidebar-archive-custom {
    display: flex;
}

.subcategory-header {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}


.subcategory-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.subcategory-title a {
    color: #333;
    text-decoration: none;
}

.subcategory-title a:hover {
    color: #0073aa;
}

.subcategory-title span {
    font-weight: 400;
    font-size: 14px;
}

.product-info-custom .woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    margin-bottom: 15px;
}

.product-tab-custom .tab-panels {
    border: none;
}

.product-tab-custom .product-tabs>li>a {
    text-align: center;
    min-width: 181px;
    display: inline-block;
    background-color: #fff;
    border-left: 1px solid #4CAF50;
    border-right: 1px solid #4CAF50;
    border-top: 1px solid #4CAF50;
    border-bottom: 0px solid #4CAF50;
    color: #4CAF50;
}

.product-tab-custom .product-tabs>li.active>a {
    background-color: #4CAF50;
    color: #fff;
}

.product-tab-custom .tabbed-content .nav-tabs>li {
    margin: 0px 0px 0px -1px;
}
.custom-category-header-section{
    width: 100%;
}
.col-border-right{
    border-right: 1px solid #E9ECEF;
}
.col-hover{
    transition: all 0.25s;
    border-radius: 4px;
}
.col-hover:hover{
    background-color: #E9ECEF;
}

.localtion-contact{
    padding: 12px;
    border: 1px solid #4CAF50;
    gap: 10px;
}
.localtion-contact ul{
    margin-bottom: 0px;
}

.solution-box{
    padding: 15px;
    transition: all 0.25s;
    border-radius: 4px;
}

.solution-box:hover{
    transform: scale(1);
    background-color: #f2f2f2;
}

.partner-sale{
	padding: 15px;
    background-color: #fff;
    border-radius: 4px;
}

.partner-sale .icon-box-img{
	display: flex;
    align-items: center;
}

.banner-solution {
    transition: all 0.25s;
    overflow: hidden;
}

.banner-solution .fill.banner-link {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0) 100%);
    transition: all 0.25s;
}

.banner-solution .text-box-content a.button {
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {

    .banner-solution .fill.banner-link {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0) 38%);
        transition: all 0.25s;
    }

    .banner-solution:hover .fill.banner-link {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0) 100%);
        transition: all 0.25s;
    }

    .banner-solution .text-box-content img {
        opacity: 0;
    }

    .banner-solution:hover .text-box-content img {
        opacity: 1;
    }

    .banner-solution .text-box-content a.button {
        transform: translateY(100%);
    }

    .banner-solution:hover .text-box-content a.button {
        transform: translateY(0);
    }
}

.header-nav li.menu-item>a{
	text-transform: uppercase;
	font-weight: 700
}
html{
	font-size: 110%;
}