#lang_button {
  white-space: nowrap;
}
.banner_kv {
  margin-top: 103px;
}
@media screen and (max-width: 768px) {
  .banner_kv {
    margin-top: 64px;
  }
}
@media screen and (max-width: 640px) {
  .banner_kv {
    background-position: right -240px top 0 !important;
  }
}
#wrap {
  position: relative;
}
#logo_area {
  width: 100%;
  max-width: inherit;
  z-index: 3;
  background-color: #ffffff;
}
.bold {
  font-weight: bold;
}
p {
  font-size: 18px;
  line-height: 26px;
  color: #5a5a5a;
}
h1 {
  font-size: 42px;
  margin-bottom: 20px;
}
.riskbox {
  border: 1px solid #b0b0b0;
  padding: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #5a5a5a;
}
.riskbox1 {
  border: 1px solid #b0b0b0;
  padding: 10px;
}
.riskbox1 p {
  color: #000000;
}
.riskbox1 p:last-child {
  margin-bottom: 0 !important;
}
.riskbox2 {
  border: 1px solid #b0b0b0;
  padding: 10px;
  font-size: 15px;
  line-height: 22px;
  color: #5a5a5a;
  overflow-y: scroll;
  height: 95px;
}
.riskbox2 li {
  margin-left: 20px;
}
.riskbox2 p {
  font-size: 15px;
  line-height: 22px;
  color: #5a5a5a;
}
.menubar_row {
  margin: 0 -10px;
  padding-bottom: 30px;
}
.menubar {
  background-color: #ffffff;
  display: table;
  width: 100%;
  border-spacing: 10px;
  max-width: 970px;
  margin: 0 auto;
}
.menubar li {
  width: 25%;
  display: table-cell;
  border-style: solid;
  border-width: 1px;
  border-color: #2ab03c;
  border-radius: 5px;
  margin-left: 1.33%;
  background-color: #ffffff;
  position: relative;
  vertical-align: middle;
}
.menubar li:hover,
.menubar li.nav-active,
.menubar li.nav-active:hover {
  background-color: #2ab03c;
}
.menubar li:first-child {
  margin-left: 0;
}
.menubar a {
  display: table;
  border-spacing: 5px;
  width: 100%;
}
.menubar i {
  display: table-cell;
  vertical-align: middle;
  height: 35px;
  min-height: 35px;
  width: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.menubar span {
  display: table-cell;
  vertical-align: middle;
  color: #5a5a5a;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.menubar li:nth-child(4) span {
  color: #fa2b20;
}
.menubar li:hover span,
.menubar li.nav-active span {
  color: #ffffff;
}
.menubar li.nav-active:after {
  content: "▼";
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 0;
  color: #2ab03c;
}
.menubar li.nav-active:nth-child(4):after {
  color: #fa2b20;
}
.menubar_row.fixed {
  position: fixed;
  top: 103px;
  z-index: 1;
  left: 0;
  width: 100%;
  margin: 0;
}
.font-size-18 {
  font-size: 18px;
  color: #5a5a5a;
}
.font-size-12 {
  font-size: 14px;
  color: #5a5a5a;
}
.pt0-desk {
  padding-top: 0 !important;
}
.btn_n_custom,
.btn_log_custom {
  margin: 20px 10px 20px;
}
.eng .btn_n_custom,
.eng .btn_log_custom {
  margin: 0px;
  min-height: 40px;
  min-width: 310px;
  height: auto;
  line-height: 22px;
  padding-top: 10px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 40em) {
  .menubar_row,
  .menubar_row.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    z-index: 2;
    margin: 0;
    width: 100%;
    padding-bottom: 0px;
  }
  .menubar {
    border-spacing: 0;
  }
  .menubar img {
    width: 100%;
  }
  .menubar li {
    border-radius: 0;
    background: url("nav_inactive_mobile.png") repeat-x top left;
    background-size: auto 100%;
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
  .menubar li.nav-active,
  .menubar li.nav-active:hover {
    background-image: url("nav_active_mobile.png");
  }
  .menubar li.nav-active:nth-child(4) {
    background: url("nav_offer_mobile.png") repeat-x top left;
  }
  .menubar i {
    display: none;
  }
  .menubar span {
    font-size: 18px;
  }
  .menubar li:hover span {
    color: #5a5a5a;
  }
  .menubar li.nav-active span,
  .menubar li.nav-active:nth-child(4) span {
    color: #ffffff;
  }
  .menubar li:nth-child(4) span {
    color: #fa2b20;
  }
  .menubar li.nav-active:after {
    content: "▲";
    bottom: auto;
    top: -15px;
    color: #3ad750;
  }
  .pt0 {
    padding-top: 0 !important;
  }
}
.section {
  text-align: center;
}
.section .desc {
  background-color: #d8edda;
  color: #5a5a5a;
  border-radius: 5px;
  padding: 10px;
}
.section .desc p {
  line-height: 30px;
}
.section .desc p strong {
  font-size: 20px;
}
.section .footer {
  text-align: left;
  font-size: 13px;
  margin-top: 20px;
}
.footer {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.font-size-18 {
  font-size: 14px;
}
.flink {
  font-size: 14px;
  line-height: 30px;
  color: #5eb258;
  margin-bottom: 10px;
  text-decoration: underline;
}
.section .footer .centered {
  text-align: center;
}
#cpi .title {
  color: #347c2c;
}
#mxi .title {
  color: #246397;
}
#fx2 .title {
  color: #c44418;
}
#cashreward .title {
  color: #fe7f02;
}
.redbtn {
  background-color: #ff0000;
  line-height: 20px;
  padding-top: 10px;
}
.redbtn:hover {
  background-color: #930f16;
}
.actheadline {
  text-align: center;
  color: #5eb258;
  margin-top: 20px;
}
.p2g-text {
  font-size: 20px;
  color: #5a5a5a;
  font-weight: bold;
}
.section-anchor {
  margin-top: 20px;
}
.appbox {
  margin: 0 -1%;
}
.app-content {
  width: 100%;
  padding-bottom: 15px;
}
.app-content:last-child {
  padding-bottom: 0px;
}
.eng #cpi-example-wrapper,
.eng #mxi-example-wrapper {
  width: 100%;
}
.btnsurvey {
  width: 100%;
  max-width: 130px;
}
.btnsurvey.eng {
  width: 100%;
  max-width: 220px;
  position: relative;
  left: 19%;
  margin-bottom: 10px;
}
.app-content .content {
  color: #5a5a5a;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
}
.market-info-app {
  background-color: #e0f1e3;
}
.personal-banking-app {
  background-color: #c8e6cd;
}
.app-img-template {
  display: inline-block;
  text-align: left;
  -ms-flex: 1;
  flex: 1;
  vertical-align: middle;
}
.app-download-template {
  -ms-flex: 2;
  flex: 2;
}
.app-img-template .btn-download {
  width: 100%;
}
.app-icon-img {
  max-width: 85px;
  width: 100%;
}
.app-text-template {
  display: inline-block;
  text-align: left;
  -ms-flex: 5;
  flex: 5;
  vertical-align: middle;
  padding-right: 30px;
  padding-left: 20px;
}
.app-text-template p {
  line-height: 1.4;
}
.btn_n_custom,
.btn_log_custom {
  font-size: 16px;
}
.app-col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.app-col a {
  display: block;
  margin: 10px 0;
}
.app-col a:last-child {
  margin: 0;
}
.app-col p {
  display: none;
}
.app-content.daasc {
  width: 98%;
}
.app-content.daasc .content {
  padding: 15px 10px 0;
}
.app-content.daasc .app-header br {
  display: none;
}
@media screen and (max-width: 969px) {
  .app-content .content p br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .btnsurvey.eng {
    left: 0%;
    margin-bottom: 0px;
  }
  .riskbox2::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  .riskbox2::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
  .app-content .content h1,
  .app-content .content p {
    display: none;
  }
  .app-content .content {
    padding: 0;
  }
  .app-col {
    display: block;
  }
  .app-col p {
    display: block !important;
    font-weight: bold;
    margin-top: 15px;
  }
}
#cpi.section,
#mxi.section,
#fx2.section,
#if.section {
  position: relative;
}
.cpi-example-words,
.cpi-example-pic,
.mxi-example-words,
.mxi-example-pic {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.cpi-example-words,
.mxi-example-words {
  top: -5px;
  position: relative;
}
.fx2-example-words,
.fx2-example-pic {
  display: inline-block;
  vertical-align: super;
  text-align: left;
}
#cpi-example-wrapper,
#mxi-example-wrapper {
  position: relative;
  margin-top: 2rem;
}
#fx2-example-wrapper {
  position: relative;
  margin-top: 2rem;
}
.formbox {
  background-color: #f8f5f5;
  margin-top: 7px;
  margin-left: 7px;
  margin-bottom: 20px;
  padding-bottom: 7px;
  position: relative;
  border-top: 1px #ae802c solid;
  border-bottom: 1px #ae802c solid;
  border-radius: 0px;
}
.ficon {
  display: inline-block;
  margin-top: 15px;
  width: 16%;
  text-align: right;
}
.fbtn {
  display: inline-block;
}
.fbtn.eng {
  display: block;
}
.fword {
  display: inline-block;
  padding: 15px 0 8px 23px;
  width: 62%;
  padding-right: 40px;
  font-size: 15px;
  vertical-align: top;
}
.fword.eng {
  width: 70%;
}
.view_p2g .fword1.eng {
  padding-left: 19%;
  left: 0%;
  padding-right: 10px;
}
.fword1 {
  font-size: 20px;
  line-height: 30px;
  color: #5eb258;
  font-weight: bold;
  position: relative;
  left: 37%;
}
#offer {
  position: relative;
}
.example-collapse-wrapper.active {
  font-size: 14px;
  border: 2px #39b54a solid;
  padding: 20px 100px;
  height: auto;
  overflow: auto;
  background: #f8f8f8;
}
.example-collapse-wrapper {
  height: 0px;
  overflow: hidden;
  padding: 0px;
  border: 0px;
}
.example-leftAlign {
  text-align: left;
}
.example-collapse-table-wrapper {
  border-bottom: 1px #8fbf6f solid;
  border-top: 1px #8fbf6f solid;
  width: 95%;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 715px;
}
.example_btn {
  cursor: pointer;
  width: 100px;
  margin-right: 10px;
}
.example_btn.eng {
  cursor: pointer;
  width: 150px;
}
.example-collapse-row.row-header {
  border-bottom: 1px #8fbf6f solid;
}
.example-collapse-row {
  text-align: center;
}
.greenBg {
  background-color: #e2efda;
}
.example-collapse-item {
  display: inline-block;
  width: 48%;
  vertical-align: middle;
}
.app-header {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width: 970px) {
  #main_content_area .row {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .custom_btn_area {
    margin: 2rem 0.5rem;
  }
  .fx2-example-words,
  .fx2-example-pic {
    display: block;
  }
  .eng .fx2-example-words,
  .eng .fx2-example-pic {
    display: inline-block;
  }
  .cpi-example-words,
  .cpi-example-pic,
  .mxi-example-words,
  .mxi-example-pic,
  .fx2-example-words,
  .fx2-example-pic {
    text-align: center;
  }
  .example_btn {
    margin-right: 0px;
  }
  .app-header {
    font-size: inherit;
  }
}
@media screen and (max-width: 638px) {
  .eng .fx2-example-words,
  .eng .fx2-example-pic {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .custom_btn_area {
    margin: 2rem 0.5rem;
  }
  .fx2-example-words,
  .fx2-example-pic {
    display: block;
  }
  .cpi-example-words,
  .cpi-example-pic,
  .mxi-example-words,
  .mxi-example-pic,
  .fx2-example-words,
  .fx2-example-pic {
    text-align: center;
    display: block;
  }
  .app-content {
    width: 100%;
    margin: 0 1%;
    float: left;
  }
  .app-img-template,
  .app-text-template {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-right: 0px;
    -ms-flex: inherit;
    flex: inherit;
    padding-left: 0px;
  }
  .app-img-template .btn-download {
    max-width: inherit;
  }
  .app-icon-img {
    max-width: 97px;
  }
  .mobile-fullWidth {
    width: 100%;
  }
  .btnsurvey {
    margin-left: 80px;
  }
  .example-collapse-wrapper.active {
    padding: 20px 30px;
  }
}
#doubleInt {
  position: absolute;
  top: 70.25%;
  left: 50%;
  margin-left: -158px;
}
.btn_reward {
  background-color: #fe8002;
  color: white;
  font-size: 20px;
  min-width: 140px;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .ficon {
    width: 20%;
    margin-top: 8px;
    vertical-align: top;
  }
  .fword {
    padding: 15px 0 8px 0px;
    width: 73%;
  }
  .picon {
    margin-top: 10px;
  }
  .view_p2g .fword1.eng {
    padding-left: 20%;
    left: 0%;
  }
  .fword1 {
    font-size: 19px;
    line-height: 26px;
    padding-left: 21%;
    left: 0%;
  }
  .btnsurvey {
    margin-left: 90px !important;
  }
  .btn_n_custom,
  .btn_log_custom {
    margin: 20px 0px 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  #doubleInt {
    top: 38%;
    left: 43.5%;
    margin-left: 0;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 3;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-header {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.modal-body {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  height: 500px;
  overflow: auto;
}
#cpiModalExample .modal-content {
  max-width: 680px;
  padding: 32px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
  margin: auto;
  padding: 10px 0;
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
.modal-content h1 {
  margin-top: 20px;
}
.close {
  color: #3ab54a;
  float: right;
  font-size: 22px;
  line-height: 22px;
  margin-right: 5px;
}
.modal .close {
  height: 32px;
  max-height: 32px;
  min-height: 32px;
  max-width: 32px;
  min-width: 32px;
  width: 32px;
  bottom: auto;
  left: auto;
  position: absolute;
  right: 16px;
  top: 16px;
  background-image: url(../images/icn_stroke_close_grey02.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
.close:hover,
.close:focus {
  color: #123317;
  text-decoration: none;
  cursor: pointer;
}
.popapp img {
  width: 100px;
  text-align: center;
}
.btn_n_custom4 {
  border-radius: 3px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  display: inline-block;
}
.btn_n_custom4 {
  font-size: 16px;
  margin: 10px 5px 20px;
  width: auto;
}
.btn_n_custom4:before {
  content: " ";
  text-indent: -999em;
  background: url(../images/icon_20px.png);
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
}
.btn_n_custom4 {
  background-color: #39b54a;
  color: #fff;
}
.btn_n_custom4:hover {
  background-color: #1d5d27;
}
.btn_n_custom4:before {
  background-position: -80px 0px;
}
.openapp {
  float: left;
}
.fullWidth,
#main_content_area .row.fullWidth {
  padding-left: 0px;
  padding-right: 0px;
}
body:lang(zh-cn),
body:lang(zh-cn) * {
  font-family: "Noto Sans TC", sans-serif, Verdana, Helvetica,
    "Microsoft JhengHei", "微軟正黑體" !important;
}
body:lang(zh-hk),
body:lang(zh-hk) * {
  font-family: "Noto Sans TC", sans-serif, Verdana, Helvetica,
    "Microsoft JhengHei", "微軟正黑體" !important;
}
body {
  font-size: 24px;
}
p {
  font-size: 24px;
}
b {
  color: #008a0e;
}
.informations__wrapper:first-child {
  padding-top: 0;
}
.no-padding {
  padding: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.remark {
  font-size: 16px !important;
}
.know-more div {
  font-size: 40px;
}
.know-more strong {
  font-size: 24px;
  color: #94552c;
}
.know-more img {
  margin-right: 10px;
  width: 25px !important;
  height: 25px;
}
.remark .riskbox1 p {
  font-size: 15px !important;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.text-img {
  font-size: 24px;
}
.text-img b {
  color: #4d9251;
}
.text-img img {
  margin: 0 5px;
  vertical-align: middle;
  width: 14px;
}
*:focus {
  outline: none;
}
.chi .promotion_offer_btn_group {
  height: 50%;
}
.chi .promotion_offer_btn {
  height: 70px;
}
.schi .promotion_offer_btn_group {
  height: 60%;
}
.schi .promotion_offer_btn {
  height: 70px;
}
.eng .promotion_offer_btn_group {
  height: 60%;
}
.eng .promotion_offer_btn {
  height: 70px;
}
.menubar.long_menubar li {
  width: 20%;
}
.menubar.long_menubar li .long_menu,
.menubar.long_menubar li .short_menu {
  display: none;
}
.menubar.short_menubar li {
  width: 20%;
}
.menubar.short_menubar li .long_menu,
.menubar.short_menubar li .short_menu {
  display: none;
}
.short_menubar li:last-child a {
  display: table;
}
@media screen and (min-width: 970px) {
  .font20 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.modal .modal-content {
  text-align: center;
}
.appbox {
  margin: 0 !important;
}
.informations__wrapper .headingTitle {
  -ms-flex: inherit !important;
  flex: inherit !important;
  width: 165px;
}
.informations__content > div:first-child {
  -ms-flex: inherit !important;
  flex: inherit !important;

}
.green-btn {
  font-size: 18px;
  border: 1px #34a344 solid;
  border-radius: 7px;
  padding: 10px 20px;
  color: #34a344;
}
.green-btn:hover {
  background-color: #f4faf5;
}
.leadin__text {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.leadin__text b.green {
  color: #298236;
}
.{
  font-weight: bold;
  color: #1d865e;
  line-height: 1.3;
  margin-bottom: 0px;
  text-align: center;
  padding-top: 10px;
}
.section__title {
  font-weight: bold;
  color: #1d865e;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 5px;
}
.section__title.align-mg:not(.no-margin-bottom) {
  font-size: 42px;
  font-family: Arial, Verdana, Helvetica, sans-serif, "Microsoft JhengHei",
    微軟正黑體 !important;
}
@media screen and (max-width: 40em) {
  .section__title.align-mg:not(.no-margin-bottom) {
    font-size: 30px;
  }
}
.section__desc {
  color: #333;
  line-height: 1.5;
}
.features__remark {
  padding-top: 25px;
  padding-bottom: 25px;
}
.features__remark ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 0;
}
.features__remark li {
  counter-increment: my-awesome-counter;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.features__remark li:before {
  content: "[" counter(my-awesome-counter) "] ";
}
.features b {
  color: #298236;
  padding: 0px 15px;
}
.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 {
  font-size: 22px;
  padding-bottom: 15px;
  padding-top: 13px;
  color: #298236;
  text-align: left;
  line-height: 1.1;
}
.features__desc {
  padding-top: 20px;
  text-align: left;
  color: #333;
}
.features__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}
.features__points {
  -ms-flex: 3;
  flex: 3;
  text-align: left;
  padding-left: 20px;
  border-right: 1px #666666 solid;
}
.features__points_group {
  padding-bottom: 15px;
}
.features__points_icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 35px;
  width: 15%;
}
.features__points_text {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}
.features__btns {
  -ms-flex: 2;
  flex: 2;
}
.features__btns_group {
  margin-bottom: 15px;
  border-radius: 7px;
  margin-left: 30px;
  padding: 6px 0px;
  cursor: pointer;
  border: 1px #298236 solid;
}
.features__btns_group:hover {
  background-color: #f4faf5;
}
.features__btns_group a {
  display: block;
  padding: 9px 0px;
}
.features__btns_icon {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  width: 10%;
}
.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 {
  border-bottom: 1px #333 solid;
  padding: 30px 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 .collapse_arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.features .headingIcon {
  position: relative;
}
.features .headingIcon .text {
  font-size: 20px;
  color: #333;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.features .headingButton {
  width: 100%;
  text-align: left;
}
.services .headingIcon {
  position: relative;
}
.services .headingIcon .text {

  color: #1d865e;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.services .headingButton {
  width: 100%;
  text-align: left;
}
.services .image-off {
  display: inline-block;
}
.services .collapse_arrow_up,
.services .collapse,
.services .image-on {
  display: none;
}
.services .collapse_arrow {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.services .collapse_arrow_down {
  display: block;
}
.informations {
  padding: 0px 15px;
}
.informations .collapse_arrow_down {
  display: block;
}
.informations .collapse_arrow_up,
.informations .collapse {
  display: none;
}
.informations__content {
  display: -ms-flexbox;
  display: flex;
}
.informations__content > div:first-child {
  -ms-flex: 1;
  flex: 1;
}
.informations__content > div:nth-child(2) {
  -ms-flex: 5;
  flex: 5;
  padding-top: 20px;
}
.informations__content > div:nth-child(2) .link {
  font-size: 18px;
  margin-top: 20px;
}
.informations__content > div:nth-child(2) .link a {
  border: 1px #34a344 solid;
  border-radius: 7px;
  padding: 10px 20px;
  color: #34a344;
}
.informations__content > div:nth-child(2) .link a:hover {
  background-color: #f4faf5;
}
.informations__content > div:nth-child(2) .link a img {
  vertical-align: unset;
  padding-left: 7px;
}
.informations__wrapper {
  border-bottom: 1px #333 solid;
  padding: 25px 0px;
}
.informations__wrapper.active .collapse_arrow_down {
  display: none;
}
.informations__wrapper.active .collapse_arrow_up,
.informations__wrapper.active .collapse {
  display: block;
}
.informations__wrapper.active .headingTitle {
  color: #055541;
}

.informations .collapse_arrow {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.informations .headingTitle {
  color: #055541;
  -ms-flex: 1;
  flex: 1;
}
.informations .headingIcon {
  -ms-flex: 5;
  flex: 5;
  position: relative;
  padding-right: 40px;
}
.informations .headingIcon .text {
  color: #055541;
  display: inline-block;
  vertical-align: middle;
}
.informations .headingButton {
  width: 100%;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
}
.promotion_content {
  display: -ms-flexbox;
  display: flex;
}
.promotion_content__left {
  font-size: 24px;
}
.promotion_remark {
  padding-top: 25px;
  font-size: 15px;
}
.promotion_remark .tnc__icon-off {
  display: inline-block;
}
.promotion_remark .tnc__icon-on {
  display: none;
}
.promotion_remark a {
  color: #000;
}
.promotion_remark a:hover {
  color: #005d2d;
}
.promotion_remark a:hover .tnc__icon-off,
.promotion_remark > div:hover .tnc__icon-off {
  display: none;
}
.promotion_remark a:hover .tnc__icon-on,
.promotion_remark > div:hover .tnc__icon-on {
  display: inline-block;
}
.promotion_remark ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 0;
}
.promotion_remark li {
  counter-increment: my-awesome-counter;
}
.promotion_remark li:before {
  content: "[" counter(my-awesome-counter) "]";
  padding-right: 0px;
}
.promotion_table {
  border: 3px #005d2d solid;
  border-radius: 20px;
  padding: 0px 45px;
  margin: 25px 17px 0px 17px;
}
.promotion_table__row {
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0px;
  border-bottom: 1px #005d2d solid;
}
.promotion_table__row:last-child {
  border-bottom: 0px #005d2d solid;
}
.promotion_table__element {
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 20px;
  position: relative;
}
.promotion_table__element b {
  color: #298236;
}
.promotion_table__element > img {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}
.green_tri {
  background-image: url("../images/greenTri.png");
  width: 24px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(150%, -50%);
  -ms-transform: translate(150%, -50%);
  transform: translate(150%, -50%);
}
.award {
  padding: 15px 15px 0px 15px;
}
.award__item {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  margin: 10px 0;
}
.award__item:last-child {
  padding-bottom: 0px;
}
.award__text .head {
  line-height: 1.1;
  font-weight: bold;
}
.award__text .content {
  display: inline-block;
}
.award__text a {
  display: inline-block;
  padding-left: 15px;
  font-size: 18px;
  color: #298236;
  font-weight: bold;
}
.award__text a:hover .award__icon-on {
  display: inline-block;
}
.award__text a:hover .award__icon-off {
  display: none;
}
.award__text img {
  vertical-align: unset;
  display: inline-block;
}
.award__text .award__icon-on {
  display: none;
}
.award__icon {
  padding-right: 25px;
}
.example_table__wrapper {
  border: 2px #666666 solid;
  padding: 25px 10px;
  margin-top: 30px;
  display: none;
}
.example_table__wrapper.active {
  display: block;
}
.example_table__row {
  border-bottom: 3px #00a651 solid;
  padding-bottom: 20px;
  padding-top: 20px;
  display: -ms-flexbox;
  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;
  -webkit-transform: translate(-50%, 30%);
  -ms-transform: translate(-50%, 30%);
  transform: translate(-50%, 30%);
}
.example_table__parts {
  -ms-flex: 1;
  flex: 1;
  padding-right: 50px;
  text-align: left;
  position: relative;
}
.example_table__parts:last-child {
  padding-right: 0px;
}
.example_table__three_parts {
  position: relative;
  -ms-flex: 3;
  flex: 3;
  padding-right: 110px;
  text-align: left;
}
.example_table__header {
  font-size: 22px;
}
.example_table__remarks {
  font-size: 15px;
  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 {
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  position: relative;
}
.example_sample__three_parts {
  position: relative;
  -ms-flex: 7;
  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: -ms-flexbox;
  display: flex;
  border-bottom: 1px #00a651 solid;
}
.example_sample__inner_row:last-child {
  border-bottom: 0px #00a651 solid;
}
.fx2_table .example_table__desc {
  text-align: left;
  padding-top: 20px;
}
.fx2_table .example_sample__row {
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}
.fx2_table .example_sample__row:last-child .example_sample__down_tri:after {
  bottom: 0px;
  top: -50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.fx2_table .example_sample__wrapper {
  padding-top: 0px;
}
.fx2_table .example_sample__down_tri:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 14px 0 14px;
  border-color: #00a650 transparent transparent transparent;
  position: absolute;
  bottom: -50%;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.eli_table.example_table__wrapper {
  padding: 25px 0px;
}
.eli_table .example_table__desc {
  text-align: center;
  padding-bottom: 13px;
}
.eli_table .example_table__session {
  padding-top: 8px;
  padding-bottom: 13px;
  display: -ms-flexbox;
  display: flex;
  background: #f4faf5;
  margin-top: 20px;
}
.eli_table .example_table__session_part {
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.eli_table .example_table__session_part:last-child:after {
  content: "";
  background-color: #666666;
  position: absolute;
  width: 1px;
  height: 90%;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.eli_table .green_tri {
  position: relative;
  top: 0px;
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px);
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.eli_table ol {
  list-style: none;
  counter-reset: my-awesome-counter2;
  padding: 0;
  width: 80%;
  margin: 0 auto;
}
.eli_table ol li {
  counter-increment: my-awesome-counter2;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  text-align: left;
  -ms-flex-align: center;
  align-items: center;
}
.eli_table ol li::before {
  content: counter(my-awesome-counter2);
  font-weight: bold;
  font-size: 60px;
  margin-right: 20px;
  line-height: 1;
  color: #157537;
  position: relative;
  z-index: 2;
  padding-left: 7px;
}
.eli_table .num_bg {
  background-image: url("../images/num_bg.png");
  background-position: -10px center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 66px;
  position: absolute;
  z-index: 1;
}
#footer .footer_bot_area ol li {
  margin-left: 10px;
}
.floating__wrapper {
  max-width: 650px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.floating__footer {
  position: fixed;
  padding: 12px 0px;
  bottom: 0;
  background: #fff;
  width: 100%;
  z-index: 3;
}
.floating__redbtn {
  width: 50%;
  border-radius: 10px;
  cursor: pointer;
  background-color: #ea1a1b;
  border: 1px #ea1a1b solid;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.floating__redbtn:hover {
  background-color: #930f16;
  border: 1px #930f16 solid;
}
.floating__redbtn a {
  padding: 9px 22px 8px;
  color: #fff;
  display: block;
}
.floating__greenbtn {
  text-align: center;
  width: 50%;
  border-radius: 10px;
  margin-left: 10px;
  cursor: pointer;
  border: 1px #298236 solid;
  font-weight: bold;
  padding: 9px 22px 8px;
  font-size: 18px;
}
.floating__greenbtn:hover {
  background-color: #f4faf5;
}
.floating__greenbtn a {
  color: #298236;
}
.gif_img {
  width: 100%;
  max-width: 285px;
  margin: 0 auto;
}
@media screen and (max-width: 40em) {
  .features .headingIcon .text {
    font-size: 18px !important;
padding-left:10px;
  }
  p {
    font-size: 18px;
  }
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 30px;
  }
  .section__desc {
    font-size: 18px;
  }
  .promotion_content__left {
    font-size: 18px !important;
  }
  .remark {
    font-size: 14px !important;
  }
  .know-more div {
    font-size: 26px;
  }
  .know-more strong {
    font-size: 22px;
  }
  .award__icon {
    padding-right: 10px;
    -ms-flex: 1;
    flex: 1;
  }
  .award__text {
    -ms-flex: 5;
    flex: 5;
  }
  .award__text a {
    display: block;
    padding-left: 0px;
  }
  .promotion_content {
    display: block;
    padding-bottom: 20px;
  }
  .promotion_content__right {
    text-align: center;
  }
  .promotion_content__left {
    padding-bottom: 10px;
    font-size: 20px;
  }
  [data-toggle="modal"] img {
    margin: 0;
  }
  .floating__wrapper {
    display: block;
    width: 90%;
    padding: 0px;
  }
  .floating__redbtn {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .floating__redbtn a {
    padding: 7px 20px;
  }
  .floating__greenbtn {
    width: 100%;
    text-align: center;
    margin-left: 0px;
    padding: 7px 20px;
  }
  .features__remark {
    font-size: 16px;
  }
  .features__content {
    display: block;
  }
  .features__points {
    padding-left: 0px;
    border-right: 0px #666666 solid;
    border-bottom: 1px #666666 solid;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .features__points_text {
    font-size: 24px;
  }
  .features__points_icon {
    padding-right: 15px;
  }
  .features__points_group {
    padding-bottom: 20px;
  }
  .features__points_group:last-child {
    padding-bottom: 0px;
  }
  .features__btns_group {
    margin-left: 0px;
  }
  #cpiModalExample .modal-content {
    padding: 12px;
  }
  .example_table__row {
    display: block;
  }
  .example_table__three_parts {
    text-align: center;
    padding-right: 0px;
  }
  .example_table__parts {
    padding-right: 0px;
    text-align: center;
    padding-bottom: 90px;
  }
  .example_table__parts:last-child {
    padding-bottom: 0px;
  }
  .example_table__arrow:after {
    content: "";
    -webkit-transform: translate(50%, -100%) rotate(90deg);
    -ms-transform: translate(50%, -100%) rotate(90deg);
    transform: translate(50%, -100%) rotate(90deg);
    top: initial;
    bottom: 0px;
    right: 50%;
  }
  .example_sample__inner_row_mobile {
    display: block;
    border-bottom: 3px #00a651 solid;
    padding: 20px 0px;
  }
  .example_sample__inner_row_mobile .example_sample__parts {
    text-align: center;
    padding-bottom: 80px;
    font-size: 22px;
  }
  .example_sample__inner_row_mobile .example_sample__parts:last-child {
    padding-bottom: 0px;
  }
  .example_sample__three_parts_mobile {
    font-size: 22px;
  }
  .example_sample__parts {
    padding-left: 10px;
  }
  .example_sample__parts_mobile {
    -ms-flex: 2;
    flex: 2;
  }
  .fx2_table .example_sample__row {
    padding-top: 15px;
    padding-bottom: 50px;
    border-bottom: 0px #00a651 solid;
    position: relative;
  }
  .fx2_table .example_sample__row.example_table__arrow:after {
    -webkit-transform: translate(50%, 0%) rotate(90deg);
    -ms-transform: translate(50%, 0%) rotate(90deg);
    transform: translate(50%, 0%) rotate(90deg);
  }
  .fx2_table .example_sample__parts {
    padding-left: 0px;
    text-align: center;
  }
  .eli_table .example_table__session {
    display: block;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .eli_table .example_table__session_part:last-child {
    padding-top: 20px;
    margin-top: 20px;
  }
  .eli_table .example_table__session_part:last-child:after {
    width: 90%;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0px;
  }
  .promotion_table {
    padding: 0px 10px;
    margin: 25px 10px 10px 10px;
    width: 100%;
  }
  .promotion_table__row {
    -ms-flex-align: center;
    align-items: center;
  }
  .promotion_table__element {
    font-size: 18px;
    padding: 0px 10px;
  }
  .promotion_table__element .green_tri {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    width: 14px;
  }
  .informations {
    padding: 0px;
  }
  .informations .headingButton {
    display: block;
  }
  .informations .headingIcon .text {
    padding-top: 13px;
  }

}
#leavingModal .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
#leavingModal .modal-footer button.rwd-modal-button-cancel {
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  min-height: 40px;
  min-width: 100px;
  padding: 7px 19px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #b2b2b2;
  color: #666;
  text-align: center;
  margin-right: 12px;
  font-size: 19px;
  line-height: 24px;
}
#leavingModal .modal-footer button.rwd-modal-button-confirm a {
  color: #fff;
  padding: 7px 19px;
  display: block;
  border-radius: 5px;
  cursor: pointer;
  font-size: 19px;
  line-height: 24px;
  display: inline-block;
  text-decoration: none !important;
  min-height: 40px;
  min-width: 100px;
  font-weight: 500;
  background-color: #00a865;
  border: 1px solid #00a865;
  color: #fff;
  text-align: center;
}
#leavingModal .modal-dialog {
  max-width: 480px;
  min-width: 480px;
  width: 480px;
  margin: 0px auto;
}
#leavingModal .modal-header {
  border: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding: 0px;
  margin-bottom: 16px;
  color: #333;
}
#leavingModal .modal-body {
  font-size: 14px;
  line-height: 24px;
  padding: 0px;
  margin-bottom: 40px;
  font-weight: 400;
}
#leavingModal .modal-footer {
  border: 0;
  color: #333;
  padding: 0px;
}
#leavingModal.modal .close {
  height: 32px;
  max-height: 32px;
  min-height: 32px;
  max-width: 32px;
  min-width: 32px;
  width: 32px;
  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;
}
#leavingModal .modal-content {
  padding: 32px;
  border: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: none;
  border-radius: 0.3rem;
  outline: 0;
}
#leavingModal .modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.promotion_offer_btn_group {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.promotion_offer_btn {
  display: inline-block;
  cursor: pointer;
}
.promotion_if_btn,
.promotion_eli_btn,
.promotion_cpi_btn {
  width: 32%;
}
.promotion_mxi_btn,
.promotion_fx2_btn {
  width: 49%;
}
.mxi_btn {
  position: absolute;
  width: 100%;
  height: 220px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  top: 10%;
}
.sc_mxi_btn {
  top: 20%;
  height: 30%;
}
.indexBtn {
  padding-bottom: 20px;
  display: block;
}
.nav-on {
  display: none;
}
.menubar {
  display: inline-block;
}
.menubar li {
  float: left;
  display: inline-block;
  width: 20%;
  margin-left: 0;
  border: none;
}
.menubar li.nav-active {
  background: none;
}
.menubar li.nav-active:hover {
  background: none;
}
.menubar li:active,
.menubar li:hover {
  background: none;
}
.menubar li.nav-active:after {
  display: none;
}
.menubar li.nav-active .nav-on {
  display: inline-block;
}
.menubar li.nav-active .nav-off {
  display: none;
}
.menubar a {
  display: inline-block;
  text-align: center;
  border-spacing: 0;
}
.section .desc,
.formbox,
.personal-banking-app,
.market-info-app {
  background: none;
}
.offer {
  position: relative;
  padding-top: 2rem;
}
.offer__btn {
  position: absolute;
  width: 16%;
  display: inline-block;
}
.offer__btn img {
  max-width: 100%;
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.offer__btn-cpi {
  top: 73%;
  left: 26%;
}
.offer__btn-mxi,
.offer__btn-fx2 {
  top: 72%;
  left: 26%;
}
@media screen and (max-width: 900px) {
  .offer__btn {
    width: 20%;
  }
  .offer__btn-cpi,
  .offer__btn-mxi,
  .offer__btn-fx2 {
    top: 74%;
    left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .offer__btn {
    width: 23%;
  }
  .offer__btn-cpi,
  .offer__btn-mxi,
  .offer__btn-fx2 {
    top: 74%;
    left: 16%;
  }
  .promotion_offer_btn_group {
    height: 65%;
  }
  .promotion_offer_btn {
    height: 70px;
  }
  .promotion_if_btn,
  .promotion_eli_btn,
  .promotion_cpi_btn,
  .promotion_mxi_btn {
    width: 49%;
  }
  .promotion_fx2_btn {
    width: 98%;
  }
  .mxi_btn {
    height: 80px;
    top: 40%;
  }
  .sc_mxi_btn {
    height: 90px;
    top: 30%;
  }
  .en_daasc_mxi_btn {
    text-align: left;
  }
  .en_daasc_mxi_btn a {
    display: inline-block;
    height: 100%;
    width: 65%;
  }
  .en_daasc_mxi_btn .tips {
    display: inline-block;
    height: 100%;
    width: 20%;
  }
  .sc_daasc_mxi_btn,
  .tc_daasc_mxi_btn {
    text-align: left;
  }
  .sc_daasc_mxi_btn a,
  .tc_daasc_mxi_btn a {
    display: inline-block;
    height: 100%;
    width: 40%;
  }
  .sc_daasc_mxi_btn .tips,
  .tc_daasc_mxi_btn .tips {
    display: inline-block;
    height: 100%;
    width: 20%;
  }
  .eng .mxi_btn {
    top: 45%;
  }
  .schi .promotion_offer_btn {
    height: 70px;
  }
  .schi .promotion_offer_btn_group {
    height: 65%;
  }
  .chi .promotion_offer_btn_group {
    height: 60%;
  }
  .chi .promotion_offer_btn {
    height: 50px;
  }
}
@media screen and (max-width: 40em) {
  .offer__btn {
    width: 37%;
  }
  .offer__btn-cpi,
  .offer__btn-mxi,
  .offer__btn-fx2 {
    top: 49%;
    left: 32%;
  }
}
.flink {
  color: #6d6d6d;
}
.record {
  padding: 2rem 0;
}
.fword {
  font-size: 16px;
  vertical-align: middle;
}
.section .desc {
  font-size: 16px;
  vertical-align: middle;
}
.section .footer {
  margin-top: 2rem;
}
.custom_btn_area {
  margin: 2rem auto;
}
.custom_btn_area a:first-child {
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  #footer {
    padding-bottom: 80px;
  }
  .custom_btn_area {
    margin: 2rem 0.5rem;
  }
  .custom_btn_area a:first-child,
  .custom_btn_area a:last-child {
    margin-right: 0rem;
    margin-left: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .custom_btn_area .view_d2g a:first-child,
  .view_daasc a img:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .custom_btn_area .view_d2g a img {
    margin: 0;
  }
}
.menubar.hide-for-medium {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.investmentInfo__leading {
  margin-bottom: 1rem;
}
.investmentInfo__title {
  margin-bottom: 1rem;
  margin: 2rem 0 1rem;
}
.investmentInfo__content a {
  display: inline-block;
  overflow: hidden;
}
.btn-cta__nonCilent .inactive-img {
  display: inherit;
}
.btn-cta__nonCilent .active-img {
  display: none;
}
.btn-cta__nonCilent:hover .inactive-img {
  display: none;
}
.btn-cta__nonCilent:hover .active-img {
  display: inherit;
}
.app-content.eng {
  margin-bottom: 10px;
}
.app-content .content h1 {
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 1.1;
}
.app-content .content.eng h1 {
  height: 20px;
}
.tips {
  display: inline-block;
  cursor: pointer;
}
.tips__overlay {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
}
.tips__container {
  position: relative;
  width: 100%;
  height: 100%;
}
.tips__box {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 320px;
  top: 50%;
  left: 50%;
  padding: 2rem 1rem 2rem;
  border: 1px solid #5eb258;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tips_content {
  text-align: center;
}
.tips__close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 0.5rem 1rem;
  text-align: center;
  color: #5eb258;
  cursor: pointer;
}
.investmentInfo {
  padding-bottom: 40px;
}
.eng.gbtn {
  line-height: 20px;
  padding-top: 10px;
  height: 60px;
  font-size: 16px;
  width: 44%;
}
@media screen and (max-width: 768px) {
  .eng.gbtn {
    width: 100%;
  }
}
.eng.redbtn {
  background-color: #ff0000;
  line-height: 20px;
  padding-top: 10px;
  height: 60px;
  font-size: 16px;
  padding-right: 60px;
  padding-left: 60px;
}
.menubar a:hover .nav-off {
  display: none;
}
.menubar a:hover .nav-on {
  display: inline;
}
.title {
  margin-top: 10px;
}
.title.eng {
  margin-top: 20px;
}
.riskbox2 ul ul {
  list-style: none;
}
.riskbox2 ul ul li {
  position: relative;
  padding-left: 20px;
  margin-left: 0;
}
.riskbox2 ul ul li:before {
  content: "-";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 4px;
  height: 1px;
  line-height: 1px;
}
.offer_table_btn {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5.5rem;
}
.lucky-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.lucky-box .promotion_table {
  width: 100%;
}
.lucky-box .phone-img {
  width: 50%;
  padding: 0 10px;
  padding: 30px 10px 10px;
}
@media screen and (max-width: 767px) {
  .lucky-box .phone-img {
    padding: 30px 10px 10px;
  }
}
.lucky-box + .promotion_remark {
  padding: 0;
}
.lucky-box + .promotion_remark a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .lucky-box {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .lucky-box .promotion_table {
    width: 100%;
    margin-bottom: 20px;
  }
  .lucky-box .phone-img {
    width: 60%;
  }
}
.white-line {
  width: 100%;
  height: 2px;
  background: white;
  bottom: 6px;
  left: 0;
  position: relative;
}
.lucky-draw-table {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0;
  border-collapse: separate;
  text-align: center;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 22px;
}
.lucky-draw-table__cell {
  width: 33.333%;
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .lucky-draw-table__cell {
    padding: 18px 8px;
  }
}
.lucky-draw-table__cell ul {
  margin-left: 28px;
  text-align: left;
}

.lucky-draw-table__row:first-child {
  font-weight: bold;
  color: #fff;

  border-radius: 22px 22px 0px 0px;
}
.lucky-draw-table__row:last-child {
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}
.lucky-draw-table__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
 
}

.lucky-draw-table__row span {
  padding-left: 20px;
}
.lucky-draw-table__row .flex-item {
  display: grid;
  -ms-flex-align: center;
  align-items: center;
}
.lucky-draw-table__row .flex-item img {
  width: 27px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .main_banner_section.page_banner {
    background-position: right 55% top 0 !important;
  }
}
#main_content_area {
  padding-bottom: 20px !important;
}
#main_content_area .row {
     padding: 80px 8px 0;
}
.know-more {
  margin-top: 10px;
  padding-bottom: 60px;
}
.know-more .header {
  color: #005d2d;
  font-size: 20px;
  line-height: 33px;
  font-weight: bold;
  width: 130px;
  height: 33px;
  float: none;
  border-left: 5px solid #005d2d;
  padding-left: 10px;
}
.know-more .content {
  display: -ms-flexbox;
  display: flex;
}
.know-more .content .col {
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  font-size: 20px;
  line-height: 26px;
}
.know-more .content .col:last-child {
  padding-left: 10px;
}
.know-more img {
  width: 25px;
}
.features .headingIcon .text {
  color: #155d2f;
  font-size: 24px;
}
.telwrapper {
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  text-align: left;
}
.telwrapper__desc {
  font-size: 24px !important;
  line-height: 28px;
  margin-bottom: 10px;
}
.telwrapper__inner_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.telwrapper__inner_wrapper strong {
  color: #000;
}
.promotion_content {
  border-radius: 22px;
  display: block !important;
}
.apple-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .apple-content-wrapper {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.apple-content-wrapper .section_desc {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .apple-content-wrapper .section_desc {
    width: 100%;
  }
}
.apple-content-wrapper img {
  padding: 20px;
  max-width: 325px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .apple-content-wrapper img {
    // width: -webkit-fit-content;
    //width: -moz-fit-content;
    //width: fit-content;
    width: 100%;
    height: auto;
    margin: auto;
  }
}
@media screen and (min-width: 41em) {
  .{
    font-size: 38px;
  }
}
a.lucky_draw_TnC {
  color: #1d865e;
  text-decoration: underline;
}
.lucky-draw-title {
  text-align: center;
}
.greenbox{
  padding: 30px;
  background: linear-gradient(to right, #f4fff6, #e5f6e8);
  border-radius: 22px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  border: 2px solid #155d2f;
  border-bottom: 2px solid #155d2f;
  border-top: 12px solid #155d2f;
}
.greenbox img{
  max-width: 300px;
  margin-top: -70px;
}
@media screen and (max-width: 767px) {
  .greenbox img{
    margin-top: 0px;
  }
}