/* ==========================================================================
    -    網站主體樣式設計 -
author:          英創達網路有限公司
email:         web@e-creative.tw
website:       http://e-creative.tw
 ==========================================================================*/
@import "default.css";/*基本清除等樣式*/
@import "../styles/font/style.css";/*icon*/
@import "ui.css";/*jquery css*/
@import "animate.css";/*動畫*/

body {
  background-color: #2a2a2a;
}
#layout {
  background-color: #FFF;
  overflow: hidden;
}

.container {
  min-width: 980px !important;
}
  
@media (min-width: 1200px) {
  .container {
    width: 980px;
  }
}

.navbar-collapse {
  height:97px!important;
}

.navbar-nav > li {
 float: left;
}

/* ==========================================================================
    預設
 ==========================================================================*/
/*頁碼------------------*/
.btn-group,.btn-group ul{
	width:100%;
	clear:both;
	text-align:center;
	margin:15px 0 5px 0;
}
.pagination > li > a, .pagination > li > span {
  color: #111111;
  font-size:16px;
  font-family: Arial;
  float: none;
  border: 1px solid #111111;
  padding: 8px 12px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #FFF;
  background-color: #af1418;
  border-color: #888888;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #111111;
  border-color: #111111;
}
.pagination > li > a.arrow {
  color: #FFF;
  font-family: Arial;
  border: 1px solid #888888;
  background-color: #888888;
  padding: 9px 20px;
  margin-right: 10px;
  margin-left: 10px;
}
.pagination > li > a.arrow:hover {
  border: 1px solid #af1418;
  background-color:#af1418;
}
.pagination > li > .arrow-Left {
  padding: 9px 15px !important;
  margin: 0 -12px!important;
  background: url(images/inco-arrow-l.png) no-repeat center center;
}
.pagination > li > .arrow-Right {
  padding: 9px 15px !important;
  margin: 0 -12px!important;
  background: url(images/inco-arrow-r.png) no-repeat center center;
}
/*頁碼-back-----------------*/
.pageGroup .pagination {
  text-align:right;
}
.pageGroup .pagination > li > a {
  margin: 0 5px!important;
}
.pageGroup .pagination > li > .arrow-Left , .pageGroup .pagination > li > .arrow-Right{
  padding: 9px 18px !important;
  margin: 0 -1px !important;
}
/* ==========================================================================
    header
 ==========================================================================*/
#header{ position:fixed;}

#header .container{
	position:relative;
}

#header .logo h1{
	text-indent: -9999em; 
	text-align: left; 
	overflow: hidden; 
	margin: 0px; 
	padding: 0px; 
	line-height: 0px; 
	font-size: 0px;
}
/*
#header .logo{
	position:absolute;
	top:34px;
	left:7px;
	background: url(images/logo.png) no-repeat;
	display:block;
	width:200px;
	height:45px;
}*/

#header .logo{
  position:absolute;
  top:20px;
  left:7px;
  background: url(images/logo.png) no-repeat;
  display:block;
  width:200px;
  height:80px;
  background-size: 100%;
}
    #header.navbar-default {
        height: 103px;
        background-color: #FFF;
        border-top: 5px solid #bb0000;
        border-bottom: 1px solid #aaaaaa;
    }
    #header .navbar-nav {
        float: right !important;
        margin-top:50px;
    }
    #header.navbar-default .navbar-nav > li > a {
        color: #111111;
        font-size: 15px;
        font-family: Arial, "微軟正黑體";
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        margin: 0 0.5px;
        /*CSS3*/
        padding-top:0px;
        transition: border-bottom 0.3s;
        display: block;
    }
    #header.navbar-default .navbar-nav > li > a:hover {
        border-bottom: 5px solid #cc3333;
        /*CSS3*/
        /*padding-top:15px;*/
    }
    #header.navbar-default .navbar-nav > .active > a, 
    #header.navbar-default .navbar-nav > .active > a:hover,
    #header.navbar-default .navbar-nav > .active > a:focus {
        color: #111111;
        background-color:transparent;
        border-bottom: 5px solid #cc3333;
    }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }
    /*#header .nav > li > a {
      padding:11px 6px ;
      font-size:13px;
    }*/
    #header.navbar-default .navbar-nav > li > a {
        padding:11px 15px;
    }
/*@media (min-width:980px) {
    #header.navbar-default .navbar-nav > li > a {
        padding:11px 17px;
    }
}*/

 /* ==========================================================================
    footer
 ==================================== ======================================*/
 
.footer {
  color: #a1a1a1;
  font-size: 13px;
  font-family: Verdana, Geneva, sans-serif;
  background: url(images/footer-bg.jpg) repeat;
  height: 175px;
  
}
.footer a{
  color: #a1a1a1;
  text-decoration: underline;
}
.footer a:hover {
  opacity:0.8;
  filter: alpha(opacity=80);
}
.footer .container{
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
.footer .logo h1{
	text-indent: -9999em; 
	overflow: hidden; 
	margin: 0px; 
	padding: 0px; 
	line-height: 0px; 
	font-size: 0px;
}
/*.footer .logo{
	position:absolute;
	top:18px;
	right:10px;
	background: url(images/logo-footer.png) no-repeat;
	display:block;
	width:190px;
	height:50px;
}*/
.footer .logo{
  position:absolute;
  top:18px;
  right:10px;
  background: url(images/logo-footer.png) no-repeat;
  display:block;
  width:190px;
  height:80px;
  background-size: 100%;
}
.footer address {
  line-height:1.9 ;
  letter-spacing: 0.5px;
  padding:0;
  margin:0;
}
.footer address.copyright {
  color: #777777;
  font-size: 11px;
  letter-spacing: 0px;
  position: absolute;
  right: 20px;
  bottom: 15px;
  text-transform: uppercase;
}
.footer address.copyright a {
  color: #d00202;
}

.footer .top{
  position: absolute;
  top: -28px;
  right: 22px;
  display: block;
  background-color: #000;
  color: #FFF;
  padding: 8px 12px;
  text-decoration: none;
}
.footer .container a[class^="icon-"], 
.footer .container a[class*=" icon-"]{
  font-family: "icomoon" !important;
}
.footer .container .icon-chevron-up:before{
    content: "\f077";
}
#header .sharebar {
      position: absolute;
      top:8px;
      right:32px;
    }
    #header .search{
      float:left;
      margin: 0 2px 0 0;
      position: relative;
    }
    #header .search input {
      color:#777777;
      font-size:13px;
      font-family:Arial;
      width:175px;
      background-color:#e9e9e9;
      border:1px solid transparent;
    }
    #header .search .icon-search{
      color: #FFFFFF;
      width: 33px;
      height: 33px;
      background-image: url(images/share-01.png);
      background-color: #444444;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      top: 0px;
      right: 0px;
    }
    #header .search .icon-search:hover{
      background-color: #000;
    }
    
    #header .share {
      padding:0;
      margin:0 33px 0 0;
      display:inline-block;
    }
    #header .share a{
      width: 33px;
      height: 33px;
      display: block;
      margin-right: 2px;
      background: #bb0000 no-repeat center center;
    }
    #header .share a:hover{
      background-color: #771415;
    }
    #header .share .google a{
        background-image: url(images/share-02.png);
    }
    #header .share .fb a{
        background-image: url(images/share-03.png);
    }
