.ft_shopmap {
    display: block;
    text-align: center;
    background: #7d0000;
    width: 100%;
    color: #fff !important;
    padding: 5px 0;
    margin: 0;
}
.header-info {
    padding: 5px 0px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    background: #ffffff;
    display: block;
}
.hd_info {
    display: flex;
    justify-content: space-between;
}
.hd_info__hotline {
    padding-left: 30px;
}
.hd_info__showroom {
    padding-right: 30px;
}
@media (max-width: 768px) {
    .dnone {
        display: none;
    }
    .styleArrowOwl {
        display: none;
    }
    .trackingBannerHome1 .owl-nav{
        display: none !important;
    }
}
#notIndex-fixed-actions {
    overflow: visible!important;
    right: 35px;
    position: fixed;
    z-index: 99800;
    bottom: 60px;
}
.btn-face-fixed {
    top: -60px;
}
.btn-zalo-fixed {
    top: -120px;
}
.fixed-item {
    position: absolute;
    opacity: 1;
    right: 0;
    width: max-content;
}
/*////////////////////////////////////*/

.home-text_right {
    padding: 86px;
    text-align: center;
}

button.btn_click {
    background: #000;
    color: #fff;
    padding: 5px 15px;
}
.sectionTitleTab.clearfix {
    margin-top: 30px;
    text-align: center;
}
.sectionTitleTab h2 {
    float: unset;
}
.view-more-box {
    text-align: center;
}
.view-more-box .tp_button {
    background: #000;
    color: #fff;
    padding: 0 10px;
}
.dBannerImage_item:nth-child(1) {
    grid-area: card1;
}

.dBannerImage_item:nth-child(2) {
    grid-area: card2;
}

.dBannerImage_item:nth-child(3) {
    grid-area: card3;
}

.dBannerImage_item:nth-child(4) {
    grid-area: card4;
}

.dBannerImage_item:nth-child(5) {
    grid-area: card5;
}
.dBannerImage_item:nth-child(6) {
    grid-area: card6;
}

@media (min-width: 768px) {
    .dBannerImage {
        grid-template-areas:
        "card1 card1 card4 card5"
        "card2 card3 card4 card6";
    }
    .home-album_left {
        height: 760px;
    }
    .home-album_left img {
        height: 100%;
    }
    .home-content_right img {
        height: 482px;
    }
}
@media (max-width: 768px) {
    .dBannerImage {
        grid-template-areas:
        "card1 card1"
        "card2 card3"
        "card4 card5"
        "card4 card6";
    }
    .dBannerImage_item:hover h3 {
        font-size: 18px;
    }
    .txt-collection h2 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
    }
    button.btn_click {
        background: #fff;
        color: #000;
        border: none;
        border-top: 1px solid #000;
        margin-top: 10px;
        text-transform: uppercase;
    }
    #footerBottom .innerInfoFooter h4:after {
        left: 0;
        right: unset;
    }

    #footerBottom h4 {
        padding-left: 25px;
        font-weight: 700;
        border-bottom: 1px solid #000;
    }
}
.dBannerImage {
    display: grid;
    gap: 10px;
}
.bannerHome_footer {
    margin-top: 30px;
}

.bannerHome_footer.row h3 {
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.bannerHome_footer .item.col-lg-5 {
    text-align: center;
}

.txt_bannerHome_footer {
    padding: 20px;
    max-height: 345px;
    overflow: hidden;
}
.qty-click {
    float: unset;
    padding: 20px 0;
}
table.table-cart tr td.item, .line-item-total {
    float: unset;
}
table.table-cart tr td.item .price span {
    margin: 0;
}
td.hidden-xs.totalLinePriceVariantCart {
    display: contents;
}
span.line-item-total {
    color: red;
}
.dBannerImage_item {
    position: relative;
}

.dBannerImage_item h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
}

.dBannerImage_item:hover h3 {
    opacity: 1;
}
span.add-down.add-action {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e1e1e1;
    color: #999;
    cursor: pointer;
    font-size: 20px;
}

input.tc.line-item-qty.item-quantity {
    width: 40px;
    height: 30px;
    display: inline-block;
    border-radius: 0;
    box-shadow: none;
    border-left: none;
    border-right: none;
    text-align: center;
    border-color: #e1e1e1;
    color: #a73340;
}

span.add-up.add-action {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e1e1e1;
    color: #999;
    cursor: pointer;
    font-size: 20px;
}

table.table-cart tr td.image {
    width: 200px;
}

table.table-cart tr td.image img {
    max-width: 200px;
}