:root {
  --navBgColor: #eecf99;
  --opacitynavBgColor: rgba(255, 255, 255, 0);
  --navTextColor: rgb(255, 255, 255);
  --navhoverColor: #e79366;
  --highLightColor: #756346;
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #f9af38;
  --titleColor: #5C3825;
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: #f9af38;
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

#nav-icon span {
  background: var(--darkColor);
}

.trafficText img {
  width: 30%;
  margin: auto;
}

.navbar {
  background-color: transparent;
  /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); */
}

article>h3::before {
  display: none;
}

article>h3::after {
  display: none;
}

h3 {
  letter-spacing: 2px;
}

#nav-icon span {
  background: var(--darkColor);
}

#home,
#myCarousel {
  margin-top: 0px;
}

#copyright {
  background-color: #f9af38;
  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%;
}

#about {
  margin-top: -5px;
  background-image: url(../img/about1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#about article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#about h3,
#about p {
  color: white;
}

#about p {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 26px;
  font-weight: 300;
}

#about span {
  font-weight: 600;
  font-size: 18px;
}

.item2 {
  float: left;
}

.newsItem img {
  box-shadow: 0px 0px 5px rgb(35, 35, 35);
}

.newsTitle {
  font-size: 20px;
}

.newsText p {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 26px;
}

.picText {
  width: 94%;
}

#product img {
  transition: 0.5s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.489);
}

#product img:hover {
  transform: scale(1.05);
}

#roomType article {
  width: 100%;
  padding: 0px;
}

#roomType p {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
  color: white;
}

.floatRightText,
.floatLeftText {
  padding: 0px;
}

/* .mainBg {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
} */
.section:nth-child(odd) {
  background-color: #e7e7e7ea;
}

.mainMask {
  background-color: rgba(0, 0, 0, 0);
}

.menubtn {
  display: flex;
  width: 100%;
}

.item1 {
  padding: 25px;
}

.listMenuItem li {
  width: 100% !important;
  text-align: center;
  font-size: 16px;
}

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

.item4 {
  width: 33.33%;
  float: none;
}

.small {
  padding-bottom: 20px;
}

.btnbox {
  margin: auto;
}

.proArea,
.listMenuArea {
  padding-bottom: 30px;
}

.btnbox a {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  background-color: #f9af38;
  border: 2px solid #f9af38;
  color: #FFF;
  border-radius: 50%;
}

.btnbox a:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #f9af38;
}

.menuItem h4 {
  text-align: center;
}

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

#sns ul li {
  filter: brightness(0);
}

/* swiper */
.swiper {
  width: 100%;
  height: 500px;
  background: #000;
}

.swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 200px;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

#picCategory img {
  transition: 0.5s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.388);
}

#picCategory img:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.639);
}

.swiper-slide .title {
  font-size: 41px;
  font-weight: 600;
  margin-bottom: 20px;
}

.swiper-slide .subtitle {
  font-size: 21px;
}

.swiper-slide .text {
  font-size: 18px;
  max-width: 500px;
  line-height: 1.3;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.51);
}

/* swiper */
/* 響應式選單*/
@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:1200px) {}

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

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

  #home,
  #myCarousel {
    margin-top: 88px;
  }
}

@media screen and (max-width:770px) {
  .trafficText img {
    width: 50%;
    margin: auto;
  }

  #about p {
    text-align: center;
    font-size: 14px;
  }

  #about span {
    font-size: 16px;
  }

  .swiper {
    height: 400px;
  }

  .swiper-slide {
    padding: 40px 50px;
  }

  .swiper-slide .title {
    font-size: 34px;
  }

  #roomType p {
    font-size: 18px;
  }

  .item4 {
    width: 90%;
  }

  .picText {
    width: 100%;
  }

  .nav-pills>li+li {
    margin-bottom: 20px;
  }

  .nav-justified>li {
    width: 100%;
  }
}

@media screen and (max-width:576px) {
  .item2 {
    float: none;
  }
}

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

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