﻿

.stage_1_x {
    margin-left: 40px !important;
}

.stage_1_x {
    width: 30%;
    max-width: 480px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.CQuoteDesc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.stage_1_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.stage_1_left {
    position: relative;
    width: 100%;
    padding-right: 50px;
}

.stage-chairman-word__words {
    position: relative;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 900;
}

.stage-chairman-word__mark {
    position: absolute;
    width: 50px;
}

.stage-chairman-word__mark--start {
    right: calc(100% + 6px);
    top: -24px;
}

.stage-chairman-word__mark--end {
    left: calc(100% + 6px);
    bottom: -24px;
}

.stage_1_ppl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.stage_1_ppl_img {
    width: 100px;
    border-radius: 999px;
}

.stage_1_ppl_text {
    padding-left: 20px;
    color: #333;
}

.stage_1_ppl_name {
    color: #144168;
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
}

.market-hkex img {
    max-width: 100%;
    vertical-align: middle;
}

.stage_1_container {
    display: block;
}

.stage_1_left {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    text-align: left;
}

.stage_1_x {
    width: 100%;
    max-width: 360px;
    margin-top: 40px;
    margin-right: auto;
}

.stage_1_container {
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Stage */
@media screen and (max-width: 1280px) {
    .stage-chairman-word__mark {
        width: 42px;
    }
}

@media screen and (max-width: 520px) {
    .stage-chairman-word__mark {
        width: 24px;
    }

    .stage_1_left {
        text-align: center;
    }

    .stage-chairman-word__words {
        font-size: 19px;
    }

    .stage-chairman-word__mark--start {
        right: calc(100% - 6px);
    }

    .stage-chairman-word__mark--end {
        left: calc(100% - 6px );
    }
}
/* Stage */

@media screen and (max-width: 767px) {
    .section_container_inx {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .stage_1_container {
        display: block;
    }
}

@media screen and (max-width: 479px) {
    .stage_1_x {
        margin-left: auto !important;
    }

    .stage_1_left {
        max-width: 400px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .stage_1_x {
        max-width: 240px;
        margin-top: 30px;
    }
}

/* -------------------------------------------------------------------------------- */

.hkex-2col > .hkex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


.hkex-arrow-link.alink {
    color: #144168 !important;
    text-decoration: none !important;
    margin-top: 20px;
}

    .hkex-arrow-link.alink:hover {
        text-decoration: underline !important;
    }

.hkex-wrapper h2 {
    font-size: 52px;
    line-height: 1;
    margin-bottom: 0.4em;
    font-weight: 500;
}

.hkex-redline-break {
    display: block;
    margin: 18px auto 18px 0;
    width: 160px;
    height: 1px;
    background-color: #e62742;
}

.hkex-wrapper ul {
    padding-left: 1.2em;
}

.hkex-wrapper li {
    margin-bottom: 0.6em;
}

.hkex-download-list a {
    color: #144168;
    text-decoration: none;
}

.TCCRalink {
    color: #144168 !important;
    text-decoration: none !important;
    margin-top: 20px;
}

    .TCCRalink:hover {
        text-decoration: underline !important;
    }

.hkex-grey-text.TCCRcolor {
    color: #6e6e6e !important;
}

.hkex-redline-break {
    display: block;
    margin: 18px auto 18px 0;
    width: 160px;
    height: 1px;
    background-color: #e62742;
}

.hkex-wrapper {
    width: 100%;
    max-width: 1336px;
    padding: 60px 24px;
    margin-left: auto;
    margin-right: auto;
    color: #144168;
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .hkex-2col__left {
        padding-right: 24px;
    }

    .hkex-2col__left, .hkex-2col__right {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .hkex-2col__left--text + .hkex-2col__right--text {
        border-left: 1px solid #144168;
        padding-left: 48px;
        margin-left: 24px;
    }
}

@media screen and (max-width: 768px) {
    .hkex-2col__left {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .hkex-wrapper h2 {
        font-size: 42px;
    }
}

.banner_video_bg .hkex-breadcrumb__dropdown {
    text-align: left !important;
}
/* -------------------------------------------------------------------------------- */

.hkex-2col .hkex-arrow-link.alink {
    color: #144168 !important;
    display: table-row-group;
}

.hkex-2col__img--half-circle-mask {
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    min-height: 200px;
}

.hkex-2col__img {
    width: 100%;
    background-size: cover;
    background-position: center;
    padding-bottom: 60%;
}

.hkex-2col__img--half-circle-mask:before {
    content: "";
    background-size: auto 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.esg_info-sec_1 h3 {
    font-size: 48px;
    font-weight: 400;
    color: #416585;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .esg_info-sec_1 h3::after {
        content: "";
        display: block;
        width: 30%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #e62742;
    }

.esg_info-sec_1 a.hkex-arrow-link {
    font-weight: bold;
    position: relative;
}

    .esg_info-sec_1 a.hkex-arrow-link::after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #e62742;
        border-right: 2px solid #e62742;
        position: absolute;
        right: -20px;
        top: 50%;
        transform: translate(0,-50%)rotate(45deg);
    }

.hkex-2col__img-holder {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .hkex-2col__img-holder.hkex-2col__right {
        padding-left: 10%;
    }

    .hkex-2col__img-holder {
        flex-basis: 60%;
    }
}

@media screen and (max-width: 767px) {
    .hkex-2col > .hkex-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/* -------------------------------------------------------------------------------- */

.common-accordion {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    width: 100%;
    padding: 18px 0;
}

    .common-accordion + .common-accordion {
        border-top: none;
    }

.common-accordion-trigger {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: center;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    font-weight: bold;
}

    .common-accordion-trigger > div {
        width: calc(100% - 22px);
    }

.common-accordion-content {
    margin-top: 12px;
    display: none;
}

.common-accordion-trigger > span {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    margin-right: 2px;
}

    .common-accordion-trigger > span:before, .common-accordion-trigger > span:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 2px;
        background-color: #e62842;
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        transform-origin: center center;
        transition: all 0.3s ease;
    }

.common-accordion-trigger:not(.active) > span:before {
    transform: rotate( -90deg);
}

ul.link-list {
    list-style: none;
    padding-left: 0;
}

    ul.link-list > li {
        position: relative;
        padding-left: 18px;
        font-size: 16px;
        line-height: 32px;
        font-weight: bold;
    }

        ul.link-list > li:after {
            content: "";
            position: absolute;
            display: inline-block;
            width: 6px;
            height: 6px;
            left: 0;
            top: 12px;
            border-radius: 999px;
            background-color: #e62842;
        }

.esg_button-row {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

    .esg_button-row .esg_button {
        display: flex;
        padding: 12px 20px;
        color: #FFF;
        font-size: 18px;
        max-width: 210px;
        background-color: #e62842;
        border-radius: 3px;
    }

        .esg_button-row .esg_button:not(:first-child) {
            margin-left: 20px;
        }

        .esg_button-row .esg_button:hover {
            color: #FFF;
            text-decoration: unset;
            background-color: #10416C;
        }

.esg_button span {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

    .esg_button span.esg_download {
        background-image: url('../image/esg_download_white.png');
    }

.esg_button p {
    width: calc(100% - 30px);
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .esg_button-row .esg_button {
        max-width: 100%;
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 30px;
        text-align: center;
        justify-content: center;
    }

        .esg_button-row .esg_button:not(:first-child) {
            margin-left: 25px;
        }
}

/* -------------------------------------------------------------------------------- */

.section_container.ml {
    padding-right: 30px;
    padding-left: 30px;
}

.section_container_inx.ml_listing {
    max-width: 1340px;
    padding-bottom: 0px;
}

.section_container_inx {
    padding: 40px 0;
    display: block;
}

.ml_listing_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 70px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-top: 1px solid rgba(20, 65, 104, 0.2);
}

    .ml_listing_section.first {
        padding-top: 0px;
        border-top-style: none;
        border-top-color: transparent;
    }

.ml_listing_title {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ml_lisitng_title_cate {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .ml_lisitng_title_cate + div {
        flex-basis: 100%;
    }

.ml_listing_block {
    width: 33.333%;
    padding: 20px;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

._100_width_img {
    width: 100%;
}

.ml_listing_line {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 10px;
    margin-top: -10px;
    background-color: #e62742;
    opacity: 0;
}

.ml_listing_block_name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
}

.ml_listing_block_name_icon {
    height: 20px;
    margin-right: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ml_listing_block_name_icon_hover {
    display: none;
    height: 20px;
    margin-right: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

/* -------------------------------------------------------------------------------- */

.tab_cloud_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 900px;
    margin-right: auto;
    padding-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tab_cloud_btn {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 6px 8px;
    border: 1px solid #144168;
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
}

.market-hkex a:focus, .market-hkex a:hover {
    color: #23527c;
    text-decoration: underline;
}

.market-hkex a:active, .market-hkex a:hover {
    outline-width: 0;
}

.tab_cloud_btn:hover {
    background-color: rgba(20, 65, 104, 0.85);
    color: #fff !important;
}

.market-hkex a {
    color: #06c;
    text-decoration: none;
}

.whats_on_tdy_filter_container {
    width: 100%;
}

.w-form {
    margin-bottom: 0;
}

.market-hkex button, .market-hkex input, .market-hkex select, .market-hkex textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.market-hkex button, .market-hkex input {
    overflow: visible;
}

.market-hkex button, .market-hkex input, .market-hkex optgroup, .market-hkex select, .market-hkex textarea {
    font: inherit;
    margin: 0;
}

.whats_on_tdy_filter_container_in.news_release {
    margin-top: -15px;
    padding-top: 15px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.whats_on_tdy_filter_container_in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news_release_filter_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.datePicker-label {
    line-height: 34px;
}

.whats_on_tdy_filter_container input {
    margin-bottom: 15px;
}

.datePicker-label {
    line-height: 34px;
}

.whats_on_tdy_filter_container input {
    margin-bottom: 15px;
}

.tab_cloud_container a.tab_cloud_btn:hover {
    color: #fff !important;
}

.datePicker {
    height: 40px;
    width: 120px;
    margin-right: 6px;
    margin-bottom: 15px;
    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #bfbfbf;
    background-position: 0% 8px;
    background-size: 20px;
    background-repeat: no-repeat;
    font-size: 16px;
}

.whats_on_tdy_filter_search {
    width: auto;
    height: 40px;
    min-width: 350px;
    margin-right: 50px;
    margin-bottom: 15px;
    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 35px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #bfbfbf;
    background-image: url(../image/03_filter_search.svg);
    background-position: 0% 8px;
    background-size: 20px;
    background-repeat: no-repeat;
    font-size: 16px;
}

.whats_on_tdy_filter_container .whats_on_tdy_filter_btn {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(20, 65, 104, 0.5);
}

.whats_on_tdy_filter_container input {
    margin-bottom: 15px;
}

.whats_on_tdy_filter_btn:hover {
    border-color: #144168;
    background-color: #144168;
    color: #fff;
}

.whats_on_tdy_filter_btn {
    width: 130px;
    height: 40px;
    padding: 9px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(20, 65, 104, 0.5);
    border-radius: 5px;
    background-color: transparent;
    color: #144168;
    font-size: 14px;
    text-align: center;
}

#newsDateTo {
    margin-right: 32px;
}

.whats_on_tdy_filter_search.news_release {
    min-width: 175px;
    margin-right: 30px;
}

.whats_on_tdy_filter_container_in.news_release {
    margin-top: -15px;
    padding-top: 15px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .whats_on_tdy_filter_container_in.news_release {
        display: block;
    }

    .news_release_filter_right {
        margin-top: 5px;
        margin-left: -12px;
        padding-left: 0px;
        border-left-style: none;
    }
}

.esg_section--block-list {
    background-color: #FFF;
}

.esg_block-list {
    width: 100%;
}

.market-hkex a {
    font-style: normal;
    font-stretch: normal;
}

.esg_block-cate {
    width: 100%;
    padding: 50px 0;
    border-bottom: 1px solid #c6d0d9;
}

    .esg_block-cate h3.esg_block-cate-name {
        color: #144168;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
    }

.esg_block-list-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}

.esg_block {
    display: block;
    width: 32%;
    padding: 0 1%;
    margin-bottom: 30px;
}

.esg_block-list-row .esg_block {
    display: none;
}

.esg_block-list-row.show-more .esg_block {
    display: block;
}

.esg_block:nth-child(1), .esg_block:nth-child(2), .esg_block:nth-child(3) {
    display: block;
}

.esg_block img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
}

.esg_block video {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.esg_block h6.esg_block-title {
    display: inline-block;
    color: #144168;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.esg_block-text a.esg_block-link:first-child h6.esg_block-title {
    font-weight: bold;
    font-size: 19px;
    line-height: 1.2;
}

.esg_block h6.esg_block-title span {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    border-top: 2px solid #e62842;
    border-right: 2px solid #e62842;
    transform: rotate(45deg);
}

a.esg_block-link.no-link {
    display: block;
    cursor: text;
    pointer-events: none;
    margin-bottom: 10px;
}

    a.esg_block-link.no-link span {
        display: none;
    }

button.esg_block-more {
    display: none;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px !important;
    background-color: unset;
    border: 1px solid #416585;
    border-radius: 5px;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

    button.esg_block-more:hover {
        background-color: #416585;
        color: #FFF;
    }

    button.esg_block-more.active {
        display: block;
    }

.esg_popup-btn-row {
    width: 100%;
    margin: 0 -10px;
}

    .esg_popup-btn-row .esg_popup-btn {
        display: inline-block;
        padding: 10px 20px;
        color: #FFF !important;
        background-color: #416585;
        border-radius: 5px;
        margin: 10px;
        cursor: pointer;
    }

.esg_block.active {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.esg_block .esg_block-cover a {
    width: 100%;
    display: inline-block;
}

.esg_block.active .esg_block-cover {
    width: 32%;
    padding: 0 1%;
}

    .esg_block.active .esg_block-cover a.main-title {
        display: none;
    }

.esg_block .esg_block-child {
    display: none;
}

.esg_block.active .esg_block-child {
    display: block;
    width: 67%;
    padding-left: 25px;
}

.esg_block-child-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.esg_block-child-item {
    display: flex;
    width: 49%;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 10%;
}

    .esg_block-child-item img {
        width: 30%;
        margin-bottom: 0;
    }

    .esg_block-child-item a {
        width: 75%;
        margin-left: 5%;
        font-size: 16px;
    }

.esg_block-thrum {
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
}

    .esg_block-thrum.video {
        cursor: pointer;
    }

        .esg_block-thrum.video::after {
            content: "";
            display: block;
            width: 70px;
            height: 70px;
            position: absolute;
            top: 50%;
            left: 50%;
            border-radius: 50%;
            background-color: rgb(230, 39, 66, 88%);
            background-image: url(../image/esg_play.png);
            background-position: center left 55%;
            background-repeat: no-repeat;
            background-size: auto;
            transform: translate(-50%,-50%);
        }

    .esg_block-thrum img {
        position: absolute;
    }

@media screen and (max-width: 991px) {
    .esg_block {
        display: block;
        width: 49%;
        padding: 0 1%;
    }

    .esg_block-child-item {
        width: 100%;
    }

    .esg_block.active .esg_block-cover {
        width: 100%;
    }

        .esg_block.active .esg_block-cover img {
            width: 50%;
        }

        .esg_block.active .esg_block-cover video {
            width: 50%;
        }

    .esg_block.active .esg_block-child {
        width: 100%;
        padding-left: 0;
    }

    .esg_block.active .esg_block-cover a.main-title {
        display: inline-block;
    }

    .esg_block.active .esg_block-child .esg_block-text a.esg_block-link {
        display: none;
    }

    .esg_block-child-item {
        padding-right: 0;
    }

    .esg_block-thrum {
        padding-bottom: 30%;
    }
}

@media screen and (max-width: 479px) {
    .esg_block {
        display: block;
        width: 100%;
        padding: 0;
    }

    .esg_block-list-row {
        margin: 0;
    }

    .esg_block.active .esg_block-cover img {
        width: 100%;
    }

    .esg_block.active .esg_block-cover video {
        width: 100%;
    }

    .esg_block-thrum {
        padding-bottom: 60%;
    }
}

/* -------------------------------------------------------------------------------- */
/*
body.inner-page .banner_video_bg{
    height: 55vh;
    min-height: unset;
}

body.inner-page .whylist-landing-anchor-holder{
    display: none;
}

body.inner-page .whylist-landing-pagination{
    display: none;
}
*/
.banner_video_bg .swiper-pagination {
    text-align: left;
}

.whylist-landing-slide .color-overlay:before,
.whylist-landing-slide .color-overlay:after {
    position: absolute;
    content: "";
    display: block;
    left: 0px;
    top: 0px;
    width: 200%;
    height: 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.whylist-landing-slide .showArch:before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    background-image: url(../image/stage_banner_graphic_1_v2.png);
}

.whylist-landing-slide .showArch:after {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background-image: url(../image/stage_banner_graphic_2_v2.png);
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}


@media screen and (max-width: 1023px) {
    .whylist-landing-slide .color-overlay:before {
        background-size: cover;
    }
}

@media screen and (max-width: 767px) {
    .whylist-landing-slide .color-overlay:before,
    .whylist-landing-slide .color-overlay:after {
        background-position: bottom right;
    }
}
/* -------------------------------------------------------------------------------- */

.esg_popup {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.9);
}

    .esg_popup.active {
        display: flex;
    }

.esg_popup-frame {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 98;
    cursor: pointer;
}

.esg_popup-box {
    width: 100%;
    max-width: 1024px;
    height: 90vh;
    padding: 20px 40px;
    background-color: #FFF;
    border-radius: 12px;
    position: relative;
    z-index: 98;
}

.esg_popup-content {
    width: 100%;
    height: calc(100% - 60px);
    padding-right: 10px;
    padding-bottom: 80px;
    overflow: auto;
}


.esg_popup-header {
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: flex-end;
    align-items: center;
}

.esg_popup-close-btn {
    width: 20px;
    height: 20px;
    position: relative;
    align-self: center;
    cursor: pointer;
}

    .esg_popup-close-btn::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)rotate(45deg);
    }

    .esg_popup-close-btn::before {
        content: "";
        display: block;
        width: 2px;
        height: 100%;
        background-color: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)rotate(45deg);
    }


.esg_popup-control {
    cursor: pointer;
}

    .esg_popup-control.print {
        margin: 0 30px;
        padding: 0 30px;
        border-right: 1px solid #c9c9c9;
    }

a.esg_popup-link {
    align-self: center;
    color: #23527c;
    font-weight: bold;
    position: relative;
}

    a.esg_popup-link::after {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #e62842;
        border-right: 2px solid #e62842;
        transform: rotate(45deg);
        margin-left: 10px;
    }

    a.esg_popup-link:hover {
        text-decoration: none;
    }

.esg_popup-content h3 {
    color: #10416C;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
}

.esg_popup-content h4 {
    color: #10416C;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
}

.esg_popup-content .section_title_line {
    margin-top: 20px;
    margin-bottom: 20px;
}

.esg_popup-content p {
    font-size: 18px;
    line-height: 1.4;
}

.esg_popup-control.upper {
    width: 100%;
    display: none;
    height: 0px;
    position: relative;
}

    .esg_popup-control.upper.scrolled {
        display: block;
    }

    .esg_popup-control.upper a {
        position: absolute;
        width: 60px;
        height: 60px;
        bottom: 0px;
        right: 20px;
    }

.esg_popup_prev,
.esg_popup_next {
    position: fixed;
    top: calc(50% - 20px);
    left: 20px;
    opacity: 0.8;
    z-index: 100;
}

.esg_popup_next {
    left: auto;
    right: 20px;
}

    .esg_popup_prev:hover,
    .esg_popup_next:hover {
        opacity: 1;
    }

    .esg_popup_prev:before,
    .esg_popup_next:before {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        transform: rotate(180deg);
    }

    .esg_popup_next:before {
        transform: rotate(0deg);
    }

@media screen and (max-width: 1023px) {
    .esg_popup_prev:before,
    .esg_popup_next:before {
        border-color: #000;
        width: 20px;
        height: 20px;
    }

    .esg_popup_prev {
        left: 10px;
        top: calc(50% - 10px);
    }

    .esg_popup_next {
        right: 10px;
        top: calc(50% - 10px);
    }
}

@media screen and (max-width: 1023px) {
    .esg_popup-content h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .esg_popup-content h3 {
        font-size: 18px;
    }
}
/* -------------------------------------------------------------------------------- */

.esg_section--accordion {
    background-color: #f5f5f5;
}

.esg_accordion--container {
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #bfbfbf;
}

.esg_section--accordion .esg_accordion--item {
    width: 100%;
    border-top: 1px solid #bfbfbf;
}

.esg_section--accordion .esg_accordion--trigger {
    display: flex;
    width: 100%;
    padding: 18px 0;
    cursor: pointer;
}

    .esg_section--accordion .esg_accordion--trigger a {
        display: block;
        width: calc(100% - 22px);
        color: #06c;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
    }

    .esg_section--accordion .esg_accordion--trigger span {
        display: block;
        width: 22px;
        height: 22px;
        margin-left: auto;
        position: relative;
    }

        .esg_section--accordion .esg_accordion--trigger span::after {
            content: "";
            display: block;
            width: 100%;
            height: 2px;
            background-color: #e62742;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

        .esg_section--accordion .esg_accordion--trigger span::before {
            content: "";
            display: block;
            width: 2px;
            height: 100%;
            background-color: #e62742;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            transition: all 0.3s ease;
        }

        .esg_section--accordion .esg_accordion--trigger span.active::before {
            transform: translate(-50%,-50%)rotate(90deg);
        }

.esg_section--accordion .esg_accordion--content {
    display: none;
}

.esg_section--accordion .esg_accordion--content {
    line-height: 1.5em;
}
/* -------------------------------------------------------------------------------- */

.esg_block-filter-container {
    width: 100%;
}

.esg_block-filter-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
}

span.esg_block-filter-item {
    color: #144168;
    padding: 5px 10px;
    border: 1px solid #144168;
    border-radius: 6px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

    span.esg_block-filter-item:hover, span.esg_block-filter-item.active {
        color: #FFF;
        background-color: #144168;
    }

.esg_block-filter-input span {
    font-weight: bold;
}

.esg_block-filter-input input, .esg_block-filter-input select {
    border: none;
    border-bottom: 1px solid #144168;
    background-color: unset;
    padding: 7px 5px;
}

.esg_block-filter-input {
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.esg_block-submit-btn {
    background-color: unset;
    border: 1px solid #144168;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 10px !important;
    padding: 10px 15px;
    cursor: pointer;
}

    .esg_block-submit-btn:hover {
        color: #FFF;
        background-color: #144168;
    }
/* ================================================================================ */
/* ================================================================================ */

.section_title.small {
    font-size: 38px;
}


.esg_section--objective {
    background-color: #edeff0;
    color: #416585;
    background-image: url(../image/egs_bg_ring.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.esg_section--white {
    background: #FFF;
    color: #416585;
}

.esg_section--grey {
    background: #f3f5f7;
    color: #416585;
}

.esg_section--nav {
    background: #FFF;
    color: #416585;
    border-top: 1px solid #416585;
}

    .esg_section--nav .section_container_in {
        padding-top: 30px;
        padding-bottom: 30px;
    }

.esg_red_line {
    width: 150px;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #e62742;
}
/* -------------------------------------------------------------------------------- */
.esg_slider {
    position: relative;
    margin-bottom: 80px;
}

    .esg_slider .esg_slides {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        .esg_slider .esg_slides:before {
            content: "";
            display: block;
            padding-bottom: 50%;
        }

    .esg_slider .esg_slide {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0%;
        left: 100%;
    }

        .esg_slider .esg_slide .esg_slide_box {
            transition: ease all 1s;
            position: absolute;
            top: 100%;
            left: 0%;
            width: 40%;
            height: 80%;
            opacity: 0;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            box-sizing: border-box;
            padding: 40px;
            background: #10416C;
            color: #FFF;
        }

        .esg_slider .esg_slide .whylist-landing-richtext {
            max-height: 100%;
            overflow: auto;
        }

        .esg_slider .esg_slide.current .esg_slide_box {
            top: 10%;
            opacity: 1;
        }

        .esg_slider .esg_slide .esg_slide_box .esg_title {
            font-size: 2em;
        }

        .esg_slider .esg_slide .esg_slide_box a span:not(:hover):not(.red_text) {
            color: #FFF;
        }

        .esg_slider .esg_slide .esg_slide_img {
            transition: ease all 1s;
            position: absolute;
            top: -100%;
            left: 20%;
            width: 80%;
            height: 100%;
            opacity: 0;
            pointer-events: none;
        }

        .esg_slider .esg_slide.current .esg_slide_img {
            top: 0%;
            opacity: 1;
        }

        .esg_slider .esg_slide .esg_slide_img img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .esg_slider .esg_slider_nav {
        position: absolute;
        top: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 20px;
    }

        .esg_slider .esg_slider_nav .esg_slider_nav_btn {
            display: block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #c6d0d9;
            margin: 5px;
        }

            .esg_slider .esg_slider_nav .esg_slider_nav_btn.active {
                background: #144168;
            }

            .esg_slider .esg_slider_nav .esg_slider_nav_btn:hover {
                background: #e62742;
            }

    .esg_slider .esg_slider_btn {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        border-top: 2px solid #144168;
        border-left: 2px solid #144168;
    }

        .esg_slider .esg_slider_btn:hover {
            border-color: #e62742;
        }

    .esg_slider .esg_slider_btn--prev {
        top: calc(50% - 15px);
        left: -60px;
        transform: rotate(-45deg);
    }

    .esg_slider .esg_slider_btn--next {
        top: calc(50% - 15px);
        right: -60px;
        transform: rotate(135deg);
    }

@media screen and (max-width: 1439px) {
    .esg_slider .esg_slider_btn--prev {
        left: -30px;
    }

    .esg_slider .esg_slider_btn--next {
        right: -30px;
    }

    .esg_slider .esg_slide .esg_slide_box {
        width: 50%;
    }
}

@media screen and (max-width: 1023px) {
    .esg_slider .esg_slides:before {
        content: "";
        display: block;
        padding-bottom: 62.5%;
    }

    .esg_slider .esg_slide .esg_slide_box {
        width: 66%;
    }

    .esg_slider .esg_slide .esg_slide_img {
        width: 90%;
        left: 10%;
    }
}

@media screen and (max-width: 767px) {

    .esg_slider .esg_slider_btn {
        width: 20px;
        height: 20px;
    }

    .esg_slider .esg_slider_btn--prev {
        left: 0px;
        top: calc(100% + 20px);
        display: none;
    }

    .esg_slider .esg_slider_btn--next {
        right: 0px;
        top: calc(100% + 20px);
        display: none;
    }

    .esg_slider .esg_slides:before {
        content: "";
        display: block;
        padding-bottom: 150%;
    }

    .esg_slider .esg_slide .esg_slide_box {
        width: 100%;
        height: 66%;
        padding: 20px;
    }

    .esg_slider .esg_slide .esg_slide_img {
        width: 100%;
        height: 34%;
        left: 0%;
    }

    .esg_slider .esg_slide .esg_slide_box .esg_title {
        font-size: 1.2em;
    }

    .esg_slider .esg_slide.current .esg_slide_box {
        top: 34%;
    }

    .esg_slider .esg_slide.current .esg_slide_img {
        top: 0%;
    }
}
/* -------------------------------------------------------------------------------- */

.esg_2col {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

    .esg_2col .esg_2col_item {
        flex: 1;
    }

        .esg_2col .esg_2col_item:nth-of-type(1) {
            padding-right: 100px;
            border-right: 1px solid #CCC;
        }

        .esg_2col .esg_2col_item:nth-of-type(2) {
            padding-left: 100px;
        }

@media screen and (max-width: 1279px) {
    .esg_2col .esg_2col_item:nth-of-type(1) {
        padding-right: 60px;
    }

    .esg_2col .esg_2col_item:nth-of-type(2) {
        padding-left: 60px;
    }
}

@media screen and (max-width: 1023px) {
    .esg_2col .esg_2col_item:nth-of-type(1) {
        padding-right: 40px;
    }

    .esg_2col .esg_2col_item:nth-of-type(2) {
        padding-left: 40px;
    }
}

@media screen and (max-width: 767px) {
    .esg_2col {
        flex-wrap: wrap;
    }

        .esg_2col .esg_2col_item {
            width: 100%;
            flex: auto;
        }

            .esg_2col .esg_2col_item:nth-of-type(1) {
                padding-right: 0px;
                padding-bottom: 40px;
                margin-bottom: 40px;
                border-bottom: 1px solid #CCC;
                border-right: none;
            }

            .esg_2col .esg_2col_item:nth-of-type(2) {
                padding-left: 0px;
            }
}
/* -------------------------------------------------------------------------------- */
.esg_market {
    color: #FFF;
    background-color: #FFF;
    background-image: url(../image/esg_market.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 100px;
}

    .esg_market .section_title {
        text-align: left;
    }

    .esg_market ul {
        padding: 0px;
    }

        .esg_market ul li {
            list-style: none;
            position: relative;
            padding-left: 20px;
            max-width: 1000px;
            margin: 0px auto 40px auto;
        }

            .esg_market ul li:before {
                content: "";
                display: block;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                position: absolute;
                top: 5px;
                left: 0px;
                background: #e62742;
            }

    .esg_market p {
        margin-top: 20px;
        text-align: left;
        max-width: 1000px;
        margin: 0px auto;
    }

        .esg_market p a:not(:hover) span:not(.red_text) {
            color: #FFF;
        }

    .esg_market a {
        color: inherit !important;
        text-decoration: underline;
    }

    .esg_market .esg_textbox {
        background: rgba(16,65,108,0.8);
        padding: 60px 40px;
        margin-top: 40px;
    }

@media screen and (max-width: 1279px) {
    .esg_market {
        background-size: auto;
    }

        .esg_market ul li {
            margin-bottom: 20px;
        }

        .esg_market .esg_textbox {
            padding: 40px 20px;
        }

        .esg_market p {
            margin-top: 0px;
        }
}

@media screen and (max-width: 767px) {
    .esg_market {
        padding-bottom: 60px;
    }
}
/* -------------------------------------------------------------------------------- */
.esg_imgblock {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.esg_imgblock--margin {
    margin-top: 90px;
}

.esg_imgblock .esg_imgblock_col {
    width: 50%;
}

.esg_imgblock .esg_imgblock_img {
    display: block;
    width: calc(100% - 60px);
    position: relative;
    box-sizing: border-box;
    background: #10416C;
}

    .esg_imgblock .esg_imgblock_img img {
        width: 100%;
        height: auto;
        display: block;
    }

    .esg_imgblock .esg_imgblock_img:hover img {
        opacity: 0.6;
    }

.esg_imgblock .esg_imgblock_img--video:after {
    content: "";
    display: block;
    width: 74px;
    height: 74px;
    position: absolute;
    top: calc(50% - 37px);
    left: calc(50% - 37px);
    border-radius: 50%;
    background-color: #e62742;
    background-image: url(../image/esg_play.png);
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .esg_imgblock--right {
        flex-direction: row-reverse;
    }

        .esg_imgblock--right .esg_imgblock_img {
            margin-left: auto;
        }
}

@media screen and (max-width: 767px) {
    .esg_imgblock {
        flex-wrap: wrap;
    }

        .esg_imgblock .esg_imgblock_col {
            width: 100%;
        }

        .esg_imgblock .esg_imgblock_img {
            margin-bottom: 20px;
            width: 100%;
        }

    .esg_imgblock--margin {
        margin-top: 60px;
    }
}
/* -------------------------------------------------------------------------------- */
.esg_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .esg_nav .esg_nav_col {
        width: calc(50% - 20px);
    }

        .esg_nav .esg_nav_col:last-of-type {
            text-align: right;
        }

        .esg_nav .esg_nav_col p {
            margin-top: 10px;
        }

@media screen and (max-width: 767px) {
    .esg_nav {
        flex-wrap: wrap;
    }

        .esg_nav .esg_nav_col {
            width: 100%;
        }

            .esg_nav .esg_nav_col:last-of-type {
                text-align: left;
            }
}
/* -------------------------------------------------------------------------------- */

.esg_section--subnav {
    background: #F5F5F5;
}

    .esg_section--subnav .section_container_in {
        padding-top: 0px;
        padding-bottom: 0px;
    }

.esg_anchor_list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 20px;
}

    .esg_anchor_list a {
        /*padding: 10px 0px 30px 0px;*/
        padding: 0 9px;
        margin: 0px 40px 0px 0px;
        border-bottom: 2px solid rgba(0, 0, 0, 0);
        color: #416585;
        text-decoration: none !important;
        line-height: 40px;
    }

        .esg_anchor_list a.active,
        .esg_anchor_list a:hover {
            border-color: #e62742;
        }
/* -------------------------------------------------------------------------------- */
.esg_video {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.esg_video_body {
    width: 100%;
    max-width: 1000px;
    padding: 0px 20px;
}

.esg_video_main {
    margin-bottom: 20px;
}

.esg_video_close {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.9);
    background-position: center center;
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0) !important;
    margin-left: auto;
}

.esg_video_thumb {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

    .esg_video_thumb:before {
        content: "";
        display: block;
        padding-bottom: 56.25%;
    }

    .esg_video_thumb img,
    .esg_video_thumb video {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        object-fit: cover;
    }

.esg_video_nav {
    max-width: 500px;
    margin: 0px auto;
    position: relative;
}

    .esg_video_nav .esg_video_thumb:before {
        padding-bottom: 100%;
    }

    .esg_video_nav .esg_video_thumb.active {
        border: 2px solid #e62742
    }

    .esg_video_nav .esg_video_swiper_nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .esg_video_nav .esg_video_swiper_nav .swiper-prev,
        .esg_video_nav .esg_video_swiper_nav .swiper-next {
            display: block;
            width: 40px;
            height: 40px;
            outline: none;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            position: relative;
            pointer-events: all;
        }

        .esg_video_nav .esg_video_swiper_nav .swiper-button-disabled {
            opacity: 0.3;
        }

        .esg_video_nav .esg_video_swiper_nav .swiper-prev {
            transform: rotate(180deg);
            left: -50px;
        }

        .esg_video_nav .esg_video_swiper_nav .swiper-next {
            transform: rotate(0deg);
            right: -50px;
        }

    .esg_video_nav .esg_video_swiper_nav {
        position: absolute;
        pointer-events: none;
        top: calc(50% - 15px);
        left: 0px;
        width: 100%;
        z-index: 99;
    }
/* -------------------------------------------------------------------------------- */
.esg_publication {
    display: block;
    border-bottom: 1px solid #c6d0d9;
    padding: 40px 0px;
}

    .esg_publication:last-of-type {
        padding-bottom: 0px;
        border: none;
    }

    .esg_publication .section_title {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
    }

/* -------------------------------------------------------------------------------- */
.esg_publication_list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 40px);
}

    .esg_publication_list .esg_publication_item {
        width: calc(33.33% - 40px);
        margin: 0px 40px 40px 0px;
    }

    .esg_publication_list .esg_publication_img {
        position: relative;
        display: block;
        margin-bottom: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
    }

        .esg_publication_list .esg_publication_img:before {
            content: "";
            display: block;
            padding-bottom: 58%;
        }

    .esg_publication_list .video_popup .esg_publication_img:before {
        background: rgba(0, 0, 0, 0.3);
        transition: ease all 0.3s;
    }

    .esg_publication_list .video_popup:hover .esg_publication_img:before {
        background: rgba(0, 0, 0, 0);
    }

    .esg_publication_list .video_popup .esg_publication_img:after {
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #e62742;
        background-image: url(../image/esg_play.png);
        background-position: center center;
        background-size: 10px;
        background-repeat: no-repeat;
    }

    .esg_publication_list .esg_publication_img img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: bottom left;
    }

    .esg_publication_list .esg_publication_title {
        font-weight: bold;
        font-size: 18px;
        color: #10416C;
        margin: 0px 0px 10px 0px;
    }

    .esg_publication_list .esg_publication_subtitle {
        display: block;
        font-size: 16px;
        color: #10416C;
    }

        .esg_publication_list .esg_publication_title:after,
        .esg_publication_list .esg_publication_subtitle:after {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            margin-left: 5px;
            border-top: 2px solid #e62842;
            border-right: 2px solid #e62842;
            transform: rotate(45deg);
        }

    .esg_publication_list .esg_publication_item--full {
        width: 100%;
        margin: 0px 0px 40px 0px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

        .esg_publication_list .esg_publication_item--full .esg_publication_sub {
            margin: 0px 40px 40px 0px;
        }

            .esg_publication_list .esg_publication_item--full .esg_publication_sub:first-of-type {
                width: calc(33.33% - 40px);
            }

            .esg_publication_list .esg_publication_item--full .esg_publication_sub:last-of-type {
                width: calc(66.66% - 40px);
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                flex-wrap: wrap;
            }

                .esg_publication_list .esg_publication_item--full .esg_publication_sub:last-of-type .esg_publication_title {
                    width: 100%;
                }

                .esg_publication_list .esg_publication_item--full .esg_publication_sub:last-of-type .esg_publication_img {
                    width: 33.33%;
                    max-width: 100px;
                    margin: 0px;
                    padding-right: 20px;
                }

                .esg_publication_list .esg_publication_item--full .esg_publication_sub:last-of-type .esg_publication_subtitle {
                    width: 100%;
                    margin: 0px;
                }

                .esg_publication_list .esg_publication_item--full .esg_publication_sub:last-of-type a {
                    width: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    padding-right: 20px;
                    margin-bottom: 20px;
                }

    .esg_publication_list .esg_publication_item.hidden {
        display: none;
    }

.esg_publication_more {
    display: block;
    width: 100%;
    text-align: center;
}

    .esg_publication_more a {
        color: #06c;
        text-decoration: none !important;
        padding: 10px 15px;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .esg_publication_more a:after {
            content: "";
            display: block;
            border-width: 4px;
            border-color: #06c transparent transparent transparent;
            border-style: solid;
            transform: scaleY(2);
            transform-origin: top center;
            margin-left: 5px;
        }

        .esg_publication_more a:hover {
            color: #e62742;
        }

            .esg_publication_more a:hover:after {
                border-color: #e62742 transparent transparent transparent;
            }

.esg_publication_list .doc-type {
    display: inline-block;
    margin-left: 4px;
    padding: 3px 6px;
    border: 1px solid #e62742;
    border-radius: 5px;
    color: #e62742;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: none !important;
}

    .esg_publication_list .doc-type.type-doc,
    .esg_publication_list .doc-type.type-docx {
        color: #274de6;
        border-color: #274de6;
    }

    .esg_publication_list .doc-type.type-ppt,
    .esg_publication_list .doc-type.type-pptx {
        color: #e4790d;
        border-color: #e4790d;
    }

    .esg_publication_list .doc-type.type-xls,
    .esg_publication_list .doc-type.type-xlsx {
        color: #12a741;
        border-color: #12a741;
    }

    .esg_publication_list .doc-type.type-zip {
        color: #832283;
        border-color: #832283;
    }

    .esg_publication_list .doc-type.type-txt {
        color: #999999;
        border-color: #999999;
    }


@media screen and (max-width: 1023px) {
    .esg_publication_list .esg_publication_item {
        width: calc(50% - 40px);
    }

    .esg_publication_list .esg_publication_item--full {
        width: 100%;
    }

        .esg_publication_list .esg_publication_item--full .esg_publication_sub:first-of-type,
        .esg_publication_list .esg_publication_item--full .esg_publication_sub:last-of-type {
            width: calc(50% - 40px);
        }

            .esg_publication_list .esg_publication_item--full .esg_publication_sub:last-of-type a {
                width: 100%;
            }
}

@media screen and (max-width: 767px) {
    .esg_publication_list {
        width: 100%;
    }

        .esg_publication_list .esg_publication_item {
            width: 100%;
            margin-right: 0px;
        }

        .esg_publication_list .esg_publication_item--full {
            width: 100%;
            flex-wrap: wrap;
        }

            .esg_publication_list .esg_publication_item--full .esg_publication_sub:first-of-type,
            .esg_publication_list .esg_publication_item--full .esg_publication_sub:last-of-type {
                width: 100%;
                margin-right: 0px;
            }
}
/* -------------------------------------------------------------------------------- */
.esg_filter_tag {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .esg_filter_tag .esg_filter_tag_item {
        border: 1px solid #10416C;
        margin: 0px 10px 10px 0px;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
    }

        .esg_filter_tag .esg_filter_tag_item:hover {
            background: #10416C;
            color: #FFF;
        }

        .esg_filter_tag .esg_filter_tag_item.active {
            background: #e62842;
            color: #FFF;
            border-color: #e62742;
        }

.esg_filter_search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .esg_filter_search .esg_filter_input {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 0px 20px 20px 0px;
    }

        .esg_filter_search .esg_filter_input span {
            margin: 0px 10px 0px 0px;
        }

        .esg_filter_search .esg_filter_input input,
        .esg_filter_search .esg_filter_input select {
            display: block;
            padding: 5px 10px;
            border-radius: 0px;
            border: none;
            border-bottom: 1px solid #10416C;
            outline: none;
        }

    .esg_filter_search .esg_filter_apply {
        border: 1px solid #10416C;
        margin: 0px 20px 20px 0px;
        padding: 10px 15px;
        border-radius: 5px;
        cursor: pointer;
        text-decoration: none !important;
        color: #10416C;
    }

        .esg_filter_search .esg_filter_apply:hover {
            background: #10416C;
            color: #FFF;
        }

    .esg_filter_search .esg_filter_input--search input {
        background-image: url(../image/03_filter_search.svg);
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 16px;
        padding-left: 26px;
    }
/* -------------------------------------------------------------------------------- */
.section_container.banner .banner_container {
    width: 100%;
    max-width: 999999px;
}

@media screen and (max-width: 991px) {
    .banner_container {
        padding-top: 0px;
    }
}

.section_container.esg_video-section .section_container_in.first {
    padding-top: 55px;
}

.section_container_in.breadcrumb.hkex-breadcrumb {
    text-align: left;
}

.banner_video_bg {
    overflow: visible !important;
}

.esg_imgblock {
    align-items: flex-start;
}

.esg_section--nav {
    border-top: none;
}

.section_container.esg_section--nav .section_container_in {
    border-top: 1px solid #ddd;
}

@media screen and (min-width: 767px) {
    .section_container.esg_section--nav .section_container_in .esg_nav_col.left {
        border-right: 1px solid #ddd;
    }

    .section_container.esg_section--nav .section_container_in .esg_nav_col.right {
        border-left: 1px solid #ddd;
    }
}

@media screen and (max-width: 767px) {
    .section_container.esg_section--nav .section_container_in .esg_nav_col.left {
        border-bottom: 1px solid #ddd;
    }
}

.section_container:not(.esg_section--nav):not(.esg_section--objective) > .section_container_in > .whylist-landing-richtext {
    margin-bottom: -24px;
}

.section_container[id='785A8D3AC5624FE1A011764BD4AFDDBF'] .whylist-landing-richtext {
    line-height: 1.6;
}

@media (max-width: 1366px) {
    .hkex-2col .hkex-wrapper {
        padding: 60px 40px;
    }
}

@media (max-width: 768px) {
    .hkex-2col .hkex-wrapper {
        padding: 60px 24px;
    }
}

@media screen and (max-width:767px) {
    .hkex-2col__right.hkex-2col__img-holder {
        order: 1;
        margin-bottom: 20px;
    }

    .hkex-2col__left.hkex-2col__left--text {
        order: 2;
    }
}

.hkex-2col__img_portrait {
    padding-bottom: 120%;
}
