@charset "utf-8";

/* CSS Document */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

:root {
  --primary: #e8703c !important;
  --secondary: #1b447a !important;
  --white: #ffffff !important;
  --black: #666666 !important;
  --font-title: "Exo", sans-serif !important;
  --fonts: "Roboto", sans-serif !important;
}

.news-div {
  position: relative;
  margin-bottom: 25px;
}

.news-div img {
  border-radius: 10px;
}

.news-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 10%,
    rgba(234, 83, 58, 0) 60%
  );
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  z-index: 1;
  border-radius: 10px;
}
.news-div:hover .news-overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  border-radius: 10px !important;
}

.news-div h4 {
  z-index: 900;
  color: #fff !important;
  position: absolute;
  bottom: 45px;
  font-family: var(--font-title);
  font-weight: 600;
  padding: 0 15px;
  font-size: 18px;
  line-height: 26px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-div .link {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  padding: 15px;
  bottom: 0;
  left: 0;
  z-index: 999 !important;
}

.news-div .link:hover {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}

.news-div .link i {
  margin-left: 5px;
  transition: all 0.3s;
}

.news-div:hover .link i {
  margin-left: 10px;
  transition: all 0.3s;
}

.news-div-large {
  position: relative;
}

.news-div-large img {
  border-radius: 10px;
}

.news-div-large:hover .news-overlay {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px !important;
}

.news-div-large h4 {
  z-index: 900;
  color: #fff !important;
  position: absolute;
  bottom: 0;
  bottom: 75px;
  font-family: var(--font-title);
  font-weight: 600;
  padding: 0 50px;
  height: 75px;
  font-size: 30px;
  line-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-div-large .link {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  padding: 15px;
  bottom: 30px;
  left: 35px;
  z-index: 999 !important;
}

.news-div-large .link:hover {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}

.news-div-large .link i {
  margin-left: 5px;
  transition: all 0.3s;
}

.news-div-large:hover .link i {
  margin-left: 10px;
  transition: all 0.3s;
}

/* responsive */

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1100px) {
}

@media only screen and (max-width: 992px) {
  .news-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.9) 25%,
      rgba(234, 83, 58, 0) 75%
    );
  }

  .news-div-large h4,
  .news-div h4 {
    font-size: 16px;
    height: 50px !important;
    overflow-y: hidden;
    line-height: 24px;
    padding: 0 15px;
    bottom: 40px;
    font-weight: 500;
  }

  .news-div-large .link,
  .news-div .link {
    left: 0;
    bottom: 0;
    font-size: 14px;
  }

  .netx-prev {
    height: 140px;
  }

  .netx-prev-img {
    width: 100px;
    height: 100%;
    position: relative;
  }

  .netx-prev-img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 5px;
  }

  .next-prev-text {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 15px 15px 15px 130px;
  }

  .next-prev-text h5 {
    font-size: 16px;
  }

  .next-prev-text p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail-description h3 {
    font-size: 22px;
  }
  .blog-detail-description h4 {
    font-size: 20px;
  }
  .blog-detail-description h5 {
    font-size: 18px;
  }
  .blog-detail-description h6 {
    font-size: 16px;
  }
  .blog-detail-description p {
    font-size: 14px;
  }
  .blog-detail-description ul li {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 360px) {
}
