/* CSS Reset */
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button,textarea, p, blockquote, th, td, dl, dt, dd {
  margin: 0;
  padding: 0;
}
body {padding:0 !important;}
a img, img {
  border: none;
  vertical-align: bottom;
}
:focus {outline: 0;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
input, button, textarea,select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
code, kbd, samp, tt {font-size: 100%;}
/*purpose To enable resizing for IE */
/*branch For IE6-Win, IE7-Win */
input, button, textarea, select {*font-size: 100%;}
body {line-height: 180%;}
ol, ul, li {list-style: none;}
:link, :visited , ins {text-decoration: none;}
blockquote::before, blockquote::after,q::before, q::after {content: '';content: none;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*HTML5 tag*/
section, article, aside, footer, header, nav, main {
  display:block;
}
button {border: 0;}
/* 基本元素 */
html {
  height:100%;
  font-size:100%; /* 16px */
}
body {
  height: 100%;
  font-size: 0.875rem; /* 0.875*16px=14px */
  font-family:  'Open Sans', '微軟正黑體', 'Arial', 'Helvetica', sans-serif;
  color: #666;
  background: #f6f3ec;;
  word-wrap:break-word; 
  word-break:normal;
}
.noscroll { position: fixed; overflow-y:scroll;}
a {color: #45423a; text-decoration: none; }
a:hover { text-decoration: underline;}
.clear {clear:both;}
.cl {display: block;}
html[xmlns] .cl {display: block;}
* html .cl {height: 1%;}
.cl::after, .fea-item::after, .post-item::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
*{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}
.tfc-block a, .tfc-block a:hover,
.footer-info a, .footer-info a:hover {
  color:#fff;
}
.row::before, .row::after {
    content: "";
    display: table;
}
.row::after {clear: both;}
.col-1-2, .col-1-3, .col-1-4, .col-2-3, .col-2-5, .col-3-5 { float: left; }
.col-1-2 { width: 48%; margin-right: 4%}
.col-1-3 { width: 32%; margin-right: 2%;}
.col-1-4 { width: 22%; margin-right: 4%;}
.col-2-3 { width: 66%;}
.col-2-5 { width: 39%;}
.col-3-5 { width: 58%;}
.row .col-2-5:first-child, .row .col-3-5:first-child, .nth-right .col-3-5:last-child {margin-right: 3%;}
.nth-right .col-2-5:first-child {margin-right: 0;}
.col-1-2:last-child, .col-1-3:nth-child(3), 
.box-list .col-1-3:nth-child(3), .col-1-4:last-child
 {margin-right: 0;}
.nth-right .col-2-5 {float: right;}
.nth-right .col-3-5 {float: left;}
.more-btn {
  display: block;
  font-size: 1.125rem;
}
.more-btn::after {
  content: "";
  width: 23px;
  height: 23px;
  margin-left: 5px;
  display: inline-block;
  background: url(/img/spritesheet.png) -5px -145px no-repeat;
  vertical-align: bottom;
}
.line-primary { 
  height: 1px;
  margin: 20px 0;
  border-bottom: 1px solid #a59d87;
}
.line-secondary { 
  height: 1px;
  margin: 20px 0;
  border-bottom: 1px solid #bbb39d;
}
.dashed-secondary { 
  height: 1px;
  margin: 20px 0;
  border-bottom: 1px dashed #bbb39d;
}
.bg-darker {background: url(/img/bg_pixel_weave.gif) center;}
.f-right { float: right;}
.f-left { float: left;}
.t-center {text-align: center; clear: both;}
.w-100 {width: 100%;}
.mar-t-40 {margin-top: 40px;}
.mar-b-10 {margin-bottom: 10px;}
.mar-b-30 {margin-bottom: 30px;}
.pad-v-20 {padding: 20px 0;}
.pad-v-30 {padding: 30px 0;}
.pad-v-40 {padding: 40px 0;}
.pad-v-80 {padding: 80px 0;}
.text-secondery {color:#ec5300;}
.text-important {color:#d30000; font-weight: bold;}
.text-super {vertical-align: super;}
.font-small {font-size: 0.75rem;}

/* en======================================================================================== */
.en > .logo a {
  
}
.en .hide{
  display: none;
}
.en .abt-map {
  float: none;
  width: 100%;
}
.en .abt-traffic {
  width: 100%;
  height: auto;
  margin-top: -25px;
  position: relative;
}
.en .res-wrap .form-group label::before,
.en .res-wrap .form-group label::after {
  content: "";
  width: 15%;
}
.en .res-btn, .jp .res-btn, .kr .res-btn {
  width: 120px;
}
.en .res-btn-2, .jp .res-btn-2, .kr .res-btn-2 {
  width: 120px;
}
.en .res-wrap {
  width: 200px;
  padding: 15px 10px;
  top: -550px;
}
.en .pd-link {
  width: 70%;
  margin-top: -30px;
}
.en .pd-info .pd-link{
  margin-left: 115px;
}
.en .pd-link li {
  width: 100%;
}
.en .pd-info .pd-link li{
  width: 40%;
}
.en .margint-0{
  margin-top: 0;
}
.en .enprize::before{
  content: "Average Nightly Rate";
  font-size: 12px;
  display: block;
  margin-bottom: -4px;
}
.en .enprize::after{
  content: "per night";
  font-size: 12px;
  display: block;
  margin-top: -7px;
}
.en .form-group .quantity{
  width: 25%;
}
.en .form-group .carprize{
  width: 19%;
}
.en .form-group .carprize a{
  padding: 8px 3px;
}

@media screen and (max-width: 480px) {
.en .res-btn {
  width: 100%;
}
.en .res-s + .res-wrap .form-group label::before, 
.en .res-s + .res-wrap .form-group label::after {width: 30%;}

}


/* jp======================================================================================== */
.jp #menu ul li > a {
  padding: 0 5px;
}


@media screen and (min-width: 1001px) {
.win-limit{
  	width: 70%;
  	margin: 0 auto;
  }

}

@media screen and (max-width: 1000px) {
.win-limit{
  	width: 85%;
  	margin: 0 auto;
  }

}

/*lightbox*/

.modal-close{
  display: none;
    height: 1px;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    text-indent: -100px
}
.modal-close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #000;
}
.modal-box{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-box:target {
    width: auto;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.6);
    max-width: 100%;
    -webkit-transition: max-width .25s linear,margin-left .125s linear;
    transition: max-width .25s linear,margin-left .125s linear;
}
.modal-box .modal-dialog {
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 20;
    margin-left: -370px;
    width: 740px;
    -webkit-overflow-scrolling: touch;
}
/*.modal-open {overflow: hidden}*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%)
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0)
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}
.modal-dialog {
  position: relative;
  width: auto;
}
.modal-content {
  position: absolute;
  width: 740px;
  margin: 50px auto 0;
  left: 50%;
  margin-left: -370px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}
.modal-header {
  padding: 10px 20px;
  color: #fff;
  background: #ac9f7d;
  font-size: 1.5rem;
  font-weight: lighter;
  position: relative;
}
.modal-header .close {
  color: #fff;
  background: transparent;
  border: 0;
  float: right;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.close:hover, .close:focus {
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-title {margin: 0;}
.modal-body {
  position: relative;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-footer{ padding-bottom: 20px; background: #FFF; text-align: center;}
.modal-footer .btn {
  min-width: 175px;
  margin: 0 20px 10px;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}
.scroll-y-hide {overflow-y: hidden;}
.wrap {
  width: 100%;
  min-height: 100%;
  display: block;
  position: relative;
}
.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.container img {
	max-width:100%;
}
/* header */
header {
  width: 100%;
  height: 40px;
  background-color: #6f695d;
  position: fixed;
  z-index: 40;
}
h1.logo {
  position: absolute;
  left: 0;
  z-index: 3;
}
.logo a {
  width: 122px;
  height: 106px;
  display: block;
  text-indent: -9999px;
  background: url(/img/logo_tw.png) center no-repeat;
}
/* multilevel menu */
div#overlay { display: none; }
a#toggle {
  position: fixed;
  top: -5px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  display: none;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  z-index: 40;
}
a#toggle i {
  position: relative;
  top: 38%;
        transform: translateY(-38%);
    -ms-transform: translateY(-38%); 
   -moz-transform: translateY(-38%);
-webkit-transform: translateY(-38%);
     -o-transform: translateY(-38%);
}
#menu {
  text-align: center;
  -webkit-transition:  all ease-out 0.3s;
  -o-transition:  all ease-out 0.3s;
  transition:  all ease-out 0.3s;
}
#menu a { color: #fffffe; }
#menu a:hover { text-decoration: none; }
#menu ul {
  margin: 0;
  padding: 0;
  background-color: #6f695d;
}
#menu ul li {
  display: inline-block;
  position: relative;
}
#menu ul li > a {
  display: inline-block;
  padding: 10px;
}
#menu ul li > a > i {
  margin-left: 15px;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.3s;
}
#menu ul li ul {
  display: none;
  position: absolute;
  top: 40px;
  text-align: left;
}
#menu ul li ul li { display: inline-block; }
#menu ul li ul li a { display: inline-block; }
#menu ul li:hover > a > i { 
        transform: rotateZ(180deg); 
    -ms-transform: rotateZ(180deg); 
   -moz-transform: rotateZ(180deg);
