/* ============================================================================================== */
/* ============================================ BANNER ========================================== */
/* ============================================================================================== */

#home-section-is-banner-and-search {
    position: relative;
}

/* banner */
#home-section-is-banner-and-search #home-section-is-banner {
    z-index: 1;
}
#home-section-is-banner-and-search #home-section-is-banner .banner-item-content>.content-container {
    padding-bottom: 180px;
}
#home-section-is-banner-and-search #home-section-is-banner .splide-pagination {
    bottom: 240px;
}

/* search */
#home-section-is-banner-and-search #home-section-is-search {
    z-index: 2;
}

/* ============================================================================================== */
/* ============================================= SEARCH ========================================= */
/* ============================================================================================== */

#home-section-is-search {
}
#home-section-is-search .home-search-section,
#home-section-is-search .home-search-container {
    position: relative;
    height: 100%
}
#home-section-is-search #onload-filter-section {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 1000px;
    height: 150px;
    left: 50%;
    margin-left: -500px;
    border-radius: 10px;
}
#home-section-is-search #onload-filter-section:before,
#home-section-is-search #onload-filter-section:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
#home-section-is-search #onload-filter-section:before {
    background-color: rgba(var(--custom-rgb-color-white),0.3);
    -webkit-backdrop-filter: saturate(100%) blur(20px);
    -moz-backdrop-filter: saturate(100%) blur(20px);
    -ms-backdrop-filter: saturate(100%) blur(20px);
    -o-backdrop-filter: saturate(100%) blur(20px);
    backdrop-filter: saturate(100%) blur(20px);
    z-index: 2;
}
#home-section-is-search #onload-filter-section:after {
    display: none !important;
    background-color: rgba(var(--custom-rgb-color-black),0.3);
    z-index: 1;
}
#home-section-is-search #onload-filter-section .home-search-container {
    z-index: 3;
}

/* --------------------------------------------------------------- */
/* ----------------------- search and filter --------------------- */
/* --------------------------------------------------------------- */

