:root {

  --navBgColor: #ee7610;

  --opacitynavBgColor: #ee7610;

  --navTextColor: rgba(0, 0, 0, 1);

  --navhoverColor: rgb(255, 255, 255);

  --highLightColor: rgba(38, 43, 157, 1);

  --hoverColor: rgba(255, 255, 255, 1);

  --darkColor: rgb(255, 255, 255);

  --titleColor: #ee7610;

  --mainFontColor: rgb(255, 255, 255);

  --opacityFontColor: rgba(255, 255, 255, 0.5);

  --mainBorder: 1.5px solid var(--opacityFontColor);

}



#nav-icon span {



  background: var(--darkColor);



}





.navbar {

  background-color: transparent;

  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);

}



#nav-icon span {

  background: var(--darkColor);

}



#home,

#myCarousel {



  margin-top: 88px;

}



.mainBg {

  background: url(../img/bg.jpg) no-repeat;

  background-size: cover;

  background-attachment: fixed;

}



.section:nth-child(odd) {

  background-color: #ac580f92;

}



.mainMask {

  background-color: rgba(54, 54, 54, 0.855);

}



.banner-full {



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

}





#sns ul li {

  filter: brightness(1);

}

#sns .point {

  background-image: url(../img/point.png);

  background-size: cover;

}

.aboutItem{

  width: 100%;

  box-shadow: 10px 10px 0px rgba(255, 255, 255, 0.689);

}



.trafficText h3{

  border-radius: 10px;

  padding: 8px;

  border: 1px solid #ee7610;

  background-color: #ee7610;

  color: #fff;

  text-align: center;

  margin-bottom: 40px;

}

.videos{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
}
.newsItem1{
  display: flex;
  width: 46%;
  margin-bottom: 50px;
}
.newsItem{
   margin-bottom: 50px;
}

.newsText a:hover{

  background-color: #ee7610;

  color: #fff;

  border: #ee7610;

}



.btn_group a:hover{

  background-color: #ee7610;

  color: #fff;

  border: #ee7610;

}



.menuItem h4{

  text-align: center;

  border-bottom: 0px;

  background-color: #ee7610;

  padding-top: 10px;

  border-top-right-radius:20px;

  border-top-left-radius:20px

}



.menuItem ul{

  padding: 5px;

  background-color: rgb(255, 255, 255);

  border-bottom-right-radius:20px;

  border-bottom-left-radius:20px

}

.menuItem>ul>li{

  color: #000;

}

.item2{
  width: 50%;
}
/* 響應式選單*/

@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) {
  .newsItem1{
    margin: auto;
    width: 80%;
    margin-bottom: 50px;
  }
}



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



@media screen and (max-width:414px) {
  .item2{
    width: 80%;
  }
}



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