:root {
  --navBgColor: #f7f4e5;
  --opacitynavBgColor: #f7f4e5;
  --navTextColor: #788402;
  --navhoverColor: #feaa00;
  --highLightColor: #788402;
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #788402;
  --titleColor: #feaa00;
  --mainFontColor: #342628;
  --opacityFontColor: rgba(167, 167, 167, 0.5);
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

html {
  height: 100%;
}

.container-fluid>.navbar-collapse {
  margin-top: 2.5rem;
}

/* Banner 上方 */
#logo {
  position: initial;
  float: inherit;
  margin: auto;
  display: none;
}

#logo2 {
  /* position: initial; */
  float: inherit;
  margin: auto;

}

#logo2 img {
  height: 80px;
  width: auto;
}

.navbar-nav>li>a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.8px;
}

.navbar-center {
  display: inline-block;
  float: none;
  vertical-align: top;
}


.navbar-collapse-center {
  text-align: center;
}

#news .item2 {
  width: 100%;
}

.newsTitle h4 {
  font-size: 18px;
}

#news h6 {
  text-align: center;
  top: -30px;
  color: #ffffff90;
  letter-spacing: 1.7px;
}

#news .newsText {
  text-align: justify;
}

/* swiper */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  /* background: #fff; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
  bottom: 0px;
}

/* swiper */


/* Banner 上方END */

.navbar {
  background-color: #f7f4e5;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  height: 100px;
}

#nav-icon span {
  background: var(--darkColor);
}

.aboutText h6 {
  font-size: 24px;
  font-weight: 900;
}

.aboutText p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.6px;
  font-weight: 400;
  text-align: justify;
}

#home,
#myCarousel {

  margin-top: 88px;
}



body:before {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../img/bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 20%;
}

.section:nth-child(odd) {
  background-color: #f7f4e5;
}

.mainMask {
  background-color: rgba(0, 0, 0, 0);
}

.banner-full {

  background-image: url(../img/banner1.jpg)
}

#picture h5 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -30px;
  opacity: 0.6;
}

#commodity h4 {
  margin-top: 10px;
  font-size: 18px;
  margin-left: 10px;
}



#sns ul li {
  filter: brightness(0);
}


/* 響應式選單*/
@media (max-width:1200px) {
  #logo {
    width: 100%;
  }

  .navbar-brand>img {
    margin: auto;
  }

  .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }

  .shop1688 {
    left: 15px;
  }

  .navbar-nav {
    text-align: center;
  }

  /* .navbar-nav>li>a {
    padding-left: 11em;
  } */

  .navbar .container-fluid {
    background-color: var(--navBgColor);
  }

  .navbar-header {
    float: none;

  }

  .navbar-right {
    margin-right: 0;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
    padding-bottom: 20px;
  }

  .navbar-nav {
    float: none !important;
    /* margin: auto; */
    margin-top: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;

  }

  .collapse.in {
    display: block !important;
  }
}



/*響應式調整*/


@media screen and (max-width:1200px) {

  .navbar-right,
  .navbar-left {
    margin: 0em;
  }

  .navbar {
    height: 88px;
  }

  #logo {
    display: block;
  }

  #logo2 {
    display: none;
  }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:770px) {}

@media screen and (max-width:576px) {

  .aboutText p {
    letter-spacing: 1.6px;
  }
}

@media screen and (max-width:414px) {}

@media screen and (max-width:375px) {}

.navbar-header h1 {
  z-index: 10;
}

#logo2 img {

  margin-top: -3rem;
}

#logo2 {
  z-index: 10;
}





@media (min-width: 768px) {
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    margin-top: 2.5rem;
  }

  article {
    padding: 80px 0px;
  }
}

body {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 770px) {
  #nav-icon {
    margin-right: 15px;
    position: absolute;
    right: 1rem;
  }

  .swiper-pagination {
    bottom: none;
  }





}