.home {
  overflow-x: hidden;
}
.home .vm-home {
  display: block;
}
.home .vm-section {
  position: relative;
  padding: 60px 0;
}
.home .vm-section-cause {
  padding: 0;
}
.home .vm-section-job {
  background: #f2f5f9;
}
.home .vm-section__anchor {
  position: relative;
  top: -120px;
  visibility: hidden;
}
.home .vm-section__heading {
  margin-bottom: 42px;
}
.home .vm-section__heading h2 {
  margin: 0px;
  font-size: 32px;
  color: #073459;
  line-height: 1.4;
  letter-spacing: 0;
  padding-bottom: 24px;
  text-transform: capitalize;
  position: relative;
}
.home .vm-section__heading h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #eb0738;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home .vm-section__heading .summary {
  margin: 24px 0;
  font-size: 18px;
  line-height: 1.4;
  color: #141414;
}
.home .vm-hero {
  min-height: calc(100vh - 129px);
  background: linear-gradient(180deg, #082f51 0%, #0b4778 100%);
}
.home .vm-hero-slider,
.home .vm-hero-slide,
.home .vm-hero__inner {
  min-height: inherit;
}
.home .vm-hero-slide {
  isolation: isolate;
}
.home .vm-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(7, 25, 42, 0.92) 0%, rgba(7, 52, 89, 0.76) 32%, rgba(7, 52, 89, 0.22) 66%, rgba(7, 52, 89, 0.08) 100%), radial-gradient(circle at 16% 26%, rgba(235, 7, 56, 0.18), transparent 18%);
  z-index: -1;
}
.home .vm-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 480px;
  animation: vm-rise 0.8s ease both;
}
.home .vm-hero__kicker {
  width: 100%;
  max-width: 124px;
  margin-bottom: 30px;
}
.home .vm-hero h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.home .vm-hero p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 30px;
}
.home .vm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
  padding: 15px 24px;
  border: 0;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--vm-red) 0%, #ff4064 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(235, 7, 56, 0.28);
}
.home .vm-button:hover,
.home .vm-button:focus-visible {
  background: linear-gradient(135deg, var(--vm-red-dark) 0%, var(--vm-red) 100%);
}
.home .vm-hero__dots {
  bottom: 34px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(4, 24, 41, 0.26);
  backdrop-filter: blur(8px);
}
.home .vm-social-sticky {
  right: 20px;
  gap: 10px;
}
.home .vm-grid-activities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "item1 item1 item2 item5" "item3 item4 item4 item5";
  gap: 26px;
}
.home .vm-grid-activities .vm-card:nth-child(1) {
  grid-area: item1;
}
.home .vm-grid-activities .vm-card:nth-child(2) {
  grid-area: item2;
}
.home .vm-grid-activities .vm-card:nth-child(3) {
  grid-area: item3;
}
.home .vm-grid-activities .vm-card:nth-child(4) {
  grid-area: item4;
}
.home .vm-grid-activities .vm-card:nth-child(5) {
  grid-area: item5;
}
.home .vm-grid-activities .vm-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(7, 52, 89, 0.12);
  position: relative;
  display: block;
}
.home .vm-grid-activities .vm-card a {
  display: block;
  width: 100%;
  height: 100%;
}
.home .vm-grid-activities .vm-card__media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.home .vm-grid-activities .vm-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.home .vm-grid-activities .vm-card__content .vm-card__logo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  object-fit: contain;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(7, 52, 89, 0.15);
  flex-shrink: 0;
}
.home .vm-grid-activities .vm-card__content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.home .vm-grid-jobs-carousel {
  position: relative;
  overflow: visible;
}
.home .vm-grid-jobs-carousel .vm-jobs-carousel__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 36px;
}
.home .vm-grid-jobs-carousel .vm-jobs-carousel__row:last-child {
  margin-bottom: 0px;
}
.home .vm-grid-jobs-carousel .vm-job-card {
  border-radius: 28px;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.24s ease;
  position: relative;
}
.home .vm-grid-jobs-carousel .vm-job-card > a {
  width: 100%;
  display: block;
  position: relative;
}
.home .vm-grid-jobs-carousel .vm-job-card:hover {
  transform: translateY(-4px);
  transition: all 0.24s ease;
}
.home .vm-grid-jobs-carousel .vm-job-card__media {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;
}
.home .vm-grid-jobs-carousel .vm-card__logo {
  position: absolute;
  border-radius: 50%;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 12px;
  box-sizing: border-box;
  object-fit: contain;
  box-shadow: 0 4px 16px rgba(7, 52, 89, 0.12);
  z-index: 2;
}
.home .vm-grid-jobs-carousel .vm-job-card__body {
  margin-top: 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home .vm-grid-jobs-carousel .vm-job-card__body h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
  text-align: center;
}
.home .vm-grid-jobs-carousel .vm-job-card__body h3 a {
  color: #001f3d;
  text-decoration: none;
}
.home .vm-grid-jobs-carousel .vm-job-card__body h3 a span {
  font-weight: 600;
}
.home .vm-grid-jobs-carousel .vm-job-card__body .summary {
  font-size: 16px;
  color: #141414;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;
  white-space: normal;
}
.home .vm-grid-jobs-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 2px 12px rgba(7, 52, 89, 0.12);
  transition: all 0.24s ease;
  z-index: 10;
  background: #fff;
}
.home .vm-grid-jobs-carousel .owl-nav button:hover:not(:disabled) {
  box-shadow: 0 8px 24px rgba(7, 52, 89, 0.2);
}
.home .vm-grid-jobs-carousel .owl-nav button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.home .vm-grid-jobs-carousel .owl-nav button.owl-prev {
  left: -98px;
}
.home .vm-grid-jobs-carousel .owl-nav button.owl-next {
  right: -98px;
}
.home .vm-grid-jobs-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.home .vm-grid-jobs-carousel .owl-dots .owl-dot {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: none;
  position: relative;
  cursor: pointer;
  padding: 0;
  transition: all 0.24s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .vm-grid-jobs-carousel .owl-dots .owl-dot::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c4c4c4;
  transition: background 0.24s;
}
.home .vm-grid-jobs-carousel .owl-dots .owl-dot.active {
  border: 1px solid #eb0738;
  background: #f2f5f9;
}
.home .vm-grid-jobs-carousel .owl-dots .owl-dot.active::before {
  background: #eb0738;
}
.home .vm-grid-jobs-carousel .owl-dots .owl-dot:hover::before {
  background: #bdbdbd;
}
.home .vm-section-cause {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.home .vm-section-cause .cause_bgr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home .vm-section-cause .cause_bgr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home .vm-section-cause .cause_wrapper {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  border-radius: 12px;
}
.home .vm-grid-cause-carousel {
  position: relative;
  overflow: visible;
}
.home .vm-grid-cause-carousel .vm-cause-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.24s ease;
}
.home .vm-grid-cause-carousel .vm-cause-card > a {
  width: 100%;
  display: block;
  position: relative;
  flex-grow: 1;
}
.home .vm-grid-cause-carousel .vm-cause-card:nth-child(4n+1) {
  border-radius: 80px 80px 0 80px;
}
.home .vm-grid-cause-carousel .vm-cause-card:nth-child(4n+2) {
  border-radius: 80px 80px 80px 0;
}
.home .vm-grid-cause-carousel .vm-cause-card:nth-child(4n+3) {
  border-radius: 0 80px 80px 80px;
}
.home .vm-grid-cause-carousel .vm-cause-card:nth-child(4n+4) {
  border-radius: 80px 0 80px 80px;
}
.home .vm-grid-cause-carousel .vm-cause-card__media {
  width: 100%;
  height: 380px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .vm-grid-cause-carousel .vm-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, rgba(235, 7, 56, 0.5) 0%, #eb0738 100%);
  z-index: 1;
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.home .vm-grid-cause-carousel .vm-cause-card__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  height: 100%;
  justify-content: end;
  background: linear-gradient(180deg, rgba(7, 52, 89, 0) 22%, rgba(7, 52, 89, 0.86) 100%);
  transition: all 0.4s ease;
}
.home .vm-grid-cause-carousel .vm-cause-card__body .vm-card__logo {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  object-fit: contain;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.home .vm-grid-cause-carousel .vm-cause-card__body h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.4;
  text-align: center;
}
.home .vm-grid-cause-carousel .logo-arrow {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
}
.home .vm-grid-cause-carousel .vm-cause-card:hover .vm-cause-card__body {
  justify-content: center;
  background: none;
  height: 100%;
  transition: all 0.4s ease;
}
.home .vm-grid-cause-carousel .vm-cause-card:hover .vm-card__overlay {
  height: 100%;
}
.home .vm-grid-cause-carousel .vm-cause-card:hover .logo-arrow {
  height: 48px;
  opacity: 1;
  overflow: visible;
}
.home .vm-grid-cause-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 2px 12px rgba(7, 52, 89, 0.12);
  transition: all 0.24s ease;
  z-index: 10;
  background: #fff;
}
.home .vm-grid-cause-carousel .owl-nav button:hover:not(:disabled) {
  box-shadow: 0 8px 24px rgba(7, 52, 89, 0.2);
}
.home .vm-grid-cause-carousel .owl-nav button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.home .vm-grid-cause-carousel .owl-nav button.owl-prev {
  left: -98px;
}
.home .vm-grid-cause-carousel .owl-nav button.owl-next {
  right: -98px;
}
.home .vm-grid-cause-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.home .vm-grid-cause-carousel .owl-dots .owl-dot {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: none;
  position: relative;
  cursor: pointer;
  padding: 0;
  transition: all 0.24s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .vm-grid-cause-carousel .owl-dots .owl-dot::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c4c4c4;
  transition: background 0.24s;
}
.home .vm-grid-cause-carousel .owl-dots .owl-dot.active {
  border: 1px solid #eb0738;
  background: #f2f5f9;
}
.home .vm-grid-cause-carousel .owl-dots .owl-dot.active::before {
  background: #eb0738;
}
.home .vm-grid-cause-carousel .owl-dots .owl-dot:hover::before {
  background: #bdbdbd;
}
.home .vm-grid-facilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "item1 item2 item2 item3" "item4 item5 item6 item6";
  gap: 26px;
}
.home .vm-grid-facilities .vm-card:nth-child(1) {
  grid-area: item1;
}
.home .vm-grid-facilities .vm-card:nth-child(2) {
  grid-area: item2;
}
.home .vm-grid-facilities .vm-card:nth-child(3) {
  grid-area: item3;
}
.home .vm-grid-facilities .vm-card:nth-child(4) {
  grid-area: item4;
}
.home .vm-grid-facilities .vm-card:nth-child(5) {
  grid-area: item5;
}
.home .vm-grid-facilities .vm-card:nth-child(6) {
  grid-area: item6;
}
.home .vm-grid-facilities .vm-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(7, 52, 89, 0.12);
  position: relative;
  display: block;
}
.home .vm-grid-facilities .vm-card a {
  display: block;
  width: 100%;
  height: 100%;
}
.home .vm-grid-facilities .vm-card__media {
  position: relative;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.home .vm-grid-facilities .vm-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.home .vm-grid-facilities .vm-card__content .vm-card__logo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  object-fit: contain;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(7, 52, 89, 0.15);
  flex-shrink: 0;
}
.home .vm-grid-facilities .vm-card__content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .home .home .vm-grid-facilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "item1 item2" "item3 item4" "item5 item6";
  }
}
@media (max-width: 900px) {
  .home .home .vm-grid-facilities {
    grid-template-columns: 1fr;
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6";
  }
}

