.product-banner .banner-link, .project-banner .banner-link {
    display: none;
}

.product-banner .banner-link.active, .project-banner .banner-link.active {
    display: block;
}

.home-feature-menu {
    display: none;
    position: absolute;
    border-radius: 0px 0 16px 16px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.4);
    background-color: #ffffff;
}

.home-feature-menu .home-feature-menu-content {
    display: flex;
    padding: 0 12px 15px 25px;
}

.home-feature-menu-content .col-6 {
    flex: 0 0 50%;
    width: 50%;
}

.home-feature-menu-content .col-3 {
    flex: 0 0 25%;
    width: 25%;
}

.home-feature-menu-content .label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
    color: #e7843f;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e0e0e0;
}

.wrap-item-menu .link {
    position: relative;
    padding-left: 15px;
    margin-top: 8px;
}

.wrap-item-menu {
    margin-bottom: 7px;
}

.see-more-feature-menu {
    text-decoration: underline;
}

.wrap-item-menu .link a {
    font-size: 14px;
    line-height: 1.43;
    color: #2b2b2b;
}

.wrap-item-menu .link:before {
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #e7843f;
}

.wrap-item-menu.bds-type .link {
    flex: 0 0 50%;
    width: 50%;
}

.home-feature-image {
    object-fit: fill;
    width: 100%;
}

.home-search-block {
    display: flex;
    margin-top: -72px;
    height: auto;
}

.home-search-block .container {
    border-radius: 12px;
    box-shadow: 0 2px 10px 0 rgba(39,56,121,0.15);
    background-color: #ffffff;
    z-index: 99;
}

.home-search-block .container > .row {
    height: 100%;
}

.home-search-category .custom-control-label {
    color: #2b2b2b;
}

.custom-control-label::before {
    pointer-events: none;
    background-color: #fff;
    border: #adb5bd solid 1px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #626262;
}

.custom-control-input:checked ~ .custom-control-label::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
    background: #1a4bb7;
    border: none;
    border-radius: 50%;
    z-index: 2;
    background-image: unset !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label::before, .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    border-color: #1a4bb7;
    background-color: transparent;
}

.home-main-search-input .input-group {
    border-radius: 8px;
    height: 40px;
    border: 1px solid #e0e0e0;
    padding-left: 8px;
}

.home-main-search {
    font-weight: 300;
    flex: 0 0 80%;
    max-width: 80%;
}

.home-main-search-input .input-group .form-control {
    height: 38px;
    border: none;
    font-weight: 300;
    font-size: 14px;
    padding-left: 0;
}

.home-main-search-input .input-group .input-group-prepend {
    height: 38px;
    width: 30px;
    align-items: center;
}

.input-group-append .input-group-button {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    color: rgba(26,75,183,0.8);
    cursor: pointer;
    padding: 9px 15px 8px 40px;
    position: relative;
}

.input-group-append .input-group-icon {
    height: 38px;
    width: 45px;
    padding-left: 15px;
    cursor: pointer;
    padding-right: 10px;
    position: relative;
    align-items: center;
    display: flex;
}

.input-group-append .input-group-icon .icon-close {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: transparent url(/img/icons/close-s.svg) no-repeat center center/100% auto;
}

.home-main-search-input .input-group-append {
    display: none;
}

.home-main-search-input .input-group-append.active {
    display: flex;
}

.home-main-search-input .input-group-append .input-group-icon:after {
    content: "";
    height: 23px;
    width: 1px;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 7px;
}

#btn-close-search .input-group-icon:after {
    display: none;
}

.home-main-search-input .input-group-append .input-group-button:before {
    content: "";
    height: 17px;
    width: 17px;
    background-image: url(/img/icons/map-icon.svg);
    position: absolute;
    left: 15px;
    top: 10px;
    background-size: cover;
}

.home-search-category {
    border-right: 1px solid #e0e0e0;
    padding: 18px 5px 0px 28px;
    z-index: 99;
    flex: 0 0 20%;
    max-width: 20%;
}

#project-search, #location-search, #history-search {
    display: none;
}

.home-search-category .custom-control {
    flex: 0 0 100%;
}

.home-main-search {
    padding: 25px 16px 0;
    margin-bottom: 6px;
}

.location-input.location-hide {
    display: none;
}

.home-search-button .btn-home-search {
    height: 40px;
    border-radius: 8px;
    background-color: #5abf35;
    color: #fff;
    font-weight: 300;
    padding: 0;
    width: 100%;
}

.home-search-button .btn {
    box-shadow: none;
}

.opacity-0 {
    opacity: 0;
}

