/*
Theme Name: Obelix Real Estate One
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'obelix-icon';
    src: url('fonts/obelix-icon.eot?43fm48');
    src: url('fonts/obelix-icon.eot?43fm48#iefix') format('embedded-opentype'), url('fonts/obelix-icon.ttf?43fm48') format('truetype'), url('fonts/obelix-icon.woff?43fm48') format('woff'), url('fonts/obelix-icon.svg?43fm48#obelix-icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="obl-icon-"],
[class*=" obl-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'obelix-icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.obl-icon-icon-44:before {
    content: "\e900";
}

.obl-icon-icon-43:before {
    content: "\e901";
}

.obl-icon-icon-42:before {
    content: "\e902";
}

.obl-icon-icon-41:before {
    content: "\e903";
}

.obl-icon-icon-40:before {
    content: "\e904";
}

.obl-icon-icon-39:before {
    content: "\e905";
}

.obl-icon-icon-38:before {
    content: "\e906";
}

.obl-icon-icon-37:before {
    content: "\e907";
}

.obl-icon-icon-36:before {
    content: "\e908";
}

.obl-icon-icon-35:before {
    content: "\e909";
}

.obl-icon-icon-34:before {
    content: "\e90a";
}

.obl-icon-icon-33:before {
    content: "\e90b";
}

.obl-icon-icon-32:before {
    content: "\e90c";
}

.obl-icon-icon-31:before {
    content: "\e90d";
}

.obl-icon-icon-30:before {
    content: "\e90e";
}

.obl-icon-icon-29:before {
    content: "\e90f";
}

.obl-icon-icon-28:before {
    content: "\e910";
}

.obl-icon-icon-27:before {
    content: "\e911";
}

.obl-icon-icon-26:before {
    content: "\e912";
}

.obl-icon-icon-25:before {
    content: "\e913";
}

.obl-icon-icon-24:before {
    content: "\e914";
}

.obl-icon-icon-23:before {
    content: "\e915";
}

.obl-icon-icon-22:before {
    content: "\e916";
}

.obl-icon-icon-21:before {
    content: "\e917";
}

.obl-icon-icon-20:before {
    content: "\e918";
}

.obl-icon-icon-19:before {
    content: "\e919";
}

.obl-icon-icon-18:before {
    content: "\e91a";
}

.obl-icon-icon-17:before {
    content: "\e91b";
}

.obl-icon-icon-16:before {
    content: "\e91c";
}

.obl-icon-icon-15:before {
    content: "\e91d";
}

.obl-icon-icon-14:before {
    content: "\e91e";
}

.obl-icon-icon-13:before {
    content: "\e91f";
}

.obl-icon-icon-12:before {
    content: "\e920";
}

.obl-icon-icon-11:before {
    content: "\e921";
}

.obl-icon-icon-10:before {
    content: "\e922";
}

.obl-icon-icon-09:before {
    content: "\e923";
}

.obl-icon-icon-08:before {
    content: "\e924";
}

.obl-icon-icon-07:before {
    content: "\e925";
}

.obl-icon-icon-06:before {
    content: "\e926";
}

.obl-icon-icon-05:before {
    content: "\e927";
}

.obl-icon-icon-04:before {
    content: "\e928";
}

.obl-icon-icon-03:before {
    content: "\e929";
}

.obl-icon-icon-02:before {
    content: "\e92a";
}

.obl-icon-icon-01:before {
    content: "\e92b";
}

:root {
    --body-text-color: #292c2f;
    --header-text-color: #161e2d;
}

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

.d-flex {
    display: flex;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-baseline {
    align-items: baseline;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

/* Header style */
.header-shadow .header-wrapper,
.header-wrapper.stuck,
.layout-shadow #wrapper {
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    border: none;
    color: #161e2d;
    transition: all 500ms ease;
    font-weight: 500;
}

@media only screen and (min-width: 1025px) {
    body.obelix-classic-menu .sub-menu li>a::before {
        position: absolute;
        content: "\e9a6";
        top: 12px;
        width: 16px;
        height: 10px;
        opacity: 0;
        font-size: 12px;
        left: 10px;
        display: inline-block;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        font-family: "fl-icons";
        color: var(--fs-color-primary);
    }

    body.obelix-classic-menu .sub-menu li:hover>a::before {
        opacity: 1;
    }

    body.obelix-classic-menu .sub-menu li:hover>a {
        color: var(--fs-color-primary);
        padding-left: 14px;
    }

    body.obelix-classic-menu .menu-item-has-children>.nav-dropdown.sub-menu {
        box-shadow: 0px 10px 25px 0px rgba(54, 95, 104, 0.1019607843);
        padding: 8px 10px !important;
        border-radius: 14px !important;
    }
}

