/*
------------------------------------
***CAROUSEL
------------------------------------
*******************
*/
.bingkai-ec {
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;
	overflow: hidden;
}
.bingkai-ec span {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	color: var(--bg-white);
}

.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:26%;
	z-index:1;
	right:-8px;
	opacity: 0.5;
	}
#owl-fotonews .owl-prev {
	position:absolute;
	top:26%;
	z-index:1;
	left:-15px;
	opacity: 0.5;
}

#owl-fotonews {
	height:200px;
	width:100%;
	padding-bottom: 30px;
	margin:0 auto;
	padding-top:3px;
	overflow: hidden;
}
#owl-fotonews .img_{
	height:150px;
	width:100%;
	margin:0 5% 0 0;
	padding:0;
	overflow: hidden;
	border-radius: 5px;
	float: left;
}
#owl-fotonews .img_ img {
    display: block;
	width:100%;
	height: 150px;
	overflow:hidden;
}

#owl-fotonews .item {
	height:200px;
	overflow: hidden;
	width:90%;
	margin:0 0 0 0;
	margin-right: 10%;
}

#owl-fotonews .info {
	height:60px;
	display:block;
	position: relative; 
	z-index:1000;
	opacity:1;
	width:100%;
	float: left;
	margin-top: 10px;
}

#owl-fotonews .info h1 {
	margin:0;
	line-height:1.3;
	font-weight:500;
	height:60px;
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
  	text-overflow: ellipsis;
  	word-break: break-word;
  	font-weight: 600;
  	font-size: 14px;
  	line-height: 1.4;
  	color:#FFF;	
}
#owl-fotonews .info h1 a {
	color:#FFF;
	text-decoration: none;
	}
#owl-fotonews .info a:hover {color: var(--dark-blue);}
#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 {
		margin: 0;
		border-radius: 0px;
		padding: 0 2%;
	}
	.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;
	}
}



/*FOTO HL*/

#owl-fotohl {
	width:100%;
	height:93vh;
	/*padding-right: 2%;
	padding-top:15px;*/
	margin:-30px auto 0px auto;
	overflow: hidden;
	padding-bottom: 2px;
	background: var(--bg-primary);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#owl-fotohl .img_{
	height: auto;
	width:100%;
	margin:0 auto;
	padding:0;
	overflow: hidden;
	background: #ccc;
}
#owl-fotohl .img_ img {
    display: block;
	width:100%;
	min-height: 320px;
	overflow:hidden;
}

#owl-fotohl .item {
	height:90vh;
	overflow: hidden;
	width:100%;
	margin:0;
}

#owl-fotohl .info {
	height:auto;
	display:block;
	position: absolute; 
	z-index:1000;
	opacity:1;
	width:100%;
	bottom:0px;
	background-image: linear-gradient(to top, var(--bg-primary), var(--bg-primary), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

#owl-fotohl .wrapinfo {
	margin: 130px 2.5% 30px 2.1%;
}

#owl-fotohl .info h1 {
	color: #FFF;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
	font-size:40px;
	letter-spacing: -0.5px;
	margin:0;
	padding: 0 0 15px 0;
	max-width: 10%;
	width: auto;
	line-height:1;
	font-weight:800;
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
  	text-overflow: ellipsis;
  	word-break: break-word
}
#owl-fotohl .info a:hover h1 {
	color: var(--dark-blue);
}
#owl-fotohl .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-fotohl .info .desk {
	max-width: 500px;
	width: auto;
	text-align: left;
	font-size:16px;
	line-height:1.3;
	font-weight:600;
	margin:3px 0;
	color:#FFF;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
@media all and (max-width : 600px) {
	#owl-fotohl {
		height: 50vh;
		width:100%;
		padding-right: 0;
		padding-bottom: 30px;
	}
	#owl-fotohl .img_ {
		width: 100%;
		overflow: hidden;
		background: #ccc;
		}
	#owl-fotohl .img_ img {
	    display: block;
		width:100%;
		min-height: 200px;
		height: auto;
		overflow:hidden;
	}
	#owl-fotohl .img_ .img-center {
		display: block;
  		margin-left: auto;
  		margin-right: auto;
  		width: 150%;
  		position: relative;
		left: 50%;
		transform: translateX(-50%); 	
	}
	#owl-fotohl, #owl-fotohl .item {
		height:53vh;
		padding-top: 0;
	}
	#owl-fotohl .info {
		padding-bottom:30px;
		padding-top: 100px;
	}
	#owl-fotohl .wrapinfo {
		margin: 0 1%;
		text-align: center;
	}
	#owl-fotohl .info h1 {
		font-size:20px;
		max-width: 15%;
	}
	#owl-fotohl .info .desk {
		text-align: center;
		font-size:13px;
		max-width: 15%;
		color: var(--bg-primary1);
	}

}


/* 
 * 	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: -30px;
	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:#555;
	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: 12px;
	height:12px;
	margin: 1px 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:10px;
	background: #999;
	
}

.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:10;
}

/* 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;
	
}

