@charset "utf-8";
.clear{clear:both;}
input,textarea{outline:none}

/* template_id RWDBASE_PAT01 */
/* load db logo_img */
/**
*網站LOGO
**/
.logo_img {height:100%}
/*END*/
/* load db RWDMenuSmall001 */
.RWDMenuSmall001{padding-top:20px;}
.RWDMenuSmall001 .btn-navbar span.nb_left {
    padding: 7px;
    float: left;
}
.navbar {
  margin: 36px 0px;
  background-color: transparent !important;
  border: none !important;
  background-color: transparent;
  background-image: none;
  border: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 0px;
}
.navbar .logo_img {
  margin: 0px 0;
  padding: 0px;
  overflow: hidden;
  width: 315px;
  max-width: 90%;
  height: 90px;
  z-index: 99999;
}
.navbar .logo_img img {

}
.navbar a.navbar-brand {
  margin: 0px 0;
  padding: 0px;
  overflow: hidden;
  width: 315px;
}
.navbar a.navbar-brand img {
  float: left;
  margin: 0 6px 0 0;
  width: 90px;
}
.navbar a.navbar-brand span.logo_title {
  font-size: 36px;
  font-weight: 300;
  display: block;
  padding: 10px 0 0px 0;
  line-height: 42px;
  text-shadow: 1px 1px 0px #ffffff;
}
.navbar a.navbar-brand span.logo_subtitle {
  font-size: 13px;
  font-weight: 300;
  display: block;
  text-shadow: 1px 1px 0px #ffffff;
}
.navbar .nav {
  margin: 27px 0 0 0;
}
.navbar .nav li a {
  margin: 0 3px;
  background-color: transparent !important;
  border-bottom: solid 1px transparent;
}
.navbar .nav li a:hover,
.navbar .nav li a:active {
  background-color: transparent;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  border-bottom: solid 1px #428bca;
  color: #333333;
}
.navbar .nav li.active a,
.navbar .nav li.active a:hover {
  background-color: transparent;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  border-bottom: solid 1px #428bca;
  color: #333333;
}
.navbar .btn-navbar span.nb_right {
    color: #555555;
    font-size: 18px;
    font-weight: bold;
    padding: 0 4px 4px;
    text-shadow: 1px 1px 0 #ffffff;
}
.navbar .btn-navbar span.nb_left {
    padding: 5px;
}
.logo_img {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.logo_img:hover,
.logo_img:focus {
  text-decoration: none;
}
.logo_img > img {
  display: block;
}

/*IPAD以下*/
@media(max-width:799px){
    .collapsing_header header{position: fixed !important;}
  ul.nav li {
    text-align: center;
  }  
  .navbar .nav {
    width: 100%;
  }

  /*選單都不要出現*/
  /*.page_menu_block ul.nav {display:none;}*/
  .page_menu_block ul.nav li > ul,.page_menu_block ul.nav li.active > ul{display:none;}

}
@media (min-width: 767px){
  .navbar-nav{
    float: none !important;
  }   
  .navbar-nav>li {
    float: none;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }  
}
@media (min-width: 768px){
  .navbar-toggle{
    display:block;
  }
  .navbar-header {
    float: none;
  }   
  .navbar-collapse.collapse {
    display: none!important;
  }  
  .navbar-collapse.in{
    display: block!important;
  }
}
/*大於800*/
@media (min-width: 800px) {
  .navbar-nav{
    float: right !important;
  }       
  .navbar-toggle{
    display:none;
  }    
  .navbar-header {
    float: left;
  }  
  .navbar-nav>li {
    float: left;
  } 
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }  
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  max-height: 600px;
  overflow-x: hidden;
  overflow-y:auto; 
}

