*{
	padding: 0;margin: 0;
}
body {
	background: url('../../upload/bg-body.jpg');
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Source Sans Pro", sans-serif;
	color: rgb(153, 153, 153);
	font-size: 16px;
	letter-spacing: normal;
}

p {
	color: rgb(153, 153, 153);;
}

a {
	color: rgb(153, 153, 153);
}

a:hover {
	color: #8DC641;
	text-decoration: none;
}

.btn {
	border-radius: 0;
}

.wrapper {
	max-width: 1280px;
	background-color: #fff;
	box-shadow: 0 8px 20px 0 rgba(0,0,0,.08);
	margin: 0 auto;
}

.bg-gradient {
	background-image: linear-gradient(rgb(44, 113, 21) 20%, #8DC641 100%);
	border: 0;
}

/* Header */

header {
	background: url('../../upload/header-1170a.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
}

header .top_header {
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}

header .top_header a {
	color: #999;
	font-size: 13px;
	line-height: 24px;
}

header .top_header a:hover {
	color: #999;
}

header .main_header {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #000;
}

header .navbar {
	background-color: none;
	border: 0;
	padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
	header ul.navbar-nav li a{
		color: #fff !important;
		font-size: 16px;
		font-weight: 400;
		padding-top: 15px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-bottom: 19px !important;
		border-bottom: 2px solid transparent;
	}

	header ul.navbar-nav li a:hover {
		color: #fff !important;
		font-size: 16px;
		font-weight: 400;
		padding-top: 15px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-bottom: 19px !important;
		border-bottom: 2px solid #fff;
	}

	header .dropdown-menu {
		background: #fff;
		padding: 10px 5px;
		border:0;
		border-radius: 0;
		box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
	}

	header .dropdown-menu a.dropdown-item {
		color: rgb(85, 85, 85) !important;
		padding: 10px !important;
		font-size: 16px;
		font-weight:400;
	}

	header .dropdown-menu a.dropdown-item:hover {
		background: none;
		color: #8DC641 !important;
		padding: 10px !important;
	}
}

@media only screen and (max-width: 767px) {
	header ul.navbar-nav li a{
		color: #fff !important;
		font-size: 16px;
		font-weight: 400;
		padding: 10px 15px 10px;
		border-bottom: 2px solid transparent;
	}

	header ul.navbar-nav li a:hover {
		color: #fff !important;
		font-size: 16px;
		font-weight: 400;
		padding: 10px 15px 10px;
		border-bottom: 2px solid #fff;
	}

	header .dropdown-menu {
		background: #fff;
		padding: 10px 5px;
		border:0;
		border-radius: 0;
		box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
	}

	header .dropdown-menu a.dropdown-item {
		color: rgb(85, 85, 85) !important;
		padding: 10px !important;
		font-size: 16px;
		font-weight:400;
	}

	header .dropdown-menu a.dropdown-item:hover {
		background: none;
		color: #8DC641 !important;
		padding: 10px !important;
	}
}

/* Header */

/* Slider */

.carousel .carousel-title-indicators {
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
    max-height: 280px;
    overflow-y: auto;
    color: #fff;
}

.carousel ol.carousel-title-indicators li {
	color: #fff;
	padding: 10px;
	font-size: 12px;
	border-left: 3px solid #333;
}

.carousel ol.carousel-title-indicators li a {
	color: #fff;
}

.carousel ol.carousel-title-indicators li.active {
	color: #43B1E5;
	border-left: 3px solid #43B1E5;
}

.carousel ol.carousel-title-indicators li a:hover {
	color: #43B1E5;
}

.carousel ol.carousel-title-indicators li.active a {
	color: #43B1E5;
}


/* Slider */

/* Content */

section.information {
	padding-top: 15px;
	padding-bottom: 15px;
}

section.mid_content {
	padding-top: 50px;
	padding-bottom: 50px;
}

section.mid_content ol.breadcrumb {
	background: none;
	font-size: 15px;
}

section.mid_content ol.breadcrumb li.breadcrumb-item a {
	color: rgb(85, 85, 85);
}

section.mid_content ol.breadcrumb li.active {
	color: #8DC641;
}

section.mid_content .highlights {
	background: rgb(255,255,255,0);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 96%;
	overflow-y: hidden;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

section.mid_content .highlights .highlights_title {
	position: relative;
	width: 100%;
	height: 100% !important;
	padding: 10px;
	font-family: "Source Sans Pro", sans-serif;
}

section.mid_content .highlights .highlights_title:hover {
	background-color: rgb(141,198,65,0.8);
	width: 100%;
	height: 100% !important;
	padding: 10px;
	z-index: 9999;
}

section.mid_content .highlights_title .meta_tag {
	color: #fff !important;
	font-size: 16px;
}

section.mid_content .highlights_title .meta_title a {
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

section.mid_content .highlights_title .meta_title a:hover {
	color: #fff !important;
}

section.mid_content .highlight {
	background: rgb(255,255,255,0);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 200px;
	overflow-y: hidden;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

section.mid_content .highlight .highlight_title {
	position: relative;
	width: 100%;
	height: 200px !important;
	padding: 10px;
	font-family: "Source Sans Pro", sans-serif;
}

section.mid_content .highlight .highlight_title:hover {
	background-color: rgb(141,198,65,0.8);
	width: 100%;
	height: 200px !important;
	padding: 10px;
	z-index: 9999;
}

section.mid_content .highlight_title .meta_tag {
	color: #fff !important;
	font-size: 16px;
}

section.mid_content .highlight_title .meta_title a {
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

section.mid_content .highlight_title .meta_title a:hover {
	color: #fff !important;
}


section.content .produk_content .card {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: 0;
	font-family: "Source Sans Pro", sans-serif;
}

section.content .produk_content .card .card-header {
	background: none;
	border-top: 2px solid #8DC641;
	border-bottom: 0;
	border-radius: 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	line-height: 26px;
	white-space: normal;
	color: #fff;
	font-weight: 600;
	overflow-wrap: break-word;
}

section.content .produk_content .card .card-header .title {
	color: #8DC641;
}

section.content .produk_content .card .card-header .float-right {
	color: rgb(153, 153, 153);
}

section.content .produk_content .card .card-body .meta_tag {
	color: rgb(153, 153, 153);
	font-size: 14px;
}

section.content .produk_content .card .card-body .meta_title,
section.content .produk_content .card .card-body .meta_title a {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

section.content .produk_content .card .card-body .meta_title a:hover {
	color: #8DC641;
}

section.content .produk_content .card .card-body .meta_content {
	color: rgb(50, 50, 50);
	font-size: 16px;
	line-height: 24px;
	text-transform: lowercase;
}

section.content .produk_content .card .card-body .meta_content::first-letter {
	text-transform: uppercase;
}

section.content .produk_content .highlight {
	background: rgb(255,255,255,0);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 200px;
	overflow-y: hidden;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

section.content .produk_content .highlight .highlight_title {
	position: relative;
	width: 100%;
	height: 200px !important;
	padding: 10px;
	font-family: "Source Sans Pro", sans-serif;
}

section.content .produk_content .highlight .highlight_title:hover {
	background-color: rgb(141,198,65,0.8);
	width: 100%;
	height: 200px !important;
	padding: 10px;
	z-index: 9999;
}

section.content .produk_content .highlight_title .meta_tag {
	color: #fff !important;
	font-size: 16px;
}

section.content .produk_content .highlight_title .meta_title a {
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

section.content .produk_content .highlight_title .meta_title a:hover {
	color: #fff !important;
}

section.content .produk_content .thumbnail {
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 150px;

}

section.content .produk_category .card {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: 0;
	font-family: "Source Sans Pro", sans-serif;
}

section.content .produk_category .card .card-header {
	background: none;
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 30px;
	line-height: 33px;
	white-space: normal;
	color: #222;
	font-weight: 600;
	overflow-wrap: break-word;
	text-transform: uppercase;
}

section.content .produk_category .card .card-header .title {
	color: #8DC641;
}

section.content .produk_category .card .card-header .float-right {
	color: rgb(153, 153, 153);
}

section.content .produk_category .card .card-body .meta_tag {
	color: rgb(153, 153, 153);
	font-size: 16px;
}

section.content .produk_category .card .card-body .meta_title,
section.content .produk_category .card .card-body .meta_title a {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}

section.content .produk_category .card .card-body .meta_title a:hover {
	color: #8DC641;
}

section.content .produk_category .card .card-body .meta_content {
	color: rgb(153, 153, 153);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
}

section.content .produk_category .pagination li.page-item {
	margin-right: 3px;
	margin-left: 3px;
	font-size: 14px;
}

section.content .produk_category .pagination li.active a.page-link{
	background: none;
	border: 1px solid rgb(255,255,255,0);
}

section.content .produk_category .pagination li.page-item a.page-link{
	background: none;
	color: rgb(153, 153, 153);
	border-radius: 0 !important;
}

section.content .produk_category .pagination li.page-item a.page-link:hover {
	background: #8DC641;
	color: #fff;
	border: 1px solid #000;
	border-radius: 0 !important;
}

section.content .sidebar .card {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: 0;
	font-family: "Source Sans Pro", sans-serif;
}

section.content .sidebar .card .card-header {
	background: none;
	border-top: 2px solid #000;
	border-bottom: 0;
	border-radius: 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	line-height: 26px;
	white-space: normal;
	color: #fff;
	font-weight: 600;
	overflow-wrap: break-word;
}

section.content .sidebar .card .card-header .title {
	color: #8DC641;
}

section.content .sidebar .card .card-header .float-right {
	color: rgb(153, 153, 153);;
}

section.content .sidebar .card .card-body {
	background: #ecf0f1;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	overflow-wrap: break-word;
	text-align: left;
	font-family: "Source Sans Pro", sans-serif;
}

section.content .sidebar .card .card-body h4 {
	color: rgb(34, 34, 34);
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	overflow-wrap: break-word;
	text-align: left;
	font-family: "Source Sans Pro", sans-serif;
}

section.content .sidebar .card .card-body input[type="text"],
section.content .sidebar .card .card-body input[type="password"],
section.content .sidebar .card .card-body select.form-control {
	background: rgb(238, 238, 238);;
}

section.content .sidebar .card .card-body .nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

section.content .sidebar .card .card-body .nav-tabs .nav-item {
	width: 50%;
	text-align: center;
}

section.content .sidebar .card .card-body .nav-tabs .nav-item .active {
	background: #8DC641;
	color: #fff;
	border: 1px solid #000;
	border-radius: 0;
}


/* Content */

input[type="text"],
input[type="password"],
select.form-control{
	height: 40px;
	border-radius: 0;
	margin-bottom: 10px;
}

/* Footer */

footer {
	background: #000;
	border: 0;
	padding-bottom: 20px;
	color: : rgb(119, 119, 119) !important;
	font-size: 16px;
	font-weight: 400;
}

footer .top_footer {
	background: rgb(44, 62, 80);
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 15px;
}

footer .top_footer .card {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: 0;
	font-family: "Source Sans Pro", sans-serif;
}

footer .top_footer .card .card-header {
	border-top: 2px solid #fff;
	border-bottom: 0;
	border-radius: 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	line-height: 26px;
	white-space: normal;
	color: #fff;
	font-weight: 600;
	overflow-wrap: break-word;
}

footer .top_footer .card .card-body {
	color: rgb(119, 119, 119);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

footer .top_footer .card .card-body a{
	color: rgb(119, 119, 119);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

footer .top_footer .card .card-body a:hover {
	color: #8DC641;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

footer a {
	color : #8DC641;
}

footer a:hover {
	color : #8DC641;
}
/* Footer */
