/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html, body {
width:100%;
height:100%;
margin:0;
padding:0;
font-family: Arial, Verdana, Helvetica, '', sans-serif !important;
}


html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

/**
 * Remove default margin.
 */



/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;

}

a img {
  border: 0px;
}

*:focus {
    outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
  max-width:100%
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


ul {
  padding: 0px;
  margin: 0px;

}

.inline li {
  display: inline-block;
}


.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {
  clear:both;
}
.clearfix {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
a {
	text-decoration: none;
  color: #00418F;
  outline: 0;
}

a:hover, a:active, a:focus {
 
}

a img {
  border: 0px;
}

*:focus {
    outline: 0;
}


body {
  font-family: Arial, '', Verdana, Helvetica, sans-serif;
  color: #454a50;
  overflow: auto;
}

#container {
  min-height: 600px !important;
  max-width: 1140px !important;
  min-width: 1140px !important;
  position: relative;
  margin: auto;


}


.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}





.bgcolor {
	padding: 5px 10px;
}

.bgwhite_80 {
	background:rgb(255,255,255);
    background: transparent\9;
    background:rgba(255,255,255,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
    zoom: 1;
}

.bgblue_80 {
	 background:#00418F;
}

.bgwhite_90 {
	background:rgb(255,255,255);
    background: transparent\9;
    background:rgba(255,255,255,0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);
    zoom: 1;
}

.bgblue_90 {
	background:#00418F;
}

.bgwhite {
	background-color: white;
	padding: 5px 10px;
}

.h1txt {
  height: 38px !important;
  font-size: 45px !important;
  line-height: 45px !important;
  display: inline-block;
}

.h1txt span {
  padding: 6px 15px 4px !important;
  background-color: white;
  height: 48px !important;
  display: inline-block;
  margin: 0px !important;
  vertical-align: top;
}

.h1txt .en {
  background:#00418F;
  color: white;
  font-weight: normal;
  padding: 7px 15px 3px !important;
}


#navbar{
  width: 1140px !important;
	height: 70px;
	position: relative;
	padding: 0px 0px 5px 0px;
  margin: auto;
    /*background:rgb(255,255,255);
    background: transparent\9;
    background:rgba(255,255,255,0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);*/
    zoom: 1;
    z-index: 9996;
}
.logo {
	padding: 3px 10px 0px 0px;
	display: inline-block;
	float: left;
	height: 72px;
  margin: 0px !important;
   /*background:rgb(255,255,255);
    background: transparent\9;
    background:rgba(255,255,255,0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);*/
}

.logo img {
	height: 100%;
	width: auto;
}


.strip_bottom {
	bottom: 0px;
	height: 20px;
  font-size: 12px;
  padding: 5px 0px;
  color: #59646b;
  margin: auto;
  width: 1140px;

  position: relative;
}


.nav {
  display: inline-block;
  float: left;
  margin-top: 20px;
}

.nav ul {
  padding: 0px;
  margin: 0px;
  height: 47px;
}

.nav ul li {
  display: inline-block;
  list-style-position: outside;
  height: 35px;
  margin: 0px !important;
  min-width: 50px;
  text-align: center;
  margin-left: 1px !important;
  font-size: 16px;
  cursor: pointer;
  float: left;
  color: #003275;
  list-style-type: none;
  position: relative;

  /*background:rgb(255,255,255);
  background: transparent\9;
  background:rgba(255,255,255,0.9);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);*/

}

.nav > ul > li {
    padding: 6px 5px 3px 10px;
}

.nav ul li.nosub {
 padding: 6px 10px 3px 10px;
}

.nav ul li i {
  font-size: 10px important;
  display: inline-block;
  width: 12px;
}

.nav ul li:hover i {
  color: #E77601;
}

.nav ul li:hover {
 
}


.nav ul li a {
  color: #00418F;
}


.nav ul li.current {
  background-color: #00418F;
  color: white;
}

.nav ul li > div {
  position: absolute;
  left: 0px;
  top: 33px;
  background-color: white;
  min-width: 482px;
  margin: 0px !important;
  border-top: 2px solid #00418F;
  border-bottom: 2px solid #00418F;
}

.nav ul li > div.normalmenu {
    min-width: 160px;
}

.nav ul > li.current a {
  color: white;
}


