:root {

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

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

  --navTextColor: #4fae33;

  --navhoverColor: #4fae33;

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

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

  --darkColor: #bbdb56;

  --titleColor: rgb(93, 67, 44);

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

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

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

}



body {

  margin: 0;

  padding: 0;

}



/* Banner 上方 */

.container-fluid>.navbar-collapse {

  margin-right: 0;

  margin-left: 0;

  margin-top: 1.5rem;

}



#logo {

  position: initial;

  float: inherit;

  margin: auto;

  display: none;

}



h1{

  font-size: 36px;

  color: var(--titleColor);

  text-align: center;

  margin-bottom: 60px;

}



.navbar-header h1 {

  z-index: 10;

}



#logo2 {

  /* position: initial; */

  float: inherit;

  margin: auto;

  z-index: 10;

}



#logo2 img {

  height: 80px;

  width: auto;

  margin-top: -2rem;

}



.navbar {

  background-color: var(--hoverColor);

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

}



.navbar-nav>li>a {

  margin-top: 1em;

}



#nav-icon span {

  background: var(--darkColor);

}


.icon img {

  width: 50%;
  margin: auto;

}


.navbar-center {

  display: inline-block;

  float: none;

  vertical-align: top;

}



.navbar-collapse-center {

  text-align: center;

}



/* banner上方結束 */

#home,

#myCarousel {



  margin-top: 88px;

}



/* .mainBg {

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

  background-size: cover;

  background-attachment: fixed;

} */



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

}



ul,

ol,

li,

p,

a,

footer {

  font-family: revert;

}



.section:nth-child(odd) {

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

}



.mainMask {

  background-color: rgba(255, 255, 255, 0.856);
  background-blend-mode:soft-light;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;

}



.banner-full {

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

}



article>h2 {

  letter-spacing: 5px;

  font-size: 36px;

  color: var(--titleColor);

  text-align: center;

  margin-bottom: 60px;

}



article > h2::before{

  content: "";

  width: 50px;

  height: 3px;

  background-color: var(--titleColor);

  display: inline-block;

  vertical-align: middle;

  margin-right: 15px;

}

article > h2::after{

  content: "";

  width: 50px;

  height: 3px;

  background-color: var(--titleColor);

  display: inline-block;

  vertical-align: middle;

  margin-left: 15px;

}



article>h3::after,

article>h3::before {

  width: 0px;

}



/* banner-bottom 開始 */

#banner-bottom {

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

  background-size: cover;

  padding: 4em 0;

}



.container {

  padding-right: 15px;

  padding-left: 15px;

  margin-right: auto;

  margin-left: auto;

}



.container h2,

.container p {

  color: rgb(12, 31, 16);
  font-weight: 600;

}



.banner-bottom-grids {

  line-height: 2em;

}



/* banner-bottom End */

.aboutText p {

  text-align: center;

  color: gray;

}


#banner-bottom p {

font-size: 14px;

}

#banner-bottom p b {

  font-size: 17px;

  }

.picText p {

  text-align: center;

}



.FloatRight {

  float: right;

}



.roomTitle {

  border-bottom: 3px dotted var(--darkColor);

}



.roomItem img {

  border: 6px double;

  border-radius: 3em;

}



.trafficText ul li {

  border-bottom: 0px;

  text-align: left;

}



#sns ul li {

  filter: brightness(0);

}



.icon,

#copyright {

  background-color: var(--navBgColor);

}





.icon {

  position: sticky;

  bottom: 0;

}

.icon ul {

  width: 200px;

  margin: auto;

  display: flex;

}



.icon ul li a:hover {

  filter: opacity(0.5);

}

#activity {
  width: 80%;
  margin: 50px auto;

}

.newsArea {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-evenly; */
}
.newsItem {
  width: 30%;
  margin: 1.5%;
}

.accordion {
  color: #ffffff;
  background-color: #4cb034;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  transition: all 0.5s ease-out;
}

#activity .active,
.accordion:hover {
    background-color: #bbdb56;
}
.panel {
    padding: 0 20px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-out;
}
.panel p {
    font-size: 13px;
    letter-spacing: 1.8px;
    line-height: 1.8;
    text-align: justify;
    font-weight: 500;
}
.panel ol li {
    font-size: 14px;
    letter-spacing: 1.8px;
    line-height: 1.8;
    margin-left: 20px;
    margin-bottom: 15px;
    opacity: 0.8;
}

.menuItem {
  width: 90%;
  margin: 30px auto;
}

.menuItem img {
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.177);
}

.btn_group {
  display: flex;
  flex-wrap: wrap;
}

.btn_group a {
  border-radius: 20px;
  width: 20%;
  margin: auto;
}

.btn_group a:hover {
  background-color: #417933;
  color: var(--hoverColor);
}

.btn_group a {
  padding: 5px;
  border: 3px solid #417933;
  color: #417933;
  font-size: 18px;
}
 .pictureArea p {
  background-color: rgba(218, 230, 214, 0.689);
  color: #417933;
  width: 300px;
  padding: 30px;
  margin: 50px auto;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
}

.trafficArea {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto;
}

.btn_group1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.btn_group1 a {
  border-radius: 100px;
  width: 20%;
  margin: auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.177);
}

.btn_group1 a:hover {
  background-color: var(--darkColor);
  color: var(--hoverColor);
}

.btn_group1 a {
  padding: 5px;
  border: 3px solid var(--darkColor);
  color: var(--darkColor);
  font-size: 18px;
}

#brand p {

text-align: center;
font-size: 20px;
margin: 50px auto;

}

#brand {
  display: grid;
  height: 100%;
  width: 100%;
  font-family: "Poppins", sans-serif;
  place-items: center;
  background: linear-gradient(315deg, #ffffff, #A9D280);
}

#brand .pictureArea{
  display: flex;
  justify-content: center;
}


.wrapper {
  display: inline-flex;
  list-style: none;
  justify-content: center;
}

.wrapper .icon {
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  padding: 15px;
  margin: auto 50px;
  width: 120px;
  height: 120px;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877F2;
  color: #ffffff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #1DA1F2;
  color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #E4405F;
  color: #ffffff;
}

.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
  background: #333333;
  color: #ffffff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background: #CD201F;
  color: #ffffff;
}


/* 響應式選單*/

@media (max-width:1200px) {

  #logo {

    width: 100%;

  }



  .navbar-brand>img {

    margin: auto;

  }



  .navbar>.container-fluid .navbar-brand {

    margin-left: 0;

  }



  .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: auto; */

    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) {



  .navbar-right,

  .navbar-left {

    margin: 0em;

  }



  .navbar {

    height: 88px;

  }



  #logo {

    display: block;

  }



  #logo2 {

    display: none;

  }

}



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



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

  .banner-bottom-grids:nth-child(2) {

    margin: 3em 0;

  }

}



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



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

  article {

    width: 100%;

  }



  .item2 {

    width: 95%;

  }

}



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



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



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

  #nav-icon {

    margin-right: 15px;

    position: absolute;

    right: 1rem;

  }

  .newsArea {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .newsItem {
    width: 100%;
    margin: 30px auto;
  }

  .accordion {
    padding: 10px;
  }

  .btn_group {
    flex-direction: column;
  }

  .btn_group a{
    width: 50%;
    margin: 20px auto;
  }

  .wrapper {
    display: inline-flex;
    list-style: none;
    justify-content: center;
    flex-direction: column;
}

.wrapper .icon {
  margin-bottom: 70px;

}


#brand h2 {

  font-size: 30px;

}



#about {





  background-color: rgb(227, 232, 225);

}
}