.banner-slider {
    height: 365px;
    background: var(--white);
    border-radius: 12px;
}
.banner-slider .swiper-wrapper img {
    object-fit: cover;
}
@media only screen and (max-width: 767px) {
    .banner-slider {
        height: 240px;
        border-radius: 0;
    }
    .banner-slider .swiper-wrapper img {
        object-fit: cover;
    }
}
.swiper-button-prev {
    left: 1rem;
}
.swiper-button-next {
    right: 1rem;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff;   
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-weight: bolder;
    font-size: 21px;
}
.banner-slider .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #fff;
}
.banner-slider .swiper-pagination-bullet-active {
    background: #fff;
    width: 8px;
    height: 8px;
}
.banner-slider .swiper-pagination {
    bottom: 1rem;
}
.banner-slider .swiper-button-prev {
    left: -16px;
    top: -35px;
}
.banner-slider .swiper-button-next {
    top: -35px;
}
.other-unit-gallery .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #fff;
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.other-unit-gallery .swiper-pagination-bullet-active {
    background: #fff;
    width: 8px;
    height: 8px;
}
.other-unit-gallery .swiper-pagination {
    bottom: 1rem;
}
.full-width, .expand {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block;
}
.all-proj-tab {
    border-bottom: 3px solid #E7E8EC;
    white-space: nowrap;
    overflow-x: auto;
    flex-flow: row;
}
.allProjTabLink {
    padding: 10px 20px;
    margin: 0 20px;
    font-weight: bold;
}
.allProjTabLink:focus {
    color: #51ABE9;
    border-bottom: 5px solid #51ABE9;
}
.allProjTabLink:hover {
    color: #51ABE9;
}
.tab-active {
    color: #51ABE9;
    border-bottom: 5px solid #51ABE9;
}
.sku-page__similar {
    position: relative;
    height: 675px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #F2F6FE;
    overflow-x: hidden;
}
.property-detail {
    margin-top: 40px;
}
.property-detail .price {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #046BA9;
    margin: 0 0 10px 0;
}

.property-detail .discount {
    padding: 0 0 8px 0;
}

.property-detail .discount span {
    background: linear-gradient(90deg, #F6DB57 0%, #FFD400 106.23%);
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 16px;
    color: #046BA9;
}

.property-detail h2 {
    color: #046BA9;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    line-height: 32px;
}

.property-detail .headline h2 {
    font-weight: normal;
    color: #3C4268;
    margin-bottom: 0;
}

.property-detail .headline span {
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #9197a4;
}

.property-detail hr {
    width: 100%;
    border: 1px solid #969696;
}

.property-detail .rooms {
    width: 100%;
    margin: 12px 0;
    display: inline-block;
}

.property-detail .rooms .item {
    width: 20%;
    float: left;
    font-size: 14px;
}

.property-detail .rooms .item span {
    display: block;
    color: #525A80;
    line-height: 24px;
}

.property-detail .rooms .item span b {
    color: #41454c;
    font-weight: 600;
    line-height: 19px;
    padding-left: 4px;
}

.property-detail .rooms .item svg {
    vertical-align: middle;
}

.property-detail .rooms .item sup {
    font-size: 9px;
}

.property-detail .color-light {
    color: #9197a4;
}

.property-detail .color-bold {
    color: #41454c;
}

.property-detail .map {
    position: relative;
    padding: 16px 0;
    height: 400px;
}

.property-detail .map img {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.property-detail .map button {
    background: #51abe9;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    text-transform: none;
    padding: 2px 24px;
    position: absolute;
    top: 50%;  
    left: 50%; 
    transform: translate(-50%, -50%);
}

.property-detail .map iframe {
    width: 100%;
    height: 100%;
}

.property-detail .description {
    font-size: 14px;
    line-height: 24px;
    color: #41454c;
    margin: 16px 0;
    background: white;
    z-index: 1;
    position: relative;
    height: auto;
    overflow: hidden;
}

.property-detail .description:before,
.property-detail .description:after {
    -webkit-transiton: all 300ms ease;
    -moz-transiton: all 300ms ease;
    transition: all 300ms ease;
}

.property-detail .description.masked {
    height: 200px;
}

.property-detail .description.open {
    padding-bottom: 40px;
}

.property-detail .description.masked:before {
    content: "Tampilkan lebih banyak \2228";
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    z-index: 3;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
    color: #2469A5;
    font-weight: 600;
}

.property-detail .description.masked:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -webkit-linear-gradient(rgba(255,255,255,0) 40%, rgba(255,255,255,1) 81%);
    background: -moz-linear-gradient(rgba(255,255,255,0) 40%, rgba(255,255,255,1) 81%);
    background: -o-linear-gradient(rgba(255,255,255,0) 40%, rgba(255,255,255,1) 81%);
    background: linear-gradient(rgba(255,255,255,0) 40%, rgba(255,255,255,1) 81%);
}

.property-detail .description.open:before {
    content: "Tampilkan lebih sedikit \2227";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 3;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
    color: #2469A5;
    font-weight: 600;
}

.property-detail .description.open:after {
    content: none;
}

.property-detail .info {
    padding: 16px 0 0px;
}

.property-detail .info h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.property-detail .info .detail .f-row {
    border-bottom: 1px solid #dedede;
    padding: 16px 0;
}

.property-detail .info .detail span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #525A80;
}

