:root {
  --grey: #fafafa;
  --grey2: #999;
  --grey3: #f2f2f2;
  --grey4: #ccc;
  --grey5: #666;
  --green: #00a94f;
  --green2: #f4faf7;
  --green3: #5fb9a1;
  --green4: #bfe9d3;
  --green5: #009847;
  --dark: #333;
  --dark2: #555;
  --orange: #d55200;

  --risk1: #0e8243;
  --risk2: #46a547;
  --risk3: #6db746;
  --risk4: #9aca3a;
  --risk5: #f3ec18;
  --risk6: #fcbd10;
  --risk7: #f89b33;
  --risk8: #f11928;
  --risk9: #a01a25;
}

/*================ default ==================*/
:root {
  --cr-light: #ffffff;
  --cr-black: #111111;
  --cr-dark: #333333;
  --cr-gray: #666666;
  --cr-lightgray: #999999;
  --cr-lightgray-ccc: #ccc;
  --cr-green: #00a94f;
  --cr-green2: #007938;
  --cr-green3: #4cd6c3;
  --cr-border: #e7e7e7;
  --cr-red: #f00;
  --cr-warning: #ec4546;
  --cr-warning2: #b91213;
  --tsition: 0.3s ease-in-out;
  --radius: 8px;

  /* // ---- bootstrap ---- */
  --bs-link-color: #00a94f;
  --bs-link-hover-color: #007938;
}

/*============================== TEXT ===============================*/
.icw .nw {
  white-space: nowrap;
}
.icw .text-light {
  color: var(--cr-light) !important;
}
.icw .text-black {
  color: var(--cr-black) !important;
}
.icw .text-dark,
.text-dark {
  color: var(--cr-dark) !important;
}
.icw .text-green,
.text-green {
  color: var(--cr-green) !important;
}
.icw .text-green-3,
.text-green-3 {
  color: var(--cr-green3) !important;
}
.icw .text-gray {
  color: var(--cr-gray) !important;
}
.icw .text-lightgray {
  color: var(--cr-lightgray) !important;
}
.icw .text-red {
  color: var(--cr-red) !important;
}
.icw .text-warning {
  color: var(--cr-warning) !important;
}

.icw .a-left {
  text-align: left;
}
.icw .a-center {
  text-align: center;
}
.icw .a-right {
  text-align: right;
}

