body {
  font-family: FSElliotPro, FSElliot, Arial, "Heiti TC", "Heiti SC", JhengHeiFix, "微軟正黑體", "微软雅黑", "Microsoft JhengHei", "Microsoft YaHei", sans-serif !important;
  color: #144168;
  font-size: 16px;
  line-height: normal !important;
}

a {
  color: #144168;
  text-decoration: none;
}

nav.market-hkex.main-menu ul li {
    text-align: left !important;
}

.section_container {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
}

.section_container.doi_update {
  z-index: 1;
  background-color: #f3f6f9;
}

.section_container.footer {
  background-color: #144168;
}

.section_container.oh_timeline {
  position: -webkit-sticky;
  position: sticky;
  top: 63px;
  z-index: 1;
  background-color: #f3f6f9;
}

.section_container.oh_img_1 {
  z-index: -1;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.15)),
      to(rgba(0, 0, 0, 0.15))
    ),
    url("/assets/images/market/oh_full_width_img1.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0.15)
    ),
    url("/assets/images/market/oh_full_width_img1.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section_container.oh_img_2 {
  z-index: -1;
  background-image: url("/assets/images/market/oh_full_width_img2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section_container.banner {
  z-index: 2;
}

.section_container.market_table_down {
  background-color: #161738;
}

.section_container.market_table_up {
  background-color: #062b53;
}

.section_container_in {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.header {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1300px;
}
header.header{
  position: absolute;
}
.section_container_in.header {
  padding-top: 12px;
  padding-bottom: 12px;
  
}
.section_container_in.header.scrolling {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section_container_in.breadcrumb {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 180px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
}

.section_container_in.banner_title {
  padding-top: 15px;
  padding-bottom: 75px;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 100;
}

.section_container_in.after_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_container_in.after_banner.oh_timeline {
  padding-top: 18px;
  padding-bottom: 18px;
}

.section_container_in.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_container_in.oh_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section_container_in.alert {
  position: relative;
  padding-top: 0px;
  padding-bottom: 30px;
}

.section_container_in.search {
  padding-top: 20px;
  padding-bottom: 45px;
}

.section_container_in.market_table_down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_container_in.market_table_up {
  padding-top: 30px;
  padding-bottom: 60px;
}

.header_left {
  margin-right: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu_container .section_container_in.header .header_right {
    float: right; /* Added by GTI */
}

.header_right {  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.header_right_in {
  position: relative;
  z-index: 5;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_right_in.up {
  padding-bottom: 20px;
}

.header_right_up_btn {
  margin-left: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
}

.header_right_up_btn:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.header_right_up_btn._2nd_lang {
  margin-left: 15px;
  margin-right:10px;
  padding-left: 15px;
  border-left: 1px solid #fff;
}

.header_right_up_btn._2nd_lang.search {
  border-left-color: #144168;
}

.header_right_up_btn.market {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_right_up_btn.group {
  margin-left: 30px;
}

.header_right_up_btn.search {
  color: #144168;
}

.header_right_up_alert {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  margin-left: 30px;
  background-image: url("/assets/images/market/header_alert.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.header_right_up_alert:hover {
  opacity: 0.7;
}

.header_right_up_alert.market {
  margin-right: -10px;
}

.header_right_up_alert.search {
  background-image: url("/assets/images/market/header_alert_n.png");
}

.header_right_up_alert.mobile {
  width: 20px;
  height: 20px;
  margin-right: 40px;
  margin-left: 0px;
}

.banner_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.banner_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  background-image: url("/assets/images/market/doi_banner.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.banner_img.oh {
  background-image: url("/assets/images/market/oh_banner.jpg");
  background-position: 50% 100%;
}

.banner_opacity_filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.35;
}

.banner_opacity_filter.doi {
  opacity: 0.5;
}

.banner_graphic_1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/market/banner_graphic1_v2_n.png");
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50vw, 0px);
  -ms-transform: translate(-50vw, 0px);
  transform: translate(-50vw, 0px);
}

.banner_graphic_1.group {
  background-image: url("/assets/images/market/banner_graphic1_v2_r.png");
}

.header_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.header_logo.market {
  font-size: 16px;
  line-height: 19px;
}

.header_logo.scrolling_header {
  margin-top: 0px;
  margin-bottom: 0px;
}

.header_logo.search {
  color: #144168;
}

.header_logo_img {
  height: 60px;
}

.header_logo_img.scrolling_header {
  height: 36px;
}

.header_logo_img_out {
  margin-right: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
}

.header_logo_img_out.search {
  border-right-color: rgba(20, 65, 104, 0.5);
}

.header_right_down_btn {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  text-transform: capitalize;
}

.header_right_down_btn:hover {
  background-color: #144168;
}

.header_right_down_btn.scrolling_header {
  color: #144168;
}

.header_right_down_btn.scrolling_header:hover {
  opacity: 1;
  color: #fff;
}

.header_right_down_btn.market {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 17px;
  line-height: 21px;
}

.header_right_down_btn.market:hover {
  background-color: #e62742;
}

.header_right_down_btn.search {
  color: #144168;
}

.header_right_down_btn.search:hover {
  color: #fff;
}

.header_right_search_btn {
  width: 30px;
  height: 30px;
  margin-left: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 999px;
  background-color: #e62742;
  background-image: url("/assets/images/market/header_search.png");
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.header_right_search_btn:hover {
  background-color: #144168;
}

.header_right_search_btn.group {
  width: 40px;
  height: 40px;
  margin-left: 5px;
}

.header_right_search_btn.mobile {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 40px;
  margin-left: auto;
}

.header_right_search_btn.close {
  background-image: url("/assets/images/market/header_close_w.png");
}

.breadcrumb_btn {
  position: relative;
  z-index: 2;
  margin-top: 2px;
  margin-right: 12px;
  margin-bottom: 2px;
  padding-right: 20px;
  background-image: url("/assets/images/market/breadcrumb_slash.png");
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.breadcrumb_btn:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.breadcrumb_dropdown {
  margin: 2px 12px 2px 0px;
  padding-right: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url("/assets/images/market/breadcrumb_slash.png");
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.breadcrumb_dropdown.last {
  background-image: none;
}

.breadcrumb_dropdown_toggle {
  padding: 0px 15px 0px 0px;
  background-image: url("/assets/images/market/breadcrumb_arrow.png");
  background-position: 100% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  color: #fff;
}

.breadcrumb_dropdown_toggle:hover {
  opacity: 0.75;
}

.breadcrumb_dropdown_toggle.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url("/assets/images/market/breadcrumb_arrow_r.png");
  opacity: 0.75;
}

.breadcrumb_dropdown_list.w--open {
  position: absolute;
  left: -15px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  background-image: url("/assets/images/market/breadcrumb_tri.png");
  background-position: 75px 5px;
  background-size: auto 10px;
  background-repeat: no-repeat;
}

.breadcrumb_dropdown_link {
  max-width: 325px;
  min-width: 200px;
  margin: 0px;
  padding: 13px 50px 13px 15px;
  border-bottom: 1px solid #144168;
  background-color: hsla(0, 0%, 100%, 0.9);
  background-image: url("/assets/images/market/breadcrumb_link_arrow_n.png");
  background-position: 93% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  color: #144168;
}

.breadcrumb_dropdown_link:hover {
  background-color: rgba(20, 65, 104, 0.9);
  background-image: url("/assets/images/market/breadcrumb_link_arrow_w.png");
  color: #fff;
}

.breadcrumb_dropdown_link.w--current {
  color: #144168;
}

.breadcrumb_dropdown_link.w--current:hover {
  color: #fff;
}

.doi_update_date {
  margin-right: auto;
  font-size: 14px;
  line-height: 18px;
}

.doi_update_btn {
  position: relative;
  width: 48px;
  height: 48px;
  margin-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(140, 159, 180, 0.5);
  border-radius: 999px;
  cursor: pointer;
}

.doi_update_btn:hover {
  border-color: #144168;
  background-color: #144168;
}

.doi_update_btn.email {
  background-image: url("/assets/images/market/doi_icon_email.png");
  background-position: 50% 50%;
  background-size: 36%;
  background-repeat: no-repeat;
}

.doi_update_btn.email:hover {
  background-image: url("/assets/images/market/doi_icon_email_w.png");
}

.doi_update_btn.print {
  background-image: url("/assets/images/market/doi_icon_print.png");
  background-position: 50% 50%;
  background-size: 32%;
  background-repeat: no-repeat;
}

.doi_update_btn.print:hover {
  background-image: url("/assets/images/market/doi_icon_print_w.png");
}

.doi_update_btn.share {
  background-image: url("/assets/images/market/doi_icon_share.png");
  background-position: 50% 50%;
  background-size: 28%;
  background-repeat: no-repeat;
}

.doi_update_btn.share:hover {
  background-image: url("/assets/images/market/doi_icon_share_w.png");
}

.doi_text {
  width: 100%;
  max-width: 1000px;
  margin-top: 90px;
  line-height: 28px;
}

.doi_text.first {
  margin-top: 0px;
}

.doi_title {
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

.intext_link {
    text-decoration: none;
    color: #06c;
}

.intext_link:hover {
    text-decoration: underline;
    color: #06c;
}

.footer_right {
  margin-left: auto;
}

.footer_right_img_mobile {
  display: none;
}

.header_menu_btn {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/assets/images/market/header_hamburger_w_v2.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.header_menu_btn:hover {
  opacity: 0.7;
}

.header_menu_btn.scrolling_header {
  background-image: url("/assets/images/market/header_hamburger_n_v2.png");
}

.header_menu_btn.scrolling_header:hover {
  background-image: url("/assets/images/market/header_hamburger_r_v2.png");
}

.header_menu_btn.search {
  background-image: url("/assets/images/market/header_hamburger_n_v2.png");
}

.header_menu_btn.search:hover {
  background-image: url("/assets/images/market/header_hamburger_r_v2.png");
  opacity: 1;
}

.header_menu_btn.close {
  background-image: url("/assets/images/market/header_close_w.png");
  background-size: 60%;
}

.back_to_top_btn {
  position: fixed;
  left: auto;
  top: auto;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  width: 60px;
  height: 60px;
  border: 1px solid grey;
  border-radius: 99px;
  background-color: grey;
  background-image: url("/assets/images/market/back_to_top.png");
  background-position: 50% 50%;
  background-size: 35%;
  background-repeat: no-repeat;
}

.back_to_top_btn:hover {
  border-color: #fff;
  background-color: #144168;
}

.scrolling_header_container {
  position: fixed;
  top: 0px;
  z-index: 9;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  background-color: #fff;
}

.banner_graphic_2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/market/banner_graphic2.png");
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50vw, 0px);
  -ms-transform: translate(-50vw, 0px);
  transform: translate(-50vw, 0px);
}

.banner_graphic_3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/market/banner_graphic3.png");
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50vw, 0px);
  -ms-transform: translate(-50vw, 0px);
  transform: translate(-50vw, 0px);
}

.header_right_down_market_act {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding: 10px 15px 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
}

.header_right_down_market_act:hover {
  background-color: #e62742;
}

.header_market_tri {
  height: 5px;
  margin-top: -1px;
  margin-left: 5px;
}

.oh_timeline_title {
  margin-right: 50px;
  font-size: 22px;
  line-height: 26px;
}

.oh_timeline_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.oh_timeline_block {
  position: relative;
  z-index: 1;
  margin-right: auto;
  color: #e62742;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.oh_timeline_block:hover {
  color: #144168;
}

.oh_timeline_dot {
  width: 9px;
  height: 9px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #f3f6f9;
  border-radius: 99px;
  background-color: #e62742;
}

.oh_timeline_line_container {
  position: absolute;
  left: 15px;
  top: auto;
  right: 0%;
  bottom: 4px;
  overflow: hidden;
  width: 96%;
  height: 2px;
}

.oh_timeline_line {
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #e62742;
}

.oh_center_line {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 1px;
  height: 100%;
  background-color: #e0e6eb;
}

.oh_img_text_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #fff;
  text-align: center;
}

.oh_img_text_year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}

.oh_img_text_year_line {
  height: 1px;
  margin-top: -2px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.oh_img_text {
  width: 100%;
  margin-top: 25px;
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
}

.oh_section_title {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.oh_section_year {
  width: 100%;
  padding-top: 15px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
}

.oh_block {
  position: relative;
  width: 50%;
  padding-top: 30px;
  padding-right: 7.5%;
  padding-left: 7.5%;
}

.oh_block.img.left {
  padding-right: 5%;
  padding-left: 0%;
}

.oh_block.img.right {
  padding-right: 0%;
}

.oh_block.img.right._1992_img {
  top: 180px;
}

.oh_block.right._1914 {
  top: 120px;
}

.oh_block.right._1986 {
  top: 270px;
  margin-bottom: 270px;
}

.oh_block.right._1986_2 {
  top: 60px;
  margin-bottom: 60px;
}

.oh_block.right._1993_2 {
  top: 30px;
}

.oh_block.left._1976 {
  top: 30px;
}

.oh_block.left._1992 {
  top: 30px;
  margin-bottom: 30px;
}

.oh_block.left._1993 {
  top: 60px;
  margin-bottom: 60px;
}

.oh_block.left._1995 {
  top: 30px;
  margin-bottom: 30px;
}

._100_width_img {
  width: 100%;
}

.oh_block_year {
  opacity: 0.2;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
}

.oh_block_title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.oh_block_title.large {
  font-size: 40px;
  line-height: 44px;
}

.oh_block_line {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #e62742;
}

.oh_block_line.right {
  margin-left: -25%;
}

.oh_block_line.left {
  width: 125%;
}

.oh_block_text {
  line-height: 24px;
}

.bg_graphic {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -999;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/market/bg_graphic_v2.png");
  background-position: 450% 0%;
  background-size: 90vw;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.alert_info_icon {
  height: 24px;
  margin-top: -3px;
  margin-right: 15px;
}

.alert_text_container {
  width: 100%;
  max-width: 1000px;
}

.alert_text_title {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.alert_text_title._1 {
  padding-right: 40px;
}

.alert_close_btn {
  position: absolute;
  left: auto;
  top: 15px;
  right: 0px;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-image: url("/assets/images/market/header_close_n.png");
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.alert_close_btn:hover {
  background-image: url("/assets/images/market/header_close_r.png");
}

.oh_timeline_line_background {
  width: 100%;
  height: 1px;
  background-color: #b0bfcd;
}

.oh_block_anchor_point {
  position: absolute;
  left: 0%;
  top: -150px;
  right: 0%;
  bottom: auto;
}

.search_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 8;
  display: none;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.search_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}

.search_block_field {
  height: 40px;
  margin-bottom: 5px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none transparent;
  background-color: transparent;
  font-size: 36px;
  line-height: 36px;
}

.search_block_btn {
  height: 28px;
  padding: 0px 0px 0px 25px;
  background-color: transparent;
  color: #e62742;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}

.search_block_btn:hover {
  color: #144168;
}

.menu_container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: none;
  width: 100%;
  min-height: 100vh;
  padding-right: 50px;
  padding-bottom: 150px;
  padding-left: 50px;
  background-color: rgba(20, 65, 104, 0.96);
  opacity: 0;
  overflow: scroll;
  height: 100%;
}

.menu_container_in {
  display: none;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
}

.menu_container_in._1st {
  display: block;
  padding: 25px 0px;
  border-bottom: 1px solid #e62742;
}

.menu_container_in._2nd {
  margin-top: 20px;
  margin-bottom: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.menu_btn_arrow_right {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('/assets/images/market/menu_arrow.png');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.menu_container_in.market_site_small {
  display: block;
  padding-left: 0px;
  padding-top: 20px;
}

.menu_container_in._1st._1 {
  padding-top: 90px;
  padding-left: 0px;
}

.menu_container_in._1st.small_btn_1 {
  padding-top: 40px;
}

.menu_btn_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.menu_btn_container:hover {
  opacity: 0.7;
}

.menu_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.menu_btn._1st {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

.menu_btn.market_small {
  font-size: 16px;
  line-height: 20px;
  padding-right: 10px;
}

.menu_btn_arrow {
  height: 8px;
  margin-right: 16px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.market_site_small .menu_btn_arrow {
    margin: 0px;
}

.LastDataDashboard .menu_btn_arrow {
    margin: 0px 0px 0px 5px;
    height: 6px;
}

/*.menu_btn_arrow._1st {
  height: 8px;
  margin-right: 16px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}*/

.menu_small_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.menu_small_btn:hover {
  opacity: 0.7;
}

.menu_small_btn._1 {
  margin-top: 40px;
}

.menu_small_btn.market_act {
  width: 180px;
  padding: 10px 0px 10px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
}

.menu_small_btn.market_act .menu_btn_arrow {
    margin: 0px auto;
}

.menu_lang_btn_container {
  padding-top: 40px;
}

.menu_lang_btn {
  color: #fff;
}

.menu_lang_btn:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.menu_lang_btn._1 {
  margin-right: 18px;
  padding-right: 18px;
  border-right: 1px solid #fff;
}

.menu_external_icon {
  height: 12px;
  margin-left: 6px;
}

.header_right_down_market_act_mobile_container {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.alert_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-right: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.alert_row.hidden{
  display:none;
}
.main-menu__item.is-active .market_act_popup{
  display:block;
}

.market_act_popup {
  position: relative;
  left: auto;
  top: 100%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: none;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 0px 5px 5px;
  background-color: rgba(51, 51, 51, 0.95);
  opacity: 1;
}

.market_act_slider {
  width: 350px;
  height: auto;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  background-color: transparent;
  color: #fff;
}

.market_act_slider_arrow {
  width: 40px;
  font-size: 20px;
}

.market_act_slider_arrow:hover {
  opacity: 0.7;
}

.market_act_slider_nav {
  height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
}

.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_number_change {
  margin-left: 10px;
}

.market_act_index_number_change.down {
  color: #f3394e;
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.market_act_index_row_title {
  width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 900;
  text-align: left;
}

.market_act_index_graphic {
  padding-top: 15px;
}

.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;
}

.market_act_popup_btn:hover {
  opacity: 0.7;
}

.market_act_popup_btn_row {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}

.market_table_container {
  display: none;
  width: 100%;
}

.market_table_close_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-weight: 700;
}

.market_table_close_btn.open img{
transform-origin: center;
transform: rotate(180deg);
}
.market_table_close_btn.open span{
  font-size: 0;
}

.market_table_close_btn.open.canClose img{
  transform: rotate(0deg);
}

.market_table_close_btn.open.canClose{
  font-size: 0;
}
.market_table_close_btn.open.canClose span{
  font-size: 16px;
}

.market_table_close_btn:hover {
  opacity: 0.7;
}

.image {
  height: 15px;
  margin-left: 10px;
}

.market_table_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.market_table_row_number {
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.market_table_row_number_change {
  margin-left: 10px;
}

.market_table_row_number_change.down {
  color: #f54747;
}

.market_table_row_number_change.up {
  color: #3cd567;
}

.market_table_block {
  width: 100%;
  margin-top: 15px;
  padding: 25px 40px;
  background-color: #fff;
}

.market_table_block_title {
  padding-bottom: 15px;
  color: #e62742;
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
}

.text-block {
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
}

.div-block {
  cursor: pointer;
}

.share_popup_block {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.share_popup_btn {
  width: 32px;
  height: 32px;
  margin-left: 20px;
}

.share_popup_btn:hover {
  opacity: 0.7;
}

.share_popup_btn.twitter {
  background-image: url("/assets/images/market/twitter.svg");
  background-position: 50% 50%;
  background-size: 85%;
  background-repeat: no-repeat;
}

.share_popup_btn.weibo {
  background-image: url("/assets/images/market/weibo_1weibo.png");
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.share_popup_btn.wechat {
  background-image: url("/assets/images/market/wechat.svg");
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.share_popup_btn.linkedin {
  background-image: url("/assets/images/market/linkedin.svg");
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.share_popup_btn.youtube {
  background-image: url("/assets/images/market/youtube.svg");
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.share_popup_tri {
  width: 20px;
  margin-top: 5px;
  margin-right: 12px;
  margin-bottom: -1px;
}

.share_popup_block_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #333;
}

@media screen and (min-width: 1280px) {
  .header_right {
    display: block;
  }
  .header_right_in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header_logo {
    font-size: 15px;
    line-height: 19px;
  }
  .header_logo.market {
    font-size: 18px;
    line-height: 21px;
  }
  .header_logo_img_out {
    margin-right: 25px;
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
  }
  .header_right_down_btn.group:hover {
    background-color: #144168;
  }
  .header_right_search_btn.group {
    margin-left: 10px;
  }
  .header_right_search_btn.mobile {
    display: none;
  }
  .header_menu_btn {
    display: none;
  }
  .market_act_popup {
    position: absolute;
    left: auto;
    top: 100%;
    right: 0%;
    bottom: auto;
    margin-top: -1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
  }
}
@media screen and (min-width: 1280px){
  .menu_container {
    display: none !important;
  }

}
@media screen and (max-width: 1279px) {
  .section_container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .section_container.oh_timeline {
    top: 59px;
  }
  .section_container_in {
    /* padding-top: 75px; */
    padding-bottom: 75px;
  }
  .section_container_in.breadcrumb {
    padding-top: 120px;
    font-size: 13px;
    line-height: 17px;
  }
  .section_container_in.banner_title {
    padding-top: 12px;
    padding-bottom: 45px;
    font-size: 36px;
    line-height: 36px;
  }
  .section_container_in.after_banner {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .section_container_in.after_banner.oh_timeline {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section_container_in.footer {
    padding-top: 45px;
  }
  .section_container_in.alert {
    padding-bottom: 25px;
  }
  .section_container_in.search {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .section_container_in.market_table_up {
    padding-top: 25px;
    padding-bottom: 45px;
  }
  .header_logo {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .header_logo_img {
    height: 45px;
  }
  .header_logo_img.scrolling_header {
    height: 35px;
  }
  .breadcrumb_btn {
    margin-right: 10px;
    padding-right: 16px;
  }
  .breadcrumb_dropdown {
    margin-right: 10px;
    padding-right: 14px;
  }
  .doi_update_btn {
    width: 40px;
    height: 40px;
    margin-left: 12px;
  }
  .doi_text {
    margin-top: 75px;
  }
  .doi_title {
    font-size: 24px;
    line-height: 28px;
  }
  .footer_left {
    margin-right: auto;
    margin-left: auto;
  }
  .header_menu_btn.scrolling_header {
    margin-top: -4px;
    margin-bottom: -2px;
  }
  .back_to_top_btn {
    right: 40px;
    bottom: 40px;
    width: 50px;
    height: 50px;
  }
  .scrolling_header_container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .oh_timeline_title {
    margin-right: 40px;
    font-size: 20px;
    line-height: 24px;
  }
  .oh_timeline_block {
    font-size: 13px;
    line-height: 13px;
  }
  .oh_img_text_container {
    max-width: 575px;
    min-height: 450px;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .oh_img_text_year {
    font-size: 19px;
    line-height: 19px;
  }
  .oh_img_text_year_line {
    margin-top: -2px;
  }
  .oh_img_text {
    margin-top: 20px;
    font-size: 36px;
    line-height: 36px;
  }
  .oh_section_title {
    font-size: 13px;
    line-height: 17px;
  }
  .oh_section_year {
    font-size: 36px;
    line-height: 36px;
  }
  .oh_block.img.right._1992_img {
    top: 60px;
  }
  .oh_block.right {
    padding-right: 0%;
    padding-left: 5%;
  }
  .oh_block.right._1914 {
    top: 0px;
    margin-bottom: -90px;
  }
  .oh_block.right._1986 {
    top: 120px;
    margin-bottom: 120px;
  }
  .oh_block.right._1986_2 {
    top: 15px;
    margin-bottom: 15px;
  }
  .oh_block.right._1993_2 {
    top: 15px;
    margin-bottom: 15px;
  }
  .oh_block.left {
    padding-left: 0%;
  }
  .oh_block.left._1976 {
    top: 0px;
  }
  .oh_block.left._1992 {
    top: 0px;
    margin-bottom: 0px;
  }
  .oh_block.left._1993 {
    top: 15px;
    margin-bottom: 15px;
  }
  .oh_block.left._1995 {
    top: 15px;
    margin-bottom: 15px;
  }
  .oh_block_year {
    font-size: 64px;
    line-height: 64px;
  }
  .oh_block_title {
    font-size: 22px;
    line-height: 26px;
  }
  .oh_block_title.large {
    font-size: 32px;
    line-height: 36px;
  }
  .oh_block_line.right {
    margin-left: -15%;
  }
  .oh_block_line.left {
    width: 122%;
  }
  .bg_graphic {
    background-position: -120% 0%;
    background-size: 120vw;
  }
  .alert_container {
  }
  .hkex-top-alert__Close.blue-close {
      right: 40px !important;
  }
  .alert_info_icon {
    height: 20px;
    margin-top: -1px;
    margin-right: 12px;
  }
  .alert_text_title {
    font-size: 18px;
    line-height: 18px;
  }
  .oh_block_anchor_point {
    top: -120px;
  }
  .search_container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .search_block {
    padding-bottom: 3px;
  }
  .search_block_field {
    height: 32px;
    font-size: 28px;
    line-height: 28px;
  }
  .search_block_btn {
    height: 22px;
    padding-left: 20px;
    font-size: 22px;
    line-height: 22px;
  }
  /*.menu_container {
    padding-right: 40px;
    padding-bottom: 120px;
    padding-left: 40px;
  }*/
  /*.menu_container_in {
    padding-left: 40px;
  }*/
  .menu_container_in._1st._1 {
    padding-top: 75px;
  }
  .menu_btn:hover {
    opacity: 0.7;
  }
  .alert_row {
    padding-top: 25px;
  }
  .market_table_block {
    padding-right: 30px;
    padding-left: 30px;
  }
  .market_table_block_title {
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 24px;
  }
  .section_container_in.header {
      padding-top: 30px;
      display: inline-block; /* Add by GTI for log 12844 20200831 */
    }

    .header_left { /* Add by GTI for log 12844 20200831 */
        float: left;
    }
  
  .header--fixed .section_container_in.header {
    padding-top: 12px;
  }
  .fixedScroll .menu_container .section_container_in.header {
      padding-top: 30px;
      height: auto;
      flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .section_container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section_container.oh_img_1 {
    background-attachment: scroll;
  }
  .section_container.oh_img_2 {
    background-attachment: scroll;
  }
  .section_container_in {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section_container_in.banner_title {
    font-size: 32px;
    line-height: 32px;
  }
  .section_container_in.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section_container_in.search {
    padding-top: 15px;
    padding-bottom: 35px;
  }
  .header_right_up_alert.mobile {
    width: 18px;
    height: 18px;
    margin-right: 25px;
  }
  .header_right_search_btn.mobile {
    margin-right: 25px;
  }
  .doi_text {
    margin-top: 60px;
  }
  .footer_right {
    margin-left: 0px;
  }
  .footer_right_img_mobile {
    display: inline-block;
  }
  .footer_right_img {
    display: none;
  }
  .back_to_top_btn {
    right: 25px;
    bottom: 25px;
  }
  .scrolling_header_container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .oh_timeline_title {
    margin-right: 25px;
    font-size: 18px;
    line-height: 22px;
  }
  .oh_center_line {
    left: 25px;
  }
  .oh_img_text_container {
    min-height: 350px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .oh_section_title {
    text-align: center;
  }
  .oh_section_year {
    text-align: center;
  }
  .oh_block {
    width: 100%;
    padding-top: 45px;
    padding-right: 0%;
    padding-left: 25px;
  }
  .oh_block.img.left {
    padding-right: 25px;
    padding-left: 25px;
  }
  .oh_block.img.right {
    padding-right: 25px;
  }
  .oh_block.img.right._1992_img {
    top: 0px;
  }
  .oh_block.right {
    padding-right: 25px;
    padding-left: 25px;
  }
  .oh_block.right._1914 {
    margin-bottom: 0px;
  }
  .oh_block.right._1986 {
    top: 0px;
    margin-bottom: 0px;
  }
  .oh_block.right._1986_2 {
    top: 0px;
    margin-bottom: 0px;
  }
  .oh_block.right._1993_2 {
    top: 0px;
    margin-bottom: 0px;
  }
  .oh_block.left {
    padding-right: 25px;
    padding-left: 25px;
  }
  .oh_block.left._1993 {
    top: 0px;
    margin-bottom: 0px;
  }
  .oh_block.left._1995 {
    top: 0px;
    margin-bottom: 0px;
  }
  .oh_block_year {
    font-size: 56px;
    line-height: 56px;
  }
  .oh_block_line.right {
    width: 50%;
    margin-left: -50px;
  }
  .oh_block_line.left {
    width: 50%;
    margin-left: -50px;
  }
  .alert_container {
  }
  .hkex-top-alert__Close.blue-close {
      right: 25px !important;
  }
  .search_container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .search_block_field {
    height: 26px;
    font-size: 22px;
    line-height: 22px;
  }
  .search_block_btn {
    height: 19px;
    padding-left: 12px;
    font-size: 19px;
    line-height: 19px;
  }
  .menu_container {
    padding-right: 25px;
    padding-bottom: 90px;
    padding-left: 25px;
  }
  .menu_container_in {
    padding-top: 12px;
    padding-left: 25px;
  }
  .menu_container_in._1st {
    padding-top: 18px;
  }
  .menu_container_in._1st._1 {
    padding-top: 60px;
  }
  .menu_container_in._1st.small_btn_1 {
    padding-top: 36px;
  }
  .menu_btn {
    font-size: 18px;
    line-height: 22px;
  }
  .menu_btn._1st {
    font-size: 25px;
    line-height: 29px;
  }
  .menu_small_btn {
    margin-top: 18px;
  }
  .menu_small_btn._1 {
    margin-top: 36px;
  }
  .menu_lang_btn_container {
    padding-top: 36px;
  }
  .menu_lang_btn._1 {
    margin-right: 9px;
    padding-right: 9px;
  }
  .menu_external_icon {
    height: 13px;
    margin-top: 0px;
    margin-left: 13px;
  }
  .header_right_down_market_act_mobile_container {
    margin-top: 18px;
  }
  .market_table_block {
    padding-right: 25px;
    padding-left: 25px;
  }
  .share_popup_block {
    left: 0px;
    right: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .share_popup_tri {
    margin-left: 12px;
  }
}

@media screen and (max-width: 479px) {  
  .section_container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section_container.oh_timeline {
    top: 50px;
  }
  .section_container_in {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section_container_in.header {
     display: inline-block !important; /* Added by GTI */
  }
  .section_container_in.breadcrumb {
    padding-top: 110px;
    font-size: 12px;
    line-height: 16px;
  }
  .section_container_in.banner_title {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 28px;
  }
  .section_container_in.after_banner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section_container_in.after_banner.oh_timeline {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section_container_in.footer {
    padding-top: 30px;
  }
  .section_container_in.alert {
    padding-bottom: 20px;
  }
  .section_container_in.search {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .section_container_in.market_table_up {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .header_left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    float: left; /* Added by GTI */
  }
  .header_right_up_alert.mobile {
    width: 16px;
    height: 16px;
    margin-right: 20px;
  }
  .banner_graphic_1 {
    background-position: 25% 50%;
  }
  .header_logo {
    padding-right: 15px;
    font-size: 11px;
    line-height: 15px;
  }
  .header_logo.market {
    font-size: 13px;
    line-height: 16px;
  }
  .header_logo_img {
    height: 30px;
  }
  .header_logo_img.scrolling_header {
    height: 30px;
  }
  .header_logo_img_out {
    margin-right: 15px;
    padding-top: 4px;
    padding-right: 15px;
    padding-bottom: 4px;
  }
  .header_right_search_btn.mobile {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
  .breadcrumb_btn {
    margin-right: 8px;
    padding-right: 14px;
  }
  .breadcrumb_dropdown {
    margin-right: 6px;
    padding-right: 12px;
  }
  .breadcrumb_dropdown:hover {
    z-index:901;
  }

  .breadcrumb_dropdown_list.w--open {
    left: -10px;
    padding-top: 10px;
    background-position: 50px 4px;
    background-size: auto 6px;
  }
  .breadcrumb_dropdown_link {
    z-index: 2;
    max-width: 250px;
    min-width: 150px;
    padding: 11px 40px 11px 10px;
    background-size: 6px;
  }
  .doi_update_date {
    font-size: 13px;
    line-height: 17px;
  }
  .doi_update_btn {
    width: 36px;
    height: 36px;
    margin-left: 10px;
  }
  .doi_text {
    margin-top: 45px;
    line-height: 24px;
  }
  .doi_title {
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 24px;
  }
  .header_menu_btn {
    width: 30px;
    height: 30px;
  }
  .header_menu_btn.scrolling_header {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .back_to_top_btn {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
  }
  .scrolling_header_container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .banner_graphic_2 {
    background-position: 25% 50%;
  }
  .oh_timeline_title {
    margin-right: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
  }
  .oh_timeline_block {
    font-size: 12px;
    line-height: 12px;
  }
  .oh_center_line {
    left: 20px;
  }
  .oh_img_text_container {
    max-width: 400px;
    min-height: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .oh_img_text_year {
    font-size: 16px;
    line-height: 16px;
  }
  .oh_img_text {
    margin-top: 15px;
    font-size: 24px;
    line-height: 24px;
  }
  .oh_section_title {
    font-size: 12px;
    line-height: 16px;
  }
  .oh_section_year {
    padding-top: 10px;
    font-size: 24px;
    line-height: 24px;
  }
  .oh_block {
    padding-top: 30px;
  }
  .oh_block.img.left {
    padding-right: 20px;
    padding-left: 20px;
  }
  .oh_block.img.right {
    padding-right: 20px;
  }
  .oh_block.right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .oh_block.left {
    padding-right: 20px;
    padding-left: 20px;
  }
  .oh_block_year {
    font-size: 44px;
    line-height: 44px;
  }
  .oh_block_title {
    font-size: 20px;
    line-height: 24px;
  }
  .oh_block_title.large {
    font-size: 28px;
    line-height: 32px;
  }
  .oh_block_line.right {
    margin-left: -40px;
  }
  .oh_block_line.left {
    margin-left: -40px;
  }
  .oh_block_text {
    line-height: 22px;
  }
  .bg_graphic {
    background-position: -30% 0%;
    background-size: 150vw;
  }
  .alert_container {
  }
  .hkex-top-alert__Close.blue-close {
      right: 20px !important;
  }
  .alert_info_icon {
    height: 16px;
    margin-right: 8px;
  }
  .alert_text_title {
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 16px;
  }
  .alert_text_title._1 {
    padding-right: 30px;
  }
  .alert_close_btn {
    top: 10px;
    width: 30px;
    height: 30px;
  }
  .search_container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .search_block {
    padding-bottom: 1px;
  }
  .search_block_field {
    margin-bottom: 3px;
    font-size: 17px;
    line-height: 17px;
  }
  .search_block_btn {
    height: 15px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 15px;
  }
  .menu_container {
    padding-right: 20px;
    padding-bottom: 75px;
    padding-left: 20px;
  }
  .menu_container_in {
    padding-top: 10px;
    padding-left: 15px;
  }
  .menu_container_in._1st {
    padding-top: 15px;
  }
  .menu_container_in._1st._1 {
    padding-top: 45px;
  }
  .menu_container_in._1st.small_btn_1 {
    padding-top: 30px;
  }
  .menu_btn {
    font-size: 16px;
    line-height: 20px;
  }
  .menu_btn._1st {
    font-size: 22px;
    line-height: 26px;
  }
  .menu_btn.market_small {
    font-size: 14px;
    line-height: 18px;
  }
  .menu_btn_arrow {
    height: 5px;
    margin-left: 8px;
  }
  .menu_btn_arrow._1st {
    height: 6px;
    margin-left: 10px;
  }
  .menu_small_btn {
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
  }
  .menu_small_btn._1 {
    margin-top: 30px;
  }
  .menu_small_btn.market_act {
    width: 150px;
    padding: 8px 12px 8px 18px;
  }
  .menu_lang_btn_container {
    padding-top: 30px;
  }
  .menu_lang_btn._1 {
    margin-right: 15px;
    padding-right: 15px;
  }
  .menu_external_icon {
    height: 10px;
    margin-left: 10px;
  }
  .header_right_down_market_act_mobile_container {
    margin-top: 15px;
  }
  .alert_row {
    padding-top: 20px;
    padding-right: 50px;
  }
  .market_act_slider {
    width: 280px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .market_act_slider_arrow {
    width: 30px;
    font-size: 15px;
  }
  .market_act_index_title {
    font-size: 17px;
    line-height: 21px;
  }
  .market_act_index_number {
    font-size: 17px;
    line-height: 17px;
  }
  .market_act_popup_btn_row {
    padding-top: 15px;
  }
  .image {
    height: 12px;
    margin-left: 8px;
  }
  .market_table_row {
    font-size: 11px;
  }
  .market_table_block {
    margin-top: 12px;
    padding: 20px;
  }
  .market_table_block_title {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .share_popup_btn {
    width: 24px;
    height: 24px;
    margin-left: 15px;
  }
  .share_popup_tri {
    width: 15px;
  }
  .share_popup_block_in {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
}

@font-face {
  font-family: "Fselliotpro";
  src: url("/assets/fonts/FSElliotPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fselliotpro";
  src: url("/assets/fonts/FSElliotPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fselliotpro";
  src: url("/assets/fonts/FSElliotPro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fselliotpro";
  src: url("/assets/fonts/FSElliotPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fselliotpro";
  src: url("/assets/fonts/FSElliotPro-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/
/********************/

/* ------------------------------------------ */
/* 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: 1279px) {
  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 {
  /*position: fixed;
  top: 0;
  background: #fff;*/
  height: 60px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
.header--fixed .header:before {
  background: #fff;
}
@media screen and (max-width: 1279px) {
  .header--fixed header {
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .header--fixed header {
    height: 75px;
  }
}
header .header__wrapper {
  position: relative;
  z-index: 50;
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
}
/* @media screen and (max-width: 767px) {
  header .header__wrapper {
    width: 90%;
  }
} */
header .header_logo {
  position: absolute;
  left: 0;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 1279px) {
  header .header_logo {
    top:0px;
  }
}
.header--fixed header .header_logo {
  margin: 0px;
  padding: 0px;
  top: 0px;

}
header .header_logo.market {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin:0px;
  z-index: 2

}
header .header_logo .header_logo_img {
  position: relative;
  width: 130px;
  /*background: url(/assets/images/market/logo-main-white.svg) no-repeat center center;*/
  background-size: contain;
  padding: 0;
  height: 60px;
  margin-right: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 1279px) {
  header .header_logo .header_logo_img {
    width: 98px;
    height:45px;
  }
  .header_logo.market{
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  header .header_logo .header_logo_img {
    width: 65px;
    height:30px;
    background-position: left;
  }

  header .header_logo.market{
    display:block;
    font-size: 13px;
    line-height: 16px;  
  }
  header .header_logo_text{
    padding-top:8px;
    display: none;
  }
  .header-logo-with-separate-link span.separate-line {
      display: none;
  }
}
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: -25px;
  top: 0px;
}
.header--fixed header .header_logo .header_logo_img {
  width: 70px;
  /*background-image: url(/assets/images/market/logo-main.svg);*/
  top:0px;
  height: auto;
}
.header--fixed header .header_logo .header_logo_text, .header--fixed .header-logo-with-separate-link span.separate-line {
  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: 1279px) {
  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 {
  position: fixed;
  top: 0;
  background: #fff;
  height: 77px;
}

.header--fixed header:before {
  background: #fff;
}

@media screen and (max-width: 1279px) {
  .header--fixed header {
    height: 75px;
  }
}

@media screen and (max-width: 767px) {
  .header--fixed header {
    height: 75px;
  }
}

.header__wrapper {
  position: relative;
  z-index: 50;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  height: 100%;
}

@media screen and (max-width: 1279px) {
  .header__wrapper {
    width: 100%;
  }
  .header--fixed .header__wrapper {
    width: 90%;
  }
  .header--fixed .hamburger,
  .header--fixed .hamburger-one:before,.header--fixed  .hamburger-one:after{
    background: #144168;
  }

}

@media (max-width: 1279px) {
  .market-hkex .lg-topbar__side.topbar__side {
    display: none;
  }
}

.market-hkex {
  padding-top: 8px;
}
@media (max-width: 1279px) {
  .market-hkex {
    padding-top: 0px;
  }
}
.header--fixed header .market-hkex{
  padding-top: 0px;
}

.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: 1279px) {
  .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: 13px;
  line-height: 17px;
  font-weight: 500;
  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: 1279px) {
  .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: 1279px) {
  .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("/assets/images/market/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("/assets/images/market/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: 1279px) {
  .market-hkex .topbar {
    background-color: #fff;
    height: 54px;
  }
}

.market-hkex .topbar__container {
  padding-top: 13px;
}

.market-hkex .topbar__link {
  color: #fff;
}

.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: 1279px) {
  .market-hkex .topbar__logo {
    margin: 0px auto;
    display: block;
    width: 63px;
  }
}

.header--fixed .market-hkex .topbar__side {
  display: none;
}

.market-hkex .topbar__side {
  text-align: right;
}

@media (max-width: 1279px) {
  .market-hkex .topbar__side {
    float: left;
    margin: 23px 0 0 20px;
  }
}

.market-hkex .topbar__nav {
  list-style: none;
  margin-top: 0;
  margin-right: 25px;
  color: #10416c;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  padding: 0;
}

.header--fixed .market-hkex .topbar__nav {
  margin-bottom: 10px;
}

.market-hkex .topbar__nav li {
  display: inline-block;
  position: relative;
}

@media (max-width: 1279px) {
  .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: 1279px) {
  .market-hkex .topbar__font-sizes a {
    margin-right: 37px;
  }
}

.market-hkex .topbar__font-sizes span {
  text-transform: capitalize;
  margin-right: 11px;
}

@media (max-width: 1279px) {
  .market-hkex .topbar__font-sizes span {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.14;
    margin-bottom: 7px;
  }
}

.market-hkex .topbar__about {
  display: inline-block;
  padding-right: 25px;
  text-transform: capitalize;
  /* border-right: solid 1px #d5e2e8; */
  /* margin-right: 20px; */
}

.market-hkex .topbar__about-link {
  /* background: url("/assets/images/market/triangle-1.png") no-repeat right center; */
  /* background-size: 8px 6px; */
  padding-right: 14px;
  position: relative;
}

.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("/assets/images/market/icon-connect-red.png");
}

.market-hkex .topbar__related-sites-link {
  /* background: url("/assets/images/market/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;
}

.market-hkex .topbar__ic-group {
  display: inline-block;
  font-size: 13px;
  margin-right: 20px;
}

.market-hkex .topbar__ic-group a {
  color: #fff;
  vertical-align: top;
}

/*.menu_lang_btn_container a {
  font-family: FSElliotPro, FSElliot, Arial, "Heiti TC", "Heiti SC", JhengHeiFix, "微軟正黑體", "微软雅黑", "Microsoft JhengHei", "Microsoft YaHei", sans-serif !important;
}*/

.header--fixed .market-hkex .topbar__ic-group a {
  color: #10416c;
}

.market-hkex .topbar__language-one {
  border-right: 1px solid #dadada;
  padding-right: 15px;
}

.market-hkex .topbar__language-two {
  padding-left: 12px;
}

.market-hkex .topbar__language-three {
  margin-left: 30px;
}

.market-hkex .topbar__bell-group {
  display: inline-block;
  width: 13px;
  margin-right: 20px;
}

.market-hkex .topbar__bell {
  vertical-align: initial;
  fill: #a5a5a5;
}

.market-hkex .topbar_ic-search-block {
  display: inline-block;
  position: relative;
  text-indent: -9999px;
  white-space: nowrap;
  vertical-align: top;
}

.market-hkex .topbar_search,
.market-hkex .topbar_search_cross {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #e62742;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px rgba(0, 0, 0, 0.2);
  top: -5px;
}

.market-hkex .topbar_search:hover {
  background-color: #144168;
}

.market-hkex .topbar_search_cross {
  background-color: #144168;
}

.market-hkex .topbar_search_cross:hover {
  background-color: #f00;
}

.market-hkex .topbar_search_cross {
  display: none;
}

.market-hkex .topbar_search_cross.is-active {
  display: block;
}

.topbar_ic-cross-ico,
.topbar_ic-search-ico {
  position: absolute;
  width: 12px;
  height:12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.market-hkex .topbar__mobile-menu {
  display: none;
}

@media (max-width: 1279px) {
  .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: 1279px) {
  .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("/assets/images/market/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("/assets/images/market/pdf.png") no-repeat;
  margin-left: 5px;
  margin-right: 2px;
  width: 23px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 1px;
}

@media (max-width: 1279px) {
  .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: 1279px) {
  .market-hkex .tabs-for-sidebar {
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 1279px) {
  .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 {
  /* background-color: #10416c; */
  padding-top: 15px;
  max-height: 41px;
  float: right;
}

@media (min-width: 1280px) {
  .market-hkex.main-menu {
    display: block !important;
  }
}

.market-hkex.main-menu ul {
  list-style: none;
}

@media (max-width: 1279px) {
  .market-hkex.main-menu {
    background-color: #fff;
  }
  .market-hkex.main-menu:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media (max-width: 1279px) {
  .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: 1279px) {
  .market-hkex .main-menu__list {
    margin-left: 0;
  }
}

.market-hkex .main-menu__item {
  /*float: left;*/
  /* margin-right: 6px; */
  /*max-height : 41px;  fix Log#3909 */
  float: unset;
  float: auto;
  float: initial;
  float: none;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 5px 5px 0 0;
  margin-top: -4px;
  height: auto !important;
  max-height: 52px !important; /* for IE update */
}
.market-hkex .main-menu__item a {
	max-height: 52px !important; /* for IE update */
}

.market-hkex .main-menu__item.LastDataDashboard {
  margin-right: 0px;
  margin-left: 17px;
}

.market-hkex .main-menu__item.LastDataDashboard .market_act_popup_btn.w-inline-block {
  display: inline-block !important;
  text-align: center;
}

@media (max-width: 1279px) {
  .market-hkex .main-menu__item {
    margin-right: 0px;
    /*max-height : 41px;  fix Log#3909 */
  }
}

@media (min-width: 1280px) {
  .market-hkex .main-menu__item > a:hover, li.main-menu__item.open > a {
    background-color: #e72742;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .header--fixed .market-hkex .main-menu__item:hover {
    /*border-radius: 5px;*/
  }
  .market-hkex .main-menu__item.is-active > .mega-menu,
  .market-hkex .main-menu__item:hover > .mega-menu,
  .market-hkex .main-menu__item.LastDataDashboard.is-active:hover > .mega-menu {
    display: block;
    padding-top: 15px;
  }
  .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: 1279px) {
  .market-hkex .main-menu__item {
    float: none;
    background: #10416c url("/Images/HKEX/HKEX MARKET/left-arrow-white.png")
      no-repeat 93% center;
    border-bottom: 1px solid #eaeaea;
  }
}

.market-hkex .main-menu__item-connect-icon {
  background: url("/Images/HKEX/HKEX MARKET/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;
}


.market-hkex .main-menu__link {
  font-size: 16px;
  /*line-height: 21px;*/
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 12px;
  margin:0 5px;
  display: inline-block;
  /*max-height : 41px;  fix Log#3909 */
}
.market-hkex .LastDataDashboard .main-menu__link {
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
}

.header--fixed .market-hkex .main-menu__link {
  color: #10416c;
  padding: 8px 12px;
}

.header--fixed li.main-menu__item.open > a {
    color: #fff;
}

@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: 1024px) {
  .market-hkex .main-menu__link {
    padding: 11.5px 10px;
    /* padding-left: 35px;
    padding-right: 35px; */
  }
}

.market-hkex .main-menu__link:focus {
  color: #fff;
}

@media (max-width: 1279px) {
  .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;
  }
}

.market-hkex .main-menu__link:hover,
.market-hkex .main-menu__link:active,
.market-hkex .main-menu__link:visited {
  text-decoration: none;
  color: #fff !important;
}

.market-hkex .mega-menu {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  left: 0;
  width: 100%;
  display: none;
  z-index: 20;
  border-top: 1px solid #e72742;
  border-bottom: 1px solid #e72742;
}

.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: 1280px) {
  .market-hkex .mega-menu ul {
    display: block !important;
  }
}

@media (max-width: 1279px) {
  .market-hkex .mega-menu {
    display: block;
    position: relative;
    border: none;
  }
}

.market-hkex .mega-menu__wrapper {
  padding: 31px 30px 42px 30px;
}

@media (max-width: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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("/Images/HKEX/HKEX MARKET/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: 1279px) {
  .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: 1279px) {
  .market-hkex .mega-menu-one__level3-list {
    border-top: 1px solid #d1dde6;
  }
}

@media (max-width: 1279px) {
  .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: 1279px) {
  .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("/Images/HKEX/HKEX MARKET/down-arrow-white.png")
      no-repeat 93% 20px;
  }
  .market-hkex .level2 li {
    background: #fff url("/Images/HKEX/HKEX MARKET/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("/Images/HKEX/HKEX MARKET/down-arrow-red.png") no-repeat 93%
      16px;
  }
  .market-hkex .level2 li.current .mega-menu__level2-text {
    color: #e72742;
  }
}

@media (min-width: 1280px) {
  .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: 1280px) {
  .market-hkex .sticky-menu__logo {
    float: left;
    background: url("/Images/HKEX/HKEX MARKET/logo.png") no-repeat center;
    background-size: contain;
    width: 45px;
    height: 20.9px;
    margin: 19.5px 34px 0px 0px;
  }
}

@media (min-width: 1280px) {
  .market-hkex .sticky-menu__search {
    float: right;
    width: 18px;
    height: 18px;
    margin: 21px 8px 0px 0px;
  }
}

@media (max-width: 1279px) {
  .market-hkex .sticky-menu__search {
    display: none;
  }
}

@media (min-width: 1280px) {
  .market-hkex .sticky-menu__search-icon {
    float: right;
    width: 18px;
    height: 18px;
    background: url("/Images/HKEX/HKEX MARKET/search-icon.png") no-repeat;
    background-size: 18px 18px;
    cursor: pointer;
    border: none;
    font-size: 0;
    outline: none;
  }
}

@media (max-width: 1279px) {
  .market-hkex .sticky-menu__search-icon {
    display: none;
  }
}

@media (min-width: 1280px) {
  .market-hkex .sticky-menu__search-cancel {
    width: 20px;
    height: 20px;
    background: url("/Images/HKEX/HKEX MARKET/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: 1280px) {
  .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: 1280px) {
  .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: 1279px) {
  .market-hkex .sticky-menu__search-container {
    display: none;
  }
}

@media (min-width: 1280px) {
  .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: 1280px) {
  .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: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .market-hkex .mega-nav__col-12 {
    width: 100%;
  }
}

.market-hkex .mega-nav__col-offset-1 {
  margin-left: 8.4745762712%;
}

@media (max-width: 1279px) {
  .market-hkex .mega-nav__col-offset-1 {
    margin-left: 0;
  }
}

.market-hkex .mega-nav__col-offset-2 {
  margin-left: 16.9491525424%;
}

@media (max-width: 1279px) {
  .market-hkex .mega-nav__col-offset-2 {
    margin-left: 0;
  }
}

.market-hkex .mega-nav__col-offset-3 {
  margin-left: 25.4237288136%;
}

@media (max-width: 1279px) {
  .market-hkex .mega-nav__col-offset-3 {
    margin-left: 0;
  }
}

.market-hkex .mega-nav__col-offset-4 {
  margin-left: 33.8983050847%;
}

@media (max-width: 1279px) {
  .market-hkex .mega-nav__col-offset-4 {
    margin-left: 0;
  }
}

.market-hkex .mega-nav__col-offset-5 {
  margin-left: 42.3728813559%;
}

@media (max-width: 1279px) {
  .market-hkex .mega-nav__col-offset-5 {
    margin-left: 0;
  }
}

.market-hkex .mega-nav__col-offset-6 {
  margin-left: 50.8474576271%;
}

@media (max-width: 1279px) {
  .market-hkex .mega-nav__col-offset-6 {
    margin-left: 0;
  }
}

.market-hkex .mega-nav__col-offset-7 {
  margin-left: 59.3220338983%;
}

@media (max-width: 1279px) {
  .market-hkex .mega-nav__col-offset-7 {
    margin-left: 0;
  }
}

.market-hkex .mega-nav__col-offset-8 {
  margin-left: 67.7966101695%;
}

@media (max-width: 1279px) {
  .market-hkex .mega-nav__col-offset-8 {
    margin-left: 0;
  }
}

.market-hkex .mega-nav__col-offset-9 {
  margin-left: 76.2711864407%;
}

@media (max-width: 1279px) {
  .market-hkex .mega-nav__col-offset-9 {
    margin-left: 0;
  }
}

.market-hkex .mega-nav__col-offset-10 {
  margin-left: 84.7457627119%;
}

@media (max-width: 1279px) {
  .market-hkex .mega-nav__col-offset-10 {
    margin-left: 0;
  }
}

.market-hkex .mega-nav__col-offset-11 {
  margin-left: 93.2203389831%;
}

@media (max-width: 1279px) {
  .market-hkex .mega-nav__col-offset-11 {
    margin-left: 0;
  }
}

.market-hkex .mega-nav__col-offset-12 {
  margin-left: 101.694915254%;
}

@media (max-width: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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: 1279px) {
  .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;
}

.market-hkex .mega-nav__item a:hover, .market-hkex a.mega-nav__level2-link:hover, .market-hkex a.mega-menu__highlight-link:hover {
  text-decoration: underline;
}

@media (max-width: 1279px) {
  .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: 1279px) {
  .market-hkex .whats-on {
    margin-top: 20px;
  }
}

@media (max-width: 1279px) {
  .market-hkex .whats-on .whats-on__title {
    background-color: #10416c;
  }
}

@media (max-width: 1279px) {
  .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: 1279px) {
  .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 .market-hkex .LastDataDashboard.is-active .main-menu__link,
.header--fixed .market-hkex .main-menu__link:hover,
.header--fixed .market-hkex .main-menu__link:active,
.header--fixed .market-hkex .main-menu__link:visited {
  color: #fff;
  /*border-radius: 5px;*/
}

.main-menu__item.LastDataDashboard a {
  border-radius: 5px;
  background-color: #333;
  color: #fff;
  margin: 0px;
}

.main-menu__item.LastDataDashboard a:hover {
  background-color: #e62742;
}

.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: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.market-hkex .main-menu__item.LastDataDashboard .mega-menu {
  background-color: rgba(43, 43, 43, 0.95);
  max-width: 350px;
  left: auto;
  right: 0px;
  border: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ccc;
  font-size: 14px;
  z-index: 10;
}

.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: 1279px) {
  .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;
  }
}

.m-menu-btn-icon {
  position: absolute;
  right: 0px;
  cursor: pointer;
  width: 40px;
  top: -16px;
}

.m-menu-btn-icon img {
    vertical-align: top;
}

.hamburger {
  top: 80%;
  right: 0px;
  width: 40px;
  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: -7px;
  left:0px
}

.hamburger:after {
  top: 7px;
}

.m-menu-btn {
  position: relative;
}


.hamburger-one:before,
.hamburger-one:after {
  content: "";
  position: absolute;
  width: 40px;
  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 {
  right: 0px;
}

.m-menu {
  display: none;
  float: right;
  top: 25px;
}

.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);
} */

.m-menu .topbar_ic-search-block{
  position: absolute;
  top: -18px;
  right: 60px;
}

.header--fixed .m-menu .topbar_ic-search-block {
  top: -18px;
}

@media (max-width: 1279px) {
  .m-menu {
    display: block;
    position: absolute;
    right: 0px;
  }
}

/* ------------------------------------------ */
/* END Style header  */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Style footer  */
/* ------------------------------------------ */
.market-hkex .container:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 1279px) {
  .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: 360px;
  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;
  padding: 0 2px;
}

.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;
}

/*.w-inline-block {
  max-width: 100%;
  display: inline-block;
}*/

.white-bg .topbar_ic-search-block .topbar_search {
  display: none;
}

.white-bg .topbar_ic-search-block .topbar_search_cross {
  display: block;
}

.section_container_in.search {
  display: none;
}

.header.white-bg {
  height: auto;
  background-color: rgba(255, 255, 255, 0.95);
}
/*.header.white-bg .header_logo .header_logo_img {*/
/*  background-image: url(/assets/images/market/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 .section_container_in.search {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 45px;
  padding-top:55px;
  padding-bottom: 25px;
  display: block;
  position: relative;
  z-index: 50;
}
@media (max-width: 1279px) {
  
  .header.white-bg .section_container_in.search {
    padding-top: 50px;
    margin-top: 50px;
  }
}
.header.white-bg .search_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.header.white-bg .w-form {
  margin: 0 0 15px;
}
.header.white-bg .w-input,
.header.white-bg .w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.header.white-bg .search_block_field {
  height: 40px;
  margin-bottom: 5px;
  padding: 0px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none transparent;
  background-color: transparent;
  font-size: 28px;
  line-height: 36px;
}
.header.white-bg .search_block_btn {
  height: 28px;
  padding: 0px 0px 0px 25px;
  background-color: transparent;
  color: #e62742;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}
.header.white-bg .search_block_btn:hover {
  color: #144168;
}
.header.white-bg input.w-button {
  -webkit-appearance: button;
}
.header.white-bg input[type="search"] {
  -webkit-appearance: none;
  color:#144168;
}
:-ms-input-placeholder.w-input, :-ms-input-placeholder.w-select {
    color: #999 !important;
}

/* ------------------------------------------ */
/* Style for alertbox */
/* ------------------------------------------ */
.blue-close {
    position: relative;
    width: 26px;
    height: 13px;
}

.blue-close:before,
.blue-close:after {
  position: absolute;
  left: 15px;
  top: 0px;
  content: " ";
  height: 35px;
  width: 3px;
  background-color: #144168; }
  
.blue-close:hover::before, .blue-close:hover::after {
  background-color: #e62742;
}

.blue-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.blue-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.hkex-top-alert__icon {
  width: 25px;
  display: table-cell; }

.hkex-top-alert__content {
  display: table-cell; }

.hkex-top__alert-bar {
  position: relative;
  max-height: 0px;
  overflow: hidden;
  z-index: 9999;
  background-color: #f3f6f9;
  color: #144168; }

.header--fixed.hkex-top__alert-bar.is-active {
  max-height: 0px; }

.hkex-top__alert-bar.is-active {
  max-height: inherit;
  max-height: auto; }

.header--fixed .hkex-top__alert-bar {
  position: fixed;
  top: 0;
  width: 100%; }

.alert_container {
  position: relative;
  margin: auto;
  max-width: 100%; 
  width: 100%;
  background-color: #f3f6f9;
  }

.alert_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
	  
	  
.alert_row.alert_row--warn{
    background-color: #fff1f1;
}
.alert_row_container {
  max-width: 1300px;
  margin: 0 auto;
}
.alert_info_icon {
  height: 24px;
  margin-top: -3px;
  margin-right: 15px; 
    margin-bottom: 4px;}

.alert_text_container {
  width: 100%;
  max-width: 1000px; }

.alert_text_title {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700; }

/*.intext_link {*/
/*  border-bottom: 1px solid #144168;*/
/*  font-weight: 700; }*/

.hkex-top-alert__Close.blue-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 12px; 
  width:35px;
  height:35px;
}

/* ------------------------------------------ */
/* END Style alertbox  */
/* ------------------------------------------ */



/***/

.market-hkex .topbar__side{
  text-align: right;
  position: absolute;
  right: 0px;
}
.market-hkex.main-menu{
  padding-top: 45px;
}

/**mobile menu**/
/* .mobileMenu{
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: none;
  width: 100%;
  min-height: 100vh;
  padding-right: 40px;
  padding-bottom: 120px;
  padding-left: 40px;
  background-color: rgba(20, 65, 104, 0.96);
  opacity: 0;
  overflow: scroll;
  height: 100%;
}
.mobileMenu.is-active{
  display: block;
  transition: opacity 500ms ease 0s;
  opacity: 1;
  
} */



/* @media screen and (max-width: 1279px) {
  .market-hkex.main-menu{
    
    float: none;
    background-color: transparent;
    max-height: none;
    height: auto;
  }
  .market-hkex.main-menu .main-menu__wrapper{
    position: static;
    top:auto;
    left:auto;
    background-color: transparent;
    width: 100%;
    max-width: none;
  }
  .market-hkex .main-menu__item{
    background: none;
    border-bottom:0px solid transparent;
  }
  .market-hkex .main-menu__link{
    font-family: Fselliotpro, sans-serif;
    cursor: pointer;
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    box-sizing: border-box;
    background-attachment: scroll !important;  
    padding-left: 0;
  }
  .market-hkex .main-menu__item .mobile.menu_btn_arrow{
    margin-top: -8px;
  }
  nav.market-hkex.main-menu ul li{

  }
} */


.breadcrumb_dropdown_link {
  white-space: normal !important;
}

.header_logo_img .color-logo {
	display: none !important;
}
.hamburger-icon-b {
	display: none;
}
.header--fixed .header .header_logo_img .white-logo, .header.white-bg .header_logo_img .white-logo, .header--fixed .hamburger-icon-w {
	display: none !important;
}
.header--fixed .header .header_logo_img .color-logo, .header.white-bg .header_logo_img .color-logo, .header--fixed .hamburger-icon-b{
	display: block !important;
}
.alert_row.first {
	padding-bottom: 0px;
}
li.topbar__list_on {
	padding-right: 25px;
}
li.topbar__list_on img {
	width: 12px;
	margin-left: 4px;
	vertical-align: top;
}
.white-bg img.hamburger-icon-w {
	display: none;
}
.white-bg img.hamburger-icon-b {
	display: block !important;
}
.menu_small_btn.market_act.open {
	border: 0px;
	background-color: rgba(51, 51, 51, 0.9);
	border-radius: 5px 5px 0px 0px;
}

/*New logo style with two links*/
.header-logo-with-separate-link.header_logo {
	margin: 0px;
	z-index: 2;
}
.header-logo-with-separate-link .separate-logo {
	width: 130px;
	height: 60px;
}
.header_logo_text {
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 21px;
}
/*.header_logo_text:before {
	content: '';
	height: 60px;
	position: absolute;
	display: block;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	top: -9px;
	left: -25px;
}*/
.header-logo-with-separate-link span.separate-line {
	width: 1px;
	height: 60px;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 25px;
}
.separate-logo .color-logo {
	display: none !important;
}
.header--fixed .header .separate-logo .white-logo, .header.white-bg .separate-logo .white-logo {
	display: none !important;
}
.header--fixed .header .separate-logo .color-logo, .header.white-bg .separate-logo .color-logo {
	display: block !important;
}
.header--fixed .header .separate-logo {
	width: 70px;
	height: auto;
}
.menu_container .header_left .w-inline-block {
	vertical-align: middle;
	color: #fff;
}
.header.white-bg .header-logo-with-separate-link span.separate-line {
	background: #10416c;
}
.menu_btn_container.open {
  transition: opacity 250ms ease 0s;
  opacity: 0.7;
}
.menu_btn_container > img {
  transform-style: preserve-3d;
  transition: transform 500ms ease 0s;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.menu_btn_container.open > img {
  transform-style: preserve-3d;
  transition: transform 500ms ease 0s;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(180deg);
}
@media screen and (max-width: 479px) {
  .header-logo-with-separate-link .separate-logo {
	  width: 95px;
	  height: auto;
  }
}
@media (max-width: 1279px) and (min-width: 768px) {
  .section_container_in.footer {
	  display: block;
  }
  .footer_right {
	  text-align: right;
  }
}

/* 200703--update START */

body {
    overflow-x: hidden;
}

.market-hkex .main-menu__item.LastDataDashboard .main-menu__link {
    line-height: 16px;
}

header .header_logo {
    left: 40px;
}

header .header__wrapper {
    width: 100% !important;
    padding: 0 40px;
    max-width: 1380px;
}

.header--fixed .market-hkex .main-menu__link {
    line-height: 16px;
    position: relative;
}

.market-hkex .mega-menu:not(.last) {
    /*width: 100vw !important;*/
}

@media screen and (min-width: 1280px) {
    .market-hkex .main-menu__item > a:hover, li.main-menu__item.open > a {
        border-radius: 5px 5px 0 0;
    }
}

@media screen and (max-width: 1400px) {
}
/* 200703--update END */


@media screen and (min-width: 1001px) {
    .section_container_in.banner_title {
        padding-bottom: 84px;
    }
}

/* 20200714 Update noon */
.market-hkex .mega-menu:not(.last):before,
.market-hkex .mega-menu:not(.last):after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -1px;
    width: 50vw;
    height: calc( 100% + 2px );
    background-color: rgba(255, 255, 255, 1);
    border-top: 1px solid #e72742;
    border-bottom: 1px solid #e72742;
}
.market-hkex .mega-menu:not(.last):before{
    left: 100%;
}
.market-hkex .mega-menu:not(.last):after
{
    right: 100%;
}
.main-menu__item.LastDataDashboard {
    position: relative;
}
body:not(.header--fixed) .market-hkex .meag-menu,
body:not(.header--fixed) .market-hkex .meag-menu:before,
body:not(.header--fixed) .market-hkex .meag-menu:after {
    border-top: 1px solid transparent;
}
.main-menu__item {
    vertical-align: bottom;
}
.market-hkex.main-menu .level1::after {
    content: "";
    display: inline-block;
    height: 38px;
    width: 1px;
}
.market-hkex .footer__nav-link {
    border-right: 1px solid rgba(255,255,255,0.4);
}

@media (max-width: 767px) {
    .market-hkex .footer__privacy {
        line-height: 1.5;
        margin-top: 32px;
        margin-bottom: 42px;
    }
}

@media screen and (max-width: 479px) {
    .menu_container_in._2nd,
    .menu_container_in._1st {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .menu_container_in._2nd {
        margin-top: 0;
        margin-bottom: 0;
    }

        .menu_container_in._2nd:nth-of-type(2) {
            margin-top: 16px;
        }

    .menu_small_btn.market_act {
        width: 110px;
    }

    .header.white-bg .section_container_in.search {
        padding-top: 0;
        margin-top: 32px;
        padding-bottom: 0;
    }

    .header.white-bg .search_block {
        flex-wrap: wrap;
        justify-content: flex-end;
        border-bottom: 1px solid transparent;
    }

    .header.white-bg .search_block_field {
        flex-basis: 100%;
        border-bottom: 1px solid rgba(51, 51, 51, 0.3);
        margin-bottom: 10px;
        padding-bottom: 8px;
    }

    #lhkexw-marketmarquee .btn_marquee_more:before,
    #lhkexw-marketmarquee .btn_marquee_more:after {
        top: 50%;
    }

    .back_to_top_btn {
        bottom: 36px;
    }
}
.market-hkex.main-menu .level1::after {
    height: 32px;
}