/*cl6_sec01*/
#cl6_sec01 {	
	padding: 100px 0;
}
#cl6_sec01 .sub_tit h1 span {
	font-size: 60px;
	line-height: 1.3em;
	color: #393738;
	display: inline-block;
	font-weight: 600;
	position: relative;
}
#cl6_sec01 .sub_tit h1 span:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #393738;
}
@media (max-width:768px){	
	#cl6_sec01 {	
		padding: 30px 0;
	}
	#cl6_sec01 .sub_tit h1 {
		margin-bottom: 15px;
	}
	#cl6_sec01 .sub_tit h1 span {
		font-size: 30px;
	}
}

/*img-thumbnail*/
#cl6_sec01 ul {
    margin-top: 60px;
}
#cl6_sec01 ul li {
	line-height: 0px;
	padding: 5px !important;
}
#cl6_sec01 .img-thumbnail{
	border: 0px;
	border-radius: 0px;
	padding: 0px;
}
#cl6_sec01 .img-thumbnail img,
#cl6_sec01 .img-thumbnail.img-thumbnail-hover-icon:before{
	border-radius: 0px;
}
#cl6_sec01 .owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
    color: #ff1e1e;
}
#cl6_sec01 .black_out,
#cl6_sec01 .french_name,
#cl6_sec01 .french_name_con,
#cl6_sec01 .french_name_item {
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#cl6_sec01 .owl-carousel .owl-nav [class*="owl-"] {
    color: #fff;
    background-color: transparent;
    border-color: transparent transparent transparent;
    opacity: 0.8;
	font-size: 25px;
	margin-top: -23px;
}
#cl6_sec01 .owl-carousel .owl-nav [class*="owl-"]:hover {
    opacity: 1;
}
#cl6_sec01 .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#cl6_sec01 .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
@media (min-width:991px) {	
	#cl6_sec01 .black_out {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(239, 26, 144, 0.8);
    	background-size: cover;
		opacity: 0;
	}
	#cl6_sec01 .french_name {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	#cl6_sec01 .french_name_con {
		display: table;
		width: 100%;
		height: 100%;
		text-align: center;
		margin-top: -30px;
		opacity: 0px;
	}
	#cl6_sec01 .french_name_item {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		padding: 0 15px;
		color: #fff;
		opacity: 0;
		font-size: 20px;
	}
	#cl6_sec01 .img-thumbnail:hover .black_out {
		opacity: 1;
	}
	#cl6_sec01 .img-thumbnail:hover .french_name{

	}
	#cl6_sec01 .img-thumbnail:hover .french_name_con{	
		margin-top: 0px;
		opacity: 1;
	}
	#cl6_sec01 .img-thumbnail:hover .french_name_item{
		opacity: 1;
	}
}
@media (max-width:992px) {
    #cl6_sec01 ul {
        margin-top: 30px;
    }
	#cl6_sec01 .black_out {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/bg_gra.png);
    	background-size: cover;
        opacity: 0;
	}
	#cl6_sec01 .img-thumbnail:hover .black_out {
		opacity: 1;
	}
	#cl6_sec01 .french_name {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	#cl6_sec01 .french_name_con {
		display: table;
		width: 100%;
		height: 100%;
		text-align: center;
	}
	#cl6_sec01 .french_name_item {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		padding: 0 15px;
		color: #fff;
		font-size: 14px;
		opacity: 0;
	}	
	#cl6_sec01 .img-thumbnail:hover .french_name_item{
		opacity: 1;
	}
    #cl6_sec01 .french_name_item img {
        width: 100px;
    }
}