@import url("https://corecms.mqdc.com/assets/21aa92c4-b4bf-47c4-bac9-2372679e0aa7&display=swap");

:root {
  --cloud-blue: #0000ff;
  --cloud-black: #1b1718;
  --cloud-briteblue: #00e0ff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DiatypeThai", sans-serif;
  color: var(--cloud-black);
  background-color: #eff6ff;
  font-weight: 400;
}

a {
  transition: color 0.3s, background-color 0.3s, font-weight 0.3s;
  outline: 0;
  text-decoration: none;
  display: inline-block;
  color: var(--cloud-blue);
}

a:hover {
  color: var(--cloud-blue);
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

button {
  border: 0;
}

.wrapper {
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}

section {
  padding-top: 4em;
}

@media screen and (min-width: 768px) {
  .wrapper {
    width: 95%;
  }
}

@media screen and (min-width: 1100px) {
  #main {
    line-height: 1.5;
  }

  .wrapper {
    width: 90%;
  }
}

@media screen and (min-width: 1630px) {
  .wrapper {
    max-width: 112em;
    width: 80%;
  }
}

/* layout End */

/* Footer Begin */
footer {
  text-align: center;
}

footer a {
  color: #fff;
  font-size: 1.5em;
}

footer .inner {
  background-color: var(--cloud-black);
  color: #fff;
  position: relative;
  padding: 3em 0 2em;
}

footer .logo-cloud {
  max-width: 11em;
}

footer .logo-mqdc {
  width: 90%;
  max-width: 9.6em;
}

footer .logo-other {
  width: 60%;
  max-width: 9em;
}

footer .terms a {
  font-size: 0.875em;
}

footer .terms a:not(:last-child)::after {
  content: "|";
  margin: 0 0.5em;
  transition: none;
  color: #fff;
}

footer #btn-go-top {
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #686c6c;
  transition: all 0.3s;
  border-radius: 100%;
  color: #fff;
  width: 3em;
  height: 3em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

footer #btn-go-top:hover {
  background-color: var(--cloud-blue);
}

@media screen and (min-width: 768px) {
  footer a,
  footer address {
    font-size: 0.875em;
  }

  footer .terms a:not(:last-child)::after {
    content: none;
  }

  footer .terms {
    display: inline-flex;
    flex-direction: column;
  }

  footer .terms a {
    margin-bottom: 0.4rem;
  }

  footer .logo-cloud {
    width: 90%;
  }

  footer .logo-other {
    width: 50%;
  }

  footer .office-contact {
    position: absolute;
    top: -2rem;
  }
}

/* Footer End */

/* Header Begin */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  transition: 0.5s;
}

header,
header .hamburger .row {
  height: 3.75em;
}

header.freeze {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}

header.active {
  height: 100vh;
}

header.freeze,
header.active {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

header.freeze .hamburger,
header.active .hamburger {
  background-color: #fff;
}

header.freeze .menu-logo,
header.active .menu-logo {
  background: url(https://webbackend.mqdc.com/assets/d39878b7-8791-4cb6-b001-c7df5d253571)
    no-repeat 0 0 / contain;
}

header.active .icon-hamburger-line,
header.freeze .logo,
header.active .logo {
  opacity: 0;
}

header.freeze .icon-hamburger-line,
header.freeze .icon-hamburger::before,
header.freeze .icon-hamburger::after {
  background-color: var(--cloud-blue);
}

header.active .icon-hamburger {
  width: 2em;
  height: 2em;
  padding: 0.25em;
}

header.active .icon-hamburger::after {
  transform: rotate(-45deg) translate(0.25em, -0.25em);
  height: 4px;
  background-color: var(--cloud-blue);
  width: 1.5em;
}

header.active .icon-hamburger::before {
  transform: rotate(45deg) translate(0.45em, 0.45em);
  height: 4px;
  width: 1.5em;
  background-color: var(--cloud-blue);
}

header .menu-list a {
  color: var(--cloud-blue);
}

header a.active,
header a:hover,
header a:focus,
header .menu-list a.active,
header .menu-list a:hover,
header .menu-list a:focus {
  font-weight: bold;
  color: var(--cloud-blue);
}

header .logo {
  object-fit: contain;
  transition: 0.5s;
}

header .hamburger {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-left: 0;
  margin-right: 0;
}

header .hamburger .share {
  display: none;
}

header .hamburger-logo {
  height: 100%;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .icon-hamburger-line,
header .icon-hamburger::before,
header .icon-hamburger::after {
  width: 1.7em;
  height: 2px;
  background-color: #fff;
  display: block;
  content: "";
  transition: 0.3s;
}

header .icon-hamburger-line {
  margin: 0.3em 0;
}

header .menu-list {
  opacity: 0;
  height: 0;
  max-height: 0;
  overflow: hidden;
  transform: translate3d(0, -100%, 0);
}

header.active .menu-list {
  padding: 1.5em 0 3em;
  opacity: 1;
  transition: transform 0.5s ease, filter 0.5s 0.2s ease;
  height: calc(100vh - 3.75em);
  max-height: none;
  transform: translate3d(0, 0, 0);
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  top: 3.75em;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
}

header .menu-list .menu-logo {
  display: none;
}

header .menu-list .nav {
  flex-direction: column;
  margin-bottom: 2.5em;
}
header .menu-list .nav-item {
  margin-bottom: 0.3em;
}

header .menu-list .nav-link {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, font-weight 0.13s ease-in-out;
}

header .lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

header .lang a {
  margin: 0 0.5em;
}

header .lang a,
header .lang {
  color: #fff;
}

header .lang a {
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.8);
}

header.freeze .lang a,
header.freeze .lang,
header.active .lang a,
header.active .lang {
  color: var(--cloud-black);
}

header .lang a.active {
  color: var(--cloud-blue);
  text-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.8);
}

header .sharing-btn,
header .sharing-providers {
  margin-bottom: 0;
  padding-left: 0;
}

header .sharing-btn a,
header .sharing-providers a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875em;
  height: 1.875em;
}

