@font-face {
  font-family: "Mitr-Light";
  font-style: normal;
  src: url("https://www0.dek-d.com/assets/fonts/Mitr-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Mitr-Regular";
  font-style: normal;
  src: url("https://www0.dek-d.com/assets/fonts/Mitr-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Mitr-Medium";
  font-style: normal;
  src: url("https://www0.dek-d.com/assets/fonts/Mitr-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Mitr-Light";
  font-style: normal;
  src: url("https://www0.dek-d.com/assets/fonts/Mitr-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Kanit-Regular";
  font-style: normal;
  src: url("https://www0.dek-d.com/assets/fonts/Kanit/Kanit-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Kanit-Medium";
  font-style: normal;
  src: url("https://www0.dek-d.com/assets/fonts/Kanit/Kanit-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Kanit-Bold";
  font-style: normal;
  src: url("https://www0.dek-d.com/assets/fonts/Kanit/Kanit-Bold.ttf") format("truetype");
}
h1,
h2,
h3,
p,
span,
a {
  font-family: "Mitr-Light", sans-serif;
  line-height: 1.3em;
}

a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.-desktop {
  display: none;
}

body {
  overflow-x: hidden;
}

header {
  background: linear-gradient(96deg, #57cafb 0%, #3eace2 100%);
}
header .main-wrapper {
  padding: 32px 20px;
}
header .main-logo {
  display: block;
  width: 213px;
  height: 50px;
}
header .main-logo:hover {
  -webkit-filter: initial;
          filter: initial;
}
header .title-head {
  color: #fff;
  font-family: "Mitr-Medium", sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin: 10px 0 0;
}
header .title-head br {
  display: none;
}
header .logo-title {
  position: relative;
  top: 10px;
  width: 170px;
}
header .title-sub {
  color: #27315d;
  font-family: "Mitr-Regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
}
header .title-sub .logo-title {
  position: relative;
  top: 10px;
}

.header-title_block {
  margin-bottom: 40px;
}

.btn-voucher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background: #273b91;
  -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: 22px;
  font-family: "Mitr-Medium", sans-serif;
  font-weight: 500;
  line-height: 1em;
  margin: 16px 0;
  text-align: center;
}
.btn-voucher.-blue {
  background: #273b91;
  color: #fff;
}
.btn-voucher.-disabled {
  background: #94b6c9;
  pointer-events: none;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-voucher.-login {
  background: -webkit-gradient(linear, left top, right top, from(#F38201), to(#F37A01));
  background: linear-gradient(90deg, #F38201 0%, #F37A01 100%);
  color: #fff;
}

.text-sale {
  text-align: center;
  color: #fff;
  font-family: "Kanit-Regular", sans-serif;
}

.content-wrapper {
  padding: 0 20px;
}
.content-wrapper h2 {
  color: #1a1a1a;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Mitr-Medium", sans-serif;
}
.content-wrapper h3 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Kanit-Medium", sans-serif;
}
.content-wrapper p {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

section {
  margin: 30px 0 50px;
}

.highlights {
  text-align: center;
}
.highlights .hl-box {
  margin-bottom: 30px;
}
.highlights .hl-box:nth-last-child {
  margin: 0;
}
.highlights .hl-box .hl-pic {
  border-radius: 16px;
  border: 4px solid #e6f3fd;
  margin: 0 auto 10px;
  display: block;
}

.exam-acq-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.exam-acq-box .acq-pic {
  width: 110px;
}
.exam-acq-box .exam-acq-desc {
  padding-left: 10px;
  width: calc(100% - 120px);
}

.clip-intro {
  background: #e6f3fd;
  padding: 32px 0;
}

.clip-box {
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid #fff;
}
.clip-box iframe {
  width: 100%;
  height: 184px;
  display: block;
}

.step-box {
  text-align: center;
}
.step-box h3 {
  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;
}
.step-box h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  border-radius: 50%;
  background: #273b91;
  margin-right: 10px;
}

.promotion .content-wrapper {
  background: #e6f3fd;
  padding: 30px 20px 30px;
}

.promotion-box {
  border-radius: 16px;
  border: 4px solid #fff;
  background: #e6f3fd;
  text-align: center;
  overflow: hidden;
}
.promotion-box h3 {
  color: #fff;
  text-align: center;
  font-family: "Kanit-Medium", sans-serif;
  font-size: 28px;
  font-weight: 500;
  background: #3eace2;
  padding: 8px 8px;
  margin: 0;
}
.promotion-box > p {
  color: #000;
  font-family: "Kanit-Medium", sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding: 6px;
}
.promotion-box > p i {
  color: #3eace2;
  margin-right: 5px;
}
.promotion-box .promotion-desc {
  padding: 10px 10px 16px;
  background: #fff;
}
.promotion-box .promotion-desc .price-sale {
  color: #000;
  font-family: "Kanit-Medium", sans-serif;
  font-size: 20px;
}
.promotion-box .promotion-desc .price-sale span {
  font-family: "Kanit-Bold", sans-serif;
  color: #3eace2;
  font-size: 46px;
  font-weight: 600;
  line-height: 1em;
}
.promotion-box .promotion-desc .price-reg {
  color: #333;
  font-family: "Kanit-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}
.promotion-box .promotion-desc .price-reg span {
  font-size: 20px;
  position: relative;
  font-family: "Kanit-Medium", sans-serif;
  font-weight: 500;
}
.promotion-box .promotion-desc .price-reg span::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(255, 0, 0, 0.6);
  left: 0;
  top: 16px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.promotion-box.pro2 {
  margin-top: 16px;
}
.promotion-box.pro2 h3 {
  background: #f37a01;
}
.promotion-box.pro2 > p {
  background: #fff6ed;
}
.promotion-box.pro2 > p i {
  color: #f37a01;
}
.promotion-box.pro2 .promotion-desc .price-sale span {
  color: #f37a01;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2f3991;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}

footer {
  margin-top: 80px;
}

.operated-by {
  text-align: center;
}
.operated-by .logo-dekd {
  width: 120px;
}
.operated-by p {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

.contact {
  background: #3eace2;
  padding: 16px;
  margin-top: 20px;
}
.contact h2 {
  font-family: "Mitr-Medium", sans-serif;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
}
.contact .contact-group {
  width: 215px;
  margin: 0 auto;
  color: #fff;
}
.contact .contact-group .contact-box {
  margin-bottom: 8px;
}
.contact .contact-group .contact-box i {
  margin-right: 8px;
  font-size: 18px;
}
.contact .contact-group .contact-box a {
  font-size: 16px;
  font-weight: 400;
  font-family: "Kanit-Regular", sans-serif;
  color: #fff;
}

.btn-footer .text-sale {
  text-align: center;
  color: #666;
  font-size: 14px;
}

.extlink {
  color: #f37a01;
}

@media screen and (min-width: 414px) {
  .clip-box iframe {
    height: 209px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .clip-box {
    width: 400px;
    margin: 0 auto;
  }
  .clip-box iframe {
    height: 220px;
  }
}
@media screen and (min-width: 480px) {
  .btn-box,
  .btn-box-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .btn-voucher {
    width: calc(60% - 5px);
  }
  .btn-voucher.-login {
    width: calc(40% - 5px);
  }
}
@media screen and (min-width: 768px) {
  .-mobile {
    display: none;
  }
  .-desktop {
    display: block;
  }
  .header-image_block {
    text-align: center;
  }
  .header-image_block .pic-top {
    display: block;
    margin: 0 auto;
  }
  .exam-acq-box .acq-pic {
    width: 140px;
  }
  header .main-wrapper {
    padding: 3em 8em;
  }
  .block-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .highlights .hl-box {
    width: calc(33.33% - 10px);
  }
  .highlights .hl-box p br {
    display: none;
  }
  .exam-acq-box {
    width: calc(50% - 10px);
  }
  .clip-box iframe {
    height: 406px;
  }
  .promotion-box.pro2 {
    margin: 0;
  }
  .promotion-box {
    width: calc(50% - 10px);
  }
  .content-wrapper.btn-footer {
    padding: 1em 8em;
  }
}
@media screen and (min-width: 820px) {
  .clip-box iframe {
    height: 430px;
  }
}
@media screen and (min-width: 1024px) {
  .promotion .content-body {
    max-width: 710px;
    margin: 0 auto;
  }
  .clip-box {
    width: 704px;
    margin: 0 auto;
  }
  .clip-box iframe {
    height: 392px;
  }
  .content-wrapper.btn-footer {
    padding: 1em 0;
    width: 710px;
    margin: 0 auto;
  }
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact h2 {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .contact > .block-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact .contact-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
  .contact .contact-group .contact-box {
    margin: 0 10px;
  }
  header .main-wrapper {
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-title_block {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
  .header-image_block {
    position: relative;
    width: calc(50% - 10px);
  }
  .pic-promotion {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 360px;
  }
  .btn-voucher {
    margin-bottom: 0;
  }
  .btn-footer .btn-voucher {
    margin: 0;
  }
  .promotion-box .promotion-desc {
    padding: 20px 10px 20px;
  }
  .text-sale {
    text-align: left;
    margin: 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  .content-wrapper,
  header .main-wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
  .content-wrapper h2 {
    margin-bottom: 30px;
  }
  header .main-wrapper {
    padding: 60px 20px;
  }
  .clip-box {
    width: 940px;
  }
  .clip-box iframe {
    height: 530px;
  }
  .promotion .content-wrapper {
    padding: 40px 20px 50px;
    border-radius: 16px;
  }
  .content-wrapper h2,
  header .title-head {
    font-size: 36px;
  }
  .highlights .hl-box {
    width: calc(33.33% - 20px);
  }
  .highlights .hl-box br {
    display: block !important;
  }
  .exam-acq-box {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  .content-wrapper h3 {
    font-size: 24px;
  }
  .content-wrapper p {
    font-size: 18px;
  }
  .btn-voucher {
    font-size: 24px;
  }
  section {
    margin: 50px 0 80px;
  }
  .promotion-box h3 {
    padding: 10px;
  }
  .highlights .hl-box .hl-pic {
    margin-bottom: 20px;
  }
  .promotion-box {
    width: calc(50% - 15px);
  }
}
.animate-on-scroll {
  opacity: 0;
  -webkit-transform: translateY(50px) scale(0.98);
          transform: translateY(50px) scale(0.98);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  will-change: transform, opacity;
}

.animate-left-right {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  will-change: transform, opacity;
}

.animate-right-left {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  will-change: transform, opacity;
}

.content-body .animate-down-top {
  opacity: 0;
  -webkit-transform: translateY(50px) scale(0.98);
          transform: translateY(50px) scale(0.98);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  will-change: transform, opacity;
}

.animate-on-scroll.animate {
  -webkit-animation: scaleUpFadeSmooth 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: scaleUpFadeSmooth 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.animate-left-right.animate {
  -webkit-animation: slideLeftFadeSmooth 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: slideLeftFadeSmooth 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.animate-right-left.animate {
  -webkit-animation: slideRightFadeSmooth 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: slideRightFadeSmooth 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.content-body .animate-down-top.animate {
  -webkit-animation: slideUpFadeSmooth 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: slideUpFadeSmooth 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.content-body .animate-down-top:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.content-body .animate-down-top:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.content-body .animate-down-top:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.animate-on-scroll.repeat.animate {
  -webkit-animation: fadeInTitle 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: fadeInTitle 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.animate-on-scroll.repeat:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.animate-on-scroll.repeat:nth-of-type(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.animate-on-scroll.repeat:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes slideUpFadeSmooth {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) scale(0.98);
            transform: translateY(50px) scale(0.98);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-4px) scale(1.01);
            transform: translateY(-4px) scale(1.01);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes slideUpFadeSmooth {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) scale(0.98);
            transform: translateY(50px) scale(0.98);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-4px) scale(1.01);
            transform: translateY(-4px) scale(1.01);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes slideLeftFadeSmooth {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeftFadeSmooth {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideRightFadeSmooth {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideRightFadeSmooth {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes scaleUpFadeSmooth {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleUpFadeSmooth {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeInTitle {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInTitle {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}