.select-styled:after {
    content: "";
    width: 24px;
    height: 24px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 8px;
    right: 8px;
    background-image: url(/img/icons/chevron-forward-filter.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.location-input-content .input-group .icons {
    position: absolute;
    left: 8px;
    top: 6px;
    z-index: 99;
}

.location-input-content .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: solid 1px #e0e0e0;
    border-radius: 8px;
    padding-left: 22px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    outline: none;
}

.select2-container--default .select2-results > .select2-results__options {
    scrollbar-width: thin;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c757d !important;
    font-size: 14px;
}

.location-input-content .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none;
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0 0 4px 4px;
    margin-top: -2px !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 8px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    border: solid 1px #e0e0e0 !important;
    height: 38px;
    font-size: 14px;
    padding-left: 28px;
    outline: none !important;
    overflow: hidden;
}

.select2-container .select2-search--inline .select2-search__field {
    padding-top: 3px;
    outline: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important;
    border-radius: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 0px;
    padding: 4px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 40px;
}
 
::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: rgba(43,43,43,0.08);
}
 
::-webkit-scrollbar-thumb {
    background: #9a9a9a;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #9a9a9a;
}

.select2-dropdown {
    z-index: 998 !important;
}

.select2-results__option--selectable {
    font-size: 14px !important;
}

.dropdown-input .input-group .input-group-prepend img {
    height: 18px;
}

.location-input-content .input-group {
    height: 40px;
    border-radius: 8px;
}

.input-group-prepend {
    margin-right: 0 !important;
}

.location-input-content .input-group .select-styled {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #787878;
    padding-left: 32px;
}

.btn-home-search-adventure {
    height: 40px;
    border-radius: 8px;
    color: #1a4bb7;
    font-weight: 300;
    padding: 0;
    width: 100%;
    position: relative;
}

    .btn-home-search-adventure.active:after {
        mask: url(/img/icons/chevron-forward-down.svg) no-repeat center;
        -webkit-mask: url(/img/icons/chevron-forward-down.svg) no-repeat center;
        background-color: #1a4bb7;
    }

    .btn-home-search-adventure:after {
        position: absolute;
        width: 25px;
        right: 5px;
        content: "";
        background-image: url(/img/icons/chevron-forward.svg);
        height: 25px;
    }

.home-search-block > .row {
    height: 100%;
}

.home-feature-category.location-hide.location-district-hide {
    margin-top: -80px;
    padding-top: 100px;
}

.home-feature-category .home-feature-category-card {
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
    background-color: #ffffff;
    padding: 18px;
    margin-bottom: 1rem;
}

.home-feature-category-card .category-card-head {
    display: flex;
    padding-left: 15px;
    align-items: center;
    height: 60px;
    margin-bottom: 20px;
}

    .home-feature-category-card .category-card-head .category-card-avatar {
        height: 48px;
        width: 48px;
        background: transparent none no-repeat center center/auto 100%;
    }

        .home-feature-category-card .category-card-head .category-card-avatar img {
            height: 100%;
        }

.is-tranfer.category-card-head .category-card-avatar {
    height: 66px;
    width: 76px;
}

.category-card-head .category-card-title {
    padding-left: 20px;
}

    .category-card-head .category-card-title h2 {
        font-size: 22px;
        color: #2b2b2b;
        margin: 0;
        font-weight: 700;
    }

.category-card-statistical {
    display: flex;
    padding-bottom: 20px;
}

    .category-card-statistical .statistical-item {
        height: 62px;
        border-radius: 6px;
        background-color: #f5f7fc;
        display: flex;
        align-items: center;
        padding-left: 8px;
    }

        .category-card-statistical .statistical-item .icon-statistic {
            margin-right: 8px;
            display: block;
            width: 41px;
            height: 41px;
            background: transparent url(/img/icons/statistical.svg) no-repeat center center/100% auto;
        }

    .category-card-statistical .pl-0 {
        padding-left: 0 !important;
    }

    .category-card-statistical .pr-0 {
        padding-right: 0 !important;
    }

    .category-card-statistical .pr-4 {
        padding-right: 4px !important;
    }

    .category-card-statistical .pl-4 {
        padding-left: 4px !important;
    }

.statistical-item-content .statistical-count {
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a4bb7;
}

.statistical-item-content .statistical-item-label {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #2b2b2b;
    white-space: nowrap;
    overflow: hidden;
}

.category-card-list-link .col-6 {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 12px;
}

    .category-card-list-link .col-6 .link {
        padding-left: 12px;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 15px);
        word-break: break-all;
    }

        .category-card-list-link .col-6 .link:before {
            position: absolute;
            left: 1px;
            content: "";
            width: 6px;
            height: 6px;
            top: 7px;
            background-color: #e7843f;
            border-radius: 3px;
        }

.category-card-list-link .link a {
    color: #2b2b2b;
}

    .category-card-list-link .link a:hover {
        color: #1a4bb7;
    }

.category-card-list-link .col-6 .link-count {
    color: #1a4bb7;
}

.category-card-list-link .col-6:nth-child(even) {
    padding-left: 4px;
}

.category-card-footer {
    text-align: end;
    font-size: 14px;
    padding-top: 10px;
}

    .category-card-footer .link-newest {
        padding-right: 16px;
        border-right: 1px solid rgba(26,75,183,0.2);
    }

    .category-card-footer .link-most-view {
        padding-left: 16px;
    }

