@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(//fonts.googleapis.com/earlyaccess/laosanspro.css);
@import url(fonts.css);
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    font-family: FontAwesome;
    content: "\f0D7";
    display: block;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    transition: all 0.15s ease-in-out;
    width: 20px;
    height: 20px; }
  .nice-select.open:after {
    transform: rotate(-180deg) translateY(50%); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

textarea:focus, input:focus {
  outline: none; }

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.nice-select.form-control li.option[disabled] {
  display: none; }

.nice-select .option.disabled {
  display: none; }

.nice-select .list {
  right: 0; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12000;
  background: #303030; }
  .loading .loading_container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center; }
    .loading .loading_container .content {
      height: 5px;
      width: 100%;
      margin: 50px auto;
      background: #000; }
      .loading .loading_container .content .expand {
        width: 100%;
        height: 1px;
        margin: 2px 0;
        background: #ff3700;
        position: absolute;
        left: 0;
        box-shadow: 0px 0px 10px 1px rgba(255, 55, 0, 0.7);
        -moz-animation: fullexpand 10s ease-out;
        -webkit-animation: fullexpand 10s ease-out; }
    .loading .loading_container .text {
      font-size: 20px;
      color: #FFF;
      text-align: center;
      font-family: sans-serif;
      font-weight: 300; }

@-moz-keyframes fullexpand {
  100% {
    width: 100%; }
  0% {
    width: 0px; } }

@-webkit-keyframes fullexpand {
  0% {
    width: 0px; }
  100% {
    width: 100%; } }

.navigation.navigation-portrait:after {
  background: #ff3700;
  height: 80px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20000; }

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  margin-top: 80px; }

.no-scroll .navigation-portrait .nav-toggle {
  display: none; }

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open .nav-menus-wrapper-close-button {
  right: 0;
  top: 0;
  z-index: 21000;
  position: fixed; }

.ellipsis {
  max-height: 140px; }

.btn {
  border-radius: 0;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  padding: 19px 16px;
  background: #323232;
  text-align: left; }
  .btn i {
    margin-left: 10px;
    float: right;
    line-height: 21px; }
  .btn.red{
    margin: 28px auto 0 auto;
    position: relative;
    display: block;
    width: 190px;
    text-align: center;
    padding: 12px 19px;
    border: 1px solid #ff3700;
    color: #FFF;
    font-family: 'Noto Serif', sans-serif;
    font-size: 16px;
    background: #ff3700;
  }
.fix-box {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #323232;
  padding: 16px 0;
  z-index: 22000; }
  @media only screen and (min-width: 992px) {
    .fix-box {
      display: none; } }
  .fix-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .fix-box li {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    border-right: 1px solid #494949; }
    .fix-box li:last-child {
      border-right: none; }
    .fix-box li .fa {
      font-size: 30px;
      line-height: 30px;
      color: #FFF;
      font-weight: normal; }
    .fix-box li .text {
      font-size: 14px;
      line-height: 21px;
      color: #FFF;
      font-weight: 300; }

.navigation-portrait {
  top: 0; }

body {
  font-family: 'Noto Sans TC', sans-serif;
  overflow-x: hidden;
  padding-top: 80px;
  margin-bottom: 83px; }
  @media only screen and (min-width: 1025px) {
    body {
      padding-top: 0px; } }
  @media only screen and (min-width: 992px) {
    body {
      margin-bottom: 0px; } }

.navigation.show {
  top: 0;
  opacity: 1; }

.navigation {
  transition: all .5s;
  z-index: 998; }
  @media only screen and (min-width: 992px) {
    .navigation .nav-menu {
      position: relative; } }
  .navigation li.list-table .nav-dropdown.nav-dropdown-horizontal {
    z-index: 999; }
    @media only screen and (min-width: 992px) {
      .navigation li.list-table .nav-dropdown.nav-dropdown-horizontal:after {
        content: '';
        display: block;
        width: 100vw;
        height: 59px;
        right: 0;
        position: absolute;
        background: #000;
        z-index: -2; } }

.navigation-portrait .nav-menus-wrapper {
  padding-bottom: 90px;
  background: #FFF; }
  @media only screen and (min-width: 992px) {
    .navigation-portrait .nav-menus-wrapper {
      padding-bottom: 7px; } }

.time-block {
  display: none; }

.navigation.navigation-portrait .time-block {
  float: left;
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #000;
  font-weight: normal; }
  .navigation.navigation-portrait .time-block .fa {
    margin-right: 5px; }
  .navigation.navigation-portrait .time-block ul {
    list-style-type: none;
    margin: 0;
    padding-left: 26px;
    margin-top: 20px; }
    .navigation.navigation-portrait .time-block ul li {
      padding: 0 10px; }
  .navigation.navigation-portrait .time-block .lung {
    list-style-type: none;
    margin: 0;
    padding-left: 26px;
    margin-top: 20px; }
    .navigation.navigation-portrait .time-block .lung li {
      display: inline-block; }

.navigation.navigation-portrait .nav-menu {
  padding: 0; }
  .navigation.navigation-portrait .nav-menu .nav-dropdown > li > a {
    background: #FFF;
    color: #666; }
  .navigation.navigation-portrait .nav-menu > li {
    border-top-color: #d6d6d6; }
    .navigation.navigation-portrait .nav-menu > li > a {
      color: #000;
      background: #FFF; }
  .navigation.navigation-portrait .nav-menu > li:hover > a:after,
  .navigation.navigation-portrait .nav-menu > li.active > a:after,
  .navigation.navigation-portrait .nav-menu > li.focus > a:after {
    display: none; }
  .navigation.navigation-portrait .nav-menu li.list-table > a:before {
    width: 35px;
    height: 35px;
    font-family: FontAwesome;
    content: "\f078";
    display: block;
    position: absolute;
    right: 10px;
    top: 18px; }
  .navigation.navigation-portrait .nav-menu li.list-table .nav-dropdown.nav-dropdown-horizontal {
    padding-left: 0; }

a.menu-toggle {
  position: absolute;
  height: 36px;
  display: block;
  z-index: 5;
  right: 25px;
  top: 22px;
  width: 54px;
  display: none; }
  @media only screen and (min-width: 1025px) {
    a.menu-toggle {
      display: block; } }
  a.menu-toggle span {
    position: absolute;
    width: 54px;
    height: 6px;
    display: block;
    background: #FFF;
    transition: .5s all; }
    a.menu-toggle span.top {
      top: 0; }
    a.menu-toggle span.middle {
      top: 50%;
      transform: translateY(-50%); }
    a.menu-toggle span.bottom {
      bottom: 0; }

.home_banner {
  height: 671px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative; }
  .home_banner.news-banner {
    height: 566px; }
  .home_banner .time-block {
    font-size: 16px;
    line-height: 25px;
    color: #FFF;
    font-weight: normal;
    position: absolute;
    bottom: 50px;
    right: 42px;
    display: none; }
    @media only screen and (min-width: 1250px) {
      .home_banner .time-block {
        display: block; } }
    .home_banner .time-block .fa {
      margin-right: 5px; }
    .home_banner .time-block ul {
      list-style-type: none;
      margin: 0; }
      .home_banner .time-block ul li {
        display: inline-block;
        border-right: 1px solid #FFF;
        padding: 0 10px; }
        .home_banner .time-block ul li:last-child {
          border-right: none; }
        .home_banner .time-block ul li img {
          margin-right: 8px;
          vertical-align: top; }
  .home_banner .banner_logo {
    display: none; }
    @media only screen and (min-width: 1250px) {
      .home_banner .banner_logo {
        display: block; } }
  .home_banner .black_div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); }
  .home_banner .left-block {
    background-color: #ff3700;
    background-size: cover !important;
    background-position: center center !important;
    width: 487px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: none; }
    @media only screen and (min-width: 1250px) {
      .home_banner .left-block {
        display: block; } }
  .home_banner .banner_block_contaniner {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    /*bottom: 115px;*/ }
    @media only screen and (min-width: 480px) {
      .home_banner .banner_block_contaniner {
        left: 60px;
        right: 60px; } }
    @media only screen and (min-width: 1250px) {
      .home_banner .banner_block_contaniner {
        bottom: auto;
        top: 53px;
        left: 223px;
        /*width: 830px;*/ } }
    .home_banner .banner_block_contaniner .welcome {
      margin-top: 146px;
      margin-left: 0;
      font-family: 'Lato', sans-serif;
      font-size: 14px;
      line-height: 1.6em;
      color: #FFF;
      font-weight: normal; }
      @media only screen and (min-width: 768px){
        .home_banner .banner_block_contaniner .welcome{
          margin-top: 195px;
        }
      }
      @media only screen and (min-width: 1250px) {
        .home_banner .banner_block_contaniner .welcome {
          margin-top: 132px;
          margin-left: 44px; } }
    .home_banner .banner_block_contaniner .name {
      margin-left: 0;
      margin-bottom: 28px;
      font-family: 'Suranna', serif;
      font-size: 86px;
      line-height: 1em;
      color: #FFF;
      font-weight: normal; }
      @media only screen and (min-width: 1250px) {
        .home_banner .banner_block_contaniner .name {
          margin-left: 44px; } }
      @media only screen and (min-width: 480px) {
        .home_banner .banner_block_contaniner .name {
          font-size: 96px;
          line-height: 1em;
          color: #FFF;
          font-weight: normal; } }
      .home_banner .banner_block_contaniner .name.this_too_big {
        /*font-size: 64px;*/
        line-height: 1em;
        color: #FFF;
        font-weight: normal; }
        @media only screen and (min-width: 480px) {
          .home_banner .banner_block_contaniner .name.this_too_big {
            /*font-size: 96px;*/
            line-height: 1em;
            color: #FFF;
            font-weight: normal; } }
    .home_banner .banner_block_contaniner .bottom_block {
      margin-left: 0; }
      @media only screen and (min-width: 1250px) {
        .home_banner .banner_block_contaniner .bottom_block {
          margin-left: 44px; } }
      .home_banner .banner_block_contaniner .bottom_block ul.lung {
        list-style-type: none;
        padding: 0;
        width: 247px;
        float: left;
        display: none; }
        @media only screen and (min-width: 1250px) {
          .home_banner .banner_block_contaniner .bottom_block ul.lung {
            display: block; } }
        .home_banner .banner_block_contaniner .bottom_block ul.lung li {
          font-size: 16px;
          line-height: 2em;
          color: #FFF;
          font-weight: 400;
          display: block; }
      .home_banner .banner_block_contaniner .bottom_block .intro {
        font-size: 13px;
        line-height: 21px;
        color: #FFF;
        font-weight: 400; }
        @media only screen and (min-width: 1250px) {
          .home_banner .banner_block_contaniner .bottom_block .intro {
            padding-left: 250px; 
            max-width: 790px;} }
        .home_banner .banner_block_contaniner .bottom_block .intro .btn {
          font-size: 16px;
          line-height: 21px;
          color: #FFF;
          font-weight: normal;
          font-family: 'Noto Serif', sans-serif;
          background: rgba(0, 0, 0, 0.5);
          color: #FFF;
          padding: 12px 19px;
          /*margin-top: 47px;*/
          border: 1px solid #ff3700;
          transition: .5s all;
          display: block;
          width: 195px; }
          .home_banner .banner_block_contaniner .bottom_block .intro .btn i {
            color: #ff3700; }

.navigation {
  position: fixed; }

.booking-area {
  height: 80px;
  background: #323232;
  margin: 0 auto;
  width: auto;
  display: none; }
  @media only screen and (min-width: 1200px) {
    .booking-area {
      display: block; } }
  .booking-area .booking-container {
    width: 1170px;
    margin: auto; }
  .booking-area a.btn {
    transition: 1s all;
    display: inline-block;
    font-size: 18px;
    line-height: 80px;
    color: #ff3700;
    font-weight: normal;
    height: 80px;
    padding: 0 46px;
    background: #000;
    border-radius: 0;
    vertical-align: top; }
    .booking-area a.btn.default {
      color: #FFF;
      background: transparent; }
    .booking-area a.btn .fa {
      color: #FFF;
      padding-left: 20px;
      line-height: 80px; }
  .booking-area .title {
    font-size: 36px;
    line-height: 80px;
    color: #DDD;
    font-weight: normal;
    font-family: 'Suranna', serif;
    margin-left: 30px;
    display: inline-block;
    margin-right: 15px; }
  .booking-area .form-group {
    display: inline-block;
    vertical-align: middle;
    margin: 17px 0;
    vertical-align: top;
    margin-right: 22px; }
    .booking-area .form-group .form-control {
      font-size: 14px;
      line-height: 21px;
      color: #323232;
      font-weight: 300;
      height: 45px;
      border: none;
      border-radius: 0;
      width: 165px; }
    .booking-area .form-group .nice-select .current {
      line-height: 33px; }

.datepicker {
  padding: 10px; }
  .datepicker.dropdown-menu {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95); }
  .datepicker .datepicker-switch {
    font-size: 16px;
    line-height: 1.5em;
    color: #FFF;
    font-weight: 300; }

.datepicker table tr td, .datepicker table tr th {
  font-size: 16px;
  line-height: 1.5em;
  color: #FFF;
  font-weight: 300;
  width: 50px;
  height: 60px;
  border-radius: 0; }
  .datepicker table tr td.day.active, .datepicker table tr th.day.active {
    background: #ff8f70; }
    .datepicker table tr td.day.active:hover, .datepicker table tr th.day.active:hover {
      background: #ff9f84; }
  .datepicker table tr td.dow, .datepicker table tr th.dow {
    color: #ff8f70; }

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #333; }

.datepicker-dropdown:after, .datepicker-dropdown:before {
  display: none; }
.get-skyview{
  background-image: url(../imgs/great-skyview.svg) !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: 1470px 230px !important;
  background-size: 1470px 230px !important;
  background-position: center bottom !important;
  padding-bottom:180px !important;
}
@media only screen and (min-width: 1024px){
  .get-skyview{
    -webkit-background-size: 100% auto !important;
    background-size: 100% auto !important;
  }
}

.news {
  background-image: url(../imgs/great-skyview.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 1470px 230px;
  background-size: 1470px 230px;
  background-position: center bottom;}
@media screen and (min-width: 769px){
  .news{
    background-size: 100% auto;
  }
}
  .news:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .news .tab {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    padding-top: 60px; }
    @media only screen and (min-width: 769px) {
      .news .tab {
        width: 837px; } }
    @media only screen and (min-width: 1025px) {
      .news .tab {
        margin-left: auto; } }
    .news .tab li {
      display: inline-block;
      width: 160px;
      background: #DDD;
      height: 45px;
      margin-left: 5px;
      margin-bottom: 8px; }
      .news .tab li a {
        font-size: 16px;
        line-height: 45px;
        color: #000;
        font-weight: 400;
        text-align: center;
        font-family: 'Noto Serif', sans-serif;
        height: 45px;
        display: block;
        width: 100%;
        transition: .5s all; }
        .news .tab li a.active {
          color: #FFF;
          background: #ff3700; }
  .news h3.title {
    font-family: 'Suranna', serif;
    font-size: 72px;
    line-height: 1em;
    color: #323232;
    font-weight: normal;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 0px; }
  .news h2.title {
    font-size: 24px;
    line-height: 2em;
    color: #323232;
    font-weight: 200;
    text-align: center;
    margin-top: 0px; }
  .news hr.red_line {
    width: 35px;
    margin: 0 auto;
    height: 1px;
    background: #ff3700; }

.news-slider {
  margin: 50px auto;
  margin-bottom: 175px; }
  @media only screen and (min-width: 1025px) {
    .news-slider.newspage {
      /*margin-left: 223px;*/ } }
  @media only screen and (min-width: 769px) {
    .news-slider {
      padding: 0 130px 0 0;
      max-width: 873px;
      /*width: calc(100% - 100px);*/ } }
  .news-slider div:hover, .news-slider div:focus, .news-slider div.active {
    background: inherent;
    color: inherent;
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .news-slider .date {
    font-size: 12px;
    line-height: 2em;
    color: #323232;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    width: 145px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 480px) {
      .news-slider .date {
        width: 155px; } }
  .news-slider .title {
    font-size: 21px;
    line-height: 1.5em;
    color: #323232;
    font-weight: normal;
    font-family: 'Noto Serif', sans-serif;
    margin-top: 5px;
    width: 145px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 480px) {
      .news-slider .title {
        width: 155px; } }
  .news-slider .news_img {
    width: 145px;
    height: 145px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover !important;
    background-position: center center !important; }
    @media only screen and (min-width: 480px) {
      .news-slider .news_img {
        width: 155px;
        height: 155px; } }
  .news-slider .slick-prev, .news-slider .slick-next {
    top: auto;
    bottom: -80px;
    width: 50px;
    height: 50px;
    border: 1px solid #CCC;
    border-radius: 0;
    z-index: 99; }
    @media only screen and (min-width: 769px) {
      .news-slider .slick-prev, .news-slider .slick-next {
        bottom: auto;
        top: 0px;
        transform: translateY(0); } }
  .news-slider .slick-prev:before, .news-slider .slick-next:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #CCC; }
  .news-slider .slick-prev:before {
    content: "\f104"; }
  .news-slider .slick-prev {
    left: 50%;
    transform: translateX(-125%); }
    @media only screen and (min-width: 769px) {
      .news-slider .slick-prev {
        transform: translateX(0);
        right: 60px;
        left: auto; } }
  .news-slider .slick-next {
    right: 50%;
    transform: translateX(125%); }
    @media only screen and (min-width: 769px) {
      .news-slider .slick-next {
        transform: translateX(0);
        right: 0; } }

.slick-prev, .slick-next {
  top: 0px;
  transform: translateY(0);
  width: 50px;
  height: 50px;
  border: 1px solid #CCC;
  border-radius: 0;
  transition: .5s all;
  z-index: 998; }
  .slick-prev:active, .slick-prev.nice-select.open, .slick-prev:focus, .slick-next:active, .slick-next.nice-select.open, .slick-next:focus {
    border: 1px solid #CCC;
    background: none; }
    .slick-prev:active:before, .slick-prev.nice-select.open:before, .slick-prev:focus:before, .slick-next:active:before, .slick-next.nice-select.open:before, .slick-next:focus:before {
      color: #CCC; }
  .slick-prev:hover, .slick-next:hover {
    border: 1px solid #CCC;
    background: rgba(0, 0, 0, 0.5); }
    .slick-prev:hover:before, .slick-next:hover:before {
      color: #CCC; }

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #CCC; }

.slick-prev:before {
  content: "\f104"; }

.slider_img {
  width: 100%;
  height: 429px;
  background-size: cover !important;
  background-position: center center !important; }

.event_section {
  position: relative;
  height: 853px; }
  .event_section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media only screen and (min-width: 769px) {
    .event_section {
      height: auto; } }

.event_slider_image {
  position: relative; }
  .event_slider_image .slick-prev, .event_slider_image .slick-next {
    z-index: 980;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (min-width: 769px) {
      .event_slider_image .slick-prev, .event_slider_image .slick-next {
        top: auto;
        bottom: 35px;
        transform: translateY(0); } }
  .event_slider_image .slick-prev {
    left: 0; }
    @media only screen and (min-width: 769px) {
      .event_slider_image .slick-prev {
        left: 50%;
        margin-left: -455px; } }
  .event_slider_image .slick-next {
    right: 0; }
    @media only screen and (min-width: 769px) {
      .event_slider_image .slick-next {
        right: auto;
        left: 50%; 
        margin-left: -395px;} }
  .event_slider_image .slick-dots {
    bottom: 50px; }
    @media only screen and (min-width: 769px) {
      .event_slider_image .slick-dots {
        bottom: 20px; } }
  .event_slider_image .slick-dots li button:before {
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #FFF;
    opacity: 1; }
  .event_slider_image .slick-dots li.slick-active button:before {
    color: #FFF; }

.event_slider_content {
  position: absolute;
  right: 20px;
  left: 20px;
  top: 395px;
  background: #323232;
  z-index: 990; }
  @media only screen and (min-width: 769px) {
    .event_slider_content {
      right: 120px;
      top: -80px;
      width: 400px;
      left: auto;
      bottom: auto; } }
  .event_slider_content .section_block {
    padding: 40px 18px;
    height: 360px;
    position: relative; }
    @media only screen and (min-width: 480px) {
      .event_slider_content .section_block {
        padding: 40px } }
    @media only screen and (min-width: 768px){
      .event_slider_content .section_block{
        padding: 40px 60px;
      }
    }
  .event_slider_content .title {
    font-size: 30px;
    line-height: 1em;
    color: #ff3700;
    font-weight: normal;
    font-family: 'Noto Serif', sans-serif;
    margin-bottom: 35px;
    font-size: 20px; }
    @media only screen and (min-width: 480px) {
      .event_slider_content .title {
        font-size: 30px; } }
  .event_slider_content .content {
    font-size: 16px;
    line-height: 2em;
    color: #FFF;
    font-weight: normal; }
  .event_slider_content .btn {
    font-size: 16px;
    line-height: 21px;
    color: #FFF;
    font-weight: normal;
    font-family: 'Noto Serif', sans-serif;
    background: #ff3700;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%); }
    .event_slider_content .btn i {
      color: #000; }

.section_block {
  padding: 60px;
  height: 425px;
  position: relative;
  text-align: center; }
  .section_block .title {
    font-size: 30px;
    line-height: 1.5em;
    color: #ff3700;
    font-weight: normal;
    font-family: 'Noto Serif', sans-serif;
    margin-bottom: 30px;
    font-size: 20px; }
    @media only screen and (min-width: 480px) {
      .section_block .title {
        font-size: 30px; } }
  .section_block .content {
    font-size: 16px;
    line-height: 2em;
    color: #FFF;
    font-weight: normal;
    font-size: 14px; }
    @media only screen and (min-width: 480px) {
      .section_block .content {
        font-size: 16px; } }
  .section_block .btn {
    font-size: 16px;
    line-height: 21px;
    color: #FFF;
    font-weight: normal;
    font-family: 'Noto Serif', sans-serif;
    background: #ff3700;
    position: absolute;
    /*bottom: 85px;*/
    bottom: 50px;
    /*top: 250px;*/
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 19px;
    width: 165px; }
    @media only screen and (min-width: 768px){
      .section_block .btn{
        /*top: 300px;*/
      }
    }
    @media only screen and (min-width: 1024px){
      .section_block .btn{
        /*top: 360px;*/
        bottom: 40px;
      }
    }
    @media only screen and (min-width: 1440px){
      .section_block .btn{
        /*top: 310px;*/
      }
    }
    @media only screen and (min-width: 1500px){
      .section_block .btn{
        /*top: 290px;*/
      }
    }
    .section_block .btn i {
      color: #000;
      font-size: 180%;
      line-height: 21px; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.wedding_service {
  background-image: url(../imgs/build.png);
  background-size: auto 45%;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: relative;
  height: 970px;
  /*height: 882px;*/ }
  .wedding_service:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media only screen and (min-width: 769px) {
    .wedding_service {
      height: 746px; 
      background-size: auto 100%;} }
  .wedding_service.wedding_page {
    background-image: url(../imgs/great-skyview.png);
    background-position: center bottom;
    background-size: 100% auto;
    /*height: auto;*/
    /*margin-top: 20px;*/ }

    @media only screen and (min-width: 768px) {
      .wedding_service.wedding_page {
        padding: 0 0; } }
    .wedding_service.wedding_page:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .wedding_service.wedding_page.right {
      min-height: 615px;
      background-image: none;
      height: auto; }
      @media only screen and (min-width: 769px) {
        .wedding_service.wedding_page.right {
          min-height: 495px; } }
      .wedding_service.wedding_page.right .wedding_service_img {
        left: 0;
        right: auto;
        /*top: 220px;*/
        top: 370px;}
        @media only screen and (min-width: 768px){
          .wedding_service.wedding_page.right .wedding_service_img{
            top: 450px;
          }
        }
        @media only screen and (min-width: 769px) {
          .wedding_service.wedding_page.right .wedding_service_img {
            top: 60px; } }
      .wedding_service.wedding_page.right .section_block {
        margin-top: 100px;
      }
        @media only screen and (min-width: 769px) {
          .wedding_service.wedding_page.right .section_block {
            margin-top: 100px;
            margin-right: 120px;
            margin-left: auto; } }
    .wedding_service.wedding_page .section_block {
      background: #f4f4f4;
      height: auto;
      top: auto;
      left: 20px;
      bottom: auto;
      position: relative;
      margin-top: 475px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      right: 20px; }
      @media only screen and (min-width: 769px) {
        .wedding_service.wedding_page .section_block {
          margin-top: 245px;
          margin-left: 120px;
          right: auto;
          width: 605px; } }
      .wedding_service.wedding_page .section_block .title {
        color: #000;
        font-weight: 500; }
    .wedding_service.wedding_page .wedding_service_img {
     /* top: -370px; */
     top: 100px;}
      @media only screen and (min-width: 769px) {
        .wedding_service.wedding_page .wedding_service_img {
          top: -140px; } }
  .wedding_service .section_block {
    background: #ff3700;
    height: 380px;
    padding-top: 80px;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 395px;
    padding: 40px 18px; }
    @media only screen and (min-width: 769px) {
      .wedding_service .section_block {
        width: 605px;
        /*bottom: 95px;
        left: 120px;*/
        left: 0;
        top: 280px;} }
    @media only screen and (min-width: 480px) {
      .wedding_service .section_block {
        padding: 40px; } }
    @media only screen and (min-width: 768px) {
      .wedding_service .section_block {
        padding: 80px 60px 60px 60px; } }
    .wedding_service .section_block .title {
      color: #FFF; }
    .wedding_service .section_block .content {
      color: #000; }
    .wedding_service .section_block .btn {
      background: #000;
      color: #FFF; }
      .wedding_service .section_block .btn i {
        color: #ff3700; }
  .wedding_service .wedding_service_img {
    width: 100%;
    top: 0;
    height: 435px;
    background-size: cover !important;
    background-position: center center !important;
    position: absolute;
    right: 0; }
    @media only screen and (min-width: 769px) {
      .wedding_service .wedding_service_img {
        width: 860px;
        margin-top: 100px; }
        }
.wedding_table:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.wedding_table.left .section_img, .wedding_table.left .section_block {
  float: left; }

.wedding_table.left .section_block {
  background: #dddddd;
  background-image: url(../imgs/banquet.svg);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat; }

.wedding_table.right .section_img, .wedding_table.right .section_block {
  float: right; }

.wedding_table.right .section_block {
  background-image: url(../imgs/events.svg);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat; }

.wedding_table .section_img {
  width: 100%;
  height: 480px;
  background-size: cover !important;
  background-position: center center !important; }
  @media only screen and (min-width: 769px) {
    .wedding_table .section_img {
      width: 50%; } }

.wedding_table .section_block {
  width: 100%;
  height: 400px;
  text-align: left;
  padding: 20px;
  padding-top: 30px; }
  @media only screen and (min-width: 480px) {
    .wedding_table .section_block {
      padding: 95px; 
      height: 480px;} }
  @media only screen and (min-width: 769px) {
    .wedding_table .section_block {
      width: 50%; } }
  .wedding_table .section_block .title {
    font-size: 24px;
    line-height: 30px;
    color: #ff3700;
    font-weight: 500;
    font-family: 'Noto Sans TC', sans-serif; }
  .wedding_table .section_block .content {
    color: #000; }
  .wedding_table .section_block .btn {
    left: 15px;
    width: 165px;
    text-align: left;
    transform: translateX(0);
    border: 1px solid #ff3700;
    color: #000;
    background: rgba(255, 255, 255, 0.3); }
    @media only screen and (min-width: 480px){
      .wedding_table .section_block .btn{
        left: 95px;
      }
    }

.famus {
  position: relative;
  height: 1044px; }
  @media only screen and (min-width: 769px) {
    .famus {
      margin-top: 100px;
      height: 580px; } }
  .famus:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .famus .famus_slider_img {
    width: 100%;
    float: left; }
    @media only screen and (min-width: 769px) {
      .famus .famus_slider_img {
        width: 50%; } }
    .famus .famus_slider_img .slick-prev, .famus .famus_slider_img .slick-next {
      z-index: 988;
      top: 50%;
      transform: translateY(-50%); }
      @media only screen and (min-width: 769px) {
        .famus .famus_slider_img .slick-prev, .famus .famus_slider_img .slick-next {
          top: auto;
          bottom: 0; } }
    .famus .famus_slider_img .slick-prev {
      left: 0; }
      @media only screen and (min-width: 769px) {
        .famus .famus_slider_img .slick-prev {
          left: 100%;
          margin-left: 30px; } }
    .famus .famus_slider_img .slick-next {
      right: 0; }
      @media only screen and (min-width: 769px) {
        .famus .famus_slider_img .slick-next {
          right: auto;
          left: 100%;
          margin-left: 90px; } }
  .famus .section_img {
    width: 100%;
    height: 580px;
    background-size: cover !important;
    background-position: center center !important; }
  .famus .famus_slider_content {
    right: 20px;
    left: 20px;
    top: 500px;
    z-index: 990;
    position: absolute; }
    @media only screen and (min-width: 769px) {
      .famus .famus_slider_content {
        top: auto;
        left: auto;
        width: 600px;
        right: 120px;
        bottom: 90px; } }
    .famus .famus_slider_content .section_block {
      height: 460px;
      width: 100%;
      background: #ff3700;
      padding: 20px;
      padding-top: 30px; }
      @media only screen and (min-width: 480px) {
        .famus .famus_slider_content .section_block {
          padding: 60px; } }
      .famus .famus_slider_content .section_block .warp {
        border: 1px solid #000;
        height: 100%;
        padding: 20px; }
        .famus .famus_slider_content .section_block .warp .content {
          text-align: center;
          font-size: 24px;
          line-height: 30px;
          color: #FFF;
          font-weight: 500;
          font-family: 'Noto Serif', sans-serif;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 30px;
          right: 30px; }
          @media only screen and (min-width: 480px) {
            .famus .famus_slider_content .section_block .warp .content {
              left: 70px;
              right: 70px; } }
        .famus .famus_slider_content .section_block .warp .btn {
          border: 1px solid #000;
          font-size: 18px;
          line-height: 30px;
          color: #000;
          font-weight: 500;
          font-family: 'Noto Sans TC', sans-serif;
          width: auto;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateY(-50%) translateX(-50%); }
        .famus .famus_slider_content .section_block .warp .symbol {
          font-family: 'Noto Serif', sans-serif;
          font-size: 118px;
          line-height: 118px;
          color: #000;
          font-weight: 500;
          text-align: center;
          padding: 0 40px;
          background: #ff3700;
          position: absolute;
          top: 30px;
          left: 50%;
          transform: translateY(-20%) translateX(-50%); }
          @media only screen and (min-width: 480px) {
            .famus .famus_slider_content .section_block .warp .symbol {
              top: 50px; } }

.flower {
  margin-top: 50px;
  padding-bottom: 140px;
  position: relative;
  height: 600px; }
  .flower:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .flower .text-block, .flower .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .flower .cover {
    background: rgba(0, 0, 0, 0.5); }
  .flower .title {
    font-family: 'Suranna', serif;
    font-size: 72px;
    line-height: 1em;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 0px; }
  .flower .sub_title {
    font-size: 24px;
    line-height: 2em;
    color: #FFF;
    font-weight: 200;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px; }
  .flower hr.red_line {
    width: 35px;
    margin: 0 auto;
    height: 1px;
    background: #ff3700; }
  .flower p {
    padding: 0 20px;
    font-size: 16px;
    line-height: 2em;
    color: #FFF;
    font-weight: normal;
    margin: 40px auto 40px auto; }
    @media only screen and (min-width: 769px) {
      .flower p {
        padding: 0;
        width: 760px; } }
  .flower .btn {
    display: block;
    margin: 70px auto 0 auto;
    position: relative;
    width: 165px;
    text-align: left;
    transform: translateX(0);
    padding: 12px 19px;
    border: 1px solid #ff3700;
    color: #FFF;
    background: #ff3700;
    font-family: 'Noto Serif', sans-serif; }
    .flower .btn i {
      color: #000; }

.red_bottom {
  background: #ff3700;
  padding-bottom: 50px; }
  .red_bottom .title {
    font-family: 'Suranna', serif;
    font-size: 36px;
    line-height: 48px;
    color: #000;
    font-weight: normal;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 30px; }
  .red_bottom hr.red_line {
    width: 35px;
    margin: 0 auto;
    height: 1px;
    background: #FFF; }
  .red_bottom p {
    /*padding: 0 20px;*/
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 2em;
    color: #000;
    font-weight: normal;
    margin: 30px auto 0 auto; }
    @media only screen and (min-width: 480px) {
      .red_bottom p {
        padding: 0;
        width: 448px; } }

.social-section img {
  width: 100%; }
.text-301{
  font-size: 36px;
  text-align: center;
  margin-top: 170px;
  margin-bottom: 80px;
}
footer .top-section {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #000; }
  footer .top-section .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top; 
    width: 175px;
    height: 87px;}
    @media only screen and (min-width: 480px) {
      footer .top-section .logo {
        display: inline-block;
        margin-left: 0;
        margin-right: 0; } }
  footer .top-section .lung {
    display: block;
    list-style-type: none;
    padding: 0;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 2em;
    color: #FFF;
    font-weight: normal;
    color: #FFF; }
    @media only screen and (min-width: 321px) {
      footer .top-section .lung {
        width: 100%;
        display: inline-block;
        padding-left: 40px;
        padding-right: 40px; } }
    @media only screen and (min-width: 480px) {
      footer .top-section .lung {
        width: auto;
        text-align: left; } }
    @media only screen and (min-width: 992px) {
      footer .top-section .lung {
        padding-top: 0;
        padding-left: 90px; } }
    footer .top-section .lung li {
      display: inline-block;
      margin-right: 20px; }
      footer .top-section .lung li:last-child {
        margin-right: 0; }
      @media only screen and (min-width: 480px) {
        footer .top-section .lung li {
          display: block; } }
  footer .top-section .contact-info {
    text-align: center; }
    @media only screen and (min-width: 480px) {
      footer .top-section .contact-info {
        text-align: left;
        float: right; } }
    footer .top-section .contact-info .title {
      font-size: 18px;
      line-height: 2em;
      color: #FFF;
      font-weight: 400; }
    footer .top-section .contact-info .address {
      font-size: 14px;
      line-height: 2em;
      color: #FFF;
      font-weight: 300; }
      footer .top-section .contact-info .address.phone {
        display: none; }
        @media only screen and (min-width: 480px) {
          footer .top-section .contact-info .address.phone {
            display: block; } }
    footer .top-section .contact-info .btn-container {
      margin-top: 28px; 
      text-align: center;}
    @media only screen and (min-width: 768px){
      footer .top-section .contact-info .btn-container{
        text-align: left;
      }
    }
    footer .top-section .contact-info .round-btn {
      width: 42px;
      height: 42px;
      border: 1px solid #999;
      border-radius: 42px;
      display: inline-block;
      color: #4d4d4d;
      text-align: center;
      margin-right: 8px;
      transition: .5s all;
      background-color: #000;
      opacity: .5;
      vertical-align: top; }
      footer .top-section .contact-info .round-btn img {
        margin-top: 9px; }
      footer .top-section .contact-info .round-btn i {
        color: #999;
        font-size: 25px;
        line-height: 42px;
        color: #999;
        font-weight: normal; }

footer .copyright-section {
  background: #323232;
  padding: 16px 0; }
  footer .copyright-section .copyright {
    font-size: 12px;
    line-height: 1.6em;
    color: #FFF;
    font-weight: 300;
    text-align: center; }
    @media only screen and (min-width: 480px) {
      footer .copyright-section .copyright {
        font-size: 12px;
        line-height: 48px;
        color: #FFF;
        font-weight: 300;
        float: left;
        text-align: left;
        font-size: 14px;
        line-height: 48px;
        color: #FFF;
        font-weight: 300; } }
    @media only screen and (min-width: 480px) {
      footer .copyright-section .copyright br {
        display: none; } }
  footer .copyright-section .link {
    text-align: center; }
    @media only screen and (min-width: 480px) {
      footer .copyright-section .link {
        float: right;
        text-align: right; } }
    footer .copyright-section .link a {
      font-size: 14px;
      line-height: 30px;
      color: #FFF;
      font-weight: 300;
      /*margin-left: 20px;*/ }

.modal {
  bottom: 83px; }
  @media only screen and (min-width: 992px) {
    .modal {
      bottom: 0; } }
  .modal .modal-dialog {
    margin: 145px 30px 50px; }
    @media only screen and (min-width: 768px){
      .modal .modal-dialog {
      margin: 145px auto 50px; }
    }
    .modal .modal-dialog .modal-content {
      border-radius: 0; }
      .modal .modal-dialog .modal-content .modal-header {
        padding-top: 64px;
        padding-bottom: 50px;
        position: relative;
        font-size: 36px;
        line-height: 36px;
        color: #000;
        font-weight: 300;
        font-family: 'Noto Serif', sans-serif;
        text-align: center; }
        .modal .modal-dialog .modal-content .modal-header .close {
          top: -50px;
          right: 0;
          position: absolute;
          color: #FFF;
          font-size: 50px;
          line-height: 50px;
          text-shadow: none; }
      .modal .modal-dialog .modal-content .modal-body {
        padding: 0; }
      .modal .modal-dialog .modal-content .modal-footer {
        padding: 20px 20px 10px;
        font-size: 16px;
        line-height: 30px;
        color: #000;
        font-weight: 300;
        text-align: left; }
        .modal .modal-dialog .modal-content .modal-footer .text-block {
          margin-bottom: 30px; }

.img-div {
  width: 100%;
  padding-bottom: 55.67%;
  background-size: cover !important;
  background-position: center center !important; }

.wedding-container {
  padding: 0px 30px 150px 30px;
  /*margin-top: 100px;*/
  margin-top: 240px; }
  @media only screen and (min-width: 768px){
    .wedding-container{
      margin-top: 310px;
    }
  }
  @media only screen and (min-width: 769px) {
    .wedding-container {
      padding-top: 120px 50px 150px 50px; 
      margin-top: 100px;} }
  .wedding-container .col-xs-6 {
    padding-right: 7px;
    padding-left: 7px; }
    @media only screen and (min-width: 769px) {
      .wedding-container .col-xs-6 {
        padding-right: 15px;
        padding-left: 15px; } }
  .wedding-container .btn {
    color: #FFF;
    background: #323232;
    width: 245px;
    transition: all .5s;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .wedding-container .wedding-col-container {
    margin-bottom: 60px; }
    .wedding-container .wedding-col-container .col-img {
      background-size: cover !important;
      background-position: center center !important;
      width: 100%;
      padding-bottom: 62.5%;
      display: block; }
    .wedding-container .wedding-col-container .col-text {
      padding: 40px 25px 60px 25px;
      background: #f4f4f4;
      min-height: 366px;
      display: block;
      color: #000; }
      .wedding-container .wedding-col-container .col-text:hover, .wedding-container .wedding-col-container .col-text:focus, .wedding-container .wedding-col-container .col-text.active {
        background: #f4f4f4;
        color: #000;
        text-decoration: none;
        text-decoration: none; }
      @media only screen and (min-width: 769px) {
        .wedding-container .wedding-col-container .col-text {
          min-height: 300px; } }
    .wedding-container .wedding-col-container .title {
      margin-top: 0px;
      margin-bottom: 20px;
      font-family: 'Noto Serif', sans-serif;
      font-size: 24px;
      line-height: 36px;
      color: #000;
      font-weight: 300; }

h3.title {
  font-size: 36px;
  line-height: 50px;
  color: #ff3700;
  font-weight: 300;
  font-family: 'Noto Serif', sans-serif;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px; }

.form-container {
  width: 100%;
  margin: 0 auto;
  background: #F4F4F4; }
  .form-container .col-xs-6, .form-container .col-xs-3 {
    padding-right: 5px;
    padding-left: 5px; }
    .form-container .col-xs-6:first-child, .form-container .col-xs-3:first-child {
      padding-left: 15px; }
    .form-container .col-xs-6:last-child, .form-container .col-xs-3:last-child {
      padding-right: 15px; }
  @media only screen and (min-width: 992px) {
    .form-container {
      width: 850px; } }
  .form-container .form-body {
    padding: 45px 15px; }
    @media only screen and (min-width: 769px) {
      .form-container .form-body {
        padding: 45px 60px; } }
  .form-container .form-group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .form-container .form-group.date {
    margin-top: 28px; }
  .form-container label.control-label {
    font-family: 'Noto Serif', sans-serif;
    height: 23px;
    display: inline-block;
    font-size: 17px;
    line-height: 1.4em;
    color: #000;
    font-weight: 300; }
    .form-container label.control-label span {
      color: #ff3700; }
    .form-container label.control-label.comment {
      float: right;
      color: #ff3700; }
  .form-container .form-control {
    height: 38px;
    border-radius: 0;
    border: none;
    font-family: 'Noto Serif', sans-serif;
    font-size: 17px;
    line-height: 1.4em;
    color: #000;
    font-weight: 300;
    width: 100%; }
  .form-container textarea.form-control {
    height: auto; }
  .form-container .form-actions {
    margin-top: 40px;
    text-align: center; }
    .form-container .form-actions .btn {
      display: block;
      text-align: center;
      width: 220px;
      margin: 0 auto;
      font-family: 'Noto Serif', sans-serif;
      font-size: 17px;
      line-height: 1.4em;
      color: #FFF;
      font-weight: 300; }

.map-container {
  width: 100%;
  padding: 0 50px;
  margin: 70px auto 0 auto; }
  @media only screen and (min-width: 992px) {
    .map-container {
      padding: 0;
      width: 925px; } }
  .map-container .map-img-responsive {
    width: 100%;
    padding-bottom: 58%;
    background-size: cover !important;
    background-position: center center !important;
    border: 1px solid #b2b2b2;
    margin-bottom: 22px; }
  .map-container .map-address {
    text-align: center;
    font-family: 'Noto Serif', sans-serif;
    font-size: 24px;
    line-height: 1.4em;
    color: #000;
    font-weight: 300;
    padding-bottom: 87px;
    border-bottom: 1px dashed #000;}
    @media only screen and (min-width: 1024px){
      .map-container .map-address{
        position: relative;
      }
    }
    .map-container .map-address .btn {
      font-family: 'Noto Sans TC', sans-serif;
      padding: 9px;
      font-size: 18px;
      line-height: 1.4em;
      color: #FFF;
      font-weight: 300;
      background: #2d2a1d;
      display: block;
      border-color: #2d2a1d;
      width: 125px; }
      @media only screen and (min-width: 769px) {
        .map-container .map-address .btn {
          margin-top: 0;
          float: right; } }
      @media only screen and (min-width: 1024px){
          .map-container .map-address .btn{
            position: absolute;
            top: 0;
            right: 0;
          }
      }
      .map-container .map-address .btn img {
        margin-right: 5px; }
  .map-container h2.sub_title {
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 24px;
    line-height: 33px;
    color: #ff3700;
    font-weight: 500;
    margin-bottom: 30px; }
    .map-container h2.sub_title img {
      vertical-align: bottom;
      margin-right: 10px; }
      .map-container h2.sub_title img.middle {
        vertical-align: top;
        margin-top: 6px; }
  .map-container .samll_title, .map-container .text {
    margin: 0 auto;
    width: 100%;
    padding: 0 50px; }
    @media only screen and (min-width: 992px) {
      .map-container .samll_title, .map-container .text {
        width: 690px;
        padding: 0; } }
  .map-container .samll_title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    margin-top: 24px; }
  .map-container .text {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-weight: 400; }
    .map-container .text.center {
      text-align: center; }
  .map-container iframe {
    display: block;
    width: 100%;
    height: 377px;
    margin: 0 auto;
    margin-top: 45px;
    border: 1px solid #b2b2b2; }
    @media only screen and (min-width: 992px) {
      .map-container iframe {
        width: 377px; } }
  .map-container .btn {
    margin: 28px auto 0 auto;
    position: relative;
    display: block;
    width: 190px;
    text-align: left;
    padding: 12px 19px;
    border: 1px solid #ff3700;
    color: #FFF;
    font-family: 'Noto Serif', sans-serif;
    font-size: 16px;
    background: #ff3700; }
    .map-container .btn i {
      font-size: 180%;
      line-height: 21px;
      color: #000; }

.about_page_section {
  /*padding-top: 150px;*/
  padding-top: 70px;
  padding-bottom: 180px;}
  .about_page_section.overview {
    padding-top: 100px; }
    .about_page_section.overview .context-container {
      padding: 0; }
      @media only screen and (min-width: 769px) {
        .about_page_section.overview .context-container {
          padding: 0; } }
    .about_page_section.overview .img_padding {
      padding-top: 20px; }
      .about_page_section.overview .img_padding .img {
        padding-bottom: 66.47%; }
  .about_page_section .container {
    padding-left: 50px;
    padding-right: 50px; }
  .about_page_section .context-container {
    padding: 0; }
    @media only screen and (min-width: 769px) {
      .about_page_section .context-container {
        padding: 0 25px; } }
  .about_page_section .about_title {
    font-family: 'Noto Serif', sans-serif;
    font-size: 35px;
    line-height: 1.4em;
    color: #ff3700;
    font-weight: 300;
    text-align: center;
    padding-bottom: 45px;
    margin-bottom: 45px;
    position: relative;
    padding-top: 60px; }
    .about_page_section .about_title:after {
      content: '';
      display: block;
      width: 100px;
      height: 1px;
      background: #FF3700;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .about_page_section .text {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    margin-bottom: 40px; }
  .about_page_section .img {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 30px;
    background-size: cover !important;
    background-position: center center !important; }

.package_outcontainer {
  max-width: 850px;
  padding-top: 5px;
  padding-bottom: 0px; }
  .package_outcontainer.center {
    text-align: center; }

.package_container {
  font-family: 'Noto Serif', sans-serif;
  font-size: 24px;
  line-height: 1.4em;
  color: #323232;
  font-weight: 400;
  position: relative;
  margin-bottom: 30px; }
  .package_container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .package_container .package_img {
    width: 66px;
    height: 66px;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 100px;
    float: left; }
    @media only screen and (min-width: 769px) {
      .package_container .package_img {
        width: 100px;
        height: 100px; } }
  .package_container .name {
    padding-left: 83px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (min-width: 769px) {
      .package_container .name {
        padding-left: 117px; } }

.event_slider_image_wedding {
  position: relative; }
  .event_slider_image_wedding .slick-prev, .event_slider_image_wedding .slick-next {
    z-index: 980;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (min-width: 1025px) {
      .event_slider_image_wedding .slick-prev, .event_slider_image_wedding .slick-next {
        top: auto;
        bottom: 35px;
        transform: translateY(0); } }
  .event_slider_image_wedding .slick-prev {
    left: 0; }
    @media only screen and (min-width: 1025px) {
      .event_slider_image_wedding .slick-prev {
        left: auto;
        right: 180px; } }
  .event_slider_image_wedding .slick-next {
    right: 0; }
    @media only screen and (min-width: 1025px) {
      .event_slider_image_wedding .slick-next {
        left: auto;
        right: 120px; } }
  .event_slider_image_wedding .slick-dots {
    bottom: 50px; }
    @media only screen and (min-width: 1200px) {
      .event_slider_image_wedding .slick-dots {
        bottom: 20px; } }
  .event_slider_image_wedding .slick-dots li button:before {
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #FFF;
    opacity: 1; }
  .event_slider_image_wedding .slick-dots li.slick-active button:before {
    color: #FFF; }

.event_slider_content_wedding {
  position: absolute;
  top: 395px;
  left: 5px;
  right: 5px;
  z-index: 990; }
  @media only screen and (min-width: 769px) {
    .event_slider_content_wedding {
      left: 0px;
      right: 0px; } }
  @media (min-width: 768px) {
    .event_slider_content_wedding {
      left: 35px;
      right: 35px; } }
  @media only screen and (min-width: 1025px) {
    .event_slider_content_wedding {
      width: auto;
      left: 50px;
      transform: none;
      top: 115px;
      width: 400px;
      right: auto;
      bottom: auto; } }
  .event_slider_content_wedding .share_sidebar {
    text-align: right;
    padding-top: 52px;
    padding-right: 44px;
    display: none; }
    @media only screen and (min-width: 1025px) {
      .event_slider_content_wedding .share_sidebar {
        display: block; } }
    .event_slider_content_wedding .share_sidebar .img_btn {
      margin-left: 8px; }
  .event_slider_content_wedding .block_bg {
    background: #323232; }
  .event_slider_content_wedding .section_block {
    padding: 60px 18px;
    height: 376px;
    position: relative; }
    @media only screen and (min-width: 480px) {
      .event_slider_content_wedding .section_block {
        padding: 60px; } }
  .event_slider_content_wedding .title {
    font-size: 30px;
    line-height: 1em;
    color: #ff3700;
    font-weight: normal;
    font-family: 'Noto Serif', sans-serif;
    margin-bottom: 35px;
    font-size: 20px; }
    @media only screen and (min-width: 480px) {
      .event_slider_content_wedding .title {
        font-size: 30px; } }
  .event_slider_content_wedding .content {
    font-size: 14px;
    line-height: 2em;
    color: #FFF;
    font-weight: normal; }
    @media only screen and (min-width: 480px) {
      .event_slider_content_wedding .content {
        font-size: 16px;
        line-height: 2em;
        color: #FFF;
        font-weight: normal; } }
  .event_slider_content_wedding .btn {
    font-size: 16px;
    line-height: 21px;
    color: #FFF;
    font-weight: normal;
    font-family: 'Noto Serif', sans-serif;
    background: #ff3700;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%); }
    .event_slider_content_wedding .btn i {
      color: #000; }

.section_wedding_package {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media only screen and (max-width: 1024px) {
    .section_wedding_package {
      width: 100%;
      padding-left: 15px !important;
      padding-right: 15px !important; } }
  @media only screen and (max-width: 1024px) {
    .section_wedding_package .slick-dotted.slick-slider {
      margin-left: -15px;
      margin-right: -15px; } }

.package_context_container {
  margin-top: 400px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative; }
  @media only screen and (min-width: 1025px) {
    .package_context_container {
      padding-right: 0;
      padding-left: 50px;
      margin-top: 100px;
      padding-left: 482px;
      margin-top: 65px; } }
  .package_context_container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .package_context_container .context {
    padding-right: 50px;
    padding-left: 50px; }
    @media only screen and (min-width: 769px) {
      .package_context_container .context {
        padding-right: 0px;
        padding-left: 0px;
        float: left;
        margin-right: 360px; } }
    .package_context_container .context .title {
      font-family: 'Noto Serif', sans-serif;
      font-size: 24px;
      line-height: 30px;
      color: #323232;
      font-weight: 400; }
      .package_context_container .context .title.bigger {
        font-size: 36px;
        line-height: 1.6em;
        color: #FF3700; }
    .package_context_container .context h2 {
      font-family: 'Noto Serif', sans-serif;
      font-size: 24px;
      line-height: 30px;
      color: #323232;
      font-weight: 400;
      margin-top: 38px; }
    .package_context_container .context p {
      font-size: 16px;
      line-height: 30px;
      color: #323232;
      font-weight: 400; }
  .package_context_container .btn_container {
    margin-top: 50px;
    width: 270px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 769px) {
      .package_context_container .btn_container {
        margin-left: 0;
        margin-top: 0;
        right: 90px;
        position: absolute; } }
    .package_context_container .btn_container .btn {
      font-family: 'Noto Serif', sans-serif;
      font-size: 16px;
      line-height: 21px;
      color: #FFF;
      font-weight: 300;
      color: #FFF;
      background: #323232;
      width: 100%;
      transition: all .5s;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-bottom: 10px;
      padding: 12px; }
      .package_context_container .btn_container .btn.red {
        background: #FF3700; }

.bread_container {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 970px;
  font-size: 16px;
  line-height: 21px;
  color: #ff3700;
  font-weight: 300; }
  .bread_container span {
    padding: 0 10px;
    color: #000; }
  .bread_container a {
    color: #ff3700; }
    .bread_container a:hover, .bread_container a:focus, .bread_container a.active {
      text-decoration: none; }
  .bread_container .text {
    display: inline-block;
    color: #000; }
  .bread_container {
    display: none; }
    @media only screen and (min-width: 769px) {
      .bread_container {
        display: block; } }

.mtf_container {
  top: 15px; }
  @media only screen and (min-width: 992px) {
    .mtf_container {
      left: 50% !important;
      transform: translateX(-50%) !important;
      right: auto !important;
      width: 940px !important;
      top: auto; }
      .mtf_container .name, .mtf_container .welcome {
        margin-left: 0 !important; }
      .mtf_container .banner_logo {
        left: -44px;
        position: relative; } }

.mtf_btn {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 270px !important; }

.context_container {
  position: relative; }

.ball_container {
  margin-bottom: 20px;
  margin-top: 60px; }
  @media only screen and (min-width: 480px){
    .ball_container{
      margin-top: 0;
    }
  }

.ball {
  width: 115px;
  height: 115px;
  background: #DDD;
  border-radius: 115px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  margin-bottom: 20px; }
  .ball.active {
    background: #FF3700; }
    .ball.active .floor {
      color: #FFF; }
  .ball .floor {
    font-family: 'Noto Serif', sans-serif;
    font-size: 36px;
    line-height: 36px;
    color: #000;
    font-weight: 300;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); }

ul.rooms {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.rooms li {
    display: inline-block;
    font-family: 'Noto Serif', sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #FF3700;
    font-weight: 300;
    padding: 10px;
    width: 118px;
    border: 1px solid #FF3700;
    margin-bottom: 8px; }
    ul.rooms li.active {
      color: #FFF;
      background: #FF3700; }

.room_title {
  font-family: 'Noto Serif', sans-serif;
  font-size: 36px;
  line-height: 36px;
  color: #FF3700;
  font-weight: 900;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }

.room_text {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 300;
  width: 300px;
  margin: 0 auto; }
  @media only screen and (min-width: 480px) {
    .room_text {
      width: 350px; } }

.tab {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  padding-top: 60px;
  text-align: center; }
  .tab li {
    display: block;
    width: 160px;
    background: #DDD;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px; }
    @media only screen and (min-width: 480px) {
      .tab li {
        display: inline-block;
        margin-left: 5px;
        margin-right: 0; } }
    .tab li a {
      font-size: 16px;
      line-height: 45px;
      color: #000;
      font-weight: 400;
      text-align: center;
      font-family: 'Noto Serif', sans-serif;
      height: 45px;
      display: block;
      width: 100%;
      transition: .5s all; }
      .tab li a:hover, .tab li a:focus, .tab li a.active {
        background: #DDD;
        color: #000;
        text-decoration: none; }
      .tab li a.active {
        color: #FFF;
        background: #ff3700; }

.ballroom-slider {
  overflow-x: hidden;
  width: 100%;
  height: 160px;
  margin-top: 35px;
  margin-bottom: 20px;
  padding-bottom: 60px;
  box-sizing: content-box; }
  @media only screen and (min-width: 769px) {
    .ballroom-slider {
      height: 260px;
      margin-top: 77px; } }
  @media only screen and (min-width: 480px) {
    .ballroom-slider {
      height: 320px; } }
  @media only screen and (min-width: 992px) {
    .ballroom-slider {
      height: 440px; } }
  .ballroom-slider .slick-dots li button:before {
    color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #000;
    opacity: 1; }
  .ballroom-slider .slick-dots li.slick-active button:before {
    color: #000; }
  .ballroom-slider .slick-slide {
    z-index: 1; }
  .ballroom-slider .slick-center {
    z-index: 20; }
    .ballroom-slider .slick-center .ball_img {
      transform: none;
      opacity: 1;
      z-index: 30;
      transform: scale(2); }
  .ballroom-slider .slick-prev, .ballroom-slider .slick-next {
    height: auto;
    bottom: 0;
    width: 25%;
    background: none;
    opacity: 0; }
  .ballroom-slider .slick-dots {
    bottom: 0; }

.ball_slider_container {
  padding-bottom: 0;
  padding-top: 0; }

.ball_img_container {
  display: block;
  position: relative;
  height: 160px; }
  @media only screen and (min-width: 769px) {
    .ball_img_container {
      height: 130px; } }
  @media only screen and (min-width: 480px) {
    .ball_img_container {
      height: 320px; } }
  @media only screen and (min-width: 992px) {
    .ball_img_container {
      height: 440px; } }
  .ball_img_container .ball_img {
    height: 80px;
    transition: all .5;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: .7;
    margin: auto;
    -webkit-transition: .2s;
    transition: .2s;
    margin-left: auto;
    margin-right: auto;
    background-size: cover !important;
    background-position: center center !important; }
    @media only screen and (min-width: 769px) {
      .ball_img_container .ball_img {
        height: 65px; } }
    @media only screen and (min-width: 480px) {
      .ball_img_container .ball_img {
        height: 130px; } }
    @media only screen and (min-width: 992px) {
      .ball_img_container .ball_img {
        height: 220px; } }

.relative_container {
  position: relative; }

.container.block_container {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .container.block_container {
      width: auto;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1200px) {
    .container.block_container {
      width: 1170px; } }

.abs_container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }
  @media only screen and (max-width: 1200px) {
    .abs_container {
      width: 100%; } }

@media only screen and (min-width: 992px) {
  .event_slider_content_wedding.right {
    top: 0;
    left: auto;
    right: 50px; } }

.btn_container.left {
  left: 0;
  right: auto;
  display: none; }
  @media only screen and (min-width: 992px) {
    .btn_container.left {
      display: block; } }

@media only screen and (min-width: 992px) {
  .package_context_container.left {
    padding-left: 310px; } }

.btn_container {
  margin-top: 50px;
  width: 270px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 769px) {
    .btn_container {
      margin-left: 0;
      margin-top: 0;
      right: 90px;
      position: absolute; } }
  .btn_container .btn {
    font-family: 'Noto Serif', sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #FFF;
    font-weight: 300;
    color: #FFF;
    background: #323232;
    width: 100%;
    transition: all .5s;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    padding: 12px; }
    .btn_container .btn.red {
      background: #FF3700; }

@media only screen and (min-width: 992px) {
  .f_container {
    display: none; } }

/*# sourceMappingURL=styles.css.map */

/*wedding.html 硬寫的*/
.wedding_service.wedding_page .section_block.wedding-img01-block,
.wedding_service.wedding_page .section_block.wedding-img02-block{
  width: auto;
  left: 20px;
  right: 20px;
  position: absolute;
}
@media only screen and (min-width: 768px){
  .wedding-img01-box{
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px){
  .wedding-img01-box{
    margin-bottom: 0px;
  }
  .wedding_service.wedding_page .wedding_service_img.wedding-img01{
    position: static;
    top: auto;
    float: right;
  }
  .wedding_service.wedding_page .wedding_service_img.wedding-img02{
    position: static;
    top: auto;
    float: left;
    margin-top: 160px;
  }
  .wedding_service.wedding_page .section_block.wedding-img01-block{
    width: 605px;
    margin-top: 0;
    left: 50%;
    bottom: 130px;
    margin-left: -485px;
  }
  .wedding_service.wedding_page .section_block.wedding-img02-block{
    width: 605px;
    margin-top: 0;
    left: auto;
    right: 50%;
    /*bottom: 130px;*/
    margin-left: 0;
    margin-right: -485px;
    top: 100px;
  }
}
@media only screen and (min-width: 1200px){
  .wedding_service.wedding_page .section_block.wedding-img01-block{
    margin-left: -605px;
  }
  .wedding_service.wedding_page .section_block.wedding-img02-block{
    margin-right: -605px;
  }
}
/*硬寫的*/