/*------------------------------------------*/
/*	        Slider
/*------------------------------------------*/
#slider{
	overflow: hidden;
	border-bottom: 0 solid #434a54;
	background: linear-gradient(180deg, #7F7F7F 0%, #000000 100%);
}
#slider h5.title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}
#slider p.info {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
#slider p.button {
    font-size: 14px;
    margin-bottom: 10px;
}
.carousel-item {
	max-height: 500px;
}
.carousel-item>img {
    max-height: 500px;
}
.carousel-item iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	max-height: 500px;
    border: 0;
}
.carousel-inner{height: 100%;}
.carousel-inner > .item{height: 100%;}
.carousel-indicators{}
.carousel-progress{
	padding: 1px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.carousel-bar{
	height:3px;
	background:rgba(255, 255, 255, 0.7);
	display:block;
}
.carousel-control{
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	left: 0;
	opacity: 0.7;
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 45px;
	font-size: 28px;
	z-index: 10000;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control.left{
	left: -100px;
}
.carousel-control.right{
	right: -100px;
}
#slider:hover .carousel-control.left{
	left: 20px
}
#slider:hover .carousel-control.right{
	right: 20px
}
.caption-container{text-align: right}
.carousel-caption{
	left: 0;
	right: 0;
	top: auto;
	bottom: 100px;
	padding: 0;
	z-index: 1;
}
.carousel-caption h2{
	margin: 0;
}
.carousel-caption h2 span{
    color: #fff;
	display: inline-block;
	font-size: 60px;
	text-transform: uppercase;
	width: 300px;
	margin-bottom: 30px;
}
.carousel-caption p span{
	color: #fff;
	display: inline-block;
	font-size: 12px;
	border-radius: 5px;
}
.carousel-caption .btn-default{
	border-color: #fff;
	background: rgba(0,0,0,0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.carousel-caption .btn-slider {
    background: linear-gradient(180deg, #7F7F7F 0%, #7F7F7F 100%);
    border: 1px solid #fff !important;
}
.carousel-caption .btn-slider:hover {
	background : linear-gradient(180deg, #6d0d14 0%, #6d0d14 100%);
	border: 1px solid #fff !important;
	color: #fff !important;
}

/*------------------------------------------*/
/*	        Slider Lain Format all selain 1
/*------------------------------------------*/
.kolomtextslider {
	position: relative;
	padding: 5% 10% 20% 10%;
}
.kolomimageslider {
    padding: 5% 10% 20% 10%;
}


.kolomtextslider .carousel-caption {
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	padding: 0 !important;
	z-index: 1 !important;
	text-align: left !important;
}

/*------------------------------------------*/
/*	        Slider 2
/*------------------------------------------*/
.custom-shape-divider-bottom-slider2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-slider2 svg {
    position: relative;
    display: block;
    width: calc(258% + 1.3px);
    height: 200px;
}

.custom-shape-divider-bottom-slider2 .shape-fill {
    fill: #FFFFFF;
}


/*------------------------------------------*/
/*	        Header Breadcrumb
/*------------------------------------------*/
.headerbreadcrumb {
    background-position: center !important;
    background-size: cover !important;
    padding: 15% 5% 15% 5%;
    position: relative;
    text-align: center;
	color: #fff;
}

@media(min-width:992px){

}

@media(max-width:991px){
	.custom-shape-divider-bottom-slider2 svg {
		height: 150px !important;
	}
}

@media(max-width:810px){
	.carousel-caption {
		bottom: 50px !important;
		padding: 10px !important;
	}
}

@media(max-width:767px){
	.carousel-caption h2 span,.carousel-caption p span{
		text-align: center;
		display: block;
	}
	.carousel-caption {
		bottom: 50px !important;
		padding: 10px !important;
	}
	#slider h5.title {
		font-size: 18px !important;
		line-height: 18px !important;
		margin-bottom: 5px !important;
	}
	#slider p.info {
		font-size: 12px !important;
		line-height: 12px !important;
		margin-bottom: 5px !important;
	}
	.carousel-caption p span {
		font-size: 12px !important;
		border-radius: 5px !important;
		padding: 3px 10px !important;
		display: inline-block;
	}
	
	.kolomtextslider .carousel-caption {
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		padding: 0 !important;
		z-index: 1 !important;
		text-align: left !important;
	}
	#slider .kolomtextslider h5.title {
		margin-bottom: 10px !important;
	}
	#slider .kolomtextslider p.info {
		margin-bottom: 10px !important;
	}
	.kolomtextslider {
		position: relative;
		padding: 5% 5% 20% 10% !important;
	}
}
@media(max-width: 614px){
	.carousel-caption {
		bottom: 0px !important;
		padding: 10px !important;
	}
}
@media only screen and (max-width: 510px){
	.carousel-caption h2 span {
		font-size: 18px !important;
		margin-bottom: 5px !important;
	}
	.carousel-caption p span {
		font-size: 12px !important;
		display: block !important;
	}
	.carousel-caption p {
		margin-bottom: 5px !important;
	}
	.btn-slider {
		padding: 2px 10px !important;
	}
	.carousel-indicators {
		margin-bottom: 5px !important;
	}
	#slider h5.title {
		font-size: 20px !important;
		margin-bottom: 5px !important;
		line-height: 20px !important;
	}
	#slider p.info {
		font-size: 12px !important;
		margin-bottom: 5px !important;
	}
	.headerbreadcrumb {
		padding: 10% 5% 20% 5%;
	}
	
	.kolomtextslider .carousel-caption {
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		padding: 0 !important;
		z-index: 1 !important;
		text-align: left !important;
	}
	#slider .kolomtextslider h5.title {
		margin-bottom: 10px !important;
	}
	#slider .kolomtextslider p.info {
		margin-bottom: 10px !important;
	}
	.custom-shape-divider-bottom-slider2 svg {
		height: 100px !important;
	}
}
@media only screen and (max-width: 480px){
	.carousel-caption {
		bottom: 0px !important;
		padding: 0px !important;
	}
	.kolomtextslider .carousel-caption {
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		padding: 0 !important;
		z-index: 1 !important;
		text-align: left !important;
	}
	#slider .kolomtextslider h5.title {
		margin-bottom: 5px !important;
		font-size: 16px !important;
		font-size: 16px !important;
	}
	#slider .kolomtextslider p.info {
		margin-bottom: 5px !important;
	}
	.custom-shape-divider-bottom-slider2 svg {
		height: 45px !important;
	}
}
@media(max-width: 393px){
	.carousel-caption h2 span {
		font-size: 14px !important;
	}
}
@media only screen and (max-width: 370px){
	.headerbreadcrumb {
		padding: 5% 5% 25% 5%;
	}
	
	.kolomtextslider .carousel-caption {
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		padding: 0 !important;
		z-index: 1 !important;
		text-align: left !important;
	}
	#slider .kolomtextslider h5.title {
		margin-bottom: 5px !important;
		font-size: 16px !important;
		font-size: 16px !important;
	}
	#slider .kolomtextslider p.info {
		margin-bottom: 5px !important;
	}
	.custom-shape-divider-bottom-slider2 svg {
		height: 30px !important;
	}
}