/* language
*********************************/
#header #language {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index:10;
}
#header #language a {
  text-decoration: none;
  font-family: Arial , "微軟正黑體";
}
#header #language > li > a {
  height: 33px;
  width: 33px;
  display: block;
  padding: 0 0 0 12px;
  background: #bb0000 url(images/share-04.png) no-repeat center center;
  position: relative;
}
#header #language > li > a:hover {
  color: #FFF;
  background-color: #771415;
}
#header #language > li > ul {
 display: none;
  position: absolute;
  right: 0px;
  top: 34px;
  z-index: 999;
}
#header #language > li > ul > li > a {
  font-size: 13.5px;
  color: #fff;
  line-height: 2.1;
  width: 98px;
  min-height: 28px;
  padding: 2px 0;
  margin-top: 1px;
  background-color: #000000;
  display: block;
  text-align: center;
}
#header #language > li > ul > li > a:hover {
  color: #FFFFFF;
  background-color: #771415;
} 


 /* ==========================================================================
    main
==========================================================================*/
#main {
  min-height:702px;
  padding:103px 0 50px 0;
}
#main .banner {
  padding: 25px 0 0 0;
  background-image: url(images/about_banner-bg.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  position: relative;
}
#main .banner .pic-bg {
  height: 130px;
  width: 585px;
  background: url(images/about_bg-pic.png) no-repeat;
  position: absolute;
  left: -130px;
  bottom: 0px;
}
#main .banner .map {
  padding-top: 62px;
}
#main .banner #map {
  margin-top: 62px;
  height:350px;
}

#main .sitelink {
  color: #888888;
  font-size: 13px;
  font-family: Arial;
  text-transform: capitalize;
  position: absolute;
  left: 7px;
  top: 22px;
  z-index:10;
}
#main .sitelink li {
  letter-spacing: 0.7px;
  padding: 0 4px !important;
}
#main .sitelink li:before {
  content: ">";
  padding: 0 7px 0 0;
}
#main .sitelink li:first-child:before {
  /*display: none;*/
  content: "";
}
#main .sitelink li .inco-home {
  width:15px;
  height:14px;
  display:inline-block;
  background: url(images/inco-home.png) no-repeat;
  transition: background-image 0.3s;
}
#main .sitelink li .inco-home:hover {
  background-image: url(images/inco-home-red.png);
}
#main .sitelink li a {
  color:#888888;
  transition: all 0.3s;
}
#main .sitelink li a:hover {
  color:#d00202;
}
#main .hd{
  padding: 35px 0 15px 0;
  margin: 0 0 35px 0;
  border-bottom: 1px dotted #444444;
}
#main .hd h3 {
  color: #bb0000;
  font-size: 20px;
  font-family: Arial;
  line-height: 1.3;
   padding: 0 7px;
  margin: 0;
}
#main .hd time {
  color: #000000;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1px;
  padding: 0 7px;
  margin: 10px 0 -12px 0 !important;
  display: block;
}
#main h1 {
  color: #111111;
  font-size: 34px;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
  background: url(images/products_h1-line.jpg) no-repeat center;
  text-transform: capitalize;
}
#main h1 span{
  background-color: #FFF;
  padding: 0 30px;
}

/*mainsubNav*/
#main .mainsubNav {
}
#main .mainsubNav li a {
  color: #222222;
  font-size: 10.5px;
  font-family: Arial;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #ADADAD;
  display: inline-block;
  min-width: 200px;
  margin: 0 7px 7px 0;
  padding: 6px 15px;
  transition: all 0.3s;
}
#main .mainsubNav li a:hover {
  border: 1px solid #222222;
}
#main .mainsubNav .actived a{
  color:#FFF !important;
  background-color:#222222;
}
#main .html {
  font-size: 15px;
  color: #777777;
  font-family: Arial;
  min-height:100px;
  padding: 0 0 10px 0;
}
#main .html p {
  line-height: 1.6em;
}
#main .html strong.tit {
  color: #232125;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 12px 0 1px 0;
  display:block;
}

hr.line{
  border-bottom: 1px dotted #444444;
  margin: 0px;
  padding: 0px;
}
.imgFr{
	margin-bottom:15px;
	margin-left:20px;
	float:right;
}
.imgFl{
	margin-bottom:15px;
	margin-right:20px;
	float:left;
}
.dashedTop{
	border-top:1px dashed #DFDFDF;
}


 /* ==========================================================================
    aboutCer [Certification]
==========================================================================*/
.cerList {
  text-align: center;
  height: 450px;
}
@media (min-width:980px) {
    .cerList {
      padding: 0 90px !important;
    }
    .cerList .slick-prev{
      left: 0px !important;
    }
    .cerList .slick-next{
      right: 0px !important;
    }
}
.cerList .list {
  display: block;
  margin: 0 20px;
  position: relative;
  border: 1px solid #c8c8c8;
}

