/* ============== FONTS ==============*/
@import url('https://fonts.googleapis.com/css?family=Niconne&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:500,500i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
* {
	margin : 0;
	padding: 0;
	transition: all .5s;
	box-sizing: border-box;
}

body {
	position: relative;
	width: 100%;
	overflow-x: hidden;
}

.navbar-default {
	background-color: transparent !important;
	border: none !important;
	z-index: 98;
	transition: all .5s ease;
}
nav.navbar-default.transparent {
	background: rgba(255,255,255,.97) !important;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .03);
}
.navbar-header .navbar-brand {
	position: absolute;
	top: -4px;
	left: 5vw;
}
.navbar-header .navbar-brand > img {
	width: 40%;
}

.navbar .container-fluid .navbar-nav {
	margin-right: 5vw;
}

.navbar .container-fluid .navbar-nav > li > a {
	padding: 25px;
	background-color: transparent;
	color: #008EB6;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}
.navbar .container-fluid .navbar-nav > li > a:hover,
.navbar .container-fluid .navbar-nav > li > a:focus {
	color: #008EB6;
}

/*#########################		HOME	###########################*/
.bmj-home {
	position: relative;
	width: 100%;
	height: 90vh;
	background: white url('../images/HomeCover.png') no-repeat right bottom;
	background-size: 100%;
}

.bmj-home > .jumbotron-intro {
	padding-left: 5vw;
	height: 75vh;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}
.jumbotron-intro > div > span {
	color: #008EB6;
}
.moto {
	font-size: 35px;
	font-family: 'Niconne', cursive;
	line-height: 75px;
}
.moto2 {
	font-size: 38px;
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 700;
	line-height: 39px;
}
/*#########################		HOME	###########################*/

/*#########################		HOME2	###########################*/
.bmj-home2 {
	position: relative;
	width: 100%;
	height: 250px;
	background: #008EB6;
	margin-top: -1px;
}

.bmj-home2 > .jumbotron-intro2 {
	height: 250px;
	display: block;
	padding-top: 85px;
}

.jumbotron-intro2 > img {
	width: 100px;
	margin-bottom: 15px;
	margin-left: 45%;
}
.jumbotron-intro2 > p {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	color: white;
}
/*#########################		HOME2	###########################*/

/*#########################		ABOUT	###########################*/
.bmj-about {
	padding: 50px 0;
	width: 100%;
}

.about__title {
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 700;
	text-align: center;
}

.slideshow-about {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.carousel {
	position: relative;
	margin: 0;
	padding: 7vh 11vw 4vh 11vw;
}
.carousel-inner {
	border-radius: 25px;
}

#myCarousel > a > img {
	width: 50px;
}
#myCarousel > .left {
	position: absolute;
	top: 260px;
	left: 35px;
}
#myCarousel > .right {
	position: absolute;
	top: 260px;
	right: 35px;
}

.bmj-about > .row {
	padding: 0 13vw 0 13vw;
}

.bmj-about .row p {
    font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 29px;
	color: rgba(0,0,0,.75);
}
/*#########################		/ABOUT	###########################*/

/*#########################		PRODUK	###########################*/
.bmj-product {
	padding: 100px 13vw;
	height: 100%;
}

.product-title {
	margin-bottom: 15px;
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 700;
}

