/* .vc_row-flex > .container > .row,
.vc_row-flex > .container-fluid > .row {
  flex-wrap: nowrap !important;
} */

.stm_mobile__header .header__language.dropdown {
  margin-left: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 8px;
  color: var(--color-secondary);
  flex-shrink: 0;
  margin-right: 4px;
}

.stm_mobile__header .header__language.dropdown .header__language-main {
  display: flex;
  gap: 4px;
}

.stm_mobile__header .header__language-main img {
  width: auto;
  height: 16px;
}

.stm_mobile__header .header__languague-dropdown {
  width: fit-content;
  --bs-dropdown-min-width: auto;
  top: calc(100% + 10px);
  left: 10px;
}

.stm_mobile__header .header__languague-dropdown .dropdown-item {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  padding: 4px 8px;
  font-size: 10px;
  color: var(--color-secondary);
  text-decoration: none;
}

.stm_mobile__header .header__languague-dropdown .dropdown-item img {
  width: 24px;
  height: 16px;
}

.stm_mobile__header .header__action-item {
  display: flex;
  align-items: center;
  gap: 4px;
  max-height: 24px;
  width: auto;
  flex-shrink: 0;
  padding: 6.5px 6px;
  font-size: 10px;
  line-height: 10.496px;
  font-weight: 700;
  border-radius: 4px;
  box-shadow: inset 0px 0px 0px 1px var(--color-secondary);
  color: var(--color-secondary);
  background-color: transparent;
  text-decoration: none;
  margin-left: auto;
}

.stm_mobile__header .header__action-item img {
  width: 16px;
}

.stm_mobile__switcher {
  margin-left: 0px !important;
}

/* Button View more */
.sna_btn_view_more > button.ubtn-normal {
  padding: 0;
  height: 30px;
  display: flex;
  align-items: center;
}

.sna_btn_view_more > button.ubtn-sep-icon.ubtn-sep-icon-at-right .ubtn-icon {
  right: 0;
}

.sna_btn_view_more > button.ubtn-normal:hover > span.ubtn-icon > i,
.sna_btn_view_more > button.ubtn-normal:hover > span.ubtn-text {
  font-weight: 700;
  padding-bottom: 2px;
}

.sna_btn_view_more > button.ubtn-normal > span.ubtn-text {
  margin-right: 15px;
}

.sna_btn_view_more {
  margin-top: 10px;
}

.vc_section .wpb_wrapper section.sharing > .container:has(.section-title) {
  background: transparent;
}

.vc_section:has(.message) .vc_row {
  margin: 0px;
}

@media (max-width: 576px) {
  .sna_btn_view_more.ubtn-ctn-right {
    padding-right: 0;
    text-align: center;
  }

  .sna_btn_view_more .ubtn-normal {
    padding: 0;
  }
}

.sna_Info_section .vc_column_container > .vc_column-inner,
.sna_Event_section .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

/* Element Experience School Events */
.sna_ESE_section.vc_section.vc_section-has-fill {
  height: 442px;
  background-position: center bottom !important;
  background-blend-mode: multiply;
}

.sna_ESE_section .vc_container {
  padding: 0;
}

.sna_ESE_row .vc_row.vc_row-flex {
  flex-wrap: nowrap;
}

.sna_ESE_col_left.vc_column_container > .vc_column-inner {
  padding-left: 58px;
  padding-right: 0px;
}

.sna_ESE_col_left .sna_ESE_content {
  font-size: 34px;
  font-weight: 400;
  color: #091f43;
  margin-bottom: 52px;
  margin-top: 65px;
}

.sna_ESE_col_left .sna_ESE_content p {
  line-height: 35px;
}

.sna_ESE_col_left .sna_ESE_content p:empty {
  display: none;
}

.sna_btn_left button.ubtn-normal {
  border-width: 0px 0px 0px 6px !important;
  border-style: solid !important;
  padding: 8px 30px 8px 10px;
  font-weight: 700 !important;
}

.sna_btn_right button.ubtn-normal {
  border-width: 0px 6px 0px 0px !important;
  border-style: solid !important;
  padding: 8px 30px 8px 12px;
  font-weight: 700 !important;
}

.sna_btn_left button.ubtn-normal .ubtn-text,
.sna_btn_right button.ubtn-normal .ubtn-text {
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 576px) {
  .sna_ESE_col_right .wpb_single_image img {
    transform: translate(30px, 15px) scale(1.6);
  }

  .message .message__inner.message--reversed {
    flex-direction: row-reverse;
  }
}

@media (max-width: 576px) {
  .sna_ESE_section.vc_section.vc_section-has-fill {
    padding-top: 27px !important;
    padding-bottom: 20px;
    padding-left: 30px !important;
    height: 160px;
  }

  .sna_ESE_col_left {
    padding-left: 0px;
  }

  .sna_ESE_col_left.vc_column_container > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sna_ESE_col_left .sna_ESE_content {
    font-size: 14px;
    font-weight: 400;
    color: #091f43;
    margin-bottom: 24px;
    margin-top: 0px;
  }

  .sna_ESE_col_left .sna_ESE_content p {
    line-height: 16px;
  }

  .vc_row.vc_row-o-content-top > .vc_column_container > .vc_column-inner {
    justify-content: end;
  }

  .sna_ESE_col_right .wpb_single_image img {
    transform: translate(-43px, 20px) scale(1.5);
    transform-origin: bottom;
  }

  .sna_btn_left button.ubtn-normal {
    border-width: 0px 0px 0px 4px;
    padding: 6px 22px 6px 8px !important;
    font-weight: 700 !important;
  }

  .sna_btn_left button.ubtn-normal .ubtn-text {
    padding-left: 5px;
  }

  .sna_btn_right button.ubtn-normal .ubtn-text {
    padding-right: 5px;
  }

  .sna_btn_left button.ubtn-normal .ubtn-text,
  .sna_btn_right button.ubtn-normal .ubtn-text {
    font-size: 10px !important;
    line-height: 15px !important;
  }

  .sna_btn_right button.ubtn-normal {
    border-width: 0px 4px 0px 0px;
    padding: 7px 18px 7px 8px !important;
    font-weight: 700 !important;
  }
}

/* Element Information */
@media only screen and (min-width: 1024px) {
  .sna_Info_section .lvca-posts-carousel,
  .sna_Info_col .lvca-posts-carousel {
    max-width: 95.25%;
    max-height: 385px;
  }

  .sna_Info_col .lvca-posts-carousel .lvca-posts-carousel-item:hover .hentry {
    transform: scale(1.1);
  }

  .sna_Info_col
    .lvca-posts-carousel
    .lvca-posts-carousel-item:hover
    .lvca-entry-text-wrap
    .entry-title
    a {
    color: var(--color-primary);
  }
}

.sna_Info_col
  .lvca-posts-carousel
  .lvca-posts-carousel-item
  .lvca-project-image
  img {
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 10px;
  min-height: 167px;
  height: 167px;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
}

.sna_Info_col .lvca-posts-carousel .lvca-posts-carousel-item .hentry {
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 358px;
  transition: 0.3s all ease-in-out;
  box-shadow: none;
  padding: 8px;
  /* box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.21); */
}

.sna_Info_col
  .lvca-posts-carousel
  .lvca-posts-carousel-item
  .lvca-entry-text-wrap {
  text-align: left;
  padding: 0px;
}

.sna_Info_col
  .lvca-posts-carousel
  .lvca-posts-carousel-item
  .lvca-entry-text-wrap
  .entry-title {
  margin-bottom: 10px !important;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  min-height: 36px;
  max-height: 52px;
}