.property-detail .info .detail span:nth-child(2) {
    color: #9197a4;
}

.kpr h3.kpr-title {
    color: #046BA9;
    font-weight: 600;
    font-size: 28px;
    line-height: 37px;
}

.kpr #kpr-notes {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #525A80;
}

.listing {
    position: relative;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #F2F6FE;
    max-width: initial;
    
}

.listing .col{
    max-width: 1080px;
    margin: auto;
}

.listing .price {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #074D92;
    margin-bottom: 0;
}

.listing .title {
    display: flex;
    align-items: center;
    padding: 40px 0 16px;
}

.listing .title h2 {
    font-weight: 600;
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    color: #046BA9;
}

.listing .title a {
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    color: #3C9EE2;
}

.listing .unit {
    display: flex;
    gap: 24px;
    padding: 26px 0;
    overflow-x: auto;
}

.single-unit .footer-cta {
    display: none !important;
}


@media only screen and (max-width: 1024px) {
    .row.listing{
        flex-flow: column;
    }
    .listing .unit {
        gap: 24px;
        padding: 20px 0 0;
    }
    .listing .swiper-container{
        overflow: unset;
    }
    .listing .unit .card-project-container {
        width: 300px;
    }
    .listing .unit .card-project-container .card-extra-info {
        gap: 0;
    }
}
@media only screen and (max-width: 767px) {
    .sku-page__info {
        --bs-gutter-y: 0;
        --bs-gutter-x: 0;
    }
    .section .container .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .project-contact .contact-action .btn-contact {
        display: block;
    }
}
@media only screen and (max-width: 600px) {
    

    .listing .unit .card {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 550px) {
    section.ldp .des-wrap .col.agent-wrap{
        padding: 0px 0px;
    }
   
    /* section.ldp .agent-contact{
        position: fixed;
        width: 100%;
        padding: 12px 16px;
        bottom: 0;
        background-color: #fff;
        border-radius: 0;
        box-shadow: 0px -4px 8px rgba(96, 97, 112, 0.16);
        z-index: 2;
    } */
    section.ldp .agent-contact .description,
    section.ldp .agent-contact .agent{
        display: none;
    }
    section.ldp .btn-contact{
        display: flex;
        justify-content: space-between;
    }
    section.ldp .btn-contact .btn-question,
    section.ldp .btn-contact .btn-whatsapp{
        margin: 0;
    }
}
.listing .unit-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 4px 0 18px;
}

.listing .description {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
}

.listing .unit .body {
    padding-bottom: 18px;
}

.listing .unit .card {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    width: 100%;
    margin: 0.5em;
}

.listing .unit .card .image {
    height: 200px;
}

.listing .unit .card img {
    border-radius: 8px 8px 0px 0px;
}

.listing .detail .item span {
    margin-left: 6px;
    font-size: 18px;
    line-height: 24px; 
    color: #575757;
}

.listing .detail {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
    
.listing .detail .item {
    width: 50%;
    padding: 0 0 10px;
}

#whatsapp-form .message p {
    padding: 0;
    font-size: smaller;;
}

#whatsapp-form label label.error {
    margin: -12px 0 12px;
}

.card-price-container {
    align-items: center;
}

.ldp .kpr .card-kpr-body .row {
    margin: 0;
}

.ldp .kpr .card-kpr-body h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #103A6C;
}

/* .sku-page__similar__content .unit {
    display: flex;
    gap: 24px;
    padding: 26px 0;
    overflow-x: scroll;
} */

/* iOS devices */
@supports (-webkit-overflow-scrolling: touch) {
    .sku-page__similar__content .unit, .listing .unit {
      -webkit-overflow-scrolling: touch;
    }
}

