@charset "utf-8";
/* CSS Document */
body{font-family: "微軟正黑體",Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; }

@import url('https://fonts.googleapis.com/css?family=Volkhov');

.menu{padding-left: 20px;}
.navbar-default {
    background-color: transparent;
    border-color:transparent;
}

.lan-E #index_company{letter-spacing: normal;}
#index_company {

  background-image: url(../images/index/bg.jpg);
    float: left;
    padding: 50px 15% 100px 15%;
    line-height: 30px;
font-size: 16px;
letter-spacing: 4px;
}


#index_company h3::after, #index_cate h3::after {
 content: "______";
color: #00a0e9;
display: block;
font-size: 60px;
margin-top: -50px;
text-align: center;
}

.btn-dark {
    background-color: #1d2088;
    color: white;
}
.btn-dark:hover {
color: white;
    background-color: black;

}
.swiper-banner .swiper-pagination-switch, .swiper-product .swiper-pagination-switch {
    background: #00a0e9;
    box-shadow:none;
  
}
.swiper-banner .swiper-active-switch, .swiper-product .swiper-active-switch {
    background: #fff;
    border: 1px solid #00a0e9;
}
#mainbanner {
    padding:0;
}
#mainbanner .glyphicon {
    color: white;
    text-shadow: 1px 1px 3px #00a0e9;

}



#content {
    padding: 10px 15px 50px 15px;
}

.dropdown-menu > li > a {
    color: white;
}



#index_cate {
   background: url(../images/index/bg02.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    padding: 50px 15% 100px 15%;
}
.content{
background: -webkit-linear-gradient(180deg, rgb(255, 255, 255), rgb(242, 247, 250));
background: linear-gradient(180deg, rgb(255, 255, 255), rgb(242, 247, 250));
padding: 5% 0;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb li a{color: #777;}

.icon a {
    float: left;
      padding: 0 5px!important;}
/*************************************內業************/

.page-header h1{
font-weight: bold;}
.card-text {
    border-bottom: 3px double #00a0e9;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
.con{border: 3px double #00a0e9;
padding: 5%;
margin: 2% 0;}
.card-body {

    height: 100px;

}
.tittle {
  font-weight: bold;
text-align: center;
text-transform: uppercase;
margin-bottom: 50px;
}
#cominfo i {

    margin-right: 10px;
    color: #dfbbb1;

}
.txtNormal img {
    margin: 15px 0;
}
.txtNormal {
    margin-bottom: 7%;
}
.thead-dark {
    background-color: #282828!important;
    color: white;
    font-size: 20px;
}
#content .pshow_title {
    border-left: 5px solid #013e6d;
    background-color: #00a0e9;
 
}
.listimg img {
    width: 100%;
}

.icon i{color: white!important;
}
.icon i:hover {
    color: #008dd5 !important;
}

/**********************footer******************/

#footer .ftbar {
background: transparent;
border: transparent;

}




.ftbar .nav li.active > a, .ftbar .nav li:hover > a {
        background-color: transparent;
    border-left: 3px solid #008dd5;
}
}
#cominfo ul li {
    margin: 15px 0;
    width: 100%;
}
#cominfo h4{font-weight: bold;
     color: #008dd5;
     margin-bottom: 30px;
}
/*****************側選單***********/
#sidebar .nav-header {
    background: black;
    color: white;
}
#side_menu .nav > li {
    background-color: transparent;
margin: 2px 0;
border-bottom: 1px solid #e6e6e6;

}
#side_menu .nav > li > a:hover{color: white;background-color: #00a0e9;}
#side_menu .nav > li:hover{ background-color: #00a0e9;}
#side_menu .nav > li.active {background-color: #00a0e9;}

/******************TOP********************/

.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  position: fixed;
  z-index: 100;
  bottom: 100px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #00a0e9 url("../images/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  background-size: 50%;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  background: #dfdfdf url("../images/cd-top-arrow.svg") no-repeat center 50%;
  opacity: 1;
   background-size: 50%;

}
/************************************隱藏***************************/
/***********************************選單滑入**********************/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #008dd5;
    background-color: transparent;
}
/* Underline From Left */
.navbar-default .navbar-nav > li > a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.navbar-default .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height:2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/***經歷**/
.roadmap.roadmap--orientation-auto {

    width: 90%;
    }
