.gia{
	color: red;
    font-size: 22px;
}
.dangnhap{
	background-image: url("../img/anhnen.jpg") ;
	background-size: 100% 100%;
    background-repeat: no-repeat;

}
.khung_td_cty{
	height: 30px;
	line-height: 30px;
	background-color: gray;
	color:#fff;
	padding-left: 30px;
	display: none;
}
.khung_dangnhap{
	width: 1000px;
	margin: auto;
	margin-top: 40px;
}
.khung_trai_gt{
	width: 580px;
	float: left;
	margin-right: 10px;
	color: #e04600;
	font-size: 1.3em;
}
.khung_phai_dn{
	width: 400px;
	float: left;
}

/* css trang ca nhan */
.menu_top{
	height: 40px;
	background-color: blue;
	line-height: 40px;

}
.sologan{
	color: #2263BE;
	text-align: center;
	font-size: 2em;
	margin-bottom: 50px;

}
.menu_mid,.icon_tencn{
	    width: 100%;
	margin: auto;
	clear: left;
}
.next-arrow{
	width: 100px;
	float: left;
	 
}
.next-arrow img {
    width: 70px;
    /* margin-top: 100px; */
}
.menu_mid_1_icon,.menu_mid_2_icon,.menu_mid_3_icon{
	color: #2263be;
	float: left;
	    width: 25%;
	 

}
.tieude {
	
}
.menu_mid_1{
	float: left;
	width: 30%;
	
}
.menu_mid_2, .menu_mid_3 {
    float: left;
    width: 30%;
    /* margin-left: 100px; */
}
.menu_mid ul li{
	    background-color: white;
	box-shadow: 0px 20px 18px 0 rgba(119,119,119,0.3);
	text-decoration: none!important;
	border-radius: 10px;
    padding: 5px 15px;
	list-style: none;
	border:1px dashed #B8DDF8;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
		transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.menu_mid ul li:hover
{ 	box-shadow: 0px 20px 18px 0 rgba(119,119,119,0.3);
	border:1px dashed #f28831;
	color: #4CD9F7!important;
	background-color: #E75918;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);	
}
 
 
li :hover{
	color: #FFFFFF!important;
}
