﻿.StayTuned {
  color: #191919;
}
.StayTuned .StayTunedSlide {
  /*padding:0 2rem;*/
}
.StayTuned .StayTunedSlide .itemST {
  padding: 0 0.5rem;
}

.NewsDate {
  color: #98680E;
  font-size: 0.938rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.NewsDate .lineOrizontal {
  background: #98680E;
}

.NewsTitle {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
  display: inline-block;
  margin-top: 0;
  line-height: 1.2;
}

.NewsSummary {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.newsDetail .newsContainerName {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.newsDetail .NewsDate {
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 0.8rem;
}
.newsDetail .NewsCategory {
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.newsDetail .NewsIntro {
  margin-bottom: 4.375rem;
}
.newsDetail .NewsText {
  font-size: 1.125rem;
  line-height: 1.563rem;
}
.newsDetail .NewsText .pBig {
  line-height: 1.875rem;
  font-size: 1.5rem;
  font-weight: 400;
}
.newsDetail .imgNewsDetail {
  margin: 3.125rem 0 5rem 0;
  width: 100%;
}
.newsDetail picture {
  display: block;
  text-align: center;
}
.newsDetail .footerNewsDetail {
  font-weight: 600;
}
.newsDetail .footerNewsDetail a, .newsDetail .footerNewsDetail button {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #98680E;
  font-weight: 600;
}
.newsDetail .footerNewsDetail a.followus-link, .newsDetail .footerNewsDetail button.followus-link {
  padding: 0 0.5rem;
  width: auto;
}
.newsDetail .footerNewsDetail a.followus-link:active, .newsDetail .footerNewsDetail button.followus-link:active {
  background-color: transparent;
}
.newsDetail .footerNewsDetail .linkPrevious:before {
  content: "";
  background-image: url(../../svg/arrow_left_gold.svg);
  width: 18.38px;
  height: 10.52px;
  display: inline-block;
  margin-right: 0.5rem;
}
.newsDetail .footerNewsDetail .linkShare:after {
  content: "";
  background-image: url(../../svg/share_gold.svg);
  width: 18px;
  height: 18.42px;
  display: inline-block;
  margin-left: 0.5rem;
  border: none !important;
}
.newsDetail .footerNewsDetail .linkNext:after {
  content: "";
  background-image: url(../../svg/arrow_right_gold.svg);
  width: 18.38px;
  height: 10.52px;
  display: inline-block;
  margin-left: 0.5rem;
}
.newsDetail .footerNewsDetail .dropdown-menu {
  background: #FFFFFF;
  min-width: 7.5rem;
}
.newsDetail .footerNewsDetail .dropdown-menu.show {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .StayTunedSlide .slick-slide img {
    width: 100%;
  }
  .StayTunedSlide .slick-prev {
    left: -1rem;
  }
  .StayTunedSlide .slick-next {
    right: -1rem;
  }
  .newsDetail .footerNewsDetail a > span, .newsDetail .footerNewsDetail button > span {
    text-indent: -9999px;
  }
}
@media (max-width: 575px) {
  .StayTuned .StayTunedSlide .itemST {
    padding: 0 0 2rem;
  }
}
@media (min-width: 992px) {
  .NewsSummary, .NewsTitle {
    margin-right: 1.875rem;
  }
}
