body {
  font-family: 'TATSanaSuksa';
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
}
@media (max-width: 577px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
header {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 60px;
  max-width: none !important;
  padding: 0px;
  margin-bottom: 60px;
  background-color: #fff;
}
header .header-links {
  list-style: none;
  margin: 0;
  padding: 5px 0 0;
  text-align: center;
}
@media (max-width: 577px) {
  header .header-links {
    display: none;
  }
}
header .header-links li {
  display: inline-block;
  padding: 14px 15px;
  font-family: TATSanaChon;
  font-size: 14px;
  font-weight: bold;
}
header .header-links li a {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
header .header-links li a:hover {
  color: #213A8F;
}
header .header-links li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: -14px;
  left: 0;
  background-color: #213A8F;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 769px) {
  header .header-links li a:after {
    visibility: hidden;
  }
}
@media (max-width: 577px) {
  header .header-links li a:after {
    visibility: hidden;
  }
}
header .header-links li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media (max-width: 769px) {
  header .header-links li a:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@media (max-width: 577px) {
  header .header-links li a:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
header .header-link-mobile {
  display: none;
  text-align: right;
  cursor: pointer;
}
@media (max-width: 577px) {
  header .header-link-mobile {
    display: block;
  }
}
.banner {
  padding-top: 60px;
}
.banner .cover-img-1 {
  background: url(../img/hero_banner/banner-left.png) no-repeat;
}
@media (max-width: 577px) {
  .banner .cover-img-1 {
    background: url(../img/hero_banner/banner-left-s.png) no-repeat;
  }
}
.banner .cover-img-2 {
  background: url(../img/hero_banner/banner-center.png) no-repeat;
}
@media (max-width: 577px) {
  .banner .cover-img-2 {
    background: url(../img/hero_banner/banner-center-s.png) no-repeat;
  }
}
.banner .cover-img-2 .logo-box {
  padding: 20px;
  width: 280px;
  margin: auto;
}
@media (max-width: 769px) {
  .banner .cover-img-2 .logo-box {
    width: 146px;
    height: 173px;
  }
}
@media (max-width: 577px) {
  .banner .cover-img-2 .logo-box {
    width: 110px;
    height: 131px;
    padding: 0;
  }
}
.banner .cover-img-2 .logo-box img {
  width: 100%;
  height: 100%;
}
.banner .cover-img-3 {
  background: url(../img/hero_banner/banner-right.png) no-repeat;
}
@media (max-width: 577px) {
  .banner .cover-img-3 {
    background: url(../img/hero_banner/banner-right-s.png) no-repeat;
  }
}
.banner .cover-img-1,
.banner .cover-img-2,
.banner .cover-img-3 {
  height: 350px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 769px) {
  .banner .cover-img-1,
  .banner .cover-img-2,
  .banner .cover-img-3 {
    height: 242px;
  }
}
@media (max-width: 577px) {
  .banner .cover-img-1,
  .banner .cover-img-2,
  .banner .cover-img-3 {
    height: 221px;
  }
}
.box-register {
  font-family: TATSanaSuksaBold;
  text-align: center;
  margin: 26px 0px;
  font-weight: bold;
}
.box-register .time {
  margin-top: -10px;
  font-size: 48px;
  color: #E6332A;
}
@media (max-width: 769px) {
  .box-register .time {
    font-size: 36px;
  }
}
@media (max-width: 577px) {
  .box-register .time {
    font-size: 30px;
  }
}
.box-register .register {
  font-family: TATSanaSuksaBold;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 15px 30px 0 rgba(28, 78, 132, 0.4);
  background-color: #213A8F;
  font-size: 24px;
  margin: 10px 0px;
  width: 900px;
  padding: 10px;
}
@media (max-width: 769px) {
  .box-register .register {
    font-size: 18px;
  }
}
@media (max-width: 577px) {
  .box-register .register {
    font-size: 18px;
    width: 100%;
  }
}
.box-register .register:hover {
  background-color: #FBBC33;
  box-shadow: none;
}
.box-register hr {
  margin-top: -3%;
}
@media (max-width: 1024px) {
  .box-register hr {
    margin-top: -4%;
  }
}
@media (max-width: 769px) {
  .box-register hr {
    margin-top: -4.5%;
  }
}
.box-detail {
  margin: 70px 0px;
}
.box-detail .head-title {
  font-family: TATSanaSuksaBold;
  font-size: 36px;
  color: #E6332A;
}
@media (max-width: 769px) {
  .box-detail .head-title {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (max-width: 577px) {
  .box-detail .head-title {
    font-size: 24px;
    line-height: 1.6;
  }
}
.box-detail .condition {
  z-index: 100;
}
.box-detail .condition .title {
  font-weight: bold;
}
.box-detail .condition .detail li {
  display: inline-block;
}
.box-detail .bg-left {
  background-image: url(../img/Vector_Luggage.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 305px 473px;
  height: 473px;
  margin-top: -15%;
  position: absolute;
}
@media (max-width: 769px) {
  .box-detail .bg-left {
    margin-top: -10%;
  }
}
@media (max-width: 577px) {
  .box-detail .bg-left {
    background-size: 125px 245px;
    height: 245px;
    margin-top: -10%;
    margin-left: -5%;
  }
}

.box-detail .detail {
  font-family: TATSanaSuksa;
  font-size: 18px;
}

@media (max-width: 769px) {
  .box-detail .detail {
    font-size: 14px;
  }
}
@media (max-width: 577px) {
  .box-detail .detail {
    font-size: 16px;
  }
}

.box-detail .title {
  font-family: TATSanaSuksaBold;
  font-size: 18px;
}

@media (max-width: 769px) {
  .box-detail .title {
    font-size: 14px;
  }
}
@media (max-width: 577px) {
  .box-detail .title {
    font-size: 16px;
  }
}

.box-detail .bg-right {
  background-image: url(../img/MaskGroup.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 491px 534px;
  height: 534px;
  margin-top: -20%;
  margin-bottom: -10%;
}
@media (max-width: 769px) {
  .box-detail .bg-right {
    margin-top: -15%;
  }
}
@media (max-width: 577px) {
  .box-detail .bg-right {
    background-size: 320px 320px;
    height: 320px;
    margin-top: 5%;
  }
}
/* .box-steps-to-attend {
  margin-top: 200px;
} */
@media (max-width: 769px) {
  .box-steps-to-attend {
    margin-top: 90px;
  }
}
@media (max-width: 577px) {
  .box-steps-to-attend {
    margin-top: 95px;
  }
}
.box-steps-to-attend .youtube {
  box-shadow: 0 15px 30px 0 rgba(28, 78, 132, 0.4);
  background: transparent;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.box-steps-to-attend .box-detail {
  margin: auto;
  padding-left: 20px;
  z-index: 100;
  position: relative;
}
@media (max-width: 577px) {
  .box-steps-to-attend .box-detail {
    padding: 0px;
  }
}
.box-steps-to-attend .box-detail .head-title {
  font-family: TATSanaSuksaBold;
  font-size: 36px;
  color: #E6332A;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .box-steps-to-attend .box-detail .head-title {
    font-size: 24px;
  }
}
@media (max-width: 577px) {
  .box-steps-to-attend .box-detail .head-title {
    margin-left: -15px;
    text-align: center;
    margin-top: 30px;
  }
}
.box-steps-to-attend .box-detail .all-step {
  margin: 0px;
  z-index: 100;
  position: relative;
}
/* .box-download { */
  /* text-align: right; */
/* } */
@media (max-width: 577px) {
  .box-download {
    text-align: center;
  }
}
.box-download .bg-right {
  background-image: url(../img/Vector_Dish.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 247px 248px;
  height: 248px;
}
@media (max-width: 769px) {
  .box-download .bg-right {
    margin-top: -14%;
  }
}
@media (max-width: 577px) {
  .box-download .bg-right {
    background-size: 200px 150px;
    height: 150px;
    margin-top: -10%;
    margin-bottom: 0px;
  }
}
.box-download .head-title {
  font-family: TATSanaSuksaBold;
  font-size: 36px;
  color: #E6332A;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .box-download .head-title {
    font-size: 24px;
    margin-top: 0 !important;
  }
}

.box-download .remark {
  font-family: TATSanaSuksaBold;
  /* font-size: 14px; */
  padding-right: 5%;
  font-size: 18px;
}

.box-download .remark-red {
  font-family: TATSanaSuksaBold;
  font-size: 18px;
  color: #E6332A;
}

@media (max-width: 577px) {
  .box-download .remark {
    padding-right: 0;
    font-size: 12px;
  }
}
.box-download .detail {
  font-family: TATSanaSuksa;
  font-size: 16px;
}
@media (max-width: 769px) {
  .box-download .detail {
    font-size: 12px;
  }
}
@media (max-width: 577px) {
  .box-download .detail {
    font-size: 14px;
  }
}
@media (max-width: 769px) {
  .box-download .logo-store {
    margin-bottom: 0 !important;
  }
}
.box-download .logo-store img {
  width: 168px;
}
.box-download .logo-store img:hover {
  cursor: pointer;
}
@media (max-width: 769px) {
  .box-download .logo-store img {
    width: 120px;
  }
}
@media (max-width: 577px) {
  .box-download .logo-store img {
    width: 130px;
  }
}
.box-download .screen {
  width: 100%;
}
.box-download .screen img {
  width: 100%;
  height: 100%;
}
.box-tat {
  margin: 150px 0px;
}
@media (max-width: 577px) {
  .box-tat {
    margin: 80px 0px;
    text-align: center;
  }
}
.box-tat img {
  width: 100%;
  height: 100%;
}
@media (max-width: 577px) {
  .box-tat img {
    width: 80%;
  }
}
.box-tat .bg-left {
  position: absolute;
  background-image: url(../img/BG-left.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 305px 473px;
  height: 473px;
  margin-top: -7%;
}
@media (max-width: 769px) {
  .box-tat .bg-left {
    margin-top: -15%;
  }
}
@media (max-width: 577px) {
  .box-tat .bg-left {
    background-size: 163px 244px;
    height: 244px;
    margin-top: -20%;
  }
}
.box-ktc {
  margin: 100px 0px;
}
@media (max-width: 577px) {
  .box-ktc {
    margin: 80px 0px;
  }
}
.box-ktc img {
  width: 102px;
}
@media (max-width: 577px) {
  .box-ktc img {
    width: 56px;
  }
}
.box-ktc img:hover {
  /*cursor: pointer;
      box-shadow: 0 2px 14px 0 rgba(0,0,0,.1);
      -webkit-transform: scale(1.02);
      transform: scale(1.02);
      transition-timing-function: ease-out;*/
  cursor: pointer;
  transform: scale(1.2);
  transition: all 0.55s ease-in-out;
}
button.all-shop-name,
button.all-step {
  color: #213A8F;
  border-radius: 5px;
  font-family: TATSanaSuksaBold;
  background-color: #fff;
  border: solid 4px #213A8F;
  font-size: 18px;
  margin-top: 30px;
}
@media (max-width: 769px) {
  button.all-shop-name,
  button.all-step {
    font-size: 18px;
    margin: 0px;
  }
}
@media (max-width: 577px) {
  button.all-shop-name,
  button.all-step {
    font-size: 16px;
    margin: 0px;
    width: 100%;
  }
}
@media (max-width: 321px) {
  button.all-shop-name,
  button.all-step {
    font-size: 16px;
    margin: 0px;
    width: 100%;
  }
}
button.all-shop-name:hover,
button.all-step:hover {
  background-color: #213A8F;
  color: #fff;
  box-shadow: none;
}
footer {
  font-size: 14px;
}
footer .footer-1 {
  background-color: #FAFAFA;
  padding: 30px;
}
@media (max-width: 577px) {
  footer .footer-1 {
    padding: 44px 30px;
  }
}
footer .footer-1 .head {
  font-weight: bold;
  color: #E6332A;
  margin-top: 24px;
  font-size: 16px;
}
@media (max-width: 577px) {
  footer .footer-1 .head {
    margin: 15px 0px 10px 0px ;
  }
}
footer .footer-1 .logo {
  width: 108px;
}
@media (max-width: 577px) {
  footer .footer-1 .logo {
    width: 145px;
  }
}
footer .footer-1 a {
  text-decoration: none;
  color: #333333;
}
footer .footer-2 {
  font-family: 'TATSanaSuksaBold';
  background-color: #213A8F;
  color: #fff;
}
@media (max-width: 577px) {
  footer .footer-2 {
    padding: 15px 0px;
  }
}
@media (max-width: 769px) {
  footer .footer-2 .container {
    max-width: 100%;
  }
}
footer .footer-2 .copyright {
  padding: 0.5rem 1rem;
  padding-left: 0px;
}
@media (max-width: 769px) {
  footer .footer-2 .copyright {
    padding: 0.5rem 0.5rem;
    font-size: 12px;
  }
}
@media (max-width: 577px) {
  footer .footer-2 .copyright {
    padding: 0.5rem 2rem;
  }
}
footer .footer-2 .nav {
  float: right;
}
@media (max-width: 769px) {
  footer .footer-2 .nav .nav-link {
    padding: 0.5rem 0.5rem;
    font-size: 12px;
  }
}
@media (max-width: 577px) {
  footer .footer-2 .nav .nav-link {
    padding: 0.5rem 2rem;
  }
}
footer .footer-2 a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}


.box-close {
  font-family: TATSanaSuksaBold;
  text-align: center;
  margin: 26px 0px;
  font-weight: bold;
  font-size: 36px;
}

.box-close .red {
  color: #E6332A;
}

@media (max-width: 577px) {
  .box-close {
    font-size: 24px;
  }
}