.ml-hero-section {
  background: #000;
  width: 100%;
  position: relative;
}

.ml-hero-swiper {
  width: 100%;
}

.ml-hero-slide {
  position: relative;
  overflow: hidden;
  height: 60vh;
  min-height: 380px;
  max-height: 620px;
}
@media (min-width: 992px) {
  .ml-hero-slide {
    height: 100vh;
    min-height: 600px;
    max-height: 1000px;
  }
}
.ml-hero-slide__img-wrap {
  position: absolute;
  inset: 0;
}
.ml-hero-slide__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.ml-hero-slide__link {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
}
.ml-hero-slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 100%);
  padding: 2.5rem 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .ml-hero-slide__overlay {
    padding: 3rem 0;
  }
}
@media (min-width: 992px) {
  .ml-hero-slide__overlay {
    padding: 3.5rem 0;
  }
}
.ml-hero-slide__caption {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  padding-left: 1.25rem;
  line-height: 1.3;
  position: relative;
  max-width: 80%;
}
@media (min-width: 768px) {
  .ml-hero-slide__caption {
    font-size: 2.75rem;
  }
}
.ml-hero-slide__caption p {
  margin: 0;
}
.ml-hero-slide__caption::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(to bottom, #DF7433, #DA562B, #CC103C);
}

.ml-hero-swiper .swiper-button-prev,
.ml-hero-swiper .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  transition: background-color 0.2s;
}
.ml-hero-swiper .swiper-button-prev:hover,
.ml-hero-swiper .swiper-button-next:hover {
  background-color: #fff;
}
.ml-hero-swiper .swiper-button-prev::after,
.ml-hero-swiper .swiper-button-next::after {
  background: none;
  width: auto;
  height: auto;
  margin: 0;
  font-family: swiper-icons;
  font-size: 1.1rem;
  color: #000;
}
.ml-hero-swiper .swiper-button-prev::after {
  content: "prev";
}
.ml-hero-swiper .swiper-button-next::after {
  content: "next";
}

.ml-hero-controls {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.ml-hero-swiper__pagination {
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
}
.ml-hero-swiper__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8);
  opacity: 1;
  transition: background 0.2s, border-color 0.2s;
}
.ml-hero-swiper__pagination .swiper-pagination-bullet-active {
  background: #fff;
  border-color: #fff;
}

.ml-hero-swiper__pause {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.2s;
}
.ml-hero-swiper__pause:hover {
  background: rgba(255, 255, 255, 0.6);
}

.ml-hero-swiper__pause-icon {
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 12'%3E%3Crect x='0' y='0' width='3' height='12' fill='white'/%3E%3Crect x='7' y='0' width='3' height='12' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ml-hero-swiper__pause.is-paused .ml-hero-swiper__pause-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 12'%3E%3Cpolygon points='1,0 10,6 1,12' fill='white'/%3E%3C/svg%3E");
}

.ml-feature-cards-section {
  position: relative;
  isolation: isolate;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .ml-feature-cards-section {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  .ml-feature-cards-section {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}
.ml-feature-cards-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../image/content/admissions-key-bg.jpg") center center/cover no-repeat;
  opacity: 0.8;
  z-index: -1;
}

.ml-feature-swiper {
  padding-bottom: 2.5rem !important;
}
.ml-feature-swiper__pagination {
  opacity: 1 !important;
  bottom: 0 !important;
}
.ml-feature-swiper__pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #e84c0e;
  opacity: 1;
}
.ml-feature-swiper__pagination .swiper-pagination-bullet-active {
  background: #e84c0e;
  opacity: 1;
}