.cerList .inner {
  padding: 25px 0 5px 0;
  border-top: 7px solid #eeeeee;
  border-right: 7px solid #eeeeee;
  border-left: 7px solid #eeeeee;
  height: 324px;
  box-sizing:border-box; 
  overflow: hidden;
}
.cerList .list .pic img{ 
  display: inline-block;
}
.cerList .list h3 {
  height: 38px;
  overflow: hidden;
  padding: ;
  margin: 12px 8px 0 8px;
}
.cerList .list p {
  color: #FFF;
  height: 53px;
  padding: 8px;
  margin: 0;
  background-color: #aa0000;
  overflow: hidden;
  line-height: 1.3!important;
}
.cerList .slick-prev,.cerList .slick-next {
  position: absolute;
  top: 150px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 30px;
  width: 80px;
  margin: 0 5px;
  text-decoration:none;
  transition: margin 0.3s;
}
.cerList .slick-prev{
  left: -90px;
  background-image: url(images/about02_arrow-l.png);
}
.cerList .slick-next{
  right: -90px;
  background-image: url(images/about02_arrow-r.png);
}
.cerList .slick-prev:hover , .cerList .slick-next:hover{
  text-decoration:none;
  background-position: 0px -35px;
  margin: 0 0 0 0 ;
}
.cerList .slick-dots {
  position: absolute;
  bottom: 0;
}
.cerList .slick-dots li { height: 20px; width: 20px; margin: 0 4px; }
.cerList .slick-dots li button {
  padding: 4px;
  box-shadow: 0px 0px 0px #D4D4D4 inset;
  border: 4px solid #222222;
  background-color: #FFF;
}
.cerList .slick-dots li button:hover,
.cerList .slick-dots li button:focus,
.cerList .slick-dots li.slick-active button { background-color: #bb0000; border: 5px solid #bb0000; }


 /* ==========================================================================
    news
==========================================================================*/
.newsList a{
  color: #464646;
  display: block;
}
.newsList .list{
  position:relative;
  width:314px;
  height: 275px;
  float:left;
  padding: 0 15px 15px 15px;
}
.newsList .list:hover a{
  text-decoration:none;
}
.newsList .list img{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.newsList .list .mark{
  position: absolute;
  top: 0px;
  bottom: 10px;
  left: 0px;
  right: 0;
  margin: auto;
  width: 290px;
  height: 260px;
  /*width: 100%;
  height: 100%;*/
  color: #FFFFFF;
  /*ie8*/ 
  background-color: rgb(0,0,0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
  background-color: rgba(0,0,0,0.0);
  transition: background-color 0.5s,top 0.5s;
  z-index: 3;
  border: 8px solid transition;
}
.newsList .list:hover .mark{
	top:10px;
	background-color: rgb(0,0,0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
	background-color: rgba(0,0,0,0.8);
	border: 8px solid #444444;
}
.newsList .list .mark span{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	display:none;
	padding: 40px 20px 20px 20px;
}
.newsList .list:hover .mark span{
	display:block;
}

.newsList .list .mark span time {
  color: #b90000;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial;
  letter-spacing: 1.5px;
  padding: 0 0 8px 0;
  display:block;
}

.newsList .list .mark p.info{
  height: 110px;
  overflow: hidden;
  line-height: 1.5!important;
}
@media (min-width:980px) {
    .newsList .list .mark p.info{
      text-align: left;
    }
}
.newsList .list .mark p.more{
	position:absolute;
	bottom:-10px;
	right:-1px;
	overflow:hidden;
	width:95px;
	height:30px;
}
.newsList .list .mark p.more em{
  width:95px;
  height:30px;
  position: absolute;
  bottom: -1px;
  left: -70px;
  transition: left 0.8s;
  background: url(images/inco-more.png) no-repeat;
  display: block;
  text-indent: -9999em;
}
.newsList .list .mark:hover p.more em{
  left:13px;
}

 /* ==========================================================================
    products
==========================================================================*/
.dateList a{
	color:#464646;
	text-align:center;
	display:block;
}
.dateList h4{
	font-size:15px;
}
.dateList img{
	margin-bottom:15px;
  /*max-height: 100%;*/
  /*max-width: 100%;*/
  width: 100% !important;
  height: auto;
}
.dateList .list{
  width:43%;
  float:left;
  padding:0;
  min-height:560px;
  margin: 3% 3.5% 1.5% 3.5%;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 910px) {
.dateList .list{
	width:100%;
}
}
.dateList .list:hover{
  border-bottom: 1px solid #00a896;
}
.dateList .list:hover a{
  text-decoration:none;
}
.dateList .list .inner {
  height: 140px;
}
.dateList .list .inner h4 {
  color: #bb0000;
  font-size: 19px;
  line-height: 1.4;
  text-align: left;
  padding:0;
  margin:0 0 10px 0;
  transition: color 0.5s;
  font-family: Arial,"微軟正黑體";
}
.dateList .list:hover .inner h4 {
  color:#00a896;
}
.dateList .list .inner .info {
  text-align: left;
  line-height: 1.5!important;
  height: 65px;
  overflow: hidden;
  transition: color 0.1s;
}
.dateList .list:hover .inner .info {
  color: #999999;
}
.dateList .list .no {
  color: #222222;
  font-size: 15px;
  line-height: 1.2!important;
  border: 1px solid #222222;
  display: inline-block;
  min-width: 125px;
  padding: 5px 15px;
  margin: 15px 0 0 0;
  transition: color 0.3s;
}
.dateList .list:hover .no {
  color: #FFF;
  background-color: #222222;
}
.dateList .list .pic {
  height:340px;
  position: relative;
}
.dateList .list .pic{
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
     -moz-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
       -o-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition: all .4s cubic-bezier(0.190, 1.000, 0.220, 1.000)\0;
}
.dateList .list:hover .pic{
-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
     -moz-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
       -o-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
          
  -webkit-transform: scaleX(1.04) scaleY(1.03);
  -moz-transform: scaleX(1.04) scaleY(1.03);
  -o-transform: scaleX(1.04) scaleY(1.03);
  -ms-transform: scaleX(1.04) scaleY(1.03);
  transform: scaleX(1.04) scaleY(1.03);
}
.dateList .list .mark{
	position:absolute;
	top:40%;
	left:0;
	right:0;
	margin:auto;
	width:95px;
	height:95px;
	/*ie8*/ 
	background-color: rgb(0,0,0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
	background-color: rgba(0,0,0,0);
	color:#00a896;
	border-radius:100%;
	transition: background-color 0.7s,top 0.7s;
	z-index:3;
}
.dateList .list:hover .mark{
	background-color: rgb(0,0,0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
	background-color: rgba(0,0,0,0.8);
	top:37%;
}
.dateList .list .mark span{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	height:25px;
	display:none;
}
.dateList .list:hover .mark span{
	display:block;
}


/* ==========================================================================
    productsInfo[box-1]
==========================================================================*/
#productsInfo{
	margin:35px 0 0 0;
}
#productsInfo .list {
  position: relative;
}
#productsInfo .list .slick-prev,#productsInfo .list .slick-next {
  position: absolute;
  top: 270px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 30px;
  width: 80px;
  margin: 0 5px;
  text-decoration:none;
  transition: margin 0.3s;
}
#productsInfo .list .slick-prev{
  left: -120px;
  background-image: url(images/about02_arrow-l.png);
}
#productsInfo .list .slick-next{
  right: -120px;
  background-image: url(images/about02_arrow-r.png);
}
@media (max-width: 1215px) {
    #productsInfo .list .slick-prev{
      left: -90px;
    }
    #productsInfo .list .slick-next{
      right: -90px;
    }
}
@media (max-width: 980px) {
    #productsInfo .list .slick-prev{
      left: -15px;
    }
    #productsInfo .list .slick-next{
      right: -15px;
    }
    #productsInfo .list {
      padding: 0 35px;
    }
}
#productsInfo .list .slick-prev:hover , #productsInfo .list .slick-next:hover{
  text-decoration:none;
  background-position: 0px -35px;
  margin: 0 0 0 0 ;
}
#productsInfo .box-1{
	padding:0 0 50px 0;
	position:relative;
}
#productsInfo .box-1 .left{	
	width:60%;
	float:left;
}
#productsInfo .box-1 .right{
	float:right;
	width:40%;
}
#productsInfo .box-1 h4 {
  color: #bb0000;
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  padding: 10px 0 10px 0;
  font-family: Arial,"微軟正黑體";
}
#productsInfo .box-1 .no {
  color: #222222;
  font-size: 15px;
  line-height: 1.2!important;
  text-align: center;
  border: 1px solid #222222;
  display: inline-block;
  min-width: 125px;
  padding: 5px 15px;
  margin: 0 0 18px 0;
  font-weight: bold;  /*background-color: #222222;*/
}
#productsInfo .box-1 .info {
  color: #111111;
  min-height:50px;
  padding: 0 0 15px 0!important;
}
@media (max-width: 980px) {
#productsInfo .box-1 .left {
	float: none;
	width:100%;
}
#productsInfo .box-1 .right {
	float: none;
	width:100%;
}
}

