.slide .owl-nav {position:absolute;left:0;top:50%;width:100%;margin:0;z-index:9;}

.slide button.owl-prev {display:block;position:absolute;left:0;top:50%;width:40px;height:80px;overflow:hidden;line-height:999px;margin:-40px 0 0 0;background:url(../../../img/arrow_left.png) no-repeat 50% 50%;background-color:rgba(0,0,0,0.4);border:none}
.slide button.owl-next {display:block;position:absolute;right:0;top:50%;width:40px;height:80px;overflow:hidden;line-height:999px;margin:-40px 0 0 0;background:url(../../../img/arrow_right.png) no-repeat 50% 50%;background-color:rgba(0,0,0,0.4);border:none}

/*.owl-theme .owl-nav [class*='owl-'] {display:inline-block;margin:0;padding:0;color:#fff;font-size:14px;background:#;cursor:pointer;}
.owl-theme .owl-nav [class*='owl-']:hover {}*/

.slide .owl-nav .disabled {opacity:0.5;cursor:pointer;}

.slide .owl-nav.disabled + .owl-dots {margin:20px 0 0 0;}

.slide .owl-dots {display:block;position:absolute;left:0;bottom:20px;width:100%;text-align:center;}
.slide .owl-dots button {background:none;border:none}
.slide .owl-dots .owl-dot {display:inline-block;zoom:1;*display:inline;}
.slide .owl-dots .owl-dot span {display:block;width:60px;height:3px;margin:40px 2px 0 2px;background:#fff;
-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-dots .owl-dot.active span, .slide .owl-dots .owl-dot:hover span {background:#569ffd;}

.slide .item {position:relative;text-align:left;}
.slide .item .img {width:100%;max-width:1600px;margin:0 auto;}
.slide .item .img img {width:100%;height:auto;}
.slide .item .slideContent {position:relative;width:100%;max-width:1280px;margin:0 auto;padding:20px 0px;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
}

.slide .owl-item h2,
.slide .owl-item h3,
.slide .owl-item h4,
.slide .owl-item p {color:#444;word-break:keep-all;}
.slide .owl-item a.btn {display:block;padding:0;font-family:'Lato';color:#444;font-size:13px;font-weight:900;text-align:left;
-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-item a.btn .bullet {display:inline-block;width:5px;height:5px;margin:0 0 0 6px;background:#3d4958;border-radius:50%;vertical-align:middle;}

.slide .owl-item.active h2,
.slide .owl-item.active h3,
.slide .owl-item.active p,
.slide .owl-item.active a.btn,
.slide .owl-item h2 .line {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.slide .owl-item h2 {position:relative;margin:0 0 12px 0;font-size:24px;font-weight:500;letter-spacing:-1px;}
.slide .owl-item h3 {margin:0 0 4px 0;font-size:18px;font-weight:400;}
.slide .owl-item p {color:#666;line-height:18px;}
.slide .owl-item p i {font-size:18px;}
.slide .owl-item p a {color:#444;}

.slide .owl-item.active h2 {
animation-name: fadeInDown;
animation-delay: 1s;
}
.slide .owl-item.active h3 {
animation-name: fadeInUp;
animation-delay: 1s;
}
.slide .owl-item.active p {
animation-name: fadeInLeft;
animation-delay: 1s;
}
.slide .owl-item.active a.btn {
animation-name: fadeInRight;
animation-delay: 1s;
}



.slide2 {width:100%;max-width:1280px;margin:60px auto;}
.slide2 .owl-item img {width:100%;height:auto;}







@media screen and (max-width:1024px) {
.slide .owl-nav {margin:30px 0 0 0;}

.slide button.owl-prev {width:30px;height:60px;background:url(../../../img/arrow_left_s.png) no-repeat 50% 50%;background-color:rgba(0,0,0,0.6);}
.slide button.owl-next {width:30px;height:60px;background:url(../../../img/arrow_right_s.png) no-repeat 50% 50%;background-color:rgba(0,0,0,0.6);}

.slide .owl-nav.disabled + .owl-dots {margin:0;}

.slide .owl-dots .owl-dot span {width:40px;}

.slide .item .slideContent {padding:20px;}


.slide2 {width:auto;margin:40px 20px;}
}






@media screen and (max-width:768px) {
.slide button.owl-prev {width:30px;height:50px;margin:-25px 0 0 0;background:url(../../../img/arrow_left_s.png) no-repeat 50% 50%;background-color:rgba(0,0,0,0.4);}
.slide button.owl-next {width:30px;height:50px;margin:-25px 0 0 0;background:url(../../../img/arrow_right_s.png) no-repeat 50% 50%;background-color:rgba(0,0,0,0.4);}

.slide .owl-dots {bottom:10px;}

.slide .item {}
.slide .owl-item h2 {font-size:18px;}
.slide .owl-item h3 {font-size:14px;line-height:18px;}
.slide .owl-item p {font-size:13px;}


.slide2 {margin:30px 10px;}
}





@media screen and (max-width:480px) {
.slide .item {height:440px;}
.slide .item .slideContent {padding:0 20px;}

.slide .owl-item h2 .line {width:30px;height:2px;}
}