.single-unit {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    line-height: 1.29;
    color: #222b45;
}
.single-unit .row {
    margin-left: auto !important;
    margin-right: auto !important;
}
section hr {
    background: #edf1f7;
}
.unit-section-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 43px;
    color: var(--primary-banner-bg);
}

.unit-desc .promo {
    padding: 4px 24px;
    margin-bottom: 16px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    background: linear-gradient(90deg, #F6DB57 0%, #FFD400 106.23%);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: var(--primary-bg);
}
.unit-desc h1 {
    margin: 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 43px;
    color: var(--black);
}
.unit-desc .price {
    margin: 0;
}
.unit-desc .price-normal {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #989BB3;
    margin: 0;
}

.unit-desc .price-normal strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #222b45;
    margin: 0 7px;
}
.disc-percent {
    background: linear-gradient(90deg, #F95256 0%, #FF7B7E 106.23%);
    box-shadow: 0px 0px 2px rgb(40 41 61 / 4%), 0px 4px 8px rgb(96 97 112 / 16%);
    border-radius: 100px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: var(--white);
    padding: 5px 12px;
}
.unit-desc .price-disc strong {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: var(--primary-banner-bg);
}

.unit-desc .price-disc span {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.25px;
    text-decoration-line: line-through;
    color: #9EA3AE;
}

.unit-desc .price-disc p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.25px;
    color: #9EA3AE;
}

.price-box .installment-desc span {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: var(--primary-banner-bg);
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    .unit-desc h1{
        font-size: 22px;
        line-height: 28px;
    }
    .price-box .installment-desc span {
        font-size: 18px;
        line-height: 24px;
    }
    .unit-desc .price-disc strong{
        font-size: 20px;
        line-height: 26px;
    }
    .unit-section-title{
        font-size: 24px;
        line-height: 32px;
    }
}
.price-box hr {
    border: 1px solid #DCDDE5;
    margin: 1vh 0;
    width: 100%;
}

.unit-desc-side-info-row {
    /* display: flex;
    justify-content: space-between; */
}

.installment-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.unit-desc .kpr-simulation button,
.unit-desc .brochure button {
    background: transparent !important;
    border: transparent !important;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.5px;
    color: var(--primary-bg);
    gap: 8px;
    margin: 0;
}
@media only screen and (max-width: 768px) {
    .unit-desc .kpr-simulation button,
    .unit-desc .brochure button {
        font-size: 16px;
        line-height: 24px;
    }
}

.unit-dec-kpr-brochure {
    display: flex;
}

.unit-desc .brochure button {
    margin-right: 0;
}

