﻿/*全站*/
html,

body {
  font-family: 'Roboto', 'Microsoft JhengHei', sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

.hideobj {
  display: none;
}

a {
  color: #000;
  background-color: none;
}

a:hover,
a:focus {
  text-decoration: underline;
  background: none;
  color: #000;
}

/*會員登入項目*/
#login-tabs li {
  background: none;
}

#login-tabs a {
  color: #000;
  background: none;
}

#login-tabs a:hover,
#login-tabs a:focus {
  text-decoration: underline;
  background: none;
  color: #fff;
}

/**表單元素**/
fieldset.over-border {
  border: 1px solid #ccc !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.4em 0 !important;
  border-radius: 16px;
}

legend.line-border {
  font-size: 16px !important;
  text-align: left !important;
  width: inherit;
  border-bottom: none;
  display: none;
}

fieldset>div {
  margin-top: 30px;
}

.red {
  color: #cc0000;
}

.radio-inline input[type='radio'] {
  margin-left: -20px;
  float: left;
}

.radio-inline {
  padding-left: 20px;
  font-weight: normal;
  margin-bottom: 0px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}

.help-inline {
  vertical-align: middle;
  display: inline-block;
  padding-top: 5px;
  float: left;
  padding-left: 0px;
  cursor: default;
}

.control-label {
  cursor: default;
}

.form-show .input-prepend {
  clear: both;
}

fieldset.instep-border {
  border: 1px solid #ccc !important;
  padding: 0 16px 16px 16px !important;
  margin: 0 0 16px 0 !important;
  border-radius: 15px;
  /*圓角*/
  background: #eeeeee;
  height: 100px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

fieldset.step-border {
  border: 1px solid #ccc !important;
  padding: 0 16px 16px 16px !important;
  margin: 0 0 16px 0 !important;
  border-radius: 15px;
  /*圓角*/
  height: 100px;
  text-align: center;
}

legend.stepline-border {
  text-align: center !important;
  width: inherit;
  border-bottom: none;
}

.enlarge {
  clear: both;
}

@media only screen and (max-width : 480px) {
  .navbar-inner li {
    display: block;
    width: 100%;
  }
}

/*#header*/
/*註冊*/

#hello_member ul li a:hover,
#hello_member ul li a:focus,
#hello_member ul li a:active {
  text-decoration: underline;
  background: none;
}

/*語言*/
#language_area ul li a {
  color: #000;
  background: none;
}

#language_area ul li a:hover,
#language_area ul li a:focus,
#language_area ul li a:active {
  background: none;
  text-decoration: underline;
}

/* #mainbanner {
  padding-top: 5px;
} */

/*--側欄--*/
#sidebar {
  padding: 10px 0px
}

#sidebar .nav-header {
  background: #eee;
  font-weight: bolder;
  padding: 8px 15px;
  font-size: 16px;
}

/*RSS*/
#rss_area a {
  text-shadow: none;
}

#rss_area a:hover {
  text-shadow: none;
}

/*--內容區--*/
#content {
  padding: 10px 0px 50px;
}

/*麵包屑*/
#content .breadcrumb {
  text-shadow: none;
}

#content .breadcrumb li {
  text-shadow: none;
}

#content .breadcrumb li a {
  text-shadow: none;
  text-decoration: none;
}

#content .breadcrumb li a:hover {
  text-shadow: none;
  background: none;
  text-decoration: underline;
}

#content .breadcrumb li .divider {
  text-shadow: none;
  background: none;
}

/*個數*/
.page-header {
  border-bottom: 1px #eee solid;
}

/*產品頁*/
.thumbnail {
  border: 1px #8B8682 solid;
}

.cate-name,
.cate-name-more {
  color: #333333;
  font-weight: bold;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.cate-name a,
.cate-name-more a {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.cate-name a:hover,
.cate-name-more a:hover {
  color: #8B8682;
  font-weight: bold;
  text-decoration: underline;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.pro-desc {
  height: 80px;
  overflow-x: hidden;
  overflow-y: auto;
}

.spec {
  height: 38px;
}

/*產品介紹頁*/
#pb_area {
  border: 1px solid #ccc;
  overflow: hidden;
}

.thumbnail img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 100%;
}

.input-group {
  display: table;
  padding-bottom: 10px;
  width: 100%;
}

.input-group .form-control {
  margin-bottom: 0px;
}

.txtNormal {
  overflow: auto;
  width: 100%;
}

#content .thumbnails .prodlist {
  /* height: 330px; */
  overflow: hidden;
}

