.page-blog-section {
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-top: 80px;
}

.section-title {
  margin-bottom: 32px;
  font-family: Co Headline Corp;
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  line-height: 84px;
  color: #FFFFFF;
}

.main-news {
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.main-news .main-article-container {
  width: 54%;
}
.main-news .main-article-container:hover strong {
  color: #ff5353;
}
.main-news .featured-container {
  width: 46%;
  padding-left: 65px;
}
.main-news .featured-container .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 32px;
}
.main-news .featured-content {
  display: flex;
  flex-direction: column;
}
.main-news .featured-article:hover strong {
  color: #ff5353;
}
.main-news .featured-article {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.main-news .featured-article > div:last-child {
  width: 100%;
  overflow: hidden;
}
.main-news .featured-article:last-child {
  margin-bottom: 0;
}
.main-news .featured-article .img {
  min-width: 195px;
  height: 130px;
  margin-right: 24px;
}
.main-news .featured-article .img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .main-news .featured-article .img img {
    max-width: 195px;
  }
}
.main-news .featured-article strong {
  white-space: nowrap;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #FFFFFF;
  display: block;
}
.main-news .featured-article p {
  margin: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.main-news .featured-article p, .main-news .featured-article span {
  color: #949EAE;
  display: block;
}
.main-news .featured-article span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
  margin-top: 24px;
}
.main-news .main-article-desc {
  position: absolute;
  bottom: 32px;
  left: 32px;
  padding-right: 32px;
  z-index: 10;
}
.main-news .main-article-desc strong {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 47px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 16px;
}
.main-news .main-article-desc p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.main-news .main-article-desc p, .main-news .main-article-desc span {
  margin: 0;
  display: block;
}
.main-news .main-article-desc span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
  margin-top: 16px;
  color: #FFFFFF;
}
.main-news .main-article {
  max-height: 500px;
  height: 100%;
  position: relative;
}
.main-news .main-article:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  background: linear-gradient(180deg, rgba(16, 30, 42, 0) 0%, rgba(16, 30, 42, 0.8) 50.52%, rgba(16, 30, 42, 0.9) 98.96%);
}
.main-news .main-article img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.blog-section {
  padding-top: 100px;
}

.blog-section .blog-container {
  padding-left: 0;
}

.latest-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 48px;
}
.latest-container > a {
  width: 100%;
}
.latest-container > a .blog-post-image {
  width: 100%;
  height: 324px;
  border-radius: 10px;
}
.latest-container > a .blog-post-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.pgntn-page-pagination .page-numbers {
  background: none;
  border: 1px solid #949EAE;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  text-align: center;
  text-transform: lowercase;
  width: 40px;
  height: 40px;
  color: #949EAE;
  line-height: 200%;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 8px !important;
}
.pgntn-page-pagination .page-numbers.current, .pgntn-page-pagination .page-numbers:hover {
  background: #ff5353;
  color: #FFFFFF;
  border-color: #ff5353;
}
.pgntn-page-pagination .page-numbers.dots {
  width: 17px;
  padding: 0;
  background: none;
  border: none !important;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 300%;
  /* identical to box height */
  /* Grey text */
  color: #949EAE;
}

