/* ============================================================================================== */
/* ========================================== PROPERTY SPEC ===================================== */
/* ============================================================================================== */

ul.property-spec-group,
ul.property-spec-group>li {
    position: relative;
    list-style: none !important;
    padding: 0;
    margin: 0;
}
ul.property-spec-group {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
ul.property-spec-group.pd-10 {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}
ul.property-spec-group.pd-10>li {
    padding: 0 10px;
}
ul.property-spec-group.pd-5 {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}
ul.property-spec-group.pd-5>li {
    padding: 0 5px;
}

ul.property-spec-group>li>.icon {
    height: 0;
    line-height: 0;
}
ul.property-spec-group>li>.text {}

/* min size */
ul.property-spec-group.min-size>li>.icon {
    font-size: 18px;
}
ul.property-spec-group.min-size>li>.text {
    margin-left: 7px;
}
ul.property-spec-group.min-size.pd-5>li>.text {
    margin-left: 5px;
}

/* --------------------------------------------------------------- */
/* --------------------------- detail ---------------------------- */
/* --------------------------------------------------------------- */


/* info group */
.info-hl-group {
    position: relative;
}
.info-hl-group .title {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
}
.info-hl-group .detail {
    font-family: 'Rubik';
    font-size: 25px;
    line-height: 30px;
    font-weight: 500 !important;
}

/* info group - price */
.info-hl-group.price {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.info-hl-group.price>.col-icon {
    position: relative;
    width: 60px;
    height: 60px;
    font-size: 50px;
    line-height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-hl-group.price>.col-icon.color-primary {
    background-color: rgba(var(--custom-rgb-color-primary),0.2);
    color: rgba(var(--custom-rgb-color-primary),1);
}
.info-hl-group.price>.col-icon>.icon,
.info-hl-group.price>.col-icon>.icon:before {
    line-height: 0;
    height: 0;
}
.info-hl-group.price>.col-price {
    position: relative;
    padding-left: 15px;
}
.info-hl-group.price .detail>.text {
    font-family: 'Noto Sans Thai', 'Noto Sans';
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

/* ============================================================================================== */
/* ======================================= PROPERTY AND TYPE ==================================== */
/* ============================================================================================== */

#property-and-type-section {
    position: relative;
}
#property-and-type-section .title-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
}
#property-and-type-section .title-row>.title-col.this-col-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    flex: 1 0 0;
}
#property-and-type-section .title-row>.title-col.this-col-title .title+.view-more-btn {
    margin: 0 20px;
}
#property-and-type-section .title-row>.title-col.this-col-menu {}
#property-and-type-section .card-block-section {
    position: relative;
    height: 680px;
}
#property-and-type-section .card-block-section>.card-block-row {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    right: 0;
    transition: opacity 0.3s ease, top 0.3s ease;
    -webkit-transition: opacity 0.3s ease, top 0.3s ease;
    -moz-transition: opacity 0.3s ease, top 0.3s ease;
    -ms-transition: opacity 0.3s ease, top 0.3s ease;
    -o-transition: opacity 0.3s ease, top 0.3s ease;
    z-index: 1;
}
#property-and-type-section .card-block-section>.card-block-row.fade {
    opacity: 0;
}
#property-and-type-section .card-block-section>.card-block-row.fade.on {
    opacity: 1;
}
#property-and-type-section .card-block-section>.card-block-row.on {
    top: 0;
    z-index: 2;
}


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

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

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

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

}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
/* ============================================================================================== */
/* ======================================= PROPERTY AND TYPE ==================================== */
/* ============================================================================================== */
}

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

#property-and-type-section .title-row {
    flex-wrap: wrap;
    margin: 0 auto !important;
}
#property-and-type-section .title-row>.title-col.this-col-title,
#property-and-type-section .title-row>.title-col.this-col-menu {
    width: 100% !important;
}
#property-and-type-section .title-row>.title-col.this-col-menu {
    margin-top: 5px;
}
#property-and-type-section .title-row>.title-col.this-col-title .title+.view-more-btn {
    margin: 0 0 0 10px;
}
#property-and-type-section .card-block-section {
    height: 680px;
}
#property-and-type-section .card-block-section>.card-block-row {
    position: relative;
}
#property-and-type-section .splide-pagination-under-slide {
    margin-top: 0;
}

}

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

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

#property-and-type-section .title-row {
    flex-wrap: wrap;
    margin: 0 auto !important;
}
#property-and-type-section .title-row>.title-col.this-col-title,
#property-and-type-section .title-row>.title-col.this-col-menu {
    width: 100% !important;
}
#property-and-type-section .title-row>.title-col.this-col-menu {
    margin-top: 5px;
}
#property-and-type-section .title-row>.title-col.this-col-title .title+.view-more-btn {
    margin: 0 0 0 10px;
}
#property-and-type-section .card-block-section {
    height: auto;
}
#property-and-type-section .card-block-section>.card-block-row {
    position: relative;
}
#property-and-type-section .splide-pagination-under-slide {
    margin-top: 0;
}

}

/* xs */
@media (max-width: 575.98px) {
    
/* ============================================================================================== */
/* ======================================= PROPERTY AND TYPE ==================================== */
/* ============================================================================================== */

#property-and-type-section .title-row {
    flex-wrap: wrap;
    margin: 0 !important;
}
#property-and-type-section .title-row>.title-col.this-col-title,
#property-and-type-section .title-row>.title-col.this-col-menu {
    width: 100% !important;
}
#property-and-type-section .title-row>.title-col.this-col-menu {
    margin-top: 5px;
    display: flex;

    flex-wrap: nowrap;
}
#property-and-type-section .title-row>.title-col.this-col-title .title {
    flex: 1 0 0;
}
#property-and-type-section .title-row>.title-col.this-col-title .view-more-btn {
}
#property-and-type-section .title-row>.title-col.this-col-title .title+.view-more-btn {
    margin: 0 0 0 10px;
}
#property-and-type-section .card-block-section {
    height: auto;
}
#property-and-type-section .card-block-section>.card-block-row {
    position: relative;
}
#property-and-type-section .splide-pagination-under-slide {
    margin-top: 0;
}

}

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

