.innovation-news-BG {
  background-image: url("../images/home-main-BG.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10rem 0 4rem 0;
}
.innovation a:hover,
.news a:hover,
.innovation a,
.news a {
  text-decoration: none;
  color: black;
}

/* .innovation .titlebox,
.news .titlebox {
  border-left: 4px #003aab solid;
  padding-left: 1rem;
} */
/* .innovation .title,
.news .title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.innovation .subtitle,
.news .subtitle {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 2rem;
}
 */
.innovation .content {
  height: 100%;
  padding: 2vw 10vw 2vw 4vw;
  display: grid;
  place-content: center;
}
.innovation .content .heading {
  /*   border-bottom: 2px #003aab solid; */
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  padding: 0 0 0.5rem 0;
  position: relative;
}
.innovation .content .heading::after {
  content: "";
  background: rgb(0, 212, 255);
  background: linear-gradient(
    270deg,
    rgba(0, 212, 255, 0) 0%,
    rgba(0, 58, 171, 1) 93%
  );
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.news .hilight {
  margin-bottom: 1.25rem;
  margin-top: 4rem;
}
.news .hilight:hover .seemore {
  transform: translateX(10px);
  transition: 0.3s ease-in-out;
}
.news .hilight .box {
  height: 100%;
  background-color: rgba(0, 68, 150, 1);
  border-radius: 0 15px 15px 0;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news .hilight .card-title {
  font-size: 24px;

  height: 2.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.news .hilight .details {
  font-size: 18px;
  font-weight: 300;
  height: 5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.news .hilight .seemore {
  margin-top: 1rem;
  text-align: end;
  position: relative;
}
.news .hilight .seemore::after {
  content: "";
  height: 1px;
  width: 16%;
  position: absolute;
  background: white;
  bottom: 0;
  right: 0;
}
.news .img {
  position: relative;
}
.news .img img {
  border-radius: 15px 0 0 15px;
}
.news .hilight .blue-gradient {
  background: rgb(0, 212, 255);
  background: linear-gradient(
    90deg,
    rgba(0, 212, 255, 0) 58%,
    rgba(0, 68, 150, 1) 98%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 15px 0 0 15px;
}

.page-link:hover,
.page-link.active {
  background-color: #003aab !important;
  color: white !important;
  transition: 0.3s ease-in-out;
  border: 1px #003aab solid !important;
}
/* --------------------------- news detail --------------------------- */
.news-detail {
  background-image: url(../images/about-BG.png);
  background-size: cover;
  background-position: top;
  padding: 10rem 0 4rem 0;
}
.news-detail .title {
  font-size: 30px;
  font-weight: 500;
}
.news-detail .details {
  padding: 2rem 0;
}
.news-detail .other {
  margin-top: 2rem;
}
.news-detail .other a {
  color: black;
}
.news-detail .other .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.back {
  display: flex;
  justify-content: center;
}
.back a {
  font-size: 18px;
  color: #003aab;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
}
.back a i {
  margin-right: 0.5rem;
}
.back a:hover {
  transform: translateX(-10px);
  transition: 0.3s ease-in-out;
  color: #003aab;
}
.blank8rem {
  height: 8rem;
}
@media (max-width: 991px) {
  .innovation-news-BG {
    padding: 6rem 0 2rem 0;
  }
  .innovation .content {
    padding: 0.5rem 1.5rem 3rem 1.5rem;
  }
  .innovation {
    margin: 0;
    font-size: 14px;
  }
  .news .img img {
    border-radius: 15px 15px 0 0;
  }
  .news .hilight .box {
    border-radius: 0 0 15px 15px;
    padding: 2rem 1.5rem;
  }
  .innovation .title,
  .news .title {
    font-size: 32px;
  }
  .innovation .subtitle,
  .news .subtitle {
    font-size: 16px;
  }
  .innovation .content .heading {
    font-size: 18px;
  }
  .news .hilight .card-title,
  .news .card-title {
    font-size: 16px;
    height: 3rem;
    -webkit-line-clamp: 2;
  }

  .news .hilight .detail {
    font-size: 14px;
    height: 4rem;
  }
  .news .hilight .seemore::after {
    width: 6.5rem;
  }
  .blank8rem {
    height: 2rem;
  }
/* --------------------------- news detail --------------------------- */
  .news-detail {
    padding: 6rem 0 2rem 0;
  }
  .news-detail .title,
  .news-detail .other .title {
    font-size: 22px;
  }
  .news .hilight {
    margin-top: 3rem; 
  }
}
