html,
body {
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif; /*overflow-x: hidden;*/
  background: rgb(255, 246, 223) !important;
}

.loginPass{
  display: none;
}

.margintop {
  margin-top: 30px;
}
.title {
  background-color: #d93b3b;
  line-height: 45px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  padding-left: 20px;
  border-radius: 5px 5px 0 0;
}

input#input-qty {
  margin-right: 40px !important;
  border: 1px solid #eeeeee !important;
}
.shopping .dropdown-menu {
  min-width: 350px !important;
}
#keyreply-container {
  display: none;
}
/*--------------------測試-------------------------*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .overlay {
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 4.75em;
  background: #79fac4;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  visibility: hidden;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.hovereffect:hover img {
  -webkit-transform: translate3d(0, -10%, 0);
  transform: translate3d(0, -10%, 0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  float: left;
  margin: 0px;
  display: inline-block;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}
.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
}

.hovereffect:hover p.icon-links a:hover,
.hovereffect:hover p.icon-links a:focus {
  color: #252d31;
}

.hovereffect h2,
.hovereffect p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  visibility: visible;
}

.hovereffect p.icon-links a span:before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hovereffect:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.hovereffect:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hovereffect:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.hovereffect:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/*---------------------end測試---------------------------*/
/*============================購物車調整==================================*/
.nav-dropdown-inner {
  width: 100%;
}
.ul.dropdown-menu {
}
.cart_list h4 {
  text-align: center;
}

.cart_list {
  width: 100% !important;
  padding-left: 2%;
}
.cart_list table {
  float: left;
}
.cart_list table tr td {
  min-width: 80px;
}

.cart_list tr td .btn-danger:hover {
  background-color: #c9302c;
  border-color: #ac2925;
  border-radius: 5% !important;
  border-bottom: 0px !important;
  border: 1px solid #555 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
  background: #286090 !important; /* Old browsers */
}

/*-----------nav更改--------------*/
.input-group {
  width: 160px;
  margin-top: 10px;
  margin-left: 10px;
}
.input-group-btn {
  width: 100px;
}
nav {
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  nav {
    margin-top: 0px;
    margin-bottom: 10px !important;
  }
  .navbar-brand {
    margin-left: 20px;
  }
  /*--.navbar-brand img{
	width:80%;
	height:auto;
}
}--*/
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}
/*--.dropdown:hover .dropdown-menu {display: block;}--*/

.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
}
.btn-warning {
  background-color: #ff5600;
  border: 1px solid #ff5600;
}
.navbar-default {
  background-color: #fff6df !important;
  border-color: #fff !important;
}
.navbar {
  border: 0px !important;
}
.navbar-brand {
  padding: 0px !important;
  height: auto !important;
}
.dropdown-menu {
  min-width: 190px !important;
}
.navbar-right .dropdown-menu {
  left: 0 !important;
}

.navbar-brand > img {
  margin-top: 10px;
}
@media screen and (max-width:767px){
    .navbar-brand > img {
      margin-top: 0px;
    }
}

/*-修改-*/
.topad {
  float: left;
  margin-left: 13px;
  margin-top: 60px;
  font-size: 18px;
  color: #a1561d;
  width: 265px;
}
.topad .brand-text {
  font-size: 28px;
  margin: 0 0 10px;
  color: #d97000;
}
.topad p {
  margin: 0;
  font-weight: 600;
}

.topad a {
  color: #a1561d;
}

.topad a:hover {
  color: #f2752d;
}

.navbar-default .navbar-nav > li > a {
  color: #707070;
  font-size: 18px;
}
.navbar-default .navbar-nav > li > a i {
  /* font-size: 20px; */
}
.navbar-default .navbar-nav > li > a:hover {
  color: #f2752c;
  background-color: transparent;
}
.mainmeun {
  margin-top: 10px;
}
.navbar-toggle {
  margin-top: 30px;
}
.navbox1 {
  margin-top: 25px;
  z-index: 3000;
  /* width: 300px; */
  display: flex;
  justify-content: right;
  align-items: center;
}

