/*!
Theme Name: binhvu
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: binhvu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

binhvu is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*body {
	overflow-x: hidden;
}*/
.lienhe_box {
    font-size: 18px;
    color: red;
    font-weight: bold;
}

.entry-content h2 {
    font-size: 1.5rem !important;
}

.entry-content h3 {
    font-size: 1.2rem !important;
}

.price-box .sale-price bdi {
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 13px;
}

.price-box .sale-price bdi {
    color: #000;
}

/* Breadcrumb Styles */
#breadcrumb {
    padding: 10px 0;
    font-size: 14px;
    color: #666;
}

#breadcrumb div {
    display: inline;
}

#breadcrumb a {
    color: #337ab7;
    text-decoration: none;
}

#breadcrumb .red {
    color: #d9534f;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

/* Box Category List */
.boxs-category-list {
    position: relative;
    background: #f8f9fa;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
    border: 1px solid #e9ecef;
}

.boxs-category-list a {
    display: inline-block;
    padding: 8px 15px;
    margin: 5px 10px 5px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.boxs-category-list a:hover {
    background: #e9ecef;
    border-color: #007bff;
}

.boxs-category-list a.current {
    background: #2842b3;
    color: #fff;
    border-color: #2842b3;
}

.service-filter {
    position: absolute;
    right: 0
}

/* Service Category Styles */
.service-category {
    margin: 40px 0;
}

.service-category .h-title {
    display: flex;
    position: relative;
    justify-content: left;
    gap: 25px;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.service-category .h-title h2 {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.service-category .h-title a {
    color: #2842b3;
    font-weight: bold;
    line-height: 10px;
    font-size: 15px;
}

.service-category .h-title a:hover {
    text-decoration: underline;
}

/* Service List Grid */
.service-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.s-item-group {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15)
}

.s-item-group:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: #007bff;
}

.s-container {
    padding: 8px;
    text-align: center;
}

.s-img {
    display: block;
    margin-bottom: 15px;
}

.s-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
    aspect-ratio: 1;
}

.s-name {
    margin-bottom: 15px;
}

.s-name h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #444;
    margin-bottom: 0px;
    margin-top: 5px;
    height: 73px !important;
}

.s-name a {
    color: #333;
    text-decoration: none;
}

.s-name a:hover {
    color: #007bff;
}

.price_service {
    font-size: 16px;
    font-weight: bold;
    color: #d9534f;
    margin: 10px 0;
}

.price_service font {
    color: #d9534f;
}

.phone_service {
    margin: 10px 0;
}

.phone_service a {
    display: inline-block;
    background: #28a745;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    transition: background 0.3s ease;
}

.phone_service a:hover {
    background: #218838;
}

.s-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.btn-cart-stop {
    color: #d42333;
    background: url(https://ftechwebsite.com/phucanh/wp-content/uploads/2025/05/icon_addcart_new.jpg) left 1px no-repeat;
    padding-left: 17px;
    font-size: 13px;
    float: right;
}

.btn-cart-stop:hover {
    background: #0056b3;
}

/* Pagination Styles */
.pagination {
    margin: 40px 0;
    text-align: center;
}

.pagination .nav-links {
    display: inline-flex;
    gap: 5px;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px;
    border: 1px solid #ddd;
    color: #007bff;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.pagination .current {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

/* No Services Message */
.no-services {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 40px 0;
}

.no-services h3 {
    color: #666;
    font-size: 18px;
    margin-bottom: 10px;
}

.no-services p {
    color: #999;
    font-size: 14px;
}


/* Responsive Design */
@media (max-width: 1200px) {
    .service-list {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
}

@media (max-width: 992px) {
    .service-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .service-category .h-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .service-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .s-container {
        padding: 8px;
    }

    .s-name h3 {
        font-size: 14px;
        min-height: 36px;
    }

    .boxs-category-list {
        padding: 10px;
    }

    .boxs-category-list a {
        display: block;
        margin: 5px 0;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .service-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .s-bottom {
        flex-direction: column;
        gap: 10px;
    }

    .cam-ket-duoi-nut-mua-mobile .bao-hanh {
        width: 100%;
        border: none;
        border-radius: none;
        box-shadow: none;
        margin-bottom: 10px;
        padding: 0px !important;
        margin-bottom: 0px;
    }

    .cam-ket-duoi-nut-mua-mobile {
        width: 100%;
        border: 1px solid #ed1b24;
        border-radius: 5px;
        box-shadow: 0px 1px 3px #ccc;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .cam-ket-duoi-nut-mua-mobile h3 {
        background: #ce191a;
        color: #fff;
        padding: 5px 10px;
    }

    .cam-ket-duoi-nut-mua-mobile p {
        margin: 6px 10px !important;
    }

    .pro-offer {
        color: #e80c00;
        float: left;
        width: 100%;
        border: 1px solid #2842b3 !important;
        margin-top: 0px !important;
        padding-top: 0px !important;
        background: #fff;
        padding-bottom: 15px;
        border-radius: 10px;
        margin-bottom: 9px;
    }

    .pro-offer>b {
        background: #2842b3 !important;
        color: #fff !important;
        font-size: 12px !important;
        border-top-left-radius: 9px;
        border-top-right-radius: 9px;
    }

    .pro-offer .content {
        margin-top: 0px;
    }

    .stock-info {
        margin-top: 10px;
    }

    .contact-box-bottom img {
        border-radius: 100% !important;
    }

    .fixed-component .btn-buy.btn-buy-red {
        width: 27% !important;
        height: auto;
        font-weight: bold;
        height: 42px;
        font-size: 14px;
    }

    .fixed-component .btn-buy.btn-buy-red span {
        font-weight: bold;
        color: #fff;
        font-size: 13px !important;
    }

    .fixed-component {
        padding: 16px 5px;
        height: 54px !important;
    }

    .fixed-component a .gio-hang {
        width: 46% !important;
    }

    .fixed-component .btn-trg span {
        font-weight: bold;
        color: #fff;
    }

    .fixed-component .btn-trg {
        height: 42px !important;
    }
}

#new-config-2 .info-option {
    margin: 10px 0
}

#new-config-2 .info-option .content-option {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px 0
}

#new-config-2 .info-option .content-option .item-option {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    color: #222;
    font-weight: 350;
    border-radius: 5px;
    border: 1px dashed #999
}

#new-config-2 .info-option .content-option .item-option.active,
#new-config-2 .info-option .content-option .item-option:hover {
    border: 1px dashed #2842b3;
    background: #fff
}

#new-config-2 .info-option .content-option .item-name {
    display: block;
    font-weight: 400;
    padding-bottom: 5px
}

#new-config-2 .info-option .content-option .variant-price {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    color: #188038;
}

#new-config-2 .info-option .content-option .variant-price-unit {
    font-size: 10px;
    vertical-align: text-top;
    margin-left: 2px
}

#new-config-2 .info-option .content-option .variant-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 55px;
    max-height: 55px
}

#new-config-2 .info-option .content-option .checkbox-option {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px;
    box-shadow: 0 0 0 1px;
    position: relative
}

#new-config-2 .info-option .content-option .checked {
    background: #2842b3;
    -webkit-box-shadow: 0 0 0 1px #2842b3;
    box-shadow: 0 0 0 1px #2842b3
}

#new-config-2 .info-option .content-option .checked::before {
    content: "\2714";
    font-size: 9px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    bottom: 0
}