.sna_Info_col
  .lvca-posts-carousel
  .lvca-posts-carousel-item
  .lvca-entry-text-wrap
  .entry-title
  a {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  min-height: 36px;
  max-height: 52px;
  /* Number of lines to display */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sna_Info_col
  .lvca-posts-carousel
  .lvca-posts-carousel-item
  .lvca-entry-text-wrap
  .entry-summary {
  font-size: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
  color: #404041;
  text-align: justify;
  padding: 10px 0px;
  max-height: 84px;
}

.sna_Info_col .slick-track {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  justify-content: center;
  /* align-items: center; */
  padding-bottom: 10px;
}

.sna_Info_col .lvca-posts-carousel-item {
  background-color: var(--color-primary-light);
  border-radius: 12px;
  min-height: 300px;
  padding: 6px;
  transition: all 0.3s ease-in-out;
  margin: 20px 20px;
}

.sna_Info_col
  .lvca-posts-carousel
  .lvca-posts-carousel-item
  .lvca-project-image:hover
  img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.sna_Info_col
  .lvca-posts-carousel
  .lvca-posts-carousel-item
  .lvca-entry-text-wrap
  .entry-title
  a:hover {
  color: #404041;
}

.sna_Info_col .lvca-container .slick-prev,
.sna_Info_col .lvca-container .slick-next {
  font-size: 0;
}

.sna_Info_col .lvca-container .slick-prev {
  left: -70px;
}

.sna_Info_col .lvca-container .slick-next {
  right: -70px;
}

.sna_Info_col .lvca-container .slick-prev:before {
  content: "\f104";
}

.sna_Info_col .lvca-container .slick-next:before {
  content: "\f105";
}

@media (max-width: 576px) {
  .sna_Info_col .lvca-container .slick-prev {
    left: -15px;
  }

  .sna_Info_col .lvca-container .slick-next {
    right: -15px;
  }

  .sna_Info_col .lvca-posts-carousel-item {
    margin: 0px;
  }
}

/* Element Event */
.vc_custom_1737102715203 {
  background-color: unset !important;
}

.compose-mode
  .vc_vc_section
  > .sna_Event_section[data-vc-full-width="true"]
  > .vc_vc_row {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.sna_Event_section.vc_section[data-vc-full-width] {
  padding-left: 0px !important;
  padding-right: 0px !important;
  background-blend-mode: multiply;
  position: relative;
}

.sna_Event_section {
  height: 530px;
}

.sna_Event_section::before,
.compose-mode .vc_element:hover .vc_section.sna_Event_section::before {
  content: "";
  width: 100%;
  height: 240px !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    transparent,
    rgba(35, 31, 32, 0.17) 7%,
    rgba(35, 31, 32, 0.63) 33%,
    rgba(35, 31, 32, 0.91) 62%,
    rgba(35, 31, 32, 1)
  );
  background-blend-mode: multiply;
  background-size: 100% 220%;
  background-position: center -280px;
  background-repeat: no-repeat;
}

.sna_Event_section .vc_container,
.sna_Event_section .vc_container-fluid {
  height: 537px;
}

.sna_Event_section .lvca-posts-carousel {
  max-height: none;
  height: 430px;
  max-width: 1100px;
}

.sna_Event_section .slick-list {
  max-width: 980px;
  margin: 0 auto;
}

.sna_Event_section .slick-track {
  display: flex;
  align-items: center;
  height: 430px;
}

.sna_Event_section .lvca-posts-carousel-item {
  min-width: 248px;
  flex-basis: 248px;
  max-width: 460px;
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
  overflow: hidden;
  padding: 0px !important;
  margin-right: 20px;
  height: 373px;
}

.sna_Event_section
  .lvca-posts-carousel
  .lvca-posts-carousel-item
  article.hentry {
  display: flex;
  flex-direction: column;
  height: auto;
  border-radius: 12px;
}

.sna_Event_section .lvca-posts-carousel-item .lvca-project-image {
  width: 100%;
  height: 280px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.sna_Event_section .lvca-posts-carousel-item .lvca-project-image img {
  height: 100%;
  width: 100%;
  aspect-ratio: 115/81;
  object-position: top;
  object-fit: cover;
}

.sna_Event_section .lvca-posts-carousel-item .lvca-project-image:hover img {
  -webkit-filter: none !important;
  filter: none !important;
}

.sna_Event_section .lvca-posts-carousel-item .event__item-content {
  background-color: var(--color-primary-light, #ffffff);
  padding: 8px 4px 0px 12px;
  display: flex;
  gap: 10px;
  flex-grow: 0;
  transition: all 0.3s ease-in-out;
  color: var(--color-body, #404041);
}

.sna_Event_section
  .lvca-posts-carousel-item
  .event__item-content
  .event__item-text {
  display: flex;
  flex-direction: column;
  color: #58595b;
}

.sna_Event_section
  .lvca-posts-carousel-item
  .event__item-content
  .event__item-text
  .event__item-title {
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  text-align: justify;
}

.sna_Event_section
  .lvca-posts-carousel-item.slick-active.slick-center
  .event__item-content
  .event__item-text
  .event__item-title {
  font-size: 12px;
  margin-bottom: 4px;
}

.sna_Event_section
  .lvca-posts-carousel-item
  .event__item-content
  .event__item-text
  .event__item-description {
  font-size: 8px;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  text-align: justify;
  margin-bottom: 10px;
}

.sna_Event_section
  .lvca-posts-carousel-item
  .event__item-content
  .event__item-text
  > :not(.event__item-datenplace) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.sna_Event_section
  .lvca-posts-carousel-item
  .event__item-content
  .event__item-datenplace {
  display: flex;
  gap: 24px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.sna_Event_section
  .lvca-posts-carousel-item.slick-center
  .event__item-content
  .event__item-datenplace {
  opacity: 1;
}

.sna_Event_section
  .lvca-posts-carousel-item
  .event__item-content
  .event__item-datenplace
  :is(.event__item-date, .event__item-place) {
  display: flex;
  align-items: start;
  gap: 4px;
  font-size: 10px;
  line-height: normal;
  color: #a4a4a4;
  height: 16px;
  max-height: 16px;
  height: 27px;
  max-height: 27px;
}

.sna_Event_section
  .lvca-posts-carousel-item
  .event__item-content
  .event__item-datenplace
  *
  > img {
  width: fit-content;
  flex-shrink: 0;
}

.sna_Event_section
  .lvca-posts-carousel-item
  .event__item-content
  .event__item-datenplace
  .event__item-place
  span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.sna_Event_section
  .lvca-posts-carousel-item
  .lvca-project-image
  .event__item-cta {
  padding: 6.5px 6px;
  font-size: 12px;
  line-height: 11px;
  font-weight: 700;
  border-radius: 4px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  opacity: 0;
  pointer-events: none;
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.43);
  background-color: var(--color-secondary);
  display: block;
  width: fit-content;
  color: var(--color-primary-light);
  transition: 0.3s ease-in-out;
}

.sna_Event_section
  .lvca-posts-carousel-item.slick-center
  .lvca-project-image
  .event__item-cta {
  opacity: 1;
  pointer-events: all;
}

.sna_Event_section
  .lvca-posts-carousel-item.slick-center:hover
  .lvca-project-image
  .event__item-cta {
  transform: scale(1.1);
  transform-origin: bottom right;
}

.lvca-project-image .event__item-cta:hover {
  text-decoration: none;
}

.sna_Event_section
  .lvca-posts-carousel-item
  .event__item-content
  .event__item-calendar {
  display: flex;
  justify-content: center;
  align-items: self-start;
  width: 49.008px;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.sna_Event_section
  .lvca-posts-carousel-item
  .event__item-content
  .event__item-calendar
  img {
  object-fit: contain;
  width: 100%;
  max-height: 100%;
}

.sna_Event_section
  .lvca-posts-carousel-item
  .event__item-content
  .event__item-calendar
  .event__calendar-month {
  position: absolute;
  line-height: normal;
  margin-top: 2px;
  font-size: 11.008px;
  transition: all 0.3s ease-in-out;
  color: #404041;
}

.sna_Event_section
  .lvca-posts-carousel-item
  .event__item-content
  .event__item-calendar
  .event__calendar-day {
  position: absolute;
  margin-top: 14px;
  font-size: 26px;
  line-height: normal;
  color: var(--color-primary);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.sna_Event_section .lvca-container .slick-prev,
.sna_Event_section .lvca-container .slick-next {
  font-size: 0;
}

.sna_Event_section .lvca-container .slick-prev {
  left: 10px;
}

.sna_Event_section .lvca-container .slick-next {
  right: 10px;
}

.sna_Event_section .lvca-container .slick-prev:before {
  content: "\f104";
  color: #fff;
}

.sna_Event_section .lvca-container .slick-next:before {
  content: "\f105";
  color: #fff;
}

.sna_Event_section .sna_btn_view_more:not(a) {
  padding-right: 156px;
  margin: 0 auto;
  margin-bottom: 12px;
  max-width: 1440px;
}

.sna_Event_section .sna_btn_view_more a {
  margin-bottom: 0;
}

.bottom-promotion .promotion-img-desktop {
  display: block;
}

.bottom-promotion .promotion-img-mb {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .sna_Event_section .lvca-posts-carousel-item {
    min-width: 307px;
    flex-basis: 307px;
  }

  .sna_Event_section .lvca-posts-carousel-item.slick-active {
    min-width: 248px;
    flex-basis: 248px;
    margin-right: 12px;
  }

  .sna_Event_section
    .lvca-posts-carousel-item.slick-current.slick-active.slick-center
    article {
    height: 100%;
  }

  .sna_Event_section
    .lvca-posts-carousel-item.slick-current.slick-active.slick-center
    .lvca-project-image {
    height: 324px;
  }

  .sna_Event_section .lvca-posts-carousel-item.slick-active {
    min-width: 248px;
    flex-basis: 248px;
    margin-right: 12px;
  }

  .sna_Event_section
    .lvca-posts-carousel-item.slick-current.slick-active.slick-center
    article {
    height: 100%;
  }

  .sna_Event_section
    .lvca-posts-carousel-item.slick-current.slick-active.slick-center
    .lvca-project-image {
    height: 324px;
  }

  .sna_Event_section
    .lvca-posts-carousel-item.slick-current.slick-active.slick-center {
    min-width: 460px;
    flex-basis: 460px;
    height: 430px;
    flex-shrink: 0;
  }

  .sna_Event_section
    .lvca-posts-carousel-item.slick-active
    .event__item-content {
    flex-grow: 1;
  }
}

@media only screen and (max-width: 1024px) {
  .sna_Event_section .slick-slider {
    padding: 0 36px;
  }
}

@media (max-width: 576px) {
  .sna_Event_section {
    height: 424px;
  }

  .sna_Event_section .vc_container-fluid {
    height: 424px;
  }

  .sna_Event_section .lvca-posts-carousel {
    height: 294px;
  }

  .sna_Event_section .slick-track {
    height: 294px;
  }

  .sna_Event_section .lvca-posts-carousel-item {
    min-width: 0;
    flex-basis: auto;
    max-width: none;
    margin: 0;
    height: 290px;
    padding: 0px 5px !important;
  }

  .sna_Event_section .lvca-posts-carousel-item article {
    position: relative;
  }

  .sna_Event_section .lvca-container .slick-prev {
    left: 0px;
  }

  .sna_Event_section .lvca-container .slick-next {
    right: 0px;
  }

  .sna_Event_section .lvca-posts-carousel .lvca-posts-carousel-item .hentry {
    border-radius: 12px;
  }

  .sna_Event_section .lvca-posts-carousel-item .lvca-project-image {
    height: 186px;
  }

  .sna_Event_section
    .lvca-posts-carousel-item.slick-center
    .event__item-content
    .event__item-datenplace {
    opacity: 1;
  }

  .sna_Event_section .lvca-posts-carousel-item:not(.slick-center) {
    height: 240px;
  }

  .sna_Event_section .lvca-posts-carousel-item:not(.slick-center) .hentry {
    height: 240px;
  }

  .sna_Event_section
    .lvca-posts-carousel-item:not(.slick-center)
    .lvca-project-image {
    height: 180px;
  }

  .sna_Event_section
    .lvca-posts-carousel-item:has(+ .lvca-posts-carousel-item.slick-center)
    article::after {
    position: absolute;
    content: "";
    background: linear-gradient(
      to right,
      var(--color-secondary),
      var(--color-secondary) 65%,
      transparent 99%
    );
    top: 0;
    right: 0;
    width: 16%;
    height: 100%;
    z-index: 1;
    opacity: 0.8;
  }

  .sna_Event_section
    .lvca-posts-carousel-item.slick-center
    + .lvca-posts-carousel-item
    article::before {
    position: absolute;
    content: "";
    background: linear-gradient(
      to left,
      var(--color-secondary),
      var(--color-secondary) 65%,
      transparent 99.9%
    );
    top: 0;
    left: 0;
    width: 16%;
    height: 100%;
    z-index: 1;
    opacity: 0.8;
    pointer-events: none;
  }

  .sna_Event_section .sna_btn_view_more {
    padding: 0;
    margin: 0 auto;
  }

  .sna_Event_section
    .lvca-posts-carousel-item
    .event__item-content
    .event__item-text
    .event__item-title {
    height: 28px;
  }

  .sna_Event_section .sna_btn_view_more:not(a) {
    padding: 0;
  }
}

/* section sharing */
html body .sna_Sharing_section {
  background-position: calc(50% + 34px) calc(50% + 56px) !important;
  background-size: 100% !important;
}

.sna_Sharing_section .sharing__slider .slick-list {
  margin: 0 24px;
}

.sna_Sharing_section .sharing__slider .slick-dots {
  padding: 0px;
  bottom: 28px;
}

.sna_Sharing_section .sharing__slider .slick-dots li::before {
  content: none;
}

.sna_Sharing_section .sharing__item {
  margin: 0px !important;
  border-radius: 16px;
  padding: 22px 54px 12px;
  color: var(--color-primary-dark);
}

.sna_Sharing_section .sharing__item .sharing__item-quote-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px !important;
}

.sna_Sharing_section .sharing__item .sharing__item-content {
  font-size: 14px;
  line-height: 24px;
}

.sna_Sharing_section .sharing__item .stm_separator {
  margin: 20px 0px;
}

.sna_Sharing_section .sharing__item .sharing__item-parent-name {
  font-weight: 700;
}

.sna_Sharing_section
  .sharing__item
  .vc_element.vc_vc_column_inner:has(.sharing__item-parent-image) {
  align-items: center;
}

.sna_Sharing_section .sharing__item .sharing__item-parent-image {
  width: 200px;
  height: 200px;
}

.sna_Sharing_section .sharing__item .sharing__item-parent-image {
  width: 200px;
  height: 200px;
}

.sna_Sharing_section
  .sharing__slider
  .n2-ss-slider
  .n2-ss-layer[data-sstype="slide"] {
  min-height: auto;
  height: 335px;
}

.sna_Sharing_section
  .sharing__slider
  .n2-ss-slider
  .n2-ss-layer[data-sstype="content"] {
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .sna_Sharing_section
    .sharing__slider
    .n2-ss-slider
    .n2-ss-layer[data-sstype="slide"] {
    min-height: auto;
    height: auto;
  }

  .sna_Sharing_section
    .sharing__slider
    .n2-ss-slider
    .n2-ss-layer-row-inner
    > div:first-child {
    order: 2;
  }

  .sna_Sharing_section
    .sharing__slider
    .n2-ss-slider
    .n2-ss-layer-row-inner
    > div:last-child {
    order: 1;
  }

  .sna_Sharing_section .sharing__slider .n2-ss-slider img[alt="quote icon"] {
    height: 32px !important;
    width: 32px !important;
  }

  .sna_Sharing_section .sharing__slider .n2-ss-slider img[alt="parent image"] {
    height: 65px !important;
    width: 65px !important;
  }

  .n2-ss-slider
    .n2-ss-slider-wrapper-inside
    .n2-ss-slider-controls
    > .n2-ss-control-bullet {
    --widget-offset: 20px !important;
  }

  html body .sna_Sharing_section {
    margin-top: -1px;
    background-position: 52% 20% !important;
    background-size: 130% !important;
    background-repeat: no-repeat !important;
  }
}

/* common page style */
.sna_Page-title::before {
  content: "";
  width: 75px;
  height: 3px;
  background: var(--color-primary);
  position: absolute;
  top: 25%;
  right: calc(100% + 25px);
}

.sna_Page-title h2 {
  color: var(--color-primary-dark);
  font-size: 25px;
  font-weight: 600 !important;
  line-height: 34px;
  position: relative;
}

.sna__banner--full figure {
  width: 100%;
}

.sna__banner--full figure * {
  width: 100%;
}

.sna__banner--full div:has(> figure) {
  margin-bottom: 0;
}

.sna__banner--full .sna_Page-heading {
  font-weight: 600 !important;
}

.breadcrumb {
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  padding-left: 0px;
  padding-bottom: 10px;
  border-radius: 0px;
  border-bottom: 1px solid var(--color-secondary);
}

.breadcrumb svg {
  vertical-align: middle;
}

.breadcrumb a {
  text-decoration: none;
  color: var(--color-primary);
}

.breadcrumb span {
  color: var(--color-secondary);
}

.uvc-heading-spacer.no_spacer {
  display: none;
}

.sna_Tuition_section .sna__section-title {
  display: flex;
  align-items: center;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.sna_Tuition_section .vc_container {
  width: 1300px;
}

.sna__section-title .sna__section-numbering {
  background-color: var(--color-primary);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sna__section-title *:is(h3::before, .h3::before, h3) {
  margin: 0 !important;
}

.sna__section-title .uvc-heading:not(.sna__section-numbering) h3 {
  font-weight: 600 !important;
}

.sna_Tuition_section
  .vc_tta.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body {
  padding: 15px 20px;
  background-color: var(--color-primary-light);
  font-size: 15px;
}

.sna_Tuition_section
  .vc_tta.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body
  .vc_row:not(.sna__section-title) {
  color: var(--color-primary-dark);
  padding: 0px 15px;
}

.sna_Tuition_section
  .vc_tta.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body
  .wpb_text_column
  :last-child {
  margin-bottom: 24px;
}

.sna_Tuition_section .vc_tta.vc_general .vc_tta-panel-title {
  margin-bottom: 0 !important;
}

.sna_Tuition_section .vc_column_container > .vc_column-inner {
  padding: 0;
}

.sna_Tuition_section .vc_tta-panels .vc_tta-panel-body .vc_col-sm-1 {
  width: 5.6%;
}

.sna_Tuition_section .vc_tta-panels .vc_tta-panel-body div:has(> table) {
  padding: 0px 15px;
}

.sna_Tuition_section .vc_tta-panels .vc_tta-panel-body h4 {
  margin-bottom: 20px !important;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: var(--color-primary-dark);
}

.sna_Tuition_section
  .vc_tta-panels
  .vc_tta-panel-body
  .vc_element.vc_vc_column_text:has(.wpb_text_column h4) {
  margin-bottom: 15px;
}

.sna_Tuition_section
  .vc_tta-panels
  .vc_tta-panel-body
  .sna_Tuition-service
  table#wpdtSimpleTable-6.wpdtSimpleTable
  td.wpdt-cell
  ul
  li::before {
  background-image: url("../img/icons/icon-list-dash.svg");
  transform: none;
  width: 18px;
  height: 18px;
  left: 0px;
  background-color: unset !important;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  transform: translateY(10px);
}

.sna_Tuition_section
  .vc_tta-panels
  .vc_tta-panel-body
  .sna_Tuition-service
  table#wpdtSimpleTable-6.wpdtSimpleTable
  td.wpdt-cell
  ul {
  position: relative;
  padding-left: 30px;
  margin-left: 0;
}

.sna_Tuition_section
  .vc_tta-panels
  .vc_tta-panel-body
  .sna_Tuition-service
  table#wpdtSimpleTable-6.wpdtSimpleTable
  td.wpdt-cell
  ul
  li {
  list-style: none;
}

.sna_Tuition_section
  .vc_tta-panels
  .vc_tta-panel-body
  .sna_Tuition-discount
  .wpb_text_column
  ul
  li {
  padding-left: 30px;
  margin-bottom: 17px;
}

.sna_Tuition_section
  .vc_tta-panels
  .vc_tta-panel-body
  .sna_Tuition-discount
  .wpb_text_column
  ul
  li::before {
  background-image: url("../img/icons/icon-list-arrow.svg");
  transform: none;
  top: 4px;
  width: 15px;
  height: 15px;
  background-color: unset !important;
}

.sna_Tuition_section
  .vc_tta-panels
  .vc_tta-panel-body
  .sna_Tuition-discount
  table#wpdtSimpleTable-8.wpdtSimpleTable
  td.wpdt-cell {
  border-color: var(--color-primary-light) !important;
}

.sna_Tuition_section .vc_tta-panels .vc_tta-panel-body .sna_Tuition-download {
  color: var(--color-primary-dark);
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}

.sharing__slide-item .sharing__item-content {
  font-size: 14px !important;
}

.sna_VnM-main .sna_VnM-main-inner > .vc_row {
  display: flex;
}

.sna_VnM-main .sna_VnM-content .sna_VnM-item {
  border-radius: 2px;
}

.sna_VnM-main .sna_VnM-content .sna_VnM-item::after {
  content: "";
  display: block;
  bottom: 0px;
  height: 7px;
  width: 100%;
  background-color: #ad122a;
}

.sna_VnM-main .sna_VnM-content .sna_VnM-item h2 {
  font-weight: 600 !important;
}

.sna_VnM-main .sna_VnM-content .sna_VnM-item p {
  color: var(--color-primary-dark);
  text-align: justify;
  font-size: 16px;
  line-height: 25.6px;
}

.sna_VnM-main .sna_Page-sidebar ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  border-top: 5px solid var(--color-primary);
}

.sna_VnM-main .sna_Page-sidebar ul li {
  width: 100%;
  min-height: 46px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: -0.1px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  transition: all 0.3s ease-in-out;
}

.sna_VnM-main .sna_Page-sidebar ul li:hover {
  background-color: var(--color-primary-light);
}

.sna_VnM-main .sna_Page-sidebar ul li:hover a {
  color: var(--color-primary);
}

.sna_VnM-main .sna_Page-sidebar ul li a {
  color: var(--color-primary-dark);
  width: 100%;
  padding: 13px 15px;
  display: block;
  text-decoration: none;
}

.sna_VnM-main .sna_Page-sidebar ul li.current_page_item a {
  color: var(--color-primary);
}

.sna_VnM-main .sna_Page-sidebar ul li.current_page_item i {
  display: none;
}

.sna__banner--blogs {
  height: 675px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.sna__banner--blogs::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-image: url("https://sna-stag.toponseek.com/wp-content/uploads/2025/03/sna-blogs-bg.png");
  background-size: 100%;
  background-position: left center;
  background-blend-mode: multiply;
  top: 0;
}

.sna__banner--blogs .vc_container,
.sna__banner--blogs .vc_container .vc_row {
  max-height: 100%;
  min-height: 65vh !important;
}

@media only screen and (max-width: 576px) {
  .sna_VnM-main {
    width: 100%;
  }

  html body .vc_section[data-vc-full-width].sna__banner--full {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }

  .sna_VnM-main .sna_VnM-content .sna_VnM-item .vc_column-inner {
    padding: 25px 12px 15px !important;
  }

  .vc_container-fluid:has(.sna_Page-header-column) {
    margin-bottom: 20px !important;
  }

  .sna_VnM-main .sna_VnM-content .sna_VnM-item .sna_VnM-item-title {
    padding: 0 !important;
    margin-bottom: 15px !important;
  }

  .sna_VnM-main .sna_VnM-main-inner > .vc_row {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .sna_VnM-main .sna_Page-sidebar ul {
    width: 100%;
    max-height: 53px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }

  .sna_VnM-main .sna_Page-sidebar ul.active {
    max-height: 500px;
  }

  .sna_VnM-main .sna_VnM-sidebar .vc_column-inner {
    padding: 0px;
  }

  .sna_VnM-main .sna_Page-sidebar ul li.current_page_item {
    order: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sna_VnM-main .sna_Page-sidebar ul li.current_page_item a {
    pointer-events: none;
    width: fit-content;
  }

  .sna_VnM-main .sna_Page-sidebar ul li.current_page_item i {
    color: var(--color-primary-dark);
    display: block;
  }

  .sna_VnM-main .sna_Page-sidebar ul li {
    order: 1;
  }
}

@media only screen and (max-width: 1300px) {
  .sna_Tuition_section .vc_container {
    width: 95%;
  }

  .sna_Tuition_section
    .vc_tta.vc_tta-accordion
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-body {
    padding: 7px 15px;
  }
}

/* experience */
.experience {
  overflow: hidden;
  position: relative;
  height: 442px;
}

.experience.experience--content-misalignment {
  height: auto;
}

.experience.experience--content-misalignment .experience__layout2 {
  position: relative;
  margin-top: 140px;
  padding: 36px 24px 40px 36px;
  height: 240px;
  width: 53%;
}

.experience.experience--content-misalignment .experience__image_layout2 {
  padding-right: 15px;
  position: absolute;
  width: 80%;
  z-index: -1;
  max-height: 330px;
  right: 0;
  top: 0;
}

.experience.experience--content-misalignment
  .experience__inner.experience__inner--reverse
  .experience__image_layout2 {
  left: 0;
}

.experience.experience--content-misalignment .experience__layout2-content {
  margin-top: 5px;
}

.experience.experience--content-misalignment .experience__layout2-content .experience__text-line-limit {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #ffffff;
}

.experience .experience__bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-background);
}

.experience .experience__bg-overlay img {
  mix-blend-mode: multiply;
  object-position: bottom;
  opacity: 0.1;
}

.experience .experience__inner {
  position: relative;
  z-index: 0;
  display: flex;
}

.experience .experience__content {
  margin-left: 0px;
  max-width: 600px;
  margin-top: 100px;
}

.experience .experience__content .experience__content-text {
  font-size: 34px;
  line-height: 42px;
  color: var(--color-secondary);
  margin-bottom: 52px;
}

.experience .experience__content .experience__content-text p {
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  white-space: nowrap;
}

.experience .experience__image {
  align-self: center;
  transform: translate(130px, 52px) scale(1.4);
}

/* message */
.message .message__inner {
  display: flex;
}

.message .message__content {
  position: relative;
  flex-basis: 50%;
  /* height: 100%; */
  overflow: hidden;
}

.message .message__content img {
  width: 100%;
  min-height: 398px;
  /*height: 100%;*/
  object-fit: cover;
  /* object-position: bottom; */
  object-position: 0% 26%;
}

.message__content .message__content-bg {
  width: 100%;
  height: 100%;
  background-color: var(--color-secondary);
  position: absolute;
  z-index: 0;
}

.message__content .message__content-bg img {
  mix-blend-mode: multiply;
  object-position: 0% 26%;
}

.message__content .message__content-main {
  padding: 60px 55px 0px;
  color: var(--color-primary-light);
  position: relative;
}

.message__content-main .message__content-title {
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0px;
  color: inherit !important;
  font-size: 24px;
}

.message + .message .section-title {
  padding-top: 0px;
  padding-bottom: 0px;
}

.message__content-main .message__content-body {
  line-height: 18px;
  font-size: 14px;
  /* display: -webkit-box;
  max-height: 205px;
  overflow: hidden;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical; */
}

.message .message__main .vc_sna_introduction_item:last-child .message,
.message .message__main .message:last-child {
  padding-bottom: 20px;
}

.message .message__content.message__right:has(.message__content-bg) {
  padding: 0px;
}

.message
  .message__content.message__right:has(.message__content-bg)
  .message__content-main {
  padding: 23px 55px;
  color: var(--color-white, #ffffff);
}

.message
  .message__content.message__right:has(.message__content-bg):not(
    :has(.message__content-cta)
  )
  .message__content-main {
  gap: 32px;
}

.message .message__content.message__right .message__content-main {
  justify-content: center;
}

.message
  .message__content.message__right:has(.message__content-cta)
  .message__content-main {
  padding: 60px 55px;
}

/* .message
  .message__content.message__right
  .message__content-main
  .message__content-title {
  margin-bottom: 0px;
} */

.message
  .message__content.message__right:has(.message__content-cta):not(
    :has(.message__content-bg)
  )
  .message__content-main {
  padding: 0px 20px;
  gap: 32px;
}

.message
  .message__content.message__right:has(.message__content-bg)
  .message__content-main
  *:is(
    .message__content-school,
    .message__content-headline,
    .message__content-body
  ) {
  color: var(--color-white, #ffffff);
}

.pum .pum-container:has(.footer-banner) {
  max-width: 1100px;
  margin: 0 auto;
  bottom: 0;
  right: 0;
  top: unset !important;
  left: 0 !important;
}

.pum .pum-container:has(.footer-banner) * {
  display: block;
  margin-bottom: 0px !important;
}

@media only screen and (min-width: 36em) and (max-width: 68.75em) {
  .experience {
    height: 360px;
  }

  .experience .experience__content {
    margin-top: 80px;
  }

  .experience .experience__content .experience__content-text {
    font-size: 24px;
    line-height: 26px;
  }

  .experience .experience__image {
    transform: translate(-40px, 52px) scale(1.5);
    align-self: flex-end;
  }

  /* message */
  .message__content .message__content-main {
    padding: 24px 28px 0px;
  }

  .message__content-main .message__content-title {
    margin-bottom: 16px;
  }

  .message__content-main .message__content-body {
    font-size: 12px;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 36em) and (max-width: 45em) {
  .experience {
    height: 300px;
  }

  .experience .experience__content {
    margin-top: 50px;
    margin-left: 36px;
  }

  .experience .experience__content .experience__content-text {
    font-size: 20px;
  }

  .experience .experience__image {
    transform: translate(-40px, 16px) scale(1.8);
  }

  /* message */
  .message .message__inner {
    flex-direction: column;
  }

  .message__content .message__content-main {
    padding: 56px 52px;
  }

  .message .message__content.message__left img {
    object-position: 0 -168px;
  }

  .message__content-main .message__content-title {
    margin-bottom: 30px;
  }

  .message__content-main .message__content-body {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 36em) {
  .experience {
    height: 160px;
  }

  .section-title {
    font-size: 22px !important;
    margin: 0px auto 12px;
    letter-spacing: normal;
  }

  .experience .experience__content .experience__content-text {
    font-size: var(--font-size-body, 14px);
    line-height: 16px;
    margin-bottom: 24px;
  }

  .experience.experience--content-misalignment .experience__layout2 {
    margin-top: 200px;
  }

  .experience .experience__inner {
    height: 100%;
  }

  .experience .experience__content {
    margin-top: 27px;
    margin-left: 30px;
  }

  .experience .experience__image {
    transform: translate(-18px, 20px) scale(1.3);
  }

  /* message */
  .message .message__inner {
    flex-direction: column;
  }

  .message .message__content {
    max-height: 299px;
  }

  .message__content:has(.message__content-main) {
    max-height: 100%;
  }

  .message .message__content.message__left img {
    object-position: center -96px;
  }

  .message
    .message__content.message__right:has(.message__content-cta)
    .message__content-main {
    padding: 39px 20px;
    gap: 12px !important;
  }

  .message__content-main .message__content-cta {
    margin-left: 0;
  }

  .message__content-main .message__content-title {
    font-size: 22px;
    /* margin-bottom: 20px; */
    margin-bottom: 0px;
  }

  /* .message__content-main .message__content-body {
    margin-bottom: 20px;
  } */

  .bottom-promotion .promotion-img-desktop {
    display: none;
  }

  .bottom-promotion .promotion-img-mb {
    display: block;
  }
}

@media only screen and (max-width: 25.75em) {
  /* experience */
  .experience .experience__image {
    transform: translate(-24px, 24px) scale(2);
  }

  /* message */
  .message__content .message__content-main {
    padding-top: 28px;
  }

  .message__content-main .message__content-title {
    line-height: 26px;
  }
}

@media only screen and (max-width: 22.5em) {
  /* experience */
  .experience .experience__image {
    transform: translate(-36px, 0px) scale(2);
    transform-origin: bottom;
    align-self: flex-end;
  }
}

/* textbox */
.textbox .textbox__main {
  padding: 50px 32px;
  padding-right: 108px;
  border-bottom-width: 7px;
  border-bottom-style: solid;
}

.textbox .textbox__main .textbox-title {
  font-size: 32px;
  font-weight: 600 !important;
  text-transform: uppercase;
  line-height: 44px;
  margin-bottom: 30px;
}

.textbox .textbox__main .textbox-title h2 {
  font-size: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
}

.textbox .textbox__main .textbox-content {
  --text-lineheight: 25.6px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: var(--text-lineheight);
  text-align: justify;
}

.textbox .textbox__main .textbox-content p:not(:last-child) {
  margin-bottom: var(--text-lineheight);
}

@media only screen and (max-width: 576px) {
  .textbox .textbox__main {
    padding: 25px 12px 15px;
  }

  .textbox .textbox__main .textbox-title {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
  }
}

.sna-menu ul.menu {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  border-top: 5px solid var(--color-primary);
}

.sna-menu ul.menu li {
  width: 100%;
  min-height: 46px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: -0.1px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  transition: all 0.3s ease-in-out;
}

.sna-menu ul.menu li:hover {
  background-color: var(--color-primary-light);
}

.sna-menu ul.menu li:hover a {
  color: var(--color-primary);
}

.sna-menu ul.menu li a {
  color: var(--color-primary-dark);
  width: 100%;
  padding: 13px 15px;
  display: block;
  text-decoration: none;
}

.sna-menu ul.menu li.current_page_item a {
  color: var(--color-primary);
}

.sna-menu ul.menu li.current_page_item i {
  display: none;
}

@media only screen and (max-width: 576px) {
  .sna-menu ul.menu {
    width: 100%;
    max-height: 53px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }

  .sna-menu ul.menu.active {
    max-height: 500px;
  }

  .sna_VnM-main .sna_VnM-sidebar .vc_column-inner {
    padding: 0px;
  }

  .sna-menu ul.menu li.current_page_item {
    order: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sna-menu ul.menu li.current_page_item a {
    pointer-events: none;
    width: fit-content;
  }

  .sna-menu ul.menu li.current_page_item i {
    color: var(--color-primary-dark);
    display: block;
  }

  .sna-menu ul.menu li {
    order: 1;
  }
}

/* #region float-cta*/
.float-cta {
  position: fixed;
  bottom: var(--btm-safe-zone);
  right: 32px;
  display: none;
  flex-direction: column-reverse;
  align-items: center;
  z-index: 9999999999;
  overflow: hidden;
  transition: 0.2s all ease-in-out;
  border-radius: 50px;
  max-height: 50px;
  border: 1px solid #adc0ca;
  background-color: var(--color-white);
}

.float-cta.active {
  background-color: var(--color-white);
  border-radius: 50px;
  padding-top: 8px;
  max-height: 5000px;
  box-shadow: inset 0px -20px 20px -10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px -20px 20px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px -20px 20px -10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0px -20px 20px -10px rgba(0, 0, 0, 0.2);
}

.float-cta__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 4px;
  cursor: pointer;
}

.float-cta:not(.active) .float-cta__menu {
  transition: 0.2s box-shadow ease-in-out;
}

.float-cta:not(.active) .float-cta__menu:hover {
  box-shadow: inset 0px -8px 5px -2px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: inset 0px -8px 5px -2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: inset 0px -8px 5px -2px rgba(0, 0, 0, 0.18);
  -o-box-shadow: inset 0px -8px 5px -2px rgba(0, 0, 0, 0.18);
}

.float-cta.active .float-cta__menu {
  padding: 4px;
  background-color: var(--color-white);
  background-color: transparent;
}

.float-cta__menu img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.float-cta__menu-open {
  display: none;
}

.float-cta.active .float-cta__menu-open {
  display: flex;
  position: relative;
  top: 0;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 8px;
  padding-bottom: 8px;
}

.call-widget {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.2s box-shadow ease-in-out;
}

.call-widget:hover {
  box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
}

.float-cta.active .close-widget {
  display: block;
}

.zalo-chat-cta {
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: 0.2s box-shadow ease-in-out;
}

.zalo-chat-cta:hover {
  box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 36em) {
  .float-cta {
    display: flex;
    /* right: 2.1%;
    bottom: 12%; */
    right: 10px;
    bottom: 85px;
  }
}

/* #endregion */

/* #region custom-accordion */
.vc_section
  .vc_container
  .vc_row:has(> div > div > .wpb_wrapper > .vc_tta-container) {
  margin-left: 0px;
  margin-right: 0px;
}

.sna-accordion .vc_tta-panels {
  display: flex;
  flex-direction: column;
}

.sna-accordion .vc_tta-panel-body {
  padding: 20px 28px;
  background-color: var(--acc_content_bg) !important;
}

.sna-accordion.accordion-shape-rounded .vc_tta-panel-heading a {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.sna-accordion.reverse-layout .vc_tta-panel-heading h2 a {
  justify-content: space-between !important;
  flex-direction: row-reverse;
  padding-right: 0px !important;
}

.vc_tta.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-controls-icon-chevron:before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 1px;
  border: none !important;
  transform: translateY(25%) rotate(0deg) !important;
  background-image: url("../img/icons/icon-arrow-unactive.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain;
}

.vc_tta.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-controls-icon.vc_tta-controls-icon-chevron {
  margin-top: 0px;
}

.vc_tta.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon-chevron:before {
  background-image: url("../img/icons/icon-arrow-down.svg");
}

.vc_tta.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon:before {
  transform: none !important;
}

.sna-accordion
  .vc_tta-panel-body
  .vc_column-inner:not(:has(.popular__container))
  .wpb_single_image:has(img.attachment-full)
  .vc_figure,
.sna-accordion
  .vc_tta-panel-body
  .vc_column-inner:not(:has(.popular__container))
  .wpb_single_image:has(img.attachment-full)
  .vc_single_image-wrapper {
  width: 100%;
}

.sna-accordion
  .vc_tta-panel-body
  .vc_column-inner:not(:has(.popular__container)):has(
    .wpb_single_image img.attachment-full
  ) {
  padding: 0;
}

.sna-accordion .popular__container {
  padding: 0px 33px;
}

.sna-accordion .vc_tta-panel-title > a,
.vc_tta.vc_tta-accordion
  .vc_tta-panels-container.sna-accordion
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a {
  background-color: var(--acc_section_bg_active) !important;
  border-color: var(--acc_section_bg_active) !important;
  color: var(--acc_section_text_active) !important;
  text-align: var(--acc_section_align) !important;
  text-transform: none;
}

.sna-accordion .vc_tta-panel-title > a,
.vc_tta.vc_tta-accordion
  .vc_tta-panels-container.sna-accordion
  .vc_tta-panel
  .vc_tta-panel-title
  > a {
  background-color: var(--acc_section_bg) !important;
  border-color: var(--acc_section_bg) !important;
  color: var(--acc_section_text) !important;
  text-align: var(--acc_section_align) !important;
  text-transform: none !important;
}

.vc_tta.vc_tta-accordion
  .vc_tta-panels-container.sna-accordion.sna-accordion
  .vc_tta-accordion
  .vc_tta-panel-heading:hover
  .vc_tta-panel-title
  > a,
.vc_tta-accordion .vc_tta-panel-heading:hover .vc_tta-panel-title > a,
.vc_tta-accordion .vc_tta-panel-heading:hover .vc_tta-title-text,
.vc_tta-accordion
  .vc_tta-panel:not(.vc_active)
  .vc_tta-panel-heading:hover
  .vc_tta-controls-icon {
  color: var(--acc_section_text) !important;
  opacity: 1 !important;
}

.vc_tta.vc_tta-accordion
  .vc_tta-panels-container.sna-accordion
  .vc_tta-panel-title
  > a
  .vc_tta-title-text,
.vc_tta-accordion
  .vc_tta-panel:not(.vc_active)
  .vc_tta-panel-heading
  .vc_tta-controls-icon {
  opacity: 1 !important;
}

.vc_tta.vc_tta-accordion
  .vc_tta-panels-container.sna-accordion
  .vc_tta-panel-title
  > a
  .vc_tta-title-text {
  font-family: "Gilroy" !important;
  order: 1;
  font-size: 20px;
}

.vc_tta.vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-controls-icon {
  position: static;
  transform: translateY(40%);
  order: 0;
  margin-right: 22px;
}

.sna-accordion .vc_tta-panel-body .vc_row {
  width: 100%;
  margin: 0;
}

.sna-accordion .vc_tta-panel-body .vc_row .row {
  margin: 0;
}

.sna-accordion .vc_tta-panel-body .vc_row .popular__container {
  padding: 0px;
  padding-left: 32px;
}

.sna-accordion
  .vc_tta-panel-body
  .vc_row
  .popular__container
  .popular__content-text
  p:first-child {
  margin-top: 0;
}

.wpb_wrapper:has(> .wpb_single_image.is-fixed-image) {
  position: sticky;
  top: 92px;
}

.vc_column-inner:has(> .wpb_wrapper > .wpb_single_image.is-fixed-image) {
  position: relative;
}

.sna-accordion
  .vc_tta-panel.vc_active
  .vc_tta-panel-body
  .wpb_wrapper:has(> .wpb_single_image.is-fixed-image) {
  position: sticky;
  top: 92px;
}

.sna-accordion
  .vc_tta-panel.vc_active
  .vc_tta-panel-body
  .vc_column-inner:has(.wpb_wrapper > .wpb_single_image.is-fixed-image) {
  position: relative;
}

.sna-accordion
  .vc_tta-panel.vc_active
  .vc_tta-panel-body:has(.wpb_wrapper > .wpb_single_image.is-fixed-image) {
  overflow: clip;
}

/* #endregion */

@media only screen and (max-width: 36em) {
  .vc_section
    .vc_container
    .vc_row:not([class*="vc_column-gap-"]):has(
      .wpb_wrapper .curriculum-popular
    ):not(:has(.wpb_wrapper > .vc_tta-container .wpb_wrapper)) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vc_column-inner:has(
      > .wpb_wrapper:last-child:first-child > .wpb_single_image
    ) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .site-content .wpb-content-wrapper .vc_section:first-child:not(:has(.hero)) {
    margin-top: 70px;
  }

  .sna-accordion .vc_tta-panel-body .vc_row .popular__container {
    padding-left: 0;
  }

  .sna-accordion .popular__container {
    padding: 0;
  }

  .vc_tta.vc_tta-accordion
    .vc_tta-panels-container.sna-accordion
    .vc_tta-panel-title
    > a
    .vc_tta-title-text {
    font-size: 16px;
  }

  .vc_tta.vc_tta-accordion
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading
    .vc_tta-controls-icon {
    transform: translateY(30%);
  }

  .sna-accordion
    .vc_tta-panel-body
    .vc_column-inner:not(:has(.popular__container))
    .wpb_single_image:has(img.attachment-full)
    .vc_figure
    img,
  .sna-accordion
    .vc_tta-panel-body
    .vc_column-inner:not(:has(.popular__container))
    .wpb_single_image:has(img.attachment-full)
    .vc_single_image-wrapper
    img {
    width: auto;
    margin: 0 auto;
  }

  .wpb_wrapper:has(> .vc_tta-container) {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.row:has(.popular__container) {
  margin: 0;
}

.vc_row.vc_column-gap-20 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.vc_row.vc_column-gap-25 {
  margin-left: -12.5px !important;
  margin-right: -12.5px !important;
}

.vc_row.vc_column-gap-30 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.vc_row.vc_column-gap-35 {
  margin-left: -17.5px !important;
  margin-right: -17.5px !important;
}

.vc_row.vc_column-gap-15 {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important;
}

.vc_row.vc_column-gap-10 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.vc_row.vc_column-gap-5 {
  margin-left: -2.5px !important;
  margin-right: -2.5px !important;
}

.vc_row.vc_column-gap-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.btn-action--primary-inset {
  font-weight: 400;
  box-shadow: inset 0px 0px 0px 1px var(--color-white) !important;
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary);
  padding: 6.5px 6px !important;
  color: var(--color-white) !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
}

/* #region teacher-list-element */
.teacher-list-title {
  font-weight: 700;
  font-size: 32px !important;
  line-height: 100% !important;
  margin-bottom: 24px;
  color: var(--color-highlight);
}

.teacher__item-wrapper {
  height: 340px;
}

.teacher__item {
  position: relative;
  height: 100%;
  max-height: 340px;
  cursor: pointer;
  overflow: hidden;
}

.teacher__item .teacher__item-thumbnail {
  height: 100%;
}

.teacher__item .teacher__item-thumbnail img {
  height: 100%;
  object-position: top;
}

.teacher__item-content {
  position: absolute;
  bottom: 0;
  height: 100%;
  max-height: 25%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(
    to top,
    rgba(9, 31, 67, 1),
    rgba(9, 31, 69, 0.93),
    rgba(9, 31, 76, 0.72),
    rgba(9, 31, 88, 0.38),
    rgba(9, 31, 102, 0)
  );
  padding: 16px 18px;
  color: var(--color-white);
  transition: all 0.1s linear;
}

.teacher__item-content .teacher__content-title {
  all: unset;
  color: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 12px;
}

.teacher__item-content .teacher__item-contact {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 8px;
  transition: margin-bottom 0.2s linear;
  list-style-type: disc;
  list-style-position: inside;
}

.teacher__item-content .teacher__item-cta {
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.2s linear, opacity 0.2s 0.1s ease-in-out;
}

.teacher__item:hover .teacher__item-cta {
  max-height: 50px;
  opacity: 1;
}

.teacher__item:hover .teacher__item-contact {
  margin-bottom: 8px;
}

.teacher__item:hover .teacher__item-content {
  max-height: 50%;
}

.teacher__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  background: #091f43;
  height: 20%;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  transition: height 0.2s linear;
}

.teacher__item:hover::before {
  /* height: 100%; */
}

.teacher__item-content .teacher__item-contact li:not(:first-child) {
  max-height: 0px;
  opacity: 0;
  transition: max-height 0.2s linear, opacity 0.2s 0.1s ease-in-out;
}

.teacher__item:hover .teacher__item-contact li:not(:first-child) {
  max-height: 50px;
  opacity: 1;
}

.teacher__slider-controls {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-top: 35px;
  height: 20px;
  display: flex;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-horizontal-gap: 12px;
}

.teacher__slider-controls .teacher__slider-nav {
  height: 24px;
  margin-top: 0px;
  position: static;
}

.teacher__slider-controls .teacher__slider-pagination {
  width: fit-content;
  position: static;
  right: 0;
}

.modal__overlay {
  z-index: 10000000000;
}

.modal__container {
  max-width: 830px;
  padding: 56px 46px;
  display: flex;
  gap: 32px;
  border-radius: 8px;
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 13px;
}

.modal__image {
  width: 312px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}

.modal__image img {
  height: 100%;
  object-position: top;
}

.modal__header {
  flex-direction: column;
  align-items: start;
  color: var(--color-highlight);
}

.modal__header .modal__title {
  font-weight: 700;
  font-size: 24px !important;
  line-height: 40px !important;
  letter-spacing: 0%;
  margin-bottom: 18px;
  color: inherit;
}

.modal__header .modal__subtitle {
  font-weight: 400;
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: 0%;
  color: inherit;
  margin-bottom: 18px;
}

.modal__content {
  margin: 0px;
  color: var(--color-black);
  text-align: justify;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}

body:has(.micromodal-slide.is-open) :is(.float-cta, .pearl_arrow_top) {
  z-index: 50;
}

body:has(.micromodal-slide.is-open) :is(.vc_container, .vc_container-fluid) {
  z-index: 50;
  position: initial;
}

@media only screen and (max-width: 36em) {
  body:has(.micromodal-slide.is-open)
    :is(.float-cta, .pearl_arrow_top, .vc_container, .vc_container-fluid) {
    z-index: 50;
  }

  .teacher-list-title {
    font-weight: 700;
    font-size: 18px !important;
    line-height: 100% !important;
  }

  /*   
  #student-modal .modal__content,
  .modal__content {
    max-height: 100% !important;
  } */
  #student-modal .modal__content,
  .modal__content {
    max-height: 120px !important;
    padding-right: 8px;
  }

  .teacher__item-overlay {
    height: 50%;
  }
  .teacher-list {
    margin: 0 20px;
  }

  .teacher__item {
    /* max-height: 232px; */
    height: 232px;
  }

  .teacher__item::before {
    height: 28%;
  }

  .teacher__item-content {
    max-height: 35%;
  }

  .teacher__slider-controls {
    position: relative;
    margin-top: 23px;
    --swiper-pagination-bullet-size: 10px;
  }

  .teacher__slider-controls .teacher__slider-nav {
    position: static;
    height: 24px;
  }

  .teacher__slider-controls .teacher__slider-nav.swiper-button-prev,
  .teacher__slider-controls .teacher__slider-nav.swiper-button-next {
    transform: unset;
  }

  .student__slider-controls .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 12px;
  }

  .teacher__item-content .teacher__content-title {
    font-size: 14px !important;
  }

  .teacher__item-content .teacher__item-contact {
    font-size: 10px;
  }

  .modal__container {
    border-radius: 8px;
    flex-direction: column;
    padding: 20px 12px;
    margin: 0px 20px;
    min-width: 350px;
    height: auto;
    gap: 24px;
    background-size: 125% !important;
    background-position: calc(0% - 20px) calc(0% - 20px) !important;
    overflow: hidden;
    background-repeat: no-repeat;
  }

  .modal__image {
    width: auto;
    max-height: 204px;
    margin: 0 auto;
    aspect-ratio: 43/51;
    border-radius: 4px;
    height: 204px;
  }

  .modal__image img {
    width: auto;
    aspect-ratio: 43/51;
    max-height: 204px;
  }

  .modal__header .modal__title {
    font-weight: 700;
    font-size: 20px !important;
    line-height: 32px !important;
    min-height: fit-content;
  }

  .modal__header .modal__subtitle {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 18px !important;
  }
}


/* #endregion */

/* #region student-list-element */
.student-list-title {
  font-weight: 700;
  font-size: 32px !important;
  line-height: 100% !important;
  margin-bottom: 24px;
  color: var(--color-highlight);
}

.student__item-wrapper {
  height: 340px;
}

.student__item {
  position: relative;
  height: 100%;
  max-height: 340px;
  cursor: pointer;
  overflow: hidden;
}

.student__item .student__item-thumbnail {
  height: 100%;
}

.student__item .student__item-thumbnail img {
  height: 100%;
  object-position: top;
}

.student__item-content {
  position: absolute;
  bottom: 0;
  height: 100%;
  max-height: 25%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(
    to top,
    rgba(9, 31, 67, 1),
    rgba(9, 31, 69, 0.93),
    rgba(9, 31, 76, 0.72),
    rgba(9, 31, 88, 0.38),
    rgba(9, 31, 102, 0)
  );
  padding: 16px 18px;
  color: var(--color-white);
  transition: all 0.1s linear;
}

.student__item-content .student__content-title {
  color: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 12px;
}

.student__item-content .student__item-contact {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 8px;
  transition: margin-bottom 0.2s linear;
  list-style-type: disc;
  list-style-position: inside;
}

.student__item-content .student__item-cta {
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.2s linear, opacity 0.2s 0.1s ease-in-out;
}

.student__item:hover .student__item-cta {
  max-height: 50px;
  opacity: 1;
}

.student__item:hover .student__item-contact {
  margin-bottom: 8px;
}

.student__item:hover .student__item-content {
  max-height: 50%;
}

.student__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  background: #091f43;
  height: 20%;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  transition: height 0.2s linear;
}

.student__item:hover::before {
  /* height: 100%; */
}

.student__item-content .student__item-contact li:not(:first-child) {
  max-height: 0px;
  opacity: 0;
  transition: max-height 0.2s linear, opacity 0.2s 0.1s ease-in-out;
}

.student__item:hover .student__item-contact li:not(:first-child) {
  max-height: 50px;
  opacity: 1;
}

.student__slider-controls {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-top: 35px;
  height: 20px;
  display: flex;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-horizontal-gap: 12px;
}

.student__slider-controls .student__slider-nav {
  height: 24px;
  margin-top: 0px;
  position: static;
}

.student__slider-controls .student__slider-pagination {
  width: fit-content;
  position: static;
  right: 0;
}

#student-modal .modal__content {
  max-height: 360px;
  overflow-y: auto;
  padding-right: 8px;
}

@media only screen and (max-width: 36em) {
  body:has(.micromodal-slide.is-open) :is(.float-cta, .pearl_arrow_top) {
    z-index: 50;
  }

  .student__item {
    /* max-height: 232px; */
    height: 232px;
  }

  .student__item-overlay {
    height: 50%;
  }

  .student__item-content .student__content-title {
    font-size: 14px !important;
  }

  .student__item-content .student__item-contact {
    font-size: 10px;
  }

  .student__item::before {
    height: 28%;
  }

  .student__item-content {
    max-height: 35%;
  }

  .student__slider-controls {
    margin-top: 23px;
    --swiper-pagination-bullet-size: 10px;
  }

  .student__slider-controls .student__slider-nav {
    position: static;
    height: 24px;
  }

  .student__slider-nav.swiper-button-prev,
  .student__slider-nav.swiper-button-next {
    transform: unset;
  }

  .student__slider-controls .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 12px;
  }
}

/* #endregion */
