<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  font-family: "Kanit", sans-serif;
}
* {
  box-sizing: border-box;
}
body {
  background: url("bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.firsePage {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f39c12;
  background: rgb(243, 156, 18);
  background: linear-gradient(
    180deg,
    rgba(243, 157, 18, 0.644) 0%,
    rgba(7, 6, 1, 0.822) 100%
  );

  position: relative;
}

.firsePage .left {
  width: 50%;
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.firsePage .left img {
  border-radius: 30px;
}

.firsePage .rifht {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
}

h1 {
  color: #f1c40f;
  margin: 0;
  text-align: center;
  text-shadow: 1px 1px 2px #161213, 0 0 1em #26180d, 0 0 0.2em #2c1907;
}
.image-show {
  width: 100%;
  position: absolute;
  top: 90%;
  text-align: center;
}
.image-show img {
  width: 70px;
}
.btnOpen {
  padding: 15px 40px;
  border-radius: 20px;
  background-color: #d35400;
  font-size: 2rem;
  margin-top: 30px;
  color: #5a3713;
  border: 3px solid rgba(243, 156, 18, 1);
  cursor: pointer;
  background: rgb(241, 196, 15);
  background: linear-gradient(
    90deg,
    rgba(241, 196, 15, 1) 0%,
    rgba(221, 164, 26, 1) 17%,
    rgba(249, 175, 27, 1) 49%,
    rgba(201, 124, 0, 1) 100%
  );
}

.detailPage {
  background-color: rgb(255, 255, 255);
  padding: 20px;
}

#successStep {
  display: none;
}

.modal {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 11;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.774);
}
.modal.active {
  display: flex;
}
.modal-body {
  width: 700px;
  height: auto;
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
  opacity: 0;
}

.modal.active .modal-body {
  opacity: 1;
  /* -webkit-animation: text-focus-in .75s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in .75s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; */
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

.tap {
  width: 100%;
  background-color: #ecf0f1;
  padding: 10px;
  background: rgb(241, 196, 15);
  background: linear-gradient(
    90deg,
    rgba(241, 196, 15, 1) 0%,
    rgba(221, 164, 26, 1) 17%,
    rgba(249, 175, 27, 1) 49%,
    rgb(235, 187, 18) 100%
  );
}
.tap ul {
  display: flex;
  justify-content: center;
  margin: 0;
}
.tap ul li {
  padding: 10px;
  list-style: none;
  font-weight: bold;
  margin-left: 30px;
}

.tap ul li:first-child {
  margin-left: 0;
}
.tap ul li {
  color: #2c3e50;
}
.tap ul li.active {
  font-weight: bold;
  color: #d35400;
}
.mainContainer {
  width: 100%;
  background: #fff;
  padding: 10px;
}

.contrainer {
  width: 1100px;
  margin: auto;
  padding: 10px;
}
.cat {
  font-weight: bold;
  text-align: center;
  padding: 10px;
  font-size: 1.2rem;
  width: 100vw;
}
.step {
  display: none;
  max-height: 500px;
  padding: 20px;
}

.step.active {
  display: block;
  overflow-y: scroll;
}
#step3 {
  overflow: hidden;
}
video {
  width: 1040px;
  height: 100%;
  position: relative;
  left: -269px;
}

.form-group {
  padding: 10px;
  width: 50%;
}
.form-group2 {
  padding: 5px;
  width: 100%;
}
.form-group .input.hide {
  display: none;
}
.form-group2 .input.stdcode {
  width: 50%;
}
.form-group .input {
  display: block;
  padding: 5px;
  border: 1px solid rgb(189, 189, 189);
  font-size: 1rem;
  border-radius: 4px;
  width: 100%;
  font-family: "Kanit", sans-serif;
}
.form-group input:focus {
  border: 1px solid rgb(189, 189, 189);
  background: #ffffff;
}
.form-group input[readonly] {
  background: #ecf0f1;
}
.label {
  font-weight: bold;
}
#step1.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btn {
  border: 1px solid orange;
  background: orange;
  font-size: 1.2rem;
  padding: 10px 25px;
  border-radius: 9px;
  display: inline-block;
  cursor: pointer;
  cursor: pointer;
  background: rgb(241, 196, 15);
  background: linear-gradient(
    90deg,
    rgba(241, 196, 15, 1) 0%,
    rgba(221, 164, 26, 1) 17%,
    rgba(249, 175, 27, 1) 49%,
    rgba(201, 124, 0, 1) 100%
  );
}
.btn.btn-cancle {
  background: rgb(231, 76, 60);
  background: linear-gradient(90deg, rgb(255, 62, 42) 0%, rgb(183, 17, 0) 100%);
  color: white;
  margin-right: 10px;
}
.flexCenter {
  display: flex;
  justify-content: center;
  margin-left: 10px;
}

