.newspaper-navbar {
  background-color: #0c0c5c;
  border-radius: 5px;
  font-size: 2rem;
  position: relative;
  font-size: 22px;
  color: white;
  cursor: pointer;
}

.newspaper-navbar p {
  padding: 5px 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 600;
  color: white;
}

.news-icon-right-arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 38px;
  background: url(/modules/custom/newspaper/css/../icons/ic_keyboard_arrow_right_24px@2x.png) center / 30% 30% no-repeat;
}

.newspapers-date {
  text-align: center;
  font-size: 16px;
  margin: 13px 0 10px 0;
  font-weight: 500;
}

.newspapers-slider {
  max-width: 248px;
  margin: 0 auto;
}

.newspapers-slider .slick-dots {
  height: 32px;
  width: 142px;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  bottom: -50px;
  overflow: visible;
}

.newspapers-slider img.img-front-thb {
  height: 332px;
  object-fit: contain;
  margin: 0 auto;
  max-width: 100%;
}

.newspapers-slider .slick-dots li {
  height: 100%;
  width: 100%;
  margin: 4px;
  overflow: visible;
}

.newspapers-slider .slick-dots li button:before {
  color: #ff1100;
  font-size: 24px;
}

.newspapers-slider .slick-dots li.slick-active button:before {
  color: #ff1100;
}

.promoted-articles .items {
  padding: 1rem 1rem 3rem 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
/* line 406, ../scss/articles.scss */
.promoted-articles .items .item {
  flex-basis: 22%;
  margin-bottom: 20px;
}
/* line 409, ../scss/articles.scss */
.promoted-articles .items .item .image-container {
  width: 100%;
  position: relative;
  padding-top: 56%;
}
/* line 413, ../scss/articles.scss */
.promoted-articles .items .item .image-container img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
}
/* line 422, ../scss/articles.scss */
.promoted-articles .items .item .article-info .title {
  margin-right: 40px;
  line-height: 16px;
  min-height: 38px;
  margin-top: 10px;
  padding: 0;
}
/* line 429, ../scss/articles.scss */
.promoted-articles .items .item .article-info .title a {
  font-size: 1.4rem;
  color: #0c0c5c;
}
/* line 434, ../scss/articles.scss */
.promoted-articles .items .item .article-info .date {
  font-size: 1.2rem;
  color: #bebebe;
  margin-top: 10px;
}
/* line 441, ../scss/articles.scss */
.promoted-articles .items .article-row {
  margin: 0 auto;
  height: 204px;
  margin-top: 30px;
}
/* line 445, ../scss/articles.scss */
.promoted-articles .items .article-row .col-md-3 {
  padding: 0;
  width: 22.8%;
  margin-left: 25px;
}
/* line 449, ../scss/articles.scss */
.promoted-articles .items .article-row .col-md-3:first-child {
  margin-left: 0px;
}
/* line 457, ../scss/articles.scss */
.promoted-articles-container {
  min-height: 300px;
}
@media (max-width: 1350px) {
  .promoted-articles .items .item {
    flex-basis: 30%;
  }
}