.nav ul li > div > div {
  position: relative;
  display: inline-block;
  width: 160px;
  border-right: 1px solid #afc3db;
  float: left;
  text-align: left;
  margin: 0px !important;
    min-height: 230px;
    padding-top: 5px;

}


.nav ul li > div.normalmenu > div {
   padding-top: 0px;
   border-right: 0px;
   min-height: 0;
}

.nav ul li div.sec {
  border-bottom: 1px solid #afc3db;
  padding: 5px 15px;
}



.nav ul li div.sec ul {
  margin-top: 5px;
}

.nav ul li div.sec ul li {
  display: block !important;
  padding: 0px;
  width: 130px;
  text-align: left;
  padding-top: 1px !important;
  padding-bottom: 0px !important;
}

.nav ul li div.sec li {
  padding-left: 10px !important;
  height: 25px;
}

.nav ul li div.sec li:hover, div.sec.nosub:hover,div.normalmenu div.sec:hover  {
  background-color: #f0f4f9;
}




.nav ul li div.last {
  border: 0px;
}



.nav ul li > div a {
  font-weight: bold;
  font-size: 14px;
  display: block;
  width: 100%;
}



.nav ul li > div li a {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}






.nav ul li:hover > div a {
  color: #00418F;
}







.tools {
  padding: 0px;
  margin: 0px;
  float: right;
 
  top: 29px;
  margin-left: 10px;
  min-width: 200px;
  margin-top: 25px;
  text-align: right;


}
.tools ul {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  float: left;
 
}

.tools > div {
display: inline-block;
float: left;
margin-left: 5px;

}

.tools li {
  list-style-position: outside;
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
  float: left;
  
}

.tools li input {
  margin:0px;
  
}


.tools li i {
  font-size: 14px;
  height: 15px;
  line-height: 15px;
  vertical-align: top;
}

.tools li.bttn {
    height: 26px;
    padding: 5px 5px 6px;
    background-color: #00418F;
    color: white;


}

.tools li.bttn:hover {
}

.tools input {
  width: 80px;
  border: 1px;
  background-color: white;
  font-size: 14px;
  line-height: 16px;
  padding: 3px 10px 5px 10px;
  font-family: Arial, '', Verdana, Helvetica, sans-serif !important;
  border: 1px solid #00418F !important;
}

.lang,.consult, .commercial {
  background-color: #00418F;
  color: white;
  height: 26px;
  padding: 5px 5px;
  font-size: 12px;
  cursor: pointer;

}

.lang {
  background-color: white;
  border: 1px #00418F solid;
  padding: 4px 5px;

}

.lang a {
  color: #00418F !important;
}




div.lang:hover, div.consult:hover,div.commercial:hover  {
  background-color: #E77601;
} 



div.lang:hover {
   background-color: #E77601;
  border: 1px #E77601 solid;
  
}
div.lang:hover a {
   color: black !important;
}



.toolset {
  position: absolute;
  z-index: 9991;
  right: 1px;
  bottom: 120px;
  display: inline-block;
}
.linklist {
   background-color: white;
   display: none;
   min-height: 120px;
   width: 200px;
   position: absolute;
  right: 190px;
  z-index: 9990;
   bottom: 120px;
   background:rgb(255,255,255);
    background: transparent\9;
    background:rgba(255,255,255,0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);

}
.linklist.shown {
  display: block;
}

.linklist ul {
  padding: 10px;
  margin: 0px;
}

.linklist ul li {
  list-style-position: inside;
  list-style-type: none;
  padding: 5px 10px;
  border-bottom: 1px solid #afc3db;
  cursor: pointer;
}

.linklist ul li.last {
  border-bottom: 0px;
}

.linklist ul li:hover {
  background-color: #dde4f1;
}

.linklist ul li a {
  font-size: 14px;
  display: block;
}

.toolset .links i {
  font-size: 18px;
}


.toolset .links a {
  color: #00418F;
  display: block;
}



.toolset .links a:hover,.toolset .links > div:hover a {
  color: #E77601 !important;
}


.toolset .links div {
  padding: 10px;
  float: left;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #003275;
  background:rgb(255,255,255);
    background: transparent\9;
    background:rgba(255,255,255,0.9);
    margin-left: 1px !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);
}
.toolset .links div.last {
/*    border-left: 1px #5789c5 solid;

*/
  width: 39px;
}