.icw .main {
  font-style: normal;
  font-weight: 500;
  color: var(--cr-gray);
  font-family: "kurious-looped";
  z-index: inherit;
}
.icw .main strong {
  font-weight: 600;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6 {
  margin: 0 0 0.6em;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6,
.icw h1 strong,
.icw h2 strong,
.icw h3 strong,
.icw h4 strong,
.icw h5 strong,
.icw h6 strong,
.icw .h1 strong,
.icw .h2 strong,
.icw .h3 strong,
.icw .h4 strong,
.icw .h5 strong,
.icw .h6 strong {
  font-family: "kurious-looped";
  margin: 0;
}

.icw h1,
.icw .h1 {
  font-weight: 500;
  line-height: 1.5em;
}
.icw h1 strong,
.icw .h1 strong {
  font-weight: 600;
}
.icw h2,
.icw .h2 {
  font-weight: 500;
  line-height: 1.5em;
}
.icw h2 strong,
.icw .h2 strong {
  font-weight: 600;
}
.icw h3,
.icw .h3 {
  font-weight: 500;
  line-height: 1.5em;
}
.icw h3 strong,
.icw .h3 strong {
  font-weight: 600;
}
.icw h4,
.icw .h4 {
  font-weight: 500;
  line-height: 1.5em;
}
.icw h4 strong,
.icw .h4 strong {
  font-weight: 600;
}
.icw h5,
.icw .h5 {
  font-weight: 500;
  line-height: 1.5em;
}
.icw h5 strong,
.icw .h5 strong {
  font-weight: 600;
}
.icw h6,
.icw .h6 {
  font-weight: 500;
  line-height: 1.5em;
}
.icw h6 strong,
.icw .h6 strong {
  font-weight: 600;
}

.icw p {
  margin: 0 0 0.6em;
  line-height: 1.5em;
}
.icw p {
  font-family: "kurious-looped";
  font-size: 16px;
}
.icw p strong {
  font-weight: 600;
}

.icw p.desc {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
}
.icw p.desc strong {
  font-weight: 600;
}

.icw .caption {
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}
.icw .caption strong {
  font-weight: 600;
}

.icw .caption-10 {
  font-family: "kurious-looped";
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5em;
}
.icw .caption-10 strong {
  font-weight: 600;
}

.icw .link {
  font-family: "kurious-looped";
  font-weight: 600;
  color: var(--cr-green);
  text-decoration: underline;
}
.icw .link:hover {
  text-decoration: underline;
  color: #00873f;
}

.icw .bold {
  font-weight: 600;
}

.icw .bg-wait {
  position: relative;
}
.icw .bg-wait::after {
  content: "รอข้อมูล";
  color: #fff;
  font-family: "kurious-looped";
  font-size: 33px;
  font-weight: 600;
  line-height: 50px;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .icw ul{padding: 0; margin: 0;} */
.icw .sc-graph ul {
  padding-left: 20px !important;
}
.icw .sc-graph ul li {
  list-style: disc;
}
.icw .sc-graph ol li {
  list-style: decimal;
}

@media screen and (min-width: 200px) {
  .icw h1,
  .icw .h1 {
    font-size: 28px;
    line-height: 1.5em;
    font-weight: 600;
  }
  .icw h2,
  .icw .h2 {
    font-size: 24px;
    line-height: 1.5em;
  }
  .icw h3,
  .icw .h3 {
    font-size: 20px;
    line-height: 1.5em;
  }
  .icw h4,
  .icw .h4 {
    font-size: 18px;
    line-height: 1.5em;
  }
  .icw h5,
  .icw .h5 {
    font-size: 16px;
    line-height: 1.5em;
  }
  .icw h6,
  .icw .h6 {
    font-size: 16px;
    line-height: 1.5em;
  }
  .icw .h1-sm {
    font-size: 42px;
    line-height: 1.5em;
  }
  .icw .h2-sm {
    font-size: 33px;
    line-height: 1.5em;
  }
  .icw .h3-sm {
    font-size: 26px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .icw h1,
  .icw .h1 {
    font-size: 42px;
    line-height: 1.5em;
  }
  .icw h2,
  .icw .h2 {
    font-size: 33px;
    line-height: 1.5em;
  }
  .icw h3,
  .icw .h3 {
    font-size: 26px;
    line-height: 1.5em;
  }
  .icw h4,
  .icw .h4 {
    font-size: 20px;
    line-height: 1.5em;
  }
  .icw h5,
  .icw .h5 {
    font-size: 18px;
    line-height: 1.5em;
  }
  .icw h6,
  .icw .h6 {
    font-size: 16px;
    line-height: 1.5em;
  }
  .icw .h4-md {
    font-size: 20px;
    line-height: 1.5em;
  }
}

/*============================== LAYOUT UTILITY ===============================*/

.hide {
  display: none !important;
}

.hide-xs {
  display: block !important;
}

.show-xs {
  display: none !important;
}

.show-to-990 {
  display: none !important;
}

.hide-990-down {
  display: block !important;
}

main {
  background-color: var(--cr-light);
  /* height: calc(100vh - 80px); */
  height: fit-content;
  padding-top: 0px;
  overflow: hidden;
}

.container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.container-md {
  max-width: 946px;
  padding: 0 0px;
  margin: 0 auto;
}
.container-xl {
  max-width: 2000px;
  padding: 0;
  margin: 0 auto;
}
.content {
  display: flex;
  justify-content: space-between;
}
.bg-white {
  background-color: #fff;
}

.btn-popup-contact {
  background-color: #fff;
  display: inline-block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 26px;
  white-space: nowrap;
  width: 200px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: var(--green);
}

.btn-popup-contact:hover {
  color: var(--green);
}

.wraper-contact-btn {
  margin-top: 16px;
}

.text-header-contact {
  font-size: 22px;
  line-height: 30px;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 16px;
}

.text-header-contact-2 {
  font-size: 18px;
  line-height: 27px;
}

.contact-btn {
  background-color: #fff;
  display: inline-block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 26px;
  white-space: nowrap;
  width: 200px;
  text-align: center;
}

.contact-btn:hover {
  text-decoration: none;
}

.contact-btn img,
.btn-popup-contact img {
  width: 30px !important;
  margin-right: 10px;
  min-width: unset;
}

.contact-btn span,
.btn-popup-contact img {
  color: var(--green);
  font-size: 20px;
  line-height: 50px;
  vertical-align: middle;
}

/* ######################################### left ######################################### */

.content-l {
  width: 100%;
  text-align: center;
}

.content.result .content-l {
  text-align: left;
}

.wraper-img img {
  border-radius: 8px;
  width: 360px;
}

.content-l h1 {
  color: var(--green);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.content.result .content-l h1 {
  color: var(--dark);
  margin-bottom: 8px;
}

.content-l p {
  color: var(--dark);
  line-height: 24px;
}

.content.result .content-l p {
  margin-bottom: 4px;
}

/* .content.result .content-l > div {
  padding: 25px 15px 25px 0;
} */

.content-l > div {
  /* padding: 100px 0; */
  position: relative;
  height: 100%;
}

.content-l .wrapper-step {
  display: none;
}

@media screen and (max-width: 768px) {
  .wrapper-start-page {
    text-align: center;
    padding: 35px 16px;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    background-image: url(../images/bg_desktop.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    gap: 8px;

    position: relative; /* Important for pseudo-element positioning */
    z-index: 1; /* Ensures content is above the pseudo-element */
    background-color: white; /* Use this if no image background */
  }

  .wrapper-start-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px; /* Matches the main element's border-radius */
    padding: 2px; /* Thickness of the gradient border */
    background: linear-gradient(to bottom, green, white);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1; /* Places the pseudo-element behind the content */
  }
}

@media screen and (min-width: 768px) {
  .wrapper-start-page {
    text-align: center;
    padding: 35px 16px;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    background-image: url(../images/bg_desktop.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    gap: 8px;
    border: solid 1px var(--cr-green);

    position: relative;
  }
}

.icw .cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icw .cta-content__header {
  margin-bottom: 8px;
  text-align: start;
  align-self: start;
}
.wrapper-start-page:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(0, 169, 79, 0.3) 0%,
    rgba(0, 169, 79, 0) 100%
  );
  border-radius: inherit;
}
.cta-content__desc {
  align-self: start;
}

@media screen and (min-width: 768px) {
  .icw .cta-content__header {
    margin-bottom: 16px;
  }
  .wrapper-start-page {
    padding: 46px 28px 48px 48px;
    border-radius: 0px;
    border: 0;
    border-top: solid 1px var(--cr-green);
    /* z-index:2; */
  }
}

.cta-content {
  text-align: start;
}
.cta-img {
  width: 150px;
  height: 150px;
  align-self: center;
}

.icw .wrap-content {
  .header {
    margin-bottom: 8px;
  }
}

.icw .wrap-content:first-of-type {
  padding-bottom: 0;
}

.wrap-content-l {
  height: 100%;
  padding: 64px 37.5px 0;
}

.content.landing .wrap-content-l {
  padding-right: 20px;
}
.content.question {
  padding-top: 40px;
  background-image: url("../images/bg_desktop.png");
  background-position: bottom center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .content-landing {
    padding: 80px 98px 40px;
  }

  .cta-img {
    width: 200px;
    height: 200px;
    align-self: end;
  }
  .content.question {
    padding-top: 33px;
    padding-bottom: 77px;

    .wrapper {
      background: #fff;
      box-shadow: 0px 4px 20px 0px #0000000d;
      padding: 40px 97px 40px;
      border-radius: 8px;
    }
  }
}

.wrap-content-l:after {
  content: "";
  position: absolute;
  width: var(--width);
  height: 100%;
  /* background: linear-gradient(to right, #f4faf7 0%, #e4f0ea 100%); */
  background: #fff;
  right: 0;
  top: 0;
  left: -100%;
}

.wrap-content-l > div {
  position: relative;
  z-index: 2;
  height: 100%;
}

.wraper-pn {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .wraper-pn {
    margin-bottom: 16px;
  }
}

.wraper-pn a,
.wraper-pn .tt-product {
  color: var(--green);
}

.wraper-pn a:hover {
  color: var(--green5);
}

.wraper-pn a:hover i {
  border-top: 2px solid var(--green5);
  border-right: 2px solid var(--green5);
}

.wraper-pn > span {
  padding: 0;
  vertical-align: middle;
}

.wraper-pn a i,
.wraper-pn .tt-product i {
  border-top: 2px solid var(--green);
  border-right: 2px solid var(--green);
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  vertical-align: middle;
}

.wraper-pn a span,
.wraper-pn .tt-product span {
  display: inline;
  vertical-align: middle;
  margin-right: 4px;
}

.btn-new-quetion {
  position: absolute;
  bottom: 20px;
}

.btn-new-quetion i {
  border-top: 2px solid var(--green);
  border-right: 2px solid var(--green);
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  transform: rotate(-130deg);
  margin-top: 2px;
}

.btn-new-quetion span {
  color: var(--green);
  font-weight: 600;
  vertical-align: middle;
  margin-left: 4px;
}

.btn-new-quetion:hover span {
  color: var(--green5);
}

/* ######################################### left ######################################### */

/* ######################################### right ######################################### */
.content-r {
  width: 100%;
  padding: 40px;
  overflow: hidden;
  /* height: calc(100vh - 160px); */
  overflow-y: scroll;
}

.content.question .wrap-content {
  display: flex;
  flex-direction: column;
  transition: transform 400ms ease-out;
}

.wrap-content {
  width: 100%;
  /* margin-bottom: 40px; */
}

.wrapper-step {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 8px;
}

.step i {
  width: 30px;
  height: 4px;
  background: var(--grey4);
  display: inline-block;
}

.step i.active {
  background: var(--green);
}

.text-step {
  font-size: 13px;
  line-height: 1.5;
  color: var(--dark);
}

.content.result .content-r {
  padding: 24px 40px 80px;
}

.box-q {
  /* transform: translate3d(-110%, 0, 0); */
  padding-top: 24px;
  /* margin-bottom: 40px; */
  /* padding-right: 45px; */
  opacity: 1;
  transition: transform 400ms ease-out, opacity 400ms ease-out;
}

.icw .box-q__title {
  margin-bottom: 16px;
  text-align: left;
  color: var(--dark);
}

@media screen and (min-width: 768px) {
  .icw .box-q__title {
    text-align: center;
  }
}

.group-question {
  color: var(--dark);
  font-size: 16px;
  margin-bottom: 10px;
}

.wrapper-answer {
  /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16); */
  border: 1px solid #333;
  border-radius: 8px;
  margin-bottom: 16px;
  background: #fff;
  /* font-weight: 600; */
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
}

.wrapper-answer.active {
  background-color: var(--green2);
  border: 1px solid var(--green);
  box-shadow: 0 0 0 1px var(--green) inset;

  span {
    color: #008661;
  }
}

.wrapper-answer.active .checkmark {
  background-color: var(--green);
  opacity: 1;
  position: relative;
}

.wrapper-answer.active .checkmark:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-answer {
  margin-right: 16px;
  border-radius: 8px;
  overflow: hidden;
  min-width: 200px;
}

.img-answer img {
  width: 200px;
}

.box-q.img .wrapper-answer.active .answer {
  padding: 16px;
}

.box-q.img .wrapper-answer .answer {
  border: 2px solid transparent;
}

.box-q.img .wrapper-answer {
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 16px;
  display: grid;
}

.box-q.inactive {
  display: none;
  /* opacity: 0.5;
 pointer-events: none; */
  opacity: 0;
  transition: transform 400ms ease-out, opacity 400ms ease-out;
}

.checkmark {
  min-width: 24px;
  height: 24px;
  border: 1px solid var(--green);
  border-radius: 100%;
  opacity: 0.3;
  display: inline-block;
  vertical-align: middle;
}

.answer input {
  display: none;
}

.answer p {
  margin: 0;
}

.answer.active {
  border: 2px solid var(--green);
  background-color: var(--green2);
}

.box-q.img .wrapper-all-answer {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.answer {
  display: flex;
  padding: 16px;
  cursor: pointer;
}

.answer > div {
  display: flex;
}

.box-q.img .answer {
  padding: 16px;
}

.answer input {
  min-width: 24px;
  height: 24px;
  border: 1px solid var(--green);
  margin: 0;
}

.answer.active {
  border: 2px solid var(--green);
  background-color: var(--green2);
}

.answer span {
  color: var(--dark);
  padding-left: 16px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.answer .small {
  font-size: 14px;
  color: var(--grey5);
}

.box-btn {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  padding-top: 15px;
}

.box-btn.landing {
  display: block;
  padding-top: 24px;
  width: 100%;
}

.box-btn.landing .btn-back {
  display: block;
  margin-top: 16px;
}

.btn-next-page {
  display: block;
  max-width: 350px;
  margin: 0 auto;
}

.btn-back {
  color: var(--cr-green);
  cursor: pointer;
  width: 156px;
  text-align: center;
}

.btn-back.disable {
  opacity: 0.5;
  pointer-events: none;
}

.btn-back i {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-top: 1px solid var(--dark);
  border-left: 1px solid var(--dark);
  transform: rotate(-45deg);
  vertical-align: middle;
}

.btn-back span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-weight: 600;
  text-decoration: underline;
}

.btn-back:hover {
  color: var(--green);
}

.btn-back:hover i {
  border-top: 1px solid var(--green);
  border-left: 1px solid var(--green);
}

.btn-next,
.btn-next-page {
  background: var(--green);
  padding: 0 60px;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
  line-height: 40px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 400ms;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}

.btn-next span,
.btn-next-page span {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.btn-next:hover,
.btn-next-page {
  background: var(--green5);
  transition: background 400ms;
}

.btn-next:hover span,
.btn-next-page:hover span {
  color: #fff;
}

.btn-next.disable,
.btn-next-page.disable {
  pointer-events: none;
  opacity: 0.5;
}

.btn-next i,
.btn-next-page i {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  vertical-align: middle;
  margin-left: 4px;
}

/* result */
.wrap-box-product {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding-top: 64px;
  padding-bottom: 32px;
}

@media screen and (max-width: 576px) {
  .wrap-box-product {
    flex-direction: column;
    align-items:center;
  }
}

.box-product {
  background: #fff;
  /* background:transparent; */
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(14, 43, 28, 0.16);
  padding: 24px;
  max-width: 364px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-behavior: smooth;
  scroll-margin-top: 60px;
}

.box-product .pd-title {
  color: var(--dark);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}

.box-product hr {
  margin: 16px 0 16px;
  border: none;
  height: 1px;
  background: #f4f4f4;
}

.pd-type {
  /* background-color: var(--green); */
  display: inline-block;
  border-radius: 100px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: var(--cr-green);
  margin-bottom: 8px;
}

.pd-img {
  margin-bottom: 16px;
}

.pd-detail {
  color: var(--dark);
  margin-bottom: 8px;
  position: relative;
}

.pd-detail-insure {
  color: var(--dark);
  background: #f4fef8;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid var(--green);
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 16px;

  .title {
    color: var(--green);
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
  }
}

.pd-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0px;
}

.pd-tag {
  padding: 2px 9px;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}
.tag-green1 {
  background: #40525d;
}
.tag-green2 {
  background: #316360;
}

.pd-suit {
  padding: 16px;
  background-color: #f4faf7;
  border: 1px solid var(--green);
  border-radius: 8px;
  margin-bottom: 16px;
}

.pd-suit .pd-suit__title {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: var(--green);
}

.pd-suit.no-border {
  padding: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  margin-bottom: 16px;
}

.pd-suit.no-border .pd-suit__title {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: var(--dark);
}

.pd-suit-list {
  margin: 0;
  padding-left: 18px;
  margin-top: 4px;
}

.pd-suit-list li {
  font-size: 13px;
  line-height: 20px;
  color: var(--cr-dark);
}

.icw .pd-perspective {
  .title {
    font-size: 13px;
    line-height: 1.5;
    color: var(--cr-dark);
    font-weight: 600;
    margin-bottom: 8px;
  }
  .desc {
    font-size: 13px;
    line-height: 1.5;
    color: var(--cr-dark);
  }
}

.pd-donotmiss {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 16px 24px;
  margin-bottom: 32px;
  margin-top: 16px;
}

.pd-donotmiss i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(/SiteCollectionDocuments/recommender/theme/images/announcement.svg);
}

.pd-donotmiss span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  color: var(--green);
}

.pd-donotmiss p {
  margin-top: 4px;
  color: var(--dark);
}

.pd-risk {
  text-align: center;
  /* padding: 32px 0 0; */
  margin-top: 32px;
}

.pd-risk-head {
  color: var(--dark);
  font-weight: 600;
  margin-bottom: 6px;
}

.pd-risk p {
  color: var(--dark);
}

.pd-risk-level {
  margin-top: 10px;
}

.pd-risk-level span {
  color: var(--grey2);
  font-weight: 500;
  padding: 3px 0;
  background-color: var(--grey3);
  width: 30px;
  display: inline-block;
  margin: 0 0.5px;
}

.pd-risk-level span.active {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pd-risk-level span.active-1 {
  background-color: var(--risk1);
}

.pd-risk-level span.active-2 {
  background-color: var(--risk2);
}

.pd-risk-level span.active-3 {
  background-color: var(--risk3);
}

.pd-risk-level span.active-4 {
  background-color: var(--risk4);
}

.pd-risk-level span.active-5 {
  background-color: var(--risk5);
}

.pd-risk-level span.active-6 {
  background-color: var(--risk6);
}

.pd-risk-level span.active-7 {
  background-color: var(--risk7);
}

.pd-risk-level span.active-8 {
  background-color: var(--risk8);
}

.pd-risk-level span.active-9 {
  background-color: var(--risk9);
}

.pd-profits {
  padding-bottom: 32px;
}

.profits-box {
  display: flex;
  margin-bottom: 24px;
}

.profits-img {
  display: inline-block;
}

.profits-img img {
  max-width: 331px;
  border-radius: 8px;
}

.profits-caption {
  padding-left: 16px;
  padding-top: 24px;
}

.profits-caption h3 {
  font-size: 18px;
  color: var(--green);
  padding-bottom: 4px;
}

.profits-caption p {
  color: var(--dark);
}

.pd-btn {
  text-align: center;
  margin-bottom: 15px;
}

.pd-btn-1 {
  margin-top: 32px;
}

.btn-invest {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: var(--green);
  border-radius: 8px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 0 53px;
  line-height: 50px;
  margin: 0 auto !important;
  transition: background 400ms;
  width: 100%;
}

.btn-invest:hover,
.btn-invest:focus {
  color: #fff;
  background: var(--green5);
  transition: background 400ms;
}

.btn-invest:hover i,
.btn-invest:focus i {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn-invest span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
}

.btn-invest img {
  max-width: 33px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -4px;
}

.btn-invest i {
  border-top: 2px solid var(--green4);
  border-right: 2px solid var(--green4);
  display: inline-block;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  vertical-align: middle;
  margin-top: -2px;
}

.icw .btn-more-detail {
  color: var(--cr-green);
  line-height: 24px;
  font-weight: 400;
}

.btn-more-detail span {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
  font-weight: 600;
}

.btn-more-detail i {
  border-top: 2px solid var(--dark);
  border-right: 2px solid var(--dark);
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  margin-top: 3px;
}

.icw .btn-more-detail:hover {
  color: var(--green);
}

.icw .btn-more-detail:hover i {
  border-top: 2px solid var(--green);
  border-right: 2px solid var(--green);
}

/* result */

/* contact */
.box-contact {
  background: var(--green);
  border-radius: 8px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  padding: 0 72px;
  justify-content: space-between;
}

.box-contact.online {
  padding: 50px 72px;
  background-image: url(/SiteCollectionDocuments/recommender/theme/images/bg-line.png);
  background-size: cover;
  background-position: bottom right;
}

.box-contact:hover {
  text-decoration: none;
}

.box-contact img {
  width: 227px;
}

/* .box-contact-l {
  padding: 24px 54px 24px 0;
} */

.img-qr-code {
  position: absolute;
  top: 90px;
  right: 28px;
  width: 170px;
}

.contact-head {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 16px;
}

.box-contact p,
.box-contact p > strong {
  padding: 10px;
  color: #fff;
  background-color: transparent;
  padding: 0;
}

strong.green {
  color: var(--green);
}

/* contact */

.wrapper-box-accordion h3 {
  line-height: 1.5;
  color: var(--dark);
  text-align: center;
}
.wrapper-box-accordion {
  margin-bottom: 24px;
}

@media (min-width: 767px) {
  .wrapper-box-accordion h3 {
    margin-top: 40px;
    margin-bottom: 16px;
  }
  .wrapper-box-accordion {
    margin-bottom: 55px;
  }
}

.box-accordion {
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 8px;
  /* border-left: 3px solid var(--green); */
}
.box-accordion.active .accordion-head::before {
  background-color: #fff;
}
.box-accordion.active .accordion-head::after {
  display: none;
}

.box-accordion.active .accordion-head {
  color: var(--green);
}

.accordion-head {
  padding: 15px 40px 15px 15px;
  color: var(--dark2);
  position: relative;
  cursor: pointer;
  border-left: 3px solid var(--green);
  font-size: 18px;
  font-weight: 600;
}

.accordion-head::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: var(--green);
  right: 24px;
  top: 25px;
}

.accordion-head::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: var(--green);
  right: 30px;
  top: 19px;
}

.accordion-detail {
  display: none;
  padding: 4px 15px 32px;
  margin-left: 0;
}

.accordion-detail p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--dark2);
  margin-bottom: 0;
}