/* Footer style */
footer .menu-bottom {
    display: flex;
    align-items: center;
    gap: 19px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

footer .menu-bottom li {
    margin: 0;
}

footer .menu-bottom a {
    color: #a3abb0;
    line-height: 22px;
    font-weight: 400;
}

footer a:hover {
    color: var(--fs-color-primary) !important;
}

.absolute-footer {
    background-color: #161e2d;
}

.footer-block .social-icons .button.icon {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: transparent;
    margin-bottom: 0;
}

.footer-block .social-icons .button.icon i {
    color: white;
}

/* default blog card */
.box.box-blog-post .box-image {
    border-radius: 16px;
}

.box.box-blog-post .tag-label {
    padding: 0;
    background: none;
    color: var(--header-text-color);
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    opacity: 1;
}

.box.box-blog-post .is-divider {
    display: none;
}

.box.box-blog-post .badge {
    top: 10px;
    left: 10px;
    margin: 0;
}

.box.box-blog-post .badge .badge-inner {
    display: flex;
    align-items: center;
    padding: 6px 10px;
}

.box.box-blog-post .badge .badge-inner .post-date-month::before {
    content: ", ";
}

.box.box-blog-post .badge .badge-inner span {
    font-size: 13px;
    text-transform: none;
}

.box.box-blog-post .post-title {
    margin-top: 6px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.box.box-blog-post .post-title a {
    margin: 0;
}

.box.box-blog-post .from_the_blog_excerpt {
    margin-top: 8px;
    margin-bottom: 0;
    color: #5c6368;
}

.bg-zoom .bg,
.has-hover .image-zoom img {
    -webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.bg-zoom:hover .bg,
.has-hover:hover .image-zoom img {
    transform: scale(1.04);
}

/* Block title */
.theme-block-title {}

.theme-block-title .subtitle {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: 400;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--fs-color-primary);
}

.theme-block-title .title {
    font-size: 1.6rem;
    text-transform: capitalize;
    margin: 0;
}

.theme-block-title.sm .title {
    font-size: 1.4rem;
}

.theme-block-title .description {
    margin-top: 13px;
    margin-bottom: 0;
}

.theme-block-title.center .description {
    max-width: 60%;
    margin: 13px auto 0px;
}

.box-price {
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.box-price * {
    margin-bottom: 0;
}

.single-details .box-price .price,
.single-details h1.title {
    font-size: 2.2rem;
    font-weight: bold;
}

.single-details h1.title {
    max-width: 70%;
}

.header-property-detail .content-top {
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    flex-wrap: nowrap;
    gap: 20px;
}

.header-property-detail .content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 28px;
}

.header-property-detail .content-bottom .obl-badge {
    font-size: 14px;
}

.header-property-detail .content-bottom .box-left {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.header-property-detail .content-bottom .info-box .label {
    margin-bottom: 12px;
    font-weight: 300;
    opacity: 0.8;
    font-size: 16px;
    line-height: 21.86px;
    /* text-transform: uppercase; */
}

.header-property-detail .content-bottom .info-box .meta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin: 0;
}

.header-property-detail .content-bottom .info-box .meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
}

.header-property-detail .content-bottom .info-box .meta-item .value {
    font-weight: 600;
}

.header-property-detail .content-bottom .icon-box {
    display: flex;
    gap: 16px;
    list-style: none;
    margin: 0;
}

.header-property-detail .content-bottom .icon-box li {
    margin: 0;
}

.header-property-detail .content-bottom .icon-box .item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}

.header-property-detail .content-bottom .icon-box .item .icon {
    font-size: 18px;
    color: #5c6368;
}

.bds-map iframe {
    width: 100% !important;
    height: 500px !important;
    border-radius: 20px;
}

.list-dia-gioi {
    display: flex;
    gap: 0;
    flex-direction: column;
}

