@font-face {
  font-family: 'Noto Sans Thai';
  src: url("../fonts/NotoSansThai-Regular.woff2") format("woff2"), url("../fonts/NotoSansThai-Regular.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: 'Noto Sans Thai';
  src: url("../fonts/NotoSansThai-Bold.woff2") format("woff2"), url("../fonts/NotoSansThai-Bold.woff") format("woff");
  font-weight: bold; }

@keyframes bounce {
  0%, 100% {
    transform: translateY(0px);
    opacity: 0.2; }
  50% {
    transform: translateY(10px);
    opacity: 0.4; } }

html {
  font-size: 16px; }
  @media only screen and (max-width: 767px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Noto Sans", "Noto Sans Thai", sans-serif; }

*:focus {
  outline: none !important;
  box-shadow: none !important; }

.first-screen-arrow {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  z-index: 700; }
  .first-screen-arrow i {
    color: #FF0062;
    font-size: 1.4rem;
    animation: bounce 1.5s infinite; }

.slick-prev,
.slick-next {
  color: #000;
  font-size: 1rem; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: #000; }
  .slick-prev:before,
  .slick-next:before {
    display: none; }

.register-btn {
  font-family: "Noto Sans", "Noto Sans Thai", sans-serif;
  color: #FFF;
  background: #FF0062;
  border-radius: 30px;
  border: 3px solid #000;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: bold;
  min-width: 260px; }
  .register-btn:hover {
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.4);
    color: #FFF; }

.main-title {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .main-title {
      flex-direction: column;
      align-items: center;
      text-align: center; } }
  .main-title img {
    height: 40px;
    margin-bottom: 6px; }
    @media only screen and (min-width: 768px) {
      .main-title img {
        margin-right: 15px; } }
  .main-title h2, .main-title h4 {
    font-family: "Noto Sans", "Noto Sans Thai", sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #002B62;
    margin-bottom: 0; }
  .main-title:before {
    content: '';
    width: 46px;
    height: 4px;
    border-radius: 3px;
    background: #002B62;
    position: absolute;
    bottom: -10px;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .main-title:before {
        left: calc(50% - 23px); } }
  .main-title.alt h2 {
    margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .main-title.alt:before {
      bottom: 45px; } }

.icon-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px; }
  .icon-title img {
    width: 40px;
    margin-right: 15px; }
  .icon-title h1 {
    font-family: "Noto Sans", "Noto Sans Thai", sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 3rem;
    color: #002B62; }
    @media only screen and (max-width: 767px) {
      .icon-title h1 {
        font-size: 2.6rem; } }

.info-icon-list {
  margin: 0;
  padding: 0; }
  .info-icon-list li {
    list-style: none;
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px; }
    .info-icon-list li i {
      color: #FF0062;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 1.8rem; }
    .info-icon-list li span {
      display: block; }
      .info-icon-list li span.bold {
        font-size: 1.25rem;
        font-weight: bold; }
      .info-icon-list li span.note {
        font-size: 0.8rem;
        color: #FF0062; }

.sponsor-list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center; }
  .sponsor-list > div {
    max-width: 20%;
    padding: 15px; }
    @media only screen and (max-width: 991px) {
      .sponsor-list > div {
        max-width: 50%; } }
    @media only screen and (max-width: 767px) {
      .sponsor-list > div {
        padding: 20px; } }

.seperator {
  margin: 60px 0;
  border-bottom: 2px dashed #002B62; }

.intro-section {
  background-image: url("../images/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 30% bottom;
  position: relative;
  padding-bottom: 260px; }
  @media only screen and (max-width: 767px) {
    .intro-section {
      padding-bottom: 200px;
      margin-bottom: -40px; } }
  .intro-section .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .intro-section .f-image-d {
    width: 70%;
    max-width: 860px;
    position: absolute;
    top: 0;
    right: 0; }
  .intro-section .f-image-m {
    margin: 0 -15px; }
  .intro-section .logo {
    padding-top: 40px; }
    @media only screen and (max-width: 767px) {
      .intro-section .logo {
        background: #FFF;
        margin: 0 -15px;
        padding: 40px 15px 10px;
        width: calc(100% + 30px); } }
    .intro-section .logo img {
      max-width: 480px;
      width: 100%; }
  .intro-section .tagline {
    font-family: "Noto Sans", "Noto Sans Thai", sans-serif;
    color: #002B62; }
  .intro-section .promo {
    font-weight: bold;
    letter-spacing: 2.6px;
    color: #002B62;
    margin: 30px 0 30px;
    max-width: 420px;
    line-height: 1.6em; }
    @media only screen and (max-width: 767px) {
      .intro-section .promo {
        max-width: 300px;
        font-size: 1.6rem;
        line-height: 2em;
        margin-top: 60px; } }
    .intro-section .promo img {
      width: 140px; }
  .intro-section .info {
    width: 100%;
    max-width: 440px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .intro-section .info {
        text-align: center; } }
    .intro-section .info h2 {
      font-family: "Noto Sans", "Noto Sans Thai", sans-serif;
      color: #FF0062;
      letter-spacing: 3px; }
    .intro-section .info em {
      color: #FF0062;
      font-weight: bold;
      font-style: normal; }
    .intro-section .info p {
      font-size: 1.25rem; }
      .intro-section .info p.sub {
        font-size: 1.1rem;
        line-height: 1.8em;
        margin-bottom: 30px; }
  .intro-section .logo-list {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0 140px;
    width: 100%;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .intro-section .logo-list {
        padding: 50px 0 110px; } }
    .intro-section .logo-list img {
      height: 30px;
      margin: 0 10px; }
      @media only screen and (min-width: 1200px) {
        .intro-section .logo-list img {
          height: 50px;
          margin: 0 25px; } }

.info-section {
  padding-top: 60px; }
  @media only screen and (max-width: 767px) {
    .info-section .container {
      padding: 0 30px; } }
  .info-section .img-info {
    width: 460px; }
  .info-section .sub-title {
    font-weight: bold;
    color: #FF0062;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .info-section .sub-title {
        font-size: 1.6rem;
        text-align: center; } }
  .info-section p {
    font-size: 1.25rem;
    line-height: 1.6em; }
    @media only screen and (max-width: 767px) {
      .info-section p {
        font-size: 1.1rem;
        line-height: 2em;
        text-indent: 1.6em; } }

.package-section .package-menu-space {
  position: relative;
  height: 180px;
  top: -20px; }
  @media only screen and (max-width: 767px) {
    .package-section .package-menu-space {
      height: 120px; } }

.package-section .package-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px 0;
  transition: all 100ms ease-in-out; }
  .package-section .package-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 130px;
    height: 130px;
    font-family: "Sriracha", cursive;
    font-size: 1.8rem;
    line-height: 1em;
    letter-spacing: 2.2px;
    color: #002B62;
    border-radius: 100%;
    border: 2px dashed #002B62;
    margin: 0 20px;
    padding-top: 5px;
    cursor: pointer;
    transition: all 100ms ease-in-out; }
    @media only screen and (max-width: 767px) {
      .package-section .package-menu a {
        width: 85px;
        height: 85px;
        margin: 0 10px;
        font-size: 1.2rem; } }
    .package-section .package-menu a.active {
      background: #FF0062;
      color: #fff;
      border: 2px solid #FF0062; }
    .package-section .package-menu a em {
      display: block;
      font-size: 0.55em;
      font-style: normal; }
  .package-section .package-menu.fixed {
    position: fixed;
    z-index: 800;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2); }
    .package-section .package-menu.fixed a {
      width: 85px;
      height: 85px;
      margin: 0 10px;
      font-size: 1.2rem; }

.package-section .package-item {
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 40px;
  padding-bottom: 40px; }
  .package-section .package-item .top-info {
    margin-bottom: 25px;
    position: relative; }
    .package-section .package-item .top-info h3 {
      font-family: "Sriracha", cursive;
      color: #002B62;
      letter-spacing: 2.2px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        .package-section .package-item .top-info h3 {
          text-align: center; } }
    .package-section .package-item .top-info .range {
      text-align: center;
      font-family: "Noto Sans", "Noto Sans Thai", sans-serif;
      font-weight: bold;
      font-size: 2rem;
      color: #002B62;
      border: 2px dashed #FF0062;
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 120px;
      height: 120px;
      position: absolute;
      z-index: 100; }
      @media only screen and (min-width: 768px) {
        .package-section .package-item .top-info .range {
          top: 0;
          right: -160px; } }
      @media only screen and (max-width: 767px) {
        .package-section .package-item .top-info .range {
          width: 100px;
          height: 100px;
          right: 0px;
          bottom: -130px;
          font-size: 1.8rem; } }
      .package-section .package-item .top-info .range span {
        padding-top: 10px;
        font-size: 1.6em;
        display: block;
        line-height: 0.8em; }
  .package-section .package-item .bottom-info h5 {
    color: #002B62;
    font-weight: bold;
    margin-bottom: 25px; }
  .package-section .package-item .register-btn {
    margin-top: 30px;
    width: 100%; }
  .package-section .package-item .package-image {
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .package-section .package-item .package-image {
        padding-top: 80px; } }
    .package-section .package-item .package-image .img-showcase {
      margin-top: 90px;
      padding: 0 20px; }
      @media only screen and (max-width: 767px) {
        .package-section .package-item .package-image .img-showcase {
          margin-top: 20px; } }
    .package-section .package-item .package-image .img-preview {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .package-section .package-item .package-image .img-preview {
          position: absolute;
          bottom: -80px; } }
      .package-section .package-item .package-image .img-preview .slick-track {
        width: auto !important;
        float: right; }
      .package-section .package-item .package-image .img-preview .slick-slide {
        width: 90px !important;
        height: 90px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        border: 1px solid #E3E3E3;
        margin: 0 10px;
        padding: 0 5px; }

.step-section ol {
  padding-left: 25px;
  padding-right: 30px; }
  .step-section ol li {
    padding-left: 10px;
    margin-bottom: 10px; }

.step-section p.note {
  padding-left: 35px;
  padding-top: 10px; }

@media only screen and (max-width: 767px) {
  .row-thumbnails {
    padding-right: 15px;
    padding-left: 15px; } }

.row-thumbnails .col-item {
  width: 20%;
  padding-right: 15px;
  padding-left: 15px; }
  @media only screen and (max-width: 767px) {
    .row-thumbnails .col-item {
      padding-right: 5px;
      padding-left: 5px; } }
  .row-thumbnails .col-item:nth-child(5):after {
    content: '';
    display: block;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .row-thumbnails .col-item:nth-child(5):after {
        margin-bottom: 10px; } }

footer {
  background: #000;
  color: #D4D4D4;
  margin-top: 100px;
  padding: 60px 20px 40px;
  font-family: "Didact Gothic", sans-serif;
  letter-spacing: 2px; }
  footer .footer-logo {
    width: 250px; }
    @media only screen and (max-width: 767px) {
      footer .footer-logo {
        width: 180px;
        display: flex;
        margin: 0 auto 50px; } }
  footer h6 {
    color: #FF0062;
    margin-bottom: 30px; }
  footer p {
    font-size: 0.75rem; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #fff; }
  @media only screen and (max-width: 767px) {
    footer .social-list {
      margin-bottom: 30px; } }
  footer .social-list a {
    margin-right: 20px;
    font-size: 1.3rem; }
    footer .social-list a span {
      font-size: 1rem;
      font-family: "Noto Sans", "Noto Sans Thai", sans-serif; }
  footer .bottom-footer {
    align-items: flex-end; }
    @media only screen and (max-width: 767px) {
      footer .bottom-footer .col-md-7 {
        order: 2; }
      footer .bottom-footer .col-md-5 {
        order: 1; } }
