/*News Page Application*/
.latestNews figure {
  height: 60vh;
}
.latestNews figure img {
  height: 61vh;
  width: 100%;
}
.latestNews figure cc img {
  height: 37vh;
  width: 100%;
}
@media screen and (min-width: 240px) and (max-width: 768px) {
  .latestNews figure {
    height: 37vh;
  }
}
.latestNews figcaption {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 80%);
  position: absolute;
  bottom: 2px;
  height: 15vh;
  width: 100%;
}
.latestNews figcaption a {
  color: #fff;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: left;
  padding: 3px;
}
.latestNews figcaption a:hover {
  text-decoration: underline !important;
}
@media screen and (min-width: 240px) and (max-width: 768px) {
  .latestNews figcaption a {
    font-size: 1.7rem;
  }
}
/*SideNews*/
.sideNewsRow {
  position: relative;
  margin-top: 25px;
}
.sideNewsRow .latest-one figure {
  height: 29vh;
}
.sideNewsRow .latest-one figure:before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 80%);
}
.sideNewsRow .latest-one img {
  height: 100%;
  width: 100%;
}
.sideNewsRow .latest-one figcaption {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 80%);
  position: absolute;
  bottom: 0;
  height: 10vh;
  width: 100%;
}
.sideNewsRow .latest-one figcaption a {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
  padding: 3px;
}
.sideNewsRow .latest-one figcaption a:hover {
  text-decoration: underline !important;
}
.sideNewsRow .latest-two figure {
  height: 29vh;
}
.sideNewsRow .latest-two figure:before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 80%);
}
.sideNewsRow .latest-two img {
  height: 100%;
  width: 100%;
}
.sideNewsRow .latest-two figcaption {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 80%);
  position: absolute;
  bottom: 0;
  height: 10vh;
  width: 100%;
}
.sideNewsRow .latest-two figcaption a {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
  padding: 3px;
}
.sideNewsRow .latest-two figcaption a:hover {
  text-decoration: underline !important;
}
@media screen and (min-width: 240px) and (max-width: 768px) {
  .sideNewsRow {
    position: relative;
    margin-top: 67px;
  }
}
@media screen and (min-width: 240px) and (max-width: 768px) {
  .world_client {
    height: 192px;
  }
  .chemanalyst_customer {
    height: 220px;
  }
  .new_footer_area {
    background: url(../images/footer-bg-mobile.webp) no-repeat;
    max-width: 100%;
    background-size: 100%;
  }
}
.news_breadcrumb_audio {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 769px) and (max-width: 5050px) {
  .hero-section,
  .hero-section > .container > .row {
    height: 100%;
    min-height: 100vh;
  }
}
