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

#home-section-is-search {
    position: relative;
    height: 120px;
    background-color: rgba(var(--custom-rgb-color-primary),1);
}
#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 {
    height: 100%
}
#home-section-is-search .home-search-row,
#home-section-is-search .home-search-row>.home-search-col {
    position: relative;
    height: 100%;
}
#home-section-is-search .home-search-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

/* col search */
#home-section-is-search .home-search-row>.home-search-col.this-col-search {
    width: calc( 50% + 490px );
}
#home-section-is-search .home-search-row>.home-search-col.this-col-search>.container {
    width: 1120px;
    height: 100%;
    margin: 0 0 0 auto;
    padding: 0;
    /* background-color: rgba(255,255,0,0.2); */
}
#home-section-is-search .search-form .field-group-search>.input-field-search {
    padding: 0 !important;
}
#home-section-is-search .search-form .input-field-search.has-data>.input-text {
    padding-right: 0 !important;
}
#home-section-is-search .search-form .input-field-search.has-data>ul.action-search-group {
    display: none !important;
}

/* col submit */
#home-section-is-search .home-search-row>.home-search-col.this-col-submit {
    width: calc( 50% - 490px );
    background-color: rgba(var(--custom-rgb-color-black-default),0.2);
    cursor: pointer !important;
    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;
}
#home-section-is-search .home-search-row>.home-search-col.this-col-submit:hover {
    background-color: rgba(var(--custom-rgb-color-black-default),0.3);
}
#home-section-is-search .home-search-row>.home-search-col.this-col-submit>.container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 100%;
    margin: 0 auto 0 0;
    /* background-color: rgba(255,0,0,0.2); */
}
#home-section-is-search .home-search-row>.home-search-col.this-col-submit .default-btn {}
#home-section-is-search .home-search-row>.home-search-col.this-col-submit .default-btn>.text {
    font-size: 22px;
}
#home-section-is-search .home-search-row>.home-search-col.this-col-submit .default-btn>.text+.icon {
    margin-left: 15px !important;
}