.home-sale-real-estate {
    padding-top: 20px;
}

.section-block-head {
    display: flex;
    align-items: center;
    padding-left: 0px;
    padding-bottom: 12px;
}

    .section-block-head .icon-flash {
        width: 24px;
        height: 32px;
        display: inline-block;
        background: transparent url(/img/icons/flash.svg) no-repeat center center/100% auto;
    }

    .section-block-head .block-head-title {
        padding-left: 10px;
    }

.block-head-title h2, .block-head-title .block-title {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.home-section-introduce .block-head-title .block-title {
    font-size: 24px;
    margin-bottom: 12px;
}

.btn-custom {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 12px;
    transition: 0.3s;
    border: 1px solid transparent;
    outline: none !important;
}

.section-list-time-tab {
    padding-bottom: 24px;
}

    .section-list-time-tab .btn-time-tab {
        color: #2b2b2b;
        border-radius: 16px;
        background-color: #e6e6e6;
        font-size: 14px;
        padding: 3px 12px;
        margin-left: 0px;
        margin-right: 12px;
    }

.btn-time-tab.active {
    background-color: #1a4bb7;
    color: #fff;
}

.text-overflow-ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.home-section-favorite .section-list-time-tab .btn-time-tab:first-of-type, .home-section-newest .section-list-time-tab .btn-time-tab:first-of-type {
    margin-left: 0;
}

.btn-hotkey {
    border-radius: 16px;
    background-color: #f0f9fb;
    font-size: 14px;
    line-height: 1.43;
    color: #2b2b2b;
    padding: 4px 15px;
    margin-right: 8px;
    margin-bottom: 10px;
    -webkit-appearance: button-bevel !important;
}

.section-list-hotkey {
    margin-bottom: 28px;
    overflow: hidden;
}

.hotkey-card {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    background-color: #f1f1f1;
    margin-bottom: 10px;
}

    .hotkey-card .hotkey-card-img {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .hotkey-card .hotkey-card-body {
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: 5px;
    }

    .hotkey-card .hotkey-card-img .hotkey-card-image-top {
        width: 100%;
        height: 71px;
        object-fit: cover;
        border-radius: 6px;
    }

    .hotkey-card .hotkey-card-body .hotkey-title h3 {
        color: #273879;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.43;
        margin-bottom: 5px;
    }

    .hotkey-card .hotkey-card-body .hotkey-description {
        height: 42px;
        font-size: 14px;
        line-height: 1.43;
        letter-spacing: normal;
        color: #626262;
        -webkit-line-clamp: 2;
    }

.article-vip_1 {
    color: #993393 !important;
    text-transform: uppercase;
}

.home-section-hot-city {
    background-color: #f7f9fe;
    padding-bottom: 32px;
}

    .home-section-hot-city .hot-city-head {
        padding-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

.hot-city-head .hot-city-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: normal;
    color: #2b2b2b;
    margin-bottom: 16px;
}

.hot-city-head .hot-city-description {
    font-weight: 400;
    max-width: 950px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
    color: #2b2b2b;
    height: 44px;
    -webkit-line-clamp: 2;
}

.hot-city-head .see-more a {
    font-size: 14px;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #1a4bb7;
}

.btn-city {
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    color: #2b2b2b;
    width: 100%;
    padding: 5px;
    margin-bottom: 16px;
}

    .btn-city.active {
        background-color: #1a4bb7;
        color: white;
    }

.hot-list-city .hot-list-city-tab {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.hot-list-city-tab .city-item {
    flex: 0 0 10%;
    max-width: 10%;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
}

.hot-list-city .list-city-detail {
    display: flex;
    padding: 0 6px;
}

.list-city-detail .city-detail-item {
    flex: 0 0 16.66666%;
    max-width: 16.666667%;
    padding: 0 6px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.list-city-detail .district-card.district-card-type2 {
    height: 49%;
    overflow: hidden;
    border-radius: 16px;
}

    .list-city-detail .district-card.district-card-type2 .district-image-bg {
        height: 100%;
        overflow: hidden;
        border-radius: 16px;
    }

.city-detail-item .district-card {
    position: relative;
}

.city-detail-item .district-item-content {
    position: absolute;
    top: 16px;
    left: 15px;
    z-index: 99;
}

.city-detail-item .district {
    position: absolute;
    bottom: 14px;
    right: 30px;
    z-index: 99;
}

.district-image-bg img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.district-card .district-item-content .district-name {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 4px;
}

.district-card .district-item-content .district-article {
    text-shadow: 0 2px 4px rgba(0,0,0,0.23);
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.district-card-type1 .district a {
    text-shadow: 0 2px 4px rgba(0,0,0,0.23);
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
}

.district-card-type2 .district a {
    text-shadow: 0 2px 4px rgba(0,0,0,0.23);
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
}

a.link-hover {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 16px;
    background-color: rgba(43,43,43,0.2);
}

.project-card {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
}

    .project-card .project-image-bg {
        height: 200px;
    }

        .project-card .project-image-bg .bg-image {
            width: 100%;
            border-radius: 8px;
            height: 100%;
        }

    .project-card .project-card-content {
        position: absolute;
        bottom: 0;
        opacity: 0.84;
        border-radius: 4px;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(49,49,49,0.99) 67%);
        width: 100%;
        height: 74px;
        padding: 10px;
        border-radius: 8px;
        z-index: 99;
    }

.project-card-content .project-content-top .project-title {
    font-size: 20px;
    font-weight: 100;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 0px;
}

.project-card-content .project-content-footer .project-location {
    font-size: 14px;
    line-height: 1.67;
    color: #ffffff;
    padding-left: 12px;
    position: relative;
    max-width: calc(100% - 150px);
    display: block;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.project-card-content .project-content-footer.no-border .project-location {
    padding-left: 0;
}

.project-card-content .project-content-footer .project-location::before {
    content: "";
    position: absolute;
    height: 14px;
    width: 1px;
    background-color: #ffffff5c;
    left: 0;
    top: 5px;
}

.project-card-content .project-content-footer.no-border .project-location::before {
    display: none;
}

.project-card-content .project-content-footer {
    display: flex;
    justify-content: flex-start;
    padding-top: 3px;
}

    .project-card-content .project-content-footer .project-price {
        font-size: 14px;
        line-height: 1.67;
        letter-spacing: normal;
        color: #ffffff;
        margin-right: 12px;
    }

    .project-card-content .project-content-footer .project-link {
        font-size: 12px;
        line-height: 1.5;
        color: #5abf35;
        text-decoration: underline;
    }

.home-section-introduce {
    margin-top: 40px;
}

    .home-section-introduce .block-head-title h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .home-section-introduce .list-services {
        display: flex;
        margin: 0 -12px;
    }

.list-services .service-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 12px;
    padding-right: 12px;
}

.list-services .service-2-col {
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 12px;
    padding-right: 12px;
}

.service-card {
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    background-color: #ffffff;
}

    .service-card .card-head-img {
        height: 147px;
    }

    .service-card .service-card-body {
        padding: 12px 12px 0;
    }

        .service-card .service-card-body .service-title {
            font-size: 15px;
            line-height: 1.5;
            color: #2b2b2b;
            margin-bottom: 6px;
            font-weight: 700;
        }

        .service-card .service-card-body .service-description {
            -webkit-line-clamp: 3;
            font-size: 14px;
            line-height: 1.43;
            color: #2b2b2b;
            height: 64px;
        }

.service-2-col .service-card .service-card-body .service-description {
    height: 40px;
    display: flex;
    justify-content: space-between;
}

    .service-2-col .service-card .service-card-body .service-description a {
        font-size: 14px;
        color: #1a4bb7;
        text-decoration: underline;
    }

.service-card .service-card-footer {
    text-align: right;
    padding: 0px 12px 20px;
}

    .service-card .service-card-footer a {
        font-size: 14px;
        color: #1a4bb7;
        text-decoration: underline;
    }

.service-card.ml-bg-blue {
    background-color: #17296f;
}

    .service-card.ml-bg-blue .service-title, .service-card.ml-bg-blue .service-card-body .service-description {
        color: #5abf35;
    }

    .service-card.ml-bg-blue .service-card-footer a {
        color: #e7843f;
    }

.service-2-col .service-card .card-head-img {
    height: 214px;
}

.service-2-col .service-card .service-card-footer {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    align-items: center;
}

    .service-2-col .service-card .service-card-footer .icon-device {
        height: 27px;
        margin-left: 16px;
        margin-bottom: 2px;
        margin-top: 3px;
    }

.home-section-district-hot {
    margin-top: 56px;
    margin-bottom: 48px;
}

    .home-section-district-hot .district-link-title {
        color: #273879;
        margin-bottom: 12px;
    }

    .home-section-district-hot .district-links {
        list-style: none;
        padding-left: 0;
    }

        .home-section-district-hot .district-links li a {
            color: #1a4bb7;
            line-height: 26px;
            padding-left: 20px;
            position: relative;
        }

            .home-section-district-hot .district-links li a::before {
                position: absolute;
                content: "";
                width: 12px;
                height: 12px;
                mask: url(/img/icons/chevron-forward-gray.svg) no-repeat center;
                -webkit-mask: url(/img/icons/chevron-forward-gray.svg) no-repeat center;
                background-color: #1a4bb7;
                top: 7px;
                left: 4px;
            }

.border-shadow-0 {
    box-shadow: none;
}

.home-section-services {
    padding-top: 32px;
}

    .home-section-services .section-block-head {
        padding-bottom: 20px;
    }

    .home-section-services .service-card .service-card-footer .service-link-footer:first-of-type img {
        height: 28px;
        margin-right: 15px;
    }

    .home-section-services .service-card .service-card-footer .service-link-footer:last-of-type img {
        height: 28px;
    }

    .home-section-services .service-card .card-head-img {
        height: 196px;
    }

    .home-section-services .service-card .service-card-body .service-title {
        padding-top: 8px;
        margin-bottom: 12px;
    }

.home-main-search.is-suggestion.col-md-9 > .row:nth-of-type(2) {
    margin-bottom: 0px;
}

.home-main-search.is-suggestion.col-md-9 > .row:first-of-type {
    margin-bottom: 16px;
}

.home-main-search.is-suggestion .home-main-seach-input-inner {
    position: absolute;
    width: calc(100% - 24px);
    z-index: 999;
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.4);
    background-color: #ffffff;
    padding: 0 8px;
}

    .home-main-search.is-suggestion .home-main-seach-input-inner .input-group.mb-3 {
        margin-bottom: 0 !important;
        border: none;
    }

.home-main-search .home-main-seach-input-inner .suggestion-key-inner {
    border-top: 1px solid #ddd;
    display: none;
}

.home-main-search.is-suggestion .home-main-seach-input-inner .suggestion-key-inner {
    display: block;
}

.home-main-search .home-main-seach-input-inner .sugestion-group-title {
    margin-top: 8px;
    border-radius: 2px;
    background-color: #f7f7f7;
    color: #626262;
    height: 24px;
    line-height: 1.33;
    font-size: 12px;
    padding: 4px 9px;
}

.home-main-search .home-main-seach-input-inner .input-group-prepend i {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    background: transparent url("/img/icons/search.svg") no-repeat center center/100% auto;
}

.home-main-search .home-main-seach-input-inner .suggestion-key-inner ul .suggestion-item {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #2b2b2b;
    padding: 9px 12px 9px 38px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .home-main-search .home-main-seach-input-inner .suggestion-key-inner ul .suggestion-item:hover {
        background-color: #f0f9fb;
        cursor: pointer;
    }

.home-main-search .home-main-seach-input-inner .suggestion-key-inner ul {
    margin-bottom: 5px;
    margin-top: 4px;
}

.home-main-search .home-main-seach-input-inner .suggestion-key-inner .search-location .suggestion-item::before {
    content: "";
    background-image: url(/img/icons/location.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 24px;
    height: 17px;
    left: 5px;
    top: 10px;
}

.home-main-search .home-main-seach-input-inner .suggestion-key-inner .search-history .suggestion-item::before, .home-main-search .home-main-seach-input-inner .suggestion-key-inner .search-project .suggestion-item::before {
    content: "";
    background-image: url(/img/icons/loai-hinh-bds.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 24px;
    height: 17px;
    left: 5px;
    top: 10px;
}

.tox-statusbar {
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 36px;
    margin-right: 10px;
    padding-right: 0px;
    color: #909090;
    line-height: 36px;
    margin-top: -1px;
}

.btn-see-all {
    width: 184px;
    height: 40px;
    border-radius: 6px;
    border: solid 1px rgba(26,75,183,0.6);
    color: #1a4bb7;
    font-size: 14px;
    line-height: 1.43;
    font-weight: normal;
    background-color: #ffffff;
}

.dropdown-input .dropdown-head-text {
    border-radius: 8px;
    height: 40px;
    border: 1px solid #e0e0e0;
    padding-left: 8px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #787878;
    padding-left: 34px;
    cursor: pointer;
}

    .dropdown-input .dropdown-head-text.icon-city::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        background: transparent url(/img/icons/select-city.svg) no-repeat center center/100% auto;
    }

    .dropdown-input .dropdown-head-text.icon-type-of-house::before {
        content: "";
        display: inline-block;
        width: 19px;
        height: 19px;
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        background: transparent url(/img/icons/loai-hinh-bds.svg) no-repeat center center/100% auto;
    }

    .dropdown-input .dropdown-head-text.icon-coin::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        background: transparent url(/img/icons/coin.svg) no-repeat center center/100% auto;
    }

    .dropdown-input .dropdown-head-text.icon-ngorong::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        background: transparent url(/img/icons/ngorong.svg) no-repeat center center/100% auto;
    }

    .dropdown-input .dropdown-head-text.icon-area::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        background: transparent url(/img/icons/area.svg) no-repeat center center/100% auto;
    }

    .dropdown-input .dropdown-head-text.icon-compass::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        background: transparent url(/img/icons/compass.svg) no-repeat center center/100% auto;
    }

    .dropdown-input .dropdown-head-text.icon-frontface::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        background: transparent url(/img/icons/frontface.svg) no-repeat center center/100% auto;
    }

    .dropdown-input .dropdown-head-text .text-head {
        max-width: calc(100% - 60px);
    }

    .dropdown-input .dropdown-head-text:after {
        position: absolute;
        width: 25px;
        right: 5px;
        content: "";
        height: 25px;
        mask: url(/img/icons/chevron-forward.svg) no-repeat center;
        -webkit-mask: url(/img/icons/chevron-forward.svg) no-repeat center;
        background-color: #9a9a9a;
        z-index: 111;
    }

