﻿header {
    position: relative;
}

section {
    padding-left: 40px;
    padding-right: 40px;
}

.esg-wrapper {
    padding: 0 0 var(--spacing-xl);
    overflow: hidden;
}

.esg-wrapper h1 {
    padding: 98px 0 32px 0;
}

.esg-wrapper h2 {
    padding: 68px 0 0;
    color: var(--black-color);
}
.border-ltr {
    opacity: 1 !important;
}
.esg-banner > img {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.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/border.png") center no-repeat;
    background-size: 100% 100%;
    width: fit-content;
}
.esg-video {
    position: relative;
}
.esg-video::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5) url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="40,30 70,50 40,70"/></svg>') no-repeat center;
    background-size: 50%;
    border-radius: 50%;
    z-index: 10;
    transition: background 0.3s ease;
}
    .esg-video.playing::after {
        display: none;
    }
.esg-video:hover::after {
    background-color: rgba(0, 0, 0, 0.7);
}

.btn-readmore svg {
    width: 14px;
    transition: .3s;
}

.btn-readmore:hover svg {
    transform: rotate(45deg);
    transition: .3s;
    margin-left: 10px;
}

.esg-banner {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 803px;
}

.esg-banner-multi-layers {
    position: absolute;
    right: 65px;
    bottom: 65px;
    width: 48%;
}

