.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: 150px;
  margin-bottom: 0px;
}
.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: -moz-max-content;
  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: 700;
}
.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);
  -o-object-fit: contain;
     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;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 4px 16px rgba(7, 52, 89, 0.12);
  z-index: 2;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
}
.home .vm-grid-jobs-carousel .vm-card__logo img {
  width: 100%;
  max-width: 40px;
  height: auto;
}
.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%;
  -o-object-fit: cover;
     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;
  -o-object-fit: contain;
     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);
  -o-object-fit: contain;
     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: 640px) {
  .home .vm-grid-facilities {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

@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: 56px 20px;
  }
  .home .vm-section__heading {
    margin-bottom: 32px;
  }
  .home .vm-section__heading h2 {
    font-size: 24px;
    padding-bottom: 18px;
  }
  .home .vm-section__heading h2::after {
    width: 80px;
  }
  .home .vm-section__heading .summary {
    font-size: 16px;
    margin: 18px 0 0;
  }
  .home .vm-hero {
    min-height: auto;
  }
  .home .vm-hero-slider,
  .home .vm-hero-slide,
  .home .vm-hero__inner {
    min-height: 550px;
  }
  .home .vm-hero__content {
    max-width: 380px;
  }
  .home .vm-hero h1 {
    font-size: 28px;
  }
  .home .vm-hero p {
    font-size: 15px;
  }
  .home .vm-hero__arrow {
    display: none;
  }
  .home .vm-grid-activities {
    grid-template-columns: 1fr;
    grid-template-areas: "item1" "item2" "item3" "item4" "item5";
    gap: 20px;
  }
  .home .vm-grid-activities .vm-card {
    border-radius: 16px;
  }
  .home .vm-grid-activities .vm-card__media {
    min-height: 240px;
  }
  .home .vm-grid-jobs-carousel .vm-jobs-carousel__row {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 28px;
  }
  .home .vm-grid-jobs-carousel .owl-nav button {
    display: none;
  }
  .home .vm-grid-jobs-carousel .owl-dots {
    margin-top: 30px;
  }
  .home .vm-grid-cause-carousel .owl-nav button {
    display: none;
  }
  .home .vm-grid-cause-carousel .vm-carousel__wrapper .owl-item {
    min-height: auto;
  }
  .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: 280px;
  }
  .home .vm-card__content h3 {
    font-size: 16px;
  }
  .home .vm-program-row,
  .home .vm-cta__inner {
    padding: 24px;
    flex-direction: column;
  }
  .home .vm-program-visual {
    min-height: 300px;
  }
  .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 {
    display: none;
  }
  .home .vm-training-featured {
    gap: 32px;
    margin-bottom: 48px;
  }
  .home .vm-training-featured__item {
    gap: 24px;
    flex-direction: column !important;
  }
  .home .vm-training-featured__item::before, .home .vm-training-featured__item:nth-child(2)::before {
    display: none !important;
  }
  .home .vm-training-featured__image {
    width: 100% !important;
    min-height: 240px;
  }
  .home .vm-training-featured__content {
    width: 100% !important;
  }
  .home .vm-training-featured__title {
    font-size: 24px;
  }
  .home .vm-training-featured__specialties {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .home .vm-training-featured__specialty {
    padding: 18px;
    flex-direction: column;
    text-align: center;
  }
  .home .vm-training-other__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    border-radius: 16px;
    overflow: visible;
  }
  .home .vm-training-other__item {
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
  }
  .home .vm-training-other__specialties {
    grid-template-columns: 1fr;
    gap: 12px;
    border-radius: 0 0 16px 16px;
  }
  .home .vm-training-other__specialty {
    padding: 14px;
    font-size: 14px;
  }
  .home .review-content {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: stretch;
  }
  .home .review-content__left,
  .home .review-content__right {
    max-height: none;
    padding: 24px;
  }
  .home .review-tabs-wrapper {
    margin-bottom: 16px;
  }
  .home .review-tab {
    padding: 12px;
    font-size: 14px;
    flex: 1;
    text-align: center;
  }
  .home .review-video-wrapper {
    aspect-ratio: 16/9;
  }
  .home .review-item-body {
    height: auto;
    max-height: 300px;
    overflow-y: auto;
  }
  .vm-home .vm-hero__dots {
    bottom: 10px;
    padding: 8px 16px;
    backdrop-filter: unset;
  }
  .home .vm-section-training .heading-top {
    padding: 12px 20px;
    margin-bottom: 16px;
  }
  .home .vm-section-training .heading-top span {
    font-size: 14px;
  }
}
.vm-section-numbers {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.vm-section-numbers .cause_bgr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.vm-section-numbers .cause_bgr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.vm-section-numbers .cause_wrapper {
  position: relative;
  z-index: 1;
  border-radius: 12px;
}
.vm-section-numbers .number-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 900px) {
  .vm-section-numbers .number-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 640px) {
  .vm-section-numbers .number-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.vm-section-numbers .vm-number-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.vm-section-numbers .vm-number-item:hover {
  box-shadow: 0 8px 32px rgba(20, 20, 43, 0.15);
  transform: translateY(-4px);
}
@media (max-width: 640px) {
  .vm-section-numbers .vm-number-item {
    padding: 24px 16px;
  }
}
.vm-section-numbers .vm-number-item__icon {
  width: 100%;
  max-width: 100px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  flex-shrink: 0;
}
.vm-section-numbers .vm-number-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(235, 7, 56, 0.2));
}
@media (max-width: 640px) {
  .vm-section-numbers .vm-number-item__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }
}
.vm-section-numbers .vm-number-item__value {
  font-size: 32px;
  font-weight: 800;
  color: #eb0738;
  line-height: 1.2;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
}
.vm-section-numbers .vm-number-item__value:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 900px) {
  .vm-section-numbers .vm-number-item__value {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .vm-section-numbers .vm-number-item__value {
    font-size: 24px;
  }
}
.vm-section-numbers .vm-number-item__description {
  font-size: 15px;
  line-height: 1.4;
  color: #001f3d;
  font-weight: 500;
}
@media (max-width: 640px) {
  .vm-section-numbers .vm-number-item__description {
    font-size: 13px;
  }
}

.vm-section-training {
  position: relative;
  padding: 60px 0;
  background: #f2f5f9;
}
.vm-section-training .heading-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 36px;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 30px;
}
.vm-section-training .heading-top span {
  text-transform: uppercase;
  color: #eb0738;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 900px) {
  .vm-section-training {
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  .vm-section-training {
    padding: 30px 0;
  }
}
.vm-section-training::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 560px;
  height: 100%;
  max-height: 720px;
  background: url(../images/v3.png) no-repeat;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 640px) {
  .vm-section-training::before {
    display: none;
  }
}