@media (max-width: 1200px) {
  .home .vm-grid-activities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "item1 item2" "item3 item4" "item5 item5";
  }
  .home .vm-grid-jobs,
  .home .vm-grid-numbers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home .vm-news__grid,
  .home .vm-cta__inner,
  .home .vm-program-row {
    grid-template-columns: 1fr;
  }
  .home .vm-news-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home .vm-news-strip__action {
    grid-column: span 2;
  }
}
@media (max-width: 900px) {
  .home .vm-section {
    padding: 72px 0;
  }
  .home .vm-hero {
    min-height: auto;
  }
  .home .vm-hero-slider,
  .home .vm-hero-slide,
  .home .vm-hero__inner {
    min-height: 720px;
  }
  .home .vm-grid-activities {
    grid-template-columns: 1fr;
    grid-template-areas: "item1" "item2" "item3" "item4" "item5";
  }
  .home .vm-grid-jobs,
  .home .vm-grid-campus,
  .home .vm-grid-numbers,
  .home .vm-footer__inner {
    grid-template-columns: 1fr;
  }
  .home .vm-card__media,
  .home .vm-campus-card__media {
    min-height: 300px;
  }
  .home .vm-program-row,
  .home .vm-cta__inner {
    padding: 28px;
  }
  .home .vm-program-visual {
    min-height: 420px;
  }
  .home .vm-program-list,
  .home .vm-news-list .vm-news-card {
    grid-template-columns: 1fr;
  }
  .home .vm-news-strip {
    grid-template-columns: 1fr;
  }
  .home .vm-news-strip__action {
    grid-column: auto;
    padding: 0;
  }
  .home .vm-news-list .vm-news-card__media {
    min-height: 220px;
  }
  .home .vm-social-sticky,
  .home .vm-hero__arrow {
    display: none;
  }
}
.vm-section-review {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.vm-section-review .cause_bgr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.vm-section-review .cause_bgr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vm-section-review .cause_wrapper {
  position: relative;
  z-index: 1;
  border-radius: 12px;
}

.review-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}

