/* #main-bd .site-main {
    display: flex;
    gap: 20px;
    padding: 24px;
} */

.form-search.search-title-building .search-suggest .dropdown-menu {
    max-width: none !important;
}

.tab-phan-loai li a .label-new {
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: -0.23px;
    color: #FFFFFF;
    background: #E31C5F;
    border-radius: 3px;
}

.search-bar-bk {
    display: flex;
}

.vp-google-map .box-breadcrumb {
    margin: 20px 0 30px;
}

/* HCM */
.page-template-template-vp-hcm .box-breadcrumb {
    margin: 20px 0 30px;
}

.tax-duong_hcm .box-breadcrumb {
    margin: 20px 0 30px;
}

.tax-dia_diem_hcm .box-breadcrumb {
    margin: 20px 0 30px;
}

/* HN */
.page-template-template-quan-gia .box-breadcrumb {
    margin: 20px 0 30px;
}

.tax-dia_diem .box-breadcrumb {
    margin: 20px 0 30px;
}


.tax-duong .box-breadcrumb {
    margin: 20px 0 30px;
}

#container-with-map {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-left: 24px;
}

/* primary-content scroll */

.btn-scroll-quan {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}

.btn-scroll-quan .scroll-btn-bd:hover {
    background-color: #08234c;
}

.btn-scroll-quan .scroll-btn-bd:hover svg path {
    stroke: #ffffff;
}

/* Hoặc sử dụng auto thay vì scroll nếu chỉ muốn hiện scroll khi cần */
/* #primary-content.auto-scroll {
    overflow-y: auto;
}

/* Tùy chọn: Tùy chỉnh thanh scroll */
#primary-content::-webkit-scrollbar {
    width: 8px;
}

*/ #primary-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

#primary-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

#primary-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*End primary-content scroll */

/* Map */

#primary-content {
    height: calc(100vh - 81px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 15px;
    box-sizing: border-box;
    width: 1440px;
}

.map-container {
    position: relative;
    flex: 100%;
    height: calc(100vh - 81px);
    position: sticky;
    /* top: 20px; */
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    /* border-radius: 8px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#map {
    width: 100%;
    height: 100%;
}


.info-panel {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    padding: 12px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    font-size: 12px;
    z-index: 1000;
    max-width: 250px;
}

/* Custom InfoWindow */
.custom-info-window {
    width: 408px;
    height: 120px;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.info-window-meta {
    display: flex;
    align-items: flex-end;
}

.info-window-name-vitri {
    margin-bottom: 20px;
}

.gm-style-iw.gm-style-iw-c {
    padding-left: 0px !important;
}

/* .gm-style-iw-ch {
    display: none;
} */

/* .gm-style-iw-chr {
    display: none;
} */
.gm-style-iw.gm-style-iw-c:has(.custom-info-window) .gm-style-iw-chr {
    display: none;
}

.gm-style-iw.gm-style-iw-c:has(.custom-info-window) .gm-style-iw-chr {
    display: none;
}

.gm-style-iw.gm-style-iw-c:has(.custom-info-window) {
    min-width: 408px !important;
    padding-bottom: 0px;
}

.gm-style-iw-d {
    overflow: hidden !important;
    max-height: none !important;
    height: 115px;
    z-index: 1000 !important;
}

.info-window-content {
    padding: 15px;
    width: 247px;
    box-sizing: border-box;
}

.info-window-image {
    width: 161px;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 10px;
}

.info-window-title a {
    font-size: 16px;
    font-weight: bold;
    color: #222531;
    margin-bottom: 5px;
}

.info-window-title a:hover {
    color: #E31C5f;
}

.info-window-address {
    color: #222531;
    font-size: 12px;
    /* margin-bottom: 8px; */
    padding-top: 5px;
    opacity: 0.7;
}

.info-window-representative {
    font-size: 13px;
    color: #4285f4;
    font-weight: 500;
    margin-bottom: 8px;
}

.info-window-description {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
    margin-bottom: 8px;
}

.info-window-coords {
    font-size: 11px;
    color: #888;
    font-family: monospace;
}

.info-window-price {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.23px;
    color: #222531;
}

.info-window-subprice {
    padding-bottom: 4px;
}

/* End Map */


/* list quan */
#list-district {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    gap: 28px;
    /* padding-left: 15px;
    padding-right: 15px; */
}

#list-district .nav-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

#list-district .scroll-container {
    width: 700px;
    overflow-x: hidden;
}

