html, body {
    height: 100%;
}


body{
	background: #fff;
	font-size: 14px;
}


 #wrap {
     min-height: 100%;
     height: 100%; /* For IE7 Hack */
 }
*{
	 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.main_content{
     padding-bottom: 40px;
}
header{
	padding: 0;
	height: 160px;
	border-bottom:3px solid #035396
}
.lang{
	text-align: right;
	color: #fff;
}

.lang a{
	color: #fff;
	padding: 4px 8px;
  	transition: 0.2s ease;
  	line-height: 40px;
}
.lang a:hover{
  border-top: 4px solid #7db23e;
  border-bottom: 4px solid #7db23e;
}
nav ul {
	height: 40px;
	float: right;
	padding-left: 0;
	margin: 0px;
}
nav ul li{
	float: left;
  	transition: 0.6s ease;
}

nav i{
	font-size: 16px!important;
	width: 24px;
	position: relative;
	top: 2px;
}
nav ul li a{
	color: #015195;
    padding: 0px 15px;
    text-align: center;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 40px;
	transition: 0.3s ease;
}

nav ul li a:hover{
	color: #fff;
	background: rgb(130,192,227); 
	background: -moz-linear-gradient(top,  rgba(130,192,227,1) 0%, rgba(1,81,149,1) 100%); 
	background: -webkit-linear-gradient(top,  rgba(130,192,227,1) 0%,rgba(1,81,149,1) 100%);
	background: linear-gradient(to bottom,  rgba(130,192,227,1) 0%,rgba(1,81,149,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c0e3', endColorstr='#015195',GradientType=0 );

}
nav ul li a.active{
	color: #fff;
	background: rgb(130,192,227); 
	background: -moz-linear-gradient(top,  rgba(130,192,227,1) 0%, rgba(1,81,149,1) 100%); 
	background: -webkit-linear-gradient(top,  rgba(130,192,227,1) 0%,rgba(1,81,149,1) 100%);
	background: linear-gradient(to bottom,  rgba(130,192,227,1) 0%,rgba(1,81,149,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c0e3', endColorstr='#015195',GradientType=0 );
	transition: 0.3s ease;

}
nav ul li a.active:hover {
	background: rgb(1,81,149); 
	background: -moz-linear-gradient(top,  rgba(1,81,149,1) 0%, rgba(130,192,227,1) 100%); 
	background: -webkit-linear-gradient(top,  rgba(1,81,149,1) 0%,rgba(130,192,227,1) 100%); 
	background: linear-gradient(to bottom,  rgba(1,81,149,1) 0%,rgba(130,192,227,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015195', endColorstr='#82c0e3',GradientType=0 );
}

/*-------------
SEARCH
-------------*/

.logo_search{
	margin-top: 20px;
}
.logo_search a{
 color: #015195;
 transition:0.5s ease;
 font-size: 14px;
}
.logo_search a:hover{
	opacity: 0.8;
}
.logo_search img{
	width: 20px;
	vertical-align: middle;
}
.logo_search{
	text-align: right;
}

.form-wrapper {
    margin:  10px auto;
    position: relative;
    overflow: hidden;
    float: right;
    border-color: #dedede #bababa #aaa #bababa; 
}

.form-wrapper #search {
    height: 44px;
    padding: 10px 5px;
    width: 250px;
    font-size: 14px!important;
    float: left;    
    font: normal 16px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 1px solid #015195;
    padding-left: 20px;
    background: url(../images/search-icon.png)no-repeat 90%;    
}

.form-wrapper #search:focus {
    outline: 0; 
    border-color: #aaa;
    box-shadow: 0 1px 1px #bbb inset;  
}

.form-wrapper #search::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
}

.form-wrapper #search:-moz-placeholder {
    color: #999;
    font-weight: normal;
}

.form-wrapper #search:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
} 

.form-wrapper #submit {
	position: absolute;
	right: 0;
    height: 44px;
    width: 60px;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    text-transform: uppercase;    
    text-indent: -9999px;
}
/*-------------
SEARCH end
-------------*/


.index_post{

	background: rgb(181,181,182); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(181,181,182,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(181,181,182,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(181,181,182,1) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding-bottom: 60px;
}

.index_top{
	background: #eee;
	padding: 2% 8%;
	position: relative;
	top: -20px;
}
.index_show{
	width: 18%;
	float: left;
	margin-right: 2%;
}

.index_bottom{
	background: #eee;
	padding: 2% 6%;
}
.index_bottom >div {
	position: relative;
	height: 260px;
}

.index_bottom h4{
	color: #015195;
	font-weight: 800;
	font-size: 16px;
}
.index_bottom img{
	width: 58%;
}
.index_bottom .about p{
	float: right;
	width: 40%;
	margin: 0;
}

.index_bottom p{
	line-height: 28px;
}

.index_bottom a.index_more{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7bbade+1,055497+100 */
	background: rgb(123,186,222); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(123,186,222,1) 1%, rgba(5,84,151,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(123,186,222,1) 1%,rgba(5,84,151,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(123,186,222,1) 1%,rgba(5,84,151,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bbade', endColorstr='#055497',GradientType=0 ); /* IE6-9 */
	color: #fff;
	display: block;
	padding: 5px 10px;
	position: absolute;
	bottom: 0 ;
	right: 0;
	transition:0.5s ease;
}

.index_bottom a.index_more:hover{
	background: rgb(1,81,149); 
	background: -moz-linear-gradient(top,  rgba(1,81,149,1) 0%, rgba(130,192,227,1) 100%); 
	background: -webkit-linear-gradient(top,  rgba(1,81,149,1) 0%,rgba(130,192,227,1) 100%); 
	background: linear-gradient(to bottom,  rgba(1,81,149,1) 0%,rgba(130,192,227,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015195', endColorstr='#82c0e3',GradientType=0 );
}

/*
pages S
*/



.about{
	margin: 20px auto;
}
.about p{
	padding: 0 20px;
	line-height: 28px;
	margin: 0;
	color: #5a5a5a;
	font-weight: 600;
}





.table_form {
 	width: 100%;
	border-bottom: 1px solid #c7deef;
	border-top:1px solid #fff;
	background: rgba(255, 255, 255, 0.7) ;
	-webkit-box-shadow: 0px 0px 50px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 50px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.75);
	margin: 2em auto ;
	overflow: hidden;
	display: inline-block;
	float: left;
}
.table_form .header {
  height: 75px;
  background: rgba(0, 0, 0, 0.05);
  line-height: 75px;
  padding-left: 20px;
  border: 1px solid #fff;
  border-radius: 5px 5px 0 0;
}
.table_form .header h1 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #000;
  font-size: 24px;
  text-align: center;
  margin:0;
}

.table_form .half {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 0 0 20px;
  border: 1px solid #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #000;
  -moz-box-shadow: 0px 0px 50px -6px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.75);
}
.table_form .full {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 0 20px;
  border: 1px solid #fff;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #000;
  -moz-box-shadow: 0px 0px 50px -6px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.75);
}


/*
pages E
*/




img{
	width: 100%;
}

footer{
	background: #888;
	height: 75px;
	float: left;
	width: 1140px;
     position: relative;
     margin-top: -40px; 
	display: block;
	color: #fff;
	line-height: 40px;
	padding-left: 10%;
     clear: both;
}