
.bar50 {
	padding: 50px 0;
}

footer.main-footer {
	background: #a09c9c;
}

footer.main-footer p {
	color: #ffffff;
	font-size: 16px;
}

footer.main-footer p.footer-mail{
	font-size: 18px;
}

.show-read-more .more-text{
	display: none;
}

.container1{
	min-height:300px;	
}

.about-us{
	width: 100%;
	background-color: #2dbf5e;
	padding-top: 70px;
}

.navbar > .container, .navbar > .container-fluid {
	-ms-flex-align: left;
	align-items: left;
	justify-content: flex-start;
}

.navbar-brand {
	margin-left: 10px;
}

.bannerfront {
	height: 100%;
	position: relative;
	width: 100%;
}

.banner {
	width: 100%;
}

.banner .slick-list {
	max-height: 648px;
}

.only-desktop {
	display: block !important;
}

.only-mobile {
	display: none !important;
}

.banner img {
	width: 100%;
}

.about-title {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin: -30px 0 20px 0;
}

.about-text{
  margin: 0 0 25px 25px;
  object-fit: contain;
}

.about-text p{
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2em;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}


.home-video {
	height: 350px;
	margin: 0;
	text-align: left;
}
.about-video {
	border-radius: 10px;
}

/*
* =====================
* FITUR
* =====================
*/

.fitur-section{
	width: 100%;
	background-color: #ffffff;
}

.content-fitur{
	width: 100%;
	display: flex;
}

.list-fitur{
	margin-right: 15px;
	margin-bottom: 30px;
	max-width: 300px;
}

.list-fitur .fitur-image img{
	width: 150px;
	height: 150px;
	margin: 0 auto 20px;
	border-radius: 50%;
}

.fitur-title{
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #555555;
  margin: 0 0 30px 30px;
}

.list-fitur .fitur-text p{
	margin: 10px;
}

/*
* =====================
* POSTING
* =====================
*/
.posting-section{
	width: 100%;
	background-color: #2dbf5e;
}

.content-posting{
	width: 100%;
	display: flex;
	padding: 0 20px;
}

.list-posting {
	margin-right: 15px;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 10px;
	width: 250px;
}

.posting-image {
	overflow: hidden;
	width: 100%;
	height: 250px;
	border-radius: 4% 4% 0 0;
	position: relative;
	background-image: url(../../assets/images/no-photo.jpg);
	background-size: cover;
}

.posting-image:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .5;
}

.center-cropped {
	object-fit: cover;
	object-position: center;
	height: 250px;
	width: 100%;
	border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}

.posting-image .overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 191, 95, 0.6);
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.posting-image:hover .overlay {
	opacity: 1;
}