#list-district .list-tax {
    flex-wrap: nowrap;
    width: 100%;
}
#list-district .list-tax li {
    display: inline-block;
    white-space: nowrap;
    margin-right: 0px;
    float: initial !important;
}

#list-district .list-tax li a {
    margin-right: 10px;
}

#list-district .nav.nav-pills.filter-price li {
    display: inline-block;
    white-space: nowrap;
    margin-right: 0px;
    float: initial !important;
}

#list-district .list-price-filter li a {
    margin-right: 10px;
}


#list-district .list-price-filter-scroll {
    overflow-x: auto;
    /* Scroll ngang khi cần */
    overflow-y: hidden;
    white-space: nowrap;
    /* Không xuống dòng */
}

#list-district .list-price-filter-scroll .filter-price {
    display: inline-flex;
    /* Hiển thị ngang */
    flex-wrap: nowrap;
    /* Không xuống dòng */
}

#list-district .list-price-filter-scroll .filter-price li {
    display: inline-block;
    white-space: nowrap;
}

.scroll-btn-bd {
    width: 36px;
    height: 36px;
    font-size: 24px;
    border: 1px solid #dee2e6;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #495057;
}

/*End list quan */


/* thanh search header */
.search-form-vp-hcm {
    background-color: transparent !important;
}

.elementor-widget-container {
    background-color: transparent !important;
}

.elementor-widget-container .elementor-maisonreal-search-wrapper {
    background: white;
    margin: 0px;
}

.elementor-widget-maisonreal-search-form .elementor-widget-container,
.elementor-widget-maisonreal-search-form-hcm .elementor-widget-container,
.elementor-widget-maisonreal-search-vptg .elementor-widget-container {
    padding: 8px 0;
    padding-top: 20px;
}



.elementor-maisonreal-search-wrapper>div {
    padding-left: 0px;
    padding-right: 32px;
}

.form-search.search-title-building .search-ten {
    font-size: 16px;
}

.elementor-maisonreal-search-wrapper>div {
    padding-left: 0px;
    padding-right: 0px;
}

.elementor-widget-container .search-field .btn-field-filter small {
    color: black;
}

.elementor-widget-container .form-search .search-field .btn-field-filter small span {
    color: black;
}

.elementor-widget-container .nav .nav-item:first-child {
    padding: 0px;
    margin-left: -7px;
}

/* header phần quận đường phường */
.elementor-widget-container #searchResults ul>li>ul>li:first-child,
.elementor-widget-container #searchResults2 ul>li>ul>li:first-child {
    padding: 0;
}

.elementor-widget-container #searchResults2 ul>li:first-child,
.elementor-widget-container #searchResults ul>li:first-child {
    padding: 0;
}

.elementor-widget-container .nav .nav-item:first-child {
    padding: 0px;
}

.elementor-widget-container .form-search .search-field.two-columns .list-filter-tax {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 5px;
    border: solid 1px #CFD6E4;
}

.elementor-widget-container .btn .caret {
    color: black;
}

.elementor-widget-container .search-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
}

.elementor-widget-container .search-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 12px;
    right: 12px;
    height: 1px;
    background-color: #CFD6E4;
}

.elementor-widget-container #searchInput,
.elementor-widget-container #searchInput2 {
    border: none;
    box-shadow: none;
    padding-left: 10px;
}

.elementor-widget-container .nav {
    padding-left: 0;
    margin-bottom: 15px;
    list-style: none;
    border-bottom: solid 1px #CFD6E4;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.elementor-widget-container .form-search .search-field.two-columns .list-filter-tax {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 5px;
    border: solid 1px #CFD6E4;
}

/* .elementor-widget-container #searchResults,
.elementor-widget-container #searchResults2 {
    height: 397px;
    overflow-y: scroll;
    width: 100%;
} */

/* #selectedFilters2,
#selectedFilters2 {
    margin-top: 30px;
} */

.form-search .search-field.two-columns .dropdown-menu {
    width: 399px;
    padding: 24px 0px 24px;
}

.form-search .search-field.two-columns .dropdown-menu {
    min-width: none;
    width: 399px;
}

/* ########################################### */
/* Search Container Styles */
/* .search-container {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.5rem;
    background-color: #fff;
} */



.search-container .form-control {
    border: none;
    box-shadow: none;
    padding: 0;
    background: transparent;
}

