/* Banner Area */
.banner_area {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.banner_area .banner_img {
  position: relative;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 15s ease;
  -moz-transition: transform 15s ease;
  -o-transition: transform 15s ease;
  transition: transform 15s ease;
}

.banner_area.active .banner_img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.banner_area .banner_img {
  overflow: hidden;
}

.tnc-holder {
  font-size: 12px;
  color: #222;
}

.tnc-holder p {
  font-size: 12px;
  color: #222;
}

.tnc-holder ol {
  padding-left: 18px;
}

/* Content Sections */
.line-break {
  display: none;
}

#main_content_area {
  padding-bottom: 8px;
  position: relative;
}

#main_content_area .row {
  padding: 15px 8px 0;
}

#main_content_area .row.full_width {
  padding-left: 0;
  padding-right: 0;
}

#main_content_area .row.full_width .columns {
  padding-left: 0;
  padding-right: 0;
}

.centered-txt {
  text-align: center;
}

.wid680 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.wid730 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.wid850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding: 12px 15px;
}

.section.full_width {
  padding-right: 0;
  padding-left: 0;
}

.section_icon {
  margin-bottom: 5px;
}

.section_title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 25px;
}

.section p sup {
  font-size: 10px;
  top: -6px;
}

#footer {
  background-color: #fff;
}

#footer .copy a {
  width: 50%;
  max-width: 270px;
  color: inherit;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: underline;
}

/* modal */
.modal {
  overflow-y: auto;
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.55);
}

.modal#tncModal {
  overflow: auto;
}

.modal-content {
  overflow-y: auto;
  background-color: #fefefe;
  margin: 0 auto;
  padding: 30px 15px 10px;
  width: 95%;
  max-width: 45%;
  color: #333;
  line-height: 130%;
  max-height: calc(100% - 130px);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  border: 5px solid #006532;
}

.modal-content h5 {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 600;
}

.modal-content .btn-holder {
  width: 100%;
  margin: 0 auto;
}

.modal-content .btn-holder .btn {
  display: inline-block;
  width: 140px;
  color: #fff;
  padding: 15px 12px 14px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-left: 5px;
  font-size: 19px;
  text-align: center;
  background-color: #39b54a;
  border: 1px solid #39b54a;
}

.modal-content .btn-holder .btn:before {
  content: " ";
  text-indent: -999em;
  background: url(icon_20px.png);
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0px -61px;
}

.modal-content .btn-holder .btn.btn-accept:hover {
  opacity: 0.8;
  background-color: #34a344;
  border: 1px solid #34a344;
}

.modal-content .btn-holder .btn.btn-cancel {
  border: 1px solid #b2b2b2;
  color: #666;
  background-color: #fff;
  width: 100px;
}

.modal-content .btn-holder .btn.btn-cancel:hover {
  background-color: #f0f0f0;
}

