.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: 18vh;
        overflow-y: auto;
        scrollbar-width: thin;
        font-size: 16px;
        line-height: 1.7;
    }

    .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;
    }

    .section-overview-center .overview-slider-container .swiper-slide img {
        max-height: 45vh;
        width: auto;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        object-fit: contain;
    }

    .section-overview-center .overview-slider-container .footer-slider {
        justify-content: center;
    }

    .section-overview-center .overview-slider-container .footer-slider .caption {
        display: none;
    }

    .section-overview-center .overview-slider-container .footer-slider .controls {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0;
    }
}

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

    .section-overview-center .overview-slider-container img {
        width: 100%;
        height: auto;
    }
}


/* ============================================ */
/* 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;
}

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

.section-values__title {
    font-size: 2.8rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1.2;
}

.section-values__subtitle {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 40px;
    font-style: italic;
}

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

.section-values__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    cursor: pointer;
}

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

.section-values__item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(0.8) sepia(1) saturate(3) hue-rotate(10deg);
}

.section-values__item-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

/* Tooltip on hover */
.section-values__item-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.6;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.3s ease;
    z-index: 10;
    pointer-events: none;
    min-width: 220px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.section-values__item-tooltip::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 20px;
    width: 12px;
    height: 12px;
    background: rgba(0,0,0,0.85);
    transform: rotate(45deg);
}

.section-values__item:hover .section-values__item-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(8px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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