/**/
#menu_cat_post{
  list-style: none;
  margin: 20px 0;
  display: flex;
  align-items: center;
  padding: 0;
}
#menu_cat_post li{
  margin: 0 30px 0 0;
}
#menu_cat_post li a{
  font-weight: 500;
  line-height: 20px;
  padding: 10px 14px;
  display: block;
  text-align: center;
  border-radius: 20px;
  background: #FBE7E0;
  color: #E46C3E;
}
#menu_cat_post li a:hover,
#menu_cat_post li.active a,
#menu_cat_post li.current-menu-item a{
  background-color: #E46C3E;
  color: #fff;
  border-radius: 20px;
  background: #F15B22;
}
/**/
.searchform-post input {
	border: 1px solid #555;
	padding: 7px 20px;
	border-radius: 10px;
	padding-left: 40px;
}
.search-submit-post {
	position: absolute;
	left: 0;
	border: 0;
	background-color: transparent;
	color: #E46C3E;
	width: 40px;
	height: 40px;
	font-size: 18px;
}
/**/
.item_post {
	margin-bottom: 40px;
}
.date,
.item_post .date{
	color: #888;
	font-size: 14px;
}
.item_post a{
	color: #121212;
}
.item_post_img {
	overflow: hidden;
	margin-bottom: 12px;
	border-radius: 12px;
	border: 1px solid transparent;
}
.item_post_img img {
	aspect-ratio: 293/250;
	width: 100%;
	display: block;
	object-fit: cover;
	border-radius: 12px;
	overflow: hidden;
}
.title-item-post,
.item_post_content h3 {
	display: block;
	overflow: hidden;
	line-height: 28px;
	font-size: 20px;
	color: #121212;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.item_post_content .userdetail{
	padding-top: 5px;
}
.item_post:hover h3 {
	color: #0b5690;
}
.item_post:hover .item_post_img {
	border-color: #E46C3E;
	box-shadow: 0 4px 6px 0 rgba(224, 84, 31, 0.30);
}
/**/
.post_excerpt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: rgba(0, 0, 0, 0.80);
	margin-bottom: 20px;
}
/**/
nav.navigation.pagination {
	display: block;
	padding: 30px 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:#E46C3E;
}
.page-numbers img {
	width: 10px;
}
.page-numbers:hover img {
	filter: brightness(0) invert(1);
}
/* single */
.singlepost_area>.wp-post-image {
	border-radius: 0 0 20px 20px;
	border: 0.5px solid #888;
	width: 100%;
	aspect-ratio: 1280/370;
	object-fit: cover;
}
.single-heading{
	font-size: 32px;
}
.singlepost-content {
	border-radius: 20px;
	background: #EBEBEB;
	margin: 0 auto 40px;
	padding: 44px;
}
.relatedcat-title {
  color: #E46C3E;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  align-items: flex-end;
}
.relatedcat-title::after {
  content: "";
  background: #E46C3E;
  height: 1px;
  display: block;
  flex: 1;
  margin-left: 10px;
  margin-bottom: 5px;
}
.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
}
/**/
.faq-list{
	max-width: 902px;
	margin: 0 auto;
}
.item-cauhoi {
  margin-bottom: 30px;
  background-color: #FAE4DB;
  border: 1px solid #E46C3E;
  border-radius: 12px;
}
.item-cauhoi .item-cauhoi-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 700;
}
.item-cauhoi .item-cauhoi-head label{
  cursor: pointer;
}
.item-cauhoi .desc {
  font-size: 14px;
  margin-top: 6px;
  padding: 12px 20px;
}
.item-cauhoi .item-cauhoi-head i {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: transparent;
  color: #E46C3E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .3s all;
  margin-left: 10px;
  border: 1px solid #E46C3E;
  aspect-ratio: 1;
  font-size: 12px;
}
.item-cauhoi.active {
	background-color: #E46C3E;
	color: #fff;
}
.item-cauhoi.active .item-cauhoi-head {
	text-align: center;
}
.item-cauhoi.active .item-cauhoi-head i {
	border-color: #fff;
	color: #fff;
}
.item-cauhoi.active .item-cauhoi-head {
	color: #fff;
}
.item-cauhoi.active .item-cauhoi-head i::before {
  content: '\f068';
}
.list-cauhoi .item-cauhoi:last-child {
  margin: 0;
}
/*mobile*/
@media only screen and (max-width: 1300px) {
	#menu_cat_post {
		overflow: auto;
	}
	#menu_cat_post li {
		white-space: nowrap;
	}
}
@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;
	}
/*	*/
	.singlepost-content {
		padding: 20px;
	}

}
@media only screen and (max-width: 991px) {
	.title-item-post, .item_post_content h3 {
		font-size: 18px;
		margin: 5px 0;
	}
	/**/
	.item-cauhoi .item-cauhoi-head {
		padding: 10px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 900px) {
	.single-head .wp-post-image {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 768px) {
	/**/
	.item_post {
		margin-bottom: 20px;
	}
	/**/
	.item-protab-content h2,
	.singlepost-content .entry-content h2 {
	  font-size:18px
	}
	.item-protab-content h3,
	.singlepost-content .entry-content h3 {
	  font-size:17px
	}
	.item-protab-content h4,
	.singlepost-content .entry-content h4 {
	  font-size:16px
	}
	.item-protab-content h5,
	.singlepost-content .entry-content h5 {
	  font-size:15px
	}
	.item-protab-content h6,
	.singlepost-content .entry-content h6 {
	  font-size:14px
	}
}

@media only screen and (max-width: 810px) {
	.post-new label.title {
		font-size: 22px;
	}
	.blog_area.blog_area_archive label.title{
		font-size: 18px;
	}
	.singlepost_area {
	}
}
@media only screen and (max-width: 640px) {
	.single-heading {
		font-size: 18px;
		margin: 11px 0;
	}
	/**/
	.singlepost_area {
	}
	.entry-content .col-mb {
		width: 50%;
	}
	.single-heading {
		font-size: 20px;
	}
}
@media only screen and (max-width: 500px) {
	/**/
	.single-heading {
		font-size: 18px;
		margin: 10px 0;
	}
	/**/
}
@media only screen and (max-width: 480px) {

}
@media only screen and (max-width: 414px) {
	.entry-content .col-mb {
		width: 100%;
	}
}