#owl-slide{
    margin: 0px;
    padding: 0px;
}

#owl-slide .owl-dots {
    text-align: center;
    position: absolute;    
    right: 40px;
    left: auto;
    bottom: 15px;
}
#owl-slide .owl-dots .owl-dot {
    color: #666;
    font-size: 14px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    margin: 0 5px;
}
#owl-slide .owl-dots .owl-dot:focus{
    outline: 0;
}
#owl-slide .owl-dots .owl-dot.active {
    background-color: #ff6700;
    color: #fff;
    border-color: #ff6700;
}
#hotel_list_show a, a:link, a:active, a:visited {
    color: #ff7e00;
}