#content .thumbnails .catelist {
  /* height: 210px; */
  overflow: hidden;
}

.listtxtspec .input-prepend {
  padding: 1px 0px;
  margin: 0px;
}

.clear {
  clear: both;
}

/* .listimg {
  height: 150px;
} */

#lineqty {
  width: 30%;
}

.showsmall ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.showsmall li {
  float: left;
}

.showsmall li img {
  margin: 3px;
  padding: 3px;
  width: 50px;
}

/*頁籤**/
.nav-tabs .active a {
  font-weight: bold;
}

/*訊息用*/
.msgcont {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px;
}

.msg_img_title {
  width: 30%;
}

    


iframe.clear-iframe{
	padding-top: 8px;
    display: block;
}

/*尾檔*/

#cominfo ul li {
  display: inline-block;
}

#copyright {
  text-align: center;
  padding: 10px 15px;
  font-weight: bolder;
}

#footlink ul li a {
  border-radius: inherit;
  display: inline-block;
}

#footlink ul li a:hover,
.foot #footlink ul li a:focus,
.foot #footlink ul li a:active {
  background: none;
  text-decoration: underline;
}




/*公司簡介*/

.com-space ul{

	color: #6d6f6c;
    font-size: 16px;
    display: inline-block;
    list-style: disc;
    vertical-align: text-top;
	text-align: left;
}

.com-container .com-space{
	 padding: 100px 0;
	 margin-left: 15px;
     margin-right: 15px;
}
.com-container .com-space img {
    width: 100%;
}
.com-container p{
color: #6d6f6c;	
font-size: 16px;	
line-height: 1.6em;
	
}
.com-container h5{
	color: #6d6f6c;
	font-size: 24px;
	padding: 20px 0;
}
.grary-bg{
	    background-color: #eeeeee;
	text-align: center;
}
.right-space{
	padding: 40px;
}

.left-space{
	padding: 40px;
}
.grary-bg .com-list{
padding: 0px 100px;
}

.grary-bg .com-list:after{
content:" ";
clear: both;
display: block;
visibility: hidden;
}

.grary-bg .com-list ul{
float: left;
width: 25%;
padding: 0 5px;
}

.grary-bg .com-list ul li{
padding-bottom: 5px;
}

.row.com-space.write .col-md-8,.write .left-space {
	float: right;
}




/*首頁用*/
#index_msg_ul a {
  background: #eee;
  padding: 8px 15px;
  font-size: 16px;
  color: #000;
}

#index_msg_ul a:hover {
  background: #eee;
  padding: 8px 15px;
  font-size: 16px;
  color: #000;
}

#index_msg_ul .msgcont {
	
}

#idxprocarousel .span {
  small_class
}

}

#idxprocarousel .span {
  small_class
}

.item {
  background-color: #EEE;

  height : {
    small_height
  }

  px;
  text-align : center;

  /* Firefox, Chrome */
  line-height : {
    small_height
  }

  px;

  /* IE */
  *font-size : 180px;
  /* 200px * 0.9 = 180px */
}

#idxprocarousel img {
  vertical-align: middle;
}

#idxprocarousel .caption {
  background: #666;
  padding: 5px;
}

#idxprocarousel .caption a {
  color: #fff;
}

#content .pshow_title {
  border-left: 5px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  background-color: #eee;
  padding: 7px;
}

ul {
  list-style: none;
}

/***style for banner's arrows and pagination ****/
.swiper-banner .arrow-left,
.swiper-product .swiper-button-prev {
  position: absolute;
  left: 1%;
  top: 50%;
  width: 17px;
  height: 30px;
  z-index: 99;
}

.swiper-banner .arrow-left i,
.swiper-product .swiper-button-prev i {
  font-size: 30px;
}

.swiper-banner .arrow-right,
.swiper-product .swiper-button-next {
  position: absolute;
  right: 1%;
  top: 50%;
  width: 17px;
  height: 30px;
  z-index: 99;
}

.swiper-banner .arrow-right i,
.swiper-product .swiper-button-next i {
  font-size: 30px;
}

.swiper-banner .page-banner,
.swiper-product .swiper-pagination {
  position: absolute;
  left: 0;
  z-index: 99;
  text-align: center;
  bottom: 0;
  width: 100%;
}

.swiper-banner .swiper-pagination-switch,
.swiper-product .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}

.swiper-banner .swiper-active-switch,
.swiper-product .swiper-active-switch {
  background: #fff;
}

/***style for banner's arrows and pagination end ****/