.ml-feature-card {
  display: block;
  position: relative;
  overflow: hidden;
  color: inherit;
  background-color: #DA562B;
}
.ml-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #000 20%, transparent 60%);
  z-index: 1;
  pointer-events: none;
}
.ml-feature-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 33.33%;
  height: 33.33%;
  background-image: linear-gradient(0deg, #DF7433 5.77%, #DA562B 35.8%, #CC103C 75.14%, #9F0D43 99.97%);
  opacity: 0.9;
  clip-path: polygon(0% 0%, 11.11% 80%, 100% 100%, 0% 100%);
  z-index: 2;
  transition: width 0.5s ease, height 0.5s ease, clip-path 0.5s ease;
  pointer-events: none;
}
.ml-feature-card:hover {
  text-decoration: none;
}
.ml-feature-card:hover::after {
  width: 110%;
  height: 110%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.ml-feature-card:hover .ml-feature-card__img {
  transform: scale(1.05);
}
.ml-feature-card:hover .ml-feature-card__title {
  bottom: 50%;
  transform: translateY(50%);
}
.ml-feature-card__img-wrap {
  display: block;
  line-height: 0;
}
.ml-feature-card__img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.ml-feature-card__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 16px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  z-index: 4;
  pointer-events: none;
  transition: bottom 0.45s ease, transform 0.45s ease;
}
@media (min-width: 576px) {
  .ml-feature-card__title {
    font-size: 1.125rem;
    padding: 24px 20px;
  }
}
@media (min-width: 768px) {
  .ml-feature-card__title {
    font-size: 1.25rem;
    padding: 28px 28px;
  }
}
@media (min-width: 992px) {
  .ml-feature-card__title {
    font-size: 1.625rem;
    padding: 32px 40px;
  }
}
.ml-feature-card__title span {
  line-height: 1.4;
}
.ml-feature-card__arrow {
  display: none;
}

.ml-content-sections > * + * {
  margin-top: 0;
}

.ml-rankings-section {
  position: relative;
  background: linear-gradient(273.33deg, rgba(25, 23, 99, 0.5) 35.56%, rgba(25, 23, 99, 0) 78.68%), url("../image/frontpage/leading-bg.jpg") 40% center/cover no-repeat #111;
  padding: 10% 0;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .ml-rankings-section {
    min-height: 900px;
  }
}
.ml-rankings-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(50, 10, 5, 0.55) 20%, rgba(50, 10, 5, 0) 67%);
  z-index: 1;
}
.ml-rankings-section::after {
  content: "";
  position: absolute;
  inset: 0 0 0 35%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 20.03%, #DF783D 44.34%, #DF783D 69.01%, #CC123C 94.4%);
  clip-path: polygon(25% 40%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2;
}
.ml-rankings-section .container-xxl {
  position: relative;
  z-index: 3;
}
.ml-rankings-section__heading {
  font-size: 1.9rem;
  font-weight: 700;
}
.ml-rankings-section__desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
  white-space: pre-line;
}
@media (min-width: 576px) {
  .ml-rankings-section__inner {
    width: min-content;
    margin-left: auto;
  }
}

