/*
	========================================
	FS THEME
	========================================
	
	@author			: Fagmi Sutarno
	@version		: v1.0
	@date-create	: 17/7/2019
	@last-update	: -
*/

/*
	==================
	[1. IMPORT FONTS]
	==================
*/
/*@import url(font-awesome.min.css);*/
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
/*@import url(https://fonts.googleapis.com/css?family=Signika+Negative:400,300,600,700);*/
/*@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);*/
/**/

/* ===================
	[2. GLOBAL STYLE]   
   ===================
*/
html{
	position: relative;
	min-height: 100%;
}

body{
	/*font-family: 'Roboto Slab', sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Signika Negative', sans-serif;*/
	font-size: 14px;
	margin: 0;
	padding: 0;
	position:relative;
	background: #f2f3f5;
	color: #333;
}
a:hover, .btn{
	outline:none !important;
}
a:hover {
    color: #209ba5;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
*{
  /*-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;*/
}
section{
	padding-top: 130px;
    padding-bottom: 150px;
}
a{
	text-decoration: none !important;
	color: #3eb9c3;
}
.a__u{
	text-decoration: underline !important;
}
.text-decoration-none{
	text-decoration: none !important;
}
.no-radius{
	border-radius: 0px !important;
}
.text-left{
	text-align: left !important;
}
.padd-0{
	padding: 0px !important;
}
.marb-0{
	margin-bottom: 0px !important;
}
.marb-5{
	margin-bottom: 5px !important;
}
.mart-20{
	margin-top: 20px !important;
}
.padding-left-0{
	padding-left: 0;
}
.padding-top-50{
	padding-top: 50px;
}
.padding-right-0{
	padding-right: 0;
}
.padding-left-1rem, .px-3 {
    padding-left: 1rem;
}
.padding-left-07rem {
    padding-left: .7rem;
}
.padding-right-025rem {
    padding-right: .25rem;
}
.padding-bottom-10 {
    padding-bottom: 10px ;
}
.padding-top-0 {
    padding-top: 0;
}
.margin-left-min10, .margin-left-min10{
    margin-left: -10px ;
}
.padding-right-5{
    padding-right: 5px;
}
.left-0{
	left: 0;
}
.right-0{
	right: 0;
}
.justify-center{
	display: flex !important; 
	flex-wrap: wrap !important;
	justify-content: center !important;
}
.btn-right-margin-top-5{
	margin-top: -5px;
}

/* 
	=================
	   [3. TOPBAR]
	=================

*/

#secondbar{
	/*width: 100%;
	left: 0;
	top: 0;
	background-color: #08c;
	padding: 15px 0px 10px;*/

	width: 100%;
	background-color: #fff;
	/*margin-top: 105px;*/
	color: #DDD;
	padding: 10px 0px 10px;
}
#secondbar .widget{
	padding-top: 15px;
	padding-bottom: 10px;
}

#secondbar .widget a{
	text-decoration: none;
}

#secondbar .widget img{
	/*margin-top: 20px;*/
	/*width: 100%;*/
}
#secondbar .widget img.iso{
	width: 100%;
}

#secondbar .widget h3 {
	/*text-align: center;*/
	margin-top: 0px;
	font-size: 18px;
	/*line-height: 10px;*/
	font-weight: 700;
	/*padding: 8px 0px;*/
	/*background-color: #f4f4f4;*/
	/*border-bottom: 1px solid #64A5C4;*/
	/*padding: 2px 5px;*/
	color: #434a54;
	font-family: 'Open Sans', sans-serif;
/*	margin-bottom: 20px;*/	
}
#secondbar .widget h2 {
	/*text-align: center;*/
	margin-top: 0px;
	font-size: 20px;
	/*line-height: 10px;*/
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	/*padding: 8px 0px;*/
	/*background-color: #f4f4f4;*/
	/*border-bottom: 1px solid #64A5C4;*/
	/*padding: 2px 5px;*/
	color: #434a54;
/*	margin-bottom: 20px;*/	
}

#secondbar .widget span{
	font-size: 12px;
	font-weight: 400;
}

#secondbar .widget p {
	text-align: justify;
	color : #000;
	font-size: 14px;
	text-shadow: none;
	font-weight: 800;
	padding: 2px 5px;
	/*display: inline-block;*/
	background: rgba(23, 107, 168, 0.6);
	/*color: #555555;*/
/*	line-height: 25px;*/
	/*background-color: #428bca;*/
}



/*.navbar-form .input-group > .form-control,
.navbar-form .input-group .btn {
	border-radius: 0px;
}*/


/* 
	=================
	   [4. NAVBAR]
	=================

*/
.navbar-default{
	/*background-color: #ef4034;*/
	background-color: #FFFFFF;
	/*background-color: #FCB8CF;*/
	/*-webkit-transition: all 0.2s ease-in-out;*/
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			/*transition: all 0.2s ease-in-out;*/
	/*border-color: #294169;*/
	/*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);*/
	border-bottom: 5px solid #3EB9C3;
}

