@charset "UTF-8";
button:focus, button:active {
  outline: none !important;
}

img {
  max-width: 100%;
}

body {
  font-family: "微軟正黑體";
}

.slide {
  position: fixed !important;
  top: 70px;
  display: flex;
}

.carousel-item {
  height: 50vw;
}

.navbar {
  background: #FFF;
  box-shadow: 1px 1px 10px #AAA !important;
  width: 100%;
  position: absolute !important;
  top: 0px !important;
  z-index: 999 !important;
  position: fixed !important;
}

.logo {
  max-width: 100%;
  height: 60px !important;
}

.navbar a {
  color: #72834e;
  font-size: 1.05rem;
  letter-spacing: 1px;
  padding: 0px 12px !important;
}

.navbar a:hover {
  color: #555;
}

.navbar span {
  font-size: 2rem;
  color: #a67f78;
}

.dropdown:hover .dropdown-menu {
  /*下拉選單*/
  display: block;
}

@media screen and (max-width: 992px) {
  .navbar a {
    text-align: center;
    padding: 10px 0px !important;
  }

  .navbar a:hover {
    color: #888;
  }
}
.main-content {
  width: 100%;
  height: auto;
  background-image: url(../images/about.png);
  margin-top: calc(50vw + 70px);
  position: sticky;
  z-index: 6;
}

.flower {
  height: 150px;
  background-image: url(../images/flower.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60%;
}

.about {
  padding: 0px 0px 100px;
  height: auto;
  text-align: center;
  /*btn置中*/
}

.about-left {
  height: 600px;
  background-image: url(../images/abouttext.png);
  background-size: 90%;
  background-repeat: no-repeat;
}

.about-right {
  height: auto;
}

.index-about-img {
  min-height: 600px;
}

.about-backdiv {
  width: 90%;
  height: 100%;
  background-color: #FFF;
  box-shadow: 2px 2px 5px #EEE;
  border-left: 5px double #f1dba7;
  border-top: 5px double #f1dba7;
}

.index-about-img img {
  width: 70%;
  height: 500px;
  object-fit: contain;
  position: absolute;
  top: 10%;
  left: 13%;
}

.index-about-text {
  padding-top: 4%;
}

.index-about-text h2 {
  color: #a1b872;
  text-align: center;
  margin-bottom: 20px;
}

.index-about-text h2 i {
  color: tan;
  font-size: 1.5rem;
}

.index-about-text p {
  text-align: justify;
  line-height: 35px;
  font-size: 1.1rem;
  letter-spacing: 2px;
  color: #555;
  text-indent: 40px;
}

.about-btn {
  margin-top: 30px;
  letter-spacing: 3px;
  padding: 10px 20px !important;
  color: #a1b872 !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  transition: all 1s !important;
  border-bottom: 3px dotted #a1b872 !important;
  border-radius: 0px !important;
}

.about-btn:hover {
  background: #a1b872 !important;
  color: #FFF !important;
  transform: translateX(10px);
}

.product {
  padding: 60px 0px;
  height: auto;
  text-align: center;
  /*btn置中*/
  background: #FFF;
}

.all-title {
  text-align: center;
  padding-bottom: 30px;
  color: #a1b872;
}

.all-title i {
  color: tan;
  font-size: 1.5rem;
}

.product-div a:hover {
  text-decoration: none;
}

.product-div {
  margin-bottom: 20px;
}

.product-box {
  border: none !important;
}

.card-imn-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 125%;
  background-color: #f6f6f6;
}

.card-imn-box img {
  max-width: 200%;
  max-height: 200%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  vertical-align: middle;
  border-radius: 0px !important;
  transition: all 0.5s;
}

.card-imn-box img:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

.card-text {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  color: #555;
}

.footer {
  min-height: 280px;
  background-image: url("../images/footerback.jpg");
  background-size: 100%;
  background-position: center;
  padding-bottom: 30px;
}

.footer-content {
  height: auto;
  margin-top: 60px;
  border-right: 1px dashed #CCC;
}

