.slide .owl-carousel, 
.slide .owl-carousel .owl-stage-outer, 
.slide .owl-carousel .owl-stage, 
.slide .owl-carousel .owl-item { height: 100%; zoom: 1;}

.slide .owl-carousel { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab;}
.slide .owl-carousel .owl-grab { cursor: move; cursor: -webkit-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing;}
  
.slide .owl-theme .owl-controls { text-align: center; -webkit-tap-highlight-color: transparent}


.slide .owl-prev, 
.slide .owl-next { position: absolute; top: 50%; margin-top: -25px; display: block; background-image: url(../img/iconRowSG.png); background-repeat: no-repeat; background-size: auto 100%; overflow: hidden; height: 40px; width: 40px; text-indent: 9999px; font-size: 1em; cursor: pointer;}
.slide .owl-prev:hover, 
.slide .owl-next:hover { opacity: .5;}
.slide .owl-prev { left: 30px; background-position: left center;} 
.slide .owl-next { left: auto; right: 30px; background-position: right center;}


@media screen and ( min-width: 1900px ) { 
	.slide .owl-prev { left: 50%; right: auto; margin-left: -900px;} 
	.slide .owl-next { left: 50%; right: auto; margin-left: 860px;}
}



.slide .owl-carousel .owl-item img { position: absolute; left: 50%; top: 50%; display: block; width: auto; height: auto; max-height: 100%; max-width: 100%; 
-ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}

.slide img { position: absolute; left: 50%; top: 50%; display: block; width: auto; height: auto; max-height: 100%; max-width: 100%; 
-ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}

.slide .owl-theme .owl-dots { display: none!important;}

.slide .owl-carousel .owl-video-wrapper,
.slide .owl-carousel .owl-video-wrapper .owl-video-frame,
.slide .owl-carousel .owl-video-wrapper .owl-video-frame iframe, 
.slide .owl-carousel .owl-video-wrapper .owl-video-frame video { position: absolute!important; left: 0!important; top: 0!important; width: 100%!important; height: 100%!important;}
.slide .owl-carousel .owl-video-play-icon { position: absolute; height: 60px; width: 90px; left: 50%; top: 50%; z-index: 10; margin-left: -50px; margin-top: -30px; background: url(../img/iconPlay.png) no-repeat; cursor: pointer; -webkit-transform-style: preserve-3d; transform-style: preserve-3d;}
.slide .owl-carousel .owl-video-wrapper { background: #000000 url(../img/iconPlay.png) no-repeat center;}

.boxRecent .owl-theme .owl-dots { text-align: center;}
.boxRecent .owl-theme .owl-dots, 
.boxRecent .owl-theme .owl-dots .owl-dot, 
.boxRecent .owl-theme .owl-dots .owl-dot span { height: 7px; line-height: 7px;}
.boxRecent .owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline;}
.boxRecent .owl-theme .owl-dots .owl-dot span { width: 7px; margin: 0 4px; background: #333; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; -ms-transition: opacity 200ms ease; -o-transition: opacity 200ms ease; transition: opacity 200ms ease; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%}
.boxRecent .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span { background: #444}


@media screen and ( max-width: 1100px ) {
	.slide .owl-prev, 
	.slide .owl-next { margin-top: -20px; background-image: url(../img/iconRowG.png); height: 30px; width: 30px;}
	.slide .owl-prev { left: 10px;} 
	.slide .owl-next { right: 10px;}
}
@media screen and ( max-width: 600px ) { 
	.slide .owl-prev, .slide .owl-next { top: auto; bottom: -30px; left: auto; margin-top: 0; height: 24px; width: 24px;}
	.slide .owl-prev { right: 105px;}
	.slide .owl-next { right: 65px;}
}