.vm-training-featured {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}

.vm-training-featured__item {
  display: flex;
  align-items: center;
  overflow: visible;
  transition: all 0.3s ease;
  gap: 50px;
  position: relative;
  z-index: 1;
}
.vm-training-featured__item:nth-child(2) {
  flex-direction: row-reverse;
}
.vm-training-featured__item:nth-child(2)::before {
  content: "";
  position: absolute;
  right: calc((100vw - 1280px) / -2);
  bottom: 0;
  width: 560px;
  height: 720px;
  background: url(../images/v4.png) no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 640px) {
  .vm-training-featured__item:nth-child(2)::before {
    display: none;
  }
}

.vm-training-featured__image {
  width: 45%;
  min-height: 320px;
  overflow: hidden;
  flex-shrink: 0;
}
.vm-training-featured__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
@media (max-width: 900px) {
  .vm-training-featured__image {
    width: 35%;
    min-height: 280px;
  }
}
@media (max-width: 640px) {
  .vm-training-featured__image {
    width: 100%;
    min-height: 200px;
  }
}

.vm-training-featured__content {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  position: relative;
  z-index: 1;
}

.vm-training-featured__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #eb0738;
  line-height: 1.4;
  text-transform: capitalize;
}

.vm-training-featured__specialties {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  flex: 1;
  background: #eeeeee;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .vm-training-featured__specialties {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.vm-training-featured__specialty {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  background: #fff;
}
.vm-training-featured__specialty:hover {
  background: #f0f5ff;
}

