
.news-single .hero-heading {
  width: 47%;
}
@media (max-width: 768px) {
	.news-single .hero-heading {
    width: 100%;
  }
}


.news-single .footer {
  margin-bottom: 20px;
  margin-top: 5px;
  /*
  padding: 10px 0 0 0;
  */
  padding-top: 10px;
  border-bottom: 0;
  border-top: 0;
}

.news-single .news-text-wrap p {
  max-width: 100%;
}


.news-single .hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}
.news-single .hero * {
    font-family: 'AkzidGroStdBolCnd';
}
.news-single .hero-top {
  width: 100%;
  height: 550px;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  padding-bottom: 175px;
  isolation: isolate;
}
.news-single .hero-left {
  width: 100%;
  height: 550px;
  background: black;
  display: flex;
  justify-content: flex-end;
}
.news-single .hero-left svg {
  width: 550px;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 768px) {
    .news-single .hero-left svg {
       width: 300px;
       top: 35%;
    }
  }
.news-single .hero-content {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
  overflow: hidden;
}
.news-single .hero-breadcrumb {
  margin-bottom: 8px;
}


.news-single .hero-right {
  right:0;
  top:0;
  width: 50%;
  height: 550px;
  z-index: 1;
  position: absolute;
}
.news-single .hero-right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #A00005 0%, #A00005 100%);
}
.news-single .hero-right img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.news-single .hero-bottom {
  width: 100%;
  padding-top: 0px;
  margin-top: -225px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .news-single .hero-bottom {
  margin-top: -150px;
  }
}
.news-single .hero-bottom img{
  width: 100%;
  /*max-height: 600px;*/
  object-fit: cover;
  object-position: 15% top;
  aspect-ratio: 16 / 9;
}
@media (max-width: 768px) {
  .news-single .hero-bottom img {
    /*height: 300px;*/
    aspect-ratio: 16 / 9;
  }
}















.news.news-single .header {
  height: 100%;
}
.news.news-single .header .hero-top {
  height: 100%;
  margin: 0 !important;
  display: block;
  padding-bottom: 50px;
}
/*
.news.news-single .header .hero-bottom {
  display: none;
}
*/

.news.news-single .news-text-wrap {
  padding: 0 10%;
}

