body{
	background: #fff;
}

*{
	 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}



header{
	padding: 0;
	color: #fff;
	overflow-y:hidden;
	position: relative;
}

.top1{
	background: rgba(255,255,255,0.5);
	height: 100px;
	line-height: 100px;
	z-index: 999;
	width: 100%;
	overflow: hidden;
}

.logo img{
	max-width: 80px;
}
.lang{
	float: right;
	color: #fff;
}
.lang i{
	padding: 0 5px 0 20px;
	color: #7acb5a;
}

.lang a{
	color: #fff;
}
nav ul {
	padding-left: 0;
	margin: 0;
}
nav ul li{
	float: left;
	width: 20%;
  	transition: 0.3s ease;
}
nav ul li a{
	color: #000;
	font-size: 14px;
	display: block;
	line-height: 100px;
	text-align: center;
  	transition: 0.4s ease;
}

nav ul li a img{
	max-width: 100%;
	padding-top: 10px;
}


nav ul li a:hover {
	color: #298ac3;
	text-decoration: none;
}

nav ul li.active > a{
  
  transition: 0.3s ease;
}


nav ul li.active{
	
}

nav ul li a.active:hover {
	
}





/*
pages S
*/

.index_post {
	border: 1px solid #eaebef;
	padding: 30px 20px 60px;
	margin-top: 40px;
	margin-bottom: 30px;
	position: relative;
}
.index_post h1{
	font-size: 40px;
	color: #585858;
	text-align: center;
	padding: 20px;
}
.index_post .post{
	transition:0.4s ease;
	position: relative;
	margin-bottom: 50px;
}
.index_post .post .col-md-4{
	transition:0.5s ease;
}
.index_post .post .col-md-4:hover{
	opacity: 0.8;
}
.index_post .post div{
	padding: 40px;
}
.index_post .post h3{
	color: #000;
	font-size: 26px;
	text-align: center;
}
.index_post .post p{
	text-align: left;
	line-height: 36px;
	margin-top: 5px;
	letter-spacing: 2px;
	font-size: 14px;
	color: #000;
}
.index_post .post img{

}
.index_post .post a{
	padding: 10px 20px;
	display: inline-block;
	background: #7acb5a;
	color: #fff;
	position: absolute;
	bottom: 30px;
	font-size: 16px;
	border-radius: 20px;
	transition:0.4s ease;
}

.index_post .post a:hover{
	background: #4bae4f;
	color: #fff;

}
.index_post .more{
	background: #d3421e;
	padding: 10px 20px;
	font-size: 18px;
	letter-spacing: 4px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	position: absolute;
	bottom: -20px;
    left: 40%;
    transition:0.5s ease;
}
.index_post .more:hover{
	background: #333;
	color: #fff;
}

.index_post .fa{
	font-size: 60px;
}
.index_post .col-md-7{
	font-size: 24px;
	letter-spacing: 3px;
}

.index_post2{
	margin-bottom: 70px;
}

.index_post2 h1{
	font-size: 40px;
	color: #585858;
	text-align: center;
	padding: 20px;
}
.index_post2 .post{
	transition:0.4s ease;
	position: relative;
}
.index_post2 .post .col-md-4{
	transition:0.5s ease;
}
.index_post2 .post .col-md-4:hover{
	opacity: 0.8;
}
.index_post2 .post div{
	padding: 0 30px;
	text-align:left;
}
.index_post2 .post h3{
	color: #5ea3cb;
	font-size: 28px;
	font-weight: 800;
	text-align: center;
}
.index_post2 .post p{
	text-align: left;
	line-height: 28px;
	margin-top: 5px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #585858;
}
.index_post2 .post a{
	padding: 10px 20px;
	display: block;
	background: #fff;
	color: #000;
	margin: 0 auto;
	text-align: center;
	font-weight: 800;
	bottom: 30px;
	font-size: 16px;
	border-radius: 20px;
	transition:0.4s ease;
}

.index_post2 .post a:hover{
	color: #fff;
	letter-spacing: 10px;
	text-decoration: none;
	background: #5ea3cb;

}


.index_form{
	width: 70%;
	margin: 0 auto;
}

.index_form input{
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 15px;
	border:0;
	background: #fff;
    box-shadow: 0 0 10px #47bee1;
	transition:0.5s ease;
}
.index_form input:focus{
    outline: none !important;
    border:0;
    box-shadow: 0 0 10px #5cf9a9;
}