.dropdown-input.active .dropdown-head-text:after {
    mask: url(/img/icons/chevron-forward-down.svg) no-repeat center;
    -webkit-mask: url(/img/icons/chevron-forward-down.svg) no-repeat center;
}

.dropdown-input.active .dropdown-head-text {
    border: none;
}

.dropdown-input.active .dropdown-inner {
    display: block;
}

.dropdown-input .input-group {
    border-radius: 8px;
    height: 40px;
    border: 1px solid #e0e0e0;
    padding-left: 8px;
    display: flex;
    align-items: center;
}

.dropdown-input .form-control {
    height: 38px;
    border: none;
    font-weight: 300;
    font-size: 14px;
    border-radius: 9px !important;
    padding-left: 10px;
}

.dropdown-input.active {
    position: absolute;
    width: calc(100% - 24px);
    z-index: 999;
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.4);
    background-color: #ffffff;
    max-height: 410px;
}

.dropdown-input .dropdown-inner {
    margin: 0 4px 0 12px;
    display: none;
}

.dropdown-input.dropdown-no-input .dropdown-inner {
    margin: 0 10px 0 12px;
    border-top: 1px solid #e0e0e0;
}

    .dropdown-input.dropdown-no-input .dropdown-inner .content {
        margin-right: -7px;
    }

