/* --Start carousel--------------- */
.section-carousel {
    margin-top: 61px;
    padding: 40px 0;
}

.section-carousel .carousel {
    position: relative;
}

.section-carousel .carousel-item {}

.section-carousel .carousel-item .item {
    display: block;
    color: #111;
}

.section-carousel .carousel-item .item .title-item {}

.section-carousel .carousel-item .item .title-img {
    width: 150px;
}



.section-carousel .carousel-item .item h2 {
    font-size: 30px;
    font-family: 'Noto Sans TC';
    font-weight: bolder;
    letter-spacing: 2px;
    padding-top: 10px;
    margin-bottom: 0;
}

.section-carousel .carousel-item .item.e h2 {
    color: #7B9929;
}

.section-carousel .carousel-item .item.s h2 {
    color: #E5002E;
}

.section-carousel .carousel-item .item.g h2 {
    color: #94BDD6;
}

.section-carousel .carousel-item .item.sc h2 {
    color: #2B3066;
}

.section-carousel .carousel-item .item h3 {
    font-size: 20px;
    margin-top: 10px;
    padding-left: 0px;

}

.section-carousel .carousel-item .item p+p {
    margin-top: 5px;
}

.section-carousel .carousel-item .item p {
    margin-bottom: 0;
}

@media (min-width: 992px) {

    .section-carousel .carousel-item .item .title-img {
        width: 200px;
    }

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

    .section-carousel .carousel-item .item h3 {
        margin-top: 30px;
        padding-left: 15px;
        font-size: 30px;
    }

    .section-carousel .carousel-item .item p+p {
        margin-top: 10px;
    }
}

.section-carousel .carousel-item .item .text-item {
    display: flex;
    align-items: center;
    background: #F5F5F5;
    padding: 20px 15px;
    margin-top: 10px;
}

.section-carousel .carousel-item .item .text-item img {
    width: 60px;
    margin-right: 10px;
}

.section-carousel .carousel-item .item .text-item .span-item {}

.section-carousel .carousel-item .item .text-item .span-item h4 {
    font-size: 20px;
    font-weight: bolder;
}

.section-carousel .carousel-item .item .text-item .span-item span {
    display: block;
    color: #4D4D4D;
}


@media (min-width: 1200px) {
    .section-carousel {
        padding: 0 0 100px 0;
        /*margin-top: 84px;*/
    }

}

/* --End carousel--------------- */

/* --Start esg-nav btns--------------- */

.section-esg-nav {
    padding: 0 0 40px;
}

.section-esg-nav .row {
    row-gap: 15px;
}

.btn-esg-nav {
    display: block;
    text-align: center;
    padding: 10px 15px;
    border-radius: 0.375rem;
    border: 2px solid;
    font-weight: bolder;
    font-family: 'Noto Sans TC';
    letter-spacing: 1px;
    transition: all .3s ease;
}

.btn-esg-nav.e {
    color: #7B9929;
    border-color: #7B9929;
}

.btn-esg-nav.s {
    color: #E5002E;
    border-color: #E5002E;
}

    .btn-esg-nav.g {
        color: #7697ab;
        border-color: #7697ab;
    }

.btn-esg-nav.sc {
    color: #2B3066;
    border-color: #2B3066;
}

.btn-esg-nav.e:hover {
    color: #fff;
    background: #7B9929;
}

.btn-esg-nav.s:hover {
    color: #fff;
    background: #E5002E;
}

    .btn-esg-nav.g:hover {
        color: #fff;
        background: #94BDD6;
        border-color: #94BDD6;
    }

.btn-esg-nav.sc:hover {
    color: #fff;
    background: #2B3066;
}

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

/* --End esg-nav btns--------------- */

/* --Start news--------------- */

.section-index-news {
    padding: 60px 0 30px;
    background: #F8F8F8;
    position: relative;
}

@media (min-width: 576px) {
    .section-index-news {
        padding: 60px 0 30px;

    }
}

@media (min-width: 992px) {
    .section-index-news {
        padding: 80px 0 80px;
    }
}


.section-index-news .line {}

.section-index-news .line+.line {
    border-left: 1px solid #E0E0E0;
}

.section-index-news .item {
    padding: 20px 15px;
}

.section-index-news .item a {
    display: block;
}

.section-index-news .item a+a {
    margin-top: 15px;
}

.section-index-news .item a h2 {
    color: #2B3066;
    font-size: 22px;
    transition: all 0.2s ease-in-out;
}

