.card-image-1200 {
	width: 100% !important;
	height: 100%;
    transition: all .3s;
    object-fit: cover;
    opacity: 0.9;
}
.carousel-wrap {
	padding-bottom: 100px
}
.post-time {
	font-size: 13px;
}
@media ( max-width : 767px) {
	.card-image-1200 {
		height: 223px
	}
	.card-title-slider a {
	    text-decoration: none;
	    font-size: 16px;
	}
	.card-title-slider {
		font-weight: 500;
		word-break: break-all;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		line-height: 31px;
	}
}

@media ( min-width : 768px) {
	.newspaper {
	padding: 50px
}
	.wap-thum-img {
		    height: 240px;
		       border-radius: 15px;
    overflow: hidden; 
	}
	
	.wap-news-slider:hover { 
	   transform: scale(1.05);
	    cursor: pointer;
	    transition: transform 0.4s ease;
	    }
	.card-title-slider {
		font-weight: 500;
		margin-bottom: 5px;
		word-break: break-all;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
	    line-height: 30px;
	    padding-top: 20px;
	}
}

.card-title-slider a {
    text-decoration: none;
    color: black;
}
.title-category{
    text-align: center;
    font-size: 30px;
    padding: 50px;
}
.arrow-right {
	background-image: url(/VEAS/Images/Home/arrow-r.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.5);
	width: 39px;
	height: 39px;
	border-radius: 50%;
}

.owl-carousel-news .owl-next {
	position: absolute;
	top: -70px;
	height: 100%;
	right: 0;
}

.owl-carousel-news .owl-prev {
	position: absolute;
	top: -70px;
	height: 100%;
	left: 0;
}

.arrow-left {
	background-image: url(/VEAS/Images/Home/arrow-l.svg);
	background-color: rgba(0, 0, 0, 0.5);
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.owl-carousel-news .owl-dots {
	display: none !important;
}