<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slide_owl {}
.slide_owl .item {position:relative;width:100%;height:640px;}
.slide_owl .item img {width:100%;height:auto;}

.slide_owl .owl-nav {display:block;position:absolute;left:10px;top:auto;bottom:0;width:80px;height:60px;}

.slide_owl button.owl-prev,
.slide_owl button.owl-next {display:block;position:absolute;top:0;width:40px;height:60px;overflow:hidden;color:#fff;text-align:center;background:none;border:none;z-index:9;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.slide_owl button.owl-prev:hover,
.slide_owl button.owl-next:hover {color:#f63941;background:none;}
.slide_owl button.owl-prev i,
.slide_owl button.owl-next i {font-size:24px;line-height:60px;}
.slide_owl button.owl-prev {left:0;}
.slide_owl button.owl-next {right:0;}

/*.slide_owl .owl-nav [class*='owl-'] {display:inline-block;margin:0;padding:0;color:#fff;font-size:14px;background:#;cursor:pointer;}
.slide_owl .owl-nav [class*='owl-']:hover {}*/

.slide_owl .owl-nav .disabled {opacity:0.5;cursor:pointer;}

.slide_owl .owl-nav.disabled + .owl-dots {}

.slide_owl .owl-dots {display:block;position:absolute;left:20px;bottom:20px;text-align:left;z-index:9;}
.slide_owl .owl-dots button {background:none;border:none}
.slide_owl .owl-dots .owl-dot {display:inline-block;zoom:1;*display:inline;}
.slide_owl .owl-dots .owl-dot span {display:block;width:9px;height:9px;margin:0 2px;background:#eee;border-radius:50%;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.slide_owl .owl-dots .owl-dot.active span, .slide_owl .owl-dots .owl-dot:hover span {background:#f63941;}

.slide_owl .owl-item.active .line1 {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
animation-delay: 0.3s;
}

.slide_owl .owl-item.active .line2 {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
animation-delay: 0.6s;
}





@media screen and (max-width:1280px) {
}






@media screen and (max-width:768px) {
.slide_owl .item {height:480px;}

.slide_owl .owl-nav {left:0px;width:60px;height:50px;}

.slide_owl button.owl-prev,
.slide_owl button.owl-next {width:30px;height:50px;}
.slide_owl button.owl-prev i,
.slide_owl button.owl-next i {font-size:20px;line-height:50px;}
}





@media screen and (max-width:480px) {
}</pre></body></html>