.imgslider {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	text-align: center;
}
.buttonSlider span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.buttonSlider:hover span {
	padding-right: 25px;
}

.buttonSlider:hover span:after {
	opacity: 1;
	right: 0;
}
.buttonSlider span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.aboutFooter{
	text-align: justify;
}
.homeService > img {
	display: block;
    margin: 0 auto;
    height: 100px
}
.homeServiceKet{
	padding-top: 5px;
	text-align: center;
	font-family: -webkit-pictograph;
	color: #5a5454;
	padding: 0 10px 0 10px;
}
.homeServiceKet > p{
	margin-top: -15px;
}
.text-justife{
	text-align: justify;
}
.homeMessage{
	text-align: justify;
	/* font-family: -webkit-pictograph; */
	color: #444141;
}
.view {
  position: relative;
  overflow: hidden;
  cursor: default; }
  .view .full-bg-img {
    height: 100%; }
  .view .full-bg-img,
  .view .full-bg-img video {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .view .mask {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed; }
  .view img, .view video {
    position: relative;
    display: block; }
  .view video.video-intro {
    z-index: -100;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; }
.zoom img, .zoom video {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.zoom:hover img, .zoom:hover video {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }


@media (max-width:767px) {
	.intro{
		color: #756868;
		font-family: cursive;
	}
	.headerslider{font-size: 10px;color: #fff;font-weight: bold;line-height: 1.13;}
	.headersliderContent{
		font-size: 8px;
		color: #fff;
		line-height: 1.13;
		margin-bottom: -20px;
	}
	.buttonSlider {
		display: inline-block;
		border-radius: 10px;
		background-color: #1abc9c;
		border: none;
		color: #FFFFFF;
		text-align: center;
		font-size: 10px;
		padding: 5px;
		width: 100px;
		transition: all 0.5s;
		cursor: pointer;
		margin: 35px;
	}
	.imgService{
		height: 100px;
	}

}
@media (min-width:768px) {
	.intro{
		color: #756868;
		font-family: cursive;
		margin: 0 8% 0 8%;
	}	
	.headerslider{
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		line-height: 1.13;
	}
	.headersliderContent{
		font-size: 15px;
		color: #fff;
		line-height: 1.13;
	}
	.buttonSlider {
		display: inline-block;
		border-radius: 10px;
		background-color: #1abc9c;
		border: none;
		color: #FFFFFF;
		text-align: center;
		font-size: 15px;
		padding: 20px;
		width: 160px;
		transition: all 0.5s;
		cursor: pointer;
		margin: 5px;
	}
	.imgService{
		height: 120px;
	}

}
@media (min-width:992px) {
	.flexslider .slides img {
		/* opacity: 0.3; */
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		width: 100%;
		height: 80vh;
		z-index: 2;
		/* position: relative; */
		display: block;
	}
	.headerslider{
		font-size: 35px;
		color: #fff;
		font-weight: bold;
		line-height: 1.13;
	}
	.buttonSlider {
		display: inline-block;
		border-radius: 10px;
		background-color: #1abc9c;
		border: none;
		color: #FFFFFF;
		text-align: center;
		font-size: 15px;
		padding: 20px;
		width: 160px;
		transition: all 0.5s;
		cursor: pointer;
		/*margin: 80px;*/
	}
	.imgService{
		height: 200px;
	}

}



.header{
	border-bottom: 3px solid #5062d4;
}
.history ,.vision{
	font-family: initial;
    color: #484343;
    text-align: justify;
    font-size: 20px;
}
.motto{
	font-family: initial;
    color: #484343;
    text-align: justify;
    font-size: 20px;
}
.history > h3, .vision > h3, .motto > h3 {
	color: #5062d4;
}
.motto >p > b {
	font-size: 35px;
	font-family: monospace;
}
.top40{
	margin-top: 40px;
}
.ac{
	    list-style-type: square;
    font-size: 20px;
    color: #5a5555;
    font-family: cursive;
}
.ac-det{
	    list-style-type: disc;
    color: #000;
    margin-left: 30px;
    font-family: fantasy;
}
.biru{
	color: #5062d4;
}
.ketLogo{
	font-size: 12.5px;
	font-family: cursive;
	margin-top: 10px;
}