/* --Start banner--------------- */
.section-banner {
    position: relative;
    background: url('../img/esg/banner.webp') no-repeat center center/ cover scroll;
    padding: 100px 0 0 0;
    border-bottom: 10px solid #e0de42;
}

.section-banner .item h2 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: 'WDCH';
    letter-spacing: 2px;
    line-height: 1.5;
    text-transform: uppercase;
    padding-left: 0px;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
}

.section-banner .item h2 span {
    font-family: 'Noto Sans CJK TC';
    color: #fff;
    display: inline-block;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400;
}


@media (min-width: 768px) {
    .section-banner {
        border-bottom: 40px solid #e0de42;
        padding: 200px 0 20px 0;

    }

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

    .section-banner .item h2 span {
        font-size: 35px;

    }

}

.section-banner .breadcrumb {
    justify-content: start;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;

}

.section-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #e1a52d;
    content: '▸';
    background: #eee;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    float: none;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.section-banner .breadcrumb .breadcrumb-item {
    display: flex;
    align-content: center;
    position: relative;
    margin-bottom: 5px;

}

.section-banner .breadcrumb .breadcrumb-item+.breadcrumb-item {

    margin-left: 40px;
}


.section-banner .breadcrumb .breadcrumb-item a {
    color: #666;
    background: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    display: block;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.section-banner .breadcrumb .breadcrumb-item a:hover {
    background-color: #e1df41;
}

.section-banner .breadcrumb .breadcrumb-item.active p {
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    background: #e1a52d;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .section-banner .breadcrumb {
        justify-content: end;
    }

    .section-banner .breadcrumb .breadcrumb-item a,
    .section-banner .breadcrumb .breadcrumb-item.active p {
        padding: 10px 15px;

    }

}

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

.section-esg h3 {
    font-size: 16px;
    color: #666;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 30px;
    text-align: center;
    line-height: 2;

}

.section-esg .item {
    /* background-image: url('../img/esg/esg1.webp'); */
    /* background-size: 100% 100%; */
    /* padding: 250px 15px; */
    position: relative;
    text-align: center;
}


.section-esg .item img {
    width: 90%;
    margin-top: 60px;
}

.section-esg .item p {
    font-size: 16px;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666;
    text-align: center;
    width: 70%;
}

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

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


/* --End esg--------------- */
/* --Start esg--------------- */
.section-index-esg {
    padding: 80px 0 80px;
    background: #30a94c;
    position: relative;
}

.section-index-esg .esg-img {
    position: absolute;
    bottom: -50px;
    right: 30px;
    z-index: 2;
    width: 200px;
}



@media (min-width: 1400px) {
    .section-index-esg .esg-img {
        bottom: -50px;
        right: 200px;
        width: 300px;
    }
}

.section-index-esg .title-item {
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.section-index-esg .title-item h2 {
    color: #000;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    font-family: 'WDCH';
    position: relative;
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}



.section-index-esg .title-item span {
    color: #fff;
    font-size: 22px;
    font-family: 'Noto Sans CJK TC';
    font-weight: 300;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
}

.section-index-esg .title-item img {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    z-index: 1;
    opacity: 0.9;
}

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

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

    }

    .section-index-esg .title-item span {
        font-size: 35px;
        display: inline-block;
        width: auto;

    }

    .section-index-esg .title-item img {
        position: absolute;
        left: -75px;
        top: 100%;
        transform: translateY(-50%);
        width: 120px;
        z-index: 1;
        opacity: 1;
    }
}




.section-index-esg .title-en-item {
    position: relative;
}