.navbox1 .input-group{
  margin-top: 0;
}

.navbar-default .navbox1 > li > a{
  font-size: 16px;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 12px;
  font-weight: 700;
}

.navbox1 li {
  display: inline-block;
}
@media (max-width: 1349px) {
  .navbox1 {
    justify-content: left;
  }
  .navbox1 li {
    display: block;
  }
}

@media (max-width:767px) {
  .navbox1 {
    flex-wrap: wrap;
  }
  
  
}

.nav > li.searchbox,
.nav > li.smenu {
  display: none !important;
}
.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.96) !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 6px;
  border-radius: 0;
}

.dropdown-menu > li > a {
  padding: 10px 20px;
  o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown-menu > li > a:hover {
  background-color: #049eca;
  color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #f2752c;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff !important;
    background-color: #049eca !important;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand > img {
    width: 90px;
  }
  .topad  {
    width: 50%;
  }
  .topad .brand-text{
    font-size: 22px;
   }
  .topad .brand-text2{
    font-size: 13px;
   }
}

/*-----------topbanner更改--------------*/

#carousel-id .item img {
  width: 100%;
  height: auto;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.topbanner {
  margin-bottom: 45px;
}
/*---------------首頁左邊選單-------------------*/

.leftmenu {
  margin-bottom: 15px;
}
.leftmenu img {
  /* margin: 10px 0; */
  width: 100%;
  /* max-width: 200px; */
  height: auto;
}
.nav_cate_item {
  border-bottom: 1px solid #e4e4e4;

  line-height: 40px;
  font-size: 17px;
}
.nav_cate_item a {
  color: #3e3d3d !important;
}
/*.nav_cate_item a::after { 
    content: " >";
	float:right;
	
}-*/
.nav_cate_item a i {
  float: right;
  padding-top: 12px;
}

.nav_cate_item:nth-child(28),
.nav_cate_item:nth-child(24),
.nav_cate_item:nth-child(25),
.nav_cate_item:nth-child(26),
.nav_cate_item:nth-child(27) {
  display: none;
}

/*---------------end 首頁左邊選單-------------------*/
/*---------------首頁右邊-------------------*/

@media (max-width: 767px) {
  .leftmenu .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .topad {
    margin-left: 15px !important;
    margin-top: 0px !important;
  }
  .topbanner {
    padding-left: 15px !important;
  }
  #keyreply-container {
    display: block;
  }
}
/*--------------最新消息-----------------*/
.news {
  border: 1px double #c4c4c4;
  border-radius: 3px;
  background-color: #fcfdfd;
  overflow: hidden;
  margin-bottom: 15px;
}
.newstitle {
  background-color: #d93b3b;
  font-size: 23px;
  color: #4b4a4a;
  border-right: 1px double #dfdfdf;
  text-align: center;
  padding: 17px 0;
  min-height: 100px;
  color: #FFF;
  font-weight: 600;
}

.newstitle span {
  display: inline-block;
}

.pic,
.newscontent span {
  display: none;
}
.newscontent h4 {
  color: #ec7627;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
}
.newscontent p {
  color: #979696;
}
#rwdnews_list {
  margin: 27px 25px 10px 25px;
}
#rwdnews_list ul {
  display: none;
  list-style: none;
  margin-left: -40px;
}
#rwdnews_list li:nth-child(1) {
  overflow: hidden;
}

