.home-upcoming-event {
    padding-top: 43px;
    padding-bottom: 44px;
	background-image:url(../images/world.png);
}
.home-upcoming-event.home-2 {
	background-image:url(../images/world-1920x1132.png);
}
body.theme-light .home-upcoming-event {
	background-image:url(../images/world_light.png);
}
.home-successful-event {
	padding-top:54px;
	padding-bottom:0px;
	background-color:#262626;
}
body.theme-light .home-successful-event {
	background-color: #f7f7f7;
}
.home-album {
	padding-top:54px;
	padding-bottom:0px;
	background-color:#2f2f2f;
}
body.theme-light .home-album {
	background-color: #ffffff;
}
.home-news {
	padding-top:54px;
	padding-bottom:54px;
	background-color: rgb(47, 47, 47);
}
body.theme-light .home-news {
	background-color: #efefef;
}
.home-go-top {
	background-color:#2f2f2f;
}
body.theme-light .home-go-top {
	background-color: #ffffff;
}
.home-service {
	padding-top:30px;
	padding-bottom:0px;
	background-color:#2f2f2f;
}
body.theme-light .home-service {
	background-color: #ffffff;
}
.service-item {
	padding-top:30px;
}
.contact-content {
	margin-top:50px;
	margin-bottom:80px;
}