/*.navbar-default .navbar-nav > .active {
	color: #428bca;
	background-color: #08c;
	position: relative;
}*/

/*.navbar-default .navbar-nav > .active > a:after, 
.navbar-default .navbar-nav > .active > a:hover:after, 
.navbar-default .navbar-nav > .active > a:focus:after {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 1px;
	background: #428bca;
	background-color: #08c;
	width: 100%;
}*/
.navbar-default .navbar-nav  li.active a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	position: block;
	color: #fff;
	margin-left: -16px;
	background-color: #3EB9C3;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #34495e;
}
.navbar-default .navbar-nav > li > a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	position: block;
	color: #3EB9C3;
	padding: 30px 20px;
}
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #3EB9C3;
	background-color: #fff;
	/*font-size: 16px;*/
	/*padding: 10px 10px 10px;*/
}

/*.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > li > a:focus:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 3px;
	background: #BA0944;
	width: 100%;
}*/
.navbar-default .navbar-brand {
	position: relative;
	font-size: 15px;
  	text-transform: uppercase;
  	color: #fff;
}
/*.navbar-default .navbar-brand:before{
	content: '';
	position: absolute;
	left: 15px;
	width: 45px;
	height: 45px;
	top: -10px;
	background-size: 40px auto;
}*/

.navbar-default .navbar-brand .image_navbar{
	width: 50%;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover{
    color: #3EB9C3;
    background-color: #fff;
}
.navbar-nav > li > .dropdown-menu{
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.dropdown-menu {
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
		 -o-border-radius: 1px;
			border-radius: 1px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}
.dropdown-menu > li > a{
	padding: 10px 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
	color: #fff;
	background-color: #3EB9C3; /*#2271bf ; #F89406*/
}
#fixed.affix {
	width: 100%;
   	top:0;
   	left:0;
   	z-index:20;
   	/*height:54px;*/
   	border:0;
   	position: fixed;
   	/*top: 0;
   	z-index:10;*/
   	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
   	/*-webkit-transition: all 0.2s ease-in-out;*/
   	-moz-transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle{
	background-color: #3eb9c3;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: #3eb9c3;
}

/*
	=====================
	  [5. FLASH NEWS]
	=====================

*/
.header-flash-news {
    background-color: #34495e;
    padding: 15px;
    color: #fff;
}
.flash-news .carousel-control {
    height: 14px;
    width: 14px;
    margin-top: 10px;
    font-size: 24px;
    line-height: 24px;
    background: none;
    color: #BDC3C7;
    text-shadow: none;
    background-color: none;
    padding: 0 0 10px;
    border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    font-weight: 600;
    border: 0;
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
}
.flash-news #lowongan .carousel-control.left {
    right: 5px;
    top: -15px;
    left: auto;
}
.flash-news #lowongan  .carousel-control.right {
    right: -8px;
    top: -15px;
    left: auto;
}
.flash-news #lowongan  a {
	color: #fff;
}
.flash-news #lowongan  a:hover {
	color: #3498db;
}

/*
	=====================
	  [6. SLIDER]
	=====================

*/
#news__slider {
	padding: 20px 0px;
}
.full-slider{
	padding: 0px 0px 0 0px !important;
}
#news__slider  .box__news__slider {
	background: #fff;
}
#news__slider .border__box__news__slider_left{
	/*height: 400px;*/
	border: 0px solid #ecf0f1;
}
#news__slider .border__box__news__slider_right{
	border: 0px solid #ecf0f1;
}
#news__slider .padd_box__news__slider{
	padding: 0px 10px 5px 10px;
}
#news__slider .padd_box__news__slider .page-header{
	margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: 1px solid #e4e4e4; 
    display: block;
}
#news__slider .padd_box__news__slider .page-header .title__news__slider{
	margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 24px;
    color: #34495e;
    font-weight: 400;
    padding: 0 10px 0 0;
}

#news__slider .padd_box__news__slider .page-header .title__news__slider a{
	font-size: 10px;
	float: right;
	text-transform: capitalize;
	padding-top: 8px;
}
#news__slider .padd_box__news__slider .page-header .title__news__slider::after{
	background-color: #3498db;
    bottom: 0;
    content: "";
    margin-top: 10px;
    margin-bottom: -1px;
    display: block;
    width: 70px;
    height: 3px;
}
#news__slider .box__news__slider .padd_box__news__slider .box__content__news__slider{
	border-bottom: 1px solid #ddd;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
#news__slider .box__news__slider .padd_box__news__slider .box__content__news__slider .title__box__content__news__slider{
	margin-top: 0px;
	font-size: 16px;
}
#news__slider .box__content__news__slider span  {
    font-size: 12px;
}
#news__slider .box__content__news__slider a[rel="author"] {
    color: #3498db;
    font-size: 10px;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
