.slide {position:relative;}

/*.sec1 .control {position:absolute;right:0;bottom:0;padding:20px 20px;background:rgba(0,0,0,0.4);}
.sec1 .control a {display:inline-block;color:#fff;line-height:20px;text-align:center;cursor:pointer;}
.sec1 .control a i {font-size:14px;}
.sec1 .control a.play {display:none;}
.sec1 .counter {display:inline-block;margin:0 12px 0 0;color:#fff;}*/

.slide {}
.slide .item {position:relative;width:100%;}
.slide .item img {width:100%;height:auto;}

.slide .owl-nav {display:block;position:absolute;right:120px;bottom:0;background:#222;}

.slide button.owl-prev,
.slide button.owl-next {display:block;position:absolute;top:0;width:40px;height:40px;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 button.owl-prev:hover,
.slide button.owl-next:hover {color:#a1274e;background:none;}
.slide button.owl-prev i,
.slide button.owl-next i {font-size:20px;line-height:40px;}
.slide button.owl-prev {left:0;}
.slide button.owl-next {right:0;}

/*.slide .owl-nav [class*='owl-'] {display:inline-block;margin:0;padding:0;color:#fff;font-size:14px;background:#;cursor:pointer;}
.slide .owl-nav [class*='owl-']:hover {}*/

.slide .owl-nav .disabled {opacity:0.5;cursor:pointer;}

.slide .owl-nav.disabled + .owl-dots {}

.slide .owl-dots {display:block;position:absolute;right:160px;bottom:20px;text-align:left;z-index:9;}
.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:2px;height:30px;margin:0 5px;background:#fff;
-webkit-transform:rotate(20deg);
-moz-transform:rotate(20deg);
-ms-transform:rotate(20deg);
-o-transform:rotate(20deg);
transform:rotate(20deg);

-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 {margin:0 14px;background:#fff;
-webkit-transform:rotate(-20deg);
-moz-transform:rotate(-20deg);
-ms-transform:rotate(-20deg);
-o-transform:rotate(-20deg);
transform:rotate(-20deg);
}


/* animate */
/*.slide .owl-item.active strong {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInLeft;
animation-delay: 0.3s;
}

.slide .owl-item.active p {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInRight;
animation-delay: 0.3s;
}*/




@media screen and (max-width:1280px) {
}



@media screen and (max-width:980px) {
.slide .owl-dots {right:60px;}
}



@media screen and (max-width:768px) {
}



@media screen and (max-width:480px) {
}