﻿@charset "UTF-8";
/*
    Author: TUNGTD
    CreatedDate: 11/11/2024
    Description: residential real estate detail stylesheet
*/
#detailContainer > * {
    line-height: normal;
}

@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1384px;
    }
}

.sp-lg-title {
    font-size: 2rem;
    line-height: normal;
}

.price {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: end;
    font-size: 2rem !important;
    line-height: normal;
}

.price .sub-text {
    font-size: 1rem;
    margin-left: 0.5rem
}

.property-action .icon {
    line-height: 3rem;
    width: 3rem;
    height: 3rem;
    font-size: 1rem
}

.title_isRent {
    line-height: normal;
}

.property-meta {
    font-size: 1rem
}

.property-meta .text {
    display: flex;
    align-items: center;
}

.property-meta .text svg {
    margin-right: 1rem;
}

.sp-img img {
    object-fit: cover;
}

#subImgages img {
    height: 214px !important;
}

#detailContainer .popup-img {
    border-radius: 0.625rem !important;
}

.overview-element * {
    line-height: normal;
}

.ps-widget {
    border-bottom: 1px solid #DADADA;
    font-size: 18px;
}

.ps-widget .title {
    font-size: 1.375rem;
}

.ps-widget .accordion-item {
    background-color: transparent;
}

[data-name=info] * {
    background-color: transparent !important
}

#infoContainer:not(.show) {
    max-height: 515px;
    overflow: hidden;
    position: relative;
}

#infoContainer:not(.show)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Độ cao của vùng làm mờ */
    background: linear-gradient(to bottom, transparent, #F7F7F7);
    /* Chỉnh `white` thành màu nền của div để làm mờ tự nhiên */
}

.title1 {
    font-family: var(--body-font-family);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.listing-style1 {
    margin-bottom: 0rem;
    border-radius: 0.625rem;
    line-height: normal;
    height: 479.75px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
}

.listing-style1 .list-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: normal;
}

.listing-style1 .list-text {
    color: #777;
    margin-bottom: 1rem;
    line-height: normal;
}


.listing-style1 .list-meta2 a {
    width: 1rem;
    height: 1rem;
    line-height: normal;
}

.listing-style1 .list-content {
    height: 100%;
}

.listing-style1 .list-thumb {
    min-height: 276.75px
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-stage-outer .owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

.owl-stage-outer .owl-item.active {
    opacity: 1;
    transition: opacity 500ms;
}

.list-thumb img {
    object-fit: cover;
}

.owl-dot span {
    transition: all .15s ease-in-out;
}

.owl-dot.active span {
    background-color: var(--color-primary) !important;
}

.center-label {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.header-card-finance {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: var(--color-primary);
    padding: 6px 0px
}
/*.header-card-finance img {
    filter: brightness(0) invert(1);*/ /* Chuyển đổi hình ảnh thành màu trắng */
/*}*/

.header-card-finance img {
    /* width: 117px !important; */
    object-fit: contain;
    height: 48px !important;
}

.finance-benefit {
    border-radius: 10px;
    border: 1px solid #EEE;
    padding: 20px;
}

.finance-title {
    font-size: 18px;
}

hr.hr-dashed {
    border: none;
    border-top: 1px dashed #EEE;
    background-color: unset;
}

.finance-btn {
    padding: 14px 28px !important;
}

.listing-finance {
    height: unset
}

.bdD9 {
    border-color: #D9D9D9
}

.title2 {
    font-family: var(--body-font-family);
    font-weight: 400
}