/*
Primary Color : #21356e / #4169e1
Secondary Color : #8cc441
Accent Color 1 : #42823c
Accent Color 2 : #909ab7
Accent Color 3 : #182750
*/

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Droid+Sans');
@import url('https://fonts.googleapis.com/css?family=Droid+Sans');


*{
	font-family: 'Roboto', 'Open Sans', arial;
	font-size:	14px;
}
body{
	padding: 0px;
	margin: 0px;
	text-align:	left;
	overflow: hidden;
	overflow-y: auto;
	background: #E9EBEE;
}
a{
	text-decoration: none;
	color: #21356e;
}
a:hover{
	color: #8cc542;
}
noscript{
	color: #fff;
	font-weight: bold;
}
input,
select,
textarea{
	padding: 5px 10px;
	border: 1px #e9ebee solid;
	border-radius: 5px;
	box-sizing: border-box;
}
select{
	padding: 4px 10px;
}
input[disabled]{
	background: #ccc;
	cursor: no-drop;
}
input.error{
	border-color: #21356e;
}
select option{
	background: #fff;
	padding: 10px;
}
textarea{
	max-width: 100%;
	width: 100%;
	min-height: 100px;
}
.informasi{
	background: rgba(0,0,0,.44);
	position: fixed;
	z-index: 999999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}
.infoQRCODE{
	width: 400px;
	max-width: 100%;
}
.informasiSukses .informasiJudul .fa{
	display: inline-block;
	margin-right: 10px;
	margin-top: 4px;
	-webkit-animation: pulse-aqua 1s infinite;
	animation: pulse-aqua 1s infinite;
	-webkit-box-shadow: 0 0 0 0 #009F2D;
			box-shadow: 0 0 0 0 #009F2D;
	background: #009F2D;
	color: #009F2D;
	border-radius: 100%;
	height: 12px;
	width: 12px;
	padding: 0px;
	text-align: center;
	z-index: 1;
}
.informasiAlert .informasiJudul .fa{
	display: inline-block;
	margin-right: 10px;
	margin-top: 4px;
	-webkit-animation: pulse-aqua 1s infinite;
	animation: pulse-aqua 1s infinite;
	-webkit-box-shadow: 0 0 0 0 #8cc441;
			box-shadow: 0 0 0 0 #8cc441;
	background: #8cc441;
	color: #8cc441;
	border-radius: 100%;
	height: 12px;
	width: 12px;
	text-align: center;
	padding: 0px;
	z-index: 1;
}
.informasiGagal .informasiJudul .fa{
	display: inline-block;
	margin-right: 10px;
	margin-top: 4px;
	-webkit-animation: pulse-aqua 1s infinite;
	animation: pulse-aqua 1s infinite;
	-webkit-box-shadow: 0 0 0 0 #f00000;
			box-shadow: 0 0 0 0 #f00000;
	background: #f00000;
	color: #f00000;
	border-radius: 100%;
	height: 12px;
	width: 12px;
	text-align: center;
	padding: 0px;
	z-index: 1;
}
.informasiGagal .informasiTombolTutup{
	background: #8cc441;
}
.informasiAlert .informasiTombolTutup{
	background: #FFFF00;
}
.informasiSukses .informasiTombolTutup{
	background: #009F2D;
}
.informasiTutup{

}
.informasiHideClose .informasiJudul{
	font-size: 16px;
	top: -5px;
	position: relative;
}
.informasiHideClose .informasiDeskripsi{
	display: none;
}
.informasiHideClose .informasiTutup{
	display: none;
}
.informasiHideClose .informasiIsiKonten{
	padding-top: 0px;
	min-height: 0px;
}
.informasiHideClose .informasiJudul{
	top: 0px;
}
.informasi table,
.informasi table tr,
.informasi table tr td{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
}
.informasiIsiKonten{
	display: inline-block;
	min-width: 350px;
	min-height: 50px;
	box-sizing: border-box;
	position: relative;
	texdt-align: left;
}

.informasiTombolTutup{
	height: 40px;
	width: 40px;
	background: #ccc;
	position: absolute;
	top: -20px;
	right: -20px;
	cursor: pointer;
	border: 5px #202225 solid;
	border-radius: 100%;
	box-sizing: border-box;
	transition: 0.3s;
}
.informasiTombolTutup .fa{
	margin-top: 2px;
	font-size: 20px;
	transition: 0.3s;
	color: #202225;
}
.informasiTombolTutup:hover{
	background: #2f3136;
}
.informasiTombolTutup:hover .fa{
	color: #8cc441;
}

.informasiTombolTutupMiddle{
	width: 100%;
	display: block;
	box-sizing: border-box;
}


.informasiTombol{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-top: 1px #000 solid;
	position: absolute;
	top: 100%;
	left: 0%;
	background: #303030;
	text-align: right;
	display: none;
}
.informasiTombol button{
	background: #8cc441;
	padding: 10px 20px;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s;
}
.informasiJudul{
	font-size: 14px;
	color: #aaa;
	text-align: left;
	background: #202225;
	border-bottom: 1px solid rgba(0,0,0,.14);
	border-radius: 3px 3px 0 0;
	padding: 10px 12px;
}
.informasiIsi{

}
.informasiDeskripsi{
	text-align: center;
	color: #aaa;
	padding: 15px;
	background: #2F3136;
}
.informasiDeskripsi a{
	color: #8cc441;
}
.informasiDeskripsi a:hover{
	color: #fff;
}


.containerLoading{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.64);
	box-sizing: border-box;
	overflow: hidden;
	z-index: 999998;
}
.cssload-loader {
		width: 49px;
		height: 49px;
		border-radius: 50%;
		margin: 3em;
		display: inline-block;
		position: relative;
		vertical-align: middle;
}

.cssload-loader {
		width: 49px;
		height: 49px;
		border-radius: 50%;
		margin: 3em;
		display: inline-block;
		position: relative;
		vertical-align: middle;
}
.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
		animation: 0.3s infinite ease-in-out;
		-o-animation: 0.3s infinite ease-in-out;
		-ms-animation: 0.3s infinite ease-in-out;
		-webkit-animation: 0.3s infinite ease-in-out;
		-moz-animation: 0.3s infinite ease-in-out;
}
.cssload-loader:before,
.cssload-loader:after {
		width: 100%; 
		height: 100%;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 0;
}

.cssload-loader:before,
.cssload-loader:after {
		content: "";
}
.cssload-loader:before {
		border: 1px solid #fff;
		top: -1px;
		left: -1px;
		opacity: 0;
		animation-name: cssload-pulse;
		-o-animation-name: cssload-pulse;
		-ms-animation-name: cssload-pulse;
		-webkit-animation-name: cssload-pulse;
		-moz-animation-name: cssload-pulse;
}
.cssload-loader:after {
	background-color: #fff;
	background-image: url('/images/favicon.png');
	animation-name: cssload-pulse-2;
	-o-animation-name: cssload-pulse-2;
	-ms-animation-name: cssload-pulse-2;
	-webkit-animation-name: cssload-pulse-2;
	-moz-animation-name: cssload-pulse-2;
	background-size: 70%;
	background-position: center center;
	background-repeat: no-repeat;
}


@-webkit-keyframes pulse-aqua {
	0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	}
	70% {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: 0 0 0 25px rgba(19, 227, 244, 0);
			box-shadow: 0 0 0 25px rgba(19, 227, 244, 0); 
	background: transparent;
	}
	100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: 0 0 0 0 rgba(19, 227, 244, 0);
			box-shadow: 0 0 0 0 rgba(19, 227, 244, 0); 
	background: transparent;
	}
}

