@media ( max-width : 767px) {
	.card-image-1200 {
		height: 223px
	}
	.card-title-slider a {
		font-size: 20px
	}
	.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;
		padding-top: 19px;
	}
}

@media ( min-width : 768px) {
	.wap-news-slider:hover {    transform: scale(1.05);
    cursor: pointer;
    transition: transform 0.4s ease;}
	.card-title-slider {
		font-size: 23px;
	}
	.card-title-slider {
		font-weight: 500;
		margin-bottom: 25px;
		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;
		padding-top: 42px
	}
}

.card-title-slider a {
	color: black;
}
.title-category a {
	color: black;
}
.arrow-right {
	background-image: url(/WebSmartHome/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(/WebSmartHome/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;
}