/* The Close Button */
.modal-content .close {
  display: block;
  height: 25px;
  max-height: 25px;
  min-height: 25px;
  max-width: 25px;
  min-width: 25px;
  width: 25px;
  bottom: auto;
  left: auto;
  position: absolute;
  right: 10px;
  top: 5px;
  background-image: url(https://www.hangseng.com/etc/designs/hase/pws/common/rwd-assets/images/icn_stroke_close_grey02.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.modal-content .close:hover {
  background-image: url(https://www.hangseng.com/etc/designs/hase/pws/common/rwd-assets/images/icn_stroke_close_hase_green.svg);
}

.modal-content .close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content .ico-triangle {
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
}

.modal.btn-modal {
  position: absolute;
  background: transparent;
  overflow: unset !important;
  top: -185px;
  left: 4%;
}

.modal.btn-modal .modal-content {
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
  max-height: 1000% !important;
  top: 0;
  transform: translateY(0%);
  width: 190px;
  padding: 20px 25px 5px;
}

.modal.btn-modal .modal-content .close {
  top: 0px;
  right: 0px;
  display: block;
  width: 26px;
  height: 26px;
  min-width: 20px;
  min-height: 20px;
}

.modal.btn-modal .modal-content .btn-holder {
  margin: 0 auto;
  text-align: center;
}

.modal.btn-modal .modal-content .btn-holder .btn {
  margin-left: 0;
  width: 100%;
  font-size: 16px;
  padding: 12px 12px 11px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .modal-content {
    max-width: 100%;
  }
}
/* modal */
/*p2g d2g daasc*/
.isDaaSC .lan_area,
.isDaaSC .HSB_logo {
  display: none !important;
}

.isMobile-block,
.isMobile-inline-block,
.isMobile-inline-table,
.isMobile .app-download-qr {
  display: none !important;
}

.isMobile .isDesktop-show {
  display: none !important;
}

.isMobile .isMobile-block {
  display: block !important;
}

.isMobile.isP2G .isP2G-hide {
  display: none !important;
}

.isMobile.isDaaSC .isDaaSC-hide {
  display: none !important;
}

.isMobile .isMobile-inline-block {
  display: inline-block;
}

.isMobile .isMobile-inline-table {
  display: inline-table;
}

body .isD2G-block {
  display: block;
}
body .isD2G-inline {
  display: inline;
}
body .isD2G-inline-block {
  display: inline-block;
}
body .isP2G-block,
body .isP2G-inline,
body .isP2G-inline-block,
body .isDaaSC-block,
body .isDaaSC-inline,
body .isDaaSC-inline-block,
body .isD2G-hide {
  display: none;
}

.isD2G .isD2G-block {
  display: block;
}
.isD2G .isD2G-inline {
  display: inline;
}
.isD2G .isD2G-inline-block {
  display: inline-block;
}
.isD2G .isD2G-hide {
  display: none;
}

.isP2G .isD2G-block,
.isP2G .isD2G-inline,
.isP2G .isD2G-inline-block {
  display: none;
}
.isP2G .isP2G-block {
  display: block;
}
.isP2G .isP2G-inline {
  display: inline;
}
.isP2G .isP2G-inline-block {
  display: inline-block;
}
.isP2G .isP2G-hide {
  display: none;
}

.isDaaSC .isD2G-block,
.isDaaSC .isD2G-inline,
.isDaaSC .isD2G-inline-block {
  display: none;
}
.isDaaSC .isDaaSC-block {
  display: block;
}
.isDaaSC .isDaaSC-inline {
  display: inline;
}
.isDaaSC .isDaaSC-inline-block {
  display: inline-block;
}
.isDaaSC .isDaaSC-hide {
  display: none;
}

.iOS-show,
.AOS-show {
  display: none !important;
}

.isAOS .AOS-show {
  display: inline-block !important;
}

.isIOS .iOS-show {
  display: inline-block !important;
}

.lg\:block,
.md\:block {
  display: none;
}

@media (min-width: 768px) {
  .lg\:flex {
    display: flex;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
}
@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.HSB_logo {
  max-width: 200px !important;
}
@media (min-width: 768px) {
  .HSB_logo {
    max-width: 350px !important;
  }
}
@media (min-width: 992px) {
  .HSB_logo {
    max-width: 400px !important;
  }
}
@media (min-width: 1024px) {
  .HSB_logo {
    max-width: 270px !important;
  }
  .HSB_logo img {
    margin-top: -30px;
  }
}
@media (min-width: 1400px) {
  .HSB_logo {
    max-width: 400px !important;
  }
  .HSB_logo img {
    margin-top: auto;
  }
}
@media (min-width: 1780px) {
  .HSB_logo {
    max-width: none !important;
  }
}
/*
#top_banner_area .view_p2g {
  display: block !important;
}
*/
.lan_area {
  display: flex;
}

.lan_area .special-logo {
  height: 55px;
  margin-right: 25px;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .lan_area .special-logo {
    height: 33px;
    margin-right: 15px;
    margin-top: 13px;
  }
}
#logo_area {
  height: 0;
  z-index: 2;
  display: flex;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.none {
  display: none;
}

.mb-0 {
  margin-bottom: 0px;
}
.mb-2 {
  margin-bottom: 2px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-10, .tnc-section .tnc-container span:not([class]),
.tnc-section .tnc-container p:not([class]),
.tnc-section .tnc-container li:not([class]) {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30, .app-section > .slogan {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .mb-40 {
    margin-bottom: 40px;
  }
}
.mb-50 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mb-50 {
    margin-bottom: 50px;
  }
}
.mb-60 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}
.mb-80 {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .mb-80 {
    margin-bottom: 80px;
  }
}
.mt-0 {
  margin-top: 0px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .mt-20 {
    margin-top: 20px;
  }
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .mt-40 {
    margin-top: 40px;
  }
}
.mt-50 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .mt-50 {
    margin-top: 50px;
  }
}
.mt-60 {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .mt-60 {
    margin-top: 60px;
  }
}
.mt-80 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .mt-80 {
    margin-top: 80px;
  }
}
.ml-0 {
  margin-left: 0px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-28 {
  margin-left: 28px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-36 {
  margin-left: 36px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-48 {
  margin-left: 48px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-28 {
  margin-right: 28px;
}
.mr-32 {
  margin-right: 32px;
}
.mr-36 {
  margin-right: 36px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-48 {
  margin-right: 48px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.\-mt-39 {
  margin-top: -39px;
}
.\-mt-40 {
  margin-top: -40px;
}

.p-0 {
  padding: 0;
}
.pv-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pv-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pv-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-144 {
  padding-bottom: 144px;
}
.pl-20 {
  padding-left: 20px;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}

.txt-main-yellow-1 {
  color: #ffc200;
}

.txt-green-1, .table-green thead th, .accord-toggle {
  color: #006738;
}

.txt-green-2, .header-4 {
  color: #96d200;
}

.txt-green-3, .list-group .list-item .tag .tag-title {
  color: #186841;
}

.txt-green-4 {
  color: #055541;
}

.txt-brown-1 {
  color: #bf9b75;
}

.txt-white {
  color: #fff;
}

.txt-grey {
  color: #3b3b3b;
}

.underline {
  text-decoration: underline;
}

.text-black {
  color: #000;
}
.text-white {
  color: #fff;
}
.text-yellow-1 {
  color: #fed100;
}
.text-green-1 {
  color: #186841;
}
.text-main-green-1 {
  color: #026a3a;
}
.text-main-green-2 {
  color: #046a3a;
}
.text-main-orange-1 {
  color: #ef7901;
}

.bg-white {
  background-color: #fff;
}
.bg-yellow-1 {
  background-color: #fed100;
}
.bg-light-green-1 {
  background-color: rgba(230, 240, 189, 0.3411764706);
}

.bg-green-1 {
  background-color: #2f857e;
}

.bg-green-2 {
  background-color: #2a8679;
}

.bg-green-3 {
  background-color: #006738;
}

.bg-green-4 {
  background-color: #96d200;
}

.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}

.txt-start {
  text-align: start;
}

.txt-center {
  text-align: center;
}

.txt-end {
  text-align: end;
}

.txt-xlarge {
  font-size: 1.4em;
}

.txt-enlarge {
  font-size: 1.3em;
}
@media (min-width: 768px) {
  .txt-enlarge {
    font-size: 1.5em;
  }
}

.leading-init {
  line-height: initial;
}

.leading-normal {
  line-height: normal;
}

.leading-custom {
  line-height: 56px;
}

.txt-xlarge {
  font-size: 1.5em;
}

.txt-small {
  font-size: 0.7em;
}

.bold {
  font-weight: bold;
}

.fz15 {
  font-size: 15px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz23 {
  font-size: 23px;
}
.fz24 {
  font-size: 24px;
}
.fz25 {
  font-size: 25px;
}
.fz26 {
  font-size: 26px;
}
.fz28 {
  font-size: 28px;
}
.fz30 {
  font-size: 30px;
}
.fz32 {
  font-size: 32px;
}
.fz36 {
  font-size: 36px;
}
.fz40 {
  font-size: 40px;
}
.fz48 {
  font-size: 48px;
}
.fz50 {
  font-size: 50px;
}
.fz56 {
  font-size: 42px;
}
@media (min-width: 1024px) {
  .fz56 {
    font-size: 56px;
  }
}

@media (min-width: 1024px) {
  .lg\:fz15 {
    font-size: 15px;
  }
  .lg\:fz16 {
    font-size: 16px;
  }
  .lg\:fz20 {
    font-size: 20px;
  }
  .lg\:fz23 {
    font-size: 23px;
  }
  .lg\:fz24 {
    font-size: 24px;
  }
  .lg\:fz25 {
    font-size: 25px;
  }
  .lg\:fz26 {
    font-size: 26px;
  }
  .lg\:fz28 {
    font-size: 28px;
  }
  .lg\:fz30 {
    font-size: 30px;
  }
  .lg\:fz32 {
    font-size: 32px;
  }
  .lg\:fz36 {
    font-size: 36px;
  }
  .lg\:fz40 {
    font-size: 40px;
  }
  .lg\:fz48 {
    font-size: 48px;
  }
  .lg\:fz50 {
    font-size: 50px;
  }
  .lg\:fz56 {
    font-size: 48px;
  }
}

.leading-28 {
  line-height: 28px;
}
.leading-32 {
  line-height: 32px;
}
.leading-40 {
  line-height: 40px;
}

.brown-line {
  border-bottom: 1px solid #bf9b75;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.max-w-1200 {
  max-width: 1200px;
}

.max-w-1440 {
  max-width: 1440px;
}

.max-w-250 {
  max-width: 250px;
}
.max-w-300 {
  max-width: 300px;
}

.object-contain {
  object-fit: contain;
}

.no-pre, .tnc-section .tnc-container span, span:not(.pre) {
  white-space: normal !important;
}

.letter-spacing-normal {
  letter-spacing: normal;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}
.letter-spacing-4 {
  letter-spacing: 4px;
}

.flex {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.inline-flex {
  display: inline-flex;
}

.inline-block {
  display: inline-block;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-x-center {
  justify-content: center;
}

.flex-y-center {
  align-items: center;
}

.flex-y-end {
  align-items: end;
}

.flex-y-start {
  align-items: flex-start;
}

.flex-wrap {
  flex-wrap: wrap;
}

#wrap {
  max-width: none;
}

.overflow-hidden {
  overflow: hidden;
}

a.white {
  color: #fff !important;
}
a.white:hover {
  color: #fff;
}
a.black {
  color: #000 !important;
}
a.black:hover {
  color: #000;
}

small {
  font-size: 16px;
  font-weight: 400;
}

.big-title-container {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 20px 0;
}
.big-title-container .big-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  width: 100%;
  max-width: 550px;
  min-height: 90px;
  background-color: #005126;
  margin: 0 60px;
  text-align: center;
}
.big-title-container .big-title p {
  padding: 15px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 768px) {
  .big-title-container .big-title p {
    font-size: 35px;
  }
}
.big-title-container .left-line {
  position: absolute;
  top: -20px;
  left: -640px;
  transform: rotateX(180deg);
  min-width: 807px;
}
.big-title-container .right-line {
  position: absolute;
  bottom: -20px;
  right: -640px;
  transform: rotateY(180deg);
  min-width: 807px;
}
.big-title-container .left-corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}
.big-title-container .right-corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
}
.big-title-container.secondary .big-title {
  background-color: transparent;
  color: #026a3a;
}
.big-title-container.secondary .left-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -640px;
  min-width: 647px;
}
.big-title-container.secondary .right-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  right: -640px;
  min-width: 647px;
}

.card-tabs-section {
  display: flex;
}
.card-tabs-section .left {
  display: none;
}
@media (min-width: 1024px) {
  .card-tabs-section .left {
    display: block;
    width: 50%;
  }
}
.card-tabs-section .right {
  width: 100%;
}
@media (min-width: 1024px) {
  .card-tabs-section .right {
    width: 50%;
  }
}

.card-tab-container .card-tab-outter {
  position: relative;
}
.card-tab-container .card-tab-outter .tab-shadow {
  position: absolute;
  top: 0;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #a5d25f;
  border-radius: 5px;
}
.card-tab-container .card-tab-outter .card-tab {
  display: flex;
  padding: 25px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #96d200;
  color: #035740;
}
.card-tab-container .card-tab-outter .card-tab p {
  font-size: 25px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .card-tab-container .card-tab-outter .card-tab p {
    font-size: 30px;
  }
}
.card-tab-container .card-tab-outter .card-tab .btn-arrow {
  cursor: default;
}
.card-tab-container .card-tab-outter .card-tab .btn-arrow .open {
  display: none;
}
.card-tab-container .card-tab-content {
  display: none;
  padding: 25px;
  border-radius: 0 0 5px 5px;
  background-color: #f9feea;
  color: #000000;
}
.card-tab-container .card-tab-content p {
  font-size: 20px;
  line-height: 30px;
}
.card-tab-container.active .card-tab-content {
  display: block;
}
.card-tab-container.active .card-tab .btn-arrow .open {
  display: block;
}
.card-tab-container.active .card-tab .btn-arrow .close {
  display: none;
}

.title-box-container {
  margin-left: 40px;
  margin-right: 40px;
}
@media (min-width: 1024px) {
  .title-box-container {
    margin-left: 0;
    margin-right: 0;
  }
}
.title-box-container .box {
  position: relative;
  padding: 20px 50px;
  width: 100%;
  background-color: #eef5e0;
}
@media (min-width: 1024px) {
  .title-box-container .box {
    width: 55%;
    margin-left: auto;
  }
}
.title-box-container .box p {
  color: #026a3a;
  text-align: center;
}
@media (min-width: 1024px) {
  .title-box-container .box p {
    text-align: start;
  }
}
.title-box-container .box .dot {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: url("../images/pattern/dot_green.png");
}
@media (min-width: 1024px) {
  .title-box-container .box .dot {
    display: block;
  }
}
.title-box-container .box .short-line {
  display: none;
  position: absolute;
  left: -42px;
  bottom: -40px;
}
@media (min-width: 1024px) {
  .title-box-container .box .short-line {
    display: block;
  }
}
.title-box-container.title-2 .box {
  width: 100%;
}
@media (min-width: 1024px) {
  .title-box-container.title-2 .box {
    margin-left: calc((max(100vw, 1240px) - 1240px) / 2 + 20px + 30px);
  }
}
.title-box-container.yellow p {
  color: #035740;
}
.title-box-container.yellow .box {
  background-color: #f1c231;
}

.line-title-box {
  margin-left: 30px;
  margin-right: 30px;
}
.line-title-box .line-title {
  position: relative;
  display: inline-block;
}
.line-title-box .line-title .dot {
  position: absolute;
  bottom: -10px;
  left: -2.5px;
  background-image: url("../images/pattern/dot_green.png");
  background-repeat: repeat;
  width: 100%;
  height: 5px;
}
.line-title-box .line-title .title {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 5px;
  color: #026a3a;
}
@media (min-width: 1024px) {
  .line-title-box .line-title .title {
    font-size: 48px;
    margin-left: 10px;
  }
}
.line-title-box .line-title .left-line {
  position: absolute;
  left: -380px;
  max-width: 374px;
  width: 374px;
  pointer-events: none;
}
.line-title-box .desc {
  font-size: 20px;
  line-height: 1.5;
  color: #026a3a;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .line-title-box .desc {
    font-size: 24px;
    margin-left: 10px;
  }
}
.line-title-box.white .line-title .dot {
  background-image: url("../images/pattern/dot_white.png");
}
.line-title-box.white .title {
  color: #fff;
}

.diamond-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.diamond-list li {
  margin: 0;
  padding-left: 20px;
  position: relative;
  font-size: 20px;
}
.diamond-list li:after {
  content: "";
  height: 8px;
  width: 8px;
  background: #5f9e00;
  display: block;
  position: absolute;
  transform: translate(0, 0%) rotate(45deg) skew(10deg, 10deg);
  border-radius: 2px;
  top: 12px;
  left: 0;
}
.diamond-list.slide-list li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  margin-bottom: 10px;
  cursor: pointer;
}
.diamond-list.slide-list li:last-child {
  margin-bottom: 0px;
}
.diamond-list.slide-list li:last-child::before {
  display: none;
}
.diamond-list.slide-list li .list-number {
  position: absolute;
  top: 50%;
  left: 7px;
  color: #fff;
  transform: translate(0, -50%);
  z-index: 1;
  font-weight: bold;
}
.diamond-list.slide-list li:after {
  content: "";
  height: 25px;
  width: 25px;
  background: #5f9e00;
  display: block;
  position: absolute;
  transform: translate(0, -50%) rotate(45deg) skew(10deg, 10deg);
  top: 50%;
  left: 0;
}
.diamond-list.slide-list li .break-line {
  height: calc(50% - 12.5px);
  width: 1px;
  display: block;
  position: absolute;
  left: 12.5px;
  background: #5f9e00;
}
.diamond-list.slide-list li .break-line.up {
  top: -12.5px;
}
.diamond-list.slide-list li .break-line.down {
  bottom: -12.5px;
}

.diamond-list-2 {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.diamond-list-2 li {
  margin: 0;
  padding-left: 20px;
  position: relative;
  font-size: 20px;
}
/*.diamond-list-2 li:after {
  content: "";
  height: 8px;
  width: 8px;
  background: #5f9e00;
  display: block;
  position: absolute;
  transform: translate(0, -50%) rotate(45deg) skew(10deg, 10deg);
  border-radius: 2px;
  top: 50%;
  left: 0;
}*/
.diamond-list-2.slide-list li {
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  padding-left: 55px;
}
.diamond-list-2.slide-list li:last-child {
  margin-bottom: 0px;
}
.diamond-list-2.slide-list li:last-child::before {
  display: none;
}
.diamond-list-2.slide-list li .right-line {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 15px;
  height: 3px;
  background-color: #5f9e00;
  display: none;
}
/*
.diamond-list-2.slide-list li .list-number {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: bold;
  color: #5f9e00;
  left: 12px;
  z-index: 11;
}
.diamond-list-2.slide-list li:after {
  content: "";
  height: 35px;
  width: 35px;
  background-color: #fff;
  display: block;
  position: absolute;
  transform: translate(0, -50%) rotate(0) skew(0, 0);
  top: 50%;
  left: 0;
  border-radius: 100%;
  border: 3px solid #5f9e00;
  z-index: 9;
}*/
.diamond-list-2.slide-list li .break-line {
  display: block;
  position: absolute;
  background: #5f9e00;
  width: 2px;
  left: 17px;
  height: calc(100% - 5px);
}
.diamond-list-2.slide-list li .break-line.up {
  top: -25px;
}
.diamond-list-2.slide-list li .break-line.down {
  bottom: -25px;
}
.diamond-list-2.slide-list li .circle {
  display: none;
  position: absolute;
  width: 27px;
  height: 27px;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  background-color: #086f43;
  z-index: 10;
}

.border-container {
  display: flex;
}
.border-container .body {
  width: 35%;
  height: 40px;
  background-color: #dfedc0;
}
.border-container .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 40px;
  border-color: transparent transparent transparent #dfedc0;
}
.border-container.white .body {
  background-color: #fff;
}
.border-container.white .arrow {
  border-color: transparent transparent transparent #fff;
}
.border-container.grey .body {
  background-color: #dbdbdb;
}
.border-container.grey .arrow {
  border-color: transparent transparent transparent #dbdbdb;
}

.reward-step {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .reward-step {
    flex-direction: row;
    margin-left: 60px;
  }
}
.reward-step.step-left .left {
  display: none;
}
@media (min-width: 1024px) {
  .reward-step.step-left .left {
    display: flex;
  }
}
.reward-step.step-left .right {
  display: flex;
}
.reward-step.secondary .diamond-list-2.slide-list li {
  color: #000;
}
.reward-step.secondary .diamond-list-2.slide-list li.active {
  color: #186841;
}
.reward-step .left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .reward-step .left {
    width: 40%;
    margin-right: 30px;
    margin-bottom: 0px;
  }
}
.reward-step .right {
  display: none;
}
@media (min-width: 1024px) {
  .reward-step .right {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 60%;
  }
}
.reward-step .step-by-step-swiper {
  position: relative;
  padding-bottom: 50px;
  margin-top: -50px;
  height: 100%;
}
@media (min-width: 1024px) {
  .reward-step .step-by-step-swiper {
    padding-bottom: 0px;
    margin-top: 0px;
  }
}
.reward-step .step-by-step-swiper .circle-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 350px;
  height: 350px;
  border: 1px solid #186841;
  border-radius: 100%;
  transition: opacity 100ms ease-in;
}
.reward-step .step-by-step-swiper .swiper-content {
  height: 100% !important;
}
.reward-step .step-by-step-swiper .swiper-wrapper {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .reward-step .step-by-step-swiper .swiper-wrapper {
    margin-top: 0px;
  }
}
.reward-step .step-by-step-swiper .swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 10px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  bottom: 5px;
}
.reward-step .step-by-step-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  height: 15px;
  width: 15px;
  margin-right: 8px;
  margin-left: 0;
  background-color: transparent;
  border: 1px solid #5f9e00;
}
.reward-step .step-by-step-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.reward-step .step-by-step-swiper .swiper-pagination .swiper-pagination-bullet:last-child::before {
  display: none;
}
/*
.reward-step .step-by-step-swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 1px;
  background-color: #5f9e00;
  left: 20px;
  top: 50%;
  z-index: 0;
  transform: translate(0, -50%);
}
.reward-step .step-by-step-swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  height: 13px;
  width: 13px;
  transform: translate(0, -50%);
  border-radius: 100%;
}
.reward-step .step-by-step-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: #055541;
}*/