.accordion-detail ul,
.accordion-detail .n-list {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--dark);
}

.accordion-detail .n-list {
  padding-left: 20px;
}

.accordion-detail .n-list >li {
  counter-increment: item;
  list-style-type: none;
  position: relative;
}

.accordion-detail .n-list >li::before {
  content: counter(item) ") ";
  position: absolute;
  left: -20px;
}

/* ######################################### right ######################################### */

/* ########################## Popup ########################## */
.mfp-content {
  padding: 20px;
  border-radius: 10px;
}

.mfp-close-btn-in .mfp-close {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: var(--dark);
  /* border: 1px solid #fff; */
  position: absolute;
  top: -20px;
  right: -20px;
  opacity: 1;
}

.mfp-close-btn-in .mfp-close:after {
  font-size: 14px;
  color: #fff;
}

.mfp-wrap.mfp-ready .mfp-container {
  padding: 15px;
}

.mfp-wrap.mfp-ready .mfp-content {
  width: 100%;
  border-radius: 0;
  /* background: var(--green); */
  /* max-width: 400px; */
  border-radius: 8px;
  padding: 16px;
}

.mfp-content {
  max-width: unset;
  padding: 20px 40px 40px;
}

.popup-caption {
  background: #fff;
  border-radius: 8px;
  padding: 32px 55px 8px;
  font-size: 22px;
  line-height: 30px;
  color: var(--dark);
  text-align: center;
}

