.dm-head-full {
  min-height: 450px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
.dm-head-full .archive-heading {
  color: #fff;
  text-transform: uppercase;
}
.dm-head-full .desc {
  width: 544px;
  max-width: 100%;
}
/**/
.custom_breadcrumb{
	background: #FAFAFA;
	padding: 20px 0;
}
.custom_breadcrumb i {
	margin: 0px 7px;
	font-size: 10px;
	line-height: 1;
	vertical-align: bottom;
}
.custom_breadcrumb .breadcrumb {
  align-items: center;
  font-size: 14px;
}
.custom_breadcrumb .breadcrumb .home-breadcrumb {
	opacity: .6;
}
.custom_breadcrumb .breadcrumb span{
	color: #E84115;
}
/**/
/**/
.item_post_archive a {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 105, 145, 0.20);
  display: block;
  padding: 12px;
  border-radius: 20px;
}
.item_post_archive_img img {
  aspect-ratio: 375/224;
  display: block;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.item_post_archive_img {
  margin-bottom: 20px;
}
.item_post_archive_content h3 {
  color: #071C47;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.item_post_archive {
  margin-bottom: 30px;
}
.post-archive-meta {
  color: #00AEEF;
  font-size: 14px;
}
.item_post {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
body:not(.home) .item_post .post-meta{
	display: none;
}
.item_post_content .post-meta{
	color: rgba(0, 34, 65, 0.60);
	font-size: 12px;
	line-height: 18px;
}
.item_post:hover {
/*	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);*/
}
.item_post_img {
	overflow: hidden;
}
.item_post_img img{
	aspect-ratio: 400/260;
	width: 100%;
	display: block;
	object-fit: cover;
	border-radius: 24px;
}
.item_post_content {
	padding-top: 20px;
}
.item_post_content .title-post,
.item_post_content h3 {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
.item_post_content .userdetail{
	padding-top: 5px;
}
.item_post:hover .title-post,
.item_post:hover h3 {
	color: #0b5690;
}
.morepost {
	margin-top: 18px;
	color: #E84115;
	font-weight: 600;
	display: block;
}

.list-tintuc{
	position: relative;
}


/**/

.post_excerpt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: rgba(24, 24, 24, 0.80);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}



/**/
nav.navigation.pagination {
	display: block;
	padding: 20px 0 50px;
	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;
	overflow: hidden;
}

nav.navigation.pagination .page-numbers.current,
nav.navigation.pagination a.page-numbers:hover {
    color: #ffff;
    background-color:#E84115;
}
.page-numbers img {
	width: 10px;
}
.page-numbers:hover img {
	filter: brightness(0) invert(1);
}
/* single */
.single-heading.titledetail {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
}
.userdetail {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.userdetail .author,
.userdetail .date {
	color: #181818;
  padding-right: 10px;
  margin-top: ;
  margin-right: 10px;
  border-right: 1px solid #21315A;
  line-height: 1;
  font-weight: 400;
}
.userdetail .author::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: inline-flex;
  background-color: #E84115;
  margin-right: 7px;
}
.single-head .author {
  display: inline-flex;
  align-items: center;
  color: #E84115;
}
.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;
}

.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*/
.single-post .entry-content {
	font-size: 16px;
}
@media only screen and (max-width: 991px) {
	.list-tintuc::before{
		left: 50%;
	}
	.list-tintuc::after{
		display: none;
	}
	.first-post .item_post_content .title-item-post {
		font-size: 22px;
		line-height: 1.2;
	}
	.first-post .item_post_img img {
		aspect-ratio: 1200/700;
	}
	.grid-item {
		padding: 20px;
	}
	.list-tintuc {
		margin: 0;
	}
}
@media only screen and (max-width: 991px) {
	.dm-head-full {
		min-height: 250px;
		padding: 40px 0;
		font-size: 16px;
	}
	/**/
	.archive-heading {
		font-size: 22px;
	}
	.title-item-post {
		font-size: 18px;
	}
	.item_post_nb_content .tag {
		padding: 4px 15px;
		border-radius: 20px;
		font-size: 13px;
	}
	.post_excerpt {
		-webkit-line-clamp: 3;
		font-size: 14px;
		line-height: 23px;
	}
/*	*/
	.item_post_content h3 {
		font-size: 16px;
	}
	.item_post  .post-meta {
		font-size: 12px;
	}
	.singlepost-content .entry-content {
		padding-right: 0;
	}
	.post-share {
		position: unset !important;
		display: flex !important;
		flex-direction: row !important;
		margin: 10px 0;
	}
	.author-single {
		padding: 20px;
	}
	.author-single-desc1 h3 {
		font-size: 16px;
	}
	.userdetail {
		flex-wrap: wrap;
	}
	.danh-gia-sao {
		margin: 10px 0;
	}
	/**/

	.custom_breadcrumb {
		padding: 10px 0;
	}
}

@media only screen and (max-width: 767px) {
	.item_post_nb a{
		flex-wrap: wrap;
	}
	.item_post_nb .item_post_nb_img {
		width: 100%;
	}
	.item_post_nb_content {
		flex: unset;
		padding: 20px 0 0;
		width: 100%;
	}
	.single-heading.titledetail {
		font-size: 20px;
		line-height: 30px;
	}
	/**/
	.first-post .item_post_content {
		max-width: 100%;
		left: 0;
		padding: 10px 0;
		top: auto;
		bottom: 0;
		transform: none;
	}
	.grid-item {
		padding: 10px;
	}
	/**/
	.first-post .item_post_content .title-item-post {
		font-size: 18px;
	}
	.first-post .item_post_img::before{
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	.list-tintuc::before{
		display: none;
	}
	.item_post_content .title-post, .item_post_content h3 {		font-size: 18px;
		font-style: normal;
	}
}
@media only screen and (max-width: 640px) {
	.custom_breadcrumb .breadcrumb {
		font-size: 12px;
	}
}