/* --------------------------------------------------------------- */
/* ----------------------- 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;
    background-color: rgba(var(--custom-rgb-color-primary),1);
}
.search-and-filter-section.on-home-page .search-and-filter-row {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
}
.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: calc( 100% - 750px );
    /* flex: 1 0 0; */
    /* width: calc(100% - 600px); */
    /* background-color: rgba(0,0,255,0.3); */
    display: flex;
    align-items: center;
    padding-right: 30px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form {
    height: auto !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section .field-form-search {
    border-radius: 40px;
    border: 1px solid rgba(var(--custom-rgb-color-black),1) !important;
    padding: 5px 30px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section .field-group-search {
    padding-left: 50px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section .field-group-search>.icon {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form.search-form .input-field-search {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;    
}
#home-section-is-search .search-and-filter-section.on-home-page .search-form .field-group-search>.input-field-search {
    padding-top: 5px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form.search-form .input-field-search.field.label-inline>.label-text.has-colon {
    padding: 0 !important;
    display: block !important;
    overflow: initial !important;
    width: 100%;
    line-height: 20px;
    height: 20px
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form.search-form .input-field-search.field.label-inline>.label-text.has-colon:before {
    display: none !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form.search-form .input-field-search.field.label-inline>.input {
    padding: 0 !important;
    font-size: 22px !important;
    line-height: 45px !important;
    height: 45px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form.search-form .input-field-search.field.label-inline>.input::placeholder {
    color: rgba(var(--custom-rgb-color-black),0.7);
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section .loading-data {
    width: 100%;
    padding-right: 20px;
}

/* filter */
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section {
    position: relative;
    /* background-color: rgba(255,0,255,0.3); */
    width: 750px;
    /* border-top: 1px solid rgba(var(--custom-rgb-color-black),0.5); */
    /* width: 600px; */
    /* padding-left: 20px; */
    display: flex;
    flex-wrap: nowrap;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-shortcut,
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all {
    position: relative;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-shortcut {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    /* background-color: #ccc; */
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-shortcut ul.shortcut-filter-group>li+li {
    margin-top: 5px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all {
    width: 570px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group {
    /* width: 100%; */
    /* background-color: rgba(255,255,0,0.5); */
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item {
    width: 180px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item .btn-item {
    width: 100%;
    padding: 0 20px !important
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item .btn-item>.text {
    flex: 1 0 0;
}

/* filter - slot popup */
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.slot-item-filter-popup {
    width: 60px !important;
    padding: 0 !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.slot-item-filter-popup .btn-item {
    padding: 0 !important;
    justify-content: center;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.slot-item-filter-popup .btn-item>.inside>.icon {
    font-size: 22px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.slot-item-filter-popup .btn-item>.inside>.text {
    display: none;
}

.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item[data-filter-group="filter-listing-type"] {
    display: none !important;
}

.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%;
    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;
}
/* .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,
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-shortcut:before,
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    margin-top: -35px;
    height: 70px;
    border-left: 1px solid rgba(var(--custom-rgb-color-black-default),0.15);
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item .btn-item {
    white-space: nowrap;
    padding: 0 30px !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;    
}

/* shortcut filter */
.search-and-filter-section.on-home-page ul.shortcut-filter-group.check-item-group .check-item>.check {
    border: none !important;
    background-color: rgba(var(--custom-rgb-color-black-default),0.15);
    color: rgba(var(--custom-rgb-color-white),1);
}
.search-and-filter-section.on-home-page ul.shortcut-filter-group.check-item-group .check-item.selected>.check {
    border: none !important;
    background-color: rgba(var(--custom-rgb-color-white),1);
    color: rgba(var(--custom-rgb-color-primary),1);
}
.search-and-filter-section.on-home-page ul.shortcut-filter-group.check-item-group .check-item.selected>.text {
    color: rgba(var(--custom-rgb-color-white),1);
}


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

#home-section-is-property-category {
    position: relative;
}
#home-section-is-property-category .property-category-item {
    position: relative;
}
#home-section-is-property-category .property-category-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--custom-rgb-color-black-default),0.5);    
    z-index: 4;
}
#home-section-is-property-category .property-category-item .text-on-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    color: rgba(var(--custom-rgb-color-white),1);
    z-index: 5;
}
#home-section-is-property-category .property-category-item .text-on-banner>.icon {
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    width: 100%;
}
#home-section-is-property-category .property-category-item .text-on-banner>.description {
    width: 100%;
}

/* topic */
#home-section-is-property-category .property-category-item.topic {
    background-color: rgba(var(--custom-rgb-color-primary),1);
}
#home-section-is-property-category .property-category-item.topic .text-on-banner {
    color: rgba(var(--custom-rgb-color-black),1);
}
#home-section-is-property-category .property-category-item.topic .text-on-banner>.title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
#home-section-is-property-category .property-category-item.topic::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 13px);
    left: 0;
    right: 0;
    bottom: -13px;
    background: none;
    background-image: url(../../images/sites/bg-olaf-bottom.png);
    background-size: 200px auto;
    background-repeat: repeat no-repeat;
    background-position: center bottom;
    z-index: 1;
}

/* ============================================================================================== */
/* ======================================= PROPERTY RECOMMEND =================================== */
/* ============================================================================================== */

#home-section-is-property-recommend {
    position: relative;
    background-color: rgba(var(--custom-rgb-color-primary-light),1);
    overflow: hidden;
}
#home-section-is-property-recommend:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    background-image: url(../../images/sites/bg-olaf-top.png);
    background-size: 200px auto;
    background-repeat: repeat no-repeat;
    background-position: center top;
    opacity: 0.5;
    z-index: 1;
}
#home-section-is-property-recommend>.property-recommend-container {
    position: relative;
    z-index: 2;
}

/* ============================================================================================== */
/* ========================================= PROPERTY UPDATE ==================================== */
/* ============================================================================================== */

#home-section-is-property-update {
    position: relative;
    background-color: rgba(var(--custom-rgb-color-primary-light),1);
    overflow: hidden;
}
#home-section-is-property-update:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.2;
    background-image: url(../../images/sites/bg-property-update.png);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    z-index: 1;
}
#home-section-is-property-update #property-and-type-section {
    position: relative;
    z-index: 2;
}

/* ============================================================================================== */
/* ============================================== BLOG ========================================== */
/* ============================================================================================== */

#home-section-is-blog {
    position: relative;
}
#home-section-is-blog .card-block-row.is-blog {
    margin-top: 20px;
    margin-bottom: 20px;
}
#home-section-is-blog .card-block.is-blog.horizontal-format>.card-block-inner {
    flex-direction: row-reverse;
    border: 1px solid rgba(var(--custom-rgb-color-black),0.2);
}
#home-section-is-blog .card-block.is-blog.horizontal-format>.card-block-inner:hover {
    border-color: rgba(var(--custom-rgb-color-black),0);
}
#home-section-is-blog .card-block-row.inline.is-blog .card-block.is-blog.horizontal-format {
    margin-bottom: 0;
}
#home-section-is-blog .btn-row {
    position: relative;
    display: flex;
    justify-content: center;
}

