




/* ------------------整體設定------------------ */
body {
	font-family: "Open Sans", "微軟正黑體", "Meiryo", "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif !important;
	background: #fcfcfc;
}
ul li{list-style:none;}
a:focus, a:hover{
  text-decoration: none;
}

/* ------------------自訂區------------------ */
.pt115{
  padding-top: 115px;
}
.pt98{
  padding-top: 98px;
}

@media screen and (max-width: 767px){
  .pt115 {
    padding-top: 90px;
  }
}

/* ------------------navibar------------------ */
#site-logo{height:50px;}
#header{
  background:#fff;
  border-bottom: 5px solid rgb(140, 99, 99);
  /* position: fixed; */
  width: 100%;
  z-index: 100;
  min-height: 90px;
  margin-bottom:-20px;
}
.navbar-header img{
  height: 50px;
  margin-left: 40px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px !important;
    text-align: left;
    font-size: 17px;
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-toggle {
  margin-top: 26px !important;
}
.manu-wrapper {
    margin-top: 15px;
}
.navbar-default .navbar-nav>li>a{
  color: #343434;
}
.nav>li>a:hover, .nav>li>a:focus {
  color: rgb(52, 91, 159) !important;
  border-bottom: 1px solid rgb(117, 134, 164);
}
#main-menu {padding-left: 125px;margin-top: 10px;}

/* 搜尋按鈕 */
.btn-primary {
  color: #fff;
  background-color: #7586A4;
  border-color: #7586A4;
}
.navbar-right .navbar-form {
  width: 260px;
}
.navbar-right .btn.btn-bg.btn-primary{
  font-size: 14px;
  margin-bottom: 0px;
}
/* 解決搜尋按鈕有底色 */
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
  background-color: #ffffff;
}

/* 購物車數字底色 */
.badge{
  background-color: #3473aa;
}
@media screen and (max-width: 1024px){
  #main-menu {padding-left: 0px;margin-top: 0px;}
}

@media (max-width: 1300px){
  .dropdown-menu{
    width:100%
  }
}
@media screen and (max-width: 767px){
  .navbar-right .navbar-form {
    width: 100%;
    margin-left: 0;
  }
  #header{
    min-height: 80px;
  }
}




