/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC <contact@vinades.vn>
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate 31/05/2010, 00:36
 */


/* Các tùy chỉnh CSS của giao diện nên để vào đây */


/* ********detail */

#detail .slider-nav {
    margin-top: 5px;
    margin-bottom: 10px;
}

#detail .slider-nav .slick-list {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#detail .slider-nav .slick-list .ioverlay {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 5px;
    height: 125px;
}

#detail .slider-nav .slick-list img {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#detail h1 {
    font-size: 24px;
    /* margin-bottom: 10px; */
    line-height: 32px;
    /* border-bottom: 1px solid #ebedf0; */
    /* padding-bottom: 20px; */
}

#detail .box-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #ebedf0;
    padding-bottom: 20px;
}

#detail .box-title p {
    font-size: 15px;
}

#detail .contact-box {
    border: 1px solid #ebedf0;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 16px;
    text-align: center;
    /* position: -webkit-sticky; */
    /* position: sticky;
    top: 90px; */
    z-index: 999;
    background-color: #fff;
}

#detail .contact-box .avatar {
    background: #fffdf8;
    width: 70px;
    height: 70px;
    text-align: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin: 15px auto;
}

#detail .contact-box .avatar img {
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    /* line-height: 0 !important; */
}

#detail .contact-box h3 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#detail .contact-box h3 .d-flex {
    gap: 5px;
    justify-content: center;
}

#detail .contact-box h3 .d-flex span {
    font-size: 20px;
}

#detail .contact-box h3 .d-flex span:first-child {
    color: #dca447;
}

#detail .contact-box h3 .d-flex span:last-child {
    color: var(--primary);
}

#detail .contact-box a {
    display: block;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 5px;
    font-weight: 500;
    color: var(--primary);
    border: 1px solid #ccd3d9;
    box-sizing: border-box;
    border-radius: 4px;
}

#detail .contact-box a:hover {
    border: 1px solid #95c4e6;
    background: #edf7ff;
}

#detail .contact-box a.call-now {
    background: var(--primary);
    color: #fff;
}


@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    100% {
        transform: scaleX(1)
    }
}

#detail .contact-box a.call-now span {
    animation: tada 2s infinite;
    display: block;
    color: #fff
}

#detail .contact-box a.call-now:hover {
    background: #E03C31;
}

#detail .contact-box a i {
    font-size: 14px;
    margin-right: 3px;
}

#detail .contact-box p {
    margin-bottom: 0;
    font-size: 15px;
    padding: 4px;
}

#detail .slick-slide {
    margin: unset;
}

#detail .slider-for {
    border-radius: 10px;
    overflow: hidden;
}

#detail .slider-for .slick-track {
    height: 392px;
}

#detail .slider-for .ioverlay {
    background: rgba(10, 13, 20, .4) !important;
    -webkit-backdrop-filter: blur(64px) !important;
    backdrop-filter: blur(64px) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#detail .slider-for .ioverlay img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
}

#detail .short-detail {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #747c87;
    padding-bottom: 16px
}

#detail .short-detail-wrap {
    border-bottom: 1px solid #ebedf0;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}


/* 
#detail ul.short-detail-2 {
    width: 100%;
} */

#detail .short-detail-2 .repost {
    font-weight: 500
}

#detail ul.short-detail-2 li {
    float: left;
    margin-right: 64px
}

#detail ul.short-detail-2 li:last-child {
    margin-right: 0
}

#detail .short-detail-2 .sp1 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #747c87;
    width: auto;
    display: block;
    margin-bottom: 4px
}

#detail .short-detail-2 .sp2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #2c2f36;
    width: auto;
    display: block;
    margin-top: 4px
}

.product-share {
    display: inline-block;
    cursor: pointer
}

#detail .box-share {
    z-index: 1
}

#detail .box-share ul li {
    line-height: 40px;
    padding: 0
}

#detail .box-share ul li a {
    display: block;
    padding: 0 16px;
    cursor: pointer
}

#detail .box-share ul li div {
    padding: 0 18px;
    cursor: pointer
}

#detail .repost {
    /* position: absolute;
    right: 0; */
    color: #2c2f36;
    line-height: 24px
}


/* #detail .short-detail-wrap .repost {
    top: 20px
} */

#detail .product-config .repost {
    top: 20px
}

.box-detail p {
    text-align: justify;
    margin-bottom: 0.5rem;
}

.box-detail .p {
    font-style: italic;
    font-weight: 600;
    margin-bottom: 10px;
}

.box-detail ul li {
    list-style: disc;
    margin-bottom: 10px;
    text-align: justify;
}

.box-detail ul {
    padding-left: 15px;
}

#detail .repost .repost-fb a,
#detail .repost .product-share,
#detail .repost .repost-fb a,
#detail .repost .product-save {
    font-weight: 500;
    color: #2c2f36;
    background: none
}

