.background {
	width: 100%;
	height: 30vh;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../img/topbg.webp);
	background-size: cover;
	background-position: center center;
}


#catchboxout{
	top: 0;
	left: 0;
	width: 100%;
	height: 30vh;
}

#catchboxin{
	display: table;
	width: 100%;
	height: 30vh;
}

#catchbox{
	display:table-cell;
	width: 100%;
	height: 30vh;
	text-align: center;
	vertical-align: middle;
}

@media (max-width: 993px) and  (orientation: portrait){
	.background {
		height: 70vw;
		background-image: url(../img/topbgwebp);
	}

	#catchboxout{
		height: 70vw;
	}

	#catchboxin{
		height: 70vw;
	}

	#catchbox{
		height: 70vw;
	}

}


 
.filter {
	  width: 100%;
 	  height: 100%;
	  position: absolute;
	  background-color: rgba(0,0,0,0.2);
}


@media (min-width: 1721px) {
	h1{
	  font-size: 2vw;
	}

}

@media (min-width: 994px) and (max-width: 1720px) {
	h1{
	  font-size: 2.4vw;
	}
	.title_en{
		font-size: 16px;
	}
}

@media (max-width: 993px) {
	.background {
		background-image: url(../img/topbg.webp);
	}

	.filter {
		background-color: rgba(0,0,0,0);
	}

	h1{
	  font-size: 6vw;
	}
	.top_link{
		font-family: Arial;
	}
	.title_en{
		font-size: 14px;
	}

}



#catchboxout{
	color: #ffffff;
}

