main {
  background-color: #fff;
}

.banners_hotdeal {
  margin-bottom: 24px;
  position: relative;
  height: 310px;
  overflow: hidden;
}

.grid_hotdeal {
  display: grid;
  grid-template-columns: 280px auto;
  grid-gap: 24px;
}
@media (max-width: 768px) {
  .grid_hotdeal {
    grid-template-columns: unset;
  }
}
.grid_hotdeal .list_courses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
  height: fit-content;
}
@media (max-width: 768px) {
  .grid_hotdeal .list_courses {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid_hotdeal .list_courses .item_course-hotdeal {
  padding: 8px;
  border-radius: 16px;
  background-color: rgb(244, 248, 250);
  height: fit-content;
}
@media (max-width: 768px) {
  .grid_hotdeal .list_courses .item_course-hotdeal {
    border: 1px solid #ccc;
  }
}
.grid_hotdeal .list_courses .img-box {
  display: block;
  width: 100%;
  height: 180px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .grid_hotdeal .list_courses .img-box {
    height: 58vw;
  }
}
.grid_hotdeal .list_courses .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid_hotdeal .list_courses .img-box .position_name_hd {
  position: absolute;
  bottom: 0;
  padding: 12px;
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
}
.grid_hotdeal .list_courses .img-box .name_course-hotdeal {
  color: #fff;
  font-weight: 500;
  line-height: 17px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.grid_hotdeal .list_courses .list_3_teetimes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  margin-top: 16px;
}
.grid_hotdeal .list_courses .list_3_teetimes .item_teetime-hotdeal {
  border: 1px solid rgb(248, 153, 28);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.grid_hotdeal .list_courses .list_3_teetimes .item_teetime-hotdeal .top_item_teetimes {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 100%;
  background-color: rgb(248, 153, 28);
}
.grid_hotdeal .list_courses .list_3_teetimes .item_teetime-hotdeal .bottom_item_teetimes {
  padding: 8px 0px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: rgb(248, 153, 28);
  line-height: 100%;
}

@media (max-width: 768px) {
  .banners_hotdeal {
    height: auto;
  }
  .banners_hotdeal h1 {
    top: 33%;
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .grid_hotdeal {
    grid-template-columns: unset;
  }
}

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