.swiper-muctieuIECES {
  overflow: hidden;
  padding: 12px 0;
}

.swiper-muctieuIECES .swiper-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.swiper-muctieuIECES .swiper-slide {
  color: #ffffff;
  display: flex;
  height: 400px !important;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 25px;
  visibility: hidden;
  background-color: #fff;
  transition: transform 0.5s ease, height 0.5s ease;
  filter: drop-shadow(0px 3px 9.4px rgba(0, 0, 0, 0.3));
  padding: 2% 2%;
  user-select: none;
}

.swiper-muctieuIECES .swiper-slide.swiper-slide-visible {
  visibility: visible;
  transition: transform 0.5s ease, height 0.5s ease, visibility 0s,
    padding 0.5s ease;
}

.swiper-muctieuIECES .swiper-slide-visible.custom-first-visible,
.swiper-muctieuIECES .swiper-slide-visible.custom-last-visible {
  height: 400px !important;
  filter: drop-shadow(0px 3px 9.4px rgba(0, 0, 0, 0.3));
}

.swiper-muctieuIECES .swiper-slide-visible.custom-first-visible {
  transform: translate3d(0px, 0px, -200px) rotateX(0deg) rotateY(60deg) scale(1) !important;
}

.swiper-muctieuIECES .swiper-slide-visible.custom-last-visible {
  transform: translate3d(0px, 0px, -200px) rotateX(0deg) rotateY(-60deg)
    scale(1) !important;
}

.swiper-muctieuIECES .swiper-slide-active {
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1.1);
  height: 400px !important;
  z-index: 10;
  background-image: linear-gradient(#a4cd39, #179c48);
  filter: drop-shadow(0px 3px 9.4px rgba(0, 0, 0, 0.3));
}

.swiper-muctieuIECES .swiper-slide-prev,
.swiper-muctieuIECES .swiper-slide-next {
  height: 300px !important;
  filter: drop-shadow(0px 3px 9.4px rgba(0, 0, 0, 0.3));
}

.swiper-muctieuIECES .swiper-slide-prev {
  transform: translate3d(0px, 0px, -109.907px) rotateX(0deg) rotateY(50deg)
    scale(1) !important;
}

.swiper-muctieuIECES .swiper-slide-next {
  transform: translate3d(0px, 0px, -125.577px) rotateX(0deg) rotateY(-50deg)
    scale(1) !important;
}

.swiper-muctieuIECES .swiper-wrapper .title {
  color: #1e3756;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 8%;
}

.swiper-muctieuIECES .swiper-wrapper .description {
  color: #1e3756;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
}

.swiper-muctieuIECES .swiper-wrapper .swiper-slide-active .title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.swiper-muctieuIECES .swiper-wrapper .swiper-slide-active .description {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 1240px) {
  .swiper-muctieuIECES .swiper-wrapper .description {
    font-size: 14px;
    font-weight: 400;
  }

  .swiper-muctieuIECES .swiper-wrapper .swiper-slide-active .description {
    font-size: 14px;
    font-weight: 400;
  }
}

@media only screen and (max-width: 1023px) {
  .swiper-muctieuIECES {
    padding: 12px 12px 12px;
  }

  .swiper-muctieuIECES .swiper-slide-prev,
  .swiper-muctieuIECES .swiper-slide-next {
    transform: none !important;
  }

  .swiper-muctieuIECES .swiper-slide.swiper-slide-visible {
    transition: none;
  }

  .swiper-muctieuIECES .swiper-slide {
    padding: 3% 10%;
    height: 200px !important;
    z-index: 10;
    transition: background-color 0.5s ease, color 0.5s ease;
    filter: drop-shadow(0px 3px 9.4px rgba(0, 0, 0, 0.3));
  }

  .swiper-muctieuIECES .swiper-slide-active {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .swiper-muctieuIECES .swiper-slide-visible.custom-first-visible,
  .swiper-muctieuIECES .swiper-slide-visible.custom-last-visible {
    transform: none !important;
    height: 200px !important;
  }

  .swiper-muctieuIECES .swiper-wrapper .title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5%;
  }

  .swiper-muctieuIECES .swiper-wrapper .description {
    font-size: 14px;
    font-weight: 400;
  }

  .swiper-muctieuIECES .swiper-wrapper .swiper-slide-active .title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5%;
  }

  .swiper-muctieuIECES .swiper-wrapper .swiper-slide-active .description {
    font-size: 14px;
    font-weight: 400;
  }

  .swiper-muctieuIECES .swiper-pagination {
    bottom: -20px !important;
  }

  .swiper-muctieuIECES .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .swiper-muctieuIECES .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #d11f39;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-muctieuIECES .swiper-slide {
    padding: 3% 10%;
    height: 200px !important;
    z-index: 10;
    transition: background-color 0.5s ease, color 0.5s ease;
    filter: drop-shadow(0px 3px 9.4px rgba(0, 0, 0, 0.3));
  }

  .swiper-muctieuIECES .swiper-wrapper .title {
    font-size: 18px;
    font-weight: 700;
  }

  .swiper-muctieuIECES .swiper-wrapper .description {
    font-size: 13px;
    font-weight: 400;
  }

  .swiper-muctieuIECES .swiper-wrapper .swiper-slide-active .title {
    font-size: 18px;
    font-weight: 700;
  }

  .swiper-muctieuIECES .swiper-wrapper .swiper-slide-active .description {
    font-size: 13px;
    font-weight: 400;
  }
}

