.title-small {
    font-size: 2.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.2rem;
    margin-bottom: 0;
	font-family: "SVN-Blow-Brush";
}

.title-w-line {
    display: table;
    width: 100%;
}

.title-w-line>span {
    display: table-cell;
    width: 50%;
    border-bottom: 1px solid;
    border-color: inherit;
}

.title-w-line>.title-small {
    white-space: nowrap;
}

.list-row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.item-col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.section-partner .title-small {
    text-align: center;
}

.section-partner .partner-wrapper {
    display: inline-block;
}

.partner-images {
    margin: -1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.partner-image {
    height: 22.5rem;
    padding: 1rem;
}

@media (max-width: 1199px) {
    .title-small {
        font-size: 2rem;
        line-height: 2.4rem;
        letter-spacing: 0;
    }

    .partner-image {
        height: 15.5rem;
    }
}

@media (max-width: 991px) {
    .title-small {
        font-size: 1.8rem;
        line-height: 2rem;
    }
}

@media (max-width: 767px) {
    .title-small {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .partner-images {
        margin: -0.6rem;
    }

    .partner-image {
        height: 10rem;
        padding: 0.6rem;
    }

    .section-scale-right .image-col {
    order: 1; /* hình trên */
  }

  .section-scale-right .text-col {
    order: 2; /* chữ dưới */
  }
}

.section-single-banner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    opacity: 0.4;
}

.section-scale {
    background-color: #e2e3e4;
}

.section-scale:before {
    position: absolute;
    content: "";
    width: 40%;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--mau-chinh);
    transition: all ease 0.8s;
}

.section-scale-right:before {
    position: absolute;
    content: "";
    width: 40%;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--mau-chinh);
    transition: all ease 0.8s;
}

.section-scale .container-right,
.section-scale .main-title,
  .section-scale-right .container-right2, .section-scale-right .main-title  {
    color: #fff;
    font-weight: 400;
}


/* ----------- PC: Thu gọn có thanh cuộn ------------ */
@media (min-width: 768px) {
  .section-scale .container-right .description,
  .section-scale-right .container-right2 .description {
    max-height: 50vh; /* 50% chiều cao màn hình hiển thị */
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }

  .section-scale .container-right .description::-webkit-scrollbar,
  .section-scale-right .container-right2 .description::-webkit-scrollbar {
    width: 6px;
  }

  .section-scale .container-right .description::-webkit-scrollbar-thumb,
  .section-scale-right .container-right2 .description::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
  }
}

/* ----------- Mobile: Hiển thị đầy đủ, không scroll ------------ */
@media (max-width: 767px) {
  .section-scale .container-right .description,
  .section-scale-right .container-right2 .description {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}


.section-scale .scale-image {
    padding-right: 30px;
}
.section-scale-right .scale-image {
    padding-left: 30px;
}

.section-scale ul {
    padding-left: 20px;
    margin-top: -3px;
    margin-bottom: -3px;
}

.section-scale ul li {
    padding-top: 3px;
    padding-bottom: 3px;
}

.section-scale ul ul {
    list-style: none;
    margin-top: 3px;
    padding-left: 0;
}

.section-scale ul ul>li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #fff;
    transform: rotate(45deg);
    margin-right: 10px;
}

@media (max-width: 1199px) {
    .section-scale .container-right,
  .section-scale-right .container-right2 {
        margin-left: calc(50vw - 93rem / 2);
    }
}

@media (max-width: 991px) {
    .section-scale:before, .section-scale-right:before {
        width: 100%;
    }

    .section-scale .container-right,
  .section-scale-right .container-right2 {
        padding-left: 1.5rem;
        margin-left: calc(50vw - 69rem / 2);
    }

    .section-scale .scale-image {
        padding-right: 0px;
    }
    .section-scale-right .scale-image {
        padding-left: 0px;
    }

    .section-scale .description {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .section-scale .container-right,
  .section-scale-right .container-right2 {
        margin-left: calc(50vw - 51rem / 2);
    }
}

@media (max-width: 575px) {
    .section-scale .container-right,
  .section-scale-right .container-right2 {
        margin-left: 0;
    }
}

.image-background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none;
	z-index:-9999999999999;
}

