@charset "UTF-8";
body,
html {
  width: 100%;
  height: 100%;
}

body {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: var(--mint);
  font-family: var(--thaifont);
  font-size: 16px;
}

a,
a:hover,
a:focus {
  text-decoration: none !important;
}
.text-orenge {
  color: #f7941d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-olive {
  color: #3f4930 !important;
}
.text-gray {
  color: #312d2d !important;
}
.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.text-navy {
  color: #00184c !important;
}
.thfont {
  font-family: var(--thaifont) !important;
}
.enfont {
  font-family: var(--robofont) !important;
}
.enfont {
  font-family: var(--engfont);
}
.thfont {
  font-family: var(--thaifont);
}
.text-bold {
  font-weight: bold !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.bgOrenge {
  background-color: #f7941d !important;
}
.bgYellow {
  background-color: #f7941d !important;
}
.bgRed {
  background-color: #eb2127 !important;
}
.bgGray {
  background-color: #625b5c !important;
}
/* --------------------------- */
.alsSec {
  /* BG section */
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 600px;
  background: url("../img/bgALS.webp") no-repeat top center;
  background-size: 100% auto;
  z-index: 1;
  overflow: hidden;
  animation: bgMove 3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.als-stoke {
  background: url("../img/stoke01.svg") 100% 50% no-repeat;
  background-size: cover;
  width: 60%;
  min-width: 300px;
  height: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}
.alsBox {
  /* Textbox Position */
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.als-box h5 {
  /* ALS 2026 */
  font-size: clamp(2rem, 2vw, 2em);
}

.als-box * {
  white-space: nowrap;
  line-height: 0.9em;
  margin: 0;
}
.als-box h2 {
  /* Queenstown */
  font-size: clamp(4rem, 7vw, 8em);
  font-style: italic;
}
.als-box h1 {
  /* Newzealand */
  font-size: clamp(3rem, 4vw, 6em);
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.als-box h4 {
  /* Thai Seminar */
  font-size: clamp(2rem, 2.5vw, 2em);
  line-height: 1.2em;
  letter-spacing: -0.5px;
}

@keyframes brushStroke {
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes slideIn {
  to {
    opacity: 1;
  }
}
@keyframes fernMove {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bgMove {
  0% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}
.fern {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 150px;
  height: auto;
  z-index: 2;
  opacity: 1;
  animation: fernMove 2s ease-in-out;
}
.logoAlS {
  position: absolute;
  left: 35%;
  top: auto;
  bottom: 100px;
  width: 180px;
  height: auto;
}
.btndetail {
  display: inline-block;
  gap: 3px;
  width: 180px;
  margin-top: 20px;
  background-color: #051646;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 30px;
  position: relative;
  transition: all ease-in-out 0.2s;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.btndetail:hover {
  color: #fff;
  text-indent: 5px;
}
.btndetail i {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 1.5em;
  transform: translateY(-50%) rotate(-45deg);
  transition: all ease-in-out 0.2s;
}
.btndetail:hover i {
  transform: translateY(-50%) rotate(0);
}
/* ---------------- */
/* Slider */
.skewSlider {
  position: absolute;
  right: -5%;
  top: 0;
  z-index: 0;
  width: 30%;
  height: 100%;
  overflow: hidden;
  transform: skew(-15deg);
  background-color: transparent;
}

.skewSlider .swiper-slide,
.skewSlider2 .swiper-slide,
.skewSlider3 .swiper-slide {
  overflow: hidden;
  background-color: transparent;
}

.skewSlider img,
.skewSlider2 img,
.skewSlider3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: skew(15deg) scale(1.5) !important;
}
.skewSlider3 img {
  transform: skew(15deg) scale(1.4);
}
/* --------------------------------------------- */
.skewSlider2 {
  position: absolute;
  left: 10%;
  top: 0;
  z-index: 0;
  width: 25%;
  height: 100%;
  overflow: hidden;
  transform: skew(-15deg);
  background-color: transparent;
}

/* --------------------------------------------- */
.skewSlider3 {
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 0;
  width: 30%;
  height: 100%;
  overflow: hidden;
  transform: skew(-15deg);
  background-color: transparent;
}

/* --------------------------------------------- */
/* .skewSlider .swiper-pagination {
  right: 30px;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 99;
} */
.swiper-slide-active {
  border: none !important;
}
.skewSlider .swiper-pagination-bullet {
  transform: skew(15deg);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.skewSlider .swiper-pagination-bullet-active {
  background: #f7941d !important;
  opacity: 1;
}

.event-title {
  /* Event name */
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  color: #f7941d !important;
  text-shadow: 0 0 3px #000;
  font-size: 2.5em;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%) skew(15deg);
  opacity: 0;
  z-index: 99;
}

@keyframes titleFadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) skew(15deg) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) skew(15deg) translateY(0);
  }
}

/*-------------------------------------------------- */
.diSec {
  /* BG section */
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 700px;
  background: url("../img/bgDI.webp") no-repeat top center;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
  animation: bgMove 3s ease-in-out;
}
.diBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  animation: slideIn 1s ease-out 1.2s forwards;
  z-index: 2;
}
.diBox h5 {
  /* DI 2027 */
  font-size: 2em;
  margin: 0;
}
.diBox h1 {
  font-size: 6em;
  margin: 0;
}
.diBox h2 {
  font-size: 4em;
  margin: 0;
}
.diBox h4 {
  /* Thai Seminar */
  font-size: 1.8em;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  margin: 0;
}
.skewSlider2 {
  width: 40%;
  left: -10px;
}
.redGradian {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ff0101 0%, rgba(255, 1, 1, 0) 100%);
  z-index: 1;
}
.logoDI {
  position: absolute;
  top: -50px;
  right: 30px;
  width: 150px;
  height: auto;
}
.usflag {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: auto;
  z-index: 2;
}
.founderbox {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 600px;
  height: auto;
  z-index: 1;
}
.santabox {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 600px;
  height: auto;
  z-index: 1;
}
@media (max-width: 992px) {
  .skewSlider2,
  .skewSlider3 {
    width: 80%;
  }
  .founderbox,
  .santabox {
    z-index: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 80%;
  }
}
/*-------------------------------------------------- */
.flSec {
  /* BG section */
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 700px;
  background: url("../img/bgFI.webp") no-repeat top center;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
  animation: bgMove 3s ease-in-out;
}
.flBox {
  position: absolute;
  transform: translateY(-50%);
  width: 50%;
  top: 50%;
  left: 10%;
  opacity: 0;
  animation: slideIn 1s ease-out 1.2s forwards;
  z-index: 2;
}

