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

/* template_id RWDBASE_PAT01 */
/* load db model003 */
.model003 .sub_menu_list{float: right;}
.model003 .sub_menu_list a{
	font-size: 13px;
	color: #101010;
	font-family: 微軟正黑體;
	line-height: 40px;
}
.model003 .sub_menu_list a:hover{
	color: #8a8989;
}

.model003 .sub_menu_list0 {
	font-size: 13px;
	color: #101010;
	font-family: 微軟正黑體;
	line-height: 40px;
	float: right;
	margin: 0px 7px;
}

.model003 .sub_menu_list .m_stitle{display: none;}
.model003 .sub_menu_list  a:hover .m_stitle{display: inline-block;}
.model003 .sub_menu_list  a:hover .m_title{display: none;}
/*END*/
/* load db web_search */
/**
* 網站搜尋
**/
.web_search {border:1px solid transparent;}
.web_search .searchkey{float:left;position:relative;}
.web_search .searchkey input{border: medium none;line-height:30px;height:30px;padding:0px 5px;width: 149px;margin:0 5px}
.web_search .btn{display: inline-block;padding:0px 10px;line-height: 30px;font-size:13px;float:left;text-align: center;cursor:pointer;}

.web_search {background-color:#1a1a1a;}
.web_search {border-color:#1a1a1a;}
.web_search input{color:#909090;}
.web_search input{background:#1a1a1a;}
.web_search .btn{background:transparent;}
.web_search .btn{color:#7b7b7b;}
.web_search .btn:hover{color:#ffffff;}
/*END*/
/* 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 RWDfalink */
.RWDfalink{float:right;}
.RWDfalink i {
  font-size: 18px;
  padding: 0 6px;
  display: inline-block;
  color: #777777;
}
.RWDfalink a {
    color: #428bca;
}

.RWDfalink i img {
    height: auto;
    max-width: 100%;
    min-height: 20px;
    min-width: 20px;
    vertical-align: middle;
}
/*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 RWDProduct012 */
.RWDProduct012{
            
            padding-top:0
        }


.RWDProduct012 .bgcolor{
  background-color:transparent;
}

        /* pad*/
        @media(max-width:600px){
            .RWDProduct012{
                padding:80px 0
            }
        }


        .product-section .item-box{
            position:relative;
            float:left;
            width:250px;
            margin:0 5.7%;
            margin-bottom:20px;
        }

        /*pad*/
        @media (max-width:1100px){
            .RWDProduct012 .item-box{
                width:160px;
                margin: 0 5.3%;
            }
        }

        /*phone*/
        @media (max-width:600px){
            .RWDProduct012 .item-box{
                width:80%;
                margin:0 auto;
                margin-bottom:20%;
                float:none
            }
        }


        .RWDProduct012 .second-item{
            border-radius:99em;
            position:relative;
            box-shadow:1px 1px 10px rgba(49, 49, 49, 0.59)
        }

        .RWDProduct012 .second-item img{
            border-radius:99em;
            width:100%;
        }

        .RWDProduct012 .circle-btn{
            width:60px;
            height:60px;
            border-radius:99em;
            background-color:#333;
            padding:5px;
            position:absolute;
            left:50%;
            bottom:-11%;
            margin-left:-31px;
            box-shadow:1px 1px 10px rgba(0, 0, 0, 0.59);
            transition:all 0.2s ease-out;
            webkit-transition:all 0.2s ease-out;
            -moz-transition:all 0.2s ease-out;
            -o-transition:all 0.2s ease-out;
            -ms-transition:all 0.2s ease-out;cursor:pointer
        }

        .RWDProduct012 .circle-btn:hover{
            background-color:#565656;
            transition:all 0.2s ease-out;
            webkit-transition:all 0.2s ease-out;
            -moz-transition:all 0.2s ease-out;
            -o-transition:all 0.2s ease-out;
            -ms-transition:all 0.2s ease-out
        }

        .RWDProduct012 .item-box .item-title{
            width:100%;
            text-align:center;
            letter-spacing:5px;
            font-size:14px;
            color:#000;
            margin-top:20%;
            margin-bottom:5%;
            height:21px;
        }

        .RWDProduct012 .item-box .item-text{
            text-align:center;
            font-size:14px;
            color:#999;
            min-height:50px;
        }

        .RWDProduct012 .main-title{
            font-size:48px;
            text-align:center;
            color:#a59169;
            margin-bottom:4%;
            line-height:60px
        }

        /* phone*/
        @media(max-width:600px){
            .RWDProduct012 .main-title{
                font-size:36px
            }
        }


        .RWDProduct012 .sub-title{
            font-size:16px;
            letter-spacing:5px;
            text-align:center;
            color:#212121
        }

        .RWDProduct012 .section-line{
            width:100px;
            height:1px;
            margin:0 auto;
            margin-top:50px;
            margin-bottom:50px;
            background-color:#353535
        }
/*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 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 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 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 db scrollTop001 */
.scrollTop001{
	transition: bottom 0.5s ease 0s;
	width: 83px;
	height: 123px;
	position: fixed;
	bottom: 10%;
	right: 25px;
	opacity: 0;
	text-align: center;	
	cursor:pointer;
	z-index: 75;
}
.scrollTop001 .icon{width:100%;height:100%;background: transparent url(../../model/sample/baseimg/scrollTop001/scrolltop.png) center center no-repeat;}
.scrollTop001:hover .icon{
  opacity:0.5;-moz-opacity:0.5;-khtml-opacity: 0.5; filter:alpha(opacity=50);
}
/*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*/
/* load file model/lib/RWDproduct004/css/model.css */
.RWDproduct004{width:100%;overflow-x:hidden}.RWDproduct004 figure{margin-top:0px}.RWDproduct004 section{background-attachment:fixed;background-position:center center;background-repeat:no-repeat;background-size:cover !important;border-bottom:1px solid rgba(0,0,0,.1);-webkit-box-sizing:border-box !important;box-sizing:border-box !important;display:block;padding:80px 0;position:relative;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}.RWDproduct004 a{text-decoration:none}.RWDproduct004 a[href="javascript:void(0)"]{cursor:default}.RWDproduct004 section::after,.RWDproduct004 section::before{content:" ";display:table}.RWDproduct004 .callout-dark{background-color:#252525;color:#fff;position:relative;z-index:10;border-radius:0}.RWDproduct004 .heading-title.heading-arrow-bottom::after{border-left:20px solid rgba(0,0,0,0);border-right:20px solid rgba(0,0,0,0);border-top:20px solid #252525;bottom:-20px;content:" ";height:0;left:50%;margin-left:-20px;position:absolute;width:0}.RWDproduct004 header.section-header{margin-bottom:80px}.RWDproduct004 .weight-300{font-weight:300 !important}.RWDproduct004 .section-subject{text-align:center}.RWDproduct004 h1.main-title{margin:0px;color:#414141;font-size:48px;font-weight:300}.RWDproduct004 h2.sub-title{margin:18px 0 0;color:#8ab933;font-size:22px;font-weight:300}.RWDproduct004 .size-13{font-size:13px !important;line-height:17px !important}.RWDproduct004 .margin-bottom-40{margin-bottom:40px !important}.RWDproduct004 .heading-title.heading-arrow-top h1,.RWDproduct004 .heading-title.heading-arrow-bottom h1{color:#fff;margin:0}.RWDproduct004 .size-40{font-size:40px !important;line-height:46px !important}.RWDproduct004 .nopadding{padding:0 !important}.RWDproduct004 #portfolio{overflow:hidden}.RWDproduct004 #portfolio.portfolio-nogutter .row>div,.RWDproduct004 #portfolio.portfolio-nogutter .item-box{margin:0 !important;padding:0 !important}.RWDproduct004 .item-box{border-radius:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);margin:0;overflow:hidden;position:relative}.RWDproduct004 .mix-grid .item-box,.RWDproduct004 #portfolio .item-box{-webkit-box-shadow:none;box-shadow:none}.RWDproduct004 .mix-grid .item-box,.RWDproduct004 #portfolio .item-box{-webkit-box-shadow:none;box-shadow:none}.RWDproduct004 #portfolio.portfolio-nogutter .row>div,.RWDproduct004 #portfolio.portfolio-nogutter .item-box{margin:0 !important;padding:0 !important}.RWDproduct004 .item-box figure{display:block;margin-bottom:0;overflow:hidden;position:relative;text-align:center;width:100%}.RWDproduct004 .overlay{background-color:rgba(0,0,0,.5);bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transition:all 1s ease 0s;transition:all 1s ease 0s;z-index:1}.RWDproduct004 .item-box .item-hover{background-color:rgba(0,0,0,.5);opacity:0;position:absolute;left:0;right:0;top:0;bottom:0;text-align:center;color:#fff;-webkit-transition:all .3s;transition:all .3s}.RWDproduct004 .item-box .item-hover,.RWDproduct004 .item-box .item-hover button,.RWDproduct004 .item-box .item-hover a{color:#fff}.RWDproduct004 .item-box .item-hover .inner{position:absolute;display:block;left:0;right:0;top:50%;margin-top:-10px;margin-bottom:0;width:100%;z-index:100;line-height:23px}.RWDproduct004 .item-box:hover .item-hover{opacity:1}.RWDproduct004 .item-box .item-hover .inner .ico-rounded>span{color:#666;background-color:#fff;width:50px;height:50px;line-height:50px !important;margin:-20px 5px 0 5px;-webkit-transition:all .3s;transition:all .3s;-webkit-border-bottom-right-radius:20px;-webkit-border-top-left-radius:20px;-moz-border-radius-bottomright:20px;-moz-border-radius-topleft:20px;border-bottom-right-radius:20px;border-top-left-radius:20px}.RWDproduct004 .item-box .item-hover .inner .ico-rounded:hover>span{color:#8ab933}.RWDproduct004 div.row>div img.img-responsive{width:100%}.RWDproduct004 img.img-responsive{display:inline-block}.RWDproduct004 .item-box-desc{margin-bottom:10px;overflow:hidden;padding:30px 20px 20px;text-align:left !important}.RWDproduct004 #portfolio div.col-md-3 h2,.RWDproduct004 #portfolio div.col-md-3 h3{margin:0;padding:0;color:#111;font-size:18px;font-weight:600;line-height:18px;letter-spacing:normal}.RWDproduct004 .list-inline{list-style:outside none none;margin-left:-5px;padding-left:0;margin:0 !important;margin-bottom:30px}.RWDproduct004 .list-inline a{color:#999;font-size:12px;letter-spacing:0}.RWDproduct004 .item-box .item-hover.active{opacity:1}
/*END*/