@keyframes pulse-aqua {
	0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	}
	70% {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: 0 0 0 25px rgba(19, 227, 244, 0);
			box-shadow: 0 0 0 25px rgba(19, 227, 244, 0); 
	background: transparent;
	}
	100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: 0 0 0 0 rgba(19, 227, 244, 0);
			box-shadow: 0 0 0 0 rgba(19, 227, 244, 0); 
	background: transparent;
	}
}

@keyframes cssload-pulse {
	0% { transform: scale(1); opacity: 1; }
	50% { transform: scale(1.3); opacity: 0; }
	100% { transform: scale(1.3); opacity: 0; }
}

@-o-keyframes cssload-pulse {
	0% { -o-transform: scale(1); opacity: 1; }
	50% { -o-transform: scale(1.3); opacity: 0; }
	100% { -o-transform: scale(1.3); opacity: 0; }
}

@-ms-keyframes cssload-pulse {
	0% { -ms-transform: scale(1); opacity: 1; }
	50% { -ms-transform: scale(1.3); opacity: 0; }
	100% { -ms-transform: scale(1.3); opacity: 0; }
}

@-webkit-keyframes cssload-pulse {
	0% { -webkit-transform: scale(1); opacity: 1; }
	50% { -webkit-transform: scale(1.3); opacity: 0; }
	100% { -webkit-transform: scale(1.3); opacity: 0; }
}

@-moz-keyframes cssload-pulse {
	0% { -moz-transform: scale(1); opacity: 1; }
	50% { -moz-transform: scale(1.3); opacity: 0; }
	100% { -moz-transform: scale(1.3); opacity: 0; }
}

@keyframes cssload-pulse-2 {
	0% { transform: scale(1); }
	50% { transform: scale(0.7); }
	100% { transform: scale(1); }
}

@-o-keyframes cssload-pulse-2 {
	0% { -o-transform: scale(1); }
	50% { -o-transform: scale(0.7); }
	100% { -o-transform: scale(1); }
}

@-ms-keyframes cssload-pulse-2 {
	0% { -ms-transform: scale(1); }
	50% { -ms-transform: scale(0.7); }
	100% { -ms-transform: scale(1); }
}

@-webkit-keyframes cssload-pulse-2 {
	0% { -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(0.7); }
	100% { -webkit-transform: scale(1); }
}

@-moz-keyframes cssload-pulse-2 {
	0% { -moz-transform: scale(1); }
	50% { -moz-transform: scale(0.7); }
	100% { -moz-transform: scale(1); }
}


.header_top{
	text-align: center;
	background: #E9EBEE;
	border-bottom: 1px rgba(0,0,0,.05) solid;
}
.header_top .wrapper{
	padding: 0px;
}
.header_top_menu{
	padding: 3px 10px;
	color: #949494;
	font-size: 12px;
	box-sizing: border-box;
	border-right: 1px rgba(0,0,0,.05) solid;
}
.header_top_menu:last-child{
	border-right: none;

}
.header_top_menu .fa{
	color: #8cc441;
}


.header_middle{
	text-align: center;
	background: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}
.header_middle_menu{
	margin-left: 20px;
	color: #8cc441;
}
.header_middle_menu:hover{
	color: #646464;
}
.header_middle_menu_icon *{
	font-size: 30px;
}
.header_middle_menu_icon{
	padding-right: 10px;
}
.header_middle_menu_title{
	font-weight: bold;
	white-space: nowrap;
	color: #646464;
}
.header_middle_menu_desc{
	font-weight: bold;
	white-space: nowrap;
	color: #949494;
}
.header_middle_menu_button{
	padding: 10px 15px;
	white-space: nowrap;
	border-radius: 5px;
	background: #8cc441;
	color: #fff;
	font-weight: bold;
}
.header_middle_menu_button:hover{
	color: #21356e;
}

.header_bottom{
	text-align: center;
	background: #21356e;

}
.header_bottom .wrapper{
	padding: 0px;
}
.header_bottom_menu{
	padding: 15px 20px;
	color: #fff;
	position: relative;
	font-weight: bold;
}
.header_bottom_menu:after{
	content: '';
	width: 1px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: -0.5px;
	background: #313131;
}


