@charset "UTF-8";
main {
  background-color: #fff;
  padding-bottom: 0;
}

.block_slideshow {
  margin-bottom: 24px;
  border-radius: 15px;
  overflow: hidden;
}

.home-title {
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: rgb(0, 90, 148);
  font-family: "GothamBold";
}

.point {
  color: #F8991C;
  font-size: 12px;
}

.normal_price {
  font-size: 14px !important; /* Điều chỉnh kích thước font */
  color: #999 !important; /* Màu xám cho chữ */
  text-decoration: line-through; /* Gạch ngang */
}

.grid_side.date {
  font-size: 14px;
  color: #666;
}

.btn-see_all {
  color: rgb(28, 175, 71);
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  margin-left: auto;
}

.list_products_home .owl-item {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: solid 1px #c5c5c5;
}
.list_products_home .owl-item img {
  padding: 6px;
}

.top_title {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 2em 0;
  text-transform: uppercase;
}

.prominent_course.mar-bot-48 {
  padding: 3em 0;
  background: #E6EFF4;
}
.prominent_course.mar-bot-48 .top_title, .prominent_course.mar-bot-48 .list_courses_hot {
  max-width: 1230px;
  margin: 0 auto;
  margin-bottom: 1em;
}

.container .prominent_course.mar-bot-48 {
  padding: unset;
  background: unset;
}
.container .prominent_course.mar-bot-48 .list_courses_hot .owl-item .item-course_hot .info-box {
  padding: 23px 8px;
  background: #e6eff4;
  margin-top: -9px;
  border-radius: 8px;
}