.single-overview {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.single-overview>*:not(:last-child) {
    border-right: solid 1px #b2b2b2;
}

/* Single bat dong san */
.param-details img.param-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.param-details i.param-icon {
    font-size: 18px;
    position: relative;
    top: -1px;
    margin-right: 1px;
}

.param-details .param-label {
    color: #222;
    flex: 1 1;
    display: flex;
    align-items: center;
    max-width: 186px;
    gap: 8px;
    min-width: 186px;
}

.param-details .param-label span {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.param-details .param-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    width: 100%;
    padding: 10px 0;
}

.param-details .param-row:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
}

.theme-gallery-slider .product-images .product-gallery-slider {
    border-radius: 1rem;
    overflow: hidden;
}

.theme-gallery-slider .product-images a.image-lightbox {
    width: 100%;
    display: block;
}

.theme-gallery-slider .product-images a.image-lightbox img {
    width: 100%;
    height: 680px;
    object-fit: cover;
    overflow: hidden;
}

.product-thumbnails a {
    display: block;
    border-radius: 0.8rem;
    overflow: hidden;
}

.product-thumbnails a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.obl-badge {
    border-radius: 3px;
    padding: 6px 8px 4px 8px;
    line-height: 1;
    font-weight: bold;
    font-size: 0.9rem;
    background-color: #1563df0f;
    color: var(--fs-color-primary);
    letter-spacing: 0.2px;
    white-space: nowrap;
}

/* Listing Nha Dat */
img {
    max-width: 100%;
    height: auto;
    transform: scale(1);
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.nha-dat-card {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 4px 6px 0px rgba(44, 44, 44, 0.04);
    box-sizing: border-box;
}

.nha-dat-card ul,
.nha-dat-card li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.nha-dat-card .images-group {
    display: block;
    position: relative;
}

.nha-dat-card .images-group .images-style {
    position: relative;
    overflow: hidden;
}

.nha-dat-card .images-group .images-style img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 184px;
    object-fit: cover;
}

.nha-dat-card:hover .images-group .images-style img {
    transform: scale(1.05);
}

.nha-dat-card .archive-top .inner-top {
    left: 16px;
    right: 16px;
    top: 16px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    align-items: flex-start;
    z-index: 1;
    gap: 8px;
    flex-wrap: wrap;
}

.nha-dat-card .archive-top .top-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(17 17 17 / 0%) 77%, #1111118f 100%) !important;
}

.nha-dat-card .archive-top .inner-bottom {
    position: absolute;
    left: 20px;
    bottom: 12px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nha-dat-card .flag-tag a {
    font-weight: 600;
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
    display: inline-block;
    padding: 0px 8px;
    border-radius: 99px;
    background-color: var(--fs-color-primary);
    /* background-color: rgba(11, 33, 50, 0.4); */
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.nha-dat-card .archive-top {
    position: relative;
}

.nha-dat-card .archive-bottom {
    padding: 14px 18px 14px;
}

.nha-dat-card .archive-bottom .content-top {
    padding-bottom: 16px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e4e4e4;
}

.nha-dat-card .archive-bottom .title {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 6px;
}

.nha-dat-card .archive-bottom .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nha-dat-card .archive-bottom .content-bottom .obl-badge {
    font-size: 13px;
}

.nha-dat-card .archive-bottom .content-bottom {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    /* font-size: 15px; */
}

.nha-dat-card .archive-bottom .content-bottom .price {}

.nha-dat-card .archive-bottom .meta-list {
    margin-top: 12px;
    display: flex;
    align-items: center;
    /* gap: 16px; */
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 600;
}

.nha-dat-card.cho-thue .archive-bottom .meta-list {
    font-size: 14px;
    margin-top: 10px !important;
}

.nha-dat-card:not(.cho-thue) .archive-bottom .meta-list {
    color: #E03C31;
}

.nha-dat-card .archive-bottom .meta-list .meta-item:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #bfbfbf;
    margin: 0px 6px;
    margin-bottom: 3px;
}

.nha-dat-card .param-icon {
    font-size: 16px;
    position: relative;
    margin-right: 4px;
    top: 1px;
}

/* widget */
.widget-price .box-title-price {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
}

.widget-price .title-price {
    color: #5c6368;
}

.widget-price.wd-price-2 {
    margin: 30px 0px;
}

/*------------ range slider ---------------- */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background: #e7f0ff;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1563df;
    border: 2px solid #ffffff;
    cursor: pointer;
}

