<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slide {
position: relative;
z-index : 0;
}
.owl-carousel .owl-stage-outer {
width : 100%;
height : 100%;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.item {
height :99.5%;
display : block;
position : relative;
background-size : 100% auto;
background-position : center center;
text-decoration : none;
background: #FFF;
border-radius:5px;
}
.owl-carousel .owl-nav {
-webkit-tap-highlight-color: transparent;
transition: all 0.2s linear;
}
.owl-carousel .owl-nav [class*='owl-'] {
display: inline-block;
cursor: pointer;
}
.owl-carousel .owl-nav [class*='owl-']:hover {
}
.owl-carousel .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{
width : 40px;
height : 80px;
position : absolute;
top: calc(50% - 40px);
outline : 0;
transition: all 0.1s linear;
font-size : 50px;
opacity : 0.6;
}
.owl-carousel .owl-nav button.owl-prev{
left : -50px;
}
.owl-carousel .owl-nav button.owl-next{
right : -50px;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover{
opacity : 1;
}
.owl-carousel .owl-dots {
width : 100%;
position : absolute;
bottom : 15px;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline;
outline : 0;
}
.owl-carousel .owl-dots .owl-dot span {
width: 18px;
height: 18px;
border-radius : 18px;
margin: 2px;
background: rgba(0,0,0,0.2);
display: block;
}
.owl-carousel .owl-dots .owl-dot:hover span {
background: rgba(0,0,0,0.3);
}
.owl-carousel .owl-dots .owl-dot.active span {
background: #51b549;
background: rgba(0,0,0,0.4);
}
@media screen and (max-width:780px) {
.owl-carousel .owl-nav{
display : none;
}
}</pre></body></html>