.popup-caption .green {
  color: var(--green);
}

.popup-caption img {
  margin-top: 16px;
  max-width: 218px;
}

.popup-caption.popup-caption-2 img {
  margin-top: 0;
  max-width: 500px;
}

.popup-btn-box {
  text-align: center;
  margin-right: -7px;
  margin-left: -7px;
}

.popop-footer {
  text-align: center;
  padding-top: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.ic-close {
  position: relative;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  top: -5px;
  z-index: -1;
}

/* .ic-close::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #fff;
  left: -8px;
  top: -1px;
} */

/* .ic-close::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: #fff;
  top: -8px;
  left: -1px;
} */

/* ########################## Popup ########################## */

.box-new-question {
  width: 100%;
  display: flex;
  justify-content: center;
}
.box-new-question a {
  text-align: center;
  padding: 56px 0;
}

.box-new-question div {
  color: var(--dark);
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.box-new-question a {
  display: inline-block;
  padding: 0 50px;
}

.box-new-question a i {
  color: var(--green);
  margin-top: 4px;
}

.box-new-question a span {
  font-weight: 600;
  line-height: 46px;
  display: inline-block;
  vertical-align: middle;
  color: var(--green);
  margin-left: 5px;
  margin-bottom: 6px;
}
.box-new-question {
  width: 100%;
  display: flex;
  justify-content: center;
}
.box-new-question a {
  text-align: center;
  padding: 56px 0;
}

.box-new-question div {
  color: var(--dark);
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.box-new-question a {
  display: inline-block;
  padding: 0 50px;
}

.box-new-question a span {
  font-weight: 600;
  line-height: 46px;
  display: inline-block;
  vertical-align: middle;
  color: var(--green);
  margin-left: 5px;
}

@media (max-width: 768px) {
  .content.question {
    background-image: url("../images/bg-mobile_2.png");
    padding-top: 0;
  }
}
@media screen and (max-width: 990px) {
  section#faq {
    margin-bottom: 0;
  }
  .box-contact {
    background-image: none;
  }

  .btn-back {
    margin-top: 10px !important;
    display: block;
  }

  .show-to-990 {
    display: block !important;
  }

  .hide-990-down {
    display: none !important;
  }

  /* .inner-content-l.result {
      display: flex;
  } */

  .content-result {
    background: url("../../../../../SiteCollectionDocuments/recommender/pages/wealth/tax-saving-fund/img/bg-mobile.png");
    background-size: cover;
    background-position: bottom center;
  }

  .inner-content-l.result .col-content:nth-child(1) {
    width: 100%;
    padding-right: 30px;
  }

  .inner-content-l.result .wraper-img img {
    min-width: 360px;
  }

  .btn-invest {
    padding: 0 18px;
  }

  #icw #footer {
    height: 50px;
  }

  .hide-xs {
    display: none !important;
  }

  .show-xs {
    display: block !important;
  }

  main {
    height: auto;
    min-height: 444px;
    padding-bottom: 0;
    padding-top: 0px;
  }

  .container {
    padding: 0;
  }

  .content {
    display: block;
  }

  .icw h2 {
    margin-bottom: 16px;
    line-height: 32px;
  }

  .content-l {
    width: 100%;
    text-align: left;
  }

  .content-l > div {
    padding: 8px 16px 0;
  }

  .content.landing .content-l > div {
    padding: 16px 16px 32px;
  }

  .content-l .wrapper-step {
    display: flex;
    margin-bottom: 20px;
  }

  .box-q {
    padding: 0;
    margin-bottom: 0;
  }

  .content-r {
    width: 100%;
  }

  .content.landing .content-r {
    padding: 0 16px;
  }

  .content-r .wrapper-step {
    display: none;
  }

  .answer {
    padding: 16px;
    display: block;
  }

  .answer span {
    padding: 0;
  }
  .answer > div {
    margin-right: 0;
  }

  .img-answer {
    margin-bottom: 16px;
  }

  .img-answer img {
    width: 100%;
  }

  /* ######################### box img ######################### */
  .box-q.img .wrapper-all-answer {
    margin-left: 0;
    margin-right: 0;
  }

  .box-q.img .wrapper-answer {
    border: 0;
    width: 100%;
  }

  .box-q.img .answer {
    padding: 0;
    border: 0;
  }

  .box-q.img .img-answer {
    padding: 0;
    border: 0;
    border-top: unset;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
  }

  .box-q.img .wrapper-answer .answer {
    border: 0;
  }

  .box-q.img .wrapper-answer.active .answer {
    padding: 0;
  }

  .box-q.img .wrapper-checkmark {
    padding: 16px;
    border: 2px solid transparent;
  }

  .box-q.img .wrapper-answer.active .wrapper-checkmark {
    border: 2px solid var(--green);
    border-top: 2px solid transparent;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  /* ######################### box img ######################### */

  .wrap-content {
    padding: 24px 16px;
    /* background: #f4fef8; */
    margin-bottom: 0px;
  }

  .wrap-box-product {
    padding: 0;
  }

  .content.landing .wrap-content-l {
    padding-right: 0;
  }
  .wrap-content-l {
    padding: 0;
  }

  .wrap-content-l:after {
    width: 100%;
  }

  /* .content.result .content-l > div {
    padding: 16px 16px 32px;
  } */

  .content-l h1 {
    font-size: 22px;
    line-height: 24px;
  }
  .content-question {
    padding-bottom: 24px;
  }

  .content.question .wraper-img,
  .content.landing .wraper-img {
    width: 140px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.1;
  }

  .content.result .wraper-img {
    text-align: center;
  }

  .content-r {
    padding: 0;
    margin-top: -8px;
    position: relative;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.16);
    height: auto;
    background: var(--grey);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .content.result .content-r {
    padding: 0;
  }

  .btn-next,
  .btn-next-page {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }

  .box-product {
    padding: 0;
    box-shadow: 0px 0px 15px 0px #00a94f26;
    background: #fff;
    padding: 24px;
  }

  .box-product:nth-child(2) {
    border-top: 1px solid var(--grey4);
    padding-top: 40px;
    border-radius: unset;
  }

  .pd-detail {
    margin-bottom: 16px;
  }

  .pd-suit {
    padding: 16px;
  }

  .box-product h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .profits-box {
    display: block;
  }

  .profits-img {
    display: block;
    text-align: center;
  }

  .profits-caption {
    padding-top: 16px;
  }

  .box-contact {
    display: block;
    padding: 32px 16px;
    margin-top: 0;
  }

  .box-contact.online {
    display: block;
    padding: 32px 16px;
    margin-top: 0;
    background-image: none;
  }

  .box-contact-l {
    text-align: center;
    padding: 0;
  }

  .box-contact-l span {
    font-size: 18px;
  }

  .box-contact p {
    font-size: 16px;
    background: #eaeaea;
    padding: 10px;
    color: #333;
    display: inline-block;
  }

  .box-contact p strong {
    color: #333;
  }

  .box-btn {
    display: flex;
    text-align: center;
    align-items: baselinne;
    padding-top: 16px;
  }

  .box-btn .btn-next {
    margin: 0;
    flex: 1 1 0;
    order: 1;
  }
  .box-btn .btn-back {
    margin: 0 !important;
    flex: 1 1 0;
  }
}

@media screen and (max-width: 414px) {
  .inner-content-l.result {
    display: block;
  }

  .inner-content-l.result .col-content:nth-child(1) {
    padding-right: 0;
  }

  .inner-content-l.result .wraper-img img {
    min-width: auto;
  }
}

/*============================== CUSTOM LAYOUT 2024 ===============================*/

.content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.content-row {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .show-w991 {
    display: none !important;
  }
  .content-row {
    display: grid;
    grid-template-columns: 384px 1fr;
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .hide-w991 {
    display: none !important;
  }
}

/*============================== FAQ ===============================*/
section#faq {
  background: #dffbe9;
}

/*============================== ACCORDION ===============================*/

.accordion-head {
  padding: 16px 40px 16px 24px;
  color: var(--cr-dark);
  position: relative;
  cursor: pointer;
  border-left: 0;
  font-size: 18px;
  font-weight: 600;
}

.accordion-detail {
  padding: 30px 18px;
}
.accordion-detail ul {
  padding-left: 18px;
}

.box-accordion {
  border-radius: 8px;
  border-left: none;
}

.box-accordion.active .accordion-head {
  color: #fff;
  background: var(--cr-green);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/*============================== Assist box ===============================*/

.assist-box {
  background: #f4f4f4;
  padding: 16px;
  border-radius: 4px;

  .assist-profile {
    display: flex;
    justify-content: start;
    gap: 8px;

    .assist-profile__content {
      text-align: start;

      .title {
        font-size: 16px;
        color: var(--cr-green);
        font-weight: 600;
        margin-bottom: 0;
        line-height: 24px;
      }
      .desc {
        font-size: 13px;
        line-height: 20px;
        color: var(--cr-dark);
      }
    }
  }
}
.assist-box.theme-white {
  background: transparent;
  padding-left: 0;

  .assist-profile__content {
    .desc {
      color: var(--cr-green);
    }
  }
}

.icw .assist-message {
  margin-top: 20px;
  position: relative;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
  border: solid 1px var(--cr-green);
  z-index: 2;
  p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: var(--cr-dark);
  }
}

.icw .assist-message .selected {
  display: none;
}
.icw .assist-message.selected .preselect {
  display: none;
}
.icw .assist-message.selected .selected {
  display: inline;
}
.assist-message::before {
  content: "";
  position: absolute;
  background: #fff;
  border: solid 1px var(--cr-green);
  width: 20px;
  height: 20px;
  z-index: 1;
  top: -10px;
  left: 14px;
  transform: rotate(45deg) skew(10deg, 10deg);
}

.assist-message::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 30px;
  height: 16px;
  z-index: 1;
  top: 0px;
  left: 9px;
}

.icw .assist-summary,
.icw .wraper-pn span,
.icw .wraper-pn a span {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .icw .assist-summary,
  .icw .wraper-pn span,
  .icw .wraper-pn a span {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 600;
  }
}

/*============================== Custom theme-navigation ===============================*/

@media screen and (max-width: 576px) {
  main{
/*    padding-bottom:92px;*/
  }
  #navigation-footer{
    position:relative;
    bottom:0
  }
  #navigation-footer .inner.footer-inner{
    background:#fff;
  }
}
#navigation-page-sticky .stickyNav-panelList {
  display: none;
}
#navigation-page-sticky.stickyNav.hide-list,
#navigation-page-sticky.stickyNav.no-list.hide-cta,
#navigation-page-sticky.stickyNav.no-list.no-cta {
  height: 0 !important;
  width: 60px;
  right: 0;
  left: auto;
  z-index: 10200;
}
#navigation-page-sticky.stickyNav.no-list.no-cta-mobile {
  height: 0px;
}
@media screen and (min-width: 1140px) {
  #navigation-header .midbar-menu {
    display: none !important;
  }
  #navigation-header .header-desktop {
    padding-bottom: 0 !important;
  }
  #navigation-page-sticky.stickyNav.no-list.no-cta-mobile {
    height: 0px !important;
  }
}
.has-sticky #navigation-footer .footer-slogan {
  height: 56px !important;
  padding-bottom: 0 !important;
}

