@media (max-width: 992px) {
  .ccm-page .page-hero-banner {
    background-position: center !important;
  }
}
.ccm-page .page-hero-banner {
  position: relative;
  color: #ffffff;
  background-size: cover;
  background-position: 0 0;
  min-height: clamp(520px, 32.5vw, 520px);
  overflow: hidden;
  padding-top: 100px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  font-family: var(--font-family-headline, "King Power Headline"), sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@media screen and (min-width: 992px) {
  .ccm-page .page-hero-banner {
    height: clamp(585px, 36.56vw, 585px);
  }
  .ccm-page .page-hero-banner.experience_detail {
    height: clamp(700px, 43.75vw, 700px);
  }
}
@media screen and (max-width: 991px) {
  .ccm-page .page-hero-banner {
    padding-bottom: 93px;
    padding-top: clamp(180px, 44.78vw, 180px);
  }
}
.ccm-page .page-hero-banner--details {
  min-height: 45vh;
}
@media screen and (max-width: 991px) {
  .ccm-page .page-hero-banner--details {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .ccm-page .page-hero-banner--details {
    height: clamp(700px, 43.75vw, 700px);
    justify-content: center;
  }
}
.ccm-page .page-hero-banner__container {
  position: relative;
}
.ccm-page .page-hero-banner__content {
  max-width: 720px;
  position: relative;
  z-index: 1;
}
.ccm-page .page-hero-banner__content--inner {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  gap: clamp(40px, 2.5vw, 40px);
}
@media screen and (max-width: 767px) {
  .ccm-page .page-hero-banner__content--inner {
    margin-bottom: 20px;
  }
}
.ccm-page .page-hero-banner__content + .page-hero-banner__side-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: center;
  aspect-ratio: 16/9;
}
.ccm-page .page-hero-banner__divider {
  width: 24px;
  height: 1px;
  background-color: #ffffff;
}
.ccm-page .page-hero-banner__title {
  font-size: clamp(2rem, 4vw, 52px);
  font-weight: 500;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .ccm-page .page-hero-banner__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.ccm-page .page-hero-banner__date {
  margin-bottom: 0;
  font-family: var(--font-family-main, "King Power Text"), sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size: clamp(14px, 0.875vw, 14px);
}
.ccm-page .page-hero-banner__subtitle {
  font-size: clamp(20px, 1.25vw, 20px);
  max-width: clamp(470px, 29.38vw, 470px);
}
@media screen and (min-width: 992px) {
  .ccm-page .page-hero-banner__subtitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.ccm-page .page-hero-banner__side-image {
  /* background circle layer (behind) */
  /* SVG image layer (above the background circle) */
}
.ccm-page .page-hero-banner__side-image:after {
  content: "";
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  aspect-ratio: 1/1;
  border: 1px solid #e3e3e3;
  width: 32px;
  height: 32px;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 200ms, border-color 200ms;
  pointer-events: none;
}
.ccm-page .page-hero-banner__side-image:before {
  content: "";
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  aspect-ratio: 1/1;
  background: url("/application/themes/kos/assets/images/svg/add.svg") no-repeat center center;
  background-size: 60%;
  width: 32px;
  height: 32px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  position: absolute;
  right: 9px;
}
.ccm-page .page-hero-banner .page-hero-banner__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(1.8rem, 9.95vw, 40px);
}
@media screen and (max-width: 767px) {
  .ccm-page .page-hero-banner .page-hero-banner__title {
    font-size: clamp(32px, 7.96vw, 32px);
  }
}
.ccm-page .page-hero-banner .btn-back {
  width: clamp(70px, 4.38vw, 70px);
  height: clamp(50px, 3.63vw, 50px);
  background: #ffffff;
  color: #0e2140;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: clamp(12px, 0.75vw, 12px);
  position: relative;
}
.ccm-page .page-hero-banner .btn-back:after {
  content: "";
  right: clamp(-16px, -1vw, -16px);
  top: clamp(-16px, -1vw, -16px);
  width: clamp(16px, 1vw, 16px);
  height: clamp(16px, 1vw, 16px);
  background-color: #ffffff;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .ccm-page .page-type-page-detail-experience .page-hero-banner {
    height: clamp(700px, 43.75vw, 700px);
  }
}

@media screen and (max-width: 1199px) {
  .container,
.container-xl,
.container-md,
.container-sm {
    padding-left: var(--base-grid);
    padding-right: var(--base-grid);
  }
}

.page-hero-banner .container, .page-list__wrapper .container {
  margin: 0 auto;
}
.container-article {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--item-spacing-s);
  margin-bottom: var(--item-spacing-s);
}
@media screen and (min-width: 1200px) {
  .container-article {
    margin-top: 103px;
    margin-bottom: 114px;
  }
}
@media screen and (max-width: 1199px) {
  .container-article {
    margin-top: calc(var(--item-spacing-s) * 2);
    margin-bottom: var(--item-spacing-s);
  }
}
@media screen and (max-width: 991px) {
  .container-article {
    padding-left: var(--item-spacing-s);
    padding-right: var(--item-spacing-s);
  }
}

@media screen and (min-width: 992px) {
  .page-list__wrapper + .page-list__wrapper {
    margin-bottom: 180px !important;
  }
}

.ccm-page.page-type-page-mahanakhon-cube-landing .page-hero-banner__subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ccm-page .page-hero-banner__side-image img {
  width: 100%;
}
.ccm-page .page-hero-banner__side-image:before, .ccm-page .page-hero-banner__side-image:after {
  display: none !important;
}
.ccm-page .social-links {
  margin-bottom: clamp(40px, 9.95vw, 40px);
}

.articles-details a.btn {
  color: #052142;
  justify-content: center;
  align-items: center;
  border-radius: 56px;
  border: 1px solid rgba(27, 29, 30, 0.08);
  background: #fff;
  min-height: 44px;
  display: inline-flex;
  padding: 6px 20px;
  font-size: 12px;
}
.articles-details a.btn:before, .articles-details a.btn:after {
  display: none !important;
}

#main {
  min-height: 100vh;
}

@media screen and (max-width: 991px) {
  .btn-view-all-mobile {
    margin-top: clamp(35px, 7.96vw, 35px);
    margin-bottom: clamp(80px, 19.9vw, 80px);
  }
}

@media screen and (max-width: 767px) {
  .back-button-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-type-experience-detail .breadcrumb-item--current {
  display: none;
}
.page-type-experience-detail .page-list__item-date {
  display: none;
}

/*# sourceMappingURL=content_listing.css.map */