.section-index-news .item a i {
    transform: scale(0.7);
}

.section-index-news .item a h3 {
    font-size: 16px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    text-decoration: underline;
}

.section-index-news .item a:hover h2 {
    color: #ce566c;
}

.section-index-news .item a:hover h3 {
    color: #666;
}

@media (min-width: 992px) {
    .section-index-news .item a h3 {
        font-size: 18px;
    }
}

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

.section-banner.e {
    background: url(../img/esg/page/e/e-bg.webp) no-repeat center center/ cover scroll;
}

.section-banner.s {
    background: url(../img/esg/page/s/s-bg.webp) no-repeat center center/ cover scroll;
}

.section-banner.g {
    background: url(../img/esg/page/g/g-bg.webp) no-repeat center center/ cover scroll;
}

.section-banner.sg {
    background: url(../img/esg/page/sg/sg-bg.webp) no-repeat center center/ cover scroll;
}

.section-banner.news {
    background: url(../img/esg/page/news/banner.webp) no-repeat center center/ cover scroll;
}

.section-banner .text-item {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.section-banner .item h2 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Noto Sans TC';
    letter-spacing: 2px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

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

    .section-banner {
        height: 45vh;
        margin-top: 61px;
    }

}

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

}


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


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

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

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

.section-esg img {
    position: relative;
    z-index: 99;
}

.section-esg .text-item {
    position: relative;
    z-index: 12;
}

.section-esg .text-item h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0;
    color: #E0002E;
}

.section-esg .text-item p {
    color: #666666;
    font-size: 16px;
    line-height: 1.7;
    position: relative;
    z-index: 100;
}

.section-esg .nav-link {
    color: #000;
}



.section-esg .text-item h2 span {
    font-size: 20px;
    padding: 20px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

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

    .section-esg .text-item h2 span {
        font-size: 30px;
        padding: 30px;

    }
}

.section-esg .tab-pane.e .text-item h2 {
    color: #7B9929;
}

.section-esg .tab-pane.e .text-item h2 span {
    background: url(../img/esg/green-t.webp) no-repeat center center/ 100% 100% scroll;

}

.section-esg .tab-pane.s .text-item h2 {
    color: #E5002E;
}

.section-esg .tab-pane.s .text-item h2 span {
    background: url(../img/esg/red-t.webp) no-repeat center center/ 100% 100% scroll;

}

.section-esg .tab-pane.g .text-item h2 {
    color: #94BDD6;
}

.section-esg .tab-pane.g .text-item h2 span {
    background: url(../img/esg/blue-t.webp) no-repeat center center/ 100% 100% scroll;

}


.section-esg .nav-item+.nav-item {
    padding-left: 10px;
}

.section-esg .nav-item.e .nav-link.active {
    background: url(../img/esg/green-t.webp) no-repeat center center/ 100% 100% scroll;
    /* color: #7B9929; */
}

.section-esg .nav-item.s .nav-link.active {
    background: url(../img/esg/red-t.webp) no-repeat center center/ 100% 100% scroll;
    /* color: #E5002E; */
}

.section-esg .nav-item.g .nav-link.active {
    background: url(../img/esg/blue-t.webp) no-repeat center center/ 100% 100% scroll;
    /* color: #94BDD6; */
}

.section-esg .nav-item .nav-link {
    background: url(../img/esg/black.webp) no-repeat center center/ 100% 100% scroll;
    font-size: 20px;
    width: 50px;
    height: 45px;
    transition: all 0.2s ease-in-out;
}

.section-esg .nav-item .nav-link:hover {
    transform: scale(1.2);
}

.section-esg .nav-item .nav-link.active {
    color: #fff;
}


.section-esg-img {
    padding: 60px 0;
    background: #f7fcff;
    position: relative;
    overflow: hidden;
}

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