.search-container .form-control:focus {
    border: none;
    box-shadow: none;
    outline: none;
}



.district-name:hover {
    background-color: #e9ecef;
    /* color: #007bff; */
    border-color: #007bff;
    /* transform: translateY(-1px); */
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.district-item:hover {
    background-color: #f8f9fa;
}


.ward-item:hover {
    background-color: #f8f9fa;
    /* border-left-color: #007bff; */
    /* color: #007bff; */
    /* transform: translateX(3px); */
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
}


.filter-pill {
    background-color: #EBEFF8 !important;
    color: black !important;
    border-radius: 5px !important;
    padding: 5px 15px 5px 15px !important;
    font-size: 14px;
    display: flex;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.23px;
    align-items: center;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    position: relative;
}

/* .filter-pill:hover {
    background-color: #919aa2 !important;
} */

.filter-pill .btn-close {
    background: none;
    border: none;
    color: black;
    opacity: 0.8;
    font-size: 14px;
    margin-left: 0.25rem;
    cursor: pointer;
    padding: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 400;
}

.filter-pill .btn-close:hover {
    opacity: 1;
}

.filter-pill .btn-close::before {
    content: "×";
    font-size: 14px;
    line-height: 1;
}

#searchResults ul>li,
#searchResults2 ul>li {
    list-style: none;
}

#searchResults .district-list,
#searchResults2 .district-list {
    padding-left: 10px;
}

/* Navigation Pills Layout */
#filterPills .nav-item:first-child,
#filterPills2 .nav-item:first-child {
    margin-left: -5px;
}

#filterPills,
#filterPills2 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

#filterPills .nav-item,
#filterPills2 .nav-item {
    margin: 0;
}

/* ban duplicate */
/* #filterPills2 .nav-item:first-child {
    margin-left: -4px;
}

#filterPills2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

#filterPills2 .nav-item {
    margin: 0;
} */

/* Search Results Styles */
.search-results {
    width: 100%;
    border-radius: 0.375rem;
    background-color: #fff;
    max-height: 400px;
    overflow-y: scroll;
    padding: 10px;
}

/* No Results Message */
#noResultsMessage {
    font-style: italic;
    color: #6c757d;
}

/* ########################### */
/* ENd header phần quận đường phường */
.elementor-widget-container .elementor-widget-container .tim-theo-field {
    padding-left: 0px;
    flex: 0 0 100%;
    max-width: 65%;
    padding-right: 10px;
}

.elementor-widget-container .tim-theo-ten {
    padding-left: 0px;
    max-width: 49%;
}

.elementor-widget-container .elementor-widget-container {
    /* padding-left: 20px;
    padding-right: 18px; */
}

.elementor-widget-container .elementor-maisonreal-search-wrapper {
    border: solid 1px #dee2e6;
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.elementor-widget-container .form-search.search-title-building .search-suggest {
    border: none;
}

.elementor-widget-container .form-search .search-icon {
    position: absolute;
    left: 16px;
    top: 58%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #222531;
}

.elementor-widget-container .search-field:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
    z-index: 1;
}

