:root {
  --navBgColor: #fdcf18;
  --opacitynavBgColor: #fdd118;
  --navTextColor: rgba(0, 0, 0, 1);
  --navhoverColor: rgb(0, 0, 0);
  --highLightColor: rgb(174, 14, 56);
  --hoverColor: #fdd118(255, 255, 255, 1);
  --darkColor: rgb(0, 0, 0);
  --titleColor: rgb(0, 0, 0);
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: #000000;
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

/* swiper */
.swiper-container {
  width: 100%;
  height: 500px;
  background: #000;
}

.swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}


.swiper-slide .subtitle {
  font-size: 38px;
  font-weight: 900;
}

.swiper-slide .text p{
  font-size: 14px;
  max-width: 300px;
  line-height: 1.5;
  color: white;
  font-weight: 300;
}
/* swiper */


#logo {
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  z-index: 99;
  
  
}





#nav-icon span {

  background: var(--darkColor);

}

.trafficText img {
  width: 30%;
  margin: auto;
}


.navbar {
  background-color: #fdd118;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
#news .btn{
  border: 0px;
  background-color: white;
  color: black;
}

#news .btn:hover{
  background: black;
  color: white;
}

#home,
#myCarousel {

  margin-top: 88px;
}

#copyright {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-weight: bold;
}

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%;
}

.aboutText {
  text-align: center;
}

.floatRightText,
.floatLeftText {
  padding: 0px;
}

/* .mainBg {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
} */

.section:nth-child(odd) {
  background-color: #fdd118;
}

.mainMask {
  background-color: rgba(0, 0, 0, 0);
}

.menubtn {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.item1 {
  padding: 25px;
}

.listMenuArea{
  width: 60%;
}

.listMenuItem li {
  width: 100% !important;
  text-align: left;
}

#listMenu .btn{
  margin-top: 20px;
  border: 0.5px solid rgb(132, 132, 132);
  background-color: #fdcf18;
  font-size: 18px;
}

#listMenu .btn:hover{
  color: white;
  background-color: black;
}

#listMenu article{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item4{
  width: 25%;
  height: 140px;
}

.small {
  padding-bottom: 20px;
}

.roomTypeArea{
  font-size: 22px;
  text-align: center;
}

.roomTypeArea .menubtn a{
  display: inline-block;
}

/* .btnbox {
  margin: auto;
} */

.proArea,
.listMenuArea {
  padding-bottom: 30px;
}

.btnbox a {
  width: 100%;
  margin-top: 40px;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  background-color: #000000;
  border: 0.5px solid rgb(84, 84, 84);
  color: #FFF;
  border-radius: 5px;
}

.btnbox a:hover {
  border: 0px;
  background-color: white;
  color: black;
}

.menuItem{
  width: 50%;
}

.menuItem h4 {
  font-size: 22px;
  text-align: center;
}

.banner-full {

  background-image: url(../img/banner1.jpg)
}


#sns ul li {
  filter: brightness(0);
}


/* 響應式選單*/
@media (max-width:1200px) {
  #logo {
    margin-left: 0px;
    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;

  }
  .menuItem {
    width: 100%;
  }
  .listMenuItem{
    width: 100%;
  }

  .collapse.in {
    display: block !important;
  }

  .listMenuArea {
    width: 100%;
  }

  #listMenu h3{
    font-size: 34px;
  }

  .item4{
    width: 100%;
    height: 100%;
  }
}



/*響應式調整*/


@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:770px) {
  .trafficText img {
    width: 50%;
    margin: auto;
  }
  
}

@media screen and (max-width:576px) {}

@media screen and (max-width:414px) {}

@media screen and (max-width:375px) {}

.item3 h4{
  text-align: left !important;
  font-size: 24px;
}