.con-bg-2{
    /*padding-top: 65px;*/
    padding-top: 20px;
}
.card-title{
    margin-bottom:0rem;
}
.contain-w{
    border-bottom:0px
}

.news-card-border{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 -1px 3px 0 rgba(0, 0, 0, 0.08);
    transition: ease 0.2s;
}
.news-card-border:hover{
    transform: translateY(-4px);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12), 0 -1px 2px 0 rgba(0, 0, 0, 0.08);
}
.news-text-contain{
    padding:15px 15px;
    margin-bottom:10px;
}
.news-collect-img{
    height:100%;
    background-size:cover;

}
.news-date-po{
    position: absolute;
    bottom:0px;
}



/*-------------------------*/
/* $media query
/*-------------------------*/

@media (min-width: 1440px){
   
}
@media (min-width: 1200px) and (max-width: 1439px) {


}

@media (min-width: 992px) and (max-width: 1199px){
	 
}
@media (min-width: 576px) and (max-width: 991px){


}
@media (min-width: 576px) and (max-width: 767px){
    

}
@media screen and (max-width:1024px){
   
}
@media screen and (max-width:991px){

    
}
@media screen and (max-width: 767px) {
    .news-collect-img{
        height:200px;
    }
}
@media (max-width: 575px){
   
}
@media (max-width: 480px){
	
}


@media (max-width: 375px){
   
}
@media (max-width: 320px){

}
