:root {
  --navBgColor: #9d7244;
  --opacitynavBgColor: rgba(223, 215, 194, 0);
  --navTextColor: #fffbf5;
  --navhoverColor: #393939;
  --highLightColor: rgba(203, 125, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: rgba(103, 99, 90, 1);
  --titleColor: #342b1b;
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: rgba(103, 99, 90, 0.5);
  --mainBorder: 1.5px solid #9d7244;
}

#nav-icon span {

  background: var(--darkColor);

}

.navbar .container-fluid {
  margin: 10px 20px 10px 20px;
}

.navbar {
  background-color: var(--opacitynavBgColor);
  /* box-shadow: 0px 2px 5px rgba(0,0,0,0.2); */
  height: 110px;
}

#nav-icon span {
  background: var(--darkColor);
}

#about .compny {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}

#about .compny img {
  width: 15%;
  margin-bottom: 70px;
}

#about .compny p {
  width: 84%;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1.3px;
  line-height: 1.7;
  color: #4f4f4f;
}

/*
#home,#myCarousel{

  margin-top: 88px;
} */

.mainBg {

  background-size: cover;
  background-attachment: fixed;
}

.mainMask {
  background-color: rgba(255, 255, 255, 0.774);
}

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%;
}

.banner-full {

  background-image: url(../img/banner1.jpg)
}

.section:nth-child(even) {
  background-color: #d7ccc0;
}


.trafficText img {
  filter: brightness(0.4)
}


.newsItem {
  float: none;
}


#menu img {
  box-shadow: 5px 2px 5px 5px #0000003b;
}

#sns ul li {
  filter: brightness(0);
}

#sns {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background-color: #9d7244ab;
  z-index: 100;
}

#sns ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

#sns ul li {
  border-bottom: 1.5px solid var(--mainFontColor);
  padding: 10px 0;
  filter: brightness(1);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#sns ul li:last-child {
  border: none;
}

#sns ul li a {
  opacity: 0.7;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

#sns ul li a:hover {
  opacity: 0.95;
}

#sns .ig {
  background-image: url(https://www.shop1688.com.tw/sys/ig.svg);
}

#sns .fb {
  background-image: url(https://www.shop1688.com.tw/sys/fb.svg);
}

#sns .line {
  background-image: url(https://www.shop1688.com.tw/sys/line.svg);
}

#sns .pchome {
  background-image: url(https://www.shop1688.com.tw/sys/pchome.svg);
}

#sns .pchomeStore {
  background-image: url(https://www.shop1688.com.tw/sys/pchomeStore.svg);
}

#sns .reten {
  background-image: url(https://www.shop1688.com.tw/sys/reten.svg);
}

#sns .shopee {
  background-image: url(https://www.shop1688.com.tw/sys/shopee.svg);
}

#sns .tumblr {
  background-image: url(https://www.shop1688.com.tw/sys/tumblr.svg);
}

#sns .web {
  background-image: url(https://www.shop1688.com.tw/sys/web.svg);
}

#sns .yahoo {
  background-image: url(https://www.shop1688.com.tw/sys/yahoo.svg);
}

#sns .youtube {
  background-image: url(https://www.shop1688.com.tw/sys/youtube.svg);
}

#sns .tag {
  background-image: url(https://www.shop1688.com.tw/sys/tagBorder.svg);
}

#sns .momo {
  background-image: url(https://www.shop1688.com.tw/sys/momo.svg);
}

#sns .rakuten {
  background-image: url(https://www.shop1688.com.tw/sys/rakuten.svg);
}

#sns .pixnet {
  background-image: url(https://www.shop1688.com.tw/sys/pixnet.svg);
}

#sns .bandq {
  background-image: url(https://www.shop1688.com.tw/sys/bandq.svg);
}

#sns .taobao {
  background-image: url(https://www.shop1688.com.tw/sys/taobao.svg);
}

#sns .books {
  background-image: url(https://www.shop1688.com.tw/sys/books.svg);
}

#sns .gomaji {
  background-image: url(https://www.shop1688.com.tw/sys/gomaji.svg);
}

#sns .foodpanda {
  background-image: url(https://www.shop1688.com.tw/sys/foodpanda.svg);
}

#sns .top {
  margin-bottom: -30px;
  background-image: url(https://www.shop1688.com.tw/sys/top.svg);
  opacity: 0;
  transition: 0.5s;
}

.sns {
  display: flex;
  margin: 10px auto 50px;
  justify-content: center;
}

.sns a {
  margin: 10px;
  display: flex;
  justify-content: space-around;
  width: 5%;
}

.footer {
  background-color: #9d7244;
}

.item1 {
  margin: auto;
  width: 65%;
}



.menuItem h4 {
  text-align: center;
}

.menuItem ul li {
  letter-spacing: 5px;
}

.navbar-nav>li>a {
  letter-spacing: 2px;
}

.footer_logo {
  width: 15%;
}

.menuItem {
  /* background-color: rgba(255, 255, 255, 0.726); */
  padding: 5% 10%;
}

.floatRightText,
.floatLeftText {
  border: var(--mainBorder);
  padding: 80px;
  border-width: 2.8px;
  border-radius: 5px;

}

#copyright {
  margin-bottom: 50px;
  background-color: #c8c8c800;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
}

/* 響應式選單*/
@media (max-width:1200px) {
  #logo {
    width: 100%;
  }

  #home,
  #myCarousel {

    margin-top: 88px;
  }

  .navbar {
    background-color: var(--navBgColor) !important;
  }

  .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }

  .navbar-brand>img {
    margin: auto;

  }

  .collapse {
    position: absolute;
    display: block;
    top: -1200%;
    margin: 0;
    left: 100%;
    width: 100%;
    min-height: 100vh;
    background-color: var(--navBgColor);
    transition: 0.5s;

  }

  .collapse.move {
    top: 0;
    left: 0;
    opacity: 1;
  }

  .shop1688 {
    left: 15px;
  }

  /* .navbar-collapse{
    background-color: var(--navBgColor);
  } */
  .navbar-header {
    float: none;

  }

  .navbar .container-fluid {
    padding: 0;
  }

  .container-fluid>.navbar-collapse {
    margin: 0;
  }

  .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-nav {
    text-align: center;
    float: none !important;
    margin-top: 100px;

  }

  .navbar-nav>li>a::after {
    content: '';
    width: 0%;
    height: 3px;
    background-color: var(--navhoverColor);
    margin: auto;
    margin-top: 5px;
    display: block;



  }

  .navbar-nav>li>a:hover::after {
    width: 5%;



    transition: 0.5s;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;

  }

}



/*響應式調整*/


@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:770px) {
  .sns a {
    width: 15%;
  }
}

@media screen and (max-width:576px) {
  #about .compny img {
    width: 35%;
    margin-bottom: 50px;
  }

  .item1 {
    width: 100%;
  }

  article>h3 {
    font-size: 28px;
  }

  .floatRightText,
  .floatLeftText {
    padding: 30px;
  }

  .aboutText h6 {
    font-size: 20px;
  }

  #about article {
    padding-bottom: 0px;
  }

  .footer li {
    font-size: 14px;
  }
}

@media screen and (max-width:414px) {}

@media screen and (max-width:375px) {}