.event__content {

    font-size: 13px;

}
.event__date {

    font-size: 22px;

}
.roadmap.roadmap--orientation-auto .roadmap__events__event::after, .roadmap.roadmap--orientation-auto .roadmap__events__event::before {

    background-color: #00a0e9;}
.roadmap.roadmap--orientation-auto .roadmap__events::after {

    background-color: #00a0e9;}
    .roadmap.roadmap--orientation-auto .roadmap__navigation > * a i {

    font-size: 15px;
    background-color: #fff;

}
.roadmap.roadmap--orientation-auto .roadmap__navigation > :first-child {

    left: -10px;}
.roadmap.roadmap--orientation-auto .roadmap__navigation > :last-child {

    right: -10px;

}
    
/***經歷**/

@media (min-width: 901px) and (max-width: 1150px) {
  

}
@media (min-width: 768px) and (max-width: 900px) {
 
}
@media (min-width: 768px) and (max-width: 1000px) {


}
@media (min-width: 769px) {

#company_logo {
padding: 2% 15%;
}

#footer_logo {
padding: 15% 0;
width: 220px;
margin: auto;

}
.nav-pills>li {
    float: right;
}

    .navbar {
    margin-bottom: 0px;}
.navbar-nav {
    float: right;}
    .navbar-default .navbar-nav > li > a {
      font-weight: bold;
    line-height: 45px;
    font-size: 14px;
    text-transform: uppercase;
    color: #222833;
}



.item img{border: 2px solid #a2a2a2;} 
#idxprocarousel .item {
    height: auto!important;
    background-color: transparent;
}
#idxprocarousel .caption {
    background: transparent;}
.pro h4 {
    text-align: center;
    font-weight: bold;

}






#idxprocarousel .caption a {
    color: #323232;
}
/***************footer*******/
.ftbar .nav-pills{ display: inline-block;}

#footer{
  background-color:#222833; 
    width: 100%;
 padding-top: 5%;
}
#cominfo,#cominfo a { 
line-height: 30px;
  color: white;
background-color: transparent;}
#cominfo ul li {
    display: block;
}
.logo {
padding: 8% 20%;
border-left: 1px solid #00a0e9;
border-right: 1px solid #00a0e9;
margin: 0 10%;}


#copyright {
   color: #efeeed;
margin-top: 5%;
border-top: 1px solid #efeeed;
}
#copyright a {
    color: #efeeed;
}

.ftbar .nav-pills>li {
 float: left;

font-weight: bold;

text-transform: uppercase;

width: 48%;

font-size: 18px;
}
#footer .nav-pills a,#custnav1 a {
    color: #008dd5;
}
.nav-header {
    padding: 10px 0;
    font-weight: bold;
}
 /******************圖片滑入效果*************/
.limg :hover img {
    transform: scale(1.05);
    border-radius: 10px;
}
.limg a img {
    transition: all .25s linear;
}


/********************產品**********************/
.thumbnail {
border: transparent;
background-color: transparent;
}
#content .thumbnails .catelist {
    height:auto;}
.listimg {
    height: auto;
}

.caption {
    text-align: center;
}
.dropdown-menu li {
    margin: 10px 0;}
.dropdown-menu{border: transparent;
background-color: #008dd5;}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #3c4649;}

.icon {
    padding-right: 80px;
}

}
@media (min-width: 1151px) {

}

@media (min-width: 1000px) {

}
@media (max-width: 783px) {

}


@media (max-width: 480px) {

}





@media (min-width: 481px) and (max-width: 768px) {

}
@media (min-width:994px) {
  
 
}
 
@media (min-width: 992px){}
@media (max-width: 991px){}
  

@media (max-width: 768px) {
  #mobile_toggle {
    background-color:#222833;
}
  #mobile_toggle p{margin: 0;}

#mobile_toggle .btn-default {
    color: white;
    background-color: transparent;
border-color: transparent;
}
.sb-slidebar {
background-color: #222833;
    z-index: 100;
}
.sb-slidebar a{color: white;}
#left_menu a{
  color: white;

}
#left_menu a:hover{background-color: black;}
#left_menu .sb-submenu-active {
  background-color: black;
}
#left_menu .sb-submenu-active a {
    color: white;
}


/*********************menu**************/

#idxprocarousel .caption a {
    color: white;
}
#idxprocarousel .caption{background-color: #222833;}

.sb-site{padding: 0;}


#index_company {

    float: left;
    text-align: center;

}

#index_product {
    margin: 50px 0;
    border-top: 2px solid #838383;
}
.alert {
    margin-bottom: 0;}
#newsletter_area {
    height: 80px;
}

.listimg {
    height: auto;
}
#content .thumbnails .catelist {
    height: auto;}
.ftbar .nav-pills>li {
 float: left;

font-weight: bold;

text-transform: uppercase;

width: 50%;

font-size: 18px;
}

.item {

    background-color: transparent;}

/***************footer*******/
#footer_logo {
padding: 10% 0;
width: 220px;
margin: auto;

}
#footer{background-color: #222833;
width: 100%;
color: white;
}
#footer a{color: white;}
.ftbar .nav-pills>li {
    float: left;
    font-weight: bold;
}
#custnav .nav >li{ float: left;}
.nav-pills a,#custnav1 a {
    color: white;
}
.nav-header {
    padding: 10px 15px;
    font-weight: bold;
}
#cominfo {

    padding: 10px 15px;

}
#copyright {

    background-color: black;

}
.logo {
border:none;
    padding: 10%;

}
.icon {
   width: 100%;
}

}