.ml-ranking-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 2rem;
  justify-items: center;
}
@media (max-width: 990.98px) {
  .ml-ranking-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .ml-ranking-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.ml-ranking-stat {
  background: #fff;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg, #DF7433 5.68%, #DA562B 59.64%, #CC103C 100%) 1;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
  padding: 1.25rem;
  min-width: 220px;
}
@media (max-width: 575.98px) {
  .ml-ranking-stat {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    padding: 1.5rem 1rem;
    gap: 0.75rem;
  }
}
@media (min-width: 576px) {
  .ml-ranking-stat:nth-child(even) {
    transform: translateY(40px);
  }
}
.ml-ranking-stat__number {
  font-size: 4rem;
  font-weight: 700;
  background: linear-gradient(180deg, #DF7433 2.14%, #DA562B 58.13%, #CC103C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
  position: relative;
}
.ml-ranking-stat__number::before {
  content: "#";
  font-size: 1.5rem;
  font-weight: 400;
  position: absolute;
  transform: translateX(-100%);
  top: 8px;
  background: linear-gradient(180deg, #DF7433 2.14%, #DA562B 58.13%, #CC103C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 575.98px) {
  .ml-ranking-stat__number {
    flex: 0 0 64px;
    min-width: 64px;
    max-width: 64px;
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.ml-ranking-stat__label {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #444;
  line-height: 1.3;
}
@media (max-width: 575.98px) {
  .ml-ranking-stat__label {
    text-align: left;
    margin-top: 0;
  }
}
.ml-ranking-stat__desc {
  margin-top: 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: #555;
  line-height: 1.3;
  white-space: pre-line;
}
@media (max-width: 575.98px) {
  .ml-ranking-stat__desc {
    text-align: left;
  }
}

.ml-student-sharing-section {
  background: #fff url("../image/frontpage/student-sharing-bg.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.ml-student-sharing-section::before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 10%;
  clip-path: polygon(0% 0%, 100% 0%, 0 100%);
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}

.ml-student-layout {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 991px) {
  .ml-student-layout {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 4rem;
  }
}

.ml-student-text-col {
  flex: 0 0 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}
@media (max-width: 991px) {
  .ml-student-text-col {
    flex: none;
    max-width: 100%;
    width: 100%;
    order: 2;
  }
}

.ml-student-photo-col {
  flex: 0 0 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .ml-student-photo-col {
    flex: none;
    max-width: 100%;
    width: 100%;
    order: 1;
  }
}

.ml-student-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.5rem;
}

.ml-student-swiper .swiper-wrapper {
  align-items: flex-start;
}

.ml-student-text__quote {
  display: none;
}
.ml-student-text__desc {
  font-size: 1.5rem;
  line-height: 1.55;
  margin-bottom: 30px;
  background: linear-gradient(90deg, #DF7433 2.14%, #DA562B 58.13%, #CC103C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ml-student-text__name {
  font-size: 1.375rem;
  font-weight: 700;
  color: #000;
}
.ml-student-text__degree {
  font-size: 1rem;
  color: #525252;
}

.ml-student-photo-outer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
}
.ml-student-photo-outer::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  border-radius: 50%;
  border: 5px solid #e84c0e;
  width: 444px;
  height: 444px;
  clip-path: polygon(80% 20%, 100% 0, 100% 50%, 80% 50%);
  animation: ml-student-inner-circle 20s linear 0s infinite;
}
@media (max-width: 991px) {
  .ml-student-photo-outer {
    width: 250px;
    height: 250px;
  }
  .ml-student-photo-outer::after {
    width: 340px;
    height: 340px;
  }
}

@keyframes ml-student-inner-circle {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.ml-student-photo-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #CDCDCD;
  width: 440px;
  height: 440px;
}
@media (max-width: 991px) {
  .ml-student-photo-ring {
    width: 340px;
    height: 340px;
  }
}

.ml-student-photo-circle {
  border-radius: 50%;
  overflow: hidden;
  width: 350px;
  height: 350px;
  position: relative;
  z-index: 1;
}
.ml-student-photo-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: opacity 0.35s ease;
}
@media (max-width: 991px) {
  .ml-student-photo-circle {
    width: 250px;
    height: 250px;
  }
}

.ml-student-thumb-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.ml-student-thumb-swiper {
  width: 216px;
  flex-shrink: 0;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

.ml-student-thumb-slide {
  border-radius: 50%;
  cursor: pointer;
  padding: 0 6px;
  position: relative;
  transform: translateY(-15px);
  transition: transform 0.6s ease;
}
.ml-student-thumb-slide img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: border-color 0.4s ease;
}
.ml-student-thumb-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  right: 6px;
  bottom: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.ml-student-thumb-slide.swiper-slide-active {
  transform: translateY(0);
}
.ml-student-thumb-slide.swiper-slide-active::after {
  opacity: 0;
}

.ml-student-thumb-slide.swiper-slide-active + .ml-student-thumb-slide {
  transform: translateY(17px);
}

.ml-student-thumb-slide.swiper-slide-active + .ml-student-thumb-slide + .ml-student-thumb-slide {
  transform: translateY(0);
}

.ml-student-thumb-prev,
.ml-student-thumb-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: box-shadow 0.2s, opacity 0.2s, transform 0.2s;
}
.ml-student-thumb-prev::after,
.ml-student-thumb-next::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: no-repeat center center/contain;
}
.ml-student-thumb-prev:hover,
.ml-student-thumb-next:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.ml-student-thumb-prev {
  transform: translateY(-100%) rotate(45deg);
}
.ml-student-thumb-prev::after {
  background-image: url("../image/icon/swiper-button-prev-orange.svg");
  transform: translate(calc(-50% - 2px), -50%);
}

