html,
body {
    overflow-x: hidden;
}

/* #region Banner */


.banner {
    position: relative;
    width: 100%;
    height: 659px;
    overflow: hidden;
}

    .banner img,
    .banner .text {
        position: absolute;
    }

/* Set vị trí thủ công */
.sky {
    top: 0;
    left: 0;
    width: 100%;
    height: 659px;
    z-index: 0;
    object-fit: cover;
}

.trees {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 3;
    object-fit: cover;
}

.building1 {
    bottom: 0;
    margin-left: 29%;
    width: 160px;
    height: 371px;
    z-index: 4;
}

.building2 {
    display: none;
    bottom: 0;
    margin-left: 4%;
    width: 135px;
    height: 321px;
    z-index: 1;
}

.building3 {
    display: none;
    bottom: 15%;
    margin-left: 50%;
    width: 100px;
    height: 253px;
    z-index: 1;
}

.building4 {
    bottom: 1%;
    margin-left: 11%;
    width: 100px;
    height: 253px;
}

.building5 {
    bottom: 0%;
    margin-left: 62%;
    width: 65px;
    height: 229px;
    z-index: 2;
}

.building6 {
    bottom: 4%;
    margin-left: 80%;
    width: 51px;
    height: 121px;
    z-index: 1;
}

.building7 {
    bottom: 0%;
    margin-left: -8%;
    width: 97px;
    height: 121px;
    z-index: 1;
}

.building8 {
    bottom: 34%;
    width: 191px;
    height: 319px;
    z-index: 1;
    object-fit: contain;
}

.text {
    bottom: 52%;
    margin-left: 35px;
    font-family: var(--font-family);
    font-size: var(--font-h2-size);
    font-weight: var(--font-h2-weight);
    line-height: var(--font-h2-line-height);
    color: var(--color-bg-white);
    max-width: 292px;
}

    .text .highlight {
        color: red;
    }

/* #endregion */
@media only screen and (min-width: 320px) and (max-width: 360px) {
    .building1 {
        bottom: 0;
        margin-left: 27%;
        width: 149px;
        height: 371px;
        z-index: 4;
    }

    .building5 {
        bottom: 0%;
        margin-left: 63%;
        width: 59px;
        height: 229px;
        z-index: 2;
    }

    .building6 {
        bottom: 4%;
        margin-left: 81%;
        width: 42px;
        height: 121px;
        z-index: 1;
    }

    .building4 {
        bottom: 1%;
        margin-left: 9%;
        width: 82px;
        height: 253px;
    }

    .building7 {
        bottom: 0%;
        margin-left: -11%;
        width: 89px;
        height: 121px;
        z-index: 1;
    }
}

/* #region About */
.about {
    padding: 40px 0 0px;
    background: #fff;
    text-align: left;
    font-family: var(--font-family);
}

.about__content-title {
    font-size: var(--font-h4-size);
    font-weight: var(--font-h4-weight);
    line-height: var(--font-h4-line-height);
    color: var(--color-bg-primary);
}

.about__content-description {
    font-size: var(--font-h3-size);
    font-weight: var(--font-h3-weight);
    color: var(--color-bg-primary);
    max-width: 1050px;
    line-height: var(--font-h3-line-height);
    margin-top: 24px;
    margin-bottom: 78px;
}

.about__highlight--green {
    color: var(--color-primary-cyan);
}

/* .about__map {
  position: relative;
  margin-bottom: 40px;
} */
.about__map-image {
    max-width: 100%;
    height: auto;
}

.about__stats {
    display: flex;
    justify-content: center;
    gap: 0px;
    background: var(--color-bg-primary);
    color: #fff;
    padding: 0px;
    margin: 20px 0px;
    flex-direction: column;
}

.about__stat {
    display: flex;
    align-items: center;
    gap: 48px;
    flex: 1;
    padding: 24px 21px 24px 16px;
    border-top: 1px solid #fff;
}

    .about__stat:first-child {
        border-top: none;
    }

    .about__stat:nth-child(2) {
        gap: 65px;
    }

.about__stat-icon {
    flex-shrink: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about__stat-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    padding-top: 4px;
    gap: 10px;
}

.about__stat:nth-child(2) .about__stat-content {
    gap: 21px;
}

.about__stat-number {
    font-size: var(--font-h1-size);
    font-weight: var(--font-h1-weight);
    line-height: var(--font-h1-line-height);
    margin-bottom: 6px;
    text-align: center;
    align-items: center;
}

.about__stat-text {
    font-size: var(--font-label-size);
    font-weight: var(--font-label-weight);
    line-height: var(--font-label-line-height);
    color: var(--color-bg-white);
    text-align: left;
    max-width: 140px;
}

