﻿@font-face {
    font-family: "JhengHeiFix";
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: bold;
    src: local("Yu Gothic Bold"), local("Yu Gothic"), local("MS Gothic");
}

@font-face {
    font-family: "JhengHeiFix";
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: normal;
    src: local("微軟正黑體"), local("微软雅黑"), local("Microsoft JhengHei"), local("Microsoft YaHei");
}
body {
    font-family: Fselliotpro, JhengHeiFix, "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體,
        "黑体", "Arial", sans-serif;
}
.w-light-noscroll body,
body.overflowHidden {
    overflow: hidden !important;
}

a {
    color: #144168;
}
a.arrow-end:after {
    content: " >";
    display: inline;
    font-size: 1em;
    color: #e62742;
}
a:hover {
    text-decoration: underline;
}

a.home_4_block:hover {
    text-decoration: none !important;
}
a.home_4_block:hover .home_4_block_btn {
    text-decoration: underline;
}
.scrolling_header_container {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: all 0.5s ease;
    transform: translateY(-100%);
}
.scrolling_header_container.active {
    opacity: 1;
    z-index: 25;
    pointer-events: auto;
    transform: translateY(0);
}
#header {
    padding: 15px 0;
    width: calc(100% - 50px);
    max-width: 1300px;
}
.menu_btn_tri {
    transition: all 0.3s ease;
}
.active .menu_btn_tri {
    transform: rotate(180deg);
}
.breadcrumb_dropdown:after {
    content: "" !important;
}
.breadcrumb_btn:not(:last-child):after {
    content: "" !important;
}
.header_right_down_btn {
    line-height: 16px;
}
.header_right_in:not(.up) {
    height: 52px;
}
@media screen and (max-width: 991px) {
    .menu_container {
        padding-right: 25px;
        padding-left: 25px;
    }
    #header,
    .section_container_in.header {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        max-width: calc(100vw - 40px);
        margin: 0 auto;
    }
}
/* ____________________________________________________________________  highlight_banner START ____________________________________________________________________  */
.section_container.highlight_banner {
    color: #fff;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}
@media screen and (min-width: 1280px) {
    .section_container.highlight_banner .section_container_in {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.section_container.highlight_banner.statis_image_bg {
    background-attachment: initial;
}
.section_container.highlight_banner .line_container {
    display: flex;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
}
.section_container.highlight_banner .line {
    height: 1px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 200px;
    background-color: #e62742;
    max-width: 200px;
}
.section_container.highlight_banner div + .line {
    margin-left: 15px;
    flex-grow: 1;
    max-width: none;
    max-width: initial;
}
.section_container.highlight_banner .number_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -10px;
    padding-top: 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;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.section_container.highlight_banner .number_block {
    padding-right: 60px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    width: 50%;
}
@media screen and (max-width: 992px) {
    .section_container.highlight_banner .number_block {
        width: 100%;
    }
}
/* .section_container.highlight_banner .number_block:last-child {
    padding-right: 0;
} */
.section_container.highlight_banner .number {
    padding-bottom: 5px;
    font-size: 44px;
    line-height: 44px;
    font-weight: 700;
}
.section_container.highlight_banner .section_text {
    width: 100%;
    max-width: 650px;
    font-size: 26px;
    line-height: 32px;
}
.section_container.highlight_banner .section_title + .section_text {
    margin-top: 30px;
}
.section_container.highlight_banner .bg_filter {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
}
.section_container.highlight_banner.color_bg .bg_filter {
    display: none;
}
.section_container.highlight_banner.statis_image_bg .bg_filter {
    background-size: cover, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
    background-position: center;
}
.section_container.highlight_banner.statis_image_bg .bg_filter .color_layer {
    background-position: 100% 50%, 0px 0px, 100% 40%;
    background-size: cover, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
    z-index: 0;
    pointer-events: none;
    /* content: ""; */
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section_container.highlight_banner.no_filter .bg_filter:after {
    display: none;
}
.section_container.highlight_banner.no_filter {
    color: #144168;
}
.section_container.highlight_banner.no_filter .bg_filter {
    background-position: center center;
}
.section_container.highlight_banner.no_filter .number_container {
    max-width: 60%;
}
@media screen and (max-width: 991px) {
    .section_container.highlight_banner .section_text {
        font-size: 18px;
        line-height: 29px;
    }
    .section_container.highlight_banner .line_container {
        padding-top: 25px;
        padding-bottom: 45px;
        font-size: 18px;
        line-height: 18px;
    }
    .section_container.highlight_banner .number {
        font-size: 36px;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    .section_container.highlight_banner .section_text {
        font-size: 18px;
        line-height: 29px;
    }
    .section_container.highlight_banner .number {
        font-size: 32px;
        line-height: 32px;
    }
    .section_container.highlight_banner.no_filter .number_container {
        max-width: 100%;
    }
    .section_container.highlight_banner.no_filter .bg_filter {
        display: none;
    }
    .section_container.highlight_banner.no_filter {
        padding-top: 50%;
        background-size: 100% auto;
        background-position: top center;
        background-repeat: no-repeat;
        background-color: #e1e3e2;
    }
}
@media screen and (max-width: 479px) {
    .section_container.highlight_banner .section_text {
        font-size: 16px;
        line-height: 26px;
    }
    .section_container.highlight_banner .line_container {
        padding-top: 20px;
        padding-bottom: 40px;
        font-size: 16px;
        line-height: 16px;
    }
    .section_container.highlight_banner .number {
        padding-bottom: 4px;
        font-size: 24px;
        line-height: 24px;
    }
}
/* ____________________________________________________________________ highlight_banner END ____________________________________________________________________ */
/* ____________________________________________________________________ announcement page START ____________________________________________________________________ */
.announcement-column {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #144168;
    font-weight: bold;
}
.announcement-update-left {
    margin-right: auto;
}
.announcement-space {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    width: 1px;
    background: #c0cbd7;
    margin: 0 24px;
}
.announcement-column label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    padding-right: 5px;
}
.announcement-year-mask {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 55px;
}
.announcement-year-mask span {
    padding-right: 15px;
    pointer-events: none;
    display: block;
    width: 100%;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
}
.announcement-year-mask span::before {
    content: "";
    border: 3px solid transparent;
    border-top: 6px solid #e62842;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-3px);
}
.announcement-year-mask select {
    display: block;
    width: 100%;
    height: 18px;
    opacity: 0;
}
.announcement_update_btn {
    flex-shrink: 0;
}
.announcement-heading {
    font-size: 38px;
    font-weight: 100;
    margin-bottom: 30px;
    line-height: 1;
}
.announcement-text_row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}
.announcement-text-date {
    vertical-align: top;
    background: #e62842;
    color: #fff;
    border-radius: 50%;
    width: 76px;
    height: 76px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.announcement-text-hl {
    color: #e62842;
    font-size: 14px;
    margin-bottom: 6px;
}
.announcement-text-hl .break {
    display: inline-block;
    margin: 0 12px;
    width: 1px;
    height: 1em;
    background-color: #144168;
    vertical-align: middle;
}
.announcement-text_day {
    width: 100%;
    text-align: center;
    line-height: 1;
    font-weight: 100;
    margin-top: -8px;
    margin-bottom: -1px;
    font-size: 30px;
    line-height: 30px;
}
.announcement-text_year {
    font-size: 12px;
}
.announcement-text_detail {
    width: calc(100% - 120px);
    margin-left: auto;
    border-top: 1px #bfc4c8 solid;
    border-bottom: 1px #bfc4c8 solid;
    min-height: 120px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.announcement-text_detail ~ .announcement-text_detail {
    border-top: 0;
}
.announcement-text_row ~ .announcement-text_row .announcement-text_detail {
    border-top: none;
}
.announcement-text_title {
    font-size: 24px;
    line-height: 1.2;
    max-width: 900px;
    padding-right: 20px;
    flex-grow: 1;
}
.announcement_pdf {
    display: inline-block;
    margin-left: 4px;
    padding: 3px 6px;
    border: 1px solid #e62742;
    border-radius: 5px;
    -webkit-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
    color: #e62742;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
}
.announcement-text_row .doi_update_btn.share {
    margin-left: 24px;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .announcement-text_detail {
        width: 100%;
        height: auto;
        padding: 20px 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .announcement-text-date {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: auto;
        height: auto;
        border-radius: 0;
        padding: 5px;
        margin-bottom: 0;
    }
    .announcement-text-date + .announcement-text_detail {
        border-top: 1px solid transparent;
    }
    .announcement-text_row {
        margin-right: 0;
    }
    .announcement-text_title {
        width: 100%;
    }
    .announcement-text_day,
    .announcement-text_year {
        font-size: 13px;
        width: fit-content;
        line-height: 17px;
    }
    .announcement-text_day {
        padding-right: 5px;
    }
    .announcement-text_row ~ .announcement-text_row .announcement-text-date {
        margin-top: 36px;
    }
    .announcement-text_row .doi_update_btn.share {
        margin-left: 0;
        margin-top: 20px;
    }
}
@media screen and (max-width: 560px) {
    .announcement-column {
        display: block;
        font-size: 13px;
    }
    .announcement-space {
        height: 1px;
        margin: 7px 0;
        width: 100%;
        position: relative;
        top: 1px;
    }
    .announcement-text_title {
        font-size: 18px;
        line-height: 1.5;
    }
    .announcement_pdf {
        -webkit-transform: translate(0px, -1px);
        -ms-transform: translate(0px, -1px);
        transform: translate(0px, -1px);
    }
}
@media screen and (max-width: 420px) {
    .announcement-heading {
        font-size: 28px;
    }
}
@media screen and (max-width: 375px) {
    .announcement-text_title {
        font-size: 16px;
    }
}
/* ____________________________________________________________________ announcement page START ____________________________________________________________________ */
/* ____________________________________________________________________ Hero Banner START ____________________________________________________________________ */
.hero_banner_small_title {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
}
.hero_banner_text {
    width: 100%;
    max-width: 900px; /*600px;*/
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 32px;
}
.section_container.banner.second-level .banner_pattern {
    height: auto;
    width: 80%;
    right: -20%;
}
.section_container.banner.second-level .breadcrumb {
    padding-top: 150px;
}
.section_container.banner.second-level .banner_title {
    padding-bottom: 200px;
}
.section_container.banner .number_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -10px;
    /*padding-top: 40px;*/
    margin-top: 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;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    position: relative;
}
/*.section_container.banner .number_container:before {
    content: "";
    width: 240px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e62742;
}*/
.section_container.banner .number_block {
    padding-right: 45px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    /*flex-basis: 50%;*/
    flex-grow: 0;
    flex-shrink: 0;
    width: 50%;
}
.section_container.banner .number {
    padding-bottom: 5px;
    font-size: 44px;
    line-height: 44px;
    font-weight: 700;
}
.section_container.banner.second-level .banner_title {
    font-size: 56px;
    line-height: 56px;
    font-weight: 500;
}
@media screen and (max-width: 991px) {
    .section_container.banner.second-level .banner_title {
        font-size: 48px;
        line-height: 48px;
    }
    .section_container.banner.second-level .breadcrumb {
        padding-top: 100px;
    }
    .section_container.banner.second-level .banner_title {
        padding-bottom: 120px;
    }
    .section_container.banner .number {
        font-size: 36px;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    .section_container.banner.second-level .banner_title {
        font-size: 40px;
        line-height: 40px;
    }
    .section_container.banner.second-level .breadcrumb {
        padding-top: 60px;
    }
    .section_container.banner.second-level .banner_title {
        padding-bottom: 72px;
    }
    .section_container.banner .number {
        font-size: 28px;
        line-height: 28px;
        padding-bottom: 12px;
    }
    .section_container.banner .number_block {
        font-size: 16px;
        line-height: 16px;
        max-width: 100%;
        width: 100%;
        flex-basis: 100%;
    }
}
@media screen and (max-width: 479px) {
    .section_container.banner.second-level .banner_title {
        font-size: 32px;
        line-height: 32px;
    }
    .section_container.banner .number {
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 4px;
    }
}
/* ____________________________________________________________________ Hero Banner END ____________________________________________________________________ */
/* ____________________________________________________________________ three futrues START ____________________________________________________________________ */
.section_container.white-bg {
    background-color: #fff;
}
.home_4_block_title.first + .home_4_block_text {
    padding-top: 18px;
    margin-top: 22px;
    position: relative;
}
.home_4_block_title.first + .home_4_block_text:before {
    content: "";
    width: 180px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e62742;
}
/* ____________________________________________________________________ three futrues END ____________________________________________________________________ */
/* ____________________________________________________________________ Slide Banner START ____________________________________________________________________ */
.wwa_4_text {
    padding-top: 0px;
    padding-bottom: 30px;
}
.wwa_4_btn {
    font-size: 18px;
	font-weight: 900;
}
@media screen and (max-width: 767px) {
    .wwa_4_slider_in {
        min-height: 600px;
        margin-top: 400px;
        padding-top: 40px;
    }
}
/* ____________________________________________________________________ Slide Banner END ____________________________________________________________________ */
/* ____________________________________________________________________ Features Banner START ____________________________________________________________________ */
.section_container.featuresbanner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    padding-top: 160px;
    padding-bottom: 160px;
}
.section_container.featuresbanner > *:not(.featuresbanner_bg_filter) {
    position: relative;
    z-index: 1;
}
.section_container.featuresbanner .section_container_in {
    padding: 0;
}
.featuresbanner_bg_filter {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(51, 51, 51, 0.3);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(15%, rgba(20, 54, 102, 0.65)),
        color-stop(85%, transparent)
    );
    background-image: linear-gradient(
        90deg,
        rgba(20, 54, 102, 0.65) 15%,
        transparent 85%
    );
    z-index: 0;
}
.featuresbanner_text {
    width: 100%;
    max-width: 650px;
    font-size: 20px;
    line-height: 32px;
}
.section_container.featuresbanner.red-filter .featuresbanner_bg_filter {
    width: 100%;
    height: 100%;
    background-position: calc(80% - -12vw) 50%;
    background-image: url(../image/ir_8_pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.section_container.featuresbanner .more_btn {
    font-size: 16px;
}
@media screen and (min-width: 1280px) {
    .section_container.featuresbanner {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 767px) {
    .section_container.featuresbanner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 479px) {
    .section_container.featuresbanner {
        padding-top: 240px;
        padding-bottom: 45px;
        text-align: center;
        background-attachment: initial;
    }
    .section_container.featuresbanner * {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .section_container.featuresbanner.red-filter .featuresbanner_bg_filter {
        background-image: none;
    }
}
/* ____________________________________________________________________ Features Banner END ____________________________________________________________________ */
/* ____________________________________________________________________ Speaker Slider START ____________________________________________________________________ */
.section_container.speaker-slider {
    background-color: #fff;
}
.section_container.speaker-slider.purple {
    background-color: #5e366e;
    color: #fff;
}
.section_container.speaker-slider.purple .more_btn {
    color: #fff;
}
.section_container.speaker-slider .section_container_in {
    padding-top: 120px;
    padding-bottom: 120px;
}
.speaker-slider .wwa_6_quote_mark,
.blog_quote .wwa_6_quote_mark {
    position: absolute;
    top: 0;
    left: 0;
}
.speaker-swiper-slide {
    display: flex;
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 42px;
}
.speaker-swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.4);
    background-color: #ddd;
    cursor: pointer;
    margin: 0 3px 0.5em;
    height: 4px;
    opacity: 0.5;
    width: 40px;
    border-radius: 0;
    transition: all 0.3s ease;
}
.speaker-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #222;
}
.purple .speaker-swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.4);
}
.purple .speaker-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}
.swiper-pagination.speaker-swiper-pagination {
    width: auto;
    left: 282px;
    right: 0;
    bottom: 0px;
    text-align: left;
}
.speaker-slider .wwa_6_quote_mark,
.blog_quote .wwa_6_quote_mark {
    background-image: url(../image/blog_quote_start.png);
    width: 32px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.speaker-slider .wwa_6_quote_mark.end,
.blog_quote .wwa_6_quote_mark.end {
    background-image: url(../image/blog_quote_end.png);
    bottom: 42px;
    right: 0;
    top: auto;
    left: auto;
}
.speaker-slider.purple .wwa_6_quote_mark {
    background-image: url(../image/ppl_quote_start.png);
}
.speaker-slider.purple .wwa_6_quote_mark.end {
    background-image: url(../image/ppl_quote_end.png);
}
.speaker-slider.purple .section_title_line {
    background-color: #fff;
}
@media screen and (max-width: 1279px) {
    .swiper-pagination.speaker-swiper-pagination {
        left: 263px;
    }
}
@media screen and (max-width: 991px) {
    .section_container.speaker-slider .section_container_in {
        padding-top: 105px;
        padding-bottom: 105px;
    }
    .speaker-swiper-slide .wwa_6_photo {
        height: 180px;
        margin-right: 30px;
    }
    .swiper-pagination.speaker-swiper-pagination {
        left: 234px;
    }
}
@media screen and (max-width: 767px) {
    .section_container.speaker-slider .section_container_in {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .speaker-swiper-slide .wwa_6_photo {
        height: 150px;
    }
    .speaker-slider .wwa_6_quote_mark.end,
    .blog_quote .wwa_6_quote_mark.end {
        bottom: 14px;
    }
    .swiper-pagination.speaker-swiper-pagination {
        width: 100%;
        left: 0;
        text-align: center;
    }
}
@media screen and (max-width: 479px) {
    .section_container.speaker-slider .section_container_in {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .speaker-swiper-slide .wwa_6_photo {
        height: 120px;
        margin-right: auto;
        margin-left: auto;
    }
    .speaker-swiper-slide {
        flex-wrap: wrap;
        padding-left: 0;
    }
    .section_container.speaker-slider .section_title {
        text-align: center;
    }
    .section_container.speaker-slider .section_title_line {
        margin-left: auto;
        margin-right: auto;
    }
}
/* ____________________________________________________________________ Speaker Slider END ____________________________________________________________________ */
/* ____________________________________________________________________ Quick Link START ____________________________________________________________________ */
.section_container.quicklink {
    background-color: #fff;
}
.section_container.quicklink .section_container_in {
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: center;
    color: #144168;
    position: relative;
}
.section_container.quicklink .home_6_btn {
    margin-left: 60px;
    padding-right: 20px;
    background-image: url(../image/arrow_red.png);
    background-position: 100% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}
/* ____________________________________________________________________ Quick Link END ____________________________________________________________________ */
/* ____________________________________________________________________ Quotes START ____________________________________________________________________ */
.blog_quote {
    width: 100%;
    max-width: 1000px;
    padding-top: 54px;
    padding-bottom: 42px;
}
.blog_quote_title {
    font-weight: 900;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 12px;
}
.blog_quote_content {
    display: flex;
    margin: 0 auto;
    position: relative;
    padding: 20px 50px 12px;
    align-items: center;
}
.blog_quote_text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    padding: 14px 0;
}
.blog_quote_photo {
    border-radius: 9999px;
    height: 200px;
    margin-right: 30px;
}
.blog_quote_from {
    margin-top: 22px;
    text-align: left;
}
.blog_quote_from_name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
}
.blog_quote.big-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.blog_quote_from_name_logo {
    margin-bottom: 0;
}
.blog_quote.big-title .blog_quote_from {
    text-align: center;
}
.blog_quote.big-title .blog_quote_text {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
}
.blog_quote.big-title .blog_quote_title {
    font-weight: 900;
}
.blog_quote.big-title .blog_quote_from_name {
    justify-content: center;
}
.blog_quote.big-title .blog_quote_from:before {
    content: "";
    display: block;
    height: 1px;
    width: 150px;
    background-color: #e62742;
    margin: 0 auto 16px;
}
.blog_quote.big-title.long-title .blog_quote_title {
    font-size: 32px;
    line-height: 40px;
}
.blog_quote.big-title .wwa_6_quote_mark {
    width: 56px;
    height: 44px;
}

.blog_quote.small-qoute .wwa_6_quote_mark {
    width: 36px;
}
@media screen and (max-width: 991px) {
    .blog_quote_photo {
        height: 150px;
    }
    .blog_quote_text {
        padding-top: 15px;
        font-size: 21px;
        line-height: 29px;
    }
    .blog_quote.big-title .blog_quote_text {
        font-size: 20px;
        line-height: 32px;
    }
    .blog_quote.big-title .blog_quote_title {
        font-size: 36px;
    }
    .blog_quote.big-title.long-title .blog_quote_title {
        font-size: 28px;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    .blog_quote_photo {
        height: 120px;
        margin-right: 25px;
    }
    .blog_quote_text {
        padding-top: 10px;
        font-size: 18px;
        line-height: 27px;
    }
    .blog_quote.big-title .blog_quote_text {
        font-size: 18px;
        line-height: 30px;
    }
    .blog_quote.big-title .blog_quote_title {
        font-size: 32px;
        line-height: 36px;
    }
    .blog_quote.big-title.long-title .blog_quote_title {
        font-size: 24px;
        line-height: 32px;
    }
}
@media screen and (max-width: 479px) {
    .blog_quote_content {
        display: block;
        
    }
    .blog_quote_photo {
        margin-right: 0px;
    }
    .blog_quote_text {
        padding-top: 20px;
    }
    .blog_quote.big-title .blog_quote_text {
        font-size: 16px;
        line-height: 28px;
    }
    .blog_quote.big-title .blog_quote_title {
        font-size: 28px;
        line-height: 32px;
    }
    .blog_quote.big-title.long-title .blog_quote_title {
        font-size: 20px;
        line-height: 28px;
    }
}
/* ____________________________________________________________________ Quotes END ____________________________________________________________________ */
/* ____________________________________________________________________ Image post START ____________________________________________________________________ */
.blog_section {
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog_section .blog_section_title,
.blog_section .blog_section_text {
    padding: 0;
}
.blog_section_media,
.blog_section_content {
    flex-basis: 48%;
}
.left-image .blog_section_media {
    order: 1;
}
.left-image .blog_section_content {
    order: 2;
}
.blog_section.image-under-title,
.blog_section.two-image,
.blog_section.multi-image {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: block;
}
.blog_section.multi-image .blog_section_media,
.blog_section.multi-image .blog_section_content {
    flex-basis: 100%;
    width: 100%;
}
.blog_section.two-image .blog_section_content,
.blog_section.multi-image .blog_section_content {
    margin-bottom: 26px;
}
.blog_section.image-under-title .blog_section_media,
.blog_section.two-image .blog_section_media,
.blog_section.multi-image .blog_section_media {
    display: flex;
    width: 100%;
}
.blog_section.image-under-title .blog_section_media {
    margin-bottom: 26px;
}
.blog_section.image-under-title .blog_popup_btn:not(:last-child),
.blog_section.two-image .blog_popup_btn:not(:last-child),
.blog_section.multi-image .blog_popup_btn:not(:last-child) {
    margin-right: 12px;
}
.blog_section.two-image .blog_popup_btn,
.blog_section.multi-image .blog_popup_btn {
    margin-bottom: 12px;
    flex-grow: 1;
}
.blog_section.two-image .blog_popup_btn {
    flex-basis: calc(50% - 6px);
}
.blog_section:not(.image-under-title)
    .blog_section_content
    .blog_section_media {
    display: none;
}
.blog_section.image-under-title .blog_popup_btn {
    flex-grow: 1;
}
.blog_section.image-under-title .blog_section_content {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .blog_section.one-image {
        flex-wrap: wrap;
    }
    .blog_section.one-image .blog_section_media,
    .blog_section.one-image .blog_section_content {
        flex-basis: 100%;
    }
    .blog_section.one-image .blog_section_media {
        margin: 26px auto;
    }
    .blog_section.multi-image .blog_section_media {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .blog_section.multi-image .blog_popup_btn:not(:last-child) {
        margin-right: 0px;
    }
    .blog_section.image-under-title .blog_popup_btn,
    .blog_section.multi-image .blog_popup_btn {
        flex-basis: calc(50% - 6px);
        flex-grow: 0;
    }
}
/* ____________________________________________________________________ Image post END ____________________________________________________________________ */
.doc-type {
    display: inline;
    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;
}
.doc-type.doc {
    border-color: #274de6;
    color: #274de6;
}
.doc-type.ppt {
    border-color: #e4790d;
    color: #e4790d;
}
.doc-type.txt {
    border-color: #999;
    color: #999;
}
.doc-type.xls {
    border-color: #12a741;
    color: #12a741;
}
.doc-type.zip {
    border-color: #832283;
    color: #832283;
}
.doc-type.white {
    border-color: #fff;
    color: #fff;
}
.bio_detail_2 .section_container_in {
    padding-top: 40px;
    padding-bottom: 40px;
}
.bio_detail_2_text:last-child {
    margin-bottom: 32px;
}
.home_x_container .home_x_container_in_fixed {
    opacity: 0;
    transform: scale(6);
    transition: all 1s ease;
    z-index: 1;
    position: relative;
    transform-origin: center 80%;
}
.home_x_container_in_fixed_space {
    margin: 0 -5px;
    background-color: #fff
}
.home_x_container.active .home_x_container_in_fixed {
    opacity: 1;
    transform: scale(1);
}
.ir2_right_slide_btn {
    position: relative;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    border: 1px solid rgba(20, 65, 104, 0.25);
    border-radius: 999px;
    background-image: url(../image/ir_2_btn_pdf.png);
    background-position: 55% 50%;
    background-size: 45%;
    background-repeat: no-repeat;
}
.media_share_btn {
    width: 45px;
    height: 45px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(20, 65, 104, 0.25);
    border-radius: 99px;
    position: relative;
    background-image: url(../image/whats_on_tdy_btn_share_n.svg);
    background-position: 50% 50%;
    background-size: 30%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.media_share_btn:hover {
    background-image: url(../image/whats_on_tdy_btn_share_w.svg);
    background-color: #144168;
}
/* ____________________________________________________________________ IR Calendar START ____________________________________________________________________ */
.ir2_right {
    padding: 32px;
}
.ir_calendar__date-day {
    /* font-size: 56px;
    line-height: 60px;
    font-weight: 100; */
    display: inline-block;
}
.ir_calendar__date-month {
    display: inline-block;
    /* font-size: 14px;
    line-height: 18px;
    text-transform: uppercase; */
}
.ir_calendar__left {
    position: relative;
}
.ir_calendar__slide-title {
    min-height: 52px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
    width: 100%;
    padding: 6px 0;
	height: 146px;
}
.ir_calendar {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.ir_calendar__swiper {
    width: 100%;
    padding-bottom: 32px;
    flex-grow: 1;
    /*height: 178px;*/
}
.ir_calendar_title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 32px;
}

.ir_calendar__left,
.ir_calendar__right {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    width: 50%;
    max-width: 50%;
}
.ir_calendar__left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 12px;
}
.ir_calendar__slide-btns {
    font-size: 0;
    line-height: 1;
    display: inline-block;
    width: 115px;
}
.ir_calendar__date {
    margin-bottom: 4px;
    font-size: 13px;
}
.ir_calendar-swiper-pagination {
    bottom: 0;
    text-align: center;
    left: 0;
    top: auto;
    font-size: 0;
    pointer-events: none;
    width: 110px;
}
.ir2 .section_container_in.more_padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.swiper-pagination-current,
.swiper-pagination-total {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    width: 40px;
    text-align: center;
}
.swiper-pagination-total {
    border-left: 1px solid #144168;
}
.swiper-button-prev.ir_calendar-swiper-button-prev,
.swiper-button-next.ir_calendar-swiper-button-next {
    width: 22px;
    height: 20px;
    margin: 0;
}
.swiper-button-prev.ir_calendar-swiper-button-prev:after,
.swiper-button-next.ir_calendar-swiper-button-next:after {
    width: 12px;
    height: 12px;
    margin: 0;
    content: "";
    display: inline-block;
    border-bottom: 1px solid #144168;
    border-right: 1px solid #144168;
    line-height: 1;
    font-size: 0;
}
.swiper-button-prev.ir_calendar-swiper-button-prev {
    transform: rotate(135deg);
    right: 0;
    left: 0;
    bottom: 0px;
    top: auto;
}
.swiper-button-next.ir_calendar-swiper-button-next {
    transform: rotate(-45deg);
    right: 0;
    left: 90px;
    bottom: 0;
    top: auto;
}
#ir_calendar * {
    font-family: Fselliotpro, "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體,
        "黑体", "Arial", sans-serif;
}
#ir_calendar .ui-datepicker-month {
    font-size: 16px;
    font-weight: 700;
}
#ir_calendar .ui-widget.ui-widget-content {
    border-radius: 0;
    border: none;
    padding: 0;
    background: transparent;
    margin: 0 auto;
    width: 100%;
    max-width: 460px;
}
#ir_calendar .ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: #144168;
    text-transform: capitalize;
    margin: 0 auto;
    width: calc(100% - 32px);
    margin-bottom: 4px;
}
#ir_calendar .ui-datepicker-year {
    font-weight: 100;
    font-size: 16px;
}
#ir_calendar .ui-datepicker th {
    font-size: 14px;
    padding: 2px 1px 12px;
    font-weight: 700;
    color: #144168;
}
#ir_calendar .ui-datepicker td {
    border: 0;
    padding: 2px 1px;
}
#ir_calendar .ui-icon {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    line-height: 0;
    width: 18px;
    height: 18px;
}