header .sharing-providers li {
  transition: 1s;
}

header .sharing-providers a {
  color: #fff;
  background-color: var(--cloud-blue);
  border-radius: 100%;
}

header .sharing-providers a:hover {
  color: #fff;
}

#share-bar-sm {
  position: relative;
  display: flex;
  justify-content: center;
}

#share-bar-sm .sharing-btn a {
  color: var(--cloud-black);
}

header .sharing-providers {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .sharing-providers li {
  margin: 0 1em;
}

header .sharing-providers a {
  padding: 0 0.5em;
}

@media screen and (min-width: 768px) {
  header.active {
    height: 3.75em;
    background-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: none;
  }

  header.active .icon-hamburger-wrapper {
    opacity: 1;
  }

  header.active:not(.freeze) .hamburger {
    background-color: transparent;
  }

  header.active:not(.freeze) .menu-logo {
    background: none;
  }

  header.active:not(.freeze) .logo {
    opacity: 1;
  }

  header.active:not(.freeze) .lang a:not(.active),
  header.active:not(.freeze) .lang {
    color: #fff;
  }

  header .menu-list {
    transform: translate3d(100%, 0, 0);
    z-index: 2;
    width: calc(100vw / 2.5);
    top: 0;
    position: fixed;
    height: auto;
    max-height: 100vh;
    right: 0;
    padding-bottom: 0;
    padding-top: 3.75em;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    transition: 0.3s 0.1s ease;
  }

  header.active .menu-list {
    transform: translate3d(0, 0, 0);
    top: 0;
    height: auto;
    max-height: 100vh;
    left: auto;
    padding-bottom: 0;
    padding-top: 3.75em;
    transition: transform 0.5s ease, opacity 0.5s 0.2s ease;
  }

  header.active::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
  }

  header .switch {
    display: none;
  }

  header .hamburger .share,
  header .sharing-btn {
    display: block;
  }

  header .icon-hamburger-wrapper {
    position: absolute;
    top: 0.9em;
    right: 12%;
    display: block;
    text-align: right;
    opacity: 0;
    transition: opacity 0.5s 0.3s;
  }

  header .menu-list .nav-item {
    text-align: left;
  }

  header .menu-list .nav-link {
    display: inline-block;
    padding: 0.5em 0;
  }

  header .sharing-btn .btn {
    border: 0;
  }

  header .sharing-providers {
    position: absolute;
    left: 0;
    top: 2.5em;
    right: 0;
    margin-top: 0.5em;
    visibility: hidden;
    flex-direction: column;
  }

  header .sharing-providers li {
    margin: 0.4em 0 0;
  }

  header .sharing-providers li:hover {
    transform: translateX(5px);
  }

  #share-bar {
    position: relative;
  }

  #share-bar .sharing-btn a {
    background-color: var(--cloud-blue);
    color: #fff;
    width: 1.875em;
    height: 1.875em;
    line-height: 2em;
    border-radius: 100%;
  }

  #share-bar:hover .sharing-providers {
    visibility: visible;
  }
}

@media screen and (min-width: 992px) {
  header .menu-list {
    width: calc(100vw / 3);
  }

  header .menu-list .wrapper {
    width: 95%;
  }

  header .menu-list .nav-link {
    font-size: min(1.5em, 1.5vw);
  }
}

@media screen and (min-width: 1100px) {
  header .icon-hamburger-wrapper {
    right: 17%;
  }
}