#news__slider .box__content__news__slider a[rel="author"]:hover{
	color: #e67e22;
    text-decoration: underline;
    transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
/*#slider .carousel-indicators li > img{
	position: absolute;
	left: -10px;
	top: -2px;
	width: 100%;
	margin: 2px;
	min-height: 350px;
	max-height: 350px;
}*/

#slider .item > img,
#slider .carousel-inner .item > img{
	/*min-height: 380px;*/
	/*max-height: 380px;*/
	height: auto;
	width: 100%;
	object-fit:cover;
	object-position:center;
}
.full-slider #slider .item > img,
.full-slider #slider .carousel-inner .item > img{
	/*min-height: 500px;*/
	/*max-height: 500px;*/
	height: auto;
	width: 100%;
	object-fit:cover;
	object-position:center;
}

#slider .carousel-caption{
	right: 50%;
	bottom: 20%;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}

#slider .carousel-caption h3{
	/*font-family: 'Roboto Slab', serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 26px;
	background: rgba(255,255,255,0.6);
	color: #555555;
	text-shadow: none;
	padding: 10px 15px;
	display: inline-block;*/

	/*font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	background: rgb(255,255,255,0.9);
	color: #BA0944;
	text-shadow: none;
	padding: 10px 15px;
	display: inline-block;*/
}

#slider .carousel-caption p{
	/*text-shadow: none;
	font-weight: 300;
	padding: 10px 15px;
	display: inline-block;
	background: rgba(255,255,255,0.6);
	color: #555555;*/
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.owl-carousel .owl-item .image_slider{
	object-fit: cover;
	/*min-height: 500px;*/
	/*max-height: 500px;*/
	height: auto;
}
/*.owl-theme .owl-nav{
	display: none;
}
.owl-theme .owl-dots{
	position: relative;
	margin-top: -50px;
}*/

#news__slider #slider  .owl-nav {
    /*display: block;*/
}
#news__slider #slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    outline: none;
}
#news__slider #slider .owl-nav .owl-prev span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 44px;
    font-size: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #aaa;
    text-align: center;
}
#news__slider #slider .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    outline: none;
}
#news__slider #slider .owl-next span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 44px;
    font-size: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #aaa;
    text-align: center;
}
#news__slider #slider .owl-dots{
	display: none;
}
/* SLIDER NEWS 2 */
#slider_news_2{
	 padding: 25px 0 40px;
}
#slider_news_2 .featured_slider{
	border-radius: 0px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    /*background-color: #343a40;*/
    color: #fff;
}
#slider_news_2 .featured_slider .img-overlay {
    position: absolute;
    right: -1px;
    bottom: -1px;
    left: 0;
    padding: 1.25rem;
}
#slider_news_2 .featured_slider .link_effect{
	background: rgba(76,76,76,0);
	background: -moz-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0.6) 49%, rgba(19,19,19,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,0)), color-stop(49%, rgba(48,48,48,0.6)), color-stop(100%, rgba(19,19,19,1)));
	background: -webkit-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0.6) 49%, rgba(19,19,19,1) 100%);
	background: -o-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0.6) 49%, rgba(19,19,19,1) 100%);
	background: -ms-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0.6) 49%, rgba(19,19,19,1) 100%);
	background: linear-gradient(to bottom, rgba(76,76,76,0) 0%, rgba(48,48,48,0.6) 49%, rgba(19,19,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
#slider_news_2 .featured_slider a{
	text-decoration: none;
}
#slider_news_2 .featured_slider .img_slider_1{
	width: 100%;
	object-fit: cover;
	min-height: 318px;
	max-height: 318px;
}
#slider_news_2 .featured_slider .img_slider_2{
	width: 100%;
	object-fit: cover;
	min-height: 153px;
	max-height: 153px;
}
#slider_news_2 .featured_slider .badge {
	font-size: 14px;
	color: #fff;
	background-color: #2980b9;
	padding: 4px 12px;
	border-radius: 0px;
}
#slider_news_2 .featured_slider .title_news {
    margin-bottom: 10px;
    color: #fff;
    font-size:27px;
}
#slider_news_2 .featured_slider .title_news_2 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 15px;
}
#slider_news_2 .featured_slider .text_effect{
	color: #fff;
	font-size: 16px;
	letter-spacing: 0px;
}
/*
	=====================
	  [7. NEWS]
	=====================

*/
#agenda {
    width: 100%;
    padding: 20px 0 40px;
}
#news {
    width: 100%;
    padding: 20px 0 40px;
}
.page-header {
	margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: 1px solid #e4e4e4;
    display: block;
}
.page-header h3{
	margin-top: 0;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 24px;
    color: #34495e;
    font-weight: 400;
    letter-spacing: 1.0;
    /*display: inline-block;*/
    margin-bottom: 0;
    /*padding: 0 10px 0 0;*/
}
.page-header h3:after {
    background-color: #3498db;
    bottom: 0;
    width: 70px;
    height: 3px;
    content: "";
    margin-top: 10px;
    display: block;
}
.news-img {
    margin-bottom: 20px;
    overflow: hidden;
}
/*
	=====================
	  [8. BLOG]
	=====================
*/

