﻿@font-face {
  font-family: "Fselliotpro";
  src: url("../font/FSElliotPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Fselliotpro";
  src: url("../font/FSElliotPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Fselliotpro";
  src: url("../font/FSElliotPro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fselliotpro";
  src: url("../font/FSElliotPro-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Fselliotpro";
  src: url("../font/FSElliotPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/************* add special colour for stage page *************/
::selection {
    color: #fff;
    background: #1ea44a !important;
}

body {
    background: #fff !important;
}
/************* end add special colour for stage page *************/

body.overflowHidden {
  overflow: hidden !important;
}

#card_video_popup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#card_video_popup .popup_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
}

#card_video_popup .video_container {
  width: 96%;
  max-width: 940px;
  text-align: center;
  position: relative;
  z-index: 5;
}

#card_video_popup video {
  width: 100%;
}

#card_video_popup .popup_cross {
  bottom: 100%;
  left: 100%;
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 0 0 12px 12px;
  cursor: pointer;
}

@media screen and (max-width: 1080px) {
  #card_video_popup .popup_cross {
    left: auto;
    right: 0;
  }
}

#card_video_popup .popup_cross:after, #card_video_popup .popup_cross:before {
  content: "";
  display: inline-block;
  width: 158%;
  height: 4px;
  background-color: #fff;
  top: 0;
  position: absolute;
  border-radius: 2px;
}

#card_video_popup .popup_cross:before {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
}

#card_video_popup .popup_cross:after {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
}

#hkexStage {
  font-family: Fselliotpro, sans-serif;
  color: #144168;
}

#hkexStage input,
#hkexStage textarea,
#hkexStage select,
#hkexStage button {
  font-family: Fselliotpro, sans-serif;
}

.stage-wrapper {
  margin: 0 auto;
  padding: 90px 50px;
  max-width: 1400px;
  position: relative;
}

@media screen and (max-width: 520px) {
  .stage-wrapper {
    padding: 64px 24px;
  }
}

.stage-wrapper--slider {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1436px;
}

.stage-wrapper h2 {
  font-size: 100px;
  line-height: 0.8;
  font-weight: 900;
  margin-bottom: 0.4em;
}

@media screen and (max-width: 992px) {
  .stage-wrapper h2 {
    font-size: 90px;
  }
}

@media screen and (max-width: 768px) {
  .stage-wrapper h2 {
    font-size: 58px;
  }
}

@media screen and (max-width: 520px) {
  .stage-wrapper h2 {
    font-size: 45px;
  }
}

.stage-wrapper h3 {
  font-size: 28px;
  margin-bottom: 0.4em;
  font-weight: 900;
}

@media screen and (max-width: 992px) {
  .stage-wrapper h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .stage-wrapper h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 520px) {
  .stage-wrapper h3 {
    font-size: 19px;
  }
}

.stage-wrapper p {
  line-height: 1.5;
}

.stage-wrapper > h3,
.stage-wrapper > p {
  max-width: 840px;
}

.stage-wrapper strong {
  color: #40da85;
  font-weight: 900;
}

.stage-wrapper h4 {
  font-size: 22px;
  font-weight: 900;
}

.theme-color {
  color: #40da85;
}

.animation-delay-2 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}

.animation-delay-5 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}

.filetype {
  border-radius: 5px;
}

.filetype--pdf--hollow {
  border: 1px solid #e62742;
  color: #e62742;
  background: none;
}

.filetype--doc--hollow {
  border: 1px solid #274de6;
  color: #274de6;
  background: none;
}

.filetype--ppt--hollow {
  border: 1px solid #e4790d;
  color: #e4790d;
  background: none;
}

.filetype--zip--hollow {
  border: 1px solid #832283;
  color: #832283;
  background: none;
}

.filetype--xls--hollow {
  border: 1px solid #12a741;
  color: #12a741;
  background: none;
}

.filetype--txt--hollow {
  border: 1px solid #999;
  color: #999;
  background: none;
}

.stage-breadcrumb {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
}

.stage-breadcrumb__link {
  text-decoration: none;
  color: #fff;
}

.stage-breadcrumb__item {
  padding: 0px 15px 0px 0px;
  background-position: 100% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}

.stage-breadcrumb__item:not(.no-nav) {
  background-image: url(../image/breadcrumb_arrow.png);
}

.stage-breadcrumb__item:not(:first-child):before {
  content: "/";
  display: inline-block;
  font-size: 18px;
  margin: 0 8px 0 12px;
  font-weight: 100;
}

