.container {
	border: 1ps solid red;
}

.header {
	height: 150px;
}


.logo {
	width: 145px;
	height: 145px;
	float: left;
}

.banner {
	height: 145px;
	width: 65%;
	float: left;
	font-size: 50px;
	padding-top: 20px;
	color: #00378c;
}

.language {
	width: 20%;
	float: right;
	padding: 10px;
	font-size: 20px;
}

.navbar {
	border-radius: 0px;
}

.navbar-nav {
	float: left;
	font-size: 16px;
	cursor: pointer;
}

.os li { list-style: none; margin-bottom: 5px;  width: 300px; }

.os li a {background:green ; color:white; display: block;padding: 10px; text-decoration: none}

.os li a:hover { background:#599f59; color:white; text-decoration: none}

.box {background: #fff; color:#000; display: none; width: 800px!important; margin-bottom: 20px;}
.box a {width: none!important; background: none!important; padding: 0px!important;text-decoration: none!important; color:#00378c!important; display: inline-block!important;}

form {font-family: Cambria,Georgia,Myriad Pro,Arial,Helvetica}

.navbar-nav li:hover {background-color:white;}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus{ color:red;}

footer {text-align: center;}
footer li {list-style: none ; width: 150px; float: left; font-size: 14px;}
footer a {color:green;}
footer a:hover {color:red; text-decoration: none; cursor: pointer;}