#blog {
    width: 100%;
    padding: 0px 0 100px;
}
.page-title {
    display: block;
    padding: 20px 0;
    margin-bottom: 0px;
}
.page-title h2 {
    position: relative;
    /*text-transform: uppercase;*/
    font-size: 18px;
    /*line-height: 52px;*/
    font-weight: 400;
    color: #434a54;
}
.page-title h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    /*line-height: 52px;*/
    font-weight: 700;
    color: #434a54;
}
.page-title h2::after {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    width: 65px;
    height: 2px;
    /*background-color: #e67e22;*/
    background-color: #ef4034;
}
.page-title h3:after {
	content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    /*padding: 10px 0px;*/
    background-color: #434a54;
    /*display: inline-block;
    margin: 0 0 8px 20px;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 140px;*/
}
.page-title h3:before {
    /*display: inline-block;
    margin: 0 20px 8px 0;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 140px;*/
}
.blog-container {
    width: auto;
    /*margin-bottom: 40px;*/
    /*height: 370px;*/
    /*background-color: #f1f1f1;*/
}
.blog-container .blog-img {
    margin-bottom: 20px;
    overflow: hidden;
    /*border: 1px solid rgba(255, 255, 255, 0.4);*/
    padding: 0px;
    /*border-color: #ecf0f1;*/
    /*background: #ecf0f1;*/
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);*/
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.blog-container .blog-img img {
	margin: 0 auto;
    width: 100%;
    object-fit: cover;
    height: 200px;
    
}
.blog-container .blog-content {
    text-align: center;
    color: #434a54;
}
.blog-container .blog-content h3 {
    position: relative;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 20px 0 10px;
    padding: 10px 0;
}
.blog-container .blog-content h3::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    background-color: #434a54;
}
.blog-container .blog-content h2 {
    position: relative;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 0px 0 10px;
    padding: 10px 0;
}
.blog-container .blog-content h3 a,
.blog-container .blog-content h2 a {
	color: #3498db;
}
.blog-container .blog-content h3 a:hover,
.blog-container .blog-content h2 a:hover {
    color: #34495e;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.blog-container .blog-content span {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
.blog-container .blog-content span a[rel="author"] {
    color: #e67e22;
    font-size: 10px;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
.blog-container .blog-content span a[rel="author"]:hover,
.blog-container .blog-content span a[rel="author"]:focus {
    color: #3498db;
    font-size: 10px;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

/*
	=====================
	  [8. PENGUMUMAN]
	=====================
*/
#announcement{
	padding: 20px 0px 50px 0px;
	width: 100%;
	position: relative;
    z-index: 1;
}
.widget_annoucement{
	line-height: 1.7;
    color: #444;
    margin: 0;
    font-size: 12px;
    padding: 15px 0;
    padding-bottom: 0;
    padding-top: 20px;
}
.widget_annoucement > h3 {
	/*font-size: 16px;
	color: #34495e;*/
	color: #596a67;
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    margin: 0 0 5px 0;
    line-height: 1.3;
}
.widget_annoucement > h3 a {
    font-size: 16px;
    display: block;
    text-decoration: none;
    color: #525252;
    font-family: 'None','Helvetica','Arial';
}
.widget_annoucement p {
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 15px 0px 15px 0;
    color: #777777;
}
#pengumuman {
	background: #f4f4f4;
}
#pengumuman > li + li{
	margin-top: 0px;
}
#pengumuman > li{
}
#pengumuman a{
	border-radius: 0px;
	font-size: 14px;
	border-left: 2px solid #34495e;
	color: #434a54;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
#pengumuman a:hover{
	border-radius: 0px;
	/*border-left: 6px solid #34495e;*/
	background-color: #e4e4e4;
	color: #e67e22;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
#pengumuman a > span{
	color: #3498db;
}
#pengumuman a > span:hover{
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d5d8;
}
.section-heading h6 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 45px;
    height: 45px;
    min-width: 140px;
    padding: 0 30px;
    /*background-color: #ee002d;*/
    background-color: #3EB9C3;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-align: center;
}
.single-blog-post {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.32);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.32);
}
.single-blog-post .post-thumb a,
.single-blog-post .post-thumb a:hover,
.single-blog-post .post-thumb a:focus,
.single-blog-post .post-data a,
.single-blog-post .post-data a:hover,
.single-blog-post .post-data a:focus{
    display: block;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #1c1c1c;
    font-weight: 500;
    font-size: 14px;
    color: #828282;
}
.single-blog-post .post-thumb img{
	width: 100%;
	object-fit: cover;
}
.single-blog-post .post-data {
    padding: 20px;
}
.single-blog-post .post-data .post-title h4 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    line-height: 1.9;
    font-weight: 700;
    color: #152535;
}
.single-blog-post .post-data .post-meta .post-date a:hover, 
.single-blog-post .post-data .post-meta .post-date a:focus,
.single-blog-post .post-data .post-title h4:hover,
.single-blog-post .post-data .post-title h4:focus {
    color: #3EB9C3;
}
/*
	=====================
	  [9. VIDEO]
	=====================
*/
#video{
	background: #ffffff;
	padding: 50px 0px;
}




