/*
------------------------------------
***CAROUSEL
------------------------------------
*******************
*/
.bingkai-ec {
	background: var(--bg-white);
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	overflow: hidden;
	border-radius: 10px;
	box-sizing: border-box;
}
.bingkai-ec span {
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	color: var(--bg-black);
	text-transform: uppercase;
}
.bingkai-ec .item .info span {
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	color: var(--bg-primary);
	text-transform: uppercase;
}
#owl-fotonews .owl-next {
	position:absolute;
	top:14%;
	z-index:1;
	right:-8px;
	font-size: 30px;
	}
#owl-fotonews .owl-prev {
	position:absolute;
	top:14%;
	z-index:1;
	left:-15px;
	font-size: 30px;
}

#owl-fotonews {
	height:100px;
	width:97%;
	padding: 2%;
	margin:0 auto;
	padding-top:3px;
	overflow: hidden;
}
#owl-fotonews .img_{
	height:80px;
	width:40%;
	margin:0 5% 0 0;
	padding:0;
	overflow: hidden;
	border-radius: 5px;
	float: left;
}
#owl-fotonews .img_ img {
    display: block;
	width:100%;
	min-height: 50px;
	overflow:hidden;
}

#owl-fotonews .item {
	height:100px;
	overflow: hidden;
	width:90%;
	margin:0 0 0 0;
	margin-right: 10%;
}

#owl-fotonews .info {
	height:100px;
	display:block;
	position: relative; 
	z-index:1000;
	opacity:1;
	width:55%;
	float: left;
}

#owl-fotonews .info h1 {
	margin:0;
	line-height:1.3;
	font-weight:500;
	height:100px;
	
}
#owl-fotonews .info h1 a {
	color:#444;
	text-decoration: none;
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 4;
  	-webkit-box-orient: vertical;
  	text-overflow: ellipsis;
  	word-break: break-word;
  	font-weight: 600;
  	font-size: 14px;
  	line-height: 1.4;
	}
#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;
}
@media all and (max-width : 600px) {
	.bingkai-ec {
		border-radius: 0px;
	}
	.bingkai-ec span {
		font-size: 14px;
	}
	#owl-fotonews .img_ {
		width: 100%;
		min-height: 100px;
		height: 110px;
		overflow: hidden;
		background: #ccc;
		}
	#owl-fotonews .img_ img {
	    display: block;
		width:100%;
		min-height:100px;
		overflow:hidden;
	}
	#owl-fotonews, #owl-fotonews .item {
		height:200px;
	}
	#owl-fotonews .info {
		width:100%;
	}
	#owl-fotonews .info h1 a {
		margin-top: 10px;
		font-size:12px;
		line-height: 1.3;
	}
}

/*owl-foto*/
.foto_wrap {width: var(--container); margin: 0 auto;}
#owl-foto {
	height:280px;
	margin:0 auto;
	padding-top:3px;
	overflow: hidden;
}
#owl-foto .img_{
	height:170px;
	width: 100%;
	margin:0 0 15px 0;
	padding:0;
	overflow: hidden;
	border-radius: 5px;
	float: left;
}
#owl-foto .img_ img {
    display: block;
	width:100%;
	min-height: 50px;
	overflow:hidden;
}

#owl-foto .item {
	height:250px;
	overflow: hidden;
	width: 96%;
	margin-right: 4%;
}

#owl-foto .info {
	height:100px;
	display:block;
	position: relative; 
	z-index:1000;
	opacity:1;
	width:100%;
	float: left;
}

#owl-foto .info h1 {
	margin:0;
	line-height:1.3;
	font-weight:500;
	height:100px;
	
}
#owl-foto .info h1 a {
	color:#444;
	text-decoration: none;
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 4;
  	-webkit-box-orient: vertical;
  	text-overflow: ellipsis;
  	word-break: break-word;
  	font-weight: 600;
  	font-size: 14px;
  	line-height: 1.4;
	}
#owl-foto .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-foto .info p{
	font-size:12px;
	line-height:1.3;
	font-weight:300;
	margin:3px 0;
	color:#333;
}
@media all and (max-width : 600px) {
.foto_wrap {width: 96%; margin: 0 auto;}
}

/* end owl-foto*/
/* 
 * 	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;
	
}