.ml-student-thumb-next {
  transform: translateY(-100%) rotate(-45deg);
}
.ml-student-thumb-next::after {
  background-image: url("../image/icon/swiper-button-next-orange.svg");
  transform: translate(calc(-50% + 2px), -50%);
}

.ml-campus-tour-section {
  position: relative;
  padding: 4rem 0 5rem;
}
@media (min-width: 992px) {
  .ml-campus-tour-section {
    padding-top: 5rem;
  }
}
.ml-campus-tour-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(270deg, #DF7433 2.14%, #DA562B 58.13%, #CC103C 100%);
  clip-path: polygon(0 0, 100% 18%, 100% 100%, 0 100%);
  z-index: 0;
}
.ml-campus-tour-section > * {
  position: relative;
  z-index: 1;
}
.ml-campus-tour-section__sub {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #000;
  text-align: center;
  margin: 0 0 1.5rem;
  position: relative;
  z-index: 3;
}
.ml-campus-tour-section__media-wrap {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  overflow: visible;
  border-radius: 2px;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.22);
}
@media (min-width: 768px) {
  .ml-campus-tour-section__media-wrap {
    height: 520px;
  }
}
.ml-campus-tour-section__media-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
  border-radius: 2px;
}
.ml-campus-tour-section__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
}
.ml-campus-tour-section__watermark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem 0.75rem 1.5rem;
  font-family: "Lato", sans-serif;
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 700;
  font-style: normal;
  color: #fff;
  opacity: 0.5;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}
.ml-campus-tour-section__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  position: relative;
  z-index: 3;
}
.ml-campus-tour-section__cta:hover .ml-campus-tour-section__cta-icon {
  transform: scale(1.08);
}
.ml-campus-tour-section__cta-icon {
  display: block;
  width: 90px;
  height: 90px;
  transition: transform 0.25s ease;
}
@media (min-width: 768px) {
  .ml-campus-tour-section__cta-icon {
    width: 110px;
    height: 110px;
  }
}
.ml-campus-tour-section__cta-text {
  display: block;
  background: linear-gradient(90deg, #DF7433 2.14%, #DA562B 58.13%, #CC103C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ml-timeline-section {
  position: relative;
  padding: 6rem 0;
  isolation: isolate;
}
.ml-timeline-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #FFD5A2 15.42%, #FFBCA2 84.17%);
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  margin-top: -5%;
  z-index: -1;
}
.ml-timeline-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #ffffff 16.88%, rgba(0, 0, 0, 0) 76.25%);
  z-index: -1;
}