.warok {
  border-bottom: 1px solid #bdc3c7;
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.question {
  padding-top: 10px;
  flex: 1;
}
.choict-ar {
  display: flex;
  padding: 10px;
}
.choict {
  padding: 2px;
  display: block;
  border: 1px solid #ecf0f1;
  margin-right: 5px;
  border-radius: 4px;
  text-align: center;
}
p {
  /* text-indent: 50px; */
}

#logo {
  width: 200px;
  position: fixed;
  right: 50px;
  top: 50px;
}
.detailPage h1 {
  text-align: left;
  text-shadow: none;
}

img {
  max-width: 100%;
}

h1,
h3,
p,
li {
  word-wrap: break-word;
}

#player-overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
}
.labelForInput {
  padding: 3px;
  width: 45%;
  display: inline-block;
}


.text-center {
  text-align: center;
}

@keyframes ldio-4tsayvg9zu {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ldio-4tsayvg9zu div {
  left: 94px;
  top: 48px;
  position: absolute;
  animation: ldio-4tsayvg9zu linear 1s infinite;
  background: #d3b450;
  width: 12px;
  height: 24px;
  border-radius: 6px / 12px;
  transform-origin: 6px 52px;
}
.ldio-4tsayvg9zu div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
  background: #d3b450;
}
.ldio-4tsayvg9zu div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
  background: #d3b450;
}
.ldio-4tsayvg9zu div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #d3b450;
}
.ldio-4tsayvg9zu div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
  background: #d3b450;
}
.ldio-4tsayvg9zu div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
  background: #d3b450;
}
.ldio-4tsayvg9zu div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #d3b450;
}
.ldio-4tsayvg9zu div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
  background: #d3b450;
}
.ldio-4tsayvg9zu div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
  background: #d3b450;
}
.ldio-4tsayvg9zu div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #d3b450;
}
.ldio-4tsayvg9zu div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
  background: #d3b450;
}
.ldio-4tsayvg9zu div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
  background: #d3b450;
}
.ldio-4tsayvg9zu div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #d3b450;
}
.loadingio-spinner-spinner-1h6arl7ikeg {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: #f1f2f3;
}
.ldio-4tsayvg9zu {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-4tsayvg9zu div {
  box-sizing: content-box;
}
/* generated by https://loading.io/ */

.loading {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.89);
  z-index: 19;
}

.loading.active {
  display: flex;
}

.videoAR {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.89);
  z-index: 19;
}
.videoAR.active {
  display: flex;
}
.videoOv {
  width: 500px;
  height: 503px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 116px 0px rgba(191, 131, 11, 0.48);
  -moz-box-shadow: 0px 0px 116px 0px rgba(191, 131, 11, 0.48);
  box-shadow: 0px 0px 116px 0px rgb(169, 126, 10);
}
.videoAR.active .videoOv {
  animation: blinkIt 6s ease-in;
}

@keyframes blinkIt {
  0% {
    box-shadow: 0px 0px 0px rgb(169, 126, 10);
  }

  100% {
    box-shadow: 0px 0px 116px 0px rgb(248, 183, 2);
  }
}

.index-Link {
  width: 100%;
  position: absolute;
  bottom: 30px;
  text-align: center;
}
.index-Link a {
  color: #ffffff;
  text-decoration: none;
  margin-right: 50px;
  border-radius: 3px;
}
.index-Link a:last-child {
  margin-right: 0;
}

.manu {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d35400;
}
.manu a {
  padding: 10px;
  color: #f1c40f;
  text-decoration: none;
}


@media only screen and (max-width: 1100px) {
  .contrainer {
    width: 100%;
    margin: auto;
  }
  #logo {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .contrainer {
    width: 100%;
    margin: auto;
  }
  .firsePage {
    display: block;
    height: 100%;
  }
  .firsePage .left {
    display: block;
    width: 100%;
  }
  .firsePage .left img {
    width: 100%;
    border-radius: 0;
  }
  .firsePage .rifht {
    height: 100%;
  }
  .btnOpen {
    font-size: 1.8rem;
    padding: 20px 30px;
    cursor: pointer;
  }
  #logo {
    display: none;
  }
  .modal-body {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .full {
    width: 100%;
  }
  .warok {
    display: block;
  }
  .choict-ar {
    display: flex;
    padding: 10px;
  }
  .choict {
    padding: 2px;
    display: block;
    border: 1px solid #ecf0f1;
    margin-right: 5px;
    border-radius: 4px;
    text-align: center;
  }
  video {
    width: 1040px;
    height: 100%;
    position: relative;
    left: -345px;
  }
  .videoOv {
    width: 350px;
    height: 350px; 
  }
  .labelForInput {
    width: 100%;
  }
}</pre></body></html>