.search-and-filter-section.on-home-page,
.search-and-filter-section.on-home-page>.search-and-filter-container {
    position: relative;
    height:80px;
    z-index: 10;
}
.search-and-filter-section.on-home-page>.search-and-filter-container {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
.search-and-filter-section.on-home-page .search-and-filter-row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col {
    position: relative;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section,
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section {
    height: 75px;
}

/* search */
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(var(--custom-rgb-color-white),0.5);
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form {
    height: 100%;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section .loading-data {
    width: 100%;
    padding-right: 30px;
}
.search-and-filter-section.on-home-page .search-form .input-field-search>.icon-search,
.search-and-filter-section.on-home-page .search-form .input-field-search.field.label-inline>.label-text,
.search-and-filter-section.on-home-page .search-form .input-field-search.field.label-inline>.input,
.search-and-filter-section.on-home-page .search-form .input-field-search.has-data>ul.action-search-group .action-search-btn {
    color: rgba(var(--custom-rgb-color-white),1) !important;
}
.search-and-filter-section.on-home-page .search-form .input-field-search.field.label-inline>.input::placeholder {
    color: rgba(var(--custom-rgb-color-white),0.6) !important;
}
.search-and-filter-section.on-home-page .search-form .input-field-search>ul.action-search-group>li+li:before {
    border-left-color: rgba(var(--custom-rgb-color-white),0.5);    
}

/* filter */
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section {
    position: relative;
    width: calc(100% - 100px);
    display: flex;
    flex-wrap: nowrap;
}

.search-and-filter-section.on-home-page .search-filter-section .filter-row,
.search-and-filter-section.on-home-page .search-filter-section .filter-row>.filter-col {
    position: relative;
    height: 100%;
}
.search-and-filter-section.on-home-page .search-filter-section .filter-row {
    display: flex;
    flex-wrap: nowrap;
}
.search-and-filter-section.on-home-page .search-filter-section .filter-row>.filter-col.this-col-left {
    flex: 1 0 0;
    display: flex;
    align-items: center;
}
.search-and-filter-section.on-home-page .search-filter-section .filter-row>.filter-col.this-col-right {
    display: none !important;
}
.search-and-filter-section.on-home-page .search-filter-section .filter-row>.filter-col.this-col-left .loading-data {
    width: 100%;
    padding-left: 30px;
}

/* responsive bar filter */
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item {
    position: relative;
    width: calc(100% / 5);
}
/* .search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item+.bar-slot-item {
    margin-left: 20px;
    padding-left: 20px;
} */
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item+.bar-slot-item:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    margin-top: -15px;
    height: 30px;
    border-left: 1px solid rgba(var(--custom-rgb-color-white),0.2);
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item .btn-item {
    white-space: nowrap;
    padding: 0 20px !important;
    color: rgba(var(--custom-rgb-color-white),1);
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item:first-child .btn-item {
    padding-left: 0 !important;
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item .dropdown-filter-group,
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item .btn-item {
    height: 100% !important;
    display: flex;
    align-items: center;    
}

/* submit */
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-submit-section {
    position: relative;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-submit-section {}

/* ============================================================================================== */
/* ======================================= SEARCH HIGHLIGHT ===================================== */
/* ============================================================================================== */

#home-section-is-shortcut-search-highlight {
    position: relative;
    padding: 50px 0;
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1);
}
#home-section-is-shortcut-search-highlight .title-row {
    text-align: center;
}
.shortcut-search-highlight-slide {
    position: relative;
}
.shortcut-search-highlight-slide .shortcut-search-highlight-item {
    position: relative;
}
.shortcut-search-highlight-slide .shortcut-search-highlight-item>.img,
.shortcut-search-highlight-slide .shortcut-search-highlight-item>.text {
    position: relative;
    display: block;
}
.shortcut-search-highlight-slide .shortcut-search-highlight-item>.img {
    width: 100px;
    height: 100px;
    padding: 3px;
    margin: 0 auto 15px auto;
    border-radius: 10px;
    border: 1px solid rgba(var(--custom-rgb-color-black),0.08);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.shortcut-search-highlight-slide .shortcut-search-highlight-item>.img>.this-img {
    position: relative;
    width: 100%;
    height: 100%;    
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 5px;
    /* background-color: #ccc; */
}
.shortcut-search-highlight-slide .shortcut-search-highlight-item>.text {
    text-align: center;
    color: rgba(var(--custom-rgb-color-black),0.6);
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    max-height: 40px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.shortcut-search-highlight-slide .shortcut-search-highlight-item:hover>.img {
    border-color: rgba(var(--custom-rgb-color-black),1);
}
.shortcut-search-highlight-slide .shortcut-search-highlight-item:hover>.text {
    color: rgba(var(--custom-rgb-color-black),1);
}

/* ============================================================================================== */
/* ======================================== PROPERTY CATEGORY =================================== */
/* ============================================================================================== */

#home-section-is-property-category {
    position: relative;
    padding: 50px 0;
}
#home-section-is-property-category .property-category-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(var(--custom-rgb-color-black),1);
}
#home-section-is-property-category .property-category-item>.property-category-col {
    position: relative;
}
#home-section-is-property-category .property-category-item>.property-category-col.this-col-icon {
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 50px;
    color: rgba(var(--custom-rgb-color-secondary),1);
}
#home-section-is-property-category .property-category-item>.property-category-col.this-col-icon .icon {
    transform: scale(1);
    transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
}
#home-section-is-property-category .property-category-item:hover>.property-category-col.this-col-icon .icon {
    transform: scale(1.1);
    /* animation-duration: 0.15s;
    animation-name: iconAnimate;
    animation-iteration-count: infinite;
    animation-direction: alternate; */
}
/* @keyframes iconAnimate {
    from {
        top:0;
    }  
    to {
        top:-3px;
    }
} */
#home-section-is-property-category .property-category-item>.property-category-col.this-col-text {
    padding-left: 20px;
}
#home-section-is-property-category .property-category-item>.property-category-col.this-col-text .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: rgba(var(--custom-rgb-color-black),1);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
} 
#home-section-is-property-category .property-category-item:hover>.property-category-col.this-col-text .title {
    color: rgba(var(--custom-rgb-color-secondary),1);
}
#home-section-is-property-category .property-category-item>.property-category-col.this-col-text .view-more-btn>.icon {
    opacity: 0.5;
}

/* ============================================================================================== */
/* ======================================= PROPERTY HIGHLIGHT =================================== */
/* ============================================================================================== */