.dropdown-input .dropdown-inner .dropdown-input-inner {
    border-top: 1px solid #e0e0e0;
    padding: 6px 0px 6px 0px;
    margin-right: 8px;
    position: relative;
}

    .dropdown-input .dropdown-inner .dropdown-input-inner .form-control {
        height: 32px;
        border-radius: 8px;
        background-color: #f7f7f7;
        border: none;
        font-size: 14px;
        padding-left: 12px;
    }

.dropdown-input .content {
    max-height: 325px;
    overflow-x: hidden;
    padding-left: 4px;
}

.location-input-district {
    display: none;
}

.dropdown-input .dropdown-head-text img {
    height: 18px;
    padding-right: 10px;
}

#typeOfHouse.dropdown-input .dropdown-head-text img {
    height: 15px;
}

.dropdown-input.street-width .dropdown-head-text img {
    height: 15px;
    padding-right: 10px;
}

.dropdown-input.active .list-radio-options .block-radio {
    margin: 0;
    position: relative;
    padding: 12px 0 12px 25px;
    display: block;
    width: 100%;
    height: 40px;
    cursor: pointer;
}

.dropdown-input.active .input-group {
    border: none;
}

.list-radio-options label.block-radio input[type="radio"], .list-radio-options label.block-radio .checkmark {
    position: absolute;
    left: 2px;
    top: 55%;
    transform: translateY(-50%);
}