.toolset .links div.first {
  margin-left: 0px !important;
}

.track {
 background-color: #00418F;
  color: white;
  padding: 10px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  text-align: left;
  height: 80px;
  width: 186px;

}

.track input {
  width: 70%;
  border: 0px;
  background-color: white;
  font-size: 15px;
  padding: 3px 10px;
  margin-bottom: 5px;
  line-height: 19px;
  font-family: '', Verdana, Helvetica, sans-serif !important;
  float: left;
  border-bottom: 1px white solid;
  
}

.track input.submit {
  width: 40px;
  padding-left: 7px;
 
  text-align: center;
  color: white;
  border-top: 1px white solid;
  border-right: 1px white solid;
  border-bottom: 1px white solid;
  background-color: transparent;
  font-size: 13px;
}

.track h4 {
  font-size: 20px;
  margin: 0px;
  margin-bottom: 5px;
  font-weight: normal;
}


.toolset .links h4 i {
  font-size: 30px !important;
}

.toolset .links div {
  height: 40px;
}

.toolset .links div:hover {
  background-color: #00418F;
  color: #E77601;
}

.hidden {
  display: none;
}

.strip_bottom span {
  margin-right: 30px;
}

.sns {
  cursor: pointer;
}

.sns i {
  color: #51C332;
}




.qrcode {
    position: absolute;
    bottom: 45px;
    width: 100px;
    height: 100px;
    left: 280px;
    z-index: 9999;
}

.qrcode img {
  width: 100px;
  height: auto;
  
}


.contactform {
  width: 60%;
  min-height: 300px;
  position: absolute;
  left: 50%;
  top: 120px;
  z-index: 10013;
  margin-left: -30%;
  background-color: white;
  padding-bottom: 25px;
  display: none;
  border: 1px solid #00418F;
  border-bottom: 2px solid #00418F;
}

.overlay {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 10012;
  display: none;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  background:rgba(0,0,0,0.7);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
}

.contactform select {
  border: 0px;
  height: 30px;
  width: 240px;
  font-size: 14px;
  border-radius: 0px !important;
  background-color: white;
  padding: 5px;


}





.contactform h3 {
  padding: 35px;
  padding-top: 15px;
  border-bottom: 2px solid #00418F;
  margin: 0px;
  padding-bottom: 10px;
}
.contactform .mainform {
  padding: 15px 35px;
}

.contactform .secselect {
    width:215px;
    margin-top: 15px;
    overflow:hidden;
    border:1px solid #00418F;
    border-right: 2px solid #00418F;
    border-bottom: 2px solid #00418F;
}





.contactform .contact input {
  -webkit-appearance:none;
  -webkit-border-radius:0;
  margin-top: 15px;
  font-size: 13px;
  padding: 6px 8px;
  width: 90%;
  border: 1px solid #00418F;
  border-right: 2px solid #00418F;
  border-bottom: 2px solid #00418F;
  font-family: '', Verdana, Helvetica, sans-serif !important;
}

.contactform .content {
width: 55%;
}



.contactform .contact {
width: 40%;
margin-right: 20px;
}

.contactform textarea {
  border:1px solid #00418F;
    border-right: 2px solid #00418F;
    border-bottom: 2px solid #00418F;
    width: 100%;
    height: 169px;
    margin-top: 15px;
    padding: 5px 8px;
    resize: none;
    background-color: white;
    font-family: '', Verdana, Helvetica, sans-serif !important;
}

.contactform .bttn {
  text-align: center;
}

.contactform .bttn input {
  background-color: #00418F;
  color: white;
  font-size: 15px;
  padding: 5px 10px;
  border: 0px;
  font-family: Arial, '', Verdana, Helvetica, sans-serif !important;
}

.left {
  float: left;
  display: inline-block;
}

.right {
  float: right;
  display: inline-block;
}

.contactform .close, .pageclose {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 25px;
  height: 25px;
  display: inline-block;
  color: #00418F;
  cursor: pointer;
  z-index: 100000;

}

#brochure .pageclose {
    z-index: 100000;
    right: 2px;
}
#brochure .pageclose i {
  color: white !important;

}
.contactform .close i,.pageclose i {
  font-size: 25px !important;
}











