body {
	padding:0;
	margin:0;
	font-family:'Karla', sans-serif;;
	background:#fff;
	font-size:15px;
	line-height:30px;
	color: #0e4950;
}

a {
	color:#035a2d;
}

a:hover {
	text-decoration: none;
}

.brand-logo {
	max-width: 300px;
}

.content-wrapper {
	margin-top:86px;
}

.content {
	padding-bottom: 100px;
}

.content-container {
	background-color:#fff;
	padding:30px;
	border-top:solid 3px #11418b;
	border-bottom:solid 2px #ccc;
	margin-bottom:50px;
}	

.container-narrow {
	padding:85px 150px 30px 150px;
}

.container-fluid {
	max-width: 1600px;
}

.product-detail {
	padding-left:20px; 
	padding-right: 20px;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='box'] {
  flex-grow: 1;
  align-self: flex-start;
}

.box {
    height: 100%;
    text-align:center; 
    padding: 25px; 
    background: #fff; 
    margin-bottom: 20px;
}

.box-shadow {
    box-shadow: 0px 0px 18px 3px #eee; 
}

.row.display-flex [class*='col-'] {
	margin-bottom: 20px;
}

.row.display-flex > [class*='news-box'] {
  flex-grow: 1;
  align-self: flex-start;
}

.news-box {
    height: 100%;
    text-align:left; 
    line-height: 25px;
}

.news-box a{
	 	color:#035a2d;
}

.news-box a:hover {
	color: #0d8145;
	text-decoration: none;
}

.news-box h4{
	 	padding-top:5px;
	 	padding-bottom:5px;
	 	margin-bottom: 0;
	 	line-height: 27px;
}

.news_caption {
	color:#bbb;
	font-size: 13px;
	line-height: 16px;
	padding:10px;
	text-decoration: none;
}

.news_caption:hover,
.news_caption a:hover {
	text-decoration: none;
}

.category-title {
	color:#b8afa0;
	font-weight: bold;
	margin-top: 30px;
}

.product-list {
	padding:15px;
}

.product-thumb {
	display: inline-block;
	width: 28%;
	margin: 20px 20px 20px 20px;
	line-height: 20px;
	font-size: 13px;
	color:#b8afa0;
}

.product-thumb img {
	margin-bottom: 5px;
}

.product-thumb a {
	color:#b8afa0;
}

.product-thumb h3 {
	padding:0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}


@media (max-width: 992px) {
	.product-thumb {
		width: 40%;
		margin: 20px 20px 20px 20px;
	}
}

@media (max-width: 640px) {
	.product-thumb {
		width: 35%;
		margin: 15px;
	}
}



.whatsapp {
	position:fixed;
	width:70px;
	bottom:20px;
	right:20px;
	height:70px;
	text-align:right;
	font-size: 80px;
	z-index:10000000000;
}

.whatsapp a {
	background:#29a71a;
	border:solid 1px #25a017;
	color:#fff;
	font-size:30px;
	padding:10px 15px;
	border-radius:60px;
  width:60px;
 	height:62px;
}


.whatsapp a:hover {
	background:#189609;
	text-decoration:none;
}



.container-navbar {
	/*max-width: 1400px;*/
	padding-top: 0px;
}

.banner_container {
	margin-bottom: 0px;
	background: url('../../assets/images/e-bg.jpg');
	background-size: 100% auto;
}

.banner_wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
}

.countdown {
	display: block;
	text-align: center;
	font-size: 98px;
	line-height: 100px;
}

@media (max-width: 680px) {
	.countdown {
		font-size: 75px;
		line-height: 85px;
	}

}


.grey-box {
	background-color: #f8f8f8;
	padding: 20px;
}


.list-dotted-border{
	border:none;
	list-style:none;
	padding:0;
}

.list-dotted-border li{
	border-bottom:solid 1px #e6e6e6;
	padding:10px;
}

.list-dotted-border li:hover{
	background:#eee;
	text-decoration:none;
}

.list-dotted-border a:hover{
	text-decoration:none;
}

.banner-mobile {
	display: none;
}

.web-container {
	background: #fff;
	padding: 50px;
	min-height: 800px;
}

