@charset "utf-8";
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/poppins.ttf')  format('truetype');
}
@font-face {
	font-family: 'PoppinsMedium';
	src: url('../fonts/poppinsmedium.ttf')  format('truetype');
}
@font-face {
	font-family: 'PoppinsBold';
	src: url('../fonts/poppinsbold.ttf')  format('truetype');
}
@font-face {
	font-family: 'PoppinsExtraBold';
	src: url('../fonts/poppinsextrabold.ttf')  format('truetype');
}
body {
	font-family: 'Poppins', sans-serif;
	margin: 0 auto; 
	font-size:22px;
}
h1, h2, h3{
	font-family: 'PoppinsBold';
}
h1{
	font-size:2em;
}
h2{
	font-size:1.5em;
}
p{
	text-align:justify;
}
.error, .warning{text-align:center; padding:100px 0;}
.btn{padding:4px 10px; text-transform:uppercase; color:#FFF; background-color:#9f8537; font-family:"PoppinsBold"; font-size:20px; border-radius:0;}
.btn-orange{background-color:#f79327; color:#FFF;}
.section{
	overflow:hidden;
}
.section > .container{
	padding-top:100px;	
}
.scrollable .wrap{
	padding-left:15px;
	padding-right:15px;
}
.footer{
	width:100%;
	height:20vh;
	position:absolute;
	z-index:5;
	bottom:0;
	text-align:center;
}
div.mouse{
	width:100px;
	height:100px;
	margin:auto;
}
.mouse p {
  text-transform:uppercase;
  color:#645e46;
}
@-webkit-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}
.scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 1em;
	font-size: 0.75em;
	font-weight: 400;
	color: #232323;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #232323;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn span.mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #645e46;
	border-radius: 23px;
	background:rgba(255,255,255,0.2);
	box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.2);
}
.scroll-btn span.mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: #645e46;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
.container .sub{
	padding:0 100px;
}

/* HEADER */
.header{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:100;
}
.header2 a{
	display:block;
	padding:10px 20px;
	background-color:#dcd4b8;
	color:#594703;
	font-family:"PoppinsMedium";
	font-size:34px;
}
.logo{
	width:220px;
	padding-top:15px;
	float:left;
}
.logo img{
	width:100%;
	height:auto;
}
.header .logo{
	display:block;
}
.header .home-logo{
	float:left;
	display:none;
}
.header.home .home-logo{
	display:block;
}
.header.home .logo{
	display:none;
}
.home-logo{
	float:left;
	padding-top:60px;
	padding-left:50px;
}
.home-logo img{
	height:180px;
	width:auto;
}
ul.lang{
	float:left;
	list-style:none;
	width:36px;
	margin:15px 10px 0 0;
	padding:0;
}
ul.lang li{
	width:36px;
	margin:0;
	padding:0;
}
ul.lang li a{
	display:block;
	line-height:36px;
	font-size:18px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	background-color:#baab7e;	
}
.lang a.active{background-color:#6e5725;}
.lang a:hover{text-decoration:none; background:#6e5725;}
.menu-btn{
	float:left;
	margin:15px 0 0;
	padding:0 20px;
	background:#9b8544;
	font-family: 'PoppinsBold', sans-serif;
	font-size:32px;
	font-weight:700;
	line-height:72px;
	color:#FFF;
	cursor:pointer;
	letter-spacing:1px;
}
.menu-btn:hover{
	background:#6e5725;
}
.menu-btn .v2{
	display:none;
}
.menu-right{
	width:100%;
	height:100vh;
	padding:30px 50px 0 50px;
	position:fixed;
	z-index:101;
	background:#FFF;
	text-align:center;
	left:0;
	top:0;
}
.close {
	float:right;
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor:pointer;
	opacity:0.7;
	z-index:110;
}
.menu-right .close{
	margin:0 -20px 0 0;
}
.menu-right .close:hover::before,
.menu-right .close:hover::after {
	background: #e2c057;
}
.subcategory .close:hover::before,
.subcategory .close:hover::after,
.productdetail .close:hover::before,
.productdetail .close:hover::after,
.map .close:hover::before,
.map .close:hover::after,{
	background: #333;
}
.close::before,
.close::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
}
.menu-right .close::before,
.menu-right .close::after {
	background: #000;	
}
.subcategory .close::before,
.subcategory .close::after,
.productdetail .close::before,
.productdetail .close::after,
.map .close::before,
.map .close::after{
	background: #000;	
}
.close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close.hairline::before, .close.hairline::after {
	height: 1px;
}
.close.thick::before, .close.thick::after {
	height: 4px;
	margin-top: -2px;
}
.close:focus, .close:hover{
	opacity:1;
}
.menu-right ul{
	width:800px;
	height:780px;
	margin:10vh auto 0;
	padding:150px 0 0;
	font-size:38px;
	font-family: 'Poppins', sans-serif;
	list-style:none;
	background-image:url(../images/front/bg-menu.jpg);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.menu-right ul li{
	width:100%;
	margin:0;
	padding:0 220px;
	line-height:1.5em;
}
.menu-right ul a{
	width:100%;
	padding:4px 50px;
	display:block;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	color:#9f8942;
}
.menu-right ul a:hover{
	color:#d6b859;
}

/* slick */
#slider-section{
	position: relative;
}
.slick-slide img{
	width:100%;
	height:100vh;
	object-fit:cover;
	object-position:center top;
}
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 99;
	font: normal normal normal 14px/1 FontAwesome;

}
.slick-next {
	right: 5px;

}
.slick-prev {
	left: 5px;
}
 
