@font-face {
    font-family: DBHelvethaicaX65Med;
    src: url(./font/DBHelvethaicaX-65Med.eot);
    src: url(./font/DBHelvethaicaX-65Med.eot?#iefix) format("embedded-opentype"), url(./font/DBHelvethaicaX-65Med.woff2) format("woff2"), url(./font/DBHelvethaicaX-65Med.woff) format("woff"),
        url(./font/DBHelvethaicaX-65Med.ttf) format("truetype"), url(./font/DBHelvethaicaX-65Med.svg#DBHelvethaicaX-65Med) format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: DBHelvethaicaX55;
    src: url(./font/DBHelvethaicaX-55Regular.eot);
    src: url(./font/DBHelvethaicaX-55Regular.eot?#iefix) format("embedded-opentype"), url(./font/DBHelvethaicaX-55Regular.woff2) format("woff2"), url(./font/DBHelvethaicaX-55Regular.woff) format("woff"),
        url(./font/DBHelvethaicaX-55Regular.ttf) format("truetype"), url(./font/DBHelvethaicaX-55Regular.svg#DBHelvethaicaX-55Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: DBHelvethaicaXMed;
    src: url(./font/DBHelvethaicaX-Med.eot);
    src: url(./font/DBHelvethaicaX-Med.eot?#iefix) format("embedded-opentype"), url(./font/DBHelvethaicaX-Med.woff2) format("woff2"), url(./font/DBHelvethaicaX-Med.woff) format("woff"), url(./font/DBHelvethaicaX-Med.ttf) format("truetype"),
        url(./font/DBHelvethaicaX-Med.svg#DBHelvethaicaX-Med) format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: PSLTextPro;
    src: url(./font/PSLTextProBold.eot);
    src: url(./font/PSLTextProBold.eot?#iefix) format("embedded-opentype"), url(./font/PSLTextProBold.woff2) format("woff2"), url(./font/PSLTextProBold.woff) format("woff"), url(./font/PSLTextProBold.ttf) format("truetype"),
        url(./font/PSLTextProBold.svg#PSLTextProBold) format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: PSLTextPro;
    src: url(./font/PSLTextPro.eot);
    src: url(./font/PSLTextPro.eot?#iefix) format("embedded-opentype"), url(./font/PSLTextPro.woff2) format("woff2"), url(./font/PSLTextPro.woff) format("woff"), url(./font/PSLTextPro.ttf) format("truetype"),
        url(./font/PSLTextPro.svg#PSLTextPro) format("svg");
    font-weight: 400;
    font-style: normal;
}
a,
a:active,
a:hover {
    text-decoration: none;
}
body {
    margin: 0 !important;
    padding: 0;
    color: #565a64;
    background-color: #d5ecda;
    font-family: DBHelvethaicaX55;
    font-size: 26px;
    line-height: 28px;
}
.login_bg {
    background: url(../../img/login/bg.jpg) no-repeat top center;
    background-color: #d5ecda;
    background-size: cover;
}
._web {
    display: block;
}
._mobile {
    display: none;
}
h1 {
    font-family: DBHelvethaicaX65Med;
    font-size: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
}
.formLogin {
    padding: 20px 20px 20px 20px;
}
.formLogin .logo {
    width: 180px;
    height: auto;
}
.formLogin .img-header {
    width: 60%;
    height: auto;
    padding: 20px 0 20px 0;
}
.icon_login {
    background: url(../../img/login/icon-user.png) no-repeat 20px center;
    background-size: 23px;
    padding: 0 20px 0 50px !important;
}
.icon_pass {
    background: url(../../img/login/icon-password.png) no-repeat 20px center;
    background-size: 23px;
    padding: 0 20px 0 50px !important;
}
.user_login {
    color: #fff;
    background-color: #39a74e;
    font-size: 20px;
    line-clamp: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block_logo {
    width: 30%;
    border: 0 #fff solid;
    padding: 10px 0 10px 10px;
}
.block_logo .img {
    width: 90px;
    height: auto;
}
.block_user_flex {
    width: 70%;
    border: 0 #fff solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block_user_flex .user_icon {
    padding: 16px 10px 0 0;
}
.user_icon .img {
    width: 20px;
    height: auto;
}
.user_logout {
    padding: 16px 10px 0 10px;
    background-color: rgba(255, 255, 255, 0.3);
}
.user_logout img {
    width: 30px;
    height: auto;
}
.login_error {
    font-size: 20px;
    padding: 5px 0 5px 10px;
    color: #d30c0c;
    display: none;
}
.require_data,
.require_email,
.require_phone {
    font-size: 20px;
    padding: 5px 0 5px 10px;
    display: none;
}
.txt_error {
    padding: 0 0 0 10px;
    color: #d30c0c;
}
.forgetpassword {
    color: #192b65;
    border-bottom: 1px #192b65 solid;
}
.forgetpassword:hover {
    color: #1b2d63;
}
.register_header {
    color: #fff;
    padding: 20px 0 20px 0;
}
.register_header h1 {
    color: #eb212e;
}
.register_banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.register_banner .img {
    width: 100%;
    height: auto;
}
.register_link {
    color: #393939;
    background-color: #fff;
    padding: 20px 0 20px 0;
    word-wrap: break-word;
    margin-bottom: 20px;
}
.register_link a {
    color: #393939;
}
.register_link_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0 5px 0;
}
.register_link_flex .box_ico {
    width: 15%;
    height: auto;
}
.register_link_flex .box_text {
    width: 85%;
    height: auto;
    padding: 7px 0 0 5px;
}
.box_ico .ico {
    width: 80%;
    height: auto;
}
.register_form {
    border: 0 #333 solid;
    padding: 20px 0 20px 0;
}
.icon_calendar {
    background: url(../../img/template/icon-calendar.png) no-repeat center right;
}
.input_text {
    border: 0;
    outline: 0;
    font-size: 26px;
    color: #39a74e;
    background-color: #fff;
    padding: 0 30px 0 30px;
    margin: 10px 0 10px 0;
    width: 100%;
    height: 55px;
    border-radius: 25px;
}
.input_text::-webkit-input-placeholder {
    color: #39a74e;
    font-style: normal;
}
.input_text::-moz-placeholder {
    color: #39a74e;
    font-style: normal;
}
.input_text::-ms-input-placeholder {
    color: #39a74e;
    font-style: normal;
}
.input_text::placeholder {
    color: #39a74e;
    font-style: normal;
}
.invalid-feedback {
    padding: 0 20px;
}
.input_area {
    height: 130px;
    padding: 20px 30px;
}
.gender_flex {
    width: 100%;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 30px;
    margin: 10px 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 25px;
}
.gender_flex .block1 {
    width: 20%;
    color: #39a74e;
}
.gender_flex .block2 {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gender_flex .block2 .box_gender {
    padding: 7px 30px 0 0;
}
.box_data {
    padding: 10px 0;
}
.box_data .box_gender {
    padding: 5px 0;
}
.register_form h2 {
    color: #393939;
    font-size: 36px;
    line-height: 36px;
    padding: 30px 0 0 0;
    margin: 0;
}
.register_form .title {
    color: #8942a9;
    font-size: 36px;
    line-height: 36px;
}
.register_form .description {
    color: #393939;
    font-style: italic;
}
.register_checkbox {
    padding: 0 0 0 30px;
    color: #393939;
    font-size: 28px;
    line-height: 30px;
}
.register_checkbox .block {
    padding: 0;
}
.block_other {
    padding: 0 0 0 20px;
}
.box_signature {
    width: 100%;
    height: 150px;
    background-color: #fff;
    margin: 20px 0 20px 0;
}
.bnt_submit {
    outline: 0;
    text-align: center;
    color: #fff;
    background-color: #39a74e;
    border: 1px solid #39a74e;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    font-size: 30px;
    line-height: 30px;
    padding: 10px 80px 10px 80px;
    margin: 20px 0 20px 0;
    border-radius: 25px;
}
.bnt_submit:hover {
    color: #39a74e;
    background-color: #fff;
}
.bnt_submit:disabled,
.bnt_submit[disabled] {
    border: 1px solid #999;
    background-color: #c1e6c3;
    color: #999;
}
.box_bnt_cancel {
    padding: 20px 0 0 0;
}
.bnt_cancel {
    color: #393939;
    font-size: 28px;
    line-height: 28px;
    padding: 0;
    margin: 0 0 40px 0;
    border-bottom: 1px #797979 solid;
    cursor: pointer;
}
.bnt_cancel:hover {
    color: #393939;
    opacity: 0.6;
}
.bnt_home {
    color: #39a74e;
    background-color: #fff;
}
.bnt_home:hover {
    color: #39a74e;
    background-color: #f5f5f5;
}
.bnt_clear {
    outline: 0;
    text-align: center;
    color: #000;
    background-color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 50px 10px 50px;
    margin: 0 0 40px 0;
    border-radius: 25px;
}
.bnt_clear:hover {
    color: #fff;
    background-color: #000;
}
.footer {
    height: 100px;
    background: url(../../img/template/footer-bg.jpg) no-repeat top center;
    background-size: 100%;
    border: 0 #000 solid;
}
.footer .img {
    width: 100%;
    height: auto;
}
.footer_copy {
    position: relative;
    text-align: center;
    color: #39a74e;
    font-size: 18px;
    line-height: 18px;
    left: 0;
    right: 0;
    padding: 70px 0 0 0;
    border: 0 #333 solid;
}
.wrapper {
    position: relative;
    width: 350px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 10px 0 10px 0;
}
.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    height: 200px;
    background-color: #fff;
}
.product-home .img {
    width: 100%;
    height: auto;
    border: 0 #333 solid;
}
.home_line {
    border-top: 2px #39a74e dashed;
    margin: 30px 0 0 0;
    padding: 40px 0 0 0;
}
.padding_line {
    padding-top: 0;
}
#load_page {
    position: fixed;
    z-index: 9999;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    color: #000;
    background-color: #000;
    text-align: center;
    opacity: 0.8;
    vertical-align: middle;
    display: none;
}
#load_page img {
    position: absolute;
    width: 100px;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.class_status {
    padding: 30px 0 0 0;
    font-size: 14px;
    line-height: 14px;
}
.txt_thankyou {
    padding: 30px 0 40px 0;
}
._error {
    color: #e41313;
}
.q_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}
.q_flex .block1 {
    width: 70%;
}
.q_flex .block2 {
    width: 30%;
    padding: 22px 0 0 0;
}
.label_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: DBHelvethaicaX55;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.label_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
}
.label_checkbox:hover input ~ .checkmark {
    background-color: #64e47c;
}
.label_checkbox input:checked ~ .checkmark {
    background-color: #39a74e;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.label_checkbox input:checked ~ .checkmark:after {
    display: block;
}
.label_checkbox .checkmark:after {
    left: 9px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type="radio"].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type="radio"].css-checkbox + label.css-label {
    padding-left: 26px;
    height: 21px;
    display: inline-block;
    line-height: 21px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-family: DBHelvethaicaX55;
    font-size: 26px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
input[type="radio"].css-checkbox:checked + label.css-label {
    /*background-position: 0 -21px;*/
	background-image: url(../../img/template/radio2.png);
}
label.css-label {
    background-image: url(../../img/template/radio1.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.box_radio {
    color: #39a74e;
    padding: 5px 0;
}
.ui-datepicker {
    margin: 0 auto 0;
}
.checkGroup {
    border: 0 #1b2d63 solid;
}
#option1,
#option2,
#option3,
#option4,
.sub_label {
    display: none;
}
.label_error {
    margin: 0;
    padding: 0;
    background-color: #f3525266;
}
.radio_box {
    padding: 5px 0;
}
.popup-bg {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    display: none;
}
.popup-bg .popup {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    margin-top: 5%;
    width: 400px;
    min-height: 300px;
    background-color: #fff;
    border-radius: 30px;
    position: relative;
}
.popup-bg .popup .header {
    background-color: #39a74e;
    color: #fff;
    padding: 18px 0 15px 0;
    text-align: center;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.popup-bg .popup .body {
    padding: 20px 20px;
}
.popup-bg .popup .body .logo_right {
    text-align: center;
}
.popup-bg .popup .body .logo_right img {
    width: 100px;
}
.popup-bg .popup .body h2 {
    text-align: center;
    font-size: 700;
    padding: 10px 0;
}
.popup-bg .popup .body .complete,
.popup-bg .popup .body .false1,
.popup-bg .popup .body .false2,
.popup-bg .popup .body .false3,
.popup-bg .popup .body .false4{
    display: none;
}
.popup-bg .popup .img {
    width: 90px;
    text-align: center;
}
.popup-bg .popup .label_close {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    text-align: center;
    border: 0 #333 solid;
    text-decoration: underline;
    cursor: pointer;
}
 

/* The container */
.container2 {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
    border: 1px #aaaaaa solid;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark {
  background-color: #1B88ED;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.remark{
    font-size: 22px; line-height: 120%;
    padding-left: 35px;
}

@media screen and (max-width: 60em) {
    .popup-bg .popup {
        width: 90%;
        margin-top: 10%;
    }
    .popup-bg .popup .body h1 br,
    .popup-bg .popup .body h2 br {
        display: none;
    }
}
