/* --Start banner--------------- */
.section-banner {
    position: relative;
    background: url(../img/esg/banner.webp) no-repeat center bottom/ cover scroll;
    margin-top: 55px;
    height: calc(45vh - 144px);
}

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

.section-banner .title-item {}


.section-banner .title-item h2 {
    font-size: 30px;
    font-family: 'BOLDNINE';
    color: #fff;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-align: center;
}

.section-banner .title-item p {
    font-family: Lorin;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

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

    .section-banner .title-item p {
        font-size: 16px;
    }

    .section-banner .center-item {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .section-banner {
        background: url(../img/esg/banner.webp) no-repeat center center/ cover scroll;
        height: calc(70vh - 94px);
        margin-top: 94px;
    }

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

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


/* --Start menu--------------- */
.section-menu {
    position: relative;
    z-index: 99;
    background: radial-gradient(circle at center, #6c419b, #3e1d64, #3f1b61);
}

.section-menu .category-link-item {
    text-align: center;
}

.section-menu .category-link-item .line-item {
    border: 1px solid #ffffff33;

}

.section-menu .category-link-item .nav-link {
    font-size: 14px;
    padding: 10px 0px;
    height: 100%;
    background: transparent;
    font-family: 'Metropolis-M';
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    border: none;
}

.section-menu .category-link-item a.active {
    background: #344655;
}

.section-menu .category-link-item a:hover {
    background: #ffffff11;
}

.section-menu .category-link-item .nav-link+.nav-link {
    border-left: none;
}

.section-menu .category-link-item .nav-link:hover {
    background: #ffffff11;
}

@media (min-width: 992px) {

    .section-menu .category-link-item .nav-link {
        padding: 20px 0px;
        font-size: 16px;
        border-top: none;
        border-bottom: none;
    }

    .section-menu .category-link-item a+a {
        border-left: none;
    }
}
/* --Start breadcrumb--------------- */
.section-breadcrumb .breadcrumb {
    /* justify-content: s; */
    margin: 10px 0;
    font-family: 'Metropolis-M';
    font-size: 14px;
}

    .section-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #333;
    }

    .section-breadcrumb .breadcrumb .breadcrumb-item a {
        color: #333;
        transition: all 0.2s ease-in-out;
    }

        .section-breadcrumb .breadcrumb .breadcrumb-item a:hover {
            color: #666;
        }

    .section-breadcrumb .breadcrumb .breadcrumb-item.active {
        color: #888;
        font-weight: bolder;
    }
/* --End breadcrumb--------------- */
/* --Start esg--------------- */
.section-esg {

    padding: 150px 0 200px;
}

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

}

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

}

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

}

.section-esg .text-item {
    background: #000;
    background: linear-gradient(to right, #ffffffb0, #ffffff00, #ffffff00, #ffffff00, #ffffff00, #ffffff00, #ffffff00, #ffffff00);
    padding: 50px 30px;
}

.section-esg .text-item h3 {
    font-size: 40px;
    font-family: 'BOLDNINE';
    color: #fff;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 0;
}

@media (min-width: 1200px) {

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

    .section-esg .text-item ul li {
        font-size: 20px;
    }

    .section-esg {

        padding: 200px 0 300px;
    }
}

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

.section-esg .text-item ul li {
    font-size: 16px;
    color: #fff;
    font-family: 'Metropolis-M';
    text-shadow: 0 1px 1rem rgba(0, 0, 0, 0.95);
}

.section-esg .text-item ul li+li {
    margin-top: 15px;
}

.section-esg-certification{
    position: relative;
    padding: 50px 0;
}
    .section-esg-certification .title-item {
        position: relative;
        display: block;
        text-align: center;
        border-bottom: 1px solid #aaa;
    }

        .section-esg-certification .title-item h2 {
            font-size: 40px;
            font-family: 'BOLDNINE';
            color: #541b86;
            font-style: italic;
            letter-spacing: 2px;
            margin-bottom: 50px;
        }
@media (min-width: 1200px) {
    .section-esg-certification {
        padding: 100px 0;
    }
    .section-esg-certification .title-item h2 {
        font-size: 50px;
    }
}
.section-esg-certification-content{
    position: relative;
    padding: 0 0 100px 0;
}
.section-esg-certification-content .icon-img-l,
.section-esg-certification-content .icon-img-r{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width: 100px;
}

    .section-esg-certification-content .icon-img-l{
        left: 0;
    }
    .section-esg-certification-content .icon-img-r {
        right: 0;
    }

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

        .section-esg-certification-content .item .pic-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
            -webkit-filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.1));
        }
.section-esg-certification-content .item h3 {
    font-size: 18px;
    color: #333;
    font-family: 'Metropolis-M';
    text-transform: uppercase;
    font-style: italic;
    /*text-align: center;*/
    padding: 10px 0 10px 30px;
    margin: 0;
    position: relative;
    display: inline-block;
}
    .section-esg-certification-content .item h3:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        background: #541b86;
        border-radius: 100%;
    }
        /* --End esg--------------- */