:root {
  --color-r5: #fde047;
}
body {
  top: 0 !important;
}
.skiptranslate,
#google_language_translator {
  display: none !important;
}
.item-video {
  position: relative;
}

.item__slider-info {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  z-index: 40;
  line-height: 1.5;
}

.item__slider-title {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.item__slider-description {
  font-size: 20px;
  color: #fff;
  margin-bottom: 16px;
}

.item__slider-button {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 24px;
  border-radius: 16px;
  text-decoration: none;
}

.change-image-chuong-trinh-dao-tao.active {
  color: var(--color-r2);
}

.change-image-chuong-trinh-dao-tao.active::before {
  background-color: var(--color-r2);
}

.change-image-chuong-trinh-dao-tao.active::after {
  background-color: var(--color-r2);
}

.owl-chuong-trinh-dao-tao .owl-item {
  padding-bottom: 10px;
}

.nav-chuong-trinh-dao-tao {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 10px;
}

.prev-chuong-trinh-dao-tao,
.next-chuong-trinh-dao-tao {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: var(--color-r1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
}

.prev-chuong-trinh-dao-tao:hover,
.next-chuong-trinh-dao-tao:hover {
  background-color: var(--color-r2);
}

.prev-chuong-trinh-dao-tao svg,
.next-chuong-trinh-dao-tao svg {
  fill: #fff;
}
.grid-danhmuc {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}
.item-danhmuc:nth-child(3) {
  grid-column: 5;
}
.item-danhmuc:nth-child(4) {
  grid-column: 6;
}
.item-danhmuc:nth-child(5) {
  grid-column: 9;
}
.item-danhmuc:nth-child(6) {
  grid-column: 10;
}
.item-danhmuc:nth-child(7) {
  grid-column: 3/5;
  grid-row: 2;
}
.item-danhmuc:nth-child(8) {
  grid-column: 7/9;
  grid-row: 2;
}
.text-r5 {
  color: var(--color-r5);
}
.menu-lang {
  display: flex;
  gap: 6px;
}
.menu-lang-item {
  display: flex;
  width: 28px;
}
@media (max-width: 768px) {
  .item__slider-info {
    display: none;
  }
  .grid-danhmuc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .item-danhmuc:nth-child(3) {
    grid-column: initial;
  }
  .item-danhmuc:nth-child(4) {
    grid-column: initial;
  }
  .item-danhmuc:nth-child(5) {
    grid-column: initial;
  }
  .item-danhmuc:nth-child(6) {
    grid-column: initial;
  }
  .item-danhmuc:nth-child(7) {
    grid-column: span 2;
    grid-row: initial;
  }
  .item-danhmuc:nth-child(8) {
    grid-column: span 2;
    grid-row: initial;
  }
}