/* ============================================================================================== */
/* ============================================= SERVICE ======================================== */
/* ============================================================================================== */

#home-section-is-service {
    position: relative;
    background-color: rgba(var(--custom-rgb-color-primary),1);
    height: 400px;
}
#home-section-is-service>.container {
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#home-section-is-service .hl-service-row {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: calc(100% + 40px);
    margin: 0 -20px;
}
#home-section-is-service .hl-service-row>.hl-service-col {
    position: relative;
    /* display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center; */
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
}
#home-section-is-service .hl-service-row>.hl-service-col+.hl-service-col {
    border-left: 1px solid rgba(var(--custom-rgb-color-black),0.3);
}
#home-section-is-service .hl-service-row>.hl-service-col.this-col-left {
    padding-right: 100px;
}
#home-section-is-service .hl-service-row>.hl-service-col.this-col-right {
    padding-left: 100px;
}
#home-section-is-service .hl-service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
#home-section-is-service .hl-service-item>.title {
}
#home-section-is-service .hl-service-item>.description {
    margin-top: 10px;
}
#home-section-is-service .hl-service-item>.btn-row {
    margin: auto 0 0 0;
    padding-top: 30px;
}
#home-section-is-service .default-btn {
    border: 1px solid rgba(var(--custom-rgb-color-white),1);
}
#home-section-is-service .default-btn:hover {
    color: rgba(var(--custom-rgb-color-white),1);
    background-color: rgba(var(--custom-rgb-color-white),0);
    border: 1px solid rgba(var(--custom-rgb-color-white),1);
}

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

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

