body {
	height: 100%;
	font-family: 'Poppins' !important;
	background-color: #f2f2f2 !important;
	letter-spacing: 0.7px;
}
.bg-header {
	background: url('../img/bg-header.png');
	width: 100%;
	background-size: cover;
	height: 100%;
}

.bg-order {
	background: url('../img/bg-order.png');
	width: 100%;
	background-size: cover;
	height: 100%;
}
.section {
	padding: 100px 100px;
}
/*font-color*/
.clr-white {
	color: #fff;
}
.clr-grey {
	color: #9e9e9e;
}
/*font-size*/
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-20 {
	font-size: 20px;
}
.fs-24 {
	font-size: 24px;
}
.fs-32 {
	font-size: 32px;
}
.fs-48 {
	font-size: 48px;
}
/*button*/
.button {
	padding: 15px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.button.orange {
	background-color: #F77C03;

}

.box-slide {
	background-color: #fff;
	padding: 30px;
	z-index: 1000;
}
.kegiatan-title {
	padding-top: 100px;
}
.news-desc {
	padding: 20px;
	background-color: #fff;
}
.form-order {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}
@media only screen and (max-width: 600px) {
	.section {
		padding: 20px;
	}
	.kegiatan-title {
		padding-top: 20px;
	}
}