/**
 * @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 */
/* banner */

.banner {
    position: relative;
    z-index: 2;
}

.banner .banner-single-item {
    /* max-height: 560px; */
    overflow: hidden;
    margin-bottom: 0;
}

.banner .banner-single-item .banner-slide-img {
    margin-bottom: 0;
}

.banner .banner-single-item .slick-dots {
    right: 30px;
    bottom: 20px;
    margin-bottom: 0;
    width: auto;
}

.banner .banner-single-item .slick-dots li button {
    padding: 0;
}

.banner .banner-single-item .slick-dots li button::before {
    opacity: 1;
    color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}

.banner .banner-single-item .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #fff;
    font-size: 16px;
}

.banner .banner-single-item img {
    width: 100%;
}

.banner .search-banner {
    position: absolute;
    top: 50%;
    width: 945px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 20px;
    border-radius: 3px;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.65);
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    color: #fff;
}

.banner .parallax .search-banner .label-filter {
    font-size: 15px;
}

.banner .btn-primary {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 45px;
    letter-spacing: 2px;
    background: #dca447;
    border: 1px solid;
    border-color: #ed9c28 #ed9c28 #d18211;
    width: 195px;
}

@media screen and (max-width: 1200px) {
    .banner .banner-single-item {
        max-height: 400px;
    }

    .banner .banner-slide-img img {
        width: 100%;
        height: 400px;
    }

    .banner .block_search_type_tab {
        top: 60%;
    }
}

@media screen and (max-width: 768px) {
    .banner .btn-primary {
        margin-top: 15px;
    }

    .banner-slide-img {
        min-height: 300px;
    }

    .banner.banner-slide-img {
        min-height: 300px;
    }

    .banner-slide-img img {
        height: 100%;
    }

    .banner .banner-single-item img {
        width: 100%;
    }

    .qc img {
        width: 100%;
    }

    .banner .btn-primary {
        width: 100%;
    }

    .search-banner .block_search_area .row {
        margin-right: -15px !important;
    }
}

.map iframe {
    width: 100% !important;
}

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

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

/* section */

.lSPager li {
    aspect-ratio: 3/2;
    border-radius: 0;
}

.lSPager li.active,
.lSPager li:hover {
    border: 1px solid #ff0000;
    /* padding: 3px; */
    border-radius: 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;
}

#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: 90px;
}

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

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

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

@media (min-width: 767px) {
    .item-product .img-box {
        margin-bottom: 0;
    }
}

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

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

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