.bmj-product > .container-fluid {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bmj-product img {
	margin-left: 14px;
	width: 90%;
	opacity: .8;
}
	.bmj-product img:hover {
		opacity: 1;
	}

.bmj-product a {
	color: rgba(0,0,0,.75);
	text-decoration: none;	
}
.bmj-product a:hover {
	color: black;
	text-decoration: none;
}

.bmj-product p {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
}

/*#########################		PRODUK DETAIL	###########################*/
	.produk-kembali {
		position: absolute;
		z-index: 99;
		top: 25px;
		left: 65px;
	}
	.product {
		position: relative;
		padding: 10vh 0;
		width: 100%;
		height: 100%;
	}
	.product img {
		margin-top: 85px;
		width: 125px;
	}
	.product .konten {
		padding: 7vh 5vw 5vh 10vw;
		line-height: 26px;
		font-size: 17px;
		font-family: 'Open Sans', sans-serif;
	}
	.product .konten h1 {
		font-family: 'Hind Siliguri', sans-serif;
		font-weight: 700;
	}
	.product .konten p {
		text-align: justify;
	}
	.product .konten b {
		font-size: 19px;
	}
	.product .konten li {
		margin-left: 20px;
	}
	.product .konten .mfilter {
		margin-top: 0px;
	}

	.product-footer {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 10px 0 0 0;
		background: white;
	}
	.product-footer p {
		display: block;
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		text-align: center;
		color: gray;
	}

/*#########################		/PRODUK	###########################*/

/*#########################		SERVICES	#######################*/
.bmj-service {
	padding-bottom: 100px;
	width: 100%;
	height: 100%;
}

.bmj-service .page-title {
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 700;
}

.bmj-service .row {
	position: relative;
	padding: 0 13vw;
}
.bmj-service .yt-wrapper {
	position: relative;
	padding: 60vh 0 0 0;
}
.outer-yt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%; 
	text-align: center;
	border-radius: 25px;
	overflow: hidden;
	z-index: 1;
	height: 315px;
	width: 560px;
}

.bmj-service li,
.bmj-service h1,
.bmj-service h2 {
	text-align: justify;
	line-height: 10px;
}
	.bmj-service p,
	.bmj-service li {
		font-size: 17px;
		font-family: 'Open Sans', sans-serif;
	}
/*#########################		/SERVICES	#######################*/

/*#########################		/JAMINAN	#######################*/
.bmj-jaminan {
	position: relative;
	padding: 0 13vw;
	width: 100%;
	height: 100%;
	background: url('../images/jaminan.png') no-repeat;
	background-size: 20%;
	background-position: 15% 50%;
}

.bmj-jaminan .row {
	text-align: justify;
	padding: 125px 0;
}
.bmj-jaminan h1 {
	margin-left: 50%;
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 700;
}
	.bmj-jaminan h3 {
		font-family: 'Hind Siliguri', sans-serif;
		font-weight: 700;
	}

.bmj-jaminan .col-md-12 h3,
.bmj-jaminan .col-md-12 li {
	margin-left: 50%;
}

.bmj-jaminan .col-md-12 li {
	margin-bottom: 5px;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
}

.bg-jaminan {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: skyblue;
}

.visim {
	margin: 0 5vw 50px 5vw;
	height: 220px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.visim .col-sm-4 {
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.visim .col-sm-4 h4 {
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 700;
}
	.visim .col-sm-4 p {
		font-family: 'Open Sans', sans-serif;
	}
/*#########################		/JAMINAN	#######################*/

/*#########################		KONTAK		#######################*/
.bmj-footer {
	position: relative;
	padding: 50px 0 95px 0;
}

.bg-footer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: skyblue;
}

.left-footer {
	text-align: center;
	color: #008EB6;
}

.mid-footer {
	height: 100%;
}
.mid-footer img {
	width: 325px;
	margin: 0 0 50px 15px;
}

.bmj-final-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 10px 0 0 0;
		background: white;
	}
	.bmj-final-footer p {
		display: block;
		font-size: 16px;
		text-align: center;
		color: #008EB6;
	}


.bmj-kontak {
	position: relative;
	padding: 5vw;
	width: 100%;
	height: 100%;
}

.bmj-kontak .row {
	text-align: justify;
}

.bmj-kontak .page-title {
	margin-bottom: 50px;
	font-family: 'Raleway', sans-serif;
}

.bmj-kontak .col-sm-4 i {
	margin-right: 4px;
}

.mapwrapper {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 50px auto;
}

.googlemap {
  width: 100%;
  height: 100%;
}
/*#########################		/KONTAK		#######################*/

.title-testi {
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 700;
}

.col-sm-offset-2 {
	font-family: 'Open Sans', sans-serif;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 40vh;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 55px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 75px;
    height: 75px;
    opacity: 1;
    transition: all .1s;
}
#quote-carousel .item blockquote {
    border-left: none;
    margin: 0;
}