.mintGradian {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00a890 0%, rgba(0, 168, 144, 0) 100%);
  z-index: 1;
}
.flBox h5 {
  /* Fl 2027 */
  font-size: 2em;
}
.flBox h1 {
  font-size: 8em;
}
.flBox h4 {
  /* Thai Seminar */
  font-size: 1.8em;
  line-height: 1.2em;
  letter-spacing: -0.5px;
}
.FinlandImg {
  /* Title image Finland */
  width: 100%;
  max-width: 600px;
  height: auto;
}
.logoFl {
  position: absolute;
  top: -150px;
  right: 0;
  left: auto;
  width: 180px;
  height: auto;
}

/*-------------------------------------------------- */

.zoombg {
  display: block;
  width: 100%;
  padding: 80px 30px;
  background-color: #fff;
}

.btnInstall {
  background-color: #333;
  color: #fff;
  border: none;
  outline: none;
  padding: 5px 30px;
  margin: 20px 0 0 0;
  border-radius: 20px;
  display: flex;
  font-size: 18px !important;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.35s;
}

.btnInstall:hover,
.btnInstall:focus {
  background-color: var(--red);
}

/**/
.how2changebg {
  width: 100vw;
  height: 100vh;
  padding: 6%;
  background: #333;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-y: auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  border-radius: 0;
  position: relative;
  z-index: 1001;
}
.how2changebg .btnClosePop {
  position: fixed;
  border: none;
  outline: none;
  top: 50px;
  right: 10px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  transition: all ease-in-out 0.35s;
  line-height: 0;
  white-space: nowrap;
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.how2changebg h2 {
  font-family: var(--thaifont);
  font-size: 1.8em;
  font-weight: 600;
}

.how2changebg ol {
  list-style: decimal;
}

.how2changebg li {
  font-family: var(--thaifont);
  font-size: 1.3em;
  list-style-position: inside;
}

.how2changebg h3 {
  font-family: var(--thaifont);
  font-size: 1.5em;
  font-weight: 600;
}

.how2changebg p {
  font-family: var(--thaifont);
  font-size: 1.3em;
}

.how2changebg img {
  display: block;
  max-width: 100%;
  margin: 50px auto;
}
/**/
.yokbox {
  position: absolute;
  top: 0;
  right: 2%;
  width: 300px;
  height: auto;
}

/* flex container */
.zoombgwrap {
  background: url("../img/fermleaff.svg") no-repeat bottom right;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 50px;
  position: relative;
}

.zoombgwrap .navigation {
  top: 65%;
}

.dflexswap {
  /* Title Zoom */
  width: 30%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flexcolume {
  display: flex;
  flex-direction: column;
}

.flexcolume h4 {
  /* Download */
  font-family: "Roboto", sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1em;
  margin: 0;
  padding: 0;

  text-transform: uppercase;
}

.flexcolume h2 {
  /* VIRTUAL */
  font-family: "Roboto", sans-serif;
  font-size: 5em;
  font-weight: 800;
  line-height: 1em;
  margin: 0;
  padding: 0;

  text-transform: uppercase;
}

.flexcolume h3 {
  /* BACKGROUND */
  font-family: var(--engfont);
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/**/
.bgslider {
  /* Slider */
  width: 90%;
  height: 100%;
}

.bgslider .zoomcard {
  height: 300px;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
}

#logowind embed {
  width: 150px;
}

.bgslider .zoomcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  transform: scale(1);
  transition: all ease-in-out 0.35s;
}

.bgslider .zoomcard:hover img,
.bgslider .zoomcard:focus img {
  transform: scale(1.2);
}

.bgslider .zoomcard:hover .btnDownload,
.bgslider .zoomcard:focus .btnDownload {
  background: var(--orenge);
}

.bgslider .zoomcard .btnDownload {
  font-family: var(--thaifont);
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  background: #717171;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 50%;
  transition: all ease-in-out 0.35s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.35s;
}

.bgslider .zoomcard .btnDownload i {
  margin: 0 auto;
}
.bgslider .zoomcard:hover .btnDownload i,
.bgslider .zoomcard:focus .btnDownload i {
  transform: scale(0.9);
}
.bgslider .zoomcard .btnPreview {
  display: table;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
  transition: all ease-in-out 0.35s;
}
/**/
.poster {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.weSec {
  background: url("../img/aboutBG.webp") no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/**/
.navigation {
  margin: 30px 0 0 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.scotlandslider .navigation {
  top: 65%;
}

.navigation button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  color: var(--white);
  padding: 0;
  margin: 0;
}

.navigation .linedec {
  width: 70%;
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}

.navigation button:hover {
  opacity: 0.8;
}

.navigation button i {
  font-size: 3em;
  font-weight: 100;
}

.navigation button img {
  width: 60px;
  height: auto;
}

.navigation .current-slide {
  font-size: 2.5em;
  font-family: var(--numberfont);
  font-weight: 100;
  color: var(--white);
  vertical-align: baseline;
  transition: all ease-in-out 2.5s;
}

.swiper-slide {
  border: none;
}

.swiper-slide-active {
  border: 5px solid var(--white);
}

/* popup  */
body.active {
  overflow: hidden;
}

.popcon {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.closeoverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  border: none;
  outline: none;
}

.imgpanel {
  width: 80%;
  height: auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1001;
}

.imgpanel .bgzoom {
  width: 100%;
  height: 100%;
}

.imgpanel .pguide {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 90%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.imgpanel .btnClosePop {
  position: absolute;
  border: none;
  outline: none;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  transition: all ease-in-out 0.35s;
  line-height: 0;
  white-space: nowrap;
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.35s;
}

.imgpanel .btnClosePop:hover,
.imgpanel .btnClosePop:focus {
  background-color: var(--red);
}

.imgpanel .btnDownloadModal {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #051646;
  color: #fff;
  border: none;
  outline: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  transition: all ease-in-out 0.25s;
  z-index: 10;
}

.imgpanel .btnDownloadModal:hover,
.imgpanel .btnDownloadModal:focus {
  background-color: #f7941d;
  color: #fff;
}

/* section  */
.section {
  position: relative;
  width: 100%;
  min-height: 50vh;
  margin: 0;
  padding: 0;
}

#africa {
  background: url("../img/africabg.webp") no-repeat 50% 50%;
  background-size: cover;
  height: 80vh;
  min-height: 700px;
}

#scotland {
  background: url("../img/scotlandbg.webp") no-repeat 50% 50%;
  background-size: cover;
  height: 80vh;
  min-height: 750px;
}

#btnlegendcruise {
  display: block;
  width: 100%;
  height: 100%;
}

#videosection {
  background-color: #333;
  color: var(--white);
  position: relative;
  width: 100%;
  height: calc(100vw / 1.77);
  overflow: hidden;
}

