/* --Start banner--------------- */
.section-banner {
    position: relative;
    background: url('../img/esg/banner.webp') no-repeat center center/ cover scroll;
    padding: 180px 0 10px;
    margin-top: 76px;
}


.section-banner .item {
    margin-bottom: 10px;
}

.section-banner .item span {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-banner .item h2 {
    font-size: 28px;
    color: #FFFFFF;
    font-family: "Arial", Sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .section-banner {
        margin-top: 99px;
        padding: 230px 0 20px;

    }

    .section-banner .item span {
        font-size: 18px;
    }

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


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

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

.section-banner .breadcrumb .breadcrumb-item {
    display: flex;
    align-content: center;
    position: relative;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '|';
    color: #fff;
}

.section-banner .breadcrumb .breadcrumb-item a {
    color: #fff;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.section-banner .breadcrumb .breadcrumb-item.active {
    color: #d01d1b;
    font-weight: bolder;
}

/* --End banner--------------- */
/* --Start esg--------------- */
.section-esg {
    padding: 60px 0 20px;
}

.section-esg .text-item-top {
    text-align: center;
}

.section-esg .text-item-top h2 {
    font-size: 20px;
    font-family: "Arial", Sans-serif;
    text-transform: uppercase;
    color: #110608;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 50px;
    position: relative;

}

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

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

.section-esg .title-item {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
}

.section-esg .title-item h2 {
    font-family: "Arial", Sans-serif;
    text-transform: uppercase;
    color: #110608;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 50px;
    position: relative;
}

.section-esg .title-item h2::after {
    content: '';
    background-image: url('../img/index/serve-icon.png');
    background-size: 100% 100%;
    background-position: center center;
    width: 50px;
    height: 10px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

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


.section-esg .item {
    background: #f9f9f9;
    height: 100%;
    border-bottom: 2px solid #d01d1b;
}

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

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

.section-esg .item .pic-item .text-title-item {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95);
}

.section-esg .item .pic-item .text-title-item span {
    display: block;
    font-family: "Arial", Sans-serif;
    text-transform: uppercase;
}

.section-esg .item .pic-item .text-title-item h3 {}

.section-esg .item .text-item {
    padding: 10px 15px;
}

.section-esg .item .text-item p {
    margin-bottom: 15px;
}

.section-esg.item2 {
    background: #f9f9f9;
}

.section-esg.item2 .strategy-item {}

.section-esg.item2 .strategy-item .strategy-title-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
}

.section-esg.item2 .strategy-item .strategy-title-item img {
    width: 130px;
}

.section-esg.item2 .strategy-item .strategy-title-item .strategy-title-text-item {
    width: calc(100% - 130px);
}

.section-esg.item2 .strategy-item .strategy-title-item h3 {
    margin-bottom: 0;
    font-family: "Arial", Sans-serif;
    text-transform: uppercase;
    color: #787373;
    font-size: 24px;
}

.section-esg.item2 .strategy-item .strategy-title-item p {
    margin-bottom: 0;
    padding-top: 10px;
}

.section-esg.item2 .strategy-item .strategy-text-item {
    margin-left: 0px;
    padding-left: 15px;
    border-left: 1px solid #d01d1b;
}

@media (min-width: 992px) {


    .trategy-title-item {
        border-left: 2px solid #d01d1b;
        padding-left: 30px;
        margin-left: 130px;

    }
}

.section-esg.item2 .strategy-item .strategy-text-item h4 {
    font-size: 17px;
    color: #d01d1b;
    margin-bottom: 0;
}

.section-esg.item2 .strategy-item .strategy-text-item p {
    margin-bottom: 15px;
    padding-top: 10px;
}

.section-esg.item3 {}

.section-esg.item3 .title-item {}

.section-esg.item3 .title-item h2 {}

.section-esg.item3 .item {
    display: block;
    border-bottom: none;
}

.section-esg.item3 .item .text-title-item {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    align-items: center;
}

.section-esg.item3 .item .text-title-item h3 {
    font-size: 18px;
    margin-bottom: 0;
    color: #110608;
}

@media (min-width: 992px) {

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

    }
}

.section-esg.item3 .item .text-title-item span {
    margin-bottom: 0;
    display: block;
    border-bottom: 2px solid #d01d1b;
    font-family: "Arial", Sans-serif;
    padding: 0;
    color: #787373;
    text-transform: uppercase;
    padding: 5px 5px 5px 0;
}

/*.section-esg.item3 .affect {
    padding-top: 100px;
}*/

@media (min-width: 992px) {

    /*.section-esg.item3 .affect {
        padding-top: 160px;
    }*/

    .section-esg.item3 .affect .title-item img {
        width: 150px;
    }

    .section-esg.item3 .affect p {
        font-size: 28px;
    }

    .section-esg.item3 .affect .title-item {
        padding: 60px 0;
    }
}

.section-esg.item3 .affect .title-item {
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.section-esg.item3 .affect .title-item img {
    width: 120px;
    margin-right: 10px;
}

.section-esg.item3 .affect p {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 25px;
}

.section-esg.item3 .affect span {
    color: #d01d1b;
}

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