.menu-link-parent-text {
  color: #2a3668 !important;
}

.news-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--light-steel-blue);
  color: var(--primary-text-color);
  background-position: top 2rem center;
}

.news-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10rem;
}

.news-wrapper > p:nth-child(1) {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
}

.news-content-body {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 5rem;
  margin: 2rem;
}

.news-content-body-detail {
  grid-template-columns: 1fr;
  gap: 2rem;
}

.current-news-container,
.recent-news-posts {
  display: flex;
  flex-direction: column;
}

.recent-news-posts {
  gap: 1rem;
}

.current-news-container {
  gap: 2rem;
}

.news-card-detail {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}

.news-card {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  border: 1px solid #1a1a22;
  border-radius: 20px;
  background-color: #1a1a22;
}

.recent-news-posts-article {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 30px;
}

.recent-news-posts-article .title a,
.recent-news-posts-article .title a:hover {
  color: var(--primary-text-color);
}

.recent-news-posts-article img {
  width: 22rem;
}

.recent-news-posts-article iframe {
  width: 22rem;
  height: 200px;
}

.recent-news-posts-article p {
  margin: 0;
  margin-top: 7px;
}

.news-card h4 {
  color: white;
}

.news-content-body h1 {
  text-align: center;
  padding: 0 5rem;
  font-weight: bold;
}

.news-card p,
.news-card-detail p {
  margin-top: 0;
  color: white;
}

.news-card-detail p {
  color: inherit;
}

.title a,
.source_link {
  text-decoration: none;
  color: white;
}

.title a:hover,
.source_link:hover {
  text-decoration: underline;
  color: white;
}

.news-card img {
  width: 29rem;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.news-card-img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-card-detail img {
  width: 60%;
}

.news-card-video {
  width: 100%;
  margin: 20px;
}

.news-card-video iframe {
  width: 800px;
  height: 400px;
}

.back-button {
  display: inline-block;
  border: 1px var(--primary-navy-blue) solid;
  border-radius: 50px;
  background-color: var(--primary-navy-blue);
  color: white;
  padding: 5px 30px 7px 30px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  width: 130px;
  transition: all 0.5s;
}

.back-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.back-button span:after {
  content: "\00AB";
  position: absolute;
  opacity: 0;
  top: 0;
  left: -15px;
  transition: 0.5s;
}

.back-button:hover span {
  padding-left: 5px;
}

.back-button:hover span:after {
  opacity: 1;
  left: 20;
}

.news-articel {
  padding: 1rem 2rem 0 0;
}

.news-articel a {
  color: white !important;
}

.news-content-body-detail .news-articel a {
  color: var(--primary-text-color) !important;
}

.read-more {
  margin-top: -15px !important;
}

.read-more a {
  color: rgb(67, 222, 242) !important;
  text-decoration: none;
  font-size: 13px;
}

.read-more a:after {
  content: "\00BB";
  position: relative;
  top: 1.8px;
  opacity: 0;
  transition: 0.5s;
  padding-left: 2px;
  font-size: 19px;
}

.read-more a:hover::after {
  opacity: 1;
}

.zoom15-wrapper iframe {
  width: 730px !important;
}

/** mobile **/
@media (max-width: 700px) {
  .news-container {
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: top 5rem center;
  }

  .news-wrapper {
    padding: 10rem 0 0 0;
    background-size: 0%;
  }

  .news-content-body {
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 0;
  }

  .current-news-container {
    width: 100%;
  }

  .news-card {
    flex-direction: column;
    gap: 0;
  }

  .news-card img {
    width: 22rem;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .news-card-img-container img {
    width: 21rem;
  }

  .news-img-container p {
    text-align: center;
  }

  .news-content-body h1 {
    padding: 0;
    margin: 0;
  }

  .news-articel {
    padding: 1rem;
  }

  .recent-news-posts {
    width: 100%;
  }

  .recent-news-posts-article {
    margin-bottom: 3rem;
  }

  .news-card-video iframe {
    width: 310px;
    height: 200px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1200px) {
  .news-card img {
    width: 20rem;
  }

  .news-card-video iframe {
    width: 650px;
    height: 315px;
  }
}

@media screen and (width: 1920px) and (height: 1200px),
  (width: 1920px) and (height: 1080px),
  (width: 1920px) and (height: 618px) {
  .news-card-video iframe {
    width: 1050px;
    height: 500px;
  }

  .recent-news-posts-article img {
    width: 29rem;
  }
}

@media screen and (width: 1280px) and (height: 585px) {
  .news-card-video iframe {
    width: 700px;
  }
}
