.custom_breadcrumb{
	background: #003462;
	padding: 10px 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;
	color: rgba(255, 255, 255, 0.60);
}
.custom_breadcrumb .breadcrumb a,
.custom_breadcrumb .breadcrumb .home-breadcrumb {
	color: rgba(255, 255, 255, 0.60);
}
.custom_breadcrumb .breadcrumb .last{
  color: #F6821F;
}
/**/
.tintuc-box.tintuc-box1.text-center.page-custom-head {
	padding: 250px 0 10px;
}
.menu-taxonomy {
	display: flex;
	align-items: center;
	margin: 30px 0;
	list-style: none;
	padding: 0;
	justify-content: center;
}
.menu-taxonomy a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	height: 52px;
	margin:0 12px;
	color: #262626;
	font-size: 16px;
	font-weight: 500;
	border-radius: 58px;
	border: 1px solid rgba(0, 89, 169, 0.08);
	background: #FFF;
	padding-bottom: 2px;
}
.menu-taxonomy .active a,
.menu-taxonomy .current-menu-item a,
.menu-taxonomy a:hover {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: linear-gradient(180deg, #FFA151 0%, #F6821F 100%);
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}
.menu-taxonomy a::before{
	content: "";
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 5px;
}
.menu-taxonomy .tin-cong-ty a::before{
	background-image: url(images/icon-tin-cong-ty.png);
}
.menu-taxonomy .du-an-dan-dung a::before,
.menu-taxonomy .ky-thuat-tu-van a::before{
	background-image: url(images/icon-tin-nganh-mep.png);
}
.menu-taxonomy .tin-nganh-mep a::before{
	background-image: url(images/icon-ky-thuat-tu-van.png);
}
.menu-taxonomy .du-an-cong-nghiep a::before{
	background-image: url(images/icon-du-an-cong-nghiep.png);
}
.menu-taxonomy .du-an-nang-luong a::before{
	background-image: url(images/icon-du-an-dan-dung.png);
}

.menu-taxonomy .active a::before,
.menu-taxonomy .current-menu-item a::before,
.menu-taxonomy a:hover::before{
	filter: brightness(0) invert(1);
}
/**/
.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;
	background: transparent;
}
.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: 346/220;
	width: 100%;
	display: block;
	object-fit: cover;
}
.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;
}
.item_post_content .userdetail{
	padding-top: 5px;
}
.item_post:hover .title-post,
.item_post:hover h3 {
	color: #F6821F;
}
.morepost-li {
	margin-top: 18px;
	color: #F6821F;
	font-weight: 600;
	display: block;
}
/**/
.grid {
  margin: -10px;
  border-left: 1px solid rgba(24, 24, 24, 0.40);
  border-right: 1px solid rgba(24, 24, 24, 0.40);
  border-bottom: 1px solid rgba(24, 24, 24, 0.40);
}

.grid-sizer,
.grid-item {
  width: 33.333%; /* 3 cột masonry */
}

.grid-item {
  padding: 10px;
  box-sizing: border-box;
}

.grid-item img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .grid-sizer,
  .grid-item {
    width: 50%; /* 2 cột tablet */
  }
}

@media (max-width: 600px) {
  .grid-sizer,
  .grid-item {
    width: 100%; /* 1 cột mobile */
  }
}

.grid-item {
	padding: 40px;
	box-sizing: border-box;
	border-top: 1px solid rgba(24, 24, 24, 0.40);
}
@media only screen and (min-width: 601px) {
	.grid .grid-item:nth-child(3) .item_post_img img,
	.grid .grid-item:nth-child(4) .item_post_img img,
	.grid .grid-item:nth-child(8) .item_post_img img{
		aspect-ratio: 1/1;
	}
	.grid .grid-item:nth-child(2) .item_post_img img,
	.grid .grid-item:nth-child(6) .item_post_img img,
	.grid .grid-item:nth-child(7) .item_post_img img{
		aspect-ratio: 346/110;
	}
}

.list-tintuc{
	position: relative;
}
.list-tintuc::before{
	left: 33.333%;
}
.list-tintuc::after{
	right: 33.333%;
}
.list-tintuc::before,
.list-tintuc::after{
	content: "";
	position: absolute;
	background-color: rgba(24, 24, 24, 0.40);
	height: 100%;
	top: 0;
	width: 1px;
	display: block;
}

/**/

.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:#F6821F;
}
.page-numbers img {
	width: 10px;
}
.page-numbers:hover img {
	filter: brightness(0) invert(1);
}
/* single */
.single-head-banner > img {
	width: 100%;
	max-height: 320px;
	object-fit: cover;
}
.single-heading.titledetail {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	color: #FFF;
}
.userdetail {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.userdetail .author,
.userdetail .date {
	color: #fff;
  padding-right: 10px;
  margin-top: ;
  margin-right: 10px;
  border-right: 1px solid #fff;
  line-height: 1;
  font-weight: 400;
}
.userdetail .author::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: inline-flex;
  background-color: #F6821F;
  margin-right: 7px;
}
.single-head .author {
  display: inline-flex;
  align-items: center;
  color: #F6821F;
}
.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;
}

/**/
.relatedcat .post_excerpt,
.relatedcat .title-item-post-li {
	color: #fff;
}
/*mobile*/
.single-post .entry-content {
	font-size: 16px;
	color: #fff;
}
@media only screen and (max-width: 991px) {
	.list-tintuc::before{
		left: 50%;
	}
	.list-tintuc::after{
		display: none;
	}
	.grid-item {
		padding: 20px;
	}
	.list-tintuc {
		margin: 0;
	}
	/**/
	.tintuc-box.tintuc-box1.text-center.page-custom-head {
		padding: 100px 0 20px;
	}
	.menu-taxonomy {
		margin: 20px 0;
		overflow: auto;
		justify-content: flex-start;
	}
	.menu-taxonomy a{
		white-space: nowrap;
		height: 35px;
		padding: 0 10px;
		font-size: 14px;
		margin-left: 0;
	}
	.item_post_content {
		padding-top: 10px;
	}
}
@media only screen and (max-width: 991px) {
	
	.archive-heading {
		font-size: 22px;
	}
	.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;
	}
}
@media only screen and (max-width: 600px) {
	.list-tintuc::before{
		display: none;
	}
}