/* #home-section-is-property-category+#home-section-is-property-highlight {
    padding-top: 60px;
} */
#home-section-is-property-highlight {
    position: relative;
    overflow: hidden;
    padding: 0 0 60px 0;
    /* background-color: rgba(51,51,51,1) !important;
    color: rgba(255,255,255,1); */
}
#home-section-is-property-highlight:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 250px;
    background: linear-gradient(to bottom, rgba(var(--custom-rgb-color-white), 1), rgba(var(--custom-rgb-color-white), 0));
    z-index: 1;    
}
#home-section-is-property-highlight>.property-highlight-container {
    position: relative;
    z-index: 2;
}
#home-section-is-property-highlight .title-row .title-highlight {
    position: relative;
    background-image: url(../../images/sites/bg-title-property-highlight.png);
    background: linear-gradient(to right, rgba(var(--custom-rgb-color-primary), 0), rgba(var(--custom-rgb-color-primary), 0.2), rgba(var(--custom-rgb-color-primary), 0.2), rgba(var(--custom-rgb-color-primary), 0));
    color: rgba(var(--custom-rgb-color-primary), 1);   
    text-shadow: 0 2px 5px rgba(var(--custom-rgb-color-secondary), 0.3);
    padding: 12px 20px 10px 20px;
    letter-spacing:0;
    z-index: 1;
}
#home-section-is-property-highlight .title-row .title-highlight:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../../images/sites/bg-title-property-highlight.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
#home-section-is-property-highlight .title-row .title-highlight>.title {
    position: relative;
    z-index: 3;
     /* background: -moz-linear-gradient(top, rgba(var(--custom-rgb-color-primary),1) 0%, rgba(var(--custom-rgb-color-secondary),1) 60%);
    background: -webkit-linear-gradient(top, rgba(var(--custom-rgb-color-primary),1) 0%, rgba(var(--custom-rgb-color-secondary),1) 60%);
    background: linear-gradient(to bottom, rgba(var(--custom-rgb-color-primary),1) 0%, rgba(var(--custom-rgb-color-secondary),1) 60%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
}
#home-section-is-property-highlight .title-row .title-highlight+.description {
    margin-top: 20px;
}

/* ============================================================================================== */
/* ============================================== VIDEO ========================================= */
/* ============================================================================================== */

#home-section-is-video {
    position: relative;
    overflow: hidden;
}
#home-section-is-video .title-section {
    padding: 30px 0;
}
#home-section-is-video .title-row {
    display: flex;
    align-items: baseline;
}
#home-section-is-video .title-row>.title-col {
    position: relative;
}
#home-section-is-video .title-row>.title-col.this-col-title {
    flex: 1 0 0;
    display: flex;
    align-items: baseline;
}

#home-section-is-video .splide-track {
    padding: 0 !important;
}
#home-section-is-video .item-video {
    position: relative;
    /* height: 500px; */
    /* height: 0; */
    background-color: rgba(var(--custom-rgb-color-black),0.2);
}

/* ============================================================================================== */
/* ======================================== PROJECT DEVELOPER =================================== */
/* ============================================================================================== */

#home-section-is-project-developer {
    position: relative;
    padding: 30px 0;
}
.developer-logo-row,
.developer-logo-slide,
.developer-logo-slide .developer-logo-item {
    position: relative;
}
.developer-logo-slide .developer-logo-item {
    margin: 0 auto;
    /* background-color: #ccc; */
}
.developer-logo-slide .developer-logo-item .this-logo {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}