-webkit-transform: rotateZ(180deg);
     -o-transform: rotateZ(180deg);
}
/* kv */
.slider {
  width: 100%;
  height: 720px;
  position: relative;
}
.slider .slider-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  display: none;
}
.slider .slider-nav{
  background: url(/img/spritesheet.png) 0 0 no-repeat;
  width: 55px;
  height: 55px;
  cursor: pointer;
}
.slider .slider-nav-left{
  position: absolute;
  left: 20px;
  background-position: -3px -33px;
}
.slider .slider-nav-right{
  position: absolute;
  right: 20px;
  background-position: -63px -33px;
}
.slider .slider-navigator{
  position: absolute;
  left: 50%;
  bottom: 5px;
}
.slider .slider-navigator .slider-navigator-dot{
  width: 19px;
  height: 19px;
  display: inline-block;
  cursor: pointer;
  background: url(/img/spritesheet.png) -10px -110px no-repeat;
}
.slider .slider-navigator  .cdot{
  background-position: -70px -110px;
}
.res-btn, .res-btn-2 {
  /*width: 180px;*/
  width: 100px;
  height: 40px;
  display: none;
  font-weight: bold;
  background: #d4b275; /* Old browsers */
  background: -webkit-linear-gradient(left, #d4b275 0%, #edca8c 46%, #edca8c 54%, #d4b275 100%);
  background: -o-linear-gradient(left, #d4b275 0%, #edca8c 46%, #edca8c 54%, #d4b275 100%);
  background: linear-gradient(to right, #d4b275 0%, #edca8c 46%, #edca8c 54%, #d4b275 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b275', endColorstr='#d4b275',GradientType=1 ); /* IE6-9 */z-index: 5;
  text-align: center;
  line-height: 40px;
  letter-spacing: 2px;
}
.res-btn-2 {
  color: #fff;
  background: #922529; /* Old browsers */
  background: -webkit-linear-gradient(left, #922529 0%, #cb181d 46%, #cb181d 54%, #922529 100%);
  background: -o-linear-gradient(left, #922529 0%, #cb181d 46%, #cb181d 54%, #922529 100%);
  background: linear-gradient(to right, #922529 0%, #cb181d 46%, #cb181d 54%, #922529 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#922529', endColorstr='#922529',GradientType=1 ); /* IE6-9 */z-index: 5;
}
.res-s, .res-s + .res-wrap {display: none;}
.res-wrap {
  width: 180px;
  padding: 15px;
  background: #fff;
  top: -430px;
  display: none;
  z-index: 3;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.res-wrap .tip-primary {margin: 0;}
.res-wrap .btn-default {margin-bottom: 10px;}
.res-wrap .form-group label {
  width: 100%;
  text-align: center;
  position: relative;
}
.res-wrap .form-group label::before,
.res-wrap .form-group label::after {
  content: "";
  width: 27%;
  height: 1px;
  display: inline-block;
  background: #d0cdc5;
  position: absolute;
  top: 50%;
}
.res-wrap .form-group label::before {left: 0}
.res-wrap .form-group label::after {right: 0}
.res-m + .res-wrap {
  position: absolute;
  right: 60px;
}
/* weather */
.wth-box {
  width: 148px;
  height: 148px;
  padding: 5px;
  background-color: rgba(100,105,92,0.8);
  -webkit-border-radius: 74px;
  -moz-border-radius: 74px;
  -ms-border-radius: 74px;
  -o-border-radius: 74px;
  border-radius: 74px;
}
.wth-wrap {
  width: 138px;
  height: 138px;
  padding: 20px;
  border: 2px solid rgba(255,255,255, 0.8);
    -webkit-border-radius: 69px;
  -moz-border-radius: 69px;
  -ms-border-radius: 69px;
  -o-border-radius: 69px;
  border-radius: 69px;
  color: #fff;
  text-align: center;
}
.wth-local { margin-top: 10px;font-size: 1.4rem;}
.wth-time { font-size: 0.9rem;}
.wth-temp { 
  width: 50px;
  text-align: left; 
  font-size: 1.8rem;
  font-weight: normal;
  display: inline-block;
}
.wth-temp sup { vertical-align: top; }
.wth-icon {display: inline-block;font-size: 1.8rem;}
.wth-icon img{margin-left: -5px;}
/* block */
.block-title {
  margin: 40px auto;
  font-size: 2rem;
  font-weight: lighter;
  text-align: center;
  color: #45423a;
}
.block-title::before, .block-title::after {
  content: '';
  width: 20px;
  height: 1px;
  margin: 10px 20px;
  background: #a59d87;
  display: inline-block;
        transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); 
   -moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
}
.block-second-title {
  font-size: 1.8rem;
  font-weight: lighter;
  letter-spacing: 10px;
  text-indent: 10px;
  text-align: center;
  color: #f6f3ec; 
}

/* 促銷活動 */
.evn-block { 
  padding: 40px 0;
  background: #f6f3ec;
}
.evn-item { 
  margin-bottom: 20px;
  background: #7c7666;
}
.evn-block a:hover{text-decoration: none;}
.evn-item dt {
  width: 100%;
  height: 180px;
  position: relative; 
}
.evn-item dd {
  min-height: 236px;
  padding: 60px 20px 20px 20px;
  line-height: 24px;
  position: relative;
  color: #fff;
}
.evn-img {
  display: block;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  background-position: center center;
}
.evn-tag {
  width: 84px;
  height: 84px;
      -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  border-radius: 42px;
  background: #cdc5b0;
  color: #45423a;
  line-height: 84px;
  text-align: center;
  font-weight: 600;
  position: absolute;
  left: 37%;
  bottom: -42px;
}
.evn-title, .post-title { 
  -webkit-line-clamp: 2;
  font-size: 1.125rem;
  min-height: 50px;
}
.post-social {
  position: absolute;
  top: 60px;
  right: 20px;
}
.evn-date, .post-date { color: #cdc5b0; }
.evn-body { 
  min-height: 70px;  
  padding-right: 20px;
  -webkit-line-clamp: 3;
  vertical-align: top;
  position: absolute;
  bottom: 20px;
}
/* 交通位置 */
.tfc-block {
  padding: 40px 0 80px;
  background: url(/img/bg_index_traffic.jpg) center no-repeat;
  color: #fff;
}
.tfc-block .block-title { color: #fff; }
.tfc-block .block-title::before, 
.tfc-block .block-title::after { background: #fff; }
.tfc-map iframe {height: 380px; }
.tfc-body ul, .abt-traffic ul{
  width: 100%;
  padding: 0 30px;
}
.tfc-contact ul {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.tfc-contact ul li {
  padding: 0 0 10px;
  line-height: 2;
  margin-left: 10px;
  display: inline;
}
.tfc-contact ul li i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.5rem;
}
.tfc-info h4 {
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 1rem;
  font-weight: bold;
}
.tfc-info ul { margin-bottom: 30px;}
.tfc-info ul li { line-height: 1.3;}
/* 飯店簡介 */
.htl-block {
  padding: 60px 0;
  background: #7c7666;
}
.htl-body { color: #fff;}
.htl-body h4 { font-size: 1.625rem; }
.htl-body p { 
  margin-top: 20px; 
  letter-spacing: 1px;  
  line-height: 1.8;
}
.g_slide {
  position: relative;
  width: 752px;
  height: 460px;
  overflow: hidden;
}
.g_slide .item {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.g_slide .item img { height: 460px;}
.switch_main { position: relative; }
.g_slide .switch_nav {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 11;
  text-align: center;
}
.g_slide .switch_nav_item {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 10px;
  height:  10px;
  line-height: 200px;
  overflow: hidden;
  font-size: 0;
  border-radius: 100%;
  background: #cacac8;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border: 2px solid #fff;
}
.g_slide .switch_nav_item:hover { text-decoration: none; }
.g_slide .switch_nav_item_current { background: #a69f71; }
.g_slide .prev,
.g_slide .next {
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -15px;
  width: 18px;
  height: 30px;
  overflow: hidden;
  background: url(/img/spritesheet.png) 0 0 no-repeat;
  -webkit-transition: margin-left .3s ease, margin-right .3s ease;
  -o-transition: margin-left .3s ease, margin-right .3s ease;
  transition: margin-left .3s ease, margin-right .3s ease;
}
.g_slide .prev {
  left: -18px;
  _left: 10px;
}
.g_slide .next {
  right: -18px;
  _right: 10px;
  background-position: -19px 0;
}
.g_slide .prev:hover { background-position: 0 -70px; }
.g_slide .next:hover { background-position: -19px -70px; }
.g_slide:hover .prev { margin-left: 28px; }
.g_slide:hover .next { margin-right: 28px; }
.scroll {
  margin: 100px auto 0;
  position: relative;
}
.scroll-body {
  width: 900px;
  height: 118px;
  margin: 0 auto;
  overflow: hidden;
}
.switch_main { position: relative; }
.scroll .item {
  width: 210px;
  height: 100%;
  margin-right: 15px;
  float: left;
  position: relative;
}
.scroll .item img {width: 100%;}
.scroll a.item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 100%;
  margin-right: 15px;
  background: url(/img/slider_hover.png) center no-repeat;
  content:"";
  opacity: 0;
}
.scroll .item::before {transition: all 200ms ease-in-out}
.scroll a.item:hover::before {
  opacity: 1;
  background: url(/img/slider_hover.png) center no-repeat;
}
.scroll .switch_item {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.scroll .prev,
.scroll .next {
  width: 19px;
  height: 39px;
  position: absolute;
  top: 25%;
  overflow: hidden;
  background: url(/img/spritesheet.png) no-repeat;
}
.scroll .prev {
  left: 0;
  background-position: -5px -420px;
}
.scroll .next {
  right: 0;
  background-position: -25px -420px;
}
.scroll .prev:hover { background-position: -45px -420px; }
.scroll .next:hover { background-position: -65px -420px; }

/* footer */
footer {
  padding: 30px;
  background: #5B574C;
  color: #fff;
}
.footer-contact {
  font-size: 0.8125rem; 
  line-height: 1.5;
}
.footer-contact img {float: left;}
.footer-info { margin-left: 190px;}
.footer-contact h5 { margin-bottom: 20px; font-size: 0.875rem; }
.footer-link ul li {display: inline-block;}
.footer-social ul li, .post-social ul li {display: inline-block; margin-left: -20px;}
.footer-inc {text-align: center; clear: both; padding-top: 20px; margin-top: 20px; border-top: 1px #99968c solid;}
.footer-inc ul li{display: inline-block; margin: 0 10px;}
.footer-inc .inc01{
  background: url(/img/footer-inc01.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 45px;
  height: 35px;
}
.footer-inc .inc02{
  background: url(/img/footer-inc02.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 50px;
  height: 35px;
}
.footer-inc .inc03{
  background: url(/img/footer-inc03.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 35px;
  height: 35px;
}
.footer-link li {border-left: 1px solid #99968c;}
.footer-link li:first-child {border-left: none;}
.footer-link li a {
  padding: 0px 16px;
  display: block;
  color: #FFF;
  line-height: 1;
}
.footer-link li a:hover {text-decoration: underline;}
.social-btn {
  width: 66px;
  height: 66px;
  display: block;
  overflow: hidden;
  /* border: 1px solid #99968c; */
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.social-icon {
  display: block;
  width: 66px;
  height: 66px;
}
.social-btn .social-fb {
  background: transparent url(/img/spritesheet.png) -5px -278px no-repeat;
}
.social-btn .social-line {
  background: transparent url(/img/spritesheet.png) -71px -278px no-repeat;
}
.social-btn .social-ig {
  background: transparent url(/img/spritesheet.png) -137px -278px no-repeat;
}
.social-btn .social-tripadvisor {
  background: transparent url(/img/spritesheet.png) -203px -278px no-repeat;
}
.social-btn .social-youtube {
  background: transparent url(/img/spritesheet.png) -269px -278px no-repeat;
}
.social-btn .social-weibo {
  background: transparent url(/img/spritesheet.png) -335px -278px no-repeat;
}
.social-btn:hover .social-fb {
  background: #99968c url(/img/spritesheet.png) -5px -278px no-repeat;
  opacity: 0.5;
}
.social-btn:hover .social-line {
  background: #99968c url(/img/spritesheet.png) -71px -278px no-repeat;
  opacity: 0.5;
}
.social-btn:hover .social-ig {
  background: #99968c url(/img/spritesheet.png) -137px -278px no-repeat;
  opacity: 0.5;
}
.social-btn:hover .social-tripadvisor {
  background: #99968c url(/img/spritesheet.png) -203px -278px no-repeat;
  opacity: 0.5;
}
.social-btn:hover .social-youtube {
  background: #99968c url(/img/spritesheet.png) -269px -278px no-repeat;
  opacity: 0.5;
}
.social-btn:hover .social-weibo {
  background: #99968c url(/img/spritesheet.png) -335px -278px no-repeat;
  opacity: 0.5;
}
.post-social .social-btn .social-fb {
  background: transparent url(/img/spritesheet.png) -5px -344px no-repeat;
}
.post-social .social-btn .social-line {
  background: transparent url(/img/spritesheet.png) -73px -344px no-repeat;
}
/* 列表主頁 */
.main-title {padding: 35px 0;background: rgba(108, 104, 90, 0.7);}
.main-title .block-title {margin: 0; color: #fefefe;}
.main-title .block-second-title {color:#f6f3ec;}
.main-body { padding: 40px 0; background: #f6f3ec;}
.main-body p {text-align: center;}
.sub-title {padding: 40px 0;}
.sub-title .block-title {margin-bottom: 0;}
.sub-title.darker .block-title, .sub-title.darker .block-second-title {color: #45423a;}
.sub-title.lighter .block-title, .sub-title.lighter .block-second-title {color: #fff;}
.sub-body {padding: 80px 0;}
.sub-center {margin: 0 auto 80px; text-align: center;}
.smy-wrap {margin-bottom: 40px; text-align: center;}
.box-list > .row, .fea-list > .row { border-bottom: 1px dashed #bbb39d;}
.box-list > .row:last-child, .fea-list > .row:last-child { border-bottom: 0;}
.box-item, .post-item { 
  margin: 40px 0;
  position: relative;
  /*height: 421px;*/
}
.box-img, .post-img {
  width: 100%;
  height: 270px;
  padding: 5px;
  display: block;
}
.box-img:hover, .post-img:hover {background-color: rgba(0, 0, 0, 0.4);}
.box-img::after {
  content: "";
  width: 100%;
  height: 260px;
  border: 1px solid #676564;
  display: block;
}
.box-info {
  width: 100%;
  padding: 8px;
  background: rgba(60, 57, 46, 0.7);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.effect-sadie::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0,0,0,0);
  opacity: 0;
}
.effect-sadie::before {
  transition: all 200ms ease-in-out
}
.evn-block a:hover .effect-sadie::before {
  opacity: 1;
  background: rgba(0,0,0,0.4);
}
.effect-mask {position:relative;}
.effect-mask::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-right: 15px;
  background: url(/img/slider_hover_lg.png) center no-repeat;
  content:"";
  opacity: 0;
  transition: all 200ms ease-in-out;
}
.effect-mask:hover::before {
  opacity: 1;
  background: url(/img/slider_hover_lg.png) center no-repeat;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.box-intro {margin: -20px 0 30px;}
.box-intro-content {min-height: 125px;}
.box-intro-content +.box-intro-footer {margin-top: 20px;}
/* 詳細頁 */
.line-title {
  position: relative;
}
.line-title span{
  width: 160px;
  margin: 0 -80px 0 -80px;
  font-size: 1.5rem;
  color: #45423a;
  background: #f6f3ec;
  text-align: center;
  position: absolute;
  top: -14px;
  left: 50%;
  z-index: 5;
}
.line-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #bbb39d;
  position: absolute;
  top: 50%;
  left: 0;
}
.fea-item {padding: 40px 10px;text-align: center;}
.fea-item img {
  width: 40%;
  margin-right: 20px;
  float: left;
}
.fea-body {overflow: hidden;}
.fea-title {
  margin-bottom: 10px;
  font-size: 0.9375rem;
  font-weight: bold;
}
.fea-list {padding: 40px 0;}
.fea-content {margin: 40px auto; line-height: 2.5;}
.smy-title {margin-bottom: 30px;}
.smy-title::before, .smy-title::after {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #a59d87;
  content: "";
          transform: rotateZ(45deg); 
    -ms-transform: rotateZ(45deg); 
   -moz-transform: rotateZ(45deg);
-webkit-transform: rotateZ(45deg);
     -o-transform: rotateZ(45deg);
}
.smy-title span { margin: 0 20px; font-size: 1.25rem;}
.smy-list {margin-bottom: 20px; text-align: center;}
.smy-list li {
  margin-right: 1rem;
  display: inline-block;
}
.smy-body {margin-top: 30px; padding-bottom: 30px;}
.rom-house {background: url(/img/ic_guestroom_house.png) center no-repeat;}
.rom-people {background: url(/img/ic_guestroom_people.png) center no-repeat;}
.rom-bed {background: url(/img/ic_guestroom_bed.png) center no-repeat;}
.rom-floor {background: url(/img/ic_guestroom_floor.png) center no-repeat;}
.rom-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.tri-icon::before, .pd-link li::before {
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #877e66;
  content: "";
  display: inline-block;
}
.smy-list li a.tri-icon {font-size: 0.8125rem;}
/*最新消息*/
.box-list .col-1-3{width: 31%; margin-right: 2.3%;}
.post-img {height: 174px; padding: 0; position: relative;}
.post-tag {
  padding: 1px 15px;
  color: #fff;
  background: #ab9f7d;
  position: absolute;
  bottom: -45px;
}
.post-inner {margin-top: 60px;}
.post-excerpt {margin-top: 15px;}
.post-excerpt p {
  max-height: 72px;
  -webkit-line-clamp: 3;
}
.post-more-btn {
  color: #948c74;
  text-decoration: underline;
}
.pagination {
    display: inline-block;
    margin: 60px 0 0;
}
.pagination > li {display: inline;}
.pagination li a {
    float: left;
    margin-bottom: 20px;
    padding: 0px 15px;
    color: #877e66;
    line-height: 1;
    text-decoration: none;
    border-right: 1px solid #bcb5a3;
}
.pagination .fa, .post-control .fa {margin: 0 5px;}
.pagination > li:nth-child(1) a, .pagination > li:last-child a{border-right: 0;}
.pagination li.active a, .pagination li a:hover {text-decoration: underline;}
.pagination li.disabled a {color: #bcb5a3; cursor: not-allowed;}
.pagination li.disabled a:hover {text-decoration: none;}
.post-header {
  background: #FFFDF8; 
  border: 1px solid #d1cdc3;
}
.post-control {width: 100%; }
.post-control a {color: #948c74;}
.post-control > a:first-child {float: left}
.post-control > a:last-child {float: right}
.post-zone {
  width: 33%;
  height: 377px;
  padding: 80px 30px 20px;
  float: left;
  position: relative;
}
.post-zone > .post-date, .post-zone > .post-tag {
  display: inline-block;
  color: #948c74;
}
.post-zone > .post-title {margin: 30px 0 20px; line-height: 160%;}
.post-zone > .post-tag {
  margin-left: 12px;
  position: inherit;
  bottom: inherit;
  background: inherit;
  border-left: 1px solid #bcb5a3;
  line-height: 1;
}
.post-photo {
  width: 67%;
  height: 377px;
  float: right;
}
.post-control {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #BBB39D;
  clear: both;
}
.post-control-prev{
  float: left;
}
.post-control-next{
  float: right;
}
.post-body { 
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #BBB39D;
}
/*編輯器內容*/
.post-content p, .fea-content p {
  margin: 10px 0 30px;
}
.post-content p {
  overflow: auto;
}
.post-content p img, .fea-content p img {
  max-width: 100% ;
  height: auto;
}
.post-content h1, .fea-content h1, .pd-info h1 {
  font-size: 2em;
}
.post-content h2, .fea-content h2, .pd-info h2 {
  font-size: 1.5em;
}
.post-content h3, .fea-content h3, .pd-info h3 {
  font-size: 1.17em;
}
.post-content ul li, .fea-content ul li, .pd-info ul li , .fea-body ul li{
  list-style-type: disc;
}
.pd-info ol li, .pd-info ul li{
  list-style: decimal;
  margin-left: 15px;
}
.fea-body p{
  text-align: inherit;
}

/*關於我們*/
.abt-intro-zone, .abt-intro-img {
  height: 800px;
  float: right;
}
.abt-intro-img {width: 46%;}
.abt-intro-zone {
  width: 54%;
  padding: 200px 2%;
  color: #fff;
  text-align: center;
  background: url(/img/bg_grey_wash_wall.png) repeat;
}
.abt-intro-zone p {margin: 0 auto;}
.tb-floor {
  width: 68%; 
  float: right;
  border-top: 1px solid #DCD4CF;
  margin: 50px 0;
}
.tb-floor th, .tb-floor td {border-bottom: 1px solid #DCD4CF;}
.tb-floor th {padding: 15px 20px; font-size: 1.125rem; color:#804928; text-align: left;}
.tb-floor td {padding: 15px 20px 15px 0;}
.lg .floor-zone {padding-top: 20px; padding-bottom: 20px;}
.bias th, .bias td {background: url(/img/bg_bias.gif)}
.floor-zone {
  padding-left: 20px;
  background: url(/img/bg_dotted.png) left center repeat-y;
}
.floor-info-list li, .floor-icon-list li {display: inline-block;}
ul.floor-info-list {float: left;}
ul.floor-icon-list {float: right;}
.floor-info-list li {margin-right: 10px;}
.floor-info-list li::before {
  content:"";
  width: 3px;
  height: 3px;
  margin-right: 3px;
  display: inline-block;
  border: 4px solid #a59d87;
  background: #fff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.floor-icon {
  width: 24px;
  height: 24px;
  background: url(/img/ic_floor.png) no-repeat;
}
.ic-park {background-position: 0 0;}
.ic-mayfull {background-position: 0 -24px;}
.ic-drink {background-position: 0 -48px;}
.ic-shop {background-position: 0 -72px;}
.ic-swim {background-position: 0 -96px;}
.ic-food {background-position: 0 -120px;}
.ic-people {background-position: 0 -144px;}
.ic-view {background-position: 0 -168px;}
.ic-room {background-position: 0 -192px;}
.tfc-block .sub-title {padding-top: 0;}
.abt-map {width: 64%; float:right;}
.abt-map iframe {width: 100%; height: 360px;}
.abt-traffic {
  width: 36%; 
  height: 360px; 
  padding: 20px;
  color: #45423a; 
  font-size: 0.8125rem;
  background: #D1CBB9;
}
.abt-traffic .tfc-info h4 {font-size: 0.875rem;}
.abt-traffic .tfc-info ul {margin-bottom: 20px;}
.abt-brand {
  padding: 80px 0;
  color: #fff;
  background: url(/img/bg_about01.jpg) center no-repeat;
}
.abt-brand p {width: 68%; margin: 0 auto 20px;}
.abt-award {background: url(/img/bg_about02.jpg) center no-repeat;}
.award-title {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8b8a88;
  }
.award-title h5 {font-size: 1.125rem;}
.award-title span {font-size: 0.625rem;}
.award-line { margin-bottom: 10px; position: relative;}
.award-line::before, .award-line::after {
  content: "";
  width: 43%;
  height: 1px;
  display: inline-block;
  background: #8b8a88;
  position: absolute;  
  top: 50%;
}
.award-line::before {left:0}
.award-line::after {right:0}
/*菁英招募*/
.joinus {position: relative; padding-bottom: 40px; border-bottom: 1px dashed #bbb39d;;}
.joinus img {margin-right: 10px;}
.joinus a {position: absolute;top: 5px;}
/*網站地圖*/
.line-header { font-size: 1.125rem; color: #948c74; border-bottom: 1px solid #c4c0b5;}
.link-list {margin: 20px 0 60px;}
.link-list li {margin-top: 5px;margin-bottom: 5px;}
.link-list li a {font-size: 0.8125rem;}
.tab-list {text-align: center;}
.tab-list li {display: inline-block;}
.tab-list li:first-child a {border-right: 1px solid #bbb39d;}
.tab-list li a{
  padding: 10px 40px;
  font-size: 1.375rem; 
  color: #9d9d9d;
}
.tab-list li.active a, .tab-list li.active a:hover{ color: #45423a; text-decoration: none;}
.tab-list li.active::after {
  width: 0;
  height: 0;
  margin: 5px auto; 
  border-style: solid;
  border-width: 7px 5px 0px 5px;
  border-color: #877e66 transparent transparent transparent;
  content: "";
  display: block;
}
.sim-title {
  margin-top: 20px;
  padding: 5px 25px;
  color: #fff;
  background: #ab9f7d;
  font-size: 1.125rem;
  display: inline-block;
}
.sim-box p {
  padding: 20px 0;
  border-bottom: 1px dashed #bbb39d;
}
.multi-list ol {list-style:none;padding-left: 2rem;}
.multi-list ol:first-child {padding-left: 0;}
.multi-list li span {
    margin-right: 10px;
    display: block;
    float: left;
}
.multi-list li p {overflow: hidden;}
/*訂房*/
.sta-wrap {
  height: 140px;
  margin-bottom: 20px;
  padding: 40px 0 20px;
  background: #F8F7F5;
}
.sta-content { 
  padding-top: 50px; 
  padding-left: 130px;
}
.step-list li {
  margin-right: 40px;
  padding-right: 10px;
  display: inline-block; 
  letter-spacing: 1px; 
  color: #adaba6;
  position: relative;
}
.step-list li::before {
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #adaba6;
  content: "";
  display: inline-block; 
}
.step-list li.focus, .step-list li.active {color:#45423a;}
.step-list li.focus::before, .step-list li.active::before {border-color: transparent transparent transparent #45423a;}
.step-list li.active::after {
  width: 7px;
  height: 3px;
  margin-top: 2px;
  position: absolute;
  background: transparent;
  top: 8px;
  right: -2px;
  border: 2px solid #45423a;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content:"";
  display: inline-block;
}
.step-list em {
  padding-left: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  position: relative;
}
.step-list sub {
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 0.5rem;
}
.col-left {
  width: 23%;
  margin-right: 2%;
  float: left;
}
.col-right {
  width: 75%;
  float: right;
  overflow: hidden;
}
.sid-wrap { margin-bottom: 20px; color: #45423a;}
.sid-title {padding: 8px 20px; background:#d9d3c2;}
.sid-content {padding: 20px; background: #fff;font-size: 0.8125rem;}
.sec-wrap {margin-bottom: 20px; padding: 20px; background: #FFF;}
.sec-title {
  padding-bottom: 10px;
  color: #45423A; 
  border-bottom: 1px solid #E0E0E0;
}
.sec-title h3 {margin-right: 10px;font-size: 1.5rem; display: inline-block;}
.sec-content {padding: 10px 0 20px;}
.pd-wrap {margin-bottom: 20px;background: #FFF; font-size: 0.8125rem;}
.pd-header {padding: 20px; border-bottom: 1px solid #e0e0e0;}
.pd-header .f-left {width: 28%;}
.pd-info .f-left {width: 24%; margin-right: 15px;}
.pd-header img, .pd-info img{width: 100%; margin-bottom: 10px;}
.pd-intro {
  padding-left: 20px; 
  overflow: hidden;
}
.pd-intro-header h4 {
  color: #6C644F;
  font-size: 1.5rem;
  float: left;
}
.pd-intro-header .pd-price {float: right;}
.pd-price {text-align: right;}
.pd-price-sale {
  color: #D30000;
  font-size: 1.375rem;
}
.pd-price-sale span{font-size: 0.875rem;}
.pd-price-original {
  color: #716d63;
  font-size: 0.75rem;
}
.pd-link { margin: 10px 0;}
.pd-link li {
  display: inline-block;
  width: 100%;
}
.pd-accordion {padding:10px 20px; text-align:right;}
.pd-accordion button, .sid-toggle button {
  padding: 5px 10px; /*3px 10px;*/
  color: #fff; /*#AB9F7D;*/
  float: right; 
  border: 0;
  background: #ac9f7d; /*#fff;*/
  cursor: pointer;
}
.sid-toggle {}
/*.toggle-accordion:before {content:'訂房專案 ＋';}
.toggle-accordion[aria-expanded="true"]:before {content:'隱藏專案 —';}*/
.pd-body {
  padding: 0 20px 20px;
}
.pd-info {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.pd-info h5 {margin-bottom: 10px; font-size: 1.125rem;}
.pd-info .pd-price {
  position: absolute;
  top: 20px;
  right: 0;
}
.pd-info .btn {
/*  position: absolute;*/
  right: 0;
  bottom: 20px;
}
.pd-info .pd-link li {width: 30%;font-size: 0.75rem;}
.sid-section { padding: 20px 0; border-top: 1px solid #e0e0e0;}
.sec-section { padding: 20px 0; border-bottom: 1px solid #e0e0e0;}
.form-mini + .sid-section { margin-top: 20px;} 
.sid-section:last-child {padding-bottom: 0;}
.panel-mini {font-size: 0.75rem; line-height: 1.8;}
.panel-dt {float: left;}
.panel-dd {float: right;}
.sec-section .panel-dd {font-weight: bold; color: #45423A;}
.panel-dd .pd-price-sale {font-size: 1.125rem;}
.sec-right {width: 30%; float: right;}
.room-intro {
  width: 95%;
  height: 450px;
  position: absolute;
  z-index: 20;
  top: 500px;
  overflow-y: scroll;
}
.pd-wrap select {
	height: 37px;
	width: 55px;
	display: inline;
}
/* 共用區======================================================================================== */
.form-controls {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 10px 12px;
  display: block;
  font-size: 0.8125rem;
  color: #7a7460;
  border: 0;
  background: #F4F2EC;
}
.form-controls[disabled] { color: #7A7A7A; background: #eaeaea; cursor: not-allowed;}
.form-controls.border {border: 1px solid #C4BEAB;}
.form-darker .form-controls{ height: 40px; margin-bottom: 20px; background:#e0dcd2;}
textarea.form-controls, .form-darker textarea.form-controls{height: auto;}
select.form-controls {
  padding: 5px 8px;
  -webkit-border-radius: 0;
          border-radius: 0;
  box-shadow: none;
  background: #F4F2EC url(/img/bg_select.png) right no-repeat;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select.form-controls:focus {outline: none;}
.form-controls option {
    text-indent: 10px;
}
     
.form-controls option:hover {
    background-color: #f80;
    color: #fff;
}
label {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
}
.form-group label { color: #45423a; font-size: 0.8125rem;}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type=radio], input[type=checkbox] {
  margin: 7px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-controls .radio-inline, .form-controls .checkbox-inline {margin-top: -8px;}
.tip-primary {margin-top: -10px; margin-bottom: 10px;color: #ac9f7d; font-style: italic;}
.form-footer { margin-bottom: 20px; text-align: center;}
.form-footer .btn {
  min-width: 175px;
  margin: 0 20px 10px;
}
.form-confirm {
  padding: 10px 20px;
  background: #f8f7f5;

}
.form-controls-static {
  margin-bottom: 10px;
  padding: 5px 1em;
  border-bottom: 1px solid #e0e0e0;
  color: #45423A;
  font-weight: bold;
}
button,html input[type=button],input[type=reset],input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.btn {
  padding: 8px 12px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  line-height: 1.5;
  text-decoration: none;
}
.btn:hover {text-decoration: none;}
.btn-primary, .btn-secondary, .btn-disable {
  color: #fff ;
  text-decoration: none ;
}
.btn-primary { background: #ac9f7d;}
.btn-secondary { background: #ec5300;}
.btn-disable { background: #8d8d8d; cursor: not-allowed;}
.btn-primary:hover {background: #bbb198;}
.btn-secondary:hover {background: #EE753D;}
.btn-link {color: #c90000;}
.btn-link:hover {text-decoration: underline;}
.btn-link .fa {margin-right: 5px;}
.btn-default {border: 1px solid #a59d87; background: transparent;}
.btn-default:hover {background: #eae8e3; }
.btn-room {width: 140px;}
.btn-block {width: 100%;}
.form-mini .form-controls { height: 28px; font-size: 0.75rem;}
.form-mini select.form-controls {padding: 3px 8px;} 
.form-mini .btn {margin-top: 10px; padding: 2px 12px;}
/*.evn-body, .fea-info, .box-intro-content {text-align:justify;}文字左右齊行*/
.logo a, .slider .slider-item, .evn-img, .tfc-block,
.box-img, .rom-icon, .scroll a.item::before, .scroll a.item:hover::before,
.tbg-news, .tbg-recruitment, .tbg-contact, .tbg-sitemap, .tbg-attractions,
.post-img, .post-photo, .abt-intro-img, .abt-brand, .abt-award {
   -moz-background-size:cover;
-webkit-background-size:cover;
     -o-background-size:cover;
        background-size:cover;
}
.evn-title, .evn-body, .post-excerpt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;  
}
.liststyle-dot li::before {
  margin-right: 5px;
  content: "·";/*•*/
  display: inline-block;
}
.list-horizontal li {display: inline-block; margin-right: 10px;}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility
}
.carousel {
    position: relative;
    overflow: hidden;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    width: 100%; line-height: 1;
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

    .carousel-inner>.item.next,.carousel-inner>.item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    .carousel-inner>.item.prev,.carousel-inner>.item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    .carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:hover,.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width:30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}
.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.tb-rwd {
  width: 100%;
  border-style: none;
  border-top-width: 0;
}
.tb-rwd tr {
  border-style: none;
  border-bottom-width: 0;
}
.tb-rwd th, .tb-rwd td {
  min-width: 50px;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  background: #f4f2ec;
  border: 1px solid #fff;
}
.tb-rwd th + th,
.tb-rwd th + td,
.tb-rwd td + th,
.tb-rwd td + td {
  border-left-width: 1px;
}
.tb-rwd thead tr:last-child {border-bottom-width: 2px;}
.tb-rwd thead th {font-size: 0.9375rem;}
.tb-rwd thead td {font-size: 0.8125rem;}
dt {font-weight: bold;}
dd {margin-bottom: 10px;}
.owl-theme .owl-controls{
  margin-top: 20px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
  color: #6f695d;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #6f695d;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #6f695d;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}
/*.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}*/
.owl-buttons {
  width: 100%;
  position: relative;
}
.owl-buttons .owl-prev {
  position: absolute;
  top: -140px;
  left: -80px;
}
.owl-buttons .owl-next {
  position: absolute;
  top: -140px;
  right: -80px;
}
/* preloading images */
.owl-item.loading{
  min-height: 150px;
}
.pp_social {display: none;}
/* L 1500px以上======================================================================================== */
@media screen and (min-width: 1500px) {
#menu ul li ul {
  display: block;
  position: absolute;
  top: 40px;
  width: 1000px;
  text-align: left;
        transform: translateX(-20%);
    -ms-transform: translateX(-20%); 
   -moz-transform: translateX(-20%);
-webkit-transform: translateX(-20%);
     -o-transform: translateX(-20%);
  background-color: transparent;
  -webkit-transition:  all 0.5s ease;
  -o-transition:  all 0.5s ease;
  transition:  all 0.5s ease;
  opacity: 0;
}
#menu ul li:nth-child(3) ul {
          transform: translateX(-15%);
      -ms-transform: translateX(-15%); 
   -moz-transform: translateX(-15%);
-webkit-transform: translateX(-15%);
     -o-transform: translateX(-15%);
}
.en #menu ul li:nth-child(3) ul {
          transform: translateX(-10%);
      -ms-transform: translateX(-10%); 
   -moz-transform: translateX(-10%);
-webkit-transform: translateX(-10%);
     -o-transform: translateX(-10%);
}
}
/* L 1400px以上======================================================================================== */
@media (max-width:1500px) and (min-width:1400px) {
#menu ul li ul {
  display: block;
  position: absolute;
  top: 40px;
  width: 880px;
  text-align: left;
        transform: translateX(-20%);
    -ms-transform: translateX(-20%); 
   -moz-transform: translateX(-20%);
-webkit-transform: translateX(-20%);
     -o-transform: translateX(-20%);
  background-color: transparent;
  -webkit-transition:  all 0.5s ease;
  -o-transition:  all 0.5s ease;
  transition:  all 0.5s ease;
  opacity: 0;
}
#menu ul li:nth-child(3) ul {
          transform: translateX(-15%);
      -ms-transform: translateX(-15%); 
   -moz-transform: translateX(-15%);
-webkit-transform: translateX(-15%);
     -o-transform: translateX(-15%);
}
.en #menu ul li:nth-child(3) ul {
          transform: translateX(-10%);
      -ms-transform: translateX(-10%); 
   -moz-transform: translateX(-10%);
-webkit-transform: translateX(-10%);
     -o-transform: translateX(-10%);
}
.jp #menu ul li:nth-child(3) ul {
          transform: translateX(-25%);
      -ms-transform: translateX(-25%); 
   -moz-transform: translateX(-25%);
-webkit-transform: translateX(-25%);
     -o-transform: translateX(-25%);
}
#menu ul li:nth-child(4) ul {
          transform: translateX(-20%);
      -ms-transform: translateX(-20%); 
   -moz-transform: translateX(-20%);
-webkit-transform: translateX(-20%);
     -o-transform: translateX(-20%);
}
.jp #menu ul li:nth-child(4) ul {
          transform: translateX(-30%);
      -ms-transform: translateX(-30%); 
   -moz-transform: translateX(-30%);
-webkit-transform: translateX(-30%);
     -o-transform: translateX(-30%);
}
#menu ul li:nth-child(5) ul {
          transform: translateX(-25%);
      -ms-transform: translateX(-25%); 
   -moz-transform: translateX(-25%);
-webkit-transform: translateX(-25%);
     -o-transform: translateX(-25%);
}
.jp #menu ul li:nth-child(5) ul {
          transform: translateX(-35%);
      -ms-transform: translateX(-35%); 
   -moz-transform: translateX(-35%);
-webkit-transform: translateX(-35%);
     -o-transform: translateX(-35%);
}
}
/* L 1001px以上======================================================================================== */
@media (max-width:1400px) and (min-width:1001px) {
#menu ul li ul {
  display: block;
  position: absolute;
  top: 40px;
  width: 780px;
  text-align: left;
        transform: translateX(-20%);
    -ms-transform: translateX(-20%); 
   -moz-transform: translateX(-20%);
-webkit-transform: translateX(-20%);
     -o-transform: translateX(-20%);
  background-color: transparent;
  -webkit-transition:  all 0.5s ease;
  -o-transition:  all 0.5s ease;
  transition:  all 0.5s ease;
  opacity: 0;
}
#menu ul li:nth-child(3) ul {
          transform: translateX(-20%);
      -ms-transform: translateX(-20%); 
   -moz-transform: translateX(-20%);
-webkit-transform: translateX(-20%);
     -o-transform: translateX(-20%);
}
.en #menu ul li:nth-child(3) ul {
          transform: translateX(-15%);
      -ms-transform: translateX(-15%); 
   -moz-transform: translateX(-15%);
-webkit-transform: translateX(-15%);
     -o-transform: translateX(-15%);
}
.jp #menu ul li:nth-child(3) ul {
          transform: translateX(-30%);
      -ms-transform: translateX(-30%); 
   -moz-transform: translateX(-30%);
-webkit-transform: translateX(-30%);
     -o-transform: translateX(-30%);
}
#menu ul li:nth-child(4) ul {
          transform: translateX(-25%);
      -ms-transform: translateX(-25%); 
   -moz-transform: translateX(-25%);
-webkit-transform: translateX(-25%);
     -o-transform: translateX(-25%);
}
.jp #menu ul li:nth-child(4) ul {
          transform: translateX(-35%);
      -ms-transform: translateX(-35%); 
   -moz-transform: translateX(-35%);
-webkit-transform: translateX(-35%);
     -o-transform: translateX(-35%);
}
#menu ul li:nth-child(5) ul {
          transform: translateX(-30%);
      -ms-transform: translateX(-30%); 
   -moz-transform: translateX(-30%);
-webkit-transform: translateX(-30%);
     -o-transform: translateX(-30%);
}
.en #menu ul li:nth-child(5) ul {
          transform: translateX(-35%);
      -ms-transform: translateX(-35%); 
   -moz-transform: translateX(-35%);
-webkit-transform: translateX(-35%);
     -o-transform: translateX(-35%);
}
.jp #menu ul li:nth-child(5) ul {
          transform: translateX(-45%);
      -ms-transform: translateX(-45%); 
   -moz-transform: translateX(-45%);
-webkit-transform: translateX(-45%);
     -o-transform: translateX(-45%);
}
}
/* L 1001px以上共用======================================================================================== */
@media screen and (min-width: 1001px) {
.col-m-1-2 {margin-bottom: 20px;}
.col-m-1-2:last-child{margin-bottom: 0;}
.m-show {display: none;}
#menu {
  position: absolute;
  left: 125px;
  font-size: 0.8125rem;
}
#menu ul li:hover ul { 
  display: block;
  z-index: 1;  
  opacity:1;
}
#menu ul li:first-child ul {
          transform: translateX(0);
      -ms-transform: translateX(0); 
   -moz-transform: translateX(0);
-webkit-transform: translateX(0);
     -o-transform: translateX(0);
}
#menu ul li:nth-child(8) ul {
          transform: translateX(-5%);
      -ms-transform: translateX(-5%); 
   -moz-transform: translateX(-5%);
-webkit-transform: translateX(-5%);
     -o-transform: translateX(-5%);
}
#menu ul li:last-child ul {
          transform: translateX(-20%);
      -ms-transform: translateX(-20%); 
   -moz-transform: translateX(-20%);
-webkit-transform: translateX(-20%);
     -o-transform: translateX(-20%);
}
#menu ul li ul::before {
  content: ".";
  display: block;
  position: absolute;
  top: 0;
  left: -800px;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  width: 3000px;
        transform: translateX(-30%);
    -ms-transform: translateX(-30%); 
   -moz-transform: translateX(-30%);
-webkit-transform: translateX(-30%);
     -o-transform: translateX(-30%);
}
#menu ul li > a {
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
}
#menu ul li:hover > ul li:hover {
  background-color: #a59d87;
}
#menu ul li ul li:first-child a{ border-left: none;}
#menu ul li ul li a {
  height: 20px;
  margin: 9px 0;
  padding: 0 18px;
  line-height: 20px;
  border-left: 1px solid #a59d87;
}
#menu ul li > a > i {display: none;}
.res-l, .res-l + .res-wrap {
  display: block;
  position: absolute;
  right: 10px;
}
.res-l + .res-wrap.show {
  top: 40px;
}
.res-2 {
  display: block;
  position: absolute;
  right: 110px;
}
.en .res-2, .jp .res-2, .kr .res-2 {
  right: 130px;
}
.wth-l {
  position: absolute; 
  top: 550px; 
  right: 50px;
}
.tfc-map {float: left; width: 35%;}
.tfc-txt {float: right; width: 65%;}
.tfc-contact {padding:0 30px;}
.tfc-transport {float: left; width: 60%;}
.tfc-body {float: left; width: 33%; margin: 0 20px 0 10px;}
.htl-block .g_slide { 
  width: 60%; 
  float: left; 
}
.htl-body { 
  width: 34%;
  float: right;
  overflow: hidden; 
}
.g_slide .switch_nav {text-align: right;}
.footer-contact {float: left; margin-bottom: 20px;}
.footer-link, .footer-social {float: right;}
.footer-social {
  position: absolute;
  right: 0;
  top: 40px;
}
.social-btn {
  -webkit-transform:scale(0.6);
     -moz-transform:scale(0.6);
       -o-transform:scale(0.6);
      -ms-transform:scale(0.6);
          transform:scale(0.6);
}
.slider.main-kv .slider-nav { display: block;}
.main-kv > .slider-navigator {/*display: none;*/}
.main-title {
  width: 100%;
  margin-top: -94px;
  position: absolute;
}
.fea-body { text-align: left;}
.bus-m {display: none;}
.bus-l .bus-1-3 {
  margin: 75px 0 0 60px;
  float: left;
}
.effect-mask::before {
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.sec-w700 {
  width: 700px;
  margin: 20px auto 0;
}

.footer-social .line, .post-zone > .post-social .line{
  display: none;
}
}
/* L 1000px以下======================================================================================== */
@media screen and (max-width: 1000px) {
.col-1-3{ float: none; }
.col-1-3, .col-2-3 { 
  width: 100%; 
  margin-right: 0;
}
.col-1-4 { 
  width: 48%; 
  margin-right: 2%;
}
.col-1-4:last-child {margin-right: 0;}
.l-block {display: none;}
.container { width: 100%; padding: 0 20px;}
.m-hide {display: none;}
a#toggle, .m-show { display: block; }
#menu {
  position: fixed;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;/*iDevice捲軸滾動最佳化*/
  background-color: #7c7666;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  -o-transform: translateX(400px);
  transform: translateX(400px);
}

#menu ul {
  text-align: left;
  background-color: transparent;
}

#menu ul li { 
  display: block; 
  border-bottom: 1px solid rgba(191, 184, 166, 0.3);
}

#menu ul li a { display: block; }

#menu ul li a > i { float: right; }

#menu ul li ul {
  display: none;
  position: static;
  width: 100%;
  background-color: #a59d88;
}
#menu ul li ul li { display: block; }

#menu ul li ul li a { display: block; }

#menu ul li ul li a { padding-left: 2em; }
#menu ul li:hover > ul { display: none; }

#menu ul li:hover > a > i { 
        transform: rotateZ(0);
    -ms-transform: rotateZ(0); 
   -moz-transform: rotateZ(0);
-webkit-transform: rotateZ(0);
     -o-transform: rotateZ(0);
}
#menu ul li.open > a { background-color: rgba(0, 0, 0, 0.3); }

#menu ul li.open > a > i { 
        transform: rotateZ(180deg); 
    -ms-transform: rotateZ(180deg); 
   -moz-transform: rotateZ(180deg);
-webkit-transform: rotateZ(180deg);
     -o-transform: rotateZ(180deg);
}
#menu ul li.open > ul { display: block; }

div#overlay {
  display: block;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition:  all ease-out 0.3s;
  -o-transition:  all ease-out 0.3s;
  transition:  all ease-out 0.3s;
  z-index: 5;
  opacity: 0;
}
html.open-menu { overflow: hidden; }
html.open-menu div#overlay {
  visibility: visible;
  opacity: 1;
  width: 100%;
  /*width: calc(-150%);*/
  left: 0;
}
html.open-menu a#toggle { transform: translateX(-400px); }
html.open-menu nav#menu {
  z-index: 10;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.slider { height: 450px;}
.res-m {
  display: block;
  position: fixed;
  right: 60px;
}
.res-m + .res-wrap {display: block;}
.res-m + .res-wrap.show {
  top: 40px;
}
.res-m2 {
  display: block;
  position: fixed;
  right: 160px;
}
.en .res-m2, .jp .res-m2, .kr .res-m2 {
  width: 120px;
  right: 180px;
}
.wth-l {
  position: absolute; 
  top: 280px; 
  left: 20px;
}
.tfc-map {margin-bottom: 30px;}
.htl-block .g_slide {width: 100%; margin-bottom: 20px;}
.footer-link { width: 100%; margin-bottom: 20px; text-align: center;}
.footer-link li { margin-bottom: 20px;}
.footer-contact {width: 100%; margin-bottom: 20px;}
.footer-social { width: 100%; text-align: center;}
.main-title {background: rgba(108, 104, 90, 1);}
.slider.main-kv .slider-nav { display: none;}
.main-kv > .slider-navigator { display: block;}
.fea-item img {
  width: 50%;
  margin-right: 0;
  margin-bottom: 20px;
  float: none;
}
.bus-l {display: none;}
.bus-m {display: block;}
.bus-m .fea-body { text-align: center;}
.bus-m .fea-info {text-align: center;}
.box-list .col-1-3{width: 100%; margin-right: 0;}
.box-img {height: 195px;}
.box-img::after {height: 185px;}
.post-item {padding-bottom: 30px; border-bottom: 1px dashed #bbb39d; height: auto;}
.box-list .col-1-3:last-child .post-item {margin-bottom: 0;}
.post-zone, .post-photo {
  width: 100%;
  float: none;
  position: relative;
}
.post-photo {height: 410px;}
.post-zone {height: inherit; padding: 30px;}
.post-social {
  position: absolute;
  top:20px;
  right: 20px;
}
.post-social .social-btn {
    -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.post-control {
  margin-top: 30px;
  position: inherit;
  bottom: inherit;
  left: inherit;
}
.abt-intro-zone, .abt-intro-img {
  width: 100%;
  height: 600px;
  float: none;
}
.abt-intro-zone {padding: 30px;}
.tfc-block .sub-title {padding-top: 0;}
.tb-floor, .abt-map, .abt-traffic {width: 100%; float:none;}
.abt-map iframe {height: 380px;}
.abt-traffic {height: inherit; margin-top: -8px;}
.effect-mask::before, .effect-mask:hover::before {
  opacity: 1;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.col-left, .col-right {
  width: 100%;
  float: none;
}
.sta-wrap {height: inherit;}
.col-left {
  margin-bottom: 20px;
  padding: 20px 0;
  background: #fff;
}
.sid-wrap {margin-bottom: 0; }
.sid-title {background: #fff; position: relative;}
.sid-title span {
  padding-right: 20px;
  background: #fff;
  position: absolute;
  top: -4px;
  z-index: 5;
}
.sid-title::after {
  content: "";
  width: 90%;
  height: 1px;
  background: #bbb39d;
  position: absolute;
  top: 50%;
  right: 20px;
}
.footer-social .line{
  display: inline-block;
}
.pd-link li {
  width: 100%;
}
.tfc-contact ul li {
  display: list-item;
}
.tfc-contact ul li i {
  margin-right:5px;
}

}
/* M 768px以下======================================================================================== */
@media screen and (max-width: 768px) {
.scroll-body {
  width: 645px;
  height: 113px;
}
.scroll .item,.scroll a.item::before {width: 200px;}
.rdm-block {width: 100% !important; }
.modal{padding: 0 15px;}    
.modal-content {width: 100%; margin-bottom: 30px;left:inherit; margin-left: inherit;}
.post-control-prev, .post-control-next {padding: 20px 0;}
.post-control-prev {float: none;}
.post-control-next {border-top: 1px dashed #BBB39D; float: none;}
}
/* 768px以上======================================================================================== */
@media screen and (min-width: 768px) {
.col-1-2 .panel-dt {margin-right: 2em;}
.col-1-2 .panel-dd {float: none;}
}
/* 481px以上======================================================================================== */
@media screen and (min-width: 481px) {
.sub-title .block-title {color: #fefefe;}
.tbg-news {background: url(/img/bg_subtitle_news.jpg) center no-repeat; padding-top: 80px;}
.tbg-recruitment {background: url(/img/bg_subtitle_recruitment.jpg) center no-repeat; padding-top: 80px;}
.tbg-sitemap {background: url(/img/bg_subtitle_sitemap.jpg) center no-repeat; padding-top: 80px;}
.tbg-contact {background: url(/img/bg_subtitle_contact.jpg) center no-repeat; padding-top: 80px;}
.tbg-attractions {background: url(/img/bg_subtitle_attractions.jpg) center no-repeat; padding-top: 80px;}
.post-body > .post-control {display: none;}
.modal-open .modal.min-h {overflow-y: inherit;}
.min-h .modal-body {height: 480px; margin-bottom: 20px;}
.sta-wrap {background: #F8F7F5;}
.sta-content { text-align: center;}

}
/* P --> T == 481 -> 1000 ======================================================================================== */
@media screen and (min-width: 481px) and (max-width: 1000px) {
.col-m-1-2 {
  width: 27%;
  float: left;
  margin-right: 21%;
}
.sec-content .form-group .col-1-2 {
  margin-right: 2%;
}
.sec-content .form-group .col-1-4 {
  width: 22%;
  margin-left: 2%;
}
.footer-social ul li {margin-left: 0;}
.evn-item dt { 
  width: 40%;
  height: 200px;
  float: left;
}
.evn-item dd {
  min-height: 200px;
  padding: 30px;
  overflow: hidden;
}
.evn-title { -webkit-line-clamp: 1;}
.evn-tag {
  width: 70px;
  height: 70px;
      -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  line-height: 70px;
  left: 10px;
  top: 10px;
}
.evn-body { bottom: 50px; }
.tfc-contact {float: left; width: 40%; }
.tfc-contact ul {border-bottom: none;}
.tfc-info { overflow: hidden;}
.social-btn {
  -webkit-transform:scale(0.8);
     -moz-transform:scale(0.8);
       -o-transform:scale(0.8);
      -ms-transform:scale(0.8);
          transform:scale(0.8);
}
.fea-body { 
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
.post-img {width: 310px; margin-right: 30px; float: left;}
.post-tag {right: 0; bottom: 0;}
.post-item {padding-bottom: 40px; height: auto;}
.post-inner {margin-top: 20px; overflow: hidden;}
.sub-body .box-list > .row {border-bottom: none;}
.post-zone > .post-title {width: 70%;}
.min-h-230{ min-height: 230px;} 
.footer-contact {width: 350px; margin: 0 auto 20px;}
}

/* P 480======================================================================================== */
@media screen and (max-width: 480px) {

.logo a {
  width: 93px;
  height: 80px;
}
.container {padding: 0 10px;}
.col-1-2, .col-1-4, .col-2-5, .col-3-5 { 
  width: 100%; 
  margin-right: 0;
  float: none;
}
.col-m-1-2 {margin-bottom: 20px;}
.col-m-1-2:last-child{margin-bottom: 0;}
.s-disblock{display: none;}
#menu {
  width: 260px;
        transform: translateX(260px);
    -ms-transform: translateX(260px); 
   -moz-transform: translateX(260px);
-webkit-transform: translateX(260px);
     -o-transform: translateX(260px);
}
html.open-menu a#toggle { 
        transform: translateX(-260px);
    -ms-transform: translateX(-260px); 
   -moz-transform: translateX(-260px);
-webkit-transform: translateX(-260px);
     -o-transform: translateX(-260px);
}
.slider {height: 260px;}
.slider .slider-nav {display: none;}
.htl-block .g_slide, .g_slide .item {height: 250px;}
.res-m, .res-m + .res-wrap {display: none;}
.res-m2, .res-m2 + .res-wrap {display: none;}
.res-s, .res-s + .res-wrap.show {display: block;}
.res-s + .res-wrap.show{
  width: 100%;
  padding: 15px 25px;
}
.res-s + .res-wrap .form-group label::before, 
.res-s + .res-wrap .form-group label::after {width: 37%;}
.res-btn, .res-btn-2 {
  width: 100%;
  height: 44px;
  padding-bottom: 40px;
  text-align: center;
  text-indent: 0px;
  line-height: 38px;
  font-weight: bold;
  background: #d4b275; /* Old browsers */
  background: -webkit-linear-gradient(left, #d4b275 0%, #edca8c 46%, #edca8c 54%, #d4b275 100%);
  background: -o-linear-gradient(left, #d4b275 0%, #edca8c 46%, #edca8c 54%, #d4b275 100%);
  background: linear-gradient(to right, #d4b275 0%, #edca8c 46%, #edca8c 54%, #d4b275 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b275', endColorstr='#d4b275',GradientType=1 ); /* IE6-9 */
}
.res-btn-2 {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #922529; /* Old browsers */
  background: -webkit-linear-gradient(left, #922529 0%, #cb181d 46%, #cb181d 54%, #922529 100%);
  background: -o-linear-gradient(left, #922529 0%, #cb181d 46%, #cb181d 54%, #922529 100%);
  background: linear-gradient(to right, #922529 0%, #cb181d 46%, #cb181d 54%, #922529 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#922529', endColorstr='#922529',GradientType=1 ); /* IE6-9 */
}
.en .res-btn, .jp .res-btn, .kr .res-btn, .en .res-btn-2, .jp .res-btn-2, .kr .res-btn-2 {
  width: 100%;
}

.slider+.res-btn {padding: 0;}
.wth-l {position: relative; top: 0; left: 0;}
.wth-box {
    width: 100%;
    height: 60px;
    -webkit-border-radius: 0;
            border-radius: 0;
}
.wth-wrap {
  width: 100%;
  height: 50px;
  padding: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.wth-wrap div { 
  padding: 0 10px;
  display: inline-block; 
  border-right: 1px solid #ccc3a9;
  text-align: center;
}
.wth-wrap div:last-child {border-right: 0;}
.wth-local, .wth-time, .wth-temp, .wth-icon {font-size: 1rem;}
.tfc-map iframe {height: 250px;}
.g_slide .item img {height: 100%;}
footer .container { padding: 0;}
footer {padding: 10px;}
.footer-link{ margin-top: 20px; font-size: 0.8125rem;}
.footer-link li a {padding: 0 8px;}
.footer-contact img {width: 100px;}
.footer-contact h5 {margin-bottom: 0;}
.footer-info {margin-left: 110px;}
.main-title {padding: 20px 0;}
.main-title .block-title, .sub-title .block-title {font-size: 1rem; }
.block-title::before, .block-title::after {margin: 5px;}
.main-title .block-second-title {font-size: 1.3rem; margin: 0;}
.sub-title .block-second-title {font-size: 1.3rem; margin: 0; padding-top: 40px; letter-spacing: 5px}
.sub-title{ padding: 0;}
.sub-title .block-second-title{color:#45423a;}
.sub-body {padding: 30px 0px;}
.social-btn {
  -webkit-transform:scale(0.7);
     -moz-transform:scale(0.7);
       -o-transform:scale(0.7);
      -ms-transform:scale(0.7);
          transform:scale(0.7);
}
.fea-item {padding-bottom: 30px; border-bottom: 1px dashed #bbb39d;}
.box-list > .row, .fea-list > .row, .fea-item.last, 
.box-list .row:last-child .col-1-2:last-child .box-intro {border-bottom: none;} 
.box-list .col-1-2:last-child .box-intro{margin-bottom: 0;}
.smy-list li { margin-left: 20%; display: block;text-align: left;}
.scroll-body {
  width: 290px;
  height: 80px;
}
.scroll .item, .scroll a.item::before {width: 143px; margin-right: 7px;}
.box-img, .post-img {height: 180px;}
.box-img::after {height: 170px;}
.box-item {margin-bottom: 0;}
.post-header {
  border: 0;
  background: transparent;
}
.post-zone {padding: 0;}
.post-zone > .post-tag {margin-left: 3px; padding: 1px 6px;}
.post-social { top:-20px; right: -10px;}
.post-header .post-control {display: none;}
.post-body > .post-control {display: block; text-align: center;}
.post-photo {height: 180px;}
.post-body {
  margin-top: 0;
  border-top: 0;
}
.abt-intro-img { height: 300px;}
.abt-intro-zone {height: inherit; padding: 10px 0 40px;}
.abt-intro-zone p {width: 85%;}
.abt-intro-zone .sub-title{margin-bottom: 20px;}
.abt-intro-zone .sub-title .block-title {color: #fff;}
.abt-intro-zone .sub-title .block-second-title {color: #f6f3ec;}
.award-line::before, .award-line::after {width: 33%;}
.floor-icon-list {display: none;}
.box-intro { margin-top: 10px; padding-bottom: 30px; border-bottom: 1px dashed #bbb39d;}
.box-intro-content {min-height: inherit;}
.btn-s-block {width: 100%;}
.form-footer .btn-s-block {
  min-width: inherit;
  margin: 0 0 10px;
}
.sta-wrap {padding: 60px 0 20px;background: none;}
.sta-content {padding-top: 0;}
.step-list li {display: none; margin-right: 0;}
.step-list li.focus {display: block;}
.f-left, .sec-right, .pd-info .f-left {width: 100%; float: none;}
.pd-link li {width: 100%; display: block;}
.pd-intro {padding-left: 0;}
.pd-accordion .list-horizontal {float: left;}
.pd-info .pd-price {
  margin: 20px 0;
  position: relative;
  top: 0;
  text-align: left;
}
.pd-info .btn {
  position: relative;
  bottom: 0;
}
.pd-info .btn-room {width: 100%;}
.pd-info .pd-link li, .en .pd-info .pd-link li {width: 100%; font-size: inherit;}
.form-confirm .pd-info .pd-price {
  right: 0;
  bottom: 0;
  top: inherit;
}
.tb-rwd {
  border: 0;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 1.4375em;
  padding-bottom: 0;
  display: block;
  width: 100%;
}
.tb-rwd caption {display: block;}
.tb-rwd thead {
  display: none;
  visibility: hidden;
}
.tb-rwd tbody, .tb-rwd tr,
.tb-rwd th, .tb-rwd td {
  display: block;
  text-align: left;
  white-space: normal;
}
.tb-rwd th, .tb-rwd td {
  padding: 0 8px;
  font-size: 0.75rem;
}
.tb-rwd th[data-title]:before,
.tb-rwd td[data-title]:before {
  min-width: 64px;
  margin-right: 8px;
  padding: 10px 0;
  content: attr(data-title);
  font-weight: bold;
  display: inline-block;
  border-right: 1px solid #fff;
}
.tb-rwd th:not([data-title]) {font-weight: bold;}
.tb-rwd td:empty {display: none;}
.modal-footer {padding: 20px;}
.modal-body{min-height: 320px;}
.room-intro {width: 90%; height: 300px;}
.pd-header .f-left {width: 100%;}

/* 新增======================================================================================== */
.modal-footer .btn {margin: 0 0 10px;}
.abt-brand p {width: 85%;}
.tab-list li a{
  padding: 10px 20px;
  font-size: 1rem; 
}
.sec-title h3{
  display: block;
  margin: 0 0 10px 0;
}
.form-mini .btn{
  margin: -40px -18px 0 0;
}
.en .pd-link{
  width: 100%;
}
.en .pd-info .pd-link{
  margin-left: 0;
}
.wth-icon img {width: 90%; height: auto; padding-bottom: 4px;}
}

@media screen and (min-width: 1001px) {
  .hidden-lg{
    display: none;
  }
  .hidden-md{
    display: none;
  }
  .hidden-xs{
    display: none;
  }
  .visible-lg{
    display: block;
  }
}


@media screen and (max-width: 1000px) {
  .hidden-lg{
    display: none;
  }
  .hidden-xs{
    display: none;
  }
  .visible-md{
    display: block;
  }
  .tfc-transport {
    padding:0 10px;
  }
}


@media screen and (max-width: 480px) {
  .hidden-lg{
    display: none;
  }
  .hidden-md{
    display: none;
  }
  .visible-xs{
    display: block;
  }
  .tfc-transport {
    padding:0 20px;
  }
}

/*20170524新增*/
.modal-width-b{
  width: 80%;
  float: left;
}
.modal-width-s{
  width: 18%;
  float: right;
}
@media screen and (max-width: 480px) {
.modal-width-b{
  width: 100%;
  float: none;
}
.modal-width-s{
  width: 100%;
  float: none;
}
}

/* 20190910 新增 Bootstrap 4 custom */
.row-bt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}