body {
  background-color: #EFF5FD !important;
}

.description__list {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.description__item {
  display: flex;
  align-items: start;
}
.description__item img {
  width: 50px;
  height: auto;
}

.border-text {
  text-shadow: 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, 1px 0 0 white, -1px 0 0 white, 0 1px 0 white, 0 -1px 0 white;
}

.title__bg {
  background: url("assets/img/bg-title-new-4.jpg") top/cover;
  padding: 10rem 4rem;
  border-radius: 0 0 12px 12px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1019607843));
}
.title__wrapper {
  width: 100%;
}

.program__list {
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.program .span-link {
  grid-column: span 2;
  min-height: 100px;
}
.program .span-link img {
  max-width: 50px;
}
.program__item {
  position: relative;
}
.program__click {
  position: absolute;
  top: 10px;
  right: 12px;
  padding: 4px;
  color: white;
  background-color: rgba(38, 159, 217, 0.8);
  border-radius: 10px;
  cursor: pointer;
  animation: pulse 1.5s linear infinite;
  font-size: 14px;
}
.program__link {
  width: 100%;
}
.program__link:hover {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1019607843));
}
.program__date {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 150px;
  padding: 0.5rem;
  border: 4px solid #fff;
  border-radius: 12px;
  color: #DFEDFF;
  font-weight: bold;
  font-size: 18px;
  background: linear-gradient(to bottom, rgba(211, 57, 34, 0.5) 25%, rgba(77, 32, 92, 0.6));
  backdrop-filter: blur(3px);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2509803922));
  text-align: center;
}
.program__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 2rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgb(38, 159, 217) 20%, rgb(77, 32, 92) 75%, rgb(0, 51, 102));
}
.program__info img {
  width: 80px;
  height: auto;
  transition: all 1s ease;
}
.program__info:hover img {
  transform: scale(1.2);
}

.histories__bg {
  background: url("assets/img/bg_swiper.png") center/cover no-repeat;
  padding-inline: 1rem;
  padding-block: 4rem;
  border-radius: 18px;
}

.btn-container {
  gap: 10px;
}

.margin-p {
  margin-bottom: 3rem;
}

.footer {
  background-color: #051F56;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1399px) {
  .title .h1 {
    font-size: 2.3rem !important;
  }
  .title__bg {
    padding: 8rem 4rem;
  }
  .program .fz-lg {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 1199px) {
  .program .fz-lg {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 991px) {
  .margin-p {
    margin-bottom: 11rem;
  }
  .title .h1 {
    font-size: 2.1rem !important;
  }
  .title__bg {
    padding: 5rem 2rem;
  }
  .program .fz-lg {
    font-size: 1.4rem !important;
  }
  .program__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .histories__bg {
    padding-block: 6rem;
  }
}
@media (max-width: 767px) {
  .btn-container {
    margin-top: 575px;
  }
  html {
    font-size: 14px;
  }
  #adaptiveTitle, #adaptiveP1, #adaptiveP2 {
    display: none;
  }
  .title .h1 {
    font-size: 2rem !important;
    display: none;
  }
  .title__bg {
    padding: 3rem 1.5rem;
    background: url("assets/img/bg-title-mob-new.png") top/cover;
  }
  .program__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .program .span-link {
    grid-column: 1;
  }
  .program__info {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 12px;
  }
  .title .h1 {
    font-size: 1.8rem !important;
  }
  .title__bg {
    padding: 3rem 1rem;
  }
}
@media (max-width: 485px) {
  .btn-container {
    margin-top: 500px;
  }
}
@media (max-width: 430px) {
  .btn-container {
    margin-top: 430px;
  }
}

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