.item_post {
	margin-bottom: 40px;
}
.post-meta .item-meta{
	margin-right: 20px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.post-meta .item-meta i{
	margin-right: 5px;
}
.item_post a{
	color: #121212;
}
.item_post_img {
	overflow: hidden;
	margin-bottom: 12px;
}
.item_post_img img {
	aspect-ratio: 400/220;
	width: 100%;
	display: block;
	object-fit: cover;
}

.item_post_content h3 {
	display: block;
	overflow: hidden;
	line-height: 28px;
	font-size: 20px;
	font-weight: 700;
	color: #262626;
	text-transform: uppercase;
}
.item_post_content .userdetail{
	padding-top: 5px;
}
.item_post:hover h3 {
	color: #0b5690;
}
.item_post .view-more {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .8px;
	padding: 15px 33px;
	display: inline-block;
	-webkit-appearance: none;
	background-color: #000;
	color: #fff;
	margin-top: 32px;
	margin-bottom: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: .3s all;
}
.item_post .view-more:hover{
	background-color: #666;
	color: #fff;
}
/**/
.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;
}


/**/
nav.navigation.pagination {
	display: block;
	padding: 40px 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: 31px;
	text-align: center;
	color: #856666;
	color: #000;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 100%;
}
nav.navigation.pagination .page-numbers.current,
nav.navigation.pagination a.page-numbers:hover {
    color: #ffff;
    background-color:#000;
    border-color: #000;
}
.page-numbers img {
	width: 10px;
}
.page-numbers:hover img {
	filter: brightness(0) invert(1);
}
/* single */

.singlepost-content .entry-content {
	max-width: 886px;
	margin: 0 auto 40px;
}
.relatedcat-title{
	font-family: 'Josefin Sans',sans-serif;
}
/**/
.item_post_gird .title{
	font-size: 24px;
}
.item_post_gird .view-more{
	margin-top: 25px;
	padding: 10px 33px;
}
/**/
.block-sidebar .item-post-sb a{
    display: flex;
    align-items: center;
}
.block-sidebar .item-post-sb {
	padding: 0 0 25px;
	margin-bottom: 0;
}
.block-sidebar .item-post-sb:last-child {
    border-bottom: none;
}

.block-sidebar .item-images {
    width: 80px
}

.block-sidebar .item-post-sb a{
	display: flex;
}
.block-sidebar .item-images img {
	height: auto;
	max-width: 100%;
	object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 100%;
}

.block-sidebar .item-detail {
	flex: 1;
    padding-left: 10px;
}

.block-sidebar .item-detail h4.title {
	padding: 0;
	color: #333;
	margin: 0;
	overflow: hidden;
	font-weight: normal;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 8px;
}

.block-sidebar a:hover .item-detail h4.title {
    text-decoration: underline;
}

.block-sidebar .item-detail .item-date {
	font-size: 14px;
	color: #a8a8a8;
}

.heading_box.posts_new_title {
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 25px;
	font-family: 'Josefin Sans',sans-serif;
	letter-spacing: 2px;
}
/*mobile*/
@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 .full-content {
		padding: 0;
	}
	nav.navigation.pagination {
		padding: 20px 0;
	}

}
@media only screen and (max-width: 991px) {
	.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 {
		font-size: 18px;
	}
	/**/
	.item_post .view-more {
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: .8px;
		padding: 8px 25px;
		display: inline-block;
		-webkit-appearance: none;
		background-color: #000;
		color: #fff;
		margin-top: 15px;
		margin-bottom: 10px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		transition: .3s all;
	}

	.heading_box.posts_new_title {
		font-size: 20px;
		letter-spacing: 1px;
	}
	.block-sidebar .item-detail h4.title {
		font-size: 16px;
	}
}
@media only screen and (max-width: 900px) {
	.single-head .wp-post-image {
		margin-top: 20px;
	}
	.item_post_gird .title {
		font-size: 18px;
	}
	.item_post_gird .view-more {
		margin-top: 10px;
		padding: 10px 21px;
	}
}
@media only screen and (max-width: 768px) {
	.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-post .breadcrumb-title > p {
		font-size: 18px;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 500px) {
	/**/
	.single-heading {
		font-size: 18px;
		margin: 10px 0;
	}
	/**/
}
@media only screen and (max-width: 480px) {
	
}
@media only screen and (max-width: 414px) {
	.entry-content .col-mb {
		width: 100%;
	}
}