.aptus-news {
    border-color: honeydew;
    padding: 1em;
    padding: 0;
    position: relative;
    background: url('/static/encg/assets/img/pattern/top-bar-pattern_transparent.png') !important;
}

.aptus-news .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(328deg, #dd6060, #ead666) !important;
  background-size: cover;
  background-position: bottom;
  z-index: 0;
  opacity: .9;
}

.aptus-news > div {
    padding: 1em;
}

.aptus-news .slick-track {
  display: flex;
  align-items: stretch;
}

.aptus-news .aptus-news-slider .inner {
    margin: .3em 1em;
    border: 1px solid #fff;
    min-height: 150px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 1em;
    padding-bottom: 4em;
    height: auto;
}

.aptus-news h3 {
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}

.aptus-news p {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner .aptus-news-content {
    padding: .5em 0;
    margin: 0 0 .5em;
    font-size: 1.2em;
    line-height: 1em;
    color: #fff;
    word-break: break-word;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    white-space: initial;
}

.aptus-news > * {
    font-weight: bold;
    text-align: center !important;
}

.aptus-news .inner > a,
.aptus-news .inner .btn-group a{
    display: block;
    width: fit-content;
    background-color: #fff;
    /*animation: whiteFlicker 3s infinite;*/
    font-weight: bold;
    border: 2px solid #fff;
    transform: translateX(-50%);
    position: absolute;
    bottom: 1em;
    left: 50%;
}

.aptus-news .inner > a:hover,
.aptus-news .inner .btn-group a:hover {
    background-color: transparent;
    color: white;
}

.modern-title {
    color: #fff;
    font-weight: bold;
    border-radius: .5em;
    border: 1px solid #fff;
    border-width: 0 1px;
    border-width: 1px;
    border-bottom-color: transparent;
    border-top-color: transparent;
    width: fit-content;
    padding: 0 1em;
    margin: 0em;
    margin-left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.modern-title::after,
.modern-title::before {
    content: '';
    position: absolute;
    width: 20%;
    height: 1px;
    background-color: #fff;
    top: 50%;
    box-shadow:
            0px 5px 0 0px #fff,
            0px -5px #fff;
}
.modern-title::after {
    left: 100%;
}

.modern-title::before {
    right: 100%;
}




.modern-title::before,
.modern-title::after {
    width: 40%;
}

.aptus-news-slider .slick-next,
.aptus-news-slider .slick-prev {
    background-color: rgba(0, 0, 0, 1);
    color: transparent;;
    border: 1px solid #fff;
    width: 2em;
    height: 2em;
    border-radius: 2em;

    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 1;
}

.aptus-news-slider .slick-next::after,
.aptus-news-slider .slick-prev::after,
.aptus-news-slider .slick-next::before,
.aptus-news-slider .slick-prev::before {
    content: '';
    position: absolute;
    width: .7em;
    height: .2em;
    background-color: #fff;
    top: 37%;
    left: 55%;
    transform:
            translate(-50%, -50%)
            rotate(45deg);
}

.aptus-news-slider .slick-next::before,
.aptus-news-slider .slick-prev::before {
    top: 62%;
    left: 55%;
    transform:
            translate(-50%, -50%)
            rotate(-45deg);
}

.aptus-news .slick-prev {
    left: 2em;
    transform:
            translate(-50%, -50%)
            rotate(180deg);
}

.aptus-news .slick-next {
    right: 0em;
}


.btn-group a {
    position: initial !important;
    border-radius: .2em !important;
    transform: translate(0) !important;
    margin: 0 1em !important;
}

.btn-group {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    bottom: 1em;
    left: 0;
    margin: 0;
}



.light-bg.aptus-news h2 {
  color: #000;
  border-color: transparent #000;
}

.light-bg.aptus-news .inner {
  background-color: rgba(255, 255, 255, .1) !important;
  border-color: #000 !important;
}

.light-bg.aptus-news .aptus-news-content {
  color: #000;
  font-weight: bold;
}

.light-bg.aptus-news .modern-title::after,
.light-bg.aptus-news .modern-title::before {
  background-color: #000;
  box-shadow: 0px 5px 0 0px #000, 0px -5px #000, 0px -5px #000;
}

.light-bg.aptus-news .slick-arrow {
  border-color: #000;
  background-color: #dd6060;
}
.light-bg.aptus-news .slick-arrow.slick-prev {
  background-color: #ead666;
}
.light-bg.aptus-news .slick-arrow::before,
.light-bg.aptus-news .slick-arrow::after {
  background-color: #000;
}

.light-bg.aptus-news .btn-group a {
  background: #f5e8d0!important;
  color: black !important;
  border-color: transparent !important;

  transition: .3s !important;
  box-shadow: none !important;
}
.light-bg.aptus-news .btn-group a:hover {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, .2) !important;
  font-size: 1.1em;
}




/*******************************
* Permanent News
*******************************/

.aptus-news-permanent {
  padding: 3em 0;
  clear: both;
  background:#e6ebee !important;
}

.aptus-news .news {
  padding: 2em 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.aptus-news .aptus-news-title {
  text-align: center;
  font-size: 3em;
}

.aptus-news .news .leak {
  width: 30%;
  min-width: 280px;
  margin: 1em 1.5%;
  background-color: #fff;
  box-shadow: 0 0 21px 0px #ccc;
  padding: 2em 2em 4em;
  border-radius: .2em;
  position: relative;
  overflow: hidden;
}
.news.with_image-style .leak {
  padding: 0;
}

.news.with_image-style .leak .img {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.news.with_image-style .leak .content {
  padding: 1em;
  font-size: 1.1em;
}

.news.with_image-style .leak .content h5 {
  font-size: 1.2em;
}
