header {
    position: relative;
}

section {
    padding-left: 40px;
    padding-right: 40px;
}
.border-ltr {
    opacity: 1 !important;
}
.esg-environmental-wrapper {
    padding: 0 0 137px;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: var(--black-color);
}
.banner > img {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.esg-environmental-wrapper h1 {
    padding: 98px 0 32px 0;
}

.esg-environmental-wrapper h2 {
    padding: 125px 0 0;
    color: var(--black-color);
}

.btn-readmore {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    padding: 6px 20px 6px 20px;
    background: url("/assets/img/ESG-Environmental/border.png") center no-repeat;
    background-size: 100% 100%;
    width: fit-content;
}

.btn-readmore svg {
    width: 14px;
    transition: .3s;
}

.btn-readmore:hover svg {
    transform: rotate(45deg);
    transition: .3s;
    margin-left: 10px;
}

.banner {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px 43px 47px;
    min-height: 803px;
}

.banner-multi-layers {
    position: absolute;
    left: 47px;
    bottom: 43px;
    width: 671px;
    height: 245px;
}

.banner-description {
    background-image: url("/assets/img/ESG-Environmental/Vector-118-7-1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    position: relative;
    z-index: 2;
    color: var(--white-color);
    padding: 38px 30px 70px 65px;
    height: 100%;
    text-transform: uppercase;
}

.banner-group-img {
    position: absolute;
    bottom: -43px;
    left: -47px;
    display: flex;
    align-items: center;
}

.banner-group-img img:first-child {
    width: 135px;
    height: 163px;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-group-img img:last-child {
    width: 100px;
    height: 100px;
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 0;
}

.esg-environmental-policy {
    margin-top: 48px;
    display: flex;
    flex-flow: column;
    gap: var(--spacing-lg);
}

.esg-environmental-policy .policy-item {
    display: grid;
    grid-template-columns: 87px 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 10px;
}

.esg-environmental-policy .policy-item img {
    width: 100%;
    height: auto;
}

.esg-environmental-policy .policy-content {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    margin-top: var(--spacing-tiny);
}

.esg-environmental-policy .policy-detail a {
    color: var(--href-color);
    text-decoration: underline;
    font-weight: bold;
}

.esg-environmental-policy .policy-detail b {
    font-weight: bold;
}

.content-box .description {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.content-box-image img {
    width: 100%;
    height: 428px;
    object-fit: cover;
    object-position: center center;
    position: relative;
    z-index: 2;
}

.content-box-image img.small-img {
    width: 80%;
    height: auto;
    float: right;
    transition: 1s;
}

.content-box-image img.small-img:hover {
    transition: 1s;
    transform: scale(1.05) !important;
}

.content-box-image .content-multi-layers {
    position: absolute;
    bottom: 0;
    left: 11%;
}

.content-box-image .content-multi-layers img:first-child {
    width: 123px;
    height: 323px;
    z-index: 1;
    margin-right: -60px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.content-box-image .content-multi-layers img:last-child {
    width: 365px;
    height: 169px;
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.coteccons-green .content-box-image img.small-img {
    width: 359px;
    height: 392px;
}

.coteccons-green .content-box-image .content-multi-layers {
    right: 425px;
    top: 267px;
    left: unset;
}

.green-up.content-box .description {
    margin-bottom: 28px;
}

.green-up .content-box-image {
    margin-top: 36px;
}

.green-up .content-box-image img.small-img {
    margin: 0px 0px 0px 33px;
    width: 312px;
    float: left;
}

.esg-news .esg-news-list {
    row-gap: 30px;
}

.esg-news .esg-news-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: top center;
}

.esg-news .esg-news-item .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--gray-1);
}

.esg-news .esg-news-item .date {
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 14px;
}

.esg-news .esg-news-item .description {
    color: var(--gray-1);
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.esg-news-item:hover .title {
    color: var(--href-color);
}

.esg-news .esg-news-item .full-date {
    text-transform: uppercase;
    visibility: hidden;
}

.esg-news .esg-news-item .readmore-wrapper {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    align-content: flex-end;
    text-align: right;
    justify-content: end;
}

.esg-news .esg-news-item .readmore-wrapper .btn-readmore {
    background: unset;
}


@media screen and (max-width: 1440px) {
    .esg-news .esg-news-item img {
        height: 170px;
    }
}

@media screen and (max-width: 1024px) {
    .banner-multi-layers {
        width: calc(100vw - 100px);
        height: auto;
    }

    .banner-description {
        padding: 12px 13px 68px 30px;
    }

    .esg-environmental-wrapper .coteccons-green h2 {
        padding-top: 58px;
    }

    .content-box-image img.small-img {
        margin-top: 35px;
        margin-left: 33px;
    }

    .coteccons-green .content-box-image img.small-img {
        float: left;
    }

    .coteccons-green .content-box-image .content-multi-layers {
        right: unset;
        left: 0;
        bottom: -35px;
    }

    .green-up .content-box-image img.small-img {
        margin-top: 35px;
    }

    .esg-news .esg-news-list {
        row-gap: 0;
    }

    .esg-news .esg-news-item .full-date {
        visibility: visible;
        margin-top: 28px;
    }
}

@media screen and (max-width: 768px) {
    .esg-environmental-policy .policy-content {
        grid-column: 1/3;
    }
}

@media screen and (max-width: 430px) {
    section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .banner {
        background-position: 36% 0px;
        padding: 0px 0px 20px 16px;
    }

    .banner-description {
        font-size: 18px;
        line-height: 22px;
        padding: 18px 0px 30px 30px;
    }

    .banner-group-img {
        left: -16px;
        bottom: -20px;
    }

    .banner-group-img img:first-child {
        width: 67px;
        height: auto;
    }


    .banner-group-img img:last-child {
        width: 50px;
        height: auto;
    }

    .banner-multi-layers {
        left: 16px;
        bottom: 20px;
    }

    .esg-environmental-policy .policy-item {
        grid-template-columns: 74px 1fr;
    }

    .esg-environmental-policy .policy-content {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }

    .esg-environmental-wrapper h1 {
        font-size: 38px;
        line-height: 65px;
        padding: 76px 0px 16px 0px;
    }

    .esg-environmental-wrapper h2 {
        font-size: 40px !important;
    }

    .content-box-image img {
        height: 228px;
    }

    .coteccons-green .content-box-image img.small-img {
        width: 81vw;
        height: 298px;
        float: right;
        margin-top: 80px;
    }

    .content-box-image .content-multi-layers img {
        object-fit: unset;
    }

    .content-box-image .content-multi-layers img:first-child {
        width: 19.5vw;
        height: 197px;
    }

    .content-box-image .content-multi-layers img:last-child {
        width: 80vw;
        height: 102px;
    }

    .coteccons-green .content-box-image .content-multi-layers {
        left: 16px;
    }

    .green-up.content-box .description {
        margin-top: 30px;
    }

    .esg-news {
        margin-top: 2px;
    }

    .btn-readmore:not(.btn-readmore-news) {
        font-size: 11px;
        gap: 0.5rem
    }

    .btn-readmore:not(.btn-readmore-news) svg {
        width: 10px;
    }

    .esg-news .esg-news-item .title {
        margin-top: 22px;
    }

    .esg-news .esg-news-item .full-date {
        font-size: 8px;
        line-height: 14px;
    }

    .esg-news .esg-news-item .date {
        display: none;
    }
}