.review-content__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  height: 100%;
  max-height: 460px;
}

.review-tabs-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
}

.review-tab {
  padding: 16px;
  background: #f8f8f8;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #073459;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  text-transform: capitalize;
  border-bottom: 2px solid transparent;
  margin-bottom: -12px;
  padding-bottom: 12px;
  border-bottom-color: #ededed;
  line-height: 1;
}
.review-tab:hover {
  color: #eb0738;
}
.review-tab.active {
  color: #eb0738;
  border-bottom-color: #eb0738;
  background: #fff;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 4px 12px rgba(20, 20, 43, 0.1);
}

.review-video-container {
  position: relative;
  width: 100%;
}

.review-video-item {
  display: none;
  width: 100%;
}
.review-video-item.active {
  display: block;
}

.review-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(20, 20, 43, 0.15);
}

.review-video-thumbnail {
  width: 100%;
  height: 100%;
}
.review-video-thumbnail img {
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  transform: scale(1);
  width: 100%;
  height: 100%;
}

.review-video-wrapper:hover .review-video-thumbnail img {
  transform: scale(1.05);
}

.review-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}
.review-video-play img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}
.review-video-play:hover img {
  transform: scale(1.1);
}
.review-video-play:active img {
  transform: scale(0.95);
}

.review-video-iframe-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.review-video-iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.review-content__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 8px 32px rgba(20, 20, 43, 0.08);
  height: 100%;
  max-height: 460px;
}
.review-content__right .bgr-review {
  position: absolute;
  z-index: 0;
}
.review-content__right .static {
  position: relative;
}
.review-content__right .static .image {
  margin-bottom: 20px;
}
.review-content__right .static .image img {
  margin: auto;
}
.review-content__right .static .text {
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: capitalize;
  text-align: center;
}
.review-content__right .static h2 {
  color: #eb0738;
  font-size: 32px;
  font-weight: 700;
}
.review-content__right .static h3 {
  color: #001f3d;
  font-size: 18px;
  font-weight: 600;
}
.review-content__right .static::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #eb0738;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.review-item {
  display: none;
  position: relative;
}
.review-item.active {
  display: block;
}

