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

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

.section-banner .item {
    position: absolute;
    bottom: 0;
    left: auto;
    z-index: 2;
    width: 65%;
    display: block;
}

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


.section-banner .item h2 {
    font-family: 'ChalkboardSE';
    color: #00A9EC;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5;
}

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

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

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

    .section-banner .item h2 {
        display: block;
    }

    .section-banner .item img {
        display: block;
        width: 300px;
        margin: auto;
    }
}

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

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

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

.section-esg .title-item {
    position: relative;
    text-align: center;
}

.section-esg .title-item h2 {
    font-size: 20px;
    color: #0068B7;
    text-align: center;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
}

@media (min-width: 992px) {
    .section-esg .title-item h2 {
        font-size: 24px;
    }
}



.section-esg .title-item h2:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    left: -75px;
    top: -50px;
    background-image: url('../img/index/iocn2.webp');
    background-size: 100% 100%;
}

.section-esg p {
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    color: #231815;
    margin-bottom: 0;
    padding-bottom: 10px;
}



.section-esg .item {
    background: #eee;
    height: 100%;
    position: relative;
    width: 100%;
    border-radius: 25px;
    margin: auto;
    text-align: center;
    padding: 30px 0;
}

.section-esg .item img {
    position: static;
    width: 90%;
    left: auto;
    transform: translateX(0%);
    bottom: auto;
    display: inline-block;
}

.section-esg .icon-img {
    position: absolute;
    width: 150px;
    left: 0;
    top: -150px;
    z-index: 2;
    display: none;

}

@media (min-width: 768px) {
    .section-esg .item img {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .section-esg .icon-img {
        display: block;
        top: -50px;
        width: 100px;
    }

    .section-esg .item img {
        width: 90%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 50px;
    }

}

@media (min-width: 1200px) {

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

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

    .section-esg .title-item h2:after {
        width: 150px;
        height: 150px;
        left: -95px;
        top: -70px;
    }


    .section-esg .item img {}

    .section-esg .icon-img {
        top: -150px;
        width: 250px;
    }

}

.section-esg.esg-content img {
    width: 100%;
}

.section-esg.esg-content .text-item h3 {
    font-size: 24px;
    font-family: 'ChalkboardSE';
    color: #0068B7;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}



.section-esg.esg-content .text-item.e h3 {
    color: #52AF04;
}

.section-esg.esg-content .text-item.g h3 {
    color: #717071;
}

.section-esg.esg-content .text-item h3 span {
    font-size: 16px;
    font-family: 'Noto Sans';
    color: #231815;
    display: inline-block;
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .section-esg.esg-content .text-item h3 {
        font-size: 35px;
    }

    .section-esg.esg-content .text-item h3 span {
        font-size: 20px;
    }
}

.section-esg.esg-content .text-item ul {
    margin-left: 0;
    padding-left: 30px;
}

.section-esg.esg-content .text-item ul li {
    list-style: none;
    position: relative;
}

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

.section-esg.esg-content .text-item ul li::before {
    content: '';
    background-image: url('../img/index/icon.webp');
    background-size: 100% 100%;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 3px;
    left: -25px;
}

.section-esg.esg-content .text-item.e ul li::before {
    background-image: url('../img/index/icon-e.webp');

}

.section-esg.esg-content .text-item.g ul li::before {
    background-image: url('../img/index/icon-g.webp');

}

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