#rwdnews_list ul:nth-child(1),
#rwdnews_list ul:nth-child(2) {
  display: block;
}
@media screen and (max-width: 991px) {
  .newstitle {
    border-right: 0 !important;

    padding: 20px 0 !important;
    min-height: 100px !important;
  }
  #rwdnews_list {
    margin: 10px !important;
  }
}
#rwdnews_list a {
  color: #04608d;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
  text-decoration: none;
}
/*------------好康-----------------*/
/*------------------新品介紹-----------------------*/
.page-header h1 {
  background-color: #049eca !important;
  line-height: 40px !important;
  font-size: 24px !important;
  color: #fff !important;
  font-weight: bold !important;
  padding-left: 20px !important;
}
.page-header {
  clear: both;
  padding-bottom: 0 !important;
  margin: 0 !important;
  border-bottom: 0 !important;
}
.mask {
  display: none;
}
.li-item {
  border: 1px solid #ddd;
  padding: 15px;
}
.li-item h4,
.newproduct .caption h3 {
  color: #313131;
  font-size: 16px;
  line-height: 1.6;
  /*margin-top: 23%;*/
}
.well {
  min-height: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  background-color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
}
.newproduct .thumbnail {
  border-radius: 0px !important;
  margin-top: 15px !important;
  margin-bottom: 60px !important;
}
.li-item p,
.well {
  color: #918f8f;
  font-size: 12px;
  width:100%;
  overflow: hidden; /*隱藏超出部分*/
  text-overflow: ellipsis; /*顯示省略號*/ 
  display: -webkit-box; /*使用 WebKit 彈性盒子布局*/
  -webkit-line-clamp: 3; /*顯示最多兩行*/
  -webkit-box-orient: vertical; /*盒子方向為垂直 */

}
.grow-rotate:hover,
.grow-rotate:focus,
.grow-rotate:active {
  -webkit-transform: none !important;
  transform: none !important;
  border: 0 !important;
  text-decoration: none;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0) !important;
}
.onsale div:nth-child(2) {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.onsale .thumbnail-list li {
  padding: 15px !important;
}
.nav_cate_current {
  display: none !important;
}

.Product_item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 20px;
}

.about_list_img {
  display: block;
  transition: all 0.5s;
}

.about_list_img img {
  max-width: 100%;
  border: 2px solid #ffb101;
  border-radius: 5px;
  padding: 5%;
}

.about_list_img h3 {
  font-size: 19px;
  color: #7c5d29;
  text-align: center;
  font-weight: 600;
}

.about_food_content:hover .about_list_img {
  transform: translateY(-15px);
}

/*---------------end 首頁右邊-------------------*/
/*------------------footer-----------------*/
footer {
  color: #fff !important;
  background-color: #d93b3b; !important;
  line-height: 37px !important;
  margin-top: 50px !important;
  text-align: center !important;
  font-size: 16px;
  letter-spacing: 1px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  footer {
    line-height: 29px !important;
    margin-top: 30px !important;
    text-align: center !important;
    font-size: 15px;
    letter-spacing: 1px;
    padding-top: 10px;
  }
}

footer a {
  color: #fff;
}

/*---------------產品內頁-------------*/
.productcon .row {
  /*margin-right: 0 !important;*/
  /*margin-left: 0!important;*/
}
.productcon .breadcrumb {
  line-height: 45px;
  background-color: #d93b3b;
  padding: 0px 15px !important;
}
.productcon .breadcrumb a {
  color: #fff !important;
}
.li-item:hover {
  background-color: #fff !important;
}
/*-----------------原本的--新聞頁面設定--------------------------*/
.newsbox .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  float: none;
  width: 100%;
}
.text-center {
  text-align: center;
  clear: both;
}
@media screen and (min-width: 1200px) {
  .newsbox .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    float: left;
    width: 33.33333%;
  }
}
/*訊息內容*/
.news_title,
.news_info {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 10px 0 20px;
  
}
.news_date,
.news_sort,
.news_author {
  margin-right: 10px;
}
.news_icon01,
.news_icon02,
.news_icon03 {
  margin-right: 5px;
}
span.news_author {
  display: none;
}
@media screen and (min-width: 767px) {
  ul.news_list {
    float: right;
    margin: 50px 60px 0 0;
  }
  .news_top {
    margin-top: 50px;
  }
}
.newsmore {
  display: block;
  width: 50%;
  margin: 30px auto 10px auto;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}
