.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
   display: block !important;
}
/*slide main*/
.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}

.nav-slide{
  position: absolute;
  width: 70%;
  padding: 0px 50px;
  top: 50%;
}
.logo_hang_xe img {
    border: 1px #ececec solid;
    height: 90px;
}
.nav-slide .w3-left,.nav-slide .w3-right{
  font-size: 25px;
  width: 40px;
  text-align: center;
  height: 40px;
  border-radius: 100px;
  background: #febc11;
  color: white;
}
.content-slide{
  position: absolute;
  top: 20%;
  left: 20%;
}

.owl-prev,.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(0,0,0,0) !important;
    border: 1px solid rgba(0,0,0,0) !important; 
    position: absolute;
    top: 28%;

    text-align: center;
    line-height: 40px;
    z-index: 999999;
}

.owl-prev i, .owl-next i{
    font-size: 28px;
    line-height: 38px;
    color: #febc11;
}
button.owl-dot.active {
    display: none !important;
}
button.owl-dot {
    display: none !important;
}


@media screen and (max-width: 1024px){
	.owl-prev{
		right: -36px !important;
	}
	.owl-next{
		left: -8px !important;
	}
}
@media screen and (max-width: 800px){
	.blog-relate .owl-prev{
		right: -5px;
	}
	.blog-relate .owl-next{
		left: -5px;
	}
	.main-slider {
	    margin-top: 110px;
	}
}
@media screen and (max-width: 500px){
	.owl-prev{
		right: -36px !important;
	}
	.owl-next{
		left: -8px !important;
	}
	.content-slide{
		display: none;
	}
	.main-slider {
	    margin-top: 50px;
	}
	.nav-slide{
		z-index: 999;
	}
	.nav-slide {
	    position: absolute;

	    width: 100%;

	    padding: 0px 26px;

	    top: 30%;

	}

}