#ir_calendar .ui-icon:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    transform-origin: center center;
    border-bottom: 2px solid #144168;
    border-right: 2px solid #144168;
}
#ir_calendar .ui-datepicker-next .ui-icon:before {
    transform: rotate(-45deg);
    right: 3px;
    left: auto;
}
#ir_calendar .ui-datepicker-prev .ui-icon:before {
    transform: rotate(135deg);
    left: 3px;
}
#ir_calendar .ui-datepicker .ui-datepicker-prev,
#ir_calendar .ui-datepicker .ui-datepicker-next {
    width: auto;
    height: auto;
    top: 10px;
    border: none !important;
    background: none !important;
    cursor: pointer;
}
#ir_calendar .ui-datepicker .ui-datepicker-prev {
    left: 2px !important;
}
#ir_calendar .ui-datepicker .ui-datepicker-next {
    right: 2px !important;
}
#ir_calendar .ui-datepicker .ui-state-default {
    border: none;
    background: none;
    text-align: center;
    width: auto;
    font-size: 14px;
    color: #144168;
    padding-bottom: 2px;
    line-height: 1;
}
#ir_calendar .ui-datepicker-today .ui-state-default {
    font-weight: bold;
}
#ir_calendar .ui-datepicker td {
    opacity: 1;
    height: 32px;
    vertical-align: top;
}
#ir_calendar .ui-datepicker td.has-event {
    opacity: 1;
    pointer-events: all;
    cursor: pointer !important;
    position: relative;
    transition: all 0.3s ease;
}
#ir_calendar .ui-datepicker td.has-event:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    margin: 0 auto 2px;
    padding: 0;
    background-color: #e62742;
    border-radius: 100px;
    transition: all 0.3s ease;
}
#ir_calendar .ui-datepicker td.selectedDay {
    background-color: #144168;
    border-radius: 4px;
    color: #fff;
}
#ir_calendar .ui-datepicker td.selectedDay span {
    color: #fff;
}
#ir_calendar .ui-datepicker td.selectedDay:after {
    background-color: #fff;
}
.ir_calendar__slide a {
    transition: all 0.2s ease;
}
.ir_calendar__slide a:hover {
    text-decoration: none;
    color: #e62842;
}
.ir_calendar__slide {
    height: 146px;
    overflow: auto;
}
.ir_calendar__read-more {
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 132px;
}
.ir_calendar__read-more:after {
    content: " >";
    color: #e62742;
    font-weight: 900;
    /* padding-left: 4px; */
    /* text-decoration: none !important; */
}
.ir_calendar__read-more:hover {
    color: #e62742;
}
@media screen and (max-width: 767px) {
    .ir_calendar {
        flex-wrap: wrap;
    }
    #ir_calendar{
        height: 270px;
    }
    .ir_calendar__left,
    .ir_calendar__right {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .ir_calendar__right {
        order: 2;
    }
    .ir_calendar__left {
        order: 1;
        max-width: 460px;
        margin: 12px auto 42px;
    }
    .ir2_right {
        max-width: 500px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 375px) {
    .ir_calendar__swiper.swiper-container {
        padding-bottom: 62px;
    }
}
/* ____________________________________________________________________ IR Calendar END ____________________________________________________________________ */
.round-btn {
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #8c9fb4;
    border-radius: 999px;
    background-position: 50% 50%;
    background-size: 45%;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}
.round-btn:not(:last-child) {
    margin-right: 15px;
}
.round-btn--share {
    background-image: url(../image/ir_2_btn_share.png);
}
.round-btn--share.active,
.round-btn--share:hover {
    background-color: #144168;
    background-image: url(../image/ir_2_btn_share_h.png);
}
.round-btn--pdf {
    background-image: url(../image/ir_2_btn_pdf.png);
}
.round-btn--pdf.active,
.round-btn--pdf:hover {
    background-color: #144168;
    background-image: url(../image/ir_2_btn_pdf_h.png);
}
.btn-share {
    /* display: flex; */
    width: 222px;
    height: 45px;
    background-color: #2a2a2a;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: -52px;
    text-align: center;
    padding: 0 6px;
    display: none;
}
.btn-share.active {
    display: flex;
}
.btn-share__btn {
    display: inline-block;
    height: 100%;
    flex-grow: 1;
    flex-basis: 20%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
}
.btn-share__btn:hover {
    opacity: 0.5;
}
.btn-share__btn.twitter {
    background-image: url(../image/stage_banner_share_twitter.png);
}
.btn-share__btn.linkedin {
    background-image: url(../image/stage_banner_share_in.png);
}
.btn-share__btn.wechat {
    background-image: url(../image/stage_banner_share_wechat.png);
}
.btn-share__btn.youtube {
    background-image: url(../image/stage_banner_share_utube.png);
}
.btn-share__btn.facebook {
    background-image: url(../image/facebook.svg);
    background-size: 26%;
}
.btn-share__btn.weibo {
    background-image: url(../image/stage_banner_share_weibo.png);
}
.btn-share:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 18px;
    border: 5px solid transparent;
    border-top: 5px solid #2a2a2a;
}
/* @media screen and (max-width: 767px) {
    .btn-share {
        left: -65px;
    }
    .btn-share:before {
        left: 88px;
    }
} */
/* Our history START */
.section_container.history_timeline {
    position: relative;
    min-height: 300px;
    width: 100%;
    /* max-width: 1300px; */
    margin-right: auto;
    margin-left: auto;
    padding: 90px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.section_container.history_timeline:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: -1;
    width: 1px;
    height: 100%;
    background-color: #e0e6eb;
}
.history_timeline__item {
    max-width: 1300px;
}
.history_timeline__item--range-mark {
    flex-basis: calc(100% - 50px);
    margin-bottom: 22px;
}
.history_timeline__item--range-mark span {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.history_timeline__item--range-mark p {
    width: 100%;
    padding-top: 15px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
}
.history_timeline__item.history_timeline__item--milestone {
    display: flex;
    margin-bottom: 22px;
    flex-basis: calc(100% - 50px);
    position: relative;
}
/* .history_timeline__item.history_timeline__item--milestone.no-image {
    flex-basis: 50%;
    max-width: 650px;
} */
.history_timeline__item-image,
.history_timeline__item-content {
    flex-basis: 50%;
    flex-grow: 0;
}
/* .history_timeline__item.history_timeline__item--milestone.no-image  .history_timeline__item-image{
    display: none;
}
.history_timeline__item.history_timeline__item--milestone.no-image  .history_timeline__item-content{
    flex-basis: 100%;
} */
.history_timeline__item-image {
    padding-right: 50px;
}
.history_timeline__item-content {
    padding-left: 50px;
    position: relative;
    padding-top: 32px;
}
.history_timeline__item.reverse .history_timeline__item-image {
    padding-left: 50px;
    padding-right: 0;
    order: 2;
}
.history_timeline__item.reverse .history_timeline__item-content {
    padding-right: 50px;
    padding-left: 100px;
    order: 1;
}
.history_timeline__item-image img {
    width: 100%;
}
.history_timeline__item-year {
    opacity: 0.2;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 6px;
}
.history_timeline__item-highlight {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
.history_timeline__item-highlight--big {
    font-size: 40px;
    line-height: 44px;
}
.history_timeline__item-linemark {
    position: relative;
    width: 100%;
    text-align: left;
    height: 1px;
    margin: 22px 0;
}
.history_timeline__item-linemark:after {
    content: "";
    display: inline-block;
    background-color: #e62742;
    width: 70%;
    height: 1px;
    position: relative;
    left: -68px;
    position: absolute;
}
.history_timeline__item.reverse .history_timeline__item-linemark {
    text-align: right;
}
.history_timeline__item.reverse .history_timeline__item-linemark:after {
    right: -68px;
    left: 0;
    width: auto;
}
.history_timeline__item-content p {
    margin-bottom: 12px;
    line-height: 24px;
    font-size: 16px;
}
.history_timeline__item.history_timeline__item--full {
    max-width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
    justify-content: center;
    margin-bottom: 72px;
    flex-basis: 100%;
}
.history_timeline__item.history_timeline__item--full:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.15),
        rgba(0, 0, 0, 0.15)
    );
}
.history_timeline__item.history_timeline__item--full
    .history_timeline__item-content {
    padding: 200px 0;
}
.history_timeline__item.history_timeline__item--full
    .history_timeline__item-linemark {
    display: none;
}