.slick-prev:before, .slick-next:before {
	line-height: 1;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #978233;
	font-size: 60px;
	font-weight: bold;
}
.slick-prev:before {
	   content: "\f104";
}
.slick-next:before {
	   content: "\f105";
	   float: right;
}
.btn-arrow-container{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}
.btn-arrow-container .container{
	position: relative;
}
.slider-caption{
	position:absolute;
	z-index:inherit;
	margin-left:70px;
	margin-top:40vh;
	font-family:"PoppinsBold", "Arial Bold";
	font-size:72px;
	line-height:1.2em;
	color:#978233;
}
.slider-caption span{
	color:#645e46;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 200; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
	overflow-x:hidden;
    overflow-y: auto; /* Enable scroll if needed */
}
.modal-backdrop.in{display:none;}

/* ABOUT */
.about{
	background-image:url(../images/front/header-about.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-size:auto 90vh;
}
.about .scrollable{
	height:300px;
	overflow:auto;
}
.about h1{
	margin-bottom:20px;
}
.about h2{
	line-height:1.2em;
	margin:30px 0 10px;
	padding:0;
}
.about ul{
	margin:0;
	padding:0 0 0 25px;
}
.about p, .about li{
	margin-bottom:20px;
	line-height:2em;
	text-align:justify;
}
.about img{
	width:80%;
	margin-left:20%;
}
.about .scrollable{
	height:90vh;
	margin:10vh 0 0;
	padding-bottom:10vh;
	overflow:auto;
}

/* PRODUCTS */
.products h1{
	margin:0 0 5px;
}
.products .col-sm-12 p{
	margin-bottom:25px;
}
.products .item{
	padding:1px;
	overflow:hidden;
}
.products .item:nth-child(3n+1){
	clear:left;
}
.products .item img.img-responsive{
	width:100%;
	height:30vh;
	object-fit:cover;
}
.products .item .over{
	position:absolute;
	width:100%;
	height:100%;
	padding:15px 0;
	background-color:#9f8537;
	z-index:2;
	text-align:center;
	display:none;
}
.products .item .over img{
	height:15%;
	width:auto;
	margin-top:7%;
}
.products .item .over h3{
	margin:10px 0 5px;
	font-size:26px;
	font-weight:bold;
}
.products .item .over ul{
	list-style:none;
	margin:0;
	padding:0;
}
.products .item .over ul li{
	margin:0;
	padding:1px 0;
	font-size:20px;
	line-height:1.2em;
}
.products .item .over a{
	color:#1a1704;
	cursor:pointer;
}
.products .item:hover .over{
	display:block;
}

/* SUBCATEGORY */
.subcategory{
	position:absolute;
	top:0;
	width:100%;
	min-height:100%;
	padding-top:60px;
	text-align:center;
	background-color:#FFF;
}
.subcategory .heading{
	width:80%;
	margin:0 auto 50px;
	text-align:center;
}
.subcategory .heading p{
	text-align:center;
}
.subcategory h2{
	margin:0 0 30px;
	font-size:40px;
	font-weight:bold;
	color:#716130;
}
.subcategory .row{
	margin-top:30px;
}
.subcategory .item{
	margin-bottom:30px;
	text-align:left;
}
.subcategory .item:nth-child(2n+1){
	clear:left;
}
.subcategory .item .image img{
	width:100%;
	height:20vh;
	object-fit:cover;
	cursor:pointer;
}
.subcategory .item .content h3{
	margin:0 0 10px -15px;
	font-weight:bold;
	font-size:28px;
	cursor:pointer;
}
.subcategory .item .content h3 a{
	color:#333;
}


/* PRODUCT DETAIL */
.productdetail{
	position:absolute;
	top:0;
	width:100%;
	min-height:100%;
	padding-top:80px;
	background-color:#FFF;
}
.productdetail strong{
	font-family:"PoppinsBold";
}
.product-content{

}
.product-content h1{
	margin:0 0 15px;
	color:#594703;
}
.product-content h3{
	font-size:12px;
	font-family:"Poppins";
}
.product-content blockquote{
	padding:0 20px;
	font-size:inherit;
}
.product-image{
	padding-left:50px;	
}
.product-image img{
	width:100%;
	height:auto;
}

/* TABLE */
.product-table{
	padding-top:30px;
}
.product-table .table-responsive table{
	border-spacing: 1px;
	border-collapse: separate;
	background-color:#000;
}
.product-table .table-responsive th, .product-table .table-responsive thead td{
	padding:3px;
	background-color:#CCC;
	font-family:"PoppinsMedium";
}
.product-table .table-responsive td{
	padding:3px;
	background-color:#FFF;
}

/* CONTACT */
.contactus h3{
	font-weight:bold;
	font-size:1.2em;
}
.contactus .item{
	font-size:1em;
	line-height:2em;
}
.contactus .roll{
	height:auto;
	width:100%;
	margin:auto;
}

/* NEWS */
.news > .container{
	padding:0;
}
.news .v1 .col-sm-4{
	text-align:center;
}
.news .v1 h1{
	margin:0 0 10px;
}
.news .v1 h2{
	margin:0 0 30px;
	font-family:"Poppins";
}
.news .v1 img{
	max-width:100%;
	max-height:40vh;
}

/* NEWS 2 */
.news .v2 .item img{
	width:100%;
	height:200px;
	object-fit:cover;
	margin-bottom:20px;
}
.news .v2 h1{
	margin:0 0 30px 30px;
}
.news .v2 .item h2{
	margin:0 0 5px;
	font-size:14px;
}
.news .v2 .item h2 a{
	color:#333;
}
.news .v2 .item h3{
	margin:0 0 10px;
	font-size:12px;
	font-family:"Poppins";
}


/* MAP */
.map{
	position:absolute;
	top:0;
	width:100%;
	min-height:100%;
	padding-top:50px;
	font-size:11px;
	text-align:center;
	background-color:#FFF;
}
.map h2{
	margin:0 0 40px;
	font-size:40px;
	font-weight:bold;
}
#map_canvas{
	width:100%;
	height:80vh;
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* ANIMATION */
.hilang{
     opacity:0;
}
.muncul{
     opacity:1;
} 
.delay>div:nth-child(1), .delay>li:nth-child(1) {
  animation-delay: 0s;
} 
.delay>div:nth-child(2), .delay>li:nth-child(2)  {
  animation-delay: 0.22s  ;
} 
.delay>div:nth-child(3), .delay>li:nth-child(3)  {
   animation-delay: 0.3s;
} 
.delay>div:nth-child(4), .delay>li:nth-child(4)  {
  animation-delay: 0.4s;
} 
.delay>div:nth-child(5), .delay>li:nth-child(5)  {
    animation-delay: 0.5s;
} 
.delay>div:nth-child(6), .delay>li:nth-child(6)  {
    animation-delay: 0.6s;
} 
.delay>div:nth-child(7), .delay>li:nth-child(7)  {
    animation-delay: 0.7s;
} 
.delay>div:nth-child(8), .delay>li:nth-child(8) {
    animation-delay: 0.8s;
} 
.delay>div:nth-child(9), .delay>li:nth-child(9) {
    animation-delay: 0.9s;
} 
.delay>div:nth-child(10), .delay>li:nth-child(10) {
    animation-delay: 1s;
} 
.delay>div:nth-child(11), .delay>li:nth-child(11) {
    animation-delay: 1.1s;
} 
.delay>div:nth-child(12), .delay>li:nth-child(12) {
    animation-delay: 1.2s;
} 
.delay>div:nth-child(13), .delay>li:nth-child(13) {
    animation-delay: 1.3s;
} 
.delay>div:nth-child(14), .delay>li:nth-child(14) {
    animation-delay: 1.4s;
} 
.delay>div:nth-child(15), .delay>li:nth-child(15) {
    animation-delay: 1.5s;
} 
.delay-reverse>div:nth-child(1), .delay-reverse>li:nth-child(1) {
  animation-delay: 0.8s;
} 
.delay-reverse>div:nth-child(2), .delay-reverse>li:nth-child(2)  {
  animation-delay: 0.7s  ;
} 
.delay-reverse>div:nth-child(3), .delay-reverse>li:nth-child(3)  {
   animation-delay: 0.6s;
} 
.delay-reverse>div:nth-child(4), .delay-reverse>li:nth-child(4)  {
  animation-delay: 0.5s;
} 
.delay-reverse>div:nth-child(5), .delay-reverse>li:nth-child(5)  {
    animation-delay: 0.4s;
} 
.delay-reverse>div:nth-child(6), .delay-reverse>li:nth-child(6)  {
    animation-delay: 0.3s;
} 
.delay-reverse>div:nth-child(7), .delay-reverse>li:nth-child(7)  {
    animation-delay: 0.2s;
} 
.delay-reverse>div:nth-child(8), .delay-reverse>li:nth-child(8)  {
    animation-delay: 0.1s;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg{opacity: 0;}
.mCSB_inside > .mCSB_container{padding-right:15px;}
.mCSB_scrollTools .mCSB_draggerRail{background-color:#F0F0F0 !important;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#999;}
#fp-nav ul li .fp-tooltip{color:#000;}

@media only screen and (min-width: 1500px){
    .container {
        width: 86%;
    }
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