a.newsmore:hover {
  color: #fff !important;
  opacity: 0.9;
}
.News_Title {
  background-color: #e0ffff;
  padding: 5px;
  color: #4682b4;
  font-size: 18px;
}
.News_Category {
  background-color: #e0ffff;
  padding: 5px;
  color: #4682b4;
  font-size: 18px;
}
.newslist {
  min-height: 370px;
  overflow: hidden;
}
.newslist img.news_pic {
  width: 100%;
  height: 280px;
  float: left;
  padding: 1%;
}
.newslist h3.news_title {
  /* margin-top: -5px; */
}
.news_title {
  color: #000;
  line-height: 1.6;
  padding: 5px 0px;
  font-size: 24px;
  clear:both;
}
.news_info {
  font-size: 0.9em;
  line-height: 1.8;
  color: #222;
  padding: 5px 0;
}
.news_date {
  color: #8c8c8c;
  padding-right: 30px;
}
.news_sort {
  color: #8c8c8c;
  padding-right: 30px;
}
.news_author {
  color: #8c8c8c;
  padding-right: 30px;
}
.news_more {
  float: right;
}
.type_icon {
  margin-right: 10px;
}
.NEWS_type {
  padding-bottom: 20px;
  margin-left: -30px;
}
.NEWS_type li {
  line-height: 2;
}
.NEWS_type .badge {
  background-color: #afeeee;
  font-size: 8px;
  margin-left: 8px;
}
.news_icon01 {
  margin-right: 8px;
}
.news_icon02 {
  margin-right: 8px;
}
.news_icon03 {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .newslist {
    min-height: 310px;
    overflow: hidden;
  }

  .newslist img.news_pic {
    width: 100%;
    float: left;
    padding: 1%;
    height: auto;
  }
}
.News_AD {
  border: 0;
}
.content_pic {
  padding: 5%;
}
.news_content {
  min-height: 500px;
  line-height: 2;
  font-size: 16px;
  background: #fff;
  padding: 20px;
  border: 1px solid #f0f0f0;
  margin-bottom: 40px;
}
a:hover {
  text-decoration: none;
}
.pagination {
  margin: 20px 0 70px 0 !important;
}
.stitle a {
  color: #777;
}
.stitle a:hover {
  color: #000;
}

/*--------------lightbox----------------*/
body {
  position: relative;
}
section {
  z-index: 2001;
}
.button {
  background: #999;
  color: #fff;
  text-decoration: none;
}
.lightbox-target {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  /* 預設透明度為 0，觸發 :target 後，利用動畫效果調整透明度 */
  opacity: 0;
  position: fixed;
  top: -100%;
  transition: 0.5s ease-in-out;
  z-index: 2000;
}
/* 當 :target 觸發後，index-target 的透明度為 1 */
.lightbox-target:target {
  top: 0;
  bottom: 0;
  opacity: 1;
}
.lightbox-close {
  width: 50px;
  height: 50px;
  background: #139dd7;
  color: #fff;
  position: absolute;
  top: 5%;
  right: 5%;
}
/* 利用偽元素做出 \ 以及 / 的線條 */
.lightbox-close:after {
  width: 30px;
  height: 1px;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 23px;
  left: 10px;
  transform: rotate(45deg);
}
.lightbox-close:before {
  width: 30px;
  height: 1px;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 23px;
  left: 10px;
  transform: rotate(-45deg);
}
.content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 90%;
  background: #fff;
  margin: auto;
  /* 預設寬高為 0，觸發 :target 後，利用動畫效果展開寬與高 */
  max-width: 100%;
  max-height: 100%;
}
/*-----------top-bar--------------*/
#top-bar {
  position: absolute;

  z-index: 1000;

  width: 70px;
}
#top-bar a {
  display: block;
  width: 70px;
  float: right;
  margin-bottom: 1px;
  background-color: #fe8738;
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}
#top-bar a:hover {
  background-color: #be4e04;
}
#top-bar button img {
  float: left;
}
@media (max-width: 991px) {
  .h2 {
    margin: 60px auto 40px auto;
  }
  .itemtitle:after {
    border-bottom: 0;
  }
  #gotop {
    right: 10px;
    bottom: 200px;
  }
  #top-bar {
    display: none;
  }
  #rwdnews_list li {
    margin-right: 10px;
    margin-left: 10px;
  }
  nav {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  #top-bar {
    display: none !important;
  }
}

