/* Banner Area */
.banner_area {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.banner_area .banner_img {
  position: relative;
  width: 100%;
  transform: scale(1);
  transition: transform 15s ease;
}

.banner_area.active .banner_img {
  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 {
  max-width: 1920px;
  padding-bottom: 5px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#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 .copy a {
  width: 50%;
  max-width: 270px;
  color: inherit;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: underline;
}

/* modal */
/* The Modal */
.modal {
  /* 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 {
  background-color: #fefefe;
  margin: 0 auto;
  padding: 40px 30px 20px;
  width: 95%;
  max-width: 480px;
  color: #333;
  line-height: 130%;
  max-height: calc(100% - 150px);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  border-radius: 6px;
}

.modal-content h5 {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 600;
}

.modal-content p {
  font-size: 14px;
  line-height: 24px;
  min-height: 130px;
}

.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 {
  z-index: 999;
  display: block;
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  max-width: 40px;
  min-width: 40px;
  width: 40px;
  bottom: auto;
  left: auto;
  position: absolute;
  right: 16px;
  top: 16px;
  background-image: url(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(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 {
  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;
}

.en .modal.btn-modal .modal-content {
  width: 230px;
}

#btnModal {
  text-align: center;
}

#btnModal img {
  width: 100px;
  height: auto;
  margin: 20px 10px 10px;
}

#btnModal .modal-content .btn-holder .btn {
  width: 165px;
  padding: 10px 8px;
  font-size: 16px;
}

.black-txt {
  color: #222 !important;
}

#desktop-btnModal .modal-content {
  max-width: 710px;
  background: #fff url(bg-2.png) no-repeat bottom left;
  padding: 0 25px 20px;
}

.app-modal-wrapper {
  text-align: center;
  padding: 20px 0 10px;
}

.app-modal-content,
.app-modal-icons {
  display: block;
}

.app-modal-content {
  width: 100%;
}

.app-modal-icons {
  padding: 20px 30px 15px 0;
  width: 333px;
  margin: 0 auto;
}

.app-modal-title {
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
  color: #008f90;
  padding: 25px 15px 5px;
  display: inline-block;
  position: relative;
  z-index: 10;
}

.app-modal-title.black-txt {
  padding: 20px 15px;
}

.app-modal-content h5 {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 15px 0;
}

.app-modal-search {
  margin-bottom: 10px;
}

.app-modal-hs,
.app-modal-app,
.app-modal-qr {
  display: inline-block;
  vertical-align: top;
}

.btn-app-apple,
.btn-app-android {
  display: block;
}

.btn-app-apple img,
.btn-app-android img {
  width: 125px;
  height: auto;
}

.btn-app-apple {
  padding-bottom: 5px;
}

.app-modal-app {
  padding: 0 8px 0 11px;
}

.app-modal-app,
.app-modal-qr {
  margin-left: -5px;
}

.app-modal-hs,
.app-modal-qr {
  width: 80px;
}

.app-modal-hs img,
.app-modal-qr img {
  width: 100%;
  height: auto;
}

.warn-modal .modal-content {
  top: 30%;
}
.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 .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;
}
.warn-modal .modal-content .warn-btn .con-btn:hover,
.warn-modal .modal-content .warn-btn .cancel-btn:hover {
  text-decoration: underline;
}

/* modal */
.apps_section.section {
  padding: 0;
  width: 100%;
}

.apps_section .section_title {
  width: 100%;
  display: block;
  font-size: 26px;
  text-align: center;
  line-height: 145%;
  padding: 15px 15px;
  margin-bottom: 20px;
}

.apps_section .section_content {
  background: transparent;
  top: 0;
  padding: 10px 20px;
  width: 108%;
}

.app-tagline {
  font-size: 28px;
  color: #008f90;
  font-weight: bold;
  padding-bottom: 30px;
  line-height: 120%;
}

.app-img-template,
.app-text-template,
.app-download-template,
.app-download-qr {
  display: inline-block;
  vertical-align: middle;
  color: #5a5a5a;
}

.app-text-template,
.app-download-template,
.app-download-qr {
  margin-left: -4px;
}

.app-img-template,
.app-download-template {
  padding-right: 10px;
}

.app-download-template {
  text-align: left;
}

.app-download-qr {
  width: 78px;
}

.app-download-qr img {
  width: 100%;
  height: auto;
}

.app-text-template {
  padding: 0 3.5%;
  width: calc(100% - 298px);
}

.app_head {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.section .app-text-template p {
  font-size: 16px;
  line-height: 120%;
}

.app-icon-img {
  width: 77px;
}

.btn-download {
  display: inline-block;
}

.btn-download img {
  width: 170px;
  height: 50px;
}

.app-search-box {
  width: 345px;
  margin-bottom: 5px;
}

.btn-holder {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}

.btn-learn-more {
  background: #fff;
  color: #0d6c28;
  padding: 12px 17px;
  font-weight: bold;
  font-size: 22px;
}

.btn-learn-more:hover {
  opacity: 0.7;
}

.tab-card-btn {
  display: block;
  width: 100%;
  color: #fff !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  padding: 18px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #40a584;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .tab-card-btn {
    font-size: 22px;
    line-height: 30px;
  }
}

.tab-card-btn:hover,
.tab-card-btn:focus {
  background-color: #206351;
}

.en .tab-card-btn {
  font-size: 19px;
  line-height: 32px;
}

.iOS-show,
.AOS-show {
  display: none !important;
}

.isIOS .iOS-show {
  display: inline-block !important;
}

.isAOS .AOS-show {
  display: inline-block !important;
}

/*p2g d2g daasc*/
.isDaaSC .lan_area,
.isDaaSC .HSB_logo {
  display: none !important;
}

.isMobile-block,
.isMobile-inline-block,
.isMobile-inline-table {
  display: none;
}

.isMobile .app-download-qr {
  display: none !important;
}

.isMobile .isDesktop-show {
  display: none;
}

.isMobile .isMobile-block {
  display: block;
}

.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;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#top_banner_area .view_p2g {
  display: block !important;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #fff !important;
}
body * {
  font-family: "PingFangHK", "Noto Sans HK", Arial, Helvetica, sans-serif !important;
}

#wrap {
  max-width: 100%;
}

.green_bar_contain {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 769px) {
  .mobile-show {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .desktop-show {
    display: none !important;
  }
}
.page-container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1320px) {
  .page-container {
    padding: 0 15px;
  }
}

.max-w-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1320px) {
  .max-w-900 {
    padding: 0 15px;
  }
}

.remark-container {
  color: #797979;
}
.remark-container a {
  color: #797979 !important;
}
@media (max-width: 1320px) {
  .remark-container {
    padding: 0 15px;
  }
}

ul {
  padding-inline-start: 20px;
}

.hero-banner {
  width: 100%;
}
.hero-banner img {
  width: 100%;
}

.app-container {
  padding: 0 0 35px;
}
.app-container .app-desc {
  text-align: center;
  color: #147e54;
  font-size: 30px;
  font-weight: 900;
  line-height: 44px;
  font-family: "Noto Sans TC", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .app-container .app-desc {
    font-size: 20px;
    line-height: 29px;
  }
}

.app-template {
  text-align: center;
  display: flex;
  justify-content: center;
}
.app-template .app-icon-img {
  width: 97px;
  min-width: 97px;
}

.btn-download {
  display: inline-block;
}

.text-left {
  text-align: left !important;
}