/* ------------------footer------------------ */
#footer_font{
  padding:20px 40px;
  background: #191e32;
  color:#fff;
  line-height: 1.6;
}
.footer_box {
  width: 100%;
}
.IDEC_footer p{
    font-size: 15px;
    letter-spacing: 2px;
}
.IDEC_footer a{
  color: #a4accf !important ;
}
.IDEC_footer a:hover{
    color: #FFF !important;
    text-decoration: none !important;
}
@media(min-width:768px){
  #footer_font{
    margin-top: 20px;
    padding:20px 60px;
  }
  .dropdown-toggle{
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 31.5em){
  #footer_font{padding:20px;}
  .nav>li a{border-bottom: 1px solid #ccc;}
  .nav>li:last-child a{border-bottom:none;}
  .navbar-right a{border-bottom: 1px solid #ccc !important;}
}

.copyright_txt{
  display: inline-block;
}



/* ------------------首頁------------------ */
/* 輪播 */
.slider-wrapper{
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.rowbox3{padding-top:39px;}
.rowbox3 .thumbnail{height: 250px;overflow:hidden;border:1px solid #eee;}
.rowbox3 .thumbnail ul{padding-left: 10px; line-height: 1.6;overflow:hidden; }
/* 上面三格滑動 */
.port-7{
  float: left;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: left;
  border: 4px solid rgba(255, 255, 255, 0.9);
  overflow: hidden;
}
.port-7 .text-desc{
  opacity: 0;
  transition: 0.5s;
  background:#191e32;
  display:block;
  overflow:hidden;
  min-height: 550px;
}

.port-7.effect-1 img{
  transition: 0.5s;
  position: relative;
  width: 100%;
  left: 0;
  }
.port-7.effect-1:hover img{
  left: 70%;
}
.port-7.effect-1 .text-desc{
  transform: perspective(600px) rotateY(90deg);
  transform-origin: left center 0;
  display:block;
  width: 75%;
  position: absolute;
  left: 0;
  top: 0;
  padding:10px;
}
.port-7.effect-1:hover .text-desc{
  opacity: 1;
  transform: perspective(600px) rotateY(0deg);
  z-index: 99;
}

/* effect-7 css end */
.text-desc h3{
  padding:0;
  margin:0;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
  display:block;
}
.text-desc p{
  color: #FFF;
  display:block;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 100
}
.btn{
  display: inline-block;
  font-size: 14px;
  color: #FFF!important;
  border-color: #FFF;
  text-decoration: none;
  transition: 0.4s;
  float: right;
  border-radius: 0;
}
.btn:hover{
  border-color: #FFF;
  background-color: #7586A4 ;
  color: #fff !important; 
  transition: 0.3s;
}
/* 下面三塊 */
 #rwdnews_list{
  padding: 8px;
  overflow: hidden;
}
/* 最新消息列表 */
.pic,.newscontent p{
  display:none;
}
.newscontent span{
    color: #7586A4;
    float: left;
    display: block;
    width: 26%;
}
.newscontent h4 {
    display: block;
    font-size: 15px;
    float: left;
    color: #5d5d5d;
    padding: 0;
    margin: 0;
    width: 74%;
}
.newscontent h4 a{
  color:#5d5d5d;
  line-height: 1.5;
  text-decoration: none;
}
.newstitle,.newstitle2,.newstitle3{
  position:relative;
  font-size: 21px;
  line-height: 36px;
  color:#333;
}
.newstitle span,.newstitle2 span,.newstitle3 span{
  font-size: 17px;
  color:#7586A4;
  padding-left: 5px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #rwdnews_list{
    padding:8px;
  }
  .rowbox3{
    padding-top: 0px;
  }
}
@media (max-width: 480px) {
  #rwdnews_list{
    padding:8px;
  }
}



i.fa.hidden-xs {
    top: 50%;
    position: absolute;
}




/* ------------------關於我們------------------ */
.article-content h5{
  font-size: 17px;
}
#about_me > .container {
  padding: 140px 0 30px 0;
}
#about_me > .container img {
  width: 100%;
} 
#about_me > .container .color-box {
  width: 100%;
  height: 100%;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 20px;
}





/* ------------------產品專區------------------ */
/* 一些標題title */
.breadcrumb {
  /*background: #fff;*/
  border-bottom: solid 1px #191e32;
  border-radius: 0;
  color: #191e32;
  font-size: 18px;
  position: relative;
}

.breadcrumb>li+li:before {
  color: #191e32;
}

