﻿
  
.hkexweb-top-panel {
    background: #062b52;
    position: relative;
    width: 100%;
    left: 0;
    bottom: 100%;
    z-index: 1000; }
  
  /** hkexweb-top-panel__top **/
  .hkexweb-top-panel__top {
    background: #062b52;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: .4s;
    transition: .4s; }
  
  .hkexweb-top-panel--open .hkexweb-top-panel__top {
    padding: 60px 0;
    max-height: 90vh;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto; }
  
  /** end of hkexweb-top-panel__top **/
  .hkexweb-top-panel__bar {
    display: block;
    background: #171739;
    color: #FFF;
    height: 45px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -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: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  
  .hkexweb-top-panel__wrapper {
    position: relative;
    z-index: 50;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0px 15px; }
  
  .hkexweb-top-panel__close,
  .hkexweb-top-panel__more {
    float: left;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding-right: 10px;
    color: #fff;
    cursor: pointer; }
  
  .hkexweb-top-panel__close {
    padding-bottom: 15px;
    /* font-size: */ }
  
  .hkexweb-top-panel__wrapper-content:before,
  .hkexweb-top-panel__wrapper-content:after {
    position: absolute;
    /* background-color: #dd0; */
    display: block;
    content: "";
    width: 25%;
    top: 0px;
    left: -25%;
    height: 100%;
    /* background-color: #fff; */ }
  
  .hkexweb-top-panel__wrapper:after {
    left: auto;
    right: -25%; }
  
  @media screen and (max-width: 767px) {
    .hkexweb-top-panel__wrapper {
      width: 90%; } }
  
  /** hkexweb-top-panel__top content **/
  .hkexweb-top-panel__top .hkexweb-top-panel__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  
  .hkexweb-top-panel__top .hkexweb-top-panel__wrapper .hkexweb-top-panel__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 25px; }
  
  .hkexweb-top-panel__top .hkexweb-top-panel__wrapper .hkexweb-top-panel__content:last-child {
    padding-right: 0px; }
  
  .hkexweb-top-panel__title {
    color: #fff;
    font-size: 30px;
    display: block;
    font-weight: bold;
    margin-bottom: 25px; }
  
  .hkexweb-top-panel__turnover,
  .hkexweb-top-panel__search {
    color: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  
  /* listDerivatives */
  .hkexweb-top-panel-listDerivatives__info {
    background-color: #10416c;
    color: #fff;
    padding: 25px 50px;
    margin-bottom: 25px; }
  
  .hkexweb-top-panel-listDerivatives__info-content {
    margin-bottom: 10px;
    white-space: nowrap; }
  
  .hkexweb-top-panel-listDerivatives__info-content span {
    display: inline-block;
    width: 50%;
    padding: 0px;
    margin: 0px;
    white-space: normal; }
  
  .hkexweb-top-panel-listDerivatives__info-content span:last-child {
    color: #a1b4c5;
    text-align: right; }
  
  .hkexweb-top-panel-listDerivatives__info-content-title {
    font-size: 28px; }
  
  .hkexweb-top-panel-listDerivatives__info-content-decs {
    position: relative;
    display: inline-block;
    width: 40%; }
  
  @media screen and (max-width: 1480px) {
    .hkexweb-top-panel-listDerivatives__info-content-decs {
      width: 50%; } }
  
  .hkexweb-top-panel-listDerivatives__info-content-decs:first-child:after {
    position: absolute;
    top: 0px;
    right: 0px;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    margin-right: 15px; }
  
  /* end of listDerivatives */
  /* top panel search */
  .hkexweb-top-panel_securities__search {
    background-color: #e62742;
    padding: 25px 50px;
    color: #fff;
    position: relative;
    margin-bottom: 25px; }
  
  .hkexweb-top-panel_securities__search-title {
    font-size: 25px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }
  
  .hkexweb-top-panel_securities__search-title:before {
    position: absolute;
    content: "";
    display: block;
    top: 0px;
    left: -25px;
    background-image: url("../image/bell.svg");
    width: 25px;
    height: 25px; }
  
  .hkexweb-top-panel_securities__search input {
    background-color: transparent;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0px 5px;
    width: 300px;
    outline: none; }
  
  .hkexweb-top-panel_securities__search-input::-webkit-input-placeholder {
    color: #e6e6e6; }
  
  .hkexweb-top-panel_securities__search-input:-moz-placeholder {
    color: #e6e6e6; }
  
  .hkexweb-top-panel_securities__search-input::-moz-placeholder {
    color: #e6e6e6; }
  
  .hkexweb-top-panel_securities__search-arrow {
    width: 25px; }
  
  @media screen and (max-width: 1480px) {
    .hkexweb-top-panel_securities__search-title {
      width: 100%;
      padding-left: 0px; }
    .hkexweb-top-panel_securities__search-title:before {
      left: -35px; }
    .hkexweb-top-panel_securities__search input {
      width: 85%; } }
  
  /** end of top panel search **/
  /** top panel iframe **/
  .hkexweb-top-panel__top .hkexweb-top-panel__wrapper .hkexweb-top-panel__content iframe {
    width: 100%;
    border-width: 0px;
    margin-bottom: 25px; }
  
  .hkexweb-top-panel-listDerivatives-iframe {
    height: 500px; }
  
  .hkexweb-top-panel-market-turnover-iframe,
  .hkexweb-top-panel-overview-iframe {
    height: 255px; }
  
  .hkexweb-top-panel-market-turnover-iframe {
    margin-bottom: 25px; }
  
  /** end of top panel iframe **/
  /** end of hkexweb-top-panel__top content **/
  .hkexweb-top-panel__toggle {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #FFF;
    border-radius: 4px;
    position: relative;
    padding: 4px 10px;
    margin-right: 5px;
    cursor: pointer;
    float: left; }
  
  .hkexweb-top-panel__toggle:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #FFF transparent transparent transparent;
    position: relative;
    margin: 0 auto;
    -webkit-transition: .4s;
    transition: .4s; }
  
  .hkexweb-top-panel--open .hkexweb-top-panel__toggle:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  
  /* ------------------------------------------ */
  /* END Style sample  */
  /* ------------------------------------------ */

  /* ------------------------------------------ */
/* Style for header */
/* ------------------------------------------ */
.topbar__bell.fixed-hidden {
    display: inline; }
  
  .topbar__bell.fixed-show {
    display: none; }
  
  .header--fixed .topbar__bell.fixed-hidden {
    display: none; }
  
  .header--fixed .topbar__bell.fixed-show {
    display: inline; }
  
  .white-close {
    position: relative;
    width: 26px;
    height: 13px; }
  
  .white-close:before,
  .white-close:after {
    position: absolute;
    left: 15px;
    top: 0px;
    content: " ";
    height: 20px;
    width: 2px;
    background-color: #fff; }
  
  .white-close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  
  .white-close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  
  .CloseMobileMenu {
    padding-left: 15px; }
  
  header {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    z-index: 1001;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 150px; }
    @media screen and (max-width: 991px) {
      header {
        height: 90px; } }
    @media screen and (max-width: 767px) {
      header {
        height: 75px; } }
    header:before {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      pointer-events: none; }

      .header--fixed header:before {
        background: #fff; }
      @media screen and (max-width: 991px) {
        .header--fixed header {
          height: 75px; } }
      @media screen and (max-width: 767px) {
        .header--fixed header {
          height: 75px; } }
      @media screen and (max-width: 767px) {
        header .header__wrapper {
          width: 90%; } }


      header .header_logo.market {
        font-size: 18px;
        line-height: 21px;
        color: #fff; }
      header .header_logo .header_logo_img {
        position: relative;
        width: 115px;
        background: url(../image/logo-main-white.svg) no-repeat center center;
        background-size: contain;
        padding: 0;
        height: 60px;
        margin-right: 40px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
        header .header_logo .header_logo_img:after {
          height: 100%;
          position: absolute;
          content: "";
          display: block;
          border-right: 1px solid rgba(255, 255, 255, 0.5);
          right: -20px; }
        .header--fixed header .header_logo .header_logo_img {
          width: 85px;
          background-image: url(../image/logo-main.svg); }
      .header--fixed header .header_logo .header_logo_text {
        display: none; }
    @media screen and (min-width: 1279px) {
      header .header_logo.market {
        font-size: 18px;
        line-height: 21px; }
      header .header_logo_img_out {
        margin-right: 25px;
        padding-top: 5px;
        padding-right: 25px;
        padding-bottom: 5px; } }
    header .header_logo_img {
      height: 45px; }
  
  /******* basic section ********/
  /* ------------------------------------------ */
  /* Style for header */
  /* ------------------------------------------ */
  header {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    z-index: 1001;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 150px; }
  
  @media screen and (max-width: 991px) {
    header {
      height: 90px; } }
  
  @media screen and (max-width: 767px) {
    header {
      height: 75px; } }
  
  header:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none; }
  

  
  .header--fixed header:before {
    background: #fff; }
  
  @media screen and (max-width: 991px) {
    .header--fixed header {
      height: 75px; } }
  
  @media screen and (max-width: 767px) {
    .header--fixed header {
      height: 75px; } }
  

  
  @media screen and (max-width: 767px) {
    .header__wrapper {
      width: 90%; } }
  
  @media (max-width: 991px) {
    .market-hkex .lg-topbar__side.topbar__side {
      display: none; } }
  

  
  .market-hkex .m-topbar__ticker,
  .market-hkex .topbar__ticker {
    vertical-align: middle;
    margin-left: 15px;
    /*outline: none; Comment out by Peter to fix 5013, date: 2017-07-13 */
    border: none;
    background-color: #f6f6f6;
    cursor: pointer; }
  
  .market-hkex .m-topbar__ticker:focus,
  .market-hkex .topbar__ticker:focus,
  .market-hkex .m-topbar__ticker:active,
  .market-hkex .topbar__ticker:active,
  .market-hkex .m-topbar__ticker:hover,
  .market-hkex .topbar__ticker:hover {
    /*outline: none; Comment out by Peter to fix 5013, date: 2017-07-13 */
    border-width: 0;
    border-color: rgba(0, 0, 0, 0.6); }
  
  .market-hkex .m-topbar__ticker:focus svg,
  .market-hkex .topbar__ticker:focus svg,
  .market-hkex .m-topbar__ticker:active svg,
  .market-hkex .topbar__ticker:active svg,
  .market-hkex .m-topbar__ticker:hover svg,
  .market-hkex .topbar__ticker:hover svg {
    fill: #4ab1e2; }
  
  .market-hkex .m-topbar {
    margin: 24px 0 0 0; }
  
  @media (min-width: 991px) {
    .market-hkex .m-topbar {
      display: none; } }
  
  .market-hkex .m-topbar .popover {
    position: relative;
    top: auto;
    left: 0;
    width: 100%; }
  
  .market-hkex .m-topbar .popover__content-list {
    width: 100%; }
  
  .market-hkex .m-topbar .popover__content {
    border-bottom: none; }
  
  .market-hkex .m-topbar .popover__list-item {
    width: 100%;
    margin-bottom: 0; }
  
  .market-hkex .m-topbar .popover__link {
    margin-left: 22px;
    padding: 8px 0; }
  
  .market-hkex .m-topbar__language {
    margin-left: 22px; }
  
  .market-hkex .m-topbar__language-one {
    border-right: 1px solid #dadada;
    padding-right: 10px; }
  
  .market-hkex .m-topbar__language-two {
    margin-left: 10px; }
  
  .market-hkex .m-topbar__language-three {
    margin-left: 20px; }
  
  .market-hkex .m-topbar__nav {
    list-style: none;
    margin-top: 0;
    color: #10416c;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.3;
    display: inline-block;
    padding: 0;
    font-size: 0.875rem;
    margin-top: 40px;
    text-align: left;
    padding: 0;
    width: 100%; }
  
  .market-hkex .m-topbar__nav li {
    display: block;
    margin-bottom: 26px; }
  
  .market-hkex .m-topbar__font-sizes {
    margin-left: 22px; }
  
  .market-hkex .m-topbar__font-sizes a {
    text-transform: uppercase;
    margin-right: 9px; }
  
  @media (max-width: 991px) {
    .market-hkex .m-topbar__font-sizes a {
      margin-right: 37px; } }
  
  .market-hkex .m-topbar__font-sizes span {
    text-transform: capitalize;
    margin-right: 11px; }
  
  @media (max-width: 991px) {
    .market-hkex .m-topbar__font-sizes span {
      display: block;
      font-size: 0.875rem;
      font-weight: 700;
      line-height: 1.14;
      margin-bottom: 7px; } }
  
  .market-hkex .m-topbar__about {
    display: inline-block;
    text-transform: capitalize;
    position: relative; }
  
  .market-hkex .m-topbar__about .popover__content:after,
  .market-hkex .m-topbar__about .popover__content:before {
    left: 73px; }
  
  .market-hkex .m-topbar__about-link {
    margin-left: 22px;
    background: url("../image/triangle-1.png") no-repeat right center;
    background-size: 8px 6px;
    padding-right: 14px; }
  
  .market-hkex .m-topbar__related-sites .popover__content:after,
  .market-hkex .m-topbar__related-sites .popover__content:before {
    left: 116px; }
  
  .market-hkex .m-topbar__related-sites .m-topbar {
    margin-right: 36px;
    text-transform: capitalize;
    display: inline-block;
    position: relative; }
  
  .market-hkex .m-topbar__related-sites-link {
    margin-left: 22px;
    background: url("../image/triangle-1.png") no-repeat right center;
    background-size: 8px 6px;
    padding-right: 14px; }
  
  .market-hkex .m-topbar__ticker {
    background-color: #ebebeb; }
  
  .market-hkex .m-topbar__ticker span {
    color: #10416c;
    padding-left: 6px;
    font-size: 0.875rem;
    line-height: 14px; }
  
  .market-hkex .topbar {
    position: relative;
    background-color: #f6f6f6; }
  
  @media (max-width: 991px) {
    .market-hkex .topbar {
      background-color: #fff;
      height: 54px; } }
  
  .market-hkex .topbar__container {
    padding-top: 13px; }
  

  
  .header--fixed .market-hkex .topbar__link {
    color: #10416c; }
  
  .market-hkex .topbar__logo {
    z-index: 10;
    background: url("/assets/images/market/hkex-logo.png") no-repeat 0 0;
    background-size: contain;
    width: 88px;
    height: 40px;
    display: inline-block;
    margin: 18px 40px 16px 0px; }
  
  .market-hkex .topbar__logo span {
    display: none; }
  
  @media (max-width: 991px) {
    .market-hkex .topbar__logo {
      margin: 0px auto;
      display: block;
      width: 63px; } }
  
  .header--fixed .market-hkex .topbar__side {
    display: none; }
  

  
  @media (max-width: 991px) {
    .market-hkex .topbar__side {
      float: left;
      margin: 23px 0 0 20px; } }
  

  
  .header--fixed .market-hkex .topbar__nav {
    margin-bottom: 10px; }
  

  
  @media (max-width: 991px) {
    .market-hkex .topbar__nav li {
      display: block;
      margin-bottom: 26px; } }
  
  .market-hkex .topbar__font-sizes {
    margin-right: 15px;
    border-right: solid 1px #d5e2e8;
    padding-right: 15px; }
  
  .market-hkex .topbar__font-sizes a {
    text-transform: uppercase;
    margin-right: 9px; }
  
  @media (max-width: 991px) {
    .market-hkex .topbar__font-sizes a {
      margin-right: 37px; } }
  
  .market-hkex .topbar__font-sizes span {
    text-transform: capitalize;
    margin-right: 11px; }
  
  @media (max-width: 991px) {
    .market-hkex .topbar__font-sizes span {
      display: block;
      font-size: 0.875rem;
      font-weight: 700;
      line-height: 1.14;
      margin-bottom: 7px; } }
  

  

  
  .white-down-arrow {
    padding-right: 14px;
    position: relative; }
  
  .white-down-arrow:after {
    position: absolute;
    top: 5px;
    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; }
  
  .market-hkex .topbar__about-link:after {
    position: absolute;
    top: 5px;
    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; }
  
  .header--fixed .market-hkex .topbar__about-link:after {
    border-color: #10416c transparent transparent transparent; }
  
  .market-hkex .topbar__related-sites .m-topbar {
    margin-right: 36px;
    text-transform: capitalize;
    display: inline-block;
    position: relative; }
  
  .market-hkex .topbar__related-sites .popover__content:after,
  .market-hkex .topbar__related-sites .popover__content:before {
    left: 47%; }
  
  .market-hkex .topbar__related-sites .popover__content-list {
    width: 174px; }
  
  .market-hkex .topbar__related-sites .popover__list-item {
    width: 174px; }
  
  .market-hkex .topbar__related-sites-icon:after {
    padding-left: 10px;
    content: url("../image/icon-connect-red.png"); }
  
  .market-hkex .topbar__related-sites-link {
    /* background: url("../image/triangle-1.png") no-repeat right center;
  background-size: 8px 6px; */
    padding-right: 14px;
    position: relative; }
  
  .market-hkex .topbar__related-sites-link:after {
    position: absolute;
    top: 5px;
    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; }
  
  .header--fixed .market-hkex .topbar__related-sites-link:after {
    border-color: #10416c transparent transparent transparent; }
  
  .market-hkex .topbar__search-input {
    outline: none;
    width: 195px;
    height: 34px;
    line-height: 24px;
    margin-top: 21px;
    margin-right: 10px;
    padding-left: 45px;
    border: 1px solid #dadada;
    background: #fff url("/assets/images/market/search-icon-blue.png") no-repeat 9px center;
    color: #10416c;
    font-size: 12px !important; }
  
  .market-hkex .topbar__search-input::-webkit-input-placeholder {
    color: #7d7d7d;
    font-weight: 400;
    line-height: 2.33;
    font-size: 12px; }
  
  .market-hkex .topbar__search-input:-moz-placeholder {
    color: #7d7d7d;
    font-weight: 400;
    line-height: 2.33;
    font-size: 12px; }
  
  .market-hkex .topbar__search-input::-moz-placeholder {
    color: #7d7d7d;
    font-weight: 400;
    line-height: 2.33;
    font-size: 12px; }
  
  .market-hkex .topbar__search-input:-ms-input-placeholder {
    color: #7d7d7d;
    font-weight: 400;
    line-height: 2.33;
    font-size: 12px; }
  
  .market-hkex .topbar__search-input::-ms-input-placeholder {
    color: #7d7d7d;
    font-weight: 400;
    line-height: 2.33;
    font-size: 12px; }
  
  .market-hkex .topbar__search-input::-ms-clear {
    display: none; }
  

  
  
  .header--fixed .market-hkex .topbar__ic-group a {
    color: #10416c; }
  
  
  .market-hkex .topbar__bell-group {
    display: inline-block;
    width: 13px;
    margin-right: 20px; }
  
  .market-hkex .topbar__bell {
    vertical-align: top;
    fill: #a5a5a5; }

  .market-hkex .topbar_search_cross.is-active {
    display: block; }
  

  
  .market-hkex .topbar__mobile-menu {
    display: none; }
  
  @media (max-width: 991px) {
    .market-hkex .topbar__mobile-menu {
      display: block;
      position: absolute;
      top: 19px;
      left: 20px;
      cursor: pointer; } }
  
  .market-hkex .topbar__mobile-search {
    display: none; }
  
  @media (max-width: 991px) {
    .market-hkex .topbar__mobile-search {
      width: 18px;
      height: 18px;
      display: inline-block;
      position: absolute;
      top: 19px;
      right: 23px; } }
  
  .market-hkex .topbar__icon-bar {
    display: block;
    width: 26px;
    height: 2.8px;
    background-color: #003465;
    margin: 0 0 4.3px 0; }
  
  .market-hkex .popover {
    position: absolute;
    z-index: 999;
    display: none; }
  
  .market-hkex .popover__content {
    position: relative;
    top: 10px;
    background: #fff;
    border: 1px solid #d1dde6; }
  
  .market-hkex .popover__content:after,
  .market-hkex .popover__content:before {
    bottom: 100%;
    left: 21%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  
  .market-hkex .popover__content:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  
  .market-hkex .popover__content:before {
    border-color: rgba(209, 221, 230, 0);
    border-bottom-color: #d1dde6;
    border-width: 12px;
    margin-left: -12px; }
  
  .market-hkex .popover__content-list {
    padding: 0;
    margin: 0;
    width: 204px;
    background-color: #fff;
    text-align: left;
    list-style: none; }
  
  .market-hkex .popover__list-item {
    width: 204px;
    border-bottom: 1px solid #d1dde6; }
  
  .market-hkex .popover__list-item:hover {
    background-color: #f2f6f8; }
  
  .market-hkex .popover__link {
    font-size: 0.75rem;
    line-height: 18px;
    padding: 8px 12px;
    display: block; }
  
  .market-hkex .popover__link:active {
    color: #fff;
    background-color: #e72742; }
  
  .market-hkex .popover__link:hover {
    text-decoration: none; }
  
  .market-hkex .download {
    color: #10416c;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.875rem;
    display: block; }
  
  .market-hkex .download:link {
    text-decoration: none; }
  
  .market-hkex .download:before {
    margin-right: 8px;
    content: "";
    width: 10px;
    height: 12px;
    background: url("../image/download.png");
    display: inline-block;
    background-size: 10px 12px; }
  
  .market-hkex .download > span {
    color: #3c7eb8;
    text-decoration: underline; }
  
  .market-hkex span.pdf::after {
    content: "";
    background: url("../image/pdf.png") no-repeat;
    margin-left: 5px;
    margin-right: 2px;
    width: 23px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 1px; }
  
  @media (max-width: 991px) {
    .market-hkex body {
      overflow-x: hidden; } }
  
  .market-hkex .side-content {
    margin-top: 20px;
    float: left; }
  
  .market-hkex .side-content__dropdown {
    padding: 10px 0 20px; }
  
  .market-hkex .side-content__dropdown .select-group {
    display: inline-block; }
  
  .market-hkex .side-content__report {
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    margin-left: 20px;
    margin-right: 20px; }
  
  .market-hkex .side-content__report--title {
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px; }
  
  .market-hkex .side-content__report--title a {
    color: #6a6a6a; }
  
  .market-hkex .side-content__report--title-sub-title {
    font-weight: normal;
    letter-spacing: 0.6px;
    text-transform: none; }
  
  .market-hkex .side-content__report--image {
    margin-top: 17px;
    margin-bottom: 22px;
    text-align: center; }
  
  .market-hkex .side-content__report > div:not([data-target-report="true"]) {
    display: none; }
  
  .market-hkex .side-content__download {
    margin: 20px auto;
    text-align: center; }
  
  .market-hkex .side-content__download a {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    vertical-align: sub;
    display: inline-block;
    padding: 20px;
    min-height: 50px;
    background: #10416c; }
  
  .market-hkex .side-content__download a:active,
  .market-hkex .side-content__download a:focus,
  .market-hkex .side-content__download a:hover,
  .market-hkex .side-content__download a:visited {
    text-decoration: none; }
  
  .market-hkex .tab-content__pane {
    display: none;
    color: #10416c;
    text-transform: uppercase; }
  
  .market-hkex .tab-pane {
    display: none; }
  
  .market-hkex .tab-content > .active {
    display: block; }
  
  .market-hkex .hkex-nav-tabs {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: block; }
  
  .market-hkex .hkex-nav-tabs li {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: -1px; }
  
  .market-hkex .hkex-nav-tabs li a,
  .market-hkex .hkex-nav-tabs li a:hover,
  .market-hkex .hkex-nav-tabs li a:focus {
    background-color: transparent;
    border: 0px solid transparent;
    color: #9d9d9d;
    text-decoration: none;
    padding: 0 9px 7px 9px;
    margin-right: 10px;
    display: block; }
  
  .market-hkex .hkex-nav-tabs li.active a,
  .market-hkex .hkex-nav-tabs li.active a:hover,
  .market-hkex .hkex-nav-tabs li.active a:focus {
    border: 0px solid transparent;
    border-bottom: 3px solid #e72742;
    color: #10416c; }
  
  .market-hkex .tabs-for-sidebar {
    border-bottom: 2px solid #e3e3e3;
    width: 100%; }
  
  @media (max-width: 991px) {
    .market-hkex .tabs-for-sidebar {
      padding-left: 0;
      text-align: center; } }
  
  @media (max-width: 991px) {
    .market-hkex .tabs-for-sidebar {
      text-align: center !important; } }
  
  .market-hkex .data-list {
    font-size: 12px;
    color: #10416c; }
  
  .market-hkex .data-list dl {
    width: 100%;
    display: table;
    margin-top: 0;
    margin-bottom: 0; }
  
  .market-hkex .data-list dl:nth-of-type(odd) {
    background-color: #f2f6f8; }
  
  .market-hkex .data-list dl:nth-of-type(even) {
    background-color: #ffffff; }
  
  .market-hkex .data-list dt,
  .market-hkex .data-list dd {
    padding: 14px 0 14px 30px; }
  
  .market-hkex .data-list dt {
    display: table-cell;
    width: 30%;
    font-weight: bold; }
  
  @media (max-width: 767px) {
    .market-hkex .data-list dt {
      display: block;
      width: 100%; } }
  
  .market-hkex .data-list dd {
    width: 100%;
    margin-left: 0;
    padding-right: 30px; }
  
  @media (max-width: 767px) {
    .market-hkex .data-list dd {
      width: 100%;
      padding-top: 0; } }
  
  /*****nav menu****/

  

  
  .market-hkex.main-menu ul {
    list-style: none; }
  
  @media (max-width: 991px) {
    .market-hkex.main-menu {
      background-color: #fff; }
    .market-hkex.main-menu:after {
      content: "";
      display: table;
      clear: both; } }
  
  @media (max-width: 991px) {
    .market-hkex.main-menu .main-menu__wrapper {
      display: inline-block;
      position: fixed;
      top: 0;
      left: -100%;
      /* hides the navigation for mobile*/
      margin: 0;
      background-color: #eaeaea;
      width: 49.1525423729%;
      min-height: 100%;
      transition: left 0.5s;
      -webkit-transition: left 0.5s;
      z-index: 70;
      overflow: auto;
      height: 100%; } }
  
  @media (max-width: 767px) {
    .market-hkex.main-menu .main-menu__wrapper {
      min-width: 76.2711864407%; } }
  
  .market-hkex .main-menu__list {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0; }
  
  @media (max-width: 991px) {
    .market-hkex .main-menu__list {
      margin-left: 0; } }
  

  

  
  @media (max-width: 1279px) {
    .market-hkex .main-menu__item {
      margin-right: 0px;
      /*max-height : 41px;  fix Log#3909 */ } }
  
  @media (min-width: 992px) {

      .header--fixed .market-hkex .main-menu__item:hover {
        border-radius: 5px; }

    .market-hkex .main-menu__item.LastDataDashboard.is-active > .mega-menu {
      padding-top: 0 !important; }
    .market-hkex .main-menu__item.LastDataDashboard:hover > .mega-menu {
      display: none; } }
  
  @media (max-width: 991px) {
    .market-hkex .main-menu__item {
      float: none;
      background: #10416c url("../image/left-arrow-white.png") no-repeat 93% center;
      border-bottom: 1px solid #eaeaea; } }
  
  .market-hkex .main-menu__item-connect-icon {
    background: url("../image/icon-connect.png") no-repeat center center;
    display: inline-block;
    width: 9px;
    height: 9px;
    padding-right: 15px; }
  
  .market-hkex .main-menu__item--active {
    background-color: #e72742; }
  

  

  
  @media (max-width: 1350px) {
    .market-hkex .main-menu__link {
      /* padding-left: 53px;
      padding-right: 53px; */ } }
  
  @media (max-width: 1250px) {
    .market-hkex .main-menu__link {
      /* padding-left: 41px;
      padding-right: 39px; */ } }
  
  @media (max-width: 1100px) {
    .market-hkex .main-menu__link {
      /* padding-left: 35px;
      padding-right: 35px; */ } }
  
  .market-hkex .main-menu__link:focus {
    color: #fff; }
  
  @media (max-width: 991px) {
    .market-hkex .main-menu__link {
      text-align: left;
      padding: 15px 0 15px 22px;
      display: inline-block; }
    .market-hkex .main-menu__link:only-child {
      background-color: #10416c;
      display: block; } }
  

  

  
  .mega-menu .container {
    max-width: 1480px;
    margin: auto; }
  
  /* .market-hkex .mega-menu:before,
  .market-hkex .mega-menu:after{
  position: absolute;
  background-color: rgba(255,255,255,0.9);
  content: "";
  width:100%;
  height:100%;
  top:0px;
  }
  .market-hkex .mega-menu:before{
  left:-100%;
  
  }
  .market-hkex .mega-menu:after{
  right:-100%;
  } */
  @media (min-width: 992px) {
    .market-hkex .mega-menu ul {
      display: block !important; } }
  
  @media (max-width: 991px) {
    .market-hkex .mega-menu {
      display: block;
      position: relative;
      border: none; } }
  
  .market-hkex .mega-menu__wrapper {
    padding: 31px 30px 42px 30px; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-menu__wrapper {
      padding: 0; } }
  
  .market-hkex .mega-menu__level2-text {
    margin: 0;
    text-transform: uppercase;
    color: #10416c;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 0.8125rem; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-menu__level2-text {
      padding: 11px 0 12px 35px;
      display: inline-block; } }
  
  .market-hkex .mega-menu__highlights {
    list-style: none;
    margin: 21px 0 0 0;
    padding: 0; }
  
  .market-hkex .mega-menu__highlights:after {
    content: "";
    display: table;
    clear: both; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-menu__highlights {
      display: none; } }
  
  .market-hkex .mega-menu__highlights-item {
    float: left;
    width: 32.2033898305%;
    float: left; }
  
  .market-hkex .mega-menu__highlights-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  
  .market-hkex .mega-menu__highlights-item:nth-child(3n + 2) {
    margin-left: 33.8983050847%;
    margin-right: -100%;
    clear: none; }
  
  .market-hkex .mega-menu__highlights-item:nth-child(3n + 3) {
    margin-left: 67.7966101695%;
    margin-right: -100%;
    clear: none; }
  
  .market-hkex .mega-menu__highlights-image {
    width: 47.3684210526%; }
  
  .market-hkex .mega-menu__highlights-content {
    width: 47.3684210526%;
    float: right; }
  
  .market-hkex .mega-menu__highlight-link {
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #10416c; }
  
  .market-hkex .mega-menu__highlight-text {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: 400; }
  
  .market-hkex .mega-menu__divider {
    margin: 8px 0 11px 0;
    border-bottom: 1px solid #e72742;
    width: 73.6842105263%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-menu__divider {
      display: none; } }
  
  .market-hkex .mega-menu__divider-three {
    margin: 8px 0 11px 0;
    border-bottom: 1px solid #e72742;
    width: 85.2941176471%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-menu__divider-three {
      display: none; } }
  
  .market-hkex .mega-menu__sub-title {
    margin-bottom: 30px; }
  
  .market-hkex .mega-menu__sub-title a {
    float: left;
    text-transform: capitalize; }
  
  .market-hkex .mega-menu__sub-title-three {
    width: 31.0344827586%; }
  
  .market-hkex .mega-menu__sub-title-two {
    width: 47.3684210526%; }
  
  .market-hkex .mega-menu-one {
    padding: 0;
    list-style: none; }
  
  .market-hkex .mega-menu-one:after {
    content: "";
    display: table;
    clear: both; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-menu-one__search {
      display: none; } }
  
  .market-hkex .mega-menu-one__search-input {
    outline: none;
    width: 95%;
    height: 44px;
    margin-top: 21px;
    margin-right: 27px;
    padding-left: 35px;
    border: 1px solid #10416c;
    color: #10416c;
    font-size: 14px !important;
    background: url("../image/search-icon-blue.png") no-repeat 9px center;
    -webkit-appearance: none;
    border-radius: 0; }
  
  .market-hkex .mega-menu-one__search-input::-webkit-input-placeholder {
    color: #7d7d7d;
    font-weight: 400;
    /*line-height: 2.3;*/
    /*font-size: 12px;*/ }
  
  .market-hkex .mega-menu-one__search-input:-moz-placeholder {
    color: #7d7d7d;
    font-weight: 400;
    /*line-height: 2.3;*/
    /*font-size: 12px;*/ }
  
  .market-hkex .mega-menu-one__search-input::-moz-placeholder {
    color: #7d7d7d;
    font-weight: 400;
    /*line-height: 2.3;*/
    /*font-size: 12px;*/ }
  
  .market-hkex .mega-menu-one__search-input:-ms-input-placeholder {
    color: #7d7d7d;
    font-weight: 400;
    /*line-height: 2.3;*/
    /*font-size: 12px;*/ }
  
  .market-hkex .mega-menu-one__search-input::-ms-input-placeholder {
    color: #7d7d7d;
    font-weight: 400;
    /*line-height: 2.3;*/
    /*font-size: 12px;*/ }
  
  @media (max-width: 991px) {
    .market-hkex .mega-menu-one__search-input {
      /*display: none;*/
      border: none;
      border-bottom: 1px solid #10416c;
      margin: 0 0 15px 35px;
      width: 80%;
      background-position-x: left;
      height: 32px; }
    .market-hkex .mega-menu-one__search-input:-moz-placeholder {
      line-height: 32px; }
    .market-hkex .mega-menu-one__search-input::-moz-placeholder {
      line-height: 32px; } }
  
  .market-hkex .mega-menu-one__search-input::-ms-clear {
    display: none; }
  
  .market-hkex .mega-menu-one__level3-list {
    list-style: none;
    padding: 0;
    margin: 0; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-menu-one__level3-list {
      border-top: 1px solid #d1dde6; } }
  
  @media (max-width: 991px) {
    .market-hkex .mega-menu-one .forMobileQuoteLookup {
      background: none !important; }
    .market-hkex .mega-menu-one .forMobileQuoteLookup a,
    .market-hkex .mega-menu-one .forMobileQuoteLookup a:active {
      text-decoration: none;
      color: #10416c !important; } }
  
  .market-hkex .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 60;
    display: none; }
  
  .market-hkex .show-menu .main-menu__wrapper {
    left: 0; }
  
  @media (max-width: 991px) {
    .market-hkex .show-menu .overlay {
      display: block; }
    .market-hkex.main-menu .level2,
    .market-hkex.main-menu .level3,
    .market-hkex.main-menu .level4 {
      display: none; }
    .market-hkex .level1 li.current {
      background: #e72742 url("../image/down-arrow-white.png") no-repeat 93% 20px; }
    .market-hkex .level2 li {
      background: #fff url("../image/left-arrow-blue.png") no-repeat 93% center; }
    .market-hkex .current.mega-nav__level2-item > a:first-child {
      color: #e72742; }
    .market-hkex .level2 li > a:only-child {
      display: block;
      margin-right: 0;
      background-color: #fff; }
    .market-hkex .level2 li.current {
      background: url("../image/down-arrow-red.png") no-repeat 93% 16px; }
    .market-hkex .level2 li.current .mega-menu__level2-text {
      color: #e72742; } }
  
  @media (min-width: 992px) {
    .market-hkex .sticky-menu {
      position: fixed;
      top: 0;
      z-index: 60;
      width: 100%;
      max-height: 60px;
      -webkit-transition: height 1s;
      transition: height 1s; } }
  
  .market-hkex .sticky-menu__non-fixed {
    display: none; }
  
  @media (min-width: 992px) {
    .market-hkex .sticky-menu__logo {
      float: left;
      background: url("../image/logo.png") no-repeat center;
      background-size: contain;
      width: 45px;
      height: 20.9px;
      margin: 19.5px 34px 0px 0px; } }
  
  @media (min-width: 992px) {
    .market-hkex .sticky-menu__search {
      float: right;
      width: 18px;
      height: 18px;
      margin: 21px 8px 0px 0px; } }
  
  @media (max-width: 991px) {
    .market-hkex .sticky-menu__search {
      display: none; } }
  
  @media (min-width: 992px) {
    .market-hkex .sticky-menu__search-icon {
      float: right;
      width: 18px;
      height: 18px;
      background: url("../image/search-icon.png") no-repeat;
      background-size: 18px 18px;
      cursor: pointer;
      border: none;
      font-size: 0;
      outline: none; } }
  
  @media (max-width: 991px) {
    .market-hkex .sticky-menu__search-icon {
      display: none; } }
  
  @media (min-width: 992px) {
    .market-hkex .sticky-menu__search-cancel {
      width: 20px;
      height: 20px;
      background: url("../image/search-cancel.png") no-repeat;
      background-size: 16px 16px;
      cursor: pointer;
      border: none;
      font-size: 0;
      outline: none;
      float: right;
      margin-top: 12px; } }
  
  @media (min-width: 992px) {
    .market-hkex .sticky-menu__search-box {
      padding: 0;
      margin-right: 44.5px;
      margin-top: 14px;
      border: none;
      outline: none;
      background-color: #10416c;
      font-family: FSElliotPro, FSElliot, Arial, "Heiti TC", "Heiti SC", JhengHeiFix, "微軟正黑體", "微软雅黑", "Microsoft JhengHei", "Microsoft YaHei", sans-serif !important;
      font-size: 0.75rem;
      color: #d1dde6;
      padding-bottom: 2px;
      cursor: text;
      width: 850px;
      border-bottom: 1px solid #fff;
      float: right;
      letter-spacing: 0.5px;
      width: 90%; } }
  
  .market-hkex .sticky-menu__search-box::-ms-clear {
    display: none; }
  
  @media (min-width: 992px) {
    .market-hkex .sticky-menu__search-container {
      position: absolute;
      right: 30px;
      padding-top: 8px;
      background-color: #10416c;
      z-index: 70;
      width: 90%; } }
  
  @media (max-width: 1059px) {
    .market-hkex .sticky-menu__search-container {
      right: 0; } }
  
  @media (max-width: 991px) {
    .market-hkex .sticky-menu__search-container {
      display: none; } }
  
  @media (min-width: 992px) {
    .market-hkex .sticky-menu__parent-relative {
      position: relative; } }
  
  .market-hkex .sticky-menu .main-menu__link {
    padding: 21px 52px; }
  
  @media (max-width: 1350px) {
    .market-hkex .sticky-menu .main-menu__link {
      padding-left: 45px;
      padding-right: 45px; } }
  
  @media (max-width: 1250px) {
    .market-hkex .sticky-menu .main-menu__link {
      padding-left: 32px;
      padding-right: 32px; } }
  
  @media (max-width: 1100px) {
    .market-hkex .sticky-menu .main-menu__link {
      padding-left: 28px;
      padding-right: 28px; } }
  
  .market-hkex .nav-placeholder {
    margin-bottom: 39px; }
  
  .market-hkex .fontsize-large .main-menu__link {
    padding: 9px 52px; }
  
  @media (max-width: 1350px) {
    .market-hkex .fontsize-large .main-menu__link {
      padding-left: 44px;
      padding-right: 44px; } }
  
  @media (max-width: 1250px) {
    .market-hkex .fontsize-large .main-menu__link {
      padding-left: 31px;
      padding-right: 31px; } }
  
  @media (max-width: 1100px) {
    .market-hkex .fontsize-large .main-menu__link {
      padding-left: 26px;
      padding-right: 26px; } }
  
  @media (min-width: 992px) {
    .market-hkex .fontsize-large .sticky-menu {
      max-height: 61px; } }
  
  .market-hkex .fontsize-large .sticky-menu .main-menu__list .main-menu__link {
    padding: 20px 46px; }
  
  @media (max-width: 1350px) {
    .market-hkex .fontsize-large .sticky-menu .main-menu__list .main-menu__link {
      padding-left: 37px;
      padding-right: 37px; } }
  
  @media (max-width: 1250px) {
    .market-hkex .fontsize-large .sticky-menu .main-menu__list .main-menu__link {
      padding-left: 25px;
      padding-right: 25px; } }
  
  @media (max-width: 1100px) {
    .market-hkex .fontsize-large .sticky-menu .main-menu__list .main-menu__link {
      padding-left: 22px;
      padding-right: 22px; } }
  
  .market-hkex .fontsize-large .sticky-menu .sticky-menu__search-container {
    height: 41px; }
  
  .market-hkex .fontsize-large .sticky-menu .sticky-menu__search-cancel {
    background-size: 20px 20px;
    height: 23px; }
  
  .market-hkex .fontsize-large .sticky-menu .sticky-menu__search-icon {
    background-size: 20px 20px;
    width: 23px;
    height: 23px; }
  
  .market-hkex .fontsize-large .level1 li.current {
    background-position-y: 16px; }
  
  .market-hkex .fontsize-large .level2 li.current {
    background-position-y: 17px; }
  
  .market-hkex .fontsize-small .main-menu__link {
    padding: 10px 70px; }
  
  @media (max-width: 1350px) {
    .market-hkex .fontsize-small .main-menu__link {
      padding-left: 60px;
      padding-right: 60px; } }
  
  @media (max-width: 1250px) {
    .market-hkex .fontsize-small .main-menu__link {
      padding-left: 50px;
      padding-right: 50px; } }
  
  @media (max-width: 1100px) {
    .market-hkex .fontsize-small .main-menu__link {
      padding-left: 40px;
      padding-right: 40px; } }
  
  .market-hkex .fontsize-small .sticky-menu .sticky-menu__search-cancel {
    background-size: 12px 12px; }
  
  .market-hkex .fontsize-small .sticky-menu .sticky-menu__search-icon {
    background-size: 12px 12px; }
  
  .market-hkex .fontsize-small .sticky-menu .sticky-menu__search-container {
    height: 40px; }
  
  .market-hkex .fontsize-small .sticky-menu .main-menu__link {
    padding: 21px 70px; }
  
  @media (max-width: 1350px) {
    .market-hkex .fontsize-small .sticky-menu .main-menu__link {
      padding-left: 60px;
      padding-right: 60px; } }
  
  @media (max-width: 1250px) {
    .market-hkex .fontsize-small .sticky-menu .main-menu__link {
      padding-left: 48px;
      padding-right: 48px; } }
  
  @media (max-width: 1100px) {
    .market-hkex .fontsize-small .sticky-menu .main-menu__link {
      padding-left: 40px;
      padding-right: 40px; } }
  
  .market-hkex .fontsize-small .main-menu__item {
    line-height: 18px; }
  
  @media (max-width: 991px) {
    .market-hkex .fontsize-small .main-menu__item {
      line-height: 10px; } }
  
  .market-hkex .fontsize-small .level1 li.current {
    background-position-y: 17px; }
  
  .market-hkex .fontsize-small .level2 li.current {
    background-position-y: 13px; }
  
  @media (max-width: 991px) {
    .market-hkex .main-menu-sticky {
      position: fixed;
      width: 100%;
      z-index: 65;
      top: 0; } }
  
  .market-hkex .mega-nav__col-1 {
    margin-right: 1.6949152542%;
    float: left;
    position: relative;
    min-height: 1px;
    width: 6.7796610169%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-1 {
      width: 100%; } }
  
  .market-hkex .mega-nav__col-2 {
    margin-right: 1.6949152542%;
    float: left;
    position: relative;
    min-height: 1px;
    width: 15.2542372881%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-2 {
      width: 100%; } }
  
  .market-hkex .mega-nav__col-3 {
    margin-right: 1.6949152542%;
    float: left;
    position: relative;
    min-height: 1px;
    width: 23.7288135593%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-3 {
      width: 100%; } }
  
  .market-hkex .mega-nav__col-4 {
    margin-right: 1.6949152542%;
    float: left;
    position: relative;
    min-height: 1px;
    width: 32.2033898305%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-4 {
      width: 100%; } }
  
  .market-hkex .mega-nav__col-5 {
    margin-right: 1.6949152542%;
    float: left;
    position: relative;
    min-height: 1px;
    width: 40.6779661017%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-5 {
      width: 100%; } }
  
  .market-hkex .mega-nav__col-6 {
    margin-right: 1.6949152542%;
    float: left;
    position: relative;
    min-height: 1px;
    width: 49.1525423729%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-6 {
      width: 100%; } }
  
  .market-hkex .mega-nav__col-7 {
    margin-right: 1.6949152542%;
    float: left;
    position: relative;
    min-height: 1px;
    width: 57.6271186441%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-7 {
      width: 100%; } }
  
  .market-hkex .mega-nav__col-8 {
    margin-right: 1.6949152542%;
    float: left;
    position: relative;
    min-height: 1px;
    width: 66.1016949153%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-8 {
      width: 100%; } }
  
  .market-hkex .mega-nav__col-9 {
    margin-right: 1.6949152542%;
    float: left;
    position: relative;
    min-height: 1px;
    width: 74.5762711864%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-9 {
      width: 100%; } }
  
  .market-hkex .mega-nav__col-10 {
    margin-right: 1.6949152542%;
    float: left;
    position: relative;
    min-height: 1px;
    width: 83.0508474576%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-10 {
      width: 100%; } }
  
  .market-hkex .mega-nav__col-11 {
    margin-right: 1.6949152542%;
    float: left;
    position: relative;
    min-height: 1px;
    width: 91.5254237288%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-11 {
      width: 100%; } }
  
  .market-hkex .mega-nav__col-12 {
    margin-right: 1.6949152542%;
    float: left;
    position: relative;
    min-height: 1px;
    width: 100%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-12 {
      width: 100%; } }
  
  .market-hkex .mega-nav__col-offset-1 {
    margin-left: 8.4745762712%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-offset-1 {
      margin-left: 0; } }
  
  .market-hkex .mega-nav__col-offset-2 {
    margin-left: 16.9491525424%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-offset-2 {
      margin-left: 0; } }
  
  .market-hkex .mega-nav__col-offset-3 {
    margin-left: 25.4237288136%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-offset-3 {
      margin-left: 0; } }
  
  .market-hkex .mega-nav__col-offset-4 {
    margin-left: 33.8983050847%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-offset-4 {
      margin-left: 0; } }
  
  .market-hkex .mega-nav__col-offset-5 {
    margin-left: 42.3728813559%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-offset-5 {
      margin-left: 0; } }
  
  .market-hkex .mega-nav__col-offset-6 {
    margin-left: 50.8474576271%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-offset-6 {
      margin-left: 0; } }
  
  .market-hkex .mega-nav__col-offset-7 {
    margin-left: 59.3220338983%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-offset-7 {
      margin-left: 0; } }
  
  .market-hkex .mega-nav__col-offset-8 {
    margin-left: 67.7966101695%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-offset-8 {
      margin-left: 0; } }
  
  .market-hkex .mega-nav__col-offset-9 {
    margin-left: 76.2711864407%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-offset-9 {
      margin-left: 0; } }
  
  .market-hkex .mega-nav__col-offset-10 {
    margin-left: 84.7457627119%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-offset-10 {
      margin-left: 0; } }
  
  .market-hkex .mega-nav__col-offset-11 {
    margin-left: 93.2203389831%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-offset-11 {
      margin-left: 0; } }
  
  .market-hkex .mega-nav__col-offset-12 {
    margin-left: 101.694915254%; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__col-offset-12 {
      margin-left: 0; } }
  
  .market-hkex .mega-nav__cb {
    clear: both; }
  
  .market-hkex .mega-nav__cr {
    clear: right; }
  
  .market-hkex .mega-nav__cl {
    clear: left; }
  
  .market-hkex .mega-nav--last {
    margin-right: 0; }
  
  .market-hkex .mega-nav__fl {
    float: left; }
  
  .market-hkex .mega-nav__fr {
    float: right; }
  
  .market-hkex .mega-nav__level2-list {
    padding: 0; }
  
  .market-hkex .mega-nav__level2-item {
    margin-bottom: 36px; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__level2-item {
      margin-bottom: 0;
      border-bottom: 1px solid #eaeaea; } }
  
  .market-hkex .mega-nav__level2-link {
    margin: 0;
    text-transform: uppercase;
    color: #10416c;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 0.8125rem; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__level2-link {
      padding: 11px 0 12px 35px;
      display: inline-block; } }
  
  .market-hkex .mega-nav__level3-list {
    margin: 8px 0 11px 0;
    padding-left: 0;
    padding-top: 13.5px;
    border-top: 1px solid #e72742; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__level3-list {
      padding-top: 0;
      border-top: 1px solid #eaeaea;
      margin: 0; } }
  
  .market-hkex .mega-nav__level3-item {
    font-weight: 700;
    padding-top: 11px; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__level3-item {
      padding-top: 0; } }
  
  .market-hkex .mega-nav__level3-item a {
    font-size: 0.8125rem;
    color: #10416c; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__level3-item a {
      display: inline-block;
      font-size: 0.875rem;
      padding: 11px 0 12px 35px; } }
  
  .market-hkex .mega-nav__level4-list {
    padding: 6px 0 0 0; }
  
  .market-hkex .mega-nav__item {
    list-style: none;
    margin-bottom: 9px; }
  
  .market-hkex .mega-nav__item a {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #4a4a4a; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-nav__item a {
      padding: 7px 45px 7px 35px;
      font-size: 0.875rem;
      line-height: 1.43; } }
  
  .market-hkex .whats-on {
    -webkit-box-shadow: 0 1px 0 0 #a1b4c5;
    box-shadow: 0 1px 0 0 #a1b4c5;
    float: left;
    background-color: #ffffff;
    width: 100%;
    margin-top: 20px; }
  
  @media (max-width: 991px) {
    .market-hkex .whats-on {
      margin-top: 20px; } }
  
  @media (max-width: 991px) {
    .market-hkex .whats-on .whats-on__title {
      background-color: #10416c; } }
  
  @media (max-width: 991px) {
    .market-hkex .whats-on .whats-on__title h2 {
      color: #ffffff; } }
  
  .market-hkex .whats-on .video-img-thumbnail {
    padding-top: 6px;
    padding-left: 30px;
    padding-right: 16px; }
  
  @media (max-width: 991px) {
    .market-hkex .whats-on .video-img-thumbnail {
      padding: 20px; } }
  
  @media (max-width: 767px) {
    .market-hkex .whats-on .video-img-thumbnail li {
      width: 47.3684210526%;
      float: left;
      margin-bottom: 20px;
      min-height: 0; }
    .market-hkex .whats-on .video-img-thumbnail li:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .market-hkex .whats-on .video-img-thumbnail li:nth-child(2n + 2) {
      margin-left: 52.6315789474%;
      margin-right: -100%;
      clear: none; } }
  
  @media (max-width: 767px) {
    .market-hkex .whats-on .add-ellipse {
      display: none; } }
  
  .header--fixed .market-hkex .LastDataDashboard.is-active .main-menu__link {
    border-radius: 5px; }
  

  

  
  .header--fixed .main-menu__item.LastDataDashboard .main-menu__link,
  .header--fixed .main-menu__item.LastDataDashboard:hover .main-menu__link {
    color: #fff; }
  
  .main-menu__item.LastDataDashboard:hover {
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  

  
  .nav-dashboard-breakline {
    background-color: #fff;
    width: 20px;
    height: 3px;
    margin: 15px 0;
    border-radius: 2px; }
  
  .nav-dashboard-chart-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff; }
  
  .nav-dashboard-chart-now {
    font-size: 18px; }
  
  .nav-dashboard-chart-ranage {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 1.6; }
  
  .nav-dashboard-chart-ranage span {
    display: inline-block;
    min-width: 45px;
    color: #fff;
    font-weight: bold; }
  
  .nav-dashboard-chart-link {
    padding-top: 15px;
    text-align: center; }
  
  .nav-dashboard-chart-link a {
    font-weight: bold;
    color: #fff; }
  
  /****************************************/
  /* Mega Menu Highlight (hamburger part) */
  /****************************************/
  .market-hkex .mega-menu__highlights--ham,
  .market-hkex .mega-nav__highlights--ham {
    display: none; }
  
  @media (max-width: 991px) {
    .market-hkex .mega-menu__highlights--ham {
      display: block; }
    .market-hkex .mega-nav__highlights--ham {
      margin-right: 1.6949152542%;
      float: left;
      position: relative;
      min-height: 1px;
      width: 100%;
      display: block; } }
  
  .hamburger {
    top: 80%;
    right: 0px;
    width: 30px;
    height: 2px;
    background: #fcfcfc;
    position: absolute;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, .2); */
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  
  .hamburger:before {
    top: -8px; }
  
  .hamburger:after {
    top: 8px; }
  

  

  
  .hamburger-one:before,
  .hamburger-one:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fcfcfc;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  
  .hamburger-one:after {
    width: 25px;
    right: 0px; }

  
  .m-menu-section {
    display: none;
    color: #fff;
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 65, 108, 0.98);
    padding: 25px;
    -webkit-transition: left 0.5s;
    transition: left 0.5s; }
  
  .m-menu-section.active {
    display: block;
    left: 0px; }
  
  .m-menu-section a {
    color: #fff; }
  
  .fixedScroll {
    overflow: hidden; }
  
  .m-menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    padding-bottom: 30px; }
  
  .m-menu-header-logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  
  .m-menu-header-logo img {
    width: 85px; }
  
  .m-menu-ic-group {
    text-align: right;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 0.75rem; }
  
  .m-menu-section .m-menu-ic-group-one {
    border-right: 1px solid #dadada;
    padding-right: 10px; }
  
  .m-menu-section .m-menu-ic-group-two {
    padding-left: 10px; }
  
  .m-menu-section .m-menu-ic-group-three {
    padding-left: 20px; }
  
  .m-menu-section .topbar__bell {
    vertical-align: top;
    fill: #a5a5a5; }
  
  .m-menu-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
  
  .m-menu-content ul.m-menu-content-list-s1 {
    padding-bottom: 30px;
    font-size: 1.4em;
    line-height: 1.8em;
    font-weight: bold; }
  
  .m-menu-content ul.m-menu-content-list-s2 {
    padding-bottom: 30px;
    font-size: 1em;
    line-height: 1.8em; }
  
  .m-menu-content-dataDashboard {
    display: inline-block;
    border: 1px solid #fff;
    border-left-width: 0px;
    padding: 15px 25px;
    margin-left: -25px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative; }
  
  .m-menu-content-dataDashboard .white-down-arrow:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  
  .m-menu-content-dataDashboard.active .white-down-arrow:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  
  .m-menu-mega-menu {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    width: 300px;
    left: 0px;
    bottom: 100%;
    color: #10416c;
    font-size: 14px; }
  
  .m-menu-content-dataDashboard.active .m-menu-mega-menu {
    display: block; }
  
  .m-menu-mega-menu .nav-dashboard-chart {
    padding: 20px 30px 20px 30px; }
  
  .m-menu-mega-menu .nav-dashboard-chart-title {
    font-size: 18px;
    color: #10416c;
    font-weight: bold;
    line-height: 1.6; }
  
  .nav-dashboard-chart-now {
    font-size: 18px; }
  
  .nav-dashboard-breakline {
    background-color: #fff;
    width: 20px;
    height: 3px;
    margin: 15px 0;
    border-radius: 2px; }
  
  .market-hkex.main-menu ul {
    list-style: none; }
  
  .nav-dashboard-chart-ranage span {
    display: inline-block;
    min-width: 45px;
    color: #fff;
    font-weight: bold; }
  
  .nav-dashboard-chart-link {
    text-align: center; }
  
  .nav-dashboard-chart-image {
    height: 80px;
    width: 100%; }
  
  .nav-dashboard-chart-image img {
    height: 80px;
    width: 100%; }
  
  .m-menu-section .nav-dashboard-chart-link a {
    color: #fff; }
  
  /* .m-menu-btn-icon.active-one .hamburger-one {
  background:rgba(0,0,0,0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
  }
  
  .m-menu-btn-icon.active-one .hamburger-one:before {
  top: 0;
  transform:rotate(45deg);
  }
  
  .m-menu-btn-icon.active-one .hamburger-one:after {
  top: 0;
  transform:rotate(135deg);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  } */
  @media (max-width: 991px) {
    .m-menu {
      display: block; } }
  
  /* ------------------------------------------ */
  /* END Style header  */
  /* ------------------------------------------ */
  /* ------------------------------------------ */
  /* Style footer  */
  /* ------------------------------------------ */
  .market-hkex .container:after {
    content: " ";
    display: block;
    clear: both; }
  
  @media (max-width: 991px) {
    .market-hkex .container {
      max-width: 660px;
      margin: 0 auto;
      position: relative; } }
  
  @media (max-width: 767px) {
    .market-hkex .container {
      max-width: 100%;
      position: static; } }
  
  /* ------------------------------------------ */
  /* END Style header  */
  /* ------------------------------------------ */
  /* ------------------------------------------ */
  /* Style for header */
  /* ------------------------------------------ */
  
  
  
  .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0); }
  
  .market_act_slider {
    width: 350px;
    height: auto;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-color: transparent;
    color: #fff; }
  
  .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  
  .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  
  .market_act_index_title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700; }
  
  .market_act_index_number {
    padding-top: 5px;
    font-size: 20px;
    line-height: 24px; }
  
  .market_act_index_title_line {
    width: 40px;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: 99px;
    background-color: #fff; }
  
  .market_act_index_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  
  .market_act_index_row_title {
    width: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 900;
    text-align: left; }
  
  .market_act_index_number_change {
    margin-left: 10px; }
  
  .market_act_index_number_change.down {
    color: #f3394e; }
  
  .market_act_index_graphic {
    padding-top: 15px; }
  
  .w-slider-arrow-left, .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  
  .market_act_slider_arrow {
    width: 40px;
    font-size: 20px; }
  
  .w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }

@font-face {
    font-family: "webflow-icons";
    src: url("/assets/fonts/webflow-icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
  
  [class^="w-icon-"],
  [class*=" w-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'webflow-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  
  .w-icon-slider-right:before {
    content: "\e600"; }
  
  .w-icon-slider-left:before {
    content: "\e601"; }
  
  .w-icon-nav-menu:before {
    content: "\e602"; }
  
  .w-icon-arrow-down:before,
  .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  
  .w-icon-file-upload-remove:before {
    content: "\e900"; }
  
  .w-icon-file-upload-icon:before {
    content: "\e903"; }
  
  .w-icon-slider-left:before {
    content: "\e601"; }
  
  .w-icon-slider-right:before {
    content: "\e600"; }
  
  .w-icon-slider-left, .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  
  .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  
  .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  
  .market_act_slider_arrow {
    width: 40px;
    font-size: 20px; }
  
  .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0); }
  
  .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms;
    border-radius: 100%; }
  
  .w-slider-dot.w-active {
    background-color: #fff; }
  
  .market_act_slider_nav {
    height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px; }
  
  .market_act_popup_btn_row {
    width: 100%;
    padding-top: 20px;
    text-align: center; }
  
  .market_act_popup_btn {
    margin-right: auto;
    margin-left: auto;
    padding: 6px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-weight: 700; }
  

  
  .header.white-bg {
    height: auto;
    background-color: rgba(255, 255, 255, 0.9); }
    .header.white-bg .header_logo .header_logo_img {
      background-image: url(../image/logo-main.svg); }
      .header.white-bg .header_logo .header_logo_img:after {
        border-right: 1px solid #10416c; }
    .header.white-bg .header_logo_text {
      color: #10416c; }
    .header.white-bg .market-hkex .main-menu__link {
      color: #10416c; }
    .header.white-bg .market-hkex .LastDataDashboard .main-menu__link {
      color: #fff; }
    .header.white-bg .market-hkex .topbar__link {
      color: #10416c; }
      .header.white-bg .market-hkex .topbar__link:after {
        border-color: #10416c transparent transparent transparent; }
    .header.white-bg .market-hkex .topbar__ic-group a {
      color: #10416c; }
    .header.white-bg .topbar__bell.fixed-hidden {
      display: none; }
    .header.white-bg .topbar__bell.fixed-show {
      display: inline; }






      .header.white-bg .search_block_btn:hover {
        color: #144168; }


  
      #countdown {
        position: relative;
        margin: auto;
        margin-top: 40px;
        width: 100%; }
      
      .countdown-container {
        height: 80px;
        width: 40px;
        margin-left: auto; }
      
      #countdown-number {
        color: white;
        display: block;
        line-height: 22px;
        text-align: center; }
      
      .countdown-donut {
        position: relative; }
      
      .countdown-donut:before,
      .countdown-donut:after {
        display: block;
        content: "";
        position: absolute;
        background-color: #fff;
        left: 48%;
        top: 13px;
        height: 15px;
        width: 2px;
        opacity: 0.8; }
      
      .countdown-donut:before {
        margin-left: 5px; }
      
      .countdown-donut:after {
        margin-left: -5px; }
      
      .countdown-donut svg {
        position: relative;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        -webkit-transform: rotateY(-180deg) rotateZ(-90deg);
                transform: rotateY(-180deg) rotateZ(-90deg); }
      
      .countdown-donut svg .bg-circle,
      .countdown-donut svg .ani-circle {
        stroke-dasharray: 113px;
        stroke-dashoffset: 0px;
        stroke-linecap: round;
        stroke-width: 2px;
        stroke: rgba(255, 255, 255, 0.6);
        fill: none; }
      
      .countdown-donut svg .ani-circle {
        stroke: white;
        stroke-dashoffset: 113px; }
      
      .countdown-donut svg .ani-circle.play {
        -webkit-animation: countdown 5.1s linear infinite forwards;
                animation: countdown 5.1s linear infinite forwards; }
      
      .countdown-donut svg .ani-circle.stop {
        stroke-dashoffset: 113px;
        -webkit-animation: stopCountdown 1s linear infinite forwards;
                animation: stopCountdown 1s linear infinite forwards; }
      
      .countdown-donut svg .ani-circle.sec3 {
        /* animation: countdown 3s linear infinite forwards; */ }
      
      .countdown-donut svg .ani-circle.sec1 {
        /* animation: countdown 1s linear infinite forwards; */ }
      
      @-webkit-keyframes countdown {
        from {
          stroke-dashoffset: 113px; }
        to {
          stroke-dashoffset: 0px; } }
      
      @keyframes countdown {
        from {
          stroke-dashoffset: 113px; }
        to {
          stroke-dashoffset: 0px; } }
      
      @-webkit-keyframes stopCountdown {
        from {
          stroke-dashoffset: 113px; }
        to {
          stroke-dashoffset: 113px; } }
      
      @keyframes stopCountdown {
        from {
          stroke-dashoffset: 113px; }
        to {
          stroke-dashoffset: 113px; } }
      
      .countdown-content {
        display: none;
        position: absolute;
        bottom: 100%;
        right: 0px;
        min-height: 0px;
        overflow: hidden;
        -webkit-transition: min-height 2s;
        transition: min-height 2s; 
    max-width: 315px;}
      
      .countdown-content.active {
        display: block;
        min-height: 200px; }
      
      .countdown-content-container {
        padding: 5px 20px 5px 5px;
        margin-bottom: 10px;
        background-color: #fff;
        color: #10416c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer; 
	position: relative;}
      
      .countdown-content-image {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    background-position: top center;
    background-size: cover;
    min-width: 112px;
    min-height: 70px;
    flex-shrink: 0; }
      
      .countdown-content-title {
                flex-grow: 1;
		flex-basis: 120px;
        font-size: 12px;
        text-align: left;
        padding: 5px 15px 5px 10px; }
      
      .countdown-content .hkexweb-card-img-txt__arrow {
        position: absolute;
        right: 10px; 
	top: 40px;}
      
      /* ------------------------------------------ */
      /* Style for hkexweb-hero-banner */
      /* ------------------------------------------ */
      .hkexweb-hero-banner__title {
        font-size: 48px;
        font-weight: 400;
        line-height: normal !important; } /* log 13054 */
      
      @media screen and (max-width: 1199px) {
        .hkexweb-hero-banner__title {
          font-size: 60px;
          font-weight: 400; } }
      
      @media screen and (max-width: 767px) {
        .hkexweb-hero-banner__title {
          font-size: 50px; } }
      
      @media screen and (max-width: 380px) {
        .hkexweb-hero-banner__title {
          font-size: 48px; } }
      
      .hkexweb-hero-banner__desc {
        font-size: 16px;
        font-weight: bold; }
      
      @media screen and (max-width: 767px) {
        .hkexweb-hero-banner__desc {
          font-size: 16px; } }
      
      @media screen and (max-width: 380px) {
        .hkexweb-hero-banner__desc {
          font-size: 14px; } }
      
      .hkexweb-hero-banner {
        position: relative;
        display: block;
        overflow: hidden;
        /*width: 100vw;*/
        min-height: 100vh;
        padding-top: 150px;
        padding-bottom: 100px; }
      
      @media screen and (max-width: 991px) {
        .hkexweb-hero-banner {
          padding-top: 90px;
          padding-bottom: 80px; } }
      
      @media screen and (max-width: 767px) {
        .hkexweb-hero-banner {
          padding-top: 75px;
          padding-bottom: 60px; } }
      
      .hkexweb-hero-banner__bgs {
        position: absolute;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        left: 0;
        top: 0;
        z-index: 0; }
      
      /*.hkexweb-hero-banner__bgs:before,*/
      /*.hkexweb-hero-banner__bgs:after {*/
      /*  content: "";*/
      /*  display: block;*/
      /*  position: fixed;*/
      /*  padding-top: 100%;*/
      /*  width: 1560px;*/
      /*  left: -1800px;*/
      /*  border-right: 1px solid rgba(255, 255, 255, 0.4);*/
      /*  border-radius: 50%;*/
      /*  -webkit-transition: all 2s cubic-bezier(0.42, 0, 0.09, 1.01);*/
      /*  transition: all 2s cubic-bezier(0.42, 0, 0.09, 1.01);*/
      /*  z-index: 1; }*/
      /**/
      /*.hkexweb-hero-banner__bgs.playAni:before {*/
      /*  top: -30%;*/
      /*  left: -515px; }*/
      
      .hkexweb-hero-banner__bgs.playAni:after {
        top: 45%;
        left: -65%; }
      
      .hkexweb-hero-banner__bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-attachment: fixed !important;
        background-size: cover;
        -webkit-transition: .4s;
        transition: .4s;
        opacity: 0; }
            
      @media screen and (max-width: 767px) {
        .hkexweb-hero-banner__bg {
        background-size: auto 100vh;
        }
      }
      .hkexweb-hero-banner__bg.is-active {
        opacity: 1; }
      
      .hkexweb-hero-banner__top,
      .hkexweb-hero-banner__bottom {
        position: relative;
        z-index: 15;
        /* margin-bottom: 45px; */ }
      
      .hkexweb-hero-banner__bottom.section-main-card {
        margin-bottom: 45px; }
      
      .hkexweb-hero-banner__slider {
        position: relative; }
      
      .hkexweb-hero-banner__slider .swiper-wrapper {
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        align-items: stretch; }
      
      .hkexweb-hero-banner__slide {
        display: -ms-inline-flexbox;
        display: -webkit-inline-box;
        display: inline-flex;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        height: auto; }
      
      .hkexweb-hero-banner__wrapper {
        position: relative;
        z-index: 50;
        width: 94%;
        max-width: 1300px;
        margin: 0 auto; }
      
      @media screen and (max-width: 767px) {
        .hkexweb-hero-banner__wrapper {
          width: 90%; } }
      
      .hkexweb-hero-banner__text {
        color: #FFF;
        width: 100%;
        max-width: 700px;
        padding: 40px 0 0;
        min-height: 350px;
      
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
  }
      
      @media screen and (max-width: 1199px) {
        .hkexweb-hero-banner__text {
          max-width: 500px; } }
      
      @media screen and (max-width: 991px) {
        .hkexweb-hero-banner__text {
          padding: 80px 0; } }
      
      @media screen and (max-width: 767px) {
        .hkexweb-hero-banner__text {
          padding: 60px 0;
          max-width: 400px; } }
      
      .hkexweb-hero-banner__title {
        margin: 0 0 10px; }
      
      .hkexweb-hero-banner__link {
        width: auto;
        display: inline-block;
        margin-top: 45px;
        color: #FFF; }

        .hkexweb-hero-banner__link.banner_no_underline:hover {
            text-decoration: none;
        }
      
      .hkexweb-hero-banner-gird {
        position: fixed;
        width: 100%;
        height: 100%; }
      
      .hkexweb-hero-banner-gird:before,
      .hkexweb-hero-banner-gird:after {
        -webkit-transition: all 1s cubic-bezier(0.42, 0, 0.09, 1.01);
        transition: all 1s cubic-bezier(0.42, 0, 0.09, 1.01);
        position: absolute;
        content: "";
        top: 0%;
        left: -80%;
        width: 100%;
        height: 100%;
        opacity: 0.8 !important; /* Updated by GTI */
        background-image: url("../image/2_new.svg");
        background-size: 110%;
        background-blend-mode: multiply;
        background-repeat: no-repeat;
        /* background-color: #e26c7cb6; */
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
      
      .hkexweb-hero-banner-gird:after {
        background-image: url("../image/1_new.svg");
        background-repeat: no-repeat;
        /* background-color: #6c78e2b6; */
        /* transform: rotate(-90deg); */
        left: auto;
        top: 10vh;
        right: -80%;
        /* top: -200px;
                  left: 1900px; */ }
      
      .playAni.hkexweb-hero-banner-gird:before {
        /* top: -60%; */
        left: -8%; }
      
      .playAni.hkexweb-hero-banner-gird:after {
        /* bottom: -220%; */
        right: 0px; }
      
      @media screen and (max-width: 767px) {
        .playAni.hkexweb-hero-banner-gird:after {
          bottom: -50%;
          top: auto; } }
      
      @media screen and (max-width: 480px) {
        .playAni.hkexweb-hero-banner-gird:after {
          bottom: -70%;
          top: auto; } }
      
      #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: .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; } }
      
      /* ------------------------------------------ */
      /* END Style hkexweb-hero-banner  */
      /* ------------------------------------------ */   /* ------------------------------------------ */
/* Style for sample */
/* ------------------------------------------ */
.hkexweb-section-video {
    min-height: 490px;
    background-image: url("/assets/images/market/HKEX_MarketSite_01.png");
    background-position: left center;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 45px; }
  
  .hkexweb-section-video:not(.noarch):before {
    -webkit-transition: all 1s cubic-bezier(0.42, 0, 0.09, 1.01);
    transition: all 1s cubic-bezier(0.42, 0, 0.09, 1.01);
    position: absolute;
    content: "";
    top: 0%;
    right: -25%;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url("../image/3_new.svg");
    background-size: 80%;
    background-position: top right;
    background-blend-mode: multiply;
    background-repeat: no-repeat; }
  
  .hkexweb-light {
    font-weight: lighter; }
  
  .hkexweb-title {
    font-weight: bold; }
  
  .hkexweb-section-video .hkexweb-h2 {
    line-height: 42px;
    position: relative;
    max-width: 40%;
    font-size: 28px;
    padding: 80px 0;
    left: 57%; }
  
  .hkexweb-h3 {
    padding-top: 28px;
    font-size: 18px;
	line-height: 24px;
	}
  
  .hkexweb-video-icon {
    cursor: pointer;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 51; }
    .hkexweb-video-icon a {
      display: block; }
    .hkexweb-video-icon img {
      display: block; }
  
  .hkexweb-hero-banner__img {
    display: none; }
  
  .hkexweb-mPlay {
    display: none; }
  
  @media screen and (max-width: 1200px) {
    .hkexweb-section-video .hkexweb-h2 {
      padding: 80px 0; } }
  
  @media screen and (max-width: 991px) {
    .hkexweb-section-video {
      background-color: #fff;
      background-image: none; }
    .hkexweb-hero-banner__img {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center;
    }
    .hkexweb-section-video .hkexweb-h2 {
      max-width: 100%;
      left: auto; }
    .hkexweb-h3 {
      line-height: 1; }
    .hkexweb-video-icon {
      display: none; }
    .hkexweb-mPlay {
      display: block; } }
  
  @media screen and (max-width: 480px) {
    .hkexweb-hero-banner__img {
      width: 100%; } }
  
  .hkexweb-section-video-white-line:before,
  .hkexweb-section-video-white-line:after {
    content: "";
    display: block;
    position: absolute;
    height: 1900px;
    width: 600px;
    border-left: 1px solid white;
    /* border-left: 1px solid #000; */
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s; }
  
  .hkexweb-section-video-white-line:before {
    height: 1900px;
    right: -200px;
    top: -1400px; }
  
  .hkexweb-section-video-white-line:after {
    height: 1400px;
    right: 600px;
    top: -300px; }
  
  .hkexweb-section-video:hover .hkexweb-section-video-white-line:before {
    right: -220px;
    top: -400px; }
  
  .hkexweb-section-video:hover .hkexweb-section-video-white-line:after {
    right: 400px;
    top: -700px; }
  
  @media screen and (max-width: 991px) {
    .hkexweb-section-video-white-line:after {
      right: 0px;
      top: -700px; } }
  
  @media screen and (max-width: 991px) {
    .hkexweb-section-video-white-line:before,
    .hkexweb-section-video-white-line:after,
    .hkexweb-section-video:before {
      width: 100%;
      content: "";
      display: none; } }
  
  /* ------------------------------------------ */
  /* END Style sample  */
  /* ------------------------------------------ */

.section-main-card .column_item {
    margin-bottom: 20px;
}

@media (max-width: 1279px) {
  
  .column_view_top_dt, .column_view_bottom_dt {
      display: none;
  }
}

@media (min-width: 1280px) {
  
  .column_view_top, .column_view_bottom {
      display: none;
  }
}
/* 20200714 Updated noon */
.column-item--video-only .hkexweb-card-IT{
    box-shadow: none;
    box-shadow: unset;
}
.column_item--image-post.column_item--no-slider{
    height: 400px;
}

.column-item--video-only{
    background-color: #FFF;
}

.column_view_top , .column_view_bottom{
    max-width: 640px;
    margin: 0 auto;
}
.column_item .hkexweb-card-IT__image {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .hkexweb-hero-banner__title {
        font-size: 50px;
        line-height: 58px;
    }

        .hkexweb-hero-banner__title .spanHeading {
            line-height: 1.2;
            margin-top: 24px;
            font-weight: normal;
        }
}

/*** homepage market activity widget ***/
.countdown-container {
    margin-left: 0;
    margin-right: 0;
}

.countdown-content {
    right: auto;
    left: 0;
}

.hkex-market-highlight__holder {
    position: relative;
    overflow: visible;
    max-width: 1300px;
    margin: 0 auto;
    width: 90%; /*calc(100% - 40px);*/
    z-index: 16;
}

.hkex-market-highlight {
    display: block;
    width: 480px;
    /*height: 380px;*/
    background-color: rgba(23, 23, 57, 0.8);
    border-radius: 5px;
}

@media screen and (min-width: 1280px) {
    .hkex-market-highlight {
        position: absolute;
        right: 0;
        bottom: 100px;
    }
}

@media screen and (max-width: 1279px) {
    .hkex-market-highlight__holder {
        margin-bottom: 20px; /*-24px;*/
    }

    .hkex-market-highlight {
        margin: 0 auto;
        width: 640px;
        max-width: 100%;
        overflow: auto;
        height: 430px;
    }

    .hkex-market-highlight > div {
        margin: 0 auto;
    }
}

@media screen and (max-width: 479px) {
    .hkex-market-highlight > div {
        /* transform: scale(0.8); */
        transform-origin: center;
    }
}
/*** end homepage market activity widget ***/