.review-item-meta {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #999;
  letter-spacing: 0.03em;
}

.review-item-body {
  font-size: 16px;
  line-height: 1.4;
  color: #001f3d;
  margin: 0;
  overflow-y: auto;
  height: 204px;
  padding-right: 15px;
  text-align: justify;
}
.review-item-body::-webkit-scrollbar {
  height: 100%;
  width: 5px;
  margin-top: 5px;
}
.review-item-body::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 4px;
}
.review-item-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #eb0738;
}
.review-item-body::-webkit-scrollbar-thumb:hover {
  background: #eb0738;
}
.review-item-body p {
  margin: 0 0 14px 0;
}
.review-item-body p:last-child {
  margin-bottom: 0;
}
.review-item-body ul,
.review-item-body ol {
  margin: 0 0 14px 0;
  padding-left: 20px;
}
.review-item-body ul li,
.review-item-body ol li {
  margin-bottom: 8px;
  color: #001f3d;
}
.review-item-body strong {
  color: #eb0738;
  font-weight: 600;
}
.review-item-body em {
  font-style: italic;
  color: #333;
}

@media (max-width: 640px) {
  .home .vm-section {
    padding: 56px 0;
  }
  .home .vm-hero-slider,
  .home .vm-hero-slide,
  .home .vm-hero__inner {
    min-height: 620px;
  }
  .home .vm-hero h1 {
    font-size: 34px;
  }
  .home .vm-hero p,
  .home .vm-section__heading p {
    font-size: 15px;
  }
  .home .vm-section__heading h2,
  .home .vm-cta h2 {
    font-size: 30px;
  }
  .home .vm-program-row,
  .home .vm-cta__inner,
  .home .vm-form {
    padding: 22px;
  }
  .home .vm-job-card h3,
  .home .vm-campus-card h3,
  .home .vm-news-card h3,
  .home .vm-program-copy h3 {
    font-size: 21px;
  }
  .home .vm-number-card strong {
    font-size: 32px;
  }
}

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