:root {
  --navBgColor: rgb(0, 0, 0);
  --opacitynavBgColor: rgb(0, 0, 0);
  --navTextColor: rgb(233, 233, 233);
  --navhoverColor: rgb(128, 128, 128);
  --highLightColor: rgba(203, 125, 157, 1);
  --hoverColor: #181818;
  --darkColor: rgb(255, 255, 255);
  --titleColor: rgb(255, 255, 255);
  --mainFontColor: rgb(255, 255, 255);
  --opacityFontColor: #67635a80;
  --mainBorder: 1.5px solid #FFF;
}

.menu-item,
.menu-open-button {

  background: rgb(116, 116, 116);

}


.navbar {
  background-color: var(--opacitynavBgColor);
  /* box-shadow: 0px 2px 5px rgba(0,0,0,0.2); */
}


/* 
#home,#myCarousel{
  
  margin-top: 88px;
} */

.mainBg {
  /* background-color: var(--navBgColor); */
  background-size: cover;
  background-attachment: fixed;
}

.mainMask {
  background-color: rgba(78, 78, 78, 0.705);
}

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%;
}

.banner-full {

  background-image: url(../img/banner1.jpg)
}


#news .forms_flex{
  display:flex;
  flex-wrap: wrap;
}



#news .forms{
  display:block;
  width: 47%;
  margin: auto;
}

#news .forms a{
  text-align: center;
  font-size: 20px;
  padding: 15px 10px;
  border:2px solid rgb(0 255 255); 
  background-color: rgba(255, 255, 255, 0.349); 
  transition : 0.5s;
}
#news .forms a:hover{
  text-align: center;
  font-size: 20px;
  padding: 15px 10px;
  background: rgb(0 255 255);
  border:2px solid rgb(0 255 255);
  color:#FFF;  
  
}

#news .forms a b{
  font-size: 16px;  
}




.newsTitle i {
  color: rgb(0 255 255);
  opacity: 1;
  font-style: initial;
  line-height: 45px;
}

a:hover{
  color:rgb(0 255 255);
}



.TeachersTitle {
  color: rgb(255 211 157);
  float: none;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: var(--mainBorder);
}

.TeachersTitle h4 {
  margin-top: 24px;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

.TeachersTitle i {
  width: 50px;
  cursor: pointer;
  text-align: center;
  font-size: 36px;
  line-height: 45px;
  font-weight: bold;
  color: rgb(255 211 157);
  opacity: 1;
  transition: 0.5s;
  font-style: initial;
  margin: auto;
  margin-top: 10px;
  margin-bottom: -15px;
}

/* .section:nth-child(even) {
  background-color: rgba(7, 7, 7, 0.856);
} */


.trafficText img {
  filter: brightness(0.8)
}


#sns ul li {
  filter: brightness(0);
}

.footer {
  background-color: rgb(0, 0, 0);
}

.btn_a {
  border: 1.5px solid var(--darkColor);
  width: 70%;
  text-align: center;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 5px;

}

.serviceText a {
  color: #181818;
}

.serviceText a:hover {
  color: #b42a18;
}

.listMenuItem li {
  width: 85%;
  margin: auto;
  font-size: 19px;
  line-height: 2.5em;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service_mask {
  position: absolute;
  width: 88%;
  height: 100%;
  top: 0;
  left: 6%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
}

.roomTitle h4 {
  text-align: center;
  line-height: 1.5;
}

.footer_logo {
  width: 15%;
}

#listMenu {
  background-image: url(../img/bg2.png);
}

#roomType {
  background-color: rgba(7, 7, 7, 0.856);
}

#roomType p {
  color: rgb(218, 193, 162);
}

#service {
  background-image: url(../img/bg3.jpg);
}
.btn_traffic {
text-align: center;
margin-bottom: 2em;
}
.btn_traffic>a {
  border: 1.5px solid var(--darkColor);
  width: 150px;
  text-align: center;
  transition: 0.5s;
  border-radius: 5px;
  padding: 5px;
display: inline-grid;

}
/* 
.item2{
  padding: 32px 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  float: none;
} */

.item2{
  float: none;
}




/* 響應式選單*/
@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) {}

@media screen and (max-width:770px) {
  .listMenuItem li {
    font-size: 16px;
  }
  .TeachersTitle h4 {
    font-size: 18px;
  }
}

@media screen and (max-width:576px) {
  .aboutText h6 {
    font-size: 20px;
  }

  .btn_group .btn_a {
    width: 60%;
  }

  .service_mask {
    width: 96%;
    left: 2%;
  }
}

@media screen and (max-width:414px) {
  article > h3 {
    font-size: 23px;
}
}

@media screen and (max-width:375px) {
  .TeachersTitle h4 {
    font-size: 16px;
}
}