.custom-breadcrumb {
	padding:40px;
	background: #f8f8f8;
	color: #0e4950;
	font-size: 14px;
	margin-bottom: 25px;
}	

.custom-breadcrumb .breadcrumb {
	padding-left:0;
}	

.custom-breadcrumb .breadcrumb > li + li:before {
  content: "\f105";
	font-family:'FontAwesome';
}

.custom-breadcrumb .fa {
	margin-left:5px;
	margin-right:5px;
	font-weight:normal;
}	

.custom-breadcrumb h1{
	color: #0e4950;
	margin-bottom: 0;
	padding-bottom: 0;
}
.custom-breadcrumb a{
	color: #0e4950;
}


.home-container {
}

.container-content {
	margin-top:35px;
	margin-bottom:50px;
}	

img {
	max-width:100%;
}	

.row-list {
	margin-bottom:30px;
}	

.myslider-control {
	background:none!important
}

.carousel {
	margin-bottom:40px;
}		

h1,h2,h3,h4,h5,h6 {
	line-height:normal;
	margin:0;
	padding:5px 0px;
	font-family: 'Lato';
}

h1,h2,h3, h4 {
	margin-bottom:10px;
}	

.g-recaptcha {
	display:inline-block;
}	

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.top-nav {
	padding:5px 0px;
	background-color: #0c8444;
	color: #fff;
	font-size: 14px;
}

.top-nav span {
	padding-right:20px;
}


.btn-social {
	font-size:14px;
	color:#0c8444;
}	

.btn-social span {
	display: inline-block;
	padding-right: 10px;
}	


.top-nav a {
	color: #fff;
}
.top-nav-menu-latest {
	border-right:solid 1px #09377f;
}

.top-nav .hide-on-mobile {
	padding:0px;
}	

.top-nav i {
	margin-right:5px;
}	

.top-nav a{
}	

.main-navbar {
	width:100%;
	z-index:999;
	top:0;
	box-shadow:0px 3px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.content-margin-top {
	margin-top:100px;
}

.brand {
	color: rgba(38, 37, 194, 1);
	font-size:30px;
	font-weight:bold;
	line-height:36px;
}
.brand img {
	display:inline-block;
	float:left;
	width: 350px;	
}		

.btn-navbar {
	color: #fff!important;
	padding:12px 20px!important;
	margin-top:6px!important;
	display: inline-block!important;
	margin-left:15px;
	font-size: 14px;
	border-radius: 30px!important;
	border:none!important
}

.btn-navbar:hover {
	border:none!important
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
  color: rgba(38, 37, 194, 1);
	font-size:28px;
	font-weight:bold;
}
#custom-bootstrap-menu.navbar-default {
  border-width: 0px;
  border-radius: 0px;
	transition: all 0.3s ease;
	border-bottom:none;
	margin-bottom:0px;
	padding:15px 30px 10px 0px;
	background: #fff;
	color: #222;
  box-shadow: 0px 0px 80px 0px rgba(62, 62, 62, 0.1);
	font-size: 16px;
	letter-spacing: 0.1px;
	text-transform: uppercase;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li {
	padding-left:5px;
}

#custom-bootstrap-menu.navbar-default .navbar-nav {
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
	color: #333;
	padding:5px;
	margin: 15px 15px;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
	background:none;
	color:#206d78;
	background-color:none;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
	background:none;
	border-bottom: solid 2px #035a2d;
	color:#035a2d;
	background-color:none;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle {
	margin-top:20px;
	background-color:none;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background: none;
	background-color:none;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #2f1d7b;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #2f1d7b;
}

#custom-bootstrap-menu.navbar-default .dropdown-menu {
  background-color: #fff;
  margin-top:0px;
  padding:5px;
}
#custom-bootstrap-menu.navbar-default .dropdown-menu > li > a {
  color: #555;
  padding:8px 15px;
}
#custom-bootstrap-menu.navbar-default .dropdown-menu > li > a:hover,
#custom-bootstrap-menu.navbar-default .dropdown-menu>li>a:focus {
  background-color: #eee;
  color: #333;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>.dropdown>a:hover .caret {
  border-bottom-color: #486972;

}

