.category-wrap{
	padding: 0 0 80px;
}

.post-meta {
  display: flex;
  align-items: center;
  color: #666;
  margin-bottom: 10px;
}
.post-meta i {
  color: #F37021;
}
.post-date {
  margin-right: 10px;
}
.item-post{
	overflow: hidden;
}
.item-post:hover .img-post{
	border-radius: 50px;
}
.img-post {
	margin-bottom: 20px;
	border-radius: 30px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.img-post img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}
.info-post {
	padding: 1.5em 2em 2em;
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 30px;
}

.post-categories {
	font-size: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.post-categories li {
	margin: 0 0 .25em;
	display: inline-block;
}
.post-categories li a{
	color: #ee353e;
	text-transform: uppercase;
	font-weight: 600;
}
.info-post .title {
	font-size: 20px;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0;
}
.info-post .title:hover,
.info-post .title a:hover{
	color: #F37021;
}
.info-post p {
	color: #181818;
	line-height: 27px;
	font-size: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.post-share {
  margin-top: 20px;
}
.post-share a {
  display: inline-block;
  padding: 0 5px;
  color: #ee353e;
  font-size: 14px;
}
/**/
.main-list-post {
	column-count: 3;
	column-gap: 1.25rem;
}
.main-list-post .item-post:nth-child(5) .img-post{
	display: none;
}
/**/
@media only screen and (min-width: 990px) {
	.single-post .full-content{
		padding-top: 150px;
	}
}
.single-post .full-header{
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.text-black .header-mxh a,
.text-black .header-top ul,
.text-black .main-menu ul li a{
	color: #000;
}
.single-post .header-bottom{
	border-color: rgba(0,0,0,.1);
}
.single-post-wrap {
	padding-top: 4em;
}
.bt_bb_headline_subheadline {
	font-family: Roboto;
	font-weight: 300;
	margin-bottom: 20px;
}
.bt_bb_headline_subheadline span{
	margin: 0 5px;
}
.bt_bb_headline_subheadline i{
	color: rgba(24,24,24,.4);
	margin-right: 3px;
}
.btShareColumn {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.btShareColumn div a {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	-webkit-box-shadow: 0 0 0 1em #989898 inset;
	box-shadow: 0 0 0 1em #989898 inset;
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	transition: .2s all;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.btShareColumn div a:hover {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 1px #989898 inset;
	box-shadow: 0 0 0 1px #989898 inset;
	color: #989898;
}

/**/
/* PrevNext post */
.btPrevNextNav:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both;
	line-height: 0;
}
.btPrevNextNav {
	margin: 40px 0;
}
.btPrevNextNav .btPrevNext {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	color: inherit;
	min-height: 90px;
	width: 50%;
	margin: 0;
}
.btNext.btPrevNextNav .btPrevNext {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	float: right;
	text-align: right;
}
.btPrevNextNav .btPrevNext .btPrevNextImage {
	-webkit-flex: 0 0 6em;
	-ms-flex: 0 0 6em;
	flex: 0 0 6em;
	height: 6em;
	background-size: cover;
	background-position: center center;
	margin: 0 1em 0 0;
}
.btPrevNext .btPrevNextImage {
	margin: 0 0 0 1em;
}
.btPrevNextNav .btPrevNext .btPrevNextItem {
	-webkit-flex: 1 0 0%;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	min-width: 0%;
}
.btPrevNextDir {
	color: #ee353e;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.btPrevNextTitle {
	font-weight: 600;
	line-height: normal;
}
.btNext .btPrevNextItem {
	order: -1;
	text-align: right;
	padding-right: 20px;
}

/**/
.single-post-contet{
	max-width: 1024px;
	margin: 0 auto;
}
.post-featured-img img {
	border-radius: 30px;
	width: 100%;
	display: block;
}
.single-heding-last {
	padding: 0px 0px 6px 0px;
	margin: 20px 0 30px;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-cat{
	font-weight: bold;
	text-transform: uppercase;
	color: #ff6600;
	margin-right: 24px;
}
.posted-on i{
	color: #ff6600;
}
.cmt::before {
	display: inline-block;
	font-family: lte-font;
	font-weight: 400 !important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	content: "\e86d";
	margin-right: 6px;
	color: #ff6600;
}

.blog-info-post-bottom {
	margin-top: 40px;
	padding: 14px 0px 11px;
	margin-bottom: 0px;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-info-post-bottom .tags-line .tags-line-left {
	display: inline-block;
	vertical-align: top;
}
.blog-info-post-bottom .tags-line .lte-tags .tags-header {
	font-family: 'Capriola', serif;
	margin-right: 12px;
	font-size: 16px;
	position: relative;
	top: 0px;
	font-weight: 400;
}
.blog-info-post-bottom .tags-line .lte-tags .tags-short {
	display: inline-block;
	padding-left: 0px;
	vertical-align: top;
	margin-top: 0px;
	margin-left: -3px;
}
.blog-info-post-bottom .tags-line .lte-tags a {
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	font-size: 12px !important;
}
.blog-info-post-bottom .tags-line .tags-line-right {
	display: inline-block;
	vertical-align: top;
}
.lte-sharing-header .fa {
	color: #F39F5F;
	font-size: 18px;
	margin-right: -4px;
	position: relative;
	bottom: -1px;
}
.lte-sharing-header .header {
	font-family: 'Capriola', serif;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 2px;
	font-weight: 400;
}
.lte-sharing {
	list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding: 12px 0;
	position: absolute;
	right: 0;
	bottom: -40px;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.lte-sharing li {
	display: inline-block;
	margin-left: 12px;
	font-size: 18px;
}
.lte-sharing li a span {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-clip: border-box;
	background-color: #F4EEE5;
	color: #385469;
	font-size: 13px;
	width: 27px;
	height: 27px;
	overflow: hidden;
	line-height: 28px;
	text-align: center;
	display: block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-weight: 300;
}
.tags-line-right:hover .lte-sharing {
	opacity: 1;
	transform: none;
}
/**/
.related-post-title{
	text-align: center;
	margin: 50px 0 20px;
}
.related-post .info-post{
	padding: 20px;
}
.related-post .item-post {
	font-size: 14px;
}
@media only screen and (max-width: 990px) {
	.ul-head {
		padding: 20px 0;
		white-space: normal;
		overflow: auto;
		display: flex;
	}
	.ul-head span{
		white-space: nowrap;
	}
	.info-post {
		padding: 10px;
	}
	.category-wrap {
		padding: 0;
	}
	/**/
	.single-post .header-bottom{
		border: 0;
	}
	.single-post-wrap {
		padding-top: 20px;
	}
	/**/
	.tailieu-row .col-mb,
	.category-wrap .col-mb{
		width: 100%;
	}
}
@media only screen and (max-width: 810px) {
	.list-post .item-post:first-child .info-post .title, 
	.list-post .item-post:first-child .info-post p {
		margin-bottom: 10px;
	}
	.info-post .title{
		font-size: 18px;
	}
	.read-more {
		font-size: 13px;
	}
}
@media only screen and (max-width: 768px) {
	.info-post .title{
		font-size: 20px;
	}
	.info-post {
		padding-left: 10px;
	}
	.post-date {
		font-size: 14px;
	}
	/**/
	.singlepost-last-content {
		padding: 0 10px;
	}
	.singlepost-last-content a {
		padding: 10px 25px;
		margin-top: 20px;
	}
	/**/
	.main-list-post {
		column-count: 2;
		column-gap: 20px;
	}
	/**/
	.full-singlepost .col-mb {
		width: 100%;
	}

}
@media only screen and (max-width: 640px) {
	.singlepost-last-content h2,
	.singlepost-heading h1 {
		font-size: 22px;
		line-height: 30px;
	}
	/**/
	.btPrevNextNav {
		margin: 20px 0;
	}
	.btPrevNextNav .btPrevNext{
		width: 100%;
	}
	/**/
	.related-post-title {
		margin: 20px 0;
	}

	.main-list-relatedpost .col-mb {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) {
	.main-list-post {
		column-count: 1;
	}
	.main-list-relatedpost .col-mb {
		width: 100%;
	}
}