#detail .repost .repost-fb a,
#detail .repost .product-save {
    margin-left: 16px
}

#detail .repost .product-save {
    cursor: pointer
}

#detail .repost .product-save.iconSave {
    width: auto;
    margin: 0 0 0 16px
}

#detail .short-detail-wrap .repost .product-share a,
#detail .short-detail-wrap .repost .product-share span,
#detail .short-detail-wrap .repost .product-save a,
#detail .short-detail-wrap .repost .product-save span {
    line-height: 40px;
    color: #2c2f36
}

#detail .box-share {
    background: #fff;
    box-shadow: 0 16px 64px rgb(3 44 71 / 12%);
    border-radius: 8px;
    padding: 8px 0;
    width: 195px;
    position: absolute;
    right: -16px;
}

#detail .box-share ul {
    margin-bottom: 0;
}

#detail .box-share ul li {
    line-height: 40px
}

#detail .box-share ul li:hover,
#detail .box-share ul li:active {
    background: #edf7ff;
    color: var(--primary)
}

#detail .box-share ul li:hover a,
#detail .box-share ul li:active a {
    color: var(--primary)
}

#detail .zalo-share-button {
    height: 40px !important;
    cursor: pointer
}

#detail .box-share ul li a {
    line-height: 40px;
    color: #2c2f36;
    font-weight: normal
}

#detail .box-share ul li img {
    vertical-align: middle;
    margin-right: 8px
}

#detail .detail-product {
    padding: 16px 0;
}

#detail .detail-product .title-detail {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #2c2f36;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
}

#detail .detail-product .box-content {
    overflow: hidden;
    position: relative;
    font-size: 15px;
}

#detail .detail-product .read_more {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
}

#detail .detail-product .read_more:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff00', endColorstr='#ffffff', GradientType=0);
    display: block;
}

#detail .detail-product .read_more a {
    color: var(--primary);
    display: block;
    font-size: 14px;
    font-weight: 700;
}

#detail .detail-product .read_more a:after {
    content: "";
    width: 0;
    right: 0;
    border-top: 6px solid var(--primary);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

#detail .detail-product .read_less {
    text-align: center;
}

#detail .detail-product .read_less a {
    position: relative;
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
}

#detail .detail-product .read_less a:after {
    content: "";
    width: 0;
    right: 0;
    border-bottom: 6px solid var(--primary);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

#detail .detail-product .box-round-grey3 {
    /* border: 1px solid #ebedf0; */
    box-sizing: border-box;
    border-radius: 4px;
    padding: 12px 0;
    width: 100%;
}

#detail .detail-product .row-1 {
    /* display: inline-block; */
    display: flex;
    width: 100%;
    margin-bottom: 12px
}

#detail .detail-product .row-1:last-child {
    margin-bottom: 0
}

#detail .detail-product .row-1 .r1 {
    width: 145px;
    float: left;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #2c2f36;
    margin-right: 8px
}

#detail .detail-product .row-1 .r2 {
    float: left;
    width: calc(100% - 153px);
    color: #2c2f36;
    font-size: 15px;
    line-height: 20px;
}

#detail .detail-product .row-1 .r2 a {
    color: #1f648f;
}

#detail .repost {
    /* position: absolute;
    right: 0; */
    color: #2c2f36;
    line-height: 24px;
}

#detail .repost .product-share ul li ul li {
    line-height: 40px;
    padding: 0;
}

#detail .repost .product-share ul li ul li a {
    padding: 3px 20px 0px;
}

#detail .repost .product-share ul li ul li a i {
    width: 24px;
    font-size: 20px;
    text-align: center;
    margin-right: 10px;
}

#detail .repost .product-share .nav-bar li {
    padding-right: 0;
}

#detail .repost .product-share .fas.fa-share {
    margin-left: 10px;
    color: #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
}

#detail .repost .product-share:hover .fas.fa-share {
    background: #ebedf0;
    color: #333;
}

#detail .repost {
    display: flex;
    align-items: center;
}

#detail .repost .product-share .nav-bar .dropdown>ul {
    position: absolute;
    left: 24px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

#detail .repost .product-share .nav-bar .dropdown ul li {
    width: 200px;
}

#detail .repost .product-share .nav-bar .dropdown ul li:hover {
    background: #cfe5f7;
    width: 200px;
}

#detail .repost .product-share .nav-bar .dropdown>ul>a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #433f39;
}

#detail .repost .product-share .nav-bar .dropdown>ul>a>i {
    font-size: 12px;
}

#detail .repost .product-share .nav-bar {
    padding: 0;
    justify-content: space-around;
    padding-top: 5px;
}

#detail .repost .product-share .nav-bar>ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

#detail .repost .product-share .nav-bar>li {
    position: relative;
}

