/*  https://bootsnipp.com/snippets/featured/carousel-with-timer-and-caption */

@charset "utf-8";
/* CSS Document */

body, html { padding: 0; 
	         margin: 0; 
			 width: 100%;		 
} 

body { /*color: #e0ddcc;*/ 
	   font-size: 15px; 
	   /*background-color: #000;*/
	   line-height: 32px; 
	   /*background: url('../images/background.jpg'); */
	   background-repeat:repeat 
	   padding: 0; 
	   color: #999999; 
	   font-family: 'Montserrat_Regular';
	   /*background-color: #red;*/  
}


@font-face {
	  font-family: 'Montserrat_Regular';
	  src: url('../fonts/montserrat_regular.ttf');  
}

@font-face {
	  font-family: 'Montserrat_Semibold';
	  src: url('../fonts/montserrat_semibold.ttf');  
}

@font-face {
	  font-family: 'Rubik_Light';
	  src: url('../fonts/rubik_light.ttf');  
}

@font-face {
	  font-family: 'Rubik_Medium';
	  src: url('../fonts/rubik_medium.ttf');  
}


.scrollToTop { position: fixed;
			   right: 20px; bottom: 30px;
			   display: none;
			   cursor: pointer; z-index: 999; 
			   /* background: url(arrow_up.png) no-repeat 0px 20px; */
}

a { text-decoration: none; }

ul { margin: 0; 
	 padding: 0; 
	 list-style: none;
}

ul li { margin: 0; 
        padding: 0; 
}

textarea {
    resize: none;
}

.content { width: 75%; 
           margin-left: auto; 
	       margin-right: auto;	
		   position: relative; 
}


#header255 {  
		/* Fallback for web browsers that don't support RGBa */
		background-color: rgb(0, 0, 0);
		/* RGBa with 0.6 opacity */
		background-color: rgba(0, 0, 0, 0.7);
		/* For IE 5.5 - 7*/
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
		/* For IE 8*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
		height: 84px; 
		position: fixed; 
		width: 100%; z-index: 9;
}





.title { font-family: 'Montserrat_Semibold'; 
         font-size: 30px; 
		 color: #333333; 
		 font-weight: normal; 
		 margin-bottom: 0px; 
		 margin-top: 0px;
}

.line-break { border-top: 1px solid #93d756; 
              width: 50px; 
		      margin-top: 17px; 
			  margin-bottom: 12px; 
}
.desc { line-height: 22px; font-family: 'Montserrat_Regular'; font-size: 14px; }
.desc p { margin-top: 0px; margin-bottom: 0px; }
.col { display: inline-block; vertical-align: top; box-sizing: border-box; }

label.error { color:#900; font-size: 11px; display: block; line-height: 18px; }





/* ============================= ABOUT US =================================== */
.aboutus-bg { background: url(../images/aboutus-bg.jpg); 
              background-repeat: no-repeat; 
              padding-top: 35%; 
			  width: 100%; 
			  background-size: cover; 
			  background-position: center;  
}
.aboutus-content { padding-top: 60px; padding-bottom: 60px; }
.aboutus-part { margin-bottom: 50px; }




/* ============================= PRODUCTS =================================== */
.products-bg { background: url(../images/products-bg.jpg); 
                background-repeat: no-repeat; 
                padding-top: 35%; 
			    width: 100%; 
			    background-size: cover; 
			    background-position: center;  
}
.products-content { padding-top: 60px; padding-bottom: 90px; width: 70%; }