@media (max-width: 992px) {
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}

	.container-narrow {
		padding:20px;
	}

	#custom-bootstrap-menu.navbar-default {
	}	
	
	#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
	}
	
	.brand img {
		margin-left: 10px;
		width: 280px;
	}		
	
	.hide-on-mobile {
		display:none!important
	}

	.navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

  #custom-bootstrap-menu.navbar-default {
		background: #fff;
		color: #222;
		margin-bottom: 0;
	}

  #custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
  #custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
  #custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
		border:none;
		border-radius:0;
	}
  
  #custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
  	  border:none;
  	  color: #222;
  }
}

@media (max-width: 640px) {

	.banner-desktop {
		display: none;
	}

	.banner-mobile {
		display: block;
	}

	.text-xs-center {
		text-align: center!important
	}
}


@media (max-width: 992px) {
	.center-on-mobile{
		text-align:center;
	}
	
	.left-on-mobile {
		text-align:left;
	}	
	
	
	.page-picture {
		height:100px;
		padding-top:20px;
	}	
	
	.page-picture h2{
		font-size:30px;
	}	
	
  .top-nav-menu {
	border:none; 
  }
  .top-nav-menu-latest {
	border:none; 
  }		

  
  
  



}


img {
	max-width:100%;
	height:auto;
}	

.section-green {
	padding:30px 20px;
	background-color:#11418b;
	margin-bottom:0px;
	color:#fff;
}

.section-pattern {
	padding:50px 20px;
	background:url(../images/pattern.png);
	background-repeat:repeat;
	margin-bottom:0px;
}

.section-blue {
	padding:50px 20px;
	background-color:#11418b;
	margin-bottom:0px;
	color:#fff;
}	

.carousel-content {
	 padding-left:200px; 
	 padding-right:200px; 
	 display:block;
} 

.text-blue {
	color:#11418b;
}	

.text-grey {
	color:#888;
}	

.text-brown {
	color: #973b30;
}



@media (max-width: 1200px) {
	.section-green h2{
		font-size:24px;
	}
	.section-green{
		font-size:16px;
	}
	.carousel-content {
		 padding-left:0px; 
		 padding-right:0px; 
	} 
	
}


@media (max-width: 992px) {
	.logo {
		padding-top:15px;
	}	
		
}

@media (max-width: 768px) {
	.section-green h2{
		font-size:22px;
	}
	.section-green{
		font-size:14px;
	}
	.btn-konsultasi {
		margin-top:10px;
	}
	.logo {
		width:85%;
		height:auto;
		padding-top:0px;
		padding-left:5px;
	}
	
	#custom-bootstrap-menu.shrink .logo {
		width:75%;
	}

	#custom-bootstrap-menu.navbar-default .navbar-toggle {
		margin-top:10px;
	}

	.web-container {
		padding: 20px 0px;
	}
}


h3 {
	font-size:20px;
}	


.btn-konsultasi:hover{
	color:#eee;
}

.section-white {
	padding:45px 0px 50px 0px;
	background-color:#fff;
}	

.section-clear {
	padding:45px 0px 50px 0px;
}


.section-yellow {
	padding:20px 20px 30px 20px;
	background-color: rgba(255, 209, 51, 1);
}

.section-yellow a{
	color:#000;
}




.page-content {
	padding-top:20px;
	padding-bottom:50px;
}


img {
	max-width:100%;
	height:auto;
}	

.page-picture {
	color:#fff;
	text-shadow: 3px 3px 20px #000;
}

.page-picture a{
	color:yellow!important
}

@media (min-width: 992px) {
	.home-about .btn {
		margin-top:50px;
	}
	
	.page-content {
		min-height:500px;
	}	
	
	.page-picture {
		height:250px;
		padding-top:80px;
	}

	.page-picture h2{
		font-size:40px;
	}

}