.breadcrumb {
    margin-bottom: 0 !important;
}

#detail .repost .product-share .nav-bar a {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #433f39;
    white-space: nowrap;
    transition: 0.3s;
}

#detail .repost .product-share .nav-bar a img {
    margin-right: 10px;
}

#detail .repost .product-share .nav-bar>a>i {
    font-size: 20px;
    line-height: 0;
    margin-left: 5px;
}

#detail .repost .product-share .nav-bar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

#detail .repost .product-share .nav-bar .dropdown .dropdown>ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
    display: block;
}

#detail .repost .product-share .nav-bar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media screen and (max-width: 992px) {
    #detail .repost {
        /* width: 100%; */
        justify-content: space-between;
    }

    #detail .detail-product .row-1 .r1 {
        width: 100px;
    }

    #detail .detail-product .row-1 .r2 {
        width: calc(100% - 110px);
    }
}

@media screen and (max-width: 575px) {
    #detail .detail-product .row-1 .r1 {
        width: 190px;
        margin-right: 0;
    }

    #detail .detail-product .row-1 .r2 {
        width: calc(100% - 80px);
    }

    .footer .bot .info_vh_logo {
        display: none;
    }

    .footer .bot .info {
        width: 100%;
    }

    .footer .bot .info .hotline {
        width: 100%;
        justify-content: center;
    }

    .banner .banner-single-item {
        height: 420px;
        overflow: hidden;
    }

    .main-right {
        margin-top: 70px;
    }

    .banner .banner-single-item figure.banner-slide-img img {
        min-height: 420px;
    }

    .banner .block_search_type_tab {
        top: 56%;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
    }

    .item-product {
        padding-bottom: 0;
    }

    .box-common {
        margin-bottom: 0;
    }

    #detail .box-common .box-title {
        padding: 10px 0;
        margin: 0;
    }

    .viewlist .item-product li:nth-child(2) {
        margin-top: 10px;
    }

    .product-seo-tag .ul-round {
        margin-bottom: 0;
    }

    #detail .detail-product.map .box-round-grey3 {
        padding-left: 0;
        padding-right: 0;
    }

    #detail .detail-product {
        border-top: 1px solid #cdcdcd;
        padding-top: 10px;
    }

    #detail .detail-product .title-detail {
        margin-bottom: 10px;
    }

    #detail .detail-product .box-round-grey3 .row .grey-item {
        display: block;
    }

    #detail .detail-product .row-1 .r2 {
        width: 100%;
    }

    #detail .detail-product .box-content {
        padding: 12px 0;
    }

    #detail .contact-box p {
        padding: 8px;
    }

    #detail .repost .product-share .nav-bar .dropdown>ul {
        left: -60px;
    }

    #detail ul.short-detail-2 li {
        margin-right: 32px;
    }

    .page .loadContactForm .nv-fullbg {
        padding: 0;
    }

    #detail .box-common .box-content {
        padding-top: 10px;
    }

    .banner .banner-single-item {
        min-height: 420px;
    }

    .banner .banner-single-item img {
        height: 420px;
        width: unset;
    }

    #detail .contact-box {
        position: unset
    }

    .search-banner-block {
        top: 55% !important;
    }

    h2.title-section {
        flex-wrap: wrap;
    }

    h2.title-section span {
        margin-left: 0;
    }

}

#detail .box-details .box-title {
    padding-top: 15px;
    padding-bottom: 0;
    border-bottom: 1px solid #cdcdcd !important;
}

#detail .box-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}

.header-search-mobile {
    display: none;
}

.header-search-mobile a {
    color: var(--primary);
}

#detail .short-detail-wrap {
    border-bottom: 1px solid #cdcdcd;
}

