/**/
.post-new label.title {
	color: #18A84E;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}

.post-new .item_post:first-child .date {
	display: none;
}

@media only screen and (min-width: 769px) {
	.post-new-row {
		display: grid;
		grid-gap: 34px;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: 1fr 1fr 1fr;
	}

	.post-new-row .item_post:first-child {
		grid-row: 1/4;
		grid-column: 1/3;
	}

	.post-new-row .item_post {
		grid-column: 3/5;
		margin-bottom: 0;
	}

	.post-new-row .item_post .post_excerpt {
		margin-bottom: 0;
	}

	.post-new-row .item_post:not(:first-child) {
		display: flex;
		margin-bottom: 0;
	}

	.post-new-row .item_post:not(:first-child) .item_post_img {
		width: 337px;
		max-width: 40%;
		margin-bottom: 0;
	}

	.post-new-row .item_post:not(:first-child) .item_post_content {
		flex: 1;
		padding-left: 20px;
		padding-top: 0;
	}

	.post-new-row .item_post:not(:first-child) .item_post_img img {
		/*		aspect-ratio: unset;*/
		height: 100%;
	}

	.post-new-row .item_post:first-child .item_post_img img {
		aspect-ratio: 563/340;
	}

	.post-new-row .item_post:not(:first-child) .item_post_content h2 {
		font-size: 18px;
	}

	.post-new-row .item_post:not(:first-child) .item_post_content h2 a img {
		display: none;
	}

	.post-new-row .item_post:not(:first-child) .post_excerpt {
		-webkit-line-clamp: 2;
		font-size: 15px;
		line-height: 1.4;
	}

	.post-new-row .item_post:not(:first-child) a {
		display: flex;
		align-items: center;
	}
}

.blog_area.blog_area_archive label.title {
	color: #18A84E;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 20px;
}

.item_post {
	margin-bottom: 35px;
}

.item_post .date {
	color: #666;
	font-size: 14px;
}

.item_post a {
	color: #121212;
}

.item_post_img {
	overflow: hidden;
	margin-bottom: 12px;
	width: 100%;
}

.item_post_img img {
	aspect-ratio: 273/160;
	width: 100%;
	display: block;
	object-fit: cover;
	border-radius: 12px;
}

.item_post_content {}

.title-item-post,
.item_post_content h3 {
	display: block;
	overflow: hidden;
	line-height: 28px;
	font-size: 18px;
	font-weight: 700;
	color: #262626;
}

.item_post_content .userdetail {
	padding-top: 5px;
}

.item_post:hover h3 {
	color: #0b5690;
}

.morepost {
	margin-top: 16px;
	color: var(--color-4);
	font-weight: 600;
	display: inline-block;
}

.morepost svg {
	height: 24px;
	transition: width .3s;
	width: 24px;
}

.morepost:hover .icon-arrow-link {
	width: 48px;
}

/**/
.item_post_blogs h3 {
	margin-bottom: 0;
}

.item_post_content h3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.post_excerpt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: rgba(0, 0, 0, 0.80);
}

.item_post_blogs .post_excerpt {
	-webkit-line-clamp: 2;
}

.list-post-blogs {
	height: 100%;
	width: 100%;
	position: absolute;
	padding: 20px;
	max-height: 100%;
	overflow: auto;
	left: 0;
}

.list-post-blogs::-webkit-scrollbar {
	width: 3px;
	height: 3px background: #999;
}

.list-post-blogs::-webkit-scrollbar-thumb {
	background: #c4c4c4
}

/**/
nav.navigation.pagination {
	display: block;
	padding: 30px 0;
	text-align: center;
}

nav.navigation.pagination .page-numbers {
	text-decoration: none;
	width: 35px;
	display: inline-block;
	height: 35px;
	border: 0;
	box-sizing: border-box;
	border-radius: 4px;
	margin: 0 5px;
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	color: #856666;
}

nav.navigation.pagination .page-numbers.current,
nav.navigation.pagination a.page-numbers:hover {
	color: #ffff;
	background-color: var(--color-1);
}

.page-numbers img {
	width: 10px;
}

.page-numbers:hover img {
	filter: brightness(0) invert(1);
}

/* single */
.single-heading.titledetail {
	font-size: 32px;
}

.singlepost_area {
	max-width: 1064px;
	margin: 0 auto 40px;
	padding: 44px 76px;
}

.relatedcat-title {
	color: #18A84E;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	display: flex;
	align-items: flex-end;
}

