@charset "UTF-8";

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 0px; 
  font-size: 15px;
  font-family: Arial, SimSun, 细明体;
}

a {
	color: #0033FF;
}

a:hover {
  color: #0033FF;
}

li.naviItem > a:hover,
li.naviItem > a:focus {
	background-color: #F06A07 !important;
}

@media (max-width: 768px) {
  .nav-justified > li > a { 
    text-align: left;
  }
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
    .navbar-header {
      float: none !important;
    }
    .navbar-toggle {
      display: block !important;
    }
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
      padding-right: 0;
      padding-left: 0;
    }
    .navbar-collapse.collapse {
      display: none !important;
    }
    .nav-justified {
      float: none!important;
    }
    .nav-justified > li {
      float: none !important;
      display: block !important;
      width: auto !important;
    }

    .nav-justified > li > a {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
      text-align: left !important;
    }
    .navbar-text {
      float: none;
      margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
      display: block !important;
    }
    .collapsing {
      overflow: hidden !important;
    }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media print {
  a[href]:after {
    content: none;
  }
}

.mb-35 {
	margin-bottom: 35em;
}
.mb-05 {
	margin-bottom: 0.5em;
}
.mt-05 {
	margin-top: 0.5em;
}
.non-visibility {
	position: absolute;
	left: -9999px;
	visibility: hidden;
}
.greenPageHeaderHr {
  text-transform: uppercase;
  border-bottom: 2px solid green;
}

.mobilePageHeaderHr {
  text-transform: uppercase;
  border-bottom: 0px;
}

.title {
  font-size: 20px;
}

.red {
	color: #FF0000;
}

/* CUSTOM PANEL FOR IMAGE BY TED */

.panel > .panel-body {
  font-size:1em;
}

.panel-body-custom-iconList{
  padding: 0px;
}
.panel-body-custom-iconList img{
  width: 100%
}

/* END OF CUSTOM PANEL FOR IMAGE BY TED */

/* FDH CORNER BANNER */

.hugeBanner {
  position: relative;
}

.inner_img {
  position: absolute;
  top: 86%;
}

.inner_btn0 {
  background-color: #C71862;    
  color: white;
  border: 0;
  margin-bottom: 5px;
}

.inner_btn0:hover,
.inner_btn0:focus,
.inner_btn0:active {
  background-color: #57139C;
  color: white; 
  border: 0;
}

.inner_btn1 {
  position: absolute;
  top: 90%;
  left: 43%;
}

.inner_btn2 {
  position: absolute;
  top: 30%;
  left: 43%;
}

/* END OF FDH CORNER BANNER */

/* BREADCRUMB */

.custom_breadcrumb {
	background: none;
  padding: 0;
}

.custom_breadcrumb > .active {
	color: green;
}

.mobile_breadcrumb > li + li:before {
    color: #ccc;
    content: " > ";
    padding: 0 5px;
}

.mobile_breadcrumb > .active {
  color: green;
}

/* END OF BREADCRUMB */

/* COLOR */

.force_black {
  color: black;
}

.force_blue {
  color: #0033FF;
}

.force_green {
  color: green;
}

.force_orange {
  color: #DD3300;
}

/* END OF COLOR */

/* CUSTOM LIST */

.list-none {
  list-style-type: none;
  margin: 0.75em 0;
  padding: 0 1em;
}

.list-disc {
  list-style-type: disc;
}

.list-hyphen {
  list-style-type: none;
}

.list-hyphen > li:before {
  content: " - ";
}

.list-arrow {
  list-style-type: none; 
  margin: 0.75em 0;
  padding: 0 1em;
}

.list-arrow > li:before {
  content: "";
  border-color: transparent green;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1em;
  position: relative;
} 

.center {
	text-align: center;
}
.require::before {
	content: '* ';
    color: #FF0000;
}
.alert-yellow {
	background-color: #FFFF00;
}
span.glyphicon.large-icon {
	font-size: 1.2em;
}
/* END OF CUSTOM LIST */

.skipTextAlternative {
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

/* Extend Bootstrap grid system to support column width 1.6 */
.col-xs-1_6, .col-sm-1_6, .col-md-1_6, .col-lg-1_6 {
  position: relative;
  min-height: 1px;
  padding-right: 3px;
  padding-left: 3px;
}
.col-xs-1_6 {
  float: left;
}
.col-xs-1 {
  width: 13.33333333%
}
.col-xs-pull-1 {
  right: 13.33333333%
}
.col-xs-push-1 {
  left: 13.33333333%
}
.col-xs-offset-1 {
  margin-left: 13.33333333%
}
@media (min-width: 768px) {
  .col-sm-1_6 {
    float: left;
  }
  .col-sm-1_6 {
    width: 13.33333333%
  }
  .col-sm-pull-1_6 {
    right: 13.33333333%
  }
  .col-sm-push-1_6 {
    left: 13.33333333%
  }
  .col-sm-offset-1_6 {
    margin-left: 13.33333333%
  }
}
@media (min-width: 992px) {
  .col-md-1_6 {
    float: left;
  }
  .col-md-1_6 {
    width: 13.33333333%
  }
  .col-md-pull-1_6 {
    right: 13.33333333%
  }
  .col-md-push-1_6 {
    left: 13.33333333%
  }
  .col-md-offset-1_6 {
    margin-left: 13.33333333%
  }
}
@media (min-width: 1200px) {
  .col-lg-1_6 {
    float: left;
  }
  .col-lg-1_6 {
    width: 13.33333333%
  }
  .col-lg-pull-1_6 {
    right: 13.33333333%
  }
  .col-lg-push-1_6 {
    left: 13.33333333%
  }
  .col-lg-offset-1_6{
    margin-left: 13.33333333%
  }
}