@media (max-width: 996px) {
    .item-product .hometext {
        display: none;
    }

    .header-right {
        display: none;
    }

    .header-search-mobile {
        display: block;
    }

    #detail h1 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 28px;
    }

    .short-detail-wrap {
        margin-bottom: 0;
    }

    .short-detail-wrap ul {
        margin-bottom: 0;
    }

    #detail .short-detail-wrap {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .viewhome .viewall>h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 575px) {
    #detail .detail-product .row-1 .r1 {
        width: 190px;
        margin-right: 0;
    }

    #detail .detail-product .row-1 .r2 {
        width: calc(100% - 80px);
    }

    .footer .bot .info_vh_logo {
        display: none;
    }

    .footer .bot .info {
        width: 100%;
    }

    .footer .bot .info .hotline {
        width: 100%;
        justify-content: center;
    }

    .banner .banner-single-item {
        height: 420px;
        overflow: hidden;
    }

    .main-right {
        margin-top: 70px;
    }

    .banner .banner-single-item figure.banner-slide-img img {
        min-height: 420px;
    }

    .banner .block_search_type_tab {
        top: 56%;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
    }

    .item-product {
        padding-bottom: 0;
    }

    .box-common {
        margin-bottom: 0;
    }

    #detail .box-common .box-title {
        padding: 10px 0;
        margin: 0;
    }

    .viewlist .item-product li:nth-child(2) {
        margin-top: 10px;
    }

    .product-seo-tag .ul-round {
        margin-bottom: 0;
    }

    #detail .detail-product.map .box-round-grey3 {
        padding-left: 0;
        padding-right: 0;
    }

    #detail .detail-product {
        border-top: 1px solid #cdcdcd;
        padding-top: 10px;
    }

    #detail .detail-product .title-detail {
        margin-bottom: 10px;
    }

    #detail .detail-product .box-round-grey3 .row .grey-item {
        display: block;
    }

    #detail .detail-product .row-1 .r2 {
        width: 100%;
    }

    #detail .detail-product .box-content {
        padding: 12px 0;
    }

    #detail .contact-box p {
        padding: 8px;
    }

    #detail .repost .product-share .nav-bar .dropdown>ul {
        left: -60px;
    }

    #detail ul.short-detail-2 li {
        margin-right: 32px;
    }

    .page .loadContactForm .nv-fullbg {
        padding: 0;
    }

    #detail .box-common .box-content {
        padding-top: 10px;
    }

    .banner .banner-single-item {
        min-height: 420px;
    }

    .banner .banner-single-item img {
        height: 420px;
        width: unset;
    }

    #detail .contact-box {
        position: unset
    }

    .search-banner-block {
        top: 55% !important;
    }

    h2.title-section {
        flex-direction: column;
    }

    h2.title-section span {
        margin-left: 0;
        line-height: 25px;
    }

    h2.title-section span>a:first-child {
        margin-left: 0;
    }

    .hot-products {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .scroll-to-top {
        bottom: 200px;
    }

    .product-for-you {
        padding-bottom: 0 !important;
    }
}

#product-image-gallery-view li {
    height: 100% !important;
}

#product-image-gallery-view {
    height: 100% !important;
}

#product-image-gallery-view li img {
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
}

.lSSlideWrapper {
    aspect-ratio: 16/9;
}


.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.search-banner-block .tab-content {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    max-width: 100%;
    padding: 16px;
    position: relative;
}

.search-banner-block .nav-tabs {
    border-bottom: 0;
}

.search-banner-block .nav-tabs li a {
    margin-right: 4px !important;
    padding: 6px 24px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.6);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px 4px 0 0;
}

.search-banner-block .nav-tabs li.active a {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}



