/* FONT */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat|Raleway:200,300,400,600,700');

/* GENERAL */
*,
*:after,
*::before {
	box-sizing: border-box;
	margin:0px;
	padding:0px;
}
html,body{
	height: 100%;
}
body{
	background: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color:#333;
}
p{
	line-height: 180%;
}
.container{
	max-width:980px;
}
.nomargin{
	margin:0;
}
.nopadding{
	padding:0;
}
a,a:link{
	color:#0192D0;
}
.btn:hover{
	opacity: 0.8;
}
.thumbnail{
	border-radius:0;
	-webkit-border-radius:0;
	padding:0;
	border:none;
	background:none;
	opacity: 1;
	margin:0;
}
.thumbnail:hover{
	opacity: 1;
}
.thumbnail.thumbnail-bg{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	margin:0;
}
.preloader{
	position: fixed;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	background:#fff;
	z-index: 99999;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.preloader img{
	width: 80px;
	height: 80px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.preloader.out{
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
}
section{
	position: relative;
}
.section-sm{
	padding:15px 0;
}
.section-md{
	padding:30px 0;
}
.section-lg{
	padding:50px 0;
}
.section-xl{
	padding:80px 0;
}
.section-bg{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.container-fluid{
	max-width: 95%;
}
.btn{
	border-radius: 2px;
}
.toppanel{
	background: #eee;
	height: 30px;
	line-height: 30px;
	font-size:11px;
	color:#333;
	text-transform: uppercase;
	font-weight: bold;
}
.toppanel .navbar-nav{
	margin:0;
	padding:0;
}
.toppanel .navbar-nav li a{
	padding:0 10px;
	line-height: inherit;
	margin:0;
	background:none;
	color:#333;	
	text-transform: uppercase;
	border-right: 1px solid #ddd;
}
.toppanel .input-group{
	width: 200px;
	border-left: 1px solid #ddd;
}
.toppanel .input-group .form-control{
	border:none;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.toppanel .input-group .btn{
	border:none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background:none;
}
.header .navbar{
	margin:0;
	border:none;
	border-radius: 0;
	-webkit-border-radius: 0;
	background:#fff;
}
.header .navbar-header{
	float: none;
	margin:0;
	text-align: center;
}
.header .navbar-brand{
	margin:20px auto!important;
	padding:0!important;
	display: inline-block;
	height: auto;
	float: left;
	text-align: center;
}
.header .navbar-brand img{
	width: auto;
	float: none;
	display: inline-block;
}
.header .navbar-nav{
	margin-top:15px;
}
.navigation{
	background: #048ED9;
	position: relative;
	z-index: 999;
}
.navigation .navbar-nav{
	float: none;
}
.navigation .navbar-nav > li{
	position: relative;
}
.navigation .navbar-nav > li > a{
	padding:0 15px;
	height: 60px;
	line-height: 60px;
	font-size:14px;
	text-transform: uppercase;
	font-weight: bold;
	color:#fff;
	background:none;
}
.navigation .navbar-nav > li > a:hover{
	background:rgba(0,0,0,0.1);
	color:#fff;
}
.navigation .navbar-nav.navbar-left > li > ul{
	position: absolute;
	top:100%;
	left:0;
	background:#0185BB;
	list-style-type: none;
	margin:0;
	padding:10px;
	min-width: 200px;
	box-shadow: 0 8px 50px -20px rgba(14, 21, 47, 0.4);
	-webkit-box-shadow: 0 8px 50px -20px rgba(14, 21, 47, 0.4);
	opacity: 0;
	visibility: hidden;
	transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
}
.navigation .navbar-nav.navbar-left > li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.navigation .navbar-nav > li > ul > li > a{
	display: block;
	height: 40px;
	line-height: 40px;
	padding:0 10px;
	font-size: 14px;
	font-weight: normal;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}
.navigation .navbar-nav > li > ul > li > a:hover{
	background:rgba(0,0,0,0.1);
}
#intro{
	background:#f5f5f5;
	padding:15px 0;
}
#slideshow{
	border:15px solid #fff;
	background:#333;
	box-shadow: 0px 20px 50px -20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 20px 50px -20px rgba(0,0,0,0.5);
	overflow: hidden;
	height: 400px;
}
#slideshow .slide img{
	width: 100%!important;
}

#slideshow .slick-arrow{
	position: absolute;
	top:50%;
	z-index: 100;
	color:#fff;
	background: none;
	border:none;
	font-size:30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background:rgba(0,0,0,0.4);
	text-align: center;
	margin-top:-25px;
	outline: none;
}
#slideshow .slick-arrow.slick-prev{
	left:0;
}
#slideshow .slick-arrow.slick-next{
	right:0px;
}
#hot-news h3{
	font-weight: bold;
	color:#048ED9;
	margin:0 0 15px;
}
.hot-news-list{
	list-style-type: none;
	margin:0;
	padding:0 0 0 30px;
	position: relative;
}
.hot-news-list:before{
	content: "";
	position: absolute;
	top:10px;
	bottom:30px;
	left:0;
	border-left: 1px solid #ddd;
}
.hot-news-list li{
	position: relative;
	margin-bottom: 15px;
}
.hot-news-list li:before{
	content: "";
	position: absolute;
	top:10px;
	left:-37px;
	width: 14px;
	height: 14px;
	background:#aaa;
	border-radius: 2px;
	transform: rotate(45deg);
	border:4px double #fff;
}
.hot-news-list li:last-child:after{
	content: "";
	position: absolute;
	top:25px;
	left:-30px;
	bottom:0;
	border-left: 1px solid #f5f5f5;
}
.hot-news-list .date{
	font-size:11px;
	margin:0 0 5px;
	color:#aaa;
}
.hot-news-list .title{
	color:#333;
	text-decoration: none;
	font-weight: 500;
}
.hot-news-list li.activeSlide .title{
	color:#048ED9;
}
.hot-news-list li.activeSlide .date{
	color:#048ED9;
}
.hot-news-list li.activeSlide:before{
	background:#048ED9;
}
.breaking-news-box{
	background:#333;
	color:#fff;
	height: 40px;
	line-height: 40px;
	margin:0 0 30px;
	border-radius: 5px;
	overflow: hidden;
}
.breaking-news-box .title{
	background:red;
	width: 150px;
	float: left;
	text-align: center;
}
#news-slider{
	margin-left: 150px;
	position: relative;
	width: calc(100% -150px);
	height: 40px;

}
h3.heading{
	text-transform: uppercase;
	font-weight: 800;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
h3.heading:before{
	content: "";
	position: absolute;
	bottom:0;
	height: 2px;
	left:0;
	right:0;
	background:#eee;
}
h3.heading:after{
	content: "";
	position: absolute;
	bottom:0;
	height: 2px;
	left:0;
	width: 220px;
	background:#048ED9;
}
h3.heading span{
	color:#048ED9;
}
.news-item{
	margin-bottom: 30px;
}
.news-item .thumbnail{
	margin-bottom: 15px;
}
.news-item .category{
	color:#048ED9;
	font-weight: 500;
	text-transform: uppercase;
}
.news-item .title a{
	color:#333;
	font-weight: bold;
}
.news-item .date{
	color:#aaa;
	margin-top:10px;
	font-size:11px;
}
.media.news-item{
	margin:0;
}
hr.blue{
	border:none;
	border-bottom: 2px solid #048ED9;
}
.nav-tabs{
	border-bottom: 2px solid #048ED9;
}
.nav-tabs li{
	margin:0;
}
.nav-tabs li a{
	border-radius: 0;
	-webkit-border-radius: 0;
	color:#aaa;
	text-transform: uppercase;
	border:none;
	margin:0;
	top:auto;
	padding:15px 20px;
}
.nav-tabs li a:hover{
	background: #fafafa;
	color:#333;
}
.nav-tabs li.active a{
	background:#048ED9!important;
	color:#fff!important;
	border:none!important;
}
.tab-content{
	padding:15px 0;
}
#informasi-penting-widget{
	background:#048ed9;
	color:#fff;
	box-shadow: 0px 20px 50px -20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 20px 50px -20px rgba(0,0,0,0.3);
}
#informasi-penting-widget a{
	display: block;
	color:#fff;
	text-decoration: none!important;
}
#informasi-penting-widget h3{
	margin:0;
	padding:15px;
	background: rgba(0,0,0,0.3);
	font-size:16px;
}
#informasi-penting-widget ul{
	list-style: none;
	margin:0;
}
#informasi-penting-widget ul li{
	padding: 15px;
}
#informasi-penting-widget ul li:nth-child(even){
	background: rgba(0,0,0,0.1);
}
#informasi-penting-widget span.number{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border:2px solid #fff;
	font-size:16px;
	display: block;
}
#berita-terpopuler-widget{
	padding:15px;
	box-shadow: 0px 20px 50px -20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 20px 50px -20px rgba(0,0,0,0.3);
}
#berita-terpopuler-widget h3{
	font-size:16px;
	margin:-15px -15px 15px;
	padding:15px;
	background:#048ed9;
	color:#fff;
}
#video-section{
	background:#0f4a74;
	color:#fff;
}
#video-section h3{
	font-size:18px;
}
#video-section .media-link{
	display: block;
	color:#fff;
	text-decoration: none!important;
	padding:10px;
}
#video-section .media-link:nth-child(even){
	background:rgba(0,0,0,0.1);
}
#video-section .media-link.active{
	background:rgba(0,0,0,0.5);
}
#youtube-player{
	background:#000;
}
#section-widget{
	background: #eee;
}
#section-widget .widget{
	background:#fff;
	min-height: 190px;
	padding:15px;
	box-shadow: 0px 20px 50px -20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 20px 50px -20px rgba(0,0,0,0.3);
}
#banner-widget{
	position: relative;
	overflow: hidden;
}
#banner-widget h3{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0 0 15px;
}
#banner-widget-slider{
	margin:0 -10px;
	position: relative;
}
#banner-widget-slider .banner-item{
	margin:0 10px;
}
#banner-widget .slick-arrow{
	position: absolute;
	top:-30px;
	z-index: 100;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background:none;
	color:#333;
	border:none;
	padding:0;
	outline: none;
}
#banner-widget .slick-arrow.slick-prev{
	right:30px;
}
#banner-widget .slick-arrow.slick-next{
	right:15px;
}
#social-widget{
	position: relative;
	overflow: hidden;
}
#social-widget h3{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0 0 15px;
}
#social-widget a{
	display: inline-block;
	margin:0 10px 20px 0;
}
#footer{
	background:#0f4a74;
	color:#fff;
}
#footer h3{
	margin:0 0 30px;
	font-size:16px;
	font-weight: normal;
}
#footer a{
	color:#ccc;
}
#footer a:hover{
	color:#fff;
	text-decoration: none;
}
#footer ul{
	list-style:none;
	margin:0;
	padding:0;
	text-transform: uppercase;
	font-size:12px;
}
#footer .icon{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	background:#fff;
	color:#0f4a74;
}
#footer hr{
	border:none;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin:30px 0;
}
article{
	position: relative;
}
article p{
	text-align: justify;
}
article img{
	max-width: 100%;
}
#page h1{
	font-size:30px;
}
#page .date{
	color:#aaa;
}
#galeri-slider{
	border:15px solid #fff;
	background:#333;
	box-shadow: 0px 20px 50px -20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 20px 50px -20px rgba(0,0,0,0.5);
}
#galeri-slider .slide{
	position: relative;
	overflow: hidden;
}
#galeri-slider .slide .caption{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	padding:50px;
	color:#fff;
}
a.more{
	background:#048ED9;
	color:#fff;
	display: inline-block;
	padding:10px 20px;
}
#galeri-slider .slick-arrow{
	position: absolute;
	top:50%;
	z-index: 100;
	color:#fff;
	background: none;
	border:none;
	font-size:30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background:rgba(0,0,0,0.4);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	margin-top:-25px;
	outline: none;
}
#galeri-slider .slick-arrow.slick-prev{
	left:30px;
}
#galeri-slider .slick-arrow.slick-next{
	right:30px;
}
.nav-submenu{
	background:#313d4b;
	list-style-type: none;
	margin:0 0 30px;
	padding:15px 0;
	text-align: center;
	box-shadow: 0px 20px 50px -20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 20px 50px -20px rgba(0,0,0,0.5);
}
.nav-submenu li{
	display: inline-block;
	border-right: 1px solid rgba(255,255,255,0.4);
	padding:0 3px 0 0;
}
.nav-submenu li:last-child{
	border:none;
}
.nav-submenu li a{
	display: block;
	padding:0 15px;
	height: 30px;
	line-height: 30px;
	font-size:14px;
	color:#888;
	text-transform: uppercase;
	text-decoration: none!important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.nav-submenu li.active a{
	color:#fff;
	background:rgba(255,255,255,0.3);
	/*color: #0e0e0e;
    background: #2196F3;*/
}
.nav-submenu li a:hover{
	text-decoration: none;
	color:#fff;
}
.galeri-informasi-row > div:nth-child(3n+1){
	clear: both;
}
.pagination{
	width: 100%;
	text-align: center;
}
.pagination li{
	display: inline-block;
	float: none;
	margin:0 5px 10px 0;
}
.pagination li a{
	border-radius: 0!important;
	-webkit-border-radius: 0!important;
	color:#333;
	border:1px solid #eee;
}
.pagination li.active a{
	background:#048ED9;
	color:#fff;
	border-color:#048ED9;
}
.contact-item{
	text-align: center;
}
.contact-item .fa{
	font-size:30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border:2px solid #048ED9;
	color:#048ED9;
	margin:0 0 15px;
}
.contact-form .input-group{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	border:1px solid #aaa;
	overflow: hidden;
	background: none;
}
.contact-form .input-group .input-group-addon{
	background: none;
	border:none;
}
.contact-form .input-group .form-control{
	border:none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.contact-form textarea.form-control{
	border:1px solid #aaa;
	border-radius: 20px;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
}
.contact-form .btn-send{
	background:#048ED9;
	color:#fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.btn.btn-download{
	background:#048ED9;
	color:#fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.searchform.dropdown .dropdown-toggle{
	background: none!important;
}
.searchform.dropdown .dropdown-menu{
	left:auto;
	right:0;
	background:#0185BB;
	padding:10px;
	border:none;
	width: 300px;
}
.searchform.dropdown .input-group{
	background: #fff;
}
.searchform.dropdown .form-control{
	border:none;
	background: none;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
}
.searchform.dropdown .btn-search{
	border:none;
	background: none;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	outline: none;
}
.berita-slider .slick-arrow{
	position: absolute;
	top:-74px;
	right:15px;
	z-index: 999;
	width: 23px;
	height: 23px;
	line-height: 23px;
	padding:0;
	text-align:center;
	border:none;
	background:#f5f5f5;
	color:#333;
	outline: none;
	border-radius: 3px;
}
.berita-slider .slick-arrow.slick-prev{
	right:40px;
}
.social-tabs .nav-tabs{
	border:none;
	width: 50px;
	float: left;
}
.social-tabs{
	background:#eee;
}
.social-tabs .nav-tabs li{
	display: block;
}
.social-tabs .nav-tabs li a{
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding:0;
	margin:0;
	text-align: center;
	font-size:20px;
	background:#ccc;
	color:#333;
}
.social-tabs .tab-content{
	margin-left: 50px;
	height: 300px;
	overflow: auto;
	background:#fff;
	padding:15px;
}
.gallery-row > div:nth-child(4){
	clear: both;
}
.gallery-item{
	display: block;
	margin-bottom: 30px;
	position: relative;
}
.gallery-item:before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}
.gallery-item:after{
	content: "\f002";
	font-family: "fontawesome";
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	background:rgba(255,255,255,0.3);
	color:#fff;
	transform:translate(-50%,100%);
	-webkit-transform:translate(-50%,100%);
	opacity: 0;
	visibility: hidden;
}
.gallery-item:hover:before{
	opacity: 1;
	visibility: visible;
}
.gallery-item:hover:after{
	opacity: 1;
	visibility: visible;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.album-row > div:nth-child(4){
	clear: both;
}
.album-item{
	display: block;
	margin-bottom: 50px;
	position: relative;
}
.album-item .thumbnail{
	border:10px solid #fff!important;
	box-shadow: 0 8px 50px -20px rgba(14, 21, 47, 0.6);
	-webkit-box-shadow: 0 8px 50px -20px rgba(14, 21, 47, 0.6);
	position: relative;
	margin:0 0 30px;
}
.album-item .thumbnail:before,
.album-item .thumbnail:after{
	content: "";
	width: 106%;
	height: 106%;
	background:#fff;
	box-shadow: 0 8px 50px -20px rgba(14, 21, 47, 0.6);
	-webkit-box-shadow: 0 8px 50px -20px rgba(14, 21, 47, 0.6);
	display: block;
	position: absolute;
	top:-3%;
	left:-3%;
	transform: rotate(-5deg);
	z-index: -1;
}
.album-item .thumbnail:after{
	transform: rotate(5deg);
}
.album-item .text{
	text-align: center;
}
.video-row > div:nth-child(4){
	clear: both;
}
.video-item{
	display: block;
	margin-bottom: 30px;
	position: relative;
}
.video-item:before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}
.video-item:after{
	content: "\f03d";
	font-family: "fontawesome";
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	background:rgba(255,255,255,0.3);
	color:#fff;
	transform:translate(-50%,100%);
	-webkit-transform:translate(-50%,100%);
	opacity: 0;
	visibility: hidden;
}
.video-item:hover:before{
	opacity: 1;
	visibility: visible;
}
.video-item:hover:after{
	opacity: 1;
	visibility: visible;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.home-tab .tab-pane.active .col-sm-6{
	animation: zoom 1s ease;
	-webkit-animation: zoom 1s ease;
	-moz-animation: zoom 1s ease;
}
.home-tab .tab-pane.active .col-sm-6:nth-child(2){
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
}
@keyframes zoom{
	0%{transform: translateY(0);opacity:1;}
	50%{transform: translateY(100px);opacity:0;}
	100%{transform: translateY(0);opacity:1;}
}
@-webkit-keyframes zoom{
	0%{transform: translateY(0);opacity:1;}
	50%{transform: translateY(100px);opacity:0;}
	100%{transform: translateY(0);opacity:1;}
}
@-moz-keyframes zoom{
	0%{transform: translateY(0);opacity:1;}
	50%{transform: translateY(100px);opacity:0;}
	100%{transform: translateY(0);opacity:1;}
}
.galeri-informasi-row .news-item .thumbnail{
	position: relative;
}
.galeri-informasi-row .video .news-item .thumbnail:before{
	content: "\f03d";
	font-family: "fontawesome";
	position: absolute;
	top:10px;
	right:10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background:red;
	color:#fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.galeri-informasi-row .foto .news-item .thumbnail:before{
	content: "\f03e";
	font-family: "fontawesome";
	position: absolute;
	top:10px;
	right:10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background:red;
	color:#fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
@media (max-width: 992px){
	.container{
		width: 100%;
		max-width: 100%;
	}
	.navigation .navbar-nav li a{
		padding:0 10px;
		font-size:12px;
	}
	#intro .col-md-4{
		padding:30px;
	}
	#slideshow{
		width: auto!important;
	}

}
@media (max-width: 767px){
	body{
		padding-top:83px;
	}
	body.noscroll{
		height: 100%!important;
		overflow: hidden!important;
	}
	.header{
		position: fixed;
		top:0;
		left:0;
		right:0;
		box-shadow: 0px 20px 50px -20px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 20px 50px -20px rgba(0,0,0,0.3);
		background:#fff;
		z-index: 999;
	}
	.header .navbar .container{
		max-width: 100%;
		padding:0;
	}
	.navbar-header{
		width: calc(100% - 60px);
		padding:0 0 0 5px;
	}
	.navbar-toggle{
		position: absolute;
		top:0;
		right:0;
		bottom:0;
		width: 60px;
		height: 60px;
		display: block;
		margin:0;
		padding:0;
		text-align: center;
		border:none;
		background:none!important;
		z-index: 999;
	}
	.navbar-toggle .icon-bar{
		margin:0 auto;
	}
	.navigation{
		position: fixed;
		top:83px;
		left:0;
		bottom:0;
		right:0;
		max-height: none;
		height: auto!important;
		background:#fff;
		border:none;
		visibility: hidden;
		display: block!important;
		transform:translateX(-100%);
		-webkit-transform:translateX(-100%);
		transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		margin:0;
		padding:30px;
		z-index: 9999;
	}
	.navigation .container{
		width: 100%!important;
		max-width: 100%!important;
		padding:0!important;
	}
	.navigation.in{
		transform: translateX(0);
		-webkit-transform: translateX(0);
		visibility: visible;
	}
	.navigation .navbar-nav{
		margin:0;
		padding:0;
	}
	.navigation .navbar-nav{
		margin:0;
		padding:0;
	}
	.navigation > .navbar-nav > li{
		display: block;
		position: relative;
	}
	.navigation .navbar-nav > li > a{
		line-height: 50px;
		height: 50px;
		padding:0;
		border-bottom: 1px solid #eee;
		color:#333!important;
		background:none!important;
	}
	.navigation .navbar-nav > li > a .caret{
		float: right;
		margin:20px 0 0;
		display: none;
	}
	.navigation .navbar-nav li .sub-toggle{
		position: absolute;
		top:0;
		right:0;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background:#f5f5f5;
		display: block;
		color:#333;
		font-size:30px;
	}
	.navigation .navbar-nav li .sub-toggle .caret{
		display: inline-block;
	}
	.navigation .navbar-nav.navbar-left > li > ul{
		position: relative;
		width: auto;
		top:auto;
		left:auto;
		padding:0;
		display: block;
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		background:#fff;
		box-shadow: none!important;
		-webkit-box-shadow: none!important;
		display: none;
	}
	.navigation > .navbar-nav > li:hover > ul{
		display: none;
	}
	.navigation .navbar-nav.navbar-left > li > ul > li > a{
		padding:0 15px 0 30px;
		height: 60px;
		line-height: 60px; 
		color:#333!important;
	}
	.navbar-brand img{
		width: 100%!important;
	}
	.navbar-toggle{
		position: absolute;
		top:15px;
		right:0;
	}
	#slideshow{
		margin:-15px -15px 30px;
		border:none;
		width: auto!important;
		height: 300px;
	}
	#galeri-slider{
		border:none;
	}
	#galeri-slider .caption{
		position: relative!important;
	}
	.nav-submenu{
		display: block;
		overflow: auto;
	}
	.nav-submenu li{
		display: table-cell;
	}
	.nav-submenu li a{
		white-space: nowrap;
		font-size:14px;
	}
	h3.heading{
		font-size:16px;
	}
	h3.heading .pull-right{
		display: block;
		margin:10px 0!important;
		padding:10px!important;
		float: none!important;
	}
	.berita-slider .slick-arrow{
		display: none!important;
	}
	.nav-tabs li a{
		padding:0 10px!important;
		font-size:12px!important;
	}
	.section-lg{
		padding:15px 0!important;
	}
	h1{
		margin:0 0 15px;
		font-size:20px!important;
	}
	.table-responsive {
		border:none!important;
	}
	.table-responsive .table{
		display: block;
		border:none!important;
	}
	.table-responsive .table thead{
		display: none;
		border:none!important;
	}
	.table-responsive .table tr{
		border:1px solid #ddd!important;
		margin:0 0 10px!important;
		display: block;
	}
	.table-responsive .table td{
		display: flex;
		border:none!important;
		padding:15px;
		white-space: normal!important;
	}
	.pagination{
		margin:0!important;
	}
	#galeri-slider{
		box-shadow: none;
		-webkit-box-shadow: none;
		background:#eee;
	}
	#galeri-slider .slide .caption{
		padding:15px;
		background:none;
		color:#333;
	}
	#galeri-slider .slide .caption h3{
		font-size:14px;
		margin:0;
	}
	#galeri-slider .slide .caption a.more{
		position: relative;
		top:-20px;
	}
	.thumbnail{
		margin-bottom: 15px!important;
	}
	
}
@media (max-width: 480px){
	#slideshow{
		height: 200px;
	}
	.header .navbar-brand img {
		max-width: max-content !important;
		float: auto;
	}
}