section[data-cattype="640"]{
    
}

[data-cattype="640"] .overlay-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

[data-cattype="640"] .container-fluid{
	max-width:1400px;
}


[data-cattype="640"] ul.home-news{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}


[data-cattype="640"] ul.home-news li{
    /*width: calc(20% - 20px);*/
    margin: 10px;
}

[data-cattype="640"] ul.home-news li h2{
    color:#fff; 
    font-size: 24px;
    text-align: left;
	text-shadow:1px 1px 2px #015784
}

[data-cattype="640"] ul.home-news li a > p{
    margin: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
	color:#333333;
	transition: all .5s;
	line-height: 1.3;
}

[data-cattype="640"] ul.home-news li a:hover > p{
    color:#000;
}

[data-cattype="640"] ul.home-news li div > p{
	font-style: italic;
	font-size:12px;
	margin-bottom: 5px;
}

[data-cattype="640"] ul.home-news li .item-image{
    width: 300px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

[data-cattype="640"] ul.home-news li .news-img{
    width: 85px;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

[data-cattype="640"] ul.home-news li a.btn{
    margin-top: 5px;
}



/* Typical laptop screen size*/
@media (max-width: 1400px) {
	[data-cattype="640"] ul.home-news li .news-img{
		width: 80px;
	}
}

@media (max-width: 1200px) {
	[data-cattype="640"] ul.home-news li .news-img{
		width: 75px;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	[data-cattype="640"] ul.home-news li{
        /*width: calc(33.33% - 20px);*/
        margin: 10px;
    }
	
	[data-cattype="640"] ul.home-news li .news-img{
		width:75px;
	}

	[data-cattype="640"] .home-news.owl-carousel .owl-nav.disabled{
		display:block;
	}
	
	[data-cattype="640"] .home-news.owl-carousel .owl-nav button.owl-prev{
		right: auto;
        bottom: 0;
        left: 45%;
        top: auto;
	}
	

	[data-cattype="640"] .home-news.owl-carousel .owl-nav button.owl-next{
		right: 45%;
        top: auto;
        bottom: 0;
	}

	[data-cattype="640"] .home-news.owl-carousel .owl-nav button i{
		font-size: 16px;
	}
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   [data-cattype="640"] ul.home-news li{
       /* width: 100%;*/
    }
    
    [data-cattype="640"] ul.home-news li h4{
        margin: 10px auto 0;
    }

	[data-cattype="640"] ul.home-news li .news-img{
		width:100px;
	}

	[data-cattype="640"] .home-news.owl-carousel .owl-nav.disabled{
		display:block;
	}
	
	[data-cattype="640"] .home-news.owl-carousel .owl-nav button.owl-prev{
		right: 30px;
        top: 11%;
        left: auto;
	}
	

	[data-cattype="640"] .home-news.owl-carousel .owl-nav button.owl-next{
		right: 0;
		top: 11%;
	}

	[data-cattype="640"] .home-news.owl-carousel .owl-nav button i{
		font-size: 16px;
	}
}

/* Mobile screen size */
@media (max-width: 480px) {
      
}