.theme-xpc .sc-s-apply {
    position: relative;
    background: url(../img/droplead/bg-form.png), rgb(48, 162, 131);
    background: url(../img/droplead/bg-form.png), -moz-linear-gradient(90deg, rgba(48, 162, 131, 1) 0%, rgba(41, 214, 182, 1) 100%);
    background: url(../img/droplead/bg-form.png), -webkit-linear-gradient(90deg, rgba(48, 162, 131, 1) 0%, rgba(41, 214, 182, 1) 100%);
    background: url(../img/droplead/bg-form.png), linear-gradient(90deg, rgba(48, 162, 131, 1) 0%, rgba(41, 214, 182, 1) 100%);

    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left;
}

.theme-xpc .sc-s-apply h2,
.theme-xpc .sc-s-apply .h2,
.theme-xpc .sc-s-apply h3,
.theme-xpc .sc-s-apply .h3,
.theme-xpc .sc-s-apply h4,
.theme-xpc .sc-s-apply .h4,
.theme-xpc .sc-s-apply h5,
.theme-xpc .sc-s-apply .h5 {
    font-family: 'notosans_thai', sans-serif;
    font-weight: bold;
    line-height: 1;

    color: white;
}

.theme-xpc .sc-s-apply h2 {
    line-height: 1.3;
    margin-bottom: 10px;
}

.theme-xpc .sc-s-apply h5,
.theme-xpc .sc-s-apply .h5 {
    font-size: 18px;
}

.theme-xpc .sc-s-apply .sc-inner {
    position: relative;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;

    height: 100%;
}

.theme-xpc .sc-s-apply .c-blue {
    color: #4CD6C3 !important;
}

.theme-xpc .sc-s-apply .icon-time.blue:before {
    color: #4CD6C3;
}

.theme-xpc .sc-s-apply .sc-layout {
    display: flex;
    flex-direction: row;
}

.theme-xpc .sc-s-apply .sc-layout .sc-kplus,
.theme-xpc .sc-s-apply .sc-layout .sc-form {
    width: 100%;
}

.theme-xpc .sc-s-apply:before,
.theme-xpc .sc-s-apply:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.theme-xpc .sc-s-apply:before {
    left: 0;
    background: url(../img/droplead/bg-kplus.png), #465968;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right top;
}

.theme-xpc .sc-s-apply:after {
    right: 0;
    background: url(../img/droplead/bg-form.png), rgb(48, 162, 131);
    background: url(../img/droplead/bg-form.png), -moz-linear-gradient(90deg, rgba(48, 162, 131, 1) 0%, rgba(41, 214, 182, 1) 100%);
    background: url(../img/droplead/bg-form.png), -webkit-linear-gradient(90deg, rgba(48, 162, 131, 1) 0%, rgba(41, 214, 182, 1) 100%);
    background: url(../img/droplead/bg-form.png), linear-gradient(90deg, rgba(48, 162, 131, 1) 0%, rgba(41, 214, 182, 1) 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left;
}

.theme-xpc .sc-s-apply .action {
    width: 100%;
    max-width: 400px;

    margin-left: auto;
    margin-right: auto;
}

.theme-xpc .sc-s-apply .action .btn {
    -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.02);
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.02);
}