#home-section-is-property-category .property-category-item.topic .text-on-banner>.title {
    font-size: 18px;
    line-height: 25px;
}
#home-section-is-property-category .property-category-item .text-on-banner {
    padding: 20px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.icon {
    width: 45px;
    height: 45px;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 15px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.title {
    font-size: 18px;
    line-height: 25px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.description {
    font-size: 13px !important;
    line-height: 20px !important;
}

}

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

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

#home-section-is-search {
    height: 110px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section .field-group-search {
    padding-left: 40px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section .field-group-search>.icon {
    font-size: 25px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form.search-form .input-field-search.field.label-inline>.label-text.has-colon {
    font-size: 12px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form.search-form .input-field-search.field.label-inline>.input {
    font-size: 16px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section {
    width: calc( 100% - 720px );
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section {
    width: 720px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all {
    width: 540px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item {
    width: 170px;
}

/* col search */
#home-section-is-search .home-search-row>.home-search-col.this-col-search {
    width: calc( 50% + 420px );
}
#home-section-is-search .home-search-row>.home-search-col.this-col-search>.container {
    width: 1040px;
    padding-right: 0;
}

/* col submit */
#home-section-is-search .home-search-row>.home-search-col.this-col-submit {
    width: calc( 50% - 420px );
}
#home-section-is-search .home-search-row>.home-search-col.this-col-submit>.container {
    width: 200px;
}

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

#home-section-is-property-category .property-category-item.topic .text-on-banner>.title {
    font-size: 18px;
    line-height: 25px;
}
#home-section-is-property-category .property-category-item .text-on-banner {
    padding: 20px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.icon {
    width: 45px;
    height: 45px;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 15px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.title {
    font-size: 18px;
    line-height: 25px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.description {
    font-size: 13px !important;
    line-height: 20px !important;
}

/* ============================================================================================== */
/* ============================================= SERVICE ======================================== */
/* ============================================================================================== */

#home-section-is-service .hl-service-row>.hl-service-col.this-col-left {
    padding-right: 60px;
}
#home-section-is-service .hl-service-row>.hl-service-col.this-col-right {
    padding-left: 60px;
}
#home-section-is-service .hl-service-item>.btn-row .default-btn {
    min-width: 150px;
    padding: 0 15px;
}

}

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

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

#home-section-is-search {
    height: 100px;
}

.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section {
    width: calc( 100% - 210px );
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section {
    width: 210px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all {
    width: 60px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item {
    display: none;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item.slot-item-filter-popup {
    display: block;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form.search-form .input-field-search.field.label-inline>.label-text.has-colon {
    font-size: 12px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form.search-form .input-field-search.field.label-inline>.input {
    font-size: 20px !important;
}

/* col search */
#home-section-is-search .home-search-row>.home-search-col.this-col-search {
    width: calc( 50% + 370px );
}
#home-section-is-search .home-search-row>.home-search-col.this-col-search>.container {
    width: 920px;
    padding-right: 0;
}

/* col submit */
#home-section-is-search .home-search-row>.home-search-col.this-col-submit {
    width: calc( 50% - 370px );
}
#home-section-is-search .home-search-row>.home-search-col.this-col-submit>.container {
    width: 200px;
}
#home-section-is-search .home-search-row>.home-search-col.this-col-submit .default-btn>.text {
    font-size: 20px;
}


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

#home-section-is-property-category .property-category-item.topic .text-on-banner>.title {
    font-size: 20px;
    line-height: 25px;
}
#home-section-is-property-category .property-category-item .text-on-banner {
    padding: 20px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.icon {
    width: 45px;
    height: 45px;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 15px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.title {
    font-size: 20px;
    line-height: 25px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.description {
    font-size: 14px !important;
    line-height: 20px !important;
}

/* ============================================================================================== */
/* ========================================= PROPERTY UPDATE ==================================== */
/* ============================================================================================== */

#property-and-type-section .card-block-section {
    height: 580px;
}

/* ============================================================================================== */
/* ============================================= SERVICE ======================================== */
/* ============================================================================================== */

#home-section-is-service .hl-service-row>.hl-service-col.this-col-left {
    padding-right: 60px;
}
#home-section-is-service .hl-service-row>.hl-service-col.this-col-right {
    padding-left: 60px;
}
#home-section-is-service .hl-service-item>.btn-row .default-btn {
    min-width: 150px;
    padding: 0 15px;
}

}

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

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

#home-section-is-search {
    height: 100px;
}

