@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

h1,h2,h3,h4,h5,h6,a,p,li,span{ font-family:'Microsoft JhengHei',sans-serif; color:#000;}
h1,h2,h3,h4,h5,h6,a{ font-weight: 400; color:#000;}

a:hover{text-decoration: none;}
.hv-center{ display: flex; justify-content: center; align-items: center;}
.w100{width:100%;}

/*-- page --*/
.page{text-align: center; margin-top: 20px;}
.page a{ padding: 3px 0px;  width: 30px;  height: 30px;  border-radius: 50px;  border: 1px solid #cdab84;  color: #cdab84;  margin: 2px;  display: inline-block;}
.page span{padding: 3px 0px; width: 30px; height: 30px; border-radius: 50px; background-color: #cdab84; color: #fff; margin: 2px; display: inline-block;}

/*-- isotope --*/
.grid-item { width: 25%; }

/*--menu--*/
.menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s; 
  background-color: #fff!important;
  border-bottom: 1px solid #dcdcdc;
 }

 /*-- lang --*/
 #lang{position: absolute; right: -100px; padding: 8px;}
 .navbar-nav{ position: relative;}

 .navbar-light .navbar-nav .nav-link{font-size: 15px; color:#000; padding: 10px 20px; position: relative;display: block;}
 .navbar-light .navbar-nav .nav-link:hover {
  color: #cdac8b;
}
.navbar-light .navbar-nav .nav-link:hover::before {width: 100%;}
 .navbar-light .navbar-nav .nav-link::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #cdac8b;
  transition: all .5s;
 }

 .swiper-button-next{background-image: url("../img/next.png");}
 .swiper-button-prev{background-image: url("../img/prev.png");}

/*--banner--*/
.banner{position: relative;}
.banner img{width:100%;}
.txt{position: absolute; top:0; left: 0; width:100%; height: 100%; text-align: center;}
.txt h1{font-size:56px;font-weight: bold; color:#fff; text-shadow: 2px 4px 2px #454a505c;}
.txt p{font-size:22px;color:#fff; text-shadow: 2px 4px 2px #454a505c;}


.swiper-container-horizontal>.swiper-pagination-bullets{bottom: 20px;}
.swiper-pagination-bullet{width: 12px; height: 12px;}
.swiper-pagination-bullet-active{background: #ceaf8b;}
/*--about--*/
.about{
  background-image: url("../img/about.png");
  background-attachment: fixed;
  z-index: -1;
  padding:80px 0;
  position: relative;
}
.about span{display:block;}
.about p{padding: 10px 0;}

/*--sky--*/
.sky{
  position: absolute;bottom: 0;}
.sky img{width:100%;}

/*--sky--*/
.coffee{position: absolute;z-index: 12; right: 10%;top: 50%;}


/*--product--*/
.product{padding: 100px 0;}
/*--hot --*/
.product .hot h1{font-size: 24px;color: #a5896d; font-weight: bold;}


/*--hot (使用isotope可用)--*/
.hot_list{ text-align: center; border-bottom: 1px solid #dcdcdc; border-top: 1px solid #dcdcdc;}
.hot_list a{ padding: 20px 5px; margin: 0 10px;  display: inline-block; position: relative;}
.hot_list a:hover, .hot_list a.ch_list {color: #cdac8b;}
.hot_list a:hover::before, .hot_list a.ch_list::before {width: 100%;}
.hot_list a::before {
 content: '';
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 width: 0;
 height: 2px;
 background-color: #cdac8b;
 transition: all .5s;
}



.product .hot .list div{border:1px solid #dcdcdc; margin:10px; position: relative;transition: all 0.4s ease;}
.product .hot .list div:hover{border:1px solid #cdac8b;transform: translate(0,-8px);}
.product .hot .list img{width:100%;}
.product .hot .list p{margin-top: 10px; font-weight: bold;}
.product .hot .list p:hover{color: #cdac8b;}


/*--news--*/
.news{padding-top: 100px;}
.news h1{border-bottom: 1px solid #dcdcdc;padding-bottom: 20px; font-size: 24px; color: #a5896d;font-weight: bold;}
.news .list div:hover{background-color: #fff; box-shadow: 0px 2px 30px 1px rgba(0, 0, 0, 0.05);}
.news .list img{width:100%;}
.news .list h5{font-weight: bold; margin-top: 20px; font-size: 18px;}
.news .list p{font-size: 14px;letter-spacing: .7px;line-height: 23px;color: #7d7c7c;}

.news .btn_news a{color: #fff; font-size: 15px; text-align: center; display:block; border-radius:50px; padding:10px 0; background-color: #a5896d; 
  width: 30%;
  margin: auto;
  margin-top: 20px;}
.news .btn_news{display: block;}



/*--footer--*/
.footer{
  background-image: url("../img/footer.png");
  background-repeat: no-repeat; 
  z-index: 10;
  width: 100%;
  height: 678px;
  padding-top: 185px;
  position: relative;
}

.footer h6{color:#392b22; font-weight: bold; margin-top: 10px;}
.footer p{font-size: 14px; color: #392b22;}
.footer span{display:block;}
.footer ul{list-style: none; padding-left: 0;}
.footer ul li a{font-size: 14px; color:#392b22;}
.footer .inner{padding-bottom: 10px;}
.footer .map{padding-top:30px;}
.footer h5{ border-bottom:1px solid #392b22; padding-bottom: 10px; font-size: 16px; font-weight: 600;}
/* .footer .map li{display:inline-block; margin:0 20px;}
.footer .map li a{padding-right: 10px;} */

.cup{position: absolute;top: 0px;right: 150px;}

/*--product_list--*/
.product_list{padding: 100px 0;}
/*--news_list--*/
.product_list h1{border-bottom: 1px solid #dcdcdc;padding-bottom: 20px;font-size: 24px; color: #a5896d;font-weight: bold;}
.product_list h5{background-color: #cdac8b; color:#fff; margin:10px 0; padding:10px 0;}
.product_list .list div{border:1px solid #dcdcdc; margin:10px; transition: all 0.4s ease;}
.product_list .list div:hover{border:1px solid #cdac8b;transform: translate(0,-8px);}
.product_list .list img{width:100%;}
.product_list .list p{margin-top: 10px; font-weight: bold;}

.product_list ul{list-style: none; padding: 0; text-align: left;}
.product_list .top_menu{border-bottom: 1px solid #dcdcdc; padding: 15px 0;}
.product_list .top_menu a{font-weight: bold;}
.product_list .top_menu a:hover{color: #a5896d;}
.product_list .second_menu a{display: block; margin-left: 10px; font-weight: 400;color: #7d7c7c;font-size: 15px;}


/*.breadcrumb*/
.breadcrumb{background-color: #e9ecef00; margin:10px 0; font-size: 14px;}

 /*--product_info--*/ 
 .product_info h1{font-size: 24px; color: #a5896d;font-weight: bold;}
 .product_info span{font-size: 15px; margin:10px 0; display:block;}
 .product_info .btn_car a,.product_info .btn_buy a{color: #fff; font-size: 15px; text-align: center; display:block; border-radius:50px; padding:10px 0;}
 .product_info .btn_car a{background-color: #a5896d;}
 .product_info .btn_buy a{background-color: #ec3468;}
 .product_info .fa{margin: 0 10px;}
 .content .txt_info span{font-size: 18px; display:block;}
 
 .product_info .swiper-pagination.pro_img_list{ width: 100%; position: relative;}
 .product_info .swiper-pagination.pro_img_list span{width: 25%; height: auto; padding: 5px; background: none; display: inline-block;}
 .product_info .swiper-pagination.pro_img_list span img{width: 100%;}

 .product_info .swiper-slide img{max-height: 472px; max-width: 474px; width: auto;}

 #pills-tab li{width: 50%;}
 #pills-tab .nav-link{color: #9c9a9a; border-bottom: 1px solid #dcdcdc; text-align: center;}
 #pills-tab .nav-link.active{  background: none; color: #000; border-bottom: 2px solid #a5896d; border-radius: 0; text-align: center;}


/*--news_list--*/
.news_list{padding-top: 100px;}
.news_list h1{border-bottom: 1px solid #dcdcdc;padding-bottom: 20px; font-size: 24px; color: #a5896d;font-weight: bold;}
.news_list .list img{width:100%;}
.news_list .list h5{font-weight: bold; margin-top: 20px; font-size: 18px;}
.news_list .list p{font-size: 14px;letter-spacing: .7px;line-height: 23px;color: #7d7c7c;}

.all_item { color: #fff;}

/*--news_info--*/
.news_info{padding-top: 100px;}
.news_info h1{border-bottom: 1px solid #dcdcdc;padding-bottom: 20px; font-size: 24px; color: #a5896d;font-weight: bold;}
.news_info h4{font-weight: bold; margin-top: 20px; font-size: 21px;}
.news_info p{font-size: 16px;letter-spacing: .7px;line-height: 23px;color: #7d7c7c; margin: 10px 0;}
.news_info span{color:#a5896d; font-size: 14px;}

/*--online--*/
.online{padding-top: 100px;}
.online h1{border-bottom: 1px solid #dcdcdc;padding-bottom: 20px; font-size: 24px; color: #a5896d;font-weight: bold;}
.online h2{font-size: 24px; font-weight: bold; color: #a5896d;}
.online h3{font-size: 18px; font-weight: bold; color: #7d7c7c;}
.online .top{border: 1px solid #dcdcdc;}
.online .list img{width:100%;}
.online .list h5{font-weight: bold; margin-top: 20px;}
.online .list p{font-size: 14px; font-size: 14px;letter-spacing: .7px;line-height: 23px;color: #7d7c7c;}

/*activity_list*/
.activity_list{padding-top: 100px;}
.activity_list h1{border-bottom: 1px solid #dcdcdc;padding-bottom: 20px; font-size: 24px; color: #a5896d;font-weight: bold;}
.activity_list .list img{width:100%;}
.activity_list .list h5{font-weight: bold; margin-top: 20px; font-size: 18px;line-height: 24px;}
.activity_list .list span{font-size: 15px;}
.activity_list .list p{font-size: 15px;letter-spacing: .7px;line-height: 23px;color: #7d7c7c; border-bottom: 1px solid #ccc; padding: 10px 0;}
.activity_list .btn_tag a{color: #fff; font-size: 15px; text-align: center; display:block; border-radius:50px; padding:10px 0; background-color: #a5896d;}
.activity_list .btn_tag{display: block; float: right;}

/*activity_info*/
.activity_info{padding-top: 100px;}
.activity_info h1{border-bottom: 1px solid #dcdcdc;padding-bottom: 20px; font-size: 24px; color: #a5896d;font-weight: bold;}
.activity_info .title{font-size: 30px; font-weight: bold; border-bottom: none; color: #a5896d;}
.activity_info h3{font-size: 21px; font-weight: bold; color: #212529;}
.activity_info p{font-size: 15px; letter-spacing: .7px;line-height: 23px; color: #7d7c7c;}
.activity_info span{display:block; letter-spacing: .7px;line-height: 23px; color: #7d7c7c;}
.activity_info ul{list-style: none; padding: none;}
.activity_info .info{margin-bottom: 50px;}
.activity_info .btn_download a{color: #fff; font-size: 15px; text-align: center; display:block; border-radius:50px; padding:10px 0; background-color: #a5896d;}
.activity_info .btn_download{display: block; float: right;}
.activity_info .fa{margin-right: 10px;}

/*--orders--*/
.orders{padding: 100px 0;}
.orders .title{font-size: 21px; font-weight: bold; border-bottom: none; color: #a5896d;}
.orders .list img{width:100%;}
.orders h1{border-bottom: 1px solid #dcdcdc;padding-bottom: 20px;font-size: 24px; color: #a5896d;font-weight: bold;}
.orders h6{margin-top: 10px; font-weight: bold;}
.orders h4{font-size: 15px; color: #9c9a9a;}
.orders p{font-size: 15px; color: #9c9a9a;}
.orders .all_txt{padding-top: 70px;font-size: 24px;color: #392b22;font-weight: bold;}
.orders .form-control{font-size: 14px;}
.orders .btn_download a{color: #fff; font-size: 15px; text-align: center; display:block; border-radius:50px; padding:10px 0; background-color: #a5896d;}
.orders .btn_download{display: block; float: right;}
.orders .pic{overflow: hidden; position: relative;}
.on-top {
  position: absolute;
  opacity: 0;
  transition: all 200ms ease-in-out;
  top: 0px;
  left: 0px;
  display: none;
}

.on-top:hover {
  opacity: 1;
}
.orders .pic img{transform: scale(1,1);transition: all 1.5s ease;}
.orders .pic img:hover{transform: scale(1.2,1.2);}
.orders .pic a{width: 348px; height: 247px;  display: flex;  justify-content: center;  align-items: center;}


/*--store--*/
.store{padding-top: 100px;}
.store h1{font-size: 24px; color: #a5896d;font-weight: bold;}
.store h6{font-size: 15px;}
.store h6 a:hover{color: #a5896d;}
.store p{font-size: 13px;line-height: 23px;color: #7d7c7c;}
.store .btn_store a{color: #a5896d; font-size: 15px; text-align: center; display:block; border-radius:50px; padding:10px 0; border:1px solid #a5896d;}
.store .btn_store a:hover{background-color: #a5896d; color: #fff;}
.store .btn_store{display: block;}
.store hr{width:100%; margin: 35px 0;}
.store ul{list-style: none; border-top: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc;text-align: center; padding: 0;}
.store ul li{display: inline-block; position: relative; padding: 20px 10px;}
.store ul li a{margin-right: 10px;}
.store ul li a:hover {color: #cdac8b;}
.store ul li a:hover::before {width: 100%;}
.store ul li a::before {
 content: '';
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 width: 0;
 height: 2px;
 background-color: #cdac8b;
 transition: all .5s;
}

.store .pic{overflow: hidden;}
.store .pic img{transform: scale(1,1);transition: all 1.5s ease;}
.store .pic img:hover{transform: scale(1.2,1.2);opacity:0.5;}

.store .hot_list{ border-top: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc;}
.store .list{}


/*--contact--*/
.contact{padding: 100px 0;}
.contact h1{border-bottom: 1px solid #dcdcdc;padding-bottom: 20px;font-size: 24px; color: #a5896d;font-weight: bold;}
.contact h5{background-color: #cdac8b; color:#fff; margin:10px 0; padding:10px 0;}
.contact h6{margin-top: 10px; font-weight: bold;}
.contact .fa{width: 35px; height: 35px; font-size: 20px; border: 1px solid #a5896d; color:#a5896d;
   border-radius: 50px; line-height: 35px; margin-right: 10px; margin-top:10px; margin-bottom:10px;: inline-block; text-align: center;}
 
 /*-- 電腦版 --*/
 @media(min-width:1280px){
   .pc_dis_none{display: none;}
   .all_item{cursor: auto;}
 }

 /*-- 平板 --*/
 @media(max-width:780px){

  /*--banner--*/
  .banner {margin-top: 10vw;}

  /*--about--*/
  .coffee{right: 0%;top: 76%;}
  .coffee img{width: 74%;}

  /*--orders--*/
  .orders .all_txt{padding-top: 20vw;}

  /*footer*/
  .footer span{display: inline;}
  .footer p{line-height: 24px;}
  .footer ul li{line-height: 16px;}
  .footer ul li a{font-size: 12px;}
  .cup{top: 48px; right: 48px;}

 }

 @media(max-width: 420px){

   .ph_dis_none{display: none;}

  
  /*--banner--*/
  .banner {margin-top: 20vw;}
  .txt{padding: 0 10px;}
  .txt h1{font-size: 30px;}
  .txt p{font-size: 12px;}

  .bh_img{background-size: cover;height: 90vh!important; background-position: center;}



  /*about*/
  .about{padding: 50px 0;}
  .about p {padding: 30px 10px; font-size: 15px;}
  .coffee{ right: 10%; top: 86%; width: 41vw;}
  .coffee img{width: 100%;}

  /*product*/
  .product{padding-bottom: 0;}

  /*product_list*/
  #list_div{display: none;}
  .product_list{padding-top: 50px; padding-bottom: 0;}
  .content .txt_info img{width: 100% !important; height: 50%!important;}
  .product_info .swiper-slide img{max-height: auto; max-width: 474px; width: 100%;}
  .content .txt_info{width:100%!important;}

  
  /* hot_list */
  .hot_list a{ display: block;  padding: 15px 5px;}
  /* .product .hot_list a:hover, .product .hot_list a.ch_list {color: #cdac8b;}
  .product .hot_list a:hover::before, .product .hot_list a.ch_list::before {width: 100%;}
  .product .hot_list a::before {} */
  
  .ph_list_btn{ display: block; padding: 15px; background-color: #cdac8b; margin-top: 20px; color: #fff; text-align: center;}
  .ph_list_btn:hover{color: #fff;}

  /*news*/
  .news .btn_news a{width:100%;}

  /*news_list*/
  .news_list{padding-top: 50px; padding-bottom: 0;}

  /*news_info*/
  .news_info{padding-top: 50px; padding-bottom: 0;}
  .news_info .write img{width: 100%;}
  
  /*--store--*/
  .store{padding-top: 50px; padding-bottom: 0;}

  /*--orders--*/
  .orders .all_txt{padding-top:15px;}
  .online .top {border: 1px solid #dcdcdc00;}
  .orders{padding-top: 50px; padding-bottom: 0;}

  /*--activity_list--*/
  .activity_list{padding-top: 50px; padding-bottom: 0;}

  /*--contact--*/
  .contact{padding-top: 50px; padding-bottom: 0;}
  .contact iframe{width: 100%;}

  /*--footer--*/
  .footer{height: auto; background-size: cover;}
  .footer span { display: inline;}
  .cup {top: 80px;right: 0;}
  .cup img{width:70%;}

  /*--contact--*/
  .contact p{font-size: 14px;}

  /*-- sky --*/
  .sky{ overflow: hidden;}
  .sky img{width: 200%;}
 }