.st-header-news .wrap-header {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px 60px;
}
.st-header-news .wrap-header .wrap-content {
    max-width: 1047px;
    width: 100%;
}
.st-header-news .sub-title {
    font-weight: 500;
    color: #0F8289;
    margin-bottom: 16px;
}
.st-header-news h3.title {
    font-size: 60px;
    font-weight: 600;
    line-height: 63px;
    color: #000;
    margin-bottom: 24px;
}
.st-header-news .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.list-gallery-slide {
	margin: 0 20px;
}
.st-header-news.st-banner-home .media-type {
	position: relative;
}
.st-header-news.st-banner-home .media-type:before {
	content: '';
	display: block;
	padding-top: 500px;
}
.st-header-news.st-banner-home .media-type a {
	position: absolute;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.st-header-news.st-banner-home .media-type a:before {
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 60.6%, rgba(0, 0, 0, 0.2) 81.75%);
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.st-header-news.st-banner-home .media-type img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.st-filter-news .filter-news {
	padding-top: 60px;
	padding-bottom: 40px;
}
.st-filter-news .form-search {
	margin-bottom: 24px;
}
.st-filter-news .form-search input.search {
	font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    color: #767676;
	padding: 14px;
	height: 48px;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-top-color: #108289;
	border-right-color: #108289;
	border-bottom-color: #162b3f;
	border-left-color: #162b3f;
	outline: none;
}
.st-filter-news .select-search .dropdown-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.st-filter-news .select-search .dropdown-list .dropdown-item {
	position: relative;
    width: 16.6667%;
    padding: 0 8px;
}
.st-filter-news .select-search .select-name {
	display: block;
	position: relative;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    line-height: 19.59px;
    color: #0F8289;
    padding: 8px;
    border-bottom: 1px solid #0F8289;
    cursor: pointer;
}
.st-filter-news .select-search .select-name:before {
	content: '';
	position: absolute;
	background-image: url(../images/ep_arrow-up.svg);
	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
	right: 0;
}
.st-filter-news .select-search select {
	position: absolute;
	height: 100%;
	width: calc(100% - 16px);
	top: 0;
	left: 8px;
	opacity: 0;
	cursor: pointer;
}
.st-filter-news .list-posts {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.st-filter-news .list-posts .post-item {
	position: relative;
    width: 33.333%;
    border: 1px solid #D9D9D9;
    padding: 40px;
    transition: border .3s;
}
.st-filter-news .list-posts .post-item:hover {
	border-top-color: #108289;
    border-right-color: #108289;
    border-bottom-color: #162b3f;
    border-left-color: #162b3f;
}
.st-filter-news .post-item h3.title-blog a {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 7px;
	color: #000;
	text-decoration: none;
	transition: all .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	height: 96px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.st-filter-news .list-posts .post-item:hover a {
	color: #0F8289;
}
.st-filter-news .date-cate {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.59px;
    color: #878A8C;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.st-filter-news .date-cate span.spacing {
    width: 10px;
    display: inline-block;
}
.st-filter-news .list-posts .post-item a.btn-wrap {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.st-filter-news .post-item .button-read a {
    display: block;
    width: 50px;
    overflow: hidden;
    transition: all .3s;
}
.st-filter-news .post-item .button-read a svg {
    margin-left: -52px;
    transition: all .3s;
}
.st-filter-news .post-item:hover .button-read a {
    width: 102px;
}
.st-filter-news .post-item:hover .button-read a svg {
    margin-left: -2px;
}
.st-filter-news .post-item:hover .button-read a svg path {
    stroke: #0F8289;
}
.st-header-news {
	margin-bottom: 60px;
}
.filter-block-news .barresult{
	margin-top: 47px;
    margin-bottom: 45px;
}
.content-results.list-news-home .news-itemct .wrap-item {
    /* padding-bottom: 88px; */
}
.content-results .news-itemct {
	min-height: 244px;
}
.loadmore-news{
	margin-top: 40px;
	text-align: right;
}
.st-header-news::before {
	display: none;
}
.list-news-home  .grid_post  .news-item.news-itemct .wrap-item {
	border-width: 0 1px 1px 0;
}
.grid_post {
	border-left: 1px solid #D9D9D9;
}
.filter-block select {
	padding-right: 32px;
}
@media (max-width:767px){
	.st-header-news.st-banner-home .media-type:before{
		padding-top: 63.271%;
	}
	.list-gallery-slide{
		margin: 0 10px;
	}
	.st-header-news.st-banner-home .swiper-pagination{
        bottom: 6px;
        left: 15px;
	}
	.st-header-news {
		margin-bottom: 40px;
	}
}
@media (max-width:500px){
	.filter-block .dropdown-wrapper{
		width: 100%;
		flex: auto;
	}
}