.esg-banner-description {
    background-image: url("/assets/img/ESG/Vector-118-6-1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 40px;
    font-weight: 300;
    line-height: 54px;
    position: relative;
    z-index: 2;
    color: var(--white-color);
    padding: 38px 0px 100px 138px;
}

.esg-banner-group-img {
    position: absolute;
    top: -85px;
    left: -70px;
    display: flex;
    align-items: center;
}

.esg-banner-group-img img:first-child {
    width: 167px;
    height: 192px;
    z-index: 1;
}

.esg-banner-group-img img:last-child {
    width: 38px;
    height: 192px;
    z-index: 3;
    margin-left: -38px;
}

.esg-description {
    color: var(--black-color);
    font-size: 32px;
    font-weight: 300;
    line-height: 52px;
    padding: 94px 274px 112px 274px;
    background: url("/assets/img/ESG/Mask-group.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.esg-content {
    display: flex;
    flex-flow: column;
}

.esg-content-box .description {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.esg-content-box .esg-content-box-image {
    padding-top: 36px;
}

.esg-content-box .esg-content-box-image img {
    object-fit: cover;
    width: 100%;
    height: 428px;
    position: relative;
    z-index: 2;
}

.esg-content-box .esg-content-box-image img.small-img {
    width: 346px;
    height: 346px;
    float: right;
    margin-right: 84px;
    transition: 1s;
}

.esg-content-box .esg-content-box-image img.small-img:hover {
    transition: 1s;
    transform: scale(1.05) !important;
}

.esg-content-box .esg-content-box-image .esg-content-multi-layers {
    position: absolute;
    bottom: 0;
    right: -10%;
    display: flex;
    align-items: center;
}

.esg-content-box .esg-content-box-image .esg-content-multi-layers img:first-child {
    width: 60px;
    height: 313px;
    z-index: 1;
    margin-right: -60px;
}

.esg-content-box .esg-content-box-image .esg-content-multi-layers img:last-child {
    width: 270px;
    height: 313px;
    z-index: 3;
}

.environmental.esg-content-box .esg-content-box-image .esg-content-multi-layers {
    right: 12px;
}

.social.esg-content-box .esg-content-box-image img.small-img {
    width: 312px;
    margin: 0 0 0 33px;
    float: left;
    height: auto;
}

.governance {
    margin-top: 52px;
}

.governance .btn-readmore {
    margin-top: 20px;
}

.governance.esg-content-box .esg-content-box-image img.small-img {
    width: 359px;
    height: 392px;
    object-fit: cover;
    margin: 0;
}

.governance.esg-content-box .esg-content-box-image .esg-content-multi-layers {
    right: 0;
    bottom: -5px;
}

.governance.esg-content-box .esg-content-box-image .esg-content-multi-layers img:first-child {
    width: 120px;
    height: auto;
    position: absolute;
    right: 321px;
    bottom: 5px;
    margin: 0;
}

.governance.esg-content-box .esg-content-box-image .esg-content-multi-layers img:last-child {
    width: 361px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 80px;
    margin: 0;
}

.work-at-coteccons .btn-readmore {
    margin-top: 44px;
}

.work-at-coteccons.esg-content-box .esg-content-box-image img.small-img {
    width: 298px;
    height: 362px;
    float: left;
    margin: 0 0 0 33px;
}

.work-at-coteccons.esg-content-box .esg-content-box-image .esg-content-multi-layers {
    left: 30px;
}

.work-at-coteccons.esg-content-box .esg-content-box-image .esg-content-multi-layers img:first-child {
    width: 120px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
}

.work-at-coteccons.esg-content-box .esg-content-box-image .esg-content-multi-layers img:last-child {
    width: 361px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}

.esg-video {
    margin-top: 125px;
}

.esg-video img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.esg-video iframe {
    height: 100%;
    width: 100%;
    display: flex;
    border: none;
    background-color: #000;
    aspect-ratio: 1.777777;
}

.esg-essentials {
    display: flex;
    flex-flow: column;
    gap: 5rem;
    margin-top: 52px;
}

.esg-essentials .esg-essentials-item h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75em;
    color: var(--black-color);
}

.esg-essentials .esg-essentials-item svg {
    width: 50px;
    height: 50px;
}

.esg-essentials .esg-essentials-item:hover h3 {
    color: var(--href-color);
}

.esg-news {
    margin-top: 115px;
}

.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) {
    .esg-banner img {
        height: 90vh;
        object-fit: cover;
        width: 100%;
    }

    .esg-banner-description {
        font-size: 20px;
        line-height: 40px;
        letter-spacing: -1.8px;
        padding: 20px 10px 20px 115px;
    }

    .esg-description {
        font-size: 20px;
        line-height: 2em;
        padding-left: 30px;
        padding-right: 30px;
    }

    .esg-content-box .esg-content-box-image img.small-img {
        float: unset;
        margin-right: unset;
        width: 73%;
        height: 346px;
        margin-top: 100px;
    }

    .esg-content-box .esg-content-box-image .esg-content-multi-layers {
        bottom: -20%;
        right: 15%;
        zoom: 0.8;
    }

    .esg-content-box .esg-content-box-image img.small-img.full {
        width: 100%;
        height: auto;
    }

    .environmental.esg-content-box .esg-content-box-image .esg-content-multi-layers {
        zoom: 1;
        bottom: -15%;
    }

    .social.esg-content-box .esg-content-box-image img.small-img {
        margin-top: 100px;
    }

    .governance {
        margin-bottom: 90px;
    }

    .governance.esg-content-box .esg-content-box-image img.small-img {
        margin: 100px 0 0 67px
    }

    .governance.esg-content-box .esg-content-box-image .esg-content-multi-layers {
        right: unset;
        left: 30px;
        bottom: -45px;
        zoom: unset;
    }

    .governance.esg-content-box .esg-content-box-image .esg-content-multi-layers img:first-child,
    .governance.esg-content-box .esg-content-box-image .esg-content-multi-layers img:last-child {
        left: 0;
        right: unset;
    }

    .work-at-coteccons {
        margin-bottom: 30px;
    }

    .work-at-coteccons.esg-content-box .esg-content-box-image .esg-content-multi-layers {
        zoom: unset;
    }

    .work-at-coteccons.esg-content-box .esg-content-box-image img.small-img {
        margin-top: 100px;
    }

    .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-banner-multi-layers {
        width: 46%;
    }

    .esg-wrapper .work-at-coteccons h2 {
        font-size: 50px;
    }
}

@media screen and (max-width: 430px) {
    section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .esg-wrapper .environmental h2 {
        padding: 40px 0 0;
    }

    .esg-wrapper h2,
    .esg-wrapper .work-at-coteccons h2 {
        font-size: 40px;
    }

    .esg-banner {
        background-position: -475px 0px;
    }

    .esg-banner-multi-layers {
        right: 16px;
        left: 65px;
        bottom: 47px;
        width: 80vw;
    }

    .esg-banner-description {
        font-size: 18px;
        line-height: 24px;
        padding: 20px 0px 16px 50px;
    }

    .esg-banner-group-img {
        zoom: 0.5;
        top: -51px;
        left: -85px;
    }

    .esg-description {
        font-size: 17px;
        line-height: 26px;
    }

    .esg-content-box .esg-content-box-image .esg-content-multi-layers {
        zoom: 0.5;
    }

    .esg-content-box .esg-content-box-image img {
        height: 228px;
    }

    .environmental.esg-content-box .esg-content-box-image .esg-content-multi-layers {
        zoom: 0.6;
        right: 9%;
        bottom: -35%;
    }

    .esg-essentials {
        margin-top: 12px;
    }

    .work-at-coteccons.esg-content-box .esg-content-box-image img.small-img {
        margin-top: 35px;
        float: right;
        width: 81vw;
        height: 298px;
    }

    .work-at-coteccons.esg-content-box .esg-content-box-image .esg-content-multi-layers {
        zoom: 0.75;
        left: 70px;
    }

    .btn-readmore:not(.btn-readmore-news) {
        font-size: 11px;
        gap: 0.5rem
    }

    .btn-readmore:not(.btn-readmore-news) svg {
        width: 10px;
    }

    .esg-news {
        margin-top: 2px;
    }

    .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;
    }

    .governance.esg-content-box .esg-content-box-image img.small-img {
        width: 81vw;
        height: 298px;
        margin: 30px 0 0 30px;
    }

    .social.esg-content-box .esg-content-box-image img.small-img {
        width: 70vw;
        height: 314px;
        margin: 35px 0px 0px 41px;
    }

    .esg-content-box .esg-content-box-image img.small-img {
        width: 280px;
        height: 280px;
        margin: 35px 0 0px 50px;
    }

    .environmental {
        margin-bottom: 150px;
    }

    .esg-wrapper .environmental h2 {
        font-size: 35px;
        line-height: 1.2em;
    }

    .environmental.esg-content-box .esg-content-box-image .esg-content-multi-layers {
        zoom: 0.75;
        right: 5%;
        bottom: -43%;
    }
}