.news_wrapper {
  min-height: 100vh;
}
ul.breadcrumb {
  padding: 10px 2px;
  list-style: none;
  width: 100%;
}
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}
ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: ">\00a0";
}
ul.breadcrumb li a {
  color: #8894aa;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

ul.breadcrumb li.active {
  color: #232338;
  font-weight: 600;
}

/* Left */

.news_meta {
  font-size: 14px;
  color: #555;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.news_meta .meta_item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.news_meta .category a {
  color: #00a0e9;
  text-decoration: none;
}

.news_meta .share a {
  margin-left: 5px;
  font-size: 16px;
  color: #333;
}

.news_meta .share a:hover {
  color: #00a0e9;
}

.news_content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1rem;
  text-align: justify;
}
.news_content p.fw-bold.text-primary {
  font-weight: 600;
  color: #232338;
}

/* Right */
.title_new_right {
  margin-top: 4.2rem;
}

.wrapper_right_img {
  width: 35%;
  height: 88px;
  margin-right: 10px;
}
.new_img_right {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_text {
  width: 65%;
}

.date_right {
  text-decoration: none;
}

.recruitment_item {
  width: 100%;
}
