/* --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: 91px;

    }
}

.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: 16px;
    letter-spacing: 2px;
    line-height: 1.5;
    padding-left: 0px;
    position: relative;
    margin-bottom: 30px;
    text-align: left;
    display: none;
}


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



}

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

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

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

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

}

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

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

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

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

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

    .section-esg .title-item h2 {
        font-size: 30px;
        position: relative;
        color: #1f1f1f;
        font-family: 'Microsoft JhengHei';
        margin-bottom: 0;
    }


.section-esg .title-item::before,
.section-esg .title-item::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../img/esg/line.webp');
    background-size: 100% 100%;
    width: 20%;
    height: 20px;

}

.section-esg .title-item::before {
    left: 0;
    background-image: url('../img/esg/line.webp');
}

.section-esg .title-item::after {
    right: 0;
}

.section-esg-content .item {
    position: relative;
    display: block;
}

.section-esg-content .item .icon-img {
    position: absolute;
    width: 150px;
    left: -200px;
    bottom: 30px;

}

.section-esg-content .item.s .icon-img {
    left: auto;
    right: -200px;
}

.section-esg-content .item.s .pic-item {
    background: #004989;
}

.section-esg-content .item.g .pic-item {
    background: #D39A0B;
}

.section-esg-content .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(0.7);
}

.section-esg-content .item h3 {
    font-size: 30px;
    bottom: 0px;
    padding: 10px 0 30px;
    margin-bottom: 0;
    left: 50%;
    width: 100%;
}

.section-esg-content .item h3 span {
    font-size: 40px;
    font-weight: bolder;
    padding-left: 100px;

}

.section-esg-content .item.e h3 {
    color: #698E38;
}

.section-esg-content .item.s h3 {
    color: #004989;

}

.section-esg-content .item.g h3 {
    color: #D39A0B;

}

.section-esg-content .item .text-item h4 {
    color: #111;
    font-size: 18px;
}

.section-esg-content .item .text-item p {
    color: #666;
    font-size: 16px;
}

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