@charset "UTF-8";
@import url(help/reset.css);
@import url(font-awesome-4.7.0/css/font-awesome.min.css);
@import url(help/rwdgrid.css);
@import url(textEditor.css);
@import url(weather/weather.css);
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,500,600,700|Roboto");
@import url(//fonts.googleapis.com/earlyaccess/cwtexming.css);
header, header .language .g_trans a, .socialLink a, .bookingBox, .bannerArea .wrap, .arrows, .goTop, .newIcon, .sort, .albumBtn {
  box-sizing: border-box;
}

a, header, header .shoppingBtn::before, header .language::before, .socialLink a, .bookingArea, .bookingArea > button, .hSlideLine::before, .arrows, .goTop, .classLink li a.current::before, .albumBtn {
  transition: all .5s ease-out;
}

@font-face {
  font-family: 'weather';
  src: url("weather/artill_clean_icons-webfont.eot");
  src: url("weather/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("weather/artill_clean_icons-webfont.woff") format("woff"), url("weather/artill_clean_icons-webfont.ttf") format("truetype"), url("weather/rtill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Roboto', Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 14px;
  color: #131313;
  background: #131313;
}

a {
  cursor: pointer;
  color: #131313;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;	
}

a:hover {
  color: #bf9f62;
}

[class*='col-'] {
  float: left;
  box-sizing: border-box;
  	
}

.b-box {
  box-sizing: border-box;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

a.btn_color1 {
  background: #516190;
  color: #FFF;
}

a.btn_color1:hover {
  background: #C85A56;
}

a.btn_color2 {
  background: #A0A0A0;
  color: #FFF;
}

a.btn_color2:hover {
  background: #999;
}

input[type="text"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
}

.wrap {
  width: 1500px;
  margin: 0 auto;
}

#gmap {
  /* display: none; */
  height: 500px;
}

.label {
  padding: 5px 7px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
}

.cartArea {
  display: none;
  width: 360px !important;
  background: #FFF;
  border: 5px solid #D8D8D8;
}

.cartArea .wrap {
  position: relative;
  width: auto;
  padding: 40px 10px;
}

.cartArea .countBox {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  text-align: center;
}

.cartArea .countBox b {
  font-size: 18px;
  color: #7ea830;
}

.cartArea .countBox b em {
  font-weight: normal;
  font-size: 12px;
  color: #7ea830;
}

.cartArea .countBox a.btn_pay {
  display: inline-block;
  margin-left: 15px;
  padding: 7px 15px;
  font-size: 13px;
  color: #FFF;
  transition: none;
}

.cartArea ul {
  clear: both;
  max-height: 250px;
  overflow-y: auto;
}

.cartArea ul li {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #EEE;
  margin-bottom: 10px;
  text-align: left;
}

.cartArea ul li .Img {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.cartArea ul li .Img img {
  display: block;
  height: 100%;
}

.cartArea ul li .Txt {
  overflow: hidden;
}

.cartArea ul li .Txt strong {
  margin-bottom: 10px;
  display: block;
}

.cartArea ul li .Txt strong a {
  display: block;
  font-size: 15px;
  color: #272727;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cartArea ul li .Txt b {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding-right: 10px;
}

.cartArea ul li .Txt b.price {
  font-size: 15px;
  color: #E83336;
}

.cartArea ul li i {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 18px;
  color: #949494;
}

.orderCheckArea {
  display: none;
  width: 320px;
  background: #FFF;
  border: 5px solid #D8D8D8;
}

.orderCheckArea .wrap {
  position: relative;
  width: auto;
  padding: 40px 10px;
  text-align: center;
}

.orderCheckArea h4 {
  font-family: "微軟正黑體", "新細明體", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #222;
  text-align: left;
  margin-bottom: 10px;
}

.orderCheckArea input[type="text"] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border: 2px solid #CCC;
  padding: 5px;
  box-sizing: border-box;
}

.orderCheckArea input[type="password"] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border: 2px solid #CCC;
  padding: 5px;
  box-sizing: border-box;
}

.orderCheckArea a.btn {
  margin-top: 10px;
  display: inline-block;
  font-size: 13px;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 4px;
}

#closeOrder {
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 10px;
}

#closeCart {
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 10px;
}

#closePrice {
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 10px;
}

#closeInquiry {
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 10px;
}

.loginArea {
  display: none;
  width: 300px !important;
  background: #FFF;
  border: 5px solid #D8D8D8;
}

.loginArea .box {
  position: relative;
  padding: 40px 20px 20px 20px;
  background: #FFF;
}

.loginArea input[type="text"] {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px;
  border: 1px solid #CCC;
  margin-bottom: 7px;
}

