#owl-slide .item {
	overflow: hidden;
	max-height: 800px;
}

#owl-slide .owl-item.active img {
	transform: translate3d(0, 0, 0);
	position: relative;
}

#owl-slide .owl-item {
	position: relative;
}

#owl-slide .owl-item::before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000000cf 100%);
	opacity: 0.8;
}

#owl-slides .owl-item::after {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000cf 100%);
	opacity: 0.8;
}

#owl-slides .item img {
	display: block;
	width: 100%;
	height: auto;
	transform: matrix3d(1.12618, 0.000134551, 0, 0, -0.000134551, 1.12618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform-origin: 0% 0% 0px;
	transition: all 15s ease-in-out;
}

.owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	margin-top: -20px;
	opacity: 0;
}

.owl-theme:hover .owl-nav [class*='owl-'] {
	opacity: 1;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

#owl-slides video {
	width: 100%;
	min-width: 100%;
	min-height: 100%;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	left: 50%;
	list-style: outside none none;
	margin-left: -30%;
	padding-left: 0;
	position: absolute;
	width: 60%;
	z-index: 15;
	bottom: 0;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

.owl-prev {
	left: 20px;
	background: rgba(0, 0, 0, 0) url("images/large_left.png") no-repeat scroll 0 0;
}

.owl-prev:hover {
	background: rgba(0, 0, 0, 0) url("images/large_left.png") no-repeat scroll left bottom;
}

.owl-next {
	right: 20px;
	background: rgba(0, 0, 0, 0) url("images/large_right.png") no-repeat scroll 0 0;
}

.owl-next:hover {
	background: rgba(0, 0, 0, 0) url("images/large_right.png") no-repeat scroll left bottom;
}

/* Nội dung slide */
#owl-slide .carousel-caption {
	color: #fff;
	left: 50%;
	margin-left: -50%;
	max-width: 100%;
	box-sizing: border-box;
	position: absolute;
	text-align: center;
	top: 30%;
	width: 100%;
	z-index: 9999;
}

.carousel-caption .large_text {
	max-width: 100%;
	font-size: 37px;
	margin: 0px auto 10px;
	text-align: center;
	animation: 2s ease 0s normal none 1 running fadeInLeft;
	text-transform: uppercase;
	font-weight: 700;
	color: #eeca75;
}

.carousel-caption .small-text {
	font-size: 20px;
	line-height: 25px;
	animation: 2s ease 0s normal none 1 running fadeInRight;
	max-width: 70%;
	margin: auto;
	text-align: center;
}

/* Feel free to change duration  */
.animated {
	-webkit-animation-duration: 1000 ms;
	animation-duration: 1000 ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
	z-index: 1
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
	z-index: 0
}

@media only screen and (max-width: 992px) {
	.carousel-caption .large_text {
		font-size: 27px;
	}

	.carousel-caption .small-text {
		max-width: 85%;
		font-size: 17px;
	}
}

@media only screen and (max-width: 780px) {
	div.carousel-caption .large_text {
		font-size: 25px;
	}

	.owl-carousels .owl-stage-outer {
		height: 360px !important;
	}

	div.carousel-caption .small-text {
		max-width: 80%;
		font-size: 16px;
	}

	#owl-slide .item {
		height: auto;
	}

	.carousel-caption .large_text {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 0;
	}

	.carousel-caption .small-text {
		font-size: 22px;
	}
}

@media only screen and (max-width: 600px) {
	div.carousel-caption .large_text {
		font-size: 17px;
	}

	div.carousel-caption .small-text {
		max-width: 92%;
		font-size: 10px;
		line-height: 17px;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 17px;
		-webkit-line-clamp: 3;
		height: 50px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
}

@media only screen and (max-width: 414px) {

	div.carousel-caption .large_text,
	div.carousel-caption .small-text {
		display: none;
	}
}