.blog-wrapper  {
	padding-top: 0 !important; 
}

.banner-cat {
	padding: 6.7rem 0 0;
	margin-bottom: 6.6rem;
}

.banner-cat h2,
.banner-cat h1 {
	font-size: 3.6rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.banner-cat p {
	margin-bottom: 0;
	font-size: 1.6rem;
	text-transform: unset !important;
}

.show-cat {
	display: none;
}

.tin-lien-quan .show-cat,
.archive .show-cat {
	display: block;
	color: #666666;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.box.box-blog-post.box-vertical {
	padding: .6rem;
	border-radius: 2rem;
	box-shadow: 0 .4rem 3.6rem 0 #0000001A;
}

.box.box-blog-post.box-vertical .box-text-inner {
	display: flex;
	flex-direction: column;
}

.box.box-blog-post.box-vertical .box-text-inner .post-title {
	order: -1;

}

.box-blog-post .is-divider {
	display: none;
}

.box.box-blog-post.box-vertical .box-text-inner .post-title a {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 1.8rem;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	font-weight: bold;
	height: auto;
}

.archive .from_the_blog_excerpt {
	font-size: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.box.box-blog-post.box-vertical .box-image .image-cover {
	padding-top: 62.8% !important;
	border-radius: 2rem;
}

.blog-archive .archive-page-header {
	display: none;
}

#load-more {
	position: relative;
	min-width: 16.7rem;
	border-radius: 3rem;
	line-height: 5rem;
	text-align: center;
	font-size: 1.5rem;
	text-transform: none;
	margin-top: 2rem;
	font-weight: normal;
}

#load-more:hover {
	background-color: var(--primary-color);
	color: #fff;
}

#load-more * {
	z-index: 3;
	position: relative;
}

#load-more::before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	padding: .2rem 0.3rem;
	border-radius: 3rem;
	background: linear-gradient(90deg, #DFB91E 0%, #DA2626 100%);
	mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
	z-index: 2;
}

#load-more:hover::before {
	opacity: 0;
}

div#post-list .row .row {
	margin: 0;
}

/* single */
.article-inner .entry-header {
	display: flex;
	flex-direction: column-reverse;
}

.article-inner .entry-header  .entry-meta {
	font-size: 0;
	position: absolute;
	left: 3rem;
	top: -2rem;
}

.article-inner .entry-meta span.posted-on a {
	font-size: 1.6rem;
	color: #666666;
	min-width: 18.3rem;
	display: block;
	background-color: #fff;
	border-radius: 3rem;
	text-transform: none;
	text-align: center;
	line-height: 4rem;
	position: relative;
}

.article-inner .entry-meta span.posted-on a * {
	z-index: 3;
	position: relative;
}

.article-inner .entry-meta span.posted-on a::after {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	padding: .2rem 0.3rem;
	border-radius: 3rem;
	background: #fff;
	z-index: 1;
}

.article-inner .entry-meta span.posted-on a::before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	padding: .2rem 0.3rem;
	border-radius: 3rem;
	background: linear-gradient(90deg, #DFB91E 0%, #DA2626 100%);
	mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
	z-index: 2;
}

.entry-header .entry-header-text-top {
	position: relative;
	padding: 0 3.5rem;
	padding-top: 4.5rem;
	padding-bottom: 0;
}

.entry-divider.is-divider.small {
	display: none
}

.entry-content {
	padding: 0 3.5rem 3rem;
	font-size: 1.5rem;
}

h1.entry-title {
	font-size: 2.4rem;
	font-weight: 600;
}

.article-inner {
	padding: 1.5rem;
	box-shadow: 0 .4rem 3.6rem 0 #0000001A;
	background-color: #fff;
	border-radius: 2rem;
}

.author-main>* {
	z-index: 3;
	position: relative;
}

.author-main::before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	padding: .2rem 0.3rem;
	border-radius: 2rem;
	background: linear-gradient(90deg, #DFB91E 0%, #DA2626 100%);
	mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
	z-index: 2;
}