.map-container {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.map-inner {
    position: relative;
    width: 700px;
    height: auto;
    margin-bottom: 16px;
}

.map-img {
    width: 100%;
    height: 317px;
    object-fit: cover;
    display: block;
}


.hotspot {
    position: absolute;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
    opacity: 0;
    transition: none;
}

    .hotspot img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        transition: opacity 0.3s;
    }

        .hotspot img.hover-img {
            opacity: 0;
        }

    .hotspot:hover img.default-img {
        opacity: 0;
    }

    .hotspot:hover img.hover-img {
        opacity: 1;
    }

    .hotspot:hover {
        z-index: 9999;
    }

    .hotspot .label {
        display: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: var(--color-bg-primary);
        color: var(--color-bg-white);
        padding: 6px 10px;
        white-space: nowrap;
        font-size: var(--font-label-size);
        font-weight: var(--font-label-weight);
        line-height: var(--font-label-line-height);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        z-index: 5;
    }


    .hotspot .label-left {
        right: 100%;
        margin-right: 8px;
    }


    .hotspot .label-right {
        left: 100%;
        margin-left: 8px;
    }

    .hotspot:hover .label {
        display: inline-table;
    }

.map-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

    .map-lines path {
        stroke: var(--color-bg-primary);
        stroke-width: 1.5;
        fill: none;
        stroke-dasharray: 4 6;
    }

/* #endregion */

/* #region Project */
.projects {
    font-family: var(--font-family);
    text-align: center;
    padding: 40px 0px 0px;
    margin-bottom: 72px;
}

.project__title {
    font-size: var(--font-h4-size);
    font-weight: var(--font-h4-weight);
    color: var(--color-bg-primary);
    line-height: var(--font-h4-line-height);
    text-align: left;
}

.projects__description {
    font-size: var(--font-h3-size);
    font-weight: var(--font-h3-weight);
    line-height: var(--font-h3-line-height);
    margin: 24px 0 40px;
}

    .projects__description span {
        display: block;
        margin: 0;
    }

        .projects__description span:nth-child(1),
        .projects__description span:nth-child(2) {
            color: var(--color-bg-primary);
        }

        .projects__description span:nth-child(3) {
            color: var(--color-primary-cyan);
        }

.projects__slider {
    position: relative;
    max-width: 1440px;
    height: 407px;
    overflow: hidden;
    margin-bottom: 32px;
}

.projects__item {
    position: absolute;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

/* trái */
.projects__item--prev {
    left: 0;
    width: 270px;
    height: 326px;
    z-index: 1;
    filter: brightness(0.8);
    opacity: 1;
    pointer-events: auto;
    margin-bottom: 40px;
}

/* giữa */
.projects__item--active {
    left: 50%;
    transform: translateX(-50%);
    width: 304px;
    height: 407px;
    z-index: 3;
    opacity: 1;
    pointer-events: auto;
}

/* phải */
.projects__item--next {
    right: 0;
    width: 270px;
    height: 326px;
    z-index: 1;
    filter: brightness(0.8);
    opacity: 1;
    pointer-events: auto;
    margin-bottom: 40px;
}

/* Ảnh */
.projects__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Info overlay */
.projects__info {
    position: absolute;
    right: 15px;
    bottom: 10px;
    text-align: left;
    margin: 0 0 16px;
}

.projects__item-caption {
    margin: 0 0 8px;
    text-align: end;
    font-size: var(--font-body-lg-size);
    font-weight: var(--font-body-md-weight);
    line-height: var(--font-body-lg-line-height);
    color: #fff;
}

.projects__item-desc {
    margin: 0;
    display: inline-block;
    padding: 2px 12px;
    font-size: var(--font-button-size);
    font-weight: var(--font-button-weight);
    line-height: var(--font-button-line-height);
    color: #fff;
    background: var(--color-bg-primary);
    float: right;
}

/* Hiệu ứng cho item trái */
/* Item trái */
.projects__item--prev.animating {
    animation: moveRight 0.3s ease;
}

@keyframes moveRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(0);
    }
}

.projects__item--next.animating {
    animation: moveLeft 0.3s ease;
}

@keyframes moveLeft {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-30px);
    }

    100% {
        transform: translateX(0);
    }
}

.projects__link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--color-bg-primary);
    font-size: var(--font-button-size);
    font-weight: var(--font-button-weight);
    line-height: var(--font-button-line-height);
    border-bottom: 1px solid var(--color-bg-primary);
}

    .projects__link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background-color: var(--color-bg-primary);
        transition: width 0.5s ease;
    }

    .projects__link:hover {
        border-bottom-color: transparent;
    }

        .projects__link:hover::after {
            width: 100%;
        }

    .projects__link svg {
        vertical-align: middle;
        transform: translateY(-2px);
        margin-left: 5px;
    }