.loginArea input[type="password"] {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px;
  border: 1px solid #CCC;
  margin-bottom: 7px;
}

.loginArea .btn {
  margin-top: 15px;
  text-align: center;
}

.loginArea .btn a {
  display: inline-block;
  font-size: 13px;
  color: #FFF;
  padding: 8px 15px;
  border-radius: 3px;
  transition: none;
}

.loginArea .forget {
  clear: both;
  font-size: 15px;
  color: #2f2f2f;
  margin-top: 20px;
}

.loginArea .forget span {
  font-size: 13px;
  color: #e1e1e1;
}

.loginArea .forget strong a {
  font-weight: normal;
  color: #F93;
  text-decoration: underline;
}

.loginArea .forget b a {
  font-size: 18px;
  font-weight: normal;
  color: #09F;
  text-decoration: underline;
}

.loginArea .forgetCheck {
  display: none;
}

.loginArea .forgetCheck a.btn_relog {
  display: block;
  font-size: 15px;
  color: #09F;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 15px;
}

a#closeLogin {
  font-size: 18px;
  color: #666;
  position: absolute;
  right: 10px;
  top: 10px;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 50px 0;
  z-index: 99;
  background-color: rgba(40,40,40, 0.5);
}

header .wrap {
  position: relative;
}

header .leftBox, header .rightBox {
  position: absolute;
  top: 38px;
}

header .leftBox {
  left: 0;
}

header .rightBox {
  position: absolute;
  right: 0;
  text-align: right;
}

header .logo {
  position: relative;
  height: 146px;
  text-align: center;
  margin: auto;
}

header .logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

header .logo img:last-child {
  opacity: 0;
}

header .socialLink {
  margin-bottom: 25px;
}

header .shoppingBtn, header .language {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 0;
  margin-bottom: 25px;
  color: #696969;
}

header .shoppingBtn::before{
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #00a1a3;
}

header .shoppingBtn:hover::before, header .language:hover::before {
  opacity: 1;
}

header .shoppingBtn {
  padding-right: 25px;
  margin-right: 25px;
  color: #696969;
}

header .shoppingBtn::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 13px;
  top: 50%;
  right: 0;
  background-color: #d9d9d9;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .shoppingBtn:hover {
  color: #00a1a3;
}

header .shoppingBtn:hover::before {
  width: 70%;
}

header .language {
  display: inline-block;
  padding: 6px 0;
  margin-bottom: 25px;
  vertical-align: middle;
  text-transform: uppercase;
}

header .language .g_trans {
  display: inline-block;
  vertical-align: middle;
}

header .language .g_trans a {
  display: block;
  padding: 5px 10px;
  font-size: 13px;
	
	color: #ffffff;
    background: #696969;
    border-radius: 5px;
}

header .language .g_trans a i {
  margin-left: 10px;
}

header .language:hover a {
  color: #bf9f62;
	background: #fff;
}

header .language:hover::before {
  width: 100%;
}

header.scroll {
  padding: 15px 0;
  box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.1);
}

header.scroll .logo {
  height: 101px;
}

header.scroll .logo img:first-child {
  opacity: 0;
}

header.scroll .logo img:last-child {
  opacity: 1;
}

header.scroll .leftBox, header.scroll .rightBox {
  top: 5px;
}

header.scroll .socialLink, header.scroll .shoppingBtn, header.scroll .language {
  margin-bottom: 15px;
}

header.scroll .bookingArea {
  bottom: -48px;
}

header.scroll .bookingArea > button {
  line-height: 45px;
}

header.videoPlay {
  opacity: 0;
  visibility: hidden;
}

header.videoPlay.scroll {
  opacity: 1;
  visibility: visible;
}

.socialLink a {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
    background-color: #ffffff;
    color: #08408d;
  text-align: center;
  font-size: 13px;
}

.socialLink a + a {
  margin-left: 20px;
}

.socialLink a:hover {
  background-color: #0a408a;
	color:#fff;
}

ul.menu {
  text-align: left;
}

ul.menu b {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #bbb;
  letter-spacing: 0;
  font: 13px 'Roboto', Helvetica, Arial, '微軟正黑體', sans-serif;
}

ul.menu > li {
  position: relative;
  display: inline-block;
}

ul.menu > li + li {
  margin-left: 45px;
}

ul.menu > li .submenu {
  display: none;
  width: 150px;
  position: absolute;
  left: -12px;
  top: 100%;
  z-index: 99;
}

ul.menu > li .submenu a {
  display: block;
  background: #333;
  color: #fff;
  padding: 10px;
}

