a {
  color: black;
}

.course-slider {
  color: #000;
  display: inline-block;
  min-height: 240px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08);
}
.course-slider .content {
  margin: 5px 7px 10px 7px;
  display: inline-block;
  width: 95%;
}
.course-slider .content .price-course {
  display: flex;
  flex-direction: column;
}
.course-slider .content .price-course .price_sale {
  font-weight: 600;
  float: left;
  color: #333;
  font-size: 17px !important;
}
.course-slider .content .price-course .price_origin {
  text-decoration: line-through;
  float: right;
  color: #888;
  font-size: 13px !important;
}

.list-tag .item-tag {
  margin: 5px 0;
}
.list-tag .item-tag a {
  color: black;
  font-weight: bold;
}
.list-tag .item-tag .title-tag {
  padding: 12px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
.list-tag .item-tag .title-tag:hover {
  background-color: #d1d7dc;
}
.list-tag .item-tag .active {
  background-color: #d1d7dc;
}

#list_product .list-product .link-course:last-child .detail-course {
  border: none;
}

.list-course {
  position: relative;
}
.list-course .detail-course {
  border-bottom: 1px solid #d1d7dc;
  display: flex;
  padding: 10px;
  gap: 10px;
}
.list-course .detail-course .content {
  display: flex;
  width: 80%;
  justify-content: space-between;
}
.list-course .detail-course .content .name-course {
  font-weight: bold;
  font-size: 16px;
}
.list-course .detail-course .content .description-course {
  padding: 10px 0;
  line-height: 1.5;
  text-align: justify;
}
.list-course .detail-course .content .total_time {
  padding-top: 10px;
  font-size: 12px;
  font-weight: 300;
}
.list-course .detail-course .content h3 {
  padding: 0;
  margin: 0;
  font-size: 16px !important;
}
.list-course .detail-course .price-course {
  text-align: right;
}
.list-course .detail-course .price-course .price_sale {
  font-weight: 600;
  color: #333;
  font-size: 17px !important;
}
.list-course .detail-course .price-course .price_origin {
  text-decoration: line-through;
  color: #888;
}
.list-course .filter-course {
  margin: 5px 30px 10px 0;
  border-top: 1px solid #d1d7dc;
}
.list-course .filter-course label {
  font-weight: normal !important;
}
.list-course .filter-course .star {
  margin: 0 5px;
}
.list-course .time-course {
  margin: 5px 30px 10px 0;
  border-top: 1px solid #d1d7dc;
}
.list-course .time-course input {
  width: 20px;
  height: 20px;
  margin: -2px 15px 15px -20px;
}

.pagination-course {
  text-align: center;
}
.pagination-course a {
  border-radius: 25px !important;
  font-weight: 600;
}
.pagination-course span {
  border-radius: 25px !important;
}

.sort-and-filter {
  margin-bottom: 30px;
}

.filter-cate {
  font-size: 20px;
}

.slick-prev {
  top: 25%;
  left: -20px;
}

.slick-prev:before {
  color: black;
  font-size: 30px;
}

.slick-next {
  top: 25%;
  right: -12px;
}

.slick-next:before {
  color: black;
  font-size: 30px;
}

.sort-btn {
  display: none;
}

.filter-btn {
  display: none;
}

.btn-close {
  display: none;
}

.list-product .img-responsive {
  width: 32% !important;
}

.u-hot-cate ul li {
  margin: 0 15px !important;
}

@media (max-width: 768px) {
  .filter-detail {
    display: none;
    height: 100%;
    width: 75%;
    position: fixed;
    z-index: 20;
    top: 50px;
    left: 0;
    background-color: rgba(28, 29, 31, 0.8);
    overflow-x: hidden;
    transition: 0.5s;
    color: white;
  }
  .filter-detail .btn-close {
    display: block;
    position: absolute;
    top: -6px;
    right: 3px;
    font-size: 50px;
    color: wheat;
  }
  .detail-course .content {
    display: block !important;
  }
  .detail-course .content .price-course {
    margin-top: 10px !important;
    display: flex;
    justify-content: space-between;
  }
  .detail-course .img-responsive {
    object-fit: contain;
    max-width: 30% !important;
  }
  .detail-course .description-course {
    display: none;
  }
  .filter {
    display: none;
  }
  .u-hot-cate {
    display: none !important;
  }
  .filter-btn {
    display: block;
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
  }
  .filter-btn button {
    padding: 10px 10px;
    background-color: white;
  }
  .sort-btn {
    display: block;
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
  }
  .sort-btn button {
    padding: 10px 10px;
    background-color: white;
    width: 100%;
  }
  .slick-prev {
    top: 25%;
    left: -5px;
  }
  .slick-next {
    top: 25%;
    right: -5px;
  }
}
@media (max-width: 425px) {
  .detail-course .img-responsive {
    width: 64px;
    height: 64px;
  }
  .detail-course .description-course {
    display: none;
  }
  .filter-detail {
    top: 35px;
  }
}
.view-option.active {
  background-color: #F26C50;
  color: white;
}

.filter-detail.view-grid {
  background: #f7f7f7;
  position: absolute;
  top: -60px;
  right: 7%;
  z-index: 99;
  border-radius: 5px;
  box-shadow: 2px 2px 10px;
}
.filter-detail.view-grid .filter-course {
  margin: 0 !important;
  border: 0 !important;
}
.filter-detail.view-grid .time-course {
  margin: 0 !important;
}