.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section {
    width: calc( 100% - 210px );
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section {
    width: 210px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all {
    width: 60px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item {
    display: none;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item.slot-item-filter-popup {
    display: block;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form.search-form .input-field-search.field.label-inline>.label-text.has-colon {
    font-size: 12px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form.search-form .input-field-search.field.label-inline>.input {
    font-size: 18px !important;
}

/* col search */
#home-section-is-search .home-search-row>.home-search-col.this-col-search {
    width: calc( 50% + 300px );
}
#home-section-is-search .home-search-row>.home-search-col.this-col-search>.container {
    width: 750px;
    padding-right: 0;
}

/* col submit */
#home-section-is-search .home-search-row>.home-search-col.this-col-submit {
    width: calc( 50% - 300px );
}
#home-section-is-search .home-search-row>.home-search-col.this-col-submit>.container {
    width: 180px;
}
#home-section-is-search .home-search-row>.home-search-col.this-col-submit .default-btn>.text {
    font-size: 18px;
}

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

#home-section-is-property-category .property-category-item.topic .text-on-banner>.title {
    font-size: 18px;
    line-height: 25px;
}
#home-section-is-property-category .property-category-item .text-on-banner {
    padding: 20px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.icon {
    width: 45px;
    height: 45px;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 15px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.title {
    font-size: 18px;
    line-height: 25px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.description {
    font-size: 12px !important;
    line-height: 20px !important;
}


/* ============================================================================================== */
/* ========================================= PROPERTY UPDATE ==================================== */
/* ============================================================================================== */

#property-and-type-section .card-block-section {
    height: 660px;
}

/* ============================================================================================== */
/* ============================================= SERVICE ======================================== */
/* ============================================================================================== */

#home-section-is-service .hl-service-row>.hl-service-col.this-col-left {
    padding-right: 60px;
}
#home-section-is-service .hl-service-row>.hl-service-col.this-col-right {
    padding-left: 60px;
}
#home-section-is-service .hl-service-item>.btn-row .default-btn {
    min-width: 150px;
    padding: 0 15px;
}

}

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

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

#home-section-is-search {
    height: 150px; /* 130 */
}
.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-and-filter-row {
    flex-wrap: wrap;
}
.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: 60px;
    width: 100% !important;
    max-width: 100% !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section {
    /* border-bottom: 1px solid rgba(var(--custom-rgb-color-black),0.5); */
    padding: 20px 0 0 0 !important;
    height: auto !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section .field-form-search {
    padding: 0 20px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section .field-group-search {
    padding-left: 40px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section .field-group-search>.icon {
    font-size: 20px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form.search-form .input-field-search.field.label-inline>.label-text.has-colon {
    display: none !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form.search-form .input-field-search.field.label-inline>.input {
    font-size: 15px !important;
    line-height: 45px !important;
    height: 45px !important;
}

.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-shortcut {
    width: 220px;
    justify-content: flex-start;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-shortcut ul.shortcut-filter-group {
    display: flex;
    flex-wrap: nowrap;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-shortcut ul.shortcut-filter-group>li+li {
    margin: 0 0 0 15px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all {
    width: calc(100% - 220px);
    display: flex;
    justify-content: flex-end;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .btn-item {
    padding: 0 0 0 20px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item {
    display: none;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item.slot-item-filter-popup {
    width: 130px;
    display: block;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item.slot-item-filter-popup>.btn-item,
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item.slot-item-filter-popup>.btn-item>.inside {
    width: 100%;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item.slot-item-filter-popup>.btn-item>.inside {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item+.bar-slot-item:before,
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-shortcut:before,
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all:before {
    display: none !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.slot-item-filter-popup .btn-item>.inside>.icon {
    font-size:18px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.slot-item-filter-popup .btn-item>.inside>.text {
    display: block;
}

/* col search */
#home-section-is-search .home-search-row>.home-search-col.this-col-search {
    width: calc( 50% + 180px );
}
#home-section-is-search .home-search-row>.home-search-col.this-col-search>.container {
    width: 520px;
    padding-right: 50px;
}

/* col submit */
#home-section-is-search .home-search-row>.home-search-col.this-col-submit {
    width: calc( 50% - 180px );
}
#home-section-is-search .home-search-row>.home-search-col.this-col-submit>.container {
    width: 180px;
}
#home-section-is-search .home-search-row>.home-search-col.this-col-submit .default-btn>.text {
    font-size: 16px;
}

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

#home-section-is-property-category .property-category-item.topic .text-on-banner>.title {
    font-size: 20px;
    line-height: 30px;
}
#home-section-is-property-category .property-category-item .text-on-banner {
    padding: 20px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.icon {
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.title {
    font-size: 20px;
    line-height: 30px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.description {
    font-size: 12px !important;
    line-height: 20px !important;
}

/* ============================================================================================== */
/* ========================================= PROPERTY UPDATE ==================================== */
/* ============================================================================================== */

/* ============================================================================================== */
/* ============================================== BLOG ========================================== */
/* ============================================================================================== */

#home-section-is-blog .card-block-row.inline.is-blog .card-block.is-blog+.card-block.is-blog {
    margin-top: 15px;
}
#home-section-is-blog .card-block.is-blog.horizontal-format>.card-block-inner {
    flex-direction: row;
}


/* ============================================================================================== */
/* ============================================= SERVICE ======================================== */
/* ============================================================================================== */

#home-section-is-service {
    height: auto;
    padding: 60px 0;
}
#home-section-is-service .hl-service-row {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}
#home-section-is-service .hl-service-row>.hl-service-col {
    text-align: center;
}
#home-section-is-service .hl-service-row>.hl-service-col.this-col-left,
#home-section-is-service .hl-service-row>.hl-service-col.this-col-right {
    width: 100%;
    padding: 0;
}
#home-section-is-service .hl-service-row>.hl-service-col+.hl-service-col {
    border: none;
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.3);
    padding-top: 40px;
    margin-top: 40px;
}
#home-section-is-service .hl-service-item>.btn-row .btn-group {
    justify-content: center;
}
#home-section-is-service .hl-service-item>.btn-row .default-btn {
    min-width: 200px;
    padding: 0 20px;
}


}

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

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

#home-section-is-search {
    height: auto;
}
#home-section-is-search .home-search-row {
    flex-wrap: wrap;
}
#home-section-is-search .home-search-row>.home-search-col {
    width: 100% !important;
    height: auto !important;
    flex: none !important;
}

