/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.foot-bg{
	background-color:#004a84;
	height: 450px;

	
}

.foot-container {
	position: static;
		width:auto;
	
}
.foot-text-muted{
	font-family: "微軟正黑體";
	font-weight: 1000 !important;
	font-size: 16px;
	color:white;
	width: 335px;
	height: 250px;
	position: absolute;
	top: 10%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	}