.footer-content h3 {
  color: #FFF;
}

.footer-content p {
  margin-top: 25px;
  letter-spacing: 1px;
  color: #FFF;
}

.footer-content i {
  color: #DDD;
}

.footer-community {
  margin-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.footer-community a {
  width: 55px;
  height: 55px;
  line-height: 50px;
  font-size: 2rem;
  border-radius: 100%;
  float: left;
  text-align: center;
  margin-top: 50px;
  margin-left: 30px;
  border: 3px solid #FFF;
}

.footer-community .facebook:hover i {
  color: #3B5998;
}

.footer-community .instagram:hover i {
  color: #c188dd;
}

.facebook {
  color: #FFF;
}

.instagram {
  color: #FFF;
}

.copy {
  background: #FFF;
  height: auto;
  line-height: 50px;
  text-align: center;
  color: #555;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .flower {
    background-size: 100%;
  }

  .about-left {
    display: none;
  }

  .index-about-img {
    display: none;
  }

  .index-about-text {
    padding-top: 0%;
    margin: auto;
  }

  .footer-content {
    border-right: none;
  }
}
@media screen and (max-width: 576px) {
  .flower {
    height: 100px;
  }
}
@media screen and (max-width: 550px) {
  .copy {
    line-height: 30px;
  }
}
.all-content {
  width: 100%;
  height: auto;
  background-image: url(../images/about.png);
  margin-top: 70px;
  z-index: 6;
  padding: 80px 0px;
}

.no-index-about-img {
  min-height: 600px;
}

.no-index-about-img img {
  width: 70%;
  height: 500px;
  object-fit: contain;
  position: absolute;
  top: 10%;
  left: 13%;
}

.about-other-img {
  height: auto;
  margin: auto;
  margin-top: 50px;
}

.about-other-img-div {
  min-height: 200px;
  margin: auto;
  margin-bottom: 20px;
}

.about-other-img-div img {
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .flex {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }

  .about-backdiv {
    display: none;
  }

  .no-index-about-img img {
    width: 90%;
    border: 4px dotted #DDD;
    position: unset;
    margin-left: 5%;
    margin-top: 20px;
  }
}
.news-div {
  height: auto;
  padding: 20px 0px;
  border-bottom: 1px solid #DDD;
}

.news-div a:hover {
  text-decoration: none;
}

.news-div a:hover .news-div-title h6 {
  color: #72834e;
}

.news-div a:hover .news-div-img {
  opacity: 0.8;
}