/* xxl */
@media (min-width: 1400px) {}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {

/* ============================================================================================== */
/* ============================================ BANNER ========================================== */
/* ============================================================================================== */

.banner-section>.banner-inner .text-on-banner-group .title-main {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}
.banner-section>.banner-inner .text-on-banner-group .title-sub {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}


}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {
    
/* ============================================================================================== */
/* ============================================ BANNER ========================================== */
/* ============================================================================================== */

#home-section-is-banner-and-search #home-section-is-banner .banner-item-content>.content-container {
    padding-top: 120px;
    padding-bottom: 220px;
}
#home-section-is-banner-and-search #home-section-is-banner .splide-pagination {
    bottom: 190px;
}
.banner-section>.banner-inner .text-on-banner-group .title-main {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}
.banner-section>.banner-inner .text-on-banner-group .title-sub {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

/* ============================================================================================== */
/* ============================================= SEARCH ========================================= */
/* ============================================================================================== */

#home-section-is-search #onload-filter-section {
    height: 130px;
    width: 900px;
    margin-left: -450px;
    bottom: 40px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section,
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section {
    height: 65px;
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item {
    display: none;
    width: calc(100% / 4);
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item#shortcut-filter-category,
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item#shortcut-filter-price,
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item#shortcut-filter-location,
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item.slot-item-filter-popup {
    display: block;
}

/* ============================================================================================== */
/* ============================================== VIDEO ========================================= */
/* ============================================================================================== */

/* #home-section-is-video .item-video {
    height: 450px;
} */

}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {

/* ============================================================================================== */
/* ============================================ BANNER ========================================== */
/* ============================================================================================== */

#home-section-is-banner-and-search #home-section-is-banner .banner-item-content>.content-container {
    padding-top: 120px;
    padding-bottom: 220px;
}
#home-section-is-banner-and-search #home-section-is-banner .splide-pagination {
    bottom: 190px;
}

/* ============================================================================================== */
/* ============================================= SEARCH ========================================= */
/* ============================================================================================== */

#home-section-is-search #onload-filter-section {
    height: 130px;
    width: 800px;
    margin-left: -400px;
    bottom: 40px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section,
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section {
    height: 65px;
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item {
    display: none;
    width: calc(100% / 4);
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item#shortcut-filter-category,
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item#shortcut-filter-price,
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item#shortcut-filter-location,
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item.slot-item-filter-popup {
    display: block;
}

/* ============================================================================================== */
/* ============================================== VIDEO ========================================= */
/* ============================================================================================== */

/* #home-section-is-video .item-video {
    height: 450px;
} */

}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

/* ============================================================================================== */
/* ============================================ BANNER ========================================== */
/* ============================================================================================== */

#home-section-is-banner-and-search #home-section-is-banner .banner-item-content>.content-container {
    padding-top: 100px;
    padding-bottom: 220px;
}
#home-section-is-banner-and-search #home-section-is-banner .splide-pagination {
    bottom: 190px;
}

/* ============================================================================================== */
/* ============================================= SEARCH ========================================= */
/* ============================================================================================== */

#home-section-is-search #onload-filter-section {
    height: 130px;
    width: 800px;
    margin-left: -400px;
    bottom: 40px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section,
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section {
    height: 65px;
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item {
    display: none;
    width: calc(100% / 4);
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item#shortcut-filter-category,
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item#shortcut-filter-price,
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item#shortcut-filter-location,
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item.slot-item-filter-popup {
    display: block;
}

/* ============================================================================================== */
/* ======================================== PROPERTY CATEGORY =================================== */
/* ============================================================================================== */

#home-section-is-property-category .property-category-item {
    justify-content: flex-start;
}

/* ============================================================================================== */
/* ============================================== VIDEO ========================================= */
/* ============================================================================================== */

/* #home-section-is-video .item-video {
    height: 400px;
} */

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

/* ============================================================================================== */
/* ============================================ BANNER ========================================== */
/* ============================================================================================== */

#home-section-is-banner-and-search #home-section-is-banner .banner-item-content>.content-container {
    padding-bottom: 180px;
}
#home-section-is-banner-and-search #home-section-is-banner .splide-pagination {
    bottom: 100px;
}

/* ============================================================================================== */
/* ============================================= SEARCH ========================================= */
/* ============================================================================================== */


#home-section-is-search #onload-filter-section {
    width: 720px;
    /* margin-left: -360px; */
    /* bottom: 40px; */
    position: relative;
    /* width: calc(100% - 80px); */
    height: auto;
    /* left: 40px; */
    bottom: 0;
    margin: -70px 0 0 -360px;
    background-color: rgba(var(--custom-rgb-color-primary),1);
}
#home-section-is-search #onload-filter-section:before {
    display: none !important;
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item {
    display: none;
    width: calc(100% / 3);
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item#shortcut-filter-category,
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item#shortcut-filter-price,
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item.slot-item-filter-popup {
    display: block;
}

/* ============================================================================================== */
/* ======================================== PROPERTY CATEGORY =================================== */
/* ============================================================================================== */

#home-section-is-property-category .property-category-item {
    justify-content: flex-start;
}

/* ============================================================================================== */
/* ============================================== VIDEO ========================================= */
/* ============================================================================================== */

/* #home-section-is-video .item-video {
    height: 400px;
} */

}

/* sm - xs */
@media (max-width: 767.98px) {}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

/* ============================================================================================== */
/* ============================================ BANNER ========================================== */
/* ============================================================================================== */

#home-section-is-banner-and-search #home-section-is-banner .banner-item-content>.content-container {
    padding-bottom: 140px;
}
#home-section-is-banner-and-search #home-section-is-banner .splide-pagination {
    bottom: 90px;
}

/* ============================================================================================== */
/* ============================================= SEARCH ========================================= */
/* ============================================================================================== */