ul.menu > li .submenu a:hover {
  background: #0a408a;
}

ul.menu > li .submenu a:first-child {
  display: none;
}

ul.menu li > a {
  padding: 20px 0;
  font: 18px 'cwTeXMing', '新細明體', serif;
  color: #e8eff9;
  letter-spacing: 1px;
}

ul.menu li > a:hover {
  color: #bf9f62;
}

ul.menu li > a.current {
  color: #bf9f62;
}

ul.menu li a:hover:after {
  opacity: 1;
}

ul.menu li a.current:after {
  opacity: 1;
}

.bookingArea {
  position: absolute;
  right: 0;
  bottom: -80px;
}

.bookingArea > button {
  position: relative;
  width: 215px;
  line-height: 60px;
  background-color: #003e64;
  color: #131313;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  z-index: 2;
  font-weight: 600;
}

.bookingArea > button:hover {
  background-color: #0a408a;
	color: #fff;
}

.bookingBox {
  display: none;
  position: absolute;
  width: 380px;
  top: 15px;
  right: 0;
  padding: 70px 50px 50px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.bookingBox .list > div {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #00a1a3;
  word-spacing: 5px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.bookingBox .list > div span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 500;
}

.bookingBox .list li {
  position: relative;
  padding: 0 10px;
  margin-bottom: 13px;
  border: 1px solid #00a1a3;
  background-color: #fff;
}

.bookingBox .list li span {
  display: inline-block;
  width: 70px;
  font-size: 13px;
  color: #03436a;
}

.bookingBox .list li::before {
  content: '\f073';
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: FontAwesome;
}

.bookingBox input, .bookingBox select {
  display: inline-block;
  width: calc(100% - 70px - 4px);
  height: 50px;
  line-height: 50px;
  border: none;
  outline: none;
  background-color: transparent;
  vertical-align: middle;
  font-family: 'Roboto', Helvetica, Arial, '微軟正黑體';
}

.bookingBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  color: #777;
}

.bookingBox select::-ms-expand {
  display: none;
}

.bookingBox .btn {
  display: block;
  line-height: 50px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-color: #00a1a3;
}

.bookingBox .btn:hover {
  background-color: #bea273;
}

.bookingLink {
  display: inline-block;
  width: 190px;
  margin: 10px 10px 10px 0;
  line-height: 55px;
  text-align: center;
  background-color: #00a1a3;
  color: #fff;
}

.bookingLink:hover {
  color: #fff;
  background-color: #c6ae85;
}

.m_menu {
  display: none;
}

.bannerArea {
  clear: both;
  position: relative;
}

.bannerArea .wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: auto;
}

.bannerArea h2 {
  position: absolute;
  bottom: 260px;
  right: 215px;
  color: #fff;
  font-size: 55px;
  font-weight: 500;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.bannerArea .bx-wrapper .bx-pager {
  bottom: 20px;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 100%;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #FFF;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none;
}

.weatherBox {
  position: absolute;
  left: 0;
  bottom: 7%;
  color: #eee;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  z-index: 50;
}

.weatherBox .icon {
  font-size: 55px;
}

.weatherBox .icon span {
  font-size: 24px;
  vertical-align: 22px;
}

.weatherBox i {
  display: inline-block;
  vertical-align: text-bottom;
  vertical-align: top;
  font-family: 'weather';
  font-size: 70px;
  margin-right: 10px;
}

.weatherBox h3 {
  position: relative;
  display: inline-block;
  padding-right: 12px;
  margin-right: 3px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.weatherBox h3::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(238, 238, 238, 0.5);
}

.weatherBox .time {
  display: inline-block;
  word-spacing: 3px;
  letter-spacing: .5px;
}

.smallTitle {
  display: inline-block;
  padding: 5px 0;
  font-size: 12px;
  font-weight: 700;
  color: #131313;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #d9d9d9;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.hImgSlowScale {
  overflow: hidden;
}

.hImgSlowScale img {
  transition: all 1s ease-in;
}

.hImgSlowScale:hover {
  background-color: #fff;
}

.hImgSlowScale:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: .5;
  transition: opacity 1s ease-out, -webkit-transform 10s ease;
  transition: transform 10s ease, opacity 1s ease-out;
  transition: transform 10s ease, opacity 1s ease-out, -webkit-transform 10s ease;
}

.hSlideLine {
  position: relative;
}

.hSlideLine::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 0px;
  background-color: #00a1a3;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hSlideLine:hover::before {
  width: 100%;
}

.arrows {
  position: absolute;
  width: 32px;
  height: 26px;
  top: 40%;
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
  background: linear-gradient(to bottom, #dcdcdd 0, #dcdcdd 100%) 0 50%/100% 2px no-repeat;
  z-index: 51;
}

.arrows::before, .arrows::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background-color: #dcdcdd;
}