.author-main {
	border-radius: 2rem;
	padding: 3rem;
	position: relative;
	margin-top: 3rem;
	background-color: #fff;
}

.author-main-inner {
	display: flex;
}

.author-avatar {
	width: 10rem;
	height: 10rem;
	border-radius: 100%;
	overflow: hidden;
}

.author-desc {
	width: calc(100% - 10rem);
	padding-left: 2.5rem;
}

.author-avatar img {
	width: 100%;
	height: 100%;
}

.author-main h3.author-name {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--primary-color);
}

.author-link {
	display: flex;
	gap: 1.4rem;
	font-size: 2rem;
}
.author-link  a{
	color: var(--fs-color-primary);
}
p.author-description {
	margin-bottom: 1rem;
}
.image-video .text-box {
	background: #fff;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 2.4rem;
	overflow: hidden;
}
.image-video .text-box *{
	text-shadow:none;
	color: #9C9999;
	font-size:14px
}
.image-video {border-radius: 20px;overflow: hidden;}

.image-video::before {
	position: absolute;
	content: url(../icons/icon-box.svg);
	top: 1.8rem;
	left: 2.4rem;
	line-height: 1;
	z-index:2
}
.image-video video.video-bg {
	height: calc(100% - 50px);
	top: auto;
}
.entry-image img{
	width: auto !important;
	margin:  0 auto;
	display: block;
}
.entry-image.relative {
	background: #fff;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 .4rem 3.6rem 0 #0000001A;
}
@media screen and (min-width: 850px) {
	.box.box-blog-post.box-vertical .box-image {
		width: 25.8rem !important;
	}

	.box.box-blog-post.box-vertical .box-text {
		width: calc(100% - 25.8rem);
		padding-left: 3.6rem;
	}

	.blog-archive #post-list>.row>.col.post-item:first-child .box.box-blog-post {
		padding: 1.5rem;
	}

	.blog-archive #post-list>.row>.col.post-item:first-child .box.box-blog-post .box-text,
	.blog-archive #post-list>.row>.col.post-item:first-child .box.box-blog-post .box-image {
		width: 100% !important;
		display: block;
	}

	.blog-archive #post-list>.row>.col.post-item:first-child .box.box-blog-post .box-text {
		padding: 4.5rem 3rem 2.5rem;
	}

	.blog-archive .col.post-item:first-child .show-cat {
		position: absolute;
		top: -2rem;
		border-radius: 3rem;
		background-color: #fff;
		min-width: 18.3rem;
		line-height: 4rem;
		text-align: center;
		font-size: 1.5rem;
	}

	.blog-archive #post-list>.row>.col.post-item:first-child .box.box-blog-post .box-text-inner .post-title {
		margin-top: 0;
	}

	.blog-archive #post-list>.row>.col.post-item:first-child .box.box-blog-post .box-text-inner .post-title a {
		font-size: 2.4rem;
		-webkit-line-clamp: 3;
	}

	.blog-archive #post-list>.row>.col.post-item:first-child .box.box-blog-post .box-text-inner .from_the_blog_excerpt {
		-webkit-line-clamp: 3;
	}

	.blog-archive .col.post-item:first-child .show-cat * {
		z-index: 3;
		position: relative;
	}

	.blog-archive .col.post-item:first-child .show-cat::before {
		content: "";
		position: absolute;
		inset: 0;
		width: 100%;
		padding: .2rem 0.3rem;
		border-radius: 3rem;
		background: var(--linear-gradient-9);
		mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
		z-index: 2;
	}

	.banner-cat img {
		max-width: 39.9rem;
		margin-left: auto;
		display: block;
	}

}

@media screen and (max-width: 850px) {
	.entry-header .entry-header-text-top {
		padding: 4.5rem 0 0;
	}

	.entry-content {
		padding: 0 0 3rem;
	}

	.banner-cat {
		padding-top: 4rem;
	}

	.html-before-comments.mb {
		margin: 0;
	}

	.single .col.post-item:last-child {
		padding-bottom: 0;
	}
}