.elementor-widget-container .search-field {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

/* End thanh search header */

/* google-map search bd*/
.vp-google-map .site-content {
    overflow-x: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
}


.vp-google-map .search-form-vp-hcm {
    display: none !important;
}

.elementor-widget-maisonreal-search-form-hcm-google-map .elementor-maisonreal-search-wrapper {
    background: white;
}

.elementor-widget-maisonreal-search-form-hcm-google-map .search-field .btn-field-filter small {
    color: black;
}

.elementor-widget-maisonreal-search-form-hcm-google-map .form-search .search-field .btn-field-filter small span {
    color: black;
}

.elementor-widget-maisonreal-search-form-hcm-google-map .tim-theo-field {
    padding-left: 0px;
    flex: 0 0 100%;
    max-width: 65%;
    padding-right: 10px;
}

.elementor-widget-maisonreal-search-form-hcm-google-map .tim-theo-ten {
    padding-left: 0px;
    max-width: 35%;
}

.elementor-widget-maisonreal-search-form-hcm-google-map .elementor-widget-container {
    /* padding-left: 20px;
    padding-right: 18px; */
    padding-top: 20px;
}

.elementor-widget-maisonreal-search-form-hcm-google-map .elementor-maisonreal-search-wrapper {
    border: solid 1px #dee2e6;
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.elementor-widget-maisonreal-search-form-hcm-google-map .form-search.search-title-building .search-suggest {
    border: none;
}

.elementor-widget-maisonreal-search-form-hcm-google-map .form-search .search-icon {
    position: absolute;
    left: 16px;
    top: 58%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #222531;
}

.elementor-widget-maisonreal-search-form-hcm-google-map .search-field:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
    z-index: 1;
}

.elementor-widget-maisonreal-search-form-hcm-google-map .search-field {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.elementor-widget-maisonreal-search-form-hcm-google-map .form-search.search-title-building .search-suggest .dropdown-menu {
    top: 105% !important;
    left: 0 !important;
    padding: 12px 0 16px;
    position: absolute;
    float: none;
    width: 286% !important;
    overflow: auto;
    background: #FFFFFF;
    border: 1px solid rgba(34, 37, 49, 0.16);
    box-shadow: 0px 16px 32px rgba(34, 37, 49, 0.24);
    border-radius: 8px;
    margin-top: 5px;
    max-width: none;
}

/* End google-map search */

/* Google map search bk */


.elementor-widget-maisonreal-search-form-hcm-google-map-bk {
    /* padding-left: 28px;
    padding-right: 30px; */
    margin-bottom: 0px;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .form-search form {
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .elementor-maisonreal-search-wrapper {
    display: block;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .form#search-tour-form .search-field.gia::before {
    content: "";
    /* Keep the content property */
    display: block;
    /* Keep display: block or change to something else */
    width: 20px;
    height: 20px;
    background-color: red;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .search-fixed {
    max-width: 100%;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .tim-theo-ten {
    padding-left: 0px;
    max-width: none;
    width: 100%;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk #search-tour-form {
    flex-wrap: nowrap;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .form-search .search-field {
    flex: 0 0 24%;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .form-search .search-field .dropdown-menu {
    margin: 7px 0 0;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .form-search .search-field .dropdown-menu {
    position: absolute;
    left: calc(50% - 72px);
    float: right;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .btn .caret {
    color: black;
}

.elementor-widget-maisonreal-search-form-hcm-google-map .btn .caret {
    color: black;
}

/* .elementor-widget-maisonreal-search-form-hcm-google-map-bk .form-search {
    padding-left: 185px;
} */


/* .elementor-widget-maisonreal-search-form-hcm-google-map-bk .elementor-maisonreal-search-wrapper .tim-theo-ten {
    padding-left: 0px;
    max-width: 100%;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .elementor-maisonreal-search-wrapper .tim-theo-field {
    flex: 0 0 25%;
    max-width: 30%;
    padding-right: 10px;
} */

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .list-filter-tax {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}


.elementor-widget-maisonreal-search-form-hcm-google-map-bk .range-price {
    padding: 0px 30px;
}


.form-search .search-field .dropdown-menu {
    left: 30%;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .tz-search-btn {
    width: 100%;
}

.submit-form-bk {
    width: 100%;
    padding: 0px 30px 5px;
    display: none;
}

.submit-form-bk-pc {
    width: 208px;
    height: 45px;
    padding-right: 5px;
    /* padding: 0px 30px 5px; */
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .form-search .tz-search-btn {
    flex: 0 0 100%;
    max-width: 100%;

}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .elementor-maisonreal-search-wrapper {
    background: white;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .search-field .btn-field-filter small {
    color: black;
    padding-left: 10px;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .form-search .search-field .btn-field-filter small span {
    color: black;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .tim-theo-field {
    padding-left: 0px;
    flex: 0 0 100%;
    max-width: 65%;
    padding-right: 10px;
}


.elementor-widget-maisonreal-search-form-hcm-google-map-bk .elementor-widget-container {
    /* padding-left: 20px;
    padding-right: 18px; */
}

.vp-google-map .search-result .list-building {
    padding: 0px;
    margin-left: -27px;
    margin-right: -25px;
}

.elementor-widget-maisonreal-search-form-hcm-google-map .search-result .list-building {
    padding: 0px;
    margin-left: -27px;
    margin-right: -25px;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .elementor-maisonreal-search-wrapper {
    border: solid 1px #dee2e6;
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .form-search.search-title-building .search-suggest {
    border: none;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .form-search .search-icon {
    position: absolute;
    left: 16px;
    top: 58%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #222531;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .search-field:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
    z-index: 1;
}

.elementor-widget-maisonreal-search-form-hcm-google-map-bk .search-field {
    position: relative;
    display: inline-block;
    vertical-align: top;
}


/*End Google map search bk */

/* container hiện thị thông tin nhà */
.sort-view-bd .container {
    width: 100%;
    box-sizing: border-box;
}

.sort-view-bd .container .section-list-item {
    box-sizing: border-box;
    width: 100%;
}

.sort-view {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

/* CSS list hiện thị */

.list-building.list .building-item .name-vitri {
    min-width: 100%;
    padding-top: 18.5px;
}

.list-building.list .building-item .name {
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.43px;
}

.list-building.list .building-item .vitri,
.list-building.list .building-item .meta .price {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.08px;
}

.list-building.list .building-item .content {
    display: block;
    position: relative;
    height: 127px;
    padding-bottom: 50px;
}

.list-building.list .building-item .meta {
    position: absolute;
    bottom: 8px;
    left: 24px;
    right: 24px;
}

.list-building.list .building-item .meta .price {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.23px;
}


.pagination {
    text-align: center;
}

/* End container hiện thị thông tin nhà */

/* .row {
    display: flex;
} */

.distance-list {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 8px 20px;
    /* 8px dòng, 20px giữa 2 cột */
    list-style: none;
    padding: 0;
    margin: 0;
}

.tim-theo-ten-bk {
    width: 75%;
    height: 55px;
}

.search-field-bk .btn {
    width: 100%;
    height: 55px;
}

.search-field-bk .dropdown,
.dropup {
    position: relative;
    width: 25%;
}

.search-bar-bk {
    border: solid 1px #dee2e6;
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px
}

.search-field-bk .btn {
    width: 100%;
    height: 55px;
    border: none;
}

.search-field-bk .btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
    z-index: 1;
}

.title-bk {
    font-size: 12px;
    line-height: 16px;
    color: #212121;
}

.selected-text-bk {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

/* thanh search google place api bán kính */
.search-container {
    position: relative;
    width: 100%;
}

.search-ten {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e1e5e9;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    margin-top: 4px;
}

.suggestions.show {
    display: block;
}

.suggestion-item {
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f8f9fa;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item:hover,
.suggestion-item.active {
    background-color: #d8d8d8;
}

.suggestion-item.active {
    background-color: #d8d8d8;
}

.suggestion-icon {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-shrink: 0;
    color: #666;
}

.suggestion-content {
    flex: 1;
    min-width: 0;
}

.suggestion-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.3;
    word-break: break-word;
}

.suggestion-name strong {
    color: #007bff;
    background-color: rgba(0, 123, 255, 0.1);
    padding: 1px 2px;
    border-radius: 2px;
}

.suggestion-address {
    color: #666;
    font-size: 13px;
    line-height: 1.4;
    word-break: break-word;
}



.no-results {
    color: #999;
}

/* End thanh search google place api bán kính */

.elementor-22103 .elementor-element.elementor-element-6c439499:not(.elementor-motion-effects-element-type-background),
.elementor-22103 .elementor-element.elementor-element-6c439499>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: none;
}

/* Overlay Controls */
.map-overlay {
    position: absolute;
    top: 167px;
    right: 10px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    /* border-radius: 10px; */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    /* z-index: 9999999999; */
    max-width: 340px;
    max-height: 500px;
    /* overflow-y: auto; */
}

.overlay-header {
    /* background: linear-gradient(135deg, #3498db, #2c3e50); */
    background: white;
    /* color: white; */
    padding: 5px 8.2px 5px;
    /* border-radius: 10px; */
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.overlay-content {
    padding: 0px 20px 20px;
    max-height: 400px;
    width: 339px;
    overflow-y: hidden;
}

.toggle-btn {
    background: none;
    border: none;
    color: #E31C5f;
    cursor: pointer;
    font-size: 16px;
    /* padding: 5px; */
    border-radius: 3px;
    transition: background-color 0.3s;
}

/* .toggle-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
} */



.overlay-content.collapsed {
    display: none;
}

.overlay-category h4 {
    /* margin: 0 0 10px 0; */
    color: #222531;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.43px;
    padding-bottom: 5px;
    font-family: 'Inter';
    border-bottom: 1px solid #CFD6E4;
    padding-bottom: 15px;
}

.overlay-checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.overlay-checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 3px 0;
}

/* Ẩn checkbox mặc định */
.overlay-checkbox-item input[type="checkbox"] {
    display: none;
}

/* Style cho span hiển thị checkbox giả */
.overlay-checkbox-item .checkmark {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: white;
    /* Nền trắng */
    border: 2px solid #ccc;
    border-radius: 4px;
    position: relative;
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

/* Khi được chọn */
.overlay-checkbox-item input[type="checkbox"]:checked+.checkmark {
    background-color: #E31C5f;
    border-color: #E31C5f;
}

/* Dấu check nếu muốn */
.overlay-checkbox-item .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Hiện dấu check khi được chọn */
.overlay-checkbox-item input[type="checkbox"]:checked+.checkmark::after {
    display: block;
}

.overlay-checkbox-item label {
    font-family: 'Inter';
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.23px;
    font-size: 15px;
    cursor: pointer;
    color: #222531;
    flex: 1;
    margin-bottom: 0px;
}

.info-panel {
    padding: 15px;
    background: #ecf0f1;
    border-top: 1px solid #bdc3c7;
}

.info-panel h4 {
    margin: 0 0 10px 0;
    color: #2c3e50;
}

/* Scrollbar styling */
.overlay-content::-webkit-scrollbar {
    width: 6px;
}

.overlay-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.overlay-content::-webkit-scrollbar-thumb {
    /* background: #3498db; */
    border-radius: 3px;
}

.overlay-content::-webkit-scrollbar-thumb:hover {
    /* background: #2980b9; */
}

/* Hà Nội */
.vp-google-map .search-form-google-map {
    display: none !important;
}


.vp-google-map .elementor-element-maisonreal_search_form_hn .elementor-maisonreal-search-wrapper {
    background: white;
}

.vp-google-map .elementor-element-maisonreal_search_form_hn .search-field .btn-field-filter small {
    color: black;
}

.vp-google-map .elementor-element-maisonreal_search_form_hn .form-search .search-field .btn-field-filter small span {
    color: black;
}

.vp-google-map .elementor-element-maisonreal_search_form_hn .tim-theo-field {
    padding-left: 0px;
    flex: 0 0 100%;
    max-width: 65%;
    padding-right: 10px;
}

.vp-google-map .elementor-element-maisonreal_search_form_hn .tim-theo-ten {
    padding-left: 0px;
    max-width: 35%;
}

.vp-google-map .elementor-element-maisonreal_search_form_hn .elementor-widget-container {
    /* padding-left: 20px;
    padding-right: 18px; */
    padding-top: 20px;
}

.vp-google-map .elementor-element-maisonreal_search_form_hn .elementor-maisonreal-search-wrapper {
    border: solid 1px #dee2e6;
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.vp-google-map .elementor-element-maisonreal_search_form_hn .form-search.search-title-building .search-suggest {
    border: none;
}

.vp-google-map .elementor-element-maisonreal_search_form_hn .form-search .search-icon {
    position: absolute;
    left: 16px;
    top: 58%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #222531;
}

.vp-google-map .elementor-element-maisonreal_search_form_hn .search-field:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
    z-index: 1;
}

.vp-google-map .elementor-element-maisonreal_search_form_hn .search-field {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.vp-google-map .elementor-element-maisonreal_search_form_hn .form-search.search-title-building .search-suggest .dropdown-menu {
    top: 105% !important;
    left: 0 !important;
    padding: 12px 0 16px;
    position: absolute;
    float: none;
    width: 286% !important;
    overflow: auto;
    background: #FFFFFF;
    border: 1px solid rgba(34, 37, 49, 0.16);
    box-shadow: 0px 16px 32px rgba(34, 37, 49, 0.24);
    border-radius: 8px;
    margin-top: 5px;
    max-width: none;
}


.vp-google-map .footer-maison {
    display: none !important;
}

/* Thanh D con chinh */
ul.nav.nav-pills.filter-price {
    padding-bottom: 10px;
}

/* .archive.search-result.section-wrap {
    padding-top: 20px;
}

.archive.search-result.section-wrap {
    padding-top: 20px;
} */

.page-content-head {
    margin-bottom: 20px;
}

/* .filter-header {
    display: none;
} */

.site-main-bd .search-filter-mobile-bd {
    display: none;
}

.search-filter-mobile {
    display: none;
}


.jslider-value,
.jslider-value-to {
    display: none !important;
}