#videosection .postervideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

#videosection .clipname {
  position: absolute;
  left: 40px;
  bottom: 80px;
  font-family: var(--dmfont);
  font-size: 4em;
  line-height: 1em;
  display: flex;
  flex-direction: column;
}

.playclip {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.d-none {
  display: none;
}

.playclip img {
  width: 100%;
  height: 100%;
}

.playclip a {
  display: table;
}

.clipname span {
  font-size: 0.8em;
  display: inline-block;
}

.clipname img {
  width: 50px;
  margin: 10px;
  display: inline-block;
}

.clipcontainer {
  padding: 56.25% 0 0 0;
  position: relative;
}

.clipcontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* section  */
#aboutWe {
  background: #fff;
  position: relative;
  padding: 50px 0;
}

.dflexbox,
.dflexbox2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.gb20 {
  gap: 20px !important;
}

.gb30 {
  gap: 30px !important;
}

.gb40 {
  gap: 40px !important;
}

.slogan,
.slogan2 {
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1em;
  text-align: right;
  color: #3399cc;
}

.slogan2 {
  font-family: var(--thaifont);
  font-size: 1.5em;
  line-height: 1.1em;
  margin-top: 20px;
  color: #333;
}

.wttwlogo {
  width: 180px;
  height: auto;
  margin: 0 auto;
  filter: brightness(100);
}

