#ocd_multilang {
	margin-right: 15px;
}
#ocd_multilang a {
	color: #999;
	border-radius: 6px;
	border: 1px solid #ccc;
	line-height: 24px;
	padding-top: 1px;
	font-size: 13px;
}

#ocd_multilang a.active_lg {
	color: #57a02e;
	border-color: #57a02e;
	cursor: inherit;
}

#ocd_multilang a.lg_noactive:hover, #ocd_multilang a.lg_noactive:focus {
	color: #54cd11;
	border-color: #54cd11;
}

.breadcrumb li a {
	margin-bottom: 10px;
	display: inline-block;
}

.newh1 {
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 20px;
}

/* video
--------------------  */
.owl-gallery .owl-pagination {
    display: none;
}
.youtube_video a {
	position: relative;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	height: 400px;
  	border: 0;
  	padding: 0;
}

.youtube_video .youtube_svg {
	text-align: center;
  	position: absolute;
  	fill: #ff0000;
  	vertical-align: middle;
  	width:60px;
  	height:60px;
  	transition:0.3s
}
.youtube_video a:hover .youtube_svg, .youtube_video a:focus .youtube_svg {
  	fill: #3e3e3e;
  	opacity: 1;
}
.youtube_video_mini {
	margin-top: 8px;
}
.youtube_video_mini .item {
	position: relative;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	height: 62px;
  	border: 0;
  	padding: 0;
}

.youtube_video_mini .item .youtube_svg {
	text-align: center;
  	position: absolute;
  	fill: #ff0000;
  	vertical-align: middle;
  	width:32px;
  	height:32px;
  	transition:0.3s
}

.clear {
	clear: both;
}
.owl-gallery {
	position: relative;
}
.owl-gallery .video_sticker {
	position: absolute;
	top: 15px;
	left: 15px;
	display: inline-block;
	z-index: 2;
	transition:0.3s;
}
.owl-gallery .video_sticker:hover {
	background-color: #f9d32d;
}

@media (max-width: 768px) {
	.youtube_video a {
		position: relative;
		display: flex;
	  	align-items: center;
	  	justify-content: center;
	  	height: 345px;
	  	border: 0;
	  	padding: 0;
	}
	.owl-gallery .video_sticker {
		top: 0px;
		left: 0px;
	}
}

.video_sticker img {
	height: 18px;
}


.image_rev_list {
	position: relative;
}
.image_rev_list .video_sticker {
	display: inline-block;
    color: #000;
    z-index: 2;
    transition: 0.3s;
    margin-bottom: 2px;
}
/* end video
--------------------------- */