body{
	font-family: "Microsoft YaHei", 微軟正黑體, "Comic Sans MS", arial, helvetica, sans-serif;
	font-size: 16px;
  line-height: 1.4;
	background:#fff; 
  color: #ffffff;
  margin: 0px;
}

h1{ font-size: 36px;}
h2{ font-size: 26px;}
h3{ font-size: 20px;}
h4{ font-size: 18px;}

li {
    padding: 0 0 0 0;
}

h1, h2, h3 , h4, h5, h6 {
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

ul, ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 0 0;
    letter-spacing: 1px;
    color: #f8f9fa;
}


a{
    text-decoration: none;
    color: #555;

  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
a:hover{
    text-decoration: none;

}

/*-------------------------------[全域]客制專用代碼-----------------------------------*/



/*圖片*/
.img-rwd{
    max-width: 100%;
}
.img-hover:hover{
  opacity: 0.8;
}



/*置中*/
.center{
    text-align: center;
}


/*字型尺寸*/
.s10{font-size: 10px !important;}
.s12{font-size: 12px !important;}
.s14{font-size: 14px !important;}
.s15{font-size: 15px !important;}
.s16{font-size: 16px !important;}
.s18{font-size: 18px !important;}
.s19{font-size: 19px !important;}
.s20{font-size: 20px !important;}
.s22{font-size: 22px !important;}
.s24{font-size: 24px !important;}
.s26{font-size: 26px !important;}
.s28{font-size: 28px !important;}
.s30{font-size: 30px !important;}




/*主色系*/
.c1{color: #f39800 !important;}  /*主色系*/
.c2{color: #B58B4C;}
.c3{color: #b8c6ea; }
.c4{color: #e42155;}
.c5{color: #fff;}
.c6{color: #2e43ab;}
.c868e96{color: #868e96;}


.cfff{color: #fff !important;} /*白色*/
.cccc{color: #ccc !important;} /*灰色*/
.c888{color: #888 !important;} /*灰色*/
.cgreen{color: #28a745 !important;} /*綠色*/
.cred{color: red !important;} /*紅色*/


.c-b94{
  color: #b8c6ea;
}



.ptb15{padding: 15px 0;}
.plr50{padding: 0 50px;}
.pb15{padding: 0 0 15px 0;}
.pb30{padding: 0 0 30px 0;}

.left{float: left;}
.right{float: right;}


/*隱藏(xs手機版)*/
@media (max-width: 420px) {
.hide-xs{
    display: none;
}
}


/*內頁 高度*/
.main-box{
    min-height: 500px;
    padding:100px 0;
}
@media (max-width: 400px) {
.main-box {
    min-height: 500px;
    padding: 40px 0;
}
}



/*畫面 寬度*/
.width70{
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 420px) {
.width70 {
    width: 90%;
    margin: 0 auto;
}
}






/*----------------------------------------【頁首】head--------------------------------------*/


/*--【首頁】內容左側區--*/
.header-main {
    float: left;
    height: 100%;
    width: 16%;
    background: rgba(175, 175, 175, 0.64);
    text-align: center;
    padding: 2em 0em 0em 0em;
    z-index: 2;
    position: fixed;
}

/*--【首頁】【內頁】內容右側區--*/
.header-main2 {
    position: absolute;
    top: 5%;
    left: 26%;
    width: 60%;
    min-height: 64%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2;
    padding-bottom: 40px;
}


.logo-title{
  display: none;
}

/*----------------------------------------【內頁】編輯區--------------------------------------*/


.edit p{
  color: #fff;
  
}
.edit {
  padding: 0 0 20px;  
  margin:  0 0 20px;
}


/*----------------------------------------------------【首頁】logo----------------------------------------------*/


.logo2  {
  display: none;
}


/*----------------------------------------------------【首頁】nav----------------------------------------------*/


nav a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #000;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1em;
    letter-spacing: 4px;
}














.banner-main {
  padding: 13em 0em 0em 0em;
}
span.menu {
  display: none;
}

ul.bann-icons {
    padding: 30px 0 0 0;
    list-style: none;
}
ul.bann-icons li{
   display:inline-block;
     margin: 0em 0.5em 0em 0em;
}
ul.bann-icons li a{
  background: url(../images/bann-icns.png)no-repeat;
  width: 32px;
  height: 32px;
  display: block;
}
ul.bann-icons li a.fa {
  background-position: 0px 0px;
  opacity: 1.0;
}
ul.bann-icons li a.tw {
  background-position: -34px 0px;
   opacity: 1.0;
}
ul.bann-icons li a.g {
  background-position: -68px 0px;
  opacity: 1.0;
}
ul.bann-icons li a:hover {
   opacity: 0.4;
}



.top-nav {
  padding: 1em 0em 1em 0em;
}
.top-nav ul.res {
  padding: 10px 0 0 0;
  list-style: none;
  text-align: center;
}
.top-nav ul.res li {
  display: block;
  margin: 0em 0em 1em 0em;
}
.top-nav ul.res li a{
  font-size: 15px;
  color: #fff;
}
.top-nav ul.res li a:hover{
	text-decoration:none;
	color:#f8f9fa;
	/*font-weight:bold;*/
}
.banner-bottom {
  padding: 10em 0em 0em 0em;
  position:relative;
}



/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.cl-effect-1 a::after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

@media (max-width: 768px){
  span.menu {
      display: block;
      text-align: right;
      padding: 1px 0px 0px 0px;
      cursor: pointer;
      color: #E74C3C;
      font-size: 16px;
      font-weight: 700;
      position: relative;
  }


/* 將語系隱藏*/
.lag-1{
  display: none;
}


}
/*----------------------------------------------------【首頁】banner----------------------------------------------*/


#slider_txt {
    position: absolute;
    left: 72%;
    top: 66%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 28px 12px;

}

.slider_p1{
    font-size: 41px;
    color: #fff;
    font-weight: bold;
}

.slider_p2 {
  background: #fff;
  text-align: center;
}

.slider_p2 a{
    text-align: center;
    display: block;
    color: #000;
    font-size: 14px;
}
.slider_p2:hover{
  background: #48b6ec;
}




/*----------------------------------------------------【內頁】banner----------------------------------------------*/



.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
/*  margin: 0 auto 50px;*/
  max-width: 100%;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

a {
  color: #fff;
  text-decoration: none;
  }

#download {
  background: #333;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 60px auto;
  max-width: 500px;
  padding: 20px;
  }

.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
  }





/*----------------------------------------【首頁】footer--------------------------------------*/




.t1 {
    position: fixed;
    top: 94%;
    width: 100%;
    height: 10%;

    background: #000;
    z-index: 99999;
    
}


.t1 p{
  color: #fff;
  float: right;
  padding: 10px 10px 0 0;
  font-size: 12px;

}



.footer-2 {
  background: #000;
  padding: 10px;
  text-align:center;
  color:#FFF;
  margin:0px 0 33px 0;
  display:none

 }
.footer-2 li{
  border-bottom:1px dotted #484848;
  list-style-type:none;
  
}
.foot-2-box h3{
  color:#FFF;
  display:block;
  letter-spacing:15px;
   padding:10px 0 ;
   text-decoration:none;
}

.foot-2-box a:hover{
  color:#000;
  display:block;
  background:#FFF;
 

}
.footer-2-ul li a{
  color:#FFF;
  display:block;
  letter-spacing:20px;
   padding:10px 0 ;
   text-decoration:none;
}


/*----------------------------------------【內頁】共用區--------------------------------------*/

#about {
      margin:0;
      padding:0;
      background: #000 url(../images/banner-in/about3.jpg) center center fixed no-repeat;
      background-size: cover;     
      -moz-background-size: cover;
      min-height: 600px;
   
}
#news {
      margin:0;
      padding:0;
      background: #000 url(../images/banner-in/news.jpg) center center fixed no-repeat;
      background-size: cover;     
      -moz-background-size: cover;

   
}
#facilities {
      margin:0;
      padding:0;
      background: #000 url(../images/banner-in/facilities.jpg) center center fixed no-repeat;
      background-size: cover;     
      -moz-background-size: cover;

   
}
#traffic {
      margin:0;
      padding:0;
      background: #000 url(../images/banner-in/traffic.jpg) center center fixed no-repeat;
      background-size: cover;     
      -moz-background-size: cover;

   
}
#room{
      margin:0;
      padding:0;
      background: #000 url(../images/banner-in/room.jpg) center center fixed no-repeat;
      background-size: cover;     
      -moz-background-size: cover;

   
}

#contact{
      margin:0;
      padding:0;
      background: #000 url(../images/banner-in/about3.jpg) center center fixed no-repeat;
      background-size: cover;     
      -moz-background-size: cover;

   
}
/*----------------------------------------【內頁】關於我們--------------------------------------*/



.in-title {
  padding: 15px 30px;
  width: 100%;

}

.in-title h2{
  color: #fff;
  color: #f39800;
  font-size: 26px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;

}

.in-title h2 p{

}


.in-title h3 {
  padding: 0px 0 10px ;

}





.edit-in-about p::first-letter{
  font-size: 32px;
  font-weight: bold;
  line-height: 24px;
  padding: 10px;
  background-color: #f39800;
  float: left;
  margin: 0 10px 0 0;

}  
/*----------------------------------------【內頁】最新消息列表--------------------------------------*/
.in-newslist a{
  color: #fff;
}
.in-newslist a:hover {
    color: #fff;
}

.table-hover>tbody>tr:hover {
    background-color: #695d10;
}

.news_row {
    font-size: 16px;
    /* margin-bottom: 0.5em; */
    border-bottom: solid 1px #555;
    padding: 10px 10px 10px 10px;
    /*margin-bottom: 15px;*/
}
.news_row .date {
    float: right;    /* 關鍵點，div包住 */
    display: block;
    font-size: 14px;
}

.news_row:hover {
  color:#b98730;

  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;

}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {

    background-color: #f39800;
    border-color: #f39800;
}

.in-back {
    text-align: center;
    margin: 50px 0 25px;
}
.in-back a {
    padding: 1% 3%;
    font-size: 16px;
    color: #777;
    /* background: #4ec17f; */
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid;
}
.in-back a:hover {
    background: #2d3755;
    color: #fff;

}




.button-news {
    background: #f0b05d;
    background-image: -webkit-linear-gradient(top, #f0b05d, #8a6123);
    background-image: -moz-linear-gradient(top, #f0b05d, #8a6123);
    background-image: -ms-linear-gradient(top, #f0b05d, #8a6123);
    background-image: -o-linear-gradient(top, #f0b05d, #8a6123);
    background-image: linear-gradient(to bottom, #f0b05d, #8a6123);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    max-width: 160px;
    padding: 8px 30px;
    margin: 0 auto;
    transition: all .25s!important;
}


.button-news:hover {
    color: #ffffff;
    background: #fcbf3c;
    background-image: -webkit-linear-gradient(top, #fcbf3c, #c27d2e);
    background-image: -moz-linear-gradient(top, #fcbf3c, #c27d2e);
    background-image: -ms-linear-gradient(top, #fcbf3c, #c27d2e);
    background-image: -o-linear-gradient(top, #fcbf3c, #c27d2e);
    background-image: linear-gradient(to bottom, #fcbf3c, #c27d2e);
    text-decoration: none;
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/*----------------------------------------【內頁】房型--------------------------------------*/

.room-box {

    min-height: 220px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.49);
        padding: 20px;
}



.room-2 {
    padding: 10px;
  
}

.room-2 p{
  color: #999;
}
.room-2 a{
  color: #fff;
}


p.roomlist-sb {
  margin: 15px 0 0;
}

p.roomlist-sb a{
  background: #ccc;
  color: #333;
    padding: 5px 15px;
}

p.roomlist-sb a:hover{
  background: #ef9909;
  color: #fff;
    padding: 5px 15px;
}




.room-box:hover p.roomlist-sb >a {
  background:#f39800;  
  color:#fff;  
}

/*----------------------------------------【內頁】房型介紹 詳細頁--------------------------------------*/

.room-titlebox h3{
    padding: 10px 0 10px ;
}
/*
.room-order{
  background: #ccc;
}*/
.room-order a{
 background: #8a6123;
 color: #ccc;
 padding: 10px;
 display: block;
}
.room-order a:hover{
 background: #ccc;
 color: #8a6123;
}

/*----------------------------------------【內頁】交通--------------------------------------*/

p.traffic-p{
  color: #ef9909;
  padding: 0 0 10px;
}

.facilities-img{
  border: 1px solid #fff;
}

.facilities-img:hover{
  opacity: 0.8;
}


/*----------------------------------------【內頁】聯絡我們--------------------------------------*/
.contact-box p{
  color: #fff;
  padding: 0 0 10px;
}

.contact-box input[type="text"] {
  font-size: 1em;
  color: #fff;
  outline: none;
  width: 94%;
  margin: 0em 0em 0.6em 0em;
  border: 1px solid #fff;
  padding: 0.4em 1em 0.4em 1em;
  border-radius: 3px;
  background: none;
  font-family: 'Signika-Regular';
}
.contact-box textarea {
  font-size: 1em;
  color: #fff;
  outline: none;
  width: 94%;
  height: 12em;
  resize: none;
  border-radius: 5px;
  border: 1px solid #fff;
  background: none;
  padding: 0.5em 1em 0.5em 1em;
  font-family: 'Signika-Regular';
}
.contact-box input[type="submit"] {
  font-size: 1em;
  color: #fff;
  padding: 0.4em 1em 0.4em 1em;
  background:#ab7540;
  border: none;
  width: 20%;
  outline: none;
  margin: 0.6em auto 0em;
  display: block;
  border-radius: 4px;
}
.contact-box input[type="submit"]:hover {
  background:#666;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  
}






































@media(max-width:1024px){

ul.bann-icons {
  padding: 2em 0em 0em 0em;
}
ul.res {
    padding: 0 0em 0em 0em;
}
.top-nav ul.res {
    padding: 0em 0em 0em 0em;

}
ul.bann-icons {
    padding: 0em 0em 0em 0em;
}
}

/*@media(max-width:968px){
.header-main {
  height: 553px;
   width: 17%;  
}
}
*/
/*@media(max-width:868px){
.header-main {
  height: 513px;
   width: 17%;  
}
}*/

@media(max-width:768px){
/*內頁-右側內容區*/
.header-main2 {
    position: absolute;
    top: 25%;
    left: 3%;
    width: 92%;
    min-height: 84%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
}


 
span.menu{
    display: block;
    text-align:right;
    padding: 1px 0px 0px 0px;
    cursor: pointer;
    color: #E74C3C;
    font-size: 16px;
    font-weight: 700;
    position:relative;
  }
.top-nav ul.res{
   display:none;
   padding:0px;
}
.top-nav ul.res {
    padding: 0;
    margin: 26px 0 0 0;
    z-index: 9999;
    position: absolute;
    width: 100%;
    left:0;
}
.top-nav ul.res li{
    display: block;
    text-align: center;
    background:rgba(49, 49, 49, 0.88);
    margin: 0;
      width: 100%;
}
.top-nav ul.res li a {
  font-size: 16px;
  padding: 0.5em 1em;
  color: #fff;
  display: inline-block;
  border: none;
  background: none;
  text-align: center;
  margin: 0em;
}
ul.res  a:hover,ul.res li a.active{
  color:#000;
}
.header-main {
  height: 90px;
  width: 100%;
  padding:0.5em 1em;
      right: 0px;
}
.logo {
    float: left;
    width: 18%;
    padding: 0;
}
.top-nav {
  float: right;
  padding: 23px 25px 0px 0px;
}
ul.bann-icons {
  float: left;
  width: 50%;
  text-align: right;
}
ul.bann-icons {
  padding: 2em 0em 0em 0em;
}




.footer {
  display:none;
}
 
.footer-2 {
  display:block;
  clear: both;
 }

.t1 p{
 
  float: none;
  text-align: center;

}


.header-main {
  text-align: left;
}
.logo {
  float: left;
  width: 300px;
  padding: 0;
}
.img-rwd-logo {
  width: 80px;
}
.logo-title{
  display: inline-block;
  font-size: 24px;
}
.logo a:hover{
  color: #ccc;
}


}


@media(max-width:640px){


ul.bann-icons {
  padding: 1em 0em 0em 0em;
  margin: 0 0 0 18px;
}

figure.effect-bubba p {
  font-size: 0.75em;
}

}

@media(max-width:580px){
/*.logo {
    float: left;
    width: 20%;
    padding: 0;
}*/
.news_row .date {
    float: none;
    display: block;
    font-size: 14px;
    color: #ccc;
}  
.top-nav {
  float: right;
  padding: 23px 20px 0px 0px;
}
}


@media(max-width:480px){

.tem-detail h4 {
  font-size: 1.3em;
}

.top-nav {
  float: right;
  padding: 23px 10px 0px 0px;
}
.top-nav ul.res {
  margin: 26px 0 0 0;
}

.top-nav ul.res li a {
  font-size: 14px;
}
/*--【輪播】--*/
#slider_txt {
    position: absolute;
    left: 18%;
    top: 55%;
    z-index: 999;
    background: rgba(66, 41, 10, 0.6);
    padding: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.foot-2-box{
  margin:30px 0;  
}
.foot-2-box h3{
  color: #ab7540;
  background: #f8f9fa;
  padding: 10px;
  font-weight: bold;  
}

.slider_p1 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}  
.i-foot-span{
  display:block;
  } 


}

@media(max-width:460px){





}
@media(max-width:400px){
.logo {
    width: 246px;
}
.logo-title {
    font-size: 20px;
}
}
@media(max-width:360px){
.logo {
    width: 236px;
}
.logo-title {
    font-size: 18px;
}
}
@media(max-width:340px){

}
@media(max-width:320px){

ul.bann-icons {
  width: 51%;
}
ul.bann-icons li a {
  background-size: 300%;
}
ul.bann-icons li {
  margin: 0em 0em 0em 0em;
}
ul.bann-icons li a.tw {
  background-position: -33px 0px;
}
ul.bann-icons li a.g {
  background-position: -65px 0px;
}
span.menu img {
  width:87%;
}


.banner {
  min-height: 200px;
}

.footer {
  padding: 1em 0em 1em 0em;
}
.ftr-gd h3 {
  font-size: 1.3em;
}
.top-nav ul.res li a {
  font-size: 13px;
}
}