:root {
  --navBgColor: #f4c444;
  --opacitynavBgColor: #f4c444;
  --navTextColor: rgba(0, 0, 0, 1);
  --navhoverColor: rgb(255, 255, 255);
  --highLightColor: rgba(203, 125, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: rgb(22, 22, 22);
  --titleColor: rgba(103, 99, 90, 1);
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: rgba(103, 99, 90, 0.5);
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

#nav-icon span {

  background: var(--darkColor);

}


.navbar {
  background-color: var(--opacitynavBgColor);
  /* box-shadow: 0px 2px 5px rgba(0,0,0,0.2); */
}

#nav-icon span {
  background: var(--darkColor);
}

/*
#home,#myCarousel{

  margin-top: 88px;
} */

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%;
}

.mainMask {
  background-color: rgba(255, 255, 255, 0.821);
}

.banner-full {

  background-image: url(../img/banner1.jpg)
}

.section:nth-child(odd) {
  background-color: #ffe089;
}


.trafficText img {
  filter: brightness(0);
}


#sns ul li {
  filter: brightness(0);
}

.footer {
  background-color: #f4c444
}


.floatRightText,
.floatLeftText {
  background-color: rgba(255, 255, 255, 0);
}

nav.menu .in {
  background-image: url(../img/in.png);
  background-size: cover;
  background-color: #fe5024;
}

.overlay a {
  top: 0px;
}

.roomItem img {
  border: 5px double #f4c444;
  padding: 5px;
}

.roomTitle h4 {
  text-align: center;
  padding-bottom: 10px;
}

.roomTitle {
  border-bottom: 2px dashed #f4c444;
}

.floatRightText,
.floatLeftText {
  border: 1.5px solid #f4c444;
  box-shadow: 5px 5px 0px #f4c444;

}

.aboutText p {
  text-align: justify;
  line-height: 28px;
}

.service {
  background-color: rgba(0, 0, 0, .6);
  background-blend-mode: multiply;
  background-image: url(../img/bg1.jpg);
  background-size: cover;
  background-position: center center;
}

.service h6 {
  color: #f4c444;
  font-size: 24px;
  margin-bottom: 20px;
}

.service p {
  color: rgb(238, 238, 238);
  text-align: justify;
  line-height: 28px;
}

#advice {
  background-color: rgba(0, 0, 0, .6);
  background-blend-mode: multiply;
  background-image: url(../img/bg1.jpg);
  background-size: cover;
  background-position: center center;
}

#advice h6 {
  color: #f4c444;
  font-size: 32px;
  margin-bottom: 20px;
}

#advice p {
  color: rgb(238, 238, 238);
  line-height: 28px;

}

#playlist p {
  text-align: center;
  line-height: 32px;
  margin-bottom: 20px;
}

.vip article {
  margin: 0px;
  width: 100%;
  text-align: center;
}

.vip div {
  width: 25%;
  float: left;
  text-align: left;
  padding-left: 45px;
  padding-bottom: 50px;


}

.footer .btn_a {
  width: 10%;
}

.item1 {
  width: 90%;
  margin: auto;
}

.co {
  color: #fa623c;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}

.nav-pills {
  margin-bottom: 48px;
}

/* 響應式選單*/
@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) {
  .vip div {
    width: 50%;
  }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:770px) {
  .aboutFlex .col-sm-5 {
    width: 100%;
  }

  .aboutText p {
    text-align: center;
  }

  .item1 {
    width: 100%;
  }
}

@media screen and (max-width:576px) {
  .aboutText h6 {
    font-size: 22px;
  }

  article>h3 {
    font-size: 28px;
  }

  .footer .btn_a {
    width: 80%;
  }

  .vip div {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width:414px) {}

@media screen and (max-width:375px) {}