:root{
  --navBgColor:#ffffff;
  --opacitynavBgColor:rgb(255, 255, 255);
  --navTextColor:#0e4971;
  --navhoverColor:#0568a5;
  --highLightColor:rgba(38,43,157,1);
  --hoverColor:rgba(255,255,255,1);
  --darkColor:#0e4971;
  --titleColor:#0e4971;
  --mainFontColor:rgba(30,30,30,1);
  --opacityFontColor:rgba(30,30,30,0.5);
  --mainBorder:1.5px solid var(--opacityFontColor);
}
#nav-icon span{
  background: var(--darkColor);
}
.navbar{
	background-color:white;
    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/bg01.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 20%;
}
/* .mainBg{
width: 100%;
height: 100%;
position: fixed;
} */
 .section:nth-child(odd){
  background-color:rgba(255, 255, 255, 0.731);
}
.mainMask{
  background-color: rgba(255, 255, 255, 0.536);
}
.banner-full{
	background-image: url(../img/banner1.jpg)
}
#sns ul li{
  filter: brightness(0);
}
.product a{
  border:#cae7fdde 5px solid ;
}
.room a {
  background-color: #cae7fdde;
  padding: 10px;
}
.room1 a {
  background-color: #fffffffa;
  padding: 10px;
}
a {
  transition: all 0.2s ease-in-out;
  line-height: 1;
}
.shopee_link a{
  text-align: center;
  border:#2a7db9a2 3px solid ;
  padding: 10px;
  width: 120px;
  margin:  auto;
  margin-top:30px ;
}
.shopee_link a:hover{
  color:#2a7db9a2;
}
a.proItem {
  margin: 0 20px;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.85;
  outline: none;
}
#copyright {
  background-color: #ffffff9b;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
}
article > h3 {
  font-size: 35px;
  color: var(--titleColor);
  text-align: center;
  margin-bottom: 60px;
}
.proarea{
  display: flex;
  margin: auto;
  justify-content: space-between;
}
.item2{
  width: 50% !important;
}
.trafficMap iframe{
  height: 600px;
}

.protext {
  margin: auto;
  width: 46%;
}
.item4 {
  margin: auto;
  width: 46%;
}
.newsArea{
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.item1{
  margin: auto;
  width: 46%;
  margin-bottom: 50px;
}
.item1 iframe{
  margin: auto;
  width: 100%;
  border-radius: 30px;
}

.newsTitle {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: var(--mainBorder);
}
.newsTitle h4 {
  width: calc(100% - 54px);
  display: inline-block;
  font-size: 30px;
  /* font-size: 20px; */
}
.roomItem {
  width: 75%;
  margin: auto;
}
#product h4 {
  text-align: center;
  font-size: 30px;
}
.listMenuItem {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(59,59,59,.2);
  flex-wrap: wrap;
}
.listMenuItem li {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 500;
}
/* 響應式選單*/
@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){
}
@media screen and (max-width:770px){
  .item2{
    width: 80% !important;
  }
  .roomItem {
    width: 100%;
  }
  .item1 {
    width: 100%;
  }
  /* #nav-icon {
    margin-right: 20px;
    font-size: 30%;
  } */
}
@media screen and (max-width:576px){
}
@media screen and (max-width:414px){
}
@media screen and (max-width:375px){
}