.w10 {
  width: 10% !important;
  height: auto;
}

.w20 {
  width: 20% !important;
  height: auto;
}

.w30 {
  width: 30% !important;
  height: auto;
}

.w40 {
  width: 40% !important;
  height: auto;
}

.w50 {
  width: 50% !important;
  height: auto;
}

.w60 {
  width: 60% !important;
  height: auto;
}

.w70 {
  width: 70% !important;
  height: auto;
}

.w80 {
  width: 80% !important;
  height: auto;
}

.w90 {
  width: 90% !important;
  height: auto;
}

.w100 {
  width: 100% !important;
  height: auto;
}

.aboutme {
  /*img*/
  width: 100%;
  margin-left: -20%;
  /* max-width: 500px; */
}

.centerbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ----------------------------- */
.statbox {
  width: 100%;
  position: relative;
  top: 20px;
}

.statbox h2 {
  /* Title */
  font-size: 3em;
  font-family: var(--thaifont);
  text-align: center;
}

.statbox ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}

.statbox li.blurcard {
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 250px;
  margin: 30px auto;
  width: 33.33%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

.statbox li.blurcard span {
  /*Stat Number*/
  font-family: var(--numberfont);
  display: table;
  font-size: 6.5em;
  font-weight: 600;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-align: center;
  letter-spacing: -1px;
}

.statbox li:nth-child(1) span:after,
.statbox li:nth-child(2) span:after,
.statbox li:nth-child(3) span:after {
  font-family: var(--thaifont);
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: none;
  margin: 0;
  padding: 0;
}

.statbox li:nth-child(1) span:after {
  content: "ล้านกิโลเมตร";
}

.statbox li:nth-child(2) span:after {
  content: "เมือง";
}

.statbox li:nth-child(3) span:after {
  content: "ประเทศทั่วโลก";
}

.centerbox {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnOutline {
  border-radius: 30px;
  border: none;
  outline: none;
  padding: 10px 40px;
  font-family: var(--thaifont);
  font-size: 1.2em;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  margin: 30px auto;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  transition: all ease-in-out 0.35s;
}

.btnOutline:hover,
.btnOutline:focus {
  background-color: var(--orenge);
  color: #fff;
}

.btnOutline i {
  font-size: 18px !important;
  margin-left: 10px;
  color: #fff;
}

.arrow45 {
  width: 16px !important;
  height: auto !important;
  margin-left: 10px;
}

.videoswap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*  pointer-events: none;*/
}

@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }

  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}

