/*waikee add warranty logo*/
.main-content{
	position:relative;
}

warranty-slide{
	position:absolute;
	left:0;
	right:0;
	bottom:10%;
	z-index: 2;
	text-align: center;
	color:#ccc;
}
warranty-slide .fa{
	font-size: 62px;
	transition: all 0.2s ease;
}

warranty-slide .fa:hover{
	transform: translate(0px, 10px);
	color:#ff7a01;
}

/*****************************************/
.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}

/*kee Adjust Brightness*/
.slideshow .slide .image-brightness::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	 background:rgba(0,0,0,0);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
	padding:180px 30px;
}
/*kee positioning items*/ 
.slideshow .slide .caption {
	display:block;
	width:100%;
	max-width: 1260px; 	
	background:rgba(0,0,0,0);
}

/*waikee positioning put inside caption*/
.caption.left-btm{
	align-self: flex-end; /*bawah*/
	text-align: left;

}
.caption.right-top{
	align-self: flex-start;/*atas*/
	text-align: right;
} 
/*end*/


.boxy{
	display:inline-block;
	max-width:600px;
	background:rgba(0,0,0,0);
}
.boxy small, .boxy big{
	text-shadow:0px 0px 3px #fff,0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 20px #fff;
}
.boxy .btn{
	color:#fff;
	background: #333;
}
.boxy .btn:hover{
	color:#fff;
	background: transparent;
}



.boxy small{
	display:block;
	font-size: 2.5em;
	font-weight: 600; 
	line-height:1em;
	text-transform: uppercase;
}
.boxy big{
	display:block;
	font-size: 4.5em;
	font-weight: 600; 
	line-height:1em;
	letter-spacing: -5px;
	text-transform: uppercase;
}


@media only screen and (max-width: 620px) {
	.boxy small{
	font-size: 1.5em ;
	} 
	.boxy big{
		letter-spacing: 0px;
		font-size: 2.5em ;
	}
}
/*************End kee shit*************/


.svg-arrow-left,
.svg-arrow-right{
  font-size: 60px;
	color:#ccc;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 5px;
  background: #ccc;
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #535353;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #ff7a01;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 0px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
	color:#ff7a01;
} 
.slideshow .arrows .next {
  right: 0px;
} 
.slideshow .arrows .next:hover .svg {
  left: 10px;
	color:#ff7a01;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}