.box_share {
    display: none;
}

.qr-create-cart {
    display: none;
}

.woocommerce-breadcrumb {
    display: none;
}

.woocommerce-breadcrumb.breadcrumbs.uppercase {
    display: block;
}

.has-hover:hover .badge-outline .badge-inner {
    color: #fff !important;
    background: #187c46 !important;
}


/*tôi code thêm*/
.icon-box-left,
.icon-box-right {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}

.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 1em;
}

.icon-box-left .icon-box-text,
.icon-box-right .icon-box-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}




/*tôi code thêm*/
.section {
    padding: 30px 0;
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/*.section-title {*/
/*    text-align: center;*/
/*    margin-bottom: 40px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 20px;*/
/*}*/

/*.section-title-main {*/
/*    font-size: 32px;*/
/*    font-weight: bold;*/
/*    color: #2c5530;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 1px;*/
/*}*/

/*.section-title a {*/
/*    color: #28a745;*/
/*    text-decoration: none;*/
/*    font-size: 16px;*/
/*    transition: color 0.3s ease;*/
/*}*/

.section-title a:hover {
    color: #1e7e34;
}

.product-slider {
    position: relative;
}

.swiper {
    padding-bottom: 50px;
}

.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-info {
    padding: 20px;
    text-align: center;
    height: 100px;
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin: 0;
    text-decoration: none;
}

.product-title:hover {
    color: #28a745 !important;
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
    color: #28a745 !important;
    background: white !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    margin-top: -25px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #28a745 !important;
    color: white !important;
    transform: scale(1.1) !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px !important;
}

/* Swiper Pagination */
.swiper-pagination-bullet {
    background: #28a745 !important;
    opacity: 0.5 !important;
    width: 12px !important;
    height: 12px !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    transform: scale(1.2) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .section-title-main {
        font-size: 24px !important;
    }

    .product-image {
        height: 200px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}



/*tôi code thêm*/
#banner-contact {
    padding-top: 229px;
}

#banner-contact .bg {
    background-position: 100% 29%;
}

#text-box-banner .text-box-content {
    background-color: rgba(255, 255, 255, 0.686);
    font-size: 100%;
}

#text-box-banner .text-inner {
    padding: 30px;
}

#text-box-banner {
    width: 90%;
}

#section-contact {
    padding-top: 30px;
    padding-bottom: 30px;
}

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

.tabbed-content .nav li {
    margin-bottom: 10px;
}

.tabbed-content .nav li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.tabbed-content .nav li.active a {
    background: #187c46;
    color: white;
}

.tab-panels .panel {
    display: none;
}

.tab-panels .panel.active {
    display: block;
}

@media (min-width:550px) {
    #banner-contact {
        padding-top: 500px;
    }

    #text-box-banner {
        width: 67%;
    }
}

@media (min-width:850px) {
    #text-box-banner {
        width: 46%;
    }
}

/*tôi code thêm*/
.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: rgb(24, 124, 70) !important;
    color: white !important;
}



/*tôi code thêm*/
.swiper-pagination {
    position: relative !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    height: 100px !important;
    top: 50px !important;
}

/*tôi code thêm*/
.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    display: none !important;
}