.top-remarks {
  width: 100%;
  border: 1px solid #222;
  padding: 12px 29px;
}
.top-remarks ul {
  color: #222;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-remarks ul {
    font-size: 14px;
  }
}
.top-remarks p {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .top-remarks {
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .top-remarks p {
    font-size: 14px;
    line-height: 24px;
  }
}

.section-col {
  position: relative;
}

.section-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.section-row.has-bubble {
  padding-top: 140px;
}
@media (max-width: 991px) {
  .section-row.has-bubble {
    padding-top: 160px;
  }
}
.section-row .section-col {
  width: 25%;
  max-width: 280px;
}
.section-row .section-col.pops-col {
  width: 100%;
  flex: 1;
}
@media (max-width: 767px) {
  .section-row .section-col {
    flex-basis: 100%;
    width: 100%;
  }
}
.section-row .content-col {
  flex-basis: 73%;
}
.section-row .img-col {
  flex-basis: 27%;
  padding-left: 25px;
}
.section-row .img-col img {
  width: 100%;
  display: block;
  margin-left: auto;
  max-width: 300px;
}
@media (max-width: 991px) {
  .section-row .content-col {
    width: 100%;
    flex-basis: 100%;
    order: 2;
  }
  .section-row .img-col {
    order: 1;
    padding-left: 0;
  }
  .section-row .img-col img {
    max-width: 200px;
  }
}

.section-title {
  color: #206351;
  font-size: 46px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .section-title {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .section-title {
    font-size: 25px;
    line-height: 32px;
  }
}
.section-title span {
  position: relative;
}
.section-title .gradient-text {
  font-size: 46px;
  background-image: linear-gradient(180deg, #1b8b3e 0%, #001b15 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .section-title .gradient-text {
    font-size: 27px;
  }
}
.section-title .img-icon {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  max-width: 130px;
}
@media (min-width: 992px) {
  .section-title .img-icon {
    max-width: 220px;
  }
}

.section-headtitle {
  color: #07a931;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section-headtitle {
    font-size: 26px;
    line-height: 38px;
  }
}

.section-subtitle {
  color: #478056;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section-subtitle {
    font-size: 26px;
    line-height: 38px;
  }
}

.section-desc p {
  font-size: 24px;
  line-height: 42px;
  color: #555555;
}
.section-desc p:not(:last-child) {
  margin-bottom: 25px;
}
.section-desc p.sm {
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 991px) {
  .section-desc p {
    font-size: 18px;
    line-height: 32px;
  }
  .section-desc p:not(:last-child) {
    margin-bottom: 15px;
  }
  .section-desc p.sm {
    font-size: 16px;
    line-height: 28px;
  }
}
.section-desc.with-icon {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .section-desc.with-icon {
    gap: 30px;
    flex-direction: row;
  }
}
.section-desc.with-icon .icon-gift-box {
  max-width: 350px;
  margin: 0 auto;
}

span.pre {
  white-space: pre;
}

.content-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.content-row .content-col {
  flex: 4;
  margin-bottom: 20px;
}
.content-row .content-col-img {
  width: 350px;
  flex: 2;
}
@media (max-width: 768px) {
  .content-row .content-col {
    flex: unset;
    width: 100%;
  }
}

.sub-content {
  text-align: left;
}
.sub-content img {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .sub-content img {
    max-width: 250px;
  }
}
.sub-content .section-subtitle {
  text-align: left;
}
.sub-content .section-desc {
  margin: 0 auto;
}
.sub-content p {
  text-align: left;
}
@media (max-width: 991px) {
  .sub-content {
    margin: 30px 0;
  }
}

.section-remarks {
  font-size: 18px;
  line-height: 25px;
}
.section-remarks a {
  text-decoration: underline;
}

.sec-sharp {
  width: 100%;
}
.sec-sharp.top {
  margin-bottom: -5vw;
}
@media (max-width: 991px) {
  .sec-sharp.top {
    margin-bottom: -1vw;
  }
}

.tab-container {
  width: 100%;
  margin-top: 50px;
}
.tab-container .tab-head {
  cursor: pointer;
}
.tab-container .tab-head .section-row {
  align-items: flex-end;
}
.tab-container .tab-head .tab-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #366141;
  border-top-left-radius: 43px;
  border-top-right-radius: 43px;
  padding: 15px 0;
}
.tab-container .tab-head .tab-title img {
  display: none;
  width: 88px;
  margin-right: 15px;
}
.tab-container .tab-head .tab-title h3 {
  display: inline-flex;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}
.tab-container .tab-head .tab-title.active {
  background-color: #478056;
}
.tab-container .tab-head .tab-title.active img {
  display: block;
}
@media (max-width: 991px) {
  .tab-container .tab-head .section-col {
    flex-basis: 50%;
  }
  .tab-container .tab-head .tab-title {
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
    padding: 0 10px;
  }
  .tab-container .tab-head .tab-title h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .tab-container .tab-head .tab-title img {
    width: 60px;
    margin-left: 15px;
  }
  .tab-container .tab-head .tab-title.active {
    padding: 25px 10px;
  }
  .tab-container .tab-head .tab-title.active img {
    display: none;
  }
}
.tab-container .tab-body {
  padding: 40px 0;
}
.tab-container .tab-body .tab-section > .section-row {
  align-items: stretch;
}
.tab-container .tab-body .tab-section > .section-row:not(:last-child) {
  margin-bottom: 37px;
}
.tab-container .tab-body .tab-section > .section-row > .section-col {
  padding: 0 9px;
}
.tab-container .tab-body .tab-section > .section-row > .section-col:first-child {
  padding-left: 0;
}
.tab-container .tab-body .tab-section > .section-row > .section-col:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .tab-container .tab-body {
    padding: 30px 30px;
  }
  .tab-container .tab-body .tab-section > .section-row:not(:last-child) {
    margin-bottom: 0;
  }
  .tab-container .tab-body .tab-section > .section-row > .section-col {
    flex-basis: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .en .tab-inner-title p {
    font-size: 18px;
    line-height: 32px;
  }
}

.tab-inner-title {
  text-align: center;
  margin-bottom: 50px;
}
.tab-inner-title img {
  display: inline-block;
  width: 28px;
  vertical-align: text-top;
  margin-right: 10px;
  pointer-events: none;
}
.tab-inner-title p {
  display: inline-block;
  color: #478056;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  .tab-inner-title {
    margin-bottom: 25px;
  }
  .tab-inner-title img {
    width: 40px;
    margin-right: 10px;
  }
  .tab-inner-title p {
    font-size: 24px;
    line-height: 40px;
  }
}

.pops-box {
  position: absolute;
  top: 40px;
  right: 30px;
}
.pops-box__inner {
  position: relative;
}
.pops-box__inner img {
  pointer-events: none;
}
.pops-box__inner img.pop-1 {
  animation-name: popL1;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
}
.pops-box__inner img.pop-2 {
  animation-name: popL2;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
}
.pops-box__inner img.pop-3 {
  animation-name: popL3;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
}

