.sec2 {
    display: flex;
    position: relative;
    background: var(--Green, #098b43);
}
.sec2 .sec2-left {
    width: 765px;
    height: 692px;
    position: relative;
    z-index: 10;
}
.sec2 .sec2-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec2 .sec2-left .sec2-left-list {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    position: absolute;
    bottom: 0;
    left: 0;
}
.sec2 .sec2-left .sec2-left-list .sec2-left-item {
    height: 160px;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--text, #101857);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4; /* 140% */
    text-transform: capitalize;
    padding: 20px;
}
.sec2 .sec2-left .sec2-left-list .sec2-left-item:nth-child(even) {
    box-shadow: none;
    background: linear-gradient(180deg, rgba(46, 57, 139, 0) 0%, #2e398b 100%);
}
.sec2 .sec2-right {
    position: relative;
    z-index: 10;
    height: 532px;
    flex: 1;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding-left: 116px;
    padding-right: 70px;
}
.sec2 .sec2-right .sec2-right-title {
    color: var(--text, #101857);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.42;
    text-transform: capitalize;
}
.sec2 .sec2-right .sec2-right-desc {
    color: var(--text, #101857);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.62; /* 162.5% */
}
.sec2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        180deg,
        #005224 0%,
        rgba(7, 129, 61, 0.21) 9.59%,
        rgba(9, 139, 67, -2) 33.65%,
        #098b43 100%
    );
}
.sec2 .sec2-deco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*  */
.projecthot {
    overflow: hidden;
    position: relative;
    background: var(--Green, #098b43);
    position: relative;
    z-index: 10;
}
.projecthot .projecthot-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: soft-light;
}
.projecthot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        180deg,
        #2b8670 0%,
        rgba(43, 134, 112, 0) 26.94%
    );
    mix-blend-mode: soft-light;
}
.projecthot .container {
    padding-top: 60px;
    padding-bottom: 80px;
}
.projecthot .projecthot-heading {
    color: #fff;
    text-shadow: 0 1.752px 7.008px rgba(0, 0, 0, 0.12);
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.39; /* 139.063% */
    letter-spacing: 1.28px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.projecthot .projecthot-list {
    position: relative;
    z-index: 10;
}
.projecthot .projecthot-swiper {
    width: 100%;
}
.projecthot .projecthot-swiper .swiper-slide {
    height: 260px;
    position: relative;
}
.projecthot .projecthot-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projecthot .projecthot-swiper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0.23%,
        rgba(0, 87, 48, 0.8) 65.12%
    );
}
.projecthot .projecthot-swiper .swiper-slide p {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 263px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.44; /* 144.444% */
    text-transform: uppercase;
    text-align: center;
}
.projecthot .projecthot-list .projecthot-swiper-button-prev,
.projecthot .projecthot-list .projecthot-swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid rgba(246, 130, 31, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.projecthot .projecthot-list .projecthot-swiper-button-prev svg,
.projecthot .projecthot-list .projecthot-swiper-button-next svg {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
}
.projecthot .projecthot-list .projecthot-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
}
.projecthot .projecthot-list .projecthot-swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
}
/* Quy mô lĩnh vực */
.scale {
    position: relative;
    min-height: 600px;
}
.scale .scale-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scale::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.2) 100%
    );
}
.scale .container {
    position: relative;
    z-index: 10;
    padding: 80px 0;
}
.scale .scale-label {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33; /* 133.333% */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.scale .scale-heading {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.22; /* 122.222% */
    text-transform: capitalize;
    width: 654px;
    margin-bottom: 80px;
}
.scale .scale-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.scale .scale-list .scale-list-item {
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
    width: 260px;
    min-height: 140px;
    padding: 24px 38px;
}
.scale .scale-list .scale-list-item .scale-item-title {
    color: var(--Color-text, #132456);
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 1; /* 100% */
    margin-bottom: 8px;
}
.scale .scale-list .scale-list-item .scale-item-desc {
    color: var(--Color-text, #132456);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.62; /* 162.5% */
}
@media (max-width: 639px) {
    .sec2 {
        flex-direction: column;
    }
    .sec2 .sec2-left {
        width: 100%;
    }
    .sec2 .sec2-left .sec2-left-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .sec2 .sec2-left .sec2-left-list .sec2-left-item:nth-child(3) {
        grid-column-start: 2;
        grid-row-start: 2;
    }
    .sec2 .sec2-left .sec2-left-list .sec2-left-item:nth-child(4) {
        grid-column-start: 1;
        grid-row-start: 2;
    }
    .sec2 .sec2-right {
        padding: 20px 16px;
    }
    .projecthot .projecthot-heading {
        padding: 0 16px;
        font-size: 34px;
    }
    .projecthot .projecthot-swiper {
        padding: 0 16px;
    }
    .projecthot .projecthot-list .projecthot-swiper-button-prev,
    .projecthot .projecthot-list .projecthot-swiper-button-next {
        display: none;
    }
    .scale .scale-label {
        padding: 0 16px;
    }
    .scale .scale-heading {
        width: 100%;
        padding: 0 16px;
    }
    .scale .scale-list {
        justify-content: center;
    }
    .scale .scale-list .scale-list-item {
        width: 90%;
    }
}
@media (min-width: 639px) and (max-width: 1224px) {
    .sec2 {
        flex-direction: column;
    }
    .sec2 .sec2-left {
        width: 100%;
    }
    .sec2 .sec2-right {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .projecthot .projecthot-list .projecthot-swiper-button-prev,
    .projecthot .projecthot-list .projecthot-swiper-button-next {
        display: none;
    }
}