.unit-desc .table-feature .table-feature__row {
    padding: 11px 24px;
    background-color: transparent;
    justify-content: space-between;
}
@media only screen and (max-width: 768px) {
    .unit-desc .table-feature .table-feature__row {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .other-button-prev, .other-button-next {
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 100px;
        position: relative;
        background: white;
        color: var(--primary-bg);
        box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    }
    .unit-desc .table-feature .table-feature__row {
        justify-content: space-between;
    }
    .unit-desc .table-feature .table-feature__row span:first-child {
        width: 60%;
        font-family: "Nunito", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
        display: flex;
        align-items: center;
        letter-spacing: 0.25px;
        color: #0D1A35;
    }
}
.unit-desc .table-feature .table-feature__row:nth-child(2n) {
    background-color: transparent;
}

.unit-desc .table-feature .table-feature__row span:first-child {
    display: flex;
    align-items: center;
}
.unit-desc .table-feature span {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #0D1A35;
    gap: 1vw;
}
.unit-desc .table-feature span:last-child {
    font-weight: 600;
}
.unit-desc .table-feature .icon {
    width: 22px;
    margin-right: 19px;
}
.unit-desc .table-feature .icon svg {
    fill: pink;
}
.sku-page__info__contact button,
.sku-page__action__form button {
    display: block !important;
    width: 100%;
    padding: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.sku-page__info__contact .btn-contact,
.sku-page__action__form .btn-contact {
    border: solid 1px #0081c6;
    color: #0081c6;
}
.sku-page__info__contact .picker {
    height: 45px;
    border: solid 1px #dcdcdc;
}
.sku-page__info__contact .picker .picker__form,
.sku-page__info__contact .picker .picker__form:hover,
.sku-page__info__contact .picker .picker__form:focus,
.sku-page__info__contact .picker .picker__form:active {
    font-size: 16px;
    font-weight: 500;
}
.sku-page__info__contact .counter {
    padding: 0;
}

.unit-detail-icon-container {
    display: flex;
    position: absolute;
    left: 0 !important;
    bottom: 40px;
    justify-content: center;
    width: 100%;
    gap: 1.5vw;
    z-index: 999;
}
@media only screen and (max-width: 767px) {
    .unit-detail-icon-container {
        gap: 4vw;
    }
    .unit-desc .table-feature span {
        gap: 3vw;
    }
}

.unit-detail-media-vr {
    /* margin-right: 20px; */
}

.unit-detail-media-vr:hover,
.unit-detail-media-video:hover,
.unit-detail-media-photo:hover {
    color: #0081c6;
}

.unit-detail-media-vr,
.unit-detail-media-video,
.unit-detail-media-photo {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 4px 10px;
    position: static;
    height: 24px;
    background: var(--tertiary-bg);
    border-radius: 100px;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: var(--primary-bg);
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 154px;
}

.unit-detail-media-vr > img,
.unit-detail-media-video > img,
.unit-detail-media-photo > img {
    margin-right: 10px;
    width: 22px;
    height: 22px;
}

.detail-unit-slide {
    width: 100%;
}

.detail-unit-slide > .slider {
    box-shadow: none !important;
}

.detail-unit-slide > .slider > .flickity-viewport {
    display: flex;
    /* top: calc(100% - 400px) !important; */
    background-color: #d6d6d647;
    height: 350px !important;
    border-radius: 1em;
}

.detail-unit-slide > .slider > .flickity-viewport > .flickity-slider {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
}

.flickity-prev-next-button {
    width: 38px;
    height: 38px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
    background-color: transparent;
    opacity: 1 !important;
    border-radius: 50%;
}

.flickity-prev-next-button:hover {
    border-radius: 50% !important;
}

.flickity-prev-next-button svg {
    border: none !important;
    border-radius: 0 !important;
    color: #fff;
}

.flickity-prev-next-button svg:hover {
    border-radius: 50% !important;
}

.flickity-slider img {
    width: 100%;
    height: auto;
}

/* Confirmation Modal */
.confirm-modal-button {
    width: 150px;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    text-transform: initial;
    border-radius: 4px;
    padding: 9px 0px 9px 0px;
    margin-top: 20px;
}
.confirm-modal-button.yes {
    border: 1px solid #0081c6;
    background: #0081c6;
    color: #ffffff;
}
.confirm-modal-button.yes:hover {
    border: 1px solid #00679e;
    background: #00679e;
}
.confirm-modal-button.no {
    border: 1px solid #222b45;
    background: #ffffff;
    color: #222b45;
}
.confirm-modal-button.no:hover {
    background: #eeeeee;
}
.confirm-modal-title {
    font-size: 24px !important;
    color: #222b45;
}
.confirm-modal-text {
    font-size: 16px !important;
    margin-bottom: 0;
}

.unit-list-price-ekey {
    width: 500px;
    height: 32px;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #222b45;
    padding-bottom: 45px;
}

.title-online-booking {
    display: table;
    margin: 0 auto;
    text-align: center;
    width: 500px;
}

.unit-icon-ekey {
    color: gold;
    transform: scaleX(-1);
    font-size: 14px;
    margin-bottom: 15px;
}

.unit-section-ekey {
    margin-bottom: 7px !important;
}

.unit-ekey-description-popup {
    font-size: 14px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29 !important;
    letter-spacing: normal;
    color: #222b45 !important;
    padding-top: 0px !important;
    margin-bottom: 0px;
}

.unit-term-condition-popup {
    font-size: 14px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    padding-left: 25px;
    text-align: left;
}

.kpr-promo {
    font-size: 14px;
    line-height: 1.29;
    color: #222b45;
    margin: 0 7px 15px;
}

.label-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3vh;
}

.label-action .badge {
    width: auto;
    height: auto;
    margin-top: 5px;
    padding: 0;
}

.action-favorite {
    box-shadow: 0px 0px 2px rgb(40 41 61 / 4%), 0px 4px 8px rgb(96 97 112 / 16%);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    font-size: 20px;
    padding: 1vh;
    color: #989BB3;
}

.developer-contact {
    position: sticky;
    position: -webkit-sticky;
    box-shadow: 0px 0px 2px rgb(40 41 61 / 4%), 0px 4px 8px rgb(96 97 112 / 16%);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
}
@media only screen and (max-width: 550px){
    .developer-contact {
        position: fixed;
        width: 100%;
        padding: 12px 16px;
        top: unset !important;
        left: 0;
        bottom: 0;
        background-color: #fff;
        border-radius: 0;
        box-shadow: 0px -4px 8px rgba(96, 97, 112, 0.16);
        z-index: 2;
    }
    .developer-contact .mobile-wrap {
        display: flex !important;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
    .developer-contact .mobile-wrap .card-dev-logo {
        text-align: right;
        margin-bottom: 0 !important;
    }
}
.developer-contact div.card-dev-logo {
    text-align: center;
    position: relative;
    margin-bottom: 1em;
}
.developer-contact div.card-dev-logo img {
    max-width: 50%;
    min-width: 85px
}
.developer-contact hr {
    border: 1px solid #f1f1f1;
    width: 100%;
    margin: 2vh;
}

.developer-contact div.description p {
    text-align: center;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: var( --primary-banner-bg);
}

.developer-contact div.description p#property-name {
    font-size: 18px;
}

#project-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #9EA3AE;
    margin-bottom: 0px;
}