.news-div-img {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.news-div-img img {
  width: 100%;
  border-radius: 5px;
}

.news-div-title {
  height: 100px;
}

.news-div-title h6 {
  line-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #555;
  transition: all 0.5s !important;
}

.news-div-date {
  height: 100px;
  border: 1px solid tan;
  line-height: 40px;
  text-align: center;
}

.news-div-date span {
  color: tan;
}

.news-div-date h2 {
  color: tan;
}

@media screen and (max-width: 767px) {
  .news-div-date {
    border: none;
  }
}
.newspage-box {
  margin-bottom: 20px;
}

.newspage-date {
  color: tan;
  font-size: 1rem;
  letter-spacing: 1px;
  text-align: right;
  padding: 5px 0px;
}

.newspage-title {
  height: auto;
  line-height: 30px;
  padding: 5px 0px;
}

.newspage-title h4 {
  letter-spacing: 2px;
  color: #555;
}

.newspage-content {
  height: auto;
  padding: 15px 0px;
  margin-top: 20px;
}

.newspage-content p {
  letter-spacing: 1px;
  text-align: justify;
  color: #555;
  font-size: 1.1rem;
}

.newspage-img {
  margin-top: 20px;
}

.newspage-img img {
  width: 100%;
}

.back-btn-box {
  text-align: center;
}

.sidebar {
  height: auto;
  margin-bottom: 30px;
}

.tab {
  width: 100%;
}

.tab button {
  width: auto;
  background: #a1b872;
  color: #FFF;
  padding: 10px 15px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.2rem;
  letter-spacing: 1px;
  float: left;
  margin-left: 12px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.tab button:hover {
  background-color: #72834e;
}

.tab button.active {
  background: #72834e;
}

@media screen and (max-width: 767px) {
  .tab button {
    width: 30%;
  }
}
.pagebox {
  margin-top: 60px;
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-item  a{
  color: #888;
  float: left;
  padding: 5px 12px;
  text-decoration: none;
  border-radius: 10px;

  border:none;
  background-color: transparent !important;
}
.pagination .page-item  a:hover{
  background-color: #EEE !important;
  text-decoration: none;
  color: tan;
}
.pagination .page-item  a:focus{

  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
}

.pagination .active span{
  padding: 5px 11px;
  border-radius: 10px;
  background-color: tan !important;
  border: none;
  color: white;
  text-decoration: none;
}
.pagination .disabled span{
  color: #888;
  float: left;
  padding: 5px 12px;
  text-decoration: none;
  border-radius: 10px;
  border:none;
  background-color: transparent !important;
}
.productpage-img {
  height: auto;
}

.productpage-img img {
  width: 80%;
  margin-left: 10%;
}

.productpage-text {
  height: auto;
  padding: 0px 20px 0px !important;
  text-align: center;
}

.productpage-text h3 {
  color: #555;
}

.productpage-text p {
  color: #555;
  text-align: justify;
  line-height: 35px;
  letter-spacing: 1px;
  margin-top: 30px;
  padding: 30px;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .productpage-text h3 {
    margin-top: 20px;
  }

  .productpage-text p {
    margin-top: 0px;
  }
}
.back-btn {
  margin-top: 30px;
  letter-spacing: 3px;
  padding: 10px 20px !important;
  color: #a1b872 !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  transition: all 1s !important;
  border-bottom: 3px dotted #a1b872 !important;
  border-radius: 0px !important;
}

.back-btn:hover {
  background: #a1b872 !important;
  color: #FFF !important;
  transform: translateX(-10px);
}

.leavemessage-top {
  height: auto;
  padding: 20px 0px;
  border-bottom: 2px dashed #798d4e;
  margin: auto;
}

.leavemessage-top p {
  letter-spacing: 2px;
  color: #555;
  font-size: 1.1rem;
  text-align: center;
}

.leavemessage-bottom {
  height: auto;
  padding: 20px 0px;
  margin: auto;
}

.leavemessage-bottom span {
  color: red;
}

.leavemessage-bottom label {
  color: #555;
  letter-spacing: 1px;
  font-size: 16px;
  width: 100%;
}

.leavemessage-bottom input[type=text] {
  width: 100%;
  padding: 8px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #DDD;
  box-sizing: border-box;
}

.leavemessage-bottom input[type=submit] {
  background-color: #a1b872;
  color: #FFF;
  padding: 8px 20px;
  margin: 15px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}

.leavemessage-bottom input[type=submit]:hover {
  background-color: #798d4e;
}

.leavemessage-bottom textarea {
  width: 100%;
  border: 1px solid #DDD;
  height: 100px;
}

.foundry-title {
  width: 200px;
  height: 100px;
  background-image: url(../images/ftitleback.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 30px;
}

.foundry-title h3 {
  color: #8a6615;
  text-align: center;
}

.foundry-div {
  height: auto;
  padding: 30px 0px;
  border-bottom: 1px dashed #CCC;
}

.foundry-div h3 {
  color: #875e31;
  text-align: center;
}

.foundry-div h3 i {
  color: tan;
  font-size: 1.5rem;
}

.foundry-div-img {
  min-height: 100px;
}

.foundry-div-img img {
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.foundry-div-text {
  height: auto;
}

.foundry-div-text p {
  color: #555;
  text-align: justify;
  line-height: 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  padding: 5px;
  font-size: 1.1rem;
}

@media screen and (max-width: 991px) {
  .foundry-div-img img {
    position: unset;
    width: 50%;
    margin-left: 25%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .foundry-div-img img {
    position: unset;
    width: 80%;
    margin-left: 10%;
  }
}