.search-and-filter-section.on-home-page .search-and-filter-row {
    flex-wrap: wrap;
}
.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: 60px;
    width: 100% !important;
    max-width: 100% !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section .field-form-search {
    padding: 0 20px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section {
    /* border-bottom: 1px solid rgba(var(--custom-rgb-color-black),0.5); */
    padding: 20px 0 0 0 !important;
    height: auto !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section .field-group-search {
    padding-left: 40px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section .field-group-search>.icon {
    font-size: 20px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form.search-form .input-field-search.field.label-inline>.label-text.has-colon {
    display: none !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form.search-form .input-field-search.field.label-inline>.input {
    font-size: 15px !important;
    line-height: 45px !important;
    height: 45px !important;
}

.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-shortcut {
    width: 220px;
    justify-content: flex-start;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-shortcut ul.shortcut-filter-group {
    display: flex;
    flex-wrap: nowrap;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-shortcut ul.shortcut-filter-group>li+li {
    margin: 0 0 0 15px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all {
    width: calc(100% - 220px);
    display: flex;
    justify-content: flex-end;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .btn-item {
    padding: 0 0 0 20px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item {
    display: none;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item.slot-item-filter-popup {
    width: 130px;
    display: block;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item.slot-item-filter-popup>.btn-item,
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item.slot-item-filter-popup>.btn-item>.inside {
    width: 100%;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item.slot-item-filter-popup>.btn-item>.inside {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item+.bar-slot-item:before,
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-shortcut:before,
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all:before {
    display: none !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.slot-item-filter-popup .btn-item>.inside>.icon {
    font-size:18px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.slot-item-filter-popup .btn-item>.inside>.text {
    display: block;
}

/* col search */
#home-section-is-search .home-search-row>.home-search-col.this-col-search>.container {
    width: 100% !important;
    padding: 0 20px;
    margin: 0 auto !important;
}

/* col submit */
#home-section-is-search .home-search-row>.home-search-col.this-col-submit>.container {
    width: 100% !important;
    
}
#home-section-is-search .home-search-row>.home-search-col.this-col-submit .default-btn {
    padding: 15px 0;
}
#home-section-is-search .home-search-row>.home-search-col.this-col-submit .default-btn>.text {
    font-size: 16px;
}

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

#home-section-is-property-category .property-category-item {
    width: 280px;
}
#home-section-is-property-category .property-category-item.topic .text-on-banner>.title {
    font-size: 17px;
    line-height: 25px;
}
#home-section-is-property-category .property-category-item .text-on-banner {
    padding: 20px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.icon {
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.title {
    font-size: 17px;
    line-height: 25px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.description {
    font-size: 12px !important;
    line-height: 15px !important;
}


/* ============================================================================================== */
/* ======================================= PROPERTY RECOMMEND =================================== */
/* ============================================================================================== */

/* #home-section-is-property-recommend {
    padding-bottom: 10px;
} */
#home-section-is-property-recommend:before {
    background-size: 150px auto;
}
#home-section-is-property-recommend .splide-pagination-under-slide {
    margin-top: 0;
}

/* ============================================================================================== */
/* ========================================= PROPERTY UPDATE ==================================== */
/* ============================================================================================== */

/* ============================================================================================== */
/* ============================================== BLOG ========================================== */
/* ============================================================================================== */

#home-section-is-blog .card-block-row.inline.is-blog .card-block.is-blog+.card-block.is-blog {
    margin-top: 15px;
}
#home-section-is-blog .card-block.is-blog.horizontal-format>.card-block-inner {
    flex-direction: row;
}


/* ============================================================================================== */
/* ============================================= SERVICE ======================================== */
/* ============================================================================================== */

#home-section-is-service {
    height: auto;
    padding: 40px 0;
}
#home-section-is-service .hl-service-row {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}
#home-section-is-service .hl-service-row>.hl-service-col {
    text-align: center;
}
#home-section-is-service .hl-service-row>.hl-service-col.this-col-left,
#home-section-is-service .hl-service-row>.hl-service-col.this-col-right {
    width: 100%;
    padding: 0;
}
#home-section-is-service .hl-service-row>.hl-service-col+.hl-service-col {
    border: none;
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.3);
    padding-top: 40px;
    margin-top: 40px;
}
#home-section-is-service .hl-service-item>.btn-row .btn-group {
    justify-content: center;
}
#home-section-is-service .hl-service-item>.btn-row .default-btn {
    min-width: 200px;
    padding: 0 20px;
}


}

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

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

