a.active {
  background-color: #C73536 !important;
  color: white !important;
}

.container .mission .title {
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
.container .mission .title .moinhat {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 4px;
  border-left: 6px solid #C33536;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .container .mission .title .moinhat {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    border-radius: 4px;
    border-left: 6px solid #C33536;
    padding-left: 5px;
  }
}
.container .mission .title .br {
  height: 17px;
  background: #F7F7F7;
  width: 999px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .container .mission .title .br {
    width: 59%;
  }
}
.container .mission .list-new {
  padding-top: 20px;
}
.container .mission .list-new .item-new .from-group {
  transition: all 0.35s;
  overflow: hidden;
}
.container .mission .list-new .item-new .from-group a {
  text-decoration: none;
}
.container .mission .list-new .item-new .from-group a img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .mission .list-new .item-new .from-group a h3 {
  padding: 10px 0;
  font-weight: 400;
  font-size: 27px;
  line-height: 33px;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .container .mission .list-new .item-new .from-group a h4 {
    padding: 15px 0 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #171616;
    margin-bottom: 0;
    font-family: Roboto;
    font-style: normal;
  }
}
.container .mission .list-new .item-new .from-group .from-group-content {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container .mission .list-new .item-new .from-group:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.container .mission .list-new .item-new .from-group:hover h3, .container .mission .list-new .item-new .from-group:hover h4 {
  color: #C33536;
}
.container .tin-tuc-chung__content .col-md-3 figure img {
  border-radius: 20px;
}
.container .tin-tuc-chung__content .col-md-3:last-child {
  margin-right: 0;
}
.container .tin-tuc-chung__content a figure {
  padding-bottom: 10px;
}
.container .tin-tuc-chung__content a figure img {
  width: 100%;
  height: 250px;
  transition: 0.5s;
  border-radius: 10px;
  padding: 10px;
}
.container .tin-tuc-chung__content a figure .title {
  position: relative;
  padding-left: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
  color: rgb(36, 36, 36);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: 0.1px;
  text-overflow: ellipsis;
  margin: 0px;
  overflow: hidden;
  width: 100%;
  height: 40px;
  text-align: left;
}
.container .tin-tuc-chung__content a figure .summary {
  position: relative;
  padding-left: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 50px;
  height: 40px;
  color: rgb(36, 36, 36);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: 0.1px;
  text-overflow: ellipsis;
  margin: 0px;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.container .tin-tuc-chung__content a figure figcaption {
  padding-left: 10px;
}
.container .tin-tuc-chung__content a figure .time {
  font-weight: 100;
}
.container .tin-tuc-chung__content a:hover {
  text-decoration: none;
}
.container .tin-tuc-chung__content a:hover figure {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
}
.container .tin-tuc-chung__content a:hover figure img {
  transition: 0.5s;
}

.pagination {
  margin-top: 30px;
  justify-content: center;
}
.pagination .current, .pagination .other-page, .pagination .next-page, .pagination .pre-page, .pagination b {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #737373;
  background-color: #eee;
  margin: 0 5px;
}
.pagination .current:hover, .pagination .other-page:hover, .pagination .next-page:hover, .pagination .pre-page:hover, .pagination b:hover {
  text-decoration: none;
  opacity: 0.9;
}
.pagination .current {
  background: #C73536;
  font-family: "Google Sans", sans-serif;
  color: #fff;
  border: none;
}

@media (max-width: 767px) {
  .tin-tuc-chung__content a figure img {
    display: block;
    object-fit: cover;
  }
  .tin-tuc-chung__content a figcaption {
    text-align: center;
  }
  .container .menu-item {
    max-width: 200px;
    padding: 0;
    background-color: "transparent" !important;
    align-items: center;
    justify-content: center;
    color: #333;
    border-radius: 62px;
    font-size: 11px;
    padding: 5px 1em;
  }
  .container .menu-item:hover {
    text-transform: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tin-tuc-chung__content a figure img {
    display: block;
    object-fit: contain;
  }
}
@media (min-width: 1024px) {
  .tin-tuc-chung__content {
    width: 1200px;
  }
  .tin-tuc-chung__content figure img {
    padding-right: 20px;
  }
}/*# sourceMappingURL=tintuc.css.map */