@keyframes popL1 {
  0% {
    transform: translate(8px, -5px);
  }
  12% {
    /*12*/
    transform: translate(7px, -5px);
  }
  28% {
    /*16*/
    transform: translate(11px, 3px);
  }
  44% {
    /*16*/
    transform: translate(7px, -5px);
  }
  58% {
    /*16*/
    transform: translate(11px, 3px);
  }
  75% {
    /*16*/
    transform: translate(8px, -5px);
  }
  100% {
    transform: translate(8px, -5px);
  }
}
@keyframes popL2 {
  0% {
    transform: translate(0, 0);
  }
  12% {
    /*12*/
    transform: translate(3px, -6px);
  }
  28% {
    /*16*/
    transform: translate(-2px, 4px);
  }
  44% {
    /*16*/
    transform: translate(3px, -6px);
  }
  58% {
    /*16*/
    transform: translate(-2px, 4px);
  }
  75% {
    /*16*/
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes popL3 {
  0% {
    transform: translate(-32px, 26px);
  }
  12% {
    /*12*/
    transform: translate(-28px, 26px);
  }
  28% {
    /*16*/
    transform: translate(-38px, 26px);
  }
  44% {
    /*16*/
    transform: translate(-28px, 26px);
  }
  58% {
    /*16*/
    transform: translate(-38px, 26px);
  }
  75% {
    /*16*/
    transform: translate(-32px, 26px);
  }
  100% {
    transform: translate(-32px, 26px);
  }
}
@media (min-width: 992px) {
  .bubble-row {
    gap: 20px;
    margin-bottom: 100px !important;
  }
}
.bubble-row .section-col {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .bubble-row .section-col.pops-col:nth-child(2) {
    transform: translateY(40px);
  }
}

.tab-bubble {
  max-width: 437px;
  height: 100%;
  margin: 0 auto;
}
.tab-bubble__inner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url("bubble.png");
  background-size: 100% 100%;
  background-position: center center;
}
.tab-bubble__inner p {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  padding: 80px 60px;
  margin: 0 auto;
}
.tab-bubble__inner .pops-box {
  position: absolute;
  top: -10px;
  right: -25px;
}

.en .tab-bubble__inner p {
  font-size: 18px;
  line-height: 28px;
}

.msg-bubble {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -22px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #40a584;
  width: -moz-fit-content;
  width: fit-content;
}
.msg-bubble p {
  padding-top: 0;
  color: #fff !important;
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.tab-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  border: 6px solid #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  min-height: 300px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  border: 4px solid #def2e3;
}
.tab-card .reminder {
  display: flex;
  width: 80%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  background: rgb(91, 149, 106);
  background: linear-gradient(20deg, rgb(91, 149, 106) 0%, rgb(98, 193, 123) 100%);
  padding: 13px 23px;
  border-radius: 10px 10px 0 0;
}
.tab-card .reminder img {
  display: block;
  width: 43px;
  margin-right: 13px;
}
.tab-card .img-col {
  padding-left: 0;
  margin-bottom: 20px;
}
.tab-card .img-col img {
  width: 80px;
}
.tab-card .img-col img.hover-img {
  display: none;
}
.tab-card h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  padding-bottom: 10px;
  color: #206351;
}
.tab-card p {
  font-size: 16px;
  line-height: 22px;
  padding-top: 10px;
  color: #363636;
}
.tab-card .tab-card-btn {
  border-radius: 0;
  text-decoration: none;
}
.tab-card .tab-card-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 50px 15px 0;
}
.tab-card:hover {
  background-color: #fff;
}
.tab-card:hover .img-col img {
  display: none;
}
.tab-card:hover .img-col img.hover-img {
  display: block;
}
.tab-card:hover .tab-card-btn {
  background: #206351;
}
.tab-card:hover .tab-card-btn:not(:hover):not(:focus) {
  background: #40a584;
}
@media (max-width: 991px) {
  .tab-card .img-col {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .tab-card .img-col img {
    width: 70px;
  }
  .tab-card .content-col {
    flex-basis: 100%;
    padding-left: 0;
  }
  .tab-card h4 {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }
  .tab-card p {
    text-align: center;
  }
}

.en .tab-card .msg-bubble-inner p {
  padding: 60px 30px;
}
.en .tab-card .msg-bubble-inner .pops-box {
  top: 25px;
}
.en .tab-card .reminder {
  font-size: 14px;
  line-height: 18px;
  padding: 13px;
}
.en .tab-card .reminder img {
  width: 30px;
  margin-right: 8px;
}
.en .tab-card .section-row {
  padding: 20px 25px 20px;
}
.en .tab-card .content-col {
  flex-basis: calc(100% - 90px);
}
.en .tab-card .img-col img {
  width: 70px;
}
.en .tab-card h4 {
  font-size: 20px;
  line-height: 28px;
}

.tab-card-btn-contain {
  width: 100%;
}

.other-swiper .swiper-wrapper {
  align-items: stretch;
  padding: 20px 0;
}
.other-swiper .swiper-slide {
  display: flex;
  align-items: stretch;
  height: auto !important;
}

.other-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 2px 10px 0 rgba(129, 129, 129, 0.5);
  position: relative;
  text-decoration: none;
}
.other-card:hover .other-card-link {
  background-color: #206351;
}
.other-card .other-card-head img {
  display: block;
  width: 100%;
}
.other-card .other-card-body {
  padding: 20px 30px 38px;
  background-color: #fff;
  text-align: left;
  flex: 1;
}
.other-card .other-card-body .other-card-content {
  margin-bottom: 20px;
}
.other-card .other-card-body .other-card-title {
  font-size: 25px;
  font-weight: 500;
  line-height: 42px;
  color: #206351;
  margin-bottom: 20px;
}
.other-card .other-card-body .other-card-desc {
  font-size: 20px;
  line-height: 28px;
}
.other-card .other-card-body .other-card-desc ul {
  font-size: 18px;
  line-height: 26px;
  list-style-type: disc;
  padding-inline-start: 40px;
}
.other-card .other-card-body .other-card-desc ul li:not(:last-child) {
  margin-bottom: 10px;
}
.other-card .other-card-body .other-card-desc:not(:last-child) {
  margin-bottom: 20px;
}
.other-card .other-card-link {
  display: flex;
  justify-content: center;
  padding: 25px 30px;
  background-color: #40a584;
}
.other-card .other-card-link .blank_link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #fff !important;
}
@media (max-width: 991px) {
  .other-card {
    margin-top: 0;
  }
  .other-card .other-card-body .other-card-title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .other-card .other-card-body .other-card-desc {
    font-size: 20px;
    line-height: 32px;
  }
  .other-card .other-card-body .other-card-desc:not(:last-child) {
    margin-bottom: 12px;
  }
  .other-card a {
    font-size: 20px;
    line-height: 32px;
  }
}

.border-content {
  border: 1px solid #000;
  padding: 30px;
}

#section-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
#section-1 .top-remarks {
  margin-bottom: 50px;
  border-radius: 10px;
  border: 1px solid #afb5ae;
  color: #555555;
}
@media (max-width: 991px) {
  #section-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #section-1 .top-remarks {
    margin-bottom: 70px;
  }
}

#section-2 {
  margin-top: 67px;
  padding-top: 200px;
}
@media (max-width: 991px) {
  #section-2 {
    padding-top: 50px;
  }
}

#section-3 .page-container {
  position: relative;
  z-index: 1;
}
#section-3 .sub-content {
  margin: 50px 0 -5vw;
}
@media (max-width: 991px) {
  #section-3 .sub-content {
    margin: 50px 0 -12vw;
  }
}
#section-3 .sec-sharp {
  position: relative;
  z-index: 0;
}

#section-4 .section-title {
  margin-bottom: 40px;
}
#section-4 {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  #section-4 {
    padding: 100px 0;
  }
}

