.item_post_nb_img img {
	width: 100%;
	display: block;
	border-radius: 20px;
	aspect-ratio: 630/460;
	object-fit:cover;
}
.item_post_nb_content{
	color: #262626;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.60);
	backdrop-filter: blur(4px);
	position: absolute;
	bottom: 25px;
	left: 25px;
	width: calc(100% - 50px);
	padding: 28px;
}
.item_post_nb_content h3 {
	font-size: 20px;
}
.item_post_nb_content .morepost {
	border-radius: 6px;
	border: 1px solid #FFF;
	background: #FFF;
	padding: 5px 20px;
	margin-top: 10px;
	display: inline-block;
	font-weight: 450;
	color: #168DCD;
}
@media only screen and (min-width: 768px) {
	.post-noibat div.swiper-button-next{
		right: 30px;
	}
	.post-noibat div.swiper-button-prev{
		left: 30px;
	}
}
/**/
.category-wrap{
	position: relative;
	overflow: hidden;
}
.archive-heading.titledetail{
	display: block;
  font-weight: bold;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #ececec;
  font-size: 18px;
  text-transform: uppercase;
}
.category-head-title{
	color: #002450;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}
#menu_chuyen_muc {
  display: flex;
  align-items: center;
  margin: 20px 0;
  list-style: none;
  padding: 0;
}
#menu_chuyen_muc a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 40px;
  background-color: transparent;
  margin-right: 28px;
  border-radius: 65px;
  color: #002450;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #E2E2E2;
  text-transform: uppercase;
}
#menu_chuyen_muc .current-menu-item a,
#menu_chuyen_muc a:hover {
  background: transparent;
  color: #2660A7;
  border: 1.5px solid #2660A7;
  font-weight: 700;
}
/**/
.archive-heading.hidden {
	display: none;
}
.item_post {
	display: block;
	overflow: hidden;
	position: relative;
	background: #FFF;
	margin-bottom: 30px;
}
.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/280;
	width: 100%;
	display: block;
	object-fit: cover;
	border-radius: 20px;
}
.item_post_content {
	padding-top: 20px;
}
.item_post_content h3 {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	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: #2660A7;
	font-weight: 700;
	text-decoration-line: underline;
	display: inline-block;
}
/**/

.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% */
}


div.swiper-button-next, 
div.swiper-button-prev {
    background: #002450;
    border: 1px solid #002450;
    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: #fff;
}
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: 40px 0;
	text-align: center;
}
.giniit-pagination .page-numbers,
nav.navigation.pagination .page-numbers {
	text-decoration: none;
	min-width: 35px;
	display: inline-block;
	height: 35px;
	border: 0;
	box-sizing: border-box;
	border-radius: 4px;
	margin: 0 3px;
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	color: #667085;
	white-space: nowrap;
	padding: 0 10px;
}
.giniit-pagination .page-numbers:hover,
.giniit-pagination .page-numbers.current,
nav.navigation.pagination .page-numbers.current,
nav.navigation.pagination a.page-numbers:hover {
    color: #006699;
    background-color:#E1F0F8;
}
.page-numbers img {
	width: 10px;
}
.page-numbers:hover img {
	filter: brightness(0) invert(1);
}
/* single */
.single-heading {
	font-size: 36px;
	color: #000;
	line-height: 44px;
}
.single-head .userdetail{
	font-size: 14px;
}
.banner-head-post img{
	display: block;
	margin: 0 auto;
}
.singlepost_area{
	margin: 0 auto;
}
.titlerelate {
	color: #13529F;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom:1px solid #ECECEC;
}
.item_post_grid h4 {
	display: block;
	overflow: hidden;
	line-height: 1.3em;
	font-size: 16px;
	color: #333;
	line-height: 22px;
	font-weight: 300;
	font-family: Arial,Helvetica,sans-serif;
	width: auto;
	margin: 5px auto;
}

