
@media all and (min-width: 1160px) {





body{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', arial;
	font-size: 13px;
	color: #333;

}

a:link, a:visited{
	color: #3498db;
	text-decoration: none;
}


a:hover{
	color: #3498db;
	text-decoration: underline;
}


.pc{

}
.mobile{
	display: none;
}




.header{
	display: block;
	text-align: center;
	background-color: #fff;
	position: relative;
	z-index: 1;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}


.header2{
	display: inline-block;
	text-align: left;
	width: 1160px;
	position: relative;
}

.logo{
	display: inline-block;
	padding: 10px 0px 30px 0px;
}



.lang{
	display: inline-block;
	float: right;
	margin-top: 36px;

}

.lang a{
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	margin-left: 15px;
	padding: 5px 0px;
}

.lang a img{
	margin-right: 3px;
	}

.lang a:hover{

	color: #3498db;

}



.menu{
	display: block;
	position: absolute;
	left: 0px;
	bottom: -25px;
	z-index: 99;
	background-color: #16242e;
	text-align: left;
	width: 1160px;
	padding-left: 20px;
	box-sizing: border-box;
}









.slide{
	display: block;


}


.slide2{
	display: block;
	position: relative;
}



.slide_item{
	display: block;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.slide_bg_mask{
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 500px;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}

.slide_txt_bg{
	position: absolute;
	left: 50%;
	top:130px;
	width: 400px;
	color: #fff;
	z-index: 2;

}


.slide_txt_title{
	display: block;
	font-size: 34px;
	padding-bottom: 10px;
	line-height: 130%;

	text-transform: uppercase;
	color:#fff;

}

.slide_txt_title a{
	color:#fff;
	text-decoration: none;
}

.slide_txt_comment{
	display: block;
	font-size: 15px;
	padding-bottom: 30px;
	line-height: 140%;

}


.slide_txt_btn a{
	display: inline-block;
	background-color: #3498db;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding: 12px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}






.news{
	display: block;
	text-align: center;
	background-color: #f8f9f9;
}


.news2{
	display: inline-block;
	text-align: left;
	width: 1160px;
	position: relative;
	padding-top: 40px;
	padding-bottom: 50px;
}


.title{
	font-size: 26px;
	letter-spacing: -1px;
	position: relative;
	display: block;
	text-align: center;
	padding-bottom: 13px;
	margin-bottom: 30px;
}


.title::after{
	content: '';
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 0px;
	background-color: #3498db;
	height: 3px;
	width: 60px;

}




.news_item{
	display: inline-block;
	vertical-align: top;
	width: 370px;
	margin-right: 25px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	min-height: 450px;
}


.news2 .news_item:last-child{
	margin-right: 0px;

}

.news_img{
	display: block;
	height: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.news_title{
	font-size: 15px;
	font-weight: 700;
	padding: 15px 20px;
	padding-bottom: 10px;
	cursor: pointer;
}

.news_title a{ 
	text-decoration: none;
	color: #333;
	}

.news_ognoo{
	display: block;
	padding: 0px 20px;
	font-size: 11px;
	color: #999;
}
.news_ognoo i{
	color: #3498db;
}

.news_comment{
	display: block;
	padding: 10px 20px;
	font-size: 12px;
	color: #999;
	line-height: 150%;
	padding-bottom: 30px;

}


.news_readmore{
	padding: 0px 20px;
	padding-bottom: 20px;
}



.news_readmore a{

	display: inline-block;
	background-color: #3498db;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding: 12px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}







.footer{
	display: block;
	background-color: #171717;
	text-align: center;
	padding: 30px 0px;
}


.footer2{
	display: inline-block;
	text-align: left;
	width: 1160px;
}




.footer3{
	display: block;
	background-color: #171717;
	text-align: center;
	border-top: rgba(255,255,255,0.1) 1px solid;
}

.footer32{
	display: inline-block;
	text-align: left;
	width: 1160px;
	color: rgba(255,255,255,0.4);
	padding: 20px 0px 30px 0px;
	font-size: 11px;
	text-transform: uppercase;


}

.oops{
	display: inline-block;
	float: right;
}

.footer_col{
	display: inline-block;
	vertical-align: top;
	width: 370px;
	margin-right: 25px;

}



.footer2 .footer_col:last-child{
	margin-right: 0px;

}




.footer_title{
	font-size: 19px;
	position: relative;
	display: block;
	padding-bottom: 13px;
	margin-bottom: 20px;
	color: #fff;
	border-bottom: rgba(255,255,255,0.1) 1px solid;
}


.footer_title::after{
	content: '';
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: -2px;
	background-color: #3498db;
	height: 3px;
	width: 60px;

}


.footer_item{
	display: block;
	color: #c2c3c4;
	padding-bottom: 15px;
}



.ficon{
	position: relative;
	padding-left: 28px;

}

.ficon i{
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 3px;
	color: #3498db;
}

.footer_item a{
		color: #c2c3c4;
		text-decoration: none;
}

.footer_item a:hover{
		color: #3498db;
		text-decoration: none;
}







.partners{
	display: block;
	text-align: center;

}


.partners2{
	display: inline-block;
	text-align: left;
	width: 1160px;
	position: relative;
	padding-top: 40px;
	padding-bottom: 50px;
}

.partners_logos{
	display: block;
}



.partners_logos a{
	display: inline-block;

	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}

.partners_logos a img{
	width: 147px;
	height: 80px;
	}

.partners_logos a:hover{

	box-shadow: 0px 0px 2px rgba(52,152,219,1);
}








.dotor_header{
	display: block;
	position: relative;
	width: 100%;
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}


.dotor_header_mask{
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 250px;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}



#main_body0{
	display: block;
	text-align: center;
	padding-top:30px;
	padding-bottom: 50px;
	background-color: #f8f9f9;
}




#main_body{
	display: inline-block;
	width: 830px;
	text-align: left;
	vertical-align: top;
	margin-right: 30px;
}


#main_body100{
	display: inline-block;
	width: 1160px;
	text-align: left;
	vertical-align: top;
}


#main_body_right_col{
	display: inline-block;
	width: 300px;
	text-align: left;
	vertical-align: top;
}


.box{
	display: block;
	background-color: #fff;
	padding: 20px 35px;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	box-sizing: border-box;
}


#main_text{
	line-height: 160%;
}