/* ==========================================================================
    productsInfo[box-1] [left]
==========================================================================*/
#productsInfo .box-1 .bannerList {
	height: 430px;
}
/*@media (max-width: 769px) {
	#productsInfo .box-1 .bannerList {
	height: 300px;
}
}*/
/* ==========================================================================
    productsInfo[box-1] [right]
==========================================================================*/
@media (max-width: 1024px) {
#productsInfo .box-1 .bannerList {
  margin: 0 auto;
}
#productsInfo .box-1 #slider4-pager{
	margin-right:0px;
}
#productsInfo .box-1 #slider4-pager a {
	width: 60px;
	height: 60px;
}
}
#productsInfo .box-1 .info{
	padding-bottom:35px;
	text-align:left;
  font-family: Arial,"微軟正黑體";
}
#productsInfo .box-1 #slider4-pager{
	margin-right:20px;
}
@media (max-width: 769px) {

#productsInfo .box-1 .info{
	text-align:center;
}
#productsInfo .box-1 #slider4-pager{
	text-align:center;
}
#productsInfo .box-1 #slider4-pager li {
	display: inline;
	float: none;
}
}
#productsInfo .box-1 .btn-group {
  padding:0;
  margin: 0 0 20px 0;
}
#productsInfo .box-1 .btn-group li a.btn-primary {
  margin-bottom: 3px;
}
#productsInfo .box-1 .btn-group li a {
  color: #FFF;
  width: 48.5%;
  margin: 0 1px;
  display: inline-block;
  background-color: #111111;
  border: 1px solid #111111;
  font-family: Arial,"微軟正黑體";
}
#productsInfo .box-1 .btn-group li a:hover {
  background-color: #bb0000;
  border: 1px solid #bb0000;
}
/* ==========================================================================
    productsInfo [box-2]
==========================================================================*/
#productsInfo .box-2 .box{
	position:relative;
}
/* ==========================================================================
    productsInfo [box-2][tab]
==========================================================================*/
#productsInfo .box-2 .nav-tabs {
    border-bottom:#bb0000 solid 2px;
}
#productsInfo .box-2 .nav-tabs > li > a{
  color: #585656;
  font-size: 16px;
  font-family: Arial;
  text-align: center;
  min-width: 190px;
  padding: 10px 25px;
  border-top: #aaaaaa solid 2px;
  border-right: #aaaaaa solid 2px;
  border-left: #aaaaaa solid 2px;
  display: inline-block;
}
@media (max-width: 960px) {
    #productsInfo .box-2 .nav-tabs > li > a{
      min-width: 100px;
      padding: 10px 10%!important;
    }
}
#productsInfo .box-2 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,#productsInfo .box-2 .nav-tabs > li.active > a:focus{
  color:#FFF;
  background-color:#bb0000;
  border:#bb0000 solid 2px;
  font-family: Arial,"微軟正黑體";
}
#productsInfo .box-2 .tab-pane{
  min-height:330px;
  padding:35px;
  border-bottom:#999999 solid 1px;
  font-family: Arial,"微軟正黑體";
}
#productsInfo .box-2 .tab-pane .embed-responsive {
  margin: 0 70px;
}
#productsInfo .box-2 .tab-pane .embed-responsive {
  margin-bottom: 40px;
}
#productsInfo .box-2 .tab-pane .embed-responsive:last-child {
  margin-bottom: 0px;
}
#productsInfo .box-2 .tab-pane table td,#productsInfo .box-2 .tab-pane table th{
  border-bottom: 1px solid #E5E5E5;
  padding: 5px 20px;
  vertical-align: top;
}
#productsInfo .box-2 .tab-pane table th{
	background-color:#777777;
	color:#FFFFFF;
}