/*
	=============================
	  [10. BREADCRUMB]
	=============================
*/
.breadcrumb {
    width: 100%;
    background: #ffffff;
    color: #091021;
    margin-top: 0px;
    /*padding: 40px 0px 30px;*/
    padding: 18px 0px 8px;
    border-radius: 0px;
}
.breadcrumb h2 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 0px;
    padding-top: 0px;
}

/*
	=============================
	  [11. PAGE NEWS]
	=============================
*/
#mainPageNews{
	padding: 20px 0px 50px 0px;
	width: 100%;
}
.PageNews{
	
}
.PageNews_content{
	position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px 25px;
    margin-bottom: 2px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.PageNews h3{
	text-transform: uppercase;
    line-height: 1.5;
    margin-top: 0px;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 1px;
}
.PageNews span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    /*line-height: 3;*/
    transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
.PageNews span a[rel="author"] {
    color: #e67e22;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
.PageNews span a[rel="author"]:hover, 
.PageNews span a[rel="author"]:focus {
    color: #3EB9C3;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
.PageNews figure{
	margin-bottom: 20px;
}
.PageNews img{
	width: 100%;
	height: auto;
}
.PageNews p{
	text-align: justify;
	font-size: 16px;
	line-height: 1.8;
}
.PageNews .wrapper {
	margin-left: -40px;
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 45%;*/
	/*transform: translate(-50%,-50%);*/
}
.PageNews .wrapper ul.share-social {
	list-style: none;
	color: #fff;
}
.PageNews .wrapper ul.share-social li {
	width: 40px;
	height: 40px;
	background: #e59500;
	margin: 10px 0;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.PageNews .wrapper ul.share-social li .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%,-50%);
	font-size: 20px;
}
.PageNews .wrapper ul.share-social li.facebook {
	background: #3b5999;
}
.PageNews .wrapper ul.share-social li.twitter {
	background: #55acee;
}
.PageNews .wrapper ul.share-social li.instagram {
	background: #e4405f;
}
.PageNews .wrapper ul.share-social li.google {
	background: #dd4b39;
}
.PageNews .wrapper ul.share-social li.whatsapp {
	background: #25d366;
}
.PageNews .wrapper ul.share-social li.telegram {
	background: #0088cc;
}
.SidebarNews{

}
.SidebarNews .widget-sidebar {
    background: #ffffff;
    padding: 0;
    /*position: relative;*/
    margin-bottom: 30px;
    padding-bottom: 30px;
    /*border-bottom: 1px solid #eee;*/
    margin-bottom: 40px;
}
.SidebarNews .widget-sidebar h3 {
    /*position: relative;*/
    display: block;
    margin-top: 0;
    color: #34495e;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
    padding: 8px 0px 12px;
    margin-bottom: 0;
}
.SidebarNews .widget-sidebar h3::after {
    border-top: 4px solid #3498db;
    content: "";
    display: block;
    margin-top: 14px;
    width: 60px;
}
.SidebarNews .widget-sidebar .list-sidebar{
	list-style: none;
	padding:0px;
}
.SidebarNews .widget-sidebar .list-sidebar li:first-child {
    margin-top: 0;
}

.SidebarNews .widget-sidebar .list-sidebar li {
    margin: 12px 0;
}
.SidebarNews .widget-sidebar .list-sidebar li a{
	font-size: 16px;
    /*font-weight: 600;*/
    margin: 0;
}
.SidebarNews .widget-sidebar .list-sidebar small {
    display: block;
    font-style: italic;
    opacity: 0.7;
}
.sidebar-thumbnail{
	margin-bottom:40px;
}
.sidebar-thumbnail-head {
    position: relative;
    margin-bottom: 3px;
    clear: both;
}
.sidebar-thumbnail-head h4{
	position: relative;
    display: block;
    margin-top: 0;
    color: #34495e;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
    padding: 8px 0px 12px;
    margin-bottom: 0;
}
.sidebar-thumbnail-head h4:after {
    border-top: 4px solid #3EB9C3;
    content: "";
    display: block;
    margin-top: 14px;
    width: 60px;
}

.sidebar-thumbnail .sidebar-thumbnail-widget{
	position: relative;
}
.sidebar-thumbnail .sidebar-thumbnail-widget .sidebar-thumbnail-post {
    border-bottom: 1px solid #eee;
    float: left;
    margin-bottom: 14px;
    padding-bottom: 12px;
    position: relative;
    clear: both;
}
.sidebar-thumbnail .sidebar-thumbnail-widget .sidebar-thumbnail-post img {
    float: left;
    display: block;
    height: 130px;
    object-fit: cover;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 8px;
} 
.sidebar-thumbnail  .sidebar-thumbnail-content  .date_sidebar{
	margin-bottom: 8px;
	font-size: 13px;
}
.sidebar-thumbnail  .sidebar-thumbnail-content  .date_sidebar span{
	font-size: 13px;
}
.sidebar-thumbnail .sidebar-thumbnail-widget .sidebar-thumbnail-post .sidebar-thumbnail-content h4 {
    font-size: 16px;
    /*font-weight: 600;*/
    margin: 0;
}
.sidebar-thumbnail  .sidebar-thumbnail-content span.views_{
	display: block;
	font-size: 12px;
	margin-top: 5px;
	color: #e67e22;
}
.sidebar-thumbnail .sidebar-thumbnail-widget .sidebar-thumbnail-post .sidebar-thumbnail-content a{
	font-size:16px;
}

.SidebarNews  .about-author-container {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}
.SidebarNews .about-author-container img{
	display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.SidebarNews .about-author-info {
    padding: 20px 30px 30px;
}

.SidebarNews  .about-author-info .widget-title {
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #2b2b2b;
    font-weight: 700;
}

.SidebarNews  .about-author-info .author-subtitle {
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 22px;
    color: #a1a3b0;
}
.more-link {
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-position: 10px center;
}

.more-link .moretext {
    display: inline-block;
    padding: 0 12px;
    font-size: 14px;
    color: #6b6e80;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.more-link:focus>.moretext, 
.more-link:hover>.moretext {
    color: #3c4b78;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.SidebarNews .about-author-info .more-link .moretext {
    padding: 10px 20px;
}

.SidebarNews ul {
    list-style-type: none;
    padding-left: 0;
}
.SidebarNews .sidebar-thumbnail-widget ul li {
    padding: 5px 5px 10px 0;
    padding-top: 5px;
}
.SidebarNews .sidebar-thumbnail-widget ul li .popular-entry-container {
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding: 0 0 20px 80px;
    min-height: 100px;
    border-bottom: 1px dashed #d9d9d9;
}
.SidebarNews .sidebar-thumbnail-widget ul li .entry-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.SidebarNews .sidebar-thumbnail-widget ul li .entry-image img {
    width: 100%;
    height: 80px;
    width: 80px;
}
.SidebarNews .sidebar-thumbnail-widget ul li .entry-content {
    font-size: 14px;
    line-height: 24px;
    color: #777a8d;
    padding-left: 15px;
}
.SidebarNews .sidebar-thumbnail-widget ul li .entry-title {
    font-size: 12px;
    line-height: 22px;
}
.SidebarNews .sidebar-thumbnail-widget ul li .entry-title a {
    color: #2b2b2b;
    font-size: 16px;
}
.SidebarNews .sidebar-thumbnail-widget ul li .entry-title a:hover {
    color: #6b6e80;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
.SidebarNews .sidebar-thumbnail-widget ul li .entry-category {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.SidebarNews .sidebar-thumbnail-widget ul li .entry-category {
    color: #e67e22;
    display: block;
}
.SidebarNews .sidebar-thumbnail-widget ul li .entry-datetime {
    position: relative;
    font-size: 11px;
    padding-left: 20px;
    text-transform: uppercase;
}
.SidebarNews .sidebar-thumbnail-widget ul li .entry-datetime::before {
    font-family: FontAwesome;
    content: "\f073";
    position: absolute;
    font-size: 9px;
    top: -5px;
    left: 5px;
    color: #6b6e80;
}

.SidebarNews .sidebar-thumbnail-widget.widget_side ul li {
    padding: 5px 5px 10px 20px;
    position: relative;
}
.SidebarNews .sidebar-thumbnail-widget.widget_side ul li a {
    font-weight: 600;
    color: #6b6e80;
    -webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    -ms-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear;
}
.SidebarNews .sidebar-thumbnail-widget.widget_side ul li a::before {
    font-family: FontAwesome;
    content: '\f08b';
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 12px;
    font-weight: 400;
}
.SidebarNews .sidebar-thumbnail-widget.widget_side ul li span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #858899;
}
.SidebarNews .sidebar-thumbnail-widget.widget_side ul li a:hover {
    color: #3EB9C3;
    -webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    -ms-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear;
}



/*
	=====================
	  [12. POST]
	=====================
*/
.post {
    overflow: hidden;
    border-radius: 3px;
    margin-top: 30px;
    background-color: #fff;
    border-bottom: 2px solid #f2f3f5;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.entry-thumbnail {
    overflow: hidden;
}
.entry-meta {
    font-size: 12px;
}
.post img, 
.post-content, 
.entry-meta, 
.entry-title {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-content {
    padding: 30px;
}

.post-content a {
    color: #aeaeae;
    
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.entry-title a{
    font-weight: 700;
    color: #3EB9C3;
    font-size: 18px;
} 
.entry-meta a {
    color: #000;
    font-size: 14px;
}
.post-content i {
    margin-right: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post .entry-title {
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 10px;
}
.post.medium-post .entry-title {
    text-transform: initial;
    font-size: 16px;
    line-height: 1.3;
}
.left-content .post .entry-title {
    margin-bottom: 20px;
    margin-top: 12px;
}
.left-content .post.medium-post .entry-title {
    margin-bottom: 0;
}
.post img:hover {
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.entry-title a:hover {
    color: #9c9c9c;
    /*color: #34495e;*/
}

/*
	=====================
	  [13. INFOGRAFIS]
	=====================
*/
#infografis{
	width: 100%;
    padding: 0px 0 100px;
}
#infografis .widgetinfografis{
	/*opacity: 0;*/
    /*visibility: hidden;*/
}
#infografis .content-infografis{
	background: #fff;
    /*margin-bottom: 30px;*/
}
#infografis .content-infografis a{
	/*color: #3498db; #3EB9C3 */
	color: #000000;
}
#infografis .content-infografis a:hover{
	color: #3EB9C3;
}
.text-infografis{
    padding: 15px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
}
.text-infografis-all{
    padding: 15px;
}
.text-infografis span.date,
.text-infografis-all span.date {
    font-size: 12px;
    display: block;
    font-weight: 700;
    color: #828282;
}
.text-infografis span.author,
.text-infografis-all span.author {
    font-size: 12px;
    display: block;
    font-weight: 700;
    color: #e67e22;
}
.text-infografis h3,
.text-infografis-all h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 30px;
}
.masonry .item a{
	color: #000000;
}
.masonry .item a:hover{
	color: #3EB9C3;
}

/*

/*
	=====================
	  [14. APPS - INSTANSI]
	=====================
*/
#apps-ins{
	padding: 0px 0px 50px 0px;
}

/*
	=============================
	  [15. FOOTER & COPYRIGHT]
	=============================
*/
#footer{
	padding: 0px 0px 50px 0px;
	color: #ecf0f1;
	/*background-color: #2c3e50;*/
	background-color: #111111;
}
.page-title-footer {
    display: block;
    padding: 20px 0;
    margin-bottom: 0px;
}
.page-title-footer h2 {
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    /*line-height: 52px;*/
    font-weight: 500;
    color: #ecf0f1;
}
.page-title-footer h2::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background: #3EB9C3;
    display: block;
    left: 0;
    bottom: -8px;
}
#footer .footer-tags {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-left: -5px;
}
#footer .footer-tags li a {
    border-radius: 2px;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 12px;
    display: inline-block;
    line-height: 22px;
    margin: 5px;
    font-size: 12px;
    border:1px solid #e6e6e6;
}
#footer .footer-tags li a:hover, 
#footer .footer-tags li a:focus {
	outline: 0 solid transparent;
	-webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #3EB9C3;
    color: #ffffff;
}
#footer .footer-tags li a.color2:hover, 
#footer .footer-tags li a.color2:focus {
	outline: 0 solid transparent;
	-webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #FCB8CF;
    color: #ffffff;
}
#footer address{
	color: #ecf0f1;
}
/*#footer ul li a:before{
    font-family: FontAwesome;
    margin-left: 0;
    display: inline-block;
    width: 1.2em;
    color: #666666;
	content: "\f140";
}*/
#footer ul li a{
	color: #ecf0f1;
	line-height: 2.2;
}
#footer .footer-social-info a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #164fd0;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    line-height: 40px;
    margin-right: 3px;
    border-radius: 50%;
}
#footer .footer-social-info a.facebook {
    background-color: #3b5999;
}
#footer .footer-social-info a.instagram {
    /*background-color: #3f729b;*/
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
#footer .footer-social-info a.twitter {
    background-color: #55acee;
}
#footer .footer-social-info a.youtube {
    background-color: #df3535;
}
#copyright{
	/*background-color: #1a2d40;*/
	background-color: #0a0a0a;
	padding:0px 0px 10px 0px;
}
#copyright p {
	margin-top: 25px;
	color: #fff;
}

