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

@media (min-width: 1200px) {
    .section-banner {
        margin-top: 134px;

    }
}

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

.section-banner .item img {
    width: 400px;
    display: none;
}

.section-banner .item h2 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.5;
    padding-left: 0px;
    position: relative;
    margin: 0;
    text-align: left;
}


@media (min-width: 992px) {
    .section-banner .item h2 {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .section-banner {
        height: 30vh;
    }

    .section-banner .item {
        width: auto;
        display: block;
        top: 50%;
        left: auto;
    }

}

@media (min-width: 1400px) {
    .section-banner .item {
        left: auto;
    }
}

/* --End banner--------------- */

/* Start esg ------------------------------ */
.section-esg {
    padding: 40px 0 40px;
    background: #fff;
}


.section-esg.b {
    padding: 30px 0;
    background: #DEEAF6;
}

.section-esg .title-item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    position: relative;
}

.section-esg .title-item h2 {
    font-size: 24px;
    position: relative;
    color: #717071;
    margin-bottom: 0;
    letter-spacing: 1.7px;
}

.section-esg .item.e h3 {
    color: #315134;
    border-bottom: 2px solid #315134;
}

.section-esg .item.s h3 {
    border-bottom: 2px solid #717071;
    color: #717071;
}

.section-esg .item.g h3 {
    border-bottom: 2px solid #2E60AD;
    color: #2E60AD;
}

.section-esg .item h3 span {
    font-size: 16px;
    display: block;
    color: #000;
    padding: 10px 0;
}

.section-esg .item .text-item {}

.section-esg .item .text-item ul {
    list-style: none;
    padding-left: 0;
}

.section-esg .item .text-item ul li {
    color: #717071;
}

.section-esg .item .text-item ul li+li {
    margin-top: 5px;
}

.section-esg .item .text-item ul li h4 {
    font-size: 18px;
    padding: 10px 0;
    color: #000;
}

.section-esg .more-link {
    display: inline-block;
    color: #fff;
    background: transparent;
    color: #2E60AD;
    border: 1px solid #2E60AD;
    font-size: 16px;
    border-radius: 50px;
    padding: 10px 40px;
    transition: all 0.2s ease-in-out;
}

.section-esg .more-link:hover {
    background-color: #2E60AD;
    color: #fff;
}

.section-esg .item-content {}

.section-esg .item-content h3 {
    font-size: 18px;
    margin-bottom: 0;
    color: #717071;
    padding-top: 10px;
}

.section-esg .item-content.b h3 {
    color: #2E60AD;
}

.section-esg .item-content p {
    color: #717071;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .section-esg.b {
        padding: 60px 0;
    }
}

@media (min-width: 1200px) {
    .section-esg {
        padding: 100px 0 100px;
    }

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

    .section-esg .item h3 span {
        font-size: 18px;
    }

    .section-esg .item-content h3 {
        font-size: 24px;
    }


}


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