.reward-step .step-by-step-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #055541;
}


@media (min-width: 1024px) {
  .reward-step .step-by-step-swiper .swiper-pagination {
    display: none;
  }
}
.reward-step .step-by-step-swiper .swiper-button-prev,
.reward-step .step-by-step-swiper .swiper-button-next {
  width: 30px;
}
.reward-step .step-by-step-swiper .swiper-button-prev::after,
.reward-step .step-by-step-swiper .swiper-button-next::after {
  content: "";
    width: 30px;
    height: 54px;
    background-image: url(../images/arrow_4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
.reward-step .step-by-step-swiper .swiper-button-next::after {
  transform: rotate(180deg);
}
.reward-step .step-by-step-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: auto !important;
}
@media (min-width: 1024px) {
  .reward-step .step-by-step-swiper .swiper-slide {
    flex-direction: row;
  }
}
.reward-step .step-by-step-swiper .swiper-slide .img-phone {
  position: relative;
  width: 100%;
  max-width: 275px;
  object-fit: contain;
}
.reward-step .step-by-step-swiper .swiper-slide .step {
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 1024px) {
  .reward-step .step-by-step-swiper .swiper-slide .step {
    display: none;
  }
}
.reward-step .step-by-step-swiper.processing .circle-bg {
  opacity: 0;
}
.reward-step .diamond-list-2.slide-list li {
  color: #c3c3c3;
  font-weight: bold;
}
.reward-step .diamond-list-2.slide-list li.active {
  color: #086f43;
}
.reward-step .diamond-list-2.slide-list li.active .list-number {
  color: #fff;
}
.reward-step .diamond-list-2.slide-list li.active .break-line.down {
  z-index: 2;
}
.reward-step .diamond-list-2.slide-list li.active .circle {
  display: block;
}
.reward-step .diamond-list-2.slide-list li.active .right-line {
  display: block;
}

.cta-link {
  display: block;
  background-color: #006a3d;
  padding: 2px;
  border-radius: 25px;
  max-width: 250px;
  width: 100%;
}
.cta-link .outter-border {
  border: 1px solid white;
  display: flex;
  justify-content: center;
  padding: 5px 15px;
  border-radius: 25px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.remark {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.remark-link {
  color: #026a3a !important;
}
.remark-link:hover {
  color: #026a3a !important;
}

#anchor-tab {
  display: flex;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.4);
}
#anchor-tab .anchor-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 10px;
  color: white;
  background-color: #96d200;
  text-align: center;
  color: #fff;
}
#anchor-tab .anchor-tab.right {
  background-color: #026a3a;
  color: #fff;
}
#anchor-tab.active {
  position: sticky;
  top: 0;
  z-index: 11;
}

#main-section .content-box {
  position: relative;
  padding: 50px 30px;
  background-color: #eaf5d8;
  width: 100%;
}
@media (min-width: 768px) {
  #main-section .content-box {
    padding: 50px;
  }
}
#main-section .content-box .list-item img {
  max-width: 75px;
}
#main-section .content-box .corner-1 {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
#main-section .content-box .corner-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

#new-section-3 {
  padding: 80px 0;
  padding-bottom: 80px;
  background-color: #dfedc0;
}
@media (min-width: 1440px) {
  #new-section-3 {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  #new-section-3 .tab-box {
    margin-left: 50px;
  }
}
#new-section-3 .tab-box .tab-container {
  display: flex;
}
#new-section-3 .tab-box .tab-container button {
  background-color: #ffc000;
  color: #026a3a;
  width: 250px;
  min-height: 90px;
  padding: 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  border-radius: 10px 10px 0 0;
  margin-right: 10px;
}
#new-section-3 .tab-box .tab-container button:last-child {
  margin-right: 0;
}
#new-section-3 .tab-box .tab-container button.active {
  color: #fff;
  background-color: #026a3a;
}
#new-section-3 .tab-box .s3-tab-content-container {
  background-color: white;
  padding: 30px;
}
#new-section-3 .tab-box .s3-tab-content-container .s3-tab-content {
  display: none;
}
@media (min-width: 1024px) {
  #new-section-3 .tab-box .s3-tab-content-container .s3-tab-content {
    min-height: 400px;
  }
}
#new-section-3 .tab-box .s3-tab-content-container .s3-tab-content .left {
  width: 100%;
}
@media (min-width: 1024px) {
  #new-section-3 .tab-box .s3-tab-content-container .s3-tab-content .left {
    max-width: 540px;
  }
}
@media (min-width: 1440px) {
  #new-section-3 .tab-box .s3-tab-content-container .s3-tab-content .left {
    min-width: 600px;
  }
}
#new-section-3 .tab-box .s3-tab-content-container .s3-tab-content .left a {
  color: #5f9e00;
}
#new-section-3 .tab-box .s3-tab-content-container .s3-tab-content .right {
  display: none;
  position: relative;
}
@media (min-width: 1024px) {
  #new-section-3 .tab-box .s3-tab-content-container .s3-tab-content .right {
    display: block;
  }
}
#new-section-3 .tab-box .s3-tab-content-container .s3-tab-content .right img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 1440px) {
  #new-section-3 .tab-box .s3-tab-content-container .s3-tab-content .right img {
    top: -50px;
    right: -50px;
    transform: translateY(0);
  }
}
#new-section-3 .tab-box .s3-tab-content-container .s3-tab-content .diamond-list li {
  font-size: 20px;
  font-weight: bold;
}
#new-section-3 .tab-box .s3-tab-content-container .s3-tab-content.active {
  display: flex;
}

#new-section-4 {
  padding: 80px 0;
  background-color: #5f9e00;
}
@media (min-width: 1440px) {
  #new-section-4 {
    overflow: hidden;
  }
}
#new-section-4 .skill-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 80px;
}
@media (min-width: 600px) {
  #new-section-4 .skill-section {
    margin-bottom: 150px;
  }
}
@media (min-width: 800px) {
  #new-section-4 .skill-section {
    margin-bottom: 230px;
  }
}
@media (min-width: 1024px) {
  #new-section-4 .skill-section {
    margin-bottom: 200px;
  }
}
@media (min-width: 1440px) {
  #new-section-4 .skill-section {
    flex-direction: row;
    margin-bottom: 300px;
  }
}
#new-section-4 .skill-section .card-swiper {
  width: 100%;
  height: 100%;
}
@media (min-width: 1440px) {
  #new-section-4 .skill-section .card-swiper {
    width: 65%;
  }
}
#new-section-4 .skill-section .card-swiper .swiper-slide {
  width: 420px;
  height: 575px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
#new-section-4 .skill-section .card-swiper .swiper-slide:nth-child(1n) {
  background-color: rgb(206, 17, 17);
}
#new-section-4 .skill-section .card-swiper .swiper-slide:nth-child(2n) {
  background-color: rgb(0, 140, 255);
}
#new-section-4 .skill-section .card-swiper .swiper-slide:nth-child(3n) {
  background-color: rgb(10, 184, 111);
}
#new-section-4 .skill-section .card-swiper .swiper-slide:nth-child(4n) {
  background-color: rgb(211, 122, 7);
}
#new-section-4 .skill-section .card-swiper .swiper-slide:nth-child(5n) {
  background-color: rgb(118, 163, 12);
}
#new-section-4 .skill-section .card-swiper .swiper-slide:nth-child(6n) {
  background-color: rgb(180, 10, 47);
}
#new-section-4 .skill-section .card-swiper .swiper-slide:nth-child(7n) {
  background-color: rgb(35, 99, 19);
}
#new-section-4 .skill-section .card-swiper .swiper-slide:nth-child(8n) {
  background-color: rgb(0, 68, 255);
}
#new-section-4 .skill-section .card-swiper .swiper-slide:nth-child(9n) {
  background-color: rgb(218, 12, 218);
}
#new-section-4 .skill-section .card-swiper .swiper-slide:nth-child(10n) {
  background-color: rgb(54, 94, 77);
}
#new-section-4 .skill-section .card-swiper .swiper-button-prev,
#new-section-4 .skill-section .card-swiper .swiper-button-next {
  width: 70px;
}
@media (min-width: 1024px) {
  #new-section-4 .skill-section .card-swiper .swiper-button-prev,
  #new-section-4 .skill-section .card-swiper .swiper-button-next {
    width: 147px;
  }
}
#new-section-4 .skill-section .card-swiper .swiper-button-prev::after,
#new-section-4 .skill-section .card-swiper .swiper-button-next::after {
  content: "";
  width: 70px;
  height: 42px;
  background-image: url("../images/arrow/arrow_4.png");
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: center center;
}
@media (min-width: 1024px) {
  #new-section-4 .skill-section .card-swiper .swiper-button-prev::after,
  #new-section-4 .skill-section .card-swiper .swiper-button-next::after {
    width: 147px;
    height: 88px;
    background-size: 147px;
  }
}
@media (min-width: 1024px) {
  #new-section-4 .skill-section .card-swiper .swiper-button-prev {
    left: 75px;
  }
}
@media (min-width: 1024px) {
  #new-section-4 .skill-section .card-swiper .swiper-button-next {
    right: 75px;
  }
}
#new-section-4 .skill-section .card-swiper .swiper-button-next::after {
  transform: rotate(180deg);
}
#new-section-4 .skill-section .right-content {
  width: 100%;
  margin-top: 70px;
}
@media (min-width: 1440px) {
  #new-section-4 .skill-section .right-content {
    width: 35%;
    margin-top: 0;
  }
}
#new-section-4 .bg-card-lg {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  transform: translateY(-50%);
}
@media (min-width: 1440px) {
  #new-section-4 .bg-card-lg {
    display: block;
  }
}
#new-section-4 .bg-card-sm-1,
#new-section-4 .bg-card-sm-2 {
  display: block;
  position: absolute;
}
@media (min-width: 1440px) {
  #new-section-4 .bg-card-sm-1,
  #new-section-4 .bg-card-sm-2 {
    display: none;
  }
}
#new-section-4 .bg-card-sm-1 {
  top: -250px;
  right: 0;
  padding-left: 100px;
  width: 293px;
}
#new-section-4 .bg-card-sm-2 {
  bottom: -50px;
  left: 0;
  padding-right: 100px;
}
#new-section-4 .bg-cloud {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#new-section-4 .bg-airplane {
  position: absolute;
  bottom: 50px;
  left: 0;
  transform: translateX(-100%);
  transition: transform 1000ms linear;
}
@media (min-width: 1024px) {
  #new-section-4 .bg-airplane {
    bottom: -100px;
  }
}
#new-section-4 .bg-airplane.active {
  transform: translateX(-15%);
}
#new-section-4 .border-container {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#haro-step-section {
  padding: 80px 0;
}