.vm-training-featured__specialty-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(7, 52, 89, 0.1);
  flex-shrink: 0;
}
.vm-training-featured__specialty-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vm-training-featured__specialty-name {
  font-size: 18px;
  font-weight: 500;
  color: #0d0d0d;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vm-button--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background: #f2f5f9;
  color: #073459;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.vm-button--secondary:hover {
  background: #073459;
  color: #fff;
  border-color: #073459;
}
.vm-button--secondary svg {
  width: 18px;
  height: 18px;
}

.vm-training-other {
  display: flex;
  flex-direction: column;
}

.vm-training-other__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #eb0738;
  text-align: center;
  position: relative;
  padding-bottom: 24px;
}

.vm-training-other__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.vm-training-other__item {
  position: relative;
  overflow: hidden;
  height: 480px;
  cursor: pointer;
}
.vm-training-other__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, 0.18) 50%, transparent 80%);
  transform: skewX(-15deg);
  transition: left 0s;
  z-index: 3;
  pointer-events: none;
}
.vm-training-other__item:hover::after {
  left: 160%;
  transition: left 0.7s ease;
}
.vm-training-other__item:hover .vm-training-other__image img {
  transform: scale(1.06);
}
.vm-training-other__item:hover .vm-training-other__button-wrapper {
  opacity: 1;
  transform: translateX(0);
  max-height: 60px;
}

.vm-training-other__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.vm-training-other__image {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.vm-training-other__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.vm-training-other__content {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.vm-training-other__system-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  padding: 16px 24px;
  background: #001f3d;
  width: -moz-fit-content;
  width: fit-content;
}

.vm-training-other__button-wrapper {
  overflow: hidden;
  transform: translateX(-150px);
  transition: opacity 0.35s ease, transform 0.35s ease, max-height 0.35s ease;
}

.vm-training-other__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background: #eb0738;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.vm-training-other__item:hover .vm-training-other__button svg {
  transform: translateX(3px);
}

.vm-training-other__specialties {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #e0e0e0;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(7, 52, 89, 0.06);
}
@media (max-width: 900px) {
  .vm-training-other__specialties {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .vm-training-other__specialties {
    grid-template-columns: 1fr;
  }
}

.vm-training-other__specialty {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: #fff;
  text-decoration: none;
  transition: background 0.2s ease;
}
.vm-training-other__specialty:hover {
  background: #f4f7ff;
}
.vm-training-other__specialty:hover .vm-training-other__specialty-name {
  color: #eb0738;
}

.vm-training-other__specialty-image {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
  flex-shrink: 0;
}
.vm-training-other__specialty-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vm-training-other__specialty-name {
  font-size: 16px;
  font-weight: 600;
  color: #001f3d;
  line-height: 1.4;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 640px) {
  .vm-training-other__specialty-name {
    font-size: 13px;
  }
}

.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%;
  -o-object-fit: cover;
     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 {
  -o-object-fit: cover;
     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;
  -o-object-fit: contain;
     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: 20px;
  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: 10px;
}
.review-content__right .static .image img {
  margin: auto;
}
.review-content__right .static .text {
  margin-top: 0;
  margin-bottom: 10px;
  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: 200px;
  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;
}
.review-item-body a {
  color: #eb0738;
  font-weight: 500;
}

.vm-news-hero {
  position: relative;
  min-height: 640px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.vm-news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 48, 96, 0.8) 5%, rgba(0, 48, 96, 0) 100%);
  z-index: 1;
}
.vm-news-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  align-self: end;
  padding: 30px 0;
}
.vm-news-hero__title {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  .vm-news-hero__title {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .vm-news-hero__title {
    font-size: 20px;
  }
}

.vm-breadcrumb {
  font-size: 16px;
  font-weight: 500;
}
.vm-breadcrumb__list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
}
.vm-breadcrumb__item {
  display: flex;
  align-items: center;
}
.vm-breadcrumb__item::after {
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  content: "";
}
.vm-breadcrumb__item:last-child::after {
  display: none;
}
.vm-breadcrumb__item--active {
  color: #fff;
}
.vm-breadcrumb__link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
  margin-right: 8px;
}
.vm-breadcrumb__link:hover {
  color: #EB0738;
}