.footer .hr-text {
    min-width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .hr-text h6 {
    margin-right: 12px;
    padding: 0;
}

.footer .hr-text a {
    padding-right: 10px !important;
}

@media (max-width: 545px) {
    .footer .hr-text {
        min-width: 200px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.product-for-you {
    background: #f0f2f5;
    padding: 30px 0;
}

.product-for-you .list-product-item .product-item {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.product-for-you .list-product-item .product-item:hover {
    box-shadow: 0 2px 8px rgba(3, 44, 71, 0.12);
}

.product-for-you .list-product-item .product-item .box-image img {
    width: 100%;
}

.product-for-you .list-product-item .product-item .box-info {
    padding: 10px;
}

.product-for-you .list-product-item .product-item .box-info .product-title {
    font-size: 14px;
    margin-bottom: 5px;
}

.product-for-you .list-product-item .product-item .box-info .product-title a {
    color: var(--primary);
}

.product-for-you .list-product-item .product-item .box-info .product-info {
    color: #111;
    font-size: 14px;
}

.product-item .box-info .product-info ul {
    margin-bottom: 5px;
}

.product-item .box-info .product-info ul>li {
    display: inline-block;
    padding-right: 15px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    margin-right: 5px;
}

.product-item .box-info .product-info ul>li::after {
    content: ".";
    font-size: 30px;
    line-height: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.product-item .box-info .product-info ul>li:last-child:after {
    display: none;
}

.product-item .box-info .product-address {
    margin-bottom: 5px;
}

.product-item .box-info .product-address a {
    font-size: 14px;
}

.product-item .box-info .product-date {
    font-size: 14px;
    color: #747c87;
}

.product-item .box-info .like-icon {
    position: relative;
    float: right;
    margin-top: -35px;
}

.product-item .box-info .like-icon a {
    font-size: 20px;
    color: var(--primary);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
}

.product-item .box-info .like-icon a:hover {
    background: #ebedf0;
    color: #333;
}

.product-for-you .view-more>a {
    border: 1px solid var(--primary);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 9px 20px;
    font-weight: 700;
    font-size: 14px;
    color: var(--primary);
}

.product-for-you .list-product-item .product-item .box-image {
    aspect-ratio: 16/9;
}

.product-for-you .list-product-item .product-item .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* section */

h2.title-section {
    font-size: 26px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    display: flex;
}

h2.title-section::after {
    content: "";
    background: #3c9f10;
    width: 46px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

h2.title-section span {
    font-size: 14px;
    margin-left: auto;
    line-height: 35px;
    font-weight: 400;
}

h2.title-section span>a {
    color: #055699;
    margin: 0 10px;
}

h2.title-section span>a:last-child {
    margin-right: 0;
}

.hot-products {
    padding-top: 50px;
    padding-bottom: 40px;
}

.hot-products .hot-products-slide {
    margin-left: -10px;
}

.hot-products .hot-products-slide .slick-slide {
    margin-left: 10px;
    box-shadow: 0px 4px 16px 0px rgba(44, 44, 44, 0.08);
    margin-right: 0px;
    margin-bottom: 10px;
}

.hot-products .hot-products-slide .hot-pro-desc-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2d373f;
    margin: 8px 0;
    overflow: hidden;
    min-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.hot-products .hot-products-slide .hot-pro-desc {
    text-align: left;
    padding: 10px 15px;
}

.hot-products .hot-products-slide .hot-pro-desc p {
    padding: 8px;
    font-size: 12px;
    margin-bottom: 0;
    padding: 4px 8px;
    background: #E7FFF4;
    display: inline-block;
    color: #07A35D;
}

.hot-products .hot-products-slide .hot-pro-desc .dmb {
    background: #E7FFF4;
    display: inline-block;
    color: #07A35D;
}

.hot-products .hot-products-slide .hot-pro-desc .smb {
    background: #FFECEB;
    color: #E03C31;
}

.hot-products .hot-products-slide .hot-pro-desc .dcn {
    background: #F2F2F2;
    color: #999;
}

.hot-products .hot-products-slide .hot-pro-desc .dbg {
    background: #F0EAF4;
    color: #845D9C;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 217px !important;
}

.hot-products .hot-products-slide .hot-pro-img {
    height: 168px;
    margin-bottom: 0;
}

.hot-products .hot-products-slide .hot-pro-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.hot-products .hot-products-slide .hot-pro-desc span {
    display: block;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    color: #999;
}

.hot-products .hot-products-slide .hot-pro-desc .area {
    font-size: 14px;
    margin-bottom: 4px;
    color: #000;
}

.hot-products .hot-products-slide .hot-pro-desc .hot-products .hot-products-slide .slick-slide img {
    max-width: 100%;
    height: 100%;
}

.search-banner-block {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: min(954px, 100%);
    z-index: 99;
}

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

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

.choose-contact .contact-item {
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    gap: 10px;
    padding: 8px 15px;
    align-items: center;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
}

.choose-contact .contact-item>a {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.choose-contact .contact-item img {
    width: 40px;
    flex-shrink: 0;
    height: 40px;
}

.choose-contact .contact-item .icon svg {
    width: 20px;
    height: 20px;
}

.choose-contact .contact-item .icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ff0000;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
}

.choose-contact .contact-item p {
    font-weight: 600;
    margin-bottom: 0;
}

.choose-contact .contact-item span {
    color: #888;
    font-size: 12px;
}


@media (max-width:575px) {
    .choose-contact .contact-item .box-content {
        display: none;
    }

    .choose-contact .contact-item {
        padding: 2px;
    }


}

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

@media (max-width:575px) {
    .banner-page {
        margin-bottom: 20px;
        min-height: 430px;
    }
}



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

.footer .bot .box-img {
    aspect-ratio: 960/355;
    border-radius: 8px;
    overflow: hidden;
}

.footer .bot .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.viewlist .item-product .smb {
    background: #FFECEB;
    color: #E03C31;
}

.viewlist .item-product .dcn {
    background: #F2F2F2;
    color: #999;
}

.viewlist .item-product .dbg {
    background: #F0EAF4;
    color: #845D9C;
}

.viewlist .item-product p {
    padding: 8px;
    font-size: 12px;
    margin-bottom: 0;
    padding: 4px 8px;
    background: #E7FFF4;
    display: inline-block;
    color: #07A35D;
}

@media (max-width:575px) {
    .form-search-banner .gr-input .form-search .search-btn {
        height: 32px;
        width: 60px;
        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;
        font-size: 12px;
    }

    h2.title-section {
        font-size: 18px;
    }
}

.footer .box-img img {
    height: 100%;
    width: 100%;
    max-width: 340px;
}

label sup {
    top: 0.5em !important;
}

.gr-labels label sup {
    top: -0.5em !important;
}

.search-praha {
    position: relative;
}

.search-praha .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    /* width: 92px; */
    background: #dca447;
    border-radius: 0 4px 4px 0;
    border: 1px solid #dca447;
}

.search-praha .search-hight {
    position: absolute;
    right: 93px;
    top: 0;
    display: inline-flex;
    gap: 10px;
    height: 38px;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #cdcdcd;
}

.search-praha input {
    padding-right: 220px;
}

.table-striped {
    font-size: 14px;
    min-width: 500px;
}

#advance .gr-time-input {
    position: relative;
}

#advance .gr-time-input img {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 30px;
    cursor: pointer;
    content: '';
}

#advance .gr-time-input input {
    padding-left: 50px;
    width: 100%;
}

#advance .form-inline {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

#advance .form-inline .gr-time-input {
    width: calc(50% - 10px);
}

#advance .gr-input {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

#advance .gr-3 .form-group {
    width: calc(33% - 10px);
}