/* #endregion */

/* #region Our Gallery */
.gallery {
    padding: 0px 0 40px;
    position: relative;
    font-family: var(--font-family);
}

/* .gallery__container.container {
  width: 100%;   
  margin: 0 auto;      
  padding: 0 0px 0 16px;   
  box-sizing: border-box;
} */
.gallery__header {
    text-align: left;
    margin-bottom: 40px;
    padding-left: 16px;
}


.gallery__title {
    font-size: var(--font-h4-size);
    font-weight: var(--font-h4-weight);
    line-height: var(--font-h4-line-height);
    color: var(--color-bg-primary);
    margin-bottom: 24px;
}

.gallery__subtitle {
    font-size: var(--font-h3-size);
    font-weight: var(--font-h3-weight);
    line-height: 30px;
    max-width: 358px;
    color: var(--color-bg-primary);
    margin-bottom: 60px;
}


.gallery__highlight {
    color: var(--color-primary-cyan);
}

/* Slide */
.gallery__slider {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-behavior: smooth;
    gap: 12px;
    width: 100%;
    margin-left: 0;
    position: relative;
    padding-bottom: 19px;
    padding-left: 16px;
}

.gallery__slide {
    box-sizing: border-box;
    position: relative;
}

.gallery__slider--full {
    width: 100%;
    position: relative;
}

.gallery__image-wrapper {
    position: relative;
    width: 300px;
    height: 364px;
    overflow: hidden;
}

.gallery__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery__slide::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(128, 128, 128, 0));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.gallery__slide:hover::after {
    opacity: 1;
}

/* Caption */
.gallery__slide-caption {
    position: absolute;
    bottom: 3%;
    left: 0;
    width: 100%;
    padding: 0px 12px;
    color: #fff;
    font-size: var(--font-body-lg-size);
    font-weight: var(--font-body-lg-weight);
    line-height: var(--font-body-lg-line-height);
    opacity: 0;
    transform: translateY(0%);
    transition: all 0.3s ease;
    z-index: 5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 4;
}

/* Hover effect */
.gallery__slide:hover::after {
    opacity: 1;
}

.gallery__slide:hover .gallery__slide-caption {
    opacity: 1;
    transform: translateY(0);
}

/* Navigation */
.gallery__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    pointer-events: none;
}

.gallery__button {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #003DA6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    z-index: 10;
}

.gallery__label {
    display: none;
}

.gallery__nav .gallery__button iconify-icon {
    font-size: 24px;
    vertical-align: middle;
    transform: translateY(-2px);
}

