@font-face {
  font-family: "Prompt-Light";
  src: url("/cmt2563/fonts/Prompt/Prompt-Light.ttf");
}
@font-face {
  font-family: "Prompt-Medium";
  src: url("/cmt2563/fonts/Prompt/Prompt-Medium.ttf");
}

.news_head {
  font-family: "Prompt-Medium", sans-serif;
  color: #ff6f4c;
  font-weight: bold;
  text-indent: 20px;
}
.navy_color {
  color: #12356e !important;
}
.news_items {
  /* position: relative; */
  /* height: 100%; */
}
.news_link {
  position: relative;
  font-family: "Prompt-Light", sans-serif;
  font-weight: bold;
  width: 100%;
  height: 100%;
  /* min-height: 180px; */
  color: #222222;
  text-decoration: none;
}
.news_cover {
  width: 100%;
  height: 80%;
  object-fit: cover;
  min-height: auto;
}

.news_title {
  width: 100%;
  /* line-height: 20px; */
  /* height: 40px; */
  margin-top: 0.5rem;
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}
.news_link:hover {
  color: #ff6f4c;
}

/* video */
.font-section {
  font-family: "Prompt-Light", sans-serif;
}
.vdo_head {
  font-family: "Prompt-Medium", sans-serif;
  color: #ff6f4c;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
.caption-vdo:before {
}

/* booklet */
.bkl_name {
  color: #222222 !important;
}
/* .bkl_name:hover img {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2) !important;
} */
.more-color {
  color: #ff6f4c !important;
}
.more-color:hover {
  color: #ff6f4c !important;
}
