.blog .blog_body .form-group {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 40px;
}
.blog .blog_body .form-group:hover a img {
  transform: scale(1.1);
}
.blog .blog_body .form-group:hover a svg rect {
  fill: #B57B31;
}
.blog .blog_body .form-group:hover a .gradient_text {
  background: #fff;
  color: #B57B31 !important;
  -webkit-text-fill-color: #B57B31;
}
.blog .blog_body .form-group h4 {
  height: 48px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.25rem !important;
}
.blog .blog_body .form-group a {
  text-decoration: none;
  color: #000;
}
.blog .blog_body .form-group a img {
  transition: all 0.35s;
}
.blog .blog_body .form-group a h3 {
  padding-top: 20px;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
}
.blog .blog_body .form-group a h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.blog .blog_body .form-group a h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 48px;
}
.blog .blog_body .form-group a span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.blog .blog_body .form-group p {
  margin: 0;
}

.row {
  margin: 0 -20px;
}
.row .col-md-4 {
  padding: 0 20px;
}

.color_a {
  color: var(--color-main) !important;
}

/*# sourceMappingURL=tintuc.css.map */