.gallery__button--prev {
    position: absolute;
    top: 60%;
    left: 3%;
    transform: translateY(-50%) translateX(1206%);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
    z-index: 2;
    pointer-events: none;
}

    .gallery__button--prev.active {
        transform: translateY(-50%) translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

.gallery__button--next {
    position: absolute;
    top: 60%;
    right: 3%;
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity 0.5s ease;
    z-index: 1;
}

    .gallery__button--next.un-active {
        opacity: 0;
    }

/* #endregion */
@media (width: 320px) {
    .projects__item--active {
        left: 50%;
        transform: translateX(-50%);
        width: 260px;
        height: 380px;
        z-index: 3;
        opacity: 1;
        pointer-events: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .sky {
        top: 0;
        left: 0;
        width: 100%;
        height: 659px;
        z-index: 0;
        object-fit: cover;
    }

    .trees {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 200px;
        z-index: 3;
    }

    .building1 {
        bottom: 0;
        margin-left: 36%;
        width: 243px;
        height: 530px;
        z-index: 4;
    }

    .building2 {
        display: none;
        bottom: 0;
        margin-left: 4%;
        width: 135px;
        height: 321px;
        z-index: 1;
    }

    .building3 {
        display: none;
        bottom: 15%;
        margin-left: 50%;
        width: 100px;
        height: 253px;
        z-index: 1;
    }

    .building4 {
        bottom: 3%;
        margin-left: 16%;
        width: 200px;
        height: 420px;
    }

    .building5 {
        bottom: 3%;
        margin-left: 62%;
        width: 120px;
        height: 380px;
        z-index: 2;
    }

    .building6 {
        bottom: 6%;
        margin-left: 79%;
        width: 100px;
        height: 280px;
        z-index: 1;
    }

    .building7 {
        bottom: 0%;
        margin-left: -5%;
        width: 197px;
        height: 280px;
        z-index: 1;
    }

    .building8 {
        bottom: 40%;
        width: 191px;
        height: 319px;
        z-index: 1;
    }

    .text {
        bottom: 59%;
        margin-left: 38px;
        font-family: var(--font-family);
        font-size: 28px;
        font-weight: var(--font-h2-weight);
        line-height: var(--font-h2-line-height);
        color: var(--color-bg-white);
        max-width: 268px;
    }

    .map-inner {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 28px;
    }

    /* #region About */
    .about__stats {
        display: flex;
        justify-content: center;
        gap: 30px;
        background: var(--color-bg-primary);
        color: #fff;
        padding: 40px;
        flex-direction: unset;
        margin: 20px 0px 0px;
    }

    .about__stat {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        padding: 0px;
        flex: 1;
        border-top: none;
    }

        .about__stat:nth-child(2) {
            gap: 24px;
        }

    .about__stat-icon {
        flex-shrink: 0;
        width: 40px;
        display: flex;
        padding-top: 8px;
        align-items: center;
        justify-content: center;
    }

    .about__stat-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 0px;
    }

    .about__stat:nth-child(2) .about__stat-content {
        gap: 10px;
    }

    .about__stat-number {
        font-size: var(--font-h1-size);
        font-weight: var(--font-h1-weight);
        line-height: var(--font-h1-line-height);
        margin-bottom: 4px;
        text-align: left;
    }

    .about__stat-text {
        font-size: var(--font-body-md-size);
        font-weight: var(--font-body-md-weight);
        line-height: var(--font-body-md-line-height);
        color: var(--color-bg-white);
        text-align: left;
        max-width: 190px;
    }

    /* #endregion */

    /* #region project */
    .projects__slider {
        position: relative;
        max-width: 1280px;
        height: 518px;
        overflow: hidden;
        margin-bottom: 40px;
    }

    /* Item mặc định ẩn đi */
    .projects__item {
        position: absolute;
        bottom: 0;
        opacity: 0;
        pointer-events: none;
        transition: transform 0.5s ease, opacity 0.5s ease;
    }

    /* trái */
    .projects__item--prev {
        left: 0;
        width: 584px;
        height: 438px;
        z-index: 1;
        filter: brightness(0.8);
        opacity: 1;
        pointer-events: auto;
        margin-bottom: 40px;
    }

    /* giữa */
    .projects__item--active {
        left: 50%;
        transform: translateX(-50%);
        width: 650px;
        height: 518px;
        z-index: 3;
        opacity: 1;
        pointer-events: auto;
    }


    /* phải */
    .projects__item--next {
        right: 0;
        width: 584px;
        height: 438px;
        z-index: 1;
        filter: brightness(0.8);
        opacity: 1;
        pointer-events: auto;
        margin-bottom: 40px;
    }

    /* Ảnh */
    .projects__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* #endregion */

    /* #region About */
    /* .gallery__container.container {
  width: 100%;   
  margin: 0 auto;      
  padding: 0px 16px;   
  box-sizing: border-box;
} */
    .gallery__header {
        text-align: left;
        padding: 60px 0px 20px;
        margin-bottom: 0px;
    }

    .gallery__slider {
        padding-left: 32px;
    }

    .gallery__slider {
        display: flex;
        overflow-x: hidden;
        overflow-y: hidden;
        scroll-behavior: smooth;
        gap: 24px;
        width: 100%;
        margin-left: 0;
        position: relative;
        padding-bottom: 40px;
    }

    .gallery__slide {
        box-sizing: border-box;
        position: relative;
    }

    .gallery__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.8s ease;
    }

    .gallery__button {
        position: absolute;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #003DA6;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        pointer-events: auto;
        z-index: 10;
    }

    .gallery__button--prev {
        position: absolute;
        top: 60%;
        left: 3%;
        transform: translateY(-50%) translateX(1206%);
        opacity: 0;
        transition: transform 0.6s ease, opacity 0.6s ease;
        z-index: 2;
        pointer-events: none;
    }

        .gallery__button--prev.active {
            transform: translateY(-50%) translateX(0);
            opacity: 1;
            pointer-events: auto;
        }

    .gallery__button--next {
        position: absolute;
        top: 60%;
        right: 3%;
        transform: translateY(-50%);
        opacity: 1;
        transition: opacity 0.5s ease;
        z-index: 1;
    }

    .gallery__subtitle {
        font-size: var(--font-h3-size);
        font-weight: var(--font-h3-weight);
        line-height: 30px;
        max-width: 558px;
        color: var(--color-bg-primary);
        margin-bottom: 60px;
    }

    /* #endregion */
}

