/*!
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;
}*/

.page-template-temp-chinhsach #breadcrumb span {
    text-transform: uppercase;
}

.combo-popup-main {
    height: 1000px;
}

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

#breadcrumb span {
    text-transform: unset;
}

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

    .tuvanngay span {
        color: #fff !important;
    }

    .button-buy-detail a {
        flex-direction: column;
    }

    .button-buy-detail a img {
        height: 31px !important;
        margin-right: 10px;
        object-fit: contain;
    }

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

.content-tab-left ul,
.content ul,
.content-tab-right ul {
    padding-left: 20px;
}

.content-tab-left li,
.content li,
.content-tab-right li {
    list-style: disc;
}

#uudai i {
    padding-right: 30px;
    display: inline-block;
}

header>.container {
    display: flex;
}

#main-menu ul {
    top: 39px !important;
}

/*88 menu + banner chính 88*/
#main-menu ul {
    z-index: 5;
}

#nav-deal,
.list-nav-right-none {
    display: none;
}

#nav.fixed #home-fixed,
#nav.fixed #nav-deal {
    display: block !important;
}

#nav .container {
    height: 0px;
}

#main-menu ul {
    border: 1px solid #e1e1e1;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    border-radius: 5px;
}

#nav {
    margin-bottom: 0px;
}

.home-banner-group .home-banner-slider {
    margin-right: 10px;
    border: box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
}

.img-3 {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.img-3 ul {
    width: 101%;
    float: left;
}

.img-3 ul li {
    width: 100%;
    float: left;
    text-decoration: none;
    list-style: none;
    width: calc(33.333367% - 10px);
    margin-right: 10px;
}

.img-3 ul li:last-child {
    margin-left: 0px;
}

.img-right1 {
    width: 100%;
    margin-bottom: 3px;
}

#tuyendung img {
    min-height: 212px;
}

js-slider-home img,
#tuyendung img,
.img-3 img {
    border-radius: 10px !important;
}

.owl-carousel .owl-item img.owl-lazy {
    border-radius: 10px !important;
}

.bar {
    width: 100%;
    float: left;
    background: #2842b3;
    margin-bottom: 10px;
    height: 55px;
    line-height: 55px;
    margin-top: -5px;
}

#home-section2 .news .title,
#nav.fixed,
.title-box-pro-home,
.p-icon_new,
.p-icon_sale,
#list-showroom,
#list-showroom .container {
    background: #2842b3;
}

.list-nav-right {
    margin-left: 0px !important;
    width: 100%;
}

.list-nav-right li {
    width: 16.5%;
    margin-left: 0px;
}

.list-nav-right i.icons {
    width: 35px;
    height: 35px;
    float: left;
    margin-top: 13px;
    margin-right: 0px;
    font-size: 35px;
    margin-left: 10px;
}

.list-nav-right li a {
    font-size: 15px;
    font-weight: bold;
}

.title-footer {
    padding: 8px 10px
}

#tuyendung .you-content {
    display: none;
}

.you-content {
    background: #fff;
}

#main-menu ul li a.root .name {
    font-weight: bold;
}

.list-nav-right i.icon-ck6 {
    width: 25px;
    height: 25px;
    float: left;
    margin-top: 13px;
    margin-right: 0px;
    font-size: 35px;
    margin-left: 10px;
    background-image: url('../img_home/doi-tra.png');
    background-repeat: no-repeat;
    margin-right: 5px;
    background-size: 100%;
}

.list-nav-right i.icon-ck7 {
    width: 25px;
    height: 25px;
    float: left;
    margin-top: 13px;
    margin-right: 0px;
    font-size: 35px;
    margin-left: 10px;
    background-image: url('../img_home/thanh-toan.png');
    margin-right: 5px;
    background-size: 100%;
}

.list-nav-right {
    z-index: 0;
}

@media (min-width: 1200px) {
    #main-menu ul {
        top: 0px;
    }

    #main-menu ul {
        width: 250px;
        height: 562px;
    }

    .home-banner-group {
        width: calc(100% - 260px);
        min-height: 565px;
        margin-bottom: 10px;
    }

    .home-banner-group .home-banner-slider {
        width: 621px;
    }

    .home-banner-group .home-banner-right {
        width: calc(100% - 633px);
        float: left;
    }

    #tuyendung img {
        min-height: 168px;
    }

    #tuyendung .owl-carousel {
        display: none;
    }

    #tuyendung .you-content {
        display: block;
    }

    #tuyendung .you-content {
        margin-bottom: 0px;
        height: 179px;
        overflow: hidden;
    }

    #main-menu ul li a.root .name {
        padding: 3px 0;
    }
}