.pagemain .col {
  display: inline-block;
  float: left;
  
/*  border-right: 2px solid #00418F; 
*/
}


.col {
  position: relative;
}

.col1 {
  width: 40%;
  border-right: 2px solid #00418F;
  padding-bottom: 25px;
}

.col2 {
  width: 60%;
}


.col .content {
  padding: 25px;
}

.col .content p {
  font-size: 13px;
  line-height: 24px;
}

.col .content p a {
  font-weight: bold;
}

.col1 .content {
  padding-top: 5px;
}

.pagemain .content h3 {
  color: #00458B;
  margin-bottom: 5px;
}

.value-added {
  font-size: 14px;
  float: left;
  display: inline-block;
  width: 86%;
  padding-top: 5px !important;

}


.value-added li {
  display: inline-block;
  width: 48.5%;
  margin-bottom: 15px;
  vertical-align: text-top;
  line-height: 1.3em;

}

.value-added {
  list-style-position: outside;
  padding: 0px;
  margin: 0px;
   list-style-type: none;
   border-bottom: 1px solid #00418F;
}

.value-added.last {
  border-bottom: 0px;
}

.value-added i {
  display: inline-block !important;
  float: left;
  vertical-align: text-top;
  height: 30px;
  float: left;
}

.value-added i:before {
  color: #E77601;
  font-size: 30px !important;
  padding-right: 10px;
  margin-left: 10px !important;
}

.value-added span {
  display: inline-block !important;
  width: 75%;
  vertical-align: middle;
  line-height: 19px;
    margin-left: 10px;
        margin-top: 10px;
}



.col h4, .bronav h4, #video h4, #news h4,#intro h4 {
  color: #00418F;
  font-weight: normal;
  font-size: 25px;
  padding: 10px 25px;
  border-bottom: 2px solid #00418F;
  margin-bottom: 0px;
  margin-top: 0px;

}

.inner .title {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  float: left;
  display: inline-block;
}


.inner .title img {
  width: 100%;
  height: auto;
}

.adv i:before {
  color: #00418F;
/*  font-size: 20px !important;
*/}

.adv li {
  margin-bottom: 15px;
}

.adv {
}

.content.tpmg {
  padding-top: 35px;
      padding-bottom: 10px;

}

.content.contact {
  background-color: #f0f4f9;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 60%;
  font-size: 13px;
  line-height: 1.5;
  padding: 20px;

}

.content.contact i {
  width: 25px;
}

.contact .title {
  padding-right: 15px;
}


.bronav {
  width: 225px;
  display: inline-block;
  float: left;
  border-right: 2px solid #00418F;
  height: 550px;
  position: relative;
}

.bronav .bttn_download {
  position: absolute;
  background-color: #00418F;
  display: inline-block;
  right: 10px;
  bottom: 10px;
  padding: 10px;

}

.bronav .bttn_download a {
  color: white;
  font-size: 12px;
  display: block;
  text-align: center;
}

.bronav .bttn_download:hover {
  background-color: #E77601;
}



.fullscreen .bronav {
  position: absolute;
  z-index: 100;
}



.bronav h2 {
  padding: 5px 10px;
  margin: 0px;
}

/*#brochure {
  bottom: 30px;
  top: 75px;
  left: 60px;
  right: 60px;
}*/

#brochure .year ul {
  padding: 0px 10px;
  margin: 0px;
}

#brochure .year ul li {
  list-style-position: outside;
  list-style-type: none;
  display: inline-block;
  float: left;
  width: 38px;
  padding: 5px 2px;
  font-size: 14px;
  text-align: center;
  background-color: #dde4f1;
  margin-right: 1px;
  margin-bottom: 1px;
  cursor: pointer;
}

#brochure .year li.current {
  background-color: #00418F;
  color: white;
}

#next_page_button {
  width: 30px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  color: white;

  background-color: #00418F;
  display: inline-block;
  position: absolute;
  z-index: 9990;
}

#prev_page_button {
  width: 30px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  color: white;
  background-color: #00418F;
  display: inline-block;
  position: absolute;
  z-index: 9991;
}

#next_page_button:hover,#prev_page_button:hover {
  color: #E77601;
}

#next_page_button i, #prev_page_button i {
  position: absolute;
  top: 45%;
  font-size: 30px;
}

#next_page_button i {
  right: 3px;
}