.caption {
    margin-bottom: 10px;
}

/* Styling; */
.noUi-background {
    background: #e7f0ff;
}

.noUi-connect {
    background: #1563df;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 0px;
}

.noUi-target {
    width: 100%;
    padding-right: 15px;
}

/* Handles and cursors;
  */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

/* Disabled state; */
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

.slider-labels .caption {
    font-weight: 500;
    font-size: 16px;
}

.range-value {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* Filter box dropdown */
.search-scrollbox {
    max-height: 160px;
    overflow-y: auto;
    font-size: 14px;
}

.search-scrollbox ul,
.search-scrollbox li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.search-scrollbox li {
    padding: 4px 12px !important;
    cursor: pointer;
    position: relative;
}

.search-scrollbox li::after,
.search-scrollbox li::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 250%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    z-index: 1;
}

.search-scrollbox li::after {
    border: solid 1px rgb(224, 224, 224);
}

.search-scrollbox li.active::after,
.search-select-list.check-list li:has(input:checked):after {
    border: solid 1px var(--fs-color-primary);
}

.search-scrollbox li.active::before,
.search-select-list.check-list li:has(input:checked):before {
    background-color: var(--fs-color-primary);
    transform: translateY(-50%) scale(0.5);
    z-index: 2;
    transform-origin: center center;
}

.search-scrollbox li.all::after,
.search-scrollbox li.all::before {
    content: none;
}

.search-select-list.check-list li input {
    display: none;
}

.search-select-list.check-list li:not(.all) {
    padding: 0 12px !important;
}

.search-select-list.check-list li label {
    /* cursor: pointer; */
    padding: 4px 0px;
    margin: 0;
    display: block;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
}

.search-scrollbox li:hover {
    background-color: rgb(243, 243, 243);
}

/* Footer */
.listing-search-select-footer,
.search-select-header {
    display: flex;
    justify-content: space-between;
}

.search-select-header {
    border-bottom: solid 1px rgb(229 229 229);
    padding: 12px 12px;
    margin-bottom: 14px;
}

.search-select-header * {
    margin-bottom: 0;
}

.search-select-header .search-select-button-close {
    cursor: pointer;
}

.listing-search-select-footer {
    border-top: solid 1px rgb(229 229 229);
    padding: 12px 12px;
    margin-top: 14px;
}

.range-filter.form-style {
    padding: 0 12px;
}

.listing-search-select-footer .button,
.search-select-reset-button {
    margin: 0;
    border-radius: 4px;
    white-space: nowrap;
}

.listing-search-select-footer .button.disable {
    pointer-events: none;
    background-color: #b2b2b2;
}

/* Slider */
.listing-search-container .slider-labels {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 12px;
}

.listing-search-container .slider-labels-other {
    margin-bottom: 24px;
    margin-top: 12px;
}

.filter-search--label {
    display: flex;
    gap: 3px;
}

/* .listing-search-container .slider-labels .filter-search-box {
     display: inline;
     width: 45%;
     margin: 0;
 } */
.listing-search-container .slider-labels .filter-search-box input {
    width: 100%;
    margin: 0;
}

/* .listing-search-container .slider-labels i {
     display: inline;
     width: 10%;
     text-align: center;
     position: relative;
     bottom: -15px;
 } */
/*************** DROPDOWN FILTER  ***************/
.obl-find-select {
    display: flex;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 20px;
    padding-left: 40px;
}

.obl-find-select {
    display: flex;
    border-radius: 68px;
    background-color: #ffffff;
    padding: 14px 20px;
    padding-left: 40px;
    position: relative;
}

.obl-find-select .box-btn-advanced {
    display: flex;
    gap: 10px;
}

.obl-find-select .inner-group {
    padding-right: 8px;
    flex-wrap: nowrap;
    display: flex;
    /* gap: 20px; */
    flex-grow: 1;
}

.obl-find-select .inner-group .form-style {
    width: auto;
}

.obl-find-select .inner-group .form-style .form-control,
.obl-find-select .inner-group .form-style .nice-select {
    border: 0;
    padding: 0;
    padding-top: 6px;
}

