.h5, h5 {
    font-size: 1.25rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.h4, h4 {
    font-size: 1.5rem;
}

.h3, h3 {
    font-size: 1.75rem;
}

b, strong {
    font-weight: bolder;
}

.owl-nav {
    position: absolute;
    top: 50%;
    /*min-width: 1000px;
    max-width: 1150px;
    width: calc(100% - 20px);*/
    width: calc(100% - 300px);
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
}

.owl-dots {
    text-align: center;
    bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

    .owl-dots .owl-dot span {
        width: 25px;
        height: 3px;
        margin: 5px 6px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
        border-radius: 100px;
        /*border-radius: 30px;*/
    }

    .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #FFD400;
    }

.owl-nav button span {
    color: #fff;
    font-size: 60px;
}

body.top {
    background: #EEEEEE;
}

.banner_container {
    z-index: 0;
    position: relative;
}

    .banner_container.cate_page {
        margin-bottom: 0;
    }

    .banner_container .owl-carousel .owl-item img {
        width: 100%;
        /*        max-height: 400px;
        justify-self: center;*/
    }

.esg {
    margin: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}

.esg_definition {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 764px;
    margin-top: 55px;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 40px;
}

    .esg_definition h2.title {
        color: #FFD400;
        font-weight: 700;
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 15px;
    }

.definition_groups {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
}

.definition_box {
    padding: 15px;
    border-radius: 16px;
    max-width: 365px;
    width: 100%;
}

    .definition_box .content {
        padding-left: 15px;
    }

    .definition_box.environment {
        background: #DCF4DF;
    }

    .definition_box.social {
        background: #DAF1FF;
    }

    .definition_box.cutureHuman {
        background: #FFF7D0;
    }

    .definition_box.environment .content {
        border-left: 2px solid #6FAF78;
    }

    .definition_box.social .content {
        border-left: 2px solid #5D95B8;
    }

    .definition_box.cutureHuman .content {
        border-left: 2px solid #E6B603;
    }

    .definition_box .content ul li {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 10px;
    }

        .definition_box .content ul li:before {
            content: "•";
            margin-right: 10px;
        }

    .definition_box .box_header img {
        margin-bottom: 10px;
        position: relative;
        right: 44px;
    }

.news_list {
    background: #fff;
    padding: 30px 0;
}

.news_container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

    .news_container h2.title {
        font-weight: 500;
        font-size: 29px;
        line-height: 150%;
        color: #000000;
        margin-bottom: 30px;
    }


.news_box_list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

    .news_box_list a {
        margin-bottom: 24px;
        margin-right: 24px;
        display: flex;
        width: 384px;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 8px;
        background: #F9FAFB;
    }

        .news_box_list a .news_box {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

            .news_box_list a .news_box .content {
                display: flex;
                padding: 0 16px;
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
                align-self: stretch;
            }

                .news_box_list a .news_box .content .time {
                    color: #667085;
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 113%;
                }

        .news_box_list a:nth-child(3n+3) {
            margin-right: 0;
        }

.newsbox_img {
    max-width: 387px;
    height: 244px;
}

    .newsbox_img img {
        height: 100%;
        width: 100%;
    }

.newsbox_info span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #949494;
}

.newsbox_info h3 {
    overflow: hidden;
    color: #101828;
    text-overflow: ellipsis;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
}

.newsbox_info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #121221;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.development_report {
    background: url(/img/web/impress_numbers.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 16px 0;
}

    .development_report h2.title {
        text-align: center;
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 125%;
        text-transform: uppercase;
    }

.development_report_mwg {
    padding: 40px;
    background-color: #1D2939;
    justify-items: center;
}

    .development_report_mwg .title {
        text-align: center;
        color: #FCD900;
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 125%;
        text-transform: uppercase;
    }

.report_cate {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 15px;
}

    .report_cate p {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: #000000;
        margin-right: 15px;
    }

        .report_cate p.year_selected {
            font-weight: 700;
            font-size: 20px;
            line-height: 120%;
            color: #000000;
            position: relative;
            user-select: none;
            cursor: pointer;
            color: #2A83E9;
        }

            .report_cate p.year_selected::after {
                position: absolute;
                border-top: 2px solid #2A83E9;
                border-right: 2px solid #2A83E9;
                content: '';
                height: 9px;
                transform: rotate(135deg);
                transition: .3s;
                width: 9px;
                margin-left: 10px;
                margin-bottom: 0;
                bottom: 10px;
                transition: 0.3s;
            }

            .report_cate p.year_selected.open::after {
                transform: rotate(-45deg);
            }

.year_list {
    position: absolute;
    /* right: 0; */
    margin-left: 70px;
    top: 40px;
    background: #fff;
    left: 50%;
    transform: translateX(calc(-50% - 30px));
    width: 160px;
    max-height: 480px;
    padding: 10px;
    display: none;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
}


    .year_list.open {
        display: block;
    }

    .year_list::before {
        content: '';
        position: absolute;
        /* left: 10px; */
        z-index: 2;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        top: -10px;
        right: 70px;
    }

    .year_list li {
        padding: 10px;
        border-bottom: 1px solid #ECECEC;
        user-select: none;
        cursor: pointer;
    }

        .year_list li:last-child {
            border-bottom: none;
        }

        .year_list li:hover {
            background: #f2f2f2;
        }

.report_list_container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    padding: 30px;
    margin-top: 30px;
}

