:root {
  --navBgColor: #467500;
  --opacitynavBgColor:#467500c5;
  --navTextColor: #000000;
  --navhoverColor:#FFF;
  --highLightColor: #9effd6;
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: rgb(45, 67, 58);
  --titleColor: #000000;
  --mainFontColor: #000000;
  --opacityFontColor:#9effd6;
  --mainBorder: 1.5px solid var(--opacityFontColor);
}



p{
  font-size: 15px;
  letter-spacing: 1.8px;
  font-weight: 300;
}
#nav-icon span {
  background: var(--darkColor);
}
.roomTitle h4 {
  font-size: 24px;
  color: #000000;
}
.line_n {
  text-decoration: line-through;
  color: rgb(124, 124, 124);
}
.roomTitle h3 {
  font-size: 16px;
  margin-top: -24px;
  text-align: right;
}
.service_mask {
  background-color: rgba(143, 142, 142, 0.26);
}
.aboutText h6 {
  line-height: 34px;
}
.aboutpic {
  position: fixed;
  top: 65%;
  left: 3%;
  cursor: pointer;
  z-index: 100;
}
.aboutpic img {
  width: 150px;
  animation: alarm 1s infinite;
}
#about img{
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.339);
}
.item3{
  width: 100%;
}
.newsBtn{
  border: 1px solid black;
  padding: 10px 20px;
  margin: 20px 0px;
  display: inline-block;
  border-radius: 5px;
}
.newsBtn:hover{
  background-color: #FFFFFF;
  transition: all 0.4s ease;
  border: #FFFFFF;
  color: #588B8B;
}
.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;
} */
.mainBg {
  background-color: var(--navBgColor);
  background-size: cover;
  background-attachment: fixed;
}
.mainMask {
  background-color: rgba(0, 0, 0, 0);
}
.banner-full {
  background-image: url(../img/banner1.jpg)
}
.section:nth-child(odd) {
  background-color: #fff
}
.picFlex img {
  width: 46%;
  margin: 10px;
  float: left;
}
.category_Text{
  padding-left: 5%;
}
.category_Text h5{
  line-height: 1.5;
}
.category_Text h5 span{
  font-size: 18px;
}
.category_img{
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.343);
}
/* 服務內容 */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 40px 30px;
  border: 1px solid #ccc;
  border-top: none;
}
#service .banner{
  height: 400px;
  object-fit: cover;
}
.tabcontentArea{
  display: flex;
  justify-content: space-between;
  margin: 30px 0px;
}
.tabcontentItem{
  width: 30%;
}
.tabcontentItem3{
  display: flex;
  justify-content: space-between;
}
.tabcontentItem3 a{
  width: 48%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.465);
}
.tabcontentItem3 a:hover{
  transition: all 0.5s ease;
  transform: scale(1.02);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.269);
}
.tabcontentItem2{
  display: flex;
  align-items: center;
  width: 100%;
}
.tabcontent{
  background-color: rgb(247, 247, 247);
}
.tabcontentItem p{
  margin: 10px 0px;
  font-size: 18px;
}
.tabcontentItem2 a{
  width: 50%;
}
.tabcontentItem2 p{
  width: 50%;
  padding: 0px 100px ;
}
.tabcontentItem img{
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.615);
}
.tabcontentItem img:hover{
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.323);
  transition: all 0.5s ease;
  transform: scale(1.02);
}





h5 small {
  color: rgb(240, 240, 240);
}
.hovereffect h2 {
  padding: 0em 0;
}
.overlay img {
  margin-top: 15px;
}
.trafficText img {
  filter: brightness(0.4)
}
.trafficText ul li {
  font-size: 18px;
}
#sns ul li {
  filter: brightness(0);
}
.footer {
  background-color: #467500;
}
.footer_text li {
  color: white;
}
#copyright {
  background-color: rgb(255, 255, 255);
  color: #000;
}
#picCategory p {
  width: 95%;
  margin: 0 auto 50px;
}
/* 響應式選單*/
@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) {
  .tabcontentItem2 p{
    padding: 0px 40px;
  }
}
@media screen and (max-width:770px) {
  article{
    padding: 80px 0px;
  }
  .aboutFlex img {
    background-color: #588B8B;
    border-style: double;
    border-width: 10px;
    border-color: #FFF;
  }
  .floatRightText {
    padding: 20px;
    margin-bottom: 0px;
    background-color: #FFF;
  }
  .floatLeftText{
    margin-bottom: 0px;
    padding: 20px;
  }
  .aboutText h6{
    font-size: 20px;
  }
  .aboutText p{
    font-size: 14px;
  }
  .aboutpic {
    top: 32%;
    left: 1%;
  }
  .roomTitle h4{
    font-size: 20px;
    color: #2d2d2d;
  }
  .btn_group .btn_a {
    width: 40%;
  }
  .aboutpic img {
    width: 80px;
  }
  .roomTitle h3 {
    margin-top: 8px;
    text-align: left;
    font-size: 16px;
  }
  .tab button{
    width: 100%;
  }
  .tabcontent h3{
    font-size: 20px;
  }
  .tabcontentArea{
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .tabcontentItem{
    width: 100%;
    margin-bottom: 50px;
  }
  .tabcontentItem{
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .tabcontent p{
    font-size: 12px;
  }
  .tabcontentItem3 a{
    width: 100%;
    margin-bottom: 20px;
  }
  .tabcontentItem3{
    flex-wrap: wrap;
  }
  .tabcontentItem2 a{
    width: 100%;
  }
  .tabcontentItem2 p{
    width: 100%;
    padding: 30px 0px;
    font-size: 14px;
  }
  .category_Text{
    padding-left: 0px;
  }
  .mbslider .slick-next,
  .mbslider .slick-prev {
    top: 275px;
  }
}
@media screen and (max-width:576px) {
  .hovereffect img {
    margin-bottom: 25px;
  }
  .overlay img {
    width: 18%;
  }
}
@media screen and (max-width:414px) {}
@media screen and (max-width:375px) {}
@keyframes alarm {
  0% {
    transform: rotate(3deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(3deg);
  }
}