#new-section-6 {
  background-color: #055541;
}

#money-master {
  padding: 80px 0;
  background-color: #dfedc0;
}
#money-master .expand-spacing {
  display: none;
}
#money-master .new-customer-content {
  position: relative;
}
#money-master .new-customer-content img {
  position: absolute;
  bottom: 0;
}

#open-account-section {
  padding: 80px 0;
  background-color: #dbdbdb;
}
#open-account-section .right-left-container {
  display: flex;
}
#open-account-section .right-left-container .left {
  width: 100%;
  display: flex;
}
@media (min-width: 1200px) {
  #open-account-section .right-left-container .left {
    width: 70%;
  }
}
#open-account-section .right-left-container .right {
  display: none;
}
@media (min-width: 1200px) {
  #open-account-section .right-left-container .right {
    width: 30%;
    display: block;
  }
}
#open-account-section .bottom-right-left-container {
  display: flex;
}
@media (min-width: 1200px) {
  #open-account-section .bottom-right-left-container {
    display: none;
  }
}
#open-account-section .bottom-right-left-container .left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#open-account-section .bottom-right-left-container .left .app-icons-ctn {
  margin-right: 10px;
  transform: scale(0.8);
}
@media (min-width: 768px) {
  #open-account-section .bottom-right-left-container .left .app-icons-ctn {
    transform: scale(1);
  }
}
#open-account-section .bottom-right-left-container .left .app-icons-ctn .app-img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
#open-account-section .bottom-right-left-container .left .app-icons-ctn .btn-download {
  margin-right: 10px;
  margin-bottom: 5px;
}
#open-account-section .bottom-right-left-container .left .app-icons-ctn .btn-download img {
  max-height: 50px;
  width: 100%;
}
#open-account-section .bottom-right-left-container .left .app-icons-ctn .btn-download:last-child {
  margin-right: 0;
}
#open-account-section .bottom-right-left-container .left .app-icons-ctn .search-icon {
  width: 310px;
}
#open-account-section .bottom-right-left-container .left .qr-code {
  width: 70px;
  min-width: 70px;
}
#open-account-section .app-icons-container {
  display: none;
}
@media (min-width: 1200px) {
  #open-account-section .app-icons-container {
    display: flex;
  }
}
#open-account-section .app-icons-container .app-icons-ctn {
  margin-right: 10px;
}
#open-account-section .app-icons-container .app-icons-ctn .app-img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#open-account-section .app-icons-container .app-icons-ctn .btn-download {
  margin-bottom: 10px;
}
#open-account-section .app-icons-container .app-icons-ctn .btn-download img {
  width: 140px;
}
#open-account-section .app-icons-container .app-icons-ctn .btn-download:last-child {
  margin-bottom: 0;
}
#open-account-section .app-icons-container .app-icons-ctn .search-icon {
  width: 260px;
}
#open-account-section .app-icons-container .qr-code {
  width: 145px;
}
#open-account-section .img-account {
  width: 100%;
}
@media (min-width: 768px) {
  #open-account-section .img-account {
    width: 260px;
    margin-right: 10px;
  }
}

.tnc-tab-container .tnc-tab {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.tnc-tab-container .tnc-tab img {
  margin-right: 15px;
}
.tnc-tab-container .tnc-tab .remark-label {
  margin-bottom: 0 !important;
  font-size: 20px;
  font-weight: bold;
}
.tnc-tab-container .tnc-content {
  padding-top: 10px;
  border-top: 1px solid #ced8cb;
  display: none;
}
.tnc-tab-container.active .tnc-tab img {
  transform: rotate(180deg);
}
.tnc-tab-container.active .tnc-content {
  display: block;
}

#preferredoffers {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #preferredoffers {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#preferredoffers .cta-btn-area {
  display: flex;
  justify-content: center;
  padding: 35px 0;
}
@media (min-width: 768px) {
  #preferredoffers .cta-btn-area {
    display: none;
  }
}
#preferredoffers .cta-btn-area .cta-btn-container {
  position: relative;
  background: linear-gradient(127.57deg, #186841 0%, #49b85a 100%);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.34);
  border-radius: 10px;
  overflow: hidden;
}
#preferredoffers .cta-btn-area .cta-btn-container .cta-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media (min-width: 768px) {
  #preferredoffers .cta-btn-area .cta-btn-container .cta-btn {
    min-width: 300px;
    padding: 15px;
  }
}
#preferredoffers .cta-btn-area .cta-btn-container .cta-btn img {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  #preferredoffers .cta-btn-area .cta-btn-container .cta-btn img {
    width: 63px;
    height: 63px;
  }
}
#preferredoffers .cta-btn-area .cta-btn-container .cta-btn p {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  z-index: 10;
}
@media (min-width: 768px) {
  #preferredoffers .cta-btn-area .cta-btn-container .cta-btn p {
    font-size: 30px;
    line-height: 35px;
  }
}
#preferredoffers .cta-btn-area .cta-btn-container .cta-btn::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -10px;
  width: 0px;
  height: 200%;
  background: #fff;
  transform: rotate(-15deg);
  -webkit-box-shadow: 1px 1px 20px 12px #fff;
  -moz-box-shadow: 1px 1px 20px 12px #fff;
  box-shadow: 1px 1px 20px 12px #fff;
  animation-name: slideRight;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
#preferredoffers .risk-remark {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  z-index: 1;
}
#preferredoffers .risk-remark .remark-box {
  background: #fff;
  padding: 5px 15px;
  border: 1px solid #000;
}
#preferredoffers .risk-remark .remark-box .remark-txt {
  font-size: 14px;
  line-height: 18px;
}
#preferredoffers .main-msg {
  font-size: 21px;
  line-height: 33px;
}
#preferredoffers .main-msg span {
  font-weight: bold;
  color: #074736;
}
#preferredoffers .section-btm {
  margin-bottom: 52px;
}

.section-divider {
  width: 100%;
  height: 60px;
  background-color: #fff;
}

.top-tabs-section {
  position: relative;
}
.top-tabs-section .img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(201, 235, 246);
}
.top-tabs-section a:hover {
  color: black;
}
.top-tabs-section .content-container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .top-tabs-section .content-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.top-tabs-section .tabs-container {
  display: block;
}
@media (min-width: 992px) {
  .top-tabs-section .tabs-container {
    margin-bottom: 50px;
    display: flex;
  }
}
.top-tabs-section .tabs {
  position: relative;
  padding: 20px 20px 28px;
  width: 100%;
  align-items: center;
  border-radius: 25px;
  border-color: #074736;
  background-color: #bbd6c9;
  margin-bottom: 50px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .top-tabs-section .tabs {
    margin-bottom: 0;
    margin-left: 50px;
  }
}
.top-tabs-section .tabs.active {
  border-color: #074736;
  background-color: #fff;
}
.top-tabs-section .tabs.active::after {
  display: block;
}
.top-tabs-section .tabs:first-child {
  margin-left: 0;
}
.top-tabs-section .tabs::after {
  content: "";
  display: none;
  position: absolute;
  bottom: -39px;
  background-image: url("./box_arrow.svg");
  width: 51px;
  height: 39px;
}
.top-tabs-section .tabs .label {
  cursor: pointer;
  margin-bottom: 14px;
  background-color: transparent;
  font-size: 18px;
  line-height: 17px;
}
.top-tabs-section .tabs .img-icon {
  width: 90px;
  height: 90px;
}
.top-tabs-section .tabs .title {
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  margin-left: 4px;
}
.top-tabs-section .tabs p {
  color: #074736;
}
.top-tabs-section .ticket-icon {
  height: 24px;
  margin-bottom: 4px;
}
.top-tabs-section .dot-icon {
  margin: 16px 0;
}
.top-tabs-section .tab-content {
  display: none;
  background-color: #fff;
  border: 1px solid #074736;
  padding: 50px 20px;
  color: #fff;
  text-align: center;
  border-radius: 25px;
}
.top-tabs-section .tab-content p {
  font-size: 21px;
  line-height: 32px;
  color: #074736;
}
.top-tabs-section .tab-content p span {
  font-weight: bold;
}
.top-tabs-section .tab-content p span[data-size=large] {
  font-size: 24px;
}
.top-tabs-section .tab-content a {
  color: #074736;
}
.top-tabs-section .tab-content .cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  padding: 12px 0;
  background: #074736;
  color: #fff;
  border-radius: 80px;
  font-size: 25px;
  font-weight: bold;
  width: 328px;
}
.top-tabs-section .tab-content.sm {
  margin-bottom: 25px;
}
.top-tabs-section[data-current-tab="1"] .tab-content.content-1 {
  display: none;
}
@media (min-width: 992px) {
  .top-tabs-section[data-current-tab="1"] .tab-content.content-1 {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    align-items: center;
    justify-content: center;
  }
}
.top-tabs-section[data-current-tab="1"] .tab-content.content-1.sm {
  display: block;
}
@media (min-width: 992px) {
  .top-tabs-section[data-current-tab="1"] .tab-content.content-1.sm {
    display: none;
  }
}
.top-tabs-section[data-current-tab="2"] .tab-content.content-2 {
  display: none;
}
@media (min-width: 992px) {
  .top-tabs-section[data-current-tab="2"] .tab-content.content-2 {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    align-items: center;
    justify-content: center;
  }
}
.top-tabs-section[data-current-tab="2"] .tab-content.content-2.sm {
  display: block;
}
@media (min-width: 992px) {
  .top-tabs-section[data-current-tab="2"] .tab-content.content-2.sm {
    display: none;
  }
}
.top-tabs-section[data-current-tab="3"] .tab-content.content-3 {
  display: none;
}
@media (min-width: 992px) {
  .top-tabs-section[data-current-tab="3"] .tab-content.content-3 {
    display: block;
  }
}
.top-tabs-section[data-current-tab="3"] .tab-content.content-3.sm {
  display: block;
}
@media (min-width: 992px) {
  .top-tabs-section[data-current-tab="3"] .tab-content.content-3.sm {
    display: none;
  }
}