.history_timeline__item.history_timeline__item--full
    .history_timeline__item-year {
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    width: 75%;
    margin: 0 auto 24px;
}
.history_timeline__item.history_timeline__item--full
    .history_timeline__item-year:before,
.history_timeline__item.history_timeline__item--full
    .history_timeline__item-year:after {
    content: "";
    display: inline-block;
    width: auto;
    height: 1px;
    background-color: #fff;
    flex-grow: 1;
    max-width: 260px;
}
.history_timeline__item.history_timeline__item--full
    .history_timeline__item-highlight {
    margin-bottom: 24px;
}
.history_timeline__item.history_timeline__item--full
    .history_timeline__item-content
    p {
    margin-bottom: 12px;
}

.oh_timeline_block {
    width: 34px;
    flex-basis: 34px;
}
.oh_timeline_block:last-child {
    margin-right: 0;
}
.oh_timeline_line_container {
    left: 15px;
    right: 15px;
    width: auto;
}
#timeLine {
    transition: all 0.5s ease;
    display: none;
}

@media screen and (max-width: 1279px) {
    .history_timeline__item.reverse .history_timeline__item-content {
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .section_container.history_timeline {
        padding-top: 42px;
    }
    .section_container.history_timeline:before {
        left: 25px;
    }
    .history_timeline__item--range-mark {
        text-align: center;
    }
    .history_timeline__item.history_timeline__item--milestone {
        flex-wrap: wrap;
        margin-top: 0 !important;
    }
    .history_timeline__item-image,
    .history_timeline__item-content {
        flex: 100%;
        padding: 0;
    }
    .history_timeline__item-content {
        margin-top: 32px !important;
        padding-left: 25px;
    }
    .history_timeline__item.reverse .history_timeline__item-content {
        padding-left: 25px;
        padding-right: 0;
    }
    .history_timeline__item .history_timeline__item-linemark {
        text-align: left;
        margin: 12px 0;
    }
    .history_timeline__item.reverse .history_timeline__item-linemark {
        text-align: left;
        margin: 12px 0;
    }
    .history_timeline__item.reverse .history_timeline__item-linemark:after {
        width: 70%;
        left: -68px;
        right: auto;
    }
    .history_timeline__item.reverse .history_timeline__item-image {
        order: 0;
        padding-right: 0;
        padding-left: 25px;
    }
    .history_timeline__item .history_timeline__item-image {
        padding-left: 25px;
    }
    .history_timeline__item-year {
        font-size: 42px;
        line-height: 54px;
        margin-bottom: 0;
    }
    .history_timeline__item-highlight--big {
        font-size: 32px;
        line-height: 36px;
    }
}

/* Our history END */

.section_container.richtext {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
}
.section_container .richtext-wrapper {
    width: 100%;
	max-width: 910px;
    font-size: 16px;
}
.section_container .richtext-wrapper ol,
.section_container .richtext-wrapper ul {
    padding-left: 26px;
}

.section_container.richtext a:hover {
    text-decoration: underline;
}
.table-container table {
    border: 1px solid #e5e6e8;
    margin-bottom: 1em;
}
.table-container th,
.table-container td {
    /*text-align: center;*/
    border: 1px solid #e5e6e8;
    padding: 8px 16px;
}
.table-container th {
    background-color: #d4dde6;
    font-weight: normal;
}
.table-container tbody td {
    background-color: #fff;
}
.table-container {
    overflow: auto;
    max-width: 100%;
}

.ir_1_left_last_chart a {
    text-decoration: underline;
}
.ir1_left_number_change.red {
    color: #e62742;
}
.rmb_ir1_left_number_change.red {
    color: #e62742;
}

.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: 22px;
    line-height: 1;
    cursor: pointer;
    font-weight: bold;
}
.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);
}
.common-accordion-content {
    margin-top: 12px;
    display: none;
}
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;
}
@media screen and (max-width: 479px) {
    .common-accordion-trigger {
        font-size: 24px;
    }
    .common-accordion-trigger > span {
        width: 24px;
        height: 24px;
    }
    ul.link-list > li {
        position: relative;
        padding-left: 12px;
        font-size: 18px;
        line-height: 24px;
    }
    ul.link-list > li:after {
        width: 5px;
        height: 5px;
        left: 0;
        top: 10px;
    }
    .common-accordion-content {
        margin-top: 8px;
    }
}

.full-width-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.full-width-bg-color {
    position: relative;
}

.section_container.announcement .section_container_in {
    padding-top: 54px;
}
/* .section_container:not(.home_breadcrumb):not(.home_2):not(.home1):not(.ir1) {
    overflow: hidden;
} */
.section_container.banner{
    padding-top: 120px;
}
.event-filter__tag {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 6px 8px;
    border: 1px solid #144168;
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
}
.event-filter__tag.active {
    background-color: #144168;
    color: #fff;
}
.event-filter__tags {
    margin-bottom: 24px;
}

.event-filter__row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
    /* flex-wrap: wrap; */
}

.event-filter__row-group {
    display: flex;
    align-items: center;
    align-items: flex-start;
    margin-bottom: 32px;
    flex-wrap: wrap;
    flex-grow: 1;
}
.event-filter__row-group > div:not(.event-filter__break) {
    margin-bottom: 12px;
    margin-right: 24px;
}
.event-filter__row-group > div.event-filter__submit {
    margin-right: 32px;
}

.event-filter__options {
    border-left: 1px solid #bfbfbf;
    margin-bottom: 12px;
    padding-left: 32px;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    align-items: center;
    width: 130px;
    flex-basis: 130px;
    flex-shrink: 0;
    flex-grow: 0;
}
.event-view-option + .event-view-option {
    margin-left: 24px;
}
.event-view-option {
    display: inline-block;
}
.event-view-option img {
    width: 32px;
}
.event-view-option:not(.active) {
    opacity: 0.6;
}
.event-filter__submit button {
    width: 130px;
    height: 40px;
    padding: 9px 0px;
    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;
    transition: all 0.3s ease;
}
.event-filter__submit button:hover {
    color: #fff;
    background-color: rgba(20, 65, 104, 1);
}
.event-filter__type span,
.event-filter__date-field span {
    line-height: 34px;
    font-weight: bold;
    font-size: 16px;
}