#prev_page_button i {
  left: 3px;
}


.fullscreen .brocontent {
  left: 0px;
  padding-left: 224px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}

.fullscreen .book_wrapper {
  left: 224px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  width: 100%;
  background-color: #00418F;
}


.brocontent {
  width: 872px;
  float: left;
  position: absolute;
  left: 224px;
}

.fullscreen #mybook {
  margin-top: 30px !important;
}

.book_wrapper {
 width: 872px;
  background-color: #00418F;
  position: relative;
}


.b-load img {
  width: 100%;
  height: auto;
}

#mybook {
  
  background-color: #00418F;
  
}

.threecol li i {
  vertical-align: middle;
}

.threecol li {
  width: 33%;
}

.threecol li span {
  
  vertical-align: middle;
}

#brochure h4 {
  position: relative;
}

#brochure h4 i {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.inner.fullscreen {
  position: fixed !important;
  width: 100%;
  height: 100%;
  top: 0 !important;
  bottom: 0 !important;
  left: 0!important;
  right: 0 !important;
  z-index: 20000;
}



.tags {
  padding: 10px 15px;
  width: 75%;
  display: inline-block;
  float: left;
}

.tags span {
  display: inline-block;
  padding: 3px 10px;
  margin-right: 5px;
  font-size: 16px;
  cursor: pointer;
}

.tags span:hover i {
  color: #E77601;
}

.tags .current {
  background-color: #00418F;
  color: white;
}


/*.item {
  width: 32%;
  float: left;
  margin: 5px;
  display: inline-block;
  position: relative;
  display: none;
  cursor: pointer;
}*/


.grid-item { 
  width: 30.33%;
  margin: 10px;

}


.item img {
  width: 100% !important;
  height: auto;
}

#videocontainer,#newscontainer {
  padding: 15px;
  position: relative !important;
  padding-top: 70px;
  min-height: 500px;
  display: block;
}

#video h4,#news h4,#intro h4 {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative !important;
  z-index: 999;
   height: 53px;
}

h4 > span {
  float: left;
  display: inline-block;
  
  border-right: 2px solid #00418F;
  padding: 10px 25px;
}


.item div.caption {
  background-color: white;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 15px;
  font-size: 12px;
}

.item .post-meta p {
  float: left;
  vertical-align: middle;
  line-height: 1;
  padding: 0px;
  margin: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.item .post-title {
  font-size: 18px;
  margin: 0px;
}

.item .post-meta p a {
  color: #E77601;
}

.item i {
  position: absolute;
  width: 70px;
  height: 70px;
  color: white;
  font-size: 65px;
  z-index: 50;
  top: 40%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  filter:alpha(opacity=90);
  opacity: 0.9;
}


.videoplayer {
  position: fixed;
  top: 0px;
  left: 0px;
   right: 0px;
   bottom: 0px;
   z-index: 100020;
   background-color: black;
/*   background:rgba(0,0,0,0.7);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);*/
   display: none;
}
.videoplayer .vclose {
  position: absolute;
  z-index: 100000;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 40px;
  cursor: pointer;
}

.videoplayer .vclose i {
  color: white;
}
/*.videoplayer object,.videoplayer video {
  position: absolute;
  margin: auto;
  margin-top: 7%;
  left: 50%;
  margin-left: -320px;
  padding: 0px 5px;

}*/



.pagemain {
    width: 1140px;
    margin: auto;
    position: relative;
    padding-top: 20px;
    border-bottom: 2px solid #00418F;

}

.headimg img {
  width: 100%;
  height: auto;
}

.inner {
  width: 96%;
  margin: auto;
  background-color: white;
  position: relative;
}

#lcl,#brochure, #video, #news,#intro {
  background-image: url("../images/lcl_bg.jpg");
  background-size: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/lcl_bg.jpg',sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/lcl_bg.jpg',sizingMethod='scale')";
}

#danger {
  background-image: url("../images/danger.jpg");
  background-size: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/danger.jpg',sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/danger.jpg',sizingMethod='scale')";
}

.jp-progress img {
  position: absolute;
  height: 90%;
  width: auto;
  z-index: 10000;
  left: 20px;
  top: 5px;
}

