

.blogs-cat-menu .menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.blogs-cat-menu a {
	display: flex;
	text-align: center;
	margin-right: 12px;
	text-align: center;
	justify-content: center;
	padding: 12px 20px;
	color: #2a2a2a;
	font-size: 16px;
	font-weight: 500;
	border-radius: 8px;
	background: #F3F3F3;
}
.blogs-cat-menu a:hover, .blogs-cat-menu .current-menu-item a {
	border-color: #296142;
	color: #fff;
	background-color: #296142;
}

.searchform input {
  border-radius: 12px;
  border: 1px solid rgba(42, 42, 42, 0.12);
  background: #FAFAFA;
  padding: 11px 20px;
  width: 480px;
  max-width: 100%;
}
.search-submit {
  position: absolute;
  top: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  width: 48px;
  height: 48px;
  right: 0;
}
.searchform {
  position: relative;
}

/**/
.archive-heading.hidden {
	display: none;
}
.item_post {
	margin-bottom: 20px;
}
.item_post .date{
	color: rgba(42, 42, 42, 0.60);
}
.item_post a {
	color: #121212;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
	padding: 12px 12px 22px;
	display: block;
	border: 1px solid transparent;
	transition: .3s all;
}
.item_post a:hover {
	border-color:#296142;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.item_post_img {
	overflow: hidden;
	margin-bottom: 12px;
}
.item_post_img img {
	aspect-ratio: 280/180;
	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: 600;
	color: #262626;
}
.item_post_content .userdetail{
	padding-top: 5px;
}
.item_post:hover h3 {
	color: #0b5690;
}
.morepost {
	margin-top: 16px;
	color: #B82930;
	font-weight: 600;
	text-decoration-line: underline;
	display: inline-block;
}
/**/
.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(42, 42, 42, 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: 80px 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:#B82930;
}
.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;
}
/* single */
.single-heading {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
}
.userdetail {
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.userdetail .author,
.userdetail .date {
  padding-right: 10px;
  margin-top: ;
  margin-right: 10px;
  border-right: 1px solid #21315A;
  line-height: 1;
}
.userdetail .author::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: inline-flex;
  background-color: #296142;
  margin-right: 7px;
}
.single-head .author {
  display: inline-flex;
  align-items: center;
}
.single-head .chuyen_de {
  margin-bottom: 20px;
  font-weight: 500;
}
/*.single-head .chuyen_de a{
	background-color: #FB876A;
	padding: 2px 16px;
	color: #fff;
	border-radius: 20px;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 21px;
}*/
.single-head > img {
	width: 100%;
	border-radius: 20px;
/*	aspect-ratio: 890/350;*/
	object-fit: cover;
	margin-bottom: 20px;
}
/**/
.singlepost-content {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(42, 42, 42, 0.12);
}
.singlepost-content .entry-content .wp-post-image{
	width: 100%;
	display: block;
}
.form-tuvan-singlepost {
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
	padding: 30px 16px 1px;
}
.form-tuvan-singlepost h3{
	font-size: 24px;
}
/**/
.relatedcat-title.titlerelate {
	 font-size: 36px; 
	 font-weight: 800;
	text-align: center;
}

.author-single {
	border-radius: 20px;
	border: 1px solid #ECECEC;
	background: #FFF;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
	padding: 24px;
}
.author-single-desc1 h3 {
	font-size: 20px;
	color: #002241;
	margin: 0 0 0 20px;
}
.author-single-desc1 .last{
	color: rgba(0, 34, 65, 0.60);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.author-single img {
	border-radius: 100%;
}

.singlepost-content .entry-content h2 {
	font-size: 25px;
}
.singlepost-content .entry-content h3 {
	font-size: 22px;
}
.singlepost-content .entry-content h4 {
	font-size: 20px;
}
.singlepost-content .entry-content h5 {
	font-size: 18px;
}
.singlepost-content .entry-content h6 {
	font-size: 16px;
}
/*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 .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;
	}

}
@media only screen and (max-width: 991px) {

	/**/
	.relatedcat {
		padding-top: 25px;
		margin: 0 auto;
	}
	.relatedcat-title.titlerelate {
		font-size: 18px;
	}
}
@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;
	}
	.single-pagination .col-mb {
		width: 100%;
		margin-bottom: 5px;
	}

	/**/
	.item_post {
		margin-bottom: 20px;
	}
	.singlepost-content .entry-content h2 {
		font-size: 19px;
	}
	.singlepost-content .entry-content h3 {
		font-size: 18px;
	}
	.singlepost-content .entry-content h4 {
		font-size: 17px;
	}
	.singlepost-content .entry-content h5 {
		font-size: 16px;
	}
	.singlepost-content .entry-content h6 {
		font-size: 15px;
	}
	.singlepost-content {
		padding-bottom: 20px;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 810px) {
	.blogs-cat-menu {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.searchform {
		position: relative;
		width: 100%;
	}
	.title-item-post, .item_post_content h3 {
		line-height: 22px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 640px) {
	.single-heading {
		font-size: 18px;
		margin: 11px 0;
	}
	/**/
	.entry-content .col-mb {
		width: 50%;
	}
}
@media only screen and (max-width: 500px) {
	/**/
	.single-heading {
		font-size: 20px;
		margin: 10px 0;
	}
	/**/
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
	.entry-content .col-mb {
		width: 100%;
	}
}