@media (max-width: 992px) {
	.mobile-margin-bottom {
		margin-bottom:30px;
	}
	
	
	.page-picture {
		height:100px;
		padding-top:20px;
	}	
	
	.page-picture h2{
		font-size:30px;
	}	
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.sm-text-center {
		text-align:center!important
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.xs-text-center {
		text-align:center!important
	}	
	h2 {
		font-size:24px;
	}
	h3 {
		font-size:18px;
	}		
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}


.box h1,h2,h3,h4,h5,h6{
	margin-top:5px;
	padding-top:0;
}

.box-white {
	background-color:#fff;
}

.box-content {
	padding:20px;
}	

.btn-green {
	background-color:#206d78;
	color:#fff!important
}


.btn-green:hover {
	background-color:#175a64!important;
	color:#fff;
}

.btn-green:active {
	color:#fff;
}


.btn-orange {
	background-color:#035a2d;
	color:#fff!important
}


.btn-orange:hover {
	background-color:#a6310b!important;
	color:#fff;
}

.btn-orange:active {
	color:#fff;
}


.btn-green-invert {
	border:solid 2px #009b4d;
	background-color:#fff;
	border-radius:0px;
	font-size:20px;
	font-weight:bold;
	color:#009b4d;
	margin-top:20px;
}

.btn-green-invert:hover {
	border:solid 2px #208450;
	color:#208450;
}

.margin-bottom {
	margin-bottom:30px;
}	

.no-margin-bottom {
	margin-bottom:0;
}

.grey {
	color:#888;
}		


.date {
	color:#777;
	font-size:14px;
}	

.img-news {
	margin-bottom:20px;
}	

.footer {
	padding:20px 0px;
	text-align: center;
	line-height: 25px;
	background-color: #062c03;
	color: #fff;
	font-size: 14px;
}

.footer a{
	color: #fff;
}

.social-media {
	padding:15px 5px;
}

.social-media a {
	display: inline-block;
	padding:5px 12px;
	font-size: 18px;
}



.box-info {
	margin-top:25px;
}	

.gallery-list {
	margin-bottom:30px;
}

.gallery-list h4 {
	margin-bottom:0;
	padding-bottom:0;
}	

.copyright {
	margin-top: 5px;
	padding-top:5px;
	border-top:solid 1px #aac4a7;
}

.copyright a{
	color:#eee
}

.clear-bg {
	height:200px;
	width:50px;
	background:none!important
}	

.list-group-item-active {
	background-color:#11418b;
	color:#fff!important
}

.list-group-item-active:hover {
	background-color:#11418b!important
}

.page-header {
	margin:0px;
	padding:15px 0px;
	background-color:#f6f6fc;
	border-bottom:solid 1px #ddd;
	color:#888;
}

.page-header h3 {
	font-size:20px;
	display:inline-block;
	margin-bottom:0;
}	

.no-padding {
	padding:0;
}

.no-margin {
	margin:0;
}	

h3 {
	margin-top:0;
}

.input-info {
	padding-top:5px;
}

label {
	font-weight:normal;
}		

.text-green { 
	color:#009b4d;
}


.text-bold { 
	font-weight:bold;
}

.readmore {
	margin-top:20px;
}	

.child-list {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:solid 1px #f6f6f6;
}	

.child-list img,
.child-column img {
	max-width:100%;
	margin-bottom:10px;
}

.child-list h2,
.child-column h2 {
	font-size:20px;
}	

.small-info {
	font-size:13px;
	color:#666666;
}	

.child-column {
	display: flex;
  	flex-wrap: wrap;
}

.child-column > div{
	margin-bottom:30px;
}

.child-wrapper {
	margin-top:25px;
}	


.home_section {
	padding:15px 0px;
}

.btn {
	border-radius:0px;
}

.item-lists {
	padding:10px;
	padding-top: 50px;
	margin-top: 50px;
	color: #000;
}

.item-lists ul {
	list-style: none;
	padding-left: 0;
}

.item-lists li {
	padding: 3px 0px;
	border-bottom: dotted 1px #0c8444;
}

.item-lists a{
	color: #000;
}

.item-lists h3 {
	font-size: 23px;
}

.item-lists .list-active {
	font-weight:bold;
}	


@media (max-width: 970px) {
	.item-lists {
		margin-top: 10px;
		margin-bottom: 50px;
	}
}




.pagination {
	text-align: center;
}

.pagination a, .pagination strong {
	display: inline-block;
	padding:5px 10px;
	width: 40px;
	border: solid 1px #ccc;
	text-align: center;
}

.pagination strong {
	background-color: #eee;
}

.news_date {
	font-size: 14px;
	color: #0c8444;
}