@charset "UTF-8";


/* css common 
---------------------------------------------------------- */
#wrapper {
	min-height:100%;
	margin:0px auto;
	position:relative;
}

#h_box, #mainnav .topmenu, #footer_box, #copy_right p, #main_img, #main, .box, #topicPath{
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}

/* header 
---------------------------------------------------------- */

.blank{ border-top: 4px solid #2f397f; }

#header{
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	position: relative;
	z-index: 5;
}
#h_left {
	width: 32%;
	float: left;
	padding-top: 17px;
}
#h_right {
	float: right;
	width: 68%;
	text-align: right;
}
#h_right ul,
#h_right ol,
#h_right li{
	display: inline-block;
}
#h_right ul li a{
	color: #2f397f;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding: 35px 10px;
}
#h_right a:hover{
	background: #2f397f;
	color: #FFF;
}
#qtranslate-chooser li {
	background: #9E9E9E;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin-left: 3px;
	text-align: center;
	width: 24px;
}
#qtranslate-chooser li:hover, 
#qtranslate-chooser li.active {
   background: #2f397f;
}
#qtranslate-chooser li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
#qtranslate-chooser li a span {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

#header.scroll-to-fixed-fixed{
	background: #FFF;
	border-top: 4px solid #2f397f;
}
/*#header.scroll-to-fixed-fixed #h_left{
	width: 220px !important;
	padding-top: 15px;
}
#header.scroll-to-fixed-fixed #h_right ul li a{
	font-size: 16px;
	padding: 25px 15px;
}
#header.scroll-to-fixed-fixed #h_right ol li{
	margin-top: 25px;
}*/


/* pagetop 
---------------------------------------------------------- */
#scrollUp {
	width: 60px;
	height: 60px;
  	bottom: 5%;
  	right: 5%;
	background: url(../../images/pagetop.jpg) no-repeat center bottom;
	border-radius: 50%;
	border: 3px solid white;
}


/* footer 
---------------------------------------------------------- */
#footer {
	padding: 25px 0;
	background:#182060;
}
#footer p { 
	color: #FFF; 
	font-size: 14px;
	text-align: center;
}


/* text-align style
---------------------------------------------------------- */
.txt_r{
	text-align:right !important;
}


/* main_img_wrap
---------------------------------------------------------- */
#main_img_wrap{
	background: url("../../images/bg_new-main.jpg") no-repeat center;
	height: 700px;
}
#main_img_wrap h2{ padding-top: 260px; }


/* map
---------------------------------------------------------- */
#map iframe{
	width: 100%;
	height: 500px;
	position: relative;
	margin-bottom: -8px;
}

/* contact
---------------------------------------------------------- */
#contact{
	background: url("../../images/bg_new-footer.jpg") center center no-repeat;
	background-size: cover;
}
#contact .contact_box {
	padding: 0 60px;
}
#contact table { width: 100%; }
#contact input {
	padding: 15px;
	width: 100%!important;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	margin-bottom: 20px;
}	
#contact .contact_box textarea {
	padding: 15px;
	width: 100% !important;
	height: 120px;
	box-sizing: border-box;
	border: none;
}
#contact #btn_submit {
	width: 160px !important;
	background: #182060;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	margin-top: 50px;
	border-radius: 60px;
	border: 4px solid rgba(255, 255, 255, 0.85);
}
#contact #btn_submit:hover {
	background: white;
	color: #333D7B;
	border: 4px solid rgba(51, 61, 123, 1);
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	