#home-section-is-search {
    height: auto;
}
#home-section-is-search .home-search-row {
    flex-wrap: wrap;
}
#home-section-is-search .home-search-row>.home-search-col {
    width: 100% !important;
    height: auto !important;
    flex: none !important;
}

.search-and-filter-section.on-home-page .search-and-filter-row {
    flex-wrap: wrap;
}
.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: 60px;
    width: 100% !important;
    max-width: 100% !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section .field-form-search {
    padding: 0 20px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section {
    /* border-bottom: 1px solid rgba(var(--custom-rgb-color-black),0.5); */
    padding: 20px 0 0 0 !important;
    height: auto !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section .field-group-search {
    padding-left: 40px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section .field-group-search>.icon {
    font-size: 20px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form.search-form .input-field-search.field.label-inline>.label-text.has-colon {
    display: none !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-keyword-section form.search-form .input-field-search.field.label-inline>.input {
    font-size: 15px !important;
    line-height: 45px !important;
    height: 45px !important;
}

.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-shortcut {
    width: 220px;
    justify-content: flex-start;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-shortcut ul.shortcut-filter-group {
    display: flex;
    flex-wrap: nowrap;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-shortcut ul.shortcut-filter-group>li+li {
    margin: 0 0 0 15px;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all {
    width: calc(100% - 220px);
    display: flex;
    justify-content: flex-end;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .btn-item {
    padding: 0 0 0 20px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item {
    display: none;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item.slot-item-filter-popup {
    width: 130px;
    display: block;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item.slot-item-filter-popup>.btn-item,
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item.slot-item-filter-popup>.btn-item>.inside {
    width: 100%;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.bar-slot-item.slot-item-filter-popup>.btn-item>.inside {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}
.search-and-filter-section.on-home-page .search-filter-section .bar-slot-group>.bar-slot-item+.bar-slot-item:before,
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-shortcut:before,
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all:before {
    display: none !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.slot-item-filter-popup .btn-item>.inside>.icon {
    font-size:18px !important;
}
.search-and-filter-section.on-home-page .search-and-filter-row>.search-and-filter-col.search-filter-section>.this-col-filter-all .bar-slot-group>.slot-item-filter-popup .btn-item>.inside>.text {
    display: block;
}

/* col search */
#home-section-is-search .home-search-row>.home-search-col.this-col-search>.container {
    width: 100% !important;
    padding: 0 20px;
}

/* col submit */
#home-section-is-search .home-search-row>.home-search-col.this-col-submit>.container {
    width: 100% !important;
}
#home-section-is-search .home-search-row>.home-search-col.this-col-submit .default-btn {
    padding: 15px 0;
}
#home-section-is-search .home-search-row>.home-search-col.this-col-submit .default-btn>.text {
    font-size: 16px;
}

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

#home-section-is-property-category .property-category-item {
    width: 230px;
}
#home-section-is-property-category .property-category-item.topic .text-on-banner>.title {
    font-size: 17px;
    line-height: 25px;
}
#home-section-is-property-category .property-category-item .text-on-banner {
    padding: 20px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.icon {
    width: 45px;
    height: 45px;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 10px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.title {
    font-size: 17px;
    line-height: 25px;
}
#home-section-is-property-category .property-category-item .text-on-banner>.description {
    font-size: 12px !important;
    line-height: 15px !important;
}

/* ============================================================================================== */
/* ======================================= PROPERTY RECOMMEND =================================== */
/* ============================================================================================== */

/* #home-section-is-property-recommend {
    padding-bottom: 10px;
} */
#home-section-is-property-recommend:before {
    background-size: 100px auto;
}
#home-section-is-property-recommend .splide-pagination-under-slide {
    margin-top: 0;
}

/* ============================================================================================== */
/* ========================================= PROPERTY UPDATE ==================================== */
/* ============================================================================================== */

/* ============================================================================================== */
/* ============================================== BLOG ========================================== */
/* ============================================================================================== */

#home-section-is-blog .card-block-row.inline.is-blog .card-block.is-blog+.card-block.is-blog {
    margin-top: 15px;
}
#home-section-is-blog .card-block.is-blog.horizontal-format>.card-block-inner {
    flex-direction: row;
}

/* ============================================================================================== */
/* ============================================= SERVICE ======================================== */
/* ============================================================================================== */

#home-section-is-service {
    height: auto;
    padding: 40px 0;
}
#home-section-is-service .hl-service-row {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}
#home-section-is-service .hl-service-row>.hl-service-col {
    text-align: center;
}
#home-section-is-service .hl-service-row>.hl-service-col.this-col-left,
#home-section-is-service .hl-service-row>.hl-service-col.this-col-right {
    width: 100%;
    padding: 0;
}
#home-section-is-service .hl-service-row>.hl-service-col+.hl-service-col {
    border: none;
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.3);
    padding-top: 40px;
    margin-top: 40px;
}
#home-section-is-service .hl-service-item>.btn-row {
    width: 220px;
    margin: 0 auto;
}
#home-section-is-service .hl-service-item>.btn-row .btn-group {
    justify-content: center;
    flex-wrap: wrap;
}
#home-section-is-service .hl-service-item>.btn-row .default-btn {
    min-width: auto;
    padding: 0 20px;
    margin: 0;
    width: 100%;
}
#home-section-is-service .hl-service-item>.btn-row .default-btn+.default-btn {
    margin-top: 10px;
}
}

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