/*FullStack by Rocker.vn (since 2008)*/ 
/*bg slider*/
header{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
}
.home-slider{
	height: auto;
	width: 100%;
	position: relative; 
	background: #ffffff;
	overflow: hidden;
	padding-top: 111px
}
.home-slider::before{
	content: ' ';
	position: absolute;
	width: 100vw;
	height: 100vw;
	top: -10vw;
	right: -20vw;
	border-radius: 100%;
	background: rgb(242,242,242);
	background: linear-gradient(326deg, rgba(255, 255, 255, 0) 0%, rgba(239, 239, 239, 0.52) 100%);
	opacity: .4;
	box-shadow: inset -1px 1px 57px 45px #cccccc1f;
}
.home-slider::after{
	content: ' ';
	position: absolute;
	width: 60vw;
	height: 60vw;
	bottom: -20vw;
	right: -20vw;
	border-radius: 100%;
	background: rgb(242,242,242);
	background: linear-gradient(126deg, rgba(255, 255, 255, 0) 0%, rgba(239, 239, 239, 0.52) 100%);
	opacity: .6;
	box-shadow: inset -1px 1px 57px 45px #cccccc17;
}
.home-slider .pri-circle{
	position: absolute;
	width: 60vw;
	height: 60vw;
	top: -20vw;
	left: -20vw;
	border-radius: 100%;
	background: rgb(242,242,242);
	background: linear-gradient(326deg, rgba(255, 255, 255, 0) 0%, rgba(239, 239, 239, 0.52) 100%);
	opacity: .4;
	box-shadow: inset -1px 1px 57px 45px #cccccc1f;
}
.home-slider .pri-items .pri-text{
	width: 40%;
	float: left; 
	padding-top: 150px
}