/*單頁右邊設定*/

.TXT p {
  font-size: 16px;
  color: #4b4b4b;
  line-height: 1.8;
  padding: 5px 0 0;
}

.TXT h3 {
  font-size: 23px;
  margin-bottom: 25px;
  color: #db0a6b;
  font-weight: 600;
}

.TXT h4 {
  border-left: 5px solid #f7b15b;
  padding-left: 10px;
  line-height: 1.3;
  font-size: 22px;
  color: #e76519;
  font-weight: 700;
  letter-spacing: 1px;
}

.TXT img {
  max-width: 100%;
  height: auto;
}

.ml20 {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .ml20 {
    margin-left: 0px;
  }
}

/*聯絡我們*/
.Information {
  overflow: hidden;
  border-bottom: 1px dotted #aaa;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.Information p {
  font-size: 16px;
  color: #6c6c6c;
  line-height: 1.8;
}

.Information p span {
  font-size: 19px;
  font-weight: 600;
}

/*產品詳述頁設定*/

h4.title-none {
  font-size: 25px;
}

.CodeNum {
  font-size: 16px;
}

.PersonNum {
  font-size: 16px;
}

.PRD_LIST img {
  max-width: 160px;
  height: auto;
}

ul.STORE_INFO {
  list-style-type: none;
}

.thumbnail-list .view {
  overflow: hidden;
  /* height: 242px; */
}

@media screen and (max-width: 767px) {
  .thumbnail-list .view {
    overflow: hidden;
    height: auto;
  }
}

#myTab {
  margin-bottom: 20px;
  display: none;
}

#zoom_01 {
  width: 400px;
}

@media screen and (max-width: 1149px) {
  #zoom_01 {
    max-width: 100%;
  }
}

.myTab_topbr {
  display: none;
}

@media screen and (max-width: 767px) {
  .IDEC_nav {
    padding-bottom: 0;
  }
  .navbar {
    min-height: 0;
  }
  .ACCORDION li {
    display: none;
  }
  .MENU-Add {
    display: block !important;
  }
}

/*向下箭頭*/

.MENU-Add {
  display: none;
  font-size: 24px;
  margin-right: 14px;
  color: #fff;
  float: right;
}

.article-content h5 {
  font-size: 31px;
  border-bottom: 1px dotted #aaa;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.article-content ul {
  list-style-type: none;
  font-size: 18px;
  padding-left: 15px;
  line-height: 1.8;
}

.article-content li {
}

/*.view-first {
	min-height: 410px;
	overflow:hidden; 
	position: relative;
}*/

/*.lazy {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);

}*/

.Pro_Link_list img {
  max-width: 100%;
}
.Pro_Link_list {
  text-align: center;
  padding-top: 15px;
}

.Pro_Link {
  display: inline-block;
  color: #fff;
  padding: 1% 5%;
  margin-bottom: 2%;
  font-size: 17px;
}

.Pro_Link:hover {
  color: #fff;
  opacity: 0.9;
}

.Pro_L {
  background-color: #c51f6a;
}
.Pro_M {
  background-color: #005e3c;
}
.Pro_S {
  background-color: #2196f3;
}

.Pro_content {
  margin-right: -15px;
  margin-left: -15px;
}



.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
    background-color: #555555;
    border-color: #434343;
}


div#category_descr {
    font-size: 18px;
    line-height: 1.8em;
}