.section-building-futures {
}

    .section-building-futures .banner-1 {
        padding: 174px 40px 36px 40px;
    }

        .section-building-futures .banner-1 img {
            width: 32%;
        }

    .section-building-futures .banner-2 {
        position: relative;
    }

    .section-building-futures .banner-2 {
        width: 100%;
    }

        .section-building-futures .banner-2 > img {
            width: 100%;
        }

.client-banner-multi-layers {
    position: absolute;
    right: 164px;
    bottom: 10%;
    width: 50%;
}

.client-banner-description {
    background-image: url(https://www.coteccons.vn/wp-content/uploads/2022/08/Vector-118-8.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-weight: 300;
    position: relative;
    z-index: 2;
    color: var(--white-color);
    padding: 38px 4px 70px 70px;
    left: 45px;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.5;
}

    .client-banner-description .stick-icon {
        position: absolute;
        top: -120px;
        right: -120px;
    }

.client-banner-group-img img:first-child {
    width: 135px;
    height: 163px;
    z-index: 1;
    position: absolute;
    left: -1px;
    bottom: -37px;
}

.client-banner-group-img img:last-child {
    width: 100px;
    height: 100px;
    z-index: 3;
    position: absolute;
    bottom: -37px;
}

.client-banner-group-img:first-child {
    margin-right: 20px;
}

.client-banner-multi-layers > img {
    position: absolute;
    right: -164px;
    top: -116px;
    z-index: 2;
}

.investor {
    margin-top: 55px;
}

    .investor h3 {
        color: #16315E;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 32px;
    }

    .investor .dropdown select {
        outline: none;
        border: unset;
    }

.investor-list-wrapper {
    height: 345px;
    overflow: hidden scroll;
    padding-right: 10px;
}

.investor-item-wrapper {
    padding: 20px 0
}

    .investor-item-wrapper img {
        width: calc(100% - 10px);
    }

.time-left .investor-item-wrapper img {
    height: 282px;
    object-fit: cover;
}

.time-left .investor-item-wrapper a {
    width: 100%;
    gap: 5px;
}

.investor-item-wrapper .pdf-icon {
    width: 26px;
}

.investor-item-wrapper .title {
    font-weight: 500;
}

.investor-item-wrapper .pdf-title {
    width: 100%;
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}

.agm .investor-item-wrapper .title {
    width: 100%;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-readmore {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    background-size: 100% 100%;
    width: fit-content;
}
.btn-readmore svg {
        width: 14px;
        transition: .3s;
    }

.btn-readmore:hover svg {
        transform: rotate(45deg);
        transition: .3s;
        margin-left: 10px;
    }

.btn-readmore {
    background: unset;
}
@media (max-width: 767px) {
    .client-banner-description {
        font-size: 22px;
        line-height: 44px;
        padding: 15px 15px 30px 30px;
        min-width: 250px;
        left: 20px;
        bottom: -16px;
        right: 50px;
        width: unset;
        position: absolute;
    }

    .section-building-futures .banner-1 img {
        width: 100%;
    }

    .section-building-futures .banner-1 {
        padding: 174px 20px 36px 20px;
    }

    .section-building-futures .banner-2 {
        min-height: 100vh;
    }

        .section-building-futures .banner-2 img {
            height: 100%;
            min-height: inherit;
            width: 100%;
            object-fit: cover;
        }

    .client-banner-group-img img:first-child {
        width: 68px !important;
        height: 81px !important;
        left: 0;
        bottom: -37px;
    }

    .client-banner-group-img img:last-child {
        width: 50px !important;
        height: 50px !important;
        left: 0;
    }

    .client-banner-description img.stick-icon {
        width: 50px;
        height: 50px;
        right: -50px;
        top: -50px;
    }

    .client-banner-multi-layers {
        right: 154px;
        left: 0;
        right: 0;
        width: 100%;
    }

    .investor-item-wrapper .title {
        width: 100%;
        display: -webkit-box;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .btn-readmore:not(.btn-readmore-news) {
        font-size: 11px;
        gap: 0.5rem
    }

        .btn-readmore:not(.btn-readmore-news) svg {
            width: 10px;
        }
}

@media (max-width: 1200px) {
    .client-banner-description {
        font-size: 2em;
    }
}