@media (width: 320px) {
    .text {
        bottom: 52%;
        margin-left: 26px;
        font-family: var(--font-family);
        font-size: 26px;
        font-weight: var(--font-h2-weight);
        line-height: var(--font-h2-line-height);
        color: var(--color-bg-white);
        max-width: 300px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1919px) {
    .building1 {
        bottom: 0;
        margin-left: 29%;
        width: 348px;
        height: 752px;
        z-index: 3;
    }

    .building2 {
        display: unset;
        bottom: 0;
        margin-left: -2%;
        width: 135px;
        height: 321px;
        z-index: 1;
    }

    .building3 {
        display: unset;
        bottom: 14%;
        margin-left: 71%;
        width: 121px;
        height: 226px;
        z-index: 1;
    }

    .building4 {
        bottom: 7%;
        margin-left: 17%;
        width: 218px;
        height: 551px;
    }

    .building5 {
        bottom: 10%;
        margin-left: 47%;
        width: 186px;
        height: 443px;
        z-index: 1;
    }

    .building6 {
        bottom: 10%;
        margin-left: 61%;
        width: 121px;
        height: 364px;
        z-index: 0;
    }

    .building7 {
        bottom: 6%;
        margin-left: 4%;
        width: 262px;
        height: 327px;
        z-index: 1;
    }

    .building8 {
        bottom: 43%;
        width: 244px;
        height: 375px;
        z-index: 1;
    }

    .gallery__slider {
        padding-left: 190px;
    }
}

@media only screen and (min-width: 1920px) {
    .building1 {
        bottom: 0;
        margin-left: 27%;
        width: 348px;
        height: 752px;
        z-index: 3;
    }

    .building2 {
        display: unset;
        bottom: 0;
        margin-left: -2%;
        width: 135px;
        height: 321px;
        z-index: 1;
    }

    .building3 {
        display: unset;
        bottom: 15%;
        margin-left: 65%;
        width: 121px;
        height: 226px;
        z-index: 1;
    }

    .building4 {
        bottom: 7%;
        margin-left: 17%;
        width: 218px;
        height: 551px;
    }

    .building5 {
        bottom: 10%;
        margin-left: 44%;
        width: 186px;
        height: 443px;
        z-index: 1;
    }

    .building6 {
        bottom: 10%;
        margin-left: 56.7%;
        width: 121px;
        height: 364px;
        z-index: 0;
    }

    .building7 {
        bottom: 8%;
        margin-left: 4%;
        width: 262px;
        height: 327px;
        z-index: 1;
    }

    .building8 {
        bottom: 43%;
        width: 244px;
        height: 375px;
        z-index: 1;
    }

    .gallery__slider {
        gap: 24px;
        padding-bottom: 40px;
        padding-top: 40px;
        padding-left: 288px;
    }
}

@media only screen and (min-width: 1280px) {

    /* #region Banner */
    .banner {
        height: 900px;
    }


        .banner img,
        .banner .text {
            position: absolute;
        }

    .sky {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        object-fit: cover;
    }

    .trees {
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 2;
    }

    /* .building1 { bottom: 0; margin-left: 27%; width: 348px; height: 752px; z-index: 3; }
    .building2 { display: unset; bottom: 0; margin-left: 0%; width: 135px; height: 321px; z-index: 3;}
    .building3 { display: unset; bottom: 19%; margin-left: 65%; width: 121px; height: 226px; z-index: 1;}
    .building4 { bottom: 7%; margin-left: 17%; width: 218px; height: 551px; }
    .building5 { bottom: 10%; margin-left: 40%; width: 234px; height: 557px; z-index: 1;}
    .building6 { bottom: 10%; margin-left: 48%; width: 291px; height: 364px; z-index: 0; }
    .building7 { bottom: 6%; margin-left: 4%; width: 262px; height: 327px; z-index: 1;}
    .building8 { bottom: 43%; width: 244px; height: 375px; z-index: 1;} */
    .text {
        bottom: 59%;
        margin-left: 50px;
        font-family: var(--font-family);
        font-size: 40px;
        font-weight: var(--font-h1-weight);
        line-height: var(--font-h1-line-height);
        color: white;
        max-width: 512px;
    }

    /* #endregion */

    /* #region About */
    .about {
        padding: 60px 0;
    }

    .about__content-description {
        font-size: var(--font-h2-size);
        font-weight: var(--font-h2-weight);
        line-height: var(--font-h2-line-height);
        margin-bottom: 0px;
    }

    .about__map {
        position: relative;
        margin-bottom: 40px;
    }

    .about__map-image {
        max-width: 100%;
        height: auto;
    }

    .about__stats {
        gap: 100px;
        padding: 40px 87px;
        flex-direction: unset;
        margin: 20px 0px 0px;
    }

    .about__stat {
        align-items: flex-start;
        gap: 24px;
        padding: 0px;
        border-top: none;
    }

        .about__stat:nth-child(2) {
            gap: 24px;
        }

    .about__stat-icon {
        padding-top: 14px;
    }

    .about__stat-content {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 0px;
        gap: 4px;
    }

    .about__stat:nth-child(2) .about__stat-content {
        gap: 4px;
    }

    .about__stat-number {
        margin-bottom: 0px;
        text-align: left;
    }

    .about__stat-text {
        font-size: var(--font-body-md-size);
        font-weight: var(--font-body-md-weight);
        line-height: var(--font-body-md-line-height);
        text-align: left;
        max-width: 190px;
    }

    .map-container {
        position: relative;
        display: inline-block;
        width: 100%;
        /* cho responsive */
    }

    .map-img {
        height: auto;
        margin: 13px 0px 0px;
    }

    .map-container {
        overflow: visible;
    }

    .map-inner {
        width: 100%;
        overflow: visible;
        margin-bottom: 0px;
    }

    .hotspot {
        width: 50px;
        height: 50px;
        overflow: visible;
    }

        .hotspot img {
            width: 100%;
            height: 100%;
            z-index: 1;
        }

            .hotspot img.hover-img {
                opacity: 0;
            }

        .hotspot:hover img.default-img {
            opacity: 0;
        }

        .hotspot:hover img.hover-img {
            opacity: 1;
        }

        .hotspot:hover {
            z-index: 9999;
        }

        .hotspot .label {
            display: none;
            padding: 6px 12px;
            font-size: var(--font-button-size);
            font-weight: var(--font-button-weight);
            line-height: var(--font-button-line-height);
        }


        .hotspot .label-left {
            right: 100%;
            margin-right: 8px;
        }


        .hotspot .label-right {
            left: 100%;
            margin-left: 8px;
        }

        .hotspot:hover .label {
            display: inline-table;
        }


    textarea {
        width: 100%;
        height: 150px;
        margin-top: 10px;
    }


    .map-lines path {
        stroke: var(--color-bg-primary);
        stroke-width: 1.5;
        fill: none;
        stroke-dasharray: 4 6;
    }

    /* #endregion */

    /* #region Project */
    .projects {
        padding: 0px;
        margin-bottom: 0px;
    }

    .projects__container.container {
        padding: 0px 36px;
    }

    .project__title {
        padding-left: 12px;
    }

    .projects__description {
        font-size: var(--font-h2-size);
        font-weight: var(--font-h2-weight);
        line-height: var(--font-h2-line-height);
        margin: 24px 0 60px;
    }

        .projects__description span {
            display: block;
            margin: 0;
        }

    .projects__slider {
        height: 618px;
        margin-bottom: 40px;
    }

    .projects__item--prev {
        left: 0;
        width: 684px;
        height: 538px;
        z-index: 1;
        filter: brightness(0.8);
        opacity: 1;
        pointer-events: auto;
        margin-bottom: 40px;
    }

    /* giữa */
    .projects__item--active {
        left: 50%;
        transform: translateX(-50%);
        width: 924px;
        height: 618px;
        z-index: 3;
        opacity: 1;
        pointer-events: auto;
    }


    /* phải */
    .projects__item--next {
        right: 0;
        width: 684px;
        height: 538px;
        z-index: 1;
        filter: brightness(0.8);
        opacity: 1;
        pointer-events: auto;
        margin-bottom: 40px;
    }

    /* Info overlay */
    .projects__info {
        right: 24px;
        bottom: 24px;
        margin: 0 42px 22px 0;
    }

    .projects__item-caption {
        font-size: var(--font-h5-size);
        font-weight: var(--font-h5-weight);
        line-height: var(--font-h5-line-height);
    }

    .projects__item-desc {
        padding: 6px 12px;
        font-size: var(--font-label-size);
        font-weight: var(--font-label-weight);
        line-height: var(--font-label-line-height);
        float: right;
    }

    /* Hiệu ứng cho item trái */
    /* Item trái */
    .projects__item--prev.animating {
        animation: moveRight 0.3s ease;
    }

    @keyframes moveRight {
        0% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(250px);
        }

        100% {
            transform: translateX(0);
        }
    }

    .projects__item--next.animating {
        animation: moveLeft 0.3s ease;
    }

    @keyframes moveLeft {
        0% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(-250px);
        }

        100% {
            transform: translateX(0);
        }
    }


    .projects__link:hover {
        border-bottom-color: transparent;
    }

        .projects__link:hover::after {
            width: 100%;
        }

    .projects__link:not(:hover)::after {
        transition: none;
        width: 0;
    }

    .projects__link iconify-icon {
        vertical-align: middle;
        transform: translateY(-2px);
        margin-left: 5px;
    }

    /* #endregion */

    /* #region Our Gallery */
    .gallery {
        padding: 0px;
    }

    .gallery__header {
        text-align: left;
        padding: 60px 0px 40px;
        margin-bottom: 0px;
    }

    /* .gallery__container.container {
    padding: 0px 48px;
} */

    .gallery__subtitle {
        font-size: var(--font-h2-size);
        font-weight: var(--font-h2-weight);
        line-height: var(--font-h2-line-height);
        max-width: 700px;
        margin-bottom: 0px;
    }

    /* Slide */

    .gallery__slider {
        gap: 24px;
        padding-bottom: 40px;
        padding-top: 40px;
        /* padding-left: 288px; */
    }

    .gallery__slider--full {
        max-width: none;
    }

    .gallery__image-wrapper {
        width: 560px;
        height: 680px;
    }

    .gallery__slide:hover::after {
        opacity: 1;
    }

    /* Caption */
    .gallery__slide-caption {
        padding: 0px 24px;
    }

    /* Hover effect */
    .gallery__slide:hover::after {
        opacity: 1;
    }

    .gallery__slide:hover .gallery__slide-caption {
        opacity: 1;
        transform: translateY(0);
    }

    .gallery__slide::after {
        height: 20%;
    }

    /* Navigation */
    .gallery__button {
        position: absolute;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: var(--color-bg-primary);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        pointer-events: auto;
        z-index: 10;
    }

    .gallery__label {
        display: unset;
    }

    .gallery__button::after {
        content: "";
        position: absolute;
        bottom: 35px;
        left: 50%;
        transform: translateX(-50%);
        width: 75%;
        height: 1px;
        background-color: var(--color-bg-error-light);
        border-radius: 2px;
    }

    .gallery__nav .gallery__button iconify-icon {
        font-size: 24px;
        vertical-align: middle;
        transform: translateY(-2px);
    }

    .gallery__button--prev {
        position: absolute;
        top: 60%;
        left: 14.7%;
        transform: translateY(-50%) translateX(1206%);
        gap: 12px;
        opacity: 0;
        transition: transform 0.6s ease, opacity 0.6s ease;
        z-index: 2;
        pointer-events: none;
    }

        .gallery__button--prev.active {
            transform: translateY(-50%) translateX(0);
            opacity: 1;
            pointer-events: auto;
        }

    .gallery__button--next {
        position: absolute;
        top: 60%;
        right: 15%;
        gap: 12px;
        transform: translateY(-50%);
        opacity: 1;
        transition: opacity 0.5s ease;
        z-index: 1;
    }

        .gallery__button--next.un-active {
            opacity: 0;
        }
}

