/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.item-1 .owl-theme .owl-prev{
    right:45px;
    bottom:15px;
    position: absolute;
}
.item-1 .owl-theme .owl-next{
    right:5px;
    bottom:15px;
    position: absolute;
}
.service .owl-theme .owl-prev{
    left:0px;
    top:38%;
    position: absolute;
}
.service .owl-theme .owl-next{
    right:0px;
    top:38%;
    position: absolute;
}
.promotion-new .owl-theme .owl-nav {
    position: relative !important;
}

.room .owl-theme .owl-nav {


}
.list-promotion.owl-theme .owl-next{
    right:0px;
    top: -30px;
    position: absolute;
}
.list-promotion.owl-theme .owl-prev{
    left:0px;
    top: -30px;
    position: absolute;
}


.owl-theme .owl-prev{
    left:-55px;
    top: 49%;
    position: absolute;
}
.owl-theme .owl-next{
    right:-55px;
    top: 49%;
    position: absolute;
}
.gallery-list .owl-theme .owl-prev{
    top: 32%;
}
.gallery-list .owl-theme .owl-next{
    top: 32%;
}
.show-gallery-article.owl-theme .owl-prev{
    top: 36%;
}
.show-gallery-article.owl-theme .owl-next{
    top: 36%;
}

.promotion-new .owl-theme .owl-prev i,
.promotion-new .owl-theme .owl-next i{
    color: #f079ab;
    font-size: 24px;
}
.owl-theme .owl-prev i,
.owl-theme .owl-next i{
    color: #0062b0;
    font-size: 54px;
}
.owl-theme .owl-prev:hover i,
.owl-theme .owl-next:hover i{
    color: #0062b0;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -70px;
    z-index: 999999;
    left: 0;
    position: absolute;
    right: 0;
}
.hot-tour.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    z-index: 999999;
    right: -6px;
    left: inherit;
    top:-28px;
    position: absolute;
}
.hot-tour.owl-theme .owl-dots .owl-dot span{
    border: 1px solid #1862c7;
}
.hot-tour.owl-theme .owl-dots .owl-dot span{
    margin: 5px 0px;
}
.owl-theme .owl-dots .owl-dot{
    outline: none;
}
.list-comment.owl-theme .owl-dots .owl-dot.active span, .list-comment.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:2px 9px 1px 9px;/*background:#385f3c;*/display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{/*background:#398641;*/color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;background: transparent;}.owl-theme .owl-dots .owl-dot span{width:11px;height:11px;margin:5px 1px;background:rgba(255, 255, 255, 0.8);display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background: #1862c7}