/* ###### popup scan ####### */

.scan .mfp-content {
  /* padding: 48px 48px 0; */
  max-width: 1000px;
  width: 100%;
  border-radius: 10px;
  z-index: 10058;
}

.scan .mfp-content .mfp-close {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #00a850;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -15px !important;
  right: -15px !important;
  z-index: 20;
  opacity: 1;
}

.scan {
  z-index: 10055;
}

.scan .mfp-content .mfp-close:after {
  font-size: 12px;
  font-weight: bold;
}

.img-phone {
  position: relative;
  z-index: 2;
}

.scan-phone {
  max-width: 300px;
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  bottom: -1px;
}

.qrcode {
  position: absolute;
  width: 100%;
  top: 39px;
  left: 55px;
  margin: auto;
}

.qrcode img,
.qrcode canvas {
  position: absolute;
  max-width: 190px;
  width: 100%;
}

.qrcode2 {
  position: relative;
  max-width: 282px;
  width: 100%;
  top: auto;
  left: auto;
  margin: auto;

  border-radius: 10px;
  background: #fff;
  padding: 4px;
  margin-bottom: 8px;
}

.qrcode2 img,
.qrcode2 canvas {
  position: relative;
  max-width: 282px;
  width: 100%;
  image-rendering: pixelated;
}
.txt-phone {
  color: #fff;
  text-align: center;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}
