.elc-news-detail a {
  text-decoration: none;
}
.elc-news-detail img {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.7s;
}
.elc-news-detail .category {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #1C9AD6;
  padding-top: 12px;
}
@media (min-width: 992px) {
  .elc-news-detail .category {
    font-size: 14px;
    padding-top: 16px;
  }
}
.elc-news-detail .news-title {
  font-weight: bold;
  line-height: 140%;
  color: #03206b;
  border-bottom: 1px solid #d7dfe3;
  padding: 10px 0;
  font-size: 18px;
  padding-top: 65px;
}
@media (min-width: 1366px) {
  .elc-news-detail .news-title {
    padding: 15px 0;
    font-size: 22px;
    padding-top: 110px;
  }
}
@media (min-width: 1920px) {
  .elc-news-detail .news-title {
    padding: 16px 0;
    font-size: 24px;
    padding-top: 130px;
  }
}
.elc-news-detail .news-title.related {
  border-bottom: 0;
  padding-top: 47px;
}
@media (min-width: 1366px) {
  .elc-news-detail .news-title.related {
    padding-top: 49px;
  }
}
@media (min-width: 1920px) {
  .elc-news-detail .news-title.related {
    padding-top: 51px;
  }
}
.elc-news-detail .row-news-detail {
  --gutter: 15px;
  margin-right: calc(var(--gutter) * -1);
  margin-left: calc(var(--gutter) * -1);
}
@media (min-width: 1366px) {
  .elc-news-detail .row-news-detail {
    --gutter: 20px;
  }
}
@media (min-width: 1920px) {
  .elc-news-detail .row-news-detail {
    --gutter: 20px;
  }
}
.elc-news-detail .row-news-detail > [class*=col-] {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.elc-news-detail .news-title-sub {
  font-weight: bold;
  line-height: 160%;
  color: #222222;
  padding-top: 10px;
  font-size: 18px;
}
@media (min-width: 1366px) {
  .elc-news-detail .news-title-sub {
    padding-top: 12px;
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .elc-news-detail .news-title-sub {
    padding-top: 14px;
    font-size: 24px;
  }
}
.elc-news-detail .news-time {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 145%;
  color: #d7dfe3;
  font-size: 14px;
}
@media (min-width: 1366px) {
  .elc-news-detail .news-time {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .elc-news-detail .news-time {
    font-size: 16px;
  }
}
.elc-news-detail .news-time img {
  margin-right: 5px;
}
@media (min-width: 1366px) {
  .elc-news-detail .news-time img {
    margin-right: 10px;
  }
}
@media (min-width: 1920px) {
  .elc-news-detail .news-time img {
    margin-right: 15px;
  }
}
.elc-news-detail .content {
  line-height: 145%;
  color: #222222;
  font-size: 14px;
}
@media (min-width: 1366px) {
  .elc-news-detail .content {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .elc-news-detail .content {
    font-size: 16px;
  }
}
.elc-news-detail .content .fig-picture, .elc-news-detail .content article {
  max-width: 100% !important;
}
.elc-news-detail .list-related .news-related-item {
  position: relative;
}
.elc-news-detail .list-related .news-related-item:after {
  content: "";
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(-180deg);
}
.elc-news-detail .list-related .news-related-item:nth-child(1):after {
  background: linear-gradient(270deg, #DB3332 0%, rgba(219, 51, 50, 0) 97.49%);
}
.elc-news-detail .list-related .news-related-item:nth-child(2):after {
  background: linear-gradient(270deg, #03206B 0%, rgba(219, 51, 50, 0) 97.49%);
}
.elc-news-detail .list-related .news-related-item:nth-child(3):after {
  background: linear-gradient(270deg, #1C9AD6 0%, rgba(219, 51, 50, 0) 97.49%);
}
.elc-news-detail .list-related .news-related-item:nth-child(4):after {
  background: linear-gradient(270deg, #DB3332 0%, rgba(219, 51, 50, 0) 97.49%);
}
.elc-news-detail .div-border-red {
  height: 4px;
  background: linear-gradient(270deg, #DB3332 0%, rgba(219, 51, 50, 0) 97.49%);
  transform: rotate(-180deg);
}

.slider-project {
  margin-bottom: 20px;
}
@media (min-width: 1366px) {
  .slider-project {
    margin-bottom: 40px;
  }
}
@media (min-width: 1920px) {
  .slider-project {
    margin-bottom: 50px;
  }
}
.slider-project .slick-arrow {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.slider-project .slick-arrow.slick-prev {
  left: -20px;
}
@media (max-width: 576px) {
  .slider-project .slick-arrow.slick-prev {
    left: 5px;
  }
}
.slider-project .slick-arrow.slick-prev::before {
  content: url("/assets/web/icons/blue-left.png");
  font-size: unset;
}
.slider-project .slick-arrow.slick-next {
  right: -20px;
}
@media (max-width: 576px) {
  .slider-project .slick-arrow.slick-next {
    right: 5px;
  }
}
.slider-project .slick-arrow.slick-next::before {
  content: url("/assets/web/icons/blue-right.png");
  font-size: unset;
}
.slider-project .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.slider-project .slick-list .category {
  padding-top: 0;
}
.slider-project .slick-list .slick-track .slick-slide {
  padding: 10px 8px;
}
@media (min-width: 1920px) {
  .slider-project .slick-list .slick-track .slick-slide {
    padding: 20px 8px;
  }
}
.slider-project .slick-list .slick-track .slick-slide .project-item {
  background: #ffffff;
  border: 1px solid #D7DFE3;
  border-radius: 25px;
}
.slider-project .slick-list .slick-track .slick-slide .project-item .ratio-custom {
  --aspect-ratio: 66.9%;
}
.slider-project .slick-list .slick-track .slick-slide .project-item .ratio-custom .thumbnail {
  border-radius: 25px 25px 0 0;
}
.slider-project .slick-list .slick-track .slick-slide .project-item .content {
  min-height: 150px;
  font-size: 14px;
  padding: 10px 10px 0 10px;
}
@media (min-width: 1366px) {
  .slider-project .slick-list .slick-track .slick-slide .project-item .content {
    min-height: 200px;
    padding: 12px 12px 10px 12px;
  }
}
@media (min-width: 1920px) {
  .slider-project .slick-list .slick-track .slick-slide .project-item .content {
    min-height: 200px;
    padding: 12px 12px 10px 12px;
  }
}
.slider-project .slick-list .slick-track .slick-slide .project-item .content .news___category {
  text-transform: uppercase;
  color: #1C9AD6;
}
.slider-project .slick-list .slick-track .slick-slide .project-item .content .news___title {
  font-weight: 500;
  color: #222222;
  padding-top: 5px;
}
.slider-project .slick-list .slick-track .slick-slide .project-item .content .news___time {
  font-weight: 500;
  color: #D7DFE3;
  margin: 10px 0;
}
.slider-project .slick-list .slick-track .slick-slide .project-item .content .news___description {
  color: #222222;
}
.slider-project .slick-dots li.slick-active button::before {
  color: #03206b;
  opacity: 1;
}
.slider-project .slick-dots li button::before {
  font-size: 10px;
  color: #c4c4c4;
  opacity: 1;
}
@media (min-width: 1366px) {
  .slider-project .slick-dots li button::before {
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  .slider-project .slick-dots li button::before {
    font-size: 14px;
  }
}