.news_type10 {
  padding: 60px 0;
}
.news_type10 h3 {
  color: var(--color-primary);
  font-size: 2.2rem;
  margin-bottom: 0;
}
.news_type10 .tabnews_main .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news_type10 .tabnews_main .date .day {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  color: var(--color-primary);
  font-family: Roboto, sans-serif;
}
.news_type10 .tabnews_main .date .month {
  font-weight: 500;
  color: #5E5E5E;
  font-family: Roboto, sans-serif;
}
.news_type10 .tabnews_main .cardBg {
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 25px 20px -18px rgba(0, 0, 0, 0.47);
  border-radius: 10px;
  border: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
}
.news_type10 .tabnews_main .cardBg a {
  border-radius: 10px;
  height: 100%;
  display: block;
  position: relative;
}
.news_type10 .tabnews_main .cardBg a::before {
  content: "";
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.news_type10 .tabnews_main .cardBg .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 3.5rem 1.5rem 1.5rem;
}
.news_type10 .tabnews_main .cardBg .card-body .text-muted {
  color: var(--color-white) !important;
}
.news_type10 .tabnews_main .cardBg .card-body h4 {
  font-size: 1.1rem;
  color: var(--color-white);
  margin-top: 1rem;
  margin-bottom: 1.8rem;
  line-height: 1.3;
  z-index: 2;
}
.news_type10 .tabnews_main .cardBg .card-body p {
  color: var(--color-white);
  margin-bottom: 0.5rem;
  line-height: 1.5;
  z-index: 2;
}
.news_type10 .tabnews_main ul li {
  margin-bottom: 1.3rem;
}
.news_type10 .tabnews_main a {
  text-decoration: none;
}
.news_type10 .tabnews_main a:hover h4 {
  color: var(--color-primary);
}
.news_type10 .tabnews_main h4 {
  color: var(--color-grey);
  font-weight: 600;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
.news_type10 .tabnews_main p {
  letter-spacing: 0.05rem;
  font-size: 1rem;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color: var(--color-grey);
}
.news_type10 .tabnews_main .badge {
  border-radius: 6px;
  padding: 0.3rem 1rem 0.4rem;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-left: 2rem;
  margin-right: 2rem;
}
.news_type10 .tabnews_main .text-muted {
  font-size: 0.8rem;
  z-index: 2;
  font-family: Roboto, sans-serif;
}
.news_type10 .tabnews_main .read_more {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: var(--color-primary);
  transition: 0.5s;
  border: 1px solid var(--color-primary);
  padding: 0.35rem 1.5rem;
  border-radius: 5px;
}
.news_type10 .tabnews_main .read_more i {
  padding-left: 10px;
}
.news_type10 .tabnews_main .read_more:hover {
  background-color: var(--color-primary);
  color: #fff;
}

@media (max-width: 1024px) {
  .news_type10 h3 {
    font-size: 2rem;
  }
  .news_type10 .tabnews_main p {
    -webkit-line-clamp: 4;
  }
  .news_type10 .tabnews_main .card {
    height: 100%;
  }
  .news_type10 .tabnews_main .card a .card-body h4 {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 768px) {
  .news_type10 .tabnews_main .col-10 {
    width: 100%;
  }
  .news_type10 h3 {
    margin-bottom: 1rem;
  }
  .news_type10 .row-nav {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .news_type10 .tabnews_main .badge {
    display: none;
  }
  .news_type10 .tabnews_main a {
    padding-left: 1rem;
  }
  .news_type10 .tabnews_main .cardBg a {
    padding-left: 0;
  }
  .news_type10 .tabnews_main .cardBg .card-body {
    padding-top: 15rem;
  }
}
