.section-wrap .section-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 21px;
  color: #181818;
  margin-bottom: 32px;
}

#homeBannerSwiper {
  padding: 0 0 60px 0;
}
#homeBannerSwiper .swiper-slide img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
#homeBannerSwiper .swiper-button-next,
#homeBannerSwiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #181818;
  border: 1px solid #474C52;
  border-radius: 50%;
  top: 54%;
}
#homeBannerSwiper .swiper-button-next:after,
#homeBannerSwiper .swiper-button-prev:after {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 700;
}
#homeBannerSwiper .swiper-button-next {
  right: 48px;
}
#homeBannerSwiper .swiper-button-prev {
  left: 48px;
}

.section-free-courses,
.section-courses {
  padding-bottom: 60px;
}

.course-swiper {
  overflow: visible !important;
}
.course-swiper > .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.course-swiper > .swiper-wrapper > .swiper-slide {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px #E3E4E7;
}
.course-swiper .course-item .course-thumb-swiper .swiper-slide img {
  width: 100%;
  height: 213px;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-swiper .course-item .course-thumb-swiper .swiper-button-next,
.course-swiper .course-item .course-thumb-swiper .swiper-button-prev {
  width: 24px;
  height: 24px;
  background-color: #181818;
  border: 1px solid #474C52;
  border-radius: 50%;
  top: 55%;
}
.course-swiper .course-item .course-thumb-swiper .swiper-button-next:after,
.course-swiper .course-item .course-thumb-swiper .swiper-button-prev:after {
  font-size: 10px;
  color: #FFFFFF;
  font-weight: 700;
}
.course-swiper .course-item .course-info {
  padding: 16px 16px 24px 16px;
}
.course-swiper .course-item .course-info .meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.course-swiper .course-item .course-info .meta > * {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 8px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #FF0000;
  font-weight: 600;
  font-size: 14px;
  line-height: 2;
  color: #FF0000;
}
.course-swiper .course-item .course-info .meta > * span {
  margin-top: 4px;
}
.course-swiper .course-item .course-info .meta .course-type.orange {
  background-color: #FF8D28;
  border-color: #FF8D28;
  color: #ffffff;
}
.course-swiper .course-item .course-info .meta .course-type.blue {
  background-color: #006CFC;
  border-color: #006CFC;
  color: #ffffff;
}
.course-swiper .course-item .course-info .title {
  font-size: 20px;
  line-height: 1.5;
  color: #181818;
  font-weight: 700;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 991px) {
  #homeBannerSwiper .swiper-slide img {
    height: 250px;
  }
  #homeBannerSwiper .swiper-button-next,
  #homeBannerSwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  #homeBannerSwiper .swiper-button-next:after,
  #homeBannerSwiper .swiper-button-prev:after {
    font-size: 20px;
  }
  #homeBannerSwiper .swiper-button-next {
    right: 24px;
  }
  #homeBannerSwiper .swiper-button-prev {
    left: 24px;
  }
  .course-swiper > .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .section-wrap .section-title {
    font-size: 20px;
    margin-bottom: 17px;
  }
  #homeBannerSwiper {
    padding: 0 0 20px 0;
  }
  #homeBannerSwiper .swiper-slide img {
    height: 120px;
  }
  #homeBannerSwiper .swiper-button-next,
  #homeBannerSwiper .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
  #homeBannerSwiper .swiper-button-next:after,
  #homeBannerSwiper .swiper-button-prev:after {
    font-size: 10px;
  }
  #homeBannerSwiper .swiper-button-next {
    right: 16px;
  }
  #homeBannerSwiper .swiper-button-prev {
    left: 16px;
  }
  .section-free-courses,
  .section-courses {
    padding-bottom: 20px;
  }
  .section-free-courses > *,
  .section-courses > * {
    padding-right: 0 !important;
  }
  .course-swiper {
    overflow: hidden !important;
    border-radius: 8px 0 0 8px;
  }
  .course-swiper > .swiper-wrapper {
    display: flex;
    gap: 0;
    border-radius: 8px 0 0 8px;
    padding-bottom: 20px;
  }
  .course-swiper > .swiper-wrapper > .swiper-slide {
    border-radius: 8px;
    width: 265px !important;
  }
  .course-swiper .course-item .course-thumb-swiper .swiper-slide img {
    height: 149px;
  }
  .course-swiper .course-item .course-thumb-swiper .swiper-button-next,
  .course-swiper .course-item .course-thumb-swiper .swiper-button-prev {
    width: 16px;
    height: 16px;
    top: 60%;
  }
  .course-swiper .course-item .course-thumb-swiper .swiper-button-next:after,
  .course-swiper .course-item .course-thumb-swiper .swiper-button-prev:after {
    font-size: 8px;
  }
  .course-swiper .course-item .course-info {
    padding: 12px 12px 12px 12px;
  }
  .course-swiper .course-item .course-info .meta {
    margin-bottom: 8px;
  }
  .course-swiper .course-item .course-info .meta > * {
    height: 22px;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 2;
  }
  .course-swiper .course-item .course-info .meta > * span {
    margin-top: 2px;
  }
  .course-swiper .course-item .course-info .meta .course-type.orange {
    background-color: #FF8D28;
    border-color: #FF8D28;
    color: #ffffff;
  }
  .course-swiper .course-item .course-info .meta .course-type.blue {
    background-color: #006CFC;
    border-color: #006CFC;
    color: #ffffff;
  }
  .course-swiper .course-item .course-info .title {
    font-size: 16px;
    line-height: 30px;
  }
}
#fixedButtonGroup {
  position: fixed;
  bottom: 0;
  right: calc(100% - (1200px + (100% - 1200px - 32px) / 2));
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
#fixedButtonGroup .fixed-button {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1607843137);
}
#fixedButtonGroup .fixed-button.ch {
  background: #FEE500;
}
#fixedButtonGroup .fixed-button.chat {
  background: linear-gradient(180deg, #006CFC 0%, #0061E3 100%);
}

@media (max-width: 1199px) {
  #fixedButtonGroup {
    right: 16px;
  }
  #fixedButtonGroup .fixed-button {
    width: 48px;
    height: 48px;
    border-radius: 20px;
  }
}/*# sourceMappingURL=home.css.map */