.box{
	border: solid 1px #1E90FF;
	padding: 20px;
	background: #fff;
	transition: all ease 0.3s;
}
.box-hover:hover{
	margin-top: -15px;
}
.box.h-170{
	height: 170px;
}
.box img{
	width: 100%;
}
.box:hover img{
	opacity: 0.8;
}
.box-radius{
	border-radius: 10px;
}
.box-header h4{
	font-weight: 400;
}
.box-body{
	margin-top: 0px;
	color: #555;
}
.box-target:hover{
	text-decoration: none;
}
.box-target:hover .box{
	border: solid 1px #ff381e;
}
.box-news{

}
.box-news a:hover img{
	opacity: 0.8;
}
.box-news-img{
	margin-bottom: 15px;
}
.box-news-img img{
	width: 100%;
}
.box-news-artikel h4{
	font-size: 1.3em;
	font-weight: 500;
}
.box-news-artikel a:nth-child(0){
	text-decoration: none;
	color: #000;
	transition: all ease 0.2s;
}
.box-news-artikel a.more{
	text-decoration: none;
	color: #ff4f7e;
	transition: all ease 0.2s;
}
.box-news-artikel a.title{
	text-decoration: none;
	color: #000;
	transition: all ease 0.2s;
}
.box-news-artikel a i{
	transition: all ease 0.2s;
}
.box-news-artikel a:hover{
	color: #4fadff;
}
.box-news-artikel a:hover i{
	margin-left: 5px;
}
.box-fasilitas{
	
}
.box-fasilitas img{
	width: 100%;
}
.box.box-gray{
	border: solid 1px #d5d5d5;
}