.list-radio-options label.block-radio .text {
    color: #2b2b2b;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    display: block;
}

.list-radio-options label.block-radio input:checked ~ .text, .list-radio-options label.block-radio:hover .text {
    color: #1a4bb7;
}

.list-checkbox-options .children {
    padding-left: 24px;
}

.list-radio-options label.block-radio input:checked {
    background-color: #f0f9fb;
}

.list-radio-options label.block-radio .checkmark::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #626262;
}

.list-radio-options label.block-radio input:checked ~ .checkmark::before {
    border: 2px solid #1a4bb7;
}

.list-radio-options label.block-radio input:checked ~ .checkmark::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #1a4bb7;
    border: none;
    border-radius: 50%;
    z-index: 2;
}

.list-checkbox-options label.block-checkbox {
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 15px);
    word-break: break-word;
    -webkit-line-clamp: 1;
    padding: 5px 0px;
    padding-left: 25px;
}

    .list-checkbox-options label.block-checkbox .text {
        color: #626262;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px;
    }

    .list-checkbox-options label.block-checkbox input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        left: 18px;
        top: 50%;
        transform: translateY(-50%);
    }

    .list-checkbox-options label.block-checkbox .checkmark {
        position: absolute;
        left: 18px;
        top: 18px;
        transform: translateY(-50%);
    }

        .list-checkbox-options label.block-checkbox .checkmark::before {
            content: "";
            display: block;
            width: 16px;
            height: 16px;
            position: absolute;
            left: -18px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
            background: #fff url(/img/icons/checkbox-outline.svg) no-repeat center center/100%;
        }

    .list-checkbox-options label.block-checkbox input:checked ~ .checkmark::before {
        background-image: url(/img/icons/checkbox-checked.svg);
    }

    .list-checkbox-options label.block-checkbox.is-root-label.active .checkmark::before {
        background-image: url(/img/icons/checkbok_minus.svg);
    }

    .list-checkbox-options label.block-checkbox input:checked ~ .text {
        color: #1a4bb7;
    }

    .list-checkbox-options label.block-checkbox:hover .text {
        color: #1a4bb7;
    }

