* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  padding: 0;
  margin: 0; }

a {
  outline: 0;
  	/*transition: all 0.3s linear;
  
  	*{
  		transition: all 0.3s linear;
  	}*/
  /*&:visited{
  	color: unset;
  }*/ }
  a:focus {
    outline: 0; }
  a:before, a:after {
    transition: all 0.3s linear; }

.text-orange {
  color: #ff5800 !important; }

.desktop {
  display: block !important; }

.mobile {
  display: none !important; }

.opacity-0 {
  opacity: 0; }

.site-container {
  width: 100%;
  margin: 0 auto; }
  .site-container img {
    display: block;
    max-width: 100%; }
  .site-container .main-content {
    width: 66.66666667%;
    margin-left: 16.66666667%; }

footer {
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1); }

.close:hover {
  color: #ff5800; }

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4); }

.modal-dialog {
  width: 100%;
  margin: 0; }

@media only screen and (max-width: 1280px) {
  .site-container .main-content {
    width: 90%;
    margin-left: 5%; } }
@media (min-width: 1200px) {
  .container {
   /*max-width: 66.66666667%;*/ } }
/* mobile */
@media only screen and (max-width: 767px) {
  .site-container .main-content {
    width: 95%;
    margin-left: 2.5%; }

  .desktop {
    display: none !important; }

  .mobile {
    display: block !important; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

@keyframes slide-nav-bar {
  0% {
    width: 0%; }

  100% {
    width: 100%; } }

@keyframes fade-in-slide-up {
  0% {
    opacity: 0;
    transform: translateY(50%); }

  100% {
    opacity: 1;
    transform: translateY(0%); } }

@keyframes fade-in-slide-up-title {
  0% {
    opacity: 0;
    transform: translateY(20%); }

  100% {
    opacity: 1;
    transform: translateY(0%); } }

@keyframes fade-in-slide-up-small {
  0% {
    opacity: 0;
    transform: translateY(20%); }

  100% {
    opacity: 1;
    transform: translateY(0%); } }

@keyframes fade-in-slide-right {
  0% {
    opacity: 0;
    transform: translateX(-30%); }

  100% {
    opacity: 1;
    transform: translateX(0%); } }

@keyframes search-fade-in-slide-right {
  0% {
    opacity: 0;
    transform: translateY(-50%) translateX(-20%); }

  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(0%); } }

@keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fade-out {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fade-in-slide-right-line {
  0% {
    width: 0;
    opacity: 0; }

  100% {
    width: 100%;
    opacity: 1; } }

@keyframes astronaut-right-jump {
  0% {
    transform: translate(0, 0%); }

  25% {
    transform: translate(0, -25%); }

  75% {
    transform: translate(0, 0%); }

  100% {
    transform: translate(0, 0%); } }

@keyframes astronaut-left-jump {
  0% {
    transform: scaleX(-1);
    transform-origin: 55%; }

  25% {
    transform: translate(0, -25%) scaleX(-1);
    transform-origin: 55%; }

  75% {
    transform: translate(0, 0%) scaleX(-1);
    transform-origin: 55%; }

  100% {
    transform: translate(0, 0%) scaleX(-1);
    transform-origin: 55%; } }

@keyframes astronaut-to-right-step-1-2 {
  0% {
    transform: none; }

  25% {
    transform: translate(90%, -15%); }

  75% {
    transform: translate(100%, 0%); }

  100% {
    transform: translate(100%, 0%); } }

@keyframes astronaut-to-right-step-2-3 {
  0% {
    transform: translate(100%, 0%); }

  25% {
    transform: translate(190%, -15%); }

  75% {
    transform: translate(200%, 0%); }

  100% {
    transform: translate(200%, 0%); } }

@keyframes astronaut-to-right-step-3-4 {
  0% {
    transform: translate(200%, 0%); }

  25% {
    transform: translate(290%, -15%); }

  75% {
    transform: translate(300%, 0%); }

  100% {
    transform: translate(300%, 0%); } }

@keyframes astronaut-to-right-step-4-1 {
  0% {
    transform: translate(300%, 0%) scaleX(-1);
    transform-origin: 55%; }

  15% {
    transform: translate(290%, -15%) scaleX(-1);
    transform-origin: 55%; }

  30% {
    transform: translate(200%, 0%) scaleX(-1);
    transform-origin: 55%; }

  45% {
    transform: translate(190%, -15%) scaleX(-1);
    transform-origin: 55%; }

  60% {
    transform: translate(100%, 0%) scaleX(-1);
    transform-origin: 55%; }

  75% {
    transform: translate(90%, -15%) scaleX(-1);
    transform-origin: 55%; }

  90% {
    transform: scaleX(-1);
    transform-origin: 55%; }

  100% {
    transform: scaleX(-1);
    transform-origin: 55%; } }

@keyframes astronaut-to-left-step-4-3 {
  0% {
    transform: translate(300%, 0%) scaleX(-1);
    transform-origin: 55%; }

  25% {
    transform: translate(290%, -15%) scaleX(-1);
    transform-origin: 55%; }

  75% {
    transform: translate(200%, 0%) scaleX(-1);
    transform-origin: 55%; }

  100% {
    transform: translate(200%, 0%) scaleX(-1);
    transform-origin: 55%; } }

@keyframes astronaut-to-left-step-3-2 {
  0% {
    transform: translate(200%, 0%) scaleX(-1);
    transform-origin: 55%; }

  25% {
    transform: translate(190%, -15%) scaleX(-1);
    transform-origin: 55%; }

  75% {
    transform: translate(100%, 0%) scaleX(-1);
    transform-origin: 55%; }

  100% {
    transform: translate(100%, 0%) scaleX(-1);
    transform-origin: 55%; } }

@keyframes astronaut-to-left-step-2-1 {
  0% {
    transform: translate(100%, 0%) scaleX(-1);
    transform-origin: 55%; }

  25% {
    transform: translate(90%, -15%) scaleX(-1);
    transform-origin: 55%; }

  75% {
    transform: scaleX(-1);
    transform-origin: 55%; }

  100% {
    transform: scaleX(-1);
    transform-origin: 55%; } }

@keyframes astronaut-to-left-step-1-4 {
  0% {
    transform: none;
    transform-origin: 55%; }

  15% {
    transform: translate(90%, -15%);
    transform-origin: 55%; }

  30% {
    transform: translate(100%, 0%);
    transform-origin: 55%; }

  45% {
    transform: translate(190%, -15%);
    transform-origin: 55%; }

  60% {
    transform: translate(200%, 0%);
    transform-origin: 55%; }

  75% {
    transform: translate(290%, -15%);
    transform-origin: 55%; }

  90% {
    transform: translate(300%, 0%);
    transform-origin: 55%; }

  100% {
    transform: translate(300%, 0%);
    transform-origin: 55%; } }

.fade-in-slide-up {
  animation: fade-in-slide-up 0.5s linear forwards; }

.fade-in-slide-up-small {
  animation: fade-in-slide-up-small 0.5s linear forwards; }

.fade-in-slide-up-title {
  animation: fade-in-slide-up-title 0.5s linear forwards; }

.fade-in-slide-right {
  animation: fade-in-slide-right 0.5s linear forwards; }

.title-with-line-show {
  animation: fade-in 1s linear forwards; }
  .title-with-line-show:after {
    animation: fade-in-slide-right-line 1s linear forwards; }

.fade-in {
  animation: fade-in 0.5s linear forwards; }

.fade-out {
  animation: fade-out 0.5s linear forwards; }

.fade-in-slide-up-delay {
  animation-delay: 0.5s; }

.fade-in-slide-up-delay-2x {
  animation-delay: 1s; }

.highlight-text {
  color: #FF5800; }

.action-btn,
a.action-btn {
  display: inline-block;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  background: #ff5800;
  line-height: 50px;
  padding: 0 45px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px; }
  .action-btn:hover, .action-btn:active, .action-btn:focus,
  a.action-btn:hover,
  a.action-btn:active,
  a.action-btn:focus {
    color: #fff !important; }

.page-section {
  position: relative;
  z-index: 2;
  margin: 20px 0;
  /*overflow-x: hidden;*/ }
  .page-section .section-title {
    color: #ff5800;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px; }
  .page-section .section-subtitle {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px; }
  .page-section .section-desc {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px; }
  .page-section .section-desc-for-welcome {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px; }
  .page-section .section-desc-for-welcome2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 100px; }
  .page-section .page-banner {
    position: relative;
    /*max-width: 1440px;*/
    margin: 0 auto 50px; }
    .page-section .page-banner .banner-content {
      position: absolute;
      top: 20%;
      /*left: 5%;*/
      left: 0%; }
      .page-section .page-banner .banner-content .banner-title {
        font-size: 50px;
        line-height: 60px;
        font-weight: 500;
        margin-bottom: 5px; }
      .page-section .page-banner .banner-content .banner-subtitle {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
        margin-bottom: 30px; }
      .page-section .page-banner .banner-content .banner-remark {
        font-size: 12px;
        margin-top: 50px; }

.orange-table {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.15);
  max-width: 1440px;
  margin: 0 auto; }
  .orange-table table, .orange-table th, .orange-table td {
    text-align: center;
    border-collapse: collapse; }
  .orange-table table tr:first-child th {
    border-top: 0; }
  .orange-table table tr:last-child th, .orange-table table tr:last-child td {
    border-bottom: 0; }
  .orange-table table tr td:first-child,
  .orange-table table tr th:first-child {
    border-left: 0; }
  .orange-table table tr td:last-child,
  .orange-table table tr th:last-child {
    border-right: 0; }
  .orange-table table {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border-collapse: collapse; }
    .orange-table table.with-orange-bg tr th {
      color: #333333;
      background: #f7a78a; }
      .orange-table table.with-orange-bg tr th:before {
        background: #fff; }
    .orange-table table.with-orange-bg tr td {
      background: #ffeee8; }
    .orange-table table th {
      color: #fff;
      background: #ff5800;
      font-size: 20px;
      font-weight: 500;
      line-height: 30px;
      border: 1px solid #ffffff;
      padding: 10px; }
    .orange-table table td {
      font-size: 20px;
      color: #333333;
      line-height: 30px;
      border-bottom: 1px solid #dddddd;
      background: #fff;
      padding: 10px; }
    .orange-table table tr.short-borders th, .orange-table table tr.short-borders td {
      border-left: 0;
      border-right: 0; }
    .orange-table table tr.short-borders th {
      position: relative; }
      .orange-table table tr.short-borders th:before {
        position: absolute;
        content: '';
        width: 1px;
        height: 70%;
        top: 15%;
        left: 0;
        background: #fff; }
      .orange-table table tr.short-borders th:first-child:before {
        display: none; }
    .orange-table table tr.short-borders td {
      position: relative; }
      .orange-table table tr.short-borders td:before {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        top: 0;
        left: 0;
        background: #dddddd; }
    .orange-table table tr.first-tr td:before {
      height: 85%;
      top: 15%; }
    .orange-table table tr.vertical-line th, .orange-table table tr.vertical-line td {
      border-right: 0;
      border-bottom: 0;
      border-left: 1px solid #ecb5a0; }
      .orange-table table tr.vertical-line th:first-child, .orange-table table tr.vertical-line td:first-child {
        border: 0; }
    .orange-table table tr.inner-line th, .orange-table table tr.inner-line td {
      border-right: 0;
      border-bottom: 1px solid #ecb5a0;
      border-left: 1px solid #ecb5a0; }
      .orange-table table tr.inner-line th.white-left-line, .orange-table table tr.inner-line td.white-left-line {
        border-left: 1px solid #fff; }
      .orange-table table tr.inner-line th:first-child, .orange-table table tr.inner-line td:first-child {
        border-left: 0; }
    .orange-table table tr.inner-line.without-bottom th, .orange-table table tr.inner-line.without-bottom td {
      border-bottom: 0; }
    .orange-table table tr.last-tr td:before {
      height: 85%;
      top: 0%; }

.table-remark {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin: 30px 0 30px; }

.download-section {
  background: url(../images/common/download-bg.png) no-repeat;
  background-size: cover;
  background-position: left top;
  padding: 3vh 0; }
  .download-section .download-wrap {
    display: flex;
    max-width: 950px;
    margin: 0 auto;
    justify-content: center;
    align-items: center; }
    .download-section .download-wrap .photo-image {
      width: 43%;
      margin-right: 4%;
      padding: 3%; }
      .download-section .download-wrap .photo-image img {
        width: 100%; }
    .download-section .download-wrap .download-desc {
      text-align: center;
      flex: 1; }
      .download-section .download-wrap .download-desc .download-title {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 20px; }
      .download-section .download-wrap .download-desc .steps-wrap {
        display: flex;
        width: 100%; }
        .download-section .download-wrap .download-desc .steps-wrap .step {
          width: 30%;
          margin: 0 2%; }
          .download-section .download-wrap .download-desc .steps-wrap .step .step-icon {
            position: relative;
            font-size: 40px;
            color: #ff5800;
            font-weight: 700;
            width: 100%;
            padding-top: 100%;
            background-size: 75%;
            background-repeat: no-repeat;
            background-position: center; }
            .download-section .download-wrap .download-desc .steps-wrap .step .step-icon.step-1 {
              background-image: url(../images/common/download-step-1.png); }
            .download-section .download-wrap .download-desc .steps-wrap .step .step-icon.step-2 {
              background-image: url(../images/common/download-step-2.png); }
            .download-section .download-wrap .download-desc .steps-wrap .step .step-icon.step-3 {
              background-image: url(../images/common/download-step-3.png); }
            .download-section .download-wrap .download-desc .steps-wrap .step .step-icon span {
              position: absolute;
              top: 0;
              left: 0; }
        .download-section .download-wrap .download-desc .steps-wrap.step-group-4 .step {
          width: 22%;
          margin: 0 2%; }
        .download-section .download-wrap .download-desc .steps-wrap.step-group-4 .step-icon {
          font-size: 30px; }
          .download-section .download-wrap .download-desc .steps-wrap.step-group-4 .step-icon.step-1 {
            background-image: url(../images/common/download-step-4-1.png); }
          .download-section .download-wrap .download-desc .steps-wrap.step-group-4 .step-icon.step-2 {
            background-image: url(../images/common/download-step-4-2.png); }
          .download-section .download-wrap .download-desc .steps-wrap.step-group-4 .step-icon.step-3 {
            background-image: url(../images/common/download-step-4-3.png); }
          .download-section .download-wrap .download-desc .steps-wrap.step-group-4 .step-icon.step-4 {
            background-image: url(../images/common/download-step-4-4.png); }
      .download-section .download-wrap .download-desc .steps-btn {
        text-align: center;
        margin-top: 20px; }
        .download-section .download-wrap .download-desc .steps-btn a {
          color: #fff; }

@media only screen and (max-width: 1399px) {
  .action-btn {
    font-size: 15px;
    line-height: 45px;
    padding: 0 40px; }

  .download-section .download-wrap .download-desc .download-title {
    font-size: 30px; }
  .download-section .download-wrap .download-desc .steps-wrap .step .step-icon {
    font-size: 30px; }
  .download-section .download-wrap .download-desc .steps-wrap.step-group-4 .step .step-icon {
    font-size: 26px; } }
@media only screen and (max-width: 1199px) {
  .page-section .page-banner .banner-content .banner-title {
    font-size: 45px;
    margin-bottom: 5px; }
  .page-section .page-banner .banner-content .banner-subtitle {
    font-size: 26px;
    margin-bottom: 25px; } }
@media only screen and (max-width: 991px) {
  .page-section .page-banner .banner-image {
    overflow: hidden; }
  .page-section .page-banner .banner-content {
    position: relative;
    padding: 20px 30px 10px 0px; }
    .page-section .page-banner .banner-content .banner-title {
      font-size: 50px;
      line-height: 120%;
      margin-bottom: 5px; }
    .page-section .page-banner .banner-content .banner-subtitle {
      font-size: 32px;
      margin-bottom: 20px; }

  .download-section .download-wrap .download-desc .steps-wrap.step-group-4 .step .step-icon {
    font-size: 14px; } }
/* mobile */
@media only screen and (max-width: 767px) {
  .action-btn {
    line-height: 40px;
    padding: 0 35px; }

  /*.orange-table table {
    th, td{
      font-size: 16px;
    }
  }*/
  .page-section .section-desc {
    margin-bottom: 50px; }
  .page-section .section-desc-for-welcome {
    margin-bottom: 150px; }

  .download-section {
    padding-bottom: 8vh; }
    .download-section .download-wrap {
      flex-direction: column; }
      .download-section .download-wrap .photo-image {
        width: 70%;
        margin: 0 auto 20px; }
      .download-section .download-wrap .download-desc .download-title {
        font-size: 28px; }
      .download-section .download-wrap .download-desc .steps-wrap .step .step-icon {
        font-size: 26px; }
      .download-section .download-wrap .download-desc .steps-wrap.step-group-4 {
        flex-wrap: wrap;
        justify-content: center; }
        .download-section .download-wrap .download-desc .steps-wrap.step-group-4 .step {
          width: 30%;
          margin: 0 5% 3%; }
          .download-section .download-wrap .download-desc .steps-wrap.step-group-4 .step .step-icon {
            font-size: 30px; } }
.page-home {
  position: relative; }
  .page-home:before {
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    /*background: rgb(245,245,245);
    background: linear-gradient(170deg, rgba(245,245,245,1) 0%, rgba(217,216,227,1) 18%, rgba(250,250,250,1) 53%);*/
    height: 100%;
    background: url(../images/home/header-bg.png) no-repeat top left;
    background-size: 100% auto;
    min-height: 1339px;
    z-index: -1; }
  .page-home .top-bg {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    /*background: rgb(245,245,245);
    background: linear-gradient(170deg, rgba(245,245,245,1) 0%, rgba(217,216,227,1) 18%, rgba(250,250,250,1) 53%);*/
    height: 100%;
    background: url(../images/home/header-bg.png) no-repeat top left;
    background-size: cover;
    z-index: -1; }
  .page-home .home-banner {
    position: relative;
    z-index: 2;
    /*padding: 50px 0 150px;*/
    padding: 125px 0 75px;
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 100px;
    display: flex;
    align-items: center; }
    .page-home .home-banner:before {
      content: '';
      position: absolute;
      right: 0%;
      top: -16.5vh;
      background: url(../images/home/circle.png) no-repeat;
      background-size: 100%;
      width: 33vh;
      height: 33vh; }
    .page-home .home-banner:after {
      content: '';
      position: absolute;
      left: -7%;
      bottom: 3vh;
      background: url(../images/home/circle.png) no-repeat;
      background-size: 100%;
      width: 22vh;
      height: 22vh; }
    .page-home .home-banner .banner-wrap {
      position: relative;
      z-index: 10;
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 950px;
      margin: 0 auto; }
      .page-home .home-banner .banner-wrap .slider-content {
        width: 50%;
        padding: 50px 0;
        display: flex;
        align-items: center; }
        .page-home .home-banner .banner-wrap .slider-content .slide-content {
          max-width: 20vw;
          padding-left: 5px;
          padding-right: 5px; }
        .page-home .home-banner .banner-wrap .slider-content .slick-track {
          display: flex !important; }
        .page-home .home-banner .banner-wrap .slider-content .slick-slide {
          height: inherit !important; }
        .page-home .home-banner .banner-wrap .slider-content .slick-initialized .slick-slide {
          display: flex;
          flex-direction: column;
          justify-content: center; }
      .page-home .home-banner .banner-wrap .slider-images-wrap {
        position: relative;
        padding: 10px 0;
        width: 50%;
        /*&:after{
          content: '';
          position: absolute;
          top: 0;
          left: 5%;
          width: 90%;
          height: 100%;
          background: #D9D9D9;
          border-radius: 58px;
        }*/ }
        .page-home .home-banner .banner-wrap .slider-images-wrap .slider-images {
          position: relative;
          width: 100%;
          z-index: 1; }
        .page-home .home-banner .banner-wrap .slider-images-wrap img {
          position: relative;
          z-index: 3;
          /*width: 100%;*/
          margin: 0 auto; }
    .page-home .home-banner .slide-title {
      font-size: 54px;
      line-height: 60px;
      font-weight: 500;
      margin-bottom: 20px; }
    .page-home .home-banner .slide-subtitle {
      font-size: 32px;
      line-height: 40px;
      font-weight: 500;
      margin-bottom: 30px; }
    .page-home .home-banner .action-btn {
      margin-left: 0; }
    .page-home .home-banner .slide-remark {
      font-size: 12px;
      margin-top: 10px; }
    .page-home .home-banner .slick-dots {
      display: flex;
      align-items: center;
      margin: 50px 0 0px -5px;
      padding: 0 5px; }
      .page-home .home-banner .slick-dots li {
        list-style: none;
        margin: 0 5px;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .page-home .home-banner .slick-dots li button {
          position: relative;
          cursor: pointer;
          display: block;
          border-radius: 50%;
          width: 24px;
          height: 24px;
          text-indent: -9999px;
          border: 0;
          transition: all 0.2s linear;
          outline: 0;
          padding: 0;
          margin: 0; }
          .page-home .home-banner .slick-dots li button:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60%;
            height: 60%;
            background: #000;
            opacity: 0.3;
            border-radius: 50%; }
        .page-home .home-banner .slick-dots li.slick-active button {
          background: #ff5800; }
          .page-home .home-banner .slick-dots li.slick-active button:before {
            opacity: 1;
            background: #fff; }
  .page-home .featured-offers {
    margin-top: 80px; }
    .page-home .featured-offers .featured-offers-desc {
      margin: 5% 0 5%; }
    .page-home .featured-offers .tabs-nav-wrap {
      display: flex;
      justify-content: center;
      align-content: center; }
      .page-home .featured-offers .tabs-nav-wrap .tab-nav-btn {
        position: relative;
        margin: 15px 15px 0; }
        .page-home .featured-offers .tabs-nav-wrap .tab-nav-btn span {
          transition: all 0.3s linear;
          display: inline-block;
          position: relative;
          z-index: 2;
          font-size: 14px;
          font-weight: bold;
          line-height: 45px;
          color: #898989;
          border: 1px solid #898989;
          border-radius: 30px;
          padding: 0 40px;
          transform: translateY(-0.5px); }
          .page-home .featured-offers .tabs-nav-wrap .tab-nav-btn span:after {
            content: "";
            position: absolute;
            top: -2px;
            left: -2px;
            background: rgba(0, 0, 0, 0);
            width: calc(100% + 4px);
            height: calc(100% + 4px);
            border-radius: 30px;
            z-index: 1; }
        .page-home .featured-offers .tabs-nav-wrap .tab-nav-btn.active span {
          color: #fff;
          background: #ff5800;
          border: 1px solid #fff;
          transform: translateY(0); }
        .page-home .featured-offers .tabs-nav-wrap .tab-nav-btn.active:after {
          content: "";
          position: absolute;
          top: -2px;
          left: -2px;
          background: #ff5800;
          width: calc(100% + 4px);
          height: calc(100% + 4px);
          border-radius: 30px;
          z-index: 1; }
    .page-home .featured-offers .tab-content-container {
      margin-top: 40px; }
      .page-home .featured-offers .tab-content-container .tab-content-wrap {
        max-width: 950px;
        margin: 0 auto; }
        .page-home .featured-offers .tab-content-container .tab-content-wrap .tab-content {
          display: none;
          flex-wrap: wrap;
          justify-content: center; }
          .page-home .featured-offers .tab-content-container .tab-content-wrap .tab-content.active {
            display: flex; }
          .page-home .featured-offers .tab-content-container .tab-content-wrap .tab-content .tab-content-btn {
            position: relative;
            display: inline-block;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            border-radius: 5%;
            overflow: hidden;
            width: 100%;
            padding-top: 100%; }
            .page-home .featured-offers .tab-content-container .tab-content-wrap .tab-content .tab-content-btn:after {
              content: '';
              position: absolute;
              width: 100%;
              height: 50%;
              left: 0;
              bottom: 0;
              background: black;
              background: linear-gradient(1800deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%); }
            .page-home .featured-offers .tab-content-container .tab-content-wrap .tab-content .tab-content-btn .tab-content-desc {
              position: absolute;
              left: 0;
              bottom: 0;
              color: #fff;
              font-size: 16px;
              z-index: 3;
              padding: 5% 5%; }
              .page-home .featured-offers .tab-content-container .tab-content-wrap .tab-content .tab-content-btn .tab-content-desc strong {
                display: block;
                font-size: 24px;
                font-weight: bold; }
          .page-home .featured-offers .tab-content-container .tab-content-wrap .tab-content.content-1-3 {
            margin: 0 -0.5%; }
            .page-home .featured-offers .tab-content-container .tab-content-wrap .tab-content.content-1-3 .tab-item {
              width: 31%;
              margin: 0 1% 3%; }
          .page-home .featured-offers .tab-content-container .tab-content-wrap .tab-content.content-1-2 {
            margin: 0; }
            .page-home .featured-offers .tab-content-container .tab-content-wrap .tab-content.content-1-2 .tab-item {
              width: 32%;
              margin: 0 1% 3%; }
  .page-home .featured {
    background: #fff;
    padding: 2vh 0; }
    .page-home .featured .featured-content-wrap {
      max-width: 950px;
      margin: 0 auto; }
      .page-home .featured .featured-content-wrap .featured-content {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10vh 0; }
        .page-home .featured .featured-content-wrap .featured-content:first-child {
          margin-top: 5vh; }
        .page-home .featured .featured-content-wrap .featured-content:last-child {
          margin-bottom: 5vh; }
        .page-home .featured .featured-content-wrap .featured-content .featured-image {
          width: 45%;
          margin-right: 5%; }
        .page-home .featured .featured-content-wrap .featured-content .featured-detail {
          flex: 1; }
          .page-home .featured .featured-content-wrap .featured-content .featured-detail h3 {
            font-size: 32px;
            margin-bottom: 20px; }
          .page-home .featured .featured-content-wrap .featured-content .featured-detail ul {
            margin: 0;
            padding: 0 0 0 15px; }
          .page-home .featured .featured-content-wrap .featured-content .featured-detail .action-btn {
            color: #fff;
            margin-top: 20px; }
    .page-home .featured .featured-remark {
      text-align: center;
      margin: 6vh 0 2vh; }
      .page-home .featured .featured-remark a {
        color: #000;
        text-decoration: underline; }
  .page-home .download-section {
    margin-bottom: 0; }

.swiper-wrapper .swiper-slide {
  position: relative; }
  .swiper-wrapper .swiper-slide .maskonkv {
    left: 50%;
    transform: translate(-50%); }
  .swiper-wrapper .swiper-slide .desktop-btn {
    position: absolute;
    z-index: 997;
    right: 19.5%;
    bottom: 10%; }
  .swiper-wrapper .swiper-slide .banner-btn a {
    padding: 10px 19px;
    background-color: #ff5800;
    color: #fff;
    transition: all 0.3s;
    display: block;
    text-align: center;
    width: 150px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    -webkit-box-shadow: 0px 2px 10px -2px rgba(255, 88, 0, 0.78);
    box-shadow: 0px 2px 10px -2px rgba(255, 88, 0, 0.78); }
    .swiper-wrapper .swiper-slide .banner-btn a:hover {
      background-color: #fff;
      color: #ff5800; }
  .swiper-wrapper .swiper-slide .mobile-btn {
    margin: 0px 0 25px;
    text-shadow: none; }
  .swiper-wrapper .swiper-slide .full-url {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%; }
  .swiper-wrapper .swiper-slide .swiper-slide-content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
    .swiper-wrapper .swiper-slide .swiper-slide-content .main-content {
      height: 100%; }
    .swiper-wrapper .swiper-slide .swiper-slide-content .slide-content-wrap {
      position: relative;
      display: flex;
      flex-direction: column;
      height: 100%; }
      .swiper-wrapper .swiper-slide .swiper-slide-content .slide-content-wrap.with-white-text-shadow {
        text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF; }
      .swiper-wrapper .swiper-slide .swiper-slide-content .slide-content-wrap.white-text {
        color: #fff; }
      .swiper-wrapper .swiper-slide .swiper-slide-content .slide-content-wrap .slide-name {
        position: absolute;
        height: 100%;
        top: 0;
        display: flex;
        align-items: center;
        flex: 1;
        font-size: 40px;
        line-height: 130%;
        font-weight: 600; }
        .swiper-wrapper .swiper-slide .swiper-slide-content .slide-content-wrap .slide-name .extra-size {
          font-size: 180%; }
      .swiper-wrapper .swiper-slide .swiper-slide-content .slide-content-wrap .slide-remark {
        position: absolute;
        bottom: 10%;
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 120%;
        /*height: 20%;*/
        font-weight: 500; }

.lang-en .swiper-wrapper .swiper-slide .swiper-slide-content .slide-content-wrap .slide-name .extra-size {
  line-height: 140%; }
.lang-en .page-home .home-banner .slide-title {
  font-size: 38px;
  line-height: 45px; }
.lang-en .page-home .home-banner .slide-subtitle {
  font-size: 24px;
  line-height: 30px; }
.lang-en .page-home .home-banner .slider-images-wrap {
  padding: 10px 0; }

@media only screen and (max-width: 1999px) {
  .page-home .home-banner .banner-wrap .slider-content .slide-content {
    max-width: 25vw; } }
@media only screen and (max-width: 1599px) {
  .page-home .home-banner .banner-wrap .slider-content .slide-content {
    max-width: 28vw; }

  .lang-en .page-home .home-banner .slide-title {
    font-size: 35px;
    line-height: 40px; }
  .lang-en .page-home .home-banner .slide-subtitle {
    font-size: 22px;
    line-height: 26px; } }
@media only screen and (max-width: 1399px) {
  .page-home .home-banner {
    /*padding: 50px 0 150px;*/ }
    .page-home .home-banner:before {
      width: 25vh; }
    .page-home .home-banner:after {
      width: 18vh;
      height: 18vh; }
    .page-home .home-banner .slide-title {
      font-size: 45px; }
    .page-home .home-banner .slide-subtitle {
      font-size: 28px; }
    .page-home .home-banner .slick-dots {
      margin: 30px 0 30px -5px; }
  .page-home .featured-offers .tab-content-container .tab-content-wrap .tab-content .tab-content-btn .tab-content-desc {
    font-size: 14px; }
    .page-home .featured-offers .tab-content-container .tab-content-wrap .tab-content .tab-content-btn .tab-content-desc strong {
      font-size: 20px; }
  .page-home .featured .featured-content-wrap .featured-content .featured-detail h3 {
    font-size: 30px;
    margin-bottom: 15px; } }
@media only screen and (max-width: 1199px) {
  .page-home .home-banner:after {
    display: none; }
  .page-home .home-banner .banner-wrap .slider-content .slide-content {
    max-width: 42vw; } }
@media only screen and (max-width: 991px) {
  .swiper-container {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2); }

  .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column-reverse !important; }
    .swiper-wrapper .swiper-slide .swiper-slide-content {
      position: relative; }
      .swiper-wrapper .swiper-slide .swiper-slide-content .slide-content-wrap {
        padding: 20px 10px; }
        .swiper-wrapper .swiper-slide .swiper-slide-content .slide-content-wrap.white-text {
          color: inherit; }
        .swiper-wrapper .swiper-slide .swiper-slide-content .slide-content-wrap .slide-name {
          position: relative;
          font-size: 22px;
          margin-bottom: 20px; }
          .swiper-wrapper .swiper-slide .swiper-slide-content .slide-content-wrap .slide-name .extra-size {
            font-size: 160%; }
        .swiper-wrapper .swiper-slide .swiper-slide-content .slide-content-wrap .slide-remark {
          position: relative; } }
/* mobile */
@media only screen and (max-width: 767px) {
  .page-home:before {
    background-image: url(../images/home/header-bg-mobile.png);
    min-height: 1533px; }
  .page-home .home-banner {
    padding: 30px 0 0px;
    max-height: none;
    overflow: auto;
    margin-bottom: 0; }
    .page-home .home-banner:before, .page-home .home-banner:after {
      display: none; }
    .page-home .home-banner .slide-title {
      font-size: 40px;
      line-height: 50px; }
    .page-home .home-banner .slide-subtitle {
      font-size: 25px; }
    .page-home .home-banner .slick-dots {
      justify-content: center;
      width: 95vw; }
      .page-home .home-banner .slick-dots li button {
        width: 20px;
        height: 20px; }
    .page-home .home-banner .banner-wrap {
      flex-direction: column-reverse; }
      .page-home .home-banner .banner-wrap .slider-content {
        width: 100%;
        text-align: center;
        overflow: hidden;
        padding: 0; }
        .page-home .home-banner .banner-wrap .slider-content .slick-initialized .slick-slide {
          justify-content: flex-start; }
        .page-home .home-banner .banner-wrap .slider-content .slide-content {
          max-width: 95vw; }
      .page-home .home-banner .banner-wrap .slider-images-wrap {
        width: 100%;
        margin: 0 auto 20px; }
  .page-home .featured-offers {
    margin-top: 15vw; }
    .page-home .featured-offers .tabs-nav-wrap {
      width: 80%;
      flex-wrap: wrap;
      margin: 0 auto; }
      .page-home .featured-offers .tabs-nav-wrap .tab-nav-btn {
        width: 40%;
        margin: 13px 13px; }
        .page-home .featured-offers .tabs-nav-wrap .tab-nav-btn span {
          display: block;
          text-align: center; }
    .page-home .featured-offers .tab-content-container .tab-content-wrap .tab-content .tab-content-btn .tab-content-desc {
      font-size: 13px; }
      .page-home .featured-offers .tab-content-container .tab-content-wrap .tab-content .tab-content-btn .tab-content-desc strong {
        font-size: 18px; }
  .page-home .featured-offers .tab-content-container .tab-content-wrap .tab-content .tab-content-btn {
    width: 60vw !important;
    padding-top: 60vw !important; }
  .page-home .featured .featured-content-wrap .featured-content {
    flex-direction: column;
    padding: 0 20px; }
    .page-home .featured .featured-content-wrap .featured-content .featured-image {
      width: 85%;
      margin: 0 auto; }
    .page-home .featured .featured-content-wrap .featured-content .featured-detail h3 {
      font-size: 26px; }

  .lang-en .page-home .home-banner .slide-title {
    font-size: 40px; }
  .lang-en .page-home .home-banner .slide-subtitle {
    font-size: 25px; } }
.page-monopoly .monopoly {
  padding: 10px 0 50px; }
  .page-monopoly .monopoly .monopoly-slider-wrap {
    position: relative; }
    .page-monopoly .monopoly .monopoly-slider-wrap .dots-bar {
      position: relative;
      width: 100%;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .page-monopoly .monopoly .monopoly-slider-wrap .dots-bar li {
        list-style: none;
        margin: 0 5px;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .page-monopoly .monopoly .monopoly-slider-wrap .dots-bar li button {
          position: relative;
          cursor: pointer;
          display: block;
          border-radius: 50%;
          width: 24px;
          height: 24px;
          text-indent: -9999px;
          border: 0;
          transition: all 0.2s linear;
          outline: 0;
          padding: 0;
          margin: 0;
          background: none; }
          .page-monopoly .monopoly .monopoly-slider-wrap .dots-bar li button:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60%;
            height: 60%;
            background: #000;
            opacity: 0.3;
            border-radius: 50%; }
        .page-monopoly .monopoly .monopoly-slider-wrap .dots-bar li.active button {
          background: #ff5800; }
          .page-monopoly .monopoly .monopoly-slider-wrap .dots-bar li.active button:before {
            opacity: 1;
            background: #fff; }
  .page-monopoly .monopoly .monopoly-slider {
    position: relative;
    padding-top: 15%;
    overflow: hidden;
    margin-bottom: 30px; }
    .page-monopoly .monopoly .monopoly-slider .arrow-btn {
      position: absolute;
      top: 35%;
      width: 30px;
      height: 30px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 6; }
      .page-monopoly .monopoly .monopoly-slider .arrow-btn.btn-prev {
        left: 8%;
        background-image: url(../images/common/arrow-prev.png); }
      .page-monopoly .monopoly .monopoly-slider .arrow-btn.btn-next {
        right: 8%;
        background-image: url(../images/common/arrow-next.png); }
      .page-monopoly .monopoly .monopoly-slider .arrow-btn.disable-btn {
        opacity: 0;
        visibility: hidden; }
    .page-monopoly .monopoly .monopoly-slider .astronaut {
      position: absolute;
      display: block;
      width: 20%;
      padding-top: 40%;
      background: url(../images/monopoly/astronaut.png) no-repeat center bottom;
      background-size: contain;
      left: 10%;
      bottom: 22%;
      z-index: 10; }
      .page-monopoly .monopoly .monopoly-slider .astronaut.astronaut-to-right-step-1-2 {
        animation: astronaut-to-right-step-1-2 0.5s linear forwards; }
      .page-monopoly .monopoly .monopoly-slider .astronaut.astronaut-to-right-step-2-3 {
        animation: astronaut-to-right-step-2-3 0.5s linear forwards; }
      .page-monopoly .monopoly .monopoly-slider .astronaut.astronaut-to-right-step-3-4 {
        animation: astronaut-to-right-step-3-4 0.5s linear forwards; }
      .page-monopoly .monopoly .monopoly-slider .astronaut.astronaut-to-right-step-4-1 {
        animation: astronaut-to-right-step-4-1 0.5s linear forwards; }
      .page-monopoly .monopoly .monopoly-slider .astronaut.astronaut-to-left-step-4-3 {
        animation: astronaut-to-left-step-4-3 0.5s linear forwards; }
      .page-monopoly .monopoly .monopoly-slider .astronaut.astronaut-to-left-step-3-2 {
        animation: astronaut-to-left-step-3-2 0.5s linear forwards; }
      .page-monopoly .monopoly .monopoly-slider .astronaut.astronaut-to-left-step-2-1 {
        animation: astronaut-to-left-step-2-1 0.5s linear forwards; }
      .page-monopoly .monopoly .monopoly-slider .astronaut.astronaut-to-left-step-1-4 {
        animation: astronaut-to-left-step-1-4 0.5s linear forwards; }
    .page-monopoly .monopoly .monopoly-slider .board img {
      width: 100%;
      max-width: none; }
.page-monopoly .page-remark {
  padding: 30px 0;
  font-size: 12px; }

/* mobile */
@media only screen and (max-width: 767px) {
  .page-monopoly .monopoly {
    padding: 30px 0; }
    .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider {
      padding-top: 25%; }
      .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .astronaut {
        width: 80%;
        left: 10%;
        bottom: 15%;
        padding-top: 50%;
        /*transform: none;
        animation: none;*/ }
        .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .astronaut.astronaut-to-right-step-1-2, .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .astronaut.astronaut-to-right-step-2-3, .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .astronaut.astronaut-to-right-step-3-4, .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .astronaut.astronaut-to-right-step-4-1, .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .astronaut.astronaut-to-left-step-4-3, .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .astronaut.astronaut-to-left-step-3-2, .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .astronaut.astronaut-to-left-step-2-1, .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .astronaut.astronaut-to-left-step-1-4 {
          animation: none; }
        .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .astronaut.astronaut-right-jump {
          animation: astronaut-right-jump 0.5s linear forwards; }
        .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .astronaut.astronaut-left-jump {
          animation: astronaut-left-jump 0.5s linear forwards; }
        .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .astronaut.keep-left {
          transform: scaleX(-1);
          transform-origin: 55%; }
      .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .arrow-btn {
        top: 25%;
        z-index: 11; }
      .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .board {
        position: relative;
        width: 100%;
        padding-top: 50%; }
        .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .board img {
          position: absolute;
          bottom: -20%;
          left: -5%;
          width: 300%;
          display: block;
          max-width: none;
          transition: all 0.5s ease-in; }
        .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .board.to-step-1 img {
          transform: translateX(0); }
        .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .board.to-step-2 img {
          transform: translateX(-20%); }
        .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .board.to-step-3 img {
          transform: translateX(-40%); }
        .page-monopoly .monopoly .monopoly-slider-wrap .monopoly-slider .board.to-step-4 img {
          transform: translateX(-60%); }
    .page-monopoly .monopoly .monopoly-slider-wrap .dots-bar li button {
      width: 20px;
      height: 20px; } }
.page-campaign {
  background: url(../images/campaign/page-bg.jpg) no-repeat center top;
  background-size: 100% auto; }
  .page-campaign .full-banner {
    position: relative; }
    .page-campaign .full-banner img {
      width: 100%; }
    .page-campaign .full-banner .video-wrap {
      position: absolute;
      top: 29.5%;
      left: 24.7%;
      width: 19.5%;
      text-align: right; }
      .page-campaign .full-banner .video-wrap img {
        margin-bottom: 10px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8); }
      .page-campaign .full-banner .video-wrap a {
        font-size: 20px;
        color: #fff;
        font-weight: 500;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); }
  .page-campaign .lead-in {
    margin: 5vh 0; }
  .page-campaign .feature-nav-bar {
    display: flex;
    margin-top: 11vw; }
    .page-campaign .feature-nav-bar .nav-btn-wrap {
      position: relative;
      color: #333333;
      background: #ecb5a0;
      width: 33.333%;
      font-size: 25px;
      font-weight: 700;
      line-height: 120%; }
      .page-campaign .feature-nav-bar .nav-btn-wrap:first-child {
        border-radius: 50px 0 0 0; }
        .page-campaign .feature-nav-bar .nav-btn-wrap:first-child:before {
          display: none; }
      .page-campaign .feature-nav-bar .nav-btn-wrap:nth-child(3) {
        border-radius: 0 50px 0 0; }
      .page-campaign .feature-nav-bar .nav-btn-wrap:before {
        content: '';
        position: absolute;
        left: 0;
        top: 10%;
        width: 1px;
        height: 80%;
        background: #fff; }
      .page-campaign .feature-nav-bar .nav-btn-wrap .nav-btn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 40px 20px 20px;
        cursor: pointer; }
        .page-campaign .feature-nav-bar .nav-btn-wrap .nav-btn .nav-content {
          position: relative;
          z-index: 10; }
        .page-campaign .feature-nav-bar .nav-btn-wrap .nav-btn:before {
          content: '';
          position: absolute;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 30px 20px 0 20px;
          border-color: #ff5800 transparent transparent transparent;
          transform: rotate(0deg) translateX(-50%);
          top: 100%;
          left: 50%;
          opacity: 0;
          visibility: hidden;
          z-index: 99; }
        .page-campaign .feature-nav-bar .nav-btn-wrap .nav-btn:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0%;
          width: 100%;
          height: 125%;
          background: #ff5800;
          opacity: 0;
          visibility: hidden;
          z-index: 2;
          border-radius: 50px 50px 0 0; }
        .page-campaign .feature-nav-bar .nav-btn-wrap .nav-btn .image {
          content: '';
          position: absolute;
          left: 0;
          bottom: 80%;
          width: 100%;
          padding-top: 100%;
          background-repeat: no-repeat;
          background-position: center bottom;
          transform: scale(0.5);
          transform-origin: 50% 100%;
          z-index: 5;
          transition: all 0.3s linear;
          background-size: 100% auto; }
        .page-campaign .feature-nav-bar .nav-btn-wrap .nav-btn.active {
          color: #fff; }
          .page-campaign .feature-nav-bar .nav-btn-wrap .nav-btn.active:before, .page-campaign .feature-nav-bar .nav-btn-wrap .nav-btn.active:after {
            opacity: 1;
            visibility: visible; }
          .page-campaign .feature-nav-bar .nav-btn-wrap .nav-btn.active .image {
            transform: scale(0.7); }
        .page-campaign .feature-nav-bar .nav-btn-wrap .nav-btn.nav-btn-1 .image {
          background-image: url(../images/campaign/tab-btn-img-1.png); }
        .page-campaign .feature-nav-bar .nav-btn-wrap .nav-btn.nav-btn-2 .image {
          background-image: url(../images/campaign/tab-btn-img-2.png); }
        .page-campaign .feature-nav-bar .nav-btn-wrap .nav-btn.nav-btn-3 .image {
          background-image: url(../images/campaign/tab-btn-img-3.png); }
        .page-campaign .feature-nav-bar .nav-btn-wrap .nav-btn strong {
          display: block;
          font-size: 30px;
          line-height: 150%; }
  .page-campaign .feature-desc-container .slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text; }
  .page-campaign .feature-desc-container .slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .page-campaign .feature-desc-container .nav-btn {
    display: none;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 40px 20px 20px;
    color: #fff; }
    .page-campaign .feature-desc-container .nav-btn .nav-content {
      position: relative;
      z-index: 10; }
    .page-campaign .feature-desc-container .nav-btn:before {
      content: '';
      position: absolute;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 30px 20px 0 20px;
      border-color: #ff5800 transparent transparent transparent;
      transform: rotate(0deg) translateX(-50%);
      top: 100%;
      left: 50%;
      opacity: 0;
      visibility: hidden;
      z-index: 99;
      opacity: 1;
      visibility: visible; }
    .page-campaign .feature-desc-container .nav-btn:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0%;
      width: 100%;
      height: 125%;
      background: #ff5800;
      z-index: 2;
      border-radius: 50px 50px 0 0;
      opacity: 1;
      visibility: visible; }
    .page-campaign .feature-desc-container .nav-btn .image {
      content: '';
      position: absolute;
      left: 0;
      bottom: 80%;
      width: 100%;
      padding-top: 100%;
      background-repeat: no-repeat;
      background-position: center bottom;
      transform: scale(0.6);
      transform-origin: 50% 100%;
      z-index: 5;
      transition: all 0.3s linear;
      background-size: 100% auto; }
    .page-campaign .feature-desc-container .nav-btn.nav-btn-1 .image {
      background-image: url(../images/campaign/tab-btn-img-1.png); }
    .page-campaign .feature-desc-container .nav-btn.nav-btn-2 .image {
      background-image: url(../images/campaign/tab-btn-img-2.png); }
    .page-campaign .feature-desc-container .nav-btn.nav-btn-3 .image {
      background-image: url(../images/campaign/tab-btn-img-3.png); }
    .page-campaign .feature-desc-container .nav-btn strong {
      display: block;
      font-size: 30px;
      line-height: 150%; }
  .page-campaign .feature-desc-container .feature-desc {
    background: #ffeee8;
    padding: 50px 50px;
    border-radius: 0 0 50px 50px;
    color: #333333;
    font-size: 20px;
    font-weight: bold; }
    .page-campaign .feature-desc-container .feature-desc.active {
      display: block; }
    .page-campaign .feature-desc-container .feature-desc .desc {
      margin-bottom: 20px; }
    .page-campaign .feature-desc-container .feature-desc .orange-table {
      width: 100%;
      max-width: none; }
      .page-campaign .feature-desc-container .feature-desc .orange-table th, .page-campaign .feature-desc-container .feature-desc .orange-table td {
        font-size: 20px;
        font-weight: bold;
        padding: 25px 20px; }
      .page-campaign .feature-desc-container .feature-desc .orange-table .inner-table {
        margin-top: 30px; }
    .page-campaign .feature-desc-container .feature-desc .bottom-wrap {
      display: flex;
      margin: 20px 0 0;
      width: 100%; }
      .page-campaign .feature-desc-container .feature-desc .bottom-wrap .remark {
        font-size: 12px; }
      .page-campaign .feature-desc-container .feature-desc .bottom-wrap .btn-wrap {
        flex: 1;
        display: flex;
        justify-content: end;
        padding-top: 30px; }
        .page-campaign .feature-desc-container .feature-desc .bottom-wrap .btn-wrap .action-btn {
          font-size: 20px;
          width: 180px;
          padding: 0 10px;
          margin-left: 20px; }
  .page-campaign .thankful {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/campaign/thankful-bg.jpg) no-repeat;
    background-size: cover;
    margin: 10vh 0; }
    .page-campaign .thankful .thankful-content {
      font-size: 25px;
      font-weight: bold;
      text-align: center;
      padding: 30px 30px; }
      .page-campaign .thankful .thankful-content .thankful-logo {
        margin: 5px 0 10px; }
        .page-campaign .thankful .thankful-content .thankful-logo img {
          margin: 0 auto; }
      .page-campaign .thankful .thankful-content .action-btn {
        font-size: 25px;
        margin-top: 20px; }
  .page-campaign .page-remark {
    font-size: 12px;
    overflow-x: hidden; }
    .page-campaign .page-remark .ps-3 {
      font-size: 12px;
      padding-left: 20px; }
    .page-campaign .page-remark .tnc_click svg.active {
      transform: rotateX(180deg); }

.lang-en .page-campaign .feature-desc-container .feature-desc .bottom-wrap .remark {
  flex: 1; }
.lang-en .page-campaign .feature-desc-container .feature-desc .bottom-wrap .btn-wrap {
  flex: none;
  align-items: baseline; }
  .lang-en .page-campaign .feature-desc-container .feature-desc .bottom-wrap .btn-wrap .action-btn {
    width: auto;
    padding: 0 50px; }

.campaign-video-box {
  max-width: 60%; }

@media only screen and (max-width: 1280px) {
  .page-campaign .feature-nav-bar {
    margin-top: 14vw; } }
@media only screen and (max-width: 991px) {
  .page-campaign .full-banner .video-wrap {
    top: 31.5%;
    left: 4.5%;
    width: 44%; }
    .page-campaign .full-banner .video-wrap a {
      font-size: 16px; } }
/* mobile */
@media only screen and (max-width: 767px) {
  .page-campaign .feature-nav-bar {
    display: none; }
  .page-campaign .feature-desc-container .nav-btn {
    display: flex;
    font-size: 23px;
    font-weight: 700; }
    .page-campaign .feature-desc-container .nav-btn strong {
      font-size: 28px; }
  .page-campaign .feature-desc-container .feature-desc {
    font-size: 18px;
    padding: 50px 30px; }
    .page-campaign .feature-desc-container .feature-desc .bottom-wrap {
      flex-direction: column; }
      .page-campaign .feature-desc-container .feature-desc .bottom-wrap .btn-wrap {
        align-items: center;
        justify-content: center; }
        .page-campaign .feature-desc-container .feature-desc .bottom-wrap .btn-wrap .action-btn {
          font-size: 18px;
          line-height: 200%;
          margin: 0 5px;
          width: 150px; }
    .page-campaign .feature-desc-container .feature-desc .orange-table th, .page-campaign .feature-desc-container .feature-desc .orange-table td {
      font-size: 14px;
      padding: 3px;
      /*word-break: break-word;*/ }
  .page-campaign .feature-desc-container .feature-desc-slider .feature-slide {
    margin-top: 40vw;
    margin-bottom: 50vw; }
    .page-campaign .feature-desc-container .feature-desc-slider .feature-slide:last-child {
      margin-bottom: 0; }
  .page-campaign .thankful {
    background-image: url("../images/campaign/thankful-bg-mobile.jpg");
    flex-direction: column-reverse;
    margin: 10vh 0;
    padding: 40px 30px;
    overflow: hidden; }
    .page-campaign .thankful .thankful-image img {
      transform: scale(1.3);
      margin-top: 20px;
      margin-bottom: 40px; }

  .lang-en .page-campaign .feature-desc-container .feature-desc .bottom-wrap .btn-wrap {
    flex-direction: column;
    align-items: center; }
    .lang-en .page-campaign .feature-desc-container .feature-desc .bottom-wrap .btn-wrap .action-btn {
      margin: 10px; }

  .campaign-video-box {
    max-width: 90%; } }
.page-integrated-investment.aumoffer .page-banner {
  background-image: url(../images/integrated-investment/aumoffer-banner.png); }
.page-integrated-investment.fx .page-banner {
  background-image: url(../images/integrated-investment/fx-banner.png); }
.page-integrated-investment.secure-trading .page-banner {
  background-image: url(../images/integrated-investment/securetrading-banner.png); }
.page-integrated-investment.investment-funds .page-banner {
  background-image: url(../images/integrated-investment/investmentfunds-banner.png); }
.page-integrated-investment .page-section:first-child {
  margin-top: 0; }
.page-integrated-investment .page-banner {
  display: flex;
  align-items: center;
  height: 420px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin: 0; }
  .page-integrated-investment .page-banner .container {
    position: relative;
    width: 100%;
    max-width: 1440px; }
  .page-integrated-investment .page-banner .banner-content {
    position: relative; }
.page-integrated-investment .integrated-investment-nav-bar {
  text-align: center;
  margin: 5vh 0; }
  .page-integrated-investment .integrated-investment-nav-bar a {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0 20px; }
    .page-integrated-investment .integrated-investment-nav-bar a span {
      position: relative;
      display: inline-block;
      z-index: 5;
      width: 120px;
      line-height: 300%;
      color: #898989;
      font-weight: bold;
      border-radius: 30px;
      border: 1px solid #898989; }
    .page-integrated-investment .integrated-investment-nav-bar a.active span {
      color: #fff;
      border: 2px solid #fff; }
    .page-integrated-investment .integrated-investment-nav-bar a.active:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      top: 50%;
      left: 50%;
      background: #ff5800;
      border-radius: 30px;
      transform: translate(-50%, -50%);
      transform-origin: 50% 50%;
      border: 2px solid #ff5800;
      box-sizing: unset; }
.page-integrated-investment .reward {
  margin-top: 6vh; }
.page-integrated-investment .reward-type-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0%;
  margin-bottom: 3vh; }
  .page-integrated-investment .reward-type-wrap .reward-type {
    font-size: 18px;
    width: 20%;
    margin: 0 2.5% 3%;
    max-width: 200px; }
    .page-integrated-investment .reward-type-wrap .reward-type .reward-icon {
      width: 100%;
      padding-top: 80%;
      background-position: center bottom;
      /*background-size: 70% auto;*/
      background-repeat: no-repeat; }
      .page-integrated-investment .reward-type-wrap .reward-type .reward-icon.icon-1 {
        background-image: url(../images/integrated-investment/aumoffer-icon-1.png); }
      .page-integrated-investment .reward-type-wrap .reward-type .reward-icon.icon-2 {
        background-image: url(../images/integrated-investment/aumoffer-icon-2.png); }
      .page-integrated-investment .reward-type-wrap .reward-type .reward-icon.icon-3 {
        background-image: url(../images/integrated-investment/aumoffer-icon-3.png); }
      .page-integrated-investment .reward-type-wrap .reward-type .reward-icon.icon-4 {
        background-image: url(../images/integrated-investment/aumoffer-icon-4.png); }
      .page-integrated-investment .reward-type-wrap .reward-type .reward-icon.icon-5 {
        background-image: url(../images/integrated-investment/aumoffer-icon-5.png); }
      .page-integrated-investment .reward-type-wrap .reward-type .reward-icon.icon-6 {
        background-image: url(../images/integrated-investment/aumoffer-icon-6.png); }
      .page-integrated-investment .reward-type-wrap .reward-type .reward-icon.icon-7 {
        background-image: url(../images/integrated-investment/aumoffer-icon-7.png); }
    .page-integrated-investment .reward-type-wrap .reward-type strong {
      display: block;
      color: #ff5800;
      font-size: 23px;
      font-weight: bold; }
  .page-integrated-investment .reward-type-wrap.investment-funds-rewrad {
    padding: 0 5%; }
    .page-integrated-investment .reward-type-wrap.investment-funds-rewrad .reward-type {
      font-size: 18px;
      width: 20%;
      margin: 0 3% 3%;
      max-width: 200px;
      font-weight: 500; }
      .page-integrated-investment .reward-type-wrap.investment-funds-rewrad .reward-type .reward-icon {
        background-size: 100% auto; }
        .page-integrated-investment .reward-type-wrap.investment-funds-rewrad .reward-type .reward-icon.icon-1 {
          background-image: url(../images/integrated-investment/investmentfunds-icon-1.png); }
        .page-integrated-investment .reward-type-wrap.investment-funds-rewrad .reward-type .reward-icon.icon-2 {
          background-image: url(../images/integrated-investment/investmentfunds-icon-2.png); }
        .page-integrated-investment .reward-type-wrap.investment-funds-rewrad .reward-type .reward-icon.icon-3 {
          background-image: url(../images/integrated-investment/investmentfunds-icon-3.png); }
        .page-integrated-investment .reward-type-wrap.investment-funds-rewrad .reward-type .reward-icon.icon-4 {
          background-image: url(../images/integrated-investment/investmentfunds-icon-4.png); }
  .page-integrated-investment .reward-type-wrap.secure-trading-rewrad .reward-type {
    font-size: 18px;
    width: 20%;
    margin: 0 5% 3%;
    max-width: 300px;
    font-weight: 500; }
    .page-integrated-investment .reward-type-wrap.secure-trading-rewrad .reward-type .reward-icon {
      background-size: 100% auto; }
      .page-integrated-investment .reward-type-wrap.secure-trading-rewrad .reward-type .reward-icon.icon-1 {
        background-image: url(../images/integrated-investment/securetrading-discount-icon-1.png); }
      .page-integrated-investment .reward-type-wrap.secure-trading-rewrad .reward-type .reward-icon.icon-2 {
        background-image: url(../images/integrated-investment/securetrading-discount-icon-2.png); }
      .page-integrated-investment .reward-type-wrap.secure-trading-rewrad .reward-type .reward-icon.icon-3 {
        background-image: url(../images/integrated-investment/securetrading-discount-icon-3.png); }
.page-integrated-investment .reward-remark {
  font-size: 12px; }
  .page-integrated-investment .reward-remark a {
    color: #333;
    text-decoration: underline; }
.page-integrated-investment .break-line {
  margin-top: 6vh;
  margin-bottom: 4vh;
  border: 0;
  border-top: 1px solid #ccc; }
.page-integrated-investment .action-btn-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 4vh; }
  .page-integrated-investment .action-btn-wrap .action-btn {
    display: flex;
    align-items: center;
    padding: 10px 70px 10px 30px;
    margin: 0 20px;
    width: 230px;
    text-align: center;
    justify-content: center; }
    .page-integrated-investment .action-btn-wrap .action-btn.with-icon {
      position: relative;
      line-height: 130%; }
      .page-integrated-investment .action-btn-wrap .action-btn.with-icon:after {
        content: '';
        position: absolute;
        right: 25px;
        top: 5%;
        width: 20%;
        max-width: 30px;
        height: 90%;
        z-index: 2;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center; }
      .page-integrated-investment .action-btn-wrap .action-btn.with-icon.insight:after {
        background-image: url(../images/integrated-investment/aumoffer-btn-insight.png); }
      .page-integrated-investment .action-btn-wrap .action-btn.with-icon.services:after {
        background-image: url(../images/integrated-investment/aumoffer-btn-services.png); }
.page-integrated-investment .box-slider {
  position: relative;
  max-width: 1440px;
  background: #F8F8F8;
  border-radius: 30px;
  margin: 5vh auto 5vh;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.15);
  padding: 30px 50px 50px; }
  .page-integrated-investment .box-slider .slider-remark {
    position: absolute;
    left: 50px;
    bottom: 30px;
    font-size: 12px; }
  .page-integrated-investment .box-slider .slider-wrap {
    display: flex;
    align-items: center; }
    .page-integrated-investment .box-slider .slider-wrap .slider-nav {
      flex: 1; }
    .page-integrated-investment .box-slider .slider-wrap .phone-slider {
      width: 100%;
      max-width: 279px; }
    .page-integrated-investment .box-slider .slider-wrap .nav-btn {
      color: #333333;
      font-size: 18px;
      cursor: pointer;
      padding: 20px 0;
      border-bottom: 1px solid rgba(137, 137, 137, 0.3);
      text-align: left;
      transition: all 0.3s linear; }
      .page-integrated-investment .box-slider .slider-wrap .nav-btn strong {
        display: block;
        font-size: 25px;
        font-weight: 500; }
      .page-integrated-investment .box-slider .slider-wrap .nav-btn.active {
        color: #ff5800; }
    .page-integrated-investment .box-slider .slider-wrap .phone-slider {
      position: relative;
      max-width: 279px;
      margin: 0 50px; }
      .page-integrated-investment .box-slider .slider-wrap .phone-slider .phone {
        position: absolute;
        z-index: 10;
        top: 0; }
      .page-integrated-investment .box-slider .slider-wrap .phone-slider .nav-btn {
        display: none; }
      .page-integrated-investment .box-slider .slider-wrap .phone-slider .phone-content-wrap {
        position: relative;
        top: 0;
        left: 0;
        z-index: 5; }
        .page-integrated-investment .box-slider .slider-wrap .phone-slider .phone-content-wrap .slick-arrow {
          position: absolute;
          top: 50%;
          border: 0;
          background-color: initial;
          background-repeat: no-repeat;
          background-size: 100% auto;
          background-position: center;
          width: 20px;
          height: 50px;
          text-indent: -9999px;
          margin-top: -25px; }
          .page-integrated-investment .box-slider .slider-wrap .phone-slider .phone-content-wrap .slick-arrow.slick-prev {
            background-image: url(../images/integrated-investment/arrow-prev.png);
            left: -40px; }
          .page-integrated-investment .box-slider .slider-wrap .phone-slider .phone-content-wrap .slick-arrow.slick-next {
            background-image: url(../images/integrated-investment/arrow-next.png);
            right: -40px; }
.page-integrated-investment .table-remark {
  font-size: 12px; }
  .page-integrated-investment .table-remark a {
    color: #333;
    text-decoration: underline; }
.page-integrated-investment .back-btn a {
  color: #333;
  text-decoration: underline;
  font-weight: 500; }
.page-integrated-investment .invest-download {
  background: #F4F4F4;
  padding: 50px 50px;
  text-align: center;
  margin: 5vh 0; }
  .page-integrated-investment .invest-download .invest-download-now .section-title {
    margin: 10px 0; }
  .page-integrated-investment .invest-download .invest-download-now .app-wrap {
    display: inline-block;
    margin-top: 10px; }
  .page-integrated-investment .invest-download .invest-download-now .app {
    display: inline-flex;
    margin: 0 auto 10px; }
    .page-integrated-investment .invest-download .invest-download-now .app .platform {
      display: flex; }
      .page-integrated-investment .invest-download .invest-download-now .app .platform a {
        margin: 0 5px; }
  .page-integrated-investment .invest-download .invest-download-now .app-remark {
    font-size: 12px;
    text-align: left; }
.page-integrated-investment .note-wrap {
  display: flex;
  padding: 0 5%;
  align-items: center; }
  .page-integrated-investment .note-wrap .note-desc {
    flex: 1;
    padding: 20px; }
    .page-integrated-investment .note-wrap .note-desc a {
      color: #333;
      text-decoration: underline; }

.integrated-investment-footer .underline-content {
  text-decoration: none; }

.lang-en .page-integrated-investment .integrated-investment-nav-bar a {
  width: 160px; }
  .lang-en .page-integrated-investment .integrated-investment-nav-bar a span {
    width: 160px; }
.lang-en .page-integrated-investment .action-btn-wrap .action-btn.with-icon {
  width: 260px;
  padding: 10px 40px 10px 20px; }
  .lang-en .page-integrated-investment .action-btn-wrap .action-btn.with-icon br {
    display: block; }
.lang-en .page-integrated-investment .download-section .download-wrap .download-desc .steps-btn a {
  width: 280px; }

@media only screen and (max-width: 1599px) {
  .page-integrated-investment .reward-type-wrap.investment-funds-rewrad .reward-type {
    width: 19%; } }
/* mobile */
@media only screen and (max-width: 767px) {
  .page-integrated-investment .page-section:first-child {
    margin-bottom: 0; }
  .page-integrated-investment .integrated-investment-nav-bar {
    margin-top: 0; }
    .page-integrated-investment .integrated-investment-nav-bar a {
      margin: 10px 3%; }
  .page-integrated-investment .page-banner {
    height: auto;
    padding-top: 30%;
    background-position: center top;
    box-shadow: 0px 5px 5px 0px rgba(100, 100, 100, 0.1); }
    .page-integrated-investment .page-banner .banner-content {
      position: relative; }
      .page-integrated-investment .page-banner .banner-content .banner-title {
        font-size: 32px; }
      .page-integrated-investment .page-banner .banner-content .banner-subtitle {
        font-size: 20px;
        margin-bottom: 10px; }
  .page-integrated-investment .box-slider .slider-wrap {
    flex-direction: column; }
    .page-integrated-investment .box-slider .slider-wrap .slider-nav {
      display: none; }
    .page-integrated-investment .box-slider .slider-wrap .phone-slider {
      width: 90%;
      margin: 30px 0; }
      .page-integrated-investment .box-slider .slider-wrap .phone-slider .nav-btn {
        display: block;
        text-align: center;
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
      .page-integrated-investment .box-slider .slider-wrap .phone-slider .phone-content-wrap .slick-arrow {
        top: 38%; }
  .page-integrated-investment .box-slider .slider-remark {
    left: 0;
    width: 100%;
    text-align: center; }
  .page-integrated-investment .reward-type-wrap .reward-type {
    width: 80%; }
  .page-integrated-investment .reward-type-wrap.secure-trading-rewrad .reward-type {
    width: 80%;
    margin-bottom: 50px; }
    .page-integrated-investment .reward-type-wrap.secure-trading-rewrad .reward-type .reward-icon {
      padding-top: 50%; }
  .page-integrated-investment .reward-type-wrap.investment-funds-rewrad .reward-type {
    width: 80%;
    margin-bottom: 50px; }
    .page-integrated-investment .reward-type-wrap.investment-funds-rewrad .reward-type .reward-icon {
      padding-top: 50%; }
  .page-integrated-investment .invest-download .invest-download-now .app {
    flex-direction: column;
    align-items: center; }
  .page-integrated-investment .action-btn-wrap {
    flex-direction: column; }
    .page-integrated-investment .action-btn-wrap .action-btn.with-icon {
      width: 80%;
      line-height: 130%;
      padding: 10px 20px;
      /*margin: 10px 20px;*/
      margin: 10px auto; }
      .page-integrated-investment .action-btn-wrap .action-btn.with-icon br {
        display: none; }

  .lang-en .page-integrated-investment .action-btn-wrap .action-btn.with-icon {
    width: 75%;
    padding: 10px 40px 10px 20px; }
    .lang-en .page-integrated-investment .action-btn-wrap .action-btn.with-icon br {
      display: block; }
  .lang-en .download-section .download-wrap .download-desc .steps-btn a {
    width: 80%; } }
.page-time-deposit .page-section:first-child {
  margin-top: 0; }
.page-time-deposit .page-banner {
  display: flex;
  align-items: center;
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  color: #fff;
  background-image: url(../images/time-deposit/banner.png); }
  .page-time-deposit .page-banner .container {
    position: relative;
    width: 100%;
    max-width: 1440px; }
  .page-time-deposit .page-banner .banner-content {
    position: relative; }
.page-time-deposit .section-desc.intro {
  margin-top: 60px; }
.page-time-deposit .reward {
  margin-top: 2vh; }
.page-time-deposit .reward-type-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0%;
  margin-bottom: 1vh; }
  .page-time-deposit .reward-type-wrap .reward-type {
    font-size: 20px;
    width: 25%;
    margin: 0 2.5% 6vh;
    max-width: 200px; }
    .page-time-deposit .reward-type-wrap .reward-type .reward-icon {
      width: 100%;
      padding-top: 80%;
      background-position: center bottom;
      background-size: 60% auto;
      background-repeat: no-repeat; }
      .page-time-deposit .reward-type-wrap .reward-type .reward-icon.icon-1 {
        background-image: url(../images/time-deposit/icon-1.png); }
      .page-time-deposit .reward-type-wrap .reward-type .reward-icon.icon-2 {
        background-image: url(../images/time-deposit/icon-2.png); }
      .page-time-deposit .reward-type-wrap .reward-type .reward-icon.icon-3 {
        background-image: url(../images/time-deposit/icon-3.png); }
    .page-time-deposit .reward-type-wrap .reward-type strong {
      display: block;
      color: #ff5800;
      font-size: 40px;
      font-weight: bold; }
  .page-time-deposit .reward-type-wrap .type-desc {
    display: flex;
    justify-content: center;
    margin-top: 10px; }
    .page-time-deposit .reward-type-wrap .type-desc span {
      transform: translateY(20%);
      padding-right: 5px; }
.page-time-deposit .action-now {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 6vh 0; }
  .page-time-deposit .action-now .section-title {
    margin-bottom: 5px; }
.page-time-deposit .action-btn-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 4vh; }
  .page-time-deposit .action-btn-wrap .action-btn {
    display: flex;
    align-items: center;
    padding: 10px 70px 10px 30px;
    margin: 0 20px;
    width: 230px;
    text-align: center;
    justify-content: center; }
    .page-time-deposit .action-btn-wrap .action-btn.with-icon {
      position: relative;
      line-height: 130%; }
      .page-time-deposit .action-btn-wrap .action-btn.with-icon:after {
        content: '';
        position: absolute;
        right: 25px;
        top: 5%;
        width: 20%;
        max-width: 30px;
        height: 90%;
        z-index: 2;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center; }
      .page-time-deposit .action-btn-wrap .action-btn.with-icon.insight:after {
        background-image: url(../images/integrated-investment/aumoffer-btn-insight.png); }
      .page-time-deposit .action-btn-wrap .action-btn.with-icon.services:after {
        background-image: url(../images/integrated-investment/aumoffer-btn-services.png); }
.page-time-deposit .back-btn-wrap {
  margin: 5vh 0;
  font-weight: 500; }
  .page-time-deposit .back-btn-wrap a {
    color: #333;
    text-decoration: underline;
    font-weight: 500; }
  .page-time-deposit .back-btn-wrap .back-btn {
    margin: 4vh 0; }
.page-time-deposit .note-wrap {
  display: flex;
  padding: 0 5%;
  align-items: center; }
  .page-time-deposit .note-wrap .note-desc {
    flex: 1;
    padding: 20px; }
    .page-time-deposit .note-wrap .note-desc a {
      color: #333;
      text-decoration: underline; }
.page-time-deposit .remarks-wrap {
  font-size: 12px;
  margin-bottom: 5vh; }

.lang-en .page-time-deposit .action-btn-wrap .action-btn.with-icon {
  width: 260px;
  padding: 10px 40px 10px 20px; }
  .lang-en .page-time-deposit .action-btn-wrap .action-btn.with-icon br {
    display: block; }
.lang-en .page-time-deposit .download-section .download-wrap .download-desc .steps-btn a {
  width: 280px; }

@media only screen and (max-width: 1599px) {
  .page-time-deposit .reward-type-wrap.investment-funds-rewrad .reward-type {
    width: 19%; } }
/* mobile */
@media only screen and (max-width: 767px) {
  .page-time-deposit .page-section:first-child {
    margin-bottom: 0; }
  .page-time-deposit .page-banner {
    height: auto;
    padding-top: 30%;
    background-size: contain;
    background-position: center top;
    box-shadow: 0px 5px 5px 0px rgba(100, 100, 100, 0.1); }
    .page-time-deposit .page-banner .banner-content {
      position: relative;
      color: #333; }
      .page-time-deposit .page-banner .banner-content .banner-title {
        font-size: 32px; }
      .page-time-deposit .page-banner .banner-content .banner-subtitle {
        font-size: 20px;
        margin-bottom: 10px; }
  .page-time-deposit .section-desc.intro {
    margin-top: 50px;
    margin-bottom: 10px; }
  .page-time-deposit .reward-type-wrap {
    margin-bottom: 4vh; }
    .page-time-deposit .reward-type-wrap .reward-type {
      width: 80%;
      margin-bottom: 1vh; }
  .page-time-deposit .action-btn-wrap {
    flex-direction: column; }
    .page-time-deposit .action-btn-wrap .action-btn.with-icon {
      width: 80%;
      line-height: 130%;
      padding: 10px 20px;
      /*margin: 10px 20px;*/
      margin: 10px auto; }
      .page-time-deposit .action-btn-wrap .action-btn.with-icon br {
        display: none; }

  .lang-en .page-time-deposit .action-btn-wrap .action-btn.with-icon {
    width: 75%;
    padding: 10px 40px 10px 20px; }
    .lang-en .page-time-deposit .action-btn-wrap .action-btn.with-icon br {
      display: block; }
  .lang-en .download-section .download-wrap .download-desc .steps-btn a {
    width: 80%; } }