.dot-img {
    width: 600px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

/* .section-esg-img .dot-img {
    width: 700px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
} */

.section-esg-img .wave-img {
    height: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

@media (min-width: 1200px) {

    .section-esg-img .wave-img {
        height: 150px;
    }

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

    .dot-img {
        width: 1200px;
    }
}

/* --Start category--------------- */
.section-esg-book {
    padding: 60px 0 30px;
    position: relative;
}


.section-esg-book .title-item h2 {
    font-size: 20px;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    color: #111;
    text-shadow: 0 0.1rem 1rem rgba(255, 255, 255, 0.205);
    letter-spacing: 2px;
    margin-bottom: 20px;
    position: relative;
}

.section-esg-book a {
    display: inline-block;
    margin-bottom: 20px;
    color: #111;
}

.section-esg-book a span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #333;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}


@media (min-width: 576px) {

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


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

.section-about-mission {
    padding: 60px 0;
    background: #f7fcff;
    background: url(../img/esg/page/mission-bg.webp) no-repeat center top/ cover scroll;
    position: relative;
}


.section-about-mission .title-item h2 {
    font-size: 20px;
    font-family: 'Noto Sans TC';
    text-align: center;
    font-weight: 500;
    color: #2B3066;
    text-shadow: 0 0.1rem 1rem rgba(255, 255, 255, 0.205);
    letter-spacing: 2px;
    margin-bottom: 50px;
    position: relative;
}

@media (min-width: 576px) {
    .section-about-mission {
        padding: 100px 0;
    }

    .section-about-mission .title-item h2 {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .section-about-mission .title-item h2 {
        font-size: 30px;
    }
}

.section-about-mission p {
    line-height: 1.7;
    color: #333;
    font-weight: bolder;
}

.section-about-mission .wave-img-b {
    height: auto;
}

@media (min-width: 1200px) {

    .section-about-mission {
        padding: 150px 0;
    }

    .section-about-mission .wave-img-b {
        height: 150px;
    }
}

.section-about-social {
    padding: 60px 0 0;
    background: #fff;
    position: relative;
}

.section-about-social .title-item h2 {
    font-size: 20px;
    font-family: 'Noto Sans TC';
    text-align: center;
    font-weight: 500;
    color: #2B3066;
    text-shadow: 0 0.1rem 1rem rgba(255, 255, 255, 0.205);
    letter-spacing: 2px;
    margin-bottom: 0;
    position: relative;
}

@media (min-width: 576px) {
    .section-about-social {
        padding: 50px 0 0;
    }

    .section-about-social .title-item h2 {
        font-size: 24px;
    }
}


.section-about-social-content {
    padding: 100px 0 60px;
    background: #fff;
    background: url(../img/esg/bg.webp) no-repeat top center/ cover scroll;
    position: relative;
}

@media (min-width: 576px) {
    .section-about-social-content {
        padding: 150px 0 100px;
    }
}

.section-about-social-content p {
    line-height: 1.7;
}

.btn-more {
    color: #fff;
    display: inline-block;
    background: url(../img/index/btn.webp) no-repeat center center/ 100% 100% scroll;
    border-radius: 5px;
    margin-top: 30px;
    padding: 10px 40px;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    font-size: 15px;
}



    .btn-more:hover {
        color: #E0002E;
        background: url(../img/index/btn-hover.webp) no-repeat center center/ 100% 100% scroll;
    }

@media (min-width: 1200px) {
    .section-about-social .title-item h2 {
        font-size: 30px;
    }

    .section-about-social-content {
        padding: 200px 0 150px;
    }
}

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


/* --Start data--------------- */
.section-esg-data {
    padding: 100px 0;
    position: relative;
    background: #F7FBFE;
}

.section-esg-data .wave-img {
    width: 100%;
    position: absolute;
    top: 0;

}


.section-esg-data .title-item h2 {
    font-size: 20px;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    color: #111;
    text-shadow: 0 0.1rem 1rem rgba(255, 255, 255, 0.205);
    letter-spacing: 2px;
    margin-bottom: 10px;
    position: relative;
}

.section-esg-data a {
    display: inline-block;
    color: #111;
    margin-bottom: 20px;
}

.section-esg-data a span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #333;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.section-esg-data .wave-img {
    width: 100%;
    position: absolute;
    bottom: -100px;
    z-index: 9;
}

@media (min-width: 576px) {

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


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

    .section-esg-data .title-item h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

/* --End data--------------- */
/* --Start text--------------- */
.section-esg-text-content {
    padding: 60px 0;
    background: #fff;
}

.section-esg-text-content.bg-g {
    background: #F8F8F8;
}

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

.section-esg-text-content .title-item h2 {
    font-size: 20px;
    color: #7B9929;
    font-family: 'Noto Sans TC';
    font-weight: bolder;
    letter-spacing: 2px;
    padding-top: 10px;
    margin-bottom: 0;
}

.section-esg-text-content.s .title-item h2 {
    color: #E5002E;
}

.section-esg-text-content.g .title-item h2 {
    color: #94BDD6;
}

.section-esg-text-content.sg .title-item h2 {
    color: #2B3066;
}

.section-esg-text-content .title-item h2 span {
    display: inline-block;
    margin-left: 20px;
    color: #000;
}

.section-esg-text-content p {
    font-size: 16px;
    color: #000;
    /* font-weight: bolder; */
    padding: 30px 0 30px 20px;
    margin: 0;
    position: relative;
}

.section-esg-text-content h3 {
    position: relative;
    font-size: 16px;
    font-family: 'Noto Sans TC';
    font-weight: bolder;
    padding-left: 20px;
    margin-bottom: 30px;
    color: #000;
}

.section-esg-text-content h3::after {
    content: '';
    background: #7B9929;
    position: absolute;
    width: 4px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.section-esg-text-content p span {
    color: #7B9929;
}

.section-esg-text-content.s h3::after {
    background: #E0002E;
}

.section-esg-text-content.s p span {
    color: #E0002E;
    position: absolute;
    left: -10px;
}

.section-esg-text-content.g h3::after {
    background: #94BDD6;
}

.section-esg-text-content.g p span {
    color: #94BDD6;
}

.section-esg-text-content.sg h3::after {
    background: #2B3066;
}

.section-esg-text-content.sg p span {
    color: #2B3066;
}

.section-esg-text-content h3 span {
    display: inline-block;
    width: 150px;
    margin-left: 10px;
}

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

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

.section-esg-text-content .item h4 {
    text-align: left;
    font-size: 18px;
    padding: 10px 0;
    color: #000;
    font-weight: bolder;
}

.section-esg-text-content .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
}

.section-esg-text-content .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
}

.section-esg-text-content .item:hover .pic-item img {
    transform: scale(1.05);
}

.section-esg-text-content .s-item {
    height: 100%;
    background: #F8F8F8;
    padding: 30px 15px;
    border-radius: 30px;
}

.section-esg-text-content .g-item {
    height: 100%;
}

.section-esg-text-content .g-item h4 {
    color: #000;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
}

.section-esg-text-content .g-item .g-text-item {
    border-radius: 10px;
    background: #637C89;
    height: 100%;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.section-esg-text-content .g-item .g-text-item p {
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;

}

.section-esg-text-content .g-text-span {
    display: inline-block;
    font-size: 24px;
}

.section-esg-text-content.g p .text-span {
    color: #637C89;
    text-decoration: underline;
    font-size: 24px;
    display: inline-block;
}

.section-esg-text-content .g-img-item {
    border-radius: 15px;
    background: #f8f8f8;
    display: inline-block;
    padding: 20px;
}

.section-esg-text-content.sg .arrow-title {
    position: relative;
    z-index: 2;
}

.section-esg-text-content.sg .arrow-title h4 {
    color: #fff;
    padding: 20px 10px;
    margin: 0;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.section-esg-text-content.sg .arrow-title::after {
    content: '';
    background-image: url(../img/esg/page/sg/arrow.webp);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.section-esg-text-content.sg .arrow-title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #eaebf0;
    right: 0;
}

.section-esg-text-content.sg .arrow-title.first::before {
    width: 90%;
    left: auto;
    right: 0;
}

.section-esg-text-content.sg .arrow-title.last::before {
    width: 90%;
    right: auto;
    left: 0;
}

.section-esg-text-content.sg .pic-item {
    position: relative;
    width: 50%;
    padding-bottom: 50%;
    overflow: hidden;
    /* margin-bottom: -30px; */
    margin: 50px auto;

}

@media (min-width: 992px) {
    .section-esg-text-content.sg .pic-item {
        width: 30%;
        padding-bottom: 30%;
    }
    .section-esg-text-content .item h4 {
        text-align: center;
    }
    }

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

.section-esg-text-content.sg .arrow-item {
    height: 100%;
}

.section-esg-text-content.sg .arrow-text-item {
    min-height:250px;
    background: #666666;
    padding: 10px 3px;
    margin: 10px 5px 0;
    padding: 0 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .section-esg-text-content.sg .arrow-text-item {
        min-height: 200px;
    }
}

@media (min-width: 1400px) {
    .section-esg-text-content.sg .arrow-text-item {
        min-height: 200px;
    }
}

.section-esg-text-content.sg .arrow-text-item p {
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 15px;
    color: #fff;
    width: 100%;
}

.section-esg-text-content.sg .sg-text-item {
    margin-bottom: 30px;
}

.section-esg-text-content.sg .sg-text-item h3 {
    margin: 0px;
}


.section-esg-text-content.sg .sg-text-item p {
    padding: 5px 0;
}

.section-esg-text-content.sg .sg-text-item.sg-1 h3::after {}

.section-esg-text-content.sg .sg-text-item.sg-2 h3::after {
    background: #C7CBDD;
}

.section-esg-text-content.sg .sg-text-item.sg-2 span {
    color: #C7CBDD;
}

.section-esg-text-content.sg .sg-text-item.sg-3 h3::after {
    background: #465CC6;
}

.section-esg-text-content.sg .sg-text-item.sg-3 span {
    color: #465CC6;
}

.section-esg-text-content.sg .sg-table {
    border-collapse: separate;
    /* 很重要 */
    border-spacing: 0 8px;
}



.section-esg-text-content.sg .sg-table .box {
    border: 1px solid #333;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.section-esg-text-content.sg .sg-table tr {
    border-color: transparent;
}

.section-esg-text-content.sg .sg-table td,
.section-esg-text-content.sg .sg-table th {
    vertical-align: middle;
    white-space: nowrap;
}

@media (min-width: 992px) {

    .section-esg-text-content.sg .sg-table td,
    .section-esg-text-content.sg .sg-table th {
        white-space: normal;
    }

}

.section-esg-text-content.sg .sg-table th {
    font-size: 16px;
    color: #000;
}

.section-esg-text-content.sg .sg-table td {
    background: #eaebf0;
}

.section-esg-text-content.sg .sg-table th .sc-color {
    color: #2B3066;
}

.section-esg-text-content.sg .sg-table .sg-text-item p {
    font-size: 15px;
    padding: 0;
    font-weight: bold;
}

.section-esg-text-content.sg .sg-table .sg-text-item p span {
    color: #2B3066;
}

.section-esg-text-content.sg .sg-table .sg-text-item.sg-2 span {
    color: #C7CBDD;
}

.section-esg-text-content.sg .sg-table .sg-text-item.sg-3 span {
    color: #465CC6;
}

.section-esg-text-content.sg .sg-table .table-sg-1 {
    color: #fff;
    background: #2B3066;
}

.section-esg-text-content.sg .sg-table .table-sg-2 {
    color: #2B3066;
    background: #c7cbdd;
}

.section-esg-text-content.sg .sg-table .table-sg-3 {
    color: #fff;
    background: #465cc6;
}

.section-esg-text-content.sg .sg-area-item {
    position: relative;
    text-align: center;
    display: block;
}

.section-esg-text-content.sg .sg-area-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #666;
    left: 0;
    top: 20px;
}

.section-esg-text-content.sg .sg-area-item::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 60px;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    background: #666;
}

.section-esg-text-content.sg .sg-area-item .num {
    display: inline-flex;
    background: #2B3066;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    z-index: 1;
    position: relative;
}

.section-esg-text-content.sg .sg-area-item .num.g {
    background: #666666;
}

.section-esg-text-content.sg .sg-area-item .area-text-item {
    margin: 30px 5px;
    background: #eaebf0;
    display: block;
    border-radius: 15px;
    min-height: 150px;
    padding: 20px 15px 30px;
    position: relative;
    z-index: 2;
}

.section-esg-text-content.sg .sg-area-item .area-text-item h4 {
    color: #2B3066;
    font-weight: bolder;
    font-size: 18px;
}

.section-esg-text-content.sg .sg-area-item .area-text-item p {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.section-esg-text-content.bg-g {}

.section-esg-text-content.bg-g .planning {
    position: relative;
}

.section-esg-text-content.bg-g .planning:after {
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
    background: #7B9929;
}

.section-esg-text-content.bg-g .planning .item {
    position: relative;
    z-index: 1;
    padding: 14px 0;
}

.section-esg-text-content.bg-g .planning .item span {
    font-family: 'Qiluant';
    position: static;
    top: 0;
    left: 0;
    color: #FFFF00;

}

.section-esg-text-content.bg-g .planning .item h4 {
    font-size: 20px;
    padding-left: 25px;
    color: #fff;
}


.section-esg-text-content.bg-g .planning .item p {
    padding: 20px 0;
    font-weight: 500;
    font-size: 16px;
}

.section-esg-text-content.bg-g .planning .po-img {
    position: static;
    top: 50%;
    transform: translateY();
    right: 0;
    z-index: 1;
}

.section-esg-text-content.bg-g .planning img {
    position: relative;
    z-index: 1;
}



.section-esg-text-content.policy {}

.section-esg-text-content.policy h4 {
    font-size: 20px;
    font-family: 'Noto Sans TC';
    font-weight: bolder;
    letter-spacing: 2px;
}

.section-esg-text-content.policy .policy-1 h4 {
    color: #A2AD79;
}

.section-esg-text-content.policy .policy-2 h4 {
    color: #7B9929;
}

.section-esg-text-content.policy .policy-3 h4 {
    color: #6A7F1F;
}

.section-esg-text-content.policy p {
    padding: 0;
}

.section-esg-text-content.policy .pic-item {
    position: relative;
    width: 80%;
    padding-bottom: 80%;
    overflow: hidden;
}

.section-esg-text-content.policy .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

    .section-esg-text-content h3 {
        font-size: 18px;
    }

    .section-esg-text-content.bg-g .planning .item h4 {
        font-size: 16px;
    }

    .section-esg-text-content.bg-g .planning:after {
        height: 500px;
    }

    .section-esg-text-content.policy h4 {
        font-size: 24px;
    }

}


@media (min-width: 992px) {
    .section-esg-text-content.bg-g .planning .item span {
        position: absolute;
        top: 10px;
        left: 0;
    }
    

    

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

    .section-esg-text-content p {
        font-size: 18px;
    }
}
@media (min-width: 1400px) {
    .section-esg-text-content.bg-g .planning .po-img {
        transform: translateY(-75%);
        position: absolute;
    }

    .section-esg-text-content.bg-g .planning:after {
        height: 50px;
    }

}
/* --End text--------------- */
/* --Start esg--------------- */
.section-news.esg {}

.section-news.esg h2 {
    text-align: left;
}

.section-news.esg .title-item h2 {
    color: #000;
    margin: 0;
}

.section-news.esg .esg-news-item {
    background: #fff;
    display: block;
    transition: all 0.2s ease-in-out;
    height: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.section-news.esg .esg-news-item:hover {
    background: #E0002E;
}

.section-news.esg .esg-news-item h3 {
    color: #000;
}

.section-news.esg .esg-news-item:hover h3 {
    color: #fff;

}

.section-news.esg .esg-news-item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 69%;
    overflow: hidden;
}

.section-news.esg .esg-news-item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
}

.section-news.esg .esg-news-item:hover img {
    transform: scale(1.05);
}

.section-news.esg .esg-news-item .esg-news-text-item {
    padding: 0px 40px 0 20px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.section-news.esg .esg-news-item .esg-news-text-item h3 {
    font-weight: bolder;
    transition: all 0.2s ease-in-out;
    font-size: 28px;
}

.section-news.esg .esg-news-item .esg-news-text-item span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #333;
    width: 35px;
    transition: all 0.2s ease-in-out;
    height: 35px;
    margin-right: 10px;
    color: #000;
}

.section-news.esg .esg-news-item .btn-download {
    display: flex;
    color: #000;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.section-news.esg .esg-news-item:hover .btn-download {

    color: #fff;
}

.section-news.esg .esg-news-item:hover span {
    border: 1px solid #fff;
    color: #fff;
}

.section-esg-text-content.data {
    padding: 100px 0;
}

.section-esg-text-content.data.bg-g h2 {
    color: #E5002E;
}

.section-esg-text-content.data.bg-g.sg h2 {
    color: #2F3A6D;
}

.section-esg-text-content.data p {
    font-weight: 500;
    line-height: 2;
}

.section-esg-text-content.data .data-item {
    background: #F8F8F8;
    border-radius: 15px;
    padding: 30px 0;
    width: 100%;
    height: 600px;
}

/* .section-esg-text-content.data .data-item.data-item-xl {
    height: 300px;
} */

.section-esg-text-content.data.bg-g .data-item {
    background: #fff;
    border-radius: 0;
}

@media (min-width: 768px) {
    .section-esg-text-content.data .data-item {
        height: 100%;
    }

    .section-esg-text-content.data .data-item.data-item-xl {
        height: 450px;
    }

}

.section-esg-text-content.data canvas {
    width: 100% !important;
    height: 100% !important;
}

/* --End text--------------- */