.image-background .img-bg {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-style .main-title {
    font-weight: 400;
    margin-bottom: auto;
}

.section-location-video:before {
    position: absolute;
    content: "";
    width: 23%;
    top: 0;
    bottom: 0;
    left: 0;
    background: var(--mau-chinh);
    transition: all ease 0.8s;
}

.section-location-video .title-small {
    color: var(--mau-chinh);
    font-weight: 700;
}

.section-location-video .description {
    color: var(--mau-chinh);
}

.section-location-video .img-container {
    position: relative;
    padding-top: 70%;
    width: 100%;
    overflow: hidden;
}

.section-location-video .img-container .img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    transition: 0.6s all ease;
}

.section-location-video .img-container:hover .img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: 0.6s all ease;
}

@media screen and (max-width: 1199px) {
    .section-location-video:before {
        width: 13%;
    }
}

@media (max-width: 991px) {
    .section-location-video:before {
        display: none;
    }
    .section-style {
        display: flex;
        flex-direction: column-reverse;
    }
    .section-style .image-background {
        position: static;
    }
}

.image-ratio {
    width: 100%;
    display: block;
    padding-top: 66.6%;
    position: relative;
    overflow: hidden;
}

.image-ratio>img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
}

.section-utilities-gallery .overview-slider-container .footer-slider {
    padding-right: 3rem;
}

.section-utilities-gallery:before {
    position: absolute;
    content: "";
    width: calc(50% - 61.3rem);
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--mau-chinh);
    transition: all ease 0.8s;
    z-index: -1;
}

.section-utilities-gallery .image-ratio {
    padding-top: 54%;
}

@media (max-width: 1199px) {
    .section-utilities-gallery:before {
        width: calc(50% - 40.7rem);
    }

    .section-utilities-gallery .overview-slider-container .footer-slider {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .section-utilities-gallery:before {
        width: calc(50% - 29.4rem);
    }
}

@media (max-width: 768px) {
    .section-utilities-gallery:before {
        width: calc(50% - 20.4rem);
    }
}

@media (max-width: 575px) {
    .section-utilities-gallery:before {
        width: 5rem;
    }
}

.section-gallery-video .image-ratio {
    padding-top: 52%;
}


/* ============================================ */
/* Overview section - mobile scroll fix ONLY    */
/* Desktop fullpage layout UNTOUCHED            */
/* ============================================ */

/* ONLY mobile: when fullpage Swiper is destroyed (< 992px) */
@media screen and (max-width: 991px) {
    .section-overview {
        height: auto !important;
        overflow: visible !important;
    }
    
}

/* Desktop ONLY: scrollable description when content is too long */
/* This does NOT change layout, just adds scroll inside the text area */
@media screen and (min-width: 992px) {
    .section-overview .description {
        max-height: 35vh;
        overflow-y: auto;
        scrollbar-width: thin;
    }
    
    .section-overview .description::-webkit-scrollbar {
        width: 3px;
    }
    
    .section-overview .description::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.15);
        border-radius: 3px;
    }
}


/* ============================================ */
/* Section: Overview Center                     */
/* Reuses .section-overview styles              */
/* Only adds center alignment                   */
/* ============================================ */

.section-overview-center .main-title,
.section-overview-center .description {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .section-overview-center .description {
        max-height: 55vh;
        overflow-y: auto;
        scrollbar-width: thin;
        font-size: 18px;
        line-height: 1.9;
    }

    .section-overview-center .description::-webkit-scrollbar {
        width: 3px;
    }

    .section-overview-center .description::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.15);
        border-radius: 3px;
    }


}

@media screen and (max-width: 991px) {
    .section-overview-center {
        height: auto !important;
        overflow: visible !important;
    }


}


/* ============================================ */
/* Section: Values (Gia Tri)                    */
/* ONLY targets .section-values                 */
/* ============================================ */

.section-values {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.section-values__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.section-values__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dark overlay for better text readability */
.section-values__bg::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 70%, transparent 100%);
    z-index: 1;
}

.section-values__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    padding: 60px 6% 60px 45%;
}

.section-values__title {
    font-size: 4rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.1;
    text-shadow: 2px 2px 15px rgba(0,0,0,0.6);
    font-style: italic;
    letter-spacing: 1px;
}

.section-values__title strong,
.section-values__title b {
    font-size: 5.5rem;
    font-weight: 700;
    color: #c8963e;
    font-style: normal;
    display: inline;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.section-values__subtitle {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.95);
    margin-bottom: 40px;
    font-style: italic;
    text-shadow: 1px 1px 8px rgba(0,0,0,0.5);
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 20px;
}

