@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai+Looped:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --color-dark-or-light: #ffffff;
  --v2-color-text-info: #202125;
  --v2-color-text-secondary: #676A6F;
  --v2-color-text-placeholder: #979898;
  --v2-color-border-input: #B3D7FF;
  --v2-color-select-input: #E3F5FF;
  --v2-color-hover: #ECF3F7;
  --v2-color-border: #DBDCDF;
  --v2-color-bg-card: #FFFFFF;
  --v2-color-bg: #FFF;
  --v2-color-optional-1: #C8E9FC;
  --v2-color-table-bg: #FFFFFF;
  --v2-color-table-secondary: #F8F8F8;
  --v2-color-table-disable: #EDEDED;
  --v2-color-info: #000;
  --v2-color-info-hover: #3A4248;
  --v2-color-secondary: #676A6F;
  --v2-color-secondary-hover: #58606E;
  --v2-color-primary: #A32222;
  --v2-color-primary-hover: #DD0000;
  --v2-color-success: #1FA700;
  --v2-color-success-hover: #198B00;
  --v2-color-warning: #FFAD00;
  --v2-color-warning-hover: #FFC400;
  --v2-color-danger: #C71313;
  --v2-color-danger-hover: #DD0000;
  --v2-color-primary-rgb: 252, 176, 52;
  --v2-color-success-rgb: 31, 167, 0;
  --v2-color-warning-rgb: 255, 173, 0;
  --v2-color-danger-rgb: 237, 66, 52;
  --v2-color-info-rgb: 32, 33, 37;
  --v2-color-secondary-rgb: 103, 106, 111;
}

