.mag-widget-header {
  font-size: 17.5px;
  font-weight: 850;
  margin-bottom: 25px;
}
.mag-widget-header .title-line::after {
  width: 120px;
  height: 2.5px;
}
.mag-widget-header {
  /* mag widget header title line after */
} /* mag widget header*/
.load-more {
  position: relative;
  text-align: center;
}
.load-more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1.5px;
  background-color: rgb(223.5, 223.5, 223.5);
  border-radius: 5px;
}
.load-more {
  /* load more before */
}
.load-more__wrapper {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background-color: #f9f9f9;
}
.load-more {
  /* load more wrapper */
}
.load-more .main-btn {
  padding: 12px 17px;
}
.load-more {
  /* load more main btn */
} /* load more */
.search-button .main-btn__text {
  font-size: 17px;
}

.mag-widget-box__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
.mag-widget-box__header .main-btn {
  padding: 10px 18px;
  font-size: 14px;
  border: 1px solid grey;
}
@media screen and (max-width: 767.98px) {
  .mag-widget-box__header .main-btn {
    padding: 10px;
    font-size: 11px;
  }
}
.mag-widget-box__header .line {
  border: 1px solid #e4e3e3;
  flex-grow: 1;
  margin: 0 15px;
}
.mag-widget-box__title {
  position: relative;
  font-size: 16.5px;
  font-weight: 800;
  color: #333;
}
@media screen and (max-width: 767.98px) {
  .mag-widget-box__title {
    font-size: 14.5px;
  }
}
.mag-widget-box {
  /* mag widget box title */
} /* mag widget box */
.popularMag .owl-item {
  padding: 3px;
}
.popularMag .blog-card-list__link {
  flex-direction: column;
}
.popularMag .blog-card-list__img {
  height: auto;
}
.popularMag .blog-card-list__img .image {
  border-radius: 5px 5px 0 0;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .popularMag .blog-card-list__title {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .popularMag .blog-card-list__user .avator {
    display: none;
  }
}
.popularMag .owl-prev, .popularMag .owl-next {
  transition: all 0.5s;
}
.popularMag .owl-prev.disabled, .popularMag .owl-next.disabled {
  transition: all 0.8s;
  opacity: 0 !important;
}

@media screen and (max-width: 767.98px) {
  .newestMagBlog .mag-box {
    box-shadow: none !important;
  }
  .newestMagBlog .mag-box .title {
    padding: 0;
    text-align: right;
  }
}

.media-gallery__body {
  justify-content: space-between;
}
.media-gallery .media-aside {
  border-left: 2px solid #edecec;
  padding-left: 45px;
}
@media screen and (max-width: 991.98px) {
  .media-gallery .media-aside {
    border-left: none;
  }
}
.media-gallery .media-aside .media-list__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 110px;
  border-right: 5px solid transparent;
  padding: 20px 30px 20px 20px;
  cursor: pointer;
}
.media-gallery .media-aside .media-list__item.active {
  border-right: 5px solid #f16122;
  background-color: #efefef;
}
.media-gallery .media-aside .media-list__item:before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #edecec;
  position: absolute;
  bottom: 0;
  left: 0;
}
.media-gallery .media-aside .media-list__item .image-wrapper {
  position: relative;
  width: 60px;
  height: 60px;
  margin-left: 15px;
}
.media-gallery .media-aside .media-list__item .image-wrapper img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.media-gallery .media-aside .media-list__item .image-wrapper .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  background-color: #f16122;
  border: 2px solid #fff;
  right: -9px;
  bottom: -6px;
}
.media-gallery .media-aside .media-list__item .detail-wrapper {
  width: calc(100% - 60px);
}
.media-gallery .media-aside .media-list__item .detail-wrapper__title {
  font-size: 14px;
  margin-bottom: 15px;
  color: #6b7074;
}
.media-gallery .media-aside .media-list__item .detail-wrapper__time {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: grey;
}
.media-gallery .media-aside .media-list__item .detail-wrapper__time .icon {
  margin-left: 5px;
}
.media-gallery .media-aside .media-list__item .detail-wrapper__time .text {
  flex-grow: 1;
}
.media-gallery .media-aside .media-list__item .detail-wrapper__time .see-more i {
  font-size: 24px;
  color: #a1a9b0;
}
.media-gallery .media-aside .more {
  padding-top: 80px;
  font-size: 13px;
}
.media-gallery .media-aside .more .more-media {
  display: flex;
  align-items: center;
  color: #6b7074;
  width: 170px;
  border: 1px solid #e4e3e3;
  padding: 10px 25px;
}
.media-gallery .media-aside .more .more-media .icon {
  margin-left: 5px;
  color: #f16122;
}
.media-gallery .media-watch__preview {
  width: 100%;
}
.media-gallery .media-watch__preview iframe {
  width: 100%;
  min-height: 400px;
}
.media-gallery .media-watch__preview video {
  width: 100%;
  height: 100%;
}
.media-gallery .media-watch__title {
  padding-top: 45px;
  font-size: 22px;
}
.media-gallery .media-watch__title a {
  color: #6b7074;
}
.media-gallery .media-watch__description {
  font-size: 13px;
  line-height: 28px;
  text-align: justify;
}
.media-gallery .media-watch__detail {
  color: #afb6bc;
  margin-top: 65px;
  font-size: 13px;
}
.media-gallery .media-watch .line {
  margin: 35px 0;
  width: 55px;
  height: 2px;
  background-color: #c3e4fe;
}

