﻿
@font-face {
  font-family: "Fselliotpro";
  src: url("../font/FSElliotPro-Bold.woff") format("woff");
  font-weight: 700;
  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-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Fselliotpro";
  src: url("../font/FSElliotPro-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

*,
*:before,
*:after,
input,
textarea,
button {
  font-family: "Fselliotpro", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, "黑体", "Arial", sans-serif;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}

section {
  background-position: center;
  background-size: cover;
}

.hkex-wrapper {
  width: 100%;
  max-width: 1336px;
  padding: 60px 24px;
  margin-left: auto;
  margin-right: auto;
  color: #144168;
  font-size: 18px;
}

.hkex-wrapper--thin {
  padding: 18px 24px;
}

.hkex-wrapper h2 {
  font-size: 52px;
  line-height: 1;
  margin-bottom: 0.4em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .hkex-wrapper h2 {
    font-size: 42px;
  }
}

.hkex-wrapper h3 {
  margin-bottom: 12px;
}

.hkex-wrapper p {
  max-width: 650px;
  line-height: 1.6;
  margin-bottom: 0.6em;
}

.hkex-wrapper p:last-child {
  margin-bottom: 0;
}

.hkex-wrapper img {
  display: block;
  max-width: 100%;
}

.hkex-wrapper ul {
  padding-left: 1.2em;
}

.hkex-wrapper li {
  margin-bottom: 0.6em;
}

.hkex-redline-break {
  display: block;
  margin: 18px auto 18px 0;
  width: 160px;
  height: 1px;
  background-color: #e62742;
}

.hkex-arrow-link {
  display: block;
  line-height: 1;
  margin-bottom: 0.6em;
  text-decoration: none;
  color: #144168;
  position: relative;
  font-weight: 700;
}

.hkex-arrow-link:hover {
  text-decoration: underline;
}

.hkex-arrow-link:after {
  content: " >";
  display: inline-block;
  margin-left: 0.2em;
  color: #e62742;
}

.hkex-red-dot-end:after {
  content: ".";
  color: #e62742;
}

.hkex-white-text {
  color: #fff;
}

.hkex-green-text {
  color: #02802f;
}

.hkex-red-text {
  color: #e62742;
}

.hkex-hollow-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  color: #144168;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border: 1px solid #144168;
  min-width: 180px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-weight: 700;
  font-size: 16px;
}

.hkex-hollow-link--white {
  color: #fff;
  border: 1px solid #fff;
}

.hkex-hollow-link img {
  display: inline-block;
  max-width: initial;
}

.hkex-hollow-link img:last-child {
  margin-left: 0.2em;
}

.hkex-hollow-link img:first-child {
  margin-right: 0.4em;
}

.hkex-hollow-link.active .hide-in-active {
  display: none;
}

.hkex-hollow-link:not(.active) .show-in-active {
  display: none;
}

.hkex-color-desc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
  margin-top: 24px;
}

.hkex-color-desc > span:first-child {
  width: 28px;
  height: 4px;
  margin-right: 12px;
}

@media screen and (max-width: 520px) {
  .hkex-color-desc {
    margin-top: 6px;
    margin-right: 12px;
  }
}

.hkex-tag-btn {
  display: inline-block;
  text-decoration: none;
  color: #144168;
  border: 1px solid #144168;
  padding: 2px 8px;
  margin: 0 4px 8px;
  border-radius: 4px;
}

.hkex-tag-btn.active {
  background-color: #144168;
  color: #fff;
}

.hkex-grey-remarks {
  font-size: 14px;
  margin-top: 12px;
  color: #6e6e6e;
  width: 100%;
  max-width: 100% !important;
}