.noto-sans-thai-looped-thin {
  font-family: "Noto Sans Thai Looped", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.noto-sans-thai-looped-extralight {
  font-family: "Noto Sans Thai Looped", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.noto-sans-thai-looped-light {
  font-family: "Noto Sans Thai Looped", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.noto-sans-thai-looped-regular {
  font-family: "Noto Sans Thai Looped", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-thai-looped-medium {
  font-family: "Noto Sans Thai Looped", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-thai-looped-semibold {
  font-family: "Noto Sans Thai Looped", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.noto-sans-thai-looped-bold {
  font-family: "Noto Sans Thai Looped", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-thai-looped-extrabold {
  font-family: "Noto Sans Thai Looped", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.noto-sans-thai-looped-black {
  font-family: "Noto Sans Thai Looped", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.navbar-cn {
  background-color: #fff;
  padding: 10px 0;
}
.navbar-cn .logo-header {
  margin-right: 5px;
}
.navbar-cn .logo-header a {
  max-width: 170px;
  width: 100%;
}
.navbar-cn .logo-header a img {
  width: 100%;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.nowrap {
  white-space: nowrap;
}

.card-intro {
  position: relative;
  background-image: url("../image/bg-card.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.card-intro::before {
  content: "";
  background-image: url("../image/bg-card-top.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.card-intro::after {
  content: "";
  background-image: url("../image/bg-card-bottom.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 85px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.card-intro .card-intro-body {
  padding: 35px 10px;
}
.card-intro .card-intro-body .intro-img {
  max-width: 130px;
  width: 100%;
  height: 130px;
  margin: auto;
}
.card-intro .card-intro-body .intro-img img {
  max-width: 130px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-intro .card-intro-body .intro-text {
  text-align: center;
}
.card-intro .card-intro-body .intro-text .title {
  font-size: clamp(18px, 3vw, 60px);
  font-weight: 600;
  margin-top: 10px;
}
.card-intro .card-intro-body .intro-text .sub-title {
  font-size: clamp(14px, 3vw, 20px);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .card-intro .card-intro-body {
    padding: 15px 10px;
  }
  .card-intro .card-intro-body .intro-img {
    max-width: 90px !important;
    width: 100%;
    height: auto !important;
    margin: auto;
  }
}

.footer .footer-top {
  border-bottom: 1px solid #B15D5D;
  border-bottom: 1px solid #FCC6C6;
  padding-bottom: 15px;
}
.footer .footer-top .ft-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-top .icon-social a {
  margin: 0 10px;
}
.footer .txt {
  font-size: 16px;
  color: #A82F2F;
}
.footer .icon-social svg path {
  fill: #A82F2F;
}
.footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.footer .footer-bottom a {
  color: #606060;
  font-size: clamp(10px, 3vw, 16px);
}
.footer.main-footer {
  color: #EA9D9D;
}
.footer.main-footer .footer-top {
  border-bottom: 1px solid #FCC6C6;
}
.footer.main-footer .footer-bottom a {
  color: #EA9D9D;
}
.footer.main-footer svg path {
  fill: #EA9D9D;
}
.footer.main-footer .txt {
  font-size: 16px;
  color: #EA9D9D;
}
.footer.main-footer .icon-social svg path {
  fill: #EA9D9D;
}
.footer .footer-txt {
  font-size: clamp(10px, 3vw, 16px);
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.bg-primary-fill {
  padding: 20px 0;
  background-color: #FFF7F7;
}

.box-completed {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.box-completed .img-verify {
  max-width: 380px;
  width: 100%;
  margin: auto;
}
.box-completed .intro-text .title {
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 600;
}
.box-completed .intro-text .sub-title {
  max-width: 540px;
  color: #606060;
  font-size: clamp(18px, 3vw, 18px);
}

.full-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.box-step {
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.box-step .step-header {
  text-align: center;
}
.box-step .step-header .txt-num-step {
  color: #A32222;
  font-size: 18px;
}
.box-step .step-header .txt-title-step {
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 600;
}
.box-step .step-header .txt-sub-step {
  color: #606060;
  font-size: clamp(16px, 3vw, 18px);
}
.box-step .step-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.max-w-610px {
  max-width: 610px;
}

.card-information-detail {
  background-color: #FFF7F7;
  padding: 25px 20px;
  border-radius: 20px;
}
.card-information-detail .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.card-information-detail .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-information-detail .info:not(:last-child) {
  margin-bottom: 20px;
}
.card-information-detail .info .icon {
  width: 30px;
  margin-right: 10px;
}
.card-information-detail .info .icon svg path {
  fill: #606060;
}

.input-stack {
  position: relative;
  width: 100%;
}
.input-stack label {
  position: absolute;
  font-size: 15px;
  top: -10px;
  left: 15px;
  background-color: #fff;
  display: inline-block;
  color: #606060;
}
.input-stack input,
.input-stack select,
.input-stack textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  min-height: 50px;
  height: 50px;
  padding-left: 15px;
  background: #fff;
  outline: none;
  color: #000;
}
.input-stack input::-webkit-input-placeholder, .input-stack select::-webkit-input-placeholder, .input-stack textarea::-webkit-input-placeholder {
  color: #A0A0A0;
}
.input-stack input::-moz-placeholder, .input-stack select::-moz-placeholder, .input-stack textarea::-moz-placeholder {
  color: #A0A0A0;
}
.input-stack input:-ms-input-placeholder, .input-stack select:-ms-input-placeholder, .input-stack textarea:-ms-input-placeholder {
  color: #A0A0A0;
}
.input-stack input::-ms-input-placeholder, .input-stack select::-ms-input-placeholder, .input-stack textarea::-ms-input-placeholder {
  color: #A0A0A0;
}
.input-stack input::placeholder,
.input-stack select::placeholder,
.input-stack textarea::placeholder {
  color: #A0A0A0;
}
.input-stack input:focus, .input-stack input:focus-visible,
.input-stack select:focus,
.input-stack select:focus-visible,
.input-stack textarea:focus,
.input-stack textarea:focus-visible {
  border: 2px solid #C71414;
}

input:-moz-read-only {
  background: #f8f8f8;
}

input:read-only {
  background: #f8f8f8;
}

.upload_img_event {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 5 !important;
  opacity: 0;
}

.live-once-img-group {
  padding-top: 56.25% !important;
}

form {
  width: 100%;
  display: block;
  margin: 0;
}

.id-card-img {
  position: relative;
  max-width: 430px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.id-card-img img {
  max-width: 430px;
  width: 100%;
}
.id-card-img .water-mark {
  position: absolute;
  width: 100%;
  height: 100%;
}
.id-card-img .water-mark:nth-child(2) {
  top: 5px;
  left: -85px;
}
.id-card-img .water-mark:nth-child(3) {
  top: 5px;
  right: -130px;
}
.id-card-img .water-mark:nth-child(4) {
  top: 133px;
  left: -85px;
}
.id-card-img .water-mark:nth-child(5) {
  top: 116px;
  right: -139px;
}
.id-card-img .water-mark:nth-child(6) {
  top: 240px;
  left: -85px;
}
.id-card-img .water-mark:nth-child(7) {
  top: 230px;
  right: -139px;
}
.id-card-img .water-mark:nth-child(8) {
  top: 360px;
  left: -85px;
}
.id-card-img .water-mark:nth-child(9) {
  top: 340px;
  right: -139px;
}
.id-card-img .water-mark:nth-child(10) {
  top: 460px;
  left: -85px;
}
.id-card-img .water-mark:nth-child(11) {
  top: 470px;
  right: -139px;
}
.id-card-img .water-mark:nth-child(12) {
  top: 590px;
  left: -85px;
}
.id-card-img .water-mark:nth-child(13) {
  top: 600px;
  right: -139px;
}
.id-card-img .water-mark img {
  max-width: 250px;
  width: 100%;
}

.btn-res-60 {
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  .btn-res-60 {
    min-height: 40px;
  }
}

.btn {
  z-index: 2;
  position: relative;
}

body {
  font-family: "Noto Sans Thai Looped", sans-serif;
}/*# sourceMappingURL=main.css.map */