.arrows.prev {
  left: -70px;
}

.arrows.prev::before, .arrows.prev::after {
  left: 0;
}

.arrows.prev::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.arrows.prev::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.arrows.next {
  right: -70px;
}

.arrows.next::before, .arrows.next::after {
  right: 0;
}

.arrows.next::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}

.arrows.next::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.arrows.slick-disabled {
  opacity: 0;
  cursor: default;
}

.arrows:hover {
  background-image: linear-gradient(to bottom, #888 0, #888 100%);
}

.arrows:hover::before, .arrows:hover::after {
  background-color: #888;
}

.arrowBox {
  display: none;
}

.arrowBox::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 46px;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -.5px;
  background-color: #fff;
}

.arrowBox a {
  float: left;
  width: 75px;
  line-height: 75px;
  text-align: center;
  color: #fff;
  background-color: #00456f;
}

.arrowBox a:hover {
  background-color: #032b44;
}

.marqueeArea {
  box-shadow: inset 0 10px 15px #283458;
  background: #061540;
  padding: 15px 0;
}

.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-size: 15px;
  font-weight: normal;
  color: #FFF;
}

.marqueeArea h2 em {
  margin-left: 5px;
}

.marqueeArea .marqueeBox {
  overflow: hidden;
  max-height: 30px;
}

.marqueeArea ul {
  overflow: hidden;
}

.marqueeArea ul li {
  line-height: 20px;
}

.marqueeArea ul li .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #DBDBDB;
}

.marqueeArea ul li h3 {
  display: inline-block;
  vertical-align: top;
}

.marqueeArea ul li h3 a {
  display: block;
  font-size: 15px;
  color: #FFF;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

footer {
  max-width: 1500px;
  margin: 20px auto 0;
  padding: 50px 0 20px;
/*  border-top: 1px solid #d9d9d9;*/
}

footer h2 {
  color: #f5f6ff;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

footer .leftBox {
  float: left;
  margin-top: 20px;
}

footer .leftBox .copyright {
  display: block;
}

footer .leftBox ul {
  color: #999;
  letter-spacing: 1px;
}

footer .leftBox li {
  display: inline-block;
}

footer .leftBox li + li::before {
  content: '/';
  display: inline-block;
  margin: 0 3px;
  color: #999;
}

footer .leftBox a {
  color: #999;
}

footer .leftBox a:hover {

  color: #00a1a3;
}

footer .leftBox p {
  font-size: 13px;
  letter-spacing: 1px;
  color: #00a1a3;
}

footer .rightBox {
  float: right;
  margin-top: 5px;
  text-align: right;
}

footer .downLogo {
  text-align: center;
}

footer .downLogo img {
  width: 150px;
}

footer .row {
  clear: both;
  padding: 15px 0;
  overflow: hidden;
}

footer .qrcode {
  display: inline-block;
  vertical-align: middle;
}

footer .fbBox {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}

footer h5.copyright {
  display: inline-block;
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
  color: #313131;
}

.goTop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 60px;
  line-height: 50px;
  background-color: #003e64;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 90;
	transition: .3s;
}

.goTop:hover {
  background-color: #0a408a;
	color: #fff;
	font-size: 20px;
}

ul.downMenu {
  border: 1px solid #142F79;
  border-left: none;
  border-right: none;
  text-align: center;
}

ul.downMenu li {
  display: inline-block;
}

ul.downMenu li a {
  display: block;
  padding: 7px 10px;
  font-size: 12px;
  color: #142F79;
}

.social {
  clear: both;
  margin-top: 10px;
}

.social a {
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 19px;
  color: #929292;
  text-align: center;
}

.social a:hover {
  opacity: 0.8;
}

.endArea {
  margin-top: 5px;
  font-size: 13px;
  color: #bdbebf;
  letter-spacing: 1px;
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}

.translateIbest .design span {
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #bdbebf;
}

.translateIbest .design a {
  color: #bdbebf;
  text-decoration: none;
}

.translateIbest .design a:hover {
  color: #00a1a3;
}

.bannerBox img {
  display: block;
  width: 100%;
}

.bx-wrapper .bx-controls-auto {
  bottom: 20px;
}

.mainArea {
  padding: 30px 0;
  background: url(../images/news_bg.jpg);
  -webkit-filter: brightness(.9);
}

.mainArea .titleBox {
  position: relative;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
}

.mainArea .titleBox h2 {
  font-size: 55px;
  color: #003e64;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.mainArea .titleBox p {
  font-size: 14px;
  color: #999;
  letter-spacing: 4px;
  text-indent: 4px;
}

.mainArea .titleBox .bread {
  font-size: 12px;
  color: #BBBBBB;
  position: absolute;
  right: 10px;
  top: 25px;
}

.mainArea .titleBox .bread a {
  color: #BBBBBB;
}

.mainArea .titleBox .bread a i {
  font-size: 20px;
}

.mainArea .titleBox .bread span {
  padding: 0 3px;
  color: #BBBBBB;
}

.mainArea .contentBox {
  clear: both;
}

.mainArea .contentBox h1.articleTitle {
  clear: both;
  margin-bottom: 25px;
  border-bottom: 1px dashed #D6D6D6;
  padding: 10px;
  font-size: 20px;
  font-weight: normal;
  color: #061540;
}

table.breakpoint > tbody > tr > td.expand {
  cursor: pointer;
  background: url(../images/plus.png) no-repeat 5px center;
  padding-left: 40px;
}

.m_classLink {
  display: none;
}

.classBox {
  padding: 20px 0;
}

.classLink li {
  display: inline-block;
}

.classLink li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 5px 0;
  color: #fff;
}