.developer-contact div.btn-contact {
    width: 100%;
    margin-top: 1em;
}

.developer-contact div.btn-contact button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    background: linear-gradient(90deg, #EB2227 0%, #EB2227 106.23%);
    border-radius: 8px;
    width: 100%;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: var(--white);
    line-height: 24px;
}

.all-proj-tab {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1em;
}

.allProjTabLink {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #989BB3;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.allProjTabLink:hover {
    color: #0A1208;
}
@media screen and (max-width: 768px) {
    .allProjTabLink {
        font-size: 14px;
        line-height: 21px;
    }
}
.tab-active {
    border-bottom: none;
    color: var(--primary-banner-bg);
    position: relative;
    overflow: hidden;
}

.tab-active::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #F95256 0%, #FF7B7E 106.23%);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.desription div.text {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.25px;
    color: #103A6C;
}

@media screen and (max-width: 1024px) {
    .detail-unit-slide > .slider > .flickity-viewport {
        height: 350px !important;
    }

    .detail-unit-slide > .slider > .flickity-viewport > .flickity-slider {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .detail-unit-slide > .slider > .flickity-viewport  {
        border-radius: unset;
        height: 250px !important;
    }

    .detail-unit-slide > .slider > .flickity-viewport > .flickity-slider {
        display: flex;
    }

    .detail-unit-slide > .slider > .flickity-viewport > .flickity-slider > a > .img {
        display: contents;
    }
}
@media screen and (max-width: 425px) {
    .unit-desc-side-info-row {
        flex-direction: column;
    }

    .unit-desc .kpr-simulation button,
    .unit-desc .brochure button {
        padding: 12px 9px;
    }
}

@media screen and (max-width: 360px) {
    .unit-desc .kpr-simulation button,
    .unit-desc .brochure button {
        padding: 12px 5px;
    }
}

@media only screen and (max-width: 768px) {
    .title-online-booking {
        width: auto;
    }
}

.facility-wrap .hide-content {
    max-height: 128px;
    overflow: hidden;
}
.facility-wrap .col-20 {
    width: 20%;
    flex-basis: 20%;
    margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
    .facility-wrap .col-20 {
        width: 33%;
        flex-basis: 33%;
    }
    
    .facility-wrap .hide-content {
        max-height: 160px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 360px) {
    .facility-wrap .col-20 {
        width: 50%;
        flex-basis: 50%;
    }
}
.facility-wrap img {
    width: 40px;
}
.facility-wrap .flex-center {
    justify-content: center;
}
.facility-wrap .show-more {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
    color: #216bff;
    cursor: pointer;
}

/* map section */
.map-wrap .map-header {
    display: flex;
    overflow-x: auto;
    min-width: 100%;
}
.map-wrap .map-header .map-header-col {
    min-width: 100px;
    text-align: center;
    margin: 5px;
    cursor: pointer;
}
.map-wrap .map-header .active .title {
    color: #216bff;
}
@media only screen and (min-width: 1024px) {
    .map-wrap .map-header {
        justify-content: center;
    }
    .map-wrap .map-header .map-header-col {
        min-width: 140px;
    }
}
.map-wrap .map-header .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #222b45;
    padding: 6px;
}
.map-wrap .map-header .icon img {
    height: 32px;
}
.map-wrap .map-body {
    margin-top: 32px;
}
.map-wrap .map-body .gmap iframe {
    width: 100%;
}
.map-body .card .card-header .row {
    background-color: #0081c6;
    color: #ffffff;
}
.map-body .card .card-header .row .col:nth-child(2) {
    padding-left: 0;
}
.map-body .card .card-header h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #ffffff;
    padding: 10px 0 2px;
    margin: 0;
}
.map-body .card .card-header p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
    color: #ffffff;
    margin-bottom: 12px;
}
.map-body .card .card-header select {
    height: 40px;
    border-radius: 4px;
    border: solid 1px #c5cee0;
    margin: 0;
}
.map-body .card .card-body .row {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #222b45;
    padding: 20px 0;
    border-bottom: 1px solid #edf1f7;
}
.sku-page__map #gmaps {
    min-height: 400px;
}
/* Footer */
.sku-page .sku-page__action .sku-page__action__price h1 p,
.sku-page .sku-page__action .sku-page__action__price h5 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #222b45;
    opacity: 1;
}
.sku-page .sku-page__action .sku-page__action__form {
    margin-top: 12px;
}
.sku-page .sku-page__action .sku-page__action__form .picker {
    height: 47px;
    width: auto;
}
.sku-page__action {
    padding: 10px 0;
    margin-top: 30px;
}
.sku-page__action .row {
    align-items: center;
}
.sku-page__action .project-name {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #103A6C;
}
.sku-page__action .project-address {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
    color: #222b45;
}
.sku-page__action .project-unit-logo {
    width: auto;
    height: 100%;
    object-fit: contain;
}
.sku-page__action .btn-booking {
    border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.sku-page__kpr {
    background: transparent;
}
.sku-page__kpr h2{
    font-weight: 600;
    font-size: 28px;
    line-height: 37px;
    color: #103A6C;
}

.kpr-simulation-year .card-installment {
    background: #ffffff;
    margin: 0;
}
.kpr-simulation-year .card-installment .tenor {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 12px;
    padding-top: 12px;
}
.kpr-simulation-year .card-installment .installment {
    font-size: 20px;
    font-weight: bold;
    color: #0081c6;
    margin: 0;
}
.kpr-simulation-year .card-installment .month {
    font-size: 14px;
    line-height: 1.43;
    color: rgba(0, 0, 0, 0.75);
    padding-bottom: 15px;
}
.sku-page__kpr .bank-logo {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
.sku-page__kpr .bank-logo img {
    height: 70px;
    margin-left: 16px;
}
.unit-desc #tabs {
    border-bottom: 1px solid #DCDDE5;
}
/* .sku-page__similar .swiper-wrapper{
    height: auto;
} */
.card-property-image-container{
    width: 100%;
}
.card-property-image-container .card-property-image{
    height: 220px;
}

.sku-page__kpr #kpr-notes{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D485D;
}

