/* --Start banner--------------- */
.section-banner {
    position: relative;
    height: 20vh;
    background: url(../img/esg/banner.webp) no-repeat center top/ cover scroll;
    margin-top: 60px;
}

.section-banner .item {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
    display: block;
    left: 15px;
}


.section-banner .item h2 {
    color: #222932;
    font-weight: bolder;
    font-size: 18px;
    letter-spacing: 2px;
    /* line-height: 1.5; */
    position: relative;
    margin-bottom: 0;
    font-family: 'Gunterz';
    display: inline-block;
    padding-bottom: 15px;
}

.section-banner .item h2::after {
    content: '';
    width: 150%;
    position: absolute;
    height: 2px;
    background: #c6c6d0;
    left: 0;
    bottom: 0;
}

.section-banner .item span {
    padding-top: 15px;
    color: #913335;
    display: block;
    font-family: 'Gunterz';
    font-size: 16px;
    text-align: left;
}

@media (min-width: 992px) {
    .section-banner {
        height: 35vh;

    }

    .section-banner .item {
        top: 80%;

    }

    .section-banner .item h2 {
        font-size: 30px;
    }

    .section-banner .item span {
        font-size: 30px;
        padding-top: 20px;
    }
}


@media (min-width: 1200px) {
    .section-banner {
        margin-top: 125px;
        height: 70vh;
    }

    .section-banner .item {
        left: auto;
    }

    .section-banner .item h2 {
        font-size: 40px;
    }

}

.menu-contact-item {
    background: #fff;
}

.nav-bg {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background: #f0f0f0;
}

/* --End banner--------------- */
/* --Start esg--------------- */
.section-esg {
    padding: 100px 0;
    position: relative;
    position: relative;
    background: #e2e3e7;
}

.section-esg.area1 {
    background: #fff;

}

.section-esg .item {
    position: relative;
}

.section-esg .item span {
    font-size: 30px;
    font-family: 'Gunterz';
    font-weight: bolder;
    color: #2a323d;
    position: static;
}

@media (min-width: 1400px) {
    .section-esg .item span {
        font-size: 40px;
        position: absolute;
        left: -75px;
        top: -20px;
    }
}

.section-esg .item p {
    font-size: 16px;
    position: relative;
    z-index: 2;
    color: #676767;
    margin-bottom: 0;
}

.section-esg .item p+p {
    margin-top: 10px;
}

.section-esg img {
    width: 200px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.4;
}

@media (min-width: 992px) {

    .section-esg .item p {
        font-size: 17px;
    }

    .section-esg {
        padding: 150px 0;
    }

    .section-esg img {
        width: 350px;
    }
}

/* --End esg--------------- */