.stage-breadcrumb__item:hover:not(.no-nav) {
  background-image: url(../image/breadcrumb_arrow_r.png);
}

.stage-breadcrumb__item:hover .stage-breadcrumb__nav {
  display: block;
}

.stage-breadcrumb__nav {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 10px;
  display: none;
}

.stage-breadcrumb__nav:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  left: 32px;
}

.stage-breadcrumb__nav-item {
  max-width: 325px;
  min-width: 200px;
  margin: 0px;
  padding: 13px 50px 13px 15px;
  border-bottom: 1px solid #144168;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(../image/breadcrumb_link_arrow_n.png);
  background-position: 93% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  color: #144168;
  display: block;
}

.stage-breadcrumb__nav-item:hover {
  background-color: rgba(20, 65, 104, 0.9);
  background-image: url(../image/breadcrumb_link_arrow_w.png);
  color: #fff;
}

@-webkit-keyframes bgSlideZoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes bgSlideZoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.stage-home-banner {
  color: #fff;
  position: relative;
}

.stage-home-banner > .stage-wrapper {
  z-index: 5;
  padding-top: 0px;
  padding-bottom: 84px;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.stage-home-banner__animate-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background-position: top left;
  background-size: cover;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .stage-home-banner__animate-layer {
    background-position: top center;
  }
}

.stage-home-banner__animate-layer--1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  background-image: url(../image/stage_banner_graphic_1_v2.png);
}

.stage-home-banner__animate-layer--2 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  background-image: url(../image/stage_banner_graphic_2_v2.png);
}

.stage-home-banner__bgimg-slides {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.stage-home-banner__bgimg-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background-position: top center;
  background-size: cover;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  z-index: 0;
}

.stage-home-banner__bgimg-slide:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.35;
}

.stage-home-banner__bgimg-slide.active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
  opacity: 1;
  -webkit-animation-name: bgSlideZoom;
          animation-name: bgSlideZoom;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}

.stage-home-banner__logo {
  margin-top: 75px;
  margin-bottom: 42px;
  display: block;
}

.stage-home-banner__word-slides {
  width: 100%;
  max-width: 840px;
  position: relative;
}

.stage-home-banner__word-slides h2 {
  max-width: 750px;
  font-size: 92px;
  line-height: 1;
  font-weight: 900;
  /*text-transform: capitalize;*/
  color: #fff;
}

@media screen and (max-width: 992px) {
  .stage-home-banner__word-slides h2 {
    font-size: 90px;
  }
}

@media screen and (max-width: 768px) {
  .stage-home-banner__word-slides h2 {
    font-size: 75px;
  }
}

@media screen and (max-width: 520px) {
  .stage-home-banner__word-slides h2 {
    font-size: 50px;
  }
}