@media only screen and (max-width: 1024px) {
    .sku-page__kpr .bank-logo {
        top: auto;
    }
}

@media only screen and (max-width: 768px) {
    .sku-page__kpr {
        padding-top: 48px !important;
        background: #ffffff;
    }
    .sku-page__kpr h2{
        text-align: left;
        font-size: 24px;
        line-height: 26px;
        color: #0A1208;
    }

    .sku-page__kpr #kpr-notes {
        text-align: left;
        font-size: 14px;
        line-height: 24px;
        color: #525A80;
    }
    .sku-page__kpr .row-title {
        margin-bottom: 12px;
    }
    .sku-page__kpr .unit-section-title {
        font-size: 24px;
        line-height: 32px;
        text-align: left;
        padding: 6px 0 6px 6px;
    }
    .sku-page__kpr .bank-logo {
        top: auto;
        right: 0;
    }
    .sku-page__kpr .bank-logo img {
        height: 32px;
        margin-left: 12px;
    }

    #recomendation-title-unit{
        padding: 0;
        margin: 0;
    }
}
.project-unit-logo-container {
    width: 15%;
    height: 62px;
}
@media screen and (max-width: 425px) {
    .project-unit-logo-container {
        width: 100%;
    }
    .sku-page__kpr .bank-logo {
        top: auto;
    }
    .sku-page__kpr .bank-logo img {
        height: 32px;
        margin-left: 8px;
    }
    .sku-page .sku-page__buy-e-key .sku-page__buy-e-key__container {
        padding: 12px 8px;
    }
}
.sku-page .sku-page__buy-e-key .sku-page__buy-e-key__container {
    margin: 0;
}
.sku-page__buy-e-key__wrap {
    justify-content: center;
}
@media only screen and (min-width: 1024px) {
    .sku-page__buy-e-key__container {
        width: 884px;
    }
}
.sku-page__buy-e-key__table {
    max-width: 100%;
}
.table-e-key .table-e-key__row .table-e-key__heading,
.table-e-key .table-e-key__row > td,
.table-e-key .table-e-key__row .table-e-key__column:nth-child(2),
.table-e-key .table-e-key__row .table-e-key__column:nth-child(3) {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
}
.table-e-key .table-e-key__row > td {
    font-weight: 600;
    color: #0081c6;
}
.table-e-key .table-e-key__row .table-e-key__heading:nth-child(3) {
    background-color: #0081c6;
}
.table-e-key .table-e-key__row .table-e-key__column:nth-child(3) {
    background-color: #e9f0ff;
}
.back-to-top {
    z-index: 999;
}
.sku-page,
.page-wrapper {
    padding-bottom: 0;
    background-color: #fcfdff;
}
.sku-page__action--sticky .sku-page__action__mobile .project-unit-logo-container {
    display: block;
}
.sku-page__action__mobile .project-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.71;
}
.sku-page__action__mobile .project-address {
    font-size: 12px;
    line-height: 1.49;
    font-weight: normal;
}
.sku-page__action__mobile .sku-page__action__form button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin: 0;
}
.sku-page .sku-page__action.sku-page__action--sticky {
    display: block;
}