.list-product.view-grid {
  display: grid;
  grid-template-columns: minmax(245px, auto) minmax(245px, auto) minmax(245px, auto) minmax(245px, auto);
  padding-left: 0;
}
.list-product.view-grid .link-course {
  margin-right: 15px;
  margin-bottom: 25px;
}
.list-product.view-grid .link-course .detail-course {
  position: relative;
  display: block;
  border: none;
  padding: 0;
  height: 275px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.list-product.view-grid .link-course .detail-course .img-responsive {
  width: 100% !important;
  height: 160px;
}
.list-product.view-grid .link-course .detail-course .content {
  display: block !important;
  width: 100%;
  padding: 5px 10px;
}
.list-product.view-grid .link-course .detail-course .content .description-course {
  display: none;
}
.list-product.view-grid .link-course .detail-course .content .total_time {
  display: none;
}
.list-product.view-grid .link-course .detail-course .content .name-course {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-product.view-grid .link-course .detail-course:hover {
  box-shadow: 0 4px 8px #62b0fd, 0 4px 12px rgba(0, 0, 0, 0.08);
}
.list-product.view-grid .link-course .detail-course .price_sale {
  position: absolute;
  bottom: 3%;
  right: 2%;
}
.list-product.view-grid .link-course .detail-course .price_origin {
  position: absolute;
  bottom: 10%;
  right: 2%;
}
.list-product.view-grid .link-course .detail-course .star-rate {
  position: absolute;
  bottom: 4%;
  width: 100%;
}
.list-product.view-grid .link-course .detail-course .name-gv {
  position: absolute;
  bottom: 9%;
  width: 100%;
}
.list-product.view-grid .link-course:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .view-options {
    display: none;
  }
}
.btn-slider {
  background: rgba(0, 0, 0, 0.5803921569);
  height: 50px !important;
  width: 50px !important;
  border-radius: 50%;
}

.btn-slider.swiper-button-next::after, .btn-slider.swiper-button-prev::after {
  color: white;
  font-size: 35px;
}

.mgtOp .notification-add-cart {
  display: none;
  position: absolute;
  bottom: -15px;
  right: 0px;
  padding: 16px;
  z-index: 2;
  transform: translateY(100%);
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  box-shadow: #9da2a3 2px 2px 15px;
}
.mgtOp .notification-add-cart:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 91px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent white;
  border-image: initial;
}
.mgtOp .notification-add-cart .icon-close {
  position: absolute;
  right: 7px;
  top: 5px;
  cursor: pointer;
}
.mgtOp .notification-add-cart .icon-close i {
  color: #95a5a6;
}
.mgtOp .notification-add-cart .status {
  display: flex;
  align-items: center;
  color: black;
  font-size: 14px;
  white-space: nowrap;
}
.mgtOp .notification-add-cart svg {
  margin-right: 4px;
  color: #2ecc71;
  font-size: 19px;
}
.mgtOp .notification-add-cart .btn-view-cart {
  display: block;
  margin-top: 16px;
  padding: 10px 0px;
  width: 240px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background-color: rgb(255, 57, 69);
  border-radius: 4px;
}

.name-price-course {
  display: flex;
  justify-content: space-between;
}

.left-name-rate {
  display: flex;
  width: 60%;
  flex-direction: column;
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-hot-cate {
    display: none !important;
  }
  .filter-btn {
    display: block;
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
  }
  .filter-btn button {
    padding: 10px 10px;
    background-color: white;
  }
  .sort-btn {
    display: block;
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
  }
  .sort-btn button {
    padding: 10px 10px;
    background-color: white;
    width: 100%;
  }
  .filter-detail {
    display: none;
    height: 100%;
    width: 45%;
    position: fixed;
    z-index: 20;
    top: 9%;
    left: 0;
    background-color: rgba(28, 29, 31, 0.8);
    overflow-x: hidden;
    transition: 0.5s;
    color: white;
  }
  .filter-detail .btn-close {
    display: block;
    position: absolute;
    top: -6px;
    right: 3px;
    font-size: 50px;
    color: wheat;
  }
}
.mx-auto {
  margin: 0 auto;
}

.list-book {
  margin-bottom: 20px;
}
.list-book .link-course {
  margin-right: 15px;
  margin-bottom: 25px;
}
.list-book .link-course .detail-book {
  position: relative;
  display: block;
  border: none;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  min-height: 400px;
}
.list-book .link-course .detail-book img {
  width: 100%;
  height: auto;
}
.list-book .link-course .detail-book .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 8px 10px 8px;
  min-height: 120px;
}
.list-book .link-course .detail-book .content .name {
  font-size: 16px;
  margin: 0;
}
.list-book .link-course .detail-book .content .information {
  display: flex;
  justify-content: space-between;
}
.list-book .link-course .detail-book .content .information .information__left {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.list-book .link-course .detail-book .content .teacher {
  font-size: 12px;
  color: #555;
}
.list-book .link-course .detail-book .content .price {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.list-book .link-course .detail-book .content .price-origin {
  text-decoration: line-through;
  color: #888;
  font-size: 13px;
}
.list-book .link-course .detail-book .content .price-sale {
  font-weight: 600;
  color: #333;
  font-size: 17px !important;
}
.list-book .link-course .detail-book:hover {
  box-shadow: 0 4px 8px #62b0fd, 0 4px 12px rgba(0, 0, 0, 0.08);
}

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