.inner-news-fnkg {
  height: 600px;
}
@media (max-width: 991px) {
  .page-fnkg.inner-news-fnkg {
    height: 240px;
  }
  .fnkg-con-wrap {
    padding: 24px 0;
  }	  
}
@media (max-height: 600px) {
  .page-fnkg.inner-news-fnkg {
    height: 240px;
  }
}

@media (min-width: 992px){
	.list .container{
		max-width: 900px;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 1200px){
	.list .container{
		max-width: 1170px;
		padding-left: 0;
		padding-right: 0;
	}
}
.list .posts-grid {
	display: block;	
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: #FFFFFF;
	border-bottom: 1px solid #f0f2f5;
}
.list .posts-grid .posts-title{
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	line-height: 24px;
	margin-bottom: 0;	
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;		
}
.list .posts-grid:hover .posts-title{
    color: #08996C;	
}
.list .posts-grid .posts-sub-title{
	font-size: 14px;
	color: #333333;	
	margin-bottom: 0;
}
.list .posts-grid .posts-info{
	font-size: 14px;
	color: #808080;
	line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;	
	margin-bottom: 0;
}
.list .posts-grid .img-news{
    width: 100%;	
	height: 180px;
	object-fit: cover;
}

.list .list-box{
   position: relative;
}
.list .posts-grid .col-lg-9{
	display: flex;
	height: 200px;
	padding: 0 2.5%;
}
.list-box .col-lg-3 img{
	width: 100%;
	height: 272px;
	object-fit: cover;	
	transition: all .4s ease-in-out;
}
.list-box .col-lg-3{
	position: relative;
	overflow: hidden;
}
.list-box .col-lg-3:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1
}
.posts-grid:hover:hover .list-box .col-lg-3:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent
}
.posts-grid:hover:hover .news-image img {
    transform: scale(1.1)
}
.posts-news{
	display: flex;
    flex-direction: column;
    width: 80%;	
	justify-content: space-between;
	padding-right: 8px;
}
.posts-grid .posts-bar{
	flex: 1;
	height: 150px;
    display: flex;
	align-items: center;
	justify-content: center;
}
.posts-grid .posts-bar .posts-time{
    display: flex;
    flex-direction: column;
	padding: 15px 18px 12px;	
	background-color: #777;
	text-align: center;
}
.posts-grid:hover .posts-bar .posts-time{
	background-color: #08996C;	
}
.posts-grid .posts-bar .posts-time span:first-child{
	font-size: 45px;
	line-height: 1.2;
	color: #fff;
	border-bottom: 1px solid #ffffff;
}
.posts-grid .posts-bar .posts-time span:last-child{
	font-size: 12px;
	color: #fff;
	margin-top: 4px;
}
.posts-grid .posts-news .posts-btn {
  position: relative;
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s; 
  border: 1px solid #ddd;
}
.posts-grid .posts-news .posts-btn label{
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.posts-grid:hover .posts-news .posts-btn{
  border: 1px solid #08996C;	
}
.posts-grid:hover .posts-news .posts-btn label{
  color: #fff;  	
}
.posts-grid .posts-news .posts-btn:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #08996C;
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 0px;
    transform-origin: 100%;
    transition: transform .3s cubic-bezier(.4,0,.2,1);
    transform: scaleX(0);
    visibility: hidden;
}
.posts-grid:hover .posts-news .posts-btn:before{
    transform: scaleX(1);
    transform-origin: 0;
	visibility: initial;
}
.posts-grid .posts-bar .posts-btn label{
	position: relative;
	cursor: pointer;
}
.posts-grid .posts-bar .posts-btn::after{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    left: 0;
	border: 1px solid #27CDAF;
	transition: all 0.3s ease-in-out 0s;	
}
.posts-grid .posts-bar .posts-btn::before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    left: 0;
    transform: scale(0);
	transition: all 0.3s ease-in-out 0s;	
}
.posts-grid:hover .posts-bar .posts-btn{
  color: #fff;
}
.posts-grid:hover .posts-bar .posts-btn::before{
    transform: scale(1);	
	background: #2A81EF;
	border: 1px solid #2A81EF;
}
.posts-grid:hover .posts-bar .posts-btn::after{
    transform: scale(0);	
}
.posts-grid .posts-bar .posts-btn.active{
  background: #2A81EF;
  border: 1px solid #2A81EF;
  color: #fff;
}
.posts-grid .posts-bar .posts-btn.active::before{
    transform: scale(1);	
	background: #2A81EF;
	border: 1px solid #2A81EF;	
}
@media (max-width: 990px) {
	.list-box .col-12{
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.list .posts-grid .posts-info{
		margin-top: 16px;
	}
	.posts-grid .posts-bar{
		height: 120px;
	}
	.list .posts-grid .col-lg-9{
		padding-top: 16px;
	}
	.list-box .col-lg-3:before {
		left: 12px;
		width: calc(100% - 24px);
	}	
}
.list .posts-pagination {
    position: relative;
    display: flex;
    justify-content: center;	
}
.list .posts-pagination .pagination{
	flex-wrap: wrap;	
	margin-bottom: 0;
}
.justify-content-center {
    justify-content: center!important;
}
.list .posts-pagination .posts-page-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #08996C;
    transition: all 0.3s ease 0s;
	border-radius: 2px;
	margin-right: 16px;
	margin-bottom: 16px;
}
.list .posts-pagination .posts-page-item.active{
	background: #08996C;
} 
.list .posts-pagination .posts-page-item.active a{
	color: #fff;	
}
.list .posts-pagination .posts-page-item.toggle-item{
	width: 72px;
	height: 32px;
}
.list .posts-pagination .posts-page-item:hover{
	background: #08996C;
}
.list .posts-pagination .posts-page-item:hover a{
	color: #fff;		
}
.list .posts-pagination .posts-page-item.disabled{
    border: 1px solid #777;	
	pointer-events: none;
}
.list .posts-pagination .posts-page-item.disabled a{
	color: #777;	
}
.list .posts-pagination .posts-page-item.disabled:hover{
    border: 1px solid #777;	
	background: #fff;
}
.list .posts-pagination .posts-page-item.disabled:hover a{
	color: #777;	
}