.sku-page__action--sticky {
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 -8px 6px 0 rgb(0 0 0 / 5%);
    background-color: #ffffff;
}

.sku-page__action div div div.col {
    padding: 0px 15px 0px;
}

.project-unit-logo-container::after {
    content: '';
    border: 1px solid #f7f7f7;
    position: absolute;
    right: 0em;
    height: 8vh;
}

.mfp-bg.mfp-ready {
    opacity: .9 !important;
}

/* footer on desktop - unit detail */
#detail-unit-kpr-wrap > .card-kpr-calculator > .row > #kpr-result-wrap > .card-kpr-body > #kpr-calculation-result > .d-desktop-only > .row > div > .card-calculation-result > .card-calculation-result-footer {
    display: block;
    position: absolute;
    bottom: 10px;
    font-size: 11px;
    margin-right: 28px;
}

.card-calculation-result-footer > p > a,
.m-card-calculation-result-footer > p > a {
    color: #222b45;
}

/* footer on mobile - unit detail */
#detail-unit-kpr-wrap > .card-kpr-calculator > .row > #kpr-result-wrap > .card-kpr-body > #kpr-calculation-result > .d-mobile-only > div > .m-card-calculation-result-footer {
    display: block;
    padding: 0 10px;
}

@media screen and (max-width: 600px) and (min-width: 300px) {
    .sku-page .sku-page__action.sku-page__action--sticky {
        padding: 0px 2px;
    }
    .sku-page .sku-page__action .sku-page__action__form {
        padding-top: 0;
        padding-bottom: 0;
    }
    .page-wrapper {
        padding-top: 0;
    }
    #kpr-form .btn.btn--primary, #kpr-calculation-result .btn-kpr-submit {
        width: 100%;
    }
}