.home-hot_deal {
  /* ----- PC hiển thị dạng lưới 3x2 ----- */
}
.home-hot_deal .list_hot_deal.desktop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 cột */
  gap: 24px; /* khoảng cách giữa các item */
  max-width: 1200px;
  margin: 0 auto;
}
.home-hot_deal .list_hot_deal.desktop-grid .item-hot_deal {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s;
}
.home-hot_deal .list_hot_deal.desktop-grid .item-hot_deal:hover {
  transform: translateY(-4px);
}
.home-hot_deal .list_hot_deal {
  position: relative;
}
.home-hot_deal .list_hot_deal .item-hot_deal {
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 5/3;
}
.home-hot_deal .list_hot_deal .item-hot_deal .img-box {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.home-hot_deal .list_hot_deal .item-hot_deal .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease-in-out;
}
.home-hot_deal .list_hot_deal .item-hot_deal .info-box {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 8px 12px 12px 12px;
}
.home-hot_deal .list_hot_deal .item-hot_deal .info-box .top_box-info {
  display: flex;
  justify-content: space-between;
}
.home-hot_deal .list_hot_deal .item-hot_deal .info-box .top_box-info .hole_courses {
  background: rgba(0, 0, 0, 0.12);
  padding: 4px 8px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  border-radius: 8px;
  display: flex;
  white-space: nowrap;
}
.home-hot_deal .list_hot_deal .item-hot_deal .info-box .bottom_box-info .name_course {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 16px;
}
.home-hot_deal .list_hot_deal .item-hot_deal .info-box .bottom_box-info p.rate-star {
  position: absolute;
  bottom: 27%;
}
@media (max-width: 768px) {
  .home-hot_deal .list_hot_deal .item-hot_deal .info-box .bottom_box-info p.rate-star {
    bottom: 32%;
  }
}
.home-hot_deal .list_hot_deal .item-hot_deal .info-box .bottom_box-info p.rate-star .filled-star {
  color: gold; /* Sao đã đánh giá, màu vàng */
}
.home-hot_deal .list_hot_deal .item-hot_deal .info-box .bottom_box-info p.rate-star .empty-star {
  color: transparent; /* Sao có nền trong suốt */
  -webkit-text-stroke: 1px gold; /* Đảm bảo viền cho biểu tượng sao */
}
.home-hot_deal .list_hot_deal .item-hot_deal .info-box .bottom_box-info .price_comment {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.home-hot_deal .list_hot_deal .item-hot_deal .info-box .bottom_box-info .price_comment .price_course {
  border: 1px solid rgb(248, 153, 28);
  border-radius: 8px;
  width: 128px;
  height: 36px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-hot_deal .list_hot_deal .item-hot_deal .info-box .bottom_box-info .hotdeal img {
  position: absolute;
  right: 5%;
  top: 3%;
  width: 20px;
}
.home-hot_deal .list_hot_deal .item-hot_deal .info-box .bottom_box-info .btn_teetime-box {
  display: flex;
  justify-content: space-between;
}
.home-hot_deal .list_hot_deal .item-hot_deal .info-box .bottom_box-info .btn_teetime-box .teetime_course {
  display: flex;
  gap: 4px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.home-hot_deal .list_hot_deal .item-hot_deal .info-box .bottom_box-info .btn_teetime-box .btn-box {
  border-radius: 8px;
  width: 128px;
  height: 36px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(248, 153, 28);
}
.home-hot_deal .list_hot_deal .item-hot_deal::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 16, 26, 0) 0%, rgba(0, 16, 26, 0.88) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s ease-in-out;
}
.home-hot_deal .list_hot_deal .item-hot_deal:hover .img-box img {
  transform: scale(1.2);
  transition: 0.4s ease-in-out;
}
.home-hot_deal .list_hot_deal .item-hot_deal:hover::after {
  background: linear-gradient(180deg, rgba(0, 16, 26, 0.6) 0%, rgba(0, 16, 26, 0.6) 100%);
  transition: 0.4s ease-in-out;
}
.home-hot_deal .list_hot_deal .owl-nav {
  top: 45.5%;
}
.home-hot_deal .list_hot_deal .owl-nav .owl-prev,
.home-hot_deal .list_hot_deal .owl-nav .owl-next {
  width: 40px;
  height: 40px;
}
.home-hot_deal .list_hot_deal .owl-nav .owl-prev {
  left: -20px;
}
.home-hot_deal .list_hot_deal .owl-nav .owl-next {
  right: -20px;
}

.banner-mid_home .blocks-banner .item {
  display: block;
}

.all_courses-bg {
  background-image: url("/images/3mbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 0;
}
.all_courses-bg .all_courses {
  display: grid;
  grid-template-columns: 290px auto;
  grid-gap: 12px;
}
.all_courses-bg .all_courses .title-all_course {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 80px;
}
.all_courses-bg .all_courses .list_3m_courses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
}
.all_courses-bg .all_courses .list_3m_courses .item-cat_course {
  cursor: pointer;
  padding: 8px 8px 16px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .all_courses-bg .all_courses .list_3m_courses .item-cat_course {
    padding: 8px 8px 2px;
  }
}
.all_courses-bg .all_courses .list_3m_courses .item-cat_course .img-box {
  width: 100%;
  height: 178px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  transition: 0.4s ease-in-out;
}
.all_courses-bg .all_courses .list_3m_courses .item-cat_course .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all_courses-bg .all_courses .list_3m_courses .item-cat_course .name-cat_course {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
  font-family: "GothamBold";
}
@media (max-width: 768px) {
  .all_courses-bg .all_courses .list_3m_courses .item-cat_course .name-cat_course {
    font-size: 13px;
    color: #005a94;
  }
}
.all_courses-bg .all_courses .list_3m_courses .item-cat_course .count_courses {
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.all_courses-bg .all_courses .list_3m_courses .item-cat_course .explore_text {
  margin-top: 16px;
  color: rgb(248, 153, 28);
  font-size: 14px;
  line-height: 18px;
  position: relative;
  z-index: 1;
  text-align: center;
  bottom: -30px;
  transition: 0.4s ease-in-out;
}
.all_courses-bg .all_courses .list_3m_courses .item-cat_course::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #e7f7ff;
  filter: blur(0px) brightness(1) contrast(75%) saturate(0.9) opacity(0.76);
  z-index: 0;
  top: 0;
  left: 0;
}
.all_courses-bg .all_courses .list_3m_courses .item-cat_course:hover .img-box {
  height: 150px;
  transition: 0.4s ease-in-out;
}
.all_courses-bg .all_courses .list_3m_courses .item-cat_course:hover .name-cat_course {
  color: #000;
}
.all_courses-bg .all_courses .list_3m_courses .item-cat_course:hover .count_courses {
  color: rgb(117, 117, 117);
}
.all_courses-bg .all_courses .list_3m_courses .item-cat_course:hover .explore_text {
  bottom: 0;
  transition: 0.4s ease-in-out;
}
.all_courses-bg .all_courses .list_3m_courses .item-cat_course:hover::after {
  background-color: rgb(230, 239, 244);
  filter: unset;
}

.products_golf .home-title {
  text-transform: uppercase;
}

.list_products_home .info-box {
  padding: 10px;
  height: 168px;
}
.list_products_home .name-c_h {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.list_products_home .grid_price {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
}
.list_products_home .left_price, .list_products_home .right_price {
  width: 48%; /* Đảm bảo rằng hai phần này chia đều không gian */
}
.list_products_home .text_normal {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}
.list_products_home .price {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.list_products_home .right_price .price {
  color: #005a94;
}
.list_products_home .price-old {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  margin-top: 5px;
}
.list_products_home .text_blue {
  color: #007bff; /* Màu xanh cho giá thẻ Golf Pass */
}
.list_products_home .text_red {
  font-size: 14px;
  color: #d9534f; /* Màu đỏ cho dòng Giảm tới */
  margin-top: 5px;
}
.list_products_home .grid_price > div:not(:last-child) {
  border-right: 1px solid #ccc;
  padding-right: 10px;
}
.list_products_home .grid_price > div:last-child {
  padding-left: 10px;
}
.list_products_home .owl-item {
  border-radius: 12px;
  background-color: rgb(244, 248, 250);
}

.news_home-bg {
  background-color: rgb(230, 239, 244);
  padding: 48px 0 24px;
}
.news_home-bg .news_home {
  display: grid;
  grid-template-columns: 291px auto;
  grid-gap: 12px;
  align-items: center;
}
.news_home-bg .news_home .news_home_title {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-right: 69px;
}
.news_home-bg .news_home .news_home_title .home-title {
  text-transform: uppercase;
  margin-bottom: 0;
}
.news_home-bg .news_home .news_home_title p {
  color: rgb(117, 117, 117);
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
}
.news_home-bg .news_home .list_news_home {
  overflow: hidden;
}
.news_home-bg .news_home .list_news_home .item_new {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px #C5C5C5;
}
.news_home-bg .news_home .list_news_home .item_new:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.news_home-bg .news_home .list_news_home .img-box img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #eee;
}
.news_home-bg .news_home .list_news_home .info-box {
  padding: 10px 15px;
}
.news_home-bg .news_home .list_news_home .created_cat {
  font-size: 14px;
  color: #888;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
.news_home-bg .news_home .list_news_home .created_cat span:first-child {
  color: #000;
}
.news_home-bg .news_home .list_news_home .created_cat span:last-child {
  color: #28a745; /* Màu xanh cho "Tin trong nước" */
}
.news_home-bg .news_home .list_news_home .title_new {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 5px 0;
  line-height: 1.4em;
  max-height: 2.8em; /* Giới hạn chiều cao cho 2 dòng */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Giới hạn số dòng là 2 */
  -webkit-box-orient: vertical;
  white-space: normal;
}
.news_home-bg .news_home .list_news_home .summary_new {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  line-height: 1.4em;
  max-height: 4.2em; /* Giới hạn chiều cao cho 3 dòng */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Giới hạn số dòng là 3 */
  -webkit-box-orient: vertical;
  white-space: normal;
}

@media (max-width: 768px) {
  .banner-top_home .owl-nav {
    display: none;
  }
  .prominent_course .list_courses_hot {
    grid-template-columns: 1fr 1fr;
  }
  .all_courses-bg .all_courses {
    grid-template-columns: 150px auto;
  }
}
@media (max-width: 768px) {
  .top_title {
    display: block;
    text-transform: capitalize;
  }
  .top_title .home-title {
    font-size: 20px;
    text-align: left;
    line-height: normal;
  }
  .top_title .btn-see_all {
    padding: 5px 1px;
    font-size: 15px;
    border-radius: 5px;
    color: #0d3377;
  }
  .prominent_course .list_courses_hot .item-course_hot .info-box .price-c_h_grid .grid_side.date {
    font-size: 11px;
  }
  .prominent_course .list_courses_hot .item-course_hot .info-box .price-c_h_grid .grid_side .fl_price {
    font-size: 14px;
  }
  .home-hot_deal .list_hot_deal .item-hot_deal .info-box {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    margin: 6px;
  }
  .home-hot_deal .list_hot_deal .item-hot_deal .info-box .img-box {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9; /* Giữ tỷ lệ ảnh ngang */
    overflow: hidden;
    border-radius: 12px 12px 0 0;
  }
  .home-hot_deal .list_hot_deal .item-hot_deal .info-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .home-hot_deal .list_hot_deal .item-hot_deal .info-box .info-box {
    padding: 10px 14px 14px;
  }
  .home-hot_deal .list_hot_deal .item-hot_deal .info-box .info-box .bottom_box-info p.rate-star {
    bottom: 51%;
  }
  .home-hot_deal .list_hot_deal .item-hot_deal .info-box .info-box .top_box-info {
    position: absolute;
    top: 45%;
    left: 0;
  }
  .home-hot_deal .list_hot_deal .item-hot_deal .info-box .info-box .name_course {
    height: 2em;
  }
  .home-hot_deal .list_hot_deal .item-hot_deal .info-box .rate-star {
    color: #FFD700;
    font-size: 13px;
    margin-bottom: 8px;
  }
  .home-hot_deal .list_hot_deal .item-hot_deal .info-box .top_box-info {
    position: absolute;
    top: 32%;
  }
  .home-hot_deal .list_hot_deal .item-hot_deal .info-box .top_box-info .hole_courses {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #fff;
    margin-bottom: 6px;
  }
  .home-hot_deal .list_hot_deal .item-hot_deal .info-box .bottom_box-info .name_course {
    font-size: 14px;
    height: 40px;
  }
  .home-hot_deal .list_hot_deal .item-hot_deal .info-box .bottom_box-info .btn_teetime-box .btn-box {
    color: #fff;
    font-size: 11px;
    padding: 5px 12px;
    border-radius: 6px;
    font-weight: 600;
    white-space: nowrap;
    width: 33%;
    height: 1.5rem;
    border-radius: 3px;
  }
  .home-hot_deal .list_hot_deal .item-hot_deal .info-box .bottom_box-info .price_comment .price_course {
    font-size: 11px;
    color: #d32f2f;
    font-weight: 600;
    text-align: right;
    background: #ffffff;
    width: 33%;
    height: 1.5rem;
    border-radius: 3px;
  }
  .home-hot_deal .list_hot_deal .item-hot_deal .info-box .hole_courses img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    filter: invert(1);
  }
  .home-hot_deal .list_hot_deal .item-hot_deal .info-box .btn_teetime-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
  .home-hot_deal .list_hot_deal .item-hot_deal .info-box .teetime_course {
    font-size: 13px;
    color: #555;
    display: flex;
    align-items: center;
  }
  .home-hot_deal .list_hot_deal .item-hot_deal .info-box .teetime_course img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
  .home-hot_deal .desktop-grid {
    display: block; /* để OwlCarousel xử lý */
  }
  .banner-mid_home .blocks-banner .item {
    display: block;
  }
  .prominent_course .list_courses_hot {
    grid-template-columns: unset;
  }
  .all_courses-bg .all_courses {
    display: block;
  }
  .all_courses-bg .all_courses .title-all_course {
    margin-top: unset;
    margin-bottom: 24px;
    color: #006798;
    font-family: "GothamBold";
    padding: 0 10%;
  }
  .all_courses-bg .all_courses .list_3m_courses .item-cat_course .img-box {
    aspect-ratio: 1/1;
    height: unset;
  }
  .prominent_course.mar-bot-48 {
    padding: 2em 10px;
  }
  .prominent_course.mar-bot-48 .top_title {
    display: block;
    text-transform: capitalize;
  }
  .prominent_course.mar-bot-48 .top_title span {
    margin: 15px 0;
  }
  .blocks-banner {
    margin-bottom: 1em;
  }
  .all_courses-bg {
    padding: 19px 0;
    text-align: center;
    background-image: none;
    background: #e6eff4;
  }
  .news_home-bg .news_home {
    display: grid;
    grid-template-columns: unset;
  }
  .news_home-bg .news_home .news_home_title {
    padding-right: 0;
    gap: 0;
  }
  .news_home-bg .news_home .news_home_title .home-title {
    text-align: center;
    display: block;
  }
  .news_home-bg .news_home .news_home_title p {
    text-align: center;
  }
  .block_slideshow {
    width: 100%;
    margin-bottom: 10px;
  }
  /* Slide banner trên mobile hiển thị 3/4 màn hình */
  .slide-banner_home-top {
    padding-left: 0;
  }
  .slide-banner_home-top .item {
    width: 75vw !important; /* 👈 item chiếm 3/4 màn hình */
  }
  .slide-banner_home-top .owl-stage {
    display: flex;
    align-items: center;
    padding-left: 0 !important; /* loại bỏ khoảng trắng bên trái */
  }
  .slide-banner_home-top img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .owl-carousel .owl-stage {
    padding-left: 0 !important;
  }
  .home-hot_deal .list_hot_deal .section-sale-owl .item-hot_deal .info-box .bottom_box-info .btn_teetime-box .teetime_course {
    margin-bottom: 12px;
  }
  .home-hot_deal .list_hot_deal .section-sale-owl .item-hot_deal .info-box .bottom_box-info .price_comment {
    position: absolute;
    right: 10px;
    bottom: 18px;
    left: unset;
    top: unset;
  }
  .home-hot_deal .list_hot_deal .section-sale-owl .item-hot_deal .info-box .bottom_box-info .price_comment .price_course {
    border: 1px solid #3c3c3c;
    background: #005a94;
    padding: 21px;
  }
  .list_products_home .text_normal {
    display: none;
  }
  .list_products_home .text_red {
    font-size: 12px;
  }
  .list_products_home .name-c_h {
    font-size: 12px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Giới hạn 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list_products_home .price {
    font-size: 13px;
  }
  .list_products_home .info-box {
    height: auto;
  }
  .news_home-bg {
    padding: 24px 0 23px;
  }
  .banner-mid_home .blocks-banner {
    margin-bottom: 1em;
  }
}
.blocks-banner {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 3em;
}

.banner-top_home .owl-carousel .owl-item img {
  border-radius: 10px;
}

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