html{
	font-family:'Arial';
	background-color: #d9d9ff;
}
a{
	text-decoration: none;
}
body{
	margin: 0px;
	padding: 0px;
}
/*header*/
.title{
	position: relative;
	width: 100%;
}
.banner_background{
	position: absolute; /* Cho phép định vị tự do */
	z-index: 1; /* Ảnh dưới cùng */
}
.banner_content{
	margin-left: -105px;
	position: absolute; /* Cho phép định vị tự do */
	z-index: 2;
}
/*menu mobile*/
.menu{
	width: 100%;
	height: 50px;
	margin: 0px;
	padding: 0px;
	padding-top: 100px;
	background-color: #e5306d;
}
.topnav {
	overflow: hidden;
	float: left;
}

.topnav a{
	float: left;
	color: #f2f2f2;
	height: 50px;
	text-decoration: none;
	font-size: 17px;
}
.topnav div{
	padding: 0px 15px;
	height: 50px;
	display: flex;
	align-items: center;
}

.topnav a:hover {
	/*background-color: #ddd;*/
	color: black;
}
.topnav div:hover{	
	margin-top: -3px;
	margin-bottom: 3px;
}

.topnav a.active {
	background-color: #4CAF50;
	color: white;
}

.menu .menu_control{
	height: 50px;
	display: flex;
	align-items: center;
	margin-right: 12px;
	float: right;
}
.menu .menu_control .img_menu{
 
}
.menu_list_mobile{
 	width: 260px;
	display: none;
 	background-color: #e5306d;
 	float: right;
 	/*margin-left: 80%;*/
 	padding-bottom: 10px;
 	margin-bottom: 2px;
}
.menu_list_mobile hr{
	height: 0,1px;
	margin: 0px;
	margin-right: 55px;
	padding: 0px;
}
.menu_list_mobile div{
	height: 50px;
	display: flex;
	align-items: center;
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	padding-left: 20px;
	/*border-top: 1px solid white;*/
}
.menu_list_mobile a{
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: white;
}
.menu_list_mobile a:hover{
	color: black;
}
.menu_list_mobile div:hover{
	background-color: white;
	color: black;
}

/*LOGIN*/
.login_div_form{
	padding: 10px;
	width: 200px;
	background-color: #eeeeee;
	border-radius: 3px;
	text-align: left;
	border: 2px solid gray;
}
.login_div_form span{
}
.login_div_form select{
	width: 95%;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.login_div_form input{
	width: 92%;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 5px;
}
.login_div_form .show_pass{
	margin-left: 30px;
}
.submit{
	background-color: #3e811c;
	color: white;
	padding: 8px 17px;
	border: none;
	border-radius: 4px;
}
.submit:hover{
  border: 1px solid yellow;
	padding: 7px 17px;
}

/*CONTENT*/
.profile .title{
	clear: right;
}
.data_checkin{
	width: 80%;
	float: left;
}

.data_checkin img{
	height: 60px;
	margin-right: 10px;
}

.data_checkin .total{
	width: 100%;
	height: 150px;
	color: red;
	border-bottom: 1px solid #e5306d;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 100px;
}

.data_checkin .old_student{
	width: 30%;
	height: 100px;
	color: green;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 50px;
	float: left;
}

.data_checkin .student{
	width: 40%;
	height: 100px;
	color: blue;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 50px;
	float: left;
	clear: right;
}

.data_checkin .other{
	height: 100px;
	color: orange;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 50px;
}
.data_checkin .khoi10, .khoi11, .khoi12{
	display: flex;
	justify-content: center;
	align-items: center;
}
.data_checkin .khoi10 table, .khoi11 table, .khoi12 table{
		margin-bottom: 5px;
		width: 95%;
		border-collapse: collapse;
    clear: right;
    th, td {   
      border: 1px solid white;
      padding: 7px;
      color: white;
    }
    th{
    	background-color: #e5306d;    	
    }
    td{
    	background-color: #e25383;   
    	height: 50px;
    	text-align: center;
    }
}

.data_checkin .khoi10 .hiendien, .khoi11 .hiendien, .khoi12 .hiendien{
	font-size: 40px;
	font-weight: bold;
}

/*DANH SÁCH CHECK-IN*/
.list_checkin{
	width: 20%;
	min-height: 700px;
	background-color: green;
	float: right;
}
.list_checkin .list_checkin_title{
	width: 100%;
	height: 40px;
	background-color: #2b79ba;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: white;
}
.list_checkin .list_checkin_data{
	min-height: 50px;
	margin-bottom: 2px;
	background-color: orange;
	display: flex;
	justify-content: center;
	align-items: center;
}

.list_checkin .list_checkin_data .avatar img{	
	width: 40px;
}
.list_checkin .list_checkin_data .info_checkin{
	width: 100%;

}

/*footer*/
.footer{
	clear: left;
	clear: right;
	width: 100%;
	padding: 10px;
	background-color: #e5306d;
}
footer small{
	color: white;
}