.section-values__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 50px;
    width: 100%;
}

.section-values__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.section-values__item:hover {
    transform: translateY(-2px);
}

.section-values__item-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}

.section-values__item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-values__item-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.6;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}

/* Tooltip on hover */
.section-values__item-tooltip {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(0,0,0,0.9);
    color: #fff;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.7;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 0.3s ease;
    z-index: 100;
    pointer-events: none;
    min-width: 280px;
    max-width: 320px;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.1);
}

.section-values__item-tooltip::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 24px;
    width: 12px;
    height: 12px;
    background: rgba(0,0,0,0.9);
    transform: rotate(45deg);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
}

.section-values__item:hover .section-values__item-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-10px);
    pointer-events: auto;
}

/* Large desktop */
@media screen and (min-width: 1400px) {
    .section-values__title {
        font-size: 4.5rem;
    }

    .section-values__title strong,
    .section-values__title b {
        font-size: 6.5rem;
    }

    .section-values__grid {
        gap: 32px 70px;
    }

    .section-values__item-title {
        font-size: 14px;
    }

    .section-values__item-icon {
        width: 44px;
        height: 44px;
    }
}

/* Tablet */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .section-values__content {
        padding: 40px 4% 40px 40%;
    }

    .section-values__title {
        font-size: 3rem;
    }

    .section-values__title strong,
    .section-values__title b {
        font-size: 4rem;
    }

    .section-values__grid {
        gap: 20px 35px;
    }

    .section-values__item-title {
        font-size: 12px;
    }

    .section-values__item-icon {
        width: 32px;
        height: 32px;
    }
}

/* Mobile */
@media screen and (max-width: 991px) {
    .section-values {
        height: auto !important;
        overflow: visible !important;
        min-height: 100vh;
    }

    .section-values__bg::after {
        width: 100%;
        background: rgba(0,0,0,0.5);
    }

    .section-values__content {
        padding: 50px 20px;
        align-items: center;
        text-align: center;
    }

    .section-values__title {
        font-size: 2.5rem;
    }

    .section-values__title strong,
    .section-values__title b {
        font-size: 3.5rem;
    }

    .section-values__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .section-values__item {
        justify-content: center;
    }

    .section-values__item-tooltip {
        left: 50%;
        right: auto;
        bottom: 100%;
        transform: translateX(-50%) translateY(-5px);
        min-width: 280px;
    }

    .section-values__item:hover .section-values__item-tooltip {
        transform: translateX(-50%) translateY(-10px);
    }

    .section-values__item-tooltip::before {
        left: 50%;
        margin-left: -6px;
    }
}

/* ============================================ */
/* Section: Style - Project Info Table          */
/* ONLY targets .section-style                  */
/* ============================================ */

.section-style {
    background: #0d1b2a;
    position: relative;
}

.section-style .image-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.section-style .image-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-style .image-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 27, 42, 0.75);
    z-index: 1;
}

.section-style > .d-flex {
    position: relative;
    z-index: 2;
}

.section-style .main-title {
    color: #c8963e !important;
    text-shadow: none;
    text-align: center;
}

.section-style .description {
    color: #333;
}