.border-remark {
  margin: 50px 0;
}
.border-remark .content-title {
  font-weight: bold;
}
.border-remark .content-title:not(:first-child) {
  margin-top: 20px;
}
.border-remark .border-content {
  padding: 15px;
  margin-bottom: 20px;
}
.border-remark .border-content .list-decimal {
  list-style-type: decimal;
}
.border-remark p {
  font-size: 14px;
  line-height: 20px;
}
.border-remark ul li {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .border-remark {
    margin: 30px 0;
  }
}

.align-tb {
  vertical-align: text-bottom;
}

.click-img-green-sm {
  display: inline-block;
  background: url(../images/icon_openwindow_white.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.click-img-green-sm.grey {
  background: url(../images/icon_external.svg) no-repeat center;
}

a.blank_link {
  color: #1d865e !important;
  text-decoration: none !important;
}

@media (min-width: 1024px) {
  .br-min1024 {
    display: block;
  }
}
.highlight-mark {
  white-space: normal;
  color: #fff;
  background-color: #5b956a;
}

ol {
  padding-inline-start: 20px;
}

.table-container {
  width: 100%;
  overflow: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin: 30px 0;
}
table th {
  color: #fff;
  font-size: 25px;
  line-height: 42px;
  background-color: #478056;
  padding: 6px 24px;
}
table th:nth-child(1) {
  width: 25%;
  border-top-left-radius: 18px;
}
table th:nth-child(2) {
  width: 25%;
}
table th:nth-child(3) {
  width: 50%;
  border-top-right-radius: 18px;
}
table td {
  color: #222222;
  font-size: 22px;
  line-height: 32px;
  background-color: transparent;
  padding: 6px 12px;
}
@media (max-width: 991px) {
  table th {
    font-size: 16px;
    line-height: 28px;
    padding: 6px 12px;
  }
  table th:nth-child(1) {
    border-top-left-radius: 18px;
  }
  table th:nth-child(3) {
    border-top-right-radius: 18px;
  }
  table td {
    font-size: 16px;
    line-height: 28px;
    background-color: transparent;
  }
}
table tr:last-child td {
  background-color: #ebf4ed;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 18px;
}
table tr:last-child td:last-child {
  border-bottom-right-radius: 18px;
}
table tr:not(:first-child) td {
  padding-top: 50px;
  padding-bottom: 50px;
}
table ul {
  padding-inline-start: 40px;
}

.md-block {
  display: none;
}

@media (min-width: 768px) {
  .md-block {
    display: block;
  }
  .md-hide {
    display: none;
  }
}
.card-container {
  position: relative;
  align-items: center;
  margin-top: 30px;
}
.card-container .text {
  position: absolute;
  top: 20px;
  left: 100px;
  width: 55%;
}
@media (max-width: 1280px) {
  .card-container .text {
    left: 60px;
  }
}
@media (max-width: 769px) {
  .card-container .text {
    top: 40px;
    left: 40px;
    right: 40px;
    width: auto;
  }
}
.card-container p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
  margin-top: 10px;
}

a {
  text-decoration: underline;
  color: #222;
}

.img-btn {
  position: absolute;
  top: 100px;
  right: 60px;
  max-width: 25%;
}
@media (max-width: 769px) {
  .img-btn {
    max-width: 65%;
    right: 20%;
    bottom: 80px;
    top: auto;
  }
}

.bg-img {
  height: auto;
}
@media (min-width: 769px) and (max-width: 1310px) {
  .bg-img {
    height: 310px;
  }
}

span.title {
  font-size: 30px;
  font-weight: 900;
  line-height: 44px;
  color: #0d6c28;
  white-space: normal;
  padding-bottom: 9px;
  font-family: "Noto Sans TC", sans-serif;
}
@media (min-width: 992px) {
  span.title {
    font-size: 42px;
    line-height: 61px;
  }
}

.nowrap {
  white-space: nowrap;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.txt-bold {
  font-weight: bold;
}

.white-normal {
  white-space: normal;
}

.green-highlight {
  color: #206351;
  font-weight: bold;
  font-family: "Noto Sans TC", Arial, sans-serif !important;
}

.bg-gradient-green {
  background: rgb(238, 246, 237);
  background: linear-gradient(180deg, rgb(238, 246, 237) 0%, rgb(255, 255, 255) 100%);
}

.bg-gradient-green-0 {
  background-color: #eef6ed;
}

.text-main-green-1 {
  color: #0d6c28;
}

.en .card-container {
  position: relative;
  align-items: center;
}
.en .card-container span.title {
  font-size: 30px;
  line-height: 34px;
}
@media (max-width: 769px) {
  .en .card-container span.title {
    font-size: 20px;
    line-height: 28px;
  }
}
.en .card-container .text {
  position: absolute;
  top: 18px;
  left: 100px;
  width: 55%;
}
@media (max-width: 1280px) {
  .en .card-container .text {
    left: 60px;
  }
}
@media (max-width: 769px) {
  .en .card-container .text {
    top: 40px;
    left: 40px;
    right: 40px;
    width: auto;
  }
}
.en .card-container p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (max-width: 769px) {
  .en .card-container p {
    font-size: 18px;
    line-height: 22px;
  }
}
.en a {
  text-decoration: underline;
  color: #222;
}
.en .img-btn {
  position: absolute;
  top: 100px;
  right: 60px;
  max-width: 25%;
}
@media (max-width: 769px) {
  .en .img-btn {
    max-width: 65%;
    right: 20%;
    bottom: 60px;
    top: auto;
  }
}
.en .bg-img {
  height: auto;
}
@media (min-width: 769px) and (max-width: 1080px) {
  .en .bg-img {
    height: 400px;
  }
}
@media (min-width: 1080px) and (max-width: 1400px) {
  .en .bg-img {
    height: 340px;
  }
}

.online-investment__inner-box .card-link {
  margin-top: 56px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 16px 64px;
  background-color: #206351;
  color: #fff;
  font-size: 24px;
  font-weight: 600px;
  text-decoration: none;
}
.online-investment__inner-box .card-link .blank_link {
  display: flex;
  align-items: center;
}

.online-investment__label.luckydraw img {
  position: absolute;
  left: 80px;
  bottom: 19px;
  width: 180px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .online-investment__label.luckydraw img {
    top: -30px;
    left: -50px;
    width: 120px;
  }
}

.online-investment__inner-box-content.luckydraw {
  padding-top: 60px;
}
@media (max-width: 1200px) {
  .online-investment__inner-box-content.luckydraw {
    padding-top: 0;
  }
}
.online-investment__inner-box-content.luckydraw div {
  padding-top: 0;
}
@media (max-width: 1200px) {
  .online-investment__inner-box-content.luckydraw div {
    padding-top: 0;
  }
}

.tab-list-conainer {
  position: relative;
}
.tab-list-conainer.mobile {
  display: none;
}
@media (max-width: 1024px) {
  .tab-list-conainer.mobile {
    display: block;
  }
}
.tab-list-conainer.mobile::before {
  display: none;
}
.tab-list-conainer.mobile .tab-list-inner {
  background-color: #015D37;
  border-radius: 14.682px 14.682px 0 0;
  padding: 0.5rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  overflow: visible;
}
.tab-list-conainer.mobile .tab-list-inner .ep-text {
  color: #FFFFFF;
  font-size: 18px;
}
.tab-list-conainer.mobile .tab-list-inner .dropdown {
  position: relative;
  min-width: 250px;
  font-size: 18px;
  font-weight: 600;
  color: #015D37;
}
.tab-list-conainer.mobile .tab-list-inner .dropdown .dropdown-selected, .tab-list-conainer.mobile .tab-list-inner .dropdown .dropdown-list {
  width: 100%;
}
.tab-list-conainer.mobile .tab-list-inner .dropdown .dropdown-selected {
  position: relative;
  border-radius: 100px;
  border: 0.612px solid #99C699;
  background: #E8F7EB;
  padding: 3px 1rem;
  cursor: pointer;
}
.tab-list-conainer.mobile .tab-list-inner .dropdown .dropdown-selected::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #015D37;
}
.tab-list-conainer.mobile .tab-list-inner .dropdown .dropdown-selected.active::after {
  transform: rotate(180deg);
}
.tab-list-conainer.mobile .tab-list-inner .dropdown .dropdown-selected.active {
  border-radius: 14.682px 14.682px 0 0;
}
.tab-list-conainer.mobile .tab-list-inner .dropdown-list {
  position: absolute;
  display: none;
  flex-direction: column;
  top: 100%;
  padding: 0.5rem 1rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), #E8F7EB;
  border-radius: 0 0 14.682px 14.682px;
  cursor: pointer;
}
.tab-list-conainer.mobile .tab-list-inner .dropdown-list.active {
  display: flex;
}
.tab-list-conainer.mobile .tab-list-inner .dropdown-list > div {
  border-bottom: 1px solid #FFF;
  padding: 0.5rem 0;
  opacity: 0.7;
}
.tab-list-conainer.mobile .tab-list-inner .dropdown-list > div.active, .tab-list-conainer.mobile .tab-list-inner .dropdown-list > div:hover {
  opacity: 1;
}
.tab-list-conainer.mobile .tab-list-inner .circle-num {
  border-radius: 999px;
  background-color: #015D37;
  color: #FFFFFF;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  font-weight: bold;
  margin-right: 0.5rem;
}
.tab-list-conainer.desktop {
  display: none;
}
@media (min-width: 1025px) {
  .tab-list-conainer.desktop {
    display: block;
  }
}
@media (min-width: 971px) {
  .tab-list-conainer.desktop #tab-slider {
    padding: 0 48px;
    overflow: visible;
  }
  .tab-list-conainer.desktop #tab-slider .swiper-wrapper {
    overflow: visible;
  }
  .tab-list-conainer.desktop .swiper-button-prev {
    left: 2px;
  }
  .tab-list-conainer.desktop .swiper-button-next {
    right: 2px;
  }
  .tab-list-conainer.desktop .tab-list-inner {
    position: relative;
  }
  .tab-list-conainer.desktop .tab-list-inner::before, .tab-list-conainer.desktop .tab-list-inner::after {
    content: "";
    position: absolute;
    top: 0;
    width: 160px;
    height: 83%;
    z-index: 9;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .tab-list-conainer.desktop .tab-list-inner::before {
    left: 0px;
    background: linear-gradient(90deg, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  }
  .tab-list-conainer.desktop .tab-list-inner::after {
    right: 0px;
    background: linear-gradient(270deg, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  }
  .tab-list-conainer.desktop.show-left-shadow .tab-list-inner::before {
    opacity: 1;
  }
  .tab-list-conainer.desktop.show-right-shadow .tab-list-inner::after {
    opacity: 1;
  }
}

.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}

.tab-list-conainer .swiper-button-next {
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background-color: #015d37;
  position: absolute;
}

.tab-list-conainer .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #ffffff;
}