.stage-home-banner__word-slide {
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  max-width: 840px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 992px) {
  .stage-home-banner__word-slide {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .stage-home-banner__word-slide {
    font-size: 22px;
  }
}

@media screen and (max-width: 520px) {
  .stage-home-banner__word-slide {
    font-size: 19px;
  }
}

.stage-home-banner__word-slide.active {
  position: relative;
  right: 0;
  opacity: 1;
}

.stage-home-banner__desc {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  max-width: 920px;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .stage-home-banner__desc {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .stage-home-banner__desc {
    font-size: 22px;
  }
}

@media screen and (max-width: 520px) {
  .stage-home-banner__desc {
    font-size: 19px;
  }
}

.stage-home-banner__slide-btns {
  font-size: 0;
  line-height: 1;
  margin: 48px auto;
}

.stage-home-banner__slide-btn {
  display: inline-block;
  width: 34px;
  opacity: 0.6;
  padding: 12px 0;
  margin-right: 8px;
}

.stage-home-banner__slide-btn:before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #fff;
}

.stage-home-banner__slide-btn.active {
  opacity: 1;
}

.stage-home-banner__side-nav {
  position: absolute;
  right: 50px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}

@media screen and (max-width: 992px) {
  .stage-home-banner__side-nav {
    display: none;
  }
}

.stage-home-banner__side-nav-item {
  font-weight: 900;
  font-size: 22px;
  color: #fff;
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
}

.stage-home-banner__side-nav-item:hover {
  color: #40da85;
}

.stage-home-banner__highlights {
  margin-top: 48px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  .stage-home-banner__highlights {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -32px;
  }
}

.stage-home-banner__highlight-item {
  padding-right: 24px;
  font-size: 22px;
  line-height: 1;
}

@media screen and (max-width: 992px) {
  .stage-home-banner__highlight-item {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .stage-home-banner__highlight-item {
    margin-bottom: 32px;
    font-size: 18px;
  }
}

@media screen and (max-width: 520px) {
  .stage-home-banner__highlight-item {
    font-size: 16px;
  }
}

.stage-home-banner__highlight-item h3 {
  margin-bottom: 0;
}

@media screen and (min-width: 1281px) {
  .stage-home-banner__highlight-item h3 {
    font-size: 48px;
  }
}

.stage-home-banner__share-holder {
  position: relative;
}

@media screen and (min-width: 768px) {
  .stage-home-banner__share-holder.mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .stage-home-banner__share-holder.desktop {
    display: none;
  }
}

.stage-home-banner__share-holder .stage_banner_index {
  bottom: 32px;
}

.stage-home-banner__share-holder.mobile .stage_banner_index {
  bottom: 0;
  top: 12px;
}

.stage-home-banner__share-holder .stage_banner_share_btn {
  cursor: pointer;
}

.stage-chairman-word {
  background-color: #e9fff2;
}

.stage-chairman-word > .stage-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .stage-chairman-word > .stage-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.stage-chairman-word__left {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  padding-right: 120px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 1280px) {
  .stage-chairman-word__left {
    padding-right: 64px;
  }
}

@media screen and (max-width: 768px) {
  .stage-chairman-word__left {
    padding-right: 0;
  }
}

.stage-chairman-word__right {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

@media screen and (max-width: 992px) {
  .stage-chairman-word__right {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

@media screen and (max-width: 768px) {
  .stage-chairman-word__right {
    margin-top: 48px;
    max-width: 380px;
    width: 80%;
  }
}

.stage-chairman-word__right > img {
  display: block;
  width: 100%;
}

.stage-chairman-word__words {
  position: relative;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 900;
}

@media screen and (max-width: 992px) {
  .stage-chairman-word__words {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .stage-chairman-word__words {
    font-size: 22px;
    width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 520px) {
  .stage-chairman-word__words {
    font-size: 19px;
  }
}

.stage-chairman-word__mark {
  position: absolute;
  width: 50px;
}

@media screen and (max-width: 1280px) {
  .stage-chairman-word__mark {
    width: 42px;
  }
}

@media screen and (max-width: 520px) {
  .stage-chairman-word__mark {
    width: 24px;
  }
}

.stage-chairman-word__mark--start {
  right: calc(100% + 6px);
  top: -24px;
}

.stage-chairman-word__mark--end {
  left: calc(100% + 6px);
  bottom: -24px;
}

.stage-chairman-word__chairman {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .stage-chairman-word__chairman {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.stage-chairman-word__chairman-icon {
  width: 95px;
  overflow: hidden;
  border-radius: 50%;
  height: 95px;
  margin-right: 24px;
}

.stage-chairman-word__chairman-icon > img {
  display: block;
  width: 100%;
}

.stage-chairman-word__chairman-title h3 {
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 0;
}

.stage-chairman-word__chairman-title p {
  font-size: 16px;
  font-weight: 500;
}

.stage-objectives {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3))), url(../image/FA5149AF69204627901FFC3BA7464751.jpg);
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3)), url(../image/FA5149AF69204627901FFC3BA7464751.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.stage-objectives h2 img {
  width: 1em;
  margin-left: 0.2em;
}

.stage-objectives > .stage-wrapper {
  padding-top: 120px;
  padding-bottom: 0px;
}

.stage-objectives__item-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  padding-bottom: 100px;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  justify-content: space-between;
}

.stage-objectives__item-holder:after {
  content: "";
  display: block;
  width: 1px;
  background-color: #40da85;
  height: 100%;
  position: absolute;
  right: 50%;
  top: 0;
}

.stage-objectives__item-holder:before {
  content: "";
  display: block;
  position: absolute;
  right: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #40da85;
}

@media screen and (max-width: 768px) {
  .stage-objectives__item-holder:after {
    right: 100%;
  }
  .stage-objectives__item-holder:before {
    content: "";
    right: calc(100% - 5px);
  }
}

.stage-objectives__item {
  -ms-flex-preferred-size: calc(50% - 60px);
      flex-basis: calc(50% - 60px);
  position: relative;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 48px;
}

@media screen and (min-width: 641px) {
  .stage-objectives__item:nth-child(odd) {
    margin-right: 120px;
  }
}

@media screen and (max-width: 992px) {
  .stage-objectives__item {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .stage-objectives__item {
    font-size: 22px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 42px;
  }
}

@media screen and (max-width: 520px) {
  .stage-objectives__item {
    font-size: 19px;
  }
}

.stage-objectives__item-img {
  margin-bottom: 24px;
}

.stage-objectives__item-index {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 16px;
  line-height: 1;
  width: 36px;
  height: 36px;
  font-size: 22px;
  text-align: center;
  font-weight: 900;
  background-color: #41dc81;
  border-radius: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stage-partners > .stage-wrapper:first-child {
  padding-bottom: 0;
  margin-bottom: 32px;
}

.stage-partners__swiper-pagination {
  text-align: center;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  margin-top: 42px;
}

.stage-partners__swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #144168;
}

.stage-partners__slide {
  padding: 18px;
  text-decoration: none;
  color: #144168;
}

.stage-partners__slide h3 {
  font-size: 24px;
}

.stage-partners__slide-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  border-radius: 24px;
  height: 240px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(20, 65, 104, 0.2);
          box-shadow: 0 0 8px rgba(20, 65, 104, 0.2);
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stage-partners__slide-img > img {
  max-width: 80%;
  width: 100%;
}

.stage-partners__swiper-next, .stage-partners__swiper-prev {
  position: absolute;
  top: 100px;
  cursor: pointer;
  text-align: center;
  padding: 24px;
}

@media screen and (max-width: 520px) {
  .stage-partners__swiper-next, .stage-partners__swiper-prev {
    padding: 12px 6px;
    top: 110px;
  }
}

.stage-partners__swiper-next > img, .stage-partners__swiper-prev > img {
  width: 12px;
  display: inline-block;
}

.stage-partners__swiper-next {
  right: 0;
}

.stage-partners__swiper-prev {
  left: 0;
}

.stage-meet-team {
  padding: 0;
  background-image: url(../image/stage_3_bg.jpg);
  color: #fff;
  background-position: center;
  background-size: cover;
}

.stage-meet-team__item-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}

.stage-meet-team__item {
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 400px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 24px;
  text-decoration: none;
  color: #fff;
}

.stage-meet-team__item:hover {
  text-decoration: underline;
}

@media screen and (max-width: 520px) {
  .stage-meet-team__item {
    min-width: initial;
  }
}

.stage-meet-team__item-img {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 24px;
}

@media screen and (max-width: 520px) {
  .stage-meet-team__item-img {
    -ms-flex-preferred-size: 75px;
        flex-basis: 75px;
    width: 75px;
    height: 75px;
  }
}

.stage-meet-team__item-img > img {
  width: 100%;
}

.stage-meet-team__item-words {
  font-size: 14px;
  font-weight: 300;
}

.stage-meet-team__item-words span {
  display: block;
  margin-bottom: 6px;
  max-width: 220px;
}

.stage-meet-team__item-words a {
  display: inline-block;
}

.stage-meet-team__item-words img {
  width: 24px;
}

.stage-connection {
  padding: 0;
  background-image: url(../image/stage_4_bg.jpg);
  color: #fff;
  background-position: center;
  background-size: cover;
}

.stage-connection h3,
.stage-connection .theme-color {
  color: #144168;
}

.hkex-stage__form {
  width: 100%;
  max-width: 1140px;
  margin-top: 32px;
}

.hkex-stage__form-row {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
}

.hkex-stage__form-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hkex-stage__form-item + .hkex-stage__form-item {
  margin-left: 24px;
}

.hkex-stage__form-textarea, .hkex-stage__form-input, .hkex-stage__form-select {
  display: block;
  width: 100%;
  vertical-align: middle;
  height: 44px;
  margin-bottom: 0px;
  padding: 8px 12px;
  border: 1px none transparent;
  border-radius: 5px;
  background-color: #fff;
  color: #144168;
  font-size: 20px;
  line-height: 30px;
}

.hkex-stage__form-textarea {
  height: 140px;
}

.hkex-stage__form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 22px 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 900;
  background-color: transparent;
  margin-top: 12px;
  color: #144168;
  cursor: pointer;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .hkex-stage__form-submit {
    font-size: 25px;
    min-width: initial;
  }
}

@media screen and (max-width: 768px) {
  .hkex-stage__form-submit {
    font-size: 22px;
  }
}

@media screen and (max-width: 520px) {
  .hkex-stage__form-submit {
    font-size: 19px;
  }
}

.hkex-stage__form-submit > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.hkex-stage__form-submit > img {
  width: 1.2em;
  margin-top: -0.2em;
}

.hkex-stage__form-submit:hover {
  border-color: #144168;
  background-color: #144168;
  color: #fff;
}

.hkex-stage__form-title {
  margin-bottom: 6px;
  font-weight: 900;
  color: #144168;
}

@media screen and (max-width: 768px) {
  .hkex-stage__form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .hkex-stage__form-item {
    margin-bottom: 24px;
    width: 100%;
  }
  .hkex-stage__form-item + .hkex-stage__form-item {
    margin-left: 0;
  }
}

.stage-discover {
  overflow: hidden;
}

.stage-discover__tag-wrapper {
  position: relative;
  overflow: auto;
  white-space: nowrap;
}

.stage-discover__tag-holder {
  position: relative;
  display: block;
  margin-bottom: 12px;
  width: auto;
}

@media screen and (max-width: 520px) {
  .stage-discover__tag-holder {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.stage-discover__tag-holder:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: #b6c8d6;
}

.stage-discover__tag-content:not(.active) {
  display: none;
}

.stage-discover__tag-item {
  display: inline-block;
  font-size: 36px;
  font-weight: 900;
  color: #144168;
  text-decoration: none;
  padding: 12px 14px 8px;
  margin-bottom: 12px;
  border-bottom: 4px solid transparent;
  z-index: 1;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .stage-discover__tag-item {
    font-size: 28px;
  }
}

.stage-discover__tag-item:not(:last-child) {
  margin-right: 42px;
}

@media screen and (max-width: 768px) {
  .stage-discover__tag-item:not(:last-child) {
    margin-right: 24px;
  }
}

@media screen and (max-width: 520px) {
  .stage-discover__tag-item:not(:last-child) {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.stage-discover__tag-item.active {
  color: #41dc81;
  border-bottom: 4px solid #41dc81;
}

.stage-discover__tag-item.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #41dc81;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 8px);
  z-index: 1;
}

.stage-discover__tag-item.active > span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  width: auto;
  background-color: #41dc81;
  z-index: -1;
}

@media screen and (max-width: 520px) {
  .stage-discover__tag-item:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: -14px;
    right: -14px;
    height: 2px;
    width: auto;
    background-color: #b6c8d6;
    z-index: -1;
  }
}

.stage-discover__filter-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

@media screen and (max-width: 992px) {
  .stage-discover__filter-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -24px;
  }
}

.stage-discover__filter-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 240px;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.stage-discover__filter-item > input,
.stage-discover__filter-item > select,
.stage-discover__filter-item > button {
  width: 100%;
}

@media screen and (min-width: 993px) {
  .stage-discover__filter-item:not(:last-child) {
    margin-right: 42px;
  }
}

@media screen and (max-width: 992px) {
  .stage-discover__filter-item {
    margin-right: 24px;
    margin-bottom: 12px;
  }
}

.stage-discover__filter-item:last-child {
  max-width: 160px;
}

.stage-discover__filter-style {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  font-size: 18px;
}

.stage-discover__filter-style--keyword {
  padding-left: 36px;
  background-image: url(../image/search.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center left;
}

.stage-discover__filter-style--date {
  width: 120px !important;
  padding: 8px;
}

.stage-discover__filter-break {
  display: inline-block;
  width: 1px;
  height: 46px;
  background-color: #ccc;
  margin-right: 32px;
}

.stage-discover__filter-submit {
  padding: 8px 12px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  color: #144168;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.stage-discover__filter-submit:hover {
  color: #fff;
  background-color: #144168;
  border-color: #144168;
}

.stage-discover__filter-submit span {
  display: inline-block;
  vertical-align: middle;
}

.stage-discover__filter-submit img {
  width: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.stage-discover__table-holder {
  overflow: auto;
}

.stage-discover__table-holder > table {
  min-width: 100%;
  text-align: left;
}

.stage-discover__table-holder > table th,
.stage-discover__table-holder > table td {
  padding: 20px 25px;
}

.stage-discover__table-holder > table th {
  background-color: #144168;
  color: #fff;
  white-space: nowrap;
}

.stage-discover__table-holder > table th .sorting-icon {
  padding-right: 18px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center right;
  color: #fff;
  text-decoration: none;
}

.stage-discover__table-holder > table thead th .sorting-icon--down.previous-active {
  background-image: url(../image/table-head-sorting-down.png);
}

.stage-discover__table-holder > table thead th .sorting-icon--up.previous-active {
  background-image: url(../image/table-head-sorting-up.png);
}

.stage-discover__table-holder > table thead tr {
  display: table-row !important;
}

/*.stage-discover__table-holder > table tr:not(.filter-pass), .stage-discover__table-holder > table tr:not(.active):not(:first-child) {
  display: none;
}*/

.stage-discover__table-holder > table tr:nth-child(odd) td {
  background-color: #f7f8fa;
}

.stage-discover__table-holder > table tbody tr {
  cursor: pointer;
}

.stage-discover__table-holder > table tbody tr:hover td {
  background-color: #edf2fb;
}

.stage-discover__table-null {
  text-align: center;
  display: none;
  margin-top: 24px;
}

.stage-discover__controls {
  position: relative;
  text-align: center;
  margin-top: 36px;
}

.stage-discover__load-more {
  padding-left: 32px;
  border: none;
  background-color: transparent;
  font-size: 18px;
  background-image: url(../image/refresh.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center left;
  height: 22px;
  line-height: 22px;
}

.stage-discover__view-items {
  font-size: 18px;
  padding: 8px 18px;
  position: absolute;
  top: -8px;
  right: 0;
}

@media screen and (max-width: 520px) {
  .stage-discover__view-items {
    position: relative;
    bottom: auto;
    display: block;
    margin: 12px 0 0 auto;
  }
}

.stage-join {
  background-image: url(/assets/images/stage_join_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.stage-join strong {
  color: #144168;
}

.stage-join .stage-objectives__item-text {
  font-weight: 500;
}

.stage-join > .stage-wrapper {
  padding-bottom: 0;
}

.stage-join__desc {
  max-width: 1000px;
  margin-top: 72px;
}

.stage-join__desc a {
  font-weight: 700;
  color: #144168;
}

.stage-join__content {
  display: none;
}

.stage-join__content.active {
  display: block;
}

.stage-discover-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 199;
}

.stage-discover-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stage-discover-popup__content-holder {
  width: 900px;
  padding: 60px 70px;
  background: #fff;
  position: relative;
  max-height: 90%;
  overflow: auto;
  max-width: 96%;
  background-image: url(../image/popup-bg.jpg);
  background-size: 920px;
  position: center relative;
}

.stage-discover-popup__close {
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 16px;
  line-height: 1;
}

.stage-discover-popup__close > img {
  width: 100%;
}

.stage-discover-popup__content {
  height: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.stage-simple-set {
  margin-bottom: 36px;
  padding-right: 26px;
  font-size: 18px;
}

.stage-simple-set--full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.stage-simple-set--3 {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
}

.stage-simple-set--2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.stage-simple-set--freesize {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.stage-simple-set h4 {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 900;
}

.stage-simple-set a {
  text-decoration: none;
  color: #40da85;
}

.stage-simple-set a span {
  margin-right: 12px;
}

.stage-simple-set p {
  margin-bottom: 4px;
}

.stage-simple-set .filetype {
  font-size: 14px;
  padding: 2px;
}

.stage-subnav {
  background-color: #f5f6fa;
}

.stage-subnav > .stage-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  .stage-subnav > .stage-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.stage-subnav__item {
  text-decoration: none;
  color: #144168;
  font-size: 16px;
  margin-right: 24px;
}

.stage-subnav__item:hover {
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  .stage-subnav__item {
    margin-bottom: 12px;
  }
}

.stage-subnav__control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .stage-subnav__control {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 420px) {
  .stage-subnav__control {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.stage-subnav__control-item {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 420px) {
  .stage-subnav__control-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 12px;
  }
}

.stage-subnav__control-item select {
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #144168;
  font-weight: 700;
}

.stage-subnav__control-break {
  width: 1px;
  height: 36px;
  background-color: #ccc;
  margin: 0 24px;
}

@media screen and (max-width: 420px) {
  .stage-subnav__control-break {
    display: none;
  }
}

.stage-page-tag {
  margin: 48px 0 0;
}

.stage-page-tag > .stage-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.stage-page-tag__item {
  text-decoration: none;
  color: #144168;
  border-radius: 5px;
  padding: 4px 8px;
  border: 1px solid #144168;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}

.stage-page-tag__item:not(:last-child) {
  margin-right: 8px;
}

.stage-page-tag__item:hover, .stage-page-tag__item.active {
  background-color: #144168;
  color: #fff;
}

.stage_banner_anchor_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .stage_banner_anchor_holder {
    display: none !important;
  }
}

.stage_banner_anchor_holder .stage_index_btn {
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-bottom: 12px;
}

.stage_banner_anchor_holder .stage_index_btn:not(:last-child) {
  padding: 0 16px 0 0;
  margin-right: 16px;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .stage_banner_index {
    position: relative;
    top: auto;
    bottom: auto;
    margin-right: auto;
  }
  .stage_banner_share_container {
    position: relative;
    bottom: auto;
    margin-left: auto;
    padding-bottom: 62px;
    text-align: right;
  }
  .stage_banner_slider {
    padding-bottom: 12px;
  }
  .stage_banner_share_thought_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.whats_on_tdy_btn:hover {
  background-color: #40d986;
  border-color: #40d986;
}

.whats_on_tdy_ball {
  background-color: #c6f4da;
  color: #144168;
}
/*# sourceMappingURL=hkex-stage-global.css.map */

/****** stage media library *****/
.stage-media > .stage-wrapper {
  padding-top: 64px;
}

.stage-media__head {
  background-color: #f3f6f9;
}

.stage-media__head > .stage-wrapper {
  padding-top: 24px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
  .stage-media__head > .stage-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .stage-media__anchors {
    text-align: center;
  }
}

.stage-media__anchors a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  line-height: 1;
  color: #144168;
  margin: 0 12px 12px;
}

.stage-media__anchors a:hover {
  text-decoration: underline;
  color: #e62742;
}

@media screen and (min-width: 993px) {
  .stage-media__anchors a {
    margin-left: 0;
  }
  .stage-media__anchors a:not(:last-child) {
    margin-right: 24px;
  }
}

.stage-media__sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 4px;
  margin-left: 12px;
}

.stage-media__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stage-media__tag {
  border-radius: 4px;
  border: 1px solid #144168;
  text-decoration: none;
  color: #144168 !important;
  padding: 6px 12px;
  margin-bottom: 12px;
  margin-right: 12px;
  font-size: 12px;
}

.stage-media__tag.active,
.stage-media__tag:hover {
  background-color: #144168;
  color: #fff !important;
}

.stage-media__section {
  padding: 54px 0 24px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}

.stage-media__title {
  font-size: 36px;
}

.stage-media__item-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: -32px;
  margin-top: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
  .stage-media__item-holder {
    margin-right: -18px;
  }
}

@media screen and (max-width: 420px) {
  .stage-media__item-holder {
    margin-right: 0;
  }
}

.stage-media__item {
  -ms-flex-preferred-size: calc(33.33% - 32px);
      flex-basis: calc(33.33% - 32px);
  margin-right: 32px;
  margin-bottom: 32px;
}

.stage-media__item:not(.active) {
  display: none;
}

@media screen and (max-width: 992px) {
  .stage-media__item {
    -ms-flex-preferred-size: calc(50% - 18px);
        flex-basis: calc(50% - 18px);
    margin-right: 18px;
  }
}

@media screen and (max-width: 420px) {
  .stage-media__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
}

.stage-media__item-image {
  background-position: center;
  background-size: cover;
  padding-bottom: 58%;
  display: block;
  position: relative;
}

.stage-media__item-image.video_play_btn:before {
  content: "";
  background-image: url(../image/play_btn_green.png);
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  display: block;
  top: 0%;
  left: 0%;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.stage-media__item-image.video_play_btn:hover:before {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.8;
}

.stage-media__item-detail {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 992px) {
  .stage-media__item-detail {
    font-size: 14px;
  }
}

.stage-media__item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (max-width: 992px) {
  .stage-media__item-title {
    font-size: 16px;
  }
}

.stage-media__item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  width: 42px;
  height: 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 32px;
  border: 1px solid #e0e0e0;
}

.stage-media__item-btn:hover {
  background-color: rgba(20, 65, 104, 0.1);
}

.stage-media__item-left {
  margin-right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stage-media__item-file {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid rgba(20, 65, 104, 0.4);
}

.stage-media__more-btn {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  border: none;
  background-color: transparent;
  font-size: 16px;
  padding-bottom: 24px;
  cursor: pointer;
  outline: none !important;
  color: #06c;
}

.stage-media__more-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: none;
  border-top: 10px solid #06c;
  margin-top: 2px;
}

.stage-media__more-btn span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.stage-sorting {
  line-height: 1;
}

.stage-sorting__mask {
  cursor: pointer;
}

.stage-sorting__mask:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 8px solid #40da85;
  margin-bottom: -6px;
  margin-left: 6px;
}

.stage-sorting__options {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 200px;
  top: calc(100% + 12px);
  right: 0;
  border: 1px solid #ddd;
  z-index: 1;
}

.stage-sorting__option {
  padding: 12px 18px;
  background-color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: none;
  color: #144168 !important;
}

.stage-sorting__option:not(:first-child) {
  border-top: 1px solid #144168;
}

.stage-sorting__option:hover {
  background-color: #144168 !important;
  color: #fff !important;
}

.doc-type {
    display: inline;
    margin-left: 4px;
    padding: 3px 6px;
    border: 1px solid #e62742;
    border-radius: 5px;
    color: #e62742;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

.doc-type.doc {
	border-color: #274de6;
	color: #274de6;
}

.doc-type.ppt {
	border-color: #e4790d;
	color: #e4790d;
}

.doc-type.txt {
	border-color: #999;
	color: #999;
}

.doc-type.xls {
	border-color: #12a741;
	color: #12a741;
}

.doc-type.zip {
	border-color: #832283;
	color: #832283;
}

.doc-type.white {
	border-color: #fff;
	color: #fff;
}

.video_container.stage_media_lib > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
}

._100_width_img {
  width: 100%;
}

.stage-media__item-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
}

/****** end stage media library *******/

.section_container.richtext {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 520px) {
  .section_container.richtext {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.richtext-wrapper {
  max-width: 910px;
  font-size: 16px;
}

.richtext-wrapper ol,
.richtext-wrapper ul {
  padding-left: 26px;
}

.richtext-wrapper a:hover {
  text-decoration: underline;
}

.richtext-wrapper p {
  margin-bottom: 1em;
}

.Theme-color {
    color: #144168;
}

/****** remove news tab ******/
.tab_cloud_container {
    display: none;
}

/****** richtext part (stage news overwrite) ******/
.section__title-left-border {
    border-left: inherit !important;
    background-color: inherit !important;
}

.section__panel {
    background: inherit !important;
}

.loadMore__timetag-container {
    margin-bottom: 0px !important;
}
/****** end richtext part (stage news overwrite) ******/

/****** stage news main (overwrite component from Market Release ******/
.whats_on_tdy_text_1 a {
    color: #40da85;
}

.whats_on_tdy_grid_cate,
.whats_on_tdy_grid_cate a {
    color: #40da85;
}
/****** end stage news main ******/

.stage_title{
    line-height: 1 !important;
}
.stage-home-banner {
    z-index: 66 !important;
}

.stage-media-library .stage-wrapper {
	padding-top: 0px;
}

.stage-media__tags {
	padding-top: 60px;
}

/*** custom, 3 pillars ***/
.header_logo > a:last-child {
    border-left: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}
.menu_btn_arrow {
   width: auto;
}
.wwa_text.join_1 {
    max-width: 875px;
    padding-right: 0;
}
.section_container.for_25px_grid.join_1 {
    background-color: #fff;
}
@media screen and (max-width: 991px) {
.section_title {
    font-size: 90px !important;
    line-height: 75px !important;
}
}
@media screen and (max-width: 767px) {
.section_title {
    font-size: 58px !important;
    line-height: 50px !important;
}
}
@media screen and (max-width: 479px) {
.section_title {
    font-size: 45px !important;
    line-height: 35px !important;
}
}
.section_title {
    max-width: 100%;
    font-size: 100px;
    line-height: 80px;
    font-weight: 900;
    letter-spacing: .5px;
}

.section_container.for_25px_grid.join_1 a {
    text-decoration: none;
    color: #40da85;
}
.section_container.for_25px_grid.join_1 a:hover {
    color: #23527c;
    text-decoration: underline;
}
/*** end custom, 3 pillars ***/

/* form new class */
.stage-connection .stage-form-upper {
    padding-bottom: 0px;
}

@media print{
  *{
    opacity: 1 !important; 
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)!important; 
    transform-style: preserve-3d !important;
  }
  .hkexweb-section-video,
  .section_container{
    page-break-inside: avoid !important;
  }
  .section_container.stage_2{
    background-attachment: scroll !important;
  }
  header,
  .stage-home-banner__share-holder.mobile {
    display: none !important;
  }
  .stage-objectives__item-holder{
    justify-content: space-between;
  }
}

/* table loading */
.stage-table-loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 100;
}
.stage-table-loading.hide {
    display: none;
}
.stage-table-loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}