.relatedcat-title::after {
	content: "";
	background: #18A84E;
	height: 1px;
	display: block;
	flex: 1;
	margin-left: 10px;
	margin-bottom: 5px;
}
.archive_banner img{
	border-radius: 12px;
}
.item_post_style_horizontal .item_post_content {
	display: flex;
	gap: 20px;
	padding: 20px;
	align-items: center;
	border-radius: 12px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.item_post_style_horizontal .item_post_content:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.item_post_category {
	margin-bottom: 20px;
}

.item_post_category span {
	background-color: var(--color-2);
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

/*mobile*/
@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 991px) {
	.single-heading {
		font-size: 22px;
		margin: 15px 0;
		line-height: 28px;
	}

	.single-pagination {
		margin: 0;
		padding-top: 10px;
	}

	.single-post .entry-header {
		margin-bottom: 20px;
	}

	/**/
	.single-post .full-content {
		padding: 0;
	}

	nav.navigation.pagination {
		padding: 20px 0;
	}

	/**/
	.blogs-cat-menu .menu {
		overflow: auto;
	}

	.blogs-cat-menu .menu {
		padding: 10px 0;
	}

	.blogs-cat-menu a {
		padding: 10px;
		white-space: nowrap;
		margin-right: 15px;
		font-size: 14px;
	}

	/**/
	.info-san_cong_nghe h2,
	.baivietda-lienquan-title,
	.ungdung-sp_da h2,
	.post-new-head h2 {
		font-size: 30px;
	}

	.item_post_style_horizontal .item_post_content {
		flex-direction: column;
	}

}

@media only screen and (max-width: 991px) {
	.category-head-line1 {
		margin-bottom: 15px;
	}

	.category-head h1 {
		font-size: 22px;
		padding: 10px;
	}

	.archive_description {
		font-size: 18px;
		line-height: 25px;
	}

	.list-post-blogs {
		position: unset;
		margin: 0;
		padding: 20px 0;
	}

	.item_post_nb_content h2 {
		font-size: 20px !important;
	}

	.title-item-post,
	.item_post_content h3 {
		line-height: 26px;
		font-size: 18px;
	}

	.item_post_blogs {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	/**/
	.banner-head-post {
		min-height: unset;
	}

	.entry-header.single-head {
		padding: 10px 0 20px 0;
		margin-bottom: 20px;
		margin-top: 0;
	}

	.singlepost-content .entry-content {
		padding-left: 0;
	}

	.post-share {
		position: unset !important;
		flex-direction: row !important;
	}

	.relatedcat {
		padding-top: 25px;
		margin: 0 auto;
	}

	.relatedcat-title.titlerelate {
		font-size: 18px;
	}

	/**/
	#menu_cat_da {
		overflow: auto;
	}

	#menu_cat_da a {
		white-space: nowrap;
		font-size: 14px;
		margin-right: 15px;
		margin-bottom: 0;
		padding-bottom: 10px;
	}

	/**/
	.search-da {
		margin: 10px auto 0;
	}

	.search-da input {
		height: 40px;
		padding: 0px 15px;
	}

	/**/
	.single-sp_da {
		font-size: 30px;
	}

	/**/
	.item-ung_dung.item-ung_dung-sancongnghe .ungdung_excerpt {
		display: none;
	}

	.item-ung_dung.item-ung_dung-sancongnghe .item-ung_dung-content h3 {
		font-size: 15px;
		white-space: unset;
		line-height: 1;
	}
}

@media only screen and (max-width: 900px) {
	.single-head .wp-post-image {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.breadcrumbs {
		font-size: 11px;
	}

	.entry-content h2 {
		font-size: 14px;
	}

	.single-pagination .col-mb {
		width: 100%;
		margin-bottom: 5px;
	}

	/**/
	.item_post {
		margin-bottom: 20px;
	}

	/**/
	.item-ung_dung-da.item-ung_dung .item-ung_dung-content {
		position: unset;
		transform: none;
		width: 100%;
		padding: 10px;
	}

	/**/
	.list-ung_dung-sancongnghe-wrap {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: unset;
	}
}

@media only screen and (max-width: 810px) {}

@media only screen and (max-width: 640px) {
	.single-heading {
		font-size: 18px;
		margin: 11px 0;
	}

	/**/
	.entry-content .col-mb {
		width: 50%;
	}

	.single-heading {
		font-size: 20px;
	}

	/**/
	.cat-post-first .item_post_content h2 {
		font-size: 16px;
	}

	.archive_description {
		font-size: 14px;
		line-height: 20px;
	}

	.category-head h1 {
		font-size: 18px;
	}

	.single-head .post-meta {
		font-size: 13px;
	}

	/**/
	#breadcrumbs {
		font-size: 12px;
	}

	/**/
	.info-san_cong_nghe h2,
	.summary-san_cong_nghe h1,
	.baivietda-lienquan-title,
	.ungdung-sp_da h2,
	.single-sp_da {
		font-size: 22px;
	}

	.sanpham-btn a {
		min-width: 150px;
		height: 41px;
	}

	.sp_da-slide .sanpham-btn a {
		margin: 5px;
	}

	.sanpham-btn a:first-child {
		margin-right: 10px;
	}

	/**/
	.protab-head li {
		font-size: 13px;
		padding: 7px 10px;
	}

	.hsl-tailieu ul li a {
		font-size: 15px;
	}
}

@media only screen and (max-width: 500px) {

	/**/
	.single-heading {
		font-size: 18px;
		margin: 10px 0;
	}

	/**/
}

@media only screen and (max-width: 480px) {
	.item_post_content {
		/*		padding: 10px 0;*/
	}

	.category-head h1 {
		margin-bottom: 10px;
	}

	.category-head-line1 {
		margin: 0;
	}

}

@media only screen and (max-width: 414px) {
	.entry-content .col-mb {
		width: 100%;
	}
}