.cta-btn-container {
  position: relative;
  background-color: #96d200;
  border-radius: 10px;
  border: 3px solid black;
  overflow: hidden;
}
.cta-btn-container .cta-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .cta-btn-container .cta-btn {
    min-width: 300px;
    padding: 15px;
  }
}
.cta-btn-container .cta-btn img {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .cta-btn-container .cta-btn img {
    width: 63px;
    height: 63px;
  }
}
.cta-btn-container .cta-btn p {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  z-index: 10;
}
@media (min-width: 768px) {
  .cta-btn-container .cta-btn p {
    font-size: 30px;
    line-height: 35px;
  }
}
.cta-btn-container .cta-btn::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -10px;
  width: 0px;
  height: 200%;
  background: #fff;
  transform: rotate(-15deg);
  -webkit-box-shadow: 1px 1px 20px 12px #fff;
  -moz-box-shadow: 1px 1px 20px 12px #fff;
  box-shadow: 1px 1px 20px 12px #fff;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

#section-3 {
  background-color: #dff0b1;
}
#section-3 .exist-img,
#section-3 .exist-content {
  display: none;
}
#section-3[data-client-type=exist] .left-side .exist-img {
  display: block;
}
#section-3[data-client-type=exist] .left-side :not(.exist-img) {
  display: none;
}
#section-3[data-client-type=exist] .right-side .title.exist-content,
#section-3[data-client-type=exist] .right-side .desc.exist-content {
  display: block;
}
#section-3[data-client-type=exist] .right-side .title:not(.exist-content),
#section-3[data-client-type=exist] .right-side .desc:not(.exist-content) {
  display: none;
}
#section-3[data-client-type=exist] .new-custom-box {
  display: none;
}
#section-3 .header-container {
  position: relative;
}
#section-3 .header-container .content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  z-index: 10;
}
#section-3 .header-container .content .bg-img {
  position: absolute;
  z-index: -10;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  #section-3 .header-container .content {
    padding: 30px 0;
    padding: 20px 0;
  }
}
#section-3 .header-container .content .icon-phone {
  max-width: 40px;
  height: auto;
  width: auto;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  #section-3 .header-container .content .icon-phone {
    max-width: 87px;
  }
}
#section-3 .header-container .content p {
  font-size: 25px;
  line-height: 25px;
}
@media (min-width: 1024px) {
  #section-3 .header-container .content p {
    font-size: 35px;
    line-height: 35px;
  }
}
#section-3 .header-container .tabs-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}
#section-3 .header-container .tabs-container .slider-tab {
  border-radius: 80px;
  border: 1px solid #fff;
  text-align: center;
  flex: 1;
  max-width: 400px;
  box-shadow: 3px 3px 10px rgba(30, 30, 30, 0.1);
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  padding: 10px;
  background-color: #ffffff;
  color: #186841;
}
#section-3 .header-container .tabs-container .slider-tab:last-child {
  margin-left: 15px;
}
@media (min-width: 1024px) {
  #section-3 .header-container .tabs-container .slider-tab {
    padding: 20px 50px;
    font-size: 23px;
  }
  #section-3 .header-container .tabs-container .slider-tab:last-child {
    margin-left: 30px;
  }
}
#section-3 .header-container .tabs-container .slider-tab img {
  height: 50px;
}
#section-3 .header-container .tabs-container .slider-tab.active {
  background-color: #e6f0be;
  transform: scale(1.05);
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  #section-3 .header-container .tabs-container .slider-tab:last-child {
    margin-left: 60px;
  }
  #section-3 .header-container .tabs-container .slider-tab img {
    height: auto;
  }
}
#section-3 .right-left-container {
  display: block;
}
@media (min-width: 1024px) {
  #section-3 .right-left-container {
    display: flex;
    justify-content: space-between;
    min-height: 500px;
  }
}
#section-3 .right-left-container .left-side {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #section-3 .right-left-container .left-side {
    width: 43%;
    padding: 0 calc(8.3333333333% - 30px);
  }
}
#section-3 .right-left-container .right-side {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #section-3 .right-left-container .right-side {
    width: 50%;
    margin-left: 100px;
  }
}
#section-3 .right-left-container .right-side .dl-detail-container,
#section-3 .right-left-container .right-side .collapse-span {
  position: relative;
  flex-direction: column;
  width: 100%;
  min-height: 150px;
  margin-left: auto;
  margin-right: auto;
}
#section-3 .right-left-container .right-side .dl-detail-container .step-container,
#section-3 .right-left-container .right-side .collapse-span .step-container {
  display: inline-flex;
  align-items: center;
}
#section-3 .right-left-container .right-side .dl-detail-container .step-container .title,
#section-3 .right-left-container .right-side .collapse-span .step-container .title {
  color: #055541;
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}
#section-3 .right-left-container .right-side .dl-detail-container .expand-container .desc,
#section-3 .right-left-container .right-side .collapse-span .expand-container .desc {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 40px;
}
#section-3 .right-left-container .right-side .dl-detail-container .expand-container .download-btn,
#section-3 .right-left-container .right-side .collapse-span .expand-container .download-btn {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  #section-3 .right-left-container .right-side .dl-detail-container .expand-container .download-btn,
  #section-3 .right-left-container .right-side .collapse-span .expand-container .download-btn {
    display: none;
  }
}
#section-3 .right-left-container .right-side .dl-detail-container .expand-container .app-icons-ctn,
#section-3 .right-left-container .right-side .collapse-span .expand-container .app-icons-ctn {
  margin-left: auto;
  margin-right: auto;
  width: 88%;
  max-width: 414px;
}
@media (min-width: 768px) {
  #section-3 .right-left-container .right-side .dl-detail-container .expand-container .app-icons-ctn,
  #section-3 .right-left-container .right-side .collapse-span .expand-container .app-icons-ctn {
    width: 100%;
    max-width: none;
  }
}
#section-3 .right-left-container .right-side .dl-detail-container .expand-container .app-icons-ctn .first-lv,
#section-3 .right-left-container .right-side .collapse-span .expand-container .app-icons-ctn .first-lv {
  display: flex;
}
#section-3 .right-left-container .right-side .dl-detail-container .expand-container .app-icons-ctn .first-lv .left-grp,
#section-3 .right-left-container .right-side .collapse-span .expand-container .app-icons-ctn .first-lv .left-grp {
  flex-direction: column;
  display: flex;
  width: 35%;
}
#section-3 .right-left-container .right-side .dl-detail-container .expand-container .app-icons-ctn .first-lv .left-grp .app-icon-img,
#section-3 .right-left-container .right-side .collapse-span .expand-container .app-icons-ctn .first-lv .left-grp .app-icon-img {
  margin-bottom: 12px;
}
#section-3 .right-left-container .right-side .dl-detail-container .expand-container .app-icons-ctn .first-lv .left-grp a,
#section-3 .right-left-container .right-side .collapse-span .expand-container .app-icons-ctn .first-lv .left-grp a {
  margin-top: 6px;
}
#section-3 .right-left-container .right-side .dl-detail-container .expand-container .app-icons-ctn .first-lv .qr-code-container,
#section-3 .right-left-container .right-side .collapse-span .expand-container .app-icons-ctn .first-lv .qr-code-container {
  margin-left: 12px;
  width: 65%;
  margin-top: -2px;
}
#section-3 .right-left-container .right-side .dl-detail-container .expand-container .app-icons-ctn .search-icon,
#section-3 .right-left-container .right-side .collapse-span .expand-container .app-icons-ctn .search-icon {
  margin-top: 12px;
  width: 98%;
}
#section-3 .right-left-container .right-side .dl-detail-container .expand-container,
#section-3 .right-left-container .right-side .collapse-span .expand-container {
  display: block;
}
#section-3 .right-left-container .right-side .dl-detail-container .title span,
#section-3 .right-left-container .right-side .collapse-span .title span {
  font-size: 30px;
}
@media (min-width: 768px) {
  #section-3 .right-left-container .right-side .dl-detail-container,
  #section-3 .right-left-container .right-side .collapse-span {
    max-width: 392px;
  }
  #section-3 .right-left-container .right-side .dl-detail-container .title span,
  #section-3 .right-left-container .right-side .collapse-span .title span {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  #section-3 .right-left-container .right-side .dl-detail-container,
  #section-3 .right-left-container .right-side .collapse-span {
    margin-left: 0;
    margin-right: 0;
  }
}
#section-3 .new-custom-box .content-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  background-color: #e6f0be;
  padding: 25px;
  margin: 0 0 20px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
#section-3 .new-custom-box .content-box .header {
  font-size: 36px;
  line-height: 54px;
  text-align: center;
}
#section-3 .new-custom-box .content-box .content {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
@media (min-width: 768px) {
  #section-3 .new-custom-box .content-box {
    margin: 0 30px 30px;
  }
}
#section-3 .remark {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  #section-3 .remark {
    margin: 0 30px 30px;
  }
}
#section-3 .icon-download {
  max-width: 45px;
}

.step-container, .content-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .content-container {
    padding: 0 20px;
  }
}

