@media only screen and (max-width: 767px) {
	.title-page-video {
		font-size: 22px;
		font-family: 'Open Sans SemiBold';
		line-height: 44px;
		padding-bottom: 7px;
	}
	.embed-responsive {height: 223px;}
}

@media only screen and (min-width: 768px) {
	.title-page-video {
		font-size: 32px;
		font-family: 'Open Sans SemiBold';
		line-height: 44px;
		padding-bottom: 14px;
		padding-top: 41px
	}
}

.video-title {
	padding-top: 41px;
	font-size: 14px;
}

.video-title a {
	color: black;
}
.title-page-video 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%;
}

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

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

.owl-carousel-video .owl-prev {
	position: absolute;
	top: -45px;
	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;
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
	.embed-responsive {
		height: 180px !important;
	}
}