.obl-find-select .inner-group .form-style .form-control {
    color: #161e2d;
    font-weight: 600;
    font-size: 16px;
    line-height: 21.86px;
    padding-right: 45px;
    border-radius: 0;
}

.obl-find-select .inner-group .form-style .form-control::placeholder {
    color: #161e2d;
}

.obl-find-select .inner-group .form-style .nice-select {
    color: #161e2d;
    font-weight: 600;
    font-size: 16px;
    line-height: 21.86px;
}

.obl-find-select .inner-group .form-style .nice-select::after {
    right: 20px;
}

.obl-find-select .inner-group .form-style>label {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 14px;
}

.obl-find-select .inner-group .form-style:not(:last-child) {
    border-right: 1px solid #e4e4e4;
    margin-right: 12px;
    padding-right: 10px;
}

.obl-find-select .inner-group .group-ip {
    position: relative;
}

.obl-find-select .inner-group .group-ip .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 20px;
}

.obl-find-select .inner-group .box-filter {
    width: max-content;
    flex-shrink: 0;
}

.obl-find-select .inner-group .box-filter .filter-advanced {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #161e2d;
    font-weight: 600;
}

.obl-find-select .inner-group .box-filter .icon {
    font-size: 28px;
}

.obl-find-select .group-select .nice-select {
    padding: 14px 17px;
    border-radius: 10px;
}

.obl-find-select.style-2 {
    border-radius: 16px;
    border-top-left-radius: 0;
}

.obl-find-select.shadow-st {
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
}

.obl-find-select.no-left-round {
    border-top-left-radius: 0;
}

.obl-find-select.style-3 .nice-select,
.obl-find-select.style-3 .form-control {
    background-color: #f7f7f7;
}

.obl-find-select.style-3 .inner-group {
    border: 1px solid #e4e4e4;
    background-color: #f7f7f7;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.obl-find-select .location-select {
    display: flex;
    gap: 20px;
}

.obl-find-select .box-btn-advanced {
    display: flex;
    gap: 10px;
}

.obl-find-select .box-button-advanced .button {
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: none;
}

.obl-find-select .box-button-advanced .button span {
    font-size: 14px;
}

.obl-find-select .box-button-advanced .button-search {
    width: 50px;
    position: relative;
}

.obl-find-select .box-button-advanced .button-search.loading i {
    opacity: 0;
}