.media-gallery-mobile {
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 15px 0;
}
.media-gallery-mobile::-webkit-scrollbar {
  display: none;
}
.media-gallery-mobile .mag-box {
  min-width: 70vw;
  max-width: 70vw;
}
@media screen and (min-width: 480px) and (max-width: 575.98px) {
  .media-gallery-mobile .mag-box {
    min-width: 60vw;
    max-width: 60vw;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .media-gallery-mobile .mag-box {
    min-width: 45vw;
    max-width: 45vw;
  }
}
.media-gallery-mobile .media-carousel__img {
  height: 240px;
}
.media-gallery-mobile .media-carousel__img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-gallery-mobile .media-carousel__img iframe {
  width: 100%;
  height: 100%;
}
.media-gallery-mobile .media-carousel__content .see-more i {
  color: #afb6bc;
  font-size: 30px;
}
.media-gallery-mobile iframe {
  width: 100%;
}

.mag-box {
  width: 100%;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
}
.mag-box__img {
  position: relative;
  height: fit-content;
}
.mag-box__img .image {
  width: 100%;
  border-radius: 5px 5px 0 0;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.mag-box__img .image-mask {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #2f2727, transparent);
  z-index: 9;
  transition: all 0.3s;
}
@media screen and (max-width: 767.98px) {
  .mag-box__img .image-mask {
    display: none;
  }
}
.mag-box__img .icon {
  font-size: 33px;
  top: -65%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: absolute;
  right: 36%;
  z-index: 9;
  color: #fff;
  transition: all 0.5s;
}
@media screen and (max-width: 767.98px) {
  .mag-box__img .icon {
    top: 50%;
    right: 50%;
    border: 0;
    font-size: 20px;
    transform: translate(50%, -50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .mag-box__img .icon {
    font-size: 20px;
    width: 50px;
    height: 50px;
    right: 38%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .mag-box__img .icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .mag-box__img .icon {
    width: 80px;
    height: 80px;
  }
}
.mag-box__img .image-badge {
  position: absolute;
  top: -35px;
  left: 20px;
  z-index: 99;
  color: #fff;
  background-color: #0eabef;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 5px;
  transition: all 0.5s;
}
@media screen and (max-width: 767.98px) {
  .mag-box__img .image-badge {
    display: none;
  }
}
.mag-box__title {
  color: #6b7074;
  height: 54px;
  line-height: 25px;
  padding: 0 15px;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  transition: all 300ms linear;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.mag-box__content {
  margin-top: 10px;
}
.mag-box__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
}
.mag-box {
  /* blog card body */
}
.mag-box__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.mag-box__footer .time {
  display: flex;
  align-items: center;
  font-size: 11px;
  color: #afb6bc;
}
.mag-box__footer .time i[class^=icon-] {
  margin-left: 5px;
}
.mag-box__footer .time {
  /* time icon */
}
.mag-box__footer {
  /* blog card time */
}
.mag-box__footer .user {
  display: flex;
  align-items: center;
}
.mag-box__footer .user .avator {
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  display: block;
  background-size: 16px 12px;
  margin-left: 10px;
}
@media screen and (max-width: 767.98px) {
  .mag-box__footer .user .avator {
    display: none;
  }
}
.mag-box__footer .user .icon {
  display: block;
  color: grey;
  font-size: 12px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .mag-box__footer .user .icon {
    display: none;
  }
}
.mag-box__footer .user .name {
  font-size: 11px;
  color: #afb6bc;
}
.mag-box__footer {
  /* blog card user*/
}
.mag-box {
  /* blog card footer */
}
.mag-box .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px 10px;
  padding: 0;
  color: #afb6bc;
  font-size: 11px;
}
.mag-box .details .time {
  display: flex;
  align-items: center;
}
.mag-box .details .time i {
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .popularMag {
    display: none !important;
  }
}

.newest-mag .mag-box:hover .mag-box__title {
  color: #f16122;
}
.newest-mag .mag-box:hover .image-badge {
  top: 20px;
}
.newest-mag .mag-box:hover .image-mask {
  height: 100%;
}
.newest-mag .mag-box:hover .icon {
  top: 32%;
}
.newest-mag .mag-box {
  /* link hover */
}
@media screen and (max-width: 767.98px) {
  .newest-mag .mag-box {
    display: flex;
    padding: 15px 0;
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 768px) {
  .newest-mag .mag-box {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .newest-mag .mag-box__img {
    width: calc(100% - 100px);
    max-width: 150px;
  }
  .newest-mag .mag-box__img .image {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767.98px) {
  .newest-mag .mag-box__content {
    margin-top: 0;
  }
}

.popular-mag .mag-box__img .icon-play {
  display: none;
}
.popular-mag .popular-mag-mobile {
  overflow-x: auto;
  flex-wrap: nowrap;
  display: flex;
  scroll-behavior: smooth;
  gap: 15px;
  padding: 15px 0;
}
.popular-mag .popular-mag-mobile::-webkit-scrollbar {
  display: none;
}
.popular-mag .popular-mag-mobile .mag-box {
  min-width: 70vw;
  max-width: 70vw;
}
@media screen and (min-width: 480px) and (max-width: 575.98px) {
  .popular-mag .popular-mag-mobile .mag-box {
    min-width: 60vw;
    max-width: 60vw;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .popular-mag .popular-mag-mobile .mag-box {
    min-width: 45vw;
    max-width: 45vw;
  }
}

.carousel-body .owl-stage {
  padding: 15px 0;
}
.carousel-body.started {
  width: 95%;
  margin: 0 auto 0 0;
}
.carousel-body.started .owl-nav {
  position: absolute;
  right: -73px;
  top: 25%;
  width: 105%;
  height: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .carousel-body.started .owl-nav {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .carousel-body.started .owl-nav {
    right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .carousel-body.started .owl-nav {
    width: 100%;
    right: 0;
  }
}
.carousel-body.started .owl-nav .owl-prev, .carousel-body.started .owl-nav .owl-next {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 65px;
  height: 140px;
  margin: 0;
}
.carousel-body.started .owl-nav .owl-prev .icon, .carousel-body.started .owl-nav .owl-next .icon {
  font-size: 24px;
}
.carousel-body.started .owl-nav .owl-prev {
  border-radius: 5px 0 0 5px;
}
.carousel-body.started .owl-nav .owl-next {
  border-radius: 0 5px 5px 0;
}

/*# sourceMappingURL=mag.css.map */