.form-search-banner .gr-input .form-search {
    width: 100%;
    height: 48px;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    padding: 6px 0px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.form-search-banner .gr-input .form-search .result-box {
    position: absolute;
    overflow: hidden;
    width: 100%;
    content: "";
    background-color: #F2F2F2;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    top: calc(100% + 8px);
    border-radius: 8px;
    z-index: 999;
    max-height: 400px;
    /* overflow-y: scroll; */
}

.mCSB_inside>.mCSB_container {
    margin-right: 10px !important;
}

.form-search-banner .gr-input .form-search .mega-search {
    position: absolute;
    width: 100%;
    content: "";
    background-color: #fff;
    display: none;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    top: calc(100% + 20px);
    border-radius: 10px;
    z-index: 99;
    padding: 20px 25px 5px;
}

.form-search-banner .gr-input .form-search .mega-search.active {
    opacity: 1;
    visibility: visible;
    display: block;
    top: calc(100% + 8px);
}

.form-search-banner .gr-input .form-search .mega-search ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.form-search-banner .gr-input .form-search .mega-search ul li {
    width: calc(20% - 15px);
}

@media (max-width:996px) {
    .form-search-banner .gr-input .form-search .mega-search ul li {
        width: calc(33% - 8px);
    }
}

@media (max-width:767px) {
    .form-search-banner .gr-input .form-search .mega-search ul li {
        width: calc(50% - 8px);
    }
}

.form-search-banner .gr-input .form-search .mega-search ul li .box-img {
    aspect-ratio: 150/100;
    border-radius: 8px;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.form-search-banner .gr-input .form-search .mega-search ul li .box-img::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(44, 44, 44, 0), #2C2C2C);
    opacity: 1;
    transition: opacity .4s linear;
}

.form-search-banner .gr-input .form-search .mega-search ul li .location-item:hover .box-img::before {
    opacity: 0;
}

.form-search-banner .gr-input .form-search .mega-search ul li .box-img .box-content {
    position: absolute;
    bottom: 15px;
    content: "";
    width: 100%;
    z-index: 4;
}

.form-search-banner .gr-input .form-search .mega-search ul li .box-img .box-content h4 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.form-search-banner .gr-input .form-search .mega-search ul li .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-search-banner .gr-input .form-search .mega-search ul li .location-item .box-img>a {
    position: absolute;
    content: "";
    z-index: 9;
    inset: 0;
}

.form-search-banner .gr-input .form-search .mega-search label {
    font-weight: 600;
}

.form-search-banner .gr-input .form-search .result-box ul {
    margin-bottom: 0;
}

.form-search-banner .gr-input .form-search .result-box ul li {
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 1px solid #cdcdcd;
    transition: all ease 0.4s;
    position: relative;
    padding-left: 42px;
}

.form-search-banner .gr-input .form-search .result-box ul li::before {
    background-image: url(/themes/bds/assets/image/icon-location.png);
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    height: 24px;
    position: absolute;
    left: 10px;
    width: 24px;
}

.form-search-banner .gr-input .form-search .result-box ul li:hover {
    background: #0d67a0;
    color: #fff;
}

.form-search-banner .gr-input .form-search input {
    width: calc(100% - 104px);
    outline: none;
    border: none;
    background-color: #F2F2F2;
    padding-left: 10px;
}

.form-search-banner .gr-input .form-search input:focus {
    outline: none;
}

.form-search-banner .gr-input .form-search .gr-select {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.close {
    cursor: pointer;
}

.form-search-banner .gr-input .form-search .gr-select .gr-label {
    padding-left: 10px;
    gap: 5px;
    flex-shrink: 0;
    align-items: center;
    cursor: pointer;
}

.form-search-banner .gr-input .form-search .gr-select .gr-label span {
    font-weight: 600;
    font-size: 16px;
}

.form-search-banner .gr-input .form-search .gr-select .gr-label img {
    width: 28px;
    height: 28px;
}

.form-search-banner .gr-input .form-search .select2-container--default .select2-selection--single {
    background: transparent;
    border: 0;
    border-left: 3px solid #333;
    border-radius: 0;
    margin-bottom: 0 !important;
}

.form-search-banner .gr-input .form-search .select2-container--default .select2-selection--multiple {
    background: transparent;
    border: 0;
    border-left: 2px solid #666;
    border-radius: 0;
}

.form-search-banner .gr-input .form-search i {
    margin-left: 15px;
}

.form-search-banner .gr-input .form-search .search-btn {
    height: 32px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    background: #E03C31;
    border-radius: 4px;
    border: solid 1px #E03C31;
    outline: none;
    margin-right: 8px;
    transition: all ease 0.4s;
}

.select2-results {
    display: block;
    max-height: 217px;
    overflow: hidden;
}

.select-2 .select2-container--default .select2-selection--single {}

@media (max-width:575px) {
    .form-search-banner .gr-input .form-search .gr-select .gr-label img {
        display: none;
    }

    .form-search-banner .gr-input .form-search .gr-select .gr-label span {
        display: none;
    }
}

.slick-track {
    margin-left: 0;
}

.form-search-banner .gr-input .form-search .search-btn:hover {
    filter: brightness(1.2);
}

.form-search-banner .gr-input .form-search .search-btn:focus {
    outline: none;
}

.form-search-banner .vscomp-ele {
    max-width: 100%;
    border-radius: .25rem;
}

.form-search-banner .vscomp-ele .vscomp-toggle-button {
    border-radius: .25rem;
    background: transparent;
    color: #fff;
}

.vscomp-wrapper:not(.has-value) .vscomp-value {
    opacity: 0.8 !important;
}

/* .tab-content .tab-item {
    display: block;
} */
.tab-content .tab-item.active {
    display: block;
}

.select2-dropdown {
    min-width: 200px !important;
}

.form-search-banner .filter-form {
    z-index: 100;
    background: #fff;
    box-shadow: 0px 8px 20px rgba(182, 182, 182, 0.42);
    border-radius: 8px;
    position: absolute;
    top: calc(100% + 20px);
    opacity: 0;
    transition: all ease 0.4s;
    visibility: hidden;
    min-width: 260px;
}

.form-search-banner .filter-form.active {
    top: calc(100% + 5px);
    opacity: 1;
    visibility: visible;
}

.form-search-banner .filter-form .head-form {
    text-align: center;
    padding: 16px;
    position: relative;
    border-bottom: 1px solid #F2F2F2;
}

.form-search-banner .custom-form {
    position: relative;
    cursor: pointer;
}

.form-search-banner .custom-select {
    background: transparent;
    color: #fff;
    opacity: 1;
    font-size: 14px;
}

.form-search-banner .custom-select:focus {
    color: #444 !important;
    background: #f2f2f2;
}

.form-search-banner .filter-form .head-form .close {
    position: absolute;
    right: 16px;
    top: 16px;
    color: #999;
    cursor: pointer;
}

.form-search-banner .filter-form .filter-price {
    padding: 16px 16px 8px 16px;
}

.form-search-banner .filter-form .gr-radio ul li label {
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    position: relative;
    display: flex;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    transition: all ease 0.4s;
}

.form-search-banner .filter-form .gr-radio {
    max-height: 160px;
    overflow-y: scroll;

}

.form-search-banner .filter-form .gr-radio ul {
    margin-bottom: 5px;
}

.form-search-banner .filter-form .gr-radio ul li label:hover {
    background: #F2F2F2;
}

.form-search-banner .filter-form .gr-radio ul li label input {
    position: absolute;
    right: 16px;
    top: 8px;
}

.form-search-banner .filter-form .gr-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 0;
    position: relative;
}

.form-search-banner .filter-form .gr-input::before {
    position: absolute;
    content: "⟶";
    left: 50%;
    transform: translateX(-50%);
}

.form-search-banner .filter-form .gr-input li {
    width: 33%;
}

.form-search-banner .filter-form .gr-input label {
    display: block;
    font-size: 12px;
}

.form-search-banner .filter-form .gr-input input {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    color: #2C2C2C;
    padding: 6px 8px;
    text-align: center;
    width: 100%;
    /* min-width: 85px; */
    margin-bottom: 16px;
    -moz-appearance: textfield
}

.form-search-banner .filter-form .bottom-form {
    border-top: 1px solid #F2F2F2;
    padding: 0.5px 0px;
}

.form-search-banner .filter-form .bottom-form ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0 10px;
}