/*END*/
/* load db RWDMenuNormal001 */
.RWDMenuNormal001 ul,.RWDMenuNormal001 li{list-style: none;margin:0px;}
.RWDMenuNormal001 ul ul{padding: 0px 20px;}
.in ul.nav li.active a,
.in ul.nav li.active a:hover {
  border-bottom: 1px solid #428bca;
  color: #428bca;
  text-shadow: 0 0 0 transparent;
}
.in ul.nav li a:hover,
.in ul.nav li a:active {
  border-bottom: 1px solid transparent;
}
/*END*/
/* load db RWDsocial001 */
.RWDsocial001{
  background: #428bca;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 101;
  overflow: hidden;
  padding: 10px;
}
#social_media_wrapper a {
  text-align: center;
  display: block;
  float: left;
  margin: 0 3px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 18px;
  width: 30px;
  height: 30px;
  padding: 6px;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#social_media_wrapper a i {
  vertical-align: top !important;
}
#social_media_wrapper a i img{width:100%}
#social_media_wrapper a:hover,
#social_media_wrapper a:active {
  text-decoration: none;
  color: #fff;
  background: #428bca;
}
.RWDsocial001 #social_media_wrapper a[title="+line3"]{
    font-size: 14px;
    padding: 0;
}
.RWDsocial001 #social_media_wrapper a .ii-line3{
    line-height: 30px;
}
/*END*/
/* load db RWDbanner001 */
	.RWDbanner001 .slides li{
	width:100%;
        height:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-position: center center;
}

