﻿

.banner-top-title {
    top: 200px;
    left: calc(50% - 300px);
    right: calc(50% - 300px);
    font-weight: bold;
    font-size: 24px;
    color: #ffc803;
    background-color: rgba(104, 104, 104, 0.5);
    padding: 40px 40px;
    border-radius: 10px;
    text-align: center;
}

.follow-up-form {
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.swiper-button-prev,
.swiper-button-next {
    color: transparent;
}

    .swiper-button-next img {
        left: -55px;
        position: relative;
        width: 72px;
    }

.swiper-button-left img {
    left: -55px;
    position: relative;
    width: 72px;
}

.swiper-pagination-bullet-active {
    background-color: #ffc803;
}

.container-review-section .swiper-pagination {
    bottom: 0px !important;
}

.hero {
    overflow: hidden;
    width: 100%;
}

    .hero img {
        width: 100%;
    }

.swiper-button-next img {
    left: -60px;
    position: relative;
    width: 72px;
}

.swiper-button-prev img {
    left: 75px;
    position: relative;
    width: 72px;
}


.hero-wrapper {
    display: flex;
    gap: 20px;
}


.hero-content {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-left: 0px;
}


.hero-title {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    color: var(--Xanh-m-33490B, #33490b);
    font-weight: 700;
    text-align: center;
    line-height: 133%;
    margin-top: 25px;
}


.hero-text {
    display: flex;
    align-items: start;
    gap: 0px;
}

.hero-text-content {
    display: flex;
    flex-direction: column;
    margin-left: 80px;
}

    .hero-text-content .highlighted-text-exact {
        display: flex;
        flex-direction: column;
        margin: auto 0;
        padding: 4px 8px;
        font-family: Inter, sans-serif;
    }

    .hero-text-content .highlighted-text-content {
        font-family: Inter, sans-serif;
    }

    .hero-text-content img {
        width: 41px;
        aspect-ratio: 1.02;
        object-fit: cover;
        fill: linear-gradient(to bottom right, #ffc803 0%, rgba(255, 200, 3, 0) 44%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, #ffc803 0%, rgba(255, 200, 3, 0) 44%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, #ffc803 0%, rgba(255, 200, 3, 0) 44%) top left / 50% 50% no-repeat, linear-gradient(to top right, #ffc803 0%, rgba(255, 200, 3, 0) 44%) top right / 50% 50% no-repeat;
    }

.hero-image {
    width: 100%;
    aspect-ratio: 2.5;
    object-fit: cover;
    margin-top: 16px;
}


.hero-image-wrap {
    display: flex;
    width: 100%;
}



.hero-image-main {
    width: 100%;
    aspect-ratio: 2.13;
    object-fit: cover;
    flex-grow: 1;
}


.section-features {
    background-color: #ffc803;
    color: #33490b;
    text-align: center;
    padding: 0px 75px;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}



.section-features-title {
    padding: 0 60px;
    color: #33490B;
    text-align: center;
    font-family: Quicksand;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px; /* 112.5% */
    margin-top: 40px;
    margin-bottom: 40px;
}


.features-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.features-content {
    gap: 15px;
    margin-bottom: 30px;
}


.feature {
    display: flex;
    flex-direction: column;
    padding: 0 12px;
}

    .feature img {
        width: 120px;
        height: 120px;
        object-fit: cover;
        align-self: center;
    }

.feature-title {
    color: #33490B;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    height: 35px;
    margin-top: 7px;
}

.feature-description {
    color: #33490B;
    text-align: center;
    /* Body 16 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
}

.highlighted-feature img {
    width: 120px;
    aspect-ratio: 1;
    object-fit: cover;
    align-self: center;
    margin-left: 18px;
}

.highlighted-feature .feature-title {
    margin-top: 8px;
    font: 700 24px/32px Inter, sans-serif;
}

.highlighted-feature .feature-description {
    letter-spacing: 0.5px;
    margin-top: 48px;
    font: 400 16px/24px Inter, sans-serif;
}



.call-to-action {
    border-color: transparent;
    border-radius: 79px;
    background-color: var(--Vng-Primary-Chnh-FFC803-500, #ffc803);
    color: var(--M3-black, #000);
    padding: 12px 48px;
    text-align: center;
    letter-spacing: 0.5px;
    font: 600 16px/150% Inter, sans-serif;
    align-self: center;
    margin-top: 24px;
}


.section-top10 {
    display: flex;
    flex-direction: column;
    color: #000;
    text-align: center;
    padding: 0 0px;
    margin-top: 100px;
}


.top10-title {
    font: 700 32px Inter, sans-serif;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
}

.top10-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-weight: 600;
    margin-top: 24px;
}

.top10-categories {
    display: flex;
    justify-content: center;
    gap: 0px;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 126.667% */
}

    .top10-categories .top10-category:first-child {
        border-top-left-radius: 15px;
    }

    .top10-categories .top10-category:last-child {
        border-top-right-radius: 15px;
    }



.top10-category {
    font-family: Inter, sans-serif;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: var(--M3-white, #000000);
    flex: 1;
    padding: 12px 60px;
    height: 50px;
    display: flex;
    justify-items: center;
    border: 1px solid rgba(208, 213, 221, 1);
    cursor: pointer;
}

    .top10-category.active {
        background-color: var(--Xanh-m, #4f6c00);
        color: var(--M3-white, #fff);
    }

.top10-items-block {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid rgba(208, 213, 221, 1);
    width: 100%;
    overflow: auto;
}

.top10-items-container {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-row-gap: 50px;
    padding: 24px;
}

.top10-item-container .top10-title {
    margin-left: 20px;
    padding: 12px 60px;
}

.top10-item-container .top10-content {
    margin-top: 24px;
    max-width: 100%;
}

.top10-items-container p {
    color: #000;
    text-align: center;
    /* title 24 */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    margin-top: 12px;
    margin-bottom: 0px;
}

.top10-description {
    padding-bottom: 16px;
    border-radius: 8px;
    border: 1px solid rgba(179, 179, 179, 1);
    background-color: #fff;
    font-size: 28px;
    font-weight: 700;
    color: var(--M3-black, #000);
    text-align: center;
    line-height: 129%;
}

.top10-item img {
    width: 80px;
    height: 80px;
    border-radius: 42.667px;
    background: #FFF;
}


.section-homes {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
    padding: 0 0px;
    margin-top: 100px;
    color: #000;
}

    .section-homes h2 {
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px; /* 125% */
        margin-top: 0;
        margin-bottom: 0;
    }

.details-content {
    outline-style: none;
    color: var(--M3-black, #000);
    margin: auto 0;
    font-weight: 400;
}

.details-button {
    display: flex;
    gap: 10px;
    border-color: transparent;
    border-radius: 10px;
    background-color: var(--Vng-Primary-Chnh-FFC803-500, #ffc803);
    color: var(--M3-black, #000);
    padding: 8px 12px;
    text-align: center;
    letter-spacing: 0.5px;
    font: 600 14px/150% Inter, sans-serif;
    line-height: 22px;
    align-self: center;
    margin-top: 2px;
}


.section-styles {
    margin-left: 0px;
    width: calc(100% - 0px);
    margin-top: 40px;
    display: flex;
    gap: 40px;
    overflow-x: auto;
}


.styling-wrapper {
    position: relative;
}

    .styling-wrapper img {
        width: 510px;
        height: 400px;
    }

    .styling-wrapper span {
        position: absolute;
        bottom: 20px;
        left: 0px;
        width: 500px;
        color: #FFF;
        text-align: center;
        /* title 16 */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        letter-spacing: 0.1px;
    }

.section-property {
    padding: 0 0px;
    margin-top: 100px;
    gap: 40px;
}

    .section-property h2 {
        margin-top: 0;
        margin-bottom: 0;
        color: #000;
        font-family: Inter;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px; /* 125% */
    }

.property-category {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.property-item {
    border-radius: var(--Bo-trn-Bo-trn-8, 8px);
    border: 1px solid var(--Grey-gray-4, #b3b3b3);
    background: #fff;
}

    .property-item p {
        color: var(--M3-black, #000);
        text-align: center;
        font-family: Inter;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px; /* 128.571% */
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .property-item img {
        width: 100%;
    }

.section-material-actions {
    padding: 0 0px;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

    .section-material-actions h2 {
        margin-top: 0;
        margin-bottom: 0;
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px; /* 125% */
    }

.section-materials {
    padding: 0 0px;
    margin-top: 40px;
}

.materials-actions {
}

.materials-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
}

.material-item {
    border-radius: var(--Bo-trn-Bo-trn-8, 8px);
    border: 1px solid var(--Grey-gray-4, #b3b3b3);
    background: #fff;
}

    .material-item img {
        width: 100%;
    }

    .material-item p {
        color: var(--M3-black, #000);
        text-align: center;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 133.333% */
        margin-top: 15px;
        margin-bottom: 15px;
    }

.form-section {
    background-color: #fff;
    display: flex;
    margin-top: 100px;
    flex-direction: column;
    padding: 0 0;
}

    .form-section h2 {
        color: #000;
        text-align: center;
        font-family: Quicksand;
        font-size: 64px;
        font-style: normal;
        font-weight: 400;
        line-height: 72px; /* 112.5% */
        margin-top: 0;
        margin-bottom: 0;
    }

.contact {
    margin-top: 40px;
    display: grid;
    padding: 50px 80px;
    grid-template-columns: auto auto auto auto;
    gap: 50px;
    align-self: stretch;
    border-radius: var(--Bo-trn-Bo-trn-8, 8px);
    border: 1px solid var(--Stroke-2, #d0d5dd);
}

    .contact .call-center img {
        width: 330px;
        height: 330px;
    }

    .contact .logo-small img {
        display: flex;
        width: 201.982px;
        height: 67.873px;
        justify-content: center;
        align-items: center;
    }

.contact-details-1 {
    text-align: center;
}

    .contact-details-1 .logo-small img {
        margin: auto;
    }

.contact-actions {
    margin-top: 25px;
}

.follow-us h3 {
    color: #000;
    text-align: center;
    /* button 16 semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
    margin-top: 20px;
    margin-bottom: 8px;
}

.contact-or-text {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
    margin-top: 190px;
}

.support-options p {
    color: #000;
    /* button 16 semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
}

.support-text {
    color: #FFF;
    text-align: center;
    /* button 16 semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
    background-color: #33490b;
    padding: 5px;
    border-radius: 5px;
}

.contact-button {
    border-color: transparent;
    display: flex;
    width: 250px;
    height: 40px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background: var(--Vng-Primary-2-Primary-chnh, #FFC803);
    margin: auto;
    margin-top: 32px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.contact-button-now {
    height: auto;
    display: flex;
    width: 145px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--M3-black, #000);
    text-align: center;
    /* button 14 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.175px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.contact-details-2 {
    text-align: center;
}

.details-content-bold {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
}

.follow-up p {
    margin: auto;
    width: 340px;
    color: #000;
    text-align: center;
    /* button 16 semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
}

.contact-input {
    display: flex;
    width: 310px;
    height: 20px;
    padding: 12px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--Bo-trn-Bo-trn-8, 8px);
    border: 1px solid #D0D5DD;
    margin-bottom: 13px;
}

.contact-button-send {
    width: 340px;
    margin: auto;
    display: flex;
    height: 40px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: var(--Bo-trn-Bo-trn-8, 8px);
    border: 1px solid var(--Vng-Primary-2-Primary-chnh, #FFC803);
    background-color: transparent;
    color: #FFC803;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.175px;
}

.social-media-icons {
    display: flex;
    justify-content: space-between;
    width: 315px;
}

    .social-media-icons img {
        width: 56px;
        height: 56px;
    }


.container-review-section {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    overflow: hidden;
    position: relative;
    min-height: 570px;
    padding: 40px 0 50px;
    margin-top: 100px;
    padding-bottom: 0;
    margin-bottom: -20px;
}

.background-image {
    position: absolute;
    inset: 0;
    height: 590px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.title {
    position: relative;
    color: #fff;
    text-align: center;
    align-self: center;
    font: 400 64px/112.5% Quicksand, -apple-system, Roboto, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

.content {
    position: relative;
    justify-content: center;
    margin-top: 40px;
    width: 100%;
    padding: 0 20px;
}

.flex-container {
    gap: 30px;
    display: flex;
}

.column-main {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 30;
}

.review-section {
    position: relative;
    z-index: 10;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.review-content {
    justify-content: flex-end;
    margin-left: 86px;
    width: 619px;
    max-width: 100%;
}

.review-flex {
    gap: 20px;
    display: flex;
}

.review-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 34%;
}

.reviewer {
    align-self: stretch;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
}

.review-image {
    aspect-ratio: 0.65;
    object-fit: contain;
    object-position: center;
    width: 200px;
    align-self: center;
    max-height: 300px;
}

.reviewer-name {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
    margin-top: 8px;
}

.testimonial-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 66%;
}

.testimonial {
    align-self: stretch;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.testimonial-text {
    font-family: Inter, sans-serif;
    justify-content: center;
    border-radius: 12px;
    backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    line-height: 24px;
    padding: 23px;
    margin-top: 0;
    margin-bottom: 0;
    height: 265px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
}

.rating-flex {
    justify-content: center;
    display: flex;
    margin-top: 8px;
    gap: 8px;
    color: #fff;
    line-height: 150%;
    padding: 5px 71px;
}

.reviewer-rating {
    font-family: Inter, sans-serif;
    margin: auto 0;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
}

.stars-image {
    aspect-ratio: 5;
    object-fit: auto;
    object-position: center;
    width: 150px;
    max-width: 100%;
}

.additional-images {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.additional-image,
.secondary-image {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 72px;
    fill: rgba(255, 255, 255, 0.38);
    backdrop-filter: blur(2px);
}

.column-secondary {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 35%;
    margin-left: 20px;
}

.team-section {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.team-image {
    aspect-ratio: 1.61;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.team-info {
    display: flex;
    margin-top: 9px;
    gap: 13px;
    padding: 0 16px;
}

.team-title {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
    margin-top: 7px;
}

.team-members {
    justify-content: flex-start;
    display: flex;
    gap: 20px;
    flex: 1;
}

.member-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}


/*begin mobile*/

/* ---------- */
@media (max-width: 1429px) {
    .follow-up-form {
        margin-top: 10px;
    }

    .top10-title {
        margin-top: 0;
        margin-bottom: 0;
    }

    .call-to-action {
        margin-top: 16px;
        margin-bottom: 0;
        width: 230px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        letter-spacing: 0.5px;
        margin-bottom: 0;
    }

    .section-features-title {
        color: #33490B;
        text-align: center;
        /* title 24 */
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 133.333% */
        margin-top: 16px;
        margin-bottom: 16px;
        padding: 0;
        width: 100%;
    }

    .section-features {
        margin-top: 16px;
        padding: 16px;
    }

    .feature img {
        width: 60px;
        height: 60px;
    }

    .swiper-button-next img {
        left: 0;
        position: relative;
        width: 30px;
    }

    .swiper-button-prev img {
        left: 20px;
        position: relative;
        width: 30px;
    }

    .banner-top-title {
        top: 40px;
        left: 50px;
        right: 50px;
        font-weight: bold;
        font-size: 11px;
        color: #ffc803;
        background-color: rgba(104, 104, 104, 0.5);
        padding: 40px 40px;
        border-radius: 10px;
        text-align: center;
    }

    .header-mobile {
        width: 100%;
    }

    .header-mobile-container {
        justify-content: space-between;
        align-items: center;
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
        background-color: #fff;
        display: flex;
        padding: 8px 16px;
    }

    .header-mobile .icon-image {
        aspect-ratio: 1;
        object-fit: auto;
        object-position: center;
        width: 24px;
        align-self: stretch;
        margin: auto 0;
    }

    .header-mobile .main-image {
        aspect-ratio: 2.94;
        object-fit: auto;
        object-position: center;
        width: 119px;
        align-self: stretch;
        max-width: 100%;
    }

    .features-content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 0px;
    }

    .feature {
        padding: 0px
    }

    .feature-title {
        /*height: 15px;*/
        color: #33490B;
        text-align: center;
        /* button 40 inter 14 */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.175px;
        margin-bottom: 0px;
    }

    .feature-description {
        color: #33490B;
        text-align: center;
        /* body12 */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.048px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .section-top10 {
        padding: 0 16px;
        margin-top: 16px;
    }

    .top10-title {
        color: #000;
        text-align: center;
        /* title 24 */
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 133.333% */
    }

    .top10-content {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        font-size: 14px;
        font-weight: 600;
        margin-top: 24px;
    }

    .top10-categories {
        display: flex;
        justify-content: center;
        gap: 0px;
        font-size: 18px;
    }

    .top10-category {
        padding: 5px 0;
        /*color: var(--M3-white, #FFF);*/
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }


    .top10-items-container {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        grid-row-gap: 16px;
        grid-column-gap: 16px;
        padding: 16px;
        width: max-content;
    }


    .top10-item {
        width: 90px;
    }

        .top10-item img {
            width: 60px;
            height: 60px;
        }

    .top10-items-container p {
        color: #000;
        text-align: center;
        /* title 16 */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        letter-spacing: 0.1px;
        margin-top: 12px;
        margin-bottom: 0;
    }

    .section-homes {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        text-align: left;
        padding: 0 0;
        margin-top: 30px;
        color: #000;
    }

        .section-homes h2 {
            color: #000;
            /* title 20 */
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 28px; /* 140% */
            text-align: left;
            padding-left: 16px;
        }

    .details-content {
        outline-style: none;
        color: var(--M3-black, #000);
        margin: auto 0;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 0;
    }

    .homes-actions {
        display: flex;
        justify-content: flex-end;
        padding: 0 0;
    }

    .details-button {
        display: flex;
        gap: 5px;
        border-color: transparent;
        border-radius: 10px;
        background-color: transparent;
        color: #FFC803;
        padding: 0 0;
        text-align: left;
        letter-spacing: 0.5px;
        font: 600 14px/150% Inter, sans-serif;
        align-self: center;
        margin-top: 0;
        padding-right: 16px;
        flex-wrap: nowrap;
    }

        .details-button span {
            white-space: nowrap
        }

        .details-button svg {
            width: 24px;
            height: 24px;
        }

    .section-styles {
        padding: 0 0;
        margin-top: 16px;
        display: flex;
        gap: 15px;
        overflow-x: auto;
        margin-left: 16px;
        width: calc(100% - 20px);
    }

    .styling-wrapper {
        position: relative;
    }

        .styling-wrapper img {
            width: 250px;
            height: 200px;
        }

        .styling-wrapper span {
            position: absolute;
            bottom: 5px;
            left: 0px;
            width: 250px;
            color: #fff;
            text-align: center;
            font-family: Inter;
            font-size: 17px;
            font-style: normal;
            font-weight: 300;
            line-height: 36px; /* 128.571% */
        }

    .section-property {
        padding: 0 16px;
        margin-top: 16px;
        gap: 40px;
        margin-bottom: 0;
    }

        .section-property h2 {
            color: #000;
            text-align: center;
            /* title 20 */
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 28px; /* 140% */
            text-align: left;
        }

    .property-category {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 16px;
    }

    .property-item {
        border-radius: var(--Bo-trn-Bo-trn-8, 8px);
        border: 1px solid var(--Grey-gray-4, #b3b3b3);
        background: #fff;
    }

        .property-item p {
            color: var(--M3-black, #000);
            text-align: center;
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 10px; /* 128.571% */
            margin-top: 10px;
            margin-bottom: 14px;
        }

        .property-item img {
            width: 100%;
        }

    .section-material-actions {
        padding: 0 0px 0 16px;
        margin-top: 16px;
        display: flex;
        justify-content: space-between;
    }

        .section-material-actions h2 {
            color: #000;
            text-align: center;
            /* title 16 */
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px; /* 150% */
            letter-spacing: 0.1px;
        }

    .section-materials {
        padding: 0 16px;
        margin-top: 16px;
    }

    .materials-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }

    .material-item {
        border-radius: var(--Bo-trn-Bo-trn-8, 8px);
        border: 1px solid var(--Grey-gray-4, #b3b3b3);
        background: #fff;
    }

        .material-item img {
            height: 180px;
            align-self: stretch;
            width: 100%;
        }

        .material-item p {
            color: var(--M3-black, #000);
            text-align: center;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 10px; /* 133.333% */
            margin-top: 13px;
            margin-bottom: 19px;
        }

    .form-section {
        background-color: #fff;
        display: flex;
        margin-top: 16px;
        flex-direction: column;
        padding: 16px 16px 0 16px;
    }

        .form-section h2 {
            color: #000;
            text-align: center;
            font-family: Quicksand;
            font-size: 30px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; /* 112.5% */
        }

    .contact {
        display: grid;
        justify-content: center;
        padding: 12px 0;
        grid-template-columns: 1fr;
        gap: 10px;
        align-self: stretch;
        border-radius: var(--Bo-trn-Bo-trn-8, 8px);
        border: 1px solid var(--Stroke-2, #d0d5dd);
        margin-top: 16px;
    }

        .contact .call-center {
            text-align: center;
        }

            .contact .call-center img {
                width: 111px;
                height: 110px;
            }

        .contact .logo-small img {
            display: flex;
            width: 169px;
            height: 56.79px;
            justify-content: center;
            align-items: center;
        }

    .details-content-message {
        width: 180px;
        text-align: center;
        color: #000;
        text-align: center;
        /* button 32 inter 12 */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.048px;
    }



    .contact-details-1 {
        text-align: center;
    }

        .contact-details-1 .logo-small img {
            margin: auto;
        }

    .contact-actions {
        margin-top: 25px;
    }

    .contact-or-text {
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 150% */
        letter-spacing: 0.5px;
        margin-top: 0px;
    }

    .support-options p {
        color: #000;
        /* button 16 semibold */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 150% */
        letter-spacing: 0.5px;
        margin-top: 0;
        margin-bottom: 8px;
    }

    .support-text {
        color: #FFF;
        text-align: center;
        /* button 16 semibold */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 150% */
        letter-spacing: 0.5px;
        background-color: #33490b;
        padding: 8px 8px;
        border-radius: 8px;
    }

    .contact-button {
        border-color: transparent;
        display: flex;
        width: 190px;
        height: 40px;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 40px;
        background: var(--Vng-Primary-2-Primary-chnh, #FFC803);
        margin: auto;
        margin-top: 8px;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
    }

    .contact-button-now {
        width: 95px;
        height: 25px;
        color: var(--M3-black, #000);
        text-align: center;
        /* button 14 */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.175px;
        margin-top: 15px;
    }

    .contact-details-2 {
        text-align: center;
    }

    .details-content-bold {
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 150% */
        letter-spacing: 0.5px;
    }

    .follow-up p {
        color: #000;
        text-align: center;
        /* button 16 semibold */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 150% */
        letter-spacing: 0.5px;
    }

    .contact-input {
        display: flex;
        width: 280px;
        height: 20px;
        padding: 12px 12px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: var(--Bo-trn-Bo-trn-8, 8px);
        border: 1px solid #D0D5DD;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-button-send {
        width: 305px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        height: 40px;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: var(--Bo-trn-Bo-trn-8, 8px);
        border: 1px solid var(--Vng-Primary-2-Primary-chnh, #FFC803);
        opacity: 0.38;
    }

    .follow-us {
        margin-top: 20px;
    }

        .follow-us h3 {
            color: #000;
            text-align: center;
            /* button 40 inter 14 */
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 22px; /* 157.143% */
            letter-spacing: 0.175px;
            margin-top: 0;
            margin-bottom: 0px;
        }

    .social-media-icons {
        width: 300px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        justify-content: space-between;
    }

        .social-media-icons img {
            width: 40px;
            height: 40px;
        }

    /* ---------- */
    .container-review-section {
        display: flex;
        flex-direction: column;
        align-self: stretch;
        overflow: hidden;
        position: relative;
        min-height: 570px;
        padding: 12px 16px;
        margin-top: 16px;
        margin-bottom: -62px;
    }

    .background-image {
        position: absolute;
        inset: 0;
        height: 530px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .title {
        position: relative;
        color: #fff;
        text-align: center;
        align-self: center;
        font: 400 28px/112.5% Quicksand, -apple-system, Roboto, Helvetica, sans-serif;
    }

    .content {
        position: relative;
        justify-content: center;
        margin-top: 0px;
        width: 100%;
        padding: 0 0;
    }

    .flex-container {
        gap: 20px;
        display: grid;
        grid-template-columns: 1fr;
    }

    .column-main {
        display: flex;
        flex-direction: column;
        line-height: normal;
        width: 30;
    }

    .review-section {
        position: relative;
        z-index: 10;
        display: flex;
        flex-grow: 1;
        padding-bottom: 10px;
        flex-direction: column;
    }

    .review-content {
        justify-content: flex-end;
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }

    .review-flex {
        gap: 8px;
        display: flex;
        margin-top: 12px;
    }

    .review-column {
        display: flex;
        flex-direction: column;
        line-height: normal;
        width: 34%;
    }

    .reviewer {
        align-self: stretch;
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        font-size: 20px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        line-height: 28px;
    }

    .review-image {
        aspect-ratio: 0.65;
        object-fit: contain;
        object-position: center;
        width: 50px;
        align-self: center;
    }

    .reviewer-name {
        font-family: Inter, sans-serif;
        margin-top: 8px;
        color: #FFF;
        text-align: center;
        /* button 32 inter 12 */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.048px;
    }

    .testimonial-column {
        display: flex;
        flex-direction: column;
        line-height: normal;
        width: 66%;
        margin-left: 0;
        margin-right: 0;
    }

    .testimonial {
        align-self: stretch;
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.5px;
    }

    .testimonial-text {
        font-family: Inter, sans-serif;
        justify-content: center;
        border-radius: 12px;
        backdrop-filter: blur(2px);
        background-color: rgba(255, 255, 255, 0.8);
        color: #000;
        line-height: 20px;
        padding: 8px;
        font-size: 12px;
        max-height: 100px;
        overflow-y: hidden;
        color: #000;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        height: 96px;
        /*white-space: nowrap;*/
    }

    .rating-flex {
        font-size: 14px;
        justify-content: center;
        display: flex;
        margin-top: 0px;
        gap: 8px;
        color: #fff;
        line-height: 20px;
        padding: 0 0px 5px 0px;
    }

    .reviewer-rating {
        font-family: Inter, sans-serif;
        margin: auto 0;
        /* button 32 inter 12 */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.048px;
    }

    .stars-image {
        aspect-ratio: 5;
        object-fit: auto;
        object-position: center;
        width: 150px;
        max-width: 100%;
    }

    .additional-images {
        display: flex;
        gap: 20px;
        justify-content: space-between;
    }

    .additional-image,
    .secondary-image {
        aspect-ratio: 1;
        object-fit: auto;
        object-position: center;
        width: 40px;
        fill: rgba(255, 255, 255, 0.38);
        backdrop-filter: blur(2px);
    }

    .column-secondary {
        display: flex;
        flex-direction: column;
        line-height: normal;
        width: calc(100% - 0px);
        margin-left: 0px;
    }

    .team-section {
        display: flex;
        flex-grow: 1;
        flex-direction: column;
    }

    .team-image {
        aspect-ratio: 1.61;
        object-fit: contain;
        object-position: center;
        width: 100%;
    }

    .team-info {
        display: flex;
        margin-top: 9px;
        gap: 15px;
        padding: 0 16px;
    }

    .team-title {
        color: #FFF;
        /* button 32 inter 12 */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.048px;
    }

    .team-members {
        justify-content: flex-start;
        display: flex;
        gap: 5px;
        flex: 1;
    }

    .member-image {
        aspect-ratio: 1.03;
        object-fit: auto;
        object-position: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }

    /* begin footer mobile */
    .centered-container {
        align-items: center;
        align-self: stretch;
        box-shadow: 7px 0px 15px 0px rgba(0, 0, 0, 0.1);
        background-color: #221700;
        display: flex;
        justify-content: center;
        padding: 10px 10px;
        color: #ffffff;
        margin-top: 15px;
    }

    .main-content {
        justify-content: space-between;
        align-items: start;
        display: grid;
        grid-template-columns: auto auto;
        gap: 10px;
    }

    .intro-section {
        align-items: start;
        align-self: stretch;
        display: flex;
        flex-direction: column;
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        line-height: 120%;
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px;
        grid-column: span 2;
    }

    .intro-image {
        aspect-ratio: 3.03;
        object-fit: auto;
        object-position: center;
        width: 202px;
        max-width: 100%;
    }

    .intro-description {
        font-family: Inter, sans-serif;
        line-height: 19px;
        align-self: stretch;
        margin-top: 24px;
    }

    .intro-title,
    .intro-subtitle {
        font-family: Inter, sans-serif;
        margin-top: 5px;
        font-size: 14px;
        font-weight: normal;
    }

    .link-section,
    .support-section,
    .contact-section,
    .contractor-section,
    .follow-us-section {
        display: flex;
        flex-direction: column;
        font-size: 14px;
        color: #fff;
        font-weight: normal;
        line-height: 120%;
        width: auto;
        padding-left: 15px;
        padding-right: 0;
    }

        .link-section a,
        .support-section a,
        .contractor-section a {
            color: #fff;
        }

    .section-title {
        font-family: Inter, sans-serif;
        font-weight: 700;
        font-size: 16px;
    }

    .link-item,
    .support-item,
    .contact-item,
    .contractor-item,
    .follow-us-item {
        font-family: Inter, sans-serif;
        margin-top: 16px;
    }

    .contact-info-section {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        line-height: 120%;
        width: auto;
        padding-left: 15px;
        padding-right: 0;
    }

    .contact-info-title {
        color: #fff;
        font-family: Inter, sans-serif;
        font-weight: 700;
        font-size: 16px;
    }

    .contact-info-row {
        display: flex;
        margin-top: 15px;
        gap: 16px;
        font-size: 14px;
    }

    .contact-info-key,
    .contact-info-value {
        font-family: Inter, sans-serif;
    }

    .contact-info-key {
        color: #fff;
        font-weight: 400;
    }

    .contact-info-value {
        color: #2a26f8;
        font-weight: 600;
    }

    .social-media-icons {
        display: flex;
        margin-top: 10px;
        gap: 12px;
        margin-bottom: 10px;
        padding-bottom: 0;
    }


    .social-media-icon {
        aspect-ratio: 1;
        object-fit: auto;
        object-position: center;
        width: 32px;
    }

    .footer {
        align-self: stretch;
        background-color: #000;
        display: flex;
        gap: 1px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.18px;
        line-height: 22px;
        padding: 15px 15px;
        color: #ffffff;
    }

    .logo {
        aspect-ratio: 1;
        object-fit: auto;
        object-position: center;
        width: 24px;
        align-self: start;
    }

    .footer-content {
        font-family: Inter, sans-serif;
        flex: 1;
    }

    .link {
        color: rgba(42, 38, 248, 1);
    }

    .container-review-section .swiper-pagination {
        bottom: 0px !important;
    }

    /* end footer mobile */

}

/*end mobile*/



.container-review-section .rating-stars {
    height: 24px;
}

.container-review-section .swiper-button-prev,
.container-review-section .swiper-button-next {
    color: transparent;
}

.container-review-section .swiper-button-prev {
    left: 35px;
}