.form-search-banner .filter-form .bottom-form ul li:first-child a {
    color: #2C2C2C;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #cdcdcd;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.2px;
    padding: 5px 11px;
    border-radius: 4px;
    display: flex;
    font-weight: 600;
    align-items: center;
    margin: 7px 7px 7px 0px;
}

.overlay-filter {
    position: fixed;
    height: 100vh;
    top: 0;
    width: 100%;
    z-index: 99;
    inset: 0;
    display: none;
}

.overlay-filter.active {
    display: block;
}

.form-search-banner .filter-form .bottom-form ul li:last-child a {
    background: #E03C31;
    border: solid 1px #E03C31;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -.2px;
    display: flex;
    align-items: center;
    padding: 5px 11px;
    margin: 7px 0;
    border-radius: 4px;
}

.form-search-banner .filter-form input {
    margin-bottom: 0 !important;
}

.form-search-banner .gr-labels {
    display: flex;
    font-size: 13px;
    justify-content: space-between;
}

.form-search-banner .gr-labels label {
    font-weight: 600;
}

.form-search-banner .gr-labels label .price-text {
    color: #fd7e14;
}

@media (max-width:996px) {
    .form-search-banner [class^="col-"] {
        margin-bottom: 10px;
    }
}

.item-product {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
}

.item-product:last-child {
    border-bottom: none;
}

.item-product .img-box {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4/3;
}

.item-product .img-box img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-product h4 {
    font-size: 16px;
    line-height: 25px;
}

.item-product .hometext {
    margin-top: 5px;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #495057;
}

.item-product .hometext {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-product ul {
    margin-bottom: 0 !important;
    font-size: 14px !important;
}

.item-product h4>a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
}


.box-image .item-code,
.img-box .item-code {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    content: "";
    border-radius: 4px;
    padding: 5px 8px;
}

.box-common {
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 16px;
    width: 100%;
    margin-bottom: 16px;
    background: #f5f6f7;
}

.box-common .box-title {
    padding: 10px 0 10px;
    box-shadow: inset 0 -1px 0 #ebedf0;
    font-weight: 700;
    color: #2c2f36;
    font-size: 20px;
}

.box-common .box-content {
    padding: 10px 0 12px;
    position: relative;
}

.box-common .box-content li {
    color: #474d57;
}

.box-common .box-content li h3 {
    margin-bottom: 0;
    line-height: 25px;
}

.box-common .box-content li a {
    color: #474d57;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.box-common li a:hover {
    color: var(--primary);
}

.list-info a {
    color: #000;
}

.location a {
    color: #000;
}

a,
a:hover {
    text-decoration: none !important;
}

.service-item figure {
    margin-bottom: 0 !important;
}

#menu ul {
    margin-bottom: 0 !important;
}

.box-img {
    margin-bottom: 0 !important;
}

.products-item-flex .box-top .box-img {
    aspect-ratio: 16/9;
    margin-bottom: 0 !important;
}

.vuta-home-service .service-item .box-content h4 a::before {
    display: none;
}

.vuta-home-cat .products-item-bdscn {
    height: 100%;
}

.products-item-flex:hover .box-bottom {
    background: var(--primary);
    color: #fff;
}

.products-item-flex:hover .box-bottom a {
    color: #fff;
}

ul {
    margin-bottom: 0 !important;
}

