header {
    position: relative;
}

section {
    padding-left: 40px;
    padding-right: 40px;
}

.border-ltr {
    opacity: 1 !important;
}

.banner > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.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-governance-wrapper {
    padding: 0 0 137px;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: var(--black-color);
}

    .esg-governance-wrapper h1 {
        padding: 98px 0 32px 0;
    }

    .esg-governance-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-Governance/border.png") center no-repeat;
    background-size: 100% 100%;
    width: fit-content;
}

    .btn-readmore svg {
        width: 14px;
        transition: 0.3s;
    }

    .btn-readmore:hover svg {
        transform: rotate(45deg);
        transition: 0.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-Governance/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;
    }

.policy {
    padding-top: 48px;
    padding-bottom: 28px;
    display: flex;
    flex-flow: column;
}

    .policy .policy-detail a {
        color: var(--href-color);
        text-decoration: underline;
        font-weight: bold;
    }

    .policy .policy-detail b {
        font-weight: bold;
    }

.esg-governance-wrapper .policy-docs h2 {
    margin-bottom: 16px;
}

.policy-docs .policy-docs-item h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75em;
    color: var(--black-color);
}

.policy-docs .policy-docs-item:hover h3 {
    color: var(--href-color);
}

.policy-docs .policy-docs-item svg {
    width: 50px;
    height: 50px;
}

.btn-load-more-docs svg {
    width: 10px;
    transform: rotate(135deg);
}

.btn-load-more-docs:hover svg {
    transform: rotate(90deg);
}

.content {
    display: flex;
    flex-flow: column;
}

.content-box-item {
    border-right: 1px solid var(--black-color);
    border-bottom: 1px solid var(--black-color);
}

    .content-box-item:last-child {
        border-right: none;
    }

    .content-box-item img {
        width: 100%;
        object-fit: cover;
        height: 374px;
    }

/* Modal Styles */
.modal-overlay {
    display: none;
    /* display: block; */
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    inset: 0;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    padding: 20px;
    max-width: 896px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    border-radius: 10px;
}

.modal-close {
    position: absolute;
    top: 8px;
    right: -100px;
    font-size: 40px;
    color: var(--white-color);
    cursor: pointer;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
}

    .swiper-slide img {
        width: 100%;
        height: 504px;
        object-fit: cover;
    }

.swiper-pagination-governance {
    color: var(--white-color);
}

.swiper-button-next-governance,
.swiper-button-prev-governance {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--black-color);
    background-color: var(--white-color);
    position: absolute;
    top: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-40%);
    cursor: pointer;
    z-index: 10;
}

.swiper-button-next-governance {
    right: 20px;
}

.swiper-button-prev-governance {
    left: 20px;
}

    .swiper-button-next-governance svg,
    .swiper-button-prev-governance svg {
        width: 30px;
    }

.img-title {
    color: var(--white-color);
}

.esg-governance-wrapper .board-member h2 {
    padding-top: 68px;
}

.board-member div {
    display: flex;
    flex-direction: row;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.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-description {
        padding: 12px 13px 68px 30px;
    }

    .banner-multi-layers {
        width: calc(100vw - 100px);
        height: auto;
    }

    .esg-news .esg-news-list {
        row-gap: 0;
    }

    .esg-news .esg-news-item .full-date {
        visibility: visible;
        margin-top: 28px;
    }

    .content-box-item:nth-child(2n) {
        border-right: none;
    }

    .esg-description {
        font-size: 20px;
        line-height: 2em;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    .swiper-slide img {
        height: 200px;
        object-fit: cover;
    }

    .model-close {
        display: none;
    }
}

@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 46px 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;
        width: calc(100vw - 60px);
    }

    .esg-governance-wrapper h1 {
        font-size: 38px;
        line-height: 65px;
        padding: 76px 0px 16px 0px;
    }

    .esg-governance-wrapper h2 {
        font-size: 40px !important;
    }

    .content-box-item {
        border-right: unset;
    }

    .esg-governance-wrapper .esg-news h2 {
        padding-top: 70px;
        border-bottom: 1px solid;
        padding-bottom: 16px;
    }

    .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;
    }

    .swiper-slide img {
        height: 200px;
        object-fit: cover;
    }

    .modal-close {
        display: none;
    }

    .esg-description {
        font-size: 17px;
        line-height: 26px;
    }
}
