:root {
  --navBgColor: #4CBBB4;
  --opacitynavBgColor: rgba(255, 255, 255, 0);
  --navTextColor: #ffffff;
  --navhoverColor: #79bba5;
  --highLightColor: rgb(174, 14, 56);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #79bba5;
  --titleColor: #79bba5;
  --mainFontColor: rgb(56, 56, 56);
  --opacityFontColor: #f1c968;
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

#traffic article {
  padding-bottom: 60px;
}


#nav-icon span {

  background: #fff;

}

.trafficText img {
  width: 30%;
  margin: auto;
}


.navbar {
  background-color: transparent;
  /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); */
}


#home,
#myCarousel {

  margin-top: 0px;
}

article>h3::before,
article>h3::after {
  display: none;
}

#copyright {
  background-color: #777777;
  color: #FFF;
  font-weight: bold;
}

/* body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 2.3cm;
  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%;
} */

.aboutText {
  text-align: center;
}

#about {
  background-image: url(../img/about01.jpg);
  background-size: cover;
}

#about h3 {
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(35, 35, 35, 0.285);
}


.aboutText p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  width: 90%;
  margin: 0 auto;
  letter-spacing: 1.6px;
  line-height: 28px;
  text-shadow: 0px 0px 10px rgba(35, 35, 35, 0.313);
}

/* #news {
  background-image: url(../img/logobg.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 30px 30px;
} */

.newsText p {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 26px;
  text-align: justify;
}


.floatRightText,
.floatLeftText {
  padding: 0px;
}

/* .mainBg {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
} */

.section:nth-child(even) {
  background-color: #e7eeec;
}

.mainMask {
  background-color: rgba(0, 0, 0, 0);
}

.menubtn {
  display: flex;
  width: 100%;
}

.item1 {
  padding: 25px;
}




.menuItem a {
  transition: 0.5s;
  border: 0.5px solid rgba(105, 105, 105, 0.293);
  box-shadow: -15px 15px 2px #f1c968;

}

.menuItem a:hover {
  transform: scale(1.1);
  border: 0.2px solid rgba(105, 105, 105, 0.293);
  box-shadow: -5px 25px 10px #f1c968;
}

.item3 {
  float: none;
}

.listMenuItem li {
  width: 100% !important;
  text-align: left;
}

#menu {
  background-image: url(../img/cut3.png);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: right 10% bottom 0%;
}
#menu > article{
  background-image: url(../img/cut4.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: left 0% bottom 0%;
}

#picture {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.293);
  background-image: url(../img/logobg.png);
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: right 5% bottom 5%;
}

#traffic {
  background-image: url(../img/logobg.png);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: 30px 30px;
}

.small {
  padding-bottom: 20px;
}

.btnbox {
  margin: auto;
}

.proArea,
.listMenuArea {
  padding-bottom: 30px;
}

.btnbox a {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  background-color: #f1c968;
  border: 2px solid #f1c968;
  color: #FFF;
  border-radius: 50%;
}

.btnbox a:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #f1c968;
}

.menuItem h4 {
  text-align: center;
}

.slick-slide img {
  transition: 0.5s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.523);
}

.slick-slide img:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.408);
}


#sns ul li {
  filter: brightness(0);
}


/* 響應式選單*/
@media (max-width:1200px) {
  #logo {
    width: 100%;
  }

  .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }

  .navbar-brand>img {
    margin: auto;

  }

  .shop1688 {
    left: 15px;
  }

  .navbar-nav {
    text-align: center;
  }

  .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-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) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:770px) {

  #home,
  #myCarousel {
    margin-top: 88px;
  }

  .trafficText img {
    width: 50%;
    margin: auto;
  }

  #menu{
    background-image: url(../img/cut3.png);
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: right 10% bottom 0%;
  }
  #picture {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.293);
    background-image: url(../img/logobg.png);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: right 15% bottom 1%;
  }

  .item4 {
    width: 80%;
  }

  .newsTitle h4 {
    font-size: 16px;
  }
}

@media screen and (max-width:576px) {}

@media screen and (max-width:414px) {
  #menu > article{
    background-size: 50%;
  }
}

@media screen and (max-width:375px) {}