.content_body {
  padding-top: 54px;
}
.content_body img, .content_body iframe {
  max-width: 100% !important;
  margin: auto;
}
.content_body .box_title {
  padding: 2rem;
  background-color: #fff;
  left: 0;
  right: 0;
  top: -90px;
}
.content_body .box_title a {
  display: block;
  background-color: var(--color-main);
}
.content_body .box_title button:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .content_body .box_title {
    padding: 20px;
    top: -110px;
  }
}

h1 {
  color: var(--color-main);
  padding-bottom: 15px;
}

.info {
  padding: 40px 0;
  background: #F4F9FC;
}

.news .listNews {
  margin: 0 -12px;
}
.news .listNews .item__new {
  padding: 0 12px;
}
.news .listNews .item__new .img {
  height: 187px;
}
.news .listNews .item__new .img img {
  transition: all 0.35s;
}
.news .listNews .item__new .item__title {
  font-size: 18px;
  line-height: 20px;
  height: 40px;
  -webkit-line-clamp: 2;
}
.news .listNews .item__new .date {
  color: var(--text-color);
}
.news .listNews .item__new .color_a {
  color: var(--color-main);
}
.news .listNews .item__new:hover .img img {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .img-banner img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .news .listNews {
    display: block;
  }
  .news .listNews .item__new {
    padding: 0 12px;
  }
  .info {
    padding: 20px 0;
  }
  .info .content_body {
    padding-top: 0;
  }
  .info .content_body .box_title {
    position: unset !important;
  }
}

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