#advance .gr-2 .form-group {
    width: calc(50% - 10px);
}

@media (max-width:767px) {
    #advance .gr-input .form-group {
        width: calc(50% - 5px) !important;
    }

    #advance .form-inline {
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }

    #advance .gr-input {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #advance .form-inline .gr-time-input {
        width: calc(50% - 5px);
    }

    #advance .gr-3 .form-group {
        margin-bottom: 0;
    }

    #advance .gr-3 .form-group:last-child {
        width: 100% !important;
        margin-bottom: 1rem;
    }
}

figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aside-blog {
    padding-bottom: 1.25rem;
    padding: 15px 10px;
    background-color: var(--white);
    border-radius: var(--radius-6);
}

@media screen and (max-width: 992px) {
    .aside-blog {
        margin-top: 40px;
    }
}

.aside-blog h3 {
    font-size: 1rem;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.aside-blog ul li {
    line-height: 2rem;
}

.aside-blog ul li a {
    color: #000;
}

.aside-blog ul li a:hover {
    color: var(--primary-color);
}

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

.aside-blog .blog-flex-item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.aside-blog .blog-flex-item .box-img {
    max-width: 150px;
    width: 100px;
    height: 66px;
}

.aside-blog .blog-flex-item .box-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.aside-blog .blog-flex-item .box-content {
    flex: 1;
}

.aside-blog .blog-flex-item:last-child {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

.aside-blog .blog-flex-item h4 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

.aside-blog .blog-flex-item h4 a {
    color: #000;
}

.aside-blog .blog-flex-item h4 a:hover {
    color: var(--primary-color);
}


.aside-blog .blog-flex-item h4 a,
.blog-item .box-content h4 a,
.line-2,
.list-cat-slider .item h4 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.blog-detail .box-detail h1 {
    font-size: 2rem;
    padding: 10px 0;
    font-weight: 600;
}

.blog-detail .box-detail .time {
    color: #6c757d !important;
    font-size: 12px;
}

.blog-detail .box-detail h2 {
    margin-bottom: 0.5rem;
}

.blog-detail .box-detail h3 {
    font-size: 18px;
    margin-bottom: 0.5rem;
}

.blog-detail .box-detail h4 {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.blog-detail .box-detail ul {
    padding-left: 20px;
    margin-bottom: 16px;
}

.blog-detail .box-detail ul li {
    list-style: disc;
    line-height: 2rem;
}

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

.blog-detail .box-detail figure.image {
    max-width: 620px;
    margin: 0 auto;
    padding: 10px 10px 0;
    background-color: var(--primary);
    margin-bottom: 16px;
}

.blog-detail .box-detail figure.image img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.blog-detail .box-detail figure.image figcaption {
    color: var(--white);
    padding: 10px 0;
    font-style: italic;
}

.blog-detail .box-detail article p {
    margin-bottom: 16px;
}

.blog-detail .box-detail article a {
    color: var(--primary);
}

.blog-detail .box-detail article .time {
    margin-bottom: 10px;
}

.blog-detail .box-detail article iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

.blog-detail .box-detail article table {
    width: 100%;
    margin-bottom: 16px;
}

.blog-detail .box-detail article table tr,
.blog-detail .box-detail article table th,
.blog-detail .box-detail article table td {
    border-width: 1px;
}

.blog-detail .box-detail article table th,
.blog-detail .box-detail article table td {
    padding: 10px;
}

.blog-detail .box-detail article table p {
    margin-bottom: 0;
}

.blog-detail .box-detail article table caption {
    background-color: var(--primary);
    color: var(--white);
    font-style: italic;
    text-align: center;
}


.related-laws {
    padding-left: 20px;
}

.related-laws li {
    list-style: disc;
}


.related-laws li a {
    color: #000 !important;
}

.related-laws li a:hover {
    color: #dca447 !important;
}