.col-nomor, .col-namaproduk, .col-viewproduk { height: 35px; }  
.col-nomor { width: 40px; }
.product-nomor { font-family: 'Rubik_Medium'; color: #6cc918; font-size: 18px; }
.col-namaproduk { width: calc(100% - 40px - 110px);  }
.col-namaproduk2 { width: calc(100% - 40px);  }
.col-viewproduk { width: 110px; position: relative;  }
h1.product-title { font-weight: normal; margin-top: 0px; margin-bottom: 0px; color: #333333; font-size: 18px; font-family: 'Montserrat_Semibold'; }
.show-detail { font-family: 'Montserrat_Regular'; 
               font-size: 13px; 
			   width: 100%; 
			   background-color: #6cc918; 
			   display: block; 
			   line-height: 16px; 
			   text-align: center; 
			   position: absolute; 
			   top: 50%; 
			   -ms-transform: translateY(-50%); 
			   -webkit-transform: translateY(-50%); 
			   transform: translateY(-50%); 
			   padding-top: 4px; 
			   padding-bottom: 4px; 
			   color: #fff; 
			   border-radius: 3px;
			   -webkit-box-shadow: rgba(0,0,0,0.2) 0 0 8px 2px;
			   -moz-box-shadow: rgba(0,0,0,0.2) 0 0 8px 2px;
			   box-shadow: rgba(0,0,0,0.2) 0 0 0 8px 2px; 
}

.show-detail:hover { background-color: #0C3; }

.products-list { margin-top: 15px; }
.products-list-item { margin-bottom: 14px; }
.product-detail-desc { font-family: 'Montserrat_Regular'; font-size: 13px; line-height: 19px; }
.product-detail-desc p { margin-top: 0; margin-bottom: 0; }
.product-detail-desc img { float: right; width: 200px; margin-left: 5px; margin-bottom: 5px; }


/* ============================= CONTACT US =================================== */
.contactus-bg { background: url(../images/contactus-bg.jpg); 
                background-repeat: no-repeat; 
                padding-top: 35%; 
			    width: 100%; 
			    background-size: cover; 
			    background-position: center;  
}
col-contactus-left-container { width: 90%; }
.contactus-content { padding-top: 60px; padding-bottom: 90px; }
.col-contactus-left { width: 70%; box-sizing: border-box; }
.col-contactus-right { width: 30%; box-sizing: border-box; }
.row-address-title { font-size: 15px; font-family: 'Montserrat_Semibold'; color: #333333; padding-left: 25px; }

.arrow-bg { background: url(../images/arrow-icon.png); 
			background-repeat: no-repeat; 
			background-position: center left; 
}
.phone-bg { background: url(../images/phone-icon.png); 
			background-repeat: no-repeat; 
			background-position: center left; 
}
.row-address { margin-bottom: 15px; }
.row-address-desc { font-size: 13px; 
                    line-height: 18px; 
					margin-top: 3px; 
					padding-left: 25px; 
					font-family: 'Rubik_Light'; 
					color: #666666; 
}
.col-form-left { width: 50%; }
.col-form-right { width: 50%; }
.contactus-form-address { margin-top: 35px; }
.col-contactus-left-container { width: 90%; }
.form-field { border: 1px solid #CCC; background-color: #fafafa; line-height: 20px; width: 90%; line-height: 30px; padding-left: 10px; padding-right: 10px; color:#999; font-size: 15px; border-radius: 3px;  }
.row-form { margin-bottom: 25px; width: 100%; }
.row-form textarea { width: 95%; }


.form-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999; font-size: 13px; font-family: 'Rubik_Light';
}
.form-field::-moz-placeholder { /* Firefox 19+ */
  color: #999999; font-size: 13px; font-family: 'Rubik_Light';
}
.form-field:-ms-input-placeholder { /* IE 10+ */
  color: #999999; font-size: 13px; font-family: 'Rubik_Light';
}
.form-field:-moz-placeholder { /* Firefox 18- */
  color: #999999; font-size: 13px; font-family: 'Rubik_Light';
}

.btnGreen { background-color: #6cc918; 
            border: none; 
			padding: 10px 30px; 
			color: #fff; 
			font-family: 'Montserrat_Semibold'; 
			border-radius: 3px; 
			font-size: 12px;
			-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 8px 2px;
			-moz-box-shadow: rgba(0,0,0,0.2) 0 0 8px 2px;
			box-shadow: rgba(0,0,0,0.2) 0 0 0 8px 2px; 
			cursor: pointer;
}

.btnGreen:hover { background-color: #0C3; }
.btnGreen:active {
   background-color: #0C3;
  /*background-color: #3e8e41;
  box-shadow: 0 1px #666;*/
  transform: translateY(2px);
}

.part-sending { text-align: center; 
                margin-top: 80px; 
				display: none; 
} 
.part-result { display: none; 
               text-align: center; 
			   font-size: 30px; 
			   font-weight: bold; 
			   margin-top: 40px;
}
#kode { width: 90px; }


/*.col-aboutus-center { width: 20px; }
.col-aboutus-left { width: 20px; }
.col-aboutus-right { width: 20px; }*/



/* ============================= HEADER =================================== */
.col-header-left { width: 25%; }
.col-header-center { width: calc(100% - 25% - 185px); }
.col-header-right { width: 185px; }
.menu { float: right; }
/*.header-fixed { position: fixed; 
                top: 35px;
				height: 55px; 
				background-color: #fff; 
				padding-left: 20px; 
				padding-right: 20px; 
				left: 50%;
				width: 80%;
				-ms-transform: translateX(-50%); 
				-webkit-transform: translateX(-50%); 
				transform: translateX(-50%); 
				z-index: 3;		
				-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 5px 2px;
				-moz-box-shadow: rgba(0,0,0,0.2) 0 0 5px 2px;
				box-shadow: rgba(0,0,0,0.2) 0 0 0 5px 2px;
}*/

.header-fixed { position: absolute; 
                top: 35px;
				height: 55px; 
				background-color: #fff; 
				padding-left: 20px; 
				padding-right: 20px; 
				left: 50%;
				width: 100%;
				-ms-transform: translateX(-50%); 
				-webkit-transform: translateX(-50%); 
				transform: translateX(-50%); 
				z-index: 99999;		
				-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 5px 2px;
				-moz-box-shadow: rgba(0,0,0,0.2) 0 0 5px 2px;
				box-shadow: rgba(0,0,0,0.2) 0 0 0 5px 2px; 
				box-sizing: border-box;
}
				
				
.menu li { float: left; margin-left: 10px; margin-right: 10px; font-family: 'Montserrat_Semibold'; font-size: 12px; line-height: 55px; }
.menu li:last-child { margin-right: 20px; }
h1.menu-title { line-height: 55px; color: #6cc918; font-size: 15px; font-family: 'Montserrat_Semibold'; font-weight: normal; margin-top: 0; margin-bottom: 0; }

.menu-item a { color: #666666; display: block; text-align: center; }

.menu-item a:link { color: #666666; }
.menu-item a:visited { color: #666666; }
.menu-item { position: relative; }
.menu-item span { color: #666666 }

.border-bottom { -ms-transform: translateX(-50%); 
				 -webkit-transform: translateX(-50%); 
				 transform: translateX(-50%); 
				 left:50%; 
				 position: absolute; 
				 width: 0%; 
				 border: 0px solid #6cc918; 
				 margin-top: -2px;
				 -webkit-transition: all 0.3s ease-in-out 0s;
	             transition: all 0.3s ease-in-out 0s;
}

.menu-item.active .border-bottom { border: 1px solid #6cc918; width: 100%; } 


#txtSearch { /*border: 1.5px solid #c2c2c2; */
          /*-moz-border-radius: 5px; 
		  -webkit-border-radius: 5px; 
		  border-radius: 5px;*/ 
		  /*line-height: 20px; */
		  height: 26px;
		  padding-left: 8px; 
		  padding-right: 8px; 
		  width: 150px; 
		  border: none; 
		  color: #999;
		  /*width: 170px;*/
		  /*background: url(../images/search-icon.png); 
		  background-repeat: no-repeat; 
		  background-position: center right; */
}

.search-bar { border: 1px solid #808181;
			  height: 26px;
			  width: 180px; 
			  margin-top: 14px;
			  /*position: absolute;
			  top: 50%;
			  transform: translateY(-50%);*/
}

#btnSearch { width: 30px; 
             height: 26px; 
             border: none; 
			 border-left: 1px solid #808181; 
			 background: url(../images/search-icon.png); 
		     background-repeat: no-repeat; 
		     background-position: center center; 
			 cursor: pointer; 
			 text-indent: -100px;
}
.col-search-left {  width: 150px; }
.col-search-right { width: 30px; }



/* ========================== menu mobile ============================ */
.menu-mobile { position: absolute; 
               width: 26px;
               height: 26px; 
			   /*background-color: red;*/ 
			   top: 50%;
			   -webkit-transform: translate(0, -50%);
			   -ms-transform: translate(0, -50%);
			   transform: translate(0, -50%); 
			   cursor: pointer; 
			   left: 20px; 
			   display: none;	   
}
.menu-mobile-bg.open { background: url(../images/menu-mobile-open.png);
    				background-repeat: no-repeat; 
					width: 100%;
               		height: 100%; 
}
.menu-mobile-bg.close { background: url(../images/menu-mobile-close.png);
    				 background-repeat: no-repeat; 
					 width: 100%;
                     height: 100%; 
					 display: none;    
}

.menu-item2 a { display: block; line-height: 32px; font-family: 'Montserrat_Regular'; font-size: 14px; }
.menu-item2-inner { padding-left: 20px; padding-right: 20px; }









/*ul.menu-mobile-dropdown li a:visited { color: #fff; }
ul.menu-mobile-dropdown li a:link { color: #fff; }
ul.menu-mobile-dropdown li a { display: block }*/



/* ============================= FOOTER =================================== */
#footer { background-color: #547935; height: 120px; color: #fff; }
.col-footer-left { position: relative; height: 120px; width: 70%; font-size: 14px; font-family: 'Montserrat_Regular';   }
.col-footer-right { position: relative; height: 120px; width: 30%; font-size: 14px; font-family: 'Montserrat_Regular';   }
.footer-text-left { position: absolute; 
                    top: 50%; 
					-ms-transform: translateY(-50%); 
					-webkit-transform: translateY(-50%); 
					transform: translateY(-50%); 
}
.footer-text-right{ position: absolute; 
                    top: 50%; 
					-ms-transform: translateY(-50%); 
					-webkit-transform: translateY(-50%); 
					transform: translateY(-50%); 
}
.left-78 { left: 78px; }








/* ============================= popup box ================================== */
.noscroll { overflow: hidden; position: fixed; }
.popup-close { position: absolute; top: 10px; right: 10px; }
.popup-overlay { display: none; 
                 opacity: 0;  /* Hidden by default */
				 position: fixed; /* Stay in place */
				 z-index: 9999999; /* Sit on top */
				 top: 0; right: 0; bottom: 0; left: 0;
				 width: 100%; /* Full width */
				 height: 100%; /* Full height */
				 overflow: auto; /* Enable scroll if needed */
				 background-color: rgb(0,0,0); /* Fallback color */
				 background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
				 -webkit-transition: opacity 400ms ease-in;
				 -moz-transition: opacity 400ms ease-in;
				 transition: opacity 400ms ease-in;
}
.popup-content { position: absolute; top: 80px;
				 left: 50%; 
				 -ms-transform: translateX(-50%);
				 -webkit-transform: translateX(-50%);
				 transform: translateX(-50%); 
				 width: 50%; 
				 background-color: #fff;
}
.popup-inner { position: relative; padding-left: 30px; padding-right: 30px; padding-top: 30px; padding-bottom: 30px; }
.popup-close img { width: 28px; }







/* ==================================== timer for home ======================================= */

.transition-timer-carousel .carousel-caption {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 15%;
	padding-right: 15%;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	font-size: 24px;
}
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #6cc918;
    width: 0%;
    /*margin: -5px 0px 0px 0px;*/
	margin: 0px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}


/* ============================================ HOME ============================================ */
.item {  min-height: calc(100vh - 125px); height: calc(100% - 125px); } 
.item1 {    background: url('../images/home/slide_1.jpg');
			position:relative; 
			box-sizing: border-box; 
			background-repeat: no-repeat; 
			background-size: cover; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-position: center; 
			width: 100%; 
			/*height: calc(100vh - 125px);*/
			/*min-height: calc(100vh - 125px);*/
			/*height: calc(100% - 125px);*/
}

.item2 {    background: url('../images/home/slide_2.jpg');
			position:relative; 
			box-sizing: border-box; 
			background-repeat: no-repeat; 
			background-size: cover; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-position: center; 
			width: 100%; 
			/*min-height: calc(100vh - 125px);*/
			/*height: calc(100% - 125px);*/
}

.item3 {    background: url('../images/home/slide_33.jpg');
			position:relative; 
			box-sizing: border-box; 
			background-repeat: no-repeat; 
			background-size: cover; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-position: center; 
			width: 100%; 
			/*height: calc(100vh - 125px);*/
			/*min-height: calc(100vh - 125px);*/
			/*height: calc(100% - 125px);*/
}




.slider-title-1 { font-size: 14px; color: #FFF; margin-bottom: 7px; text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);  }
.slider-title-2 { font-family: 'Montserrat_Semibold'; 
                  /*font-size: 25px;*/ font-size: 25px; 
				  color: #fff; 
				  /*line-height: 28px;*/ line-height: 28px; 
				  margin-bottom: 18px;
				  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5); }
a.slider-btnShow { color: #fff; 
                   background-color: #6cc918; 
				   font-size: 14px; 
				   font-family: 'Montserrat_Semibold'; 
				   display: inline-block; padding: 5px 25px 5px 25px;
				   -webkit-border-radius: 5px; 
				   -moz-border-radius: 5px; 
				   border-radius: 5px; 
				   box-shadow: 2px 2px 4px rgba(0, 0, 0, .3); }

.slider-desc { position: absolute; z-index: 2; top: 115px; left: 20px; }
.slider-desc img { width: 100px; margin-bottom: 2px; }




/* Arrows */
.prev1,
.next1
{
   	position: absolute;
    top: 50%;
    /*display: inline-block; */
	width: 60px; 
	height: 100px; 
	line-height: 100px; 
	margin: 0;
	backface-visibility: hidden;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	color: white;
    overflow: hidden;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 3px;
    z-index: 4;
    opacity: 1;
	cursor: pointer;
    font-family: sans-serif;
    font-size: 11px;
    cursor: pointer;
    background-color: transparent;
    /* border: 1px solid white; */ 
}

.prev1:before,
.next1:before
{
    position: absolute;
    top: 25px;
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
}
.prev1:before
{
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    backface-visibility: hidden;
    right: -16px;
}
.next1:before
{
	-ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    backface-visibility: hidden;
    left: -16px;
}

.prev1
{
    left: 90px;
}
[dir='rtl'] .prev1
{
    right: 90px;
    left: auto;
}
.next1
{
    right: 90px;
}
[dir='rtl'] .next1
{
    right: auto;
    left: 90px;
}











/* ========================================= menu mobile ========================================== */
.menu-mobile-dropdown {
	color: #fff;
    background-color: #869a60;
	font-size: 16px; 
	line-height: 18px;
    width: 100%;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.2); 
	/*display: none;*/
	font-family: 'Solido_Medium'; 
	position: absolute; 
	top: 90px; 
	z-index: 9999; 
	display: none;
}

ul.menu-mobile-dropdown li { padding-bottom: 5px; }
ul.menu-mobile-dropdown li:first-child {
    padding-top: 5px;
}
ul.menu-mobile-dropdown li a:visited { color: #fff; }
ul.menu-mobile-dropdown li a:link { color: #fff; }
ul.menu-mobile-dropdown li a { display: block }
ul.menu-mobile-dropdown li a:hover { background-color: rgb(0,0,0); /* Fallback color */
					                 background-color: rgba(255,255,255,0.3); /* Black w/ opacity */ }

@media screen and (max-width : 1100px)
{
	.menu li { margin-left: 5px; margin-right: 5px; }
}
		
@media screen and (max-width : 1000px)
{
	/*body { background-color: #F0F } */
	.menu li { margin-left: 7px; margin-right: 7px; }
	
	.menu { display: none; }
	.col-header-left { width: calc(100% - 185px); }
	.col-header-center { width: 0; }
	h1.menu-title { margin-left: 37px; }
	.menu-mobile { display: block; }
	
	.prev1 { left: 40px; }
	.next1 { right: 40px; }	
}		
				  							  												  					
@media screen and (max-width : 960px)
{
	/*body { background-color: red; }*/
	.products-content { width: 85%; }
	.popup-content { width: 70%; }
	
	
	/*ul.menu { display: none; }
	.menu-mobile { display: block; }*/
}


@media screen and (max-width : 768px)
{
	/*body { background-color: yellow; }*/
	.title { font-size: 25px; }
	.content { width: 85%; }
	.products-content { width: 100%; }
	/*#header { background-color: red; }*/	
	
	.col-nomor { width: 40px; }
	.product-nomor { font-size: 16px; }
	h1.product-title { font-size: 16px; }
	.popup-content { width: 85%; }
	.product-detail-desc { font-size: 12px; }
	.col-form-right { width: 100%; margin-top: 10px; }
	.col-form-left { width: 100%; }
	.row-form { margin-bottom: 10px; }
	.form-field { line-height: 27px;
    				  padding-left: 5px;
    				  padding-right: 5px;
	}
	.access-code { font-size: 10px; }
	
	.col-contactus-left { width: 60%; }
	.col-contactus-right { width: 40%; }
	.col-contactus-left-container { width: 100%; }
	.row-form textarea { width: 90%; }
	.prev1 { left: 5px; }
	.next1 { right: 5px; }
	.slider-desc { left: 40px; }
	
	.slider-desc img { width: 70px; margin-bottom: 2px; }
	.slider-title-1 { font-size: 12px; color: #FFF; margin-bottom: 6px; }
	.slider-title-2 { font-family: 'Montserrat_Semibold'; 
					  /*font-size: 30px; */ font-size: 22px;
					  color: #fff; 
					  /*line-height: 35px;*/ line-height: 25px;
					  margin-bottom: 13px;
					  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5); 			  
	}
	a.slider-btnShow { color: #fff; 
					   background-color: #6cc918; 
					   font-size: 12px; 
					   font-family: 'Montserrat_Semibold'; 
					   display: inline-block; padding: 2px 10px 2px 10px;
					   -webkit-border-radius: 5px; 
					   -moz-border-radius: 5px; 
					   border-radius: 5px; 
					   box-shadow: 2px 2px 4px rgba(0, 0, 0, .3); 
	}
	
	
	
	.aboutus-bg { background: url(../images/aboutus-bg.jpg); 
				  background-repeat: no-repeat; 
				  padding-top: 50%; 
				  width: 100%; 
				  background-size: cover; 
				  background-position: center;  
	}
	
	.products-bg { background: url(../images/products-bg.jpg); 
				   background-repeat: no-repeat; 
				   padding-top: 50%; 
				   width: 100%; 
				   background-size: cover; 
				   background-position: center;  
	}
	
	.contactus-bg { background: url(../images/contactus-bg.jpg); 
					background-repeat: no-repeat; 
					padding-top: 50%; 
					width: 100%; 
					background-size: cover; 
					background-position: center;  
	}
		
	
	
	
	
}

@media screen and (max-width : 600px)
{
		/*#header { background-color: #0F0; }*/	
		/*body { background-color: green; }*/
		.title { font-size: 22px; }
		
		h1.product-title { font-size: 13px; }
		.show-detail { font-size: 11px; }
		.content { width: 90%; }
	
		.col-nomor { width: 30px; }
		.product-nomor { font-size: 13px; }
		.col-namaproduk { width: calc(100% - 30px - 90px); }
		.col-namaproduk2 { width: calc(100% - 30px); }
		.col-viewproduk { width: 90px; position: relative; }
		
		.col-footer-left { width: 100%; height: auto; font-size: 11px; }
		.col-footer-right { width: 100%; height: auto; font-size: 11px; }
		.footer-text-left, .footer-text-right { position: relative; 
												top: auto; 
												-ms-transform: none;
												-webkit-transform: none;
												transform: none;
 		}
		#footer { padding-top: 10px; }
		.left-78 { left: auto; }
		.popup-content { width: 90%; }
		.product-detail-desc img { width: 160px; }
		.product-detail-desc { font-size: 10px; }
		h1.menu-title { font-size: 9px; }
		
		
		
		.search-bar { border: 1px solid #808181;
					  height: 26px;
					  width: 150px; 
					  margin-top: 14px;
		}
		#txtSearch { height: 26px;
				     padding-left: 8px; 
				     padding-right: 8px; 
				     width: 125px; 	 
		}
		#btnSearch { width: 26px; }
		.col-search-left {  width: 125px; }
		.col-search-right { width: 25px; }
		
		.col-header-right { width: 152px; }
		.col-header-left { width: calc(100% - 152px); }
		
		.col-contactus-left { width: 55%; }
		.col-contactus-right { width: 45%; }
		.access-code { font-size: 8px; }
		.row-address-title { font-size: 13px; }
		.row-address-desc { font-size: 11px; line-height: 15px; }
		#kode { width: 70px; }
		.form-field { font-size: 13px; }
		
		.desc {
			line-height: 21px;
			font-family: 'Montserrat_Regular';
			font-size: 13px;
		}	
		
		.prev1 { left: 0px; }
		.next1 { right: 0px; }	
		
		
		.slider-title-1 { font-size: 12px; color: #FFF; margin-bottom: 6px; }
		.slider-title-2 { font-family: 'Montserrat_Semibold'; 
						  /*font-size: 20px;*/ font-size: 19px;
						  color: #fff; 
						  /*line-height: 25px;*/ line-height: 22px;
						  margin-bottom: 10px;
						  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5); 
		}
		
		a.slider-btnShow { color: #fff; 
						   background-color: #6cc918; 
						   font-size: 10px; 
						   font-family: 'Montserrat_Semibold'; 
						   display: inline-block; padding: 1px 8px 1px 8px;
						   -webkit-border-radius: 3px; 
						   -moz-border-radius: 3px; 
						   border-radius: 3px; 
						   box-shadow: 2px 2px 4px rgba(0, 0, 0, .3); 
		}
		
		.aboutus-bg { background: url(../images/aboutus-bg.jpg); 
					  background-repeat: no-repeat; 
					  padding-top: 70%; 
					  width: 100%; 
					  background-size: cover; 
					  background-position: center;  
		}
		
		.products-bg { background: url(../images/products-bg.jpg); 
					   background-repeat: no-repeat; 
					   padding-top: 70%; 
					   width: 100%; 
					   background-size: cover; 
					   background-position: center;  
		}
		
		.contactus-bg { background: url(../images/contactus-bg.jpg); 
						background-repeat: no-repeat; 
						padding-top: 70%; 
						width: 100%; 
						background-size: cover; 
						background-position: center;  
		}
		
		
		
			
}


@media screen and (max-width : 500px)
{
		.popup-content { width: 95%; }
		.product-nomor { font-size: 10.5px; }
		h1.product-title { font-size: 10px;  }
		.show-detail { font-size: 10.5px; }
		
		
		
		.search-bar { border: 1px solid #808181;
					  height: 26px;
					  width: 140px; 
					  margin-top: 14px;
		}
		#txtSearch { height: 26px;
				     padding-left: 8px; 
				     padding-right: 8px; 
				     width: 115px; 	 
		}
		#btnSearch { width: 26px; }
		.col-search-left {  width: 115px; }
		.col-search-right { width: 25px; }
		
		.col-header-right { width: 142px; }
		.col-header-left { width: calc(100% - 142px); }
		
		
		
		.products-list-item {
			margin-bottom: 0px;
		}
		
		
}
