:root {

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

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

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

  --navhoverColor: rgb(55, 187, 158);

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

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

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

  --titleColor: rgb(255, 102, 42);

  --mainFontColor: rgba(30, 30, 30, 1);

  --opacityFontColor: rgba(30, 30, 30, 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);

}





.aboutText {

  text-align: center;

  width: 60%;

}







#nav-icon span {

  background: var(--darkColor);

}



#home,

#myCarousel {



  margin-top: 88px;

}







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

}





.floatRightText,

.floatLeftText {

  padding: 0px;

}



/* .mainBg {

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

  background-size: cover;

  background-attachment: fixed;

} */



.section:nth-child(odd) {

  background-color: rgb(187, 216, 205);

}



.mainMask {

  background-color: rgba(0, 0, 0, 0);

}



.banner-full {



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





#sns ul li {

  filter: brightness(0);

}



#copyright {

  background-color: rgb(44, 78, 65);

  color: #FFF;

}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 55vh;
  overflow: hidden;
}

.video-container iframe {
  height: -webkit-fill-available;
}





/* 響應式選單*/

@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:1440px) {
  .video-container {
    height: 40vh;
  }
}



@media screen and (max-width:1024px) {
  .video-container {
    height: 28vh;
  }
}



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



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

  .aboutText {

    text-align: left;

    width: 90%;

  }

  .video-container {
    height: 64vh;
  }

}



@media screen and (max-width:576px) {
  .video-container {
    height: 35vh;
  }
}



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



@media screen and (max-width:375px) {
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 60vh;
    overflow: hidden;
  }
}