.home-slider .pri-items .pri-text .pri-title{
	font-size: 45px; 
	letter-spacing: 4px;
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.home-slider .pri-items .pri-text .pri-subtitle{
	font-size: 35px;
	font-weight: bold;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.home-slider .pri-items .pri-text .pri-des{
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	animation-delay: 0.75s;
} 
.home-slider .pri-items .pri-img{
	width: 60%;
	float: right;
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	animation-delay: 0.75s;
}
.home-slider .pri-items .pri-img img{
	max-width: 100%;
	height: auto;
}
.btn-details{
	width: 150px;
	margin-top: 20px;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.btn-details a{
	display: block; 
	padding: 10px 20px;
	position: relative; 
}
.btn-details a::before{
	content: ' ';
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1px; 
	width: calc(100% - 126px);
	display: block; 
}


@media(max-width: 1300px){
	.home-slider .pri-items .pri-text{
		padding-top: 50px
	}
	.home-slider .pri-items .pri-text .pri-title{
		font-size: 30px; 
		letter-spacing: 2px;
	}
	.home-slider .pri-items .pri-text .pri-subtitle{
		font-size: 25px; 
	}
}
@media only screen and (max-width: 1115px) {
	header .right{
		padding-right: 70px
	}
}
@media(max-width: 1030px){ 
	.home-slider .pri-items .pri-text .pri-des{
		display: none;
	} 
}

@media(max-width: 900px){ 
	.home-slider .pri-items .pri-text{
		width: 100%;
		float: none;
		padding-top: 20px;
		padding-bottom: 50px;
		text-align: center;
	}
	.home-slider .pri-items .pri-img{
		width: 100%;
		float: none
	}
	.home-slider .pri-items .pri-text .pri-des{
		display: block;
	} 
	.home-slider  .btn-details{
		margin:20px auto;
	}
	.home-slider  .btn-details a::before{
		display: none;
	}
}

.home-slider .owl-nav button{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 40px !important
}
.home-slider .owl-nav button.owl-prev{ 
	left: -85px; 
}
.home-slider .owl-nav button.owl-next{ 
	right: -85px; 
}

.home-slider .rwl .owl-nav {
	width: 80px;
	float: right;
	margin-top: 0px;
}
.home-slider .rwl .owl-dots {
	width: calc(100%);
	float: none;
	padding: 20px 0;
	position: absolute;
	bottom: 0px;
	text-align: left;
}
@media(max-width: 900px){
	.home-slider .rwl .owl-dots {
		position: relative;
		text-align: center; 
		padding-top: 0px;
		margin-top: 0px
	}
}
.home-slider .rwl .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	line-height: 30px;
	border-radius: 15px;
	border: 2px solid #2e3192;
	margin-right: 9px;
	color: #2e3192;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.home-slider .rwl .owl-dots .owl-dot.active span{
	background: #2e3192;
	color: #000;
	width: 20px;
	border-color: #2e3192; 
}
.home-slider .rwl .owl-dots .owl-dot.active span,.home-slider .rwl .owl-dots .owl-dot:hover span{
	background: #2e3192;
}
.home-slider:after{
	content:' ';
	clear: both;
	display: block;
}
.active .el-animated {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {

	0% {
		opacity: 0;
		-webkit-transform: translateY(56px);
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInUp { 

	0% {
		opacity: 0;
		transform: translateY(56px);
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {

}

.active .el-animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;

		opacity: 0;
	-webkit-transform: translateY(56px);
	transform: translateY(56px);
}

@-webkit-keyframes fadeInLeft {

	0% {
		opacity: 0;
		-webkit-transform: translateX(-56px);
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@keyframes fadeInLeft {

	0% {
		opacity: 0;
		transform: translateX(-56px);
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	opacity: 0;
	-webkit-transform: translateX(-56px);
	transform: translateX(-56px);
}

.active .el-animated.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
/*ed slider*/
.home-des{ 
	color: #ffffff;
	padding: 20px 0
}
/*home box video*/
.home-box-video{
	position: relative;
	height: 550px;
	overflow: hidden; 
}
.home-box-video .video{
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	overflow: hidden;
}
.home-box-video video{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media(max-width: 900px){
	.home-box-video video{
		width: auto;
		height: 100%
	}
}
.home-box-video .video::before{
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000000bf;
	z-index: 1;
}
.home-box-video .video::after{
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #2e3192;
	mix-blend-mode: color;
	z-index: 1;
}
.home-box-video .pri-text{
	position: absolute;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	z-index: 2;
	margin: auto;
	left: 0;
	right: 0;
	color: #fff; 
}
.home-box-video .pri-text .pri-title{
	font-size: calc(100% + 10px);
	text-transform:uppercase;
	font-weight: bolder;
	margin-bottom: 10px;
	position: relative; 
}
.home-box-video .pri-text .pri-title span{ 
	font-weight: bolder;
}
.home-box-video .pri-text .pri-title,
.home-box-video .pri-text .pri-des{
	max-width: 650px;
	margin: 10px auto;
}
.home-box-video .pri-text .pri-title::after{
	content: ' ';
	position: absolute;
	width: 100px;
	height: 1px;
	background: #fff;
	left: 0;
	right: 0;
	bottom: -6px;
	margin: auto;
}
.home-list-strong{
	margin-top: 30px
}
.home-list-strong .pri-items{
	width: calc(25% - 10px);
	float: left;
	margin:10px 5px;
}
.home-list-strong .pri-items img{
	width: auto;
	height: 80px;
}
.home-list-strong .pri-items .pri-large{
	font-size: 40px;
	font-weight: bold;
}

.home-list-strong .pri-items .pri-small{

}
@media(max-width: 800px){
	.home-box-video .pri-text .pri-title span{
		display: block;
		font-size: 50px;
		color: #a6ce39;
	}
	.home-box-video{
		height: 800px;
	}
	.home-list-strong .pri-items{
		width: calc(50% - 10px)
	}
	.home-box-video .pri-text{
		padding: 30px;
	}
}
@media(max-width: 400px){
	.home-box-video{
		height: 970px;
	}
	.home-list-strong .pri-items .pri-large {
    font-size: 27px;
	}
}
/*ed home box video*/
/*bg gallery*/
.home-gallery{
	display: flow-root; 
	margin: 50px 0;
	padding-bottom: 100px
}
.list-json-gallery{

}
.list-json-gallery .items{
	cursor: pointer;
	position: relative;
	width: 20%;
	float: left;
	padding: 2.5px 
}
@media(max-width: 600px){
	.list-json-gallery .items{
		width: 33.3%
	}
}
.list-json-gallery .items::after{
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #72be50;
	opacity: 0;
	mix-blend-mode: color;
}
.list-json-gallery .items:hover::after{
	opacity: 1;
}
.list-json-gallery .items .img{ 
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.list-json-gallery .items .img img{
	position: relative;
	width: 100%;
	height: auto
}

.list-json-gallery .items .img .icon {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: absolute;
	background: rgba(113, 190, 79, 0.65);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;  
	z-index: 2;
	font-size: 25px;
	line-height: 35px;
	color: #71bf44;
	pointer-events: none;
	cursor: pointer; 
}
.list-json-gallery .items .img .icon i{
	position: absolute;
	z-index: 9;
	color: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 42px;
}
.list-json-gallery .active .items .img .icon {
	opacity: 1
} 
/*ed gallery*/
/*bg home-sample*/
.home-sample{
	display: flow-root; 
	margin: 50px 0; 
}
.home-sample .items{
	position: relative;
	margin: 10px;
}
.home-sample .items .title{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.home-sample .items .title a{ 
	background: #3d4a44ad;
	margin: auto;
	color: #fff;
	padding: 10px;
	padding-bottom: 20px;
	display: block;
	width: 100%;
	border-top-style: solid;
	border-top-width: 1px
}
.home-sample .rwl .owl-dots {
	width: calc(100%);
	float: none;
	padding: 20px 0;
	position: relative;
	bottom: 0px;
	text-align: center;
}
@media(max-width: 900px){
	.home-sample .rwl .owl-dots {
		position: relative;
		text-align: center; 
		padding-top: 0px;
		margin-top: 0px
	}
}
.home-sample .rwl .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	line-height: 30px;
	border-radius: 15px;
	border: 2px solid #a6ce39;
	margin-right: 9px;
	color: #a6ce39;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.home-sample .rwl .owl-dots .owl-dot.active span{
	background: #a6ce39;
	color: #000;
	width: 20px;
	border-color: #a6ce39; 
}
.home-sample .rwl .owl-dots .owl-dot.active span,.home-sample .rwl .owl-dots .owl-dot:hover span{
	background: #a6ce39;
}
/*ed home-sample*/