.tab-list-conainer .swiper-button-prev {
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background-color: #015d37;
  position: absolute;
}

.tab-list-conainer .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 9px solid #ffffff;
}

.tab-list-conainer .swiper-button-next.swiper-button-disabled {
  opacity: 0.45;
}

.tab-list-conainer .swiper-button-prev.swiper-button-disabled {
  opacity: 0.45;
}

.tab-list-conainer .swiper-button-prev.is-dim,
.tab-list-conainer .swiper-button-next.is-dim {
  opacity: 0.45;
}

.tab8-part1 .tab8-part1-item {
  margin: 50px 0;
  padding: 5px 0px;
  text-align: center;
}
@media (min-width: 971px) {
  .tab8-part1 .tab8-part1-item {
    margin: 100px 0;
    width: 100%;
    padding: 0 10px;
  }
}
.tab8-part1 .tab8-part1-header {
  font-size: 24px;
  line-height: 32px;
  color: #0c3534;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tab8-part1 .tab8-part1-header {
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 44px;
  }
}
.tab8-part1 .tab8-part1-header-inner {
  padding: 10px 10px;
  position: relative;
  display: block;
  text-align: left;
}
@media (min-width: 768px) {
  .tab8-part1 .tab8-part1-header-inner {
    padding: 10px 20px;
  }
}
.tab8-part1 .tab8-part1-header-inner:after {
  content: "";
  background: #055541;
  background: linear-gradient(90deg, rgb(5, 85, 65) 0%, rgb(5, 85, 65) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#055541", endColorstr="#FFFFFF", GradientType=1);
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tab8-part1 .tab8-part1-header span {
  color: #055541;
  font-size: 40px;
}
@media (min-width: 768px) {
  .tab8-part1 .tab8-part1-header span {
    font-size: 50px;
  }
}
.tab8-part1 .case-desc {
  text-align: left;
}
.tab8-part1 .part8-reminder .content {
  position: relative;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  padding: 1rem 1.5rem;
  background-color: #eaf7ec;
  border-radius: 20px;
}
.tab8-part1 .part8-reminder .content p {
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}
.tab8-part1 .part8-reminder .content .title {
  color: #055541;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .tab8-part1 .part8-reminder .content p {
    font-size: 24px;
    line-height: 34px;
  }
  .tab8-part1 .part8-reminder .content .title {
    font-size: 30px;
  }
}
.tab8-part1 .scenario {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 40px;
  border: 3px solid #015d37;
}
.tab8-part1 .scenario .content {
  text-align: left;
}
.tab8-part1 .scenario .content h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.tab8-part1 .scenario .content p {
  font-size: 18px;
  line-height: 26px;
}
.tab8-part1 .scenario .icon {
  margin-right: 10px;
  flex-shrink: 0;
}
.tab8-part1 .scenario .icon img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .tab8-part1 .scenario .content h3 {
    font-size: 23px;
    line-height: 30px;
  }
  .tab8-part1 .scenario .content p {
    font-size: 20px;
    line-height: 28px;
  }
  .tab8-part1 .scenario .icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
}

@font-face {
  font-family: "PingFangHK";
  src: url("fonts/PingFangHK.ttf");
}
body * {
  font-family: "PingFangHK", "Noto Sans HK", Arial, Helvetica, sans-serif !important;
}

body {
  color: #000;
}

.features {
  padding: 0px 15px;
}

.features__remark {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
}

.features__remark ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 0;
}

.features__remark li {
  counter-increment: my-awesome-counter;
  display: flex;
  text-align: left;
  font-size: 16px;
}

.features__remark li:before {
  content: "[" counter(my-awesome-counter) "] ";
  padding-right: 5px;
}

.features b {
  color: #008a0e;
}

.features .collapse_arrow_down {
  display: block;
}

.features .image-off {
  display: inline-block;
}

