.page-detail {
  position: static;
  padding: 30px 0;
  background: #fff;
  color: #222;
}
.page-detail .container {
  max-width: 700px;
  display: block;
}
.page-detail .width_common {
  width: 100%;
  float: left;
}
.page-detail label {
  display: inline-block;
}
.page-detail img {
  border: 0;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
}
.page-detail .thumb {
  display: block;
  overflow: hidden;
  height: 0;
  position: relative;
  width: 100%;
  background: #f4f4f4;
}
.page-detail .thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page-detail .thumb-5x3 {
  padding-bottom: 60%;
}
.page-detail .box-tinlienquanv2 {
  padding: 15px;
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
}
.page-detail .art_item {
  width: 100%;
  float: left;
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #e5e5e5;
}
.page-detail .art_item .thumb_art {
  width: 145px;
  margin-right: 10px;
  float: left;
}
.page-detail .art_item .title-news {
  font-size: 15px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 5px;
  margin-top: 0;
}
.page-detail .art_item .title-news a {
  color: #222;
}
.page-detail .art_item .title-news:hover a {
  color: #9f224e;
}
.page-detail .art_item .description {
  line-height: 160%;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  color: #222;
}
.page-detail .art_item .meta-news {
  display: none;
}
.page-detail .art_item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page-detail #box_comment .comment_item p {
  line-height: 1.4;
}

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