

/*================================================================================*/
/* Table */
/*================================================================================*/
.repos_section p a {
    color: inherit;
    text-decoration: underline;
}
.repos_section--white {
    background: #fff;
    color: #10416c;
}
.repos_section--navy {
    background: #104b79;
    color: #fff;
}
.repos_section--grey {
    background: #efefef;
    color: #10416c;
}
.repos_section--greyblue {
    background: #d1dde6;
    color: #10416c;
}
.repos_section--asian {
    background: linear-gradient(0deg, #54a4ed 50%, #26acde 100%);
    color: #fff;
    background-image: url(img/repos_bg10.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    background: #d1dde6;
    color: #10416c;
    background-image: none;
}
.repos_section--director {
    background-color: #000;
    color: #fff;
    background-image: url(img/repos_bg8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.repos_section--board {
    background-color: #000;
    color: #fff;
    background-image: url(img/repos_bg6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    background-image: url(img/HKEX_4521.png);
}
.repos_section--industry {
    background-color: #000;
    color: #fff;
    background-image: url(img/repos_bg9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.repos_section--tenure {
    background: #000;
    color: #fff;
    background-image: url(img/repos_bg5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;

    background-image: url(img/DSC_3519.png);
}
.repos_section--tenure_dark {
    background: #000;
    color: #fff;
    background-image: url(img/repos_bg7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.repos_section--overboard {
    background: #0b286c;
    color: #fff;
    background-image: url(img/repos_bg4.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom right;

    background-color: #13426B;
    background-image: none;
}
.repos_section--number-of-issuers {
    background: #0b286c;
    color: #fff;
    background-image: url(img/repos_bg11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.repos_section--overboard-2 {
    color: #fff;
    background-image: url(img/repos_bg12.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    background-image: url(img/HKEX_6806.png);
}
.repos_section--two-circle {
    background-color: #f3f7fa;
    background-image: url(img/repos_bg13.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.repos_section-compact .section_container_in {
    padding-top: 10px;
    padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
    .repos_section--overboard {
        background-size: contain;
    }
}
/* -------------------------------------------------------------------------------- */
.repos_subbanner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 400px;
}
.repos_subbanner_inner {
    width: 100%;
}
/*================================================================================*/
/* 2 COL */
/*================================================================================*/
.repos_2col {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
}
.repos_2col--center {
    align-items: center;
}
.repos_2col .repos_2col_item {
    width: 50%;
}
.repos_2col .repos_2col_item_big {
    width: 70%;
}
.repos_2col .repos_2col_item_small {
    width: 30%;
}
.repos_2col .repos_2col_item:nth-of-type(1) {
    padding-right: 40px;
}
.repos_2col .repos_2col_item:nth-of-type(2) {
    padding-left: 40px;
}
.repos_section--asian .repos_2col {
    max-width: 1000px;
}
.repos_section--asian .repos_2col .repos_2col_item:nth-of-type(1) {
    width: 40%;
}
.repos_section--asian .repos_2col .repos_2col_item:nth-of-type(2) {
    width: 60%;
}
.repos_section--director .repos_2col {
    max-width: 1000px;
}
@media screen and (max-width: 1279px) {
    .repos_2col .repos_2col_item:nth-of-type(1) {
        padding-right: 30px;
    }
    .repos_2col .repos_2col_item:nth-of-type(2) {
        padding-left: 30px;
    }
}
@media screen and (max-width: 1023px) {
    .repos_2col .repos_2col_item:nth-of-type(1) {
        padding-right: 20px;
    }
    .repos_2col .repos_2col_item:nth-of-type(2) {
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .repos_2col {
        flex-wrap: wrap;
    }
    .repos_2col .repos_2col_item {
        width: 100% !important;
        flex: auto;
    }
    .repos_2col .repos_2col_item:nth-of-type(1) {
        padding-right: 0px;
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid #d1dde6;
        border-right: none;
    }
    .repos_2col .repos_2col_item:nth-of-type(2) {
        padding-left: 0px;
    }
}
/*================================================================================*/
/* Table */
/*================================================================================*/
.repos_table {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}
.repos_table table {
    width: 100%;
    margin: 0px;
}
.repos_table table th,
.repos_table table td {
    border-right: 1px solid rgba(196, 196, 196, 0.3);
}
.repos_table table th {
    background: #10416c;
    color: #fff;
    padding: 30px 40px;
    padding: 15px 20px;
    text-align: left;
}
.repos_table table th.active {
    background: #1dd1da;
}
.repos_table table th a {
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.repos_table table th a:hover {
    color: inherit;
    text-decoration: underline;
}
.repos_table table th.active a:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-left: 10px;
    border-width: 5px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    transition: 0.3s all ease;
}
.repos_table table th a.reverse:after {
    transform: rotate(180deg);
}
.repos_table table td {
    background: #fff;
    color: #10416c;
    padding: 20px 40px;
    padding: 15px 20px;
}
.repos_table table td a {
    color: #10416c;
}
.repos_table table tr:nth-of-type(odd) td {
    background: #f2f6f8;
}
.repos_table > p {
    margin-top: 20px;
}
.repos_table > p.footnotes {
  font-style: italic;
}
@media screen and (max-width: 1023px) {
    .repos_table table th {
        padding: 15px 30px;
        padding: 10px 10px;
    }
    .repos_table table td {
        padding: 15px 30px;
        padding: 10px 10px;
    }
}
@media screen and (max-width: 767px) {
    .repos_table table th {
        padding: 10px 20px;
        padding: 5px 10px;
    }
    .repos_table table td {
        padding: 10px 20px;
        padding: 5px 10px;
    }
}
@media screen and (max-width: 479px) {
    .repos_table table th {
        padding: 5px 10px;
        padding: 5px 5px;
    }
    .repos_table table td {
        padding: 5px 10px;
        padding: 5px 5px;
    }
}
/*================================================================================*/
/* HIGH CHARTS */
/*================================================================================*/
.highcharts-background {
    display: none;
}
.highcharts-text-outline {
    display: none;
}
.highcharts-credits {
    display: none;
}
/* -------------------------------------------------------------------------------- */
.repos_chart_ball {
    position: relative;
    max-width: 360px;
    margin: 0px;
}
.repos_chart--center .repos_chart_ball {
    margin: 0px auto;
}
.repos_chart_ball--big {
    max-width: 440px;
    margin: 0px;
}
.repos_chart_ball--small {
    max-width: 250px;
    margin: 0px;
}
.repos_chart_ball:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.repos_chart_ball:after {
    content: "";
    display: none;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 99;
    background: #000;
}
.repos_chart_ball .repos_chart_item {
    display: block;
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.repos_chart_ball .repos_chart_item:before {
    content: "";
    display: block;
    padding-bottom: 100%;
    border-radius: 50%;
    background: linear-gradient(
        15deg,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.3) 100%
    );
}
.repos_chart_ball .repos_chart_item .ball {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.repos_chart_ball .repos_chart_item .value {
    font-size: 3em;
    font-weight: bold;
}
.repos_chart_gender{
    display: inline-block;
    width: 30px; height: 45px;
    background-image: url(img/repos_gender.png);
    background-repeat: no-repeat;
    background-position:  center center;
    background-size: contain;
}
@media screen and (max-width: 1023px) {
    .repos_chart_ball .repos_chart_item .name{
        max-width: 150px;  
    }
    .repos_chart_ball .repos_chart_item .value{
        font-size: 2.5em;
    }
}
@media screen and (max-width: 767px) {
    .repos_chart_ball .repos_chart_item .name{
        max-width: 150px;  
    }
    .repos_chart_ball .repos_chart_item .value{
        font-size: 2em;
    }
}
.repos_chart_ball .repos_chart_item_no_before:before {
    content: none;
}
/* -------------------------------------------------------------------------------- */
.repos_chart_area--multi {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.repos_chart_area--multi .repos_chart_area_sub {
    width: 33.33%;
}
.repos_chart_area--multi .repos_chart_area_sub--last {
    width: 50%;
}
.repos_chart_area--multi .repos_chart_desc {
    width: 50%;
}
@media screen and (max-width: 1023px) {
    .repos_chart_area--multi .repos_chart_area_sub {
        width: 50%;
    }
    .repos_chart_area--multi .repos_chart_desc {
        width: 100%;
        margin-top: 40px;
    }
}
/* -------------------------------------------------------------------------------- */
.repos_chart_average {
    margin: 5px 0px 0px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.repos_chart_average .repos_chart_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 10px 0px 0px;
    margin: 0px 10px 10px 0px;
    border-right: 1px solid #d1dde6;
    width: auto;
}
.repos_chart_average .repos_chart_item:last-of-type {
    border: none;
}
.repos_chart_average .repos_chart_item .name {
    margin-right: 10px;
}
.repos_chart_average .repos_chart_item .desc {
    color: #666;
}
.repos_chart_average--dark .repos_chart_item .desc {
    color: #fff;
}
/* -------------------------------------------------------------------------------- */
.repos_chart_legend .repos_chart_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    width: 100%;
}
.repos_chart_legend .repos_chart_item .box {
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    margin-right: 10px;
}
.repos_chart_legend .repos_chart_item .name{
    text-align: left;
}

.repos_chart_legend--1row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.repos_chart_legend--1row .repos_chart_item {
    width: auto;
    margin: 0px 20px 10px 0px;
}
/* -------------------------------------------------------------------------------- */
.repos_chart_rank {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.repos_chart_rank .repos_chart_item {
    position: relative;
    min-height: 80px;
    margin: 20px 40px 0px 0px;
    padding: 0px 0px 0px 100px;
    text-align: left;
}
.repos_chart_rank .repos_chart_item .name {
    font-size: 1.2em;
    font-weight: bold;
}
.repos_chart_rank .repos_chart_item .desc {
    font-size: 1.2em;
}
.repos_chart_rank .repos_chart_item .value {
    font-size: 2.4em;
    font-weight: bold;
}
.repos_chart_rank .repos_chart_item .desc {
    display: block;
    width: 100%;
}
.repos_chart_rank .repos_chart_item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.repos_chart_rank .repos_chart_item:nth-of-type(1) {
    width: calc(45% - 40px); 
}
.repos_chart_rank .repos_chart_item:nth-of-type(2) {
    width: calc(30% - 40px);
}
.repos_chart_rank .repos_chart_item:nth-of-type(3) {
    width: calc(25% - 40px);
}
.repos_chart_rank .repos_chart_item:nth-of-type(1):before {
    background-image: url(img/repos_rank1.png);
}
.repos_chart_rank .repos_chart_item:nth-of-type(2):before {
    background-image: url(img/repos_rank2.png);
}
.repos_chart_rank .repos_chart_item:nth-of-type(3):before {
    background-image: url(img/repos_rank3.png);
}
.repos_chart_rank .repos_chart_item:nth-of-type(1) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.repos_chart_rank .repos_chart_item:nth-of-type(1) .text {
    max-width: 230px; margin-right: 20px;
}
.repos_chart_rank .repos_chart_item:nth-of-type(1) .value {
    font-size: 3.6em;
}
@media screen and (max-width: 1279px) {
    .repos_chart_rank .repos_chart_item .name {
        font-size: 1.2em;
    }
    .repos_chart_rank .repos_chart_item .desc {
        font-size: 1.2em;
    }
    .repos_chart_rank .repos_chart_item .value {
        font-size: 2em;
    }
    .repos_chart_rank .repos_chart_item:nth-of-type(1) .value {
        font-size: 3em;
    }
}
@media screen and (max-width: 1023px) {
    .repos_chart_rank {
        flex-wrap: wrap;
    }
    .repos_chart_rank .repos_chart_item:nth-of-type(1) {
        width: calc(100% - 40px);
    }
    .repos_chart_rank .repos_chart_item:nth-of-type(2) {
        width: calc(50% - 40px);
    }
    .repos_chart_rank .repos_chart_item:nth-of-type(3) {
        width: calc(50% - 40px);
    }
}
@media screen and (max-width: 767px) {
    .repos_chart_rank .repos_chart_item .name {
        font-size: 1em;
    }
    .repos_chart_rank .repos_chart_item .desc {
        font-size: 1em;
    }
    .repos_chart_rank .repos_chart_item .value {
        font-size: 1.5em;
    }
    .repos_chart_rank .repos_chart_item:nth-of-type(1) .value {
        font-size: 2em;
    }
}
@media screen and (max-width: 479px) {
    .repos_chart_rank .repos_chart_item:nth-of-type(2) {
        width: calc(100% - 40px);
    }
    .repos_chart_rank .repos_chart_item:nth-of-type(3) {
        width: calc(100% - 40px);
    }
}
/* -------------------------------------------------------------------------------- */
.repos_info {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.repos_info_item {
    display: block;
    align-items: center;
    justify-content: flex-start;
    margin: 0px 0px 10px 0px;
    width: 100%;
}
.repos_info .number {
    color: #1dd1da;
    font-weight: 600;
    margin: 0px 5px;
    font-size: 1.5em;
}
.repos_info--border {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #999;
}
.repos_info--1col .repos_info_item {
    width: 100%;
}
/*================================================================================*/
/* Search */
/*================================================================================*/
.repos_intro {
    border-bottom: 1px solid #d1dde6;
    background: #fff;
}
.repos_intro .section_container_in {
    padding-top: 40px;
    padding-bottom: 40px;
}
/* -------------------------------------------------------------------------------- */
.repos_issuer {
    border-bottom: 1px solid #d1dde6;
    background: #fff;
}
.repos_issuer .section_container_in {
    padding-top: 20px;
    padding-bottom: 20px;
}
.repos_issuer_list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.repos_issuer_list a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 30px;
    color: #10416c;
    padding: 0px 20px 0px 0px;
    margin: 0px 20px 0px 0px;
    border-right: 1px solid #d1dde6;
}
.repos_issuer_list a:last-of-type {
    border: none;
}
.repos_issuer_list a:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #e62742;
    border-right: 1px solid #e62742;
    margin-left: 5px;
    transform: rotate(45deg);
}
.repos_issuer_list a.active:after {
    transform: rotate(135deg);
    margin-left: 15px;
}
@media screen and (max-width: 767px) {
    .repos_issuer_list {
        flex-wrap: wrap;
    }
    .repos_issuer_list a {
        border: none;
        width: 100%;
        margin-bottom: 10px;
    }
}
/* -------------------------------------------------------------------------------- */
.repos_search {
    border-bottom: 1px solid #d1dde6;
    background: #fff;
    position: static;
}
.repos_search .section_container_in {
    padding-top: 20px;
    padding-bottom: 20px;
}
.repos_search_bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.repos_search_bar label {
    margin: 0px 40px 0px 0px;
}
.repos_search_bar label.search {
    flex: 1;
}
.repos_search_bar input[type="text"] {
    display: block;
    width: 100%; height: 40px; line-height: 40px;
    padding: 10px 20px 10px 40px;
    border-radius: 4px;
    border: 1px solid #d1dde6;
    background: #f2f6f8;
    background-image: url(img/repos_search.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center left 10px;
}
.repos_autocomplete_pop{
    position: absolute; z-index: 9999;
    background: #F2F6F8;
    border: 1px solid #d1dde6;
    padding: 15px 40px 10px 40px;
}
.repos_autocomplete_pop a{ 
    display: block; margin-bottom: 5px; 
    color: #4a4a4a;
}


@media screen and (max-width: 767px) {
    .repos_search_bar {
        flex-wrap: wrap;
    }
    .repos_search_bar label.search {
        width: 100%;
        flex: auto;
        margin-top: 20px;
    }
}
/*================================================================================*/
/* MISC */
/*================================================================================*/
.repos_title {
    font-size: 36px;
}
@media screen and (max-width: 1023px) {
    .repos_title {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    .repos_title {
        font-size: 24px;
    }
}
@media screen and (max-width: 479px) {
    .repos_title {
        font-size: 20px;
    }
}
.banner_container {
    width: 100%;
    max-width: none;
}

/*================================================================================*/
/*================================================================================*/
/*  211007 Issuers toggle START  */
.repos_issuer_toggle_container {
    display: none;
    background-color: #fff;
    border-bottom: 1px solid #d1dde6;
}
.repos_issuer_toggle_container .section_container_in {
    padding-top: 28px;
    padding-bottom: 28px;
}
.repos_issuer_toggle_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 992px;
}
.repos_issuer_toggle_content-left {
    width: 260px;
    padding-right: 48px;
    flex-shrink: 0;
}
.market-hkex .repos_issuer_type {
    appearance: none;
    background-color: transparent;
    text-align: left;
    width: calc(100% / 3);
    margin-bottom: 5px;
    color: #4a4a4a;
    font-weight: 300;
}
.market-hkex .repos_issuer_type_bold {
    font-weight: 900;
    display: block;
    margin-bottom: 12px;
    width: 100%;
    color: #144168;
}
.repos_issuer_type:hover {
    text-decoration: underline;
}
.repos_issuer_toggle_content-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.repos_issuer_list .repos_issuer_toggle_btn:after {
    transform: rotate(135deg);
    margin-left: 12px;
    transition: 0.3s all ease;
}
.repos_issuer_list .repos_issuer_toggle_btn.opened:after {
    transform: rotate(-45deg);
}
@media screen and (max-width: 991px) {
    .market-hkex .repos_issuer_type:not(.market-hkex .repos_issuer_type_bold) {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .repos_issuer_toggle_content {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .repos_issuer_toggle_content-left {
        width: 100%;
        padding-right: 0;
    }
}
/*  211007 Issuers toggle END  */
/*  211008 Popup START */
.text-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.text-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}
.text-popup__wrapper {
    max-width: 991px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 24px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
}
.text-popup__container {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 68px 48px;
    border-radius: 5px;
    max-width: 100%;
    max-height: 80%;
    overflow: auto;
}
.text-popup__close-btn {
    background-color: transparent;
    position: absolute;
    padding: 0;
    width: 24px;
    height: 24px;
    top: 24px;
    right: 24px;
}
.text-popup__close-btn:before,
.text-popup__close-btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #aaa;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(45deg);
}
.text-popup__close-btn:after {
    transform: rotate(-45deg);
}
.text-popup__close-btn:hover:before,
.text-popup__close-btn:hover:after {
    background-color: red;
}
.text-popup__content {
    display: none;
}
.text-popup__content p {
    line-height: 1.5;
}
.overflow-hidden {
    overflow: hidden;
}
.director_table {
    width: 992px;
    max-width: 100%;
    overflow: auto;
    margin-bottom: 0;
}
.director_table table {
    width: 100%;
    min-width: 640px;
    text-align: left;
}
.director_table table tr {
    border-bottom: 1px #aaa solid;
}
.director_table table th {
    padding: 0;
    padding-right: 24px;
    padding-bottom: 12px;
    background-color: transparent;
    border: 0;
    color: inherit;
}
.director_table table td {
    padding: 24px 0;
    padding-right: 24px;
    color: inherit;
    border: 0;
    background: transparent;
}
.director_table table tr:nth-of-type(odd) td {
    background: transparent;
}
.director_table a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}
.director_table a:hover{ text-decoration: underline; }
.director_table_msg{ min-width: 240px; text-align: center; }

/* 211008 Popup END */
/* 211008 Director START */
.director_info p {
    display: inline-block;
    vertical-align: top;
}
.director_info p {
    margin-right: 28px;
}
.director_title {
    padding-bottom: 12px;
}
/* 211008 Director END */
/* 211911 Dart START */
.repos_chart_dart {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.repos_chart_item {
    width: calc(25% - 48px);
    text-align: center;
    position: relative;
    margin-bottom: 24px;
}
.repos_chart_dart_top {
    position: relative;
    width: 80%;
    height: 80px;
    margin: 0 auto;
}
.repos_chart_dart_top:before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: rgba(239, 239, 239, 0.6);
    display: block;
}
.repos_chart_dart_top_col {
    width: 2px;
    height: calc(100% - 5px);
    display: block;
    position: absolute;
    top: 5px;
    left: 35%;
    background-color: #fff;
}
.repos_chart_dart_top_col:nth-child(2) {
    left: 65%;
}
.repos_chart_dart_top_col:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #fff;
}
.repos_chart_dart_holder {
    width: 170px;
    max-width: 100%;
    margin: -20px auto 0;
}
.repos_chart_dart_body {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.repos_chart_dart_body:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px #fff solid;
}
.repos_chart_dart_content {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px rgb(255 255 255 / 50%) solid;
    border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
}
.repos_chart_dart_content .value {
    font-size: 58px;
}
@media screen and (max-width: 991px) {
    .repos_chart_item {
        width: calc(50% - 24px);
    }
    .repos_chart_dart_top {
        max-width: 240px;
        width: 100%;
    }
}
@media screen and (max-width: 375px) {
    .repos_chart_item {
        width: 100%;
    }
}
/* // 2023-08-24-18-05 */

.market-hkex{ padding-top: 0px;}

/* // 2023-08-24-18-05 */

.section_title_line {
    width: 150px;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #e62742;
}
.nav-content-wrap{ font-size: 16px;}
/* 211911 Dart END */


/* // 2023-08-24-18-05 */
.repos_intro .section_container_in .flex_inline {
  display: inline-flex;
}
.repos_intro .section_container_in .flex_inline .desc {
  font-size: 16pt;
  margin-right: 5px;
}
.repos_intro .section_container_in .flex_inline .xmark {
  background-image: url(img/X-mark-580x380-canvas.png);
  background-repeat: no-repeat;
  width: 420px;
  margin-left: -65px;
  margin-top: -25px;
  min-height: 350px;
}
.repos_chart_item .legend-detail {
  display: block;
}
.repos_chart_item .legend-detail .typography {
  text-align: left;
}
.repos_chart_item .legend-detail div.color-box {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.repos_chart_item .legend-detail span.color-box-title {
  vertical-align: middle;
}
.repos_chart_item .legend-detail .typography .desc {
  font-size: 2em;
}
/* // 2023-08-24-18-05 */

/* // 2024-07-11-17-30 */
@media screen and (max-width: 767px) {
    .repos_intro .section_container_in .flex_inline {
	flex-direction: column
    }
    .repos_intro .section_container_in .flex_inline .desc {
	width: 100% !important;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .repos_intro .section_container_in .flex_inline .xmark {
	background-position: right;
	margin: 0;
	width: auto;
	max-width: 420px;
    }
}
@media screen and (max-width: 479px) {
    .repos_intro .section_container_in .flex_inline .xmark {
	background-position: center;
	margin: 0;
	width: auto;
	max-width: 420px;
    } 
}
/* // 2024-07-11-17-30 */