/* Table container - centered, wider */
@media screen and (min-width: 992px) {
    .section-style .row {
        justify-content: center;
    }

    .section-style .col-lg-4 {
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media screen and (min-width: 1400px) {
    .section-style .col-lg-4 {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

/* Table styling */
.section-style .project-info-table table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255,255,255,0.97);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(0,0,0,0.15);
}

.section-style .project-info-table td {
    padding: 14px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    font-size: 15px;
    vertical-align: top;
}

.section-style .project-info-table td.label {
    width: 35%;
    font-weight: 700;
    color: #1a3c5e;
    white-space: nowrap;
}

.section-style .project-info-table td.value {
    color: #444;
}

.section-style .project-info-table tr:hover {
    background: rgba(200,150,62,0.05);
}

.section-style .project-info-table tr:last-child td {
    border-bottom: none;
}

.section-style .project-info-table tr.highlight td {
    border-bottom: none;
    background: rgba(200,150,62,0.08);
}

.section-style .project-info-table tr.highlight td.value {
    color: #c8963e;
    font-weight: 700;
    font-size: 16px;
}

/* Mobile */
@media screen and (max-width: 991px) {
    .section-style {
        height: auto !important;
        overflow: visible !important;
        padding: 40px 0;
    }

    .section-style .col-lg-4 {
        width: 100%;
        max-width: 100%;
    }

    .section-style .project-info-table td {
        padding: 10px 15px;
        font-size: 14px;
    }

    .section-style .project-info-table td.label {
        width: 40%;
    }
}

/* ============================================ */

.section-location .master-plan {
    position: relative;
}

.section-location .pin {
    position: absolute;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -100%);
    z-index: 5;
    animation: pin-bounce 2s ease infinite;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

@keyframes pin-bounce {
    0%, 100% { transform: translate(-50%, -100%); }
    50% { transform: translate(-50%, -110%); }
}

@media screen and (max-width: 991px) {
    .section-location {
        height: auto !important;
        overflow: visible !important;
    }

    .section-location .pin {
        width: 30px;
        height: 30px;
    }
}

/* ============================================ */
/* Section: Map Location - Pin with label       */
/* ONLY targets .section-location .map-pin      */
/* ============================================ */

.section-location .master-plan {
    position: relative;
}

.map-pin {
    position: absolute;
    z-index: 5;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.map-pin__dot {
    width: 16px;
    height: 16px;
    background: #c8963e;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    position: relative;
    z-index: 2;
}

.map-pin__pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(200, 150, 62, 0.3);
    border-radius: 50%;
    z-index: 1;
    animation: pin-pulse 2s ease-out infinite;
}

@keyframes pin-pulse {
    0% { transform: translate(-50%, -50%) scale(0.5); opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(2); opacity: 0; }
}

.map-pin__label {
    margin-top: 8px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    position: relative;
}

.map-pin__label::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background: rgba(0,0,0,0.8);
}

.map-pin:hover .map-pin__dot {
    background: #fff;
    border-color: #c8963e;
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.map-pin:hover .map-pin__label {
    background: #c8963e;
    transition: all 0.3s ease;
}

.map-pin:hover .map-pin__label::before {
    background: #c8963e;
}

@media screen and (max-width: 991px) {
    .section-location {
        height: auto !important;
        overflow: visible !important;
    }

    .map-pin__dot {
        width: 12px;
        height: 12px;
    }

    .map-pin__pulse {
        width: 30px;
        height: 30px;
    }

    .map-pin__label {
        font-size: 10px;
        padding: 3px 8px;
    }
}


/* ============================================ */
/* Section: Map Location - Text readability     */
/* ONLY targets .section-location .content      */
/* ============================================ */

.section-location > .content {
    background: linear-gradient(to right, rgba(0,30,60,0.6) 0%, rgba(0,30,60,0.9) 40%, rgba(0,30,60,0.95) 100%);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    padding: 40px 30px 40px 40px;
    border-radius: 0;
}

.section-location .main-title {
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.section-location .position-item div[data-toggle=collapse] {
    color: rgba(255,255,255,0.9);
    font-weight: 600;
}

.section-location .collapse,
.section-location .collapsing {
    color: rgba(255,255,255,0.85);
}

.section-location .collapse ul li {
    margin-bottom: 6px;
}


/* ============================================ */
/* Section: FAQ                                 */
/* ONLY targets .section-faq                    */
/* ============================================ */

.section-faq {
    background: linear-gradient(135deg, #f8f6f3 0%, #f0ebe4 100%);
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.faq-question:hover {
    background: rgba(200,150,62,0.05);
}

.faq-question[aria-expanded="true"] {
    background: rgba(200,150,62,0.08);
}

.faq-question__text {
    font-size: 16px;
    font-weight: 600;
    color: #1a3c5e;
    flex: 1;
    padding-right: 15px;
}

.faq-question__icon {
    font-size: 24px;
    font-weight: 300;
    color: #c8963e;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"] .faq-question__icon {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 24px 20px;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

@media screen and (max-width: 991px) {
    .section-faq {
        height: auto !important;
        overflow: visible !important;
    }

    .faq-question {
        padding: 14px 18px;
    }

    .faq-question__text {
        font-size: 14px;
    }

    .faq-answer {
        padding: 0 18px 16px;
        font-size: 14px;
    }
}


/* ============================================ */
/* Performance: Reduce CLS                      */
/* ============================================ */

/* Reserve space for images */
img {
    max-width: 100%;
    height: auto;
}

.image-background img,
.section-values__bg img,
.banner-slider img,
.scale-image img {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.overview-slider-container img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

/* Prevent layout shift from fonts */
body {
    font-display: swap;
}