.vm-section-form {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.vm-section-form .cause_bgr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.vm-section-form .contact_wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc((100vw - 1280px) / 2);
}
.vm-section-form .contact_wrapper--left {
  transform: translateY(-50%);
  width: 100%;
  max-width: 600px;
}
.vm-section-form .contact_wrapper--left .heading-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 36px;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
}
.vm-section-form .contact_wrapper--left .heading-top span {
  text-transform: uppercase;
  color: #eb0738;
  font-size: 16px;
  font-weight: 500;
}
.vm-section-form .contact_wrapper--left h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.vm-section-form .contact_wrapper--left h2 span {
  color: #eb0738;
}
.vm-section-form .contact_wrapper--left h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  margin-top: 0;
  margin-bottom: 24px;
}
.vm-section-form .form-system .ff-default .ff-el-form-control {
  font-size: 16px;
  color: #757575;
  height: 44px;
  border: none;
}
.vm-section-form .form-system .ff-default .ff_btn_style {
  background: #eb0738;
  font-size: 16px;
  font-weight: 600;
}

.vm-news-main {
  padding: 60px 0;
}
@media (max-width: 900px) {
  .vm-news-main {
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  .vm-news-main {
    padding: 20px 0;
  }
}

.vm-news-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  gap: 20px;
  flex-wrap: nowrap;
}
@media (max-width: 640px) {
  .vm-news-section__header {
    margin-bottom: 20px;
  }
}
.vm-news-section .section-subtitle {
  display: flex;
  align-items: center;
  gap: 16px;
}
.vm-news-section .section-subtitle h3 {
  display: block;
  padding: 12px 36px 12px 12px;
  background: #f3f6ff;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #073459;
  border-left: 2px solid #eb0738;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%);
}
.vm-news-section__view-all {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #EB0738;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.vm-news-section__view-all:hover {
  font-weight: 600;
  transform: translateX(4px);
}