.w-50 {
  width: 50%;
}

.pl-96 {
  padding-left: 96px;
}

.white-popup {
  background: #fff;
}

._popup-contact {
  display: flex;
  align-items: center;
}

._popup-contact .col-l {
  background-color: #fff;
  width: 50%;
  padding: 0 66px;
}

._popup-contact .col-r {
  width: 50%;
  padding: 96px 66px;
  text-align: center;
}

._popup-contact.line .col-r {
  background: #00a94f;
  background: linear-gradient(
    9deg,
    #272425 -168.55%,
    #00a94f -63.1%,
    #66caae 89.22%
  );
  position: relative;
}

.icw .pos-ab {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  max-width: 83px;
  width: 100%;
  margin: auto;
  display: block;
}

._popup-contact.tel .col-r {
  background: #66caae;
  background: linear-gradient(16deg, #66caae -47.42%, #e9fdf2 77.16%);
}

._popup-contact.kwealth .col-r {
  background: #a78677;
  background: url(../img/bg-kplus.png),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(96deg, #a78677 0.54%, #e6e0bf 100%);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

._popup-contact.kplus .col-r {
  background: #66caae;
  background: url(../img/bg-popup-scanqr.jpg),
    radial-gradient(
      128.98% 36.06% at 85.96% 97.79%,
      rgba(0, 169, 79, 0.3) 0%,
      rgba(0, 169, 79, 0) 100%
    ),
    linear-gradient(142deg, #345c61 31.93%, rgba(45, 85, 89, 0) 90.7%),
    linear-gradient(
      0deg,
      rgba(76, 214, 195, 0.2) 0%,
      rgba(76, 214, 195, 0.2) 100%
    ),
    linear-gradient(143deg, rgba(52, 70, 82, 0) -0.44%, #22343e 86.66%),
    linear-gradient(313deg, #1f313a -1.62%, #465968 100%),
    linear-gradient(9deg, #272425 -168.55%, #00a94f -63.1%, #66caae 89.22%);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

._popup-contact.wealth-plus .col-r {
  background: #66caae;
  background: url(../img/bg-popup-scanqr_Wealth-PLUS.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

._popup-contact.kmyfund .col-r {
  background: #2eaa99;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

._popup-header {
  font-size: 26px;
  line-height: 39px;
  color: #00a94f;
  margin-bottom: 16px;
  font-weight: 700;
  font-family: kurious-looped;
}

._popup-desc {
  font-size: 18px;
  line-height: 27px;
  color: #666;
  position: relative;
  font-family: kurious-looped;
}

/* ._popup-desc > img {
  position: absolute;
  bottom: 0;
  right: -8px;
} */

.mfp-content {
  padding: 0;
  /* background-color: transparent; */
  max-width: 1000px;
}

.mfp-wrap {
  z-index: 10056;
}

.mfp-bg {
  z-index: 10055;
}

@media screen and (max-width: 1024px) {
  .icw .assist-message {
    padding: 12px 9px 11px;
  }
  .icw .assist-message p {
    z-index: 2;
    position: relative;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .white-popup {
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .mfp-wrap.mfp-ready .mfp-content {
    border-radius: 8px;
  }
}

/* sc-wealth-qr */

.wealth-qr {
  background: #eff5f4;
}

.box-white {
  background: #fff;
  border-radius: 8px;
  padding: 64px;
  padding-top: 77px;
  position: relative;
  overflow: hidden;
}

.box-white .h3 {
  margin-bottom: 16px;
}

.box-white p,
.box-white .content-btn {
  z-index: 2;
  position: relative;
}

.box-white img {
  z-index: 1;
  position: absolute;
}

.box-white .content-inner {
  width: 60%;
}

.box-white .img-left {
  bottom: 80px;
  left: 0;
  max-width: 600px;
  width: 100%;
}

.box-white .img-right {
  bottom: 0;
  right: 0;
  max-width: 525px;
  width: 100%;
}

.box-white a.btn.btn-radius-wealth {
  max-width: 303px;
  /* font-size: 20px !important; */
}

.img-mb {
  display: none;
}

.box-gray {
  position: relative;
}

.icw .img-icon {
  position: absolute;
  max-width: 272px;
  width: 100%;
  right: 0;
  bottom: 121px;
}

a.btn.btn-radius-wealth:hover,
a.btn.btn-radius-wealth:active:focus,
a.btn.btn-radius-wealth:active:active {
  background-color: #0bc160 !important;
  color: #fff !important;
}

.box-white .content-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  /* margin-bottom: 40px; */
  margin-top: 32px;
  flex-direction: row;
}

.qrcode3 {
  position: absolute;
  width: 100%;
  top: 21%;
  left: 11px;
  margin: auto;
}

.qrcode3 img,
.qrcode3 canvas {
  position: absolute;
  max-width: 143px;
  width: 100%;
  border-width: 10px;
}

@media screen and (max-width: 991px) {
  .icw .img-icon {
    max-width: 133px;
    bottom: -37px;
  }

  .box-white .content-inner {
    /* padding: 0 16px; */
    width: 100%;
    background: url(../img/bg-wealth-mb-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 32px 16px;
  }

  .box-white {
    padding: 0;
  }

  .box-white .h3 {
    margin-bottom: 8px;
  }

  .box-white .img-left,
  .box-white .img-right {
    display: none;
  }

  .box-white .img-mb {
    display: block;
    position: relative;
    width: 100%;
  }

  .box-white .content-btn {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  #navigation-widgets.box-widgets.norm {
    /* bottom: 8px; */
    right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .text-flex {
    margin-bottom: 16px;
    flex-direction: column;
  }

  .text-flex .h3:first-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }

  .box-gray .f-13 {
    margin-top: 16px;
  }
}

/* ###### popup scan ####### */

/*############################ popup ###################################*/
.mfp-bg,
.mfp-wrap .mfp-content,
.mfp-wrap .mfp-container {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-wrap.mfp-ready .mfp-container {
  opacity: 1;
  padding: 0;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  visibility: visible;
}

.mfp-close-btn-in .mfp-close {
  width: 30px;
  height: 30px;
  background-color: #00a950;
  color: #fff;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1;
  font-size: 0px;
  transition: var(--transition);
}
.mfp-close-btn-in .mfp-close:before,
.mfp-close-btn-in .mfp-close:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 18px;
  height: 2px;
  background-color: var(--cr-light);
  margin: auto;
  transition: var(--transition);
}
.mfp-close-btn-in .mfp-close:before {
  transform: rotate(45deg);
}
.mfp-close-btn-in .mfp-close:after {
  transform: rotate(-45deg);
}
.mfp-close-btn-in .mfp-close:hover:before {
  background-color: var(--cr-light);
}
.mfp-close-btn-in .mfp-close:hover:after {
  background-color: var(--cr-light);
}
.mfp-close-btn-in .mfp-close:active {
  top: 0px;
}

@media screen and (max-width: 767px) {
  .mfp-close-btn-in .mfp-close {
    top: 16px;
    right: 16px;
  }
}

/* Responsive bottom nav */
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 8px;
  z-index: 10100;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
}

.bottom-nav:not(.active) {
  visibility: hidden;
  opacity: 0;
  translate: 0 100%;
}

@media (min-width: 1025px) {
  .bottom-nav {
    display: none;
  }
}

.bottom-nav::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  inset: 0 0 0 0;
  position: absolute;
  z-index: -1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.bottom-nav-toggle {
  background-color: rgba(229, 246, 237, 1);
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='3' width='20' height='3' rx='1.5' fill='%2300A94F'/%3E%3Crect x='2' y='8' width='20' height='3' rx='1.5' fill='%2399DDB9'/%3E%3Crect x='2' y='13' width='20' height='3' rx='1.5' fill='%2399DDB9'/%3E%3Crect x='2' y='18' width='20' height='3' rx='1.5' fill='%2399DDB9'/%3E%3C/svg%3E%0A");
  background-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.bottom-nav-menu {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 8px 8px 0 0;
  padding: 32px 24px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: -2;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  translate: 0 100%;
  opacity: 0;
}

.bottom-nav-menu.active {
  translate: 0 0;
  opacity: 1;
}

.bottom-nav-menu .close {
  position: absolute;
  top: 16px;
  right: 16px;

  background-color: rgba(229, 246, 237, 1);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99939 9.46528L14.2299 15.6956C14.635 16.1012 15.2906 16.1012 15.6957 15.6956C16.1008 15.2905 16.1008 14.6349 15.6957 14.2298L9.46521 7.99951L15.6957 1.76924C16.1008 1.36413 16.1008 0.709055 15.6957 0.303462C15.2906 -0.102131 14.635 -0.102131 14.2299 0.303462L7.99939 6.53373L1.76893 0.303461C1.36381 -0.102131 0.708226 -0.102131 0.303107 0.303461C0.100791 0.505285 -0.000366245 0.770817 -0.000366256 1.03635C-0.000366268 1.30188 0.101277 1.56693 0.303107 1.76924L6.53357 7.99951L0.303107 14.2298C0.10079 14.4321 -0.000366853 14.6971 -0.000366865 14.9627C-0.000366877 15.2282 0.101277 15.4932 0.303107 15.6956C0.708226 16.1011 1.36381 16.1011 1.76893 15.6956L7.99939 9.46528Z' fill='%2300A94F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}

.bottom-nav-menu .title {
  color: rgba(17, 17, 17, 1);
  font-weight: 600;
}
.bottom-nav-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 24px;
}
.bottom-nav-menu ul li {
  padding: 16px 0;
}
.bottom-nav-menu ul li i {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/candlestick.svg);
}
.bottom-nav-menu ul li.active i {
  background: url(../images/candlestick-green.svg);
}
.bottom-nav-menu ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.bottom-nav-menu ul li.active a {
  color: #00a94f;
}
.bottom-nav-menu ul li:not(:last-child) {
  border-bottom: 1px solid rgba(235, 235, 235, 1);
}

.bottom-nav-menu ul li:last-child {
  padding-bottom: 0;
}

.bg-gradient {
  position: relative;
  background: url(../images/bg_desktop.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ul-note {
  padding-top: 16px;
  border-top: 1px solid #ECECEC;
}

.icw .caption {
    font-size: 13px;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.ul-note {
    padding-top: 16px;
    border-top: 1px solid #ECECEC;
}

.box-accordion .accordion-detail .mark>li {
    list-style: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
}

.box-accordion .accordion-detail .mark {
    padding: 0;
    margin: 0 !important;
}

.box-accordion .accordion-detail .mark>li:before {
    min-width: 16px;
    background: transparent;
    position: relative;
    top: 0;
    left: 0;
}

.box-accordion .accordion-detail .mark>li:nth-child(1):before {
    content: "*";
}

.box-accordion .accordion-detail .mark>li:nth-child(2):before {
    content: "**";
}

.box-accordion .accordion-detail .mark>li:nth-child(3):before {
    content: "***";
}

.box-accordion .accordion-detail .mark>li:nth-child(4):before {
    content: "****";
}

.box-accordion .accordion-detail .mark>li {
  list-style: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.box-tax {
  background: #FAFAFA;
  padding: 16px;
  margin-bottom: 16px;
  line-height: 2;
  border-radius: 8px;
}

canvas#qrcode_line {
  position: relative;
  max-width: 500px;
  width: 100%;
  image-rendering: pixelated;
  border-radius: 8px;
}