a.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 30px;
    /*opacity: 0.9;*/
    background: #3eb9c3;
    color: #fff;
    z-index: 100;
    line-height: 1rem;
    padding: 17px 20px;
    display: none;
    border-radius: 2px;
}
a.back-to-top:hover{
	opacity: 0.9;
}


/*
	=========================
	  [16. CAROUSEL VERTICAL]
	=========================
*/

.carousel.vertical .carousel-inner {
  height: 100%;
  width: auto;
}
.carousel.vertical .carousel-inner > .item {
  width: auto;
  padding-right: 50px;
  transition: 0.6s ease-in-out top;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel.vertical .carousel-inner > .item {
    transition: 0.6s ease-in-out;
  }
  .carousel.vertical .carousel-inner > .item.next, .carousel.vertical .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    top: 0;
  }
  .carousel.vertical .carousel-inner > .item.prev, .carousel.vertical .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    top: 0;
  }
  .carousel.vertical .carousel-inner > .item.next.left, .carousel.vertical .carousel-inner > .item.prev.right, .carousel.vertical .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    top: 0;
  }
}
.carousel.vertical .carousel-inner > .active,
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  display: block;
}
.carousel.vertical .carousel-inner > .active {
  top: 0;
}
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel.vertical .carousel-inner > .next {
  top: 100%;
}
.carousel.vertical .carousel-inner > .prev {
  top: -100%;
}
.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right {
  top: 0;
}
.carousel.vertical .carousel-inner > .active.left {
  top: -100%;
}
.carousel.vertical .carousel-inner > .active.right {
  top: 100%;
}