/*style for google map  2015.10.21*/
.googlemap {
  width: 100%;
  height: 12em;
}

.listimg a.btn.btn-link {
  display: initial;
}

/*////////////////////////////// Default //////////////////////////////*/

#hello_member,
#qsearch,
#newsletter_area,
#result,
.thumbnail .prolistqty,
.thumbnail .prolistbtn,
.proshowqty {
  display: none;
}

#left_menu .sb-menu>li:nth-of-type(1),
#left_menu .sb-menu>li:nth-of-type(2) {
  display: none;
}

#left_menu .form-search {
  padding: 10px 10px 0 10px !important;
}

ul.thumbnails {
  padding-left: 0;
}

.sb-active-left #container::after,
.sb-active-left #index_container::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

#mobile_toggle button {
  border: none;
  float: right;
}

#mainnav {
  border: none;
  background-color: transparent;
}

#dropdownMenu1 a {
  padding: 0 5px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
  color: #000;
}

#footlink ul {
  text-align: right;
}

#footlink ul li {
  float: none;
  display: inline-block;
}

#mobile_toggle i {
  font-size: 21px;
}

#footlink ul li a::before {
  content: "|";
  position: relative;
  left: -8px;
  top: 0px;
  color: #aaa;
}

#footlink ul>li:nth-of-type(1) a::before {
  display: none;
}

.wrap {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#back-top {
  position: fixed;
  bottom: 15%;
  right: 3%;
  z-index: 9999;
  display: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/*////////////////////////////// Myself //////////////////////////////*/
























/*////////////////////////////// @media(max) //////////////////////////////*/

@media(max-width: 1450px){
	.right-space {
    padding: 0px;
	
}
	.com-container .com-space {
		padding: 50px 0;
	}
	
}




@media(max-width: 1200px){
	.grary-bg .com-list ul:nth-child(2n+1){
		clear:both;
	}
    .grary-bg .com-list ul{
        width: 50%;
        margin-bottom: 50px;
    }
    .grary-bg .com-list{ 
		padding: 50px 0px 0px 210px;
		
	}
}
@media(max-width: 1024px){
	
	.com-container h5 {
  
    padding: 0;
	}
}

@media (max-width: 991px) {

  .sb-site,
  .sb-site-container {
    padding: 0 !important;
  }

  #sidebar {
    display: none;
  }
.grary-bg .com-list{
 padding: 50px 0px 0px 110px;
	}
.row.com-space.write .col-md-8,.write .left-space  {
float: none;
}

.com-container h5 {
   
	padding: 20px 0;
}

}


@media (max-width: 767px) {
  .col-xsm-1 {
    width: 8.33%;
  }

  .col-xsm-2 {
    width: 16.66%;
  }

  .col-xsm-3 {
    width: 25%;
  }

  .col-xsm-4 {
    width: 33.33%;
  }

  .col-xsm-5 {
    width: 41.66%;
  }

  .col-xsm-6 {
    width: 50%;
  }

  .col-xsm-7 {
    width: 58.33%;
  }

  .col-xsm-8 {
    width: 66.66%;
  }

  .col-xsm-9 {
    width: 75%;
  }

  .col-xsm-10 {
    width: 83.33%;
  }

  .col-xsm-11 {
    width: 91.66%;
  }

  .col-xsm-12 {
    width: 100%;
  }
	
.grary-bg .com-list{
 padding: 50px 0px 0px 110px;
	}	
	
}






@media (max-width: 680px) {
	   .grary-bg .com-list { 
        padding: 60px 10px 0 70px;
    }
}


@media (max-width:480px) {
	   .grary-bg .com-list {
        padding: 50px 10px 0 40px;
    }
}
@media (max-width: 479px) {
  .col-xsm-6 {
    width: 100%;
  }
}


@media (max-width: 414px) {
  .grary-bg .com-list {  
	  
	 
  padding: 50px 10px 0 90px;	
    }
	
	.grary-bg .com-list ul{
		width: 100%;
	} 
}


@media (max-width: 375px){
.com-container .com-space {
    padding: 25px 0;
	
	
	
	}
	.grary-bg .com-list {
		padding: 24px 10px 0 60px;
	}
	
		
	}






/*///////////////////////////// @media(min) //////////////////////////////*/



@media (min-width: 768px) {
  #main_menu {
    float: right;
  }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .mainnav9 {
    width: 71%;
  }

  #language_area .col-md-1 {
    width: 12%;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
	
}

@media (min-width: 1600px) {
  .container {
    width: 1500px;
  }
}