.latest-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  /* identical to box height, or 100% */
  color: #FFFFFF;
  margin-bottom: 40px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .main-news {
    flex-direction: column;
  }

  .main-news .main-article-container {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
  }

  .main-news .featured-container {
    padding-left: 0;
    width: 100%;
  }

  .latest-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }
}
@media (max-width: 768px) {
  .main-news {
    flex-direction: column;
  }

  .main-news .main-article-container {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
  }

  .main-news .featured-container {
    padding-left: 0;
    width: 100%;
  }

  .latest-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
  }

  .blog-post-name {
    height: auto !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .blog-section .blog-post-date-desk {
    display: block;
  }

  .blog-section {
    padding-top: 80px;
  }

  .main-news .main-article-desc strong {
    font-size: 24px;
    line-height: 28px;
  }

  .main-news .main-article-desc p {
    font-size: 16px;
    line-height: 24px;
  }

  .main-news .main-article-desc {
    left: 16px;
    bottom: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 550px) {
  .blog-post-image {
    height: 200px !important;
  }

  .main-news .featured-article {
    flex-direction: column;
  }

  .main-news .featured-article .img {
    height: 200px !important;
    margin-right: 0 !important;
  }

  .main-news .featured-article strong {
    margin-top: 24px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .blog-section .blog-post-desc, .blog-section .blog-post-name {
    width: 100%;
  }
}
.main-news .featured-article strong, .main-news .main-article-desc strong {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.pgntn-page-pagination {
  margin-top: 60px !important;
}

.main-news .featured-article p, .blog-section .blog-post-desc, .blog-section .blog-post-name, .main-news .main-article-desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-section .blog-post-image span {
  display: none;
}

.blog-bred {
  margin-top: 64px;
  margin-bottom: 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  /* Grey text */
  color: #949EAE;
}
.blog-bred a {
  color: #949EAE;
  text-decoration: none;
}
.blog-bred a:hover {
  color: #ff5353;
}

.article-section {
  margin-bottom: 100px;
  position: relative;
  z-index: 3;
}
.article-section .article-main-image {
  width: 100%;
  height: 500px;
  margin-top: 24px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .article-section .article-main-image {
    height: 300px;
  }
  .article-section {
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
  }
}
.article-section .article-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.article-section .article-date {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  /* Grey text */
  color: #949EAE;
}
@media (max-width: 768px) {
  .article-section .article-date {
    font-size: 13px;
    line-height: 16px;
  }
}
.article-section .article-text-container {
  max-width: 900px;
  margin: 0 auto;
}
.article-section .article-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 68px;
  /* identical to box height, or 142% */
  color: #FFFFFF;
  margin-top: 16px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .article-section .article-title {
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
  }
}
.article-section .article-text strong {
  font-size: 20px;
  line-height: 32px;
  /* identical to box height, or 160% */
  /* White */
  color: #FFFFFF;
}
.article-section .article-text p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  /* Grey text */
  color: #949EAE;
}
.article-section .article-text * {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
}

.article-slider img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}
.article-slider .slick-track {
  display: flex !important;
}
.article-slider .slick-slide {
  height: inherit !important;
}
.article-slider .slick-list {
  border-radius: 10px;
}

.article-controls {
  margin-top: 24px;
}

/*# sourceMappingURL=blog.css.map */


.section_flex{
  display: flex;
  align-items: center;
    justify-content: space-between;
}
.page-blog-section .section_flex {
  flex-wrap: wrap;
}
.page-blog-section .section-title {
  width: 100%;
  text-align: center;
}
.main-home-page__tabs{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  color: #000;
  display: flex;
  list-style-type: none;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0;
  overflow-x: auto;
}
.main-home-page__tabs li.active a {
  background-color: #ff5353;
  color: #fff;
}
.main-home-page__tabs li:not(.active) a{
  opacity: 0.8;
}
.main-home-page__tabs a{
  text-decoration: none;
  color: #000;
  display: inline-block;
  background-color: #d8d8d8;
  padding: 10px 20px;
  border-radius: 30px;
  transition: all .2s;
  white-space: nowrap;
}
.main-home-page__tabs li:not(:last-child) {
  margin-right: 20px;
}

.main-home-page__tabs li:not(.active) a:hover{
  opacity: 1;
}
.main-home-page__tabs li.active a:hover{
  background-color: #489FDF;
}
@media (max-width: 500px) {
  .main-home-page__tabs {
    justify-content: flex-start;
    font-size: 16px;
  }
  .main-home-page__tabs li:not(:last-child) {
    margin-right: 10px;
  }
}

.breadcrumbs{
  list-style-type: none;
}