@import url(http://fonts.googleapis.com/css?family=Muli);

body {
  font-family: "Muli", "Microsoft Jhenghei", sans-serif;
}

@media (max-width: 480px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
}

th,
label {
  font-weight: normal;
}

input,
textarea,
select {
  border-radius: 0 !important;
}

label {
  line-height: 30px;
}

label a {
  color: #444444;
}

a {
  cursor: pointer;
}

.blank-input{
	border: 1px solid #ff0000 !important;
}


header.navbar {
  padding: 30px 0 10px;
  margin-bottom: 0;
  border: none;
  background-color: #ffffff;
}

header ul#main-nav {
  width: 100%;
  padding: 20px 0 0;
  margin: 0;
  border-bottom: 1px solid #cccccc;
  list-style: none;
  line-height: 20px;
  float: left;
  color: #444444;
}

header ul#main-nav > li {
  display: inline-block;
  *display: inline;
  margin-right: 10px;
  position: relative;
}

header ul#main-nav > li > a {
  display: block;
  padding: 3px 20px;
  margin-bottom: -1px;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
  text-decoration: none;
  transition: ease .4s;
  -webkit-transition: ease .4s;
}

header ul#main-nav > li > a.active,
header ul#main-nav > li:hover > a {
  color: #005599;
  border-color: #005599;
}

header ul#main-nav > li > ul.dropdown-nav {
  display: none;
  list-style: none;
  min-width: 160px;
  padding: 10px 0;
  margin: 0;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top: none;
  top: 27px;
}

header ul#main-nav > li:hover > ul.dropdown-nav {
  display: block;
}

header ul#main-nav > li > ul.dropdown-nav > li > a {
  display: block;
  padding: 3px 23px 3px 17px;
  color: #666666;
  white-space: nowrap;
  text-decoration: none;
  font-size: 13px;
  border-left: 3px solid transparent;
  transition: ease .4s;
  -webkit-transition: ease .4s;
}

header ul#main-nav > li > ul.dropdown-nav > li > a:hover {
  color: #005599;
  border-color: #005599;
}

header ul#sub-nav {
  padding: 0;
  margin: -60px 0 0;
  list-style: none;
  float: right;
  font-size: 12px;
}

header ul#sub-nav > li {
  display: inline-block;
  *display: inline;
  margin-left: 3px;
}

header ul#language-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 12px;
}

header ul#language-menu > li {
  display: inline-block;
  *display: inline;
  border-left: 1px solid #666666;
}

header ul#language-menu > li:first-child {
  border: none;
}

header ul#language-menu > li > a {
  display: block;
  padding: 0 3px 0 6px;
  color: #444444;
  text-decoration: none;
}

header .navbar-logo {
  display: block;
  padding-left: 20px;
  float: left;
}

header .navbar-logo > img {
  height: 60px;
}

header .navbar-toggle {
  padding: 20px 15px;
  margin: 0;
  border-radius: 0;
}

header .navbar-toggle .icon-bar {
  height: 3px;
  background-color: #dd3333;
}

section#slider .slides > li > div {
  top: 40%;
  left: 80px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

section#slider .slides > li.flex-active-slide > div {
  left: 30px;
  opacity: 1;
}

section#slider .slides > li > div > h2 {
  padding: 0;
  margin: 0;
  font-family: "Muli", "Microsoft Jhenghei", sans-serif;
  font-size: 40px;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

section#carousel {
  margin: 10px 0;
}

section#carousel .carousel-wrapper {
  width: 1078px;
  padding: 5px;
  float: left;
  background-color: #eeeeee;
}

section#carousel a.carousel-nav {
  display: block;
  width: 31px;
  height: 130px;
  background-color: #bbbbbb;
  line-height: 130px;
  text-align: center;
  font-size: 26px;
  color: #ffffff;
}

section#carousel .slides > li {
  width: 356px !important;
  padding: 5px;
  position: relative;
}

section#carousel .slides > li > a {
  color: #333333;
}

section#carousel .slides > li > a:hover {
  color: #005599;
}

section#carousel .slides > li > a > div {
  display: table;
  width: 160px;
  height: 110px;
  left: 20px;
  position: absolute;
}

section#carousel .slides > li > a > div > h3 {
  display: table-cell;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  font-family: "Muli", "Microsoft Jhenghei", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

section#home-content {
  margin: 10px 0;
}