/* ==========================================================================
    catalog
==========================================================================*/
.catalogList a{
  color:#464646;
  text-align:center;
  display:block;
}
.catalogList h4{
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.5px;
  height: 45px;
  overflow: hidden;
  padding: 10px 5px 0 5px;
  margin: 0;
}
.catalogList .list{
  width:33%;
  padding: 0 4% 1.5% 4%;
  margin: 0 0 2.6% 0;
  float: left;
  border-bottom: 1px solid #dddddd;
}
.catalogList .list:hover a{
  text-decoration:none;
}
.catalogList .list .pic{
  height: 305px;
  position: relative;
  border: 1px solid #c8b589;
}
.catalogList .list .pic .mark{
  position: absolute;
  top: -5%;
  left: 0;
  bottom: 0px;
  right: 0;
  margin: auto;
  /*width: 100%;
  height: 100%;*/
  width:80px;
  height:80px;
  /*ie8*/ 
  background-color: rgb(200,181,137);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
  background-color: rgba(200,181,137,0);
  color: #FFFFFF;
  border-radius:100%;
  transition: background-color 0.5s,top 0.5s;
  z-index: 3;
}
.catalogList .list:hover .pic .mark{
  background-color: rgb(200,181,137);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
  background-color: rgba(200,181,137,0.8);
  top:3%;
}
.catalogList .list .pic .mark span{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	height:25px;
	display:none;
}
.catalogList .list:hover .pic .mark span{
	display:block;
}
/*按鈕*/
.catalogList .list .btn-group {
  padding:0;
  margin: -5px 0 10px 0;
}
.catalogList .list .btn-group li a {
  color: #222222;
  font-size: 15px;
  letter-spacing: 0.5px;
  width: 46%;
  padding: 6px 0;
  margin: 0 1%;
  display: inline-block;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
  border-radius: 0;
}
@media (max-width: 760px) {
    .catalogList .list .btn-group li a {
      width: 100%;
      margin: 0 0 3px 0;
    }
}
.catalogList .list .btn-group li a:hover {
  color: #FFF;
  background-color: #bb0000;
  border: 1px solid #bb0000;
}