.carousel.vertical .carousel-control {
  left: auto;
  width: 50px;
}
.carousel.vertical .carousel-control.up {
  top: 0;
  right: 0;
  bottom: 50%;
}
.carousel.vertical .carousel-control.down {
  top: 50%;
  right: 0;
  bottom: 0;
}
.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .fa-angle-up,
.carousel.vertical .carousel-control .fa-angle-down {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .fa-angle-up {
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
}
.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .fa-angle-down {
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
}
.carousel.vertical .carousel-control .icon-up,
.carousel.vertical .carousel-control .icon-down {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel.vertical .carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel.vertical .carousel-control .icon-next:before {
  content: "\203a";
}


/*
	=====================
	  [17. KEGIATAN]
	=====================
*/
#kegiatan {
    width: 100%;
    padding: 20px 0 40px;
}
.featured-img{
	position: relative;
    height: 200px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}
.featured-img h3 {
    position: absolute;
    left: 0;
    bottom: 10px;
    display: block;
    max-width: 90%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.featured-img h3 span {
    display: block;
    padding: 10px 15px;
    background-color: #3c4b78;
    color: #fff;
}
.featured-img h3 span {
    background-color: #FCB8CF;
}

.img-apps-footer{
	display: inline-block;
	margin-bottom: 5px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #E91E63;
    background: #fff;
}


/*
	=====================
	  [. RESPONSIVE]
	=====================
*/
@media (min-width: 768px){
	/*.dropdown:hover .dropdown-menu{
		display: block;
	}*/
	.sideMenu{
		display: none !important;
	}
}

@media only screen and (max-width: 767px){
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    	/*color: #fff;*/
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    	padding: 10px 16px 10px 25px;
	}
	.navbar-default .navbar-nav > li > a{
		padding: 10px 15px;
	}
}

@media screen and (max-width: 768px) {
	.navbar-default .navbar-brand .image_navbar{
		width: 50%;
    	margin-top: -42px;

	}
	.navbar-default .navbar-brand{
		height: 0px;
		padding: 0px 15px;
	}
	.navbar-default .navbar-nav > li > a{
		padding: 10px 15px;
	}
	#secondbar{
		display: none;
	}
	.overlay,
	.sideMenu{
		position:fixed;
		bottom:0
	}
	.overlay{
		top:0;
		left:-100%;
		right:100%;
		margin:auto;
		background-color:rgba(0,0,0,.5);
		z-index:998;
		transition:all ease 0.2s;
	}
	.overlay.open{
		left:0;
		right:0;
	}
	.sidebarNavigation{
		margin-bottom:0;
		z-index:999;
		justify-content:flex-start;
	}
	.sidebarNavigation .leftNavbarToggler{
		margin-right:10px;
		order:-1;
	}
	.sideMenu{
		left:-100%;
		top:48px;
		transition:all ease 0.5s;
		overflow:hidden;
		width:100%;
		z-index:999;
		margin-bottom:0;
		background: #fff;
		padding:1rem;
	}
	.sideMenu.open{
		left:0;
		display:block;
		overflow-y:auto;
	}
	.sideMenu ul{
		/*margin:0;*/
		/*padding:0 15px;*/
	}
	.mobilepadding-right-min5px{
		padding-right: -5px !important;
	}
	.mobilepadding-left-0rem{
		padding-left: 0rem !important;
	}
	.mobilepadding-bottom-0rem{
		padding-bottom: 0rem !important;
	}
	.mobilepadding-top-0rem{
		padding-top: 0rem !important;
	}
	.mobilemargin-left-0rem{
		margin-left:0rem !important;
	}
	#slider_news_2 .mobile_noborder{
		border:0px !important;
	}
}


.ekko-lightbox-nav-overlay a:last-child span {
    text-align: right;
    background: #fff;
    padding: 20px;
    right: 0;
    position: absolute;
}
.ekko-lightbox-nav-overlay a span {
    padding: 0 30px;
    background: #fff;
    padding: 20px;
    position: absolute;
}