.footer{
	background: #fff;
	border-top: 0.5px rgba(0,0,0,.1) solid;
}
.footer_1 a{
	display: block;
	text-decoration: none;
	color: #21356e;
}
.footer_section{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px #ddd solid;
	font-weight: bold;
	color: #8cc441;
}
.footer_2{
	background: #f6f6f6;
	border-top: 1px #ddd solid;
}
.footer_2 a{
	display: block;
	text-decoration: none;
	color: #21356e;
}
.footer_1 a:hover,
.footer_2 a:hover{
	color: #4169e1;
}
.footer_3{
	background: #21356e;
}
.footer_security{
	display: block;
	max-width: 100%;
	margin-bottom: 10px;
}
.footer_security img{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
.footer_4{
	background: #152552;
	color: #fff;
}
.footer_4_menu a{
	color: #8cc441;
	display: inline-block;
}
.footer_4_menu a:hover{
	color: #fff;
}
.footer_4_menu a:after{
	content: '';
	width: 1px;
	height: 10px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	background: #fff;
	position: ;
}
.footer_4_menu a:last-child:after{
	display: none;
}
.footer_4_sosmed a{
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #8cc441;
	border-radius: 5px;
	background: #21356e;
	margin-right: 10px;
}
.footer_4_sosmed a *{
	font-size: 25px
}
.footer_4_sosmed a:hover{
	color: #fff;
	background: #4169e1;
}
.footer_awards img{
	max-height: 100px;
	margin-left: 50px;
}
.footer_live_chats{
	height: 100%;
	width: 100%;
}
.footer_live_chat{
	height: 75px;
	width: 300px;
	box-sizing: border-box;
	border-radius: 10px;
	background: #21356e;
	margin-bottom: 10px;
	cursor: pointer;
}
.footer_live_chat:hover{
	background: #4169e1;
}
.footer_live_chat_icon{
	width: 75px;
	height: 75px;
	min-width: 75px;
	box-sizing: border-box;
	border-right: 1px rgba(0,0,0,.2) solid;
}
.footer_live_chat_icon *{
	font-size: 40px;
	color: #fff;
}
.footer_live_chat_name{
	font-size: 20px;
	color: #8cc441;
}
.footer_live_chat_title{
	font-size: 12px;
	color: #fff;
}


.home_b .wrapper{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100% center;
}
.home_a_image{
	width: 700px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.pageTitle{
	font-weight: bold;
	font-size: 32px;
	position: relative;
	display: inline-block;
}
.pageTitle:after{
	content: '';
	width: 25%;
	height: 3px;
	background: #8cc441;
	position: absolute;
	top: 100%;
	left: 0px;
}
.pageTitle:before{
	content: '';
	width: 100%;
	height: 1px;
	background: #8cc441;
	position: absolute;
	margin-top: 2px;
	top: 100%;
	left: 0px;
}
.bg-full{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wrapperFullWindow{
	position: relative;
	z-index: 1;
}
.wrapperFullWindow_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: -1;
}
.home_slider{
	width: 100%;
	height: 500px;
	position: relative;
}
.home_slider_wrap{
	width: 100%;
	height: 100%;
	background: red;
	overflow: hidden;
	overflow-X: hidden;
	position: relative;
}
.home_slider_list{
	width: 100%;
	height: 100%;
	background: green;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home_slider_main{
	height: 100%;
	width: 500%;
	position: relative;
	left: 0px;
	top: 0px;
	transition: 1s;
}
.home_slider_tools{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
}
.home_slider_tool{
	width: 40px;
	height: 40px;
	background: #8cc441;
	position: absolute;
	top: 210px;
	z-index: 2;
	cursor: pointer;
}
.home_slider_tool:hover{
	background: #21356e;
	color: #fff;
}
.home_slider_tool .fa{
	font-size: 15px;
	color: #242424;
}
.home_slider_tool:hover .fa{
	color: #fff;

}
.home_slider_back{
	left: 0px;
}
.home_slider_next{
	right: 0px;
}
.home_slider_list_title{
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
.home_slider_list_title span{
	font-size: 50px;
	font-weight: bold;
	color: #8cc441;
}
.home_slider_list_desc{
	color: #fff;

}
.button{
	padding: 10px 20px;
	box-sizing: border-box;
	border: 3px transparent solid;
	background: #8cc441;
}
.button-line{
	background: transparent;
	border: 3px #fff solid;
}



.home_core{
	position: relative;
	height: 300px;
	padding: 50px;
	background-image: url('../images/wallpaper/3.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background: transparent;
	border-radius: 10px;
}
.home_core:after{
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	top: 0px;
	left: 0px;
	position: absolute;
	border-radius: 10px;
	opacity: 0.9;
	display: none;
}
.home_core_brands{
	position: relative;
	z-index: 1;
}
.home_core_brand{
	height: 240px;
	width: 160px;
	margin: 10px;
	position: relative;
	z-index: 1;
}
.home_core_brand:before{
	content: '';
	width: 100%;
	height: 90%;
	background: rgba(0,0,0,.2);
	border-radius: 10px;
	box-sizing: border-box;
	position: absolute;
	top: 5%;
	z-index: -9999999;
	display: block;
	transition: 0.3s;
}
.home_core_brand_wrapper{
	width: 100%;
	height:	100%;
	position: absolute;
	top: 0;
	left: 0;

	background-color: #8cc441;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;

}
.home_core_brand:nth-child(1),
.home_core_brand:nth-child(2){
	transform: perspective(400px) rotateY(15deg);
	opacity: 0.5;
}
.home_core_brand:nth-child(5),
.home_core_brand:nth-child(6){
	transform: perspective(400px) rotateY(-15deg);
	opacity: 0.5;
}
.home_core_brand:nth-child(3),
.home_core_brand:nth-child(4){
	height: 300px;
	width: 200px;
	margin-top: 0px;
	z-index: 2;
}
.home_core_brand:nth-child(3):before{
	left: 0px;
}
.home_core_brand:nth-child(4):before{
	right: 0px;
}
.home_core_brand:nth-child(3){
	transform: perspective(400px) rotateY(0deg);
	transition: 0.5s;
}
.home_core_brand:hover:nth-child(3){
	transform: perspective(400px) rotateY(15deg);
}
.home_core_brand:hover:nth-child(3):before{
	left: -10px;
}
.home_core_brand:nth-child(2):before,
.home_core_brand:nth-child(1):before{
	left: -10px;
}
.home_core_brand:nth-child(4){
	transform: perspective(400px) rotateY(0deg);
	transition: 0.5s;
}
.home_core_brand:hover:nth-child(4){
	transform: perspective(400px) rotateY(-15deg);
}
.home_core_brand:hover:nth-child(4):before{
	left: unset;
	right: -10px;
}
.home_core_brand:nth-child(5):before,
.home_core_brand:nth-child(6):before{
	left: unset;
	right: -10px;
}
.home_core_brand_t{
	width: 100%;
	display: none;
	box-sizing: border-box;
	position: relative;
	left: -20%;
	bottom: -60px;
	text-align: left;
}
.home_core_brand:nth-child(3) .home_core_brand_t,
.home_core_brand:nth-child(4) .home_core_brand_t{
	display: block;
}
.home_core_brand:nth-child(4) .home_core_brand_t{
	left: unset;
	right: -20%;
	text-align: right;
}
.home_core_brand_title{
	font-size: 40px;
	text-shadow: 2px 2px 1px rgba(0,0,0,.5);
	display: block;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}
.home_core_brand_tagline{
	font-size: 14px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
	display: block;
	color: #fff;
	font-weight: bold;
	padding-left: 35px;
	box-sizing: border-box;
	white-space: nowrap;
	position: relative;
}
.home_core_brand:nth-child(4) .home_core_brand_tagline{
	padding-left: 0px;
	padding-right: 35px;
	direction: rtl;
}
.home_core_brand_tagline:before{
	content: '';
	width: 25px;
	height: 5px;
	background: #21356e;
	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 50%;
	border-radius: 3px;
}
.home_core_brand:nth-child(4) .home_core_brand_tagline:before{
	left: unset;
	right: 0px;

}

.home_core_pagination{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0%;
	z-index: 4;
}
.home_core_back,
.home_core_next{
	width: 40px;
	height: 40px;
	background: transparent;
	position: absolute;
	top: 180px;
	cursor: pointer;
}
.home_core_back:hover *,
.home_core_next:hover *{
	color: #8cc441;
}
.home_core_back *,
.home_core_next *{
	font-size: 30px;
	color: #21356e;
}
.home_core_back{
	left: -40px;
}
.home_core_next{
	right: -40px;
}




@keyframes home_core_anA {
	0% {
	width: 200px;
	height: 300px;
	transform: perspective(400px) rotateY(0deg);
	opacity: 1;
	left: 0px;
	}
	100% {
	width: 160px;
	height: 240px;
	transform: perspective(400px) rotateY(15deg);
	opacity: 0.5;
	left: -360px;
	}
}
.home_e.animated .home_core_brand:nth-child(3),
.home_e.animated .home_core_brand:nth-child(4){
	animation: home_core_anA 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_anA 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 0.7s;
}

@keyframes home_core_anB {
	0% {
	opacity: 1;
	top: 0px;
	}
	100% {
	opacity: 0;
	top: -50px;
	}
}
.home_e.animated .home_core_brand:nth-child(3) .home_core_brand_title,
.home_e.animated .home_core_brand:nth-child(4) .home_core_brand_title{
	animation: home_core_anB 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_anB 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 0.7s;
	position: relative;
}
@keyframes home_core_anC {
	0% {
	opacity: 1;
	top: 0px;
	}
	100% {
	opacity: 0;
	top: -50px;
	}
}
.home_e.animated .home_core_brand:nth-child(3) .home_core_brand_tagline,
.home_e.animated .home_core_brand:nth-child(4) .home_core_brand_tagline{
	animation: home_core_anC 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_anC 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 0.35s;
	position: relative;
}




@keyframes home_core_anD {
	0% {
	transform: perspective(400px) rotateY(15deg);
	left: 0px;
	}
	100% {
	left: 800px;
	transform: perspective(400px) rotateY(-15deg);
	}
}
.home_e.animated .home_core_brand:nth-child(2){
	animation: home_core_anD 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_anD 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 0.7s;
}
@keyframes home_core_anDD {
	0% {
	transform: perspective(400px) rotateY(15deg);
	left: 0px;
	}
	100% {
	left: 800px;
	transform: perspective(400px) rotateY(-15deg);
	}
}
.home_e.animated .home_core_brand:nth-child(1){
	animation: home_core_anDD 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_anDD 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 0.7s;
}




@keyframes home_core_anE {
	0% {
	height: 240px;
	width: 160px;
	left: 0px;
	z-index: 1;
	opacity: 0.5;
	transform: perspective(400px) rotateY(-15deg);
	}
	100% {
	height: 300px;
	width: 200px;
	left: -360px;
	z-index: 4;
	opacity: 1;
	transform: perspective(400px) rotateY(0deg);
	}
}
.home_e.animated .home_core_brand:nth-child(5){
	animation: home_core_anE 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_anE 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 0.7s;
}

@keyframes home_core_anEE {
	0% {
	height: 240px;
	width: 160px;
	left: 0px;
	z-index: 1;
	opacity: 0.5;
	transform: perspective(400px) rotateY(-15deg);
	}
	100% {
	height: 300px;
	width: 200px;
	left: -360px;
	z-index: 4;
	opacity: 1;
	transform: perspective(400px) rotateY(0deg);
	}
}
.home_e.animated .home_core_brand:nth-child(6){
	animation: home_core_anEE 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_anEE 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 0.7s;
}


@keyframes home_core_anF {
	0% {
	opacity: 0;
	top: -50px;
	}
	100% {
	opacity: 1;
	top: 0px;
	}
}
.home_e.animated .home_core_brand:nth-child(5) .home_core_brand_t,
.home_e.animated .home_core_brand:nth-child(6) .home_core_brand_t{
	display: block;
}
.home_e.animated .home_core_brand:nth-child(6) .home_core_brand_t{
	left: unset;
	right: -20%;
	text-align: right;
}
.home_e.animated .home_core_brand:nth-child(6) .home_core_brand_tagline{
	padding-left: 0px;
	padding-right: 35px;
	direction: rtl;
}
.home_e.animated .home_core_brand:nth-child(6) .home_core_brand_tagline:before{
	left: unset;
	right: 0px;
}


.home_e.animated .home_core_brand:nth-child(5) .home_core_brand_tagline,
.home_e.animated .home_core_brand:nth-child(6) .home_core_brand_tagline{
	opacity: 0;
	top: -50px;
}

.home_e.animated .home_core_brand:nth-child(5) .home_core_brand_title,
.home_e.animated .home_core_brand:nth-child(6) .home_core_brand_title{
	opacity: 0;
	top: -50px;
}
.home_e.animated .home_core_brand:nth-child(5) .home_core_brand_title,
.home_e.animated .home_core_brand:nth-child(6) .home_core_brand_title{
	animation: home_core_anF 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_anF 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 1.05s;
	position: relative;
}
@keyframes home_core_anG {
	0% {
	opacity: 0;
	top: -50px;
	}
	100% {
	opacity: 1;
	top: 0px;
	}
}
.home_e.animated .home_core_brand:nth-child(5) .home_core_brand_tagline,
.home_e.animated .home_core_brand:nth-child(6) .home_core_brand_tagline{
	animation: home_core_anG 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_anG 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 1.4s;
	position: relative;
}


@keyframes home_core_anH {
	0% {
	top: 0px;
	filter: blur(2px);
	}
	50% {
	top: 0%;
	filter: blur(50px);
	}
	100% {
	top: 0px;
	filter: blur(2px);
	}
}
.home_e.animated .home_e_bg_1{
	animation: home_core_anH 1.4s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_anH 1.4s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	position: absolute;
}
@keyframes home_core_anHH {
	0% {
	top: 0px;
	filter: blur(2px);
	}
	50% {
	top: 0%;
	filter: blur(50px);
	}
	100% {
	top: 0px;
	filter: blur(2px);
	}
}
.home_e.animated .home_e_bg_2{
	animation: home_core_anHH 1.4s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_anHH 1.4s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	position: absolute;
}



@keyframes home_core_back_anA {
	0% {
	width: 200px;
	height: 300px;
	transform: perspective(400px) rotateY(0deg);
	opacity: 1;
	left: 0px;
	}
	100% {
	width: 160px;
	height: 240px;
	transform: perspective(400px) rotateY(-15deg);
	opacity: 0.5;
	left: 360px;
	}
}
.home_e.animatedBack .home_core_brand:nth-child(3),
.home_e.animatedBack .home_core_brand:nth-child(4){
	animation: home_core_back_anA 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_back_anA 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 0.7s;
}

@keyframes home_core_back_anB {
	0% {
	opacity: 1;
	top: 0px;
	}
	100% {
	opacity: 0;
	top: -50px;
	}
}
.home_e.animatedBack .home_core_brand:nth-child(3) .home_core_brand_title,
.home_e.animatedBack .home_core_brand:nth-child(4) .home_core_brand_title{
	animation: home_core_back_anB 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_back_anB 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 0.7s;
	position: relative;
}
@keyframes home_core_back_anC {
	0% {
	opacity: 1;
	top: 0px;
	}
	100% {
	opacity: 0;
	top: -50px;
	}
}
.home_e.animatedBack .home_core_brand:nth-child(3) .home_core_brand_tagline,
.home_e.animatedBack .home_core_brand:nth-child(4) .home_core_brand_tagline{
	animation: home_core_back_anC 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_back_anC 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 0.35s;
	position: relative;
}




@keyframes home_core_back_anD {
	0% {
	transform: perspective(400px) rotateY(-15deg);
	left: 0px;
	}
	100% {
	left: -800px;
	transform: perspective(400px) rotateY(15deg);
	}
}
.home_e.animatedBack .home_core_brand:nth-child(6){
	animation: home_core_back_anD 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_back_anD 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 0.7s;
}
@keyframes home_core_back_anDD {
	0% {
	transform: perspective(400px) rotateY(-15deg);
	left: 0px;
	}
	100% {
	left: -800px;
	transform: perspective(400px) rotateY(15deg);
	}
}
.home_e.animatedBack .home_core_brand:nth-child(5){
	animation: home_core_back_anDD 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_back_anDD 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 0.7s;
}




@keyframes home_core_back_anE {
	0% {
	height: 240px;
	width: 160px;
	left: 0px;
	z-index: 1;
	opacity: 0.5;
	transform: perspective(400px) rotateY(15deg);
	}
	100% {
	height: 300px;
	width: 200px;
	left: 360px;
	z-index: 4;
	opacity: 1;
	transform: perspective(400px) rotateY(0deg);
	}
}
.home_e.animatedBack .home_core_brand:nth-child(1){
	animation: home_core_back_anE 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_back_anE 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 0.7s;
}

@keyframes home_core_back_anEE {
	0% {
	height: 240px;
	width: 160px;
	left: 0px;
	z-index: 1;
	opacity: 0.5;
	transform: perspective(400px) rotateY(15deg);
	}
	100% {
	height: 300px;
	width: 200px;
	left: 360px;
	z-index: 4;
	opacity: 1;
	transform: perspective(400px) rotateY(0deg);
	}
}
.home_e.animatedBack .home_core_brand:nth-child(2){
	animation: home_core_back_anEE 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_back_anEE 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 0.7s;
}


@keyframes home_core_back_anF {
	0% {
	opacity: 0;
	top: -50px;
	}
	100% {
	opacity: 1;
	top: 0px;
	}
}
.home_e.animatedBack .home_core_brand:nth-child(1) .home_core_brand_t,
.home_e.animatedBack .home_core_brand:nth-child(2) .home_core_brand_t{
	display: block;
}
.home_e.animatedBack .home_core_brand:nth-child(2) .home_core_brand_t{
	left: unset;
	right: -20%;
	text-align: right;
}
.home_e.animatedBack .home_core_brand:nth-child(2) .home_core_brand_tagline{
	padding-left: 0px;
	padding-right: 35px;
	direction: rtl;
}
.home_e.animatedBack .home_core_brand:nth-child(2) .home_core_brand_tagline:before{
	left: unset;
	right: 0px;
}


.home_e.animatedBack .home_core_brand:nth-child(1) .home_core_brand_tagline,
.home_e.animatedBack .home_core_brand:nth-child(2) .home_core_brand_tagline{
	opacity: 0;
	top: -50px;
}

.home_e.animatedBack .home_core_brand:nth-child(1) .home_core_brand_title,
.home_e.animatedBack .home_core_brand:nth-child(2) .home_core_brand_title{
	opacity: 0;
	top: -50px;
}
.home_e.animatedBack .home_core_brand:nth-child(1) .home_core_brand_title,
.home_e.animatedBack .home_core_brand:nth-child(2) .home_core_brand_title{
	animation: home_core_back_anF 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_back_anF 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 1.05s;
	position: relative;
}
@keyframes home_core_back_anG {
	0% {
	opacity: 0;
	top: -50px;
	}
	100% {
	opacity: 1;
	top: 0px;
	}
}
.home_e.animatedBack .home_core_brand:nth-child(1) .home_core_brand_tagline,
.home_e.animatedBack .home_core_brand:nth-child(2) .home_core_brand_tagline{
	animation: home_core_back_anG 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_back_anG 0.7s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 1.4s;
	position: relative;
}


@keyframes home_core_back_anH {
	0% {
	top: 0px;
	filter: blur(2px);
	}
	50% {
	top: 0%;
	filter: blur(50px);
	}
	100% {
	top: 0px;
	filter: blur(2px);
	}
}
.home_e.animatedBack .home_e_bg_1{
	animation: home_core_back_anH 1.4s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_back_anH 1.4s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	position: absolute;
}
@keyframes home_core_back_anHH {
	0% {
	top: 0px;
	filter: blur(2px);
	}
	50% {
	top: 0%;
	filter: blur(50px);
	}
	100% {
	top: 0px;
	filter: blur(2px);
	}
}
.home_e.animatedBack .home_e_bg_2{
	animation: home_core_back_anHH 1.4s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_core_back_anHH 1.4s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	position: absolute;
}
.home_e {
	position: relative;
	box-sizing: border-box;
}



.home_brands_wrapper{

}

.home_brands_list{
	position: relative;
	width: 11%; 
	height: 100px;
	background-color: #fff;
	background-image: none;
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.3	s;
	margin: 10px;
	border-radius: 5px;
	transition: 0.5s;
	cursor: pointer;
}
#home .home_brands_list{
	width: 7%;
}
.home_brands_list.actived{
	transform: scale(1);
	background-color: #8cc441;
	border-radius: 5px 0px 0px 5px;
	margin-right: 210px;
}
.home_brands_list_content{
	background: #8cc441;
	position: absolute;
	top: 0%;
	left: 100%;
	padding: 10px;
	width: 0px;
	height: 100px;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 0px 5px 5px 0px;
	color: #21356e;
	font-weight: bold;
	opacity: 0;
	transition: 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home_brands_list.actived .home_brands_list_content{
	width: 200px;
	opacity: 1;
}

.home_brands_list_content:after{
	content: '';
	width: 0px;
	border-left: 1px #fff dashed;
	height: 80%;
	background: transparent;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -20%;
}
.home_brands_list_content a{
	color: #21356e;
}
.home_brands_list_content a:hover{
	color: #fff;
}

.home_artikel_1{
	border-radius: 10px;
	background: #21356e;
	width: 100%;
	height: 320px;
	box-sizing: border-box;
	position: relative;
	margin-top: 150px;
	padding-top: 160px;
}
.home_artikel_1_content{
	padding: 20px;
	text-align: justify;
	color: #fff;
}
.home_artikel_1_content *{
	color: #21356e !important;
}
.home_artikel_1_image{
	width: 80%;
	height: 300px;
	position: absolute;
	top: -160px;
	left: 10%;
	border-radius: 10px;
	background-color: #8cc441;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 10px 10px 1px rgba(0,0,0,.2);
}
.home_artikel_1_title{
	font-weight: bold;
	font-size: 20px;
	color: #8cc441 !important;
}
.home_artikel_1_title span{
	color: #21356e !important;
	display: block;
	font-size: 12px;
	margin-bottom: 0px;
}



.home_artikel_2{
	width: 100%;
	box-sizing: border-box;
	padding-left: 150px;
	margin-bottom: 20px;
}
.home_artikel_2_wrapper{
	padding: 20px;
	padding-left: 110px;
	background: #21356e;
	border-radius: 10px;
	height: 230px;
	position: relative;
	box-sizing: border-box;
}
.home_artikel_2_content_wrapper{
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.home_artikel_2_content{
	text-align: justify;
	box-sizing: border-box;
	color: #fff;
}
.home_artikel_2_content *{
	color: #21356e !important;
}
.home_artikel_2_image_wrapper{
	width: 250px;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0%;
	left: -150px;
	padding: 20px;
}
.home_artikel_2_image{
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	border-radius: 10px;
	background-color: #8cc441;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 10px 10px 1px rgba(0,0,0,.2);
}
.home_artikel_2_title{
	font-weight: bold;
	font-size: 16px;
	color: #8cc441 !important;
	text-align: left;
}
.home_artikel_2_title span{
	color: #21356e !important;
	display: block;
	font-size: 12px;
	text-align: left;
	margin-bottom: 20px;
}

.home_artikel_2_right{
	padding-left: 20px;
	padding-right: 130px;
}
.home_artikel_2_right .home_artikel_2_image_wrapper{
	left: unset;
	right: -150px;
}
.home_artikel_2_right .home_artikel_2_image{
	left: unset;
	right: 0px;
}
.home_artikel_2_right .home_artikel_2_wrapper{
	padding-left: 20px;
	padding-right: 110px;
}
.home_produk{
	position: relative;
	box-sizing: border-box;
	padding-top: 115px;
}
.home_produk_bg{
	background-color: #242424;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.home_produk_bg:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,.5);
}
.home_produk_before{
	background: #21356e;
	position: absolute;
	z-index: 4;
	bottom: -90px;
	left: 0px;
	width: 120%;
	height: 230px;
	box-shadow: 10px 10px 10px rgba(0,0,0,.5);
	overflow: hidden;
}

.home_produk_before:after{
	content: '';
	width: 50%;
	height: 200px;
	background: #8cc441;
	position: absolute;
	bottom: -120px;
	right: 0px;
	transform: rotate(-10deg);
	box-shadow: -5px -5px 10px rgba(0,0,0,.2);
}
.home_produk_before:before{
	content: '';
	width: 50%;
	height: 200px;
	background: #42823c;
	position: absolute;
	bottom: -120px;
	right: 0px;
	transform: rotate(-35deg);
	box-shadow: -5px -5px 10px rgba(0,0,0,.2);
}

.home_product_wrapper{
	padding-left: 70px;
	padding-right: 70px;
	box-sizing: border-box;
	position: relative;
}
.home_product_cats{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	align-content: stretch;
	margin-bottom: 10px;
	margin-left: -10px;
}
.home_product_cat{
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 0px;
	cursor: pointer;
}
.home_product_cat_title{
	color: #fff;
	background: transparent;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	box-sizing: border-box;
	white-space: nowrap;
	border-radius: 5px;
	margin: 5px;
	font-weight: bold;
	box-shadow: 10px 10px 1px rgba(0,0,0,.5);
	position: relative;
	display: none;
}
.home_product_cat:hover .home_product_cat_title{
	background: #242424;
}
.home_product_cat_title:after{
	content: '';
	width: -webkit-fill-available	;
	height: 60px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: -20px;
	box-sizing: border-box;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: -1;
	border-radius: 5px;
	transition: 0.5s cubic-bezier(.43,-1,.58,1.51);
}
.home_product_cat_bg{
	height: 65.59px;
	background: red;
	margin-left: 0px;
	margin-right: 0px;
	box-sizing: border-box;
	border-radius: 0px;
	position: relative;
	top: 0px;
	filter: grayscale(100%);
	/*box-shadow: 5px 5px 5px rgba(0,0,0,.5);*/
	transition: 0.3s cubic-bezier(.43,-1,.58,1.51);
	transition-delay: 0.3s;
	border-radius: 5px;
	background-color: #21356e;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home_product_cat.actived .home_product_cat_title{
	background: #8cc441;
	color: #21356e;
}
.home_product_cat.actived .home_product_cat_bg{
	height: 65.59px;
	filter: grayscale(0%);
	transition-delay: 0s;
}
.home_product_cat.actived .home_product_cat_title:after{
	height: 80px;
}
.home_product{
	width: 25%;
	height: 200px;
	background-color: #fff;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	transform: rotate(0deg);
	position: relative;
	z-index: 1;
	border-radius: 0px;
	transition: 0.3s;
	border: 1px rgba(0,0,0,.1) solid;
	box-sizing: border-box;
}

.home_product:nth-child(1){
	border-radius: 5px 0px 0px 0px;
}
.home_product:nth-child(4){
	border-radius: 0px 5px 0px 0px;
}
.home_product:nth-child(5){
	border-radius: 0px 0px 0px 5px;
}
.home_product:nth-child(8){
	border-radius: 0px 0px 5px 5px;
}
/*@keyframes home_productJ {
	0% {
	width: 25%;
	height: 200px;
	opacity: 0;
	top: 0px;
	left: 100%;
	}
	100% {
	width: 25%;
	height: 200px;
	opacity: 1;
	left: 0px;
	top: 0px;
	}
}
.home_product:nth-child(1),
.home_product:nth-child(2),
.home_product:nth-child(3),
.home_product:nth-child(4),{
	width: 25%;
	height: 200px;
	opacity: 0;
	top: 0px;
	left: 100%;
}
.home_products.actived .home_product:nth-child(1),
.home_products.actived .home_product:nth-child(2),
.home_products.actived .home_product:nth-child(3),
.home_products.actived .home_product:nth-child(4){
	animation: home_productJ 0.3s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_productJ 0.3s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 0s;
}
@keyframes home_productK {
	0% {
	opacity: 0;
	top: 0px;
	left: -100%;
	}
	100% {
	opacity: 1;
	left: 0px;
	top: 0px;
	}
}
.home_product:nth-child(5),
.home_product:nth-child(6),
.home_product:nth-child(7),
.home_product:nth-child(8){
	opacity: 0;
	top: 0px;
	left: -100%;
}
.home_products.actived .home_product:nth-child(5),
.home_products.actived .home_product:nth-child(6),
.home_products.actived .home_product:nth-child(7),
.home_products.actived .home_product:nth-child(8){
	animation: home_productK 0.3s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_productK 0.3s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 0s;
}


@keyframes home_productH {
	0% {
	width: 25%;
	height: 200px;
	opacity: 1;
	left: 0px;
	top: 0px;
	}
	100% {
	width: 25%;
	height: 200px;
	opacity: 0;
	top: 0px;
	left: 100%;
	}
}
.home_product:nth-child(1),
.home_product:nth-child(2),
.home_product:nth-child(3),
.home_product:nth-child(4),{
	opacity:1;
	left: 0px;
	top: 0px;
	width: 25%;
	height: 200px;
}
.home_products .home_product:nth-child(1),
.home_products .home_product:nth-child(2),
.home_products .home_product:nth-child(3),
.home_products .home_product:nth-child(4){
	animation: home_productH 0.5s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_productH 0.5s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 0s;
}
@keyframes home_productI {
	0% {
	opacity: 1;
	left: 0px;
	top: 0px;
	}
	100% {
	opacity: 0;
	top: 0px;
	left: -100%;
	}
}
.home_product:nth-child(5),
.home_product:nth-child(6),
.home_product:nth-child(7),
.home_product:nth-child(8){
	opacity:1;
	left: 0px;
	top: 0px;
}
.home_products .home_product:nth-child(5),
.home_products .home_product:nth-child(6),
.home_products .home_product:nth-child(7),
.home_products .home_product:nth-child(8){
	animation: home_productI 0.5s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	-webkit-animation: home_productI 0.5s cubic-bezier(.43,-0.5,.58,1.51) 0s forwards;
	animation-delay: 0s;
}
*/


.home_product:hover{
	background-size: 200%;
	transition: 0.3s;
}
.home_product_tools{
	background: transparent;
	height: 0px;
	width: 100%;
	position: absolute;
	top: 76px;
	left: 0px;
	z-index: 1;
}
.home_product_back,
.home_product_next{
	width: 40px;
	height: 40px;
	background: transparent;
	border-radius: 0px;
	color:  #8cc441;
	cursor: pointer;
}
.home_product_back.disabled,
.home_product_next.disabled{
	display: none;
}
.home_product_back *,
.home_product_next *{
	font-size: 20px;
}
.home_product_back:hover,
.home_product_next:hover{
	background: rgb(140 196 65 / 70%);
}
.home_product_back:hover *,
.home_product_next:hover *{
	color: #fff;
}
.home_product_back{
	position: absolute;
	top: 0px;
	left: 0px;
}
.home_product_next{
	position: absolute;
	top: 0px;
	right: 10px;
}/*
.home_product_back:after,
.home_product_next:after{
	content: '';
	display: block;
	border-radius: 5px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 5px;
	left: 5px;
	background: rgba(0,0,0,.5);
	z-index: -1;
}*/
.home_product_cats_wrap{
	position: relative;
	right: 0px;
	top: 0px;
	transition: 0.5s cubic-bezier(.43,-1,.58,1.51);
}
.home_product_more{
	background-color: transparent;
	background-position: center;
	background-size: cover;
	width: 50%;
	height: 50%;
	position: relative;
	z-index: 1;
	filter: blur(2px);
}
.home_product_mores{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.home_product_mores:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,.5);
	z-index: 2;
}
.home_product_mores_count{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	font-size: 40px;
	color: #fff;
}
@keyframes homeMaps_pin_fly_2 {
	0% {
		margin-top: 0px;
	}
	50% {
		margin-top: 20px;
	}
	100% {
		margin-top: 0px;
	}
}

@keyframes homeMaps_pin_fly {
	0% {
		top: 0px;
	}
	50% {
		top: -20px;
	}
	100% {
		top: 0px;
	}
}
.homeMaps_pin{
	width: 50px;
	height: 50px;
	background: #21356e;
	border-radius: 100%;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	animation: homeMaps_pin_fly 2s linear 0s infinite;
	-webkit-animation: homeMaps_pin_fly 2s linear 0s infinite;
}
.homeMaps_pin:after{
	content: '';
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #8cc441;
	border-radius: 100%;
	z-index: 3;
}
.homeMaps_pin:before{
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -40px;
	left: 4px;
	width: 0px;
	height: 0px;
	box-sizing: border-box;
	background: transparent;
	border: 21px transparent solid;
	border-top-color: #21356e;
	border-top-width: 30px;
	z-index: 2;
}
.homeMaps_pin span{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 100%;
	margin-top: 6.25px;
	margin-left: -12.5px;
	left: 50%;
	background: #8cc441;
	border-radius: 100%;
	transform: rotateX(50deg);
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: homeMaps_pin_fly_2 2s linear 0s infinite;
	-webkit-animation: homeMaps_pin_fly_2 2s linear 0s infinite;
}
@keyframes homeMaps_pin {
	0% {
		transform: scale(1);
		opacity: 0;
	}
	50% {
		transform: scale(2);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
.homeMaps_pin span:after,
.homeMaps_pin span:before{
	content: '';
	width: 100%;
	height: 100%;
	background: transparent;
	box-sizing: border-box;
	border: 2px #8cc441 solid;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 100%;
	z-index: -1;
	transform: scale(2);
	animation: homeMaps_pin 2s cubic-bezier(.43,-0.5,.58,1.51) 0s infinite;
	-webkit-animation: homeMaps_pin 2s cubic-bezier(.43,-0.5,.58,1.51) 0s infinite;
}
.homeMaps_pin span:before{
	animation-delay: 0.5s;
}

.homeMaps_pinned{
	display: inline-block;
	position: absolute;
	top: -100%;
	left: 0%;
	margin-left: 20px;
	margin-top: -90px;
	z-index: 1;
}
.homeMaps_menu_wrapper{
	height: 0px;
	position: relative;
	z-index: 2;

}
.homeMaps_menu{
	height: 40px;
	width: 50%;
	background: transparent;
	border-radius: 10px 10px 0px 0px;
	position: relative;
	top: -20px;
	z-index: 2;
}
.homeMaps_menu_list{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	background: #21356e;
	cursor: pointer;
	position: relative;
}
.homeMaps_menu_list.actived{
	background: #182750;
	cursor: no-drop;
}
.homeMaps_menu_list:hover{
	background: #8cc441;
	color: #21356e;
}
.homeMaps_menu_list.actived:hover{
	background: #182750;
	color: #fff;
}
.homeMaps_menu_list:first-child{
	border-radius: 10px 0px 0px 0px;
}
.homeMaps_menu_list:last-child{
	border-radius: 0px 10px 0px 0px;
}
.homeMaps_menu_list.actived:after{
	content: '';
	background: transparent;
	border: 21px transparent solid;
	border-top-color: #182750;
	margin-left: -25px;
	position: absolute;
	top: 100%;
	left: 50%;
}


.homeMaps{
	background: #21356e;
	box-sizing: border-box;
}
.homeMaps iframe{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: inline-block;
	border: none;
}

.homeMaps_menu_wrapper_after{
	width: 100%;
	height: 80px;
	position: absolute;
	background: transparent;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	overflow: hidden;
}
.homeMaps_menu_wrapper_after:after{
	content: '';
	position: absolute;
	top: 50px;
	right: 0%;
	width: 25%;
	height: 80px;
	background: #8cc441;
	transform: skewY(-5deg);
}
.homeMaps_menu_wrapper_after:before{
	content: '';
	position: absolute;
	top: 50px;
	left: 0%;
	width: 25%;
	height: 80px;
	background: #8cc441;
	transform: skewY(5deg);
}
.homeMaps_menu_wrapper_after span{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.homeMaps_menu_wrapper_after span:after{
	content: '';
	position: absolute;
	top: 50px;
	right: 0%;
	width: 25%;
	height: 80px;
	background: #182750;
	transform: skewY(-12deg);
}
.homeMaps_menu_wrapper_after span:before{
	content: '';
	position: absolute;
	top: 50px;
	left: 0%;
	width: 25%;
	height: 80px;
	background: #182750;
	transform: skewY(12deg);
}

.section{
	padding-top: 50px;
	padding-bottom: 50px;
}


.home_sosmeds{
	padding: 10px;
	background: rgba(255,255,255,.7);
	position: absolute;
	bottom: 100%;
	left: 0px;
	margin-bottom: 0px;
	box-sizing: border-box;
}
.home_sosmed{
	width: 40px;
	height: 40px;
	border:  1px #182750 solid;
	box-sizing: border-box;
	margin-right: 10px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 30px;
	color: #fff;
	background: #182750;
}
.home_sosmed:last-child{
	margin-right: 0px;
}
.home_sosmed *{
	font-size: 20px;
}
.home_sosmed:hover{
	border:  1px #8cc441 solid;
	background: #8cc441;
	color: #242424;
}
.home_news_title{
	margin-bottom: 30px;
	position: relative;
}

.home_news_title:after{
	content: '';
	width: 30px;
	height: 5px;
	background: #8cc441;
	position: absolute;
	top: 100%;
	margin-top: 10px;
	right: 0px;
}
.home_news_title,
.home_news_title span{
	font-size: 30px;
	font-weight: bold;
	color: #8cc441;
}
.home_news_title span{
	color: #646464;
}
.home_news_label,
.home_news_label span{
	font-size: 16px;
	font-weight: bold;
	color: #646464;
}
.home_news_label span{
	color: #8cc441;
}

.home_news_list{
	padding: 10px;
	height: 200px;
	box-sizing: border-box;
	border-radius: 10px;
	width: 33%;
}
.home_news_list_wrapper{
	padding: 10px;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home_news_list_title{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 20px;
	padding-top: 30px;
	border-radius: 0px 10px 0px 0px;
	background: rgb(140 196 65 / 70%);
	color: #fff;
	max-width: 150px;
	min-width: 150px;
}
.home_news_list_title_wrapper{
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.home_news_list_icon{
	position: absolute;
	bottom: 100%;
	margin-bottom: -20px;
	margin-left: -20px;
	left: 50%;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #8cc441;
}
.home_news_list_icon:after{
	content: '';
	width: 100%;
	height: 100%;
	border: 1px #8cc441 solid;
	border-radius: 100%;
	position: absolute;
	top: -5px;
	left: -5px;
	padding: 4px;

}


.home_bridge{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	background-attachment: fixed;
}
.tagline{
	font-size: 20px;
	font-weight: bold;
	opacity: 0.7;
}
.home_product_images{
	height: 324px;
	width: 100%;
	margin-left: -10px;
	padding-left: 10px;
	box-sizing: border-box;
}
.home_product_image{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	border-radius: 5px;
	position: relative;
}
.home_product_image_title_wrapper{
	padding: 20px;
	position: absolute;
	bottom: 0px;
	left: 0%;
	box-sizing: border-box;
	z-index: 1;
	background: rgb(140 196 65 / 70%);
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
	border-radius: 0px 5px 0px 0px;
	padding-top: 30px;
}
.home_product_wrapper{
	padding-right: 0px;
	padding-left: 10px;
	}
.home_product_cat_icon{
	background: rgb(140 196 65 / 70%);
	border-radius: 5px;

}
.home_product_cat_icon .fa{
	font-size: 30px;
	color: #fff;
}
.home_product_image_title{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	z-index: 2;
	position: relative;
	text-shadow: 1px 1px 1px #555555;
}
.home_product_image_title_icon{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	position: absolute;
	bottom: 100%;
	margin-bottom: 10px;
	left: 50%;
	margin-left: -20px;
	background: #8cc441;
}
.home_product_image_title_icon:after{
	content: '';
	width: 50px;
	height: 50px;
	background: transparent;
	border: 1px #8cc441 solid;
	border-radius: 100%;
	position: absolute;
	top: -6px;
	left: -6px;
}

.getInTouch{
	font-size: 25px;
	font-weight: bold;
	color: #21356e;
}



.home_timeline_content{
	width: 100%;
	height: 100%;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	overflow-x: auto;
	background-color: #fff;
	/*background-image: url('/images/wallpaper/crystal1.jpg');*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
}
.home_timeline_wrapper{
	width: 4000px;
	height: 600px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.home_timeline_wrapper:after{
	content: '';
	width: 100%;
	height: 0px;
	border-bottom: 2px #21356e dashed;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	left: 225px;
	z-index: -1;
}
.home_timelines{
	width: 100%;
	position: relative;
	padding: 0px 100px;
}
.home_timeline{
	width: 250px;
	height: 0px;
	padding: 2px 5px;
	box-sizing: border-box;
	background: transparent;
	position: relative;
}
.home_timeline_main{
	width: 100%;
	box-sizing: border-box;
	background: transparent;
	position: absolute;
	left: 0px;
	bottom: 100%;
	margin-bottom: 40px;
	z-index: -1;
	text-align: justify;
	white-space: normal;
	padding: 0px;
	border-radius: 10px;
	color: #21356e;
	font-weight: bold;
}
.home_timeline:nth-child(odd) .home_timeline_main{
	bottom: unset;
	top: 100%;
	margin-bottom: unset;
	margin-top: 40px;
	flex-direction: column-reverse;
}
.home_timeline_main:before{
	content: '';
	width: 0px;
	height: 0px;
	border: 15px transparent solid;
	border-top: 15px #21356e solid;
	background: transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	margin-top: 0px;
}
.home_timeline:nth-child(odd) .home_timeline_main:before{
	border-top-color: transparent;
	border-bottom-color: #21356e;
	top: unset;
	bottom: 100%;
	margin-top: unset;
	margin-bottom: 0px;

}
.home_timeline_year{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -45px;
	margin-top: 30px;
	width: 70px;
	padding: 10px;
	color: #21356e;
	background: transparent;
	font-size: 20px;
	font-weight: bold;
}
.home_timeline:nth-child(odd) .home_timeline_year{
	top: unset;
	bottom: 50%;
	margin-top: unset;
	margin-bottom: 30px;
}
.home_timeline_year:after{
	content: '';
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -15px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}
.home_timeline_year:before{
	content: '';
	width: 40px;
	height: 40px;
	background: #21356e;
	border-radius: 100%;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -20px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}
.home_timeline:nth-child(odd) .home_timeline_year:after{
	bottom: unset;
	top: 100%;
	margin-bottom: unset;
	margin-top: 15px;
}
.home_timeline:nth-child(odd) .home_timeline_year:before{
	bottom: unset;
	top: 100%;
	margin-bottom: unset;
	margin-top: 10px;
}
.home_timeline_icon{
	width: 40px;
	height: 40px;
	background: #21356e;
	border-radius: 100%;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: -22px;
	margin-left: -27px;
	border: 2px #21356e solid;
	z-index: 1;
	color: #fff;
	border: 5px #fff solid;
}
.home_timeline:nth-child(odd) .home_timeline_icon{
	margin-top: unset;
	top: unset;
	bottom: 100%;
	margin-bottom: -22px;
}
.home_timeline_desc{
	padding: 10px;
	position: relative;
	padding-top: 30px;
	border: 2px #21356e solid;
	border-top: 0px;
	border-radius: 0px 0px 5px 5px;
}
.home_timeline:nth-child(odd) .home_timeline_desc{
	padding-top: 10px;
	padding-bottom: 30px;
	border-radius: 5px 5px 0px 0px;
	border-top: 2px #21356e solid;
	border-bottom: 0px;
}
.home_timeline_bg{
	height: 100px;
	border: 2px #21356e solid;
	border-bottom: 0px;
	background-color: #242424;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 5px 5px 0px 0px;
}
.home_timeline:nth-child(odd) .home_timeline_bg{
	border-top: 0px;
	border-bottom: 2px #21356e solid;
	border-radius: 0px 0px 5px 5px;

}



.home_timeline:nth-child(6n+1) .home_timeline_desc,
.home_timeline:nth-child(6n+1) .home_timeline_bg{border-color: #2eb8ba;}
.home_timeline:nth-child(6n+1) .home_timeline_main:before{border-bottom-color: #2eb8ba;}
.home_timeline:nth-child(6n+1) .home_timeline_year{color: #2eb8ba;}
.home_timeline:nth-child(6n+1) .home_timeline_icon,
.home_timeline:nth-child(6n+1) .home_timeline_year:before{background: #2eb8ba;}
.home_timeline:nth-child(6n+2) .home_timeline_desc,
.home_timeline:nth-child(6n+2) .home_timeline_bg{border-color: #14657a;}
.home_timeline:nth-child(6n+2) .home_timeline_main:before{border-top-color: #14657a;}
.home_timeline:nth-child(6n+2) .home_timeline_year{color: #14657a;}
.home_timeline:nth-child(6n+2) .home_timeline_icon,
.home_timeline:nth-child(6n+2) .home_timeline_year:before{background: #14657a;}
.home_timeline:nth-child(6n+3) .home_timeline_desc,
.home_timeline:nth-child(6n+3) .home_timeline_bg{border-color: #e55554;}
.home_timeline:nth-child(6n+3) .home_timeline_main:before{border-bottom-color: #e55554;}
.home_timeline:nth-child(6n+3) .home_timeline_year{color: #e55554;}
.home_timeline:nth-child(6n+3) .home_timeline_icon,
.home_timeline:nth-child(6n+3) .home_timeline_year:before{background: #e55554;}
.home_timeline:nth-child(6n+4) .home_timeline_desc,
.home_timeline:nth-child(6n+4) .home_timeline_bg{border-color: #b2db59;}
.home_timeline:nth-child(6n+4) .home_timeline_main:before{border-top-color: #b2db59;}
.home_timeline:nth-child(6n+4) .home_timeline_year{color: #b2db59;}
.home_timeline:nth-child(6n+4) .home_timeline_icon,
.home_timeline:nth-child(6n+4) .home_timeline_year:before{background: #b2db59;}
.home_timeline:nth-child(6n+5) .home_timeline_desc,
.home_timeline:nth-child(6n+5) .home_timeline_bg{border-color: #ffb43b;}
.home_timeline:nth-child(6n+5) .home_timeline_main:before{border-bottom-color: #ffb43b;}
.home_timeline:nth-child(6n+5) .home_timeline_year{color: #ffb43b;}
.home_timeline:nth-child(6n+5) .home_timeline_icon,
.home_timeline:nth-child(6n+5) .home_timeline_year:before{background: #ffb43b;}
.home_timeline:nth-child(6n+6) .home_timeline_desc,
.home_timeline:nth-child(6n+6) .home_timeline_bg{border-color: #a43b73;}
.home_timeline:nth-child(6n+6) .home_timeline_main:before{ border-top-color: #a43b73;}
.home_timeline:nth-child(6n+6) .home_timeline_year{color: #a43b73;}
.home_timeline:nth-child(6n+6) .home_timeline_icon,
.home_timeline:nth-child(6n+6) .home_timeline_year:before{background: #a43b73;}