.ml-section-title {
  font-size: 1.6rem;
  font-weight: 700;
  background: linear-gradient(90deg, #DF7433 2.14%, #DA562B 58.13%, #CC103C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-clip: text;
  color: transparent;
  margin-bottom: 2rem;
}

.ml-timeline-swiper-outer {
  overflow: hidden;
}

.ml-timeline-swiper {
  overflow: visible !important;
  counter-reset: timeline-counter;
}
.ml-timeline-swiper .swiper-slide {
  height: auto;
}
.ml-timeline-swiper .swiper-slide:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 2px;
  background: linear-gradient(270deg, #9E9E9E 0%, #E0E0E0 62.5%);
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 576px) {
  .ml-timeline-swiper .swiper-slide:not(:last-child)::after {
    width: 32px;
  }
}
@media (min-width: 768px) {
  .ml-timeline-swiper .swiper-slide:not(:last-child)::after {
    width: 40px;
  }
}
.ml-timeline-swiper__pagination {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.ml-timeline-swiper__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #DA562B;
  opacity: 1;
  transition: background 0.2s, border-color 0.2s;
}
.ml-timeline-swiper__pagination .swiper-pagination-bullet-active {
  background: #DA562B;
  border-color: #DA562B;
}

.ml-timeline-card {
  width: 100%;
  height: 220px;
  min-width: 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  counter-increment: timeline-counter;
  display: flex;
  flex-direction: column;
  z-index: 1;
  border-top: 0;
  border-left: 0;
  border-right: 5px solid;
  border-bottom: 5px solid;
  border-image: linear-gradient(to bottom, #DF7433, #DA562B, #CC103C) 1;
}
.ml-timeline-card::before {
  content: counter(timeline-counter, decimal-leading-zero);
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-family: "Lato", sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  z-index: 0;
}
.ml-timeline-card__top {
  padding: 1.25rem 1rem 1rem;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}
.ml-timeline-card__year {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #222;
  margin-bottom: 0.35rem;
}
.ml-timeline-card__date {
  font-size: 1.1rem;
  font-weight: 700;
  color: #DA562B;
  line-height: 1.25;
}
.ml-timeline-card__bottom {
  padding: 0.85rem 1rem;
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.ml-timeline-card__label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #333;
}

.ml-events-section {
  background: #fff;
  padding: 7rem 0;
}

.ml-events-tabs {
  margin-bottom: 1.75rem;
}
.ml-events-tabs .nav-item {
  margin-bottom: -2px;
  margin-left: 35px;
  margin-right: 35px;
}
.ml-events-tabs .nav-link {
  color: #555;
  border: none;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  padding: 0.6rem 1.2rem;
  font-weight: 500;
  font-size: 1.25rem;
  transition: color 0.2s, border-color 0.2s;
}
.ml-events-tabs .nav-link:hover {
  color: #d02027;
  border-color: transparent;
}
.ml-events-tabs .nav-link.active {
  color: #000;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg, #DF7433 2.14%, #DA562B 58.13%, #CC103C 100%) 1;
  background: transparent;
}

.ml-events-tab-content {
  padding-top: 1.5rem;
}

.ml-event-item {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.ml-event-item:last-child {
  margin-bottom: 0;
}
.ml-event-item__media {
  flex-shrink: 0;
  width: 42%;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  position: relative;
  z-index: 1;
}
.ml-event-item__media img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 260px;
  object-fit: cover;
}
.ml-event-item__body {
  position: relative;
  flex: 1;
  min-width: 0;
  margin-top: 5%;
  margin-left: -10%;
  background: #fff;
  padding: 2rem 2.5rem 2rem 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: none;
  border-left: 1px solid #eeeeee;
  border-radius: 0;
}
.ml-event-item__body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #df7433 2.14%, #da562b 58.13%, #cc103c 100%);
  border-radius: 0;
}
.ml-event-item__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  color: #000;
}
.ml-event-item__desc {
  font-size: 0.9rem;
  color: #555;
  margin: 0 0 1.5rem;
  line-height: 1.8;
}
.ml-event-item__desc ul {
  padding-left: 1.25rem !important;
  margin: 0.5rem 0 !important;
  list-style: disc !important;
}
.ml-event-item__desc ul ul {
  list-style: circle !important;
  margin: 0.25rem 0 !important;
}
.ml-event-item__desc li {
  display: list-item !important;
  list-style: inherit !important;
  margin-bottom: 0.25rem;
}
.ml-event-item__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #da562b !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
  width: max-content;
}
.ml-event-item__arrow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23DA562B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .ml-event-item {
    flex-direction: column;
  }
  .ml-event-item__media {
    width: 100%;
    height: 320px;
  }
  .ml-event-item__media img {
    min-height: 300px;
  }
  .ml-event-item__body {
    margin: -100px 1rem 0;
    padding: 1.25rem 1.5rem;
    z-index: 1;
  }
  .ml-event-item__title {
    font-size: 1.15rem;
  }
}

.ml-graduate-stories-section {
  overflow: hidden;
  background: #fff;
  padding: 100px 0;
}