/* 列表 */
.myTab_topbr {
    display: none;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
  background-color: #89b6dd;
  border-color: #618eb6;
}
.btn-default{
  background:#767676;
  margin-right: 5px;
}
.pull-left a{
  margin-right: 5px;
}
.thumbnail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.thumbnail-list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 1%;
  font-size: 14px;
}
.thumbnail-list img {
  display: block;
  width: 100%;
}
.li-item{
  border: 1px solid #ffffff;
  padding: 10px;
  overflow:hidden;
  background: #FFF;
}
.li-item:hover{
  border: 1px solid #ffffff;
  background-color: #fcfcfc;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.row-podding_set > .row{padding-top: 0px; padding-left: 20px;}
.view-first .mask{ display:none;}
.cut-price {text-decoration:line-through; color: #7f7f7f;}
.normal-price { font-family: Verdana; font-size: 24px; font-weight: bold; color: rgb(214, 65, 65) !important; margin-left: 20px;}
.normal-price-s { font-family: Verdana; font-size: 18px; font-weight: bold; color: rgb(214, 65, 65) !important; margin-left: 20px;}
.product-price { float: left; width:100%; color: #999;}

@media screen and (max-width: 1006px) {
  .thumbnail-list li {width: 50%;}
}
@media screen and (max-width: 767px) {
  .thumbnail-list li {width: 50%;}
}
/* 詳述 */
.zoomContainer{display: none !important;}
.zoomWrapper {
  width: 360px !important;
  height: 360px !important;
}
.zoomWrapper > img {
    max-width: 360px;
    width: 100%;
}
.CodeNum{
  font-size: 16px;
  color: #aaa;
}
h3.PersonNum {
  font-size: 16px;
  color: #AAA;
}
/* 詢價車按鈕 */
.btn-buy{
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translateZ(0);
  transform-origin:0;
  transition: background 0.5s linear;
}
.btn-buy:hover{  
  background-color: #ff6600;
}
/* 加入購物車按鈕 */
#addshopcart,.btn-danger{
  color:#fff;
}
/* 右半邊 */
.input-qty-detail {
    width: 100%;
    overflow: hidden;
}
/*詢價車設定*/
.btn-inquiry {margin-left: 5px;}

/*數量加減按鈕*/
.bootstrap-touchspin {margin-bottom: 5px;}
.bootstrap-touchspin-up,.bootstrap-touchspin-down{
    color: black !important
}
.btn-buy {margin-bottom: 5px;}
@media screen and (min-width: 767px) and (max-width: 1199px){
  .input-qty-detail .bootstrap-touchspin{margin-right: 25%;}
  .btn-buy { width: 100%; height: 48px; margin-bottom:10px; font-size: 17px;}
  .btn-inquiry{ margin-left:0; }
}
@media screen and (max-width: 485px){
  .input-qty-detail .bootstrap-touchspin{margin-right: 31%;margin-bottom:10px;}
  .btn-buy { width: 100%; height: 48px; margin-bottom:10px; font-size: 17px;}
  .btn-inquiry{ margin-left:0; }
}
/* 彈跳購物訊息 */
#layer_cart {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#layer_cart .layer_cart_product .product-image-container {
  max-width: 178px;
  border: 1px solid #d6d4d4;
  padding: 5px;
  float: left;
  margin-right: 30px;
}
@media (max-width: 480px) {
  #layer_cart .layer_cart_product .product-image-container {
    float: none;
    margin-right: 0;
    margin-bottom: 10px; 
  }
}
#layer_cart .layer_cart_cart {
  background: #fafafa;
  border-left: 1px solid #d6d4d4;
  padding: 21px 30px 170px 30px;
  position: relative; }
#layer_cart .layer_cart_cart .button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 30px 20px 30px;
}
#layer_cart .layer_cart_cart .button-container .btn {
  margin-bottom: 10px;
}
#layer_cart .layer_cart_cart .button-container span.exclusive-medium {
  margin-right: 5px;
}
#layer_cart .layer_cart_cart .button-container span.exclusive-medium i {
  padding-right: 5px;
  color: #777777;
}

