








/* **************** DB Heavent Med **************** */
@font-face {
  font-family: 'DB Heavent Med v3.2';
  src: url('./css/fonts/DB Heavent Med v3.2.eot');
  src: url('./css/fonts/DB Heavent Med v3.2.eot?#iefix') format('embedded-opentype'),
       url('./css/fonts/DB Heavent Med v3.2.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DBHeavent-Med';
  src: url('./css/fonts/DBHeavent-Med.svg#DBHeavent-Med') format('svg'),
       url('./css/fonts/DBHeavent-Med.ttf') format('truetype'),
       url('./css/fonts/DBHeavent-Med.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/* **************** DB Heavent Reg **************** */
@font-face {
  font-family: 'DB Heavent v3.2';
  src: url('./css/fonts/DB Heavent v3.2.eot');
  src: url('./css/fonts/DB Heavent v3.2.eot?#iefix') format('embedded-opentype'),
       url('./css/fonts/DB Heavent v3.2.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DBHeavent';
  src: url('./css/fonts/DBHeavent.svg#DBHeavent') format('svg'),
       url('./css/fonts/DBHeavent.ttf') format('truetype'),
       url('./css/fonts/DBHeavent.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



.db-med {
  font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
  font-weight: normal !important;
}
.db-reg {
  font-family: 'DB Heavent v3.2','DBHeavent';
  font-weight: normal !important;
}

.button-white {
    background-color: #ffffff;
}
.button-gray {
    background-color: #e8e7e7;
}
.button-gray-2 {
  background-color: #999 !important;;
}
.color-blue {
  color: #5b87c6 !important;
}
.color-red {
  color: #ee2a2e;
}

.nav-space {
  padding: 39px 0;
  -webkit-transition: margin .4s ease, padding .4s ease;
  -o-transition: margin .4s ease, padding .4s ease;
  transition: margin .4s ease, padding .4s ease;
}
#header.sticky-header:not(.static-sticky) #primary-menu > ul > .nav-space {
    padding-top: 19px;
    padding-bottom: 19px;
    color: #5b87c6;
}



/*.form-control {
  padding: 1.8rem 1.8rem;
}
.form-group {
  margin-bottom: 1.8rem;
}*/


.product-detail ul {
  list-style: none;
  margin-bottom: 10px;
}
.product-detail {
  font-size: 21px;
  color: #575353;
  margin-top: 50px;
}
.product-detail a {
  font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
  color: #5b87c6;
  border-bottom: 1px solid #b8c8e3;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.product-detail a:hover {
  color: #ff0000;
}
.product-detail a img {
  width: 20px !important;
  float: left;
  margin: 2px 5px 0 0;
}



.sub-head {
  text-align: center;
}
.sub-head p {
  font-family: 'DBHeavent';
  font-weight: normal;
  font-size: 24px;
  color: #6f6b6b;
}



.more-btn {
  text-align: center;
}
.more-btn img {
  width: 80px;
}

.bottom-btn {
  text-align: center;
  margin-top: 50px;
}








/* Customize the label (the container) */
.containers {
  font-family: 'DB Heavent v3.2','DBHeavent';
  font-weight: normal !important;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #ddd;
}

/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containers input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containers input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containers .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}















.login-wrap {}
.login-wrap  h1 {
  font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
  font-weight: normal !important;
  color: #5b87c6 !important;
  font-size: 36px !important;
  line-height: 1;
  margin-bottom: 20px;
}
.login-wrap h3 {
  font-family: 'DB Heavent v3.2','DBHeavent';
  font-weight: normal !important;
  color: #6f6b6b !important;
  font-size: 21px !important;
}
.login-wrap form label {
  font-family: 'DB Heavent v3.2','DBHeavent';
  font-weight: normal !important;
  color: #6f6b6b !important;
  font-size: 18px !important;
  margin-bottom: 0;
}



.form-control , .form-check label {
  font-family: 'DB Heavent v3.2','DBHeavent';
  font-weight: normal !important;
  font-size: 18px;
  color: #888888;
}










#popup-intro {
  position: absolute;
  z-index: 2;
}
.popup-intro-wrap {
  text-align: center;
  margin: auto;
}






.popup-intro-wrap .header {
  
}
.popup-intro-wrap .header h2 {
  font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
  color: #5b87c6;
  font-size: 48px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.popup-intro-wrap .header h2:after {
  content: '';
  display: block;
  margin-bottom: 10px;
  width: 80px;
  border-top: 2px solid #5b87c6;
  margin-left: auto;
  margin-right: auto;
}

.popup-intro-wrap .header h3 {
  font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
  color: #ee2a2e;
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.popup-intro-wrap .info {
  font-family: 'DB Heavent v3.2','DBHeavent';
  font-size: 18px;
  text-align: left;
}
.popup-intro-wrap .info ol {
  margin-bottom: 0;
  margin-left: 15px;
}
.popup-intro-wrap .info ol li {
  margin-bottom: 20px;
}

.popup-scroll {
  background: #fff;
  border: 2px solid #ddd;
  padding: 20px;
  height: 400px;
  width: 600px;
  margin: 0 auto;
  overflow-y: scroll;
}

.popup-intro-wrap .check {
  width: 600px;
  margin: 20px auto 0;
  padding: 20px;
  background: #f5f4f2;
}

.popup-intro-wrap .check p {
  font-family: 'DB Heavent v3.2','DBHeavent';
  font-size: 18px;
  margin-bottom: 10px;
}

.popup-intro-wrap .check .form-check label {
  font-family: 'DB Heavent v3.2','DBHeavent';
  color: #5b87c6;
  font-size: 18px;
}

.popup-intro-wrap .check .form-check .form-check-input {
  position: absolute;
  margin-top: 0.4rem;
  margin-left: -1.25rem;
}

.popup-intro-wrap .btn {
  width: 600px;
  margin: 0 auto;
}
.popup-intro-wrap .btn a {
  font-family: 'DB Heavent v3.2','DBHeavent';
}












.register-intro h3 {
  font-family: 'DB Heavent v3.2','DBHeavent';
  font-weight: normal !important;
  color: #6f6b6b !important;
  font-size: 21px !important;
  margin-bottom: 0;
}

.register-row .btn button,
.register-row .btn a 
{
  font-family: 'DB Heavent v3.2','DBHeavent';
}


.register-row .remark {
  text-align: center;
}
.register-row .remark p {
  font-family: 'DB Heavent v3.2','DBHeavent';
  font-weight: normal !important;
  color: #ee2a2e !important;
  font-size: 21px !important;
  margin-bottom: 0;
}



.gray-bg {
  background: #eeeff1;
}
.register-2-info h1 {
  font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
  color: #5b87c6;
  font-weight: normal;
  text-transform: uppercase;
}



.product-detail-result {
  color: #999;
  margin-top: 35px;
}
.product-detail-result span {
   color: #575353;
}
.product-detail-result ul {
  padding-top: 30px;
  list-style: none;
}
.product-detail-result ul li {
  line-height: 1;
}
.product-detail-result ul .detail-result-small {
  font-size: 16px;
}
.product-detail-result ul .detail-result-large {
  font-size: 21px;
}










  /* ############################ Member Profile ############################ */
  .member-profile-wrap table {
    text-align: center;
  }
  .member-profile-wrap .section-1 , .member-profile-wrap .section-2 , .member-profile-wrap .section-3 , .member-profile-wrap .section-4 {
    padding-bottom: 50px;
  }
  .member-profile-wrap .header {
    padding-bottom: 15px;
  }
  .member-profile-wrap .header h1 {
    font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
    font-size: 60px;
    font-weight: normal;
    color: #5b87c6;
    margin-bottom: 0;
  }
.member-profile-wrap .header:after {
  content: '';
  display: block;
  width: 100%;
  border-top: 2px solid #888888;
}
.member-profile-wrap p {
  font-family: 'DB Heavent v3.2','DBHeavent';
  font-size: 21px;
  margin-bottom: 0;
}
.member-profile-wrap p span {
  color: #888888;
}


.member-profile-wrap table thead {
  font-family: 'DB Heavent v3.2','DBHeavent';
  font-size: 21px;
}
.member-profile-wrap table tbody {
  font-family: 'DB Heavent v3.2','DBHeavent';
  font-size: 21px;
  color: #888888;
}
.member-profile-wrap table tbody a {
  text-decoration: underline !important;
}
.member-profile-wrap table th {
  border-top: none;
}

.member-profile-wrap .lh-14 {
  line-height: 1.4 !important;
  margin-top: 5px;
}

.member-profile-wrap .edit-btn a {
  font-family: 'DB Heavent v3.2','DBHeavent';
  color: #fff;
  margin-top: 20px;
}
.member-profile-wrap .edit-btn a:hover {
  color: #ffffff;
}

.remark {
  text-align: center;
  clear: both;
}
.remark p {
  font-family: 'DB Heavent v3.2','DBHeavent';
  font-size: 18px;
  color: #e60000;
}









/* ############################ Member Upload Slip ############################ */
.btn {
  border-radius: 25px;
}

.upload-slip-wrap .input-group {
  font-family: 'DB Heavent v3.2','DBHeavent';
}

.btn-primary {
  color: #fff;
  background-color: #5b87c6;
  border-color: #5b87c6;
}









/* ############################ Process Step ############################ */
.process-steps-icon-active {
  background-color: #5b87c6;
}
.process-steps-title-active {
  color: #5b87c6;
}

.process-steps img {
  width: 20px;
}

.process-steps li h5 {
  font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
  font-size: 24px;
  font-weight: normal;
}

.process-step-table thead {
  font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
}

.process-step-table tbody {
  font-family: 'DB Heavent v3.2','DBHeavent';
  font-size: 21px;
  color: #888888;
}
.process-step-table tbody span>span {
  color: #444444;
}


.total-wrap {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 50px;
}
.total-row {
  text-align: right;
  font-family: 'DB Heavent v3.2','DBHeavent';
  border-bottom: 1px solid #dee2e6;
}
.total-row:last-child {
  border-bottom: none;
}
.total-detail {
  font-size: 21px;
  margin-bottom: 0;
  margin-top: 9px;
  padding: 10px 0;
  /* vertical-align: middle !important; */
}
.total-price {
  font-size: 30px;
  margin-bottom: 0;
  padding: 10px 0;
  color: #5b87c6;
  /* vertical-align: middle !important; */
}
.total-baht {
  font-size: 21px;
  margin-bottom: 0;
  margin-top: 9px;
  padding: 10px 0;
  /* vertical-align: middle !important; */
}


.process-form-wrap {
  margin-bottom: 80px;
  padding-top: 20px;
}

.process-form-header h1 {
  font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
  font-size: 36px;
  color: #5b87c6;
  font-weight: normal;
}


.total-order-wrap {
  border: 1px solid #ced4da;
  padding: 20px;
}
.total-order-header h1 {
  font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
  font-size: 36px;
  color: #5b87c6;
  font-weight: normal;
}

.list-order-pic {
  text-align: center;
}
.list-order-pic img {
  width: 110px;
}
.list-order-detail p {
  font-family: 'DB Heavent v3.2','DBHeavent';
  font-size: 21px;
  color: #888888;
  line-height: 1.2 !important;
}
.list-order-detail p span {
  color: #444444;
}



.order-total {
  border-bottom: 1px solid #ced4da;
}
.order-total:last-child {
  border: none;
}
.order-total p {
  font-family: 'DB Heavent v3.2','DBHeavent';
  font-size: 24px;
  margin: 5px 0;
}
.order-total p span {
  font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
  color: #5b87c6;
}


.payment-wrap {
  padding-top: 20px;
}
.payment-header h1 {
  font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
  font-size: 36px;
  color: #5b87c6;
  font-weight: normal;
}
.payment-list {
  margin-bottom: 50px;
}
.payment-list .form-check label {
  font-size: 24px;
  line-height: 1.2;
}
.payment-list .form-check label span {
  color: #000;
}
.payment-bank img {
  height: 60px;
}


.process-thankyou {
  border: 1px solid #ced4da;
  padding: 50px;
  text-align: center;
}

.process-thankyou h1 {
  font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
  font-size: 36px;
  color: #5b87c6;
  font-weight: normal;
  margin-bottom: 0;
}
.process-thankyou p {
  font-family: 'DB Heavent v3.2','DBHeavent';
  font-size: 21px;
  color: #888888;
}