section#home-content .row {
  margin-left: -5px;
  margin-right: -5px;
}

section#home-content .home-col {
  width: 33.33333%;
  min-height: 100px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  position: relative;
}

section#home-content .home-col .content-wrapper {
  width: 100%;
  height: 130px;
  padding: 12px 20px;
  background-color: #eeeeee;
  border-left: 10px solid #cccccc;
  position: relative;
  overflow: hidden;
}

section#home-content a {
  color: #333333;
  transition: ease .2s;
  -webkit-transition: ease .2s;
}

section#home-content a:hover {
  color: #005599;
}

section#home-content h3 {
  padding: 0;
  margin: 0 0 0.5em;
  position: relative;
  z-index: 1;
  font-family: "Muli", "Microsoft Jhenghei", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

section#home-content .content-wrapper ul {
  padding: 0;
  margin: 0;
  font-size: 12px;
}

section#home-content .content-wrapper.product h3 {
  position: absolute;
  top: 40%;
  left: 20px;
}

section#home-content .content-wrapper.product img {
  margin: -12px 0 0 -20px;
}

section#home-content .content-wrapper.news ul {
  padding-left: 0.8em;
  list-style: square;
}

section#home-content .content-wrapper.contact ul {
  list-style: none;
}

section#home-content .content-wrapper.contact ul > li {
  line-height: 30px;
}

section#main-content {
  overflow: hidden;
}

section#main-content nav {
  padding: 30px 0 9999em;
  margin-bottom: -9999em;
  border-left: 1px solid #cccccc;
}

section#main-content nav a.btn {
  width: 100%;
  margin-bottom: 20px;
}

section#main-content ul#side-nav {
  list-style: none;
  padding: 0;
  margin: 0 -30px 0 0;
}

section#main-content ul#side-nav > li.divider {
  border-bottom: 1px solid #cccccc;
}

section#main-content ul#side-nav > li > a {
  display: block;
  padding: 3px 10px 3px 16px;
  margin-bottom: 10px;
  border-left: 3px solid transparent;
  color: #999999;
  text-decoration: none;
  transition: ease .1s;
  -webkit-transition: ease .1s;
}

section#main-content ul#side-nav > li a.active,
section#main-content ul#side-nav > li a:hover,
section#main-content ul#side-nav > li.active a {
  border-color: #005599 !important;
  color: #005599;
}

section#main-content ul#side-nav.nav > li > a {
  background-color: transparent !important;
}

section#main-content ul#side-nav > li > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  font-size: 13px;
}

section#main-content ul#side-nav > li > ul > li > a {
  display: block;
  padding: 0 10px 0 18px;
  margin-bottom: 4px;
  border-left: 1px solid transparent;
  color: #999999;
  text-decoration: none;
  transition: ease .1s;
  -webkit-transition: ease .1s;
}

section#main-content article {
  min-height: 500px;
  padding: 30px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

section#main-content aside {
  padding: 20px;
  border: 1px solid #cccccc;
}

section#main-content aside p {
  margin: 16px 0 0;
}

section#main-content h1 {
  margin: 0 0 20px;
  border-bottom: 2px solid #005599;
  font-size: 24px;
  color: #005599;
  float: left;
}

section#main-content h2 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #005599;
}

section#main-content p {
  margin-bottom: 21px;
  line-height: 25px;
  color: #555555;
}

section#main-content p > a {
  color: #555555;
  text-decoration: underline;
}

section#main-content p > a:hover {
  color: #005599;
}

section#main-content ul {
  padding: 0 0 0 1.3em;
}

section#main-content ul > li {
  margin-bottom: 7px;
}

section#main-content .btn {
  border-radius: 0;
  background-color: #0088ff;
  color: #ffffff;
  outline: none !important;
}

section#main-content p > a.btn {
  color: #ffffff;
  margin-bottom: 5px;
  text-decoration: none;
}

section#main-content p > a > span.btn {
  margin-bottom: -21px;
}

section#main-content #searching input {
  width: 300px;
  margin-right: -4px;
}

section#main-content .table.table-striped {
  margin: 0;
  color: #555555;
}

section#main-content .table.table-striped h3 {
  margin: 8px 0;
  font-size: 14px;
  line-height: 20px;
  height: 80px;
  max-height: 80px;
}