.ml-graduate-swiper {
  overflow: visible !important;
}
.ml-graduate-swiper__pagination {
  position: relative !important;
  bottom: auto !important;
  top: auto !important;
  text-align: left !important;
  width: max-content !important;
  padding: 1.25rem 0 1.25rem 8%;
}
.ml-graduate-swiper__pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #D64130;
  opacity: 1;
  width: 12px;
  height: 12px;
  transition: background 0.2s;
}
.ml-graduate-swiper__pagination .swiper-pagination-bullet-active {
  background: #D64130;
}
.ml-graduate-swiper__prev, .ml-graduate-swiper__next {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 44px !important;
  height: 44px !important;
  top: 50% !important;
  transform: translateY(-50%);
  transition: background-color 0.2s;
}
.ml-graduate-swiper__prev:hover, .ml-graduate-swiper__next:hover {
  background-color: #fff;
}
.ml-graduate-swiper__prev::after, .ml-graduate-swiper__next::after {
  background: none;
  width: auto;
  height: auto;
  margin: 0;
  font-family: swiper-icons;
  font-size: 1.1rem;
  color: #000;
}
.ml-graduate-swiper__prev {
  left: 2% !important;
}
.ml-graduate-swiper__prev::after {
  content: "prev";
}
@media (min-width: 992px) {
  .ml-graduate-swiper__prev {
    left: 7% !important;
  }
}
@media (min-width: 1200px) {
  .ml-graduate-swiper__prev {
    left: 14% !important;
  }
}
.ml-graduate-swiper__next {
  right: 2% !important;
}
.ml-graduate-swiper__next::after {
  content: "next";
}
@media (min-width: 992px) {
  .ml-graduate-swiper__next {
    right: 7% !important;
  }
}
@media (min-width: 1200px) {
  .ml-graduate-swiper__next {
    right: 14% !important;
  }
}

.ml-grad-slide {
  position: relative;
  opacity: 0.2;
  transition: opacity 0.4s ease;
}
.ml-grad-slide__media {
  position: relative;
  height: 400px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ml-grad-slide__media {
    height: 480px;
  }
}
@media (min-width: 1200px) {
  .ml-grad-slide__media {
    height: 560px;
  }
}
.ml-grad-slide__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
  clip-path: polygon(0 0, 100% 0, 97% 95%, 2% 100%);
}
.ml-grad-slide__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
}
.ml-grad-slide__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-decoration: none;
  color: #fff;
}
.ml-grad-slide__play::after {
  content: "";
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  background: url("../image/icon/icon-play-large-white.svg") center/contain no-repeat;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}
.ml-grad-slide__play svg {
  display: none;
}
.ml-grad-slide__play:hover, .ml-grad-slide__play:focus {
  color: #fff;
  text-decoration: none;
}
.ml-grad-slide__caption {
  background: #fff;
  padding: 1.5rem 1.75rem 1.75rem;
  margin-right: 90px;
  margin-bottom: -130px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-image: linear-gradient(90deg, #DF7433 5.68%, #DA562B 59.64%, #CC103C 100%) 1;
  border-bottom: 4px solid transparent;
  z-index: 10;
}
@media (min-width: 768px) {
  .ml-grad-slide__caption {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    padding: 2rem 2.25rem 2.25rem;
    opacity: 0;
    transition: opacity 0.35s ease 0.1s;
  }
}
@media (min-width: 1200px) {
  .ml-grad-slide__caption {
    width: 75%;
    padding: 2.25rem 2.75rem;
  }
}
.ml-grad-slide.swiper-slide-active {
  opacity: 1;
}
@media (min-width: 768px) {
  .ml-grad-slide.swiper-slide-active .ml-grad-slide__caption {
    opacity: 1;
  }
}
.ml-grad-slide__category {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #e84c0e;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 5px;
}
.ml-grad-slide__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  line-height: 1.25;
  margin: 0 0 1.25rem;
}
@media (min-width: 768px) {
  .ml-grad-slide__title {
    font-size: 2.125rem;
  }
}
@media (min-width: 1200px) {
  .ml-grad-slide__title {
    font-size: 2.25rem;
  }
}
.ml-grad-slide__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  float: right;
  min-width: 150px;
  padding: 9px 20px;
  border-radius: 100px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #DF7433 0%, #DA562B 31.87%, #CC103C 73.65%, #9F0D43 100%) border-box !important;
  color: #DA562B !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.ml-grad-slide__cta::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("../image/icon/icon-play-small-orange.svg") center/contain no-repeat;
}

@media (max-width: 767.98px) {
  .ml-campus-tour-section {
    min-height: 260px;
  }
  .ml-campus-tour-section__heading {
    font-size: 1.5rem;
  }
  .ml-campus-tour-section__sub {
    font-size: 1.1rem;
  }
  .ml-timeline-card {
    height: 200px;
  }
  .ml-timeline-card__date {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  body.is-mainland-page h2 {
    font-size: 2.5rem;
  }
}

.nav-tabs {
  border-bottom: none;
}

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