.classLink li a:hover {
  color: #00a1a3;
}

.classLink li a.current {
  color: #00a1a3;
}

.classLink li a.current::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  bottom: 0px;
  background-color: #00a1a3;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.classLink li + li::before {
  content: '/';
  display: inline-block;
  margin: 0 25px;
  font-weight: 600;
  font-size: 15px;
  color: #cacaca;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.tagBox {
  padding: 20px 0;
}

.tagBox b {
  display: inline-block;
  margin-right: 10px;
}

.tagBox ul {
  display: inline-block;
}

.tagBox ul li {
  display: inline-block;
}

.tagBox ul li a {
  display: block;
  margin: 0 3px;
  font-size: 13px;
  padding: 5px 10px;
  color: #51649A;
  border: 1px solid #51649A;
  position: relative;
}

.tagBox ul li a:hover {
  background: #51649A;
  color: #FFF;
}

.tagBox ul li a.current {
  background: #51649A;
  color: #FFF;
}

.tagBox ul li a.current:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-right: 5px;
}

.sectionTitle {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: normal;
  color: #061540;
  padding: 5px;
  border-bottom: 1px solid #D6D6D6;
}

.sectionTitle strong {
  color: #061540;
  font-weight: normal;
  display: block;
  position: relative;
}

.sectionTitle strong a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.subTitle {
  position: relative;
  margin-left: 17px;
  font-weight: 700;
}

.subTitle::before {
  content: '◎';
  position: absolute;
  top: 0;
  left: -13px;
}

.tab a {
  display: block;
  float: left;
  padding: 7px 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.tab a::before {
  background-color: #d9d9d9;
}

.tab a + a {
  margin-left: 50px;
}

.tab a.current {
  color: #00a1a3;
}

.tab a.current::before {
  width: 100%;
}

ul.tabContent {
  padding: 50px 0 20px;
}

ul.tabContent li .textEditor {
  margin: 0;
}

ul.tabContent h3.sectionTitle {
  display: none;
}

.side_menu {
  margin-bottom: 50px;
}

.side_menu ul li {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.side_menu ul li > a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}

.side_menu ul li > a b {
  margin-left: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #808080;
}

.side_menu ul li > a.current {
  background: #8C8C8C;
  color: #FFF;
}

.side_menu ul li dl {
  padding-left: 25px;
}

.side_menu ul li dl dt a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}

.side_menu ul li dl dt a.current {
  color: #000;
  text-decoration: underline;
}

ul.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}

ul.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}

ul.side_album li a {
  display: block;
  box-shadow: 2px 2px 5px #c3c3c3;
}

ul.side_album li a img {
  display: block;
  width: 100%;
}

.side_booking {
  margin-bottom: 30px;
}

.side_booking a {
  display: block;
  background: #f05b8f;
  border-radius: 4px;
  box-shadow: 0 1px 1px #8D2121;
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
  transition: none;
}

.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #D33434;
  box-shadow: 1px 0 #F38A8A;
}

.side_booking a:hover {
  box-shadow: inset 0 3px 3px #8D2121;
}

.side_contactInfo ul li {
  margin-bottom: 20px;
}

.side_contactInfo ul li a {
  font-size: 16px;
  color: #414141;
}

.side_contactInfo ul li a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  border: 2px solid #A5A5A5;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #A5A5A5;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
}

.side_contactInfo ul li a b {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}

.side_room {
  margin-bottom: 50px;
}

