* {
  -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;
  color: #333; }

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

.desktop {
  display: block !important; }

.mobile {
  display: none !important; }

.opacity-0 {
  opacity: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff; }
  .site-header .header-content {
    display: flex;
    padding: 20px 0 30px;
    align-items: center; }
  .site-header .logo {
    display: inline-block;
    /*max-width: 285px;*/
    max-width: 228px;
    width: 40%; }
  .site-header .header-right {
    flex: 1;
    text-align: right;
    font-weight: bold; }
    .site-header .header-right a {
      color: #333;
      text-decoration: none; }
    .site-header .header-right .download-btn {
      color: #fff;
      /*background: #FF5800;*/
      background: #932643;
      padding: 15px 40px;
      text-align: center;
      font-weight: 500;
      border-radius: 50px;
      margin-left: 20px;
      cursor: pointer;
      transition: all 0.3s ease-out;
      display: inline-block; }

.site-footer {
  color: #898989;
  padding-bottom: 30px; }
  .site-footer a, .site-footer p {
    color: #898989;
    font-weight: 400; }
  .site-footer .statement {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px; }
    .site-footer .statement .statement-title {
      position: relative;
      display: block;
      color: #898989;
      width: 100%;
      padding: 5px 0;
      margin-bottom: 10px;
      font-weight: 400;
      border-bottom: 1px solid #C1C1C1;
      overflow: hidden; }
      .site-footer .statement .statement-title:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 100%;
        background: url("../images/arrow-down.png") no-repeat center;
        background-size: contain; }
      .site-footer .statement .statement-title.active:after {
        transform: rotate(180deg); }
    .site-footer .statement .statement-content {
      display: none; }
  .site-footer .links {
    margin: 50px 0 30px; }
    .site-footer .links a {
      text-decoration: underline; }
      .site-footer .links a:hover {
        text-decoration: underline; }
  .site-footer .footer-content {
    display: flex;
    align-items: end; }
    .site-footer .footer-content .footer-left {
      flex: 1;
      margin-right: 5%; }
    .site-footer .footer-content .footer-right .social-media {
      margin: 30px 0 0 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .site-footer .footer-content .footer-right .social-media a {
        display: inline-block;
        margin: 0 7.5px; }

.site-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 20px; }
  .site-container img {
    display: block;
    max-width: 100%; }

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

.text-orange-large {
  color: #ff5800 !important;
  font-size: 30px; }

.modal-backdrop{
  display: none !important;
}

/* mobile */
@media only screen and (max-width: 767px) {
  .site-header .header-right .download-btn {
    padding: 10px 20px;
    font-size: 12px;
    margin-left: 10px; }

  .site-footer .statement {
    font-size: 12px; }
  .site-footer .footer-content {
    font-size: 12px;
    flex-direction: column; }
    .site-footer .footer-content .links {
      margin: 20px 0; }
    .site-footer .footer-content .footer-left {
      margin-right: 0; }
    .site-footer .footer-content .footer-right {
      width: 100%;
      text-align: center;
      margin: 20px 0; }
      .site-footer .footer-content .footer-right img {
        margin: 0 auto; }

  .desktop {
    display: none !important; }

  .mobile {
    display: block !important; }

  .lang-en .site-header .header-right {
    font-size: 12px; }
    .lang-en .site-header .header-right .download-btn {
      padding: 10px 10px;
      font-size: 9px;
      margin: 2px 0 2px 5px; } }