#main_text img{
	max-width: 100%;

}


.right-image{
	margin-left: 15px;
	margin-bottom: 10px;
}

.left-image{
	margin-right: 15px;
	margin-bottom: 10px;
}




.goyotable{
	border-top:#3498db 2px solid;
	border-left:#ccc 1px solid;
	max-width:100%;
	
	}

.goyotable th{
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
	padding:8px 16px;
	font-weight: 700;
	background-color: #efefef;
	text-align: center;
	
	}



.goyotable td{
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
	padding:8px 16px;
	
	}





.amjilt_on{
	display: block;
	background-color: #3498db;
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	padding: 10px 20px;
	margin-bottom: 20px;
}



.amjilt_list_item{
	display: block;
	padding-bottom: 20px;
}



.amjilt_list_item_img{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	margin-right: 20px;

}

.amjilt_list_item_img img{
	width: 100%;
	}

.amjilt_list_item_text{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 140px);


	
}



#contact_bg{
	display: block;
}


#contact_div1{
	display: inline-block;
	width: 565px;
	margin-right: 30px;
	vertical-align: top;
	text-align: left;


}


#contact_div2{
	display: inline-block;
	width: 565px;
	vertical-align: top;
	text-align: left;
}


#contact_div_col501{
	display: inline-block;
	width: 50%;
	width: calc(50% - 10px);
	vertical-align: top;
	text-align: left;
	margin-right: 20px;
}

#contact_div_col502{
	display: inline-block;
	width: 50%;
	width: calc(50% - 10px);
	vertical-align: top;
	text-align: left;
}


#contact_div_col100{
	display: block;
}

.form_label{
	display: block;
	font-weight: bold;
	padding-bottom: 8px;
	color: #666;
}

.form_input{
	display: block;
	padding-bottom: 20px;
}


input[type=text],
textarea,
select
{
	font-family: 'Roboto', arial;
	font-size: 13px;
	color: #333;
	border: #ccc 1px solid;
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 8px;
}


input[type=button],
input[type=submit],
input[type=reset]

{
	font-family: 'Roboto', arial;
	font-size: 13px;
	color: #fff;
	border: none;
	background-color: #3498db;
	box-sizing: border-box;
	padding: 8px 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
}


input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover

{

	background-color: #16242e;

}




.news_list_item{
	display: block;
	padding-bottom: 40px;

}

.news_list_item_image{
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin-right: 20px;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;


}

.news_list_com_bg{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 170px);
}

.news_list_title{
	display: block;
	padding-bottom: 10px;
	line-height: 130%;
	font-size: 18px;
	font-weight: 700;

}

.news_list_title a{
	text-decoration: none;
}

.news_list_date{
	color: #999;
	display: block;
	font-size: 12px;
	padding-bottom: 10px;

}

.news_body{
	display: block;
	padding-top: 20px;

}


#share_buttons{
	display: block;
}

#share_buttons a{
	display: inline-block;
	text-decoration: none;
	background-color: #ccc;
	padding: 5px 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #fff;
}

a.share_facebook{
	background-color: #3c5b9b !important;

}
a.share_twitter{
	background-color: #2daae2 !important;

}

.news_list_comment{
	display: block;
	line-height: 150%;
	font-size: 13px;

}





#paging{
	font-size: 13px;

}



#paging a:link, #paging a:visited{

display:inline-block;
margin-left:3px;
background-color:#3498db;
padding: 4px 8px ;
text-decoration:none;
color:#ffffff;
}



#paging a:hover{
background-color:#16242e;
text-decoration:none;
color:#ffffff;
}



.pagingon{
display:inline-block;
margin-left:3px;
background-color:#16242e;
padding: 4px 8px ;
text-decoration:none;
color:#fff;
}



.right_news_big_title{
	display: block;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 25px;
	color: #999;
}








.right_news_item{
	display: block;
	border-top: #eee 1px solid;
	padding-top: 15px;
	margin-bottom: 15px;
}


.right_news_title{
	display: block;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 8px;
	line-height: 140%;
}

.right_news_title a{
	display: block;
	color: #333;
	text-decoration: none;

}


.right_news_ognoo{
	display: block;
	font-size: 11px;
	color: #999;

}

.right_news_ognoo i{
	color: #3498db;
}






}