/*
------------------------------------
***CAROUSEL
------------------------------------
*******************
*/
.bingkai-ec {
	background: var(--bg-white);
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	border-radius: 5px;
	overflow: hidden;
}
.bingkai-ec span {
	list-style: none;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	color: var(--dark-blue);
}
#owl-fotonews .owl-next {
	position:absolute;
	top:35%;
	z-index:1;
	right:-8px;
	font-size: 30px;
	}
#owl-fotonews .owl-prev {
	position:absolute;
	top:35%;
	z-index:1;
	left:-15px;
	font-size: 30px;
	}

#owl-fotonews {
	height:250px;
	width:97%;
	padding: 2%;
	margin:0 auto;
	padding-top:3px;
	overflow: hidden;
}
#owl-fotonews .img_{
	height:150px;
	width:96%;
	margin:0;
	padding:0;
	overflow: hidden;
	border-radius: 8px;
}
#owl-fotonews .img_ img {
    display: block;
	width:100%;
	min-height: 150px;
	overflow:hidden;
}
@media all and (max-width : 360px) {
	#owl-fotonews .img_ {
		min-height: 100px;
		height: 100px;
		overflow: hidden;
		background: #ccc;
		}
	#owl-fotonews .img_ img {
	    display: block;
		width:100%;
		min-height: 50px;
		overflow:hidden;
	}
	#owl-fotonews, #owl-fotonews .item {
		height:200px;
	}
	#owl-fotonews .info h1 a {
		font-size:13px;
	}
}

#owl-fotonews .item {
	height:250px;
	overflow: hidden;
	width:99%;
	margin:0 0 0 0.5%;
}

#owl-fotonews .info {
	height:100px;
	display:block;
	position: relative; 
	z-index:1000;
	opacity:1;
	width:100%;
}

#owl-fotonews .info h1 {
	color: #333;
	font-size:16px;
	margin:0;
	line-height:1.3;
	font-weight:500;
	width:80%;
	height:100px;
	
}
#owl-fotonews .info h1 a {
	color:#333;
	text-decoration: none;
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
  	text-overflow: ellipsis;
  	word-break: break-word
	}
#owl-fotonews .item .info span{
	padding:5px 10px 5px 0;
	font-size:12px;
	font-weight: 200;
	line-height:1.3;
	margin-bottom:5px;
	margin-left: 0;
}
#owl-fotonews .info p{
	font-size:12px;
	line-height:1.3;
	font-weight:300;
	margin:3px 0;
	color:#333;
}


/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background: #FFF;
	color:#222;
	box-shadow: 1px 1px 3px #333;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: .8;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 8px;
	height:8px;
	margin: 5px 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:10px;
	background: #003300;
	
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	position:relative;
	z-index:100;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	
}
