.main {
  padding: 9.4px;
  background: #fff;
}

.overview {
  margin-bottom: 18.8px;
}

.overview__img-list {
  height: 187.5px;
}

.overview__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 256.2px) {
  .carousel-inner {
    max-height: 88.8px !important;
  }
}

@media (max-width: 480px) {
  .carousel-item {
    flex-direction: column;
  }
  .overview__img {
    max-width: 100%; /* Đảm bảo ảnh không vượt quá chiều rộng của col-12 */
    height: auto; /* Duy trì tỷ lệ gốc */
  }

  .carousel-inner {
    max-height: 125px;
  }
}

.box__title {
  color: #b8000c;
  font: Bold 11.9px "Source Sans Pro", sans-serif;
  position: relative;
  padding-bottom: 3.1px;
}

.overview__heading::after,
.body-right__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 18.8px;
  height: 1.9px;
  background: #b8000c;
}

.box__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.box__list {
  margin-top: 6.2px;
  max-height: 125px;
  padding-right: 3.1px;
  overflow-y: auto;
}

.box__list::-webkit-scrollbar {
  width: 6.2px;
  background-color: #f5f5f5;
}

.box__list::-webkit-scrollbar-thumb {
  border-radius: 6.2px;
  background-color: #d2d2d2;
}

.box__item {
  position: relative;
  padding: 2.5px 0 2.5px 9.4px;
}

.box__item + .box__item {
  border-top: 0.6px solid #dedede;
}

.box__link {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  font-size: 0.812rem;
  color: #111111;
}

.box__icon {
  position: absolute;
  left: 0;
  top: 5px;
}

.box__button-wrap {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}

.box__button {
  background: #d0d0d0;
  color: #0063c1;
  font-size: 7.5px;
  text-transform: uppercase;
  padding: 6.2px;
  border: none;
}

.body__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.body__title {
  font-size: 1rem;
  color: var(--primary-color);
}

.body__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0.6px;
  background: var(--primary-color);
}

.body__heading {
  color: var(--primary-color);
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.312rem;
}

.box__img-wrap {
  height: 28.1px;
}

.box__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: #ccc;
}

.content-list-col {
  padding: 3.1px;
}

.body__list {
  height: auto;
  overflow: visible;
}

.swiper-bottom {
  height: 93.8px;
}

.parner {
  margin-top: 12.5px;
}

.parner__slide {
  display: flex;
  align-items: center;
}

.slide__img {
  max-width: 90%;
  max-height: 50%;
  object-fit: cover;
}

.overview-list {
  margin-left: -7.5px;
  margin-top: -7.5px;
  margin-bottom: 6.2px;
}

.overview-card {
  background: #fff;
  box-shadow: 0px 12.5px 37.5px 6.2px rgba(158, 158, 162, 0.4);
  border-radius: 10px;
  padding: 7.5px;
  margin-left: 7.5px;
  margin-top: 12.5px;
  border: 0.6px solid var(--primary-color);
}

.overview-card__item-wrap {
  position: relative;
  padding-top: 75%;
}

.overview-card__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview-card__title {
  margin-top: 6.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  font-size: 0.938rem;
  font-weight: 600;
  color: #111111;
  height: calc(0.938rem * 1.4 * 3);
}

.overview-card__parner-name {
  font-size: 9.4px;
  font-weight: 400;
  color: #9e9da8;
  line-height: 146.667%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.link_url {
  font-weight: 600;
}

.slider-content {
  flex-wrap: nowrap;
  overflow: hidden;
}

ul {
  list-style-type: none;
}

.items-list {
  max-width: 90vw;
  margin: 1.250rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.875rem;
  justify-content: center;
  align-content: center;
}

.item {
  width: 6.250rem;
  height: 6.250rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  cursor: pointer;
}
.item span {
  background: #fff;
  box-shadow: 0 0.500rem 1.250rem rgba(90, 97, 129, 0.05);
  border-radius: 0.375rem;
  padding: 1.250rem;
  font-size: 1.875rem;
  transition: all 0.3s ease;
}
.item:hover span {
  transform: scale(1.2);
  color: var(--primary-pagination);
}
.item p {
  font-size: 0.750rem;
  margin-top: 0.625rem;
  color: var(--primary-color);
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.125rem;
  margin: 1.250rem;
  border-radius: 0.375rem;
}
.page__numbers,
.page__btn,
.page__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.500rem;
  font-size: 0.875rem;
  cursor: pointer;
}
.page__dots {
  width: 1.625rem;
  height: 1.625rem;
  color: var(--primary-color);
  cursor: initial;
}
.page__numbers {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 0.250rem;
}
.page__numbers:hover {
  color: var(--primary-pagination);
}
.page__numbers.active {
  color: #fff;
  background: var(--primary-pagination);
  font-weight: 600;
  border: 0.6px solid var(--primary-pagination);
  cursor: initial;
  user-select: none;
}
.page__btn {
  color: var(--primary-color);
  pointer-events: none;
}
.page__btn.active {
  color: var(--primary-color);
  pointer-events: initial;
}
.page__btn.active:hover {
  color: var(--primary-pagination);
}

.body__heading {
  line-height: 1.5;
}

.body__img-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.body__caption {
  font-size: 0.875rem;
  color: var(--primary-color);
  margin-top: 0.500rem;
  text-align: center;
  font-style: italic;
}

.body__content {
  line-height: 2;
}

.body__content--heading {
  font-size: 1.062rem;
  font-weight: 600;
  margin-bottom: 0.500rem;
}

.body_content--img-contaier {
  width: 100%;
  margin-top: 6.2px;
  margin-bottom: 6.2px;
}

.body_content--img {
  width: 100%;
  height: auto;
}

.body_content--img-desc {
  text-align: center;
  font-style: italic;
  color: #215e99;
}

.body__content--text-italic {
  font-style: italic;
}

.body__content-list {
  display: flex;
  flex-direction: column;
  gap: 0.750rem;
  margin-left: 1.250rem;
}

.body__content-list--dot {
  list-style: disc;
  list-style-position: inside;
  padding: 0;
}

.body__content-list--num {
  list-style: decimal;
  list-style-position: inside;
}

.body__content-list--content-strong {
  font-weight: 600;
}