.theme-xpc .sc-s-apply .action .btn:hover {
    -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.theme-xpc .sc-s-apply .notice i,
.theme-xpc .sc-s-apply .notice span {
    vertical-align: middle;
}

.theme-xpc .sc-s-apply .notice i {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;

    line-height: 1.3;
}

.theme-xpc .sc-s-apply .notice span {
    line-height: 1.4;
}

.theme-xpc .sc-s-apply .sc-kplus .notice {
    margin-top: 15px;
    color: #4CD6C3;
}

.theme-xpc .sc-s-apply .sc-form .notice {
    color: white
}

.theme-xpc .sc-s-apply .sc-kplus ul {
    display: inline-block;
    margin: 30px 0 0 0;
}

.theme-xpc .sc-s-apply .sc-kplus ul li {
    font-family: 'notosans_thai', sans-serif;
    font-size: 18px;
    color: white;

    text-align: left;
    line-height: 35px;
}

.theme-xpc .sc-s-apply .sc-kplus ul li:not(:last-child) {
    margin-bottom: 20px;
}

.theme-xpc .sc-s-apply .sc-kplus ul li .image {
    display: inline-flex;
    align-items: center;

    min-width: 65px;
    min-height: 35px;

    padding-left: 10px;
    border-left: solid 4px #46C2B1;
}

.theme-xpc .sc-s-apply .sc-kplus ul li .image,
.theme-xpc .sc-s-apply .sc-kplus ul li span {
    vertical-align: middle;
}

.theme-xpc .sc-s-apply .sc-kplus .action {
    margin-top: 40px;
}

.theme-xpc .sc-s-apply .sc-kplus .action .btn {
    width: 100%;
    background: #46C2B1;
}

.theme-xpc .sc-s-apply .sc-kplus .action .btn.disabled {
    background: #AAAAAA;
    opacity: 0.6;
}

/* 
.theme-xpc .sc-s-apply .sc-kplus:after {
  content: "หรือ";
  font-family: 'notosans_thai', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #29D6B6;

  position: absolute;
  z-index: 20;

  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;

  background: white;
  border: none;
  border-radius: 50%;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */

.theme-xpc .sc-s-apply .sc-kplus .sc-or {
    font-family: 'notosans_thai', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #02A951;
    position: absolute;
    z-index: 20;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    background: white;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    transform: translate(-50%, -50%);
}

.theme-xpc .sc-s-apply .sc-step {
    position: relative;
    z-index: 10;
}

.theme-xpc .sc-s-apply .previous {
    text-align: left;
}

@media screen and (max-width: 1023px) {

    .theme-xpc .sc-s-apply .sc-kplus .sc-or {
        top: unset;
    }

    .theme-xpc .sc-s-apply:before,
    .theme-xpc .sc-s-apply:after {
        z-index: -1;
    }

    .theme-xpc .sc-s-apply .container {
        padding-left: 0;
        padding-right: 0;
    }

    .theme-xpc .sc-s-apply .sc-layout {
        flex-direction: column;
    }

    .theme-xpc .sc-s-apply .sc-layout .sc-kplus,
    .theme-xpc .sc-s-apply .sc-layout .sc-form {
        position: relative;
    }

    .theme-xpc .sc-s-apply .sc-layout .sc-kplus:before,
    .theme-xpc .sc-s-apply .sc-layout .sc-form:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .theme-xpc .sc-s-apply .sc-layout .sc-kplus:before {
        content: "";
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;

        background: url(../img/droplead/bg-kplus.png), #465968;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: right;
    }

    .theme-xpc .sc-s-apply .sc-layout .sc-form:before {
        content: "";
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;

        background: url(../img/droplead/bg-form.png), #29D6B6;
        background: url(../img/droplead/bg-form.png), -moz-linear-gradient(left, #29D6B6 0%, #30A283 100%);
        background: url(../img/droplead/bg-form.png), -webkit-linear-gradient(left, #29D6B6 0%, #30A283 100%);
        background: url(../img/droplead/bg-form.png), linear-gradient(to right, #29D6B6 0%, #30A283 100%);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: left;
    }

    /* .theme-xpc .sc-s-apply .sc-kplus:after {
    top: 100%;
  } */

    .theme-xpc .sc-s-apply .notice i {
        margin-top: 0;
    }

    .theme-xpc .sc-s-apply .previous {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {

    .theme-xpc .sc-s-apply .sc-kplus .sc-or {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .theme-xpc .sc-s-apply .sc-inner {
        padding: 20px 0 30px 0;
    }

    .theme-xpc .sc-s-apply .sc-step[data-step="2"] .container,
    .theme-xpc .sc-s-apply .sc-layout .sc-kplus,
    .theme-xpc .sc-s-apply .sc-layout .sc-form {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* .theme-xpc .sc-s-apply .sc-kplus:after {
    font-size: 16px;

    width: 35px;
    height: 35px;
  } */

    .theme-xpc .sc-s-apply h5,
    .theme-xpc .sc-s-apply .h5 {
        font-size: 16px;
    }

    .theme-xpc .sc-s-apply .sc-kplus .notice {
        font-size: 13px;
        margin-top: 10px;
    }

    .theme-xpc .sc-s-apply .notice i {
        margin-right: 0;
    }

    .theme-xpc .sc-s-apply .sc-kplus ul {
        margin: 15px 0 10px 0;
    }

    .theme-xpc .sc-s-apply .sc-kplus ul li {
        font-size: 14px;

        /* display: flex;
    align-items: center;
    width: 50%;
    float: left; */

        display: inline-flex;
        align-items: center;
        vertical-align: top;
    }

    .theme-xpc .sc-s-apply .sc-kplus ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .theme-xpc .sc-s-apply .sc-kplus ul li span {
        line-height: 1.3;

        display: inline-block;
        width: 90px;
    }

    .theme-xpc .sc-s-apply .sc-kplus ul li .image {
        min-width: 60px;
    }

    .theme-xpc .sc-s-apply .sc-kplus .action {
        margin-top: 0;
    }

    .theme-xpc .sc-s-apply .sc-step[data-step="2"] .sc-inner,
    .theme-xpc .sc-s-apply .sc-form .sc-inner {
        padding-top: 30px;
    }
}

@media screen and (max-width: 374px) {

    .theme-xpc .sc-s-apply h5,
    .theme-xpc .sc-s-apply .h5 {
        font-size: 15px;
    }

    .theme-xpc .sc-s-apply .sc-kplus .notice {
        font-size: 12px;
    }
}

/******************/
/****** FORM ******/
/******************/

.theme-xpc .sc-s-apply fieldset {
    border: none;

    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;

    margin-top: 25px;

    padding: 0;
}

.theme-xpc .sc-s-apply .field input {
    width: 100%;
    height: 50px;

    color: #333;
    line-height: normal;
    padding: 15px 20px;

    background-color: #fff;
    border: 0;
    border-radius: 25px;

    font-family: 'notosans_thai', sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.theme-xpc .sc-s-apply .field .select2-selection__rendered {
    padding-left: 20px;
    text-align: left;
}

.theme-xpc .sc-s-apply .field .select2-selection__rendered .select2-selection__placeholder {
    color: #999999;
}

.theme-xpc .sc-s-apply .field .select2-results__option {
    text-align: left;
}

.theme-xpc .sc-s-apply .field .input.required {
    margin-bottom: 15px;
}

.theme-xpc .sc-s-apply .field .input.required:after {
    content: "\e90e";
    font-size: 25px;
    font-family: 'icongarage';
    position: absolute;
    right: 20px;
    top: 6px;
    color: red;
}

.theme-xpc .sc-s-apply .field .input.required input {
    border: 2px solid red;
    color: red;
}

.theme-xpc .sc-s-apply .field .input .text-required {
    display: none;
}

.theme-xpc .sc-s-apply .field .input.required .text-required {
    display: block;
    font-size: 11px;
    color: white;
    background-color: red;
    width: auto;
    padding: 2px 10px;
    position: absolute;
    right: 12px;
    bottom: -24px;
    border-radius: 10px;
}

.theme-xpc .sc-s-apply .field .input.required input::-webkit-input-placeholder {
    color: red;
}

.theme-xpc .sc-s-apply .field .input.required input:-ms-input-placeholder {
    color: red;
}

.theme-xpc .sc-s-apply .field .input.required input::placeholder {
    color: red;
}

.theme-xpc .sc-s-apply .consent {
    font-size: 14px;
    font-weight: normal;
    color: white;
    text-align: left;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    padding-left: 20px;
    padding-right: 20px;
}

.theme-xpc .sc-s-apply .sc-form .action {
    margin-top: auto;
}

.theme-xpc .sc-s-apply .sc-step[data-step="2"] .action {
    margin-top: 30px;
}

.theme-xpc .sc-s-apply .sc-form .action .btn {
    width: 100%;
    background: #6CCE19;
}

.theme-xpc .sc-s-apply .field,
.theme-xpc .sc-s-apply .sc-form .action,
.theme-xpc .sc-s-apply .sc-step[data-step="2"] .action {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 767px) {

    .theme-xpc .sc-s-apply .sc-step[data-step="2"] .notice,
    .theme-xpc .sc-s-apply .sc-form .notice {
        font-size: 13px;
    }

    .theme-xpc .sc-s-apply fieldset {
        margin-top: 15px;
    }

    .theme-xpc .sc-s-apply .consent {
        font-size: 13px;

        margin-bottom: 20px;
    }

    .theme-xpc .sc-s-apply .sc-step[data-step="2"] .sc-inner {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .theme-xpc .sc-s-apply .sc-step[data-step="2"] .action {
        margin-top: 10px;
    }

    .theme-xpc .sc-s-apply .sc-step[data-step="2"] .action.previous {
        margin-top: 20px;
    }
}

/************************/
/****** TRANSITION ******/
/************************/

.theme-xpc .sc-s-apply {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    transition: all 400ms;
}

.theme-xpc .sc-s-apply[data-step="1"]:after {
    width: 50%;

    -webkit-transition: all 600ms cubic-bezier(.04, .88, .67, .99);
    -moz-transition: all 600ms cubic-bezier(.04, .88, .67, .99);
    -ms-transition: all 600ms cubic-bezier(.04, .88, .67, .99);
    transition: all 600ms cubic-bezier(.04, .88, .67, .99);
}

.theme-xpc .sc-s-apply[data-step="2"]:after {
    width: 100%;

    -webkit-transition: all 600ms cubic-bezier(.04, .88, .67, .99);
    -moz-transition: all 600ms cubic-bezier(.04, .88, .67, .99);
    -ms-transition: all 600ms cubic-bezier(.04, .88, .67, .99);
    transition: all 600ms cubic-bezier(.04, .88, .67, .99);
}

.theme-xpc .sc-s-apply .sc-step[data-step="1"] {
    position: relative;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    opacity: 1;
    visibility: visible;

    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 600ms;
    transition: all 600ms;
}

.theme-xpc .sc-s-apply .sc-step[data-step="1"].abs {
    position: absolute;
    z-index: 20;

    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.theme-xpc .sc-s-apply .sc-step[data-step="1"].abs.go {
    -webkit-transform: translateX(-5%);
    -moz-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    transform: translateX(-5%);

    opacity: 0;
    visibility: hidden;
}

.theme-xpc .sc-s-apply .sc-step[data-step="2"] {
    position: absolute;
    z-index: 20;

    top: 0;
    left: 0;
    width: 100%;
    height: auto;

    -webkit-transform: translateX(5%);
    -moz-transform: translateX(5%);
    -ms-transform: translateX(5%);
    transform: translateX(5%);

    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 600ms;
    transition: all 600ms;
}

.theme-xpc .sc-s-apply .sc-step[data-step="2"].go {
    position: relative;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 767px) {
    .theme-xpc .sc-s-apply .sc-step[data-step="1"].abs.go {
        -webkit-transform: translateX(-30%);
        -moz-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
        transform: translateX(-30%);
    }

    .theme-xpc .sc-s-apply .sc-step[data-step="2"] {
        -webkit-transform: translateX(30%);
        -moz-transform: translateX(30%);
        -ms-transform: translateX(30%);
        transform: translateX(30%);
    }
}
