@charset "UTF-8";
@media all and (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 100%; } }
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.header-set-2 {
  background: linear-gradient(270deg, #FFF 40%, #DEE2EE 100%); }

.content + .container {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px; }

/* Home banner */
.one-page-baner {
  text-align: center; }

.home-banner-sec-txt {
  border-radius: 20px;
  background: #fff;
  padding: 44px 112px;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  margin-top: -320px;
  z-index: 1; }
  .home-banner-sec-txt .title-banner {
    color: #223367;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700; }
  .home-banner-sec-txt .subtitle-banner {
    font-size: 1.125rem;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.5; }

.adhub-banner-col-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; }

.banner-col {
  margin-bottom: 24px; }
  .banner-col .prod-name {
    letter-spacing: -0.2px;
    font-size: 1.125rem;
    font-weight: 500; }
  .banner-col .price {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5;
    background: linear-gradient(96deg, #FEDE20 0%, #FFF19B 99.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .banner-col .price span {
      font-size: 30px; }
  .banner-col p {
    font-size: 1.125rem; }
  .banner-col.banner-col2 .price {
    background: linear-gradient(96deg, #DC1885 0%, #FFA4D7 99.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .banner-col.banner-col3 .price {
    background: linear-gradient(96deg, #0F95D4 0%, #A7E3FF 99.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

/*  Why join adhub  */
.why-join-adhub {
  padding-bottom: 20px;
  background: url("../../images/home/why-bg.png") right -30% bottom no-repeat; }

.why-join-img {
  text-align: center; }
  .why-join-img img {
    max-width: 424px; }

.why-join-txt-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px; }
  .why-join-txt-row .why-num {
    width: 43px;
    height: 43px;
    line-height: 42px;
    margin-right: 22px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #FEDE20; }
    .why-join-txt-row .why-num.two {
      background: #DC1885; }
    .why-join-txt-row .why-num.three {
      background: #0F95D4; }
    .why-join-txt-row .why-num.four {
      background: #4E4D49; }
  .why-join-txt-row .why-txt-info h3 {
    color: #223367;
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: -0.5px; }
  .why-join-txt-row .why-txt-info p {
    font-size: 1.125rem;
    letter-spacing: -0.2px; }

/* how it work section  */
.how-it-work {
  padding-top: 60px;
  padding-bottom: 44px;
  box-shadow: 0px -6px 20px 0px rgba(0, 0, 0, 0.1) inset, 0px 6px 20px 0px rgba(0, 0, 0, 0.1) inset; }

.block-title {
  color: #223367;
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600; }

.work-item-list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; }

.work-item-img {
  margin-bottom: 20px; }
  .work-item-img img {
    max-width: 197px; }

.work-list-item {
  /*	max-width: 298px; */
  width: 33.33%;
  text-align: center; }
  .work-list-item .work-item-info {
    position: relative; }
    .work-list-item .work-item-info:before {
      border-top: 4px dashed #5247F1;
      position: absolute;
      content: "";
      left: 49.2%;
      top: 0;
      width: 50%;
      height: 2px;
      opacity: .6; }
  .work-list-item .step-circle {
    width: 30px;
    height: 30px;
    background: #FDE018;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    top: -14px;
    z-index: 1; }
  .work-list-item .step-name, .work-list-item p {
    max-width: 298px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; }
  .work-list-item .step-name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #FDE018; }
  .work-list-item p {
    font-weight: 500; }
  .work-list-item.step2 .work-item-info:before {
    left: 0%;
    width: 100%; }
  .work-list-item.step2 .step-circle {
    background: #DD1786; }
  .work-list-item.step2 .step-name {
    color: #DD1786; }
  .work-list-item.step3 .work-item-info:before {
    left: auto;
    right: 49.2%; }
  .work-list-item.step3 .step-circle {
    background: #0F95D4; }
  .work-list-item.step3 .step-name {
    color: #0F95D4; }

/*  Registration section */
.register-sec {
  padding: 60px 0;
  background: linear-gradient(180deg, #FFF 0%, #AD9CFD 50%, #5B39FB 100%); }
  .register-sec .container {
    max-width: 1130px; }
  .register-sec label {
    font-weight: 500; }
  .register-sec .chkmark, .register-sec .radio-label {
    font-weight: 400; }
  .register-sec .oth-input {
    margin-bottom: .5rem; }
  .register-sec input.es-input {
    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%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.22918 9.21917C7.37223 9.08155 7.56406 9.00635 7.76252 9.01009C7.96098 9.01384 8.14984 9.09622 8.28759 9.23914L11.992 13.1712L15.6965 9.23914C15.7638 9.16491 15.8453 9.10495 15.9363 9.06281C16.0272 9.02067 16.1257 8.99722 16.2258 8.99383C16.326 8.99045 16.4258 9.00721 16.5194 9.04311C16.613 9.07901 16.6984 9.13333 16.7706 9.20285C16.8428 9.27237 16.9003 9.35567 16.9397 9.44782C16.9791 9.53997 16.9996 9.6391 17 9.73932C17.0004 9.83954 16.9807 9.93882 16.942 10.0313C16.9033 10.1237 16.8465 10.2075 16.7748 10.2776L12.5312 14.7708C12.4614 14.8433 12.3776 14.901 12.285 14.9403C12.1923 14.9797 12.0927 15 11.992 15C11.8914 15 11.7917 14.9797 11.6991 14.9403C11.6064 14.901 11.5227 14.8433 11.4528 14.7708L7.20921 10.2776C7.07159 10.1345 6.99639 9.94271 7.00013 9.74424C7.00388 9.54578 7.08626 9.35692 7.22918 9.21917Z' fill='%234E4D49'/%3E%3C/svg%3E%0A");
    background-position: right 6px center; }

.reg-box {
  background: #fff;
  padding: 60px 40px;
  border-radius: 20px;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1); }

.reg-title {
  color: #223367;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 2.25rem; }

.check-block .chk-wrap {
  display: block; }
  .check-block .chk-wrap:not(:last-child) {
    margin-bottom: 20px; }
.check-block .radio-wrap {
  display: block;
  margin-bottom: 16px; }
  .check-block .radio-wrap:not(:last-child) {
    margin-bottom: 20px; }

.reg-row {
  margin-bottom: 40px;
  border-bottom: 1px solid #473BF0;
  padding-bottom: 20px; }
  .reg-row .reg-num {
    color: #473BF0;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-indent: 4px; }
  .reg-row .sub-heading {
    margin-bottom: 9px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500; }
  .reg-row .contact-channel {
    padding-bottom: 11px; }
    .reg-row .contact-channel .form-group {
      margin-bottom: 10px; }
      .reg-row .contact-channel .form-group label {
        font-weight: 400; }
  .reg-row .input-group {
    flex-wrap: nowrap; }
    .reg-row .input-group input {
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px; }
    .reg-row .input-group .input-group-text {
      background: #F2F2F2; }
      .reg-row .input-group .input-group-text .input-group-text {
        border-top-right-radius: 0.625rem;
        border-bottom-right-radius: 0.625rem; }

.btn-group-met {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #CECECE;
  border-radius: 10px;
  margin-top: 6px; }
  .btn-group-met .btn, .btn-group-met input {
    width: 50%;
    font-size: 0.875rem;
    text-align: center;
    border: none;
    font-weight: 400; }
  .btn-group-met .btn-bg {
    background: #F2F2F2;
    border-radius: 0 10px 10px 0; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.5rem + 2px);
  margin-bottom: 0; }
  .custom-file input[type="file"] {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0; }
  .custom-file .custom-file-label {
    position: absolute;
    top: 0;
    font-size: 0.875rem;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.5rem + 2px);
    padding: 0.5rem 1.5rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 10px; }
    .custom-file .custom-file-label:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      display: block;
      height: calc(calc(2.5rem + 2px) - 1px* 2);
      padding: 0.5rem 1rem;
      line-height: 1.6;
      font-weight: normal;
      content: "บาท/เดือน";
      background-color: #F2F2F2;
      border-radius: 0 10px 10px 0; }

.custom-file2 {
  position: relative;
  margin-top: 20px; }
  .custom-file2 input[type="file"] {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0; }
  .custom-file2 .custom-file-label2 {
    border: 1px solid #4E4D49;
    padding: 10px 24px;
    border-radius: 5px;
    padding: 10px 20px 10px 45px;
    gap: 5px;
    background: url("../../images/upload-icon.svg") left 15px center no-repeat;
    font-weight: 700;
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

/*  What people section */
.people-opinion-sec {
  padding-top: 40px;
  padding-bottom: 70px; }

.people-opinion-header {
  text-align: center;
  margin-bottom: 40px; }
  .people-opinion-header .people-title {
    color: #223367;
    margin-bottom: 17px;
    font-size: 2.25rem;
    font-weight: 600; }
  .people-opinion-header p {
    font-size: 1.125rem;
    color: #161C2D;
    opacity: .7; }

.people-slide-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px; }

.people-list-slide {
  border: 1px solid #E7E9ED;
  border-radius: 10px;
  padding: 20px 25px;
  max-width: 500px;
  margin-bottom: 20px; }
  .people-list-slide p {
    font-size: 1.125rem;
    margin-bottom: 39px;
    min-height: 72px; }
  .people-list-slide .name {
    color: #223367;
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 0; }

/*  Youtube section */
.testimonial-sec {
  margin-bottom: 20px; }
  .testimonial-sec .testimonial-title {
    text-align: center;
    color: #223367;
    margin-bottom: 45px;
    font-weight: 600;
    font-size: 2.25rem; }
  .testimonial-sec .row {
    margin-left: -12px;
    margin-right: -12px; }
    .testimonial-sec .row [class^="col-"] {
      padding-left: 12px;
      padding-right: 12px; }
  .testimonial-sec .youtube-video {
    margin-bottom: 20px; }
    .testimonial-sec .youtube-video iframe {
      border-radius: 10px; }

/*  Image slider */
.vision-img-slider {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  .vision-img-slider .slick-slide {
    margin-left: 0;
    margin-right: 0px; }
  .vision-img-slider .v-slide-item img {
    width: 100%;
    max-height: 361px;
    object-fit: fill; }

/*  Brand logo  */
.brand-logo-sec {
  margin-bottom: 40px;
  margin-top: 60px; }
  .brand-logo-sec .container {
    max-width: 1096px;
    width: 100%; }

.brand-logo-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .brand-logo-row .brand-logo {
    margin-bottom: 20px;
    width: 20%;
    text-align: center; }
    .brand-logo-row .brand-logo img {
      transition: all .5s; }
      .brand-logo-row .brand-logo img:hover {
        transform: scale(1.2); }

/* FAQ Section */
.faq-sec {
  max-width: 1096px;
  width: 100%;
  padding: 40px 112px 40px 112px;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 60px; }
  .faq-sec .faq-title {
    text-align: center;
    color: #223367;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 2.25rem; }

.toggle-row {
  margin-bottom: 10px; }
  .toggle-row:last-child {
    margin-bottom: 0; }
  .toggle-row.active .toggle-icon:before {
    content: "\f068"; }
  .toggle-row.active .toggle-content {
    display: block; }

.toggle-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.5rem;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px; }
  .toggle-heading .toggle-icon {
    padding-top: 5px; }

.toggle-content {
  display: none;
  transition: 0.5s; }

/* Register banner */
.register-banner {
  position: relative; }
  .register-banner .reg-banner-img {
    position: relative; }
    .register-banner .reg-banner-img:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.5133;
      content: " ";
      background: #161C2D; }
    .register-banner .reg-banner-img img {
      width: 100%; }
  .register-banner .reg-banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff; }
    .register-banner .reg-banner-content .reg-banner-title {
      font-size: 2.25rem;
      letter-spacing: -1.2px;
      margin-bottom: 40px; }

@media all and (max-width: 767px) {
  /**/
  .one-page-baner img {
    border-radius: 0 0 20px 20px; }

  .home-banner-sec-txt {
    padding: 44px 16px;
    margin-top: -55px; }
    .home-banner-sec-txt .title-banner {
      font-size: 36px; }
    .home-banner-sec-txt .subtitle-banner {
      font-size: 1rem; }
      .home-banner-sec-txt .subtitle-banner br {
        display: none; }

  .adhub-banner-col-wrap {
    flex-wrap: wrap; }
    .adhub-banner-col-wrap .banner-col {
      width: 100%; }

  /**/
  .why-join-adhub {
    padding-bottom: 60px;
    background-position: bottom right; }

  .why-join-img img {
    width: 100%; }

  .why-join-txt-row .why-num {
    min-width: 43px; }

  /**/
  .work-item-list-wrap {
    overflow-x: auto; }
    .work-item-list-wrap .work-list-item {
      min-width: 298px;
      padding-left: 1px;
      padding-right: 1px; }

  /**/
  .reg-box {
    padding: 60px 12px; }

  .radio-group .radio-wrap {
    display: block;
    margin-right: 0;
    margin-bottom: 16px; }

  /**/
  .faq-sec {
    padding: 40px 16px 40px 16px;
    margin-bottom: 40px; }

  /**/
  .register-banner {
    position: relative; }
    .register-banner:after {
      display: none; }
    .register-banner .reg-banner-img {
      position: static; }
      .register-banner .reg-banner-img:before {
        display: none; }
      .register-banner .reg-banner-img img {
        position: absolute;
        height: 100%;
        object-fit: cover;
        width: 100%;
        left: 0;
        top: 0;
        z-index: -1; }
    .register-banner .reg-banner-content {
      width: calc(100% + 30px);
      position: static;
      background: rgba(0, 0, 0, 0.4);
      padding: 40px 16px;
      transform: translate(0%, 0%);
      margin-left: -16px; }

  .brand-logo-row .brand-logo {
    width: 50%; } }