.side_room ul li .Img img {
  width: 100%;
}

.side_room ul li .Txt {
  margin-top: 5px;
}

.side_room ul li .Txt h3 strong a {
  font-size: 16px;
  font-weight: normal;
}

.side_room ul li .Txt p {
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  max-height: 100px;
  overflow: hidden;
}

.side_room .bx-wrapper .bx-controls-direction a {
  width: 25px !important;
  height: 25px !important;
  top: 0 !important;
  right: 0;
  margin: 0 !important;
}

.side_room .bx-wrapper .bx-prev {
  left: auto;
  right: 25px !important;
  background: url(../images/bx_arrow_square_prev.png) !important;
}

.side_room .bx-wrapper .bx-next {
  background: url(../images/bx_arrow_square_next.png) !important;
}

.side_share {
  clear: both;
  display: none;
  margin-top: 30px;
}

.side_share a {
  width: 100%;
  margin-top: 5px;
  display: block;
  padding: 15px 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -web-box-sizing: border-box;
  box-sizing: border-box;
}

.side_share a i {
  padding-right: 5px;
  font-size: 18px;
}

.side_share a.line {
  box-shadow: 0 0 0 1px #22a00b;
  border-top: 1px solid #e1ffa9;
  background: #a7e732;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7e732', endColorstr='#1fb50e',GradientType=1 );
}

.side_share a.fb {
  box-shadow: 0 0 0 1px #235c9b;
  border-top: 1px solid #8DCFF5;
  background: #5da0ea;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da0ea', endColorstr='#3d8ce6',GradientType=0 );
}

.side_share a.gPlus {
  box-shadow: 0 0 0 1px #874138;
  border-top: 1px solid #fd816b;
  background: #d65130;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #d65130 0%, #d0442b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65130', endColorstr='#d0442b',GradientType=0 );
}

.side_news {
  margin: 30px 0;
}

.side_news .smallTitle {
  font-size: 18px;
  font-weight: 500;
}

.side_news ul {
  padding: 30px 0;
  margin: 10px -10px 0;
}

.side_news ul li {
  max-width: 490px;
  margin: 0 10px;
  padding: 10px 0;
}

.side_news ul li .Img {
  position: relative;
}

.side_news ul li .Img a {
  display: block;
}

.side_news ul li .Img img {
  display: block;
  width: 100%;
}

.side_news ul li .Txt {
  padding: 12px 0;
  line-height: 1.8;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.side_news ul li .Txt h3 a {
  font-size: 18px;
  font-weight: 500;
  color: #f8f8f8;
}

.side_news ul li .Txt h3 a:hover {
  color: #00a1a3;
}

.side_news ul li .Txt p {
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.8;
}

.side_news ul li .Txt .date {
  font-weight: 600;
  color: #bbb;
}

.imh_opacity {
  background: #000;
  overflow: hidden;
}

.imh_opacity img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.imh_detail {
  background: #000;
  overflow: hidden;
}

.imh_detail img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_detail a:before {
  display: block;
  content: "Details+";
  padding: 10px 20px;
  font-size: 13px;
  color: #FFF;
  border: 2px solid #FFF;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 50%;
  margin-top: -80px;
  z-index: 99;
  transition: all 0.3s ease;
}

.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}

.imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.imh_zoom {
  background: #000;
  overflow: hidden;
  position: relative;
}

.imh_zoom img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_zoom a:before {
  display: block;
  font-family: 'FontAwesome';
  content: "\f002";
  font-size: 18px;
  color: #FFF;
  background: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  transition: all 0.4s ease;
}

.imh_zoom:hover a:before {
  top: 50%;
}

.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.newIcon, .sort {
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 25px;
  font-size: 13px;
  left: 20px;
  bottom: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.newIcon_green {
  background: #abd85d;
}

.newIcon_brown {
  background: #ed8838;
}

.newIcon_pink {
  background: #f48daf;
}

.newIcon_blue {
  background: #00b7ea;
}

.newIcon_navy {
  background: #3f4c6b;
}

.newIcon_orange {
  background: #dd6137;
}

.newIcon_gold {
  background: #d2ae73;
}

.newIcon_burgundyRed {
  background: #a90329;
}

.newIcon_purple {
  background: #cb60b3;
}

.albumBtn {
  width: 95px;
  height: 95px;
  padding: 0;
  border: none;
  background: rgba(68, 68, 68, 0.85) url("../images/albumBtn.png") 50% 50% no-repeat;
  cursor: pointer;
  z-index: 1;
}

.albumBtn:hover {
  background-color: #0a408a;
}

@media screen and (max-width: 480px) {
  .cartArea {
    width: 300px !important;
  }
  .orderCheckArea {
    width: 300px !important;
  }
  #closeOrder {
    font-size: 25px;
    top: 5px;
  }
  #closeCart {
    font-size: 25px;
    top: 5px;
  }
  #closePrice {
    font-size: 25px;
    top: 5px;
  }
  #closeInquiry {
    font-size: 25px;
    top: 5px;
  }
}