#top_banner_area {
  margin-top: 3px;
}
@media (min-width: 768px) {
  #top_banner_area {
    margin-top: 7px;
    margin-bottom: 0;
  }
}
#top_banner_area .top-banner {
  position: relative;
}
#top_banner_area .top-banner .cta-btn-container {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.34);
  background: linear-gradient(127.57deg, #186841 0%, #49b85a 100%);
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  #top_banner_area .top-banner .cta-btn-container {
    top: 78%;
    z-index: 5;
  }
}
@media (min-width: 1024px) {
  #top_banner_area .top-banner .cta-btn-container {
    top: 74%;
    left: 12.4%;
    display: flex;
    justify-content: flex-start;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
#top_banner_area .top-banner .cta-btn-container .cta-btn {
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media (min-width: 1184px) {
  #top_banner_area .top-banner .cta-btn-container .cta-btn {
    padding: 15px;
  }
}
@media (min-width: 1440px) {
  #top_banner_area .top-banner .cta-btn-container .cta-btn {
    min-width: 300px;
  }
}
#top_banner_area .top-banner .cta-btn-container .cta-btn img {
  width: 40px;
  height: 40px;
}
@media (min-width: 1440px) {
  #top_banner_area .top-banner .cta-btn-container .cta-btn img {
    width: 63px;
    height: 63px;
  }
}
#top_banner_area .top-banner .cta-btn-container .cta-btn p {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
}
@media (min-width: 1440px) {
  #top_banner_area .top-banner .cta-btn-container .cta-btn p {
    font-size: 30px;
  }
}
#top_banner_area .top-banner .cta-btn-container .cta-btn::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -10px;
  width: 0px;
  height: 200%;
  z-index: -20;
  background: #fff;
  transform: rotate(-15deg);
  -webkit-box-shadow: 1px 1px 40px 20px #fff;
  -moz-box-shadow: 1px 1px 40px 20px #fff;
  box-shadow: 1px 1px 40px 20px #fff;
  animation-name: slideRight;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.PRF-logo .desktop {
  display: none;
}
@media (min-width: 1024px) {
  .PRF-logo .desktop {
    display: block;
    position: absolute;
    top: 17px;
    left: 280px;
    max-width: 100px;
  }
}
@media (min-width: 1300px) {
  .PRF-logo .desktop {
    top: 15px;
    left: 285px;
    max-width: 120px;
  }
}
@media (min-width: 1400px) {
  .PRF-logo .desktop {
    top: 27px;
    left: 405px;
  }
}
@media (min-width: 1500px) {
  .PRF-logo .desktop {
    left: 415px;
  }
}
@media (min-width: 1780px) {
  .PRF-logo .desktop {
    top: 27px;
    left: 524px;
    max-width: 140px;
  }
}
.PRF-logo .mobile {
  display: block;
  position: absolute;
  top: 17px;
  left: 212px;
  max-width: 80px;
}
@media (min-width: 768px) {
  .PRF-logo .mobile {
    top: 27px;
    left: 360px;
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  .PRF-logo .mobile {
    left: 420px;
  }
}
@media (min-width: 1024px) {
  .PRF-logo .mobile {
    display: none;
  }
}
.PRF-logo .all {
  position: absolute;
  top: 20px;
  left: 210px;
  max-width: 70px;
}
@media (min-width: 512px) {
  .PRF-logo .all {
    max-width: 80px;
  }
}
@media (min-width: 768px) {
  .PRF-logo .all {
    top: 30px;
    left: 360px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .PRF-logo .all {
    top: 25px;
    left: 510px;
    width: 130px;
  }
}
.PRF-logo .all-white {
  position: absolute;
  top: 17.5px;
  left: 210px;
  max-width: 70px;
}
@media (min-width: 512px) {
  .PRF-logo .all-white {
    max-width: 80px;
  }
}
@media (min-width: 768px) {
  .PRF-logo .all-white {
    top: 25px;
    left: 360px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .PRF-logo .all-white {
    top: 27px;
    left: 510px;
    width: 130px;
  }
}

.lead-in {
  font-size: 24px;
}

.action-text {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px !important;
}

.green-text-wrapper {
  padding: 4px 24px;
  color: #fff;
  background-color: #186841;
  border-radius: 26px;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-title {
  max-width: 500px;
  background-color: #055541;
  color: #fff;
  margin: 0 auto;
}

.tab-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px 0 70px 0;
}
@media (min-width: 768px) {
  .tab-bar {
    margin: 36px 0 40px;
  }
}
/*
.tab-btn {
  position: relative;
  width: 44%;
  font-size: 22px;
  font-weight: bold;
  max-width: 340px;
  z-index: 2;
  color: white;
  background-color: #055541;
  border-radius: 20px;
  padding: 2px;
}
.tab-btn:last-child {
  margin-left: 16px;
}*/
@media (min-width: 768px) {
  .tab-btn:last-child {
    margin-left: 30px;
  }
}
.tab-btn .tab-content {
  width: 100%;
  height: 100%;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  border-radius: 20px;
}
.tab-btn img {
  height: auto;
}
/*
.tab-btn.active {
  background-color: #96d200;
}
.tab-btn.active .tab-content {
  background-color: #96d200;
}*/
@media (min-width: 768px) {
  .tab-btn {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  .tab-btn img {
    height: 124px;
  }
}

.tab-content {
  display: none;
  width: 100%;
}
.tab-content.active {
  display: block;
}

.customer-slogan-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .customer-slogan-area {
    width: auto;
    flex-direction: row;
  }
}

.customer-slogan-grp {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .customer-slogan-grp {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.customer-slogan-type {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  width: 100%;
}
.customer-slogan-type div:not(:first-child) {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .customer-slogan-type {
    width: auto;
    flex-direction: row;
    font-size: 30px;
  }
  .customer-slogan-type div:not(:first-child) {
    margin-top: 0;
  }
}

.card {
  background: #fff;
  border-radius: 50px;
  margin-bottom: 40px;
}
.card .img-usd200,
.card .img-usd100,
.card .img-hkd200 {
  max-width: 280px;
}
@media (min-width: 768px) {
  .card {
    border-radius: 60px;
    margin-bottom: 60px;
  }
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  height: 128px;
  background-color: #96d200;
  border-bottom: 5px solid #d4eab4;
  border: 1px solid #186841;
}
@media (min-width: 768px) {
  .accordion-header {
    height: 124px;
  }
}
.accordion-header .accordion-icon {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .accordion-header .accordion-icon {
    margin-right: 30px;
  }
}
.accordion-header .content-group {
  width: calc(100% - 72px);
}
.accordion-header .content-bar {
  width: 100%;
  display: block;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .accordion-header .content-bar {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .accordion-header .content-bar .title {
    display: inline-flex;
    align-items: center;
  }
}

.dot-border {
  width: 100%;
  height: 5px;
  background-image: url("../images/pattern/dot_white.png");
  background-repeat: repeat;
}

.header-rect {
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffe4 0%, #ffffa5 100%);
  padding: 4px 16px;
  font-size: 18px;
  margin-right: 16px;
  margin-bottom: 4px;
  max-width: fit-content;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .header-rect {
    font-size: 20px;
    margin-right: 32px;
  }
}

.head-title {
  font-size: 20px;
  font-weight: bold;
  color: #186841;
}
@media (min-width: 768px) {
  .head-title {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .head-title {
    font-size: 30px;
  }
}
@media (min-width: 1196px) {
  .head-title {
    font-size: 40px;
    line-height: 48px;
  }
}
.head-title .break-line {
  display: none;
}
@media (min-width: 1440px) {
  .head-title .break-line {
    display: block;
  }
}

.head-sm-title {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .head-sm-title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .head-sm-title {
    font-size: 18px;
  }
}
@media (min-width: 1124px) {
  .head-sm-title {
    font-size: 20px;
  }
}

.left-title-grp span {
  white-space: nowrap !important;
}

.expand-icon {
  margin-left: 12px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  border-radius: 100%;
}
.expand-icon img {
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
}
.expand-icon .open {
  display: none;
}
.expand-icon.active .open {
  display: block;
}
.expand-icon.active .close {
  display: none;
}

.accordion-body {
  display: none;
  padding: 12px 12px;
  border: 1px solid #186841;
  background-color: #fff;
  border-top-width: 0;
}
.accordion-body.active {
  display: block;
}
.accordion-body small {
  line-height: 20px;
}

.card-content {
  border: 1px solid #186841;
  border-radius: 28px;
  padding: 0 72px;
}
@media (min-width: 1440px) {
  .card-content {
    padding: 0 112px;
  }
}

.header-1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 40px 20px 0;
}

.header-2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 0px 20px 40px;
}

.list-group {
  border-radius: 28px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .list-group {
    padding: 0 36px;
  }
}
@media (min-width: 1440px) {
  .list-group {
    padding: 0 72px;
  }
}
.list-group .list-points {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .list-group .list-points {
    font-size: 21px;
    line-height: 30px;
  }
}
.list-group .list-points li {
  color: #055541;
}
.list-group .list-points li span {
  color: black;
}
.list-group .list-item {
  display: flex;
  padding: 16px 0;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .list-group .list-item {
    padding: 40px 0;
  }
}
.list-group .list-item:first-child {
  border-top: 0 none;
}
.list-group .list-item.no-dropdown {
  align-items: center;
}
.list-group .list-item .key-points {
  background-color: #e6f0be;
  border-radius: 30px;
  color: #186841;
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-right: 15px;
  max-width: fit-content;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .list-group .list-item .key-points {
    margin-right: 20px;
  }
}
.list-group .list-item .num-point {
  background-color: #e6f0be;
  border-radius: 50%;
  color: #186841;
  font-size: 18px;
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .list-group .list-item .num-point {
    font-size: 24px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 20px;
  }
}
.list-group .list-item .list-content {
  width: 100%;
  margin-top: 8px;
  color: #186841;
  font-weight: bold;
}
.list-group .list-item .list-content .list-heading {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .list-group .list-item .list-content .list-heading {
    font-size: 24px;
    line-height: 30px;
    padding-right: 12px;
  }
}
.list-group .list-item .list-content .list-heading:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .list-group .list-item .list-content {
    flex-basis: 79%;
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .list-group .list-item .list-content {
    flex: 1;
  }
}
.list-group .list-item .list-tag {
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .list-group .list-item .list-tag {
    margin-bottom: 0;
    order: 3;
  }
}
@media (min-width: 1024px) {
  .list-group .list-item .list-tag {
    margin-left: 24px !important;
    margin-top: 0;
    display: block;
    width: auto;
  }
}
@media (min-width: 1280px) {
  .list-group .list-item .list-tag {
    margin-left: 36px !important;
    margin-top: 0;
    margin-bottom: 0;
    order: 3;
  }
}
.list-group .list-item .tag {
  min-width: 337px;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: bold;
  width: 200px;
  text-align: center;
  background-color: #e9f4d8;
}
@media (min-width: 768px) {
  .list-group .list-item .tag {
    font-size: 24px;
  }
}
.list-group .list-item .tag .tag-title {
  font-size: 24px;
}
@media (min-width: 768px) {
  .list-group .list-item .tag .tag-title {
    font-size: 36px;
  }
}

.card-table {
  box-sizing: border-box;
  border: 1px solid #186841;
  font-size: 18px;
  margin-top: 20px;
  overflow: hidden;
  border-collapse: collapse;
  border-radius: 1em;
}
.card-table .w-20\% {
  width: auto;
}
@media (min-width: 768px) {
  .card-table .w-20\% {
    width: 20%;
  }
}
.card-table.alt div {
  padding: 12px;
  border-top: 1px solid #186841;
}
@media (min-width: 1280px) {
  .card-table.alt div {
    padding: 12px 24px;
  }
}
.card-table.alt div:first-child {
  background-color: #186841;
  color: #fff;
  border-top: 0;
}
.card-table table {
  width: 100%;
}
.card-table thead {
  background-color: #186841;
  color: #fff;
  font-weight: normal !important;
}
.card-table thead th {
  padding: auto 8px;
}
@media (min-width: 1280px) {
  .card-table thead th {
    padding: auto 16px;
  }
}
.card-table tbody td {
  padding: 8px;
  border-top: 1px solid #186841;
}

.accord-toggle {
  font-weight: bold;
  font-size: 20px;
}
.accord-toggle.open span {
  transform: rotate(90deg);
}

.chevron {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #006738;
  margin-right: 7.5px;
}

.accord-content {
  display: none;
}
.accord-content.show {
  display: block;
}

.header-3 {
  font-size: 20px;
  margin-top: 40px;
}

.header-3b {
  font-size: 20px;
  margin-top: 24px;
}

.table-green {
  font-size: 18px;
  width: 100%;
  max-width: 600px;
  margin-bottom: 40px;
}
.table-green thead {
  background: none;
}
.table-green thead th {
  text-align: center;
}
.table-green tbody {
  background: none;
}
.table-green tbody tr {
  background: none;
}
.table-green tbody td {
  border-top: 1px solid #006738;
  padding: 5px 10px;
  text-align: center;
}

.card-footer {
  font-size: 24px;
  padding: 30px 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .card-footer {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.header-4 {
  display: inline-block;
  font-size: 25px;
  padding: 5px 20px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #e6f0be;
}

@keyframes bounce2 {
  0%, 30%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-16px);
  }
  40% {
    transform: translateY(-12px);
  }
  60% {
    transform: translateY(-8px);
  }
}
.slide-card {
  margin: 50px 0;
}
.slide-card .slide-card-container {
  display: block;
  background: url(bg-line.png) no-repeat 0 126px;
}
.slide-card .slide-card-container .desc {
  font-weight: bold;
  margin-left: 30px;
}
.slide-card #swiper1 .swiper-slide,
.slide-card #swiper3 .swiper-slide {
  min-height: 290px;
}
.slide-card #swiper2 .swiper-slide {
  min-height: 460px;
}
@media (min-width: 1024px) {
  .slide-card #swiper2 .swiper-slide {
    min-height: 400px;
  }
}
.slide-card .swiper-slide {
  background: linear-gradient(145deg, #f4efad 0%, #c5f5b0 100%);
  min-height: 230px;
  width: 340px;
  padding: 20px 30px;
  border-radius: 20px;
  height: auto;
  font-size: 24px;
}
.slide-card .swiper-slide .small-card-content {
  font-size: 20px;
  position: relative;
  z-index: 20;
}
.slide-card .swiper-slide .small-card-icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.slide-card .swiper-slide.mpower-slide {
  min-height: 330px;
}
@media (min-width: 1024px) {
  .slide-card .swiper-slide.mpower-slide {
    min-height: 300px;
  }
}
.slide-card .swiper-slide.mpower-slide .mpower-card-icon {
  position: absolute;
  left: 30px;
  bottom: 15px;
  max-width: 120px;
}
.slide-card .swiper-slide.mpower-slide .gif-college-credit-card {
  position: absolute;
  left: 40px;
  bottom: 30px;
  max-width: 160px;
}
.slide-card .right {
  margin-top: 40px;
  position: relative;
}
.slide-card ul {
  padding-left: 25px;
}
.slide-card ul li::marker {
  color: #2f857e;
}
@media (min-width: 1024px) {
  .slide-card .slide-card-container {
    display: flex;
  }
  .slide-card .swiper-slide {
    width: 410px;
  }
  .slide-card .left {
    width: 35%;
    display: flex;
    justify-content: flex-end;
    min-width: 484px;
  }
  .slide-card .left-container {
    min-width: 484px;
  }
  .slide-card .left-container .title-img {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .slide-card .left-container .title-img img {
    max-width: 420px;
  }
  .slide-card .right {
    width: 65%;
    max-width: calc(100% - 484px);
    margin-top: 10px;
  }
  .slide-card .desc {
    margin-top: 20px;
  }
  .slide-card .swiper-button-prev {
    left: -70px;
  }
  .slide-card .swiper-button-prev,
  .slide-card .swiper-button-next {
    width: 90px;
    height: 90px;
    background: #2a8679;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  }
  .slide-card .swiper-button-prev:after,
  .slide-card .swiper-button-next:after {
    font-family: inherit;
  }
  .slide-card .swiper-button-prev:after {
    content: "<";
  }
  .slide-card .swiper-button-next:after {
    content: ">";
  }
  .slide-card .swiper-button-disabled {
    display: none;
  }
}
@media (max-width: 1023px) {
  .slide-card .swiper-button-prev,
  .slide-card .swiper-button-next {
    display: none;
  }
}
.slide-card .desc {
  max-width: 350px;
}

.app-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 15px 20px;
}
@media (min-width: 1024px) {
  .app-section {
    margin: 50px 0 40px;
  }
}
.app-section > .slogan {
  color: #2a8778;
  font-weight: bold;
}
.app-section .app-template {
  display: flex;
  justify-content: center;
}
.app-section .app-template .app-icon-img {
  width: 77px;
  min-width: 77px;
}
@media (min-width: 840px) {
  .app-section .app-template .app-icon-img {
    width: 138px;
    min-width: 138px;
  }
}
.app-section .app-template .btn-download img {
  width: 125px;
  height: 37px;
}
@media (min-width: 840px) {
  .app-section .app-template .btn-download img {
    width: 224.4px;
    height: 66px;
  }
}
.app-section .app-template .app-img-template {
  display: inline-block;
  vertical-align: middle;
  color: #5a5a5a;
  padding-right: 10px;
}
.app-section .app-template .app-download-template {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  margin-left: -4px;
  color: #5a5a5a;
}
.app-section .app-template .app-download-template .app-search-box {
  width: 255px;
  margin-bottom: 5px;
}
@media (min-width: 840px) {
  .app-section .app-template .app-download-template .app-search-box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.app-section .app-template .app-download-template .app-search-box img {
  width: 100%;
}
.app-section .app-template .qr-code {
  width: 77px;
  min-width: 77px;
  padding: 0;
}
@media (min-width: 840px) {
  .app-section .app-template .qr-code {
    width: 138px;
    min-width: 138px;
  }
}

.tnc-txt-sm, .tnc-section .tnc-container span,
.tnc-section .tnc-container p,
.tnc-section .tnc-container li {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 60.5625rem) {
  .tnc-txt-sm, .tnc-section .tnc-container span,
  .tnc-section .tnc-container p,
  .tnc-section .tnc-container li {
    line-height: 25px;
  }
}
.tnc-txt-md {
  font-size: 22px;
  line-height: 35px;
}
@media (min-width: 60.5625rem) {
  .tnc-txt-md {
    font-size: 25px;
    line-height: 36px;
  }
}
.tnc-txt-lg, .app-section > .slogan {
  font-size: 20.13px;
  line-height: 29px;
}
@media (min-width: 60.5625rem) {
  .tnc-txt-lg, .app-section > .slogan {
    font-size: 35px;
    line-height: 51px;
  }
}

@media (min-width: 768px) {
  .tnc-section {
    padding: 0 15px;
  }
}
.tnc-section .tnc-container span {
  display: inline-block;
}
.tnc-section .tnc-container a {
  color: #000;
  text-decoration: underline;
}
.tnc-section .tnc-container ul,
.tnc-section .tnc-container ol {
  padding-left: 30px;
}
.tnc-section .tnc-container ul li > ol,
.tnc-section .tnc-container ol li > ol {
  list-style-type: lower-alpha;
  padding-left: 0;
}
.tnc-section .tnc-container ul li > ul,
.tnc-section .tnc-container ol li > ul {
  padding-left: 0;
}
.tnc-section .tnc-container .tnc-border {
  border: solid 1px #000;
  padding: 20px;
}
.tnc-section .tnc-container .img-tnc-gif {
  margin-bottom: 5px;
}
.tnc-section .tnc-container .img-tnc-gif-2 {
  margin-bottom: 2.5px;
}
.tnc-section .tnc-container .img-tnc-gif-5 {
  margin-bottom: 1.5px;
}

#wrap {
  padding-bottom: 150px;
}
@media (min-width: 768px) {
  #wrap {
    padding-bottom: 100px;
  }
}

.fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 19;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.4);
}
.fixed-btn .fixed-btn-row {
  display: flex;
}
.fixed-btn .fixed-btn-row .left {
  padding: 10px;
  background-color: #ffc000;
  display: flex;
  flex-direction: column;
  color: #046a3a;
  width: 100%;
}
.fixed-btn .fixed-btn-row .right {
  display: flex;
  align-items: center;
  padding: 10px;
  width: 50%;
  background-color: #005740;
  color: white;
}
@media (min-width: 1024px) {
  .fixed-btn .fixed-btn-row .right {
    padding-left: 100px;
  }
}
.fixed-btn .fixed-btn-row .link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #046a3a;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.fixed-btn .fixed-btn-row .link:hover {
  transform: scale(1.05);
}
.fixed-btn .fixed-btn-row .icon-phone {
  width: 30px;
  margin-right: 10px;
}
.fixed-btn .fixed-btn-row .icon-whatapp {
  width: 30px;
  margin-right: 10px;
}
.fixed-btn .fixed-btn-row .breaker {
  width: 1px;
  height: 100%;
  background-color: #046a3a;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .fixed-btn .fixed-btn-row .breaker {
    margin-right: 60px;
    margin-left: 60px;
  }
}

