 /* Nav Slider Owl 2 */
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 30px;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
}
.owl-carousel .owl-nav .owl-prev {
	left: 0;
}
.owl-carousel .owl-nav .owl-next {
	right: 0;
}

/* Css - Hover show Nav */
/*.owl-carousel .owl-nav {
 	display: none;
	transition:  opacity 1s ease-out;
	visibility: hidden;
	opacity: 0;
 }*/
/*.owl-carousel:hover .owl-nav {
 	display: block;
	visibility: visible;
	opacity: 1;
 }

 /* Dots Slider Owl 2 */
.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 0;
    z-index: 99;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
	margin: 0 auto;
}
.owl-carousel .owl-dots .owl-dot.active span {
	background-color: #ff0000;
}
.owl-carousel .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 1;
    width: 12px;
}

.y-owl-style-3 .box-info-slider {
    max-width: 800px;
}
@media (min-width: 992px) {
	.y-owl-style-3 .box-info-slider {
		margin: 30px 60px;
	}
}
@media (min-width: 768px) {
	.y-owl-style-3 .box-info-slider {
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    font-size: 16px;
	    padding: 20px;
		background-color: transparent;
	    width: 100%;
	    color: #fff;
	    z-index: 3;
	}
	.y-owl-style-3 .box-info-slider .title-slider {
	    font-size: 18px;
	    margin-bottom: 10px;
	    font-weight: bold;
	}
}