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