.index_form .submit{
	color: #fff;
	background: #53ccde; /* Old browsers */
	background: -moz-linear-gradient(left,  #53ccde 1%, #0e7aeb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #53ccde 1%,#0e7aeb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #53ccde 1%,#0e7aeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53ccde', endColorstr='#0e7aeb',GradientType=1 ); /* IE6-9 */

}


/* ABOUT S */
.about{
	background: url(../images/about_top.png);
	-webkit-box-shadow: -2px 17px 34px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 17px 34px -12px rgba(0,0,0,0.75);
	box-shadow: -2px 17px 34px -12px rgba(0,0,0,0.75);
}
.about .title{
	background: rgba(255,255,255,0.5);
	height: 200px;
	width: 100%;
}
.about .title h2{
	text-align: center;
	padding: 80px 0 20px;
	margin: 0;
	letter-spacing: 15px;
	font-size: 36px;
}
.about .title .border{
	width: 80%;
	margin: 0 auto;
	height: 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,2d2d2d+23,000000+50,2d2d2d+78,ffffff+100&0.5+0,1+50,0.57+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.5) 0%, rgba(45,45,45,0.73) 23%, rgba(0,0,0,1) 50%, rgba(45,45,45,0.76) 78%, rgba(255,255,255,0.57) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(45,45,45,0.73) 23%,rgba(0,0,0,1) 50%,rgba(45,45,45,0.76) 78%,rgba(255,255,255,0.57) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0.5) 0%,rgba(45,45,45,0.73) 23%,rgba(0,0,0,1) 50%,rgba(45,45,45,0.76) 78%,rgba(255,255,255,0.57) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#91ffffff',GradientType=1 ); /* IE6-9 */

}
.about .four{
	margin: 20px auto;
	width: 80%;
	height: 240px;
}
.about .four .about_button {
	width: 20%;
	float: left;
	margin-right:6%; 
}
.about .four .about_button1{
	margin-right: 0!important;
}
.about .four .about_button span{
	height: 40px;
	border-radius: 20px;
	color: #000;
	margin: 20px auto;
	text-align: center;
	line-height: 40px;
	display: block;
	font-weight: 800;
	width: 100%;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(222,222,222,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(222,222,222,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(222,222,222,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 12px 18px 16px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 12px 18px 16px -9px rgba(0,0,0,0.75);
box-shadow: 12px 18px 16px -9px rgba(0,0,0,0.75);
}

.about_bottom{
	background: url(../images/about_bottom.png)no-repeat;
	background-size: cover;
	margin-top: 30px;
}

.about_text{
	line-height: 28px;
	font-weight: 800;
	padding: 20px 10px 20px 30px;
}

/* ABOUT E */




/*
pages S
*/
.price h2{
	font-size: 28px;
	font-weight: 800;
	text-align: center;
	border-bottom: 6px solid #b72317;
	display:block;
	width: 50%;
	margin: 10px auto;
	padding-bottom: 10px;
}
.price table{
	width: 100%;
	margin: 20px 0;
	border: 1px solid #ccc;
}
.price table td{
	padding: 10px 15px;
}

.price table .price_index, .price table thead tr td{
	background: #bbb;
	font-weight: 800;
}

.price table tbody tr{
	transition:0.5s ease;
}

.price table tbody tr:nth-child(even){
	background: #9999ff;
}

.price table tbody tr:hover{
	background: #5353ff;
	cursor: pointer;
	color: #fff;
}













.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: 32px;
  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;
  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);
}




/*
pages E
*/




img{
	width: 100%;
}
footer *{
	color: #5c6b7e;
}
footer{
	line-height: 40px;
	float: left;
	width: 100%;
}
footer .col-md-4{
	padding: 0 20px;
}
footer h3{
	margin-bottom: 0;
}
footer h3 i{
	color: #7acb5a;
}
footer a .fa{
	font-size: 46px;
	padding-right: 15px;
	transition:0.5s ease;
}
footer a .fa:hover{
	color: #000;
}
footer table tr td{
	vertical-align: top;
	padding: 5px 10px;
	line-height: 24px;
}
.footer_bar{
	background: #d0d0d0;
	color: #000;
	text-align: right;
	padding-right: 30px;
}