.fs {
  position: absolute;
  background-color: #00418F;
  width: 40px;
  padding: 5px;
  text-align: center;
  line-height: 12px !important;

  right: 15px;
  top: 100px;
}
.fs a {
  color:  white;
  font-size: 12px;
}

.links_outside {
  background-color: white;
  width: 197px;
  padding: 5px 15px 0px;
  margin-bottom: 1px;
}
.links_outside img {
  width: 100%;
  height: auto;
}

.links_outside a,.links_outside a img {
  border: 0px !important;
}


.otherlinks {
  float: right;
  height: 30px;
  padding-right: 15px;
  padding-bottom: 10px;
  
}



.otherlinks img {
  height: 30px;
  width: auto;
}



.login {
  width: 300px;
  height: 235px;
  background-color: white;
  position: fixed;
  top: 120px;
 
  left: 50%;
  margin-left: -150px;
  z-index: 10014;
  border-bottom: 2px solid #00418F;
  display: none;
}


.login input {
  -webkit-appearance:none;
  -webkit-border-radius:0;
  font-size: 13px;
  padding: 6px 8px;
  width: 160px;
  height: 29px;
  border: 1px solid #00418F;
  border-right: 2px solid #00418F;
  border-bottom: 2px solid #00418F;
  font-family: '', Verdana, Helvetica, sans-serif !important;
  display: inline-block;
  vertical-align: middle;
  
}

.login > div {
  padding: 10px 15px;
  text-align: center;
}


.login label {
  background-color: #00418F;
  display: inline-block;
  width: 60px;
  color: white;
  text-align: center;
  font-size: 13px;
  height: 29px;
  line-height: 19px;
  padding: 7px 5px 7px 5px; 
  vertical-align: middle;
}


.login .header {
  background-color: #00418F;
  color: white;
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px;
}

.login .bttn input {
    width: 50px;
    color: white;
    background-color:  #00418F;
    border: 0px;
    cursor: pointer;
    font-size: 13px;
    padding: 5px; 
    height: 29px;
    vertical-align: middle;
}

.login .bttn span {
  border: 1px #00418F solid;
  width: 50px !important;
  display: inline-block;
  color: #00418F;
  padding: 5px 5px 4px 5px; 
  font-size: 13px;
  height: 29px;
  line-height: 18px;
  vertical-align: middle;
  cursor: pointer;
}


.description {
  background-color: #00418F;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 1.3em;
}

.contact .main {
  display: inline-block;
  width: 55%;
  margin-right: 3%;
  vertical-align: text-top;
     word-wrap: break-word;
    word-break: break-all;
}

.contact .other {
  display: inline-block;
  width: 41%;
  vertical-align: text-top;
  text-indent: -13px;
}
.contact .other a {
    font-weight: bold;

}

.contact .other span.link {
  margin-right: 8px;
  
}

.download {
  position: absolute;
  bottom: 120px;
right: 20px;
font-size: 12px;
text-align: center;
background-color: #00418F;
padding: 10px 10px;

}

.download a {
  color: white;
  display: block;
  line-height: 20px;
}
.download i {
  font-size: 20px;
}


#newscontainer.detail {
 /* min-height: 1080px;*/
  overflow-y: auto;
  padding: 20px 30px;
}


#newscontainer .caption .contents {
  margin-top: 10px;
  line-height: 1.5em;
}
#newscontainer .item {
  min-height: 170px;
  background-color: #D1DEEE;
}

#newscontainer .post-title a,#newscontainer .contents a {
    color: #454A50;
}

#newscontainer .post-title a:hover {
  color: #00418F;
}

.inner-news {
  width: 70%;
}

h4 .back {
  font-size: 14px;
  padding-top: 16px;
  float: right;
  margin-right: 55px;
  height: 53px;
  padding-right: 20px;
  border-right: 2px solid #00418F;
}
h4 .back a {
  color: #00418F;
}

h4 .back a:hover {
  color: #E77601;
}

.newsdetail {
  line-height: 1.5em;
}

#newscontainer .datetime {
  color: #E77601;
}

#newscontainer .datetime i {
  color: #00418F;
}

.searchbar {
  height: 53px;
  padding: 10px 20px;
  display: inline-block;
}

.searchbar input {
  height: 30px;
  border: 1px solid #00418F;
  font-size: 16px;
  line-height: 16px;
  padding: 5px;
  width: 250px;
}
.searchbar i {
  width: 30px;
  height: 30px;
  color: white;
  background-color: #00418F;
  text-align: center;
  font-size: 16px;
  vertical-align: top;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
}