@media (width: 1440px) {

    /* .gallery__container.container {
    padding: 0px 0px 0px 48px;
} */
    .building1 {
        bottom: 0;
        margin-left: 35%;
        width: 348px;
        height: 752px;
        z-index: 3;
    }

    .building2 {
        display: unset;
        bottom: -3%;
        margin-left: -2%;
        width: 135px;
        height: 321px;
        z-index: 1;
    }

    .building3 {
        display: unset;
        bottom: 12%;
        margin-left: 85%;
        width: 121px;
        height: 226px;
        z-index: 1;
    }

    .building4 {
        bottom: 7%;
        margin-left: 19%;
        width: 218px;
        height: 551px;
    }

    .building5 {
        bottom: 9%;
        margin-left: 57%;
        width: 186px;
        height: 443px;
        z-index: 1;
    }

    .building6 {
        bottom: 10%;
        margin-left: 73.8%;
        width: 121px;
        height: 361px;
        z-index: 0;
    }

    .building7 {
        bottom: 6%;
        margin-left: 5%;
        width: 262px;
        height: 327px;
        z-index: 1;
    }

    .building8 {
        bottom: 43%;
        width: 244px;
        height: 375px;
        z-index: 1;
    }

    .text {
        margin-left: 42px;
        bottom: 59%;
        font-family: var(--font-family);
        font-size: 40px;
        font-weight: var(--font-h1-weight);
        line-height: var(--font-h1-line-height);
        color: white;
        max-width: 510px;
    }

    .gallery__header {
        text-align: left;
        padding: 60px 0px 40px;
        margin-bottom: 0px;
    }

    .gallery__slider {
        padding-left: 48px;
    }

    .gallery__slider--full {
        width: 100%;
        position: relative;
    }

    /* .gallery__container.container:has(.gallery__slider--full)  {
      padding: 0; 
    } */
    .gallery__button--next {
        position: absolute;
        top: 61.5%;
        right: 2%;
        transform: translateY(-50%);
        opacity: 1;
        transition: opacity 0.5s ease;
        z-index: 1;
    }

    .gallery__button--prev {
        position: absolute;
        top: 61.5%;
        left: 2%;
        transform: translateY(-50%) translateX(1206%);
        opacity: 0;
        transition: transform 0.6s ease, opacity 0.6s ease;
        z-index: 2;
        pointer-events: none;
    }
}

