:root {
  --navBgColor: #ffc8c8;
  --opacitynavBgColor: rgba(223, 215, 194, 0);
  --navTextColor: rgb(255, 255, 255);
  --navhoverColor: #e20e32;
  --highLightColor: rgba(203, 125, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #e20e32;
  --titleColor: #e20e32;
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: rgba(103, 99, 90, 0.5);
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

article {
  padding: 70px 0px;
}

body::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;

  width: 100%;
  height: 100%;
  z-index: -10;
  background-color: #f7f7f7;
  /* background: url(../img/bg.jpg) no-repeat center center; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.banner {
  padding-top: 0px;

}

.navbar {
  background-color: #f7f7f700;
}

#nav-icon span {

  background: var(--darkColor);

}

.shopBanner .newsItem img {
  padding-left: 0px;
  padding-right: 0px;
}

.shopBanner {
  width: 100%;
}

.floatimg {
  margin-bottom: 0px;
  margin-top: 0px;
}

.aboutFlex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: rgb(255, 255, 255);
}

.aboutText {
  padding-left: 20%;
  background-color: rgb(255, 255, 255);
}

.aboutText h6 {
  font-size: 26px;
  text-align: left;
}

.aboutText p {
  letter-spacing: 1.6px;
  line-height: 1.8;
  line-height: 28px;
}

#about .btn_a {
  margin: 0px;
  margin-right: 20px;
}

.bottom {
  display: flex;
}

.newsItem img {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.282);
  padding: 5px;
}

.aboutFlex img {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.282);
  padding: 5px;
}

.trafficMap iframe {
  width: 500px;
  height: 300px;
}


.trafficText {
  margin-bottom: 0px;
}



.trafficText ul {
  width: 100%;
  padding-bottom: 20px;
  border-right: none;
}


.news1 .newsTitle h4 {
  font-size: 28px;
  color: #e20e32;
  text-align: center;
  margin-top: 20px;
}

.btn_a {
  margin: 30px auto;
  width: 33%;
}

/* swiper */
.swiper-container {
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 5px rgb(0 0 0 / 28%);
  padding: 5px;
}

.swiper-slide {
  text-align: center;
  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 */


/* .navbar {
  background-color: var(--opacitynavBgColor);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
} */

#nav-icon span {
  background: var(--darkColor);
}

.shopBanner .newsTitle,
.shopBanner .newsText {
  width: 60%;
  margin: auto;
}

.shopBanner .newsItem {
  padding-bottom: 120px;
}

/* 
#home,#myCarousel{
  
  margin-top: 88px;
} */

/* .mainBg {
  background-color: var(--navBgColor);
  background-size: cover;
  background-attachment: fixed;
} */

.mainMask {
  background-color: rgba(0, 0, 0, 0);
}

.banner-full {

  background-image: url(../img/banner1.jpg)
}

/* .section:nth-child(odd) {
  background-color: #fff
} */

.item1 iframe {
  width: 100%;
  height: 500px;
}

.trafficText img {
  filter: brightness(0.4)
}


#sns ul li {
  filter: brightness(0);
}

.footer {
  background-color: #ffc8c8;
}

#traffic .trafficArea {
  display: flex;
}

#traffic .item3 {
  width: 100%;
}

.footer_logo {
  width: 10%;
}

.newsTitle {
  border-bottom: none;
}

.newsTitle h4 {
  /* border-bottom: var(--mainBorder); */
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
}

.newsTitle p {
  text-align: center;
  padding-top: 20px;
}

/* 響應式選單*/
@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) {
  .trafficText ul {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:770px) {
  .rightBorder {
    border-right: none;
  }

  .aboutText {
    padding-left: 0px;
    margin: 20px 20px;
  }

  .floatRightText {
    margin: 0px;
  }

  .aboutFlex.row>div {
    width: 100%;
  }



  .newsTitle p {
    margin: 0 auto;
    width: 80%;
  }

  .floatRightText,
  .floatLeftText {
    padding: 28px;
  }

  .shopBanner .newsTitle,
  .shopBanner .newsText {
    width: 80%;
    margin: auto;
  }

  #traffic .trafficArea {
    flex-direction: column;
  }

  .trafficMap iframe {
    width: 100%;
  }

  .item1 iframe {
    width: 100%;
    height: 250px;
  }


  .footer_logo img {
    width: 30%;
    margin: auto;
  }

  .footer>div {
    width: 80%;
  }

}

@media screen and (max-width:576px) {}

@media screen and (max-width:414px) {}

@media screen and (max-width:375px) {}