.singlepost-content .entry-content {
	padding-right: 60px;
}
.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;
}
/**/
.list-post-related .item_post_img img{
	aspect-ratio: 305/180;
	border-radius: 0;
}
.list-post-related .title-item-post{
	font-size: 20px;
}
.list-post-related .post_excerpt{
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #262626;
  -webkit-box-orient: vertical;
}
.morepost-related{
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #168DCD;
}
/*tuyển dụng*/
.xuatkhau-title{
	color: #168DCD;
	font-size: 40px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}
.form-search-td {
	padding: 24px;
	background-color: #13529F;
	border-radius: 12px;
}
.form-search-td-head span {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.form-search-td form {
}
.form-search-td input {
	border-radius: 8px;
	border: 1px solid #ECECEC;
	background: #FAFAFA;
	height: 48px;
	flex: 1;
	padding: 0 20px;
	margin-right: 15px;
}
.form-search-td a {
	color: #fff;
	font-size: 16px;
	color: #fff;
	padding: 0 30px;
	height: 48px;
	border-radius: 8px;
	background: linear-gradient(0deg, #168DCD 0%, #1CB0FF 111.46%);
	box-shadow: 0px 0px 8px 0px rgba(116, 116, 116, 0.08);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}
.item-arrchive-quocgia {
	position: relative;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.08);
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0 20px;
	color: #168DCD;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	cursor: pointer;
}
.item-arrchive-quocgia:hover,
.item-arrchive-quocgia.active {
	background: linear-gradient(180deg, #53C3FF 0%, #2AA5E7 100%);
	color: #fff;
	font-weight: 900;
}
.item-arrchive-quocgia:hover::before,
.item-arrchive-quocgia.active::before{
	content: "";
	border-radius: 16px;
	background: linear-gradient(180deg, #0E9AE6 0%, #168DCD 100%);
	display: block;
	width: calc(100% + 8px);
	height: 100%;
	top: 4px;
	left: -4px;
	position: absolute;
	z-index: -1;
}
.item-arrchive-quocgia:hover::after,
.item-arrchive-quocgia.active::after{
	content: "";
	width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #168DCD;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

/**/
.loadd{
    display: none;
}
.loadd.active{
    display: block;
    width: 30px;
}
.opacity{
   opacity: .5;
}

.giniit-pagination {
  text-align: center;
  padding: 40px 0;
}
.singlepost-content .entry-content,
.singletd_area {
	font-size:16px;
}
/*single tuyendung*/
.single-heading-donhang.titledetail {
	color: #13529F;
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}

.sw-donhang img {
	display: block;
	margin: 0 auto;
}
.art-article table, table.art-article
{
  border-collapse: collapse;
  margin: 1px;
}
.art-article th, .art-article td {
	padding: 2px;
	border: solid 1px #B9C2CB;
	vertical-align: top;
	text-align: left;
	vertical-align: middle;
}
/*Khóa học*/
.quyenloi-hocvien {
	border-radius: 20px;
	background-color: #168DCD;
	padding: 40px 24px 25px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.quyenloi-hocvien li {
	margin-bottom: 14px;
}
.quyenloi-hocvien h2 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: 900;
}

.khoahoc-summary img {
	border-radius: 20px 20px 0px 0px;
	width: 100%;
	display: block;
}

.btn-hvg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	min-width: 180px;
	border-radius: 30px;
	background-color: #2660A7;
	color: #fff !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	border: 1px solid #2660A7;
	line-height: 1;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.khoahoc-summary-content{
	padding: 24px 41px;
	border-radius: 0px 0px 20px 20px;
	border-top: 0;
	border-right: 1px solid #168DCD;
	border-bottom: 6px solid #168DCD;
	border-left: 1px solid #168DCD;
	background: #FFF;
}
.khoahoc-summary-content h1{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.khoahoc-meta{
	list-style: none;
	padding: 0;
}
.khoahoc-meta i{
	color: #168DCD;
}

.khoa-hoc-lienquan-title{
	color: #168DCD;
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
}
.item-khoahoc{
	margin: 10px 0;
}
.post-meta {
	color: #2660A7;
}
.cham {
	background-color: #2660A7;
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	vertical-align: middle;
	margin: 0 3px;
}
#breadcrumbs a{
	color: rgba(0, 36, 80, 0.60);
}
#breadcrumbs a:hover{
	color: rgb(0, 36, 80);
}
/*mobile*/
@media only screen and (max-width: 1300px) {
}
@media only screen and (max-width: 990px) {
	.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;
	}
	/**/
}
@media only screen and (max-width: 990px) {
	.category-head-line1 {
		margin-bottom: 15px;
	}
	.category-head h1 {
		font-size: 22px;
		padding: 10px;
	}
	.archive_description {
		font-size: 18px;
		line-height: 25px;
	}
	/**/
	.item_post_nb_content {
		 position: unset; 
		width: 100%;
		padding: 10px;
	}
	.category-head-title {
		font-size: 22px;
	}
	#menu_chuyen_muc {
		margin: 20px 0 30px;
	}
	#menu_chuyen_muc a {
		height: 38px;
		margin: 0 10px;
		font-size: 16px;
		padding: 0 14px;
		white-space: nowrap;
		font-size: 14px;
		min-width: 100px;
	}
	.item_post_content h3 {
		font-size: 18px;
	}
	.item_post {
		padding: 0;
		margin-bottom: 20px;
	}
	.item_post:hover {
		box-shadow: none;
	}
	.list-post-cat {
		padding: 0;
	}

}
@media only screen and (max-width: 900px) {
	.single-head .wp-post-image {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.breadcrumbs {
		font-size: 11px;
	}
	.entry-content h2 {
		font-size: 14px;
	}
	.single-pagination .col-mb {
		width: 100%;
		margin-bottom: 5px;
	}
	.userdetail {
		font-size: 13px;
	}
	.userdetail img {
		width: 13px;
	}
	/**/
	.item_post {
		margin-bottom: 20px;
	}
	/**/
	.singlepost-content{
		margin-bottom: 20px;
	}
	.titlerelate {
		font-size: 16px;
	}
	.singlepost-content .entry-content {
		 padding-right: 0; 
	}
	.post-share {
		flex-direction: row !important;
		position: unset !important;
	}
	.list-post-related .title-item-post {
		font-size: 18px;
	}
	/**/
	.item-arrchive-quocgia {
		height: 70px;
		font-size: 16px;
	}
	/**/
	.single-heading-donhang.titledetail {
		font-size: 22px;
	}
}

@media only screen and (max-width: 810px) {
	.khoahoc-summary-head > div {
		width: 100%;
	}
	.btn-hvg {
		height: 39px;
		font-size: 14px;
		min-width: 150px;
	}
	.quyenloi-hocvien > h2 img {
		width: 30px;
	}
	.quyenloi-hocvien h2 {
		font-size: 22px;
	}
}
@media only screen and (max-width: 640px) {
	.single-heading {
		font-size: 18px;
		margin: 11px 0;
	}
	/**/
	.entry-content .col-mb {
		width: 50%;
	}
	.single-heading {
		font-size: 20px;
	}
	/**/
	.cat-post-first .item_post_content h2 {
		font-size: 16px;
	}
	.archive_description {
		font-size: 14px;
		line-height: 20px;
	}
	.category-head h1 {
		font-size: 18px;
	}
	.single-head .post-meta {
		font-size: 13px;
	}
	/**/
	#breadcrumbs {
		font-size: 12px;
	}	
	/**/
	#menu_chuyen_muc {
		overflow: auto;
		justify-content: flex-start;
	}
	/**/
	.single-heading-donhang.titledetail {
		font-size: 19px;
	}
	.khoahoc-summary-content {
		padding: 20px;
	}
}
@media only screen and (max-width: 500px) {
	/**/
	.single-heading {
		font-size: 18px;
		margin: 10px 0;
	}
	/**/
}
@media only screen and (max-width: 480px) {
	.item_post_content {
		padding: 10px 0;
	}
	.category-head h1{
		margin-bottom: 10px;
	}
	.category-head-line1 {
		margin: 0;
	}
	
}
@media only screen and (max-width: 414px) {
	.entry-content .col-mb {
		width: 100%;
	}
}