@media (max-width: 1180px){
.goTop {
    display: none!important;
   }
}
@media (max-width: 1700px) {
  .arrows.prev {
    left: 0;
  }
  .arrows.next {
    right: 0;
  }
}

@media (max-width: 1550px) {
  header .leftBox {
    left: 20px;
  }
  header .rightBox {
    right: 20px;
  }
  footer {
    margin-left: 20px;
    margin-right: 20px;
  }
  .bookingArea {
    right: 20px;
  }
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
  .weatherBox {
    left: 20px;
  }
}

@media (max-width: 1400px) {
  footer {
    position: relative;
    padding-top: 80px;
  }
  footer h2 {
    text-align: center;
  }
  footer .leftBox, footer .rightBox {
    float: none;
    text-align: center;
  }
  footer .socialLink {
    position: absolute;
    left: 78%;
    top: 78px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 60px;
  }
  header {
    display: none;
  }
  .m_menu {
    display: block;
    width: 100%;
    box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .m_menu .mask {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .m_menu .controlBox {
    background: #fff;
    position: relative;
    z-index: 99;
    box-shadow: 0px 1px 10px 2px #fff;
  }
  .m_menu .controlBox a.main {
    display: block;
    float: left;
    margin-right: 5px;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background-color: #0a408a;
  }
  .m_menu .controlBox .m_logo {
    position: relative;
    width: 200px;
    margin: auto;
  }
  .m_menu .controlBox .m_logo img {
    display: block;
    margin: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .m_menu .controlBox .m_logo img:first-child {
    padding-top: 13px;
  }
  .m_menu .controlBox .m_logo img:last-child {
    position: absolute;
    /*top: 6px;
    left: 50%;
    width: 45px;*/
	top: 8px;
    left: 40%;
    width: 100%;  
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
  }
  .m_menu .controlBox .right {
    float: right;
    line-height: 60px;
  }
  .m_menu .controlBox .right a {
    display: block;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    color: #fff;
    background-color: #f5f6ff;
    position: relative;
  }
  .m_menu .controlBox .right a em {
    display: none;
  }
  .m_menu .controlBox .right a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    border-radius: 100%;
    background: #799A1B;
  }
  .m_menu .controlBox .right .btn_cart {
    display: inline-block;
    vertical-align: middle;
  }
  .m_menu .controlBox .right b {
    display: block;
    font-size: 13px;
    color: #FFF;
    background: #C40000;
    line-height: normal;
    border-radius: 5px;
    padding: 3px 5px;
    position: absolute;
    top: 6px;
    right: -5px;
  }
  .m_menu .controlBox .language:hover .submenu {
    display: block;
  }
  .m_menu .hideBox {
    display: none;
    background-color: #131313;
    width: 100%;
    padding: 60px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    box-sizing: border-box;
  }
  .m_menu .hideBox p.sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #FFF;
    background: #C80303;
  }
  .m_menu .hideBox .m_trans {
    text-align: center;
    margin: 10px auto;
  }
  .m_menu .hideBox .m_trans > a {
    display: inline-block;
    padding: 8px 15px;
/*    border: 1px solid #FFF;*/
    color: #fff;
    background-color: #0a408a;
    border-radius: 5px;
  }
  .m_menu .hideBox .m_trans > a i {
    margin-left: 5px;
  }
  .m_menu .loginBox {
    padding: 30px 0;
    text-align: center;
  }
  .m_menu .loginBox a {
    display: inline-block;
    margin: 0 3px;
    font-size: 15px;
    color: #fff;
  }
  .m_menu .loginBox a i {
    margin-right: 3px;
  }
  .m_menu .loginBox .submenu {
    margin-top: 10px;
    color: #ccc;
  }
  .m_menu .loginBox .submenu span {
    margin: 0 5px;
  }
  .m_menu .mfun_top {
    padding: 30px 0 10px;
    text-align: center;
    box-shadow: inset 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  }
  .m_menu .mfun_top a {
    margin: 0 1px;
    display: inline-block;
    font-size: 20px;
    background: #0a408a;
    color: #FFF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
  }
  .m_menu .mfun_top a + a {
    margin-left: 15px;
  }
.m_menu .mfun{
	position:fixed;
	bottom:0;
	width:100%;
	background: rgba(10, 64, 138, .9);}

.m_menu .mfun a{
	display: inline-block;
	font-size: 19px;
	/*background:rgba(109, 99, 102, 0.9);*/
	color: #fff;
	width: 25%;
	height: 40px;
	line-height:18px;
	padding:5px 0;
	text-align: center;
	float:right;
	position:relative;}
.m_menu .mfun a span{
	padding-top:3px;
	display:block;
	font-size:12px;}
.m_menu .mfun a:after{
	content:"";
	position:absolute;
	top:8px;
	right:0;
	width:1px;
	height:30px;
	background:#6C6E71;}
.m_menu .mfun a:last-child:after{
	display:none;}
.m_menu .mfun a:before{
	content:"";
	position:absolute;
	top:8px;
	left:0;
	width:1px;
	height:30px;
	background:#888888;}
.m_menu .mfun a.btn_booking{
	display:inline-block;
	vertical-align:middle;
	color:#fff;}
.m_menu .mfun a.btn_booking i{
	width: 20px;
    height: 18px;
    display: inline-block;
    background: url(../img/bell.png) no-repeat;
    vertical-align: text-bottom;}
footer .rightBox{
	padding:0;}
.downBox .wrap{
	padding-bottom:60px;}
}

	
	
	
	/**/
  .m_menu ul.nav li {
    border-top: 1px solid #d9d9d9;
  }
  .m_menu ul.nav li a {
    padding: 20px 10px;
    display: block;
    font-size: 15px;
    color: #f5f6ff;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    text-indent: 2px;
  }
  .m_menu ul.nav li a:hover {
    background: #f5f6ff;
    color: #0a408a;
  }
  .m_menu ul.nav li a i {
    display: block;
    position: absolute;
    right: 130px/*10px*/;
    top: 50%;
    margin-top: -7px;
  }
  .m_menu ul.nav li .submenu {
    display: none;
    background-color: #0a408a;
  }
  .m_menu ul.nav li .submenu a {
/*    color: #fff;*/
    padding: 10px 20px;
  }
  .m_menu ul.nav li .submenu a:hover {
    background: #f5f6ff;
  }
  .m_menu .bookingArea {
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 99;
  }
  .m_menu .bookingArea > button {
    width: auto;
    padding-left: 15px;
    padding-right: 30px/*15px*/;
    font-size: 12px;
    letter-spacing: 1px;
    background-color: #00a1a3;
  }
  .m_menu .bookingArea .bookingBox {
    width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .searchBox_m {
    text-align: center;
    padding: 20px 0;
  }
  .searchBox_m input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 30px;
    border: 1px solid #CCC;
  }
  .searchBox_m a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    background: #9CC720;
    color: #FFF;
  }


@media (max-width: 640px) {
  footer {
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  footer h5.copyright {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  footer .fbBox {
    display: block;
    margin: 0;
    text-align: center;
  }
  .mainArea .titleBox .bread {
    display: none;
  }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0;
  }
  .mainArea .wrap {
    padding: 0 20px;
  }
  .mainArea .cotentBox {
    padding: 20px 0;
  }
  .translateIbest {
    float: none;
  }
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
  .arrowBox {
    display: none;
  }
  .m_classLink {
    display: block;
    margin: 20px 0 50px;
    position: relative;
  }
  .m_classLink a.main {
    display: block;
    font-size: 15px;
    color: #222;
    border: 1px solid #ccc;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    background-color: #f4f4f4;
  }
  .m_classLink a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .m_classLink ul {
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    background: #00a1a3;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    box-sizing: border-box;
  }
  .m_classLink ul li {
    padding: 0;
  }
  .m_classLink ul li a {
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #d1d1d1;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
}


@media (max-width: 640px) {
  .marqueeArea h2 {
    display: none;
  }
  .marqueeArea ul li .date {
    display: none;
  }
  .mainArea .titleBox h2 {
    float: none;
  }
  ul.classLink {
    display: none;
  }
}

@media (max-width: 480px) {
  .col-2 {
    float: none;
    width: 100%;
  }
  .col-3 {
    float: none;
    width: 100%;
  }
  .col-4 {
    float: none;
    width: 100%;
  }
  .col-5 {
    float: none;
    width: 100%;
  }
  .weatherBox {
    display: none;
  }
  footer .leftBox li {
    display: block;
  }
  footer .leftBox li + li::before {
    display: none;
  }
  .m_menu .controlBox .m_logo img:first-child {
    opacity: 0;
  }
  .m_menu .controlBox .m_logo img:last-child {
    opacity: 1;
  }
  .albumBtn {
    width: 60px;
    height: 60px;
  }
}