/* ==========================================================================
   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; }

.download-section {
  background: url(../images/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 .download-title-small {
        font-size: 22px;
        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;
            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 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; }

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

.action-btn,
a.action-btn {
  display: inline-block;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  background: #932643;
  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; }

#modal_dl .downloadnow {
  font-size: 16px; }

@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: 991px) {
  .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; }

  .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;
  font-weight: 500; }
  .page-home .home-banner {
    position: relative;
    /*&:before{
      content: "";
      position: absolute;
      right: 0;
      bottom: 0%;
      width: 100%;
      height: 64%;
      background: url("../images/first.png") no-repeat right;
      background-size: contain;
      transform: translateY(28%);
    }*/ }
    .page-home .home-banner img {
      display: block;
      width: 100%;
      overflow: hidden;
      border-radius: 20px; }
    .page-home .home-banner .banner-text {
      position: absolute;
      top: 3%;
      left: 0;
      width: 100%;
      padding: 5%;
      font-weight: 500;
      font-size: 36px;
      color: #554640;
      text-shadow: 0px 0px 10px white; }
      .page-home .home-banner .banner-text .CITICfirst {
        width: 25%;
        margin-left: -1%;
        margin-bottom: 2%; }
  .page-home .section-tabs {
    /*margin: 4.6% -15px;*/
    position: relative;
    margin: 30px -1%;
    /*&:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 75%;
      height: 85vh;
      background: url("../images/first.png") no-repeat right bottom;
      background-size: contain;
      transform: translateY(0.3%);
    }*/ }
    .page-home .section-tabs .tabs-wrap {
      position: relative;
      overflow: auto;
      white-space: nowrap; }
    .page-home .section-tabs a {
      position: relative;
      display: inline-block;
      /*width: 194px;
      line-height: 48px;*/
      font-size: 16px;
      /*width: 18%;*/
      width: 200px;
      line-height: 320%;
      text-align: center;
      font-weight: 500;
      color: #932643;
      text-decoration: none;
      height: 100%;
      margin: 0 1%;
      background: url("../images/tab-button-bg.png") no-repeat center;
      background-size: contain; }
      .page-home .section-tabs a span {
        position: relative;
        z-index: 11; }
      .page-home .section-tabs a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0%;
        width: 100%;
        height: 100%;
        background: #932643;
        opacity: 0;
        visibility: hidden;
        z-index: 2;
        border-radius: 30px; }
      .page-home .section-tabs a:hover {
        color: #fff; }
        .page-home .section-tabs a:hover:after {
          opacity: 1;
          visibility: visible; }
  .page-home .page-section {
    border: 2px solid rgba(156, 132, 115, 0.3);
    border-radius: 15px;
    margin: 60px 0;
    padding: 30px 40px;
    /* section 1 start */
    /* section 1 end */
    /* section 2 start */
    /* section 2 end */
    /* section 3 start */
    /* section 3 end */
    /* section 4 start */
    /* section 4 end */ }
    .page-home .page-section .section-title {
      position: relative;
      display: block;
      color: #9c8473;
      font-size: 34px;
      font-weight: 500;
      line-height: 100%;
      margin: -50px 0 60px; }
      .page-home .page-section .section-title .title-wrap {
        position: absolute;
        display: inline-block;
        background: #fff;
        padding: 0 10px;
        margin: 0 -10px;
        bottom: -30px; }
        .page-home .page-section .section-title .title-wrap .CITICfirst {
          position: relative;
          display: inline-block;
          padding-left: 175px;
          height: 100%; }
          .page-home .page-section .section-title .title-wrap .CITICfirst:before {
            content: '';
            position: absolute;
            left: 15px;
            width: 160px;
            height: 100%;
            background: url("../images/CITICfirst-brown.png") no-repeat left;
            background-size: contain;
            transform: scale(1.2); }
          .page-home .page-section .section-title .title-wrap .CITICfirst.end {
            padding-left: 0;
            padding-right: 175px; }
            .page-home .page-section .section-title .title-wrap .CITICfirst.end:before {
              left: auto;
              right: 5px; }
    .page-home .page-section .description {
      font-size: 20px;
      margin: 0 0 10px; }
    .page-home .page-section .title-bar {
      position: relative;
      margin-top: 30px; }
      .page-home .page-section .title-bar span {
        position: relative;
        z-index: 10;
        color: #9c8473;
        font-size: 20px;
        line-height: 120%;
        padding: 5px 10px 5px 60px;
        background: white url("../images/icon-promotion.png") no-repeat left center;
        background-size: contain; }
      .page-home .page-section .title-bar:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        border: 1px solid rgba(156, 132, 115, 0.3); }
    .page-home .page-section .highlight {
      font-size: 20px;
      color: #932643; }
      .page-home .page-section .highlight.extra {
        font-size: 30px;
        font-weight: bold; }
    .page-home .page-section .know-more {
      display: inline-block;
      font-size: 14px;
      color: #932643;
      text-decoration: underline;
      margin: 10px 0; }
    .page-home .page-section .slider-tabs {
      margin: 20px 0 30px; }
      .page-home .page-section .slider-tabs .slick-slide {
        margin: 0 1%; }
      .page-home .page-section .slider-tabs .slick-list {
        margin: 0 -1%;
        padding: 0 !important; }
      .page-home .page-section .slider-tabs .slider-tab {
        position: relative;
        border-radius: 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        overflow: hidden;
        display: block;
        /*width: 18%;
        padding-top: 10%;
        margin: 0 1%;*/
        width: 100%;
        padding-top: 60%; }
        .page-home .page-section .slider-tabs .slider-tab:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: #554640;
          opacity: 0;
          z-index: 2;
          transition: all 0.3s linear; }
        .page-home .page-section .slider-tabs .slider-tab span {
          position: absolute;
          left: 6%;
          bottom: 10%;
          font-size: 20px;
          color: #fff;
          z-index: 11; }
        .page-home .page-section .slider-tabs .slider-tab.tab-1 {
          background-image: url("../images/section-1-tab-1.jpg"); }
        .page-home .page-section .slider-tabs .slider-tab.tab-2 {
          background-image: url("../images/section-1-tab-2.jpg"); }
        .page-home .page-section .slider-tabs .slider-tab.tab-3 {
          background-image: url("../images/section-1-tab-3.jpg"); }
        .page-home .page-section .slider-tabs .slider-tab.tab-4 {
          background-image: url("../images/section-1-tab-4.jpg"); }
        .page-home .page-section .slider-tabs .slider-tab.tab-5 {
          background-image: url("../images/section-1-tab-5.jpg"); }
      .page-home .page-section .slider-tabs .slick-slide.slick-current .slider-tab:before {
        opacity: 0.85; }
    .page-home .page-section .slider-controller {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      .page-home .page-section .slider-controller:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        border: 1px solid rgba(156, 132, 115, 0.3); }
      .page-home .page-section .slider-controller .controller {
        display: flex;
        position: relative;
        z-index: 3;
        padding: 0 2%;
        background: #fff; }
        .page-home .page-section .slider-controller .controller .btn-arrow {
          display: block;
          width: 25px;
          padding-top: 8px;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
          .page-home .page-section .slider-controller .controller .btn-arrow.btn-prev {
            background-image: url("../images/arrow-prev.png");
            transform: translateY(-10%); }
          .page-home .page-section .slider-controller .controller .btn-arrow.btn-next {
            background-image: url("../images/arrow-next.png");
            transform: translateY(10%); }
        .page-home .page-section .slider-controller .controller .slider-dots {
          margin: 0 10px; }
          .page-home .page-section .slider-controller .controller .slider-dots .slick-dots {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
            justify-content: center;
            align-items: center; }
            .page-home .page-section .slider-controller .controller .slider-dots .slick-dots li {
              display: flex;
              margin: 0 5px; }
              .page-home .page-section .slider-controller .controller .slider-dots .slick-dots li button {
                width: 15px;
                height: 15px;
                background: #C7B299;
                text-indent: -9999px;
                border: 0;
                border-radius: 50%;
                cursor: pointer;
                padding: 0; }
              .page-home .page-section .slider-controller .controller .slider-dots .slick-dots li.slick-active button {
                background: #554640; }
    .page-home .page-section .slick-slider {
      -webkit-user-select: text;
      -khtml-user-select: text;
      -moz-user-select: text;
      -ms-user-select: text;
      user-select: text; }
    .page-home .page-section .slick-list.draggable {
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .page-home .page-section .slide-content {
      padding: 40px 0 0px; }
      .page-home .page-section .slide-content .slide-intro {
        display: flex;
        align-items: center;
        justify-content: center; }
        .page-home .page-section .slide-content .slide-intro .content {
          padding-right: 3%;
          flex: 1;
          font-size: 16px; }
          .page-home .page-section .slide-content .slide-intro .content h3 {
            font-size: 30px;
            color: #9c8473;
            line-height: 150%;
            font-weight: 500;
            margin: 5px 0; }
          .page-home .page-section .slide-content .slide-intro .content h4 {
            font-size: 20px;
            line-height: 120%;
            font-weight: 500;
            margin: 0; }
        .page-home .page-section .slide-content .slide-intro .photo {
          width: 50%;
          border-radius: 15px;
          overflow: hidden; }
    .page-home .page-section .promotion {
      margin: 0px 0 10px; }
      .page-home .page-section .promotion .promotion-items {
        display: flex;
        flex-wrap: wrap; }
        .page-home .page-section .promotion .promotion-items .deposit {
          background-image: url("../images/icon-deposit.png"); }
        .page-home .page-section .promotion .promotion-items .time-deposit {
          background-image: url("../images/icon-time-deposit.png"); }
        .page-home .page-section .promotion .promotion-items .foreign {
          background-image: url("../images/icon-foreign.png"); }
        .page-home .page-section .promotion .promotion-items .structured-products {
          background-image: url("../images/icon-structured-products.png"); }
        .page-home .page-section .promotion .promotion-items .insurance {
          background-image: url("../images/icon-insurance.png"); }
        .page-home .page-section .promotion .promotion-items .credit-card {
          background-image: url("../images/icon-credit-card.png"); }
        .page-home .page-section .promotion .promotion-items .stock {
          background-image: url("../images/icon-stock.png"); }
        .page-home .page-section .promotion .promotion-items .fund {
          background-image: url("../images/icon-fund.png"); }
        .page-home .page-section .promotion .promotion-items .meeting {
          background-image: url("../images/icon-meeting.png"); }
        .page-home .page-section .promotion .promotion-items .loans {
          background-image: url("../images/icon-loans.png"); }
        .page-home .page-section .promotion .promotion-items .service-fee {
          background-image: url("../images/icon-service-fee.png"); }
        .page-home .page-section .promotion .promotion-items .car {
          background-image: url("../images/icon-car.png"); }
        .page-home .page-section .promotion .promotion-items .home {
          background-image: url("../images/icon-home.png"); }
        .page-home .page-section .promotion .promotion-items .promotion-item {
          width: 33.333%;
          font-size: 16px;
          margin-top: 30px;
          padding: 0 30px 0px 60px;
          background-repeat: no-repeat;
          background-position: left top;
          background-size: 45px auto; }
          .page-home .page-section .promotion .promotion-items .promotion-item .name {
            display: flex;
            font-size: 20px;
            color: #554640;
            margin-bottom: 5px;
            align-items: center; }
            .page-home .page-section .promotion .promotion-items .promotion-item .name .CITICfirst-exclusive {
              display: inline-block;
              width: 100px;
              height: 22px;
              background: url("../images/CITICfirst-exclusive.png") no-repeat center;
              background-size: contain;
              transform: translateY(4px); }
          .page-home .page-section .promotion .promotion-items .promotion-item ul {
            margin: 5px 0 0 0;
            padding-left: 15px; }
    .page-home .page-section.section-2 .promotion .promotion-items .promotion-item {
      display: flex;
      width: 100%;
      padding: 0 0 20px 0;
      border-bottom: 1px solid rgba(156, 132, 115, 0.3); }
      .page-home .page-section.section-2 .promotion .promotion-items .promotion-item:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
      .page-home .page-section.section-2 .promotion .promotion-items .promotion-item .name {
        width: 30%;
        font-size: 20px;
        padding: 0 30px 0px 70px;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 45px auto; }
      .page-home .page-section.section-2 .promotion .promotion-items .promotion-item .detail {
        flex: 1; }
    .page-home .page-section .service-fee-table-container {
      position: relative;
      max-height: 400px;
      overflow: hidden;
      margin-bottom: 50px;
      transition: max-height 1s ease-in; }
      .page-home .page-section .service-fee-table-container:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 60%;
        left: 0;
        bottom: 0;
        z-index: 2;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, white 80%, white 100%); }
      .page-home .page-section .service-fee-table-container .show-more {
        position: absolute;
        left: 50%;
        bottom: 0;
        z-index: 10;
        color: #898989;
        text-decoration: none;
        padding-right: 25px;
        transform: translateX(-50%); }
        .page-home .page-section .service-fee-table-container .show-more:after {
          content: '';
          position: absolute;
          right: 0;
          bottom: 0;
          width: 25px;
          height: 100%;
          background: url("../images/arrow-down.png") no-repeat center;
          transform: translateY(10%); }
      .page-home .page-section .service-fee-table-container.active {
        max-height: 10000px;
        margin-bottom: 30px; }
        .page-home .page-section .service-fee-table-container.active:after {
          display: none; }
        .page-home .page-section .service-fee-table-container.active .show-more {
          display: none; }
    .page-home .page-section .service-fee-table {
      border-radius: 20px;
      overflow: hidden;
      background: #F9F6F2;
      margin: 30px 0 50px; }
      .page-home .page-section .service-fee-table table {
        width: 100%; }
        .page-home .page-section .service-fee-table table tr th, .page-home .page-section .service-fee-table table tr td {
          position: relative;
          font-size: 20px;
          padding: 1.5% 5%;
          /*text-align: left;*/
          font-weight: 500;
          color: #554640; }
        .page-home .page-section .service-fee-table table tr.with-bottom-border th:after, .page-home .page-section .service-fee-table table tr.with-bottom-border td:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          border-bottom: 1px solid rgba(156, 132, 115, 0.3); }
        .page-home .page-section .service-fee-table table tr.with-bottom-border th:first-child:after, .page-home .page-section .service-fee-table table tr.with-bottom-border td:first-child:after {
          left: 10%; }
        .page-home .page-section .service-fee-table table tr.with-bottom-border th:last-child:after, .page-home .page-section .service-fee-table table tr.with-bottom-border td:last-child:after {
          left: auto;
          right: 10%; }
        .page-home .page-section .service-fee-table table tr.table-header {
          background: #554640; }
          .page-home .page-section .service-fee-table table tr.table-header th, .page-home .page-section .service-fee-table table tr.table-header td {
            color: #C7B299;
            padding: 2% 5%; }
        .page-home .page-section .service-fee-table table tr.head-row {
          background: #F9F6F2;
          background: linear-gradient(90deg, #f9f6f2 0%, #ddcebe 50%, #f9f6f2 100%); }
          .page-home .page-section .service-fee-table table tr.head-row th, .page-home .page-section .service-fee-table table tr.head-row td {
            color: #333;
            font-size: 16px;
            padding: 1.5% 5%; }
      .page-home .page-section .service-fee-table.with-border {
        margin-bottom: 0; }
        .page-home .page-section .service-fee-table.with-border table tr.table-header th, .page-home .page-section .service-fee-table.with-border table tr.table-header td {
          border: 1px solid #9c8473; }
          .page-home .page-section .service-fee-table.with-border table tr.table-header th:before, .page-home .page-section .service-fee-table.with-border table tr.table-header td:before {
            display: none; }
        .page-home .page-section .service-fee-table.with-border table tr th, .page-home .page-section .service-fee-table.with-border table tr td {
          border: 1px solid rgba(156, 132, 115, 0.3); }
          .page-home .page-section .service-fee-table.with-border table tr th:first-child, .page-home .page-section .service-fee-table.with-border table tr td:first-child {
            position: relative;
            border-left: 0; }
            .page-home .page-section .service-fee-table.with-border table tr th:first-child:before, .page-home .page-section .service-fee-table.with-border table tr td:first-child:before {
              content: '';
              position: absolute;
              left: 0;
              bottom: -1px;
              width: 10%;
              height: 2px;
              background: #F9F6F2; }
          .page-home .page-section .service-fee-table.with-border table tr th:last-child, .page-home .page-section .service-fee-table.with-border table tr td:last-child {
            position: relative;
            border-right: 0; }
            .page-home .page-section .service-fee-table.with-border table tr th:last-child:before, .page-home .page-section .service-fee-table.with-border table tr td:last-child:before {
              content: '';
              position: absolute;
              right: 0;
              bottom: -1px;
              width: 10%;
              height: 2px;
              background: #F9F6F2; }
        .page-home .page-section .service-fee-table.with-border table tr:last-child th, .page-home .page-section .service-fee-table.with-border table tr:last-child td {
          border-bottom: 0; }
      .page-home .page-section .service-fee-table .normal-text {
        position: relative;
        font-size: 16px;
        font-weight: 500;
        color: #333; }
    .page-home .page-section.section-3 {
      display: flex;
      background: #F7F7F7;
      border-radius: 15px;
      overflow: hidden;
      border: 0;
      align-items: center;
      padding: 0; }
      .page-home .page-section.section-3 .content {
        flex: 1;
        font-size: 24px;
        padding: 40px; }
      .page-home .page-section.section-3 .photo {
        width: 60%;
        padding: 0 20px; }
    .page-home .page-section.section-4 .mobswap {
      display: flex;
      margin-top: 50px; }
      .page-home .page-section.section-4 .mobswap .content-wrap {
        display: flex; }
      .page-home .page-section.section-4 .mobswap .tab-bar {
        display: block;
        margin: 0 -1.5% 20px; }
        .page-home .page-section.section-4 .mobswap .tab-bar .downloadnow {
          display: inline-block;
          font-size: 16px;
          line-height: 24px;
          color: #932643 !important;
          text-decoration: none;
          border: 1px solid #932643 !important;
          border-radius: 30px;
          background: #fff !important;
          width: 30%;
          text-align: center;
          padding: 10px 20px;
          margin: 0 1.5%;
          cursor: pointer;
          box-shadow: none; }
          .page-home .page-section.section-4 .mobswap .tab-bar .downloadnow.active {
            color: #fff !important;
            background: #932643 !important; }
      .page-home .page-section.section-4 .mobswap .right-content {
        flex: 1;
        padding-left: 2%; }
  .page-home .other {
    display: flex;
    font-size: 30px;
    color: #554640;
    padding: 50px 0; }
    .page-home .other a {
      color: #932643; }
    .page-home .other .title {
      color: #932643; }
    .page-home .other .open-time {
      font-size: 20px;
      color: #898989; }
    .page-home .other .with-icon {
      background-position: left top;
      background-size: 30px;
      background-repeat: no-repeat;
      margin-left: 10%; }
      .page-home .other .with-icon.phone {
        padding-left: 45px;
        color: #932643;
        background-image: url("../images/phone.png");
        background-position: left 7px; }
      .page-home .other .with-icon.location {
        padding-left: 35px;
        background-size: 23px;
        background-image: url("../images/location.png");
        background-position: left 1px; }
  .page-home .remark {
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0 50px; }
    .page-home .remark ol {
      margin: 0;
      padding-left: 20px; }
    .page-home .remark a {
      color: #898989;
      text-decoration: underline; }
      .page-home .remark a:hover {
        text-decoration: underline !important; }

.lang-en .page-home .section-tabs a {
  font-size: 14px;
  line-height: 350%;
  width: 250px;
  background-image: url("../images/tab-button-bg-en.png"); }
.lang-en .page-home .page-section .section-title {
  font-size: 30px; }
  .lang-en .page-home .page-section .section-title .title-wrap .CITICfirst {
    padding-left: 145px; }
.lang-en .page-home .page-section .slider-tabs .slider-tab span {
  font-size: 17px; }
.lang-en .page-home .page-section.section-4 .mobswap .tab-bar .downloadnow {
  width: 35%; }
.lang-en .page-home .page-section .promotion .promotion-items .promotion-item .name .CITICfirst-exclusive {
  background-image: url(../images/CITICfirst-exclusive-e.png); }
.lang-en .page-home .other {
  font-size: 25px; }
  .lang-en .page-home .other .with-icon {
    margin-left: 5%; }
  .lang-en .page-home .other .open-time {
    font-size: 18px; }

@media only screen and (max-width: 1199px) {
  .page-home .home-banner .banner-text {
    font-size: 32px; }
  .page-home .section-tabs .tabs-wrap {
    width: 100vw;
    margin: 0 -20px;
    padding: 0 20px; }
  .page-home .section-tabs a {
    font-size: 14px;
    width: 160px;
    margin: 0 2%; }

  .lang-en .page-home .section-tabs a {
    font-size: 13px;
    line-height: 350%;
    width: 230px;
    margin: 0 1.5%; } }
@media only screen and (max-width: 991px) {
  .page-home .home-banner .banner-text {
    font-size: 26px; }
  .page-home .page-section .slider-tabs .slick-slide .slider-tab span {
    font-size: 16px; }

  .lang-en .page-home .page-section .slider-tabs .slick-slide .slider-tab span {
    font-size: 13px;
    /*width: 46%;*/
    padding: 10px 7px;
    margin: 0 1%; }
  .lang-en .page-home .page-section.section-4 .mobswap .tab-bar .downloadnow {
    width: 40%; } }
/* mobile */
@media only screen and (max-width: 767px) {
  .page-home .home-banner .banner-text {
    font-size: 20px; }
    .page-home .home-banner .banner-text .CITICfirst {
      width: 40%; }
  .page-home .section-tabs {
    margin-bottom: 70px; }
    .page-home .section-tabs a {
      width: auto;
      line-height: 250%;
      padding: 0px 20px;
      background: rgba(255, 255, 255, 0.5);
      border: 1px solid #932643;
      border-radius: 30px; }
  .page-home .page-section {
    margin: 60px 0 40px;
    padding: 20px 25px; }
    .page-home .page-section .section-title {
      font-size: 24px;
      line-height: 130%; }
      .page-home .page-section .section-title .title-wrap {
        bottom: -40px; }
        .page-home .page-section .section-title .title-wrap .CITICfirst {
          padding-left: 155px; }
    .page-home .page-section .description {
      font-size: 16px; }
    .page-home .page-section .slider-tabs-container {
      /*width: 100vw;
      overflow: hidden;
      margin: 0 -50px;*/ }
    .page-home .page-section .slider-tabs {
      margin: 20px 0; }
      .page-home .page-section .slider-tabs .slick-list {
        padding: 0 0 0 0; }
      .page-home .page-section .slider-tabs .slick-slide {
        margin: 0 10px;
        width: 150px; }
        .page-home .page-section .slider-tabs .slick-slide .slider-tab span {
          font-size: 16px; }
    .page-home .page-section .slider-controller .controller .slider-dots {
      margin: 0 5px; }
      .page-home .page-section .slider-controller .controller .slider-dots .slick-dots li {
        margin: 0 3px; }
        .page-home .page-section .slider-controller .controller .slider-dots .slick-dots li button {
          width: 10px;
          height: 10px; }
    .page-home .page-section .slide-content {
      padding-top: 30px; }
      .page-home .page-section .slide-content .slide-intro {
        flex-direction: column-reverse; }
        .page-home .page-section .slide-content .slide-intro .photo {
          width: 100%; }
        .page-home .page-section .slide-content .slide-intro .content {
          padding: 30px 0 10px; }
          .page-home .page-section .slide-content .slide-intro .content h3 {
            font-size: 24px;
            line-height: 120%;
            margin-bottom: 10px; }
          .page-home .page-section .slide-content .slide-intro .content h4 {
            font-size: 16px;
            line-height: 120%; }
    .page-home .page-section .title-bar {
      margin-top: 20px;
      display: flex; }
      .page-home .page-section .title-bar span {
        font-size: 16px;
        padding-left: 50px;
        background-size: 40px auto; }
    .page-home .page-section .promotion .promotion-items {
      flex-direction: column; }
      .page-home .page-section .promotion .promotion-items .promotion-item {
        width: 100%;
        font-size: 14px;
        padding-left: 50px;
        padding-right: 0;
        background-size: 35px auto;
        margin-top: 20px; }
        .page-home .page-section .promotion .promotion-items .promotion-item .name {
          font-size: 16px; }
    .page-home .page-section .know-more {
      font-size: 12px; }
    .page-home .page-section .highlight {
      font-size: 16px; }
      .page-home .page-section .highlight.extra {
        font-size: 20px; }
    .page-home .page-section .service-fee-table {
      border-radius: 10px;
      margin: 20px 0 40px; }
      .page-home .page-section .service-fee-table table tr th, .page-home .page-section .service-fee-table table tr td {
        font-size: 14px;
        padding: 4% 5%; }
      .page-home .page-section .service-fee-table table tr.table-header th, .page-home .page-section .service-fee-table table tr.table-header td {
        padding: 4% 5%; }
      .page-home .page-section .service-fee-table table tr.head-row th, .page-home .page-section .service-fee-table table tr.head-row td {
        font-size: 12px;
        padding: 4% 5%; }
    .page-home .page-section.section-2 .promotion .promotion-items .promotion-item {
      font-size: 14px; }
      .page-home .page-section.section-2 .promotion .promotion-items .promotion-item .name {
        width: 15%;
        padding: 0;
        margin-right: 5%;
        background-position: top;
        background-size: contain; }
      .page-home .page-section.section-2 .promotion .promotion-items .promotion-item .detail .name {
        width: 100%;
        padding-left: 0;
        font-size: 18px; }
    .page-home .page-section.section-3 {
      display: flex;
      flex-direction: column-reverse;
      padding: 20px 0;
      margin-bottom: 80px; }
      .page-home .page-section.section-3 .photo {
        width: 100%; }
      .page-home .page-section.section-3 .content {
        font-size: 16px;
        padding: 20px 40px;
        width: 100%; }
    .page-home .page-section.section-4 .mobswap .content-wrap {
      flex-direction: column-reverse; }
    .page-home .page-section.section-4 .mobswap .tab-bar {
      margin-bottom: 30px; }
      .page-home .page-section.section-4 .mobswap .tab-bar .downloadnow {
        width: 45%;
        font-size: 14px;
        padding: 6px 15px; }
    .page-home .page-section.section-4 .mobswap .right-content {
      padding: 0; }
      .page-home .page-section.section-4 .mobswap .right-content .word {
        margin-top: -10px; }
    .page-home .page-section.section-4 .mobswap .slid {
      margin: -20px 0; }
    .page-home .page-section.section-4 .mobswap .demoimg {
      height: 350px;
      transform: scale(0.8) translateY(-10%); }
    .page-home .page-section.section-4 .mobswap .shell_contain, .page-home .page-section.section-4 .mobswap .existSwi, .page-home .page-section.section-4 .mobswap .newclSwi, .page-home .page-section.section-4 .mobswap .clinnSwi {
      transform: scale(0.8) translateY(-10%); }
    .page-home .page-section.section-4 .mobswap .swiper-button-next:after, .page-home .page-section.section-4 .mobswap .swiper-button-prev:after {
      font-size: 30px; }
    .page-home .page-section.section-4 .mobswap .steps .contxt {
      font-size: 16px;
      border: 0; }
  .page-home .other {
    flex-direction: column;
    font-size: 20px;
    padding: 30px 0; }
    .page-home .other .with-icon {
      margin: 10px 0; }
      .page-home .other .with-icon.phone {
        padding-left: 35px;
        background-size: 25px;
        background-position: 0px 2px; }
      .page-home .other .with-icon.location {
        background-size: 20px;
        background-position: 2px 3px;
        padding-top: 5px;
        padding-left: 35px; }
    .page-home .other .open-time {
      font-size: 16px; }
  .page-home .remark {
    font-size: 12px;
    margin-bottom: 30px; }

  .lang-en .page-home .section-tabs a {
    width: auto;
    line-height: 250%;
    background: rgba(255, 255, 255, 0.5); }
  .lang-en .page-home .other {
    font-size: 20px; }
    .lang-en .page-home .other .with-icon {
      margin: 10px 0; }
    .lang-en .page-home .other .open-time {
      font-size: 16px; }
  .lang-en .page-home .page-section .section-title {
    font-size: 19px;
    line-height: 160%; }
    .lang-en .page-home .page-section .section-title .title-wrap .CITICfirst {
      padding-left: 125px; }
      .lang-en .page-home .page-section .section-title .title-wrap .CITICfirst:before {
        left: 4px;
        width: 100%;
        transform: scale(1.1); }
  .lang-en .page-home .page-section .slider-tabs .slick-slide .slider-tab span {
    font-size: 13.5px; }
  .lang-en .page-home .page-section.section-4 .mobswap .tab-bar .downloadnow {
    font-size: 13px;
    width: 46%;
    padding: 6px 13px; } }

@media only screen and (min-width: 768px) {
  .page-home .page-section .slider-tabs .slick-list .slick-track {
    transform: translate3d(0, 0px, 0px) !important;
  }
}