@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}

@media (max-width: 992px) {
  .alsSec {
    flex-direction: column;
  }

  .diBox {
    position: relative;
  }
  .logoDI {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 120px !important;
    margin: 20px auto;
  }
  .zoombgwrap {
    flex-direction: column-reverse;
  }
  /* --------------- */
  .diBox {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
  .logoDI {
    margin: 0;
  }
  .diBox h1 {
    font-size: 5em !important;
  }

  .diBox h2 {
    font-size: 3em !important;
    margin: 0 0 10px 0 !important;
  }
  .diBox h3 {
    font-size: 1.5em !important;
  }

  .statbox h2 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .statbox ul {
    gap: 10px;
  }

  .statbox img {
    width: 120px;
    margin: 0 auto;
  }

  .statbox li span {
    font-size: 2.9em !important;
  }

  .statbox li span:after {
    font-size: 18px !important;
  }
}

@media (max-width: 768px) {
  .section {
    min-height: inherit;
  }
  .skewSlider {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    transform: none;
  }

  #videosection .playclip {
    width: 80px;
  }

  #videosection .clipname {
    display: none;
  }
}

@media (max-width: 1200px) {
  .alsSec,
  .diSec,
  .flSec {
    animation: none !important;
    background-size: cover;
  }
  .alsBox {
    position: relative;
    left: 0;
    right: auto;
    transform: translateY(-50%);
  }
  .als-stoke {
    width: 70%;
    min-width: 500px;
    min-height: auto;
  }

  img.stoke {
    width: auto;
    height: 50vh;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .fern {
    width: 120px;
  }

  .logoAlS {
    position: relative;
    width: 150px;
    height: auto;
  }
  .skewSlider {
    width: 400px;
    height: 100%;
    right: -100px;
    left: auto;
    top: 0;
    position: absolute;
    transform: skew(-15deg) !important;
    z-index: -1;
  }
}

@media (max-width: 480px) {
  .alsSec {
    height: 100vh;
    animation: none;
  }
  .diSec,
  .flSec {
    height: 100vh;
    animation: none;
  }

  /* -------------------------- */
  .yokbox {
    display: none;
  }
  .zoombgwrap {
    flex-direction: column-reverse;
    padding: 20px 0;
    gap: 2;
  }
  .zoombg {
    padding: 0;
  }
  .als-stoke {
    padding: 20px;
  }
  .weSec .w50 {
    width: 100% !important;
  }
  .alsBox {
    padding: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: none;
  }
  .als-stoke {
    left: auto;
    right: -10%;
    top: auto;
    bottom: -10%;
  }
  .logoAlS {
    position: absolute;
    width: 120px;
    height: auto;
    right: 10px;
    left: auto;
    top: 100px;
  }
  .fern {
    display: none;
  }
  /* ---------------480-------------- */
  .diBox {
    padding: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: none;
  }
  .flBox {
    padding: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    transform: none;
  }
  /* ------------------480-------------- */
  .diBox h5 {
    font-size: 1.5em;
    margin: 0;
  }
  .diBox h1 {
    /* ADA */
    font-size: 3em !important;
    margin: 0;
  }
  .diBox h2 {
    font-size: 2em !important;
    margin: 0 0 10px 0;
  }
  .diBox h4 {
    /* thai */
    font-size: 1.2em;
    margin: 0;
  }
  .diBox h4 br {
    display: none;
  }
  .logoDI {
    width: 120px;
    top: -80px;
    right: 30px;
  }
  .skewSlider2,
  .skewSlider3 {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 0;
  }

  .usflag {
    width: 70%;
  }
  /* ------------------------------------ */
  .flBox h5 {
    font-size: 1.5em;
    margin: 0;
  }
  .FinlandImg {
    width: 90%;
  }
  .flBox h4 {
    font-size: 1.2em;
    margin: 0;
  }
  .flBox h4 br {
    display: none;
  }
  .logoFl {
    position: relative;
    width: 120px;
    top: 0;
  }

  .yokbox {
    width: 40%;
  }

  /* ------------------------------------ */
  .skewSlider,
  .skewSlider2,
  .skewSlider3 {
    width: 100%;
    height: 50vh;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -50px;
  }

  .skewSlider,
  .skewSlider img {
    transform: skew(0) !important;
  }
  .event-title {
    transform: skew(0) translateX(-50%) !important;
  }

  .skewSlider2,
  .skewSlider3,
  .skewSlider2 img,
  .skewSlider3 img {
    transform: skew(0) !important;
    height: 100vh;
  }
  .skewSlider .swiper-pagination {
    display: none;
  }
  .poster {
    width: 100%;
  }
  .imgpanel {
    width: 100%;
    border-radius: 0;
  }
  .imgpanel .btnDownloadModal {
    bottom: 20px;
    position: fixed;
  }
  .bgslider .zoomcard .btnDownload {
    right: 10px;
    bottom: 10px;
  }
  .statbox ul {
    padding: 0 20px;
  }
  .statbox li.blurcard {
    height: 150px;
  }
  .bgslider .zoomcard {
    height: 200px;
  }
  .weSec {
    height: auto;
    padding: 30px 0;
  }
  /* --------------------------------------- */

  #aboutWe {
    padding: 50px 0 0 0;
  }

  .wttwlogo {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }

  .remarks {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px auto;
  }

  #footersec {
    margin: 0 !important;
  }

  .aboutme {
    max-width: 300px;
    margin: 0 auto;
  }

  .slogan,
  .slogan2 {
    font-size: 1.1em !important;
    width: 100%;
    padding: 0 20px;
  }

  .mapplace span {
    display: none;
  }
  .port-slider {
    padding: 0 40px;
  }

  .navigation .arrow {
    width: 35px;
    height: 35px;
  }

  .navigation .arrow.prev {
    left: -40px;
    top: -42px;
  }

  .navigation .arrow.next {
    right: -40px;
    top: -42px;
  }

  .navigation .arrow i {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .logoTrip {
    width: 50px;
  }

  .trip {
    margin: 0;
    position: 0;
  }

  .tripbox .boxview {
    box-shadow: 0 0 5px rgba(0, 0, 0, 1);
    border-radius: 20px;
  }
}