@media screen and (min-width: 1630px) {
  header .menu-list {
    width: calc(((100vw - 80%) / 2) + (80% / 3.2));
    min-width: calc(((100vw - 112em) / 2) + (112em / 3.2));
  }

  header .icon-hamburger-wrapper {
    right: 30%;
    max-width: 34.5em;
  }
}

/* Header End */

/* Third-party Begin */
.swiper-button-next,
.swiper-button-prev {
  text-shadow: 0 0 0.1em rgba(255, 255, 255, 0.8);
  --swiper-navigation-color: var(--cloud-blue);
}

.swiper-nav-group .swiper-button-next,
.swiper-nav-group .swiper-button-prev {
  top: 0;
  margin: 0;
  position: relative;
  right: auto;
  left: auto;
  width: 2.5em;
  height: 2.5em;
  color: #000;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 100%;
  user-select: none;
}

.swiper-nav-group .swiper-button-next:after {
  content: "";
  font-family: inherit;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy44MyIgaGVpZ2h0PSIyMS4zMTIiIHZpZXdCb3g9IjAgMCAxMy44MyAyMS4zMTIiPgogIDxwYXRoIGlkPSJpY29uLWFycm93LXJpZ2h0LWFjdGl2ZSIgZD0iTTgwLjg1OSwzMS4wMjdsLTMuMTczLTMuMTczLDcuNDgyLTcuNDgzLTcuNDgyLTcuNDgyLDMuMTczLTMuMTc0TDkxLjUxNiwyMC4zNzFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzcuNjg2IC05LjcxNSkiLz4KPC9zdmc+Cg==")
    no-repeat center center / contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
}

.swiper-nav-group .swiper-button-prev:after {
  content: none;
}

.swiper-nav-group .swiper-button-prev:before {
  content: "";
  font-family: inherit;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy44MyIgaGVpZ2h0PSIyMS4zMTIiIHZpZXdCb3g9IjAgMCAxMy44MyAyMS4zMTIiPgogIDxwYXRoIGlkPSJpY29uLWFycm93LWxlZnQtYWN0aXZlIiBkPSJNODguMzQzLDMxLjAyN2wzLjE3My0zLjE3My03LjQ4Mi03LjQ4Myw3LjQ4Mi03LjQ4Mkw4OC4zNDMsOS43MTUsNzcuNjg2LDIwLjM3MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03Ny42ODYgLTkuNzE1KSIgZmlsbD0iIzFiMTcxOCIvPgo8L3N2Zz4K")
    no-repeat center center / contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
}

.swiper-pagination {
  --swiper-pagination-bullet-width: 14px;
  --swiper-pagination-bullet-height: 14px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: var(--cloud-blue);
  --swiper-pagination-bullet-inactive-color: #bbbdbf;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}

/* Third-party End */

/* Utilities Begin */
.hide-title {
  position: absolute;
  text-indent: -9999999999em;
  color: transparent;
}

.main-title {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.05;
}

.anchor {
  color: var(--cloud-blue);
}

.text-briteblue {
  color: var(--cloud-briteblue);
}

.hide {
  display: none;
}

.fw-med {
  font-weight: 500;
}

.dim {
  opacity: 0;
}

.ratio,
.bg-default {
  background: #bbbdbf
    url(https://webbackend.mqdc.com/assets/08cf52ef-e364-45db-bd30-8380c8c09549)
    no-repeat center center / min(30%, 14em) auto;
}

.ratio-9x16 {
  aspect-ratio: 9/16;
}

.text-shadow {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.bg-cloud {
  background-color: #eaf4fe;
}

.object-contain {
  object-fit: contain;
}

.disclaimer {
  position: relative;
}

.disclaimer::after {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  text-align: right;
  color: #ccc;
  font-size: 8px;
  z-index: 1;
  max-width: 90%;
  opacity: 0.4;
  content: "Computer-generated imagery for advertising purposes only. The company reserves the right to change the project's details without prior notice";
}

body[lang="th"] .disclaimer::after {
  content: "ภาพจำลองจากคอมพิวเตอร์เพื่อการโฆษณาเท่านั้น บริษัทฯ ขอสงวนสิทธิ์ในการเปลี่ยนแปลงรายละเอียดโครงการโดยไม่ต้องแจ้งให้ทราบล่วงหน้า";
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-object-b {
  object-position: bottom;
}

@media screen and (min-width: 576px) {
  .grid-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (min-width: 768px) {
  .main-title {
    font-size: min(3.6vw, 2.5em);
  }

  .grid-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1200px) {
  .main-title {
    font-size: 2.81em;
  }

  .main-subtitle {
    font-size: 0.875em;
  }

  .grid-xl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-xl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid-xl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* Utilities End */

.action-box-up:not(.fin),
.action-fadein:not(.fin) {
  opacity: 0;
}