.report_list_container-mwg {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
    align-self: center;
}

.announcement_box {
    display: flex;
    align-items: center;
    width: 530px;
    height: 103px;
    border-bottom: 1px solid #999999;
    padding-bottom: 15px;
}

.box_icon i {
    /* transform: scale(2); */
    margin-right: 20px;
    margin-left: 20px;
}

.announcement_box .info h3 {
    color: #333333;
    /*font-weight: 500;*/
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 5px;
}

.announcement_box .info span {
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

.announcement_box.firstrow_only {
    border-bottom: none;
}

.loadmore_news {
    width: 205px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #2a83e9;
    border-radius: 4px;
    margin: auto;
    margin-top: 16px;
    cursor: pointer;
    user-select: none;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

    .loadmore_news::after {
        position: relative;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        content: '';
        height: 9px;
        transform: rotate(135deg);
        width: 9px;
        margin-left: 10px;
        margin-bottom: 0;
        bottom: 3px;
        transition: 0.3s;
        left: 5px;
    }

.est_aim_img {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: auto;
}

.esg_aim {
    background: linear-gradient(180deg, #374128 0%, #374128 59.9%, #302A28 100%);
}

.develop_commitment {
    background: #FFF5C4;
}

.commitment_content {
    max-width: 1200px;
    margin: auto;
}

    .commitment_content img {
        width: 100%;
    }

.esg-mwg {
    border-radius: 6px;
    background: #fff;
    border: 1px solid #dfdfdf;
    padding-bottom: 30px;
}

.container-updating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

    .container-updating p {
        color: var(--Grey-400, #98A2B3);
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }

    .container-updating img.img-section {
        width: 80px;
        height: 80px;
    }

.button-yellow.button-esg-mwg {
    color: #000;
    position: relative;
    padding-right: 50px;
    transition: .3s all;
}

    .button-yellow.button-esg-mwg:hover {
        box-shadow: 0 4px 8px -2px rgba(16, 24, 40, .5);
    }

    .button-yellow.button-esg-mwg::before,
    .button-yellow.button-esg-mwg::after {
        content: '';
        position: absolute;
    }

    .button-yellow.button-esg-mwg::before {
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        border-radius: 2px;
        height: 10px;
        right: 24px;
        top: 15px;
        transform: rotate(45deg);
        width: 10px;
    }

    .button-yellow.button-esg-mwg::after {
        background-color: #000;
        height: 2px;
        right: 24px;
        top: calc(50% - 1px);
        width: 12px;
    }