@media only screen and (min-width: 1279px) and (max-width: 1439px) {
    .building1 {
        bottom: 0;
        margin-left: 34%;
        width: 348px;
        height: 752px;
        z-index: 3;
    }

    .building2 {
        display: unset;
        bottom: -1;
        margin-left: 0%;
        width: 135px;
        height: 321px;
        z-index: 1;
    }

    .building3 {
        display: unset;
        bottom: 12%;
        margin-left: 85%;
        width: 121px;
        height: 226px;
        z-index: 1;
    }

    .building4 {
        bottom: 6%;
        margin-left: 21%;
        width: 218px;
        height: 551px;
    }

    .building5 {
        bottom: 7%;
        margin-left: 55%;
        width: 186px;
        height: 443px;
        z-index: 1;
    }

    .building6 {
        bottom: 8%;
        margin-left: 72%;
        width: 121px;
        height: 364px;
        z-index: 0;
    }

    .building7 {
        bottom: 2%;
        margin-left: 4%;
        width: 262px;
        height: 327px;
        z-index: 1;
    }

    .building8 {
        bottom: 43%;
        width: 244px;
        height: 375px;
        z-index: 1;
    }

    .gallery__slider {
        padding-left: 48px;
    }

    .gallery__button--next {
        position: absolute;
        top: 61.5%;
        right: 2%;
        transform: translateY(-50%);
        opacity: 1;
        transition: opacity 0.5s ease;
        z-index: 1;
    }

    .gallery__button--prev {
        position: absolute;
        top: 61.5%;
        left: 2%;
        transform: translateY(-50%) translateX(1206%);
        opacity: 0;
        transition: transform 0.6s ease, opacity 0.6s ease;
        z-index: 2;
        pointer-events: none;
    }
}