#home-section-is-search #onload-filter-section {
    position: relative;
    width: calc(100% - 80px);
    height: auto;
    left: 40px;
    bottom: 0;
    margin: -70px 0 0 0;
    background-color: rgba(var(--custom-rgb-color-primary),1);
}
#home-section-is-search #onload-filter-section:before {
    display: none !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section,
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section {
    height: 70px;
}
.search-and-filter-section.on-home-page .search-and-filter-row {
    padding: 0 30px;
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item {
    display: none;
    width: auto;
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item.slot-item-filter-popup {
    display: block;
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item.slot-item-filter-popup:before {
    display: none !important;
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item.slot-item-filter-popup .btn-item {
    padding: 0 !important;
}


/* ============================================================================================== */
/* ======================================== PROPERTY CATEGORY =================================== */
/* ============================================================================================== */

#home-section-is-property-category .property-category-item {
    /* width: 190px; */
    justify-content: flex-start;
}
#home-section-is-property-category .property-category-item>.property-category-col.this-col-icon {
    width: 45px;
    height: 45px;
    font-size: 45px;
    line-height: 45px;
}
#home-section-is-property-category .property-category-item>.property-category-col.this-col-text {
    padding-left: 15px;
    padding-top: 5px;
}
#home-section-is-property-category .property-category-item>.property-category-col.this-col-text .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
#home-section-is-property-category .property-category-item>.property-category-col.this-col-text .description {
    font-size: 12px;
    line-height: 15px;
}
#home-section-is-property-category .property-category-item>.property-category-col.this-col-text .view-more-btn>.icon {
    font-size: 10px;
}

/* ============================================================================================== */
/* ============================================== VIDEO ========================================= */
/* ============================================================================================== */

/* #home-section-is-video .item-video {
    height: 400px;
} */

}

/* xs */
@media (max-width: 575.98px) {

/* ============================================================================================== */
/* ============================================ BANNER ========================================== */
/* ============================================================================================== */

#home-section-is-banner-and-search #home-section-is-banner .banner-item-content>.content-container {
    padding-bottom: 130px;
}
#home-section-is-banner-and-search #home-section-is-banner .splide-pagination {
    bottom: 85px;
}

/* ============================================================================================== */
/* ============================================= SEARCH ========================================= */
/* ============================================================================================== */

#home-section-is-search #onload-filter-section {
    position: relative;
    width: calc(100% - 40px);
    height: auto;
    left: 20px;
    bottom: 0;
    margin: -70px 0 0 0;
    background-color: rgba(var(--custom-rgb-color-primary),1);
}
#home-section-is-search #onload-filter-section:before {
    display: none !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section,
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section {
    height: 70px;
}
.search-and-filter-section.on-home-page .search-and-filter-row {
    padding: 0 30px;
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item {
    display: none;
    width: auto;
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item.slot-item-filter-popup {
    display: flex;
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item.slot-item-filter-popup:before {
    display: none !important;
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item.slot-item-filter-popup .btn-item {
    padding: 0 !important;
}

#home-section-is-shortcut-search-highlight {
    padding: 30px 0;
}

/* ============================================================================================== */
/* ======================================== PROPERTY CATEGORY =================================== */
/* ============================================================================================== */

#home-section-is-property-category {
    padding: 25px 0;
}
#home-section-is-property-category .property-category-item {
    width: 160px;
    justify-content: flex-start;
}
#home-section-is-property-category .property-category-item>.property-category-col.this-col-icon {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
}
#home-section-is-property-category .property-category-item>.property-category-col.this-col-text {
    width: calc(100% - 40px);
    padding-left: 15px;
    padding-top: 5px;
}
#home-section-is-property-category .property-category-item>.property-category-col.this-col-text .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
#home-section-is-property-category .property-category-item>.property-category-col.this-col-text .description {
    font-size: 12px;
    line-height: 15px;
}
#home-section-is-property-category .property-category-item>.property-category-col.this-col-text .view-more-btn>.icon {
    font-size: 10px;
}

/* ============================================================================================== */
/* ======================================= PROPERTY HIGHLIGHT =================================== */
/* ============================================================================================== */

#home-section-is-property-highlight {
    padding-bottom: 30px;
}

/* ============================================================================================== */
/* ============================================== VIDEO ========================================= */
/* ============================================================================================== */

/* #home-section-is-video .item-video {
    height: 400px;
} */

/* ============================================================================================== */
/* ======================================== PROJECT DEVELOPER =================================== */
/* ============================================================================================== */

#home-section-is-project-developer {
    padding: 20px 0;
}

}

/* xs custom */
@media (max-width: 399.98px) {}