@charset "utf-8";

/*------------------------------*/
/*          $Catalog
--------------------------------*/
/**
* $Catalog                目錄
* $Global                 全域變數
* $Navbar                 主選單
* $Sidebar & breadcrumbs  側邊攔與麵包削
* $Productlist            商品列表頁
* $Product                產品頁
* $Newslist               最新消息列表頁
* $EditModeLayout         內文編輯模式編排
**/
a:hover {
  text-decoration: none;
  cursor: pointer;
}

/*------------------------------*/
/*          $Navbar
--------------------------------*/
/*-----------nav更改--------------*/
@media (min-width: 1200px) {
  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.navbar .navbar-nav > li > a {
  border-bottom: 4px solid transparent;
}

.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover {
  border-bottom: 4px solid transparent;
  border-image: -webkit-linear-gradient(left, #05bbe3 0%, #48bb46 100%);
  border-image: -o-linear-gradient(left, #05bbe3 0%, #48bb46 100%);
  border-image: linear-gradient(to right, #05bbe3 0%, #48bb46 100%);
  border-image-slice: 1;
  background: -webkit-linear-gradient(left, #05bbe3 0, #48bb46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #000;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
}

.fa-bars,
.fa-times {
  font-size: 20px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

/*.translate {
	margin-top: 65px;
}*/
@media (max-width: 1199px) {
  .navicon {
    display: none;
  }

  .dropdown-toggle {
    position: relative;
  }

  .translate {
    margin-top: 0px;
    margin-left: 10px;
  }
}

.navbar {
  background-color: #fff;
  z-index: 9999999;
  position: fixed;
  border-radius: 0px;
  top: 0;
  width: 100%;
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out,
    all 0.5s;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}

#carousel-generic {
  margin-top: 100px;
}

.navbar-nav > li > a {
  font-size: 16px;
  padding: 10px 11px;
}

.navbar-toggle,
.navbar-search-xs {
  margin-top: 38px;
  font-size: 18px;
}

@media (max-width: 994px) {
  .navbar-toggle,
  .navbar-search-xs {
    margin-top: 25px;
  }

  .navbar-brand {
    text-align: center;
    height: 80px;
    padding: 0px;
    margin-bottom: 10px;
  }

  .navbar-brand img {
    width: 245px;
  }
}

@media (max-width: 320px) {
  .navbar-brand {
    width: 65%;
    margin-left: 15px;
    height: 60px;
  }

  .navbar-brand img {
    width: 100%;
    height: auto;
  }
}

.dropdown-menu .container {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/*.dropdown-menu>.container>li>a {
	font-size: 15px;
	display: block;
	clear: both;
	font-weight: 400;
	padding: 8px 20px;
	color: #333;
	white-space: nowrap;
}*/

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: transparent;
}

.navbar-nav li a {
  color: #000;
  padding-bottom: 16px;
}

.top-nav-collapse .dropdown-menu {
  display: none;
}

@media (max-width: 1200px) {
  .navbar {
    position: relative !important;
  }

  .navbar-nav li a,
  .topmenutitle {
    padding: 5px 15px;
    display: block;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
    /*height: 115px;*/
    padding: 15px 0 0px 0;
  }

  .navbar-nav {
    margin-top: 65px !important;
  }

  .dropdown-menu {
    display: none;
    position: fixed;
    border-radius: 0px;
    z-index: 12;
    width: 100%;
    top: 115px !important;
    left: 0 !important;
    background: #f1f2f6;
    border: 0px !important;
    min-height: 50px;
    text-align: center;
    padding: 30px 0 20px 0;
  }

  .dropdown-menu > .container > li {
    display: inline-block;
    padding: 0 2%;
    border-right: 1px solid #e6e7e9;
    vertical-align: top;
    text-align: left;
  }

  .navbox02 > .dropdown-menu > .container > li {
    min-height: 320px;
  }

  .dropdown-menu > .container > li > a {
    display: inline-block;
    padding: 0 20px;
    clear: none;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
  }

  .dropdown-menu > .container > li > a:focus,
  .dropdown-menu > .container > li > a:hover {
    color: #333333;
    background-color: transparent;
  }
}

.topmenutitle {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

.menu_inside a {
  line-height: 2;
  color: #6e6e6e !important;
}

.menu_inside a:hover {
  color: #48bb46 !important;
}

/*--------------一頁式nav----------------*/

.navbar-scrolled {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff !important;

  transition: 0.5s;
}

#mainNav.navbar-scrolled .navbar-nav li a {
  color: #000;
}

.navbar-scrolled .navbar-brand {
  width: 240px;
  padding: 5px 0px;
}

.navbar-scrolled .navbar-nav {
  margin-top: 40px !important;
}

@media (min-width: 1201px) {
  #mainNav .navbar-nav li a {
    color: #fff;
  }

  #mainNav.navbar {
    background-color: transparent;
  }

  #mainNav.navbar .navbar-nav > .open > a,
  #mainNav.navbar .navbar-nav > .open > a:focus,
  #mainNav.navbar .navbar-nav > .open > a:hover,
  #mainNav.navbar .navbar-nav > li > a:focus,
  #mainNav.navbar .navbar-nav > li > a:hover {
    border-bottom: 4px solid transparent;
    border-image: -webkit-linear-gradient(left, #05bbe3 0%, #48bb46 100%);
    border-image: -o-linear-gradient(left, #05bbe3 0%, #48bb46 100%);
    border-image: linear-gradient(to right, #05bbe3 0%, #48bb46 100%);
    border-image-slice: 1;
    background: -webkit-linear-gradient(left, #fff 0, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
  }
}

#mainNav.navbar-scrolled.navbar .navbar-nav > .open > a,
#mainNav.navbar-scrolled.navbar .navbar-nav > .open > a:focus,
#mainNav.navbar-scrolled.navbar .navbar-nav > .open > a:hover,
#mainNav.navbar-scrolled.navbar .navbar-nav > li > a:focus,
#mainNav.navbar-scrolled.navbar .navbar-nav > li > a:hover {
  border-bottom: 4px solid transparent;
  border-image: -webkit-linear-gradient(left, #05bbe3 0%, #48bb46 100%);
  border-image: -o-linear-gradient(left, #05bbe3 0%, #48bb46 100%);
  border-image: linear-gradient(to right, #05bbe3 0%, #48bb46 100%);
  border-image-slice: 1;
  background: -webkit-linear-gradient(left, #05bbe3 0, #48bb46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
}

.sidebar {
  position: fixed;
  right: 0px;
  top: 40%;
  transform: translate(0, -50%);
  color: #fff;
  z-index: 2;
  background: #319023;
  min-width: 150px;
  border-radius: 10px 0 0 10px;
  text-align: left;
  font-size: 15px;
}

.sidebar li.sidebartitle {
  background: #339924;
  padding-left: 15px;
  border-radius: 10px 0 0 0px;
  color: #fffc01;
}

.sidebar li {
  line-height: 40px;
}

.sidebar li a {
  display: block;
  color: #fff;
  padding-left: 15px;
  border-bottom: 1px dashed #27741c;
}

.sidebar li:nth-child(5) a {
  border-bottom: 0px dashed #27741c !important;
}

.sidebar li a:hover {
  background: #2a7b1e;
}

.sidebar li:nth-child(5) a:hover {
  border-radius: 0px 0 0 10px;
}

@media (max-width: 500px) {
  .sidebar {
    top: 65%;
  }
}

/*------------------------------*/
/*     $Sidebar & breadcrumbs
--------------------------------*/
/* 側邊導覽列標題樣式 */
ol.breadcrumb,
#LinkContainer,
ul.breadcrumb,
.nav_cate_current,
.categoriesbar,
.aside-title,
.newsbar {
  color: #000;
  padding: 0px;
  margin-bottom: 0px;
}

/* 商品頁的商品名稱 */
.features-box > .view > .mask > h2,
.features-box > a > h4 {
  font-size: 16px;
  color: #000;
  margin-top: 0px;
  display: inline-block;
}

.features-box > a > h4 {
  margin-top: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

/*------------------------------*/
/*    $Productlist
--------------------------------*/
/* 商品項目圓角 */
.li-item {
  border-radius: 4px;
}

/*------------------------------*/
/*    $Product
--------------------------------*/
/* 產品二十圖預設標題樣式 */
.brinfo {
  display: none;
}

/*------------------------------*/
/*     $Newslist
--------------------------------*/
/* 避免浮動圖片超出 */
.newslist {
  background-color: #fff;
  transition: all 0.4s ease;
  min-height: 404px;
  max-height: 404px;
}

/*.newslist:hover,.newslist:focus
{box-shadow: 4px 4px 10px #999;}
*/
@media screen and (max-width: 767px) {
  .news_imgBox-inner {
    float: none;
    width: 100%;
    padding-top: 0;
  }

  .news_imgBox-fit {
    position: relative;
  }
}

.NEWS_type {
  clear: both;
  overflow: hidden;
}

.NEWS_type li {
  float: left;
  width: 140px;
}

.badge {
  background-color: #48bb46;
}

.news-wrapper .text-center {
  clear: both;
}

h4.news_title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_author {
  display: none;
}

.newslist .caption {
  overflow: hidden;
}

.news_info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/*------------------------------*/
/*       $EditModeLayout
--------------------------------*/
.Pro_content,
.Pro_content2 {
  margin-bottom: 24px;
}

.Pro_content ol,
.Pro_content ul,
.Pro_content2 ol,
.Pro_content2 ul {
  font-size: 16px;
  line-height: 2;
}

.GoodsDescrBody2 .alltext,
.alltext {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0px;
}

/*------------------------------*/
/*          $translate
--------------------------------*/
/* 下拉式選單樣式 */
#google_translate_element .goog-te-combo {
  background-color: #0068b6;
}

.doc-wrapper p {
  font-size: 16px;
}

/*----------------box1--------------------------*/
.box1 {
  overflow: hidden;
}

.txt,
.box1pic {
  min-height: 450px;
}

.box1 .box1pic01 {
  background: url(/hipershop/rwd1427/store/F3/box1pic01.jpg) no-repeat center
    center;
  background-size: cover;
}

.box1 .box1pic02 {
  background: url(/hipershop/rwd1427/store/F3/box1pic02.jpg) no-repeat center
    center;
  background-size: cover;
}

.box1 .box1pic03 {
  background: url(/hipershop/rwd1427/store/F3/box1pic03-2.jpg) no-repeat center
    center;
  background-size: cover;
}

.box1 .box1img01 {
  background: url(/hipershop/rwd1427/store/F3/box1img01.jpg) no-repeat center
    center;
  background-size: cover;
}

.box1 .box1img02 {
  background: url(/hipershop/rwd1427/store/F3/box1img02.jpg) no-repeat center
    center;
  background-size: cover;
}

.box1 .box1img03 {
  background: url(/hipershop/rwd1427/store/F3/box1img03.jpg) no-repeat center
    center;
  background-size: cover;
}

.box1 .box1img04 {
  background: url(/hipershop/rwd1427/store/F3/box1img04.jpg) no-repeat center
    center;
  background-size: cover;
}

.box1 .box1img05 {
  background: url(/hipershop/rwd1427/store/F3/box1img05.jpg) no-repeat center
    center;
  background-size: cover;
}

.box1 .box1img06 {
  background: url(/hipershop/rwd1427/store/F3/box1img06.jpg) no-repeat center
    center;
  background-size: cover;
}

.box1 .box1img07 {
  background: url(/hipershop/rwd1427/store/F3/box1img07.jpg) no-repeat center
    center;
  background-size: cover;
}

.box1 .box1img08 {
  background: url(/hipershop/rwd1427/store/F3/box1img08.jpg) no-repeat center
    center;
  background-size: cover;
}

.box1 img {
  width: 100%;
  max-width: 100%;
}

.box1 .txt {
  padding: 13% 13% 5% 13%;
  background: url(../../images/box1bg.jpg) no-repeat right bottom;
}

.box1 h3 {
  font-size: 30px;
  color: #4b4b4b;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: 2.8px;
}

.box1 h4 {
  font-size: 24px;
  color: #313131;
  margin-bottom: 40px;
  letter-spacing: 1.5px;
  margin-bottom: 28px;
}

.box1 p {
  font-size: 18px;
  color: #767676;
  letter-spacing: 1px;
  line-height: 110%;
  margin-bottom: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.btn_more {
  border: 1px solid #dedede;
  color: #767676;
  padding: 15px 35px;
  font-size: 15px;
  float: right;
}

.btn_more:hover {
}

@media (max-width: 1600px) {
  .txt,
  .box1pic {
    min-height: 410px;
  }
}

@media (max-width: 991px) {
  .txt,
  .box1pic {
    min-height: 320px;
  }

  .box1 .txt {
    padding: 5% 13% 7% 13%;
    border-bottom: 1px solid #f6f6f6;
  }
}

@media (max-width: 500px) {
  .txt,
  .box1pic {
    min-height: 200px;
  }

  .box1 h3 {
    font-size: 27px;
  }

  .box1 h4 {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .box1 p {
    margin-bottom: 35px;
  }
}

/*----------------最新消息--------------------------*/
.news_readmore a {
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #fff;
  margin: 40px 40% 0px 40%;
  color: #fff;
}

@media (max-width: 600px) {
  .news_readmore a {
    margin: 40px 30% 0px 30%;
  }
}

.pic {
  width: 100%;
}

#rwdnews_list .card-category {
  display: none;
}

.entry-title {
  color: #fff;
  margin-bottom: 50px;
}

.newscontent span {
  display: inline-block;
  color: #fff;
  background: #47ccc8;
  border-radius: 20px;
  padding: 5px 15px;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}

.newscontent h4 {
  margin: 0 auto 5px auto;
}

.newscontent h4 a {
  width: 100%;
  font-size: 17px;
  color: #141414;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 50px;
  line-height: 1.6;
}

.rwdnewsli .pic img {
  width: 100%;
  max-width: 100%;
}

.newscontent p {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  color: #a8acbe;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 66px;
  min-height: 66px;
  text-align: justify;
  margin-bottom: 0px;
}

.release {
  padding: 70px 0 90px 0;
  background: url(../../images/releasebg.jpg) fixed no-repeat center;
  background-size: cover;
}

@media (max-width: 500px) {
  .release {
    padding: 45px 0 70px 0;
  }
}

#rwdnews_list .swiper-slide {
  background: #fff;
}

#rwdnews_list .newscontent {
  clear: both;
  padding: 25px 25px 30px 25px;
}

.release .swiper-button-next,
.release .swiper-button-prev {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #47ccc8;
  outline: none;
  top: 40%;
}

@media (max-width: 1400px) {
  .release .swiper-button-next,
  .release .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}

.release .swiper-button-next {
  right: -120px;
}

.release .swiper-button-prev {
  left: -120px;
}

.release .swiper-button-next span,
.release .swiper-button-prev span {
  display: block;
  width: 36px;
  padding-top: 15px;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .release .swiper-button-next span,
  .release .swiper-button-prev span {
    padding-top: 7px;
  }
}

.release .swiper-button-next path,
.release .swiper-button-prev path {
  fill: #fff;
}

.release .swiper-button-next.swiper-button-disabled,
.release .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

@media screen and (max-width: 1400px) {
  .release .swiper-button-next {
    right: 0;
  }

  .release .swiper-button-prev {
    left: 0;
  }
}

@media screen and (max-width: 576px) {
  .release .swiper-button-next,
  .release .swiper-button-prev {
    display: none;
  }
}

/*-----------------box4-----------------*/
.box4 .img-responsive {
  width: 100%;
}

.box4 {
  position: relative;
  background-image: url(../../images/waves.png), url(../../images/boxbg.png);
  padding: 75px 0px 45px 0;
  background-repeat: repeat, no-repeat;
  background-position: center, right;
}

.box4 a:hover img {
  transform: scale(1.2);
  transition: 0.5s;
}

.box4 a img {
  transition: 0.5s;
}

.box4 a {
  display: block;
  color: #fff;
  overflow: hidden;
}

.box4 .box4_inside {
  margin-bottom: 20px;
}

.box4 a h4 {
  position: absolute;
  bottom: 0;
  left: 30px;
  text-align: center;
  background-color: #47ccc8;
  padding: 10px 35px;
  border-radius: 20px;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
  .box4 a h4 {
    font-size: 1.1em;
    padding: 8px 25px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 320px) {
  .box4 a h4 {
    padding: 8px 15px;
    left: 20px;
  }
}

/*-----------------onepages-----------------*/
.box5 a {
  color: #fff;
}

.box5 a:hover {
  color: #47ccc8;
}

.box5 {
  min-height: 200px;
  text-align: center;
  background: url(../../images/releasebg.jpg) no-repeat left center;
  padding: 4% 0;
  overflow: hidden;
  background-size: cover;
  color: #fff;
}

.fixedslider {
  position: relative;
  height: 900px;
  background: url(../../images/onepagebanner01.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
}

.fixeimg {
  position: absolute;
  bottom: 130px;
  margin: auto;
  width: 100%;
}

.fixeimg img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .fixedslider {
    height: 500px;
  }

  .fixeimg {
    bottom: 50px;
  }
}

.fixedslider .linkbox a {
  color: #fff;
}

.fixedslider .linkline {
  background-color: #fff;
}

.fixedslider .linkbox a.fblink {
  background-color: transparent;
}

.fixedslider .linkbox a.inlink {
  background-color: #055873;
}

.fixedslider .linkbox a.fblink:hover {
  background-color: #055873;
}

@media screen and (min-width: 1200px) {
  .fixedslider .linkbox {
    top: 40%;
    left: 10%;
  }
}

.box5 img,
.box5txt {
  display: inline-block;
}

.box5txt {
  vertical-align: middle;
}

.box5 h4 {
  font-size: 21px;
  margin-top: 16px;
  text-align: left;
  margin-bottom: 0px;
}

.box5 p {
  font-size: 16px;
  text-align: left;
}

@media (max-width: 500px) {
  .box5 h4 {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .box5 h4 {
    font-size: 15px;
  }

  .box5 p {
    font-size: 13px;
  }
}

.treatmentbox {
  background: #48bb46;
  border-radius: 8px;
}

/*-.treatmentbox a,.treatmentbox a:hover{ color:#fff !important;}-*/
.navbar-nav li.treatmentbox a {
  padding-bottom: 10px;
}

.navbar-scrolled li.treatmentbox {
  background: transparent;
  border-radius: 0px;
}

/*--------------輪播----------------*/
.topModule {
  position: relative;
}

@media (min-width: 1201px) {
  .topModule {
    margin-top: 115px;
  }
}

.topModule .mainImg {
  position: relative;
}

.topModule .mainImg .copy {
  width: 17.33333%;
  width: 17.33333vw;
  position: absolute;
  z-index: 100;
  position: absolute;
  top: 156px;
  top: 39vw;
  left: 45px;
  left: 12vw;
}

.topModule .mainImg .bx-wrapper .bxslider li {
  width: 100% !important;
}

.bxslider h2 {
  position: absolute;
  bottom: 75px;
  color: #fff;
  font-size: 50px;
  width: 100%;
  text-align: center;
  text-shadow: rgb(102, 102, 102) -1px 1px 9px;
}

.bxslider h2 span {
  font-size: 60px;
}

@media (max-width: 1000px) {
  .bxslider h2 {
    font-size: 40px;
  }

  .bxslider h2 span {
    font-size: 50px;
  }
}

@media (max-width: 710px) {
  .bxslider h2 {
    font-size: 25px;
    bottom: 20px;
  }

  .bxslider h2 span {
    font-size: 35px;
  }
}

@media (min-width: 535px) and (max-width: 767px) {
  .bx-viewport img {
    width: 100%;
  }
}

@media (max-width: 535px) {
  /*	img{
		width: 100%;
	}*/
  .bx-viewport img {
    width: auto;
    height: 350px !important;
  }

  .bx-viewport {
    height: 350px !important;
  }

  .scorlldown {
    display: none;
  }
}

@media (min-width: 768px) {
  .topModule .bxslider li.move {
    overflow: hidden;
    animation: sdb 8s linear forwards;
  }

  @keyframes sdb {
    100% {
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
    }
  }

  .topModule .mainImg {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: 1.2s ease-in-out;
    -moz-transition: 1.2s ease-in-out;
    -o-transition: 1.2s ease-in-out;
    transition: 1.2s ease-in-out;
  }

  .topModule .mainImg.load {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }

  .topModule .mainImg .bx-wrapper .bxslider li {
    background-size: cover !important;
  }

  .topModule .mainImg .bx-wrapper .bxslider li img {
    width: 100%;
  }
}

.bx-pager,
.bx-controls-direction {
  display: none;
}

/*bxslider左右按鈕*/
/*.bx-controls-direction {
	display: block;
    top: 30%;
    left: 3%;
    z-index: 1000;
}
.bx-controls-direction a{
	position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-prev{
	left: 15px;
    background: url(../../images/controls.png) no-repeat;
}
.bx-prev:hover{
	background: url(../../images/controls.png) no-repeat 0px -32px;;
}

.bx-next{
	right: 15px;
    background: url(../../images/controls.png) no-repeat -43px 0px;
}
.bx-next:hover{
	background: url(../../images/controls.png) no-repeat -43px -32px;
}*/

.scorlldown {
  width: 1px;
  /*height: 45px;*/
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 50px;
  background-color: #fff;
  z-index: 8888;
}

.scorlldown span {
  display: block;
  position: absolute;
  left: -32px;
  bottom: -25px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.linkbox {
  position: absolute;
  top: 30%;
  left: 3%;
  z-index: 8888;
}

.linkbox a {
  display: inline-block;
  color: #000;
  transition: 0.3s;
  margin-left: 10px;
  padding: 6px 11px;
  border-radius: 50%;
  font-size: 16px;
  width: 35px;
  height: 35px;
}

.linkbox a.fblink {
  color: #fff;
  background-color: #47ccc8;
  padding: 8px 13px;
}

.linkbox a.inlink:hover {
  color: #fff;
  background-color: #47ccc8;
}

.linkline {
  width: 1px;
  height: 60px;
  background-color: #000;
  margin: 10px auto 10px 25px;
}

/*----------------footer-----------------------------*/
.footer {
  background-color: #2d373e;
  color: #d1d1d1;
  padding: 40px 0;
  font-size: 14px;
  line-height: 2;
}

.footer i {
  width: 15px;
}

.footer a {
  color: #d1d1d1;
}

.footer a:hover {
  color: #47ccc8;
  text-decoration: none;
}

.footer .lineright {
  border-right: 1px solid #20272c;
}

.footer .lineleft {
  border-left: 1px solid #354149;
}

@media (max-width: 991px) {
  .footer .lineright {
    border-right: none;
  }

  .footer .lineleft {
    border-left: none;
  }

  .footer {
    padding: 20px 0 10px 0;
  }

  .footerdata {
    padding: 5px 0;
  }
}

footer.onepage_footer {
  padding: 0 50px;
}

footer.onepage_footer img {
  width: 180px;
  display: inline-block;
  float: left;
}

footer.onepage_footer li {
  display: inline-block;
  padding: 25px 15px 20px 15px;
}

@media (max-width: 905px) {
  footer.onepage_footer li {
    display: list-item;
  }

  footer.onepage_footer img {
    width: auto;
  }
}

@media (max-width: 1333px) {
  footer.onepage_footer li {
    padding: 0px 15px 10px 15px;
  }
}

footer.indexfooter {
  border-top: 1px solid #434d55;
  overflow: hidden;
  background-color: #2d373e;
  color: #fff !important;
  padding: 15px;
}

.copyright1 {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .copyright1 {
    line-height: 25px;
  }
}

footer ul {
  float: left;
}

footer ul.footerright {
  float: right;
}

@media (max-width: 640px) {
  footer ul.footerright {
    float: left;
  }
}

footer a {
  display: inline-block;
  color: #2d373e;
  transition: 0.3s;
  margin-left: 10px;
  padding: 6px 11px;
  border-radius: 50%;
  background-color: #47ccc8;
  width: 30px;
  height: 30px;
}

footer a:hover {
  color: #fff;
  background-color: #01b4e2;
}

footer ul > li {
  display: inline-block;
}

/*----------------產品頁------------------*/
@media (min-width: 1200px) {
  .PRO-banner {
    margin-top: 115px;
  }
}

.PRO-banner {
  position: relative;
  width: 100%;
  height: 240px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 0;
  overflow: hidden;
  background-image: url("/hipershop/rwd1427/store/F3/topbg.jpg");
}

.page-title,
.page-title1 {
  position: absolute;
  text-align: center;
  top: 38%;
  width: 100%;
  font-size: 26px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  z-index: 10;
  color: #fff;
  font-family: "Noto Serif TC", "宋體" !important;
  letter-spacing: 2px;
}

.page-title span {
  display: block;
  font-size: 15px;
  margin-top: 8px;
  font-family: Segoe Script !important;
  letter-spacing: 1px;
}

@media (max-width: 500px) {
  .PRO-banner {
    height: 150px;
  }

  .page-title {
    top: 32%;
  }
}

.pro-txt {
  position: relative;
  background-color: #f5f5f5;
  padding: 10px 0px;
  font-size: 15px;
}

.pro-txt a {
  font-size: 15px;
  color: #202020;
}

.pro-txt .icon {
  padding: 0 5px;
  color: #ccc;
}

#clickCtyName,
.search-wrapper .features-box p {
  display: none;
}

.category_menu .topic {
  background-color: #f5f5f5;
}

/*----------------產品內頁------------------*/
#pd_name {
  color: #48bb46;
}

/*------------------------聯絡我們--------------------------*/
.page-header {
  border-bottom: 0px #eee solid;
  padding-bottom: 0px;
  margin: 20px 0px !important;
}

.page-header h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}

.title-color01 {
  font-size: 18px;
  font-weight: bold;
  color: #00bce4;
}

.contactInfoContent {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 20px;
}

.contactMapTitle {
  font-size: 20px;
  margin-bottom: 10px;
  /* color: #00bce4; */
  font-weight: bold;
}

.contactMapItem {
  margin-bottom: 30px;
  border: #eee solid 3px;
  padding: 15px;
}

.contactMapItem iframe {
  width: 100%;
  height: 250px;
  border-width: 0px;
  border-style: none;
}

.contactMapTitle::before {
  content: "\f041";
  font-family: FontAwesome;
  margin-right: 5px;
}

.contactMapTitle span::before {
  content: "\f098";
  font-family: FontAwesome;
  margin: 0px 5px 0px 15px;
  color: #333;
}

.contactInfoContent a,
.contactMapTitle a {
  font-weight: bold;
  color: #000;
}

.contact-wrapper {
  background: url(../../images/box1bg.jpg) no-repeat right bottom;
}

/*側邊樓層往下按鈕*/
@media (min-width: 767px) {
  .category_menu h4 {
    display: none;
  }
}

.fa-angle-down {
  float: right;
}

span.fa.fa-angle-down {
  display: none;
  float: right;
  color: #000;
  font-size: 20px;
  margin: 0px 18px 0 0px;
}

@media screen and (max-width: 767px) {
  .floor_list ul {
    display: none;
  }

  span.fa.fa-angle-down {
    display: block;
  }

  .menu_list {
    margin-bottom: 10px;
  }
}

.category_menu h4 {
  margin-bottom: 30px;
}

/*------------------------------*/
/*          $swiper
--------------------------------*/
.prod_swiper_01 .swiper-slide img {
  width: 100%;
  cursor: pointer;
}

.prod_swiper_01.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.prod_swiper_01 .swiper-slide {
  background-size: cover;
  background-position: center;
}

.prod_swiper_01.gallery-top {
  height: 80%;
  width: 100%;
}

.prod_swiper_01.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.prod_swiper_01.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
}

.prod_swiper_01 .gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #cccccc;
  padding: 3px;
}

.prod_swiper_01 .img-none img {
  width: 100%;
}

@media (max-width: 767px) {
  .prod_swiper_01 #prod_intro {
    margin-top: 20px;
  }
}