@media (width: 1280px) {
    .text {
        margin-left: 42px;
        bottom: 59%;
        font-family: var(--font-family);
        font-size: 34px;
        font-weight: var(--font-h1-weight);
        line-height: var(--font-h1-line-height);
        color: white;
        max-width: 480px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1726px) {
    .building1 {
        bottom: 0;
        margin-left: 33%;
        width: 348px;
        height: 752px;
        z-index: 3;
    }

    .building2 {
        display: unset;
        bottom: -1;
        margin-left: 0%;
        width: 135px;
        height: 321px;
        z-index: 1;
    }

    .building3 {
        display: unset;
        bottom: 15%;
        margin-left: 78%;
        width: 121px;
        height: 226px;
        z-index: 1;
    }

    .building4 {
        bottom: 6%;
        margin-left: 21%;
        width: 218px;
        height: 551px;
    }

    .building5 {
        bottom: 7%;
        margin-left: 49%;
        width: 186px;
        height: 443px;
        z-index: 1;
    }

    .building6 {
        bottom: 8%;
        margin-left: 65%;
        width: 121px;
        height: 364px;
        z-index: 0;
    }

    .building7 {
        bottom: 2%;
        margin-left: 6%;
        width: 262px;
        height: 327px;
        z-index: 1;
    }

    .gallery__slider {
        padding-left: 80px;
    }

    .gallery__button--prev {
        position: absolute;
        top: 60%;
        left: 5%;
        transform: translateY(-50%) translateX(1206%);
        gap: 12px;
        opacity: 0;
        transition: transform 0.6s ease, opacity 0.6s ease;
        z-index: 2;
        pointer-events: none;
    }

    .gallery__button--next {
        position: absolute;
        top: 60%;
        right: 5%;
        gap: 12px;
        transform: translateY(-50%);
        opacity: 1;
        transition: opacity 0.5s ease;
        z-index: 1;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1599px) {
    .building3 {
        display: unset;
        bottom: 12%;
        margin-left: 81%;
        width: 121px;
        height: 226px;
        z-index: 1;
    }

    .building6 {
        bottom: 8%;
        margin-left: 70%;
        width: 121px;
        height: 364px;
        z-index: 0;
    }

    .building5 {
        bottom: 7%;
        margin-left: 53%;
        width: 186px;
        height: 443px;
        z-index: 1;
    }
}

@media only screen and (min-width: 1727px) and (max-width: 1919px) {
    .gallery__button--prev {
        position: absolute;
        top: 60%;
        left: 9%;
        transform: translateY(-50%) translateX(1206%);
        gap: 12px;
        opacity: 0;
        transition: transform 0.6s ease, opacity 0.6s ease;
        z-index: 2;
        pointer-events: none;
    }

    .gallery__button--next {
        position: absolute;
        top: 60%;
        right: 9%;
        gap: 12px;
        transform: translateY(-50%);
        opacity: 1;
        transition: opacity 0.5s ease;
        z-index: 1;
    }
}
