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

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

@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: 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;
    }
}

.phone-title {
    display: block;
    background: #131313;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {

    .phone-title {
        font-size: 20px;

    }
}

@media (min-width: 1200px) {
    .phone-title {
        display: none;
    }
}

/* --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;
    position: relative;
}

.section-esg .title-item h2 {
    font-size: 20px;
    position: relative;
    color: #1f1f1f;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
}


.section-esg .title-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 30px;
    height: 2px;
    background: #e70012;
}

.section-esg .esg-img-item {
    position: relative;
    display: block;
    width: 100%;

}

.section-esg img {
    width: 100%;
    position: relative;
    z-index: 9;
}

.section-esg .esg-img-item::after {
    content: '';
    width: 90%;
    height: 75%;
    background: #be2925;
    position: absolute;
    right: -10px;
    z-index: 1;
    bottom: -10px;
}

.section-esg .tab-content .esg-img-item::after {
    content: '';
    width: 90%;
    height: 75%;
    background: #be2925;
    position: absolute;
    right: auto;
    left: -10px;
    z-index: 1;
    bottom: -10px;
}

.section-esg .text-title-item {
    padding-top: 30px;
}

.section-esg .text-title-item h3 {
    font-size: 18px;
    color: #111;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 10px;
    font-weight: bolder;
}

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

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

    .section-esg .text-title-item {
        padding-top: 40px;
    }
}

.section-esg p {
    margin-bottom: 0;
}

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


.section-esg .nav-tabs {
    border-bottom: 0;
    margin-bottom: 30px;
}


.section-esg .nav-tabs .nav-item {
    width: 50%;
}

@media (min-width: 1400px) {
    .section-esg .nav-tabs .nav-item {
        width: 25%;
    }
}

.section-esg .nav-tabs .nav-link {
    border-radius: 0;
    border-color: #dee2e6;
    color: #333;
    font-size: 14px;
    width: 100%;
}

.section-esg .nav-tabs .nav-item.show .nav-link,
.section-esg .nav-tabs .nav-link.active {
    border-color: #dee2e6;
    background: #E0002E;
    color: #fff;
}

.section-esg .tab-content p {
    color: #666;
    position: relative;
    padding-left: 30px;
}

.section-esg h4 {
    font-size: 18px;
    color: #111;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 20px;
    font-weight: bolder;
}

@media (min-width: 992px) {
    .section-esg h4 {
        font-size: 20px;
    }
}

.section-esg p i {
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 0;
    border-radius: 3px;
    background: #7eb141;
    top: 50%;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    transform: translateY(-50%);
}

.section-esg-end {
    padding: 60px 0;
    background: linear-gradient(to bottom, #ffffff27, #ffffff69), url(../img/esg/img5.webp) no-repeat right top/ cover scroll;
}

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

.section-esg-end .title-item h2 {
    font-size: 20px;
    position: relative;
    color: #1f1f1f;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
}

@media (min-width: 992px) {

    .section-esg-end {
        padding: 100px 0;
    }

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

.section-esg-end .title-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 30px;
    height: 2px;
    background: #e70012;
}

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