.vm-news-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
@media (max-width: 900px) {
  .vm-news-grid {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
@media (max-width: 640px) {
  .vm-news-grid {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.vm-news-grid--featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}
.vm-news-grid--category {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .vm-news-grid--category {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .vm-news-grid--category {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .vm-news-grid--category {
    grid-template-columns: 1fr;
  }
}

.vm-news-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: none;
  transition: all 0.3s ease;
  gap: 24px;
}
.vm-news-card:hover {
  transform: translateY(-4px);
}
.vm-news-card:hover .vm-news-card__link {
  color: #EB0738;
}
.vm-news-card__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.vm-news-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.vm-news-card:hover .vm-news-card__image {
  transform: scale(1.05);
}
.vm-news-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 640px) {
  .vm-news-card__content {
    padding: 10px;
    gap: 10px;
  }
}
.vm-news-card__title {
  font-size: 18px;
  font-weight: 600;
  color: #10253c;
  margin: 0;
  line-height: 1.4;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vm-news-card__link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.vm-news-card__link:hover {
  color: #EB0738;
}
.vm-news-card__description {
  font-size: 16px;
  color: #141414;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vm-news-card__footer {
  display: flex;
  gap: 16px;
  align-items: center;
}
.vm-news-card__date {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.vm-news-card__date span {
  display: block;
  line-height: normal;
  color: rgba(27, 31, 38, 0.72);
}
@media (max-width: 640px) {
  .vm-news-card__date {
    font-size: 11px;
  }
}
.vm-news-card__read-more {
  font-size: 12px;
  font-weight: 600;
  color: #EB0738;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.vm-news-card__read-more:hover {
  color: #c90531;
  transform: translateX(4px);
}
@media (max-width: 640px) {
  .vm-news-card__read-more {
    font-size: 11px;
  }
}
.vm-news-card--category .vm-news-card__category {
  display: none;
}
.vm-news-card--category .vm-news-card__read-more {
  display: none;
}

.vm-news-categories .vm-news-category-section:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.vm-news-featured .vm-news-section__title {
  color: #EB0738;
}
.vm-news-featured__tabs {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 640px) {
  .vm-news-featured__tabs {
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
}
.vm-news-featured__tab {
  display: inline-block;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #001f3d;
  text-decoration: none;
  background: #f2f5f9;
  border: none;
  border-radius: 36px;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.vm-news-featured__tab:hover, .vm-news-featured__tab.active {
  color: #fff;
  background-color: #EB0738;
}
@media (max-width: 640px) {
  .vm-news-featured__tab {
    padding: 6px 16px;
    font-size: 12px;
  }
}
.vm-news-featured__side {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .vm-news-featured__side {
    gap: 16px;
  }
}
.vm-news-featured__category-text {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #EB0738;
}

.vm-news-card--featured-main {
  height: 100%;
}
.vm-news-card--featured-main .vm-news-card__image-wrapper--large {
  height: 350px;
  border-radius: 24px;
}
.vm-news-card--featured-main .vm-news-card__title--large {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 900px) {
  .vm-news-card--featured-main .vm-news-card__title--large {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .vm-news-card--featured-main .vm-news-card__title--large {
    font-size: 16px;
  }
}
.vm-news-card--featured-main .vm-news-card__description--large {
  font-size: 16px;
  color: #141414;
  margin-bottom: 0px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vm-news-card--featured-main .vm-news-card__description--large p {
  margin-bottom: 0;
}
.vm-news-card--featured-main .vm-news-card__footer--large {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  border: none;
  padding-top: 0;
  margin-top: auto;
}

.vm-news-card--featured-side {
  display: flex;
  flex-direction: row;
  gap: 24px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.vm-news-card--featured-side:hover {
  transform: translateY(-2px);
}
.vm-news-card--featured-side .vm-news-card__image-wrapper--side {
  width: 270px;
  height: 152px;
  border-radius: 24px;
  overflow: hidden;
}
.vm-news-card--featured-side .vm-news-card__image-wrapper--side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.vm-news-card--featured-side .vm-news-card__image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.vm-news-card--featured-side:hover .vm-news-card--featured-side .vm-news-card__image {
  transform: scale(1.05);
}
.vm-news-card--featured-side .vm-news-card__content--side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: -moz-fit-content;
  height: fit-content;
}
.vm-news-card--featured-side .vm-news-card__title--side {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0;
  line-height: 1.4;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 640px) {
  .vm-news-card--featured-side .vm-news-card__title--side {
    font-size: 12px;
  }
}
.vm-news-card--featured-side .vm-news-card__footer--side {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  border: none;
  padding-top: 0;
  margin-top: auto;
}
.vm-news-card--featured-side .vm-news-card__date {
  font-size: 15px;
  color: rgba(27, 31, 38, 0.72);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.vm-news-card {
  animation: fadeIn 0.5s ease;
}

.vm-news-section {
  animation: fadeIn 0.6s ease;
}

.image-wrapper--category {
  width: 100%;
  height: 225px;
  border-radius: 24px;
  overflow: hidden;
}

.vm-news-category {
  padding-bottom: 0;
}

.vm-news-category-filter {
  margin-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
@media (max-width: 900px) {
  .vm-news-category-filter {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .vm-news-category-filter {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

.vm-news-category-list {
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .vm-news-category-list {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .vm-news-category-list {
    margin-bottom: 20px;
  }
}

.vm-news-empty {
  padding: 60px 20px;
  text-align: center;
}
.vm-news-empty p {
  font-size: 16px;
  color: #10253c;
  margin: 0;
}
@media (max-width: 900px) {
  .vm-news-empty {
    padding: 40px 20px;
  }
}
@media (max-width: 640px) {
  .vm-news-empty {
    padding: 30px 20px;
  }
}

.vm-news-detail-wrapper {
  display: grid;
  grid-template-columns: 2.3fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .vm-news-detail-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  .vm-news-detail-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
}

.vm-news-detail-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 640px) {
  .vm-news-detail-content {
    gap: 20px;
  }
}

.vm-news-detail-title {
  color: #001f3d;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}

.vm-news-detail-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vm-news-detail-meta__info {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  color: #999;
}
.vm-news-detail-meta .share {
  display: flex;
  align-items: center;
  gap: 8px;
}
.vm-news-detail-meta .share span {
  color: #141414;
  font-size: 15px;
  font-weight: 500;
}
.vm-news-detail-meta__category {
  display: inline-block;
}
.vm-news-detail-meta__category-link {
  font-size: 16px;
  color: #EB0738;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.3s ease;
}
.vm-news-detail-meta__category-link:hover {
  opacity: 0.8;
}
.vm-news-detail-meta__date {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1b1f26;
  opacity: 0.72;
}
.vm-news-detail-meta__date svg {
  flex-shrink: 0;
}
.vm-news-detail-meta__date span {
  font-size: 14px;
}

.vm-news-detail-body {
  font-size: 16px;
  line-height: 1.8;
  color: #1b1f26;
}
.vm-news-detail-body h1,
.vm-news-detail-body h2,
.vm-news-detail-body h3,
.vm-news-detail-body h4,
.vm-news-detail-body h5,
.vm-news-detail-body h6 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #141414;
  font-weight: 600;
  font-size: 16px;
}
.vm-news-detail-body p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 16px;
}
.vm-news-detail-body p:last-child {
  margin-bottom: 0;
}
.vm-news-detail-body p img {
  margin: auto;
  max-width: 100% !important;
  height: auto !important;
  width: 100%;
}
.vm-news-detail-body ul,
.vm-news-detail-body ol {
  margin: 16px 0 16px 24px;
  padding: 0;
}
.vm-news-detail-body ul li,
.vm-news-detail-body ol li {
  margin-bottom: 12px;
}
.vm-news-detail-body img {
  max-width: 100%;
  height: auto;
  margin: 24px 0;
  border-radius: 12px;
}
.vm-news-detail-body a {
  color: #EB0738;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.vm-news-detail-body a:hover {
  opacity: 0.8;
}
.vm-news-detail-body blockquote {
  padding: 20px 24px;
  margin: 24px 0;
  background-color: #f2f5f9;
  border-left: 4px solid #EB0738;
  font-style: italic;
  color: #999;
}
.vm-news-detail-body table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
}
.vm-news-detail-body table th,
.vm-news-detail-body table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ededed;
}
.vm-news-detail-body table th {
  background-color: #f2f5f9;
  font-weight: 600;
  color: #10253c;
}
@media (max-width: 640px) {
  .vm-news-detail-body {
    font-size: 15px;
    line-height: 1.7;
  }
  .vm-news-detail-body h2 {
    font-size: 20px;
  }
  .vm-news-detail-body h3 {
    font-size: 18px;
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@media (max-width: 640px) {
  .home .vm-section {
    padding: 30px 0px;
  }
  .home .vm-section__heading {
    margin-bottom: 24px;
    text-align: center;
  }
  .home .vm-section__heading h2 {
    font-size: 20px;
    padding-bottom: 14px;
  }
  .home .vm-section__heading h2::after {
    width: 60px;
  }
  .home .vm-section__heading .summary {
    font-size: 14px;
    margin: 14px 0 0;
    text-align: center;
  }
  .home .vm-hero-slider,
  .home .vm-hero-slide,
  .home .vm-hero__inner {
    min-height: 480px;
  }
  .home .vm-hero__content {
    max-width: 100%;
    padding: 0 16px;
  }
  .home .vm-hero h1 {
    font-size: 24px;
    line-height: 1.3;
  }
  .home .vm-hero p {
    font-size: 14px;
    line-height: 1.4;
  }
  .home .vm-button {
    padding: 10px 20px;
    font-size: 13px;
  }
  .home .vm-grid-activities {
    gap: 16px;
  }
  .home .vm-grid-activities .vm-card {
    border-radius: 12px;
  }
  .home .vm-grid-activities .vm-card__media {
    min-height: 200px;
  }
  .home .vm-grid-activities .vm-card__content h3 {
    font-size: 14px;
  }
  .home .vm-grid-jobs-carousel .vm-jobs-carousel__row {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 20px;
  }
  .home .vm-grid-jobs-carousel .vm-job-card {
    border-radius: 12px;
  }
  .home .vm-grid-jobs-carousel .vm-job-card__body {
    margin-top: 36px;
  }
  .home .vm-grid-jobs-carousel .vm-card__logo {
    bottom: -28px;
    width: 56px;
    height: 56px;
    padding: 8px;
  }
  .home .vm-grid-jobs-carousel .vm-job-card h3 {
    font-size: 15px;
  }
  .home .vm-grid-jobs-carousel .owl-dots {
    margin-top: 20px;
    gap: 8px;
  }
  .home .vm-grid-campus,
  .home .vm-grid-numbers {
    grid-template-columns: 1fr;
  }
  .home .vm-card__media,
  .home .vm-campus-card__media {
    min-height: 220px;
  }
  .home .vm-program-row,
  .home .vm-cta__inner,
  .home .vm-form {
    padding: 18px;
    flex-direction: column;
  }
  .home .vm-program-visual {
    min-height: 240px;
  }
  .home .vm-program-copy h3 {
    font-size: 18px;
  }
  .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-list .vm-news-card__media {
    min-height: 180px;
  }
  .home .vm-job-card h3,
  .home .vm-campus-card h3,
  .home .vm-news-card h3,
  .home .vm-program-copy h3 {
    font-size: 16px;
  }
  .home .vm-number-card strong {
    font-size: 28px;
  }
  .home .vm-training-featured {
    gap: 20px;
    margin-bottom: 32px;
  }
  .home .vm-training-featured__item {
    gap: 16px;
    flex-direction: column !important;
  }
  .home .vm-training-featured__item::before, .home .vm-training-featured__item:nth-child(2)::before {
    display: none !important;
  }
  .home .vm-training-featured__image {
    width: 100% !important;
    min-height: 180px;
  }
  .home .vm-training-featured__content {
    width: 100% !important;
    gap: 16px;
    align-items: center;
  }
  .home .vm-training-featured__title {
    font-size: 18px;
  }
  .home .vm-training-featured__specialties {
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
  }
  .home .vm-training-featured__specialty {
    padding: 12px;
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .home .vm-training-featured__specialty-image {
    width: 48px;
    height: 48px;
  }
  .home .vm-training-featured__specialty-name {
    font-size: 14px;
  }
  .home .vm-button--secondary {
    padding: 10px 16px;
    font-size: 12px;
  }
  .home .vm-training-other__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    border-radius: 12px;
    overflow: visible;
  }
  .home .vm-training-other__item {
    height: 280px;
    border-radius: 12px;
    overflow: hidden;
  }
  .home .vm-training-other__system-title {
    font-size: 14px;
    padding: 12px 16px;
  }
  .home .vm-training-other__button-wrapper {
    transform: translateX(0);
    opacity: 1;
    max-height: 100%;
  }
  .home .vm-training-other__button {
    padding: 12px;
    font-size: 12px;
    justify-content: center;
  }
  .home .vm-training-other__specialties {
    grid-template-columns: 1fr;
    gap: 8px;
    border-radius: 0 0 12px 12px;
  }
  .home .vm-training-other__specialty {
    padding: 12px;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    align-items: center;
  }
  .home .vm-training-other__specialty-image {
    width: 44px;
    height: 44px;
  }
  .home .vm-training-other__specialty-name {
    font-size: 11px;
  }
  .home .review-content {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: stretch;
  }
  .home .review-content__left,
  .home .review-content__right {
    max-height: none;
    padding: 18px 12px;
    border-radius: 12px;
    gap: 16px;
  }
  .home .review-content__left .static .image,
  .home .review-content__right .static .image {
    margin-bottom: 16px;
  }
  .home .review-content__left .static h2,
  .home .review-content__right .static h2 {
    font-size: 24px;
  }
  .home .review-content__left .static h3,
  .home .review-content__right .static h3 {
    font-size: 14px;
  }
  .home .review-content__left .static .text,
  .home .review-content__right .static .text {
    margin-bottom: 16px;
  }
  .home .review-tabs-wrapper {
    margin-bottom: 0;
    gap: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: none;
    padding-bottom: 20px;
    flex-direction: column;
  }
  .home .review-tab {
    padding: 10px;
    font-size: 13px;
    flex-shrink: 0;
    min-width: -moz-fit-content;
    min-width: fit-content;
    background: none;
    box-shadow: none;
  }
  .home .review-video-wrapper {
    aspect-ratio: 16/9;
    border-radius: 12px;
  }
  .home .review-video-play img {
    width: 60px;
    height: 60px;
  }
  .home .review-item-body {
    height: auto;
    max-height: 250px;
    font-size: 14px;
    padding-right: 10px;
    overflow-y: auto;
  }
  .home .review-item-meta {
    font-size: 12px;
  }
  .home .vm-section-form .contact_wrapper--left {
    max-width: 100%;
    padding: 0 16px;
  }
  .home .vm-section-form .contact_wrapper--left h2 {
    font-size: 22px;
  }
  .home .vm-section-form .contact_wrapper--left h4 {
    font-size: 14px;
  }
  .home .vm-training-featured__title {
    font-size: 20px;
  }
  .home .vm-training-other__specialties {
    background: none;
  }
  .home .vm-section-form .cause_bgr {
    width: 100%;
    height: calc(100vh - 70px);
  }
  .home .vm-section-form .contact_wrapper {
    right: 0;
  }
  .home .vm-section-form .contact_wrapper--left {
    padding: 0 10px;
  }
  .home .vm-section-form .contact_wrapper--left h2 {
    font-size: 18px;
  }
  .home .vm-section-form .contact_wrapper--left .heading-top {
    padding: 10px 20px;
  }
  .home .vm-section-form .contact_wrapper--left .heading-top span {
    font-size: 14px;
  }
  .home .vm-section-form .form-system .ff-default .ff_btn_style {
    font-size: 13px;
  }
  .home .vm-section-cause .cause_wrapper {
    padding: 0;
  }
  .vm-training-other__content {
    bottom: 40px;
  }
  .vm-training-other__title {
    font-size: 20px;
  }
  .vm-news-grid--featured {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .vm-news-card {
    gap: 10px;
  }
  .vm-news-card--featured-main .vm-news-card__image-wrapper--large {
    height: unset;
  }
  .vm-news-card--featured-side {
    flex-direction: column;
  }
  .vm-news-card--featured-side .vm-news-card__image-wrapper--side {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=home.css.map */