.products-item-flex .box-bottom .d-flex {
    gap: 20px;
}

.blog-item .box-img {
    margin-bottom: 10px !important;
}

.big-blog .box-img {
    margin-bottom: 0 !important;
}

.vuta-home-blog .user-nav-tabs {
    margin-bottom: 20px !important;
}

.blog-item .time {
    margin-bottom: 5px;
}

.projects .products-item-bdscn {
    height: 100%;
}

.item-product a {
    color: #000;
}

.related-products .box-content .list-info {
    margin-bottom: 0;
}

.products-item-bdscn .box-content ul li a {
    color: #616161;
}

.blog-item .box-img {
    aspect-ratio: 16/9;
}

.big-blog .box-img {
    aspect-ratio: 3/2;
}

.products-detail .list-info ul li img {
    display: inline-flex;
}



.products-item-bdscn .box-content h5 {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.products-item-bdscn .box-content ul li {
    width: calc(50% - 5px);
    font-size: 13px;
    color: #616161;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.products-item-bdscn .box-content ul li:last-child {
    width: 100%;
}

.big-blog .box-img img {
    height: 100%;
    object-fit: cover;
}

.vuta-home-blog .user-nav-tabs li a {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    display: block;
}

.images-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: auto;
}

@media (max-width:996px) {
    .block_search_type_tab {
        position: unset !important;
        left: unset !important;
        transform: unset !important;
        top: unset !important;
        margin-top: -44px;
    }

    .block_search_type_tab .select2-container {
        width: 100% !important;
    }

    .vuta-home-about .box-title {
        margin-bottom: 0px;
    }

    .vuta-home-about .box-img {
        margin-bottom: 10px !important;
    }

    .products-item-bdscn .box-content ul li {
        width: calc(100%);
    }

    .products-item-bdscn .box-content h4 {
        font-size: 16px;
        -webkit-line-clamp: 2;
    }
}

.products-image .view-all {
    background: rgba(0, 0, 0, .4);
    border: 1px solid rgba(255, 255, 255, .7);
    box-sizing: border-box;
    border-radius: 40px !important;
    color: var(--white);
    font-size: 16px;
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.images-grid-container .image-grid-item {
    position: relative;
}

.images-grid-container .image-grid-item:first-child {
    grid-row: span 2;
    grid-column: span 1;
}

.images-grid-container .image-grid-item img {
    height: 100%;
}

.images-grid-container .image-grid-item {
    display: none;
}

.images-grid-container .image-grid-item:first-child,
.images-grid-container .image-grid-item:nth-child(2),
.images-grid-container .image-grid-item:nth-child(3),
.images-grid-container .image-grid-item:nth-child(4),
.images-grid-container .image-grid-item:nth-child(5) {
    display: block;
}

.box-detail img {
    margin-bottom: 10px;
}

.box-detail .time img {
    margin-bottom: 2px;
}

.products-image .view-all svg {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.products-image .view-all svg path {
    fill: #fff;
}

.products-item-bdscn .box-content ul img {
    margin-right: 3px;
}

.wraper-image {
    padding-top: 20px;
}

.wraper-image .wraper {
    position: relative;
}

.banner-page {
    padding-top: 30px;
}

.banner-page .search-banner-block {
    position: unset;
    transform: unset;
    margin: 0 auto;
    width: min(1110px, 100%);
}

.banner-page .search-banner-block .nav-tabs {
    display: none;
}

.banner-page .search-banner-block .tab-content {
    border-radius: 4px;
}

.range-slider,
.range-slider-area {
    margin-bottom: 3px;
    --range-slider-value-low-fallback: calc(var(--range-slider-value-low, 0) * 1%);
    --range-slider-value-high-fallback: calc(var(--range-slider-value-high, 100) * 1%);
    --range-slider-thumb-size: 15px;
    --range-slider-thumb-radius: calc(var(--range-slider-thumb-size) / 2);
    position: relative;
    width: 100%;
    min-height: 45px;
}

.range-slider .value-min,
.range-slider .value-max,
.range-slider-area .value-min,
.range-slider-area .value-max {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    display: none;
}

.range-slider .value-max,
.range-slider-area .value-max {
    right: 0;
}

/* @media (max-width: 500px) {
    .range-slider,.range-slider-area {
        --range-slider-thumb-size: 36px;
    }
} */

.range-slider::before,
.range-slider-area::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    border-radius: 100vmax;
    background-color: #ebebeb;
    background-image: linear-gradient(to right, transparent var(--range-slider-value-low-fallback), #ff9e25 var(--range-slider-value-low-fallback), #ff9e25 var(--range-slider-value-high-fallback), transparent var(--range-slider-value-high-fallback));
    pointer-events: none;
}

.range-slider__display {
    pointer-events: none;
}


/* .range-slider__display::before,
.range-slider__display::after,  */

.range-slider__display .min,
.range-slider__display .max {
    content: attr(data-span);
    position: absolute;
    color: #000;
    font-size: 1.5rem;
    font-family: sans-serif;
    white-space: nowrap;
    transform: translateX(-50%) translateX(calc(var(--range-slider-thumb-radius) * calc(-0.02 * var(--pos) + 1)));
    z-index: -1;
    background: #efefef;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    display: none;
    font-weight: bold;
}

.range-slider__display .min {
    /* .range-slider__display::before { */
    --pos: var(--range-slider-value-low);
    content: attr(data-low);
    /* bottom: 100%; */
    margin-bottom: 0;
    /* margin-bottom: calc(var(--range-slider-thumb-size) / 4); */
    left: var(--range-slider-value-low-fallback);
    bottom: 90%;
    font-size: 18px;
    display: none !important;
    z-index: 2;
}


/* .range-slider__display::after { */

.range-slider__display .max {
    --pos: var(--range-slider-value-high);
    content: attr(data-high);
    /* bottom: 100%; */
    margin-bottom: 0;
    /* margin-bottom: calc(var(--range-slider-thumb-size) / 4); */
    left: var(--range-slider-value-high-fallback);
    bottom: 90%;
    font-size: 18px;
    display: none !important;
    z-index: 2;
}

.range-slider__display .min::after,
.range-slider__display .max::after {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    border: none;
    border-top: 8px solid #efefef;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
}

.range-slider__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    background-color: transparent;
    pointer-events: none;
}

.range-slider__input:active::-webkit-slider-thumb {
    transform: scale(1.3);
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.range-slider__input:active::-moz-range-thumb {
    transform: scale(1.3);
    cursor: grabbing;
}

.range-slider__input::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
}

.range-slider__input::-moz-range-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
}