.obl-find-select .box-button-advanced .button-search.loading::after {
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
    width: 24px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.obl-find-select .box-button-advanced .button i {
    margin: 0;
    position: relative;
    top: 1px;
    right: 2px;
}

.obl-find-select .box-button-advanced .button svg {
    fill: currentColor;
}

.obl-find-select .box-button-advanced {
    width: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.quick-filter-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.quick-filter-bar .easte-type {
    width: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 2rem;
}

.quick-filter-bar .easte-type input {
    display: none;
}

.quick-filter-bar .easte-type label {
    padding: 14px 46px;
    border-radius: 99px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    background-color: #ffffff05;
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: background-color ease 0.2s;
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
    backdrop-filter: blur(4px);
    display: inline-block;
    margin: 0;
}

.quick-filter-bar .easte-type label::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1563df;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
}

.quick-filter-bar .easte-type label:hover,
.quick-filter-bar .easte-type input:checked~label {
    background-color: #1563df;
    border-color: #1563df;
}

.quick-filter-bar .easte-type label:hover::after,
.quick-filter-bar .easte-type input:checked~label::after {
    opacity: 1;
    visibility: visible;
}

/* advanced search form */
.obl-search-form {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    z-index: 10;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
    border-radius: 16px;
    padding: 22px 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    column-count: 2;
    gap: 40px;
    font-size: 15px;
}

.obl-search-form.show {
    opacity: 1;
    visibility: visible;
}

.obl-search-form .search-select-header {
    padding-top: 0;
}

.obl-search-form .listing-search-select-footer {
    padding-bottom: 0;
}

.obl-search-form .header-title {
    font-size: 1rem;
    font-weight: 400;
}

.obl-search-form .group-box {
    gap: 80px;
}

.obl-search-form .group-price {
    margin-bottom: 30px;
}

.obl-search-form .box-title-price {
    display: flex;
    gap: 4px;
    align-items: center;
    margin-bottom: 10px;
}

.obl-search-form .group-select {
    gap: 30px;
}

.obl-search-form .group-select .title-select {
    margin-bottom: 8px;
}

.obl-search-form .group-checkbox {
    margin-top: 20px;
}

.obl-search-form .group-checkbox .amenities-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.obl-search-form .group-checkbox .amenities-item .text-cb-amenities {
    color: #161e2d;
    cursor: pointer;
    font-weight: 400;
}

.obl-search-form .group-amenities {
    margin-top: 14px;
}

.obl-search-form.style-2 {
    padding: 24px 30px 30px;
    border: 0;
}

.obl-search-form.style-2 .group-price .widget-price:not(:first-child) {
    margin-top: 30px;
}

.obl-search-form.style-2 .box {
    margin-bottom: 30px;
}

.obl-search-form.style-2 .box .title-select {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 4px;
}

.obl-search-form.style-2 .box .box-select:not(:first-child) {
    margin-top: 20px;
}

.obl-search-form.style-2 .box .box-select .nice-select {
    padding: 0;
    border: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.obl-search-form.style-2 .group-checkbox .amenities-item {
    margin-top: 12px;
}

.obl-search-form.style-2 .group-checkbox .amenities-item:first-child {
    margin-top: 0;
}

.obl-search-form .button {
    width: 100%;
}

/* Custom */
.group-select {
    position: relative;
}

.group-select .search-select-header .header-title {
    font-size: 15px;
}

.location-select-cont {
    position: relative;
    padding-right: 30px;
}

.location-select-cont::after {
    border-bottom: 1.2px solid #161e2d;
    border-right: 1.2px solid #161e2d;
    content: "";
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.obl-select-label {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.97em;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 2.4em;
    width: 100%;
    min-height: 2.5em;
    /* padding: 0 1.2em; */
    position: relative;
    transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    vertical-align: middle;
    font-style: italic;
    font-size: 14px;
    min-width: 176px;
    margin: 0;
    padding: 0;
    background: none;
}

.obl-select-label {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.group-select .obl-select-label:hover {
    /* border-color: #919191; */
}

.group-select .obl-select-label::after {
    border-bottom: 1.2px solid #161e2d;
    border-right: 1.2px solid #161e2d;
    content: "";
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.group-select.open .obl-select-label::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.group-select .listing-dropdown-container {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    min-width: 300px;
    box-shadow: 0px 8px 20px rgba(182, 182, 182, 0.42);
    border-radius: 8px;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all ease 0.3s;
    z-index: 9999;
}

.group-select.open .listing-dropdown-container {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.search-select-reset-button {
    text-align: left;
}

.search-form-button-close {
    position: absolute;
    right: 1.3rem;
    top: 1rem;
    font-size: 1.3rem;
}

/*************** END DROPDOWN FILTER  ***************/
/*************** HEADLINE ANIMATION  ***************/
.obl-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.obl-words-wrapper .item-text {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: inherit;
}

.obl-words-wrapper .item-text.is-visible {
    position: relative;
}

.animationtext.clip span {
    display: inline-block;
    padding: 0;
}

.animationtext.clip .obl-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.animationtext.clip .obl-words-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background-color: #1563df;
}

.animationtext.clip .item-text {
    opacity: 0;
}

.animationtext.clip .item-text.is-visible {
    opacity: 1;
}

.animationtext.slide span {
    display: inline-block;
    /* padding: .2em 0; */
}

.animationtext.slide .obl-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.animationtext.slide .item-text {
    opacity: 0;
    top: 0.2em;
}

.animationtext.slide .item-text.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in 0.6s;
    -moz-animation: slide-in 0.6s;
    animation: slide-in 0.6s;
}

.animationtext.slide .item-text.is-hidden {
    -webkit-animation: slide-out 0.6s;
    -moz-animation: slide-out 0.6s;
    animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    60% {
        opacity: 0;
        -moz-transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.section.home-search {
    z-index: 11;
}

.home-search .title {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.home-search .subtitle {
    font-size: 1rem;
    font-weight: 500;
    max-width: 57%;
    margin: 0 auto;
}

.listing-search-container .slider-range {
    margin-bottom: 26px;
}

/* FAQ style */
/* .faq-wrap.faq-2-col .accordion {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.faq-wrap.faq-2-col .accordion .accordion-item {
    flex: 1 1 calc(50% - 15px);
    box-sizing: border-box;
} */
.accordion-item {
    background-color: white;
    border: 1px solid #e4e4e4;
    border-radius: 16px;
    margin-bottom: 16px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.accordion-item:has(.active) {
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1019607843);
    z-index: 1;
}

.accordion-title {
    padding: 24px 30px 20px;
    padding-right: 60px;
    display: block;
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}

.accordion-title.active {
    background-color: transparent;
}

.accordion-inner {
    padding: 24px 30px;
    padding-top: 0;
    color: #5c6368;
}

.accordion-inner *:last-child {
    margin-bottom: 0;
}

.accordion .active .toggle {
    color: var(--header-text-color);
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    /* font-family: "Manrope", sans-serif; */
    appearance: none;
    border: 1px solid #e4e4e4;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 22px;
    border-radius: 99px;
    padding: 15px 18px;
    width: 100%;
    background: #ffffff;
    color: #161e2d;
    font-weight: 400;
    height: 48px;
}

textarea {
    border-radius: 8px;
}

.button.wpcf7-submit {
    margin: 0;
    margin-top: 14px;
    width: 100%;
    border-radius: 50px;
    padding: 5px 10px;
}

.contact-info {
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #e4e4e4;
}

.contact-info ul {
    padding: 0;
    margin: 0;
}

.contact-info li {
    margin-left: 0 !important;
    list-style: none;
}

.contact-info h4 {
    margin-bottom: 16px !important;
    font-size: 24px;
    text-transform: capitalize;
}

.contact-info .box:not(:last-child) {
    margin-bottom: 24px;
}

.contact-info .box .title,
.contact-info .social-icons span {
    margin-bottom: 6px;
    color: #262626;
    font-size: 14px;
    text-transform: capitalize;
    opacity: 1;
}

.contact-info .box p {
    color: #5c6368;
    margin-bottom: 0;
    font-size: 15px;
}

.contact-info .social-icons {
    flex-wrap: wrap;
}

.contact-info .social-icons span {
    width: 100%;
}

.theme-page-header .page-header-wrapper {
    border-radius: 1rem;
    overflow: hidden;
}

.theme-page-header .page-header-wrapper .featured-title {
    text-shadow: none;
}

.theme-page-header .page-header-wrapper .entry-title {
    font-size: 3rem;
}

.theme-page-header .page-header-wrapper .page-title-inner {
    flex-direction: column-reverse;
}

.single.single-post .header-wrapper:not(.stuck),
.single.single-nha-dat .header-wrapper:not(.stuck) {
    border-bottom: solid 1px #e4e4e4;
}

.single.single-post article .wp-block-image {
    border-radius: 10px;
    overflow: hidden;
}

.single-post-footer .social-icons {
    justify-content: flex-end;
}

.single-post-footer .post-tags {
    width: 50%;
}

.post-tags .tag-separate {
    display: none;
}

.post-tags a.tag-item,
.tagcloud a {
    padding: 4px 10px;
    color: #5c6368;
    border-radius: 999px;
    border: 1px solid #e4e4e4;
    transition: all ease .3s;
    font-size: 13px !important;
    white-space: nowrap;
    margin-top: 2px;
    position: relative;
    display: inline-block;
}

.post-tags a.tag-item::first-letter,
.tagcloud a::first-letter {
    text-transform: capitalize;
}

.tags-label {
    color: #161e2d;
    font-size: 14px;
}

.tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.post-tags a.tag-item:hover,
.tagcloud a:hover {
    color: white;
    background-color: var(--fs-color-primary);
    ;
}

.single.single-post .obelix-post-container .badge-inner {
    background-color: var(--fs-color-primary);
    font-size: 12px;
    border-radius: 50px;
}

.share-icons .button.icon {
    margin: 0;
    border-radius: 4px !important;
}

.share-icons {
    display: flex;
    align-items: center;
}

.share-icons .button.icon {
    margin: 0;
}

.share-icons .button.icon {
    margin: 0;
}

aside .badge-inner {
    border-radius: 10px !important;
}

.obelix-posts.show-less {
    overflow: hidden;
}

.footer-block,
.footer-block a,
.footer-block p {
    font-size: 14px;
}

footer ul {
    margin: 0 !important;
}

footer ul li {
    margin-left: 0 !important;
    font-size: 14px;
}

.footer-block ul li a {
    font-size: 14px !important;
}

footer .widget-title {
    font-size: 14px;
}

.contact-info-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-info-block ul li {
    margin-left: 0;
}

.contact-info-block ul li i {
    display: inline-block;
    width: 20px;
    position: relative;
    top: 2px;
}

#subscribe-form {
    position: relative;
}

#subscribe-form input {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 8px;
    padding: 12px 16px;
    border-color: transparent;
    border-radius: 999px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    color: #a3abb0;
    font-style: unset;
    margin: 0;
}

#subscribe-form button {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border: 0;
}

.help-box.icon-box {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.help-box.icon-box p.title {
    font-size: 12px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.help-box.icon-box p.content {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
}

.obelix-card.category .image-cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 4px;
    z-index: 1;
}

.obelix-card.category .box-text {
    transition: all ease .2s;
}

.obelix-card.category:hover .box-text {
    bottom: 3px;
    color: var(--fs-color-primary);
}

#bds-filter-form .close-aside {
    display: none;
}

article {
    font-size: 18px;
}


@media only screen and (max-width: 549px) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .home-search .title {
        font-size: 3.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .obl-find-select .inner-group {
        display: flex;
    }

    .obl-find-select .location-select,
    .obl-find-select .inner-group {
        flex-direction: column;
    }

    .obl-find-select {
        border-radius: 4px;
        padding: 14px;
        width: 100%;
    }

    .obl-find-select .inner-group .form-style {
        border: none !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .obl-select-label {
        border: solid 1px #d7d7d7 !important;
        padding: 4px 10px;
        line-height: 26px;
    }

    .form-group-3.box-button-advanced {
        width: 100% !important;
        margin-top: 18px;
        justify-content: space-between;
    }

    .location-select-cont {
        padding: 0;
    }

    .location-select-cont::after {
        right: 20px;
    }

    .home-search .subtitle {
        margin: 0 auto !important;
        max-width: unset;
        margin-top: 24px !important;
        display: block;
    }

    .header-property-detail .content-top {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 9px;
    }

    .single-details h1.title {
        max-width: unset;
        font-size: 26px;
        text-transform: none;
    }

    .product-thumbnails a {
        border-radius: 2px;
    }

    .theme-gallery-slider .product-images a.image-lightbox img {
        height: 320px;
    }

    .bds-map iframe {
        height: 320px !important;
    }

    #bds-filter-form .wrap {
        position: fixed;
        background: white;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 360px;
        height: 100vh;
        overflow: auto;
        padding-right: 20px;
        transform: translateX(-101%);
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: all ease .2s;
    }

    #bds-filter-form .close-aside {
        position: absolute;
        left: auto;
        right: 10px;
        top: 10px;
        z-index: 99999;
        background: white;
        width: 36px;
        height: 36px;
        line-height: 38px;
        font-size: 20px;
        text-align: center;
        border-radius: 40px;
    }



    #bds-filter-form.open .close-aside {
        display: block;
    }

    #bds-filter-form.open .wrap {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }

    .filterBackrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: black;
        z-index: 9997;
        opacity: 0;
        visibility: hidden;
        position: none;
    }

    .filterBackrop.open {
        opacity: .6;
        visibility: visible;
        pointer-events: all;
    }

    #bds-filter-form .list-dia-gioi {
        flex-direction: column;
        gap: 5px;
        padding-left: 10px;
    }

    .aside-filter-btn span::before {
        font-family: 'fl-icons';
        content: "\e97b";
        margin-right: 7px;
    }

    #bds-filter-form .button {
        margin-left: 10px;
        margin-top: 15px;
    }

    #bds-filter-form select {
        font-size: 14px;
    }

    .single-details .box-price .price {
        font-size: 1.5rem;
    }

    .header-property-detail .content-bottom .box-left {
        gap: 25px;
    }

    .single-post-footer {
        flex-direction: column;
        gap: 15px;
    }

    .single-post-footer .post-tags {
        width: 100%;
    }

    .single-post-footer .social-icons {
        justify-content: flex-start;
    }

    article {
        font-size: 16px;
    }
}

@media only screen and (min-width: 550px) and (max-width: 849px) {
    .param-details .param-row {
        flex-direction: column;
    }
}