/*上產品內容設定*/
.IDEC_context{display: inline-block; padding:55px 0;}
.IDEC_context h5{font-size: 23px;line-height: 48px;color: #666;border-bottom: 1px solid;margin-bottom: 21px;}
.IDEC_context h6{font-size: 26px;line-height: 48px;color: #666;margin-bottom: 21px;margin-top:40px;}
.IDEC_context h6:after{height: 3px;background-color:#666;width:40px;margin-top:20px;content: "";display:block;position: relative;}
.IDEC_context p{line-height:32px;font-size: 16px;}
.IDEC_context img{padding:20px 0;width: 100%;}
@media screen and (max-width: 767px){
  .IDEC_context{padding:0;}
}

/* 左側樓層設定 */
.nav>li>a:focus, .nav>li>a:hover{
  background-color: #fcfcfc;
}
.updown span{
  transform: rotate(-90deg);
  display: none;
  position: absolute;
  right: 15px;
  font-size: 22px;
  top: 4px;
  border: 1px solid #456d95;
  color: #456d95;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 23px;
}

@media screen and (max-width: 31.5em) {
  .SUB_ITEM ul{
    color:transparent;
    font-size: 1px !important;  
  }
  .SUB_ITEM ul li a{
    text-align: left;
    color:#5d5d5d;
  }
}
@media screen and (max-width: 767px){
  .updown span{
    display: inline-block;
  }
  /* .SUB_ITEM ul{
    display: none;
  } */
}




/* ------------------會員中心------------------ */
.main-heading.text-center {
  font-size: 35px;
  margin-bottom: 20px;
}
.member_box{
  margin-top: 50px;
  margin-bottom: 30px;
}
#member {
  padding-top:130px;
}
.COMPLETE_BOX {
  background: #fff;
}
h2.main-heading.text-center {
    margin-bottom: -70px;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
  background-color: #ddd;
  border-color: #ddd;
}
.card-category{display: none;}
/*因會員/購物相關的按鈕設定*/
.btn-bg.btn-primary.MEM_BTN{
  margin-bottom: 50px;
  margin-right: 40px;
  font-size: 18px;
}
.btn.btn-bg.btn-success.MEM_BTN{
  margin-bottom: 50px;
  margin-right: 40px;
  font-size: 18px;
}



/* ------------------最新消息------------------ */
/* 列表 */
.News_Title{
  background: #fff;
  border-bottom: solid 1px #191e32;
  border-radius: 0;
  color: #191e32;
  font-size: 18px;
  padding: 10px;
}
.News_Title i,.News_Category i{
  margin-right: 8px;
}
.News_Category{
  background: #fff;
  border-bottom: solid 1px #191e32;
  border-radius: 0;
  color: #191e32;
  font-size: 18px;
  padding: 10px;
}
.newslist{
  overflow:hidden;
  border: solid 0.5px #ddd;
}
.newslist img.news_pic{ width:40%; float:left;padding:1%;}
.newslist h3.news_title{ margin-top:-5px;}
.news_title{color:#333;line-height:1.6; font-size: 20px;}
.news_info{font-size:.9em; line-height:1.8; color:#222;}
.news_date{color:#CCC;padding-right:30px;}
.news_sort{color:#CCC;padding-right:30px; }
.news_author{color:#CCC;padding-right:30px;}
.news_more{float:right;background-color: #AAA;}
.type_icon{margin-right:10px;}
.NEWS_type{padding-bottom:20px;}
.NEWS_type li a{color:#5d5d5d;}
.NEWS_type li{line-height:2.0;font-size: 16px;}
.NEWS_type .badge{display: none;}
.news_icon01{margin-right:8px;}
.news_icon02{margin-right:8px;}
.news_icon03{margin-right:8px;}
.News_AD{border:0;}
.news_content{line-height:2.0;font-size:16px;}
@media (max-width: 767px) {
  .newslist img.news_pic{
    width:100%; float:left;padding:1%;
  }
}



/* ------------------聯絡我們------------------ */



/* ------------------購物車------------------ */
.STORE_INFO{display: none !important;}
h1.MYCART_TITLE{margin-bottom: 0px !important;margin-top: 0px !important;}
.btn.btn-bg.btn-primary {font-size: 18px;}
.btn.btn-bg.btn-success {font-size: 14px;}
.btn.btn-bg.btn-muted {font-size: 18px;}
/* 送出詢價單 */
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
/* 重新輸入 */
.btn-warning {
    color: #fff;
    background-color: #365386;
    border-color: #7586A4;
    margin-left: 10px;
}
.btn-warning:hover{
  background-color: #7586A4;
  border-color: #7586A4;
}
@media screen and (max-width: 767px){
  .btn.btn-bg.btn-primary {margin-bottom: 50px;}
  .btn-warning{ margin-left: 0px;}
}



/* ------------------往上跑按鈕------------------ */
#gotop {
    display: none;
    position: fixed;
    right: 35px !important;	/*45*/
    bottom: 50px !important;   /*40*/ 
    padding: 14px 12px !important;    
    font-size: 14px !important;
    border: solid 1px #7586A4 !important;
    background: #FFF !important;
    color: #191e32 !important;
    cursor: pointer !important;
    border-radius: 0 !important;
}
#gotop:hover {
    background: #191e32 !important;
    color: #FFF !important;
}