.news .title__news h1 {
  font-size: 40px;
  font-weight: 400;
}

.news .content__news {
  margin-top: 30px;
  border-top: 1px dashed #CCCCCC;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 30px;
  min-height: 300px;
  margin-bottom: 30px;
}

.news .content__news p {
  margin-top: 16px;
}

.title__news p {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.share__news .fa {
  color: #333;
}

.interested .title__interested h1 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.interested .col-md-4 {
  max-width: 285px;
  margin-right: 20px;
}

.interested .col-md-4:last-child {
  margin-right: 0;
}

.interested .item__interested a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.interested .item__interested a figure img {
  width: 285px;
  height: 190px;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 10px;
  padding: 10px;
}

.interested .item__interested a figure .bold {
  font-weight: 600;
}

.interested .item__interested a figure figcaption {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 40px;
  color: #242424;
  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;
  margin-bottom: 10px;
}

.interested .item__interested a figure .time {
  font-weight: 100;
}

.interested .item__interested a:hover {
  text-decoration: none;
}

.interested .item__interested a:hover figure {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
}

.interested .item__interested a:hover figure img {
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 767px) {
  .container {
    padding: 0 8px;
  }
  .content__news {
    padding-top: 10px;
  }
  .content__news img {
    width: 100% !important;
    height: auto !important;
  }
  .title__interested h1 {
    font-size: 18px !important;
  }
  .time__news {
    font-weight: 100;
  }
  .share__news {
    font-weight: 100;
  }
  .breadcrumb {
    visibility: hidden;
  }
  .title__news h1 {
    font-size: 20px !important;
  }
}
/*# sourceMappingURL=tintucchitiet.css.map */