#searchcontainer {

}

#searchcontainer ul {
  list-style-type: none;
  list-style-position: outside;
  padding: 30px;
  margin-top: 50px;
  min-height: 400px;
  max-height: 450px;
  overflow-y: auto;
}

#searchcontainer ul li {
  padding: 15px 0px; 
  border-bottom: 1px solid #00418F;
}

#searchcontainer ul li a {
  /*display: block;*/
}

#searchcontainer ul li label {
  display: inline-block;
  margin-right: 10px;
  background-color: #00418F;
  color: white;
  font-size: 14px;
  padding: 4px 10px;
}

#searchcontainer ul li a:hover {
  color: #E77601;
}

#searchcontainer ul li:hover {
    background-color: #EDF3FA;

}

#introcontainer {
  margin-top: 50px;
  min-height: 500px;
  position: relative;
}

#introcontainer .contents {
  padding: 20px;
  position: absolute;
  top: 75px;
  width:50%;
  left: 13%;
  z-index: 3;
  color: black;
    background:rgb(255,255,255);
    background: transparent\9;
    background:rgba(255,255,255,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
    zoom: 1;
    border-bottom: 2px solid #00418F;
    border-top: 1px solid #00418F;
    height: 300px;
}

#introcontainer .keyimg {
   position: absolute;
    top: 75px;
    left: 63.3%;
    height: 300px;
    z-index: 3;

}

#introcontainer .keyimg img {
  height: 300px;
  width: auto;
}

#introcontainer .contents strong {
  color: #00418F;
}


.maps {
  position: absolute;
  top: 30px;
  left: 80px;
  width: 75%;
   z-index: 2;
}
.maps img {
  width: 100%;
  height: auto;

}


#introcontainer.history {
  min-height: 800px;
}

.eventlist {
  padding: 30px 40px;
  position: absolute;
  z-index: 9;
  top: 50px;
  left: 0px;
  right: 0px;

}

.eventlist .event {
    width: 80px;
    height: 80px;
    float: left;
    position: relative;
    margin-top: 100px;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 60px;

}

 .eventlist .event.right {
  float: right;
  margin-right: 62px;
 }

.eventlist .year {
  width: 80px;
  height: 80px;
  position: absolute;
  color: white;

}

.eventlist .year span {
  position: absolute;
  left: 0px;
  right: 0px;
  display: inline-block;
  color: white;
  z-index: 11;
  text-align: center;
  font-size: 25px;
  top: 33%;

}

.eventlist .year img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: 75px;
  border-top: 10px solid #00418F;
}


.eventlist .info {
  position: absolute;
  bottom: 90px;
  left: -45px;

  width: 180px;

}

.eventlist .infocontents {
  background-color: white;
  min-height: 60px;
  padding: 10px;
  font-size: 13px;
  border: 1px solid #00418F;
  border-top: 2px solid #00418F;
}

.track select {
  border: 0px;
  height: 30px;
  width: 140px;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0px !important;
  background-color: white;
  padding: 5px;
  color: black;
}

.track .secselect {
    width:155px;
    overflow:hidden;
    border:1px solid #00418F;
    border-right: 2px solid #00418F;
    border-bottom: 2px solid #00418F;
    background-color: white;
}


.newsdetail.file {
  text-align: center;
  margin-top: 50px;

}
.newsdetail.file i {
  display: inline-block;
  width: 100px;
  height: 60px;
  font-size: 50px;
  color: white;
  position: absolute;
  top: 95px;
  left: 50%;
  margin-left: -50px;
}

.newsdetail.file span {
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 10px;
}

.newsdetail.file .circle {
  position: relative;
  text-align: center;
}

.newsdetail.file img {
  width: 100px;
  height: 100px;
}

.downloadinfo {
  margin: auto;
  width: 50%;
  text-align: left;
}


.contact .main a,
.contact .main a:focus,
.contact .main a:hover,
.contact .main a:active,
.contact .main a:visited
 {
    color:#454a50;
}

.commercial a,
.commercial a:focus,
.commercial a:hover,
.commercial a:active,
.commercial a:visited {
    color:#FFF;
}