section#main-content .table.table-striped > thead > tr > th,
section#main-content .table.table-striped > tbody > tr > td {
  padding: 12px 16px;
  border: 2px solid #ffffff;
  line-height: 20px;
}

section#main-content .table.table-striped > thead > tr > th {
  background-color: #cccccc;
  color: #666666;
}

section#main-content .table.table-striped:first-child > thead > tr > th {
  font-size: 20px;
}

section#main-content .table.table-striped:first-child > tbody > tr > td {
  width: 50%;
}

section#main-content .table.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #f6f6f6;
}

section#main-content .table.table-striped > tbody > tr:nth-child(even) > td {
  background-color: #eaeaea;
}

section#main-content .table.table-striped span.date {
  color: #005599;
}

section#main-content .table.table-striped a {
  color: #555555;
}

section#main-content .table.table-striped:first-child a {
  display: block;
  text-align: right;
  color: #005599;
}

section#main-content span.info-title {
  color: #005599;
}

section#main-content span.alert {
  padding: 0 3px;
  color: #ff0000;
}

section#main-content ul#certificate-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

section#main-content ul#certificate-menu > li {
  display: inline-block;
  padding: 8px;
}

section#main-content ul#certificate-menu img {
  width: 130px;
  box-shadow: 0 0 12px rgba(0,0,0,0.3);
}

section#main-content section#banner {
  position: relative;
}

section#main-content section#banner h2 {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 30px;
  top: 40%;
  font-size: 30px;
  color: #444444;
}

section#product {
  margin: 10px 0 0;
}

section#product .row {
  margin-left: -5px;
  margin-right: -5px;
}

section#product .product-col {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

section#product .product-col a {
  color: #333333;
  transition: ease .2s;
  -webkit-transition: ease .2s;
}

section#product .product-col a:hover {
  color: #005599;
}

section#product .content-wrapper {
  border-left: 10px solid #cccccc;
  position: relative;
  overflow: hidden;
  text-align: right;
}

section#product .content-wrapper > div {
  display: table;
  height: 100px;
  position: absolute;
  left: 10px;
}

section#product .content-wrapper > div > h3 {
  display: table-cell;
  padding: 0;
  margin: 0 0 0.5em;
  vertical-align: middle;
  text-align: left;
  font-family: "Muli", "Microsoft Jhenghei", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

section#product .col-xs-3 .content-wrapper h3 {
  width: 150px;
}

section#product .col-xs-4 .content-wrapper h3 {
  width: 210px;
}

section#product-list nav {
  border-right: 1px solid #cccccc;
}

section#product-list ul#side-nav {
  margin: 0;
}

section#main-content .pull-right ul#side-nav > li > a {
  border-left: none;
  border-right: 3px solid transparent;
}

section#product-list article {
  padding-left: 0;
  padding-right: 0;
  border: none;
}

section#product-list form#searching {
  width: 100%;
  margin: 0 0 20px;
}

section#product-list .product-wrapper {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #dddddd;
}

section#product-list .product-image {
  display: table-cell;
  vertical-align: middle;
}

section#product-list .product-image > .product-image-wrapper {
  max-width: 100%;
}

section#product-list.display .product-image > .product-image-wrapper {
  max-width: 140px;
  padding: 0 10px;
  /*float: right;*/
}

section#product-list.display .product-image > .product-image-wrapper > img {
  margin: 0 auto;
}

section#product-list .product-info {
  font-size: 11px;
  color: #666666;
}

section#product-list .product-info a.product-enquiry-btn {
  float: right;
  color: #005599;
}

section#product-list .product-info h4 {
  margin: 0;
  background-color: #eeeeee;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #005599;
}

section#product-list .product-info .table {
  width: 70%;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

section#product-list .product-info .table > tbody > tr > th {
  width: 100px;
}

section#product-list .product-info .table > tbody > tr > th,
section#product-list .product-info .table > tbody > tr > td {
  padding: 3px 5px;
  border: none;
  vertical-align: middle;
  line-height: 1em;
}

section#product-list .product-info .product-spec {
  padding: 5px 0;
  display: table;
}

section#product-list .product-info .product-details {
  padding: 0 5px;
  background-color: #eeeeee;
  line-height: 30px;
}

section#product-list .product-filter a.filter-btn {
  display: block;
  padding: 0 8px;
  margin: 10px 0 0;
  background-color: #eeeeee;
  line-height: 30px;
  font-size: 13px;
  color: #444444;
  text-decoration: none;
}