/* ==========================================================================
    video
==========================================================================*/
.videoList {
  text-align: center;  
}
.videoList a{
  color:#464646;
  text-align:center;
  display:block;
}
.videoList h4{
  color: #222222;
  font-size: 15px;
  letter-spacing: 0.5px;
  height: 55px;
  overflow: hidden;
  padding: 15px 0 0 0;
  margin: 0;
}
.videoList .list{
  width: 31.5%;
  padding: 0;
  margin: 0 0.9% 5% 0.9%;
  float: left;
  display: inline-block;
}
@media (max-width: 1000px) {
    .videoList .list{
      width:48%;
    }
}
@media (max-width: 660px) {
    .videoList .list{
      width:100%;
    }
}
.videoList .list:hover a{
  text-decoration:none;
}
.videoList .list .pic{
  width:295px;
  height: 220px;
  position: relative;
  display: inline-block;
}
.videoList .list .pic .mark{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  /*ie8*/ 
  background-color: rgb(0,0,0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
  background-color: rgba(0,0,0,0);
  color: #FFFFFF;
  transition: background-color 0.5s,top 0.5s;
  z-index: 3;
}
.videoList .list:hover .pic .mark{
  background-color: rgb(0,0,0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
  background-color: rgba(0,0,0,0.4);
  top:0;
}
.videoList .list .pic .mark span{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 48px;
  display: none;
  background-image: url(images/inco-video.png);
  background-repeat: no-repeat;
  width: 48px;
}
.videoList .list:hover .pic .mark span{
  display:block;
}
/* ==========================================================================
    videoInfo
==========================================================================*/
#videoInfo .embed-responsive {
  margin-bottom: 30px;
}


/* ==========================================================================
    contact
==========================================================================*/
.contactBox {
  margin: 25px 0 0 0;
}
.contactBox .box-1 {
  color:#222222;
  min-height:100px;
  padding: 25px 35px;
  margin: 0 0 25px 0;
  background: #f3f3f3; /* Old browsers */
  background: -moz-linear-gradient(top,  #f3f3f3 22%, #d7d6d6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22%,#f3f3f3), color-stop(100%,#d7d6d6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f3f3f3 22%,#d7d6d6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f3f3f3 22%,#d7d6d6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f3f3f3 22%,#d7d6d6 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f3f3f3 22%,#d7d6d6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d7d6d6',GradientType=0 ); /* IE6-9 */
}
.contactBox .box-2 {
  min-height:659px;
  border: 3px solid #eeeeee;
}
.contactBox .box-2 .left {
  width: 41%;
  float: left;
  background-image: url(images/contact_left-bg.jpg);
  background-repeat: repeat-y;
  background-position: right;
  padding-right: 15px;
}
.contactBox .box-2 .left img {
  width: 0%;
}
.contactBox .box-2 .right {
  width: 59%;
  float: right;
}
/*@media (max-width: 1000px) {
    .contactBox .box-2 .left {
      width: 100%;
      float: none;
    }
    .contactBox .box-2 .left img {
    }
    .contactBox .box-2 .right {
      width: 100%;
      float: none;
    }
}*/
.contactBox .box-2 .addressInfo {
  color: #FFF;
  font-size: 13px;
  min-height: 195px;
  padding: 25px 27px;
  background-color: #bb0000;
  background-image: url(images/contact_bg.jpg);
  background-repeat: no-repeat;
  background-position: right 0px;
}
.contactBox .box-2 .addressInfo h2 {
  font-size: 16px;
  font-family: Verdana;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.contactBox .box-2 address {
  color: #eac5c5;
  line-height: 1.8;
  margin:0;
}
.contactBox .box-2 address a {
  color: #eac5c5;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.contactBox .box-2 address a:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
}

.contactBox .box-2 .widget-form{
  padding:25px;
}
.contactBox .box-2 .form-control  {
  display: inline-block !important;
}
.contactBox .box-2 .code {
  display: inline-block !important;
}
.contactBox .box-2 .remark {
  padding: 15px 0;
}
.contactBox .box-2 .btn {
  width: 130px;
  padding: 7px 0;
  margin: 0;
}
/* ==========================================================================
    contactOk
==========================================================================*/
.contactBoxOk .widget-form {
  color: #737373;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 50px 0 60px 0;
  margin: 100px auto 30px auto;
  border: 4px solid #dddddd;
  background-color: #faf9f9;
}
.contactBoxOk .widget-form h4 {
  color: #b71d1f;
  font-size: 20px;
}
.contactBoxOk .widget-form .btn {
  width: 130px;
  padding: 7px 0;
  margin: 40px 0 0 0;
}


/* ==========================================================================
    inquiry
==========================================================================*/
.inquiryBox {
  margin: 0 0 35px 0;
}
.inquiryBox table {
  width: 100%;
}
.inquiryBox table td {
  text-align: center;
  padding: 10px 20px;
  border-bottom: 1px solid #E5E5E5;
}
.inquiryBox table td h4 a {
  font-weight: normal;
  color: #111111;
}
.inquiryBox table td .pic:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
}
.inquiryBox table td .form-control {
  color: #111111;
  border: 1px solid #cfcfcf;
  background-color: #FFF;
  border-radius: 3px;
  margin: 0 auto;
  text-align: center;
}
.inquiryBox table td .btn-group {
  padding: 0;
  margin: 0;
}
.inquiryBox table td .btn-group .btn {
  color: #FFF;
  min-width:70px;
  margin: 0 2px;
  background-color: #888888;
}
.inquiryBox table td .btn-group .black{
  background-color: #444444 ;
}
.inquiryBox table td .btn-group .btn:hover {
  opacity:0.8;
  filter: alpha(opacity=80);
}
.inquiryBox table th {
  color: #222222;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding: 7px 20px;
  text-transform: capitalize;
}
.inquiryBox table th:first-child {
  border-bottom: 3px solid #222222;
}
.inquiryBox table th:first-child + th{
  border-bottom: 3px solid #777777;
}
.inquiryBox table th:first-child + th + th{
  border-bottom: 3px solid #aaaaaa;
}
.inquiryBox table th:first-child + th + th + th{
  border-bottom: 3px solid #dddddd;
}


/* ==========================================================================
    index [banner]
==========================================================================*/
/*#banner {
  position: relative;
}
#banner .banner-bg {
  background-image: url(images/index-banner-bg.png);
  background-repeat: no-repeat;
  position: absolute;
  height: 39px;
  width: 100%;
  bottom: 0px;
  z-index: 0!important;
}
.banner-slider {
  height: 440px;
}
.banner-slider .list {
  display: block;
  position: relative;
  height: 478px;
  overflow: hidden;
  z-index: 999 !important;
}
.banner-slider .txt {
  position: absolute;
  right: 24%;
  top: 29%;
  width: 24%;
  display: block;
  z-index: 10;
  text-align: center;
}
@media (max-width: 1830px) {
    .banner-slider .txt {
      right: 15% !important;
      width: 30%;
    }
    .banner-slider .pic {
      left: 13.5% !important;
    }
}
@media (max-width: 1024px) {
    .banner-slider .txt {
      right: 0%!important;
      width: 45%;
    }
    .banner-slider .pic {
      left: 0%!important;
    }
}
.banner-slider .txt .h4 {
  color: #00a896;
  font-size: 36px;
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: bold;
  text-align: left;
  margin: 0 0 5% 0;
  text-shadow: 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff;
}
.banner-slider .txt .h4 .small {
  color: #00a896;
  font-size: 30px;
  font-weight: bold;
  display: block;
}
.banner-slider .txt .note {
  color: #222222;
  font-size: 20px;
  font-family: "Verdana";
  display: block;
  letter-spacing: 0px;
  text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff;
}
.banner-slider .txt .more {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  width: 165px;
  padding: 9px 0;
  margin: 25px 0 0 0;
  display: inline-block;
background: #7d7e7d;
background: -moz-radial-gradient(center, ellipse cover,  #7d7e7d 0%, #0e0e0e 61%, #0e0e0e 61%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#7d7e7d), color-stop(61%,#0e0e0e), color-stop(61%,#0e0e0e));
background: -webkit-radial-gradient(center, ellipse cover,  #7d7e7d 0%,#0e0e0e 61%,#0e0e0e 61%);
background: -o-radial-gradient(center, ellipse cover,  #7d7e7d 0%,#0e0e0e 61%,#0e0e0e 61%); 
background: -ms-radial-gradient(center, ellipse cover,  #7d7e7d 0%,#0e0e0e 61%,#0e0e0e 61%); 
background: radial-gradient(ellipse at center,  #7d7e7d 0%,#0e0e0e 61%,#0e0e0e 61%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 );
}
.banner-slider .txt .more:hover {
  text-decoration: none;
background: #cc5353; 
background: -moz-radial-gradient(center, ellipse cover,  #cc5353 0%, #870000 65%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#cc5353), color-stop(65%,#870000)); 
background: -webkit-radial-gradient(center, ellipse cover,  #cc5353 0%,#870000 65%); 
background: -o-radial-gradient(center, ellipse cover,  #cc5353 0%,#870000 65%);
background: -ms-radial-gradient(center, ellipse cover,  #cc5353 0%,#870000 65%); 
background: radial-gradient(ellipse at center,  #cc5353 0%,#870000 65%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5353', endColorstr='#870000',GradientType=1 ); 

}
.banner-slider .pic {
  position: absolute;
  left: 23%;
  top: 40px;
  height: 435px;
  display: block;
  z-index: 999;
}
.banner-slider .bg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  height: 440px;
  display: block;
}
.banner-slider .slick-prev,.banner-slider .slick-next {
  position: absolute;
  top: 190px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 30px;
  width: 80px;
  margin: 0 5px;
  text-decoration:none;
  transition: margin 0.3s;
}
@media (max-width: 980px) {
    .banner-slider .slick-prev,.banner-slider .slick-next {
      display:none !important;
    }
}
.banner-slider .slick-prev{
  left: 90px;
  background-image: url(images/about02_arrow-l.png);
}
.banner-slider .slick-next{
  right: 90px;
  background-image: url(images/about02_arrow-r.png);
}
.banner-slider .slick-prev:hover , .banner-slider .slick-next:hover{
  text-decoration:none;
  background-position: 0px -35px;
  margin: 0 0 0 0 ;
}
.banner-slider .slick-dots {
  position: absolute;
  bottom: 0;
  z-index: 999;
}
.banner-slider .slick-dots li { height: 18px; width: 18px; margin: 0 4px; }
.banner-slider .slick-dots li button {
  padding: 4px;
  box-shadow: 0px 0px 0px #D4D4D4 inset;
  border: 2px solid #222222;
  background-color: transition;
}
.banner-slider .slick-dots li button:hover,
.banner-slider .slick-dots li button:focus,
.banner-slider .slick-dots li.slick-active button { background-color: #bb0000; border: 2px solid #bb0000; }*/


/* ==========================================================================
    index [kind]
==========================================================================*/
#kind {
  padding: 43px 0;
  background-color: #dedede;
}
.kindList .list {
  float: left;
  margin: 0 4px;
  position: relative;
  text-align: center;
}
.kindList .list .mark{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  /*ie8*/ 
  background-color: rgb(0,0,0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
  background-color: rgba(0,0,0,0);
  color: #FFFFFF;
  transition: background-color 0.5s,top 0.5s;
  z-index: 3;
}
.kindList .list:hover .mark{
  background-color: rgb(0,0,0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
  background-color: rgba(0,0,0,0.4);
  top:0;
}
.kindList .list .mark span{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}
.kindList .list.kind-video .mark span{
  width: 48px;
  height: 48px;
  background-image: url(images/inco-video.png);
  background-repeat: no-repeat;
}
.kindList .list.kind-pro .mark span ,.kindList .list.kind-about .mark span{
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  top: 70px;
}
.kindList .list.kind-pro .mark span em , .kindList .list.kind-about .mark span em{
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  line-height: 33px;
  display: block;
  height: 35px;
  width: 107px;
  margin: 15px auto 0 auto;
  border: 2px solid #FFF;
  border-radius:5px
}
.kindList .list:hover .mark span{
  display:block;
}

/* ==========================================================================
    index [hot]
==========================================================================*/
#hot {
  height:270px;
  margin-top: 35px;
  position:relative;
}
#hot h1 {
  color: #111111;
  font-size: 34px;
  font-weight: bold;
  font-family: Arial;
  text-align: center;
  background: url(images/products_h1-line.jpg) no-repeat center;
  text-transform: capitalize;
}
#hot h1 span{
  background-color: #FFF;
  padding: 0 30px;
}
#hot .nopadding {
  padding: 0 10%;
}
@media (max-width: 980px) {
    #hot .nopadding {
      padding: 0 0.5%;
    }
}
#hot .news-slider .list {
  height:100px;
  padding: 10px 0 0 0;
}
#hot .news-slider a {
  text-align: left;
  color: #555555;
}
@media (max-width: 769px) {
    #hot .news-slider a{
        text-align: center;
    }
}
@media (max-width: 980px) {
    #hot .news-slider .slick-prev{
      left: 40%!important;
    }
    #hot .news-slider .slick-next{
      left: 44.4%!important;
    }
    #hot .moreLink{
      margin: 10px auto 0 49.4%!important;
    }
}
#hot .news-slider time{
  color: #e60012;
  font-size: 13px;
  font-weight: bold;
  font-family: Verdana;
  display: block;
  float: left;
}
#hot .news-slider p  {
  float: right;
  height: 80px;
  overflow: hidden;
  transition: all 0.5s;
}
#hot .news-slider p:hover {
  color: #990000;
}
#hot .news-slider .slick-prev, #hot .news-slider .slick-next {
  position: absolute;
  top: 110px;
  font-size: 20px;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s;
}
#hot .news-slider .slick-prev:hover, #hot .news-slider .slick-next:hover {
  opacity:0.75;
  filter: alpha(opacity=75);
}
#hot .news-slider .slick-prev{
  left: 37%;
  background-color: #af1418;
  background-image: url(images/index_hot_prev.png);
}
#hot .news-slider .slick-next{
  left: 42.4%;
  background-color: #666;
  background-image: url(images/index_hot_next.png);
}
#hot .moreLink{
  color: #FFFFFF;
  text-align: center;
  width: 116px;
  height: 38px;
  display: block;
  background-color: #111111;
  line-height: 38px;
  margin: 10px auto 0 48.4%;
}
#hot .moreLink:hover{
  text-decoration: none;
  background-color: #771415;
}


