/**/
.post-new-row .item_post {
	text-align: left;
}
.post-new-row .item_post_content h3{
	text-align: left;
	line-height: 1;
}
.post-new label.title {
	color: #065BB7;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}

@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: #0056B3;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 20px;
}
.item_post {
	margin-bottom: 35px;
}
.item_post .date{
	color: rgba(49, 49, 49, 0.90);
	font-weight: 300;
	font-size: 24px;
}
.item_post a{
	color: #121212;
}
.item_post_img {
	overflow: hidden;
	margin-bottom: 12px;
}
.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;
	text-transform: uppercase;*/

	color: #484848;
	line-height: 30px;
	text-align: center;
	font-size: 31px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
}
.item_post_content .userdetail{
	padding-top: 5px;
}
.item_post:hover h3 {
	color: #0b5690;
}
.morepost {
	margin-top: 16px;
	color: #0056B3;
	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: 2;
	-webkit-box-orient: vertical;
	color: rgba(49, 49, 49, 0.90);
	font-weight: 300;
}
.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
}
.item-dm-lq img {
	border-radius: 15px;
}
/**/
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 */
.kksr-muted {
	display: none !important;
	opacity: 0 !important;
}
.kk-star-ratings .kksr-stars .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon{
	width: 17px !important;
	height: 17px !important;
}
/* single */
.single-heading.titledetail {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
}
.userdetail {
  display: flex;
  align-items: center;
}
.userdetail .date {
	border-right: 1px solid #21315A;
}
.userdetail .author, 
.userdetail .date {
	padding-right: 16px;
	margin-top: ;
	margin-right: 16px;
	line-height: 1;
	color: rgba(49, 49, 49, 0.90);
	font-size: 28px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
}
.single-head .author {
  display: inline-flex;
  align-items: center;
}
.single-head .author i{
	color: #E86826;
	font-size: 16px;
	margin-right: 5px;
}
.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 .entry-content{
}
.post-share a{
	margin-bottom: 10px;
	display: flex;
	color:  #006598;;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	background: #FFF;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
	font-size: 16px;
	margin-left: 10px;
}
.post-share a.fb{
	color: #3D6AD6;
}
.post-share a.twitter{
	color: #03A9F4;
}
.post-share a.instagram{
	color: #f09433;
}
.relatedcat-title.titlerelate {
	font-size: 16px;
	text-align: center;
	color: #363636;
	font-size: 48px;
	font-weight: 700;
	line-height: 30px;
}

.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%;
}


.entry-content div#ez-toc-container {
  padding: 0;
  border-radius: 15px;
}
.entry-content .ez-toc-title-container {
  padding: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}
.entry-content .ez-toc-list {
  padding: 20px 20px 20px 50px !important;
}

.singlepost-content .entry-content h2 {
	font-size: 34px;
}
.singlepost-content .entry-content h3 {
	font-size: 32px;
}
.singlepost-content .entry-content h4 {
	font-size: 30px;
}
.singlepost-content .entry-content h5 {
	font-size: 28px;
}
.singlepost-content .entry-content h6 {
	font-size: 24px;
}
/*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) {
	.singlepost-content .entry-content {
		padding-left: 0;
	}
	.relatedcat {
		padding-top: 25px;
		margin: 0 auto;
	}
	.relatedcat-title.titlerelate {
		font-size: 32px;
	}
	div.swiper-button-next, div.swiper-button-prev {
		background-size: 14px 44px;
	}
}
@media only screen and (max-width: 900px) {
	.single-head .wp-post-image {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.singlepost_area {
		padding: 20px 10px;
	}
	.single-heading.titledetail {
		font-size: 32px;
		line-height: 1;
	}
	/**/
	.entry-content .ez-toc-title-container {
		padding: 10px;
	}
	.entry-content .ez-toc-list {
		padding: 20px !important;
	}
	/**/
	.item_post {
		margin-bottom: 20px;
	}
	.title-item-post, .item_post_content h3 {
		font-size: 28px;
		line-height: 24px;
	}
	.morepost img {
		width: 20px;
	}
	.blog_area.blog_area_archive label.title,
	.post-new label.title {
		font-size: 22px;
	}
}

@media only screen and (max-width: 640px) {
	/**/
	.entry-content .col-mb {
		width: 50%;
	}
	.single-heading {
		font-size: 20px;
	}
}
@media only screen and (max-width: 500px) {

}
@media only screen and (max-width: 414px) {
	.entry-content .col-mb {
		width: 100%;
	}
}