.owl-prev, .owl-next {
    position: absolute;
    top: 41%;
    width: 60px;
    height: 60px;
}
.owl-prev{
    background: url("../images/4.png") no-repeat scroll center center;
    left: 15px;
}
.owl-next {
    background: url("../images/3.png") no-repeat scroll center center;
    right: 15px;
}
.owl-prev:hover{
    background: url("../images/2.png") no-repeat scroll center center;
}
.owl-next:hover {
    background: url("../images/1.png") no-repeat scroll center center;
}
.titleslide {
	background: url("../images/5.png") repeat scroll right center;
    border-bottom: 4px solid #ed3136;
    width: 58%;
    padding: 20px 25px 40px;
    position: absolute;
    top: 39%;
    left: 8%;
    text-align: left;
    color: #fff;
    box-sizing: border-box;
}
.hot-corner_title {
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 12px;
}
.hot-corner_name {
    background: url("../images/6.png") no-repeat scroll left center;
    font-weight: bold;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 2px 0px 2px 42px;
}
.hot-corner_summary {
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
}
.hot-corner_view {
    background: #ed3136 url(../images/7.png) no-repeat scroll 86% center;
    font-size: 18px;
    padding: 10px 40px 9px 25px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.slideshow-home .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 20px;
}
.slideshow-home .owl-dot {
    background: #fff;
    border: 3px solid #d8c9bd;
    border-radius: 10px;
    width: 14px;
    height: 14px;
    margin: 0 8px;
    display: inline-block;
}
.slideshow-home .owl-dot.active {
    background: #ed2e33;
    border: 3px solid #d8cbbd;
}
@media screen and (max-width:1024px){
    .titleslide {width: 70%;}    
}
@media screen and (max-width:966px){
    .titleslide {top: 15%;}    
}
@media screen and (max-width:768px){
    .hot-corner_view{display: none;}
    .owl-prev, .owl-next {top: 36%;}
}
@media screen and (max-width:668px){
    .hot-corner_summary,.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{display: none;}
}
@media screen and (max-width: 568px){
    .titleslide{display: none;}
}