#logo-footer{
	position:fixed;
	right:5px;
	top:5px;
	text-align: right;
}

#logo-footer img{
	width:130px;
}

#btn-back{
	position:fixed;
	left:15px;
	top:15px;
	text-align: right;
}

/*-----------------------------------------------------------------------------*/
/*Thiết bị di động (nhỏ hơn 600px)*/
@media only screen and (max-width: 600px) {
	/* CSS cho điện thoại */
    #logo-footer img{
		width:80px;
	}
}

/*Máy tính bảng (từ 600px đến 768px)*/
@media only screen and (min-width: 600px) and (max-width: 768px) {
	/* CSS cho máy tính bảng */
}

/*Laptop (từ 768px trở lên)*/
@media only screen and (min-width: 768px)  {
    /* CSS cho laptop */
  
}