.hkex-2col > .hkex-wrapper {
  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: 767px) {
  .hkex-2col > .hkex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hkex-product-list .hkex-2col > .hkex-wrapper {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

@media screen and (max-width: 767px) {
  .hkex-product-list .hkex-2col > .hkex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .hkex-2col__left, .hkex-2col__right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

@media screen and (min-width: 768px) {
  .hkex-2col__left {
    padding-right: 24px;
  }
  .hkex-2col__left--text + .hkex-2col__right--text {
    border-left: 1px solid #144168;
    padding-left: 48px;
    margin-left: 24px;
  }
}

@media screen and (max-width: 768px) {
  .hkex-2col__left {
    margin-bottom: 32px;
  }
  .hkex-wrapper--thin .hkex-2col__left {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .hkex-2col__right {
    padding-left: 24px;
  }
}

@media screen and (max-width: 520px) {
  .hkex-2col__right {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.hkex-2col__img-holder {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hkex-2col__img-holder {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .hkex-2col__img-holder.hkex-2col__right {
    padding-left: 10%;
  }
  .hkex-2col__img-holder.hkex-2col__left {
    padding-right: 7%;
  }
}

.hkex-2col__img {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-bottom: 60%;
}

@media screen and (max-width: 767px) {
  .hkex-2col__img {
    font-size: 42px;
  }
}

.hkex-2col__img--half-circle-mask {
  position: relative;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  min-height: 200px;
}

@media screen and (max-width: 1024px) {
  .hkex-2col__img--half-circle-mask {
    background-size: cover;
    background-position: center;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .hkex-2col__img--half-circle-mask {
    padding-bottom: 60%;
    font-size: 36px;
  }
}

@media screen and (max-width: 520px) {
  .hkex-2col__img--half-circle-mask {
    font-size: 28px;
  }
}

@media screen and (max-width: 420px) {
  .hkex-2col__img--half-circle-mask {
    font-size: 24px;
  }
}

.hkex-2col__img--half-circle-mask:before {
  content: "";
  /*background-image: url(../images/head-image-mask.svg);*/
  background-size: auto 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hkex-2col__img--half-circle-mask > div {
  position: absolute;
  width: 60%;
  height: 100%;
  padding: 18px;
  left: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.hkex-2col--auto .hkex-2col__right,
.hkex-2col--auto .hkex-2col__left {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.hkex-2col--73 .hkex-2col__left {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.hkex-2col--73 .hkex-2col__right {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.hkex-2col--middle > .hkex-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hkex-product-list .hkex-2col__item {
  padding-right: 24px;
  -ms-flex-preferred-size: calc(40% + 24px);
      flex-basis: calc(40% + 24px);
}

.hkex-3col > .hkex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .hkex-3col > .hkex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hkex-3col__item {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hkex-3col__item {
    margin-bottom: 32px;
  }
}

.hkex-3col__item h2 {
  line-height: 1;
  font-size: 36px;
  margin-bottom: 0.4em;
  font-weight: 700;
}

.hkex-3col__item h3 {
  font-size: 18px;
}

.hkex-3col__item .break {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hkex-product-list {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hkex-product-list > .hkex-wrapper {
  color: #fff;
  padding-bottom: 0;
}

.hkex-product-list.for-inner .hkex-wrapper {
  padding-top: 12px;
}

.hkex-product-list__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hkex-product-list__cate-swiper {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hkex-product-list__cate-swiper:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  background-color: #fff;
}

.hkex-product-list__cate-btn.swiper-slide {
  padding-bottom: 20px;
  padding-right: 12px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hkex-product-list__cate-btn.swiper-slide {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .hkex-product-list__cate-btn.swiper-slide {
    max-width: 400px;
  }
  .hkex-product-list__cate-btn.swiper-slide:last-child {
    display: none !important;
  }
}

.hkex-product-list__cate-btn.swiper-slide.active {
  font-weight: 700;
}

.hkex-product-list__cate-btn.swiper-slide.active:before, .hkex-product-list__cate-btn.swiper-slide.active:after {
  content: "";
  position: absolute;
}

.hkex-product-list__cate-btn.swiper-slide.active:before {
  width: 100%;
  bottom: 5px;
  left: 0%;
  right: 0%;
  background-color: #e62742;
  height: 3px;
}

.hkex-product-list__cate-btn.swiper-slide.active:after {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: none;
  border-top: 6px solid #e62742;
  left: calc(50% - 5px);
  bottom: 0;
}

.hkex-product-list__cate-btn.swiper-slide a {
  color: #fff;
  text-decoration: none;
}

.hkex-product-list__cate-btn.swiper-slide a:hover {
  text-decoration: underline;
}

.hkex-product-list__cate-swiper-prev, .hkex-product-list__cate-swiper-next {
  border: none;
  -ms-flex-preferred-size: 32px;
      flex-basis: 32px;
  width: 32px;
  height: 32px;
  top: 0;
  position: absolute;
  background-color: transparent;
  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;
}

.hkex-product-list__cate-swiper-prev.swiper-button-disabled, .hkex-product-list__cate-swiper-next.swiper-button-disabled {
  opacity: 0;
}

.hkex-product-list__cate-swiper-prev:after, .hkex-product-list__cate-swiper-next:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.hkex-product-list__cate-swiper-prev {
  position: absolute;
  top: -5px;
  left: -28px;
}

.hkex-product-list__cate-swiper-prev:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.hkex-product-list__cate-swiper-next {
  margin-left: 12px;
  top: -5px;
  right: -28px;
}

.hkex-product-list__cate-swiper-next:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hkex-product-list__content-holder {
  margin-top: 16px;
}

.hkex-product-list__content:not(.active) {
  display: none;
}

.hkex-product-list__content .hkex-wrapper {
  color: #fff;
  padding-top: 0;
}

.hkex-product-list__content h4 {
  font-size: 18px;
  margin-bottom: 16px;
}

.hkex-product-list__content a {
  color: #fff;
  font-weight: 500;
}

.hkex-data-table {
  color: #144168;
  background-color: #fff;
  padding: 18px 32px;
}

.hkex-data-table__sorting-holder {
  font-size: 15px;
}

.hkex-data-table__table-holder {
  font-size: 14px;
  margin-top: 12px;
  overflow: auto;
}

.hkex-data-table__table-holder table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}

.hkex-data-table__table-holder tr:nth-child(even) td,
.hkex-data-table__table-holder tr:nth-child(even) th {
  background-color: #f2f6f9;
}

.hkex-data-table__table-holder th,
.hkex-data-table__table-holder td {
  padding: 12px 0;
  border-right: none;
  border-left: none;
}

.hkex-data-table__table-holder th {
  text-align: left;
  vertical-align: bottom;
  padding-bottom: 10px;
  border-bottom: 2px solid #144168;
}

.hkex-data-table__table-holder td {
  padding-right: 12px;
}

.hkex-data-table__table-holder td:first-child {
  padding-left: 12px;
}

.hkex-data-table--index {
  padding: 0;
  border: none;
  font-size: 16px;
  width: 100%;
  overflow: auto;
}

.hkex-data-table--index table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.hkex-data-table--index tr:nth-child(even) td,
.hkex-data-table--index tr:nth-child(even) th {
  background-color: #f2f6f9;
}

.hkex-data-table--index th,
.hkex-data-table--index td {
  border: none;
  padding: 8px 12px;
  text-align: left;
}

.hkex-data-table--index th:not(:first-child),
.hkex-data-table--index td:not(:first-child) {
  text-align: right;
}

.hkex-data-table--index th {
  border-bottom: 2px solid #144168;
  vertical-align: bottom;
}

.hkex-data-table--index th[colspan] {
  padding-left: 0;
  padding-right: 0;
}

.hkex-data-table--top10 {
  padding: 0;
  border: none;
  font-size: 16px;
  width: 100%;
  overflow: auto;
}

.hkex-data-table--top10 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.hkex-data-table--top10 th,
.hkex-data-table--top10 td {
  border: none;
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #d6e1e8;
}

.hkex-data-table--top10 th:not(:first-child),
.hkex-data-table--top10 td:not(:first-child) {
  text-align: right;
}

.hkex-data-table--top10 th:first-child,
.hkex-data-table--top10 td:first-child {
  padding-left: 0;
}

.hkex-data-table--top10 th:last-child,
.hkex-data-table--top10 td:last-child {
  padding-right: 0;
}

.hkex-data-table--top10 th[colspan="4"],
.hkex-data-table--top10 td[colspan="4"] {
  padding: 0;
}

.hkex-data-table--top10 th {
  border-bottom: 2px solid #144168;
  vertical-align: bottom;
}

.hkex-data-table--top10 th[colspan] {
  padding-left: 0;
  padding-right: 0;
}

.hkex-data-table--top10 tr:last-child td {
  border-bottom: none;
}

.hkex-data-table--top10 .break {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #144168;
}

.hkex-data-table--spec {
  overflow: auto;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

.hkex-data-table--spec table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.hkex-data-table--spec.hkex-data-table--white {
  color: #fff;
}

.hkex-data-table--spec.hkex-data-table--white tr:first-child td {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.hkex-data-table--spec.hkex-data-table--white td {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.hkex-data-table--spec.hkex-data-table--blue {
  color: #144168;
}

.hkex-data-table--spec.hkex-data-table--blue tr:first-child td {
  border-top: 1px solid rgba(20, 65, 104, 0.6);
}

.hkex-data-table--spec.hkex-data-table--blue td {
  padding: 8px 0;
  border-bottom: 1px solid rgba(20, 65, 104, 0.6);
}

.hkex-download-list a {
  color: #144168;
  text-decoration: none;
}

.hkex-download-list a:hover {
  text-decoration: underline;
}

.hkex-download-list a > span {
  color: #6e6e6e;
}

.hkex-chart-controls {
  border-bottom: 1px solid #d2d5d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  position: relative;
}

.hkex-chart-controls__item {
  position: relative;
  margin-right: 12px;
  padding: 0 8px;
  text-align: center;
}

@media screen and (max-width: 520px) {
  .hkex-chart-controls__item {
    margin-right: 8px;
    padding: 0 4px;
    font-size: 14px;
  }
}

.hkex-chart-controls__item.active:after, .hkex-chart-controls__item.active:before {
  content: "";
  display: block;
  position: absolute;
}

.hkex-chart-controls__item.active:before {
  background-color: #e62742;
  height: 3px;
  bottom: -2px;
  left: 0;
  right: 0;
}

.hkex-chart-controls__item.active:after {
  border: 6px solid transparent;
  border-bottom: none;
  border-top: 6px solid #e62742;
  top: 100%;
  left: calc(50% - 6px);
}

.hkex-chart-controls__item a {
  text-decoration: none;
  color: #144168;
  display: block;
  padding: 10px 0;
}

.hkex-chart-controls__select {
  background: #fff;
  border: 1px solid #144168;
  padding: 5px 12px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .hkex-chart-controls__select {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 12px;
  }
}

.hkex-chart-controls__select select {
  border: none;
  background-color: transparent;
  font-size: 16px;
  color: #144168;
}

.hkex-chart-controls .break {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .hkex-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.hkex-flex__item {
  padding: 24px 32px;
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .hkex-flex__item--1in4 {
    margin-right: 18px;
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
  }
}

.hkex-flex__item--1in4 th {
  text-align: left;
}

.hkex-flex__item--3in4 {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.hkex-chart-tag {
  margin-bottom: 24px;
}

.hkex-chart-tag a {
  display: inline-block;
  text-decoration: none;
  color: #144168;
  margin-right: 12px;
}

.hkex-chart-tag a:not(.active) {
  color: #6e6e6e;
}

.video_play_btn {
  display: block;
  position: relative;
}

.video_play_btn:before {
  top: calc(50% - 37px);
  content: "";
  display: inline-block;
  width: 74px;
  height: 74px;
  left: calc(50% - 37px);
  position: absolute;
  background: #e62742;
  border-radius: 100%;
  opacity: 0.8;
}

.video_play_btn:after {
  top: calc(50% - 9px);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  border: 9px solid transparent;
  border-left: 14px solid #fff;
  left: calc(50% - 5px);
}

#card_video_popup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#card_video_popup .popup_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
}

#card_video_popup .video_container {
  width: 96%;
  max-width: 940px;
  text-align: center;
  position: relative;
  z-index: 5;
}

#card_video_popup video {
  width: 100%;
  height: auto;
}

#card_video_popup .popup_cross {
  bottom: 100%;
  left: 100%;
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 0 0 12px 12px;
  cursor: pointer;
}

#card_video_popup .popup_cross:after,
#card_video_popup .popup_cross:before {
  content: "";
  display: inline-block;
  width: 158%;
  height: 4px;
  background-color: #fff;
  top: 0;
  position: absolute;
  border-radius: 2px;
}

#card_video_popup .popup_cross:before {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}

#card_video_popup .popup_cross:after {
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}

@media screen and (max-width: 1080px) {
  #card_video_popup .popup_cross {
    left: auto;
    right: 0;
  }
}
/*# sourceMappingURL=hkex-revamp.css.map */

/***** set table width same for all summary table *****/
@media screen and (max-width: 520px) {
  .hkex-data-table tr td:first-child {
    width: 50% !important;
  }
}
/***** END set table width same for all summary table *****/

.hkex-2col__img_portrait {
    padding-bottom: 120%;
}