.news-detail-banner {
  position: relative;
  width: 100%;
  min-height: 640px;
  height: 70vh;
}
.news-detail-banner::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .news-detail-banner {
    min-height: 850px;
  }
}
@media screen and (min-width: 1200px) {
  .news-detail-banner {
    min-height: 690px;
    height: 80vh;
  }
}
@media screen and (min-width: 1600px) {
  .news-detail-banner {
    min-height: 690px;
    height: 100vh;
  }
}
.news-detail-banner figure {
  width: 100%;
  height: 100%;
}
.news-detail-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-detail-banner-content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 50px;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .news-detail-banner-content {
    bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .news-detail-banner-content {
    bottom: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .news-detail-banner-content {
    bottom: 100px;
  }
}
.news-detail-banner-content .title {
  color: #fff;
}
.news-detail-banner-content p {
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 1600px) {
  .news-detail-banner-content p {
    margin-bottom: 40px;
  }
}

.news-detail-content {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (min-width: 1200px) {
  .news-detail-content {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .news-detail-content {
    padding-top: 112px;
    padding-bottom: 140px;
  }
}
.news-detail-content .user-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .news-detail-content .user-options {
    margin-bottom: 55px;
  }
}
.news-detail-content .user-options .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-detail-content .user-options .user figure {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 15px;
}
.news-detail-content .user-options .user figure img {
  margin: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.news-detail-content .user-options .user strong {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  color: #000;
}
.news-detail-content .user-options .user span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.news-detail-content .user-options .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-detail-content .user-options .share a {
  text-decoration: none;
  color: #000;
  margin-left: 15px;
}
.news-detail-content .user-options .share a span {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .news-detail-content .user-options .share a span {
    font-size: 25px;
  }
}
.news-detail-content .user-options .share a span::before {
  color: #000;
}
.news-detail-content .user-options .share a .icon-instagram {
  font-size: 18px;
}
.news-detail-content .content-area {
  width: 100%;
  margin: auto;
  margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  .news-detail-content .content-area {
    margin-top: 90px;
    max-width: 1045px;
  }
}
.news-detail-content .content-area p,
.news-detail-content .content-area ul,
.news-detail-content .content-area ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 1.9;
}
.news-detail-content .content-area h1,
.news-detail-content .content-area h2,
.news-detail-content .content-area h3,
.news-detail-content .content-area h4,
.news-detail-content .content-area h5,
.news-detail-content .content-area h6 {
  padding: 0;
  margin: 0;
  font-size: 25px;
  font-weight: 600;
}
.news-detail-content .content-area h1 + p, .news-detail-content .content-area h1 + ul, .news-detail-content .content-area h1 + ol,
.news-detail-content .content-area h2 + p,
.news-detail-content .content-area h2 + ul,
.news-detail-content .content-area h2 + ol,
.news-detail-content .content-area h3 + p,
.news-detail-content .content-area h3 + ul,
.news-detail-content .content-area h3 + ol,
.news-detail-content .content-area h4 + p,
.news-detail-content .content-area h4 + ul,
.news-detail-content .content-area h4 + ol,
.news-detail-content .content-area h5 + p,
.news-detail-content .content-area h5 + ul,
.news-detail-content .content-area h5 + ol,
.news-detail-content .content-area h6 + p,
.news-detail-content .content-area h6 + ul,
.news-detail-content .content-area h6 + ol {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .news-detail-content .content-area h1 + p, .news-detail-content .content-area h1 + ul, .news-detail-content .content-area h1 + ol,
  .news-detail-content .content-area h2 + p,
  .news-detail-content .content-area h2 + ul,
  .news-detail-content .content-area h2 + ol,
  .news-detail-content .content-area h3 + p,
  .news-detail-content .content-area h3 + ul,
  .news-detail-content .content-area h3 + ol,
  .news-detail-content .content-area h4 + p,
  .news-detail-content .content-area h4 + ul,
  .news-detail-content .content-area h4 + ol,
  .news-detail-content .content-area h5 + p,
  .news-detail-content .content-area h5 + ul,
  .news-detail-content .content-area h5 + ol,
  .news-detail-content .content-area h6 + p,
  .news-detail-content .content-area h6 + ul,
  .news-detail-content .content-area h6 + ol {
    margin-top: 25px;
  }
}
.news-detail-content .content-area p,
.news-detail-content .content-area li,
.news-detail-content .content-area a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .news-detail-content .content-area p,
  .news-detail-content .content-area li,
  .news-detail-content .content-area a {
    font-size: 14px;
  }
}
.news-detail-content .content-area p + p, .news-detail-content .content-area p + li, .news-detail-content .content-area p + ol, .news-detail-content .content-area p + ul,
.news-detail-content .content-area li + p,
.news-detail-content .content-area li + li,
.news-detail-content .content-area li + ol,
.news-detail-content .content-area li + ul,
.news-detail-content .content-area a + p,
.news-detail-content .content-area a + li,
.news-detail-content .content-area a + ol,
.news-detail-content .content-area a + ul {
  margin-top: 15px;
}
@media screen and (min-width: 1200px) {
  .news-detail-content .content-area p + p, .news-detail-content .content-area p + li, .news-detail-content .content-area p + ol, .news-detail-content .content-area p + ul,
  .news-detail-content .content-area li + p,
  .news-detail-content .content-area li + li,
  .news-detail-content .content-area li + ol,
  .news-detail-content .content-area li + ul,
  .news-detail-content .content-area a + p,
  .news-detail-content .content-area a + li,
  .news-detail-content .content-area a + ol,
  .news-detail-content .content-area a + ul {
    margin-top: 20px;
  }
}
.news-detail-content .content-area ul li,
.news-detail-content .content-area ol li {
  padding-left: 20px;
}
.news-detail-content .content-area img {
  margin: 30px 0;
  -webkit-box-shadow: -14px 16px 24px rgba(0, 0, 0, 0.22);
          box-shadow: -14px 16px 24px rgba(0, 0, 0, 0.22);
}
@media screen and (min-width: 1200px) {
  .news-detail-content .content-area img {
    /* margin: 50px 0;  */
    margin: 30px 0; 
  }
}
@media screen and (min-width: 1600px) {
  .news-detail-content .content-area img {
    /* margin: 80px 0; */
    margin: 50px 0;
  }
}

.related-news {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .related-news {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .related-news {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .related-news {
    padding-top: 118px;
    padding-bottom: 120px;
  }
}
.related-news .title {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .related-news .title {
    margin-bottom: 50px;
  }
}
.related-news .card {
  position: relative;
}
.related-news .card .img {
  width: 100%;
  max-width: 509px;
}
.related-news .card .img .figure {
  padding-top: calc(340 / 509 * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.related-news .card .img .figure img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
.related-news .card .img .figure img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  will-change: transform;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.related-news .card-footer {
  padding-top: 15px;
}
@media screen and (min-width: 1200px) {
  .related-news .card-footer {
    padding-top: 20px;
  }
}
.related-news .card-footer .title {
  font-weight: 400;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}
.related-news .card-footer a {
  color: #025D78;
}
.related-news .card-footer a .icon-arrow::before {
  color: #025D78;
}
.related-news .card:hover .figure img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}