.event-filter__type span,
.event-filter__keyword input,
.event-filter__date-field input {
    line-height: 34px;
    font-weight: bold;
    font-size: 16px;
    height: 35px;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    padding: 0 6px;
    display: inline-block;
    height: 34px;
}
.event-filter__date-field input {
    width: 160px;
}
.event-filter__type {
    position: relative;
}
.event-filter__type span {
    pointer-events: none;
    font-weight: normal;
    padding-right: 36px;
    position: relative;
    width: 100%;
}

.event-filter__type{
    width: 160px

}

.event-filter__type span:before,
.event-filter__type span:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 2px;
    box-sizing: border-box;
    right: 8px;
    top: 16px;
    background-color: #144168;
    transform-origin: center;
    transform: rotate(45deg);
}
.event-filter__type span:before {
    transform: rotate(135deg);
    right: 3px;
}
.event-filter__type select {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    opacity: 0;
}
/* .event-filter__date-field + .event-filter__date-field {
    margin-left: -6px;
} */

.event-filter__keyword input {
    padding-left: 36px;
    background-image: url(../image/03_filter_search.svg);
    background-size: 20px 20px;
    background-position: 6px 50%;
    background-repeat: no-repeat;
}
.event-filter__tag-group {
    display: inline-block;
}
.event-filter__tag-group {
    padding-right: 64px;
    margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
    .event-filter__row {
        flex-wrap: wrap;
    }
    .event-filter__options {
        width: auto;
        border-left: none;
        padding-left: 0;
        flex-basis: auto;
    }
    .event-view-option + .event-view-option {
        margin-left: 22px;
    }
    .event-filter__row-group {
        margin-bottom: 0;
    }
}
.ui-datepicker {
    display: none;
}
.ui-datepicker.filter-date,
.ui-datepicker.filter-date-to {
    width: 290px;
    background-color: #ffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 2px 3px 3px #2222;
}
.ui-datepicker.filter-date .ui-datepicker-header,
.ui-datepicker.filter-date-to .ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-content: center;
    align-items: center;
    padding: 12px;
}

.ui-datepicker.filter-date .ui-datepicker-prev,
.ui-datepicker.filter-date-to .ui-datepicker-prev,
.ui-datepicker.filter-date .ui-datepicker-next,
.ui-datepicker.filter-date-to .ui-datepicker-next {
    display: inline-block;
    font-size: 0;
    width: 0;
    height: 0;
    padding: 0;
    border: 6px solid transparent;
    cursor: pointer;
}
.ui-datepicker.filter-date .ui-datepicker-prev,
.ui-datepicker.filter-date-to .ui-datepicker-prev {
    border-right: 6px solid #144168;
    order: 0;
}
.ui-datepicker.filter-date .ui-datepicker-next,
.ui-datepicker.filter-date-to .ui-datepicker-next {
    border-left: 6px solid #144168;
    order: 2;
}
.ui-datepicker.filter-date .ui-datepicker-title,
.ui-datepicker.filter-date-to .ui-datepicker-title {
    order: 1;
}

.ui-datepicker.filter-date .ui-datepicker-month,
.ui-datepicker.filter-date-to .ui-datepicker-month {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    width: 62px;
    padding: 0 2px;
    margin: 0 12px 0 0;
}

.ui-datepicker.filter-date .ui-datepicker-calendar,
.ui-datepicker.filter-date-to .ui-datepicker-calendar {
    padding: 0 12px 12px;
    display: block;
    width: 100%;
    margin: 0px auto 0;
}
/* .ui-datepicker.filter-date thead ,
.ui-datepicker.filter-date-to thead ,
.ui-datepicker.filter-date tbody ,
.ui-datepicker.filter-date-to tbody {
    display: block;
}
.ui-datepicker.filter-date tr ,
.ui-datepicker.filter-date-to tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.ui-datepicker.filter-date th,
.ui-datepicker.filter-date-to th,
.ui-datepicker.filter-date td,
.ui-datepicker.filter-date-to td {
    width: 38px;
    text-align: center;
}
.ui-datepicker.filter-date td a,
.ui-datepicker.filter-date-to td a {
    transition: all 0.3s ease;
    border-radius: 3px;
    display: block;
    text-align: center;
    padding: 2px;
    margin-bottom: 4px;
}

.ui-datepicker.filter-date td a:hover,
.ui-datepicker.filter-date-to td a:hover {
    background-color: #efefef;
}

.ml_listing_block.video_btn {
    position: relative;
}
.video_play_btn {
    position: relative;
}
.video_play_btn:after,
.ml_listing_block.video_btn:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    border: 9px solid transparent;
    border-left: 14px solid #fff;
    top: 132px;
    left: calc(50% - 5px);
}
.video_play_btn:before,
.ml_listing_block.video_btn:before {
    content: "";
    display: inline-block;
    width: 74px;
    height: 74px;
    top: 104px;
    left: calc(50% - 37px);
    position: absolute;
    background: #e62742;
    border-radius: 100%;
    opacity: 0.8;
}

.video_play_btn:after {
    top: calc(50% - 9px);
}
.video_play_btn:before {
    top: calc(50% - 37px);
}

.bio_listing_title_block.redline {
    position: relative;
}
.bio_listing_title_block.redline:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 40%;
    max-width: 200px;
    background-color: #e62742;
    left: 20px;
    bottom: -8px;
}

#card_video_popup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#card_video_popup .popup_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.9;
}

#card_video_popup .video_container {
    width: 96%;
    max-width: 940px;
    text-align: center;
    position: relative;
    z-index: 5;
}

#card_video_popup video {
    width: 100%;
    height: auto;
}

#card_video_popup .popup_cross {
    bottom: 100%;
    left: 100%;
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    margin: 0 0 12px 12px;
    cursor: pointer;
}

#card_video_popup .popup_cross:after,
#card_video_popup .popup_cross:before {
    content: "";
    display: inline-block;
    width: 158%;
    height: 4px;
    background-color: #fff;
    top: 0;
    position: absolute;
    border-radius: 2px;
}

#card_video_popup .popup_cross:before {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
}

#card_video_popup .popup_cross:after {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0;
}

@media screen and (max-width: 1080px) {
    #card_video_popup .popup_cross {
        left: auto;
        right: 0;
    }
}

.home-map {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}
.home-map__pin-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    z-index: 1;
}
.home-map__pin {
    width: 6%;
    display: inline-block;
    position: absolute;
    margin-left: -2%;
    z-index: 5;
}
.home-map__pin-popup {
    display: inline-block;
    width: 64vw;
    position: absolute;
    transform: translate(-50%);
    bottom: calc(100% + 12px);
    max-width: 400px;
    display: none;
}
.home-map__pin--left .home-map__pin-popup {
    transform: translate(-10%);
}
.home-map__pin--right .home-map__pin-popup {
    transform: translate(-90%);
}
.home-map__pin:hover {
    z-index: 10;
}
.home-map__pin:hover .home-map__pin-popup {
    display: inline-block;
}
.home-map__pin:hover .home-map__pin-image:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    left: calc(50% - 12px);
    z-index: 2;
}
.home1_map_popup_in {
    margin-top: 10px;
    max-height: 520px;
    overflow: auto;
}
.home-map__img,
.home-map__img img {
    width: 100%;
}

.home-map__pin-image {
    max-width: 32px;
    display: block;
    margin: 0 auto;
}
.common-content-set {
    width: 100%;
    max-width: 440px;
}
.common-content-set__subheading {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}
.common-content-set__title {
    font-size: 52px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 22px;
    margin-bottom: 22px;
    position: relative;
}
.common-content-set__title:after {
    content: "";
    display: inline-block;
    width: 50%;
    max-width: 200px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #e62742;
}
.common-content-set__subheading + .common-content-set__title {
    margin-top: 16px;
}
.common-content-set__desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}
.home_4_block_title {
    font-weight: 500;
}

.join_1_3block_container {
    align-items: stretch;
}
.join_1_3block {
    display: flex;
    flex-direction: column;
}
.join_1_3block_text {
    flex-grow: 1;
}

.join_3_slide_holder {
    display: flex;
    flex-wrap: wrap;
}
.join_3_slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 36px;
}
.join_3_text {
    flex-grow: 1;
    width: 100%;
}
.home_4_content {
    align-items: stretch;
}
.home_4_block_text {
    flex-grow: 1;
}
.home_4_block {
    display: flex;
    flex-direction: column;
}
.more_btn.join_1 {
    min-height: 40px;
}
.more_btn.join_1 .red_text {
    position: absolute;
}

/*========== new header START ==========*/
.hkex_page_area {
    width: calc(100% - 50px);
    max-width: 1300px;
    margin: 0px auto;
    box-sizing: border-box;
}
/* .hkex_new_menu--mobile .hkex_page_area{
    height: 100% ;
} */
/*--------------------------------------------------------------------------------*/
.hkex_new_menu {
    color: #fff;
    font-size: 15px;
    flex-grow: 1;
    flex-basis: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50; /*1000;*/
}
.hkex_new_menu a {
    color: inherit;
    text-decoration: none;
}

/*.hkex_logo a {
    width: 130px;
}*/

    .hkex_new_menu .hkex_white {
        max-width: 100%;
        width: 260px ;
        height: auto;
    }

    .hkex_new_menu .hkex_colored {
        max-width: 100%;
        width: 130px ;
        height: auto;
    }



.hkex_new_menu.hkex_new_menu--float {
    position: fixed;
    top: -120px;
    left: 0px;
    width: 100%;
    z-index: 999;
    transition: ease all 0.3s;
}
.hkex_new_menu.hkex_new_menu--float.hkex_new_menu--shown {
    top: 0px;
}

