.breadcrumb-hvg::-webkit-scrollbar {
    width: 12px; /* thay đổi kích thước nếu cần */
    height: 12px;
    background: transparent !important;
}

.breadcrumb-hvg::-webkit-scrollbar-track {
    background: transparent !important;
}

.breadcrumb-hvg::-webkit-scrollbar-thumb {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
}

.breadcrumb-hvg::-webkit-scrollbar-thumb:hover,
.breadcrumb-hvg::-webkit-scrollbar-thumb:active {
    background: transparent !important;
    box-shadow: none !important;
}

/* Firefox */
.breadcrumb-hvg {
    /* scrollbar-color: thumb track; -> set both to transparent */
    scrollbar-color: transparent transparent !important;
    /* scrollbar-width: auto | thin | none */
    scrollbar-width: thin; /* hoặc 'none' để ẩn hoàn toàn (không khuyến nghị) */
}

/* For legacy IE/Edge (hides classic scrollbar visuals) */
.breadcrumb-hvg {
    -ms-overflow-style: none; /* ẩn thanh cuộn trong IE 10+ (vẫn scroll được bằng phím/cuộn) */
}

.breadcrumb-hvg {
    white-space: nowrap;
    overflow: auto;
    font-size: 14px;
}

/**/
.breadcrumb-hvg,
.breadcrumb-hvg a {
    color: #009BA1;
}

/**/
.bds-summary .btn-group a {
    background-color: #fff;
}

.bds-summary .btn-group a:hover {
    background-color: #009BA1;
}

.single-bds-title {
    font-size: 25px;
}

.single-bds-gall img {
    width: 100%;
    display: block;
    aspect-ratio: 77/47;
    object-fit: cover;
    border-radius: 2px;
}

.single-bds-gall .swiper-thumb img {
    aspect-ratio: 1;
    object-fit: cover;
    opacity: .5;
    border-radius: 2px;
}

.single-bds-gall .swiper-thumb .swiper-slide-thumb-active img {
    opacity: 1;
    border-radius: 2px;
}

span.swiper-pagination-bullet {
    background-color: #B40B00;
    width: 10px;
    height: 10px;
}

.single-bds-block {
    background-color: #fff;
    padding: 36px 28px 25px;
    font-size: 18px;
}

.single-bds-block h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.single-bds-block.border-bottom.bg-white.thongtin ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0 12px;

}

.single-bds-block.border-bottom.bg-white.thongtin ul li {
    width: 31%;
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}

.single-bds-block.border-bottom.bg-white.thongtin ul li b {
    margin-right: 3px;
}