@media (min-width: 1366px) {
    #main-menu ul {
        top: 0px;
    }

    #main-menu ul {
        width: 260px;
        height: 515px;
    }

    .home-banner-group {
        width: calc(100% - 270px);
        min-height: 515px;
        margin-bottom: 10px;
    }

    .home-banner-group .home-banner-slider {
        width: 660px;
    }

    .home-banner-group .home-banner-right {
        width: calc(100% - 675px);
        float: left;
    }

    #tuyendung img {
        min-height: 183px;
    }

    #tuyendung .owl-carousel {
        display: none;
    }

    #tuyendung .you-content {
        display: block;
    }

    #tuyendung .you-content {
        margin-bottom: 0px;
        height: 184px;
        overflow: hidden;
    }

    #main-menu ul li a.root .name {
        padding: 0px 0;
    }

    #main-menu ul li a.root {
        line-height: 17px !important;
    }

    #main-menu ul li {
        padding: 4px 0px;
    }

    #main-menu ul a.root .img {
        padding-top: 3px;
    }
}

@media (min-width: 1400px) {
    #main-menu ul {
        width: 285px;
        height: 586px;
    }

    .home-banner-group {
        width: calc(100% - 295px);
        min-height: 586px;
        margin-bottom: 10px;
    }

    .home-banner-group .home-banner-slider {
        margin-right: 10px;
        width: calc(100% - 300px);
    }

    #main-menu ul {
        top: 0px;
    }

    .sub-menu {
        left: 284px;
    }

    .home-banner-group .home-banner-right {
        width: 290px;
    }

    #main-menu ul a.root .img {
        padding-top: 4px;
    }

    #main-menu ul li a.root .name {
        padding: 6px 0;
    }

    #tuyendung img {
        min-height: 211px;
    }

    #tuyendung .owl-carousel {
        display: none;
    }

    #tuyendung .you-content {
        display: block;
    }

    #tuyendung .you-content {
        margin-bottom: 0px;
        height: auto;
        overflow: auto;
    }

    .img-3 {
        margin-top: 5px;
    }

    #main-menu ul li {
        padding: 0px 0px;
    }
}

@media (min-width: 1650px) {
    #main-menu ul li a.root .name {
        padding: 5px 0;
        font-size: 15px;
    }

    #main-menu ul {
        height: 742px !important;
    }

    .img-3 img {
        width: 100%
    }

    .home-banner-group .home-banner-slider {
        width: calc(100% - 390px) !important;
    }

    .home-banner-group .home-banner-right {
        width: 380px !important;
    }

    #tuyendung img {
        height: 269px;
    }

    #tuyendung .item img {
        height: 257px !important;
    }

    #tuyendung .owl-carousel {
        display: none;
    }

    #tuyendung .you-content {
        display: block;
    }

    #tuyendung .you-content {
        margin-bottom: 0px;
    }

    #main-menu ul a.root .img {
        padding-top: 6px;
    }

    #main-menu ul li a.root {
        line-height: 25px !important;
    }

    #main-menu ul li {
        padding: 4px 0px;
    }
}

@media (min-width: 1920px) {
    #main-menu ul li a.root .name {
        padding: 5px 0;
    }

    #main-menu ul {
        height: 738px !important;
    }

    #tuyendung .you-content {
        overflow: auto;
        height: auto;
    }

    #tuyendung img {
        height: 270px;
    }

    .img-3 {
        margin-top: 4px;
    }

    #main-menu ul li a.root {
        line-height: 23px !important;
    }

    #main-menu ul li {
        padding: 4px 0px;
    }
}

@media (min-width: 1972px) {
    #main-menu ul {
        height: 732px !important;
    }

    #tuyendung .you-content {
        overflow: auto;
        height: auto;
    }

    #tuyendung img {
        height: 270px;
    }

    .img-3 {
        margin-top: 4px;
    }

    #main-menu ul li a.root {
        line-height: 23px !important;
    }

    #main-menu ul li {
        padding: 4px 0px;
    }
}

.bar {
    display: none;
}

#breadcrumbs {
    margin-bottom: 0px;
}

.title-product {
    margin-top: 0px;
}

.bao-hanh li {
    list-style: disc !important;
}

.bao-hanh ul {
    padding-left: 20px !important;
}

.mm-listview {
    position: relative;
}

.mm-listview-child {
    display: none;
}

.chill-fill-popup li {
    list-style: none;
}

.mm-listview.p2 {
    margin: -20px !important;
}

#fancybox-spec+div {
    width: 90% !important;
}

.no-products {
    width: 100% !important;
    display: flex;
    box-shadow: none !important;
    border: none;
    justify-content: center;
    padding: 20px;
}

.hang-filter-bar {
    margin-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hang-filter-bar a {
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 15px 12px 12px;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.hang-filter-bar img {
    width: 65px;
}

@media (max-width: 640px) {
    .hang-filter-bar {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 10px;
    }

    .hang-filter-bar::-webkit-scrollbar {
        display: none;
    }

    .hang-filter-bar a {
        flex: 0 0 auto;
        scroll-snap-align: start;
        width: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 8px 6px;
        text-align: center;
    }

    .hang-filter-bar img {
        width: 48px;
        object-fit: contain;
    }

    .product-filter-wrapper {
        overflow-x: scroll;
    }

    .filter-item {
        flex: 0 0 auto;
        scroll-snap-align: start;
        width: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px;
        text-align: center;
    }

    .active-filters {
        flex-direction: column;
        align-items: baseline !important;
    }

    .filter-sub {
        width: 100% !important;
        left: 0px;
    }
}