.features .collapse_arrow_up,
.features .collapse,
.features .image-on {
  display: none;
}

.features__header {
  padding-bottom: 15px;
  padding-top: 13px;
  margin: 20px 0;
  color: #008a0e;
  text-align: left;
  line-height: 1.1;
}

.features__desc {
  text-align: left;
  color: #333;
}

.features__content {
  padding-top: 20px;
}

.features__points {
  flex: 3;
  text-align: left;
  padding-left: 20px;
}

.features__points_group {
  padding-bottom: 15px;
}

.features__points_icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 35px;
}

.features__points_text {
  display: inline-block;
  vertical-align: middle;
}

.features__btns {
  width: 100%;
  margin-top: 20px;
  flex: 2;
  display: flex;
  flex-wrap: wrap;
}

.features__btns > * {
  min-width: calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin: 0 auto;
  margin-left: 0px;
}

.features__btns_group {
  margin-bottom: 15px;
  border-radius: 7px;
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 6px 0px;
  cursor: pointer;
  border: 1px #298236 solid;
}

.features__btns_group:hover {
  background-color: #f4faf5;
}

.features__btns_group a {
  display: block;
  width: 100%;
  padding: 9px 0px;
}

.features__btns_icon {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  width: 10%;
}

.features__btns_icon:lang(en) {
  vertical-align: middle;
}

.features__btns_text {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #298236;
  line-height: 1.1;
  width: 80%;
}

.features__btns_red {
  background-color: #ff0000;
  border: 1px #ff0000 solid;
  text-align: center;
}

.features__btns_red:hover {
  background-color: #930f16;
  border: 1px #930f16 solid;
}

.features__btns_red .features__btns_text {
  color: #ffffff;
}

.features__wrapper:first-child {
  padding-top: 0px;
}

.features__wrapper {
  border-bottom: 1px #333 solid;
  padding: 20px 0px;
}

.features__wrapper.active .collapse_arrow_down,
.features__wrapper.active .image-off {
  display: none;
}

.features__wrapper.active .collapse_arrow_up,
.features__wrapper.active .collapse {
  display: block;
}

.features__wrapper.active .image-on {
  display: inline-block;
}

.features__wrapper.active .headingIcon .text {
  color: #298236;
}