.btn-close {
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 4;
    background: url(/img/icons/close-circle.svg) no-repeat center;
    width: 18px;
    height: 18px;
    right: 8px;
    top: 49%;
    transform: translateY(-50%);
    outline: none !important;
}

.authentication-block {
    display: block;
    float: right;
    position: relative;
    padding-left: 30px;
}

    .authentication-block::before {
        content: "";
        width: 25px;
        height: 25px;
        position: absolute;
        background: url(/img/icons/shieid.svg) no-repeat center;
        top: -3px;
        left: 0px;
    }

.alert-auth-modal .modal-dialog {
    width: 344px;
    height: 185px;
    background-color: #fff;
    border-radius: 8px;
}

    .alert-auth-modal .modal-dialog .modal-content {
        border: none;
    }

    .alert-auth-modal .modal-dialog .modal-header {
        border-bottom: none;
        position: relative;
    }

        .alert-auth-modal .modal-dialog .modal-header::before {
            content: "";
            position: absolute;
            width: 72px;
            height: 72px;
            background: url(/img/icons/pending.svg) no-repeat center;
            left: 50%;
            top: -37px;
            transform: translateX(-50%);
        }

    .alert-auth-modal .modal-dialog .modal-body p {
        text-align: center;
        margin-bottom: 0;
    }

    .alert-auth-modal .modal-dialog .modal-body {
        padding: 16px 24px;
        min-height: 87px;
    }

    .alert-auth-modal .modal-dialog .modal-footer {
        border-top: none;
        justify-content: center;
        padding: 0px 24px;
    }

        .alert-auth-modal .modal-dialog .modal-footer a {
            background-color: #1a4bb7;
            width: 200px;
        }

#history-search-content .suggestion-item span {
    font-size: 12px;
}

.list-checkbox-options .no-result {
    font-size: 14px;
    padding: 124px 6px 24px 0px;
    position: relative;
    text-align: center;
    border-top: 1px solid #ececec;
    margin-right: 8px;
    color: #626262;
}

    .list-checkbox-options .no-result .no-result-titel {
        color: #626262;
        margin-bottom: 10px;
    }

    .list-checkbox-options .no-result::before {
        content: "";
        background: url("/img/icons/No_Place.svg") no-repeat center;
        position: absolute;
        top: 10px;
        left: 24%;
        width: 100px;
        height: 100px;
    }

@media (max-width: 1321px) {
    .home-feature-category .home-feature-category-card {
        padding: 18px 10px;
    }
}

@media (max-width: 1275px) {
    .statistical-item-content .statistical-item-label {
        font-size: 13px;
        padding-left: 0;
    }

    .statistical-item-avatar {
        padding-right: 4px;
    }

    .category-card-statistical .statistical-item {
        padding-left: 2px;
    }

    .btn-home-search-adventure, .btn-home-search {
        font-size: 14px;
    }

    .project-card .project-image-bg {
        height: 183px;
    }
}

@media (max-width: 1151px) {
    .project-card .project-card-content {
        height: unset;
    }

    .project-card-content .project-content-footer {
        flex-wrap: wrap;
    }

    .hot-list-city-tab {
        max-height: 92px;
        overflow: hidden;
    }

        .hot-list-city-tab .city-item {
            flex: 0 0 12.5%;
            max-width: 12.5%;
            padding-left: 4px;
            padding-right: 4px;
        }

    .home-sale-real-estate > .container > .row, .home-section-favorite > .container > .row, .home-section-newest > .container > .row, .home-feature-category > .container > .row {
        margin-left: -6px;
        margin-right: -6px;
    }

        .home-sale-real-estate > .container > .row > .col-md-3, .home-section-favorite > .container > .row > .col-md-3, .home-section-newest > .container > .row > .col-md-3, .home-feature-category > .container > .row > .col-md-4 {
            padding-left: 6px;
            padding-right: 6px;
        }

    .category-card-head .category-card-title h2 {
        font-size: 20px;
    }

    .category-card-statistical {
        flex-wrap: wrap;
    }

        .category-card-statistical .col-6, .category-card-list-link .col-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }

            .category-card-statistical .col-6 .statistical-item {
                margin-bottom: 12px;
            }

        .category-card-statistical .pl-4 {
            padding-left: 0 !important;
        }

        .category-card-statistical .pr-4 {
            padding-right: 0 !important;
        }

    .statistical-item-content .statistical-count {
        font-size: 16px;
    }

    .category-card-statistical {
        padding-bottom: 5px;
    }

    .category-card-list-link .col-6:nth-child(even) {
        padding-left: 12px;
    }

    .category-card-list-link .col-6:nth-of-type(9), .category-card-list-link .col-6:nth-of-type(10) {
        display: none;
    }

    .home-main-search {
        flex: 0 0 71%;
        max-width: 71%;
    }

    .home-search-category {
        flex: 0 0 29%;
        max-width: 29%;
    }

        .home-search-category label {
            font-size: 15px;
        }

    .btn-home-search-adventure {
        font-size: 15px;
    }

        .btn-home-search-adventure:after {
            display: none;
        }

    .location-input-content {
        margin-right: -6px;
        margin-left: -6px;
    }

        .location-input-content > .col-md-4 {
            padding-left: 6px;
            padding-right: 6px;
        }

    .btn-home-search {
        font-size: 15px;
    }

    .home-feature-category .home-feature-category-card {
        padding: 18px;
    }

    .statistical-item-content .statistical-item-label {
        font-size: 14px;
        padding-left: 0;
    }

    .statistical-item-avatar {
        padding-right: 8px;
    }

    .category-card-statistical .statistical-item {
        padding-left: 8px;
    }
}