.single-bds-block.border-bottom.bg-white.thongtin ul li::before {
    content: "";
    background-color: #000;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}

/**/
.main-detail-footer {
    border-top: 1px solid #eee;
    margin-top: 3px;
    padding-top: 10px;
}

/**/
.form-comment .form-control {
    border-radius: 9px;
    border: 1px solid #CFCFCF;
    background: #FBFBFB;
    min-height: 48px;
}

.form-comment button {
    min-width: 220px;
    margin: 0 0 0 auto;
    display: block;
}

/**/
.sale-info {
    background-size: cover;
    padding-top: 100px;
}

.sale-box.sale-info .banner img {
    box-shadow: 0 0 0 7px hsla(0, 0%, 100%, .4);
    width: 120px;
    height: 120px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.single-bds-sale {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
}

.link-zalo {
    position: absolute;
    top: 15px;
    right: 32px;
}

.link-zalo {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}

.single-bds-sale .bg {
    position: relative;
    background-color: #009BA1;
}

.single-bds-sale .bg img {
    opacity: 0;
    aspect-ratio: 395/137;
    width: 100%;
    object-fit: cover;
    display: block;
}

.single-bds-sale .bg::before {
    content: "";
    background-color: #0000001c;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.single-bds-sale .phone-text{
    opacity:0;
    color: #ffffff;
    margin-left: 10px;
    font-size: 14px;
}
.single-bds-sale .phone-sale:hover .phone-text{
    opacity:1;

}
.single-bds-sale .phone-sale {
    display: flex;
    align-items: center;
}
.single-bds-sale-content {
    padding: 0 30px 50px;
}

.single-bds-sale-info {
    display: flex;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    padding: 12px;
    margin-top: -50px;
    z-index: 1;
    position: relative;
}

.single-bds-sale-info .name {
    color: #009BA1;
    font-size: 20px;
}

.single-bds-sale-info img {
    width: 79px;
    aspect-ratio: 1;
    object-fit: cover;
    height: 79px;
    border-radius: 4px;
}

.single-bds-sale-info .info {
    flex: 1;
    padding-left: 18px;
}

.single-bds-sale-contact-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

/*.single-bds-sale-contact-item:last-child a.text-dark{*/
/*    font-size: 12px;*/
/*}*/

/**/
.btn.btn-outline {
    border-radius: 3px;
    border: 1px solid #009BA1;
    background: #FFF;
    color: #009BA1;
}

.block-title {
    font-size: 24px;
}

/**/
.list-bds-lq {
    border-radius: 8px;
}

.item-bds-lq {
    background-color: #fff;
    padding: 15px 12px;
    border-bottom: 1px solid #eee;
}

.item-bds-lq img.banner-bds-lq {
    aspect-ratio: 106/100;
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 5px;
}

.info-bds-lq ul {
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
}

.info-bds-lq ul li {
    width: calc(50% - 5px);
    font-size: 14px;
    margin-top: 2px;
    margin-left: 5px;
}

.info-bds-lq ul li img {
    margin-right: 5px;
    display: none;
}

.item-bds-lq .price {
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

/**/
.simliar-wrap {
    position: sticky;
    bottom: 0;
    height: 47px;
    padding-top: 6px;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.widget-div {
    float: right
}

.widget-navbtn {
    width: 38px;
    height: 38px;
    float: left;
    font-size: 14px;
    color: #009BA1;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 2px rgba(58, 87, 135, .25);
    cursor: pointer;
    border: 1px solid #009BA1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.widget-div span.widget-navbtn:first-child {
    margin-right: 12px
}

.widget-navbtn i {
    line-height: 36px;
    font-size: 21px;
    position: relative;
    left: -1px
}

.widget-navbtn:last-child i {
    left: auto
}

.single-bds-lq {
    position: sticky;
    top: 0;
    margin-bottom: 20px;
}

.btn.btn-primary {
    background-color: #009BA1;
    border-color: #009BA1;
}

/**/

#map {

    display: none;
}

/**/
.info-bds-lq .diachi {
    font-weight: bold;
    color: #009BA1;
}

@media only screen and (min-width: 1800px) {
    #primary .container {
        max-width: 100%;
    }

    #map {
        max-width: 650px;
        display: block;
        position: relative;
    }

    #primary {
        display: flex;
        justify-content: space-between;
        position: relative !important;
    }

    #main {
        width: calc(100% - 650px);
    }

    #map iframe {
        height: 100vh;
        position: sticky;
        top: 0;
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .single-bds-title {
        font-size: 22px;
    }

    .btn.btn-white {
        font-size: 12px;
        padding: 5px;

    }

    .single-bds-block {
        padding: 16px 18px;
        font-size: 15px;
    }

    .single-bds-block h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .single-bds-block.border-bottom.bg-white.thongtin ul {
        margin-bottom: 0;
        grid-gap: 0;
    }

    .single-bds-block.border-bottom.bg-white.thongtin ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .form-comment .form-control {
        min-height: 40px;
        font-size: 14px;
    }

    .btn.btn-danger {
        height: 40px;
        font-size: 14px;
    }

    .single-bds-sale-content {
        padding: 0 15px 30px;
    }

    .block-title,
    .single-bds-sale-info .name {
        font-size: 18px;
    }

    /*	*/
    .item-bds-lq {
        padding: 10px;
    }

    /**/
    .main-danhmuc .swiper-button-prev,
    .main-danhmuc .swiper-button-next {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .info-bds-lq .diachi,
    .info-bds-lq ul li {
        font-size: 13px;
    }
    .single-bds-block {
        font-size: 14px;
    }
}
@media only screen and (max-width: 400px) {
    .price-wrap {
        /*width: 100%;*/
        margin: 10px 0;
    }

    .simliar-wrap {
        height: 44px;
    }

    /**/
    .info-bds-lq ul {
        padding-left: 0;
        list-style: none;
    }

    /**/
    .single-bds-block.tukhoa .row {
        display: block;
        margin: 0;
    }

    .single-bds-block.tukhoa .col-item {
        display: inline;
        width: auto !important;
        padding: 0;
    }

    .single-bds-block.tukhoa .col-item .item-dm {
        display: inline;
    }

    .single-bds-block.tukhoa .col-item .item-dm a::after {
        content: ",";
        margin-right: 10px;
        display: inline;

    }

    .single-bds-block.tukhoa .col-item a {
        border: 0;
        padding: 0;
        display: inline;
        white-space: normal;
        font-weight: bold;
        color: #009BA1 !important;
    }

    .single-bds-block.tukhoa .col-item a:hover {
        background-color: #fff;
        color: #009BA1 !important;
    }

    /**/
    .item-bds-lq .price {
        /*font-size: 17px;*/
    }

    .btn.btn-outline {
        padding: 5px;
        font-size: 14px;
    }
    /**/
    .caption-bds li span {
        font-size: 14px;
    }
}
@media only screen and (max-width: 377px) {
    .single-bds-block.border-bottom.bg-white.thongtin ul {
        display: block;
        display: flex;
        flex-wrap: wrap;
    }
    .single-bds-block.border-bottom.bg-white.thongtin ul li{
        width: 40%;
    }
    .single-bds-block.border-bottom.bg-white.thongtin ul li:nth-child(2n+1){
        width: 60%;
    }
    .single-bds-block.border-bottom.bg-white.thongtin ul li:nth-child(8),
    .single-bds-block.border-bottom.bg-white.thongtin ul li:nth-child(7){
        width: 100%;
    }
    .single-bds-block.border-bottom.bg-white.thongtin ul li::before {
        opacity: 0;
        display: none;
    }
}