/*play icon*/
.fa-play-circle:before {
  content: url(/images/0-fh/others/play-btn.png) !important;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .fa-play-circle:before {
    content: url(/images/0-fh/others/play-btn-35.png) !important;
    margin-right: 10px;
  }
}

/*home tab*/
.playing-tab li.active a {
  color: #fff !important;
}

.playing-tab li a {
  color: #fff;
}

.playing-tab ul.sppb-nav.sppb-nav-lines {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .playing-tab ul.sppb-nav.sppb-nav-lines {
    text-align: center;
    display: flex;
    justify-content: left;
    overflow: scroll;
    min-height: 38px;
  }
  .playing-tab li a {
    width: max-content;
  }
}

.playing-tab .sppb-addon-content.sppb-tab.sppb-lines-tab.sppb-tab-nav-left {
  border: 0px;
}

.playing-tab ul.sppb-nav.sppb-nav-lines {
  border: 0;
}

.playing-tab .sppb-nav-lines > li.active > a {
  border-bottom: 4px solid #e40102 !important;
}

@media (max-width: 767px) {
  .home-movies .card-info.ratio.ratio-3x2 {
    margin-bottom: 30px;
  }

  .splms-courses-list.row .product_info,
  .splms-courses-list .product_info {
    font-size: 10px;
  }

  .splms-courses-list.row .font-l.fw-bold,
  .splms-courses-list .font-l.fw-bold {
    font-size: 12px !important;
  }

  .splms-courses-list.row a.btn.btn-primary.d-flex.learn_more_btn,
  .splms-courses-list a.btn.btn-primary.d-flex.learn_more_btn {
    font-size: 10px !important;
    letter-spacing: 0;
  }

  .splms-courses-list.row a#addcart,
  .splms-courses-list a#addcart {
    font-size: 10px !important;
    letter-spacing: 0;
  }

  .splms-courses-list.row .splms-price-box,
  .splms-courses-list .splms-price-box {
    font-size: 10px;
    letter-spacing: 0;
  }
}

/*about category*/
.sppb-addon.sppb-addon-feature.whatwedo-featurebox {
  padding: 50px 0 !important;
}

@media only screen and (min-width: 992px) {
  .sppb-addon.sppb-addon-feature.whatwedo-featurebox .sppb-addon-text {
    min-height: 90px;
  }
}

.sppb-addon.sppb-addon-feature.whatwedo-featurebox {
  position: relative;
}

.sppb-addon.sppb-addon-feature.whatwedo-featurebox:before {
  position: absolute;
  height: 100%;
  background: #0000006b;
  content: "";
  width: 100%;
  transition: 0.5s ease;
  left: 0;
  top: 0;
}

.sppb-addon.sppb-addon-feature.whatwedo-featurebox:hover:before {
  background: #00000000;
  transition: 0.5s ease;
}

/*hover home news*/
#sppb-addon-wrapper-1681930770241 {
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  .fh-row-hover-01:hover #sppb-addon-wrapper-1681930770241 {
    left: -10%;
    top: 55%;
    transition: 0.5s ease;
  }
}

h5.newsflash-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px !important;
  font-weight: 700;
}

p.newsdate {
  margin-bottom: 20px;
}
.dividerline {
  background: #f9f9f9;
  width: 100%;
  content: "";
  position: relative;
  height: 2px;
  margin-bottom: 20px;
}

.newsflash p.article-introtext {
  margin-bottom: 20px;
}

.newsflash a.readmore {
  position: relative;
}

.newsflash a.readmore:before {
  content: "";
  width: 100%;
  background: #fff;
  height: 1px;
  position: absolute;
  bottom: -6px;
}

@media (max-width: 767px) {
  .newsmain {
    margin-bottom: 30px;
  }
  .newsmain {
    width: 100% !important;
  }
}

/*banner*/
.banner-slide .slick-dots li button:before {
  background: #ffffff;
  border-radius: 100px;
}

.banner-slide .slick-dots li button:before {
  width: 10px !important;
  height: 10px !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner-slide .videoslide_background {
    height: inherit !important;
    object-fit: cover;
  }
}

/*end*/