.range-slider__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: all;
    position: relative;
    width: var(--range-slider-thumb-size);
    height: var(--range-slider-thumb-size);
    background-color: #ff9e25;
    border-radius: 50%;
    border: none;
    box-shadow: none;
    border-radius: 2px solid #fff;
    cursor: -webkit-grab;
    box-shadow: 0px 1px 6px rgba(36, 34, 34, 0.12);
    cursor: grab;
    -webkit-transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
    transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.range-slider__input::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: all;
    position: relative;
    border-radius: 2px solid #fff;
    width: var(--range-slider-thumb-size);
    height: var(--range-slider-thumb-size);
    background-color: #ff9e25;
    border-radius: 50%;
    border: none;
    box-shadow: none;
    box-shadow: 0px 1px 6px rgba(36, 34, 34, 0.12);
    cursor: grab;
    -moz-transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
    transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.search-banner-block {
    position: absolute;
    top: 70%;
    width: 1140px;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
}

.vuta-home-cat .box-title {
    display: flex;
    align-items: center;
    gap: 30px
}

.vuta-home-cat .box-title h2 {
    font-size: 24px;
    margin-bottom: 0;
    padding-right: 30px;
    border-right: 2px solid var(--second);
}

.vuta-home-cat .box-title ul {
    display: flex;
    gap: 20px
}

.vuta-home-cat .box-title ul li a {
    color: #616161
}

.vuta-home-cat .box-title ul li a:hover {
    color: var(--second)
}

.grey-item {
    border-top: 1px solid #f2f2f2 !important;
    margin-right: 0 !important;
}

@media (max-width:996px) {
    .grey-item {
        border-bottom: 0 !important;
        width: 100% !important;
    }

    #detail {
        overflow: hidden;
    }

    #detail .detail-product {
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #detail .repost .product-share .nav-bar a {
        height: 40px;
        background: #ff0000;
        color: #fff !important;
        align-items: center;
        padding-left: 5px;
        padding-right: 0;
        border-radius: 6px;
    }

    #detail .repost .product-share .nav-bar span {
        display: none;
    }

    #detail .repost .product-share .nav-bar span,
    #detail .repost .product-share .nav-bar i {
        color: #fff !important;
        margin-left: 0 !important;
    }

    #detail .short-detail-2 .sp2 {
        font-size: 16px;
    }

    .item-product .img-box {
        aspect-ratio: 3/2;
        margin-bottom: 10px;
    }

    #detail .detail-product .title-detail {
        font-weight: 600;
    }

    .bottom .blog-item {
        margin-bottom: 20px;
    }

    .aside {
        position: unset;
        top: unset;
        margin-top: 20px;
    }
}

.viewlist {
    margin-bottom: 20px;
}

.box-round-grey3 iframe {
    width: 100% !important;
}

@media screen and (max-width: 575px) {
    [class^="vuta-home-"] .box-title .slogan {
        font-size: 16px;
    }
}