.share-social .section-btn { 
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.share-social .section-btn .btn-tools {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.share-social .section-btn .section-share {
    position: relative;
    padding-left: 10px;
}
.share-social .section-btn .section-share .section-share_btn,
.share-social .section-btn .section-share .section-share_btn:hover {
    background-color: #fff;
    color: #c4c4c4;
    border: none;
    box-shadow: 0px 0px 2px rgb(40 41 61 / 4%), 0px 4px 8px rgb(96 97 112 / 16%) !important;
    margin-bottom: 0px;
}
.share-social .section-btn .heateor_sss_sharing_container{
    position: absolute;
    width: 208px;
    top: -100px;
    left: auto;
    right: 0;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgb(40 41 61 / 4%), 0px 4px 8px rgb(96 97 112 / 16%);
    border-radius: 8px;
    padding: 10px;
    opacity:0;
    z-index: 1;
  }
.share-social .section-btn .heateor_sss_sharing_container.show {
    opacity: 1;
}
.share-social .section-btn .heateor_sss_sharing_container .heateor_sss_sharing_title {
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
}
.share-social .section-btn .heateor_sss_sharing_container .heateorSssSharingRound i {
    width: 32px !important;
    height: 32px !important;
    margin-right: 0.8em !important;
}
.share-social .section-btn .heateor_sss_sharing_container .heateorSssSharingRound:last-of-type i {
    margin-right: 0px;
}
@media screen and (max-width: 767px) {
     .project-header-info .section-btn {
        padding-bottom: 16px;
    }
}

.card-project-container .card-property-image-container .card-discount-container .card-discount-tag{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.card-project-container .card-detail-container .card-price-label{
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.card-project-container .card-price-tag{
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: var(--primary-banner-bg);
}
.card-project-container .card-price-start .card-price-cross{
    line-height: 21px;
}
.card-project-container .card-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--neutral-90);
}
.card-project-container .card-title-span{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #9EA3AE;
}
.card-project-container .card-extra-info .item .icon-label,
.card-project-container .card-extra-info .item .icon-value{
    color: #0D1A35;
}
@media screen and (max-width: 767px) {
     .card-project-container {
        margin: 0;
    }
    .card-project-container .card-property-image-container .card-discount-container .card-discount-tag{
        font-size: 14px;
        line-height: 24px;
    }
    .card-project-container .card-price-tag {
        font-size: 12px;
        line-height: 15px;
    }
    .card-project-container .card-price-start .card-price-cross {
        font-size: 8px;
        line-height: 14px;
    }
    .card-project-container .card-title{
        font-size: 10px;
        line-height: 14px;
    }
    .card-project-container .card-title-span{
        line-height: 24px;
    }
}

.project-contact {
    display: none;
    box-shadow: 0px -4px 16px rgba(96, 97, 112, 0.16);
    background-color: #ffffff;
    margin-bottom: 48px;
  }
  .project-contact.sticky{
    display: block;
  }
  
  .project-contact .container {
    width: 100%;
    display: flex;
    padding: 20px 15px;
  }
  
  .project-contact .contact-info {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .project-contact .contact-info,
  .project-contact .contact-action {
    flex: 1;
    line-height: 1.3;
  }
  
  .project-contact .contact-info .segment-desc{
    padding-left: 30px;
  }
  .project-contact .contact-info .segment-desc .project-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #103A6C;
    text-transform: capitalize;
    margin-bottom: 0;
  }
  
  .project-contact .contact-info .segment-desc .project-address {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #989BB3;
    margin-bottom: 0px;
  }
  
  .project-contact .contact-action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .project-contact .segment-logo{
    position: relative;
  }
  .project-contact .segment-logo:after {
      content: "";
      position: absolute;
      height: 100%;
      right: -15px;
      top: 0;
      bottom: 0;
      border-right: 1px solid #DCDDE5;
  }
  .segment-logo .proj-detail-sticky-logo-wrapper {
    height: 37.8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .segment-logo .proj-detail-developer-logo-img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
  }
  
  .project-contact .contact-action .btn-brochure-project,
  .project-contact .contact-action .btn-contact{
    width: 245px;
    height: 48px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    border-radius: 8px;
    text-transform: capitalize;
    margin: 0 0 0 10px;
  }
  
  .project-contact .contact-action .btn-brochure-project{
    background: #FFFFFF;
    color: #333;
    border: 1px solid #333;
  }
  
  .project-contact .contact-action .btn-contact{
    background: var(--primary-bg);
    color: #fff;
  }
  
  .project-contact.sticky {
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }
  
  @media screen and (max-width: 768px) {
    .project-contact .section-content,
    .project-contact .container,
    .project-contact .contact-info{
      padding: 0 !important;
    }
    .project-contact .contact-action{
        padding-top: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 12px;
    }
    .project-contact .contact-action > *{
        text-align: left;
    }

    .project-contact .contact-action .btn-brochure-project{
        width: 100%;
        color: var(--primary-text);
        border: 1px solid var(--primary-text);
        text-align: left;
    }
    .project-contact .contact-action .btn-brochure-project img{
         filter: brightness(0) saturate(100%) invert(21%) sepia(64%) saturate(5394%) hue-rotate(349deg) brightness(96%) contrast(93%);
    }
       
    .project-contact .contact-action .btn-whatsapp-pdp{
        font-size: 16px;
        line-height: 24px;
        margin: 0px;
    }
    .project-contact .contact-action .btn-whatsapp-pdp img{
        padding-right: 0.5rem;
    }
    .project-contact .contact-info .project-name {
      font-size: 18px!important;
    }
    
    .project-contact .contact-info .project-address {
      font-size: 14px;
    }
  
    .project-contact .contact-action .btn-contact {
      font-size: 16px;
      width: 100%;
      margin: 0;
    }
  
    .project-contact .contact-action .proj-detail-sticky-logo-wrapper {
      display: none !important;
    }
  
    .segment-logo .proj-detail-sticky-logo-wrapper{
      height: 100%;
      width: 60px;
    }
    .project-contact.sticky {
      padding: 16px 16px !important;
    }
    .project-contact .row{
      flex-direction: column;
    }
   
  }
  
  @media screen and (max-width: 425px) {
    
  
    .project-contact .container {
      margin-top: 0;
    }
  }
  @media only screen and (max-width: 600px) {
    .project-header-info .price-box {
        border-left: none;
    }
}