.features .collapse_arrow {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.features .headingIcon {
  position: relative;
}

.features .headingIcon .image-off,
.features .headingIcon .image-on {
  width: 42px;
}

.features .headingIcon .text {
  letter-spacing: 0.5px;
  font-size: 24px;
  color: #155d2f;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.features .headingIcon .text.remove-space {
  margin-left: -9px;
}

.features .headingButton {
  width: 100%;
  text-align: left;
}

.example_table__wrapper {
  border: 2px #666666 solid;
  padding: 25px 10px;
  display: none;
  max-width: 768px;
  margin: 30px auto 0;
  font-size: 24px;
}

.example_table__wrapper.active {
  display: block;
}

.example_table__row {
  border-bottom: 3px #00a651 solid;
  padding-bottom: 20px;
  padding-top: 20px;
  display: flex;
}

.example_table__arrow:after {
  content: "";
  background-image: url("../images/big_green_arrow.png");
  width: 39px;
  height: 30px;
  top: 0px;
  right: 0px;
  position: absolute;
  transform: translate(-50%, 30%);
}

.example_table__parts {
  flex: 1;
  padding-right: 50px;
  text-align: left;
  position: relative;
}

.example_table__parts:last-child {
  padding-right: 0px;
}

.example_table__three_parts {
  position: relative;
  flex: 3;
  padding-right: 65px;
  text-align: left;
}

.example_table__remarks {
  font-size: 16px;
  text-align: left;
  padding-top: 15px;
}

.example_table__remarks ol {
  padding-left: 15px;
}

.example_table__remarks ol li {
  line-height: 1.1;
}

.example_sample__wrapper {
  padding-top: 25px;
}

.example_sample__parts {
  flex: 1;
  text-align: left;
  position: relative;
}

.example_sample__three_parts {
  position: relative;
  flex: 7;
  text-align: left;
}

.example_sample__three_parts ul {
  padding-left: 20px;
}

.example_sample__row {
  border-bottom: 3px #00a651 solid;
  padding-bottom: 20px;
  display: block;
}

.example_sample__inner_row {
  padding: 10px 0px;
  display: flex;
  border-bottom: 1px #00a651 solid;
}

.example_sample__inner_row:last-child {
  border-bottom: 0px #00a651 solid;
}

.swiper-container-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-container-fade .swiper-slide-active {
  opacity: 1 !important;
}

.mobile-app__title {
  color: #206351;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 12px;
}
.mobile-app__desc {
  color: #555555;
  font-size: 24px;
  line-height: 32px;
}
.mobile-app__box {
  display: flex;
  margin: 161px auto 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 10px;
  position: relative;
}
@media (max-width: 1024px) {
  .mobile-app__box {
    display: block;
    margin-bottom: 60px;
  }
}
.mobile-app__label {
  width: 55%;
  position: absolute;
  bottom: calc(100% - 33px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.mobile-app__label img {
  left: 40px;
  bottom: 10px;
  display: block;
  width: 150px;
  position: absolute;
  z-index: 2;
}
.mobile-app__label p {
  color: #206351;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .mobile-app__label {
    min-width: 80%;
  }
  .mobile-app__label img {
    width: 100px;
    left: -20px;
  }
  .mobile-app__label p {
    font-size: 20px;
    line-height: 28px;
  }
}
.mobile-app__label-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: center;
  padding: 30px 30px 30px 230px;
  background-color: #FFF;
  border-radius: 80.5px 80.5px 0 0;
}
@media (max-width: 1024px) {
  .mobile-app__label-inner {
    border-radius: 12px 12px 0 0;
    padding: 30px 30px 30px 75px;
  }
}
.mobile-app__label-inner .skew-box {
  display: block;
  opacity: 0.2;
  border-top: 35px solid #5F9869;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: 105%;
  position: absolute;
  top: calc(100% - 23px);
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}
@media (max-width: 1200px) {
  .mobile-app__label-inner .skew-box {
    width: calc(100% + 40px);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }
}
.mobile-app__inner {
  width: 50%;
  padding: 70px 57px 20px;
}
.mobile-app__inner:not(:last-child) {
  padding-top: 126px;
  background-color: rgba(255, 255, 255, 0.55);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 50px;
  border-top: 6px #fff solid;
  border-left: 6px #fff solid;
  border-bottom: 6px #fff solid;
}
.mobile-app__inner:last-child {
  background-color: #E8F1EB;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 10px;
  border-top: 6px #fff solid;
  border-right: 6px #fff solid;
  border-bottom: 6px #fff solid;
}
.mobile-app__inner .app-section p {
  font-size: 14px;
  text-align: left;
  margin-bottom: 6px;
}
.mobile-app__inner .app-section .app-template {
  justify-content: left;
}
.mobile-app__inner .app-section .app-icon-img {
  width: 61px;
  min-width: 61px;
}
.mobile-app__inner .app-section .app-search-box {
  width: 205px;
}
.mobile-app__inner .app-section .btn-download img {
  width: 100px;
  height: auto;
}
.mobile-app__inner .btn-row {
  justify-content: center;
}
.mobile-app__inner .isMobile-show .btn {
  width: 60%;
}
@media (max-width: 1024px) {
  .mobile-app__inner {
    width: 100%;
    padding: 70px 30px 20px;
  }
  .mobile-app__inner:not(:last-child) {
    padding-top: 70px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-right: 6px #fff solid;
    border-bottom: 0;
  }
  .mobile-app__inner:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-left: 6px #fff solid;
    border-top: 0;
  }
}
.mobile-app__tabs {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.mobile-app__tab {
  flex: 1;
  display: flex;
  margin-bottom: 30px;
  border-radius: 28px 28px 10px 28px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(13, 108, 40, 0.1);
  padding: 10px 20px;
}
.mobile-app__tab-img {
  display: flex;
  align-items: center;
  margin-right: 41px;
  flex-shrink: 0;
}
.mobile-app__tab-img img {
  display: block;
  width: 80px;
}
.mobile-app__tab-txt {
  margin-top: auto;
  margin-bottom: auto;
}
.mobile-app__tab-txt p {
  color: #206351;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.en .mobile-app__label {
  width: 60%;
}

.lable-title {
  display: inline-block;
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  background-color: #206351;
  padding: 6px 12px;
  margin-bottom: 18px;
}

.ebanking-apply__container {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 0px;
       column-gap: 0px;
  margin: 40px auto 20px;
}
@media (max-width: 1023px) {
  .ebanking-apply__container {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .ebanking-apply__container {
    display: block;
  }
}
.ebanking-apply__swiper {
  width: 50%;
  padding-bottom: 40px;
}
.ebanking-apply__swiper .swiper-slide {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.ebanking-apply__swiper .swiper-slide img {
  display: block;
  width: 85%;
  margin: 0 auto;
}
.ebanking-apply__swiper .swiper-pagination-bullet {
  background: #0E4B42;
}
@media (max-width: 767px) {
  .ebanking-apply__swiper {
    width: auto;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .ebanking-apply__swiper + .ebanking-apply__steps {
    width: auto;
  }
}
.ebanking-apply__prev {
  display: none;
  left: 30px;
}
.ebanking-apply__prev::after {
  color: #0E4B42;
  font-size: 20px;
  font-weight: bold;
}
.ebanking-apply__next {
  display: none;
  right: 30px;
}
.ebanking-apply__next::after {
  color: #0E4B42;
  font-size: 20px;
  font-weight: bold;
}
.ebanking-apply__steps {
  flex: 1;
}
.ebanking-apply__step {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
  padding-bottom: 50px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.ebanking-apply__step p {
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  text-align: left;
  flex: 1;
  transition: opacity 0.3s ease;
}
.ebanking-apply__step.active {
  opacity: 1;
}
.ebanking-apply__step.active .ebanking-apply__number {
  color: #FFF;
  background-color: #0E4B42;
}
.ebanking-apply__step.active p {
  opacity: 1;
}
.ebanking-apply__step:not(:nth-child(3))::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 70px);
  background-color: #99B997;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: 10px;
  z-index: 0;
}
.ebanking-apply__step:nth-child(3) {
  padding-bottom: 35px;
}
.ebanking-apply__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #0E4B42;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #0E4B42;
  background-color: transparent;
  position: relative;
  z-index: 2;
  transition: background-color 0.3s ease;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.btn {
  width: calc(50% - 10px);
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 10px;
  background-color: #206351;
  transition: all 0.3s ease;
  align-content: center;
}
.btn span {
  display: inline-block;
  vertical-align: middle;
}
.btn span.video-i {
  width: 16px;
  height: 16px;
  background-image: url("video-btn-w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 3px;
  margin-left: 6px;
}
.btn.text-white {
  color: #FFF;
}
.btn:hover {
  opacity: 0.8;
}
.btn:hover span.video-i {
  background-image: url("video-btn-w.svg");
}
.btn.border {
  color: #206351;
  border: 1px solid #206351;
  background-color: transparent;
}
.btn.border:hover {
  opacity: 1;
  color: #FFF;
  background-color: #206351;
}
@media (max-width: 767px) {
  .btn {
    padding: 8px;
  }
  .btn span {
    margin-left: 3px;
  }
}

.section-title {
  margin-top: 60px;
}
.section-title span {
  white-space: normal;
}

.product-tab__section {
  margin: 40px 0;
}
.product-tab__section .section-title {
  margin-bottom: 120px;
}
.product-tab__btns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 1600px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 80px auto 50px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .product-tab__btns {
    display: block;
  }
}
.product-tab__btn {
  order: 1;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.product-tab__btn:nth-child(1) {
  grid-column: 1/span 1;
}
.product-tab__btn:nth-child(2) {
  grid-column: 2/span 1;
}
.product-tab__btn:nth-child(3) {
  grid-column: 3/span 1;
}
@media (max-width: 768px) {
  .product-tab__btn {
    margin-bottom: 90px;
  }
}
.product-tab__btn .head {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  padding: 10px 12px;
  background-color: #80A18B;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 70%;
  position: absolute;
  bottom: calc(100% - 14px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.product-tab__btn .inner {
  flex: 1;
  position: relative;
  background-color: #10382D;
  border-radius: 12px;
  padding: 30px 22px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-tab__btn .inner h4 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.product-tab__btn .inner .skew-box {
  display: block;
  border-top: 20px solid #10382D;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  width: 80%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
}
.product-tab__btn .inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #408666;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  z-index: 1;
}
.product-tab__btn::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 60px 75px 60px;
  border-color: transparent transparent #FFF transparent;
  position: absolute;
  top: calc(100% + 26px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .product-tab__btn::after {
    top: calc(100% + 46px);
  }
}
.product-tab__btn.active .head {
  background-color: #90BC0C;
}
.product-tab__btn.active .inner:after {
  background-color: #206351;
}
.product-tab__btn.active .product-tab__arw {
  opacity: 1;
  rotate: 180deg;
}
.product-tab__btn.active:after {
  opacity: 1;
}
.product-tab__icn {
  width: 50px;
  position: relative;
  z-index: 3;
}
.product-tab__arw {
  width: 38px;
  position: relative;
  z-index: 3;
  opacity: 0.4;
}
.product-tab__body {
  order: 2;
  grid-column: 1/span 3;
  background-color: #FFF;
  padding: 48px 24px;
  position: relative;
  display: none;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .product-tab__body {
    margin-top: 0;
    margin-bottom: 90px;
  }
}
.product-tab__body.active {
  display: block;
}
.product-tab__body h4 {
  color: #206351;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 24px;
}
.product-tab__body p {
  color: #555555;
  font-size: 24px;
  line-height: 38px;
}
.product-tab__body p span {
  color: #206351;
  font-weight: bold;
}
.product-tab__body .btn-row {
  max-width: 768px;
  margin: 24px 0;
}
.product-tab__body .click-img-green-sm {
  background: url("openpage.png");
}
.product-tab__body .btn {
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-tab__body .btn.border:hover .click-img-green-sm {
  background: url("../images/icon_openwindow_white.png") no-repeat center;
  background-size: contain;
}
@media (max-width: 767px) {
  .product-tab__body .btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.product-tab__body .icon-pt__list {
  margin: 50px 0;
}
.product-tab__remarks p {
  font-size: 16px;
  line-height: 32px;
}

.icon-pt__itm {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.icon-pt__itm.top {
  align-items: flex-start;
}
.icon-pt__itm img {
  display: block;
  width: 40px;
  margin-right: 16px;
}
.icon-pt__itm p {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}
.icon-pt__itm p span {
  color: #206351;
  font-weight: bold;
}
.icon-pt__itm p.icon-pt__desc {
  color: #555555;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.icon-pt__itm .btn-row .btn {
  width: auto;
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
}

#modal-1 .modal-content {
  top: 50%;
  max-width: 60% !important;
}
@media (max-width: 767px) {
  #modal-1 .modal-content {
    max-width: 100% !important;
  }
}

.modal-popup {
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.modal-popup img {
  display: inline-block;
  margin-bottom: 24px;
}
.modal-popup .bg-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.modal-popup .modal-popup-box {
  width: auto;
  max-width: 768px;
  background-color: #FFF;
  border-radius: 14px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.modal-popup .modal-popup-box .close {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  transform: rotate(45deg);
  margin-left: auto;
  margin-bottom: 10px;
}
.modal-popup .modal-popup-box .close::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .modal-popup-box .close::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .modal-popup-box .modal-popup-heading {
  color: #0F4B41;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 12px;
}
.modal-popup .modal-popup-box .modal-popup-desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}
.modal-popup .modal-popup-box .modal-popup-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.modal-popup .modal-popup-box .modal-popup-btn a {
  color: #0F4B41;
  padding: 2px 18px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #0F4B41;
  border-radius: 4px;
  margin-left: 12px;
}
.modal-popup .modal-popup-box .modal-popup-btn a:first-child {
  margin-left: 0;
}
.modal-popup .modal-popup-box .modal-popup-btn a.btn-continue {
  color: #FFF;
  background-color: #0F4B41;
}
.modal-popup .modal-popup-box .modal-popup-btn a.btn-app {
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-bottom: 15px;
  text-decoration: none;
}
.modal-popup .modal-popup-box .modal-popup-btn.center {
  justify-content: center;
}

.en .product-tab__body .btn-row {
  max-width: 900px;
}

#section-1 {
  padding-bottom: 0;
}

#section-2 {
  position: relative;
  background-image: url("bg_wave.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#section-2 .tab-container {
  margin-top: 120px;
}
#section-2 .bg-graph {
  position: absolute;
  top: 600px;
  background-image: url("bg_graph.png");
  background-size: cover;
  aspect-ratio: 3840/1474;
  background-size: cover;
  width: 100%;
}

.y-center {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .des-br {
    display: block;
  }
}
.the-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 40px;
}

.content-row {
  display: flex;
  flex-wrap: unset;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 1024px) {
  .content-row {
    display: block;
  }
}

.online-investment__box {
  padding: 6px;
  margin: 200px auto 0;
  background-color: #fff;
  border-radius: 66px 66px 19px 66px;
  position: relative;
  box-shadow: 0 4px 10px 3px rgba(13, 108, 40, 0.1);
}
@media (max-width: 1024px) {
  .online-investment__box {
    border-radius: 12px 12px;
  }
}
.online-investment__label {
  min-width: 75%;
  position: absolute;
  bottom: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.online-investment__label p {
  color: #0F4B41;
  font-size: 50px;
  font-weight: bold;
  line-height: 69px;
  z-index: 2;
}
.online-investment__label img {
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 230px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .online-investment__label {
    min-width: 80%;
  }
  .online-investment__label p {
    font-size: 26px;
    line-height: 42px;
  }
  .online-investment__label img {
    top: -30px;
    left: -70px;
    width: 150px;
  }
}
.online-investment__label-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: center;
  padding: 19px 20px 29px 230px;
  background-color: #FFF;
  border-radius: 49px 49px 0 0;
}
@media (max-width: 1200px) {
  .online-investment__label-inner {
    padding: 30px 10px 30px 75px;
    border-radius: 12px 12px 0 0;
  }
}
.online-investment__label-inner .skew-box {
  display: block;
  opacity: 0.2;
  border-top: 35px solid #5F9869;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: 105%;
  position: absolute;
  top: calc(100% - 23px);
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}
@media (max-width: 1200px) {
  .online-investment__label-inner .skew-box {
    width: calc(100% + 40px);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }
}
.online-investment__inner-box {
  background: linear-gradient(90deg, #FFFFFF 0%, rgb(238, 246, 237) 50%, #FFFFFF 100%);
  padding: 0 142px 45px;
  border-radius: 66px 66px 19px 66px;
}
.online-investment__inner-box .green-highlight {
  line-height: 34px;
  font-size: 34px;
}
.online-investment__inner-box img {
  width: 374px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1200px) {
  .online-investment__inner-box {
    padding: 70px 30px 20px;
  }
}
.online-investment__inner-box-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.online-investment__inner-box-content div {
  padding-top: 70px;
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .online-investment__inner-box-content div {
    padding-top: 0;
  }
}
.online-investment__inner-box-content p {
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 1200px) {
  .online-investment__inner-box-content {
    flex-direction: column;
    align-items: center;
  }
}
.online-investment__inner-box-remarks li {
  font-size: 18px;
  line-height: 28px;
}

.en .online-investment__box {
  margin: 270px auto 0;
}

.tab-inner-title {
  margin: 80px 0px;
}
@media (max-width: 768px) {
  .tab-inner-title {
    margin: 40px 0;
  }
}
.tab-inner-title p {
  color: #206351;
}
.tab-inner-title .green-highlight {
  line-height: 48px;
  font-size: 48px;
}

.or-ball {
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 6px;
  border-radius: 999px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(13, 30, 25, 0.2);
  top: calc(50% - 60px);
  left: -30px;
}
.or-ball__inner {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: #F8FCF9;
  color: #206351;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .or-ball {
    top: -30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.other-swiper .swiper-button-next, .other-swiper .swiper-button-prev {
  width: 82px;
  height: 82px;
  background-color: #206351;
  border-radius: 999px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.other-swiper .swiper-button-next.swiper-button-disabled, .other-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.other-swiper .swiper-button-next::after, .other-swiper .swiper-button-prev::after {
  content: "";
  background-image: url("../images/arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 41px;
  height: 41px;
}
@media (max-width: 1200px) {
  .other-swiper .swiper-button-next, .other-swiper .swiper-button-prev {
    width: 58px;
    height: 58px;
  }
  .other-swiper .swiper-button-next::after, .other-swiper .swiper-button-prev::after {
    font-size: 14px;
  }
}
.other-swiper .swiper-button-next {
  right: 48px;
}
.other-swiper .swiper-button-prev {
  left: 48px;
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .other-swiper .swiper-button-next {
    right: 24px;
  }
  .other-swiper .swiper-button-prev {
    left: 24px;
  }
}

mark {
  display: inline-block;
  height: 100%;
  color: unset;
  background: #FDDE5B !important;
}

.tab-section-remarks {
  margin-top: 30px;
  font-size: 18px;
  line-height: 28px;
}

.tab-card-top .gray-box {
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: rgba(15, 75, 65, 0.05);
  color: #797979;
  font-size: 12px;
  padding: 5px 10px;
  line-height: 17px;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
}

.other-card {
  text-decoration: none !important;
}

.know-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 8px 48px;
  background: #206351;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  color: white;
  font-size: 28px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .know-more-btn {
    font-size: 22px;
  }
}

.know-more-btn:hover {
  transform: translateY(-5px);
}

#section-3 {
  padding-top: 10px;
  margin-top: 60px;
}

.white-background {
  background-color: #ffffff;
  margin: 80px auto 30px;
}