@media (min-width: 1920px) {
    .home-feature-image {
        height: 450px;
        max-height: 450px;
    }
}

@media (min-width: 2150px) {
    .home-feature-image {
        height: 480px;
        max-height: 480px;
    }
}

@media (min-width: 2350px) {
    .home-feature-image {
        height: 500px;
        max-height: 500px;
    }
}

@media (min-width: 576px) {
    .alert-auth-modal.show, .note-article.show {
        display: flex !important;
        align-items: center;
    }
}

.news {
    margin-bottom: 25px;
}

.news__nav-tab {
    border-bottom-color: rgba(43,43,43,0.15);
}

.news__nav-tab-link {
    color: #9a9a9a;
    min-width: 280px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 12px;
    border: none !important;
}

    .news__nav-tab-link:hover, .news__nav-tab-link:focus {
        color: #2b2b2b !important;
        border-color: transparent !important;
    }

    .news__nav-tab-link.active {
        color: #2b2b2b !important;
        position: relative;
    }

        .news__nav-tab-link.active:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 4px;
            background-color: #bfbfbf;
            bottom: 0;
        }

.news__nav-tab-video.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(43,43,43,0.15);
    bottom: 0;
}

.news__nav-tab-title {
    font-size: 24px;
    font-weight: 500;
}

.news__nav-more {
    position: absolute;
    right: 0;
    bottom: -5px;
    background: #fff;
    z-index: 1;
    font-size: 14px;
    color: #1a4bb7;
    min-width: 114px;
    text-align: right;
}

.news__nav-more-feature {
    width: 138px;
    text-align: center;
}

.news__content-br {
    padding-right: 24px;
    border-right: 1px solid rgba(43,43,43,0.08);
}

.news__content-feature-image img {
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.news__content-feature-link {
    color: #2b2b2b;
}

.news__content-feature-title {
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    margin-bottom: 6px;
    word-break: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.news__content-feature-desc {
    font-size: 14px;
    color: #626262;
    line-height: 20px;
}

.news__content-feature-desc-more {
    font-size: 12px;
}

.news__content-list {
    list-style: none;
}

.news__content-list-item {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(43,43,43,0.08);
}

    .news__content-list-item.separator-12 {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .news__content-list-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.news__content-list-item-link {
    font-weight: 500;
    line-height: 1.63;
    word-break: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 14px;
    color: #2b2b2b;
}

.news__content-list-item-image {
    margin-right: 17px;
}

    .news__content-list-item-image img {
        width: 88px;
        height: 56px;
        border-radius: 4px;
        object-fit: cover;
        object-position: center;
    }

.news__content-shadow {
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.15);
}

.news__content-separator {
    margin-bottom: 20px;
}

.news__banner {
    margin-top: 36px;
    height: 315px;
    object-fit: cover;
    object-position: center;
}

.news__banner-full {
    margin-top: 70px;
    border-radius: 8px;
    height: 488px;
}

.news__video {
    border-radius: 8px;
    background-color: #f7f7f7;
    padding-bottom: 10px;
    padding-top: 10px !important;
}

.news__video-feature {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.news__video-feature-image img {
    height: 216px;
    object-position: center;
    object-fit: cover;
}

.news__video-feature-image .icon-play {
    position: absolute;
    z-index: 1;
    width: 56px;
    height: 56px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.news__video-feature-link {
    color: #2b2b2b;
}

.news__video-feature-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    padding: 12px 12px 0;
    margin: 0;
    word-break: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.news__video-list-item {
    padding: 12px;
    margin-bottom: 12px;
}

    .news__video-list-item:last-child {
        margin-bottom: 0;
    }

.news__video-list-item-image {
    margin-right: 17px;
}

    .news__video-list-item-image img {
        width: 88px;
        height: 60px;
        object-fit: cover;
        object-position: center;
    }

    .news__video-list-item-image .icon-play {
        position: absolute;
        z-index: 1;
        width: 32px;
        height: 32px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

.news__video-list-item-link {
    margin: 0;
    word-break: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    font-size: 14px;
    font-weight: 500;
    color: #2b2b2b;
    line-height: 1.43;
    height: 60px;
}