.hkex_new_menu.hkex_new_menu--search {
    background: rgba(255, 255, 255, 0.9);
    color: #144168;
}
.hkex_new_menu.hkex_new_menu--float {
    background: rgba(255, 255, 255, 1);
    color: #144168;
}
@media screen and (max-width: 1279px) {
    .hkex_new_menu.hkex_new_menu--mobile {
        background: #144168;
        color: #fff;
        height: 100vh;
    }
    .hkex_new_menu.hkex_new_menu--mobile .hkex_mobile_menu {
        display: flex;
		flex-direction: column-reverse;
    }
}
/*--------------------------------------------------------------------------------*/
.hkex_menu_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
}
.hkex_menu_top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.hkex_menu_btm {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hkex_new_menu.hkex_new_menu--float .hkex_menu_top {
    display: none;
}

/*--------------------------------------------------------------------------------*/
.hkex_logo {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-shrink: 0;
}
.hkex_logo a {
    display: block;
}
.hkex_logo img {
    object-fit: contain;
}
.hkex_logo .hkex_slogan {
    display: flex;
    align-items: center;
    border-left: 1px solid #fff;
    padding-left: 28px;
    margin-left: 32px;
    font-size: 15px;
}
.hkex_logo .hkex_slogan:hover {
    text-decoration: underline;
}
.hkex_logo .hkex_colored {
    display: none;
}

.hkex_new_menu.hkex_new_menu--float .hkex_logo img {
    height: 36px;
}
.hkex_new_menu.hkex_new_menu--float:not(.hkex_new_menu--mobile)
    .hkex_logo
    .hkex_slogan {
    display: none;
}
.hkex_new_menu.hkex_new_menu--search .hkex_logo .hkex_slogan {
    border-color: #144168;
}

.hkex_new_menu.hkex_new_menu--float:not(.hkex_new_menu--mobile)
    .hkex_logo
    .hkex_white,
.hkex_new_menu.hkex_new_menu--search:not(.hkex_new_menu--mobile)
    .hkex_logo
    .hkex_white {
    display: none;
}
.hkex_new_menu.hkex_new_menu--float:not(.hkex_new_menu--mobile)
    .hkex_logo
    .hkex_colored,
.hkex_new_menu.hkex_new_menu--search:not(.hkex_new_menu--mobile)
    .hkex_logo
    .hkex_colored {
    display: inline-block;
}

@media screen and (max-width: 1023px) {
    .hkex_logo img {
        height: 45px;
    }
    .hkex_logo .hkex_slogan {
        display: block;
        font-size: 14px;
        padding-left: 16px;
        margin-left: 16px;
        line-height: 20px;
    }
}
@media screen and (max-width: 639px) {
    .hkex_logo img {
        height: 30px;
    }
    .hkex_logo .hkex_slogan {
        display: block;
        font-size: 10px;
        padding-left: 8px;
        margin-left: 8px;
        line-height: 14px;
    }
}

@media screen and (max-width: 1279px) {

    .hkex_new_menu .hkex_white {
        width: 130px;
    }

    .hkex_new_menu .hkex_colored {
        width: 130px;
    }
}



    @media screen and (max-width: 350px) {
        .hkex_logo .hkex_slogan {
            display: none;
        }
    }
    /*--------------------------------------------------------------------------------*/
    .hkex_menu_top a {
        display: inline-block;
        padding-left: 15px;
        font-size: 13px;
    }

        .hkex_menu_top a:hover span {
            opacity: 0.7;
            text-decoration: underline;
        }

    .hkex_menu_top .hkex_exlink a:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url(../image/header_popup.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-left: 5px;
        margin-bottom: 1px;
    }

    .hkex_new_menu.hkex_new_menu--float:not(.hkex_new_menu--mobile)
    .hkex_menu_top
    .hkex_exlink
    a:after,
    .hkex_new_menu.hkex_new_menu--search:not(.hkex_new_menu--mobile)
    .hkex_menu_top
    .hkex_exlink
    a:after {
        background-image: url(../image/header_popup_navy.png);
    }

    .hkex_menu_top .hkex_lang {
        padding: 0px 10px;
    }

        .hkex_menu_top .hkex_lang a {
            border-right: 1px solid #fff;
            padding-right: 15px;
        }

            .hkex_menu_top .hkex_lang a:last-of-type {
                border: none;
                padding-right: 0px;
            }

    .hkex_new_menu.hkex_new_menu--float:not(.hkex_new_menu--mobile)
    .hkex_menu_top
    .hkex_lang
    a,
    .hkex_new_menu.hkex_new_menu--search:not(.hkex_new_menu--mobile)
    .hkex_menu_top
    .hkex_lang
    a {
        border-color: #144168;
    }

    .hkex_menu_top .hkex_alert a:after {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        background-image: url(../image/header_alert.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
    }

    .hkex_new_menu.hkex_new_menu--float .hkex_menu_top .hkex_alert a:after,
    .hkex_new_menu.hkex_new_menu--search .hkex_menu_top .hkex_alert a:after {
        background-image: url(../image/header_alert_n.png);
    }

    .hkex_menu_top .hkex_alert a.hkex-ticker-bell:after {
        background-image: url(../image/header_alert_full.png);
    }

    .hkex_new_menu.hkex_new_menu--float .hkex_menu_top .hkex_alert a.hkex-ticker-bell:after,
    .hkex_new_menu.hkex_new_menu--search .hkex_menu_top .hkex_alert a.hkex-ticker-bell:after {
        background-image: url(../image/header_alert_n_full.png);
    }

    @media screen and (max-width: 1279px) {
        .hkex_menu_top {
            display: none;
        }
    }
    /*--------------------------------------------------------------------------------*/
    .hkex_menu_btm ul,
    .hkex_menu_btm ol {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .hkex_menu_btm li {
        margin: 0px;
        padding: 0px;
    }

    .hkex_menu_btm > ul {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

        .hkex_menu_btm > ul > li > a {
            display: inline-block;
            padding: 10px 15px;
            border-radius: 5px;
            line-height: 1.2;
            text-align: center;
            vertical-align: bottom;
        }

        .hkex_menu_btm > ul > li:hover > a {
            background-color: #144168;
            color: #fff;
            text-decoration: underline;
        }

    .hkex_menu_btm ul ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

        .hkex_menu_btm ul ul li a {
            display: block;
            position: relative;
            padding: 15px 20px 15px 0px;
            font-weight: bold;
            line-height: 28px;
        }

            .hkex_menu_btm ul ul li a:hover {
                text-decoration: underline;
                opacity: 0.7;
            }

            .hkex_menu_btm ul ul li a.hkex_withchild:after {
                content: "";
                display: block;
                width: 12px;
                height: 12px;
                position: absolute;
                top: calc(50% - 6px);
                right: 0px;
                background-image: url(../image/header_tri.png);
                background-position: center center;
                background-size: contain;
                background-repeat: no-repeat;
                transform: rotate(-90deg);
            }

    .hkex_menu_btm ul ul ul {
        display: none;
    }

    .hkex_menu_btm .hkex_submenu {
        display: none;
        position: absolute;
        width: 100%;
        left: 0px;
        z-index: 999998;
        padding: 45px 0px 30px 0px;
        background-color: rgba(20, 65, 104, 0.96);
        color: #fff;
        background: linear-gradient( 180deg, rgba(20, 65, 104, 0) 0%, rgba(20, 65, 104, 0) 15px, rgba(20, 65, 104, 0.96) 15px, rgba(20, 65, 104, 0.96) 100% );
    }

    .hkex_menu_btm li .hkex_submenu {
        transition-delay: 5s;
    }

    .hkex_menu_btm li:hover .hkex_submenu {
        display: block;
    }

    .hkex_new_menu.hkex_new_menu--float:not(.hkex_new_menu--shown)
    .hkex_menu_btm
    li:hover > .hkex_submenu {
        display: none;
    }

    .hkex_new_menu.hkex_new_menu--scrolled_out
    .hkex_menu_btm
    li:hover > .hkex_submenu {
        display: none;
    }

    @media screen and (max-width: 1279px) {
        .hkex_menu_btm > ul {
            display: none;
        }
    }
    /*--------------------------------------------------------------------------------*/
    .hkex_new_menu .hkex_submenu .hkex_page_area {
        display: flex;
        align-items: stretch;
    }

        .hkex_new_menu .hkex_submenu .hkex_page_area > ul {
            width: 45%;
            padding-right: 45px;
            padding-bottom: 32px;
        }

        .hkex_new_menu .hkex_submenu .hkex_page_area .hkex_subsubmenu {
            width: 55%;
            border-left: 1px solid #e62742;
            padding-left: 45px;
        }

    .hkex_menu_btm ul .hkex_subsubmenu ul a {
        text-decoration: none;
    }

        .hkex_menu_btm ul .hkex_subsubmenu ul a:not([href]) {
            cursor: default;
            pointer-events: none;
        }

    .hkex_menu_btm ul .hkex_subsubmenu ul h3 a[href]:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        vertical-align: middle;
        position: static;
        margin-left: 15px;
        background-image: url(../image/menu_arrow.png);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        transform: rotate(0deg);
    }

    .hkex_menu_btm ul .hkex_subsubmenu ul.hkex_2col {
        /* display: flex;
    flex-wrap: wrap; */
        column-count: 2;
        column-fill: balance;
    }

    .hkex_menu_btm ul .hkex_subsubmenu ul li {
        width: 100%;
        border: none;
        margin: 0 0px 8px;
    }

    .hkex_menu_btm ul .hkex_subsubmenu ul.hkex_2col h3 {
        column-span: all;
    }

    .hkex_menu_btm ul .hkex_subsubmenu ul.hkex_2col ul {
        display: none !important;
    }

    .hkex_menu_btm ul .hkex_subsubmenu ul li a {
        padding: 0px;
        font-weight: normal;
    }

        .hkex_menu_btm ul .hkex_subsubmenu ul li a:after {
            content: "";
            display: inline-block;
            width: 10px;
            height: 10px;
            vertical-align: middle;
            position: static;
            margin-left: 15px;
            background-image: url(../image/menu_arrow.png);
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
            transform: rotate(0deg);
        }

    .hkex_menu_btm h2 {
        font-size: 28px;
        line-height: 32px;
        font-weight: 300;
        padding-bottom: 12px;
        margin: 0px;
    }

    .hkex_menu_btm h3 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        padding-bottom: 12px;
        margin: 0px;
        width: 100%;
    }

    .hkex_menu_btm p {
        font-size: 16px;
        line-height: 28px;
        font-weight: 300;
        padding-bottom: 12px;
        margin: 0px;
    }

        .hkex_menu_btm h2 a,
        .hkex_menu_btm h3 a,
        .hkex_menu_btm p a {
            text-decoration: underline;
        }

            .hkex_menu_btm h2 a:hover,
            .hkex_menu_btm h3 a:hover,
            .hkex_menu_btm p a:hover {
                opacity: 0.7;
            }

    .hkex_menu_btm .hkex_search_btn,
    .hkex_menu_btm .hkex_mobile_btn,
    .hkex_menu_btm .hkex_alert_btn {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-left: 15px;
        vertical-align: middle;
    }

    .hkex_menu_btm .hkex_search_btn {
        border-radius: 50%;
        background-color: #e62742;
        background-image: url(../image/header_search.png);
        background-position: 50% 50%;
        background-size: 40%;
        background-repeat: no-repeat;
        z-index: 10;
    }

    .hkex_menu_btm .hkex_mobile_btn {
        display: none;
        background-image: url(../image/header_hamburger_w_v2.png);
        background-position: 50% 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .hkex_menu_btm .hkex_alert_btn {
        display: none;
        background-image: url(../image/header_alert.png);
        background-position: 50% 50%;
        background-size: 13px;
        background-repeat: no-repeat;
    }

        .hkex_menu_btm .hkex_alert_btn.hkex-ticker-bell {
            background-image: url(../image/header_alert_full.png);
        }

    .hkex_menu_btm .hkex_search_btn:hover {
        background-color: #144168;
    }

    .hkex_new_menu.hkex_new_menu--search .hkex_menu_btm .hkex_search_btn {
        background-image: url(../image/header_close_w.png);
    }

    .hkex_new_menu.hkex_new_menu--search:not(.hkex_new_menu--mobile)
    .hkex_menu_btm
    .hkex_mobile_btn {
        background-image: url(../image/header_hamburger_n_v2.png);
    }

    .hkex_new_menu.hkex_new_menu--float:not(.hkex_new_menu--mobile)
    .hkex_menu_btm
    .hkex_mobile_btn {
        background-image: url(../image/header_hamburger_n_v2.png);
    }

    .hkex_new_menu.hkex_new_menu--mobile .hkex_menu_btm .hkex_mobile_btn {
        background-image: url(../image/header_close_w.png);
        background-size: 60%;
    }

    @media screen and (max-width: 1279px) {
        .hkex_menu_btm .hkex_mobile_btn {
            display: inline-block;
        }

        .hkex_new_menu.hkex_new_menu--mobile .hkex_menu_btm .hkex_alert_btn {
            display: inline-block;
        }

        .hkex_new_menu.hkex_new_menu--mobile .hkex_menu_btm .hkex_search_btn {
            display: none;
        }
    }

    @media screen and (max-width: 1023px) {
        .hkex_menu_btm .hkex_search_btn,
        .hkex_menu_btm .hkex_mobile_btn,
        .hkex_menu_btm .hkex_alert_btn {
            width: 36px;
            height: 36px;
            margin-left: 10px;
        }
    }

    @media screen and (max-width: 639px) {
        .hkex_menu_btm .hkex_search_btn,
        .hkex_menu_btm .hkex_mobile_btn,
        .hkex_menu_btm .hkex_alert_btn {
            width: 30px;
            height: 30px;
            margin-left: 10px;
        }
    }
    /*--------------------------------------------------------------------------------*/
    .hkex_search_form {
        padding: 20px 0px 50px 0px;
        display: none;
    }

    .hkex_new_menu.hkex_new_menu--search .hkex_search_form {
        display: block;
    }

    .hkex_new_menu.hkex_new_menu--scrolled_out .hkex_search_form {
        display: none;
    }

    .hkex_new_menu.hkex_new_menu--float:not(.hkex_new_menu--shown)
    .hkex_search_form {
        display: none;
    }

    .hkex_search_bar {
        width: 100%;
        max-width: 800px;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(51, 51, 51, 0.3);
    }

        .hkex_search_bar input[type="text"] {
            text-align: left;
            padding: 0px;
            display: block;
            color: #144168;
            width: 100%;
            height: 50px;
            line-height: 50px;
            font-size: 36px;
            border: none;
            border-radius: 0px;
            background-color: transparent;
            outline: none;
        }

        .hkex_search_bar a,
        .hkex_search_bar input[type="submit"] {
            display: block;
            white-space: nowrap;
            border-radius: 0px;
            background-color: transparent;
            outline: none;
            border: none;
            color: #e62742;
            font-size: 28px;
            line-height: 28px;
            font-weight: 700;
        }

            .hkex_search_bar a,
            .hkex_search_bar input[type="submit"]:hover {
                cursor: pointer;
                color: #144168;
            }

    @media screen and (min-width: 1024px) {
        .hkex_search_bar a {
            padding: 10px 0px;
            color: #e62742;
        }

            .hkex_search_bar a:hover {
                padding: 10px 0px;
                color: #144168;
            }
    }

    @media screen and (max-width: 1023px) {
        .hkex_search_bar input[type="text"] {
            font-size: 22px;
            height: 40px;
            line-height: 40px;
        }

        .hkex_search_bar a,
        .hkex_search_bar input[type="submit"] {
            font-size: 22px;
        }

        .hkex_search_form {
            padding: 10px 0px 30px 0px;
        }
    }

    @media screen and (max-width: 639px) {
        .hkex_search_bar input[type="text"] {
            font-size: 16px;
            height: 30px;
            line-height: 30px;
        }

        .hkex_search_bar a,
        .hkex_search_bar input[type="submit"] {
            font-size: 16px;
        }

        .hkex_search_form {
            padding: 0px 0px 20px 0px;
        }
    }
    /*--------------------------------------------------------------------------------*/
    .section_container .hkex_new_menu.hkex_new_menu--mobile {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 999999;
    }

        .section_container .hkex_new_menu.hkex_new_menu--mobile .hkex_mobile_menu {
            display: block;
        }

    .hkex_mobile_menu {
        display: none;
        padding-bottom: 120px;
    }

        .hkex_mobile_menu .hkex_subsubmenu {
            display: none;
        }

        .hkex_mobile_menu .hkex_submenu .hkex_page_area {
            width: 100%;
            padding: 0px;
        }

            .hkex_mobile_menu .hkex_submenu .hkex_page_area > ul {
                width: 100%;
                padding-right: 0px;
            }

        .hkex_mobile_menu ul,
        .hkex_mobile_menu li {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            .hkex_mobile_menu li a {
                display: block;
                position: relative;
                padding-right: 20px;
            }

                .hkex_mobile_menu li a:after {
                    content: "";
                    display: inline-block;
                    width: 10px;
                    height: 10px;
                    vertical-align: middle;
                    position: absolute;
                    right: 0px;
                    top: calc(50% - 5px);
                    background-image: url(../image/menu_arrow.png);
                    background-position: center center;
                    background-size: contain;
                    background-repeat: no-repeat;
                    transform: rotate(0deg);
                }

                .hkex_mobile_menu li a.hkex_withchild:after {
                    width: 12px;
                    height: 12px;
                    top: calc(50% - 6px);
                    right: 0px;
                    background-image: url(../image/header_tri.png);
                    transform: rotate(0deg);
                    transition: ease all 0.3s;
                }

                .hkex_mobile_menu li a.hkex_withchild.hkex_opened:after {
                    transform: rotate(180deg);
                }

        .hkex_mobile_menu > ul > li {
            border-bottom: 1px solid #e62742;
        }

            .hkex_mobile_menu > ul > li > a {
                font-size: 20px;
                line-height: 24px;
                font-weight: 700;
                margin: 15px 0px;
            }

        .hkex_mobile_menu ul ul {
            display: none;
            padding-top: 1px;
            padding-bottom: 30px;
        }

            .hkex_mobile_menu ul ul li {
                border-top: 1px solid rgba(255, 255, 255, 0.3);
            }

                .hkex_mobile_menu ul ul li a {
                    font-size: 16px;
                    line-height: 20px;
                    font-weight: 700;
                    margin: 15px 0px;
                }

            .hkex_mobile_menu ul ul ul {
                padding-bottom: 1px;
            }

                .hkex_mobile_menu ul ul ul li {
                    border: none;
                }

                    .hkex_mobile_menu ul ul ul li a {
                        font-weight: 300;
                        margin-left: 15px;
                    }

                    .hkex_mobile_menu ul ul ul li:first-of-type a {
                        margin-top: 0px;
                    }

        .hkex_mobile_menu .hkex_menu_top {
            display: block !important;
        }

            .hkex_mobile_menu .hkex_menu_top .hkex_exlink,
            .hkex_mobile_menu .hkex_menu_top .hkex_inlink {
                display: flex;
                justify-content: flex-start;
                margin: 15px 0px;
            }

                .hkex_mobile_menu .hkex_menu_top .hkex_exlink a,
                .hkex_mobile_menu .hkex_menu_top .hkex_inlink a {
                    font-size: 14px;
                    line-height: 18px;
                    padding: 0px;
                    width: 50%;
                }

            .hkex_mobile_menu .hkex_menu_top .hkex_lang {
                padding: 0px;
            }

                .hkex_mobile_menu .hkex_menu_top .hkex_lang a {
                    font-size: 14px;
                    line-height: 18px;
                }

                    .hkex_mobile_menu .hkex_menu_top .hkex_lang a:first-child {
                        padding-left: 0px;
                    }

            .hkex_mobile_menu .hkex_menu_top .hkex_alert {
                display: none;
            }

    /*--------------------------------------------------------------------------------*/
    .section_container .hkex_new_menu_spaceholder {
        height: 120px;
    }

    .section_container .hkex_new_menu {
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
        z-index: 999997;
    }

    /* ============= new header johnson update ============= */

    .hkex_new_menu--search .level1 li {
        pointer-events: none;
    }

    .hkex_new_menu--mobile {
        height: 100%;
        overflow: auto;
    }
    /*========== new header END ==========*/

    @media screen and (max-width: 1439px) {
        .banner_corner_container {
            display: none !important;
        }
    }

    .ppl_1_block:hover .ppl_1_img_container:after {
        position: absolute;
        content: "";
        display: block;
        width: auto;
        height: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 999px;
        border: 4px solid #144168;
    }

    .section_container.bio_listing,
    .section_container.oh_timeline {
        z-index: 0;
    }

    .component.table-container tr.blue > td {
        background: #13426B
    }

    /**** add by user request *****/
    .join_5_title {
        font-size: 34px;
    }

    .section_container.highlight_banner .section_text {
        max-width: 600px;
    }

    @media screen and (min-width: 1280px) {
        .section_container.highlight_banner .section_container_in {
            padding-top: 100px;
            padding-bottom: 100px;
        }
    }

    .section_container_in.wwa_5 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .wwa_text.wwa_5 {
        max-width: 900px;
    }

    .section_container.highlight_banner .section_text_full_width {
        max-width: inherit;
    }

    @media screen and (min-width: 1280px) {
        .wwa_4_slider_nav.wwa_7 {
            padding-left: 14%;
        }
    }

    .ir1_right_last {
        font-size: 20px;
        line-height: 24px;
    }

        .ir1_right_last .bold_text {
            font-weight: 900;
        }

    .ml_listing_lightbox ._100_width_img {
        max-height: 271px;
        object-fit: cover;
    }

    .ml_listing_lightbox ._100_width_img {
        max-height: 271px;
        object-fit: cover;
        object-position: 100% 0;
    }

    /**** end add by user request *****/


    .three-col-swiper {
        margin-top: 36px;
    }

        .three-col-swiper .swiper-slide {
            padding: 0 25px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            height: auto;
        }

    .three-col-pagination {
        padding: 0 25px;
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 24px;
    }

        .three-col-pagination .swiper-pagination-bullet {
            background-color: #144168;
            cursor: pointer;
            margin: 0 3px 1em;
            height: 8px;
            width: 8px;
            opacity: 0.2;
            border-radius: 50%;
            transition: all 0.3s ease;
            outline: none !important;
        }

        .three-col-pagination .swiper-pagination-bullet-active {
            opacity: 1;
            background-color: #e62742;
        }

    @media screen and (max-width: 991px) {
        .three-col-pagination,
        .three-col-swiper .swiper-slide {
            padding: 0 24px;
        }
    }

    .w-lightbox-backdrop {
        z-index: 99999999999999;
    }

    /* media library more btn START */
    .apply-load-more .ml_listing_block:not(.active) {
        display: none;
    }

    .apply-load-more .ml-more-controller {
        display: block;
        margin: 24px auto 0;
        text-align: center;
        flex-basis: 100%;
    }

    .apply-load-more .ml-more-btn {
        margin: 0 auto;
        color: #06c;
        font-size: 14px;
        background-color: transparent;
    }

        .apply-load-more .ml-more-btn:hover {
            text-decoration: underline;
        }

    .apply-load-more .ml-more-controller:not(.active) {
        display: none;
    }
    /* media library more btn END */

    /* homepage map filter START */
    .home1_map_textball {
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .home1_map_textball:hover,
        .home1_map_textball.active {
            color: #fff;
            background-color: #e62742;
        }

    .home-map__pin.active {
        transition: all 0.3s ease;
        animation-name: bounce;
        animation-duration: 0.5s;
        transform-origin: center bottom;
    }

    .home-map__pin:not(.active) {
        opacity: 0;
        pointer-events: none;
    }
    /* homepage map filter END  */

    @keyframes bounce {
        0%, 20%, 53%, 80%, to {
            -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            -webkit-transform: translateZ(0);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transform: translateZ(0);
        }

        40%, 43% {
            -webkit-animation-timing-function: cubic-bezier( 0.755, 0.05, 0.855, 0.06 );
            -webkit-transform: translate3d(0, -24px, 0);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            transform: translate3d(0, -24px, 0);
        }

        70% {
            -webkit-animation-timing-function: cubic-bezier( 0.755, 0.05, 0.855, 0.06 );
            -webkit-transform: translate3d(0, -15px, 0);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            transform: translate3d(0, -12px, 0);
        }

        90% {
            -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
        }
    }

    /* ____________________________________________________________________ announcement card START ____________________________________________________________________ */

    .announcement-card {
        padding: 25px 25px 40px;
        background-color: #f3f5f7;
    }

    .announcement-card__head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .announcement-card__date {
        font-size: 55px;
        line-height: 1;
        font-weight: 100;
    }

    .announcement-card__month {
        font-size: 13px;
        line-height: 17px;
        text-transform: uppercase;
    }

    .announcement-card__cate {
        margin-bottom: 6px;
        line-height: 15px;
        font-size: 13px;
        position: relative;
        color: #06c;
        display: block;
        text-align: right;
    }

    .announcement-card__author {
        color: #e62742;
        margin: 6px auto 2px;
    }

    .announcement-card__title {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 28px;
        line-height: 1.08;
        font-weight: 400;
        color: #23527c;
    }

    .announcement-card .doi_update_btn {
        margin-left: 0;
        margin-top: 24px;
    }

    .announcement-card .share_popup_block {
        left: 0;
        right: auto;
    }

    .announcement-card .share_popup_tri {
        display: block;
        margin-right: auto;
        margin-left: 12px;
        margin-top: 0;
    }

    .announcement-card .share_popup_block_in {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .announcement-card__cate-break {
        height: 6px;
    }

    .announcement-image {
        margin-top: 10px;
        /*margin-right: 24px; Hide by Henry*/
        width: 300px;
        flex-shrink: 0;
        flex-basis: 300px;
        max-width: 100%;
    }

        .announcement-image img {
            display: block;
            max-height: 100%;
            width: 100%;
        }

    @media screen and (max-width: 992px) {
        .event-filter__tag-group {
            display: block;
            padding-right: 0;
        }

        .announcement-card .share_popup_btn {
            margin-left: 12px;
        }

        .announcement-card .share_popup_block_in {
            padding-top: 6px;
            padding-bottom: 6px;
        }
    }

    @media screen and (max-width: 840px) {
        .announcement-card__title {
            font-size: 22px;
        }

        .column_2 .share_popup_block {
            left: -20px;
            right: 0;
        }
    }

    @media screen and (max-width: 767px) {
        .announcement-image {
            flex-basis: 100%;
            margin: 12px 0 0;
            width: auto;
            max-width: 100%;
        }
    }

    @media screen and (max-width: 640px) {
        .announcement-card {
            padding: 16px 16px 40px;
        }

        .announcement-card__cate {
            font-size: 10px;
            line-height: 12px;
        }

        .announcement-card__date {
            font-size: 42px;
        }

        .announcement-card__month {
            font-size: 11px;
            line-height: 15px;
        }

        .announcement-card__title {
            font-size: 20px;
        }
    }

    @media screen and (max-width: 409px) {
        .column_2 .share_popup_block {
            left: 0;
            right: 0;
        }
    }
    /* ____________________________________________________________________ announcement card END ____________________________________________________________________ */

    .blog_tag_cloud_container + .blog_tag_cloud_container {
        margin-top: 32px;
    }

    .desktop_menu_info_table {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .desktop_menu_info_right {
        flex-basis: 30%;
        flex-shrink: 0;
        padding-left: 24px;
    }

    @media screen and (min-width: 1280px) {
        .hkex_menu {
            max-width: calc(100% - 300px);
        }
    }

    .section_container.bio_listing {
        z-index: 5;
    }

    .footer {
        margin-bottom: 0;
        margin-top: 0;
    }

    .home6_container_in.a:before {
        /* content: ""; */
        /* display: block; */
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 0;
    }

    .home6_block {
        z-index: 1;
        position: relative;
    }

    .breadcrumb_dropdown_toggle,
    .breadcrumb_dropdown_toggle:visited {
        color: #fff !important;
    }

    .section_title {
        line-height: 1 !important;
        font-weight: 500;
        font-size: 48px;
    }

    /* ___________________________________________________________ Update Homepage a component font size ___________________________________________________________ */
    @media screen and (min-width: 1280px) {
        .home4_number {
            font-size: 50px;
        }
    }

    .home3_play_btn {
        position: absolute;
        left: calc(50% - 67.5px);
        top: calc(50% - 67.5px);
        margin: 0;
    }

    .section_container_in.home3 {
        justify-content: flex-start;
        align-items: center;
    }

    .home4_line {
        margin-left: 0;
        margin-right: 0;
    }

    .home2_slider {
        width: calc(100% + 104px);
        height: auto;
        padding-right: 40px;
        padding-bottom: 40px;
        padding-left: 40px;
        background-color: transparent;
        margin-left: -52px;
        margin-right: -52px;
    }

    .home_section_title.home2 {
        padding-left: 0px;
        padding-right: 0px;
    }

    @media screen and (min-width: 768px) {
        .home3_container:not(.home4) {
            width: calc(50% - 72px);
            margin: 0;
        }
    }

    @media screen and (max-width: 767px) {
        .home2_slider {
            margin-left: 0;
            margin-right: 0;
            width: 100%;
        }

        .section_container_in.home3 {
            align-items: flex-start;
        }

        .home3_play_btn {
            bottom: 130px;
            top: auto;
            left: calc(50% - 37.5px);
        }
    }

    .home6_container_in > .home6_container_in_mask {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .hkex_mobile_menu .level3.col2 {
        column-count: 2;
        column-fill: balance;
    }

    .for_3_block .swiper-controls {
        position: relative;
    }

    .for_3_block .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .for_3_block .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: auto;
        left: auto;
        top: auto;
        bottom: auto;
        position: relative;
        color: #144168;
    }

    .section_container_in.for_3_block.with-arrow {
        display: flex;
        align-items: center;
        max-width: 1440px;
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: 0;
    }

    .section_container_in.for_3_block .swiper-container {
        max-width: 1350px;
        padding-bottom: 52px;
        width: 100%;
    }

    input[type="button"].whats_on_tdy_filter_btn {
        border: 1px solid #144168;
    }
    /*  Add by Hot Change  */
    .section_container_in {
        padding: 40px 0;
        display: block;
    }

    .home_section_title.home5 {
        max-width: 100%;
    }

    .home_banner_line {
        margin: 40px 0;
    }

    .home_banner_3btn_line {
        height: 50px;
    }

    .home4_number {
        font-size: 44px;
        font-weight: 700;
    }

    .banner_corner_block {
        bottom: 160px;
    }

    .section_container_in.wwa .section_text {
        max-width: 900px;
    }

    @media screen and (min-width: 1024px) {
        .section_container_in.ir1 {
            padding-top: 70px;
            padding-bottom: 70px;
        }
    }

    /* footer link */
    .footer-links a {
        color: inherit;
    }

    .wwa_9_title {
        font-weight: 500;
    }

    /**** CSR our pillars, copy from CSR update css (prevent other class overwrite) ****/
    .section_container_in.home_4 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    @media screen and (max-width: 991px) {
        .section_container_in.home_4 {
            padding-top: 90px;
            padding-bottom: 90px;
        }
    }

    @media screen and (max-width: 767px) {
        .section_container_in.home_4 {
            padding-top: 75px;
            padding-bottom: 75px;
        }
    }

    .home_4_title {
        margin-right: auto;
        margin-bottom: 50px;
        padding-bottom: 5px;
        border-bottom: 1px solid #e62742;
    }

    .home_4_content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .home_4_block {
        width: 33.333%;
        padding-right: 75px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .home_4_block_title {
        font-size: 40px;
        line-height: 44px;
        font-weight: 100;
    }

        .home_4_block_title.first {
            font-weight: 900;
        }

    .home_4_block_text {
        margin-top: 15px;
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 28px;
        width: 100%;
    }

    @media screen and (max-width: 991px) {
        .home_4_title {
            margin-bottom: 0px;
        }

        .home_4_content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .home_4_block {
            width: 100%;
            margin-top: 40px;
            padding-right: 0px;
        }

        .home_4_block_title {
            font-size: 32px;
            line-height: 36px;
        }

        .home_4_block_text {
            margin-top: 10px;
            margin-bottom: 20px;
            font-size: 17px;
            line-height: 26px;
        }
    }

    .home_4_section_btn {
        padding-top: 20px;
        font-weight: 700;
    }

        .home_4_section_btn:hover {
            color: #e62742;
        }
    /**** end CSR our pillars ****/


    /*** group homepage X ***/
    .landing_x_animate {
        background-image: url(../image/home_x_banner_v3.svg);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background-size: 3000px;
        background-position: center;
        pointer-events: none;
        opacity: 1;
        background-color: #fff;
    }

        .landing_x_animate.transparent {
            background-color: transparent;
            transition: all 1.2s ease;
        }

        .landing_x_animate.animated {
            background-size: 50000px;
            background-size: 5000vw;
            opacity: 0;
            transition: all 1.2s ease;
        }

    .section_container_in.home_banner {
        transform: translateY(120px);
        opacity: 0;
    }

        .section_container_in.home_banner.animated {
            transform: translateY(0);
            opacity: 1;
            transition: all 1s ease;
        }

    .home_banner_rwds {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start;
    }

    .banner_corner_block_v2 {
        background-color: rgba(20, 65, 104, 0.88);
        padding: 24px;
        border-radius: 6px;
        display: flex;
        flex-direction: column;
        min-width: 300px;
        margin-top: -320px; /*-10vh;*/
        z-index: 1;
        position: relative;
    }

    .banner_corner_text1 {
        padding-bottom: 20px;
        font-size: 20px;
        line-height: 1;
        font-weight: 700;
    }

    .banner_corner_number_row {
        font-size: 42px;
        line-height: 32px;
        font-weight: 700;
    }

    .banner_corner_number_change {
        font-size: 42px;
        line-height: 32px;
        font-weight: 400;
        margin: 0;
        margin-top: 14px;
        margin-bottom: 12px;
    }

    .banner_corner_number_row, .banner_corner_number_change {
        font-size: 22px;
        line-height: 22px;
    }

    .banner_corner_legend {
        font-size: 12px;
        font-weight: 300;
        line-height: 18px;
        border-top: 1px solid rgba(255,255,255,0.4);
    }

    .home_banner_tagline {
        font-size: 75px;
    }

    .home6_container {
        overflow: hidden;
    }

    .home4_number {
        font-weight: 600;
    }

    .home2 .home_banner_line {
        margin: 32px 0 0;
    }

    .w-background-video img {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-width: initial;
    }

    .section_container_in.for_3_block {
        flex-direction: row;
        padding-left: 2px;
        padding-right: 2px;
    }

    @media screen and (max-width: 1279px) {
        .home_banner_tagline {
            font-size: 64px;
        }

        .home_banner_rwds {
            flex-direction: column-reverse;
        }

        .banner_corner_block_v2 {
            margin-top: 24px;
            min-width: initial;
            width: 100%;
            max-width: 520px;
        }

        .home_banner_rwds_2 {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }

            .home_banner_rwds_2 td {
                text-wrap: nowrap;
            }

        .section_container_in.home_banner {
            padding-bottom: 80px;
        }

        .home_banner_tagline {
            max-width: 100%;
        }

        .home4_number_block {
            flex-basis: 50%;
        }

        .home4_number_block {
            line-height: 18px;
        }

        .home4_number {
            font-size: 44px;
        }

        .home_banner_line {
            margin-top: 32px;
            margin-bottom: 32px;
        }

        .banner_corner_text1 {
            font-size: 20px;
            padding-bottom: 8px;
        }
    }

    @media screen and (max-width: 767px) {
        .home_banner_tagline {
            font-size: 46px;
        }

        .banner_corner_number_change,
        .banner_corner_number_row {
            font-size: 32px;
            margin: 0;
            padding: 5px 0;
        }

        .banner_corner_block_v2 {
            max-width: 420px;
        }

        .mob_banner_stock_rwds {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .mob_stock_code {
            font-size: 18px;
            padding-bottom: 8px;
            width: 100%;
            line-height: 1;
            font-weight: 700;
        }

        .banner_corner_detail {
            width: 100%;
        }
    }

    @media screen and (max-width: 520px) {
        .home4_number_block {
            flex-basis: 100%;
        }

        .home4_number {
            font-size: 36px;
        }

        .home7_block {
            width: 100%;
        }
    }

    button.banner_corner_block_refresh {
        background: transparent;
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: absolute;
        top: 14px;
        right: 20px;
    }

    div.banner_corner_block_refresh {
        background: transparent;
        width: 14px;
        height: 14px;
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 28px;
    }

    /** ir banner */
    @media screen and (min-width: 1024px) {
        .section_container.ir1 {
            margin-top: -100px;
        }
    }

    @media screen and (min-width: 1280px) {
        .section_container.ir1 {
            margin-top: -50px;
        }
    }

    @media screen and (min-width: 1280px) {
        .section_container_in.banner_title.wwa_banner {
            padding-bottom: 140px;
        }
    }

    .section_container_in.banner_title.wwa_banner {
        padding-bottom: 140px;
    }

    @media screen and (max-width: 991px) {
        .section_container_in.banner_title.wwa_banner {
            padding-bottom: 50px;
        }
    }

    .section_container.highlight_banner .section_text {
        font-size: 26px;
        font-weight: 400;
        line-height: 38px;
    }

    .home6_block .home_short_text {
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
    }

    /*  For Group Blog Search Date  */
    .ui-datepicker .ui-datepicker-title select {
        color: rgb(45, 45, 54);
    }

    .ui-widget-content {
        background: #fff url(/assets/css/images/ui-bg_gloss-wave_16_121212_500x100.png) 50% top repeat-x;
    }

    .event-filter__type {
        width: auto;
    }

    .announcement-text-hl a {
        color: #144168;
    }

    .announcement-text_row .share_popup_block {
        left: 0;
        right: auto;
    }

    .announcement-text_row .share_popup_tri {
        display: block;
        margin-right: auto;
        margin-left: 12px;
        margin-top: 0;
    }

    .event-filter__date-field input {
        width: 130px;
    }

    /*  End For Group Blog Search Date  */

    .section_container.richtext {
        padding-left: 25px;
    }

    @media screen and (max-width: 991px) {
        .section_container.richtext {
            padding-left: 15px;
        }
    }

    @media screen and (max-width: 767px) {
        .section_container.richtext {
            padding-left: 10px;
        }
    }

    .ir5_container ul {
        padding-left: 20px;
    }

    .home7_block .home7_block_in:not(.home7_date) {
        font-size: 20px;
    }

    /* base on homepage Latest News content remove link icon */
    .home7_container.home6 .red_text {
        display: none;
    }
    /* base on homepage Insights content remove link icon */
    .home2 .home2_block .red_text {
        display: none;
    }

    .announcement-card__body .announcement-card__title {
        font-size: 18px;
    }


    /* Handle all a link color */
    .main-container .section_container.richtext a,
    .main-container .section_container.richtext a:visited,
    .content .section_container.richtext .richtext-wrapper a,
    .content .section_container.richtext .richtext-wrapper a:visited,
    .section_container.richtext .richtext-wrapper .detail_page_text a,
    .section_container.richtext .richtext-wrapper .detail_page_text a:visited,
    .section_container .common-accordion a,
    .announcement-text_row .announcement-text_detail .announcement-text_title ul li a,
    .content .section_container .section_container_in a.intext_link:visited,
    .blog .richtext a,
    .blog_section_text a,
    .bio_detail_1_text a,
    .bio_detail_2_text a,
    .ir1_left_text2 a,
    #accpet-cookie-content a {
        color: #06c;
    }



    .hkex_link__dropdown {
        position: relative;
    }

    @media screen and (min-width: 1280px) {
        .hkex_link__dropdown {
            padding-left: 15px;
        }
    }

    @media screen and (max-width: 1279px) {
        .hkex_link__dropdown {
            margin-bottom: 15px;
        }
    }

    .hkex_link__dropdown > a {
        padding-left: 0;
    }

    .hkex_link__dropdown-list {
        position: absolute;
        top: 100%;
        width: 120px;
        background-color: #fff;
        color: #144168;
        display: flex;
        flex-direction: column;
        margin-top: 12px;
        left: 0;
        overflow: visible;
        display: none;
    }

        .hkex_link__dropdown-list:before {
            margin-left: -12px;
            bottom: 100%;
            left: calc(50% - 12px);
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            box-sizing: border-box;
            border: 9px solid transparent;
            border-bottom-color: #fff;
        }

        .hkex_link__dropdown-list > a {
            display: block;
            padding: 12px 14px 10px;
            border-bottom: 1px solid #d1dde6;
            line-height: 1;
        }

    @media screen and (max-width: 1279px) {
        .hkex_mobile_menu .hkex_menu_top {
            margin-bottom: 12px;
            position: relative;
            padding-right: 66px;
        }

            .hkex_mobile_menu .hkex_menu_top .hkex_lang {
                position: absolute;
                display: inline-flex;
                top: 14px;
                right: 0;
            }

        .hkex_mobile_menu > ul > li:first-child {
            border-top: 1px solid #e62742;
        }

        .hkex_link__dropdown-list {
            position: relative;
            background-color: transparent;
            color: #fff;
            width: 100%;
            margin-top: 6px;
        }

            .hkex_link__dropdown-list:before {
                display: none;
            }

            .hkex_link__dropdown-list > a {
                border-bottom: none;
                padding: 10px 14px 8px;
            }
    }

    @media screen and (max-width: 640px) {
        .hkex_mobile_menu .hkex_menu_top .hkex_exlink,
        .hkex_mobile_menu .hkex_menu_top .hkex_inlink {
            display: block;
        }

            .hkex_mobile_menu .hkex_menu_top .hkex_exlink a,
            .hkex_mobile_menu .hkex_menu_top .hkex_inlink a {
                display: block;
                width: 100%;
            }

                .hkex_mobile_menu .hkex_menu_top .hkex_exlink a + a,
                .hkex_mobile_menu .hkex_menu_top .hkex_inlink a + a {
                    margin-top: 15px;
                }
    }

    @media screen and (min-width: 768px) {
        .home_banner_section_container .banner_pattern {
            transform: scale(1);
            top: 0;
            height: 100%;
        }
    }

    @media screen and (max-width: 767px) {
        .section_container.highlight_banner .section_text,
        .home6_block .home_short_text {
            font-size: 16px;
            line-height: 1.4;
        }
    }

    .home_banner_title_text {
        font-weight: 500;
    }

    /*** Lastest News ***/
    .section_container_in.home6 {
        padding: 90px 0;
    }

    .section_container_approach_2.section_container {
        overflow: visible;
    }

    .section_container.doi_update {
        overflow: visible;
    }

    .ml_sorting_dropdown_list.w--open {
        max-height: 50vh;
        overflow: auto;
    }

    /* 2020-12-21 */
    /*.home6_container.wrapped > div {
    max-width: 675px;
}*/
    .home6_container.wrapped > div + div {
        margin-top: 24px;
        /*margin-bottom: 50px;*/
    }

    .home6_container.wrapped {
        justify-content: center;
        padding: 24px 0 24px 0;
    }

        .home6_container.wrapped > div .home6_block {
            padding: 100px 50px;
        }

    .ppl_1_block {
        margin-top: 0px !important;
        margin-bottom: 24px !important;
    }

    .section_container.doi_update {
        overflow: visible;
    }

    .ml_sorting_dropdown_list.w--open {
        max-height: 50vh;
        overflow: auto;
    }

    @media screen and (min-width: 768px) {
        .home6_container.wrapped > div + div {
            margin-left: 24px;
            margin-top: 0;
            margin-bottom: 0;
        }
    }

    @media screen and (max-width: 767px) {
        .announcement-text_day {
            margin-top: 0;
            margin-bottom: 0;
            font-weight: 400;
        }

        .home6_container.wrapped > div {
            margin: 0 auto;
        }
    }

    /**** group header dropdown list ****/
    .hkex_link__dropdown {
        position: relative;
    }

    .hkex_link__dropdown-list {
        position: absolute;
        top: 100%;
        width: 174px;
        background-color: #fff;
        color: #144168;
        display: flex;
        flex-direction: column;
        margin-top: 12px;
        left: 0;
        overflow: visible;
        display: none;
    }

        .hkex_link__dropdown-list:before {
            margin-left: -12px;
            bottom: 100%;
            left: calc(50% - 12px);
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            box-sizing: border-box;
            border: 9px solid transparent;
            border-bottom-color: #fff;
        }

        .hkex_link__dropdown-list > a {
            display: block;
            padding: 12px 14px 10px;
            border-bottom: 1px solid #d1dde6;
            line-height: 1;
        }

    .hkex_menu .hkex_menu_top .hkex_link__dropdown-list .hkex_dropdown_exlink:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url(../image/header_popup_red.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-left: 5px;
        margin-bottom: 1px;
    }

    .hkex_menu .hkex_menu_top .hkex_link__dropdown-list .hkex_dropdown_exlink:hover {
        background-color: #f2f6f8;
    }

    .hkex_mobile_menu .hkex_menu_top .hkex_link__dropdown-list .hkex_dropdown_exlink:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url(../image/header_popup.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-left: 5px;
        margin-bottom: 1px;
    }

    .hkex_link__dropdown > a {
        padding-right: 14px;
        position: relative;
    }

        .hkex_link__dropdown > a:after {
            position: absolute;
            top: 7px;
            right: 2px;
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 4px 0 4px;
            border-color: #fff transparent transparent transparent;
        }

    .hkex_mobile_menu .hkex_link__dropdown > a:after {
        top: 5px;
        right: -4px;
        border-width: 7px 6px 0 6px;
    }

    .hkex_new_menu--search .hkex_link__dropdown > a:after {
        border-color: #10416c transparent transparent transparent;
    }

    @media screen and (max-width: 1279px) {
        .hkex_mobile_menu .hkex_menu_top {
            margin-bottom: 12px;
            position: relative;
            padding-right: 66px;
        }

            .hkex_mobile_menu .hkex_menu_top .hkex_lang {
                position: absolute;
                display: inline-flex;
                top: 14px;
                right: 0;
            }

        .hkex_mobile_menu > ul > li:first-child {
            border-top: 1px solid #e62742;
        }

        .hkex_link__dropdown-list {
            position: relative;
            background-color: transparent;
            color: #fff;
            width: 100%;
            margin-top: 6px;
        }

            .hkex_link__dropdown-list:before {
                display: none;
            }

            .hkex_link__dropdown-list > a {
                border-bottom: none;
                padding: 10px 14px 8px;
            }
    }

    @media screen and (max-width: 640px) {
        .hkex_mobile_menu .hkex_menu_top .hkex_exlink,
        .hkex_mobile_menu .hkex_menu_top .hkex_inlink {
            display: block;
        }

            .hkex_mobile_menu .hkex_menu_top .hkex_exlink a,
            .hkex_mobile_menu .hkex_menu_top .hkex_inlink a {
                display: block;
                width: 100%;
            }

                .hkex_mobile_menu .hkex_menu_top .hkex_exlink a + a,
                .hkex_mobile_menu .hkex_menu_top .hkex_inlink a + a {
                    margin-top: 15px;
                }
    }
    /**** end group header dropdown list ****/

    .breadcrumb_dropdown_link.w--current {
        font-weight: 700;
    }

    .breadcrumb_dropdown_link {
        color: #144168 !important;
        background-color: hsla(0, 0%, 100%, 0.9) !important;
    }

        .breadcrumb_dropdown_link:hover {
            color: #fff !important;
            background-color: rgba(20, 65, 104, 0.9) !important;
            text-decoration: none !important;
        }

    .hkex_link__dropdown > a.active:after {
        transform: rotate(180deg);
    }

    .hkex_new_menu--search .hkex_link__dropdown > a:after {
        border-color: #10416c transparent transparent transparent;
    }

    @media screen and (max-width: 1279px) {
        .hkex_mobile_menu .hkex_menu_top {
            margin-bottom: 12px;
            position: relative;
            padding-right: 66px;
        }

            .hkex_mobile_menu .hkex_menu_top .hkex_lang {
                position: absolute;
                display: inline-flex;
                top: 14px;
                right: 0;
            }

        .hkex_mobile_menu > ul > li:first-child {
            border-top: 1px solid #e62742;
        }

        .hkex_link__dropdown-list {
            position: relative;
            background-color: transparent;
            color: #fff;
            width: 100%;
            margin-top: 6px;
        }

            .hkex_link__dropdown-list:before {
                display: none;
            }

            .hkex_link__dropdown-list > a {
                border-bottom: none;
                padding: 10px 15px 8px;
                font-size: 14px;
                line-height: 18px;
            }
    }

    @media screen and (max-width: 640px) {
        .hkex_mobile_menu .hkex_menu_top .hkex_exlink,
        .hkex_mobile_menu .hkex_menu_top .hkex_inlink {
            font-size: 14px;
            line-height: 18px;
            display: block;
            padding-left: 0;
            margin-top: 20px;
        }

            .hkex_mobile_menu .hkex_menu_top .hkex_exlink a,
            .hkex_mobile_menu .hkex_menu_top .hkex_inlink a {
                display: block;
                width: 100%;
                font-size: 14px;
                line-height: 18px;
            }

                .hkex_mobile_menu .hkex_menu_top .hkex_exlink a + a,
                .hkex_mobile_menu .hkex_menu_top .hkex_inlink a + a {
                    margin-top: 15px;
                }
    }
    /**** end group header dropdown list ****/

    .breadcrumb_dropdown_link.w--current {
        font-weight: 700;
    }

    .breadcrumb_dropdown_link {
        color: #144168 !important;
        background-color: hsla(0, 0%, 100%, 0.9) !important;
    }

        .breadcrumb_dropdown_link:hover {
            color: #fff !important;
            background-color: rgba(20, 65, 104, 0.9) !important;
            text-decoration: none !important;
        }

    .hkex_new_menu_relative {
        position: relative;
    }

    @media screen and (min-width: 521px) {
        .home_banner_video {
            background-position-x: center !important;
            background-position: top center !important
        }
    }

    .section_container.richtext p {
        margin-bottom: 14px;
    }

    /** chinese content line-height in banner **/
    html:not([lang="en"]) .home_banner_tagline {
        line-height: 1.2 !important;
    }

    /*** set no grey colour bar in board of director ***/
    .section_container.bio_detail_2.bio-clear {
        background-color: inherit !important;
    }

    .section_container_in.breadcrumb a {
        color: #fff;
    }


    .banner_corner_detail {
        padding-bottom: 12px;
        margin-bottom: 4px;
        /*border-bottom: 1px solid rgba(255,255,255,0.4);*/
        font-size: 14px;
        margin-top: 12px;
    }

        .banner_corner_detail td {
            padding-right: 10px;
        }

    @media (max-width: 768px) {
        .richtext-wrapper .table-container {
            max-height: 100%;
        }
    }

    /**** mobile menu, language part put to top right ****/
    .menu_lang_btn_container {
        padding-top: 0 !important;
        position: absolute;
        top: 105px;
        right: 24px;
        padding-right: 3%;
        width: auto;
        z-index: 10;
    }

    /** prevent influence by group css **/
    .market-hkex .menu_btn_arrow {
        background-image: inherit;
    }

    /** mobile menu **/
    .menu_container_in._1st {
        border-top: 1px solid #e62742;
    }

        .menu_container_in._1st + .menu_container_in._1st {
            border-top: none;
        }


    /**** new breadcrumb layout ****/
    .hkex-breadcrumb__item {
        display: inline-block;
        position: relative;
        vertical-align: top;
    }

    .hkex-breadcrumb__item {
        padding-right: 28px;
        margin-bottom: 5px;
    }

        .hkex-breadcrumb__item:not(:last-child):before {
            content: "/";
            position: absolute;
            right: 10px;
            top: 0;
            font-size: 20px;
            font-weight: 400;
            color: #fff;
        }

        .hkex-breadcrumb__item.hkex-breadcrumb__item--dropdown:not(:last-child):before {
            content: "/";
            position: absolute;
            right: 5px;
            top: 0;
            font-size: 20px;
            font-weight: 400;
            color: #fff;
        }


    .hkex-breadcrumb__dropdown {
        position: absolute;
        top: 100%;
        max-width: 90vw;
        min-width: 200px;
        padding-top: 14px;
        display: none;
        z-index: 1;
    }

    @media screen and (max-width: 767px) {
        .hkex-breadcrumb__dropdown {
            max-width: 100%;
            min-width: 150px;
        }
    }

    .hkex-breadcrumb__dropdown:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-bottom-color: hsla(0, 0%, 100%, 0.9); /*#FFF;*/
        position: absolute;
        top: -10px;
        left: 20px;
        box-sizing: border-box;
    }

    .hkex-breadcrumb__dropdown-link {
        display: block;
        color: #144168 !important;
        padding: 12px 38px 12px 18px;
        position: relative;
        background-color: hsla(0, 0%, 100%, 0.9) !important; /*#FFF !important;*/
    }

        .hkex-breadcrumb__dropdown-link:hover {
            background-color: rgba(20, 65, 104, 0.9) !important; /*#144168 !important;*/
            text-decoration: none !important;
            color: #fff !important;
        }

        .hkex-breadcrumb__dropdown-link:after {
            content: "";
            display: inline-block;
            width: 7px;
            height: 7px;
            border-top: 3px solid #144168;
            border-right: 3px solid #144168;
            transform: rotate(45deg);
            position: absolute;
            transform-origin: center center;
            right: 18px;
            top: calc(50% - 4px);
        }

        .hkex-breadcrumb__dropdown-link:hover:after {
            border-top: 3px solid #ffffff;
            border-right: 3px solid #ffffff;
        }

        .hkex-breadcrumb__dropdown-link.hkex-breadcrumb__dropdown-link {
            border-top: 1px solid #144168;
        }

    .hkex-breadcrumb__item--dropdown:after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border-bottom: 2px solid #Fff;
        border-right: 2px solid #FFF;
        transform-origin: center center;
        transform: rotate(45deg);
        position: absolute;
        right: 25px;
        top: 2px;
    }

    .hkex-breadcrumb__item--dropdown {
        padding-right: 44px;
    }

        .hkex-breadcrumb__item--dropdown.active:after {
            transform: rotate(-135deg);
            top: 7px;
        }

        .hkex-breadcrumb__item--dropdown.active .hkex-breadcrumb__dropdown {
            display: block;
        }

        .hkex-breadcrumb__link:hover div,
        .hkex-breadcrumb__item--dropdown:hover::after {
            opacity: 0.75
        }

    .hkex-breadcrumb__dropdown-link.w--current {
        font-weight: 700;
    }
    /**** end new breadcrumb layout ****/

    body {
        transition: all 0.5s ease;
    }

        body:not(.page-ready) {
            opacity: 0;
        }

    .bio_detail_2_text p {
        margin-bottom: 0;
    }

    .section_container_in.home_5 {
        z-index: 5;
    }

    .section_container_in.no_padding {
        padding: 0 !important;
    }
    /*.section_container_in.home_2 {
    display: flex;
}*/

    /* large event banner tab */
    .large-event-container .section_container_in {
        display: flex;
    }

    /** remove scroll bar in ir calendar **/
    .ir_calendar__slide::-webkit-scrollbar {
        display: none;
    }

    .ir_calendar__slide {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    /** end remove scroll bar **/

    .home_banner_video {
        transition: all 0.3s ease;
    }

        .home_banner_video:not(.active) {
            opacity: 0;
            pointer-events: none;
            transition-delay: 0.3s;
        }

        .home_banner_video.active {
            opacity: 1;
        }

    .banner_corner_block_v2 {
        margin: 0 !important;
    }

        .banner_corner_block_v2 > * {
            position: relative;
            z-index: 2;
            color: #fff;
        }

    .home_big_text {
        opacity: 1 !important;
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
        transform-style: preserve-3d !important;
        margin-right: auto;
    }

    .banner_corner_block_v2_holder {
        position: relative;
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
    }

    .hkexGroupLandingSlider-pagination .swiper-pagination-bullet {
        border-radius: 0;
        width: 36px;
        background-color: #FFF;
        height: 4px;
        margin-right: 10px;
    }

    .hkexGroupLandingSlider-pagination {
        text-align: left;
    }

    .swiper-pagination-holder {
        position: relative;
        margin: 0 auto;
        max-width: 1400px;
        padding-right: 50px;
        padding-left: 50px;
        height: 12px;
        line-height: 0;
        margin-bottom: 24px;
    }

    .home_banner_section_container {
        padding-bottom: 32px;
    }

    .banner_img {
        background-size: cover;
    }

    @media screen and (min-width: 1280px) {
        .banner_corner_block_v2 {
            width: 400px;
            position: absolute;
            bottom: 262px;
            right: 0;
        }
        /* .hkexGroupLandingSlider .swiper-slide {
        padding-right: 320px;
    } */
    }

    @media screen and (max-width: 1279px) {
        .section_container_in.home_banner {
            padding-bottom: 24px;
        }

        .banner_corner_block_v2_holder {
            padding-right: 40px;
            padding-left: 40px;
        }
    }

    @media screen and (max-width: 991px) {
        .swiper-pagination-holder {
            padding-right: 40px;
            padding-left: 40px;
        }
    }

    @media screen and (max-width: 767px) {
        .banner_corner_block_v2_holder,
        .swiper-pagination-holder {
            padding-right: 25px;
            padding-left: 25px;
        }
    }

    @media screen and (max-width: 479px) {
        .banner_corner_block_v2_holder,
        .swiper-pagination-holder {
            padding-right: 20px;
            padding-left: 20px;
        }
    }

    .section_container.banner.home .home_banner_3btn_row {
        margin-top: 45px;
    }

    .section_container.banner.home .home_banner_3btn_line {
        width: 2.8px;
        height: 24px;
        opacity: 0.9;
    }

    @media screen and (max-width: 479px) {
        .section_container.banner.home .home_banner_3btn_line {
            width: 2.5px;
            height: 18px;
        }
    }

    .section_container.banner.home .home_banner_3btn {
        font-size: 18px;
        line-height: 18px;
        font-weight: 900;
    }

    @media screen and (max-width: 479px) {
        .section_container.banner.home .home_banner_3btn {
            font-size: 16px;
            line-height: 16px;
        }
    }

    @media print {
        body,
        table,
        div,
        p {
            max-height: initial !important;
            height: auto !important;
        }

        .footer_holder,
        .home2_slider_arrow,
        .section_container_footer,
        .overlay.noindex,
        .hkex_new_menu,
        .main-container,
        .footer_holder,
        .landing_x_animate,
        .hkex_new_menu_spaceholder,
        .hkex_new_menu_relative,
        #card_video_popup,
        .banner_corner_block_v2,
        .hkex-breadcrumb__row,
        .banner_pattern_container,
        .home_4_block_btn,
        .wwa_7_left_bg_img_for_wide_screen,
        .wwa_slider_arrow,
        .wwa_9_tabs_menu,
        .ppl_1_img_frame,
        .ppl_1_img_color_filter,
        .for_3_block .swiper-button-prev,
        .swiper-container-rtl .swiper-button-next,
        .for_3_block .swiper-button-next,
        .swiper-container-rtl .swiper-button-prev,
        .doi_update_btn,
        .ir5_bg_line,
        .ir5_point_dot {
            display: none !important;
        }

        .w-slider-nav {
            position: relative !important;
        }

        * {
            opacity: 1 !important;
            transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
            transform-style: preserve-3d !important;
            background-attachment: scroll !important;
        }

        .home_4_block.w-inline-block {
            width: 100% !important;
            padding-right: 0 !important;
        }

        .ppl_1_popup {
            position: relative !important;
            top: auto !important;
            left: auto !important;
            margin: auto !important;
        }

        .ir5_block {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .home_speakers_slide,
        .join_7_right {
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .card_row.card_row_2x {
            height: auto !important;
            display: flex !important;
        }

        .column_item {
            position: relative !important;
            width: auto !important;
            left: auto !important;
            top: auto !important;
            margin-bottom: 12px;
        }

        .home_banner_text {
            max-width: 100% !important;
        }

            .home_banner_text div {
                display: inline-block !important;
                width: auto !important;
            }

        .home_2_right {
            margin-top: 0 !important;
        }

        .section_container.home_cards .card_col:nth-child(2) .card_item a {
            min-height: 300px !important;
        }

        .card_item.card_row {
            display: flex !important;
        }

        .bg_filter {
            opacity: 1 !important;
        }

        .color_layer {
            opacity: 0.8 !important;
        }

        .section_container.highlight_banner.statis_image_bg
        .bg_filter
        .color_layer {
            height: 100% !important;
        }

        .home6_container_in_mask {
            opacity: 0.4 !important;
        }

        .home6_container_in > .home6_container_in_mask {
            height: 100% !important;
            width: 100% !important;
        }

        .banner_opacity_filter {
            opacity: 0.35 !important;
        }

        .wwa_4_slider_bg_img.graphic {
            background-position: 50% !important;
            background-color: rgba(0, 0, 0, 0.4) !important;
        }

        .section_title_line {
            height: 1px !important;
        }

        .announcement-text-date {
            width: 76px !important;
            height: 76px !important;
            display: flex !important;
            justify-content: center !important;
            text-align: center !important;
            align-items: center !important;
        }

        .announcement-text_row {
            display: flex !important;
            flex-wrap: nowrap;
        }

        .whats_on_tdy_ball {
            width: 76px !important;
            height: 76px !important;
            display: flex !important;
        }

        .whats_on_tdy_btn_set,
        .whats_on_tdy_btn_share_block {
            display: none !important;
        }

        .whats_on_tdy_row {
            display: flex !important;
        }

        .hkexGroupLandingSlider .swiper-slide:not(.swiper-slide-active) {
            display: none !important;
        }
    }

    .home_banner_rwds_2 {
        display: flex;
        column-gap: 18px;
    }

    #StockCodeTitle {
        font-size: 32px;
    }

    .ir_rmb_st {
        margin-top: 15px;
    }

    .banner_corner_mkecap {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .home_banner_tagline a,
    .home_banner_rwds a,
    .home_banner_small_text {
        text-decoration: none;
    }