@charset "utf-8";
/* CSS Document */
#top-box{
	width: 100%;
}
#mid-box{
	width: 100%;
	height: 500px;
	text-align: center;
}
#bot-box{
/*
	width: 100%;
	height: 100px;
	border: 1px solid black;
*/
}
#center-mid-box{
	width: 100%;
	height: auto;
}
.line{
	display: flex;

}
.left-text{
	width: 40%;
	text-align: right;
}
.right-input{
	width: 60%;
	text-align: left;
}
.left-text p{
	margin-right: 15%;
	font-size: 30px;
	margin-top: 5px;
}
.right-input input{
	padding-left: 2%;
	height: 40px;
	width: 55%;
	border: 2px solid black;
	border-radius: 5px;
	font-size: 20px;
}
.right-input input:focus{
	outline: 0;
}
.head-text{
	font-size: 50px;
	margin-top: 0px;
	padding-top: 0px;
	color: #009344;
}
.btnBox{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.btnBox button{
	width: 150px;
}
#btn-back{
	margin-bottom: 30px;
}
.text-morong{
	font-size: 35px;
}
.text-morong2{
	font-size: 30px;
}
.box-contact{
	border: 1px solid black;
	width: 90%;
	text-align: left;
	margin-left: 5%;
	background-color: #21409a;
}
.box-contact p{
	padding-left: 5%;
	padding-right: 5%;
	color: white;
	font-size: 40px;
}
a{
	color: #21409a;
}
a:hover{
	color: #009344;
}
/*
@media only screen and (min-height:1500px) and (max-height:2401px){
	#top-box{
		height: 600px;
	}
}
*/
@media only screen and (max-height:768px){
	#top-box{
		height: 0px;
	}
	.box-contact p{
	padding-left: 5%;
	padding-right: 5%;
	color: white;
	font-size: 25px;
	}
	.text-morong{
		font-size: 30px;
	}
	.text-morong2{
		font-size: 25px;
	}
}
@media only screen and (min-height:769px) and (max-height:1080px){
	#top-box{
		height: 100px;
	}
}
@media only screen and (min-height:1081px) and (max-height:1300px){
	#top-box{
		height: 300px;
	}
}
@media only screen and (min-height:1301px) and (max-height:2400px){
	#top-box{
		height: 300px;
	}
}

@media only screen and  (max-width:1080px){
	.btnBox button{
		width: 300px;
	}
}

