﻿body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #144168;
  font-size: 16px;
  line-height: 20px;
}

a {
  color: #144168;
  text-decoration: none;
}

.section_container {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
}

.section_container.banner {
  z-index: 2;
}

.section_container.banner.market_status_banner {
  z-index: 0;
}

.section_container.market_status {
  z-index: 0;
  margin-bottom: 45px;
  padding-right: 25px;
  padding-left: 25px;
}

.breadcrumb_btn {
  position: relative;
  z-index: 2;
  margin-top: 2px;
  margin-right: 12px;
  margin-bottom: 2px;
  padding-right: 20px;
  background-image: url('/assets/images/breadcrumb_slash_1breadcrumb_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);
}

.banner_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  background-image: url('../image/doi_banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner_img.market_status {
  background-image: url('/assets/images/banner_img.jpg');
  background-position: 50% 0%;
}

.banner_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.section_container_in {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section_container_in.breadcrumb {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  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.market_status {
  max-width: 1350px;
  margin-top: -45px;
  padding-top: 0px;
}

.market_status_breadcrumb {
  color: #fff;
}

.market_status_last_section_link {
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
}

.market_status_last_section_link:hover {
  color: #e62742;
}

.market_status_disclaimer {
  width: 100%;
  max-width: 1100px;
  padding-top: 20px;
}

.market_status_last_section {
  margin-bottom: -40px;
  padding-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 22px;
}

.market_status_right_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #dbe3e9;
  font-size: 20px;
  line-height: 24px;
}

.market_status_right_row.title {
  padding-top: 0px;
  padding-bottom: 15px;
  border-top-color: transparent;
  color: #e62742;
  font-size: larger;
  line-height: 18px;
  font-weight: 700;
}

.market_status_left_line {
  width: 75px;
  height: 3px;
  margin-top: 16px;
  background-color: #e62742;
}

.market_status_intro_title {
  padding-bottom: 2px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.market_status_left {
  width: 305px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 44px;
  line-height: 48px;
}

.market_status_left.chinese {
  width: 220px;
}

.market_status_intro_container {
  width: 100%;
  padding: 30px 35px 30px 32px;
  border-left: 3px solid #e62742;
  background-color: #fff;
  font-size: 15px;
  line-height: 19px;
}

.market_status_right_col {
  width: 50%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.market_status_right_col.description {
  padding-bottom: 0px;
  font-size: 15px;
  line-height: 22px;
}

.market_status_right_col.system {
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
}

.market_status_right_col.system.chinese {
  font-size: 32px;
  line-height: 40px;
}

.market_status_right {
  width: 100%;
  max-width: 775px;
  margin-left: auto;
}

.market_status_right.chinese {
  max-width: 850px;
}

.market_status_bg {
  position: absolute;
  left: 0%;
  top: 45px;
  right: 0%;
  bottom: 0%;
  z-index: -9;
  width: 100%;
  height: 100%;
  background-color: #d1dde6;
}

.market_status_update_time {
  padding-top: 10px;
  color: #999;
}

.red_text {
  color: #e62742;
}

.market_status_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 50px 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e7ecf0;
  background-color: #fff;
}

.market_status_block._2nd {
  border-top-color: #f1f5f7;
  background-color: #f1f5f7;
}

.market_status_last_section_link_row {
  width: 100%;
  padding-bottom: 5px;
}

@media screen and (min-width: 1280px) {
  .market_status_left {
    width: 320px;
    font-size: 48px;
    line-height: 52px;
  }
  .market_status_left.chinese {
    width: 240px;
  }
  .market_status_right_col.system {
    font-size: 28px;
    line-height: 44px;
  }
  .market_status_right_col.system.chinese {
    font-size: 36px;
    line-height: 44px;
  }
  .market_status_right {
    max-width: 825px;
  }
  .market_status_right.chinese {
    max-width: 950px;
  }
}

@media screen and (max-width: 991px) {
  .section_container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .section_container.market_status {
    margin-bottom: 20px;
    padding-right: 21px;
    padding-left: 21px;
  }
  .breadcrumb_btn {
    margin-right: 10px;
    padding-right: 16px;
  }
  .section_container_in {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section_container_in.breadcrumb {
    padding-top: 45px;
    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.market_status {
    margin-top: -20px;
  }
  .market_status_last_section_link {
    font-size: 16px;
    line-height: 20px;
  }
  .market_status_disclaimer {
    padding-top: 15px;
  }
  .market_status_last_section {
    margin-bottom: -20px;
    padding-top: 40px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 20px;
  }
  .market_status_right_row {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .market_status_right_row.title {
    padding-bottom: 12px;
  }
  .market_status_left_line {
    width: 67px;
    margin-top: 12px;
  }
  .market_status_left {
    width: 260px;
    font-size: 36px;
    line-height: 40px;
  }
  .market_status_left.chinese {
    width: 200px;
  }
  .market_status_intro_container {
    padding: 25px 25px 25px 22px;
  }
  .market_status_right_col {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .market_status_right_col.description {
    font-size: 14px;
    line-height: 20px;
  }
  .market_status_right_col.system {
    padding-right: 18px;
    font-size: 28px;
    line-height: 36px;
  }
  .market_status_right_col.system.chinese {
    font-size: 28px;
    line-height: 36px;
  }
  .market_status_bg {
    top: 20px;
  }
  .market_status_block {
    padding: 40px 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .section_container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section_container.market_status {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section_container_in {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section_container_in.banner_title {
    font-size: 32px;
    line-height: 32px;
  }
  .market_status_last_section {
    margin-bottom: -10px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .market_status_right_row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .market_status_left.chinese {
    width: 180px;
  }
  .market_status_right_col {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .market_status_right_col.system {
    font-size: 28px;
    line-height: 32px;
  }
  .market_status_right_col.system.chinese {
    font-size: 24px;
    line-height: 32px;
  }
  .market_status_right {
    min-width: 400px;
  }
  .market_status_block {
    padding: 40px 25px 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }
  .section_container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section_container.market_status {
    margin-bottom: 0px;
  }
  .breadcrumb_btn {
    margin-right: 8px;
    padding-right: 14px;
  }
  .banner_img.market_status {
    background-position: 27% 0%;
    background-size: auto 350px;
  }
  .section_container_in {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section_container_in.breadcrumb {
    padding-top: 35px;
    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.market_status {
    margin-top: 0px;
  }
  .market_status_last_section_link {
    font-size: 15px;
    line-height: 19px;
  }
  .market_status_disclaimer {
    padding-top: 10px;
  }
  .market_status_last_section {
    margin-bottom: 0px;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 19px;
  }
  .market_status_right_row {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .market_status_right_row.title {
    padding-bottom: 10px;
  }
  .market_status_left_line {
    width: 60px;
    height: 2px;
    margin-top: 8px;
  }
  .market_status_intro_title {
    font-size: 14px;
    line-height: 18px;
  }
  .market_status_left {
    width: 100%;
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
  }
  .market_status_intro_container {
    padding: 20px 20px 20px 17px;
    font-size: 13px;
    line-height: 18px;
  }
  .market_status_right_col {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .market_status_right_col.description {
    font-size: 13px;
    line-height: 19px;
  }
  .market_status_right_col.system {
    padding-right: 15px;
    font-size: 24px;
    line-height: 28px;
  }
  .market_status_right_col.system.chinese {
    font-size: 20px;
    line-height: 28px;
  }
  .market_status_right {
    width: 100%;
    min-width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .market_status_bg {
    top: 0px;
  }
  .market_status_update_time {
    padding-top: 8px;
  }
  .market_status_block {
    padding: 30px 20px 15px;
  }
  .market_status_last_section_link_row {
    padding-bottom: 4px;
  }
}

@font-face {
  font-family: 'Fselliotpro';
  src: url('../font/FSElliotPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fselliotpro';
  src: url('../font/FSElliotPro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fselliotpro';
  src: url('../font/FSElliotPro-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fselliotpro';
  src: url('../font/FSElliotPro-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fselliotpro';
  src: url('../font/FSElliotPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/*-------------- Quick Link ----------------*/
.why_list_in_HK_QuickLink {
    background-color: #fff;
}

._2nd_title {
    font-size: 34px;
    line-height: 38px;
    font-weight: 500;
}

.section_container_in.s7 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.s7_container {
    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;
}

.s7_btn {
    margin-left: 70px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
    color: #144168 !important;
    text-decoration: none !important;
}

    .s7_btn:hover {
        color: #e62742 !important;
    }

.s7_btn_arrow {
    color: #e62742;
    font-weight: 900;
}

@media screen and (min-width: 1280px) {
    .s7_btn {
        margin-left: 50px;
        font-size: 30px;
        line-height: 34px;
    }

    ._2nd_title {
        font-size: 36px;
        line-height: 40px;
    }
}

@media screen and (max-width: 991px) {
    .section_container_in.s7 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .s7_btn {
        margin-left: 45px;
        font-size: 24px;
        line-height: 28px;
    }

    ._2nd_title {
        font-size: 28px;
        line-height: 32px;
    }
}

@media screen and (max-width: 767px) {
    .section_container_in.s7 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    ._2nd_title {
        font-size: 24px;
        line-height: 28px;
    }

        ._2nd_title.s7 {
            width: 100%;
            padding-bottom: 10px;
        }

    .s7_container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .s7_btn {
        margin-top: 5px;
        margin-right: 60px;
        margin-left: 0px;
    }

        .s7_btn.last {
            margin-right: 0px;
        }
}

@media screen and (max-width: 479px) {
    ._2nd_title {
        font-size: 22px;
        line-height: 26px;
    }

        ._2nd_title.s7 {
            padding-bottom: 8px;
        }

    .s7_btn {
        margin-right: 40px;
        font-size: 20px;
        line-height: 24px;
    }
}
/* -------- end Quick link ------- */

/* handle space between status content and quick link */
.status-space-line .section_container_in {
    padding-top: 40px;
    padding-bottom: 0px;
}