/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2020 IMAJIKU.
*/

/* = General
-------------------------------------------------------------*/

/*title*/


/* = Home
-------------------------------------------------------------*/
/*hero slider*/
.home-hero {
	position: relative;
	display: block;
}
.home-hero-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: calc(100vh - 65px);
}
.home-hero-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: unset;
	overflow: hidden;
	object-position: center;
}

.home-hero-video {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: calc(100vh - 65px);
}
.home-hero-video iframe {
	display: block;
	width: 100%;
	height: 100%;
}

/*.myslider-mjk.hero-slider img{
	height: 90vh;
	max-height: 90vh;
	object-position: center;
}*/
.hero-slider-caption-box{
	bottom: 120px;
	right: unset;
	left: 5%;
	width: 650px;
}
.hero-slider-caption{
	width: 100%;
}
.hero-slider-caption h1, 
.hero-slider-caption h2{
	font-size: 48px;
	line-height: 1;
}
.hero-slider-caption p{
	line-height: 1.2;
}
.hero-slider-caption .fancybox-video{
	width: 200px;
	margin-top: 20px;
}
.hero-slider-caption .fancybox-video img{
	max-height: unset;
	height: auto;
}
.preview-video:before{
	font-size: 28px;
	color: #ffffff;
}

.myslider-mjk-dots .slick-dots li button::before{
	content: "";
	opacity: 0.5;
}
.myslider-mjk-dots .slick-dots li.slick-active button::before{
	content: "";
	opacity: 1;	
}
.myslider-mjk-dots{
	bottom: 30px;
}
.myslider-mjk-dots .slick-dots{
	text-align: center;
}


/* = 
------------------------------------------------------------ */