.posting-image .overlay a {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.posting-image:hover .overlay a {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.posting-title{
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  margin: 0 0 30px 30px;
}

.list-posting .posting-text {
	padding-bottom: 4px;
}

.list-posting .posting-text .posting-desc{
	height:110px;;
}

.list-posting .posting-text p {
	margin: 15px 10px;
	font-size: 13px;
	text-align:left;
	/*word-break: break-all;*/
}

.list-posting .posting-text a {
    color: #555555;
    text-decoration: none;
}

.posting-user {
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

/*
* =====================
* POSTING-DETAIL
* =====================
*/

.img-posting-slick {
	width: 100%;
	background-color: #fff;
	margin-bottom: 15px;
}

.img-posting-slick .slick-list .slick-track{
	display: flex;
	align-items: center;
}

.list-posting-det {
	margin: 15px auto;
	background-color: #fff;
	border-radius: 0;
	width: 100%;
}

.posting-image-det {
	overflow: hidden;
	width: auto;
	height: auto;
	position: relative;
	background-size: cover;
	margin: 0 10px;
}

.center-cropped-det {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
	max-height:450px;
	margin: 0 auto;
}

.portfolio-project .project-more h4 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.88rem;
	color: #2dbf5e;
}


/*
* =====================
* TESTIMONI
* =====================
*/
.testimoni-section{
	width: 100%;
	background-color: rgba(45, 191, 94, 0.15);
}

.content-testimoni{
	width: 100%;
	display: flex;
	padding: 0 20px;
}

.testimoni-title{
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #555555;
  margin: 0 0 30px 30px;
}

.block-testimoni{
	margin : 0 0 50px 0;
}
.testimoni-text{
	display: flex;
	text-align: left;
	margin: 0 auto;
	height: 160px;	
	align-items: center;
}

.testimoni-text  p{
	margin: auto 0 auto 10px;
}
.testimoni-avatar{
	margin: auto;
}

.testimoni-avatar img{
	border-radius: 50%;
	width: 100%;
	height: auto;
	margin: 0 auto;
	min-width: 100px;
	max-width: 160px;
}

/*
* =====================
* SOCMED
* =====================
*/
.socmed-section{
	width: 100%;
	background-color: #ffffff;
}

.content-socmed{
	width: 100%;
	display: flex;
	padding: 0 20px;
}

.socmed-title{
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #555555;
  margin: 0 0 30px 30px;
}

.block-socmed{
	width:100%;
}

.socmed-image{
	margin: 0 auto;
}

.socmed-image img{
	margin: 0 auto;
}


/*
* =====================
* SPONSOR
* =====================
*/
.sponsor-section{
	width: 100%;
	background-color: #d8d8d8;
}

.content-sponsor{
	width: 100%;
	display: flex;
	padding: 0 20px;
}

.socmed-title{
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #555555;
  margin: 0 0 30px 30px;
}

.block-sponsor{
	width:100%;
}

.sponsor-image{
	margin: 0 auto;
}

.sponsor-image img{
	margin: 0 20px 20px;
	width:150px;
}

.sponsor-image2{
	margin: 0 auto;
}

.sponsor-image2 img{
	text-align:center;
	width:12.5%;
	padding: 0 5px;
}


/*
* =====================
* BERITA
* =====================
*/

.list-posting .posting-text .berita-desc{
	height:70px;;
	word-break: normal;
}

.berita-txt {
	font-size: 14px;
	color: #888;
}

.berita-title {
	font-size: 15px;
	font-weight: bold;
	color: #888;
}


/*
* =====================
* CONTACT
* =====================
*/
 .left-20{
	margin-left: 20%;
}

 .right-20{
	margin-right: 20%;
}


@media (max-width:768px){
	.bar-top {
		padding: 0;
		margin-top: 85px;
	}
	.container1 {
		min-height: 200px;
	}	
	.home-video {
		width: auto;
		margin: 20px auto;
		min-height: 100px;
		padding: 0 90px;
		height: 285px;
	}
	
	.about-text {
		margin: 0 auto;
		text-align: left;
		font-size: 15px;
		line-height: 1.5;
	}
	
	/*
	* =====================
	* CONTACT
	* =====================
	*/
	.left-20{
		margin-left: 0;
	}

	.right-20{
		margin-right: 0;
	}

}	

@media (max-width:600px){
	
	
	.container1{
		min-height:100px;	
	}
	.only-desktop {
        display: none !important;
    }
    .only-mobile {
        display: block !important;
    }	
	.bar-top {
		padding: 0;
		margin-top: 85px;
	}
	footer.main-footer p {
		font-size: 0.9rem;
		font-size: 14px;
	}
	footer.main-footer p.footer-mail{
		font-size: 16px;
	}
	
	.sponsor-image img {
		width: 35%;
	}
	
	.sponsor-image2 img {
		width: 30%;
		padding: 10px 5px;
	}
	
	.about-title {
		font-size: 16px;
		margin: -30px 0 30px 0;
	}
	.about-text {
		margin: 0 5px;
	}
	.about-text p{
		font-size: 16px;
		font-weight: 400;
		line-height: 1.6em;
		text-align: justify;
	}
	
	.home-video {
		width: auto;
		height: 180px;
		margin: 0 auto 20px;
		min-height: 180px;
		padding: 0 20px;
	}
	
	.fitur-section {
		padding-top: 40px;
	}
	
	.list-fitur .fitur-image img {
		width: 120px;
		height: 120px;
		margin: 0 auto 30px;
		border-radius: 50%;
		
	}
	
	.list-fitur .fitur-text p {
		margin: 5px;
		font-size: 14px;
	}
	
	.fitur-title {
	  font-size: 16px;
	  margin: 0 0 30px 30px;
	}
	
	.posting-title{
	  font-size: 16px;
	}
	
	.testimoni-title{
	  font-size: 16px;
	  margin: 0 0 30px 0px;
	}
	
	.content-testimoni .slick-dots {
		text-align: center;
		padding-right: 30px;
	}
	
	.testimoni-text {
		display: flex;
		margin: 20px auto 0;
		min-height: 250px;
		justify-content: center;
		align-items: center;
		font-size:14px;
	}
	
	.testimoni-text p {
		padding: 0 10px;
		text-align: justify;
	}
	
	.testimoni-slick .slick-dots li button:before
    {
        font-size: 20px;
        line-height: 20px;
    }
	
	
	.content-socmed {
		padding: 0;
	}
	
	.socmed-title{
	  font-size: 16px;
	  margin: 0 0 30px 0px;
	}
	
	.socmed-image{
		margin: 0 auto;
	}

	.socmed-image img{
		width:100%;
	}
	
	.col-3 {
		padding-right: 10px;
		padding-left: 10px;
	}
	
}