.section-index-esg .title-en-item::after {
    content: '';
    position: absolute;
    background-image: url('../img/index/esg1.webp');
    background-size: 100% 100%;
    display: inline-block;
    width: 180px;
    height: 80px;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.section-index-esg .title-en-item.social::after {
    background-image: url('../img/index/esg2.webp');

}

.section-index-esg .title-en-item.governance::after {
    background-image: url('../img/index/esg3.webp');

}

@media (min-width: 1200px) {
    .section-index-esg .title-en-item::after {
        position: absolute;
        width: 200px;
        height: 80px;
        left: -30px;
        top: 50%;
        transform: translateY(-50%);
    }

}

.section-index-esg .title-en-item h3 {
    color: #fff;
    font-size: 24px;
    position: relative;
    font-family: 'WDCH';
    z-index: 2;
}

.section-index-esg .item {
    padding-top: 50px;
}



.section-index-esg .item h3 {
    color: #000;
    font-size: 24px;
    font-family: 'Noto Sans CJK TC';
    letter-spacing: 2px;
    margin-bottom: 30px;
    padding-left: 20px;
}

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

.section-index-esg .item ul li {
    color: #fff;
    font-size: 16px;
}

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

@media (min-width: 1200px) {
    .section-index-esg .title-en-item h3 {
        font-size: 30px;
    }

    .section-index-esg .item h3 {
        font-size: 30px;
    }

    .section-index-esg {
        padding: 100px 0 300px;
        background: url(../img/index/bg-esg.webp) no-repeat left bottom/ cover scroll;
    }

    .section-index-esg .item {
        padding-top: 100px;
    }
}

.section-book {
    padding: 130px 0 0 0;
    background: url(../img/esg/book-bg.webp) no-repeat center center/ cover scroll;
    position: relative;
    overflow: hidden;
}

.section-book .icon-img2,
.section-book .icon-img4 {
    position: absolute;
}


.section-book .icon-img4 {
    width: 100px;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.section-book .icon-img2 {
    width: 100px;
    bottom: 0;
}

.section-book .item {
    position: relative;
    margin-bottom: 100px;
    width: 100%;
    display: block;
}

.section-book .item .icon-img1 {
    width: 100%;
}

.section-book .item .icon-img3 {
    position: absolute;
    width: 130px;
    right: -50px;
    top: 40%;
    transform: translateY(-50%);
    display: none;
}

@media (min-width: 768px) {
    .section-book .item .icon-img3 {
        display: block;
    }

    .section-book .icon-img2 {
        width: 130px;
    }
}

@media (min-width: 992px) {
    .section-book .icon-img4 {
        width: 150px;
    }
}



.section-book .item h2 {
    font-size: 24px;
    position: absolute;
    top: 40%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    font-family: 'Noto Sans CJK TC';
    color: #666;
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .section-book .item h2 {
        font-size: 35px;

    }
}

.section-book .item a {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    color: #fff;
    font-family: 'WDCH';
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bolder;
    margin-top: 100px;
    margin-left: 20px;
    padding: 20px 30px;
    background-image: url('../img/btn-y.webp');
    background-size: 100% 100%;
    transform: scale(0.9);
    transition: all 0.2s ease-in-out;
    right: 30px;
}

.section-book .item a:hover {
    transform: scale(1);
}

@media (min-width: 1200px) {
    .section-book .item .icon-img3 {
        width: 180px;
        right: -100px;
        top: 40%;
    }


    .section-book .item a {
        font-size: 20px;
        right: 50px;
        padding: 30px;
        bottom: 60px;

    }
}

.section-esg-list {
    background: #fff;
    padding: 80px 0 60px;
}

.section-esg-list .title-item {
    padding: 30px 0 30px;
}

.section-esg-list .title-item h2 {
    color: #666;
    font-size: 24px;
    font-family: 'Noto Sans CJK TC';
    letter-spacing: 2px;
    text-align: center;
}

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

    .section-esg-list .title-item {
        padding: 30px 0 100px;
    }

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

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

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

.section-esg-list .text-item.item-h3-1 h3 {
    color: #dd604b;
}

.section-esg-list .text-item.item-h3-2 h3 {
    color: #22a3d0;
}

.section-esg-list .text-item.item-h3-3 h3 {
    color: #eaac29;
}

.section-esg-list .text-item.item-h3-4 h3 {
    color: #33b7b8;
}

.section-esg-list .text-item.item-h3-5 h3 {
    color: #32a94b;
}

.section-esg-list .text-item.item-h3-6 h3 {
    color: #724e9d;
}

.section-esg-list .text-item h3 {
    color: #666;
    font-size: 18px;
    font-family: 'Noto Sans CJK TC';
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .section-esg-list .text-item h3 {
        font-size: 20px;
    }
}

.section-esg-list .text-item p {
    letter-spacing: 2px;
    font-family: 'Noto Sans CJK TC';
    color: #888;
}

/* --End ESG--------------- */