	* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  
}
form header {
  margin: 20px 20px 20px 0; 
  text-align:center;
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding:0 4% 0 4%;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
}
form > span > div > label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
  
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
  text-align:justify;
  margin-bottom:20px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea,select {
	width: 70%;
    height: 35px;
    font-size: 19px;
    margin-left: 0px;
    padding-left: 10px;
    box-shadow: 0 0 8px #D0D0D0;
    font-family: "Amiri", serif;
    font-weight: 500;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

@media (max-width: 640px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 50%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%;
    height: 35px;
    font-size: 19px;
    margin-left: 0px;
    padding-left: 10px;
    box-shadow: 0 0 8px #D0D0D0;
    font-family: "Amiri", serif;
    font-weight: 500;
  }
}
/*
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	width: 30%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div > label,
	legend {
  	width: 30%;
    float: none;
    margin: 0 0 5px 0;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 70%;
    height: 35px;
    font-size: 19px;
    margin-left: 0px;
    padding-left: 10px;
    box-shadow: 0 0 8px #D0D0D0;
    font-family: "Amiri", serif;
    font-weight: 500;
  }
}
*/

.footer{

	max-width:100%;

	height:auto;

	position:fixed;

	bottom:0;

	left:0;

	right:0;

	clear: both;

	border-top: 1px dashed #f59814;  

	text-align: center;

	color:#000;

	padding:5px;
	background-color:#fff;

	font-size:14px;

}
.footer p{
	margin:0;
	padding:0;
}
.footer a{

	text-decoration:none;

	color:#f59814;

	font-weight:bold;

	font-size:16;

	color:#FF6600

}

.footer a:hover{

	color:green;

}

#header
{
	width:100%;
}
img
{
	max-width: 100%;
    height: auto;
    margin-bottom:20px;
}

.kh_submit{
	font-family: Times New Roman;
    font-size: 18px;
    height: 40px;
    width: 80px;
}
.button{
	margin-bottom:30px;
}
/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.cauhoi{
	font-size:20px;
	font-style:italic;
	font-weight:bold;
}
#signupForm{
	margin-bottom:70px;
}

.login{
	margin:20px auto 80px auto;
	width:330px;
	border:1px solid #dddddd;
	border-radius: 15px;
	position:relative;
	font-family: "Amiri", serif;
}
.login .title{
	width:100%;
	height:80px;
	background-color: #feffed;
	border-radius: 15px 15px 0px 0px;
	margin-bottom:30px;
	position:relative;
	font-family: "Amiri", serif;
}
.login .title img{
	position:absolute;
	left:3px;
	top:3px;
}
.login .title p{
	margin:0;
	text-align:center;
	padding:30px;
	font-size:24px;
	font-family: "Amiri", serif;
}
.login input{
	width:230px;
	height:40px;
	margin-bottom:20px;
	font-size:20px;

}
.login button{
	background-color: #ffbc00;
    border: 2px solid #ffcb00;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: 23px;
    margin-bottom: 15px;
    padding: 10px;
    width: 72%;
    font-family: "Amiri", serif;
}

#memu
{
	font-size:15px;
}
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
}
#menu ul li {
    float: left;
}
#menu ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-size:17px;
}
#menu ul li a:hover,.active {
    background-color: #01ba50;
}

.menu_fixed{
	position:fixed;
	top:0px !important;
	right:0px;
	
	
	
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.8s;
	animation-name: animatetop;
	animation-duration: 0.8s;
	z-index:1000;
	
}

.menu_fixed ul{
	background-color:rgba(253, 175, 0, 0.8) !important;
}
/*css bang xep hang*/  
@-o-keyframes fadeIt {
		  0%   { background-color: #FFFFFF; }
		  50%  { background-color: green; color:#fff;}
		  100% { background-color: #FFFFFF;color:#000;  }
		}
		@keyframes fadeIt {
		  0%   { background-color: #FFFFFF; }
		  50%  { background-color: green; color:#fff;}
		  100% { background-color: #FFFFFF;color:#000; }
		}
.done{
        	
        /*background-image:none !important; */
		-o-animation: fadeIt 2s ease-in-out; 
		animation: fadeIt 2s ease-in-out; 	
		
		/*fade text*/
		color:#fff; 
		-o-transition:2s;
		  -ms-transition:2s;
		  -moz-transition:2s;
		  -webkit-transition:2s;
		  /* ...and now for the proper property */
		  transition:2s;
		  background-color:green;
        }
@-o-keyframes fadeItout {
		  0%   { background-color: #green; }
		  50%  { background-color: green; color:#fff;}
		  100% { background-color: #FFFFFF;color:#000;  }
		}
		@keyframes fadeItout {
		  0%   { background-color: #FFFFFF; }
		  50%  { background-color: green; color:#fff;}
		  100% { background-color: #FFFFFF;color:#000; }
		}        
.fadeout{
        	
        /*background-image:none !important; */
		-o-animation: fadeItout 2s ease-in-out; 
		animation: fadeItout 2s ease-in-out; 	
		
		/*fade text*/
		 
		-o-transition:2s;
		  -ms-transition:2s;
		  -moz-transition:2s;
		  -webkit-transition:2s;
		  /* ...and now for the proper property */
		  transition:2s;
		  
		 
        }        
        
        .lab{
        	float:left;
        	width:200px;
        	margin-top:10px;
        }