/* ==========================================================================
    ProductsInfo [modal]
==========================================================================*/
.pro-modal {
  top:35%;
}
.pro-modal .modal-content {
  width: 430px;
  background-color: #f9f9f9;
  border: 2px solid #c71f1c;
}
.pro-modal .modal-header {
  padding: 0;
  margin: 0 4px;
  border-bottom: 1px solid #b5b5b5;
}
.pro-modal .modal-header .modal-title {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.pro-modal .modal-header .close{
  height: 55px;
  width: 55px;
  padding: 0;
  margin: 0 -4px 0 0;
  background-color: #222222;
  background-image: url(images/inco-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  filter: alpha(opacity=100);
  opacity: 1;
}
.pro-modal .modal-header .close span{
  display: none;  
}
.pro-modal .modal-header .close:hover{
  background-color: #000;
}
.pro-modal .modal-body {
  color: #333;
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  padding: 30px 30px 15px 30px;
}
.pro-modal .modal-body .name {
  color: #c71f1c;
}
.pro-modal .modal-footer {
  width:100%;
  padding: 18px 0;
  background-color: #dddddd;
 text-align: center;  
}
.pro-modal .modal-footer .btn {
  color: #FFF;
  width: 115px;
  height: 35px;
  border-radius: 5px;
  border-bottom: 1px solid #000;
  background: #848484; /* Old browsers */
  background: -moz-linear-gradient(top,  #848484 0%, #0a0a0a 53%, #1b1b1b 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#848484), color-stop(53%,#0a0a0a), color-stop(99%,#1b1b1b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #848484 0%,#0a0a0a 53%,#1b1b1b 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #848484 0%,#0a0a0a 53%,#1b1b1b 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #848484 0%,#0a0a0a 53%,#1b1b1b 99%); /* IE10+ */
  background: linear-gradient(to bottom,  #848484 0%,#0a0a0a 53%,#1b1b1b 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
 
}
.pro-modal .modal-footer .btn:hover {
background: #1b1b1b; /* Old browsers */
background: -moz-linear-gradient(top,  #1b1b1b 0%, #0a0a0a 35%, #848484 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b1b1b), color-stop(35%,#0a0a0a), color-stop(100%,#848484)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1b1b1b 0%,#0a0a0a 35%,#848484 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1b1b1b 0%,#0a0a0a 35%,#848484 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1b1b1b 0%,#0a0a0a 35%,#848484 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1b1b1b 0%,#0a0a0a 35%,#848484 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#848484',GradientType=0 ); /* IE6-9 */
}


/* ==========================================================================
    Catalog [modal]
==========================================================================*/
.cat-modal {
      top:0 !important;
}
@media (min-width: 980px) {
  .cat-modal {
      top:15%;
    }
}
.cat-modal .modal-content {
  width: 670px;
  background-color: #f9f9f9;
  position: relative;
}
.cat-modal .modal-content .close{
  height: 55px;
  width: 55px;
  padding: 0;
  background-color: #222222;
  background-image: url(images/inco-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  filter: alpha(opacity=100);
  opacity: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99;
}
.cat-modal .modal-content .close span{
  display: none;  
}
.cat-modal .modal-content .close:hover{
  background-color: #000;
}
.cat-modal .modal-body {
  color: #333;
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  padding: 15px 10px;
}




/* ==========================================================================
    index [banner]
==========================================================================*/
#banner {
  position: relative;
  height: 440px;
  margin: 0;
}
#banner .bg {
  position: absolute;
  left: 0px;
  top: 0px;
}
.centered-content {
  position: relative;
  z-index: 2;
}
/* Header text */
.header-content {
  /*background: url(images/header-background.jpg?v=1) no-repeat 50% -4px #f6f6f6;*/
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  height: 436px;
  display: block;
  line-height: 22px;
  position: relative;
  z-index: 1;
}
/*.header-content.home {
  height: 440px;
  background-image: url(images/index-banner-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}*/
.header-content img {
  position: absolute;
  top: 50px;
  left: -25px;
  height: 435px;
  width: auto !important;
}
.header-content .text {
  width: 420px;
  position: absolute;
  top: 150px;
  right: 0px;
}
.header-content .text h2 {
  width: 600px !important;
  font:bold 30px/1.3 Arial, "微軟正黑體";
  color: #000000;
  text-align: center;
  text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;
  margin: 0;
  word-wrap: break-word; 
  word-break: normal; 
}
.header-content .text p.copy {
  width: 600px !important;
  font:bold 20px/1.3 "Arial";
  color: #930093;
  text-align: center;
  text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff;
  margin: 0 0 0 0;
}
.header-content .text .button {
  text-align: center;
}
.header-content .text .button a{
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  width: 165px;
  padding: 9px 0;
  margin: 25px 0 0 0;
  display: inline-block;
background: #7d7e7d;
background: -moz-radial-gradient(center, ellipse cover,  #7d7e7d 0%, #0e0e0e 61%, #0e0e0e 61%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#7d7e7d), color-stop(61%,#0e0e0e), color-stop(61%,#0e0e0e));
background: -webkit-radial-gradient(center, ellipse cover,  #7d7e7d 0%,#0e0e0e 61%,#0e0e0e 61%);
background: -o-radial-gradient(center, ellipse cover,  #7d7e7d 0%,#0e0e0e 61%,#0e0e0e 61%); 
background: -ms-radial-gradient(center, ellipse cover,  #7d7e7d 0%,#0e0e0e 61%,#0e0e0e 61%); 
background: radial-gradient(ellipse at center,  #7d7e7d 0%,#0e0e0e 61%,#0e0e0e 61%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 );
}
.header-content .text .button a:hover {
  text-decoration: none;
background: #cc5353; 
background: -moz-radial-gradient(center, ellipse cover,  #cc5353 0%, #870000 65%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#cc5353), color-stop(65%,#870000)); 
background: -webkit-radial-gradient(center, ellipse cover,  #cc5353 0%,#870000 65%); 
background: -o-radial-gradient(center, ellipse cover,  #cc5353 0%,#870000 65%);
background: -ms-radial-gradient(center, ellipse cover,  #cc5353 0%,#870000 65%); 
background: radial-gradient(ellipse at center,  #cc5353 0%,#870000 65%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5353', endColorstr='#870000',GradientType=1 ); 

}.header-content .text .copy {font-size: 14px; line-height: 21px; padding-right: 15px;}

/* => Slider <= 會動背景*/
/*#slider-wrap {
    background: url(images/header-background1.png?v=1) repeat-x 0% 0;
    height:440px; 
}
#slider {
    background: url(images/header-background2.png?v=1) repeat-x 0% 0;
    height:440px;
}*/

/* => SLIDE PREV AND NEXT ARROWS <= */
.slider-prev,
.slider-next {
    text-indent:-9999px;
    width:38px;
    height:38px;
    background:url("images/sprite.png") -263px -122px no-repeat;
    position:absolute;
    top:45%;
    margin-top:-19px;
    z-index:999;
    opacity:.5;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -ms-transition: all 0.3s ease-out;  /* IE10? */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    transition: all 0.3s ease-out;
    display: none
}
.slider-prev {
  left:12px;
}
.slider-next {
  right:12px;
  background-position:-302px -122px;
}  
.slider-prev:hover,
.slider-next:hover {
  opacity:1;
}
/* => SLIDER NAV o o o <= */    
.slider-nav {
  position: absolute;
  bottom: 10px;
  right: 34%;
  list-style: none;
  overflow: hidden;
  padding: 2px;
  z-index: 10;
  margin: 50px -100px 0 0;
  width: 280px !important;
}
@media (max-width: 1750px) {
  .slider-nav {
      right: 32%;
    }
}
@media (max-width: 1366px) {
  .slider-nav {
      right: 27%;
    }
}
@media (max-width: 1280px) {
  .slider-nav {
      right: 25%;
    }
}
@media (max-width: 980px) {
  .slider-nav {
      right: 19%;
    }
  .header-content img {
    height: auto;
    width: 47% !important;
    /*margin-left: 4%;*/
    padding-left: 4%;
  }
  .header-content .text{
    right: 19%;
    width: 40%;
  }
}
.slider-nav li {
    float:left;
}
.slider-nav li a {
   display: inline-block ;
   width:15px;
   height:15px;
   overflow:hidden;
   padding:0px;
   margin:0 5px;
   text-decoration:none;
   text-indent:-999px;
   box-shadow: 0px 0px 0px #D4D4D4 inset;
   border: 2px solid #222222;
   background-color: transition;
   border-radius:100%;
}
.slider-nav li a:hover,
.slider-nav li a.selected {
    background-color: #bb0000; border: 2px solid #bb0000;
}

/* => HOLY SLIDES <= */
.slider section {display: none;}
.slider section.first {display: block;}
.slider-sections, .slider-sections section {width: 980px; height: 440px;}
.slider-sections {margin: 0 auto; position: relative;}
.slider-sections section {position: absolute; top: 0; left: 0px; }
