.post-list .box-post-bycate{
    padding: 20px 0 30px;
}

/* posts */
.news-item {
	position: relative;
	margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.news-item:hover .news-item__img-child img {
	transform: scale(1.1)
}

.news-item__img-child {
	position: relative;
	overflow: hidden
}

.news-item__img-child:before {
	content: "";
	padding-top: 65%;
	display: block
}

.news-item__img-child img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 3s ease 0s;
    margin: 0;
    border-radius: 0;
}

.news-item__area {
	width: 76px;
	height: 76px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 13px
}

.news-item__area span {
	font-weight: 700;
	position: relative;
	padding-top: 3px;
}

.news-item__area span:before {
	content: "";
	width: 30px;
	height: 1px;
	background: currentColor;
	top: 1px;
	left: 50%;
	transform: translate(-50%);
	position: absolute;
}

.news-item .news-item__ttl {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.news-item__ct {
	background: white;
	padding: 10px;
}

.news-item__desc {
	overflow: hidden;
    display: -webkit-box;
	-webkit-line-clamp: 3;
	/* number of lines to show */
	color: #595959;
	line-height: 1.4;
	text-align: justify;
	margin-bottom: 10px;
	min-height: 63px;
	height: 63px;
}

.news-item__ttl a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	font-size: 17px;
	-webkit-box-orient: vertical;
    height: 44px;
}

.news-item__redmore .icon {
	display: inline-block;
	transform: translateY(5px);
}

.news-item__redmore .icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.news-item__redmore .icon svg path,
.news-item__redmore .icon svg line {
	stroke: currentColor;
}

/* Post detail  */
.post-detail .section__abouts{
    padding: 10px 0 30px;
}

.box_news_detail h1 {
	color: #096831;
	font-size: 24px;
	margin: 0px 0 15px;
}

.date_time {
	color: #888;
	margin-bottom: 5px;
	gap: 0px 20px;
}

.date_time span {
	margin-right: 10px;
	margin-left: 5px;
	font-size: 14px;
}

.date_time svg {
	height: 14px;
	fill: #888;
	margin-right: 4px;
}

.avatar-post-details img{
	width: 22px;
}

.noi_dung_in {
	padding: 10px 0;
}

/* có thể bỏ  */
.tomtatnd {
	padding: 5px 10px;
	background: #eee;
}

.noi_dung_in .header-left-tomtat, .noi_dung_in .header-tomtat{
	margin-bottom: 0 !important;
}

.header-tomtat {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-left-tomtat {
	display: flex;
	align-items: center;
}

.header-tomtat svg {
	width: 15px;
	height: 15px;
	margin-top: 8px;
}

.header-left-tomtat p {
	padding-left: 10px;
	padding-bottom: 0px !important;
	font-weight: 700 !important;
}

.header-right-tomtat {
	cursor: pointer;
}

.header-right-tomtat p {
	display: inline-flex;
	align-items: center;
}

.tomtatnd.active-scroll .table-content {
	display: block;
}

.tomtatnd .table-content {
	display: none;
}

ol#toc-list {padding-bottom: 5px;margin-top: 10px;}
/* end có thể bỏ  */

.fix-feteur-right {
	position: sticky;
	top: 90px;
}

.box-news-right-post-details {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 15px 10px 10px 10px;
}

.widget-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 7px;
    border-bottom: 2px solid #e5e5e5;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget-title::after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 90px;
    height: 2px;
    background-color: #096831;
    content: '';
}

.box-news-right-post-details .entry {
	display: flex;
	margin-bottom: 10px;
}

.box-news-right-post-details .entry .entry-thumb {
	padding-right: 0px;
	width: 109px;
	margin-right: 11px;
}

.box-news-right-post-details .entry .entry-thumb img {
	width: 113px;
	border-radius: 10px;
	overflow: hidden;
	height: 85px;
}

.box-news-right-post-details .entry .entry-content {
	flex: 1;
}

.box-news-right-post-details .entry .entry-content h4 a {
	font-size: 14px;
	color: #333;
	display: block;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box-news-right-post-details .entry .entry-content h4 a:hover {
	color: #096831;
}

.entry-content>.entry-meta {
	font-size: 13px;
	display: block;
	margin-bottom: 0;
	padding-top: 4px;
	color: #999;
	font-size: 12px;
}