* {
	margin : 0;
	padding: 0;
	transition: all .5s;
	box-sizing: border-box;
}

body {
	position: relative;
	width: 100%;
}

.navbar-default {
	background-color: #ffffff !important;
	border: none !important;
	z-index: 98;
	transition: all .5s ease;
	min-width: 1100px;
}
nav.transparent {
	background: #FAFAFA/*#000000*/ !important;
	box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.116);
}
.transparent .navbar-nav > li > a {
	color: black !important;
}
.navbar-header .navbar-brand {
	position: absolute;
	top: -10px;
	left: 80px;
}
.navbar-header .navbar-brand > img {
	width: 300px;
}

.navbar .container-fluid .navbar-nav {
	margin-right: 55px;
}

.navbar .container-fluid .navbar-nav > li > a {
	position: relative;
	padding: 25px;
	color: rgb(78, 78, 78);
	font-size: 20px;
	transition: all 0s;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: background-color .5s ease;
	font-family: Arial;
}
.navbar .container-fluid .navbar-nav > li > a:hover,
.navbar .container-fluid .navbar-nav > li > a:focus {
	background-color: rgba(0, 0, 0, 0.027);
}
.navbar .container-fluid .navbar-nav > li > a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 3px;
	background-color: rgb(255, 136, 0);
	transition: width .5s ease;
}
.navbar .container-fluid .navbar-nav > li > a:hover:before {
	width: 100%;
}

.mobile-nav {
	display: none;
	visibility: hidden;
}

.kmj-home {
	position: relative;
	width: 100%;
	height: 100%;
	background: white url("../Images/gudang.png") no-repeat center top;
	background-size:cover;
}

/* ==============  ==============*/
.kmj-homeintro {
	position: relative;
	background-color: #EAEAEA;
	width: 100%;
	padding: 25px 0;
	font-size: 16px;
	letter-spacing: 1px;
}
.kmj-homeintro ol {
	margin-left: 15px;
}

.outer {
    display: table;
    position: relative;
    height: 100vh;
    width: 100%;

}

.middle {
    display: table-cell;
    vertical-align: middle;
    text-align: left; /* center */
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    padding: 0 50% 0 50px; /* 0 50px */
    width: 100%; /*whatever width you want*/
    font-size: 75px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.kmj-home .slogan {
	color: rgb(255, 136, 0);
	background-color: rgba(25, 66, 143, 0.774);
	font-family: "sans-serif";
}

/* ==============  ==============*/
.kmj-about {
	position: relative;
	padding: 80px 5vw 50px 5vw;
	padding-bottom: 10%;
	width: 100%;
	height: auto;
	background: white;
}


#about .row {
	position: relative;
	display: block;
}

#about .col-sm-4 {
	position: relative;
}

#about #accordion,
#about #accordion2 {
	margin-bottom: 0;
	display: block;
	width: 100%;
}

#about .panel-default {
	background-color: transparent !important;
	border: none !important;
	text-align: center;
}

#about .panel-heading {
	background: rgba(0, 10, 146, 0.75);
	border-radius: 10px;
}

#about .panel-title > a {
	color: rgb(255, 136, 0);
	font-size: 25px;
	font-weight: 600;

}
#about .panel-title > a:hover, 
#about .panel-title > a:focus {
	text-decoration: none;
}

#about .panel-body {
	color: #585F54;
	font-size: 20px;
	font-family: 'IBM Plex Serif', serif;
}

.container-img > img {
	width: 100%;
}

/* ==============  ==============*/

.kmj-product {
	padding: 10px 5vw 50px 5vw;
	height: 100%;
	background: rgba(231, 197, 124, 0) url("../Images/Elegant-Pattern-PNG-Transparent-Image.png");
	background-size: cover;
}

.product-title {
	margin-bottom: 15px;
	font-weight: 700;
}

		.cards-list {
		  z-index: 0;
		  width: 100%;
		  display: flex;
		  justify-content: space-around;
		  flex-wrap: wrap;
		}

		.card {
		  margin: 30px auto;
		  width: 300px;
		  height: 300px;
		  border-radius: 40px;
		  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.1), -5px -5px 30px 7px rgba(0,0,0,0.12);
		  cursor: pointer;
		  transition: 0.4s;
		}

		.card .card_image {
		  width: inherit;
		  height: inherit;
		  border-radius: 40px;
		}

		.card .card_image img {
		  width: inherit;
		  height: inherit;
		  border-radius: 40px;
		  object-fit: cover;
		}

		.card .card_title {
		  text-align: center;
		  border-radius: 0px 0px 40px 40px;
		  font-family: sans-serif;
		  font-weight: bold;
		  font-size: 30px;
		  margin-top: -55px;
		  height: 40px;
		}

		.card:hover {
		  transform: scale(0.9, 0.9);
		  box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.15), 
		    -5px -5px 30px 15px rgba(0,0,0,0.18);
		}

		.title-white {
		  color: white;
		}

		.title-black {
		  color: black;
		}

		@media all and (max-width: 500px) {
		  .card-list {
		    /* On small screens, we are no longer using row direction but column */
		    flex-direction: column;
		  }
		}
