/*
 * Copyright inpleworks, Co.
*/


/* content */
.xet-scroll-hssc {
	position: relative;
}
.xet-scroll-hssc .thumbnail {
	position: relative;
	overflow: hidden;
}
.xet-scroll-hssc .thumbnail img {
	vertical-align: top;
	width: 100%;
}
.xet-scroll-hssc .link {
	display: block;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    opacity: 0;
    text-align: left;
    color: #fff;
    transition: all 0.4s, color 0.3s 0.3s;
}
.xet-scroll-hssc .link:hover {
	opacity: 1;
	background-color: rgba(0,0,0,.6);
}
.xet-scroll-hssc .link span {
	display: block;
	font-size: 13px;
}
.xet-scroll-hssc .link span.cate {
	position: relative;
	font-size: 14px;
	margin-bottom: 50px;
}
.xet-scroll-hssc .link span.cate:after {
	content: "";
	position: absolute;
	left: 0;
	top: -5px;
	width: 20px;
	height: 1px;
	background: #fff;
}
.xet-scroll-hssc .link span.subject {
	font-size: 16px;
	margin-bottom: 10px;
}

.xet-scroll-hssc .thumbnail:after {
	content:""; 
	position:absolute; 
	left:-20%; top:-100%; 
	width:200%; height:100%; 
	background:#fff; 
	opacity:0.3; 
	transform-origin:0 100%; 
	transform:rotate(-55deg); 
	transition:top 0.5s 0.3s;
}
.xet-scroll-hssc .item:hover .thumbnail:after {
	top:10%;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Owl Carousel
/* ------------------------------------------------------------------------------------------------------------------ */
.owl-scroll-hssc .owl-nav {
	-webkit-tap-highlight-color: transparent; 
}
.owl-scroll-hssc .owl-nav [class*='owl-'] {
	position: absolute;
	top: 45%;
	width: 5%;
	height: 50px;
	font-size: 0;
	margin: -25px 0 0;
	padding: 0;
	display: inline-block;
	cursor: pointer;
}
.owl-scroll-hssc .owl-nav [class*='owl-'] span {
	display: none;
}
.owl-scroll-hssc .owl-nav button.owl-next {
	right: -5%;
	font-size: 0;
	background: url('../img/angle-next.png') right center no-repeat;
	background-size: 20px;
}
.owl-scroll-hssc .owl-nav button.owl-prev {
	left: -5%;
	font-size: 0;
	background: url('../img/angle-prev.png') left center no-repeat;
	background-size: 20px;
}
.owl-scroll-hssc .owl-nav [class*='owl-']:hover {
	text-decoration: none; 
}
.owl-scroll-hssc .owl-nav .disabled {
	opacity: 0.5;
	cursor: default; 
}

.owl-scroll-hssc .owl-nav.disabled + .owl-dots {
	margin-top: 15px; 
}
.owl-scroll-hssc .owl-dots {
	margin-top: 15px;
	text-align: center;
	-webkit-tap-highlight-color: transparent; 
}
.owl-scroll-hssc .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; 
}
.owl-scroll-hssc .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0 5px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; 
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.owl-scroll-hssc .owl-dots .owl-dot.active span, 
.owl-scroll-hssc .owl-dots .owl-dot:hover span {
	background: #0074be; 
}


@media (min-width: 992px) {
	.owl-scroll-hssc.owl-carousel.nav-on {
		width: 90%;
		margin: 0 auto;
	}
	.owl-scroll-hssc .owl-nav.disabled + .owl-dots {
		margin-top: 30px; 
	}
}