section#product-list .product-filter a.filter-btn.active,
section#product-list .product-filter a.filter-btn:hover {
  color: #005599;
}

section#product-list .product-filter ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

section#product-list .product-filter ul > li {
  margin: 2px 0;
}

section#product-list .product-filter ul > li > a {
  display: block;
  padding: 2px 8px;
  background-color: #eeeeee;
  color: #999999;
  text-decoration: none;
  transition: ease .4s;
  -webkit-transition: ease .4s;
}

section#product-list .product-filter ul > li > a.active,
section#product-list .product-filter ul > li > a:hover {
  background-color: #cceeff;
  color: #005599;
}

section#main-content ul#network-menu {
  list-style: none;
  padding: 10px 20px;
  margin: -15px -15px 0;
  border: 1px solid #cccccc;
}

section#main-content ul#network-menu > li {
  display: inline-block;
  *display: inline;
  margin: 0 20px 0 0;
}

section#main-content ul#network-menu > li > a {
  display: block;
  font-size: 15px;
  color: #666666;
  text-decoration: none;
  transition: ease .4s;
  -webkit-transition: ease .4s;
}

section#main-content ul#network-menu > li > a.active,
section#main-content ul#network-menu > li > a:hover {
  color: #0088ff;
}

section#main-content ul#network-menu > li > a > .radio-btn {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 2px;
  border-radius: 10px;
  border: 1px solid #999999;
  vertical-align: text-top;
  transition: ease .4s;
  -webkit-transition: ease .4s;
}

section#main-content ul#network-menu > li > a.active > .radio-btn,
section#main-content ul#network-menu > li > a:hover > .radio-btn {
  border-color: #0088ff;
}

section#main-content ul#network-menu > li > a > .radio-btn > div {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: transparent;
  transition: ease .4s;
  -webkit-transition: ease .4s;
}

section#main-content ul#network-menu > li > a.active > .radio-btn > div,
section#main-content ul#network-menu > li > a:hover > .radio-btn > div {
  background-color: #0088ff;
}

section#main-content #network-map {
  height: 540px;
}

section#main-content #network-map > img {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: ease .4s;
  -webkit-transition: ease .4s;
}

section#main-content #network-map > img.active {
  visibility: visible;
  opacity: 1;
}

section#main-content #network-map > img#map-base {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

section#main-content .network-directory {
  display: none;
  font-size: 12px;
}

section#main-content .network-directory dt {
  padding: 5px 0;
  border-top: 1px dashed #999999;
  font-weight: normal;
}

section#main-content .network-directory dt:first-child {
  border: none;
}

section#main-content .network-directory dt:hover {
  color: #005599;
  text-decoration: underline;
  cursor: pointer;
}

section#main-content .network-directory dd {
  display: none;
  padding-bottom: 5px;
}

section#main-content .network-details {
  display: none;
}

section#main-content .network-details .table.table-striped {
  margin: 0 -2px;
}

section#main-content .network-details .table.table-striped p {
  margin: 0;
}

section#main-content .network-details .table.table-striped > tbody > tr > td:first-child {
  width: 30%;
}

section#main-content ul#job-menu {
  list-style: square;
  font-size: 18px;
  color: #005599;
}

section#main-content ul#job-menu > li > a {
  color: #005599;
}

section#main-content form#contact-form p {
  margin: 0;
}

footer {
  padding-bottom: 20px;
}

footer .footer-wrapper {
  padding: 20px 35px 10px;
  background-color: #dddddd;
}

footer ul {
  padding: 0;
  margin: 0 0 0.8em;
  list-style: none;
  font-size: 11px;
}

footer ul > li:before {
  content: "- ";
}

footer ul > li > a {
  color: #666666;
}

footer ul > li > a:hover {
  color: #005599;
}

footer .footer-col {
  width: 20%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
}

footer .nav-title {
  padding: 0;
  margin-bottom: 0.3em;
  font-size: 12px;
}

footer .nav-title.application {
  padding-left: 15px;
  font-size: 13px;
}

footer ul > li.nav-title:before {
  content: "";
}

footer #copyright {
  font-size: 12px;
  line-height: 30px;
  color: #bbbbbb;
}

.affix {
  top: 100px;
}

/* temp */

.container {
  min-width: 1170px !important;
}

.testing {
  width: 100%;
  height: 300px;
  background-color: #cccccc;
}