/* hiuhfikehfksef */

/*#########################		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: 25px;
		width: 450px;
		padding-right: 16vw;
	}
	.product .konten {
		padding: 7vh 5vw 5vh 10vw;
		line-height: 26px;
		font-size: 17px;
		font-family: 'bodoni', sans-serif;
	}
	.product .konten h1 {
		font-family: 'Hind Siliguri', sans-serif;
		font-weight: 700;
	}
	.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;
	}
/* ==============  ==============*/
.kmj-contact {
	background-color: #f7f7f7;
	padding: 100px 80px 50px 80px;
	width: 100%;
	height: auto;
}

.contact__title {
	margin-left: 50px;
	margin-bottom: 50px;
}

.contact-intro > p {
	color: rgb(255, 136, 0);
	font-size: 1.25vw;
	font-family: 'IBM Plex Serif', serif;
}

#contact .form-group > input[type="text"],
#contact .form-group > input[type="email"],
#contact .form-group > textarea {
	background-color: transparent;
	border: 2px solid rgb(255, 136, 0);
	border-radius: 5px;
	font-size: 15px;
	font-weight: 600;
	color: #585F54;
}

#contact .form-group > input[type="text"],
#contact .form-group > input[type="email"] {
	height: 40px;
}

#contact .action {
	text-align: right;
}

#contact .action > label {
	width: 25%;
	background-color: rgb(255, 136, 0);
	border: none;
	border-top-left-radius: 25px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 25px;
	color: rgb(255, 255, 255);
	font-size: 1.25vw;
	font-weight: 600;
}

.container-navbar-footer {
	margin: 50px 0;
	width: 100%;
	display: block;
}

ul.navbar-footer {
	text-align: center;
	list-style: none;
}

ul.navbar-footer > li > a {
	padding: 25px;
	font-size: 1.25vw;
	font-weight: 600;
	color: #eac292;
}

ul.navbar-footer > li > a:hover,
ul.navbar-footer > li > a:focus {
	text-decoration: none;
}

.container-follow-us-footer {
	margin: 10px 0;
	width: 100%;
	display: block;
}

ul.follow-us-btn {
	text-align: center;
	list-style: none;
}

ul.follow-us-btn > li > a {
	font-size: 2.5vw;
	color: white;
	margin: 0 10px;
}

ul.follow-us-btn > li > a:hover {
	text-decoration: none;
}
ul.follow-us-btn > li > .fa-facebook-official:hover {
	color: #3C5B9B;
}
ul.follow-us-btn > li > .fa-twitter:hover {
	color: #00CCFF;
}
ul.follow-us-btn > li > .fa-instagram:hover {
	color: #F05B45;
}
ul.follow-us-btn > li > .fa-linkedin:hover {
	color: #0172B1;
}
ul.follow-us-btn > li > .fa-youtube:hover {
	color: #CC3334;
}

	@media screen and (max-width: 480px) {

		.navbar-default {
			display: none;
			visibility: hidden;
		}
		.mobile-nav {
			display: block;
			visibility: visible;
			position: fixed;
			top: 0;
			left: 0;			
			background-color: rgba(255,255,255,.95);
			z-index: 98;			
		}
		.mobile-nav > .full-width-nav {
			width: 90%;
		}
		.mobile-nav > .full-width-nav img {
			width: 20%;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		.mobile-nav > .full-width-nav > ul.right-nav {
			display: inline-block;
			float: right;
		}
		.mobile-nav ul.right-nav > li {
			list-style: none;
			display: inline;
			float: left;
			padding-top: 17px;
		}
		.mobile-nav ul.right-nav > li > a {
			font-size: 15px;
			color: black;
			padding: 0 5px;
			text-transform: uppercase;
		}
		.mobile-nav ul.right-nav > li > a:hover {
			text-decoration: none;
		}
		.mobile-product img{
			width: 100px;
			margin: 25px;
		}

		.inner {
			padding: 0 50px;
			font-size: 30px;
			text-align: left;
		}
		.kmj-home{

		}

		.kmj-about {
			padding: 25px;
		}
		.kmj-about p {
			font-size: 14px;
		}

		.kmj-contact {
			padding: 10px;
		}

		.kmj-contact .title-page {
			margin-bottom: 25px;
		}

		.contact-intro > p {
			font-size: 14px;
		}

		.kmj-contact input[type="text"],
		.kmj-contact input[type="email"],
		.kmj-contact  textarea {
			font-size: 14px;
		}

		.container-navbar-footer {
			display: none;
			visibility: hidden;
		}

	}

	@media screen and (max-width: 350px) {

		.navbar-default {
			display: none;
			visibility: hidden;
		}
		.mobile-nav > .full-width-nav img {
			width: 17%;
		}
		.mobile-nav ul.right-nav > li {
			padding-top: 12px;
		}
		.mobile-nav ul.right-nav > li > a {
			font-size: 13px;
			padding: 0 5px;
		}
			.mobile-nav ul.right-nav > li > a:hover {
				text-decoration: none;
			}
		}