
.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;
	margin-bottom: 30px;
}
.home .item_post .post-meta{
	display: none;
}
.item_post:hover {
/*	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);*/
}
.item_post_img {
	overflow: hidden;
	border-radius: 20px;
}
.item_post_img img{
	aspect-ratio: 400/280;
	width: 100%;
	display: block;
	object-fit: cover;
	border-radius: 20px;
	transition: .3s all;
}
.post-chung-chi .item_post_img  img {
	aspect-ratio: unset;
}
.item_post_img img:hover{
	transform: scale(1.05);
}
.item_post_content {
	padding-top: 20px;
}
.item_post_content h3 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.item_post_content .userdetail{
	padding-top: 5px;
}
.item_post:hover h3 {
	color: #0b5690;
}
.morepost {
	margin-top: 16px;
	color: #ec5c15;
	font-weight: 600;
	text-decoration-line: underline;
	display: inline-block;
	font-size: 14px;
}
.archive .morepost{
	display: none;
}
/**/

.post_excerpt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-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% */
}

.last-lienhe {
	border-top: 1px dashed #CECECE;
}
.last-lienhe ul{
	list-style: none;
	padding: 0;
}
.last-lienhe i {
  margin-right: 5px;
  color: #00AEEF;
}
.last-lienhe li {
  margin-bottom: 10px;
}
.last-lienhe li:first-child i {
	color: #ED1C24;
}
/**/

.item_post_nb {
  margin-bottom: 20px;
}
.item_post_nb a {
	color: rgba(0, 34, 65, 0.60);
	display: flex;
}
.item_post_nb .item_post_nb_img {
  width: 66.6667%;
}
.item_post_nb_content {
  flex: 1;
  padding-left: 20px;
}
.item_post_nb_img img {
  aspect-ratio: 598/368;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.item_post_nb_content .tag {
	background-color: #0763B6;
	padding: 5px 15px;
	color: #fff;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
}
.meta-post{
	font-size: 12px;
}
.title-item-post {
	font-size: 20px;
}
.danh-gia-sao {
	color: #9B9A9A;
}
.danh-gia-sao i.rmp-icon--full-highlight {
	color: #FFC107;
}
/**/


div.swiper-button-next, 
div.swiper-button-prev {
	background: #E9F4FF;
	border: 1px solid #00AEEF;
	width: 40px;
	height: 40px;
	line-height: 20px;
	position: absolute;
	top: 50%;
	z-index: 2;
	overflow: hidden;
	text-align: center;
	left: 0;
	cursor: pointer;
	font-size: 15px;
	border-radius: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #054984;
}
div.swiper-button-next {
    right:0;
    left:auto;
/*    padding-left:5px;*/
}
div.swiper-button-prev {
}
div.swiper-button-prev::before,
div.swiper-button-next::before{
    content:"";
    width: 20px;
    height: 20px;
    display: block;
}
div.swiper-button-next::before {
    content: "\f054";
    right: -10px;
}
div.swiper-button-prev::before {
    content: "\f053";
    left: -10px;
}
div.swiper-button-prev:hover,
div.swiper-button-next:hover{
    background-color: transparent;
    color: #002450;
    border-color: #002450;
}
@media only screen and (min-width: 1370px) {
    .main-sw div.swiper-button-next {
        right: -45px;
    }
    .main-sw div.swiper-button-prev{
        left: -45px;
    }
}
/**/
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:#0763B6;
}
.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: 800;
	line-height: 36px;
}
.userdetail {
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.userdetail .author,
.userdetail .date {
  padding-right: 10px;
  margin-top: ;
  margin-right: 10px;
  border-right: 1px solid #21315A;
  line-height: 1;
}
.userdetail .author::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: inline-flex;
  background-color: #086CC5;
  margin-right: 7px;
}
.single-head .author {
  display: inline-flex;
  align-items: center;
}
.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{
	padding-right: 100px;
}
.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) {
	.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;
	}

	.single-post .sidebar-one,
	.category .sidebar-one {
		position: unset !important;
		width: auto !important;
		border: 0;
		right: 0 !important;
		z-index: 1;
	}
	.single-post .sidebar-one .sidebar-content,
	.category .sidebar-one .sidebar-content {
		padding: 0;
		margin-bottom: 30px;
	}
	.single-post .heading-box,
	.category .heading-box {
		padding-left: 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;
	}
}