@font-face {
	font-family: "Siedoo";
	src: url("../fonts/Siedoo.ttf");
}

.top_header_area .header_social li a.siedoo{
	font-family: "Siedoo";
	font-weight: 400;
	font-size: 16pt;
	color: #ff0000;
}
.top_header_area .header_social li a.siedoo:hover{
	color: #ff0000;
}
.blog_area{
	background: url("../images/banner-bg-3.png") no-repeat;
}

.blog_single{
	padding: 24px;
	background: rgba(255,255,255,0.9);
}
.app-name{
	line-height: 52px;
	display: flex;
	vertical-align: middle;
}
@media(max-width: 720px){
 	.main-logo{
		text-align: center;
 	}
 	.app-name{
		line-height: inherit;
	}
}
.pengumuman{
	overflow: hidden;
}
@media(max-width: 480px){
	.pdf-container, .pengumuman{
		height: 500px;
		width: 100%;
	}
}
@media(max-width: 720px){
	.pdf-container, .pengumuman{
		height: 600px;
		width: 100%;
	}
}
@media(min-width: 721px){
	.pdf-container, .pengumuman{
		height: 800px;
		width: 100%;
	}
}