/*END*/
/* load db RWDproduct002 */
.RWDproduct002{position:relative;padding:50px 0px;}
/*subject area*/
.RWDproduct002 .section-subject{text-align:center;margin:0px 0px 50px;}
.RWDproduct002 .main-title{font-size:48px;margin:0px;color:#222;font-weight: 300;}
.RWDproduct002 .sub-title{font-size:22px;;margin:18px 0 0;color:#222;font-weight: 300;}
.RWDproduct002 .section-line {background-color: #222;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/
.RWDproduct002 .btn.btn-rj {
    background-color: #1abc9c;
    border-color: #1dd2af;
    color: #fff;
    text-transform: uppercase;
}
.RWDproduct002 .btn.btn-rj:hover, .btn.btn-rj:focus {
    background-color: #17a689;
    color: #fff;
}


            .filter-portfolio ul {
              padding: 0;
              margin: 0;
              margin-bottom: 30px;
              text-align: center;
            }
            .filter-portfolio ul > li {
              display: inline-block;
              margin: 0px 3px 10px 3px;
            }
            .filter-portfolio ul > li.active > a {
              font-weight: 700;
            }
            .popup-portfolio {
              margin: 0 auto;
            }
            .popup-portfolio .portfolio-item {
              padding: 0 7px;
            }
/*
            .popup-portfolio .portfolio-item {
              width: 100%;
              padding: 0 7px;
            }
            @media (min-width: 600px) {
              .popup-portfolio .portfolio-item {
                width: 320px;
              }
            }
            @media (min-width: 992px) {
              .popup-portfolio .portfolio-item {
                width: 273px;
              }
            }
            @media (min-width: 1024px) {
              .popup-portfolio .portfolio-item {
                width: 370px;
              }
            }
*/
            .portfolio-item {
              margin-bottom: 15px;
            }
            .portfolio-item > .inner-content {
              position: relative;
              display: block;
              overflow: hidden;
            }
            .portfolio-item > .inner-content:hover {
              cursor: pointer;
            }
            .portfolio-item > .inner-content:hover > .portfolio-content {
              display: block;
            }
            .portfolio-item > .inner-content > .portfolio-content {
              display: none;
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              z-index: 10;
              background-color: #000;
              opacity: 0.7;
              filter: alpha(opacity=70);
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
              -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
              -webkit-transition-property: transform;
              transition-property: transform;
              -webkit-transform: translateZ(0);
              transform: translateZ(0);
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail {
              width: 100%;
              height: 100%;
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a {
              text-align: center;
              display: table;
              width: 100%;
              height: 100%;
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a > .portfolio-text {
              display: table-cell;
              vertical-align: middle;
              padding: 0 15px;
              color: #fff;
              letter-spacing: 0.2em;
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a > .portfolio-text h4 {
              text-transform: uppercase;
              font-size: 20px;
              font-weight: 300;
              margin-bottom: 10px;
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a > .portfolio-text p {
              text-transform: uppercase;
              font-size: 14px;
              font-weight: 300;
              margin-bottom: 0px;
            }
            .portfolio-item > .inner-content > img {
              -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
              -webkit-transition-property: transform;
              transition-property: transform;
              -webkit-transform: translateZ(0);
              transform: translateZ(0);
            }
            /*---------------------------------------------------------------------*/
            /*  10.1. PORTFOLIO HOVER EFFECT 1 - GROW 
            /*---------------------------------------------------------------------*/
            .portfolio-item.grow > .inner-content:hover > img {
              -webkit-transform: scale(1.2);
              transform: scale(1.2);
            }

/*new style*/
.RWDproduct002 .showbottom a{
  text-align: left; text-decoration: none;color: inherit;
}
.RWDproduct002 .showbottom a:hover{
   text-decoration: none;
}

.RWDproduct002 .showbottom .portfolio-content{
  display:none!important;
}
.RWDproduct002 .showbottom:hover .inner-content > img {
              -webkit-transform: scale(1.2);
              transform: scale(1.2);
}

.RWDproduct002 .showbottom:hover .portfolio-bottom h4{
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
  color:#19509D;
}  
.RWDproduct002 .showbottom .btn_area{text-align:center;}
.RWDproduct002 .showbottom .btn_add2car{
    background-color: transparent;
    color: #333333;
    padding: 5px 40px;
    display: inline-block;
    width: auto;
    border-radius: 5px;
    border:1px solid #BABABA;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
}

.RWDproduct002 .showbottom:hover .portfolio-bottom .btn_add2car{
    background-color: #1D5377;
    color: #FFFFFF;
    border:1px solid #1D5377;
}

/*
@media (min-width: 992px){
    .popup-portfolio .portfolio-item.col-md-4 { width:calc((100% / 3) - 0.1px);}
}
@media (min-width: 768px){
    .popup-portfolio .portfolio-item.col-sm-4 { width:calc((100% / 3) - 0.1px);}
}
*/
/*END*/
/* load file model/lib/RWDproduct002/model.css */
.RWDproduct002 .btn_area{
	display: block;
	text-align: center;
}
.RWDproduct002 a.btn_add2car{
    display: inline-block;
    margin: 10px auto;
    padding: 3px 25px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #525252;
}

.RWDproduct002 a.btn_add2car:hover{
	transition: all 0.5s ease 0s;
	background-color: #525252;
	color:#FFFFFF;
}

.boxstand .heading {margin-bottom: 20px;clear: both;text-align: center;    border-radius: 0 !important;}
.boxstand .heading h2:before {right: 100%;}
.boxstand .heading h2:after {left: 100%;}
.boxstand .heading h2:before, .boxstand .heading h2:after {width: 100%;content: ' ';width: 70%;position: absolute;border-width: 1px;border-color: #bbb;top: 15px;height: 6px;border-top-style: solid;border-bottom-style: solid;}
.boxstand .heading h2 {color: #687074;font-size: 24px;font-weight: normal;padding: 0 12px;position: relative;display: inline-block;line-height: 34px !important;margin-top: 5px;text-shadow: none;}
.boxstand .heading p{color: #888;font-size: 14px;}
.bx-pagerx a {
  width:35px;
  height:35px;
  display:block;
  border:1px solid #dddddd;
 
-moz-background-size:contain;
-webkit-background-size:contain;
-o-background-size:contain;
background-size:contain;
}
.bx-wrapper{margin-bottom:7px;}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border:  0px;
}

.bx-wrapper .bx-prev{margin-left:-55px;}
.bx-wrapper .bx-next{margin-right:-55px;}
.bx-wrapper .bx-viewport{left:0px;}


 .standNavigation {text-align: center; margin-top: -32px}
 .standNavigation a.stand-btn {color: #ccc;width: 30px;height: 30px;font-size: 17px;cursor: pointer;line-height: 26px;text-align: center;display: inline-block;border: 2px solid #ddd;border-radius: 50% !important;text-decoration: none;position: absolute;}
 .standNavigation a.stand-btn:hover {color: #555;border-color: #777;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
 .standNavigation a.stand-btn.stand_prev i {margin-left: -2px;}
 .standNavigation a.stand-btn.stand_next i {margin-right: -2px;}

 .standNavigation a.stand-btn.stand_prev {left:0px;}
 .standNavigation a.stand-btn.stand_next {right:0px;}
.nbg{background-color: #c3c3c3;color:#FFFFFF;    border-radius: 0px;}
.nbg option{ background-color: #FFFFFF;color:#666666;margin:3px;border-bottom:1px solid #c3c3c3; }
.title-price{color:#c9253c;font-size:18px;}
.fix-price{color:#687074;font-size:14px;text-decoration: line-through;}
.btn-success{border-radius: 0px;width:100%;background-color: #18ab9b;border:1px solid #18ab9b;}


.boxstand{
    background-color:#ffffff;width:550px;height:420px;padding:30px;
}
.box_photo{width:240px;float:left;position:relative;}
.box_photo li{width:159px;height:218px;}
.box_info{width:200px;float:left;position:relative;margin-left:20px;}
@media (max-width: 600px) {
    .boxstand{width:90%;height:auto;}
    .box_photo{width:100%;float:none;}
    .box_info{width:100%;float:none;margin-left:0px;margin-top:52px;}  
    .bx-pagerx a{width:50px;height:50px;}
}

.bx-wrapper .bx-viewport{
    box-shadow:none!important;
    border:0px!important;
    left:0px!important;
}
.bx-wrapper{margin-bottom:0px!important;}
.standNavigation a{display:block;}
/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load file model/lib/RWDedictor002/css/model.css */
.RWDedictor002 .section-subject{text-align:center;margin-bottom:50px}.RWDedictor002 .main-title{font-size:48px;margin:0px;color:#222;font-weight:300}.RWDedictor002 .sub-title{font-size:22px;margin:18px 0 0;color:#222;font-weight:300}.RWDedictor002 .section-line{background-color:#222;display:inline-block;height:1px;width:100px;margin-top:50px}.RWDedictor002{color:#222}.RWDedictor002 .carousel-container{padding-bottom:40px}@media(min-width: 1024px){.RWDedictor002 .carousel-container{padding-bottom:0px}}.RWDedictor002 .RWDedictor002-text{text-align:center}@media(min-width: 1024px){.RWDedictor002 .RWDedictor002-text{text-align:left}}.RWDedictor002 .RWDedictor002-text>h4{font-size:25px;text-transform:uppercase}.RWDedictor002 .RWDedictor002-text>p{font-size:18px}.RWDedictor002 .RWDedictor002-text>.page-scroll{padding-top:10px}.RWDedictor002 .section-content{padding-top:70px;padding-bottom:80px}.RWDedictor002 .btn.btn-rj{background-color:var(--wt-BtnEmptyColor, #1abc9c);border-color:var(--wt-BtnEmptyColor, #1dd2af);color:#fff;text-transform:uppercase;-webkit-transition:all .3s;transition:all .3s}.RWDedictor002 .btn.btn-rj:hover,.RWDedictor002 .btn.btn-rj:focus{background-color:var(--wt-HoverColor, #17a689);border-color:var(--wt-HoverColor, #1dd2af);color:#fff}
/*END*/