.modal {
  overflow-y: auto;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.55);
}
.modal .modal-content {
  overflow-y: auto;
  background-color: #fefefe;
  margin: 0 auto;
  padding: 30px 15px 10px;
  width: 95%;
  max-width: 45%;
  color: #333;
  line-height: 130%;
  max-height: calc(100% - 130px);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  border-radius: 20px;
  text-align: center;
  border: 0 none;
}
@media (max-width: 767px) {
  .modal .modal-content {
    max-width: 90%;
  }
}
.modal .modal-content.for-img {
  overflow-y: visible;
  max-width: 560px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .modal .modal-content.for-img {
    max-width: 560px;
    overflow: visible;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .modal .modal-content.for-img {
    max-width: 1280px;
    overflow: visible;
    width: 80%;
  }
}
.modal .modal-content .close {
  display: block;
  height: 25px;
  max-height: 25px;
  min-height: 25px;
  max-width: 25px;
  min-width: 25px;
  width: 25px;
  bottom: auto;
  left: auto;
  position: absolute;
  right: 10px;
  top: 5px;
  background-image: url(https://www.hangseng.com/etc/designs/hase/pws/common/rwd-assets/images/icn_stroke_close_grey02.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
.modal .modal-content .close-circle {
  position: absolute;
  right: 0;
  top: -48px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .modal .modal-content .close-circle {
    right: -48px;
    top: 0;
  }
}
.modal .modal-content .close-circle .close {
  display: block;
  height: 36px;
  max-height: 36px;
  min-height: 36px;
  max-width: 36px;
  min-width: 36px;
  width: 36px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-image: url(https://www.hangseng.com/etc/designs/hase/pws/common/rwd-assets/images/icn_stroke_close_grey02.svg);
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  z-index: 5;
}
.modal .modal-content .btn-holder {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.modal .modal-content .btn-holder .btn {
  border: 2px solid #009e83;
  border-radius: 60px;
  font-size: 16px;
  background: #fff;
  color: #000;
  display: block;
  margin-left: 0;
  width: 100%;
  padding: 15px 12px 14px;
  margin-bottom: 15px;
  text-align: center;
}
.modal .modal-content .btn-holder .btn.fill {
  background: #009e83;
  color: #fff;
}
.modal .modal-content .btn-holder .btn::before {
  display: none;
}

.warn-modal .modal-content {
  top: 30%;
  border: 0 none;
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .warn-modal .modal-content {
    max-width: 90%;
  }
}
.warn-modal .modal-content .warn-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
.warn-modal .modal-content .warn-desc {
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
  line-height: 24px;
}
.warn-modal .modal-content .warn-btn {
  text-align: right;
  padding-top: 40px;
}
.warn-modal .modal-content .warn-btn.open-ac-link {
  display: flex;
  justify-content: center;
  padding-top: 0;
  margin-top: 30px;
  flex-wrap: wrap;
}
.warn-modal .modal-content .warn-btn.open-ac-link a {
  font-size: 19px;
  line-height: 25px;
}
.warn-modal .modal-content .warn-btn.open-ac-link a:not(:last-child) {
  margin-bottom: 20px;
}
.warn-modal .modal-content .warn-btn .cancel-btn {
  border: 1px solid #005126;
  color: #005126;
  padding: 10px 40px;
  margin-right: 8px;
  border-radius: 3px;
}
.warn-modal .modal-content .warn-btn .con-btn {
  background-color: #005126;
  color: #fff;
  padding: 10px 40px;
  border-radius: 3px;
}

@keyframes slideRight {
  0% {
    left: -22%;
  }
  100% {
    left: 120%;
  }
}
.action-text-head {
  font-size: 30px;
}

.action-text-sub-head {
  font-size: 22px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .accordion-body {
    display: none;
    padding: 50px 60px;
  }
  .action-text-head {
    margin-top: 60px;
    font-size: 32px;
  }
  .action-text-sub-head {
    font-size: 16px;
  }
}
.no-action {
  pointer-events: none;
  user-select: none;
}

.isP2G .app-icons-ctn {
  display: block;
}

.partial-bg-1 {
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.partial-icon-1 {
  top: 10px;
  right: 10px;
  width: 70px;
}
@media (min-width: 1440px) {
  .partial-icon-1 {
    top: 20px;
    right: -90px;
    width: auto;
  }
}
.partial-icon-2 {
  left: 10px;
  bottom: 20px;
  width: 50px;
}
@media (min-width: 1440px) {
  .partial-icon-2 {
    left: -50px;
    bottom: 0px;
    width: auto;
  }
}
.partial-icon-3 {
  right: 0;
  bottom: -70px;
  width: 55px;
}
@media (min-width: 1440px) {
  .partial-icon-3 {
    top: 0;
    bottom: auto;
    width: auto;
  }
}
.partial-icon-4 {
  bottom: -130px;
}
@media (min-width: 768px) {
  .partial-icon-4 {
    left: 100px;
  }
}
@media (min-width: 992px) {
  .partial-icon-4 {
    left: 200px;
  }
}
@media (min-width: 1440px) {
  .partial-icon-4 {
    left: 350px;
  }
}
.partial-icon-5 {
  top: 150px;
  left: -20px;
}
@media (min-width: 1440px) {
  .partial-icon-5 {
    left: -30px;
  }
}
.partial-icon-6 {
  top: -50px;
  right: 20px;
}
.partial-icon-7 {
  top: -50px;
  right: 0px;
}
@media (min-width: 1440px) {
  .partial-icon-7 {
    top: -50px;
    right: -100px;
  }
}
@media (min-width: 1600px) {
  .partial-icon-7 {
    top: -30px;
    right: -150px;
  }
}
.partial-icon-8 {
  top: -80px;
  max-width: 40px;
}
@media (min-width: 1440px) {
  .partial-icon-8 {
    max-width: none;
    top: -60px;
    left: -110px;
  }
}
@media (min-width: 1600px) {
  .partial-icon-8 {
    left: -150px;
  }
}
.partial-icon-9 {
  top: -120px;
  left: 110px;
  max-width: 30px;
}
@media (min-width: 1440px) {
  .partial-icon-9 {
    max-width: 40px;
    top: -150px;
    left: -40px;
  }
}
@media (min-width: 1600px) {
  .partial-icon-9 {
    left: -80px;
  }
}
.partial-icon-pig {
  top: 0px;
  right: -70px;
  max-width: 50px;
}
@media (min-width: 1024px) {
  .partial-icon-pig {
    top: -20px;
    right: -100px;
    max-width: 70px;
  }
}

.new-section-3 .tab-partial .partial-icon-6 {
  top: 0px;
  left: -20px;
  max-height: 50px;
}
@media (min-width: 1024px) {
  .new-section-3 .tab-partial .partial-icon-6 {
    left: -35px;
    top: -15px;
    max-height: 82px;
  }
}
.new-section-3 .tab-partial.yellow {
  max-width: 320px;
}
.new-section-3 .box-placeholder {
  min-height: 80px;
  width: 100%;
}
@media (min-width: 1024px) {
  .new-section-3 .box-placeholder {
    min-height: 120px;
  }
}
@media (min-width: 1024px) {
  .new-section-3 .box-placeholder.alt {
    min-height: 100px;
  }
}
.new-section-3 .people-content-box.secondary {
  position: relative;
}
@media (min-width: 1440px) {
  .new-section-3 .people-content-box.secondary {
    position: absolute;
    bottom: -50px;
    width: 100%;
    right: -50px;
  }
}

.tab-partial {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #055541;
  border-radius: 80px;
  font-size: 20px;
  font-weight: bold;
  z-index: 2;
  text-align: center;
}
@media (min-width: 1024px) {
  .tab-partial {
    font-size: 25px;
  }
}
.tab-partial .shadow {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  background-color: #e6f0bd;
  border: 1.5px solid #186741;
  top: 7.5px;
  left: 7.5px;
  z-index: -2;
}
.tab-partial .front {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 80px;
  border: 1.5px solid #186741;
  background: #fff;
  z-index: -1;
}
.tab-partial.dark-green {
  color: #fff;
}
.tab-partial.dark-green .front {
  background: #186741;
}
.tab-partial.yellow {
  color: #055541;
}
.tab-partial.yellow .front {
  background: #ffda32;
}
@media (min-width: 768px) {
  .tab-partial {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .tab-partial:last-child {
    margin-left: 60px;
  }
  .tab-partial img {
    height: 124px;
  }
}

.people-content-box {
  position: relative;
  border: 1.5px solid #186741;
  padding: 25px;
  border-radius: 28px;
  background-color: #f9ffea;
}
.people-content-box.have-icon {
  padding-left: 70px;
}
@media (min-width: 1440px) {
  .people-content-box.have-icon {
    padding-left: 150px;
  }
}
.people-content-box.have-icon > .box-title {
  left: 40px;
}
@media (min-width: 1440px) {
  .people-content-box.have-icon > .box-title {
    left: 100px;
  }
}
.people-content-box.secondary {
  color: #fff;
  background-color: #186741;
}
.people-content-box.secondary .box-title {
  color: #055541;
  background-color: #fff;
}
.people-content-box .icon-people {
  position: absolute;
  max-width: 80px;
  top: -40px;
  left: -15px;
}
@media (min-width: 1440px) {
  .people-content-box .icon-people {
    top: -80px;
    left: -40px;
    max-width: 168px;
  }
}
.people-content-box .box-title {
  position: absolute;
  background-color: #b2ea03;
  color: #055541;
  border: 1.5px solid #186741;
  border-radius: 39px;
  padding: 5px 30px;
  font-weight: bold;
  font-size: 23px;
  line-height: 33px;
  top: -30px;
  left: 0;
}
@media (min-width: 1440px) {
  .people-content-box .box-title {
    top: -40px;
    font-size: 28px;
    line-height: 40px;
  }
}
.people-content-box .icon-lightbulb {
  margin-top: -25px;
  height: 45px;
}

.icon-outter-container {
  position: relative;
  margin-right: 20px;
  width: 72px;
  height: 72px;
  min-width: 72px;
  min-height: 72px;
}
@media (min-width: 768px) {
  .icon-outter-container {
    width: 96px;
    height: 96px;
    min-width: 96px;
    min-height: 96px;
  }
}
.icon-outter-container .icon-container {
  position: absolute;
  top: -63px;
  width: 100%;
  height: 100%;
  padding: 0.5px;
}
@media (min-width: 768px) {
  .icon-outter-container .icon-container {
    top: -61px;
  }
}
.icon-outter-container .icon-container .icon-border {
  padding: 5px;
  background-color: #f6fae9;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
.icon-outter-container .icon-container .half-c {
  position: absolute;
  bottom: -0.5px;
  left: -0.5px;
  width: 73px;
  height: 36.5px;
  border-radius: 0 0 36.5px 36.5px;
  z-index: 0;
  background-color: #055541;
}
@media (min-width: 768px) {
  .icon-outter-container .icon-container .half-c {
    width: 97px;
    height: 48.5px;
    border-radius: 0 0 48.5px 48.5px;
  }
}

.line-breaker {
  height: 1px;
  width: 100%;
  background-color: #186841;
}

.left-right-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .left-right-list {
    flex-direction: row;
  }
}
.left-right-list .left {
  width: 100%;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .left-right-list .left {
    width: 50%;
    padding-right: 30px;
  }
}
.left-right-list .right {
  width: 100%;
}
@media (min-width: 768px) {
  .left-right-list .right {
    width: 50%;
  }
}

.card-outter {
  width: 100%;
}
@media (min-width: 768px) {
  .card-outter {
    width: auto;
  }
}

.card-container {
  display: flex;
  justify-content: center;
}
.card-container .card-table {
  overflow: auto;
}
.card-container table {
  max-width: 600px;
}

.kv-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  border-radius: 15px;
  overflow: hidden;
  width: 250px;
}
@media (min-width: 768px) {
  .kv-btn {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .kv-btn {
    left: auto;
    transform: translateX(0);
    bottom: 30px;
    left: 50px;
    width: 250px;
    border-radius: 28px;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .kv-btn {
    bottom: 30px;
    left: 100px;
    max-width: none;
    width: 250px;
  }
}
@media (min-width: 1440px) {
  .kv-btn {
    bottom: 30px;
    left: 100px;
    max-width: none;
    width: 350px;
  }
}
@media (min-width: 1600px) {
  .kv-btn {
    max-width: none;
    bottom: 50px;
    left: 80px;
  }
}

.modal-content.remark-popup {
  padding: 0;
  border: none;
}
@media (min-width: 1024px) {
  .modal-content.remark-popup {
    max-width: 45%;
  }
}
.modal-content.remark-popup .big-title-container {
  padding: 0;
}
.modal-content.remark-popup .big-title-container .big-title {
  margin: 0;
  max-width: none;
}
.modal-content.remark-popup .gif-btn-1 {
  display: block;
  max-height: 61px;
  height: 61px;
  width: 392px;
}
.modal-content.remark-popup .gif-btn-1 img {
  height: 61px;
}
.modal-content.remark-popup .gif-btn-2 {
  display: block;
  max-height: 61px;
  height: 61px;
  width: 266px;
}
.modal-content.remark-popup .gif-btn-2 img {
  height: 61px;
}
.modal-content.remark-popup .main-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-content.remark-popup .main-content button {
  max-width: 400px;
  position: relative;
  background-image: none;
  max-height: none;
  min-height: auto;
  height: auto;
  width: auto;
  top: auto;
  bottom: auto;
  right: auto;
}
.modal-content.remark-popup .main-content .show-remark {
  display: flex;
  justify-content: center;
  align-self: flex-start;
}
.modal-content.remark-popup .main-content .show-remark input {
  margin-bottom: 0;
}
.modal-content.remark-popup .main-content .show-remark .custom-checkbox {
  width: 20px;
  height: 20px;
  padding: 2px;
  border: 2px solid #026a3a;
  cursor: pointer;
}
.modal-content.remark-popup .main-content .show-remark .custom-checkbox span {
  display: block;
  width: 100%;
  height: 100%;
}
.modal-content.remark-popup .main-content .show-remark .custom-checkbox.active span {
  background-color: #026a3a;
}

#main_content_area[data-current-client-type=new] #money-master .existing-customer-content {
  display: none;
}
#main_content_area[data-current-client-type=new] #money-master .new-customer-content {
  display: block;
}
#main_content_area[data-current-client-type=new] #money-master .new-customer-content.img-tong-container {
  width: 100%;
  position: absolute;
  right: 10px;
  top: 80px;
  width: 150px;
}
@media (min-width: 1024px) {
  #main_content_area[data-current-client-type=new] #money-master .new-customer-content.img-tong-container {
    position: relative;
    width: 40%;
  }
}
#main_content_area[data-current-client-type=new] #money-master .line-title-box {
  width: 100%;
}
@media (min-width: 1024px) {
  #main_content_area[data-current-client-type=new] #money-master .line-title-box {
    width: 60%;
  }
}
#main_content_area[data-current-client-type=new] #money-master .expand-spacing {
  display: block;
}
@media (min-width: 1024px) {
  #main_content_area[data-current-client-type=new] #money-master .expand-spacing {
    padding-bottom: 120px;
  }
}
#main_content_area[data-current-client-type=new] #open-account-section .new-custom-content {
  display: block;
}
#main_content_area[data-current-client-type=existing] #money-master .new-customer-content {
  display: none;
}
#main_content_area[data-current-client-type=existing] #open-account-section .existing-custom-content {
  display: block;
}

html {
  scroll-behavior: smooth;
}

#main-section-anchor {
  position: absolute;
  top: -100px;
  width: 100%;
  height: 1px;
  opacity: 0;
}

.icon-fps {
  position: absolute;
  max-width: 160px;
  bottom: -4px;
  right: 20px;
}
@media (min-width: 768px) {
  .icon-fps {
    right: 50px;
  }
}

.iframe-container {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.iframe-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=reward.css.map */