/**css tuy chinh rieng cho tung trang**/
.get-title {
  margin-top: -25px;
  margin-bottom: 10px;
}
.van-hoa-pdf > div > div {
	display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.van-hoa-pdf .image_one > a {
	width: 50px;
  display: block;
}
.van-hoa-pdf .section-title h1 {
	border-bottom: none !important;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.van-hoa-pdf > div {
	justify-content: unset !important;
}