.swiper-muctieuKhoaHoc {
  overflow: hidden;
  padding: 17px 12px;
}

.swiper-muctieuKhoaHoc .swiper-wrapper {
  width: 80%;
  height: 400px;
  display: flex;
  align-items: center;
}

.swiper-muctieuKhoaHoc .swiper-button-prev,
.swiper-muctieuKhoaHoc .swiper-button-next {
  padding: 1.8% 1.8%;
  background-color: #0c5985;
  border-radius: 12px;
}

.swiper-muctieuKhoaHoc .swiper-button-prev::after,
.swiper-muctieuKhoaHoc .swiper-button-next::after {
  color: white;
  font-size: 24px;
  font-weight: 900;
}

.swiper-muctieuKhoaHoc .swiper-button-prev {
  left: -4%;
}

.swiper-muctieuKhoaHoc .swiper-button-next {
  right: -4%;
}

.swiper-muctieuKhoaHoc .swiper-pagination {
  bottom: -20px !important;
}

.swiper-muctieuKhoaHoc .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-muctieuKhoaHoc .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d11f39;
}

.swiper-muctieuKhoaHoc .swiper-slide {
  color: red;
  display: flex;
  height: 300px !important;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 25px;
  transition: transform 0.5s ease, height 0.5s ease;
  box-shadow: 0px 3px 9.4px 0px rgba(0, 0, 0, 0.3);
  padding: 3% 3%;
  user-select: none;
}

.swiper-muctieuKhoaHoc .swiper-slide-active {
  height: 400px !important;
  z-index: 10;
  background-image: linear-gradient(#a4cd39, #179c48);
  filter: drop-shadow(0px 3px 9.4px rgba(0, 0, 0, 0.3));
}

.swiper-muctieuKhoaHoc .swiper-wrapper .title {
  color: #1e3756;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 8%;
}

.swiper-muctieuKhoaHoc .swiper-wrapper .description {
  color: #1e3756;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
}

.swiper-muctieuKhoaHoc .swiper-wrapper .swiper-slide-active .title {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}

.swiper-muctieuKhoaHoc .swiper-wrapper .swiper-slide-active .description {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.swiper-muctieuKhoaHoc .swiper-wrapper .swiper-slide > div > div {
  color: rgba(30, 55, 86, 0.7);
}

@media only screen and (max-width: 1260px) {
  .swiper-muctieuKhoaHoc {
    padding: 12px 12px;
  }

  .swiper-muctieuKhoaHoc .swiper-wrapper {
    height: 250px;
  }

  .swiper-muctieuKhoaHoc .swiper-button-prev,
  .swiper-muctieuKhoaHoc .swiper-button-next {
    display: none;
  }

  .swiper-muctieuKhoaHoc .swiper-slide {
    height: 250px !important;
    padding: 3% 8%;
  }

  .swiper-muctieuKhoaHoc .swiper-wrapper .title {
    padding-bottom: 3%;
  }

  .swiper-muctieuKhoaHoc .swiper-wrapper .title {
    font-size: 20px;
    font-weight: 700;
  }

  .swiper-muctieuKhoaHoc .swiper-wrapper .description {
    font-size: 14px;
    font-weight: 400;
  }

  .swiper-muctieuKhoaHoc .swiper-wrapper .swiper-slide-active .title {
    font-size: 20px;
    font-weight: 700;
  }

  .swiper-muctieuKhoaHoc .swiper-wrapper .swiper-slide-active .description {
    font-size: 14px;
    font-weight: 400;
  }

  .swiper-muctieuKhoaHoc::after {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  .swiper-muctieuKhoaHoc .swiper-wrapper {
    height: 200px;
  }

  .swiper-muctieuKhoaHoc .swiper-slide {
    height: 200px !important;
    padding: 3% 15% !important;
  }

  .swiper-muctieuKhoaHoc .swiper-pagination {
    bottom: -20px !important;
  }

  .swiper-muctieuKhoaHoc .swiper-slide {
    background-image: linear-gradient(#a4cd39, #179c48);
  }

  .swiper-muctieuKhoaHoc .swiper-wrapper .title {
    padding-bottom: 3%;
  }

  .swiper-muctieuKhoaHoc .swiper-wrapper .title {
    font-size: 18px;
    color: #fff !important;
    font-weight: 700;
  }

  .swiper-muctieuKhoaHoc .swiper-wrapper .description {
    font-size: 13px;
    color: #fff !important;
    font-weight: 400;
  }

  .swiper-muctieuKhoaHoc .swiper-wrapper .swiper-slide-active .title {
    font-size: 18px;
    font-weight: 700;
  }

  .swiper-muctieuKhoaHoc .swiper-wrapper .swiper-slide-active .description {
    font-size: 13px;
    font-weight: 400;
  }
}
