.ico-house {
  background-image: url(../images/icon/ico_house.svg); }

.ico-umbrella {
  background-image: url(../images/icon/ico_umbrella.svg); }

.ico-dollar {
  background-image: url(../images/icon/ico_dollar.svg); }

.ico-contact {
  background-image: url(../images/icon/ico_contact.svg); }

.ico-doc {
  background-image: url(../images/icon/ico_doc.svg); }

.ico-list {
  background-image: url(../images/icon/ico_list_white.svg); }

.ico-close {
  background-image: url(../images/icon/ico_close.svg); }

.ico-close2 {
  background-image: url(../images/icon/ico_close_white.svg); }

.ico-facebook {
  background-image: url(../images/icon/ico_facebook.svg); }

.ico-linkedin {
  background-image: url(../images/icon/ico_linkedin.svg); }

.ico-youtube {
  background-image: url(../images/icon/ico_youtube.svg); }

.ico-instagram {
  background-image: url(../images/icon/ico_instagram.svg); }

.ico-share {
  background-image: url(../images/icon/ico_share.svg); }

.ico-tel {
  background-image: url(../images/icon/ico_phone.svg); }

.ico-mail {
  background-image: url(../images/icon/ico_mail.svg); }

.ico-whatsapp {
  background-image: url(../images/icon/ico_whatsapp.svg); }

.ico-contact {
  background-image: url(../images/icon/ico_chat.svg); }

.ico-top {
  background-image: url(../images/icon/ico_top_white.svg); }

.ico-grid {
  background-image: url(../images/icon/ico_grid.svg); }
  .ico-grid.active {
    background-image: url(../images/icon/ico_grid.svg); }

.ico-list {
  background-image: url(../images/icon/ico_list.svg); }
  .ico-list.active {
    background-image: url(../images/icon/ico_list.svg); }

.ico-prev {
  background-image: url(../images/icon/ico_left.svg); }

.ico-next {
  background-image: url(../images/icon/ico_right.svg); }

@keyframes ani-arrow-down {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%); } }

@-webkit-keyframes ani-arrow-down {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%); } }

@keyframes ani-arrow-right {
  0%, 100% {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  50% {
    -webkit-transform: translate(10%, -50%);
    -ms-transform: translate(10%, -50%);
    transform: translate(10%, -50%); } }

@-webkit-keyframes ani-arrow-right {
  0%, 100% {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  50% {
    -webkit-transform: translate(10%, -50%);
    -ms-transform: translate(10%, -50%);
    transform: translate(10%, -50%); } }

@keyframes ani-float {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px); } }

@-webkit-keyframes ani-float {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px); } }

@keyframes ani-float2 {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(-20deg);
    -ms-transform: translate(0, 0) rotate(-20deg);
    transform: translate(0, 0) rotate(-20deg); }
  50% {
    -webkit-transform: translate(0, -10px) rotate(-30deg);
    -ms-transform: translate(0, -10px) rotate(-30deg);
    transform: translate(0, -10px) rotate(-30deg); } }

@-webkit-keyframes ani-float2 {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(-20deg);
    -ms-transform: translate(0, 0) rotate(-20deg);
    transform: translate(0, 0) rotate(-20deg); }
  50% {
    -webkit-transform: translate(0, -10px) rotate(-30deg);
    -ms-transform: translate(0, -10px) rotate(-30deg);
    transform: translate(0, -10px) rotate(-30deg); } }

@keyframes ani-fadein {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes ani-fadein {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

label {
  font-weight: normal;
  margin-bottom: 8px; }

input[type="text"], textarea, .selectric-wrapper {
  width: 100%;
  display: block;
  -webkit-transition: 500ms;
  transition: 500ms; }
  input[type="text"]:focus, input[type="text"]:active, textarea:focus, textarea:active, .selectric-wrapper:focus, .selectric-wrapper:active {
    outline: none;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3);
    -moz-box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3);
    box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3); }

input[type="text"], textarea {
  border: 1px solid rgba(226, 226, 226, 0.8);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.5em; }

input[type="text"] {
  padding-left: 15px;
  padding-right: 15px;
  height: 48px;
  line-height: 48px; }

textarea {
  height: 150px;
  padding: 15px; }

label.radio-box {
  position: relative;
  cursor: pointer;
  padding-left: 26px;
  line-height: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  label.radio-box input {
    display: none; }
  label.radio-box .checkmark {
    position: absolute;
    height: 22px;
    width: 22px;
    left: -2px;
    top: 4px;
    background: #fff;
    display: inline-block;
    border: 1px solid #E2E2E2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 500ms;
    transition: 500ms; }
    label.radio-box .checkmark::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 13px;
      height: 13px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #dec600;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      -webkit-transition: 200ms;
      transition: 200ms; }
  label.radio-box:hover input ~ .checkmark {
    background-color: #fafafa; }
  label.radio-box input:checked ~ .checkmark:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

label.check-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 35px;
  line-height: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
  label.check-box input {
    display: none; }
  label.check-box .checkmark {
    position: absolute;
    height: 22px;
    width: 22px;
    left: -2px;
    top: 2px;
    background: #fff;
    border: 1px solid #E2E2E2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 500ms;
    transition: 500ms; }
    label.check-box .checkmark::after {
      content: "";
      position: absolute;
      top: 43%;
      left: 50%;
      width: 8px;
      height: 15px;
      border: solid #1E1D17;
      border-width: 0 3px 3px 0;
      -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
      -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
      transform: translate(-50%, -50%) rotate(45deg) scale(0);
      -webkit-transition: 200ms;
      transition: 200ms; }
  label.check-box:hover input ~ .checkmark {
    background-color: #fafafa; }
  label.check-box input:checked ~ .checkmark {
    background-color: #FFE512;
    border-color: #FFE512; }
    label.check-box input:checked ~ .checkmark:after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
      -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
      transform: translate(-50%, -50%) rotate(45deg) scale(0.8); }

.bookingform {
  margin: 30px auto;
  background: #f8f8f9;
  padding: 30px 15px;
  text-align: center; }
  .bookingform .em-booking {
    display: inline-block;
    margin: auto;
    text-align: left; }
    .bookingform .em-booking .em-booking-form .em-booking-form-details {
      float: none;
      width: 100%; }
    .bookingform .em-booking .em-booking-form input.input, .bookingform .em-booking .em-booking-form textarea {
      width: 100%; }
  .bookingform label {
    float: none;
    width: auto;
    display: block; }
  .bookingform span.input-group {
    margin-left: 0; }
    .bookingform span.input-group input {
      margin-left: 0; }
  .bookingform .input-group {
    width: 100%; }
  .bookingform .input-user-field .em-form-required {
    color: red; }
  .bookingform .em-time-range {
    display: block;
    position: relative; }
    .bookingform .em-time-range::after {
      content: " ";
      display: block;
      clear: both; }
    .bookingform .em-time-range::before {
      content: "";
      position: absolute;
      width: 10px;
      height: 1px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #333333; }
    .bookingform .em-time-range .em-time-input {
      float: left;
      width: 45%;
      display: block; }
    .bookingform .em-time-range .em-time-end {
      float: right; }
  .bookingform .em-booking-submit {
    background: #FFE512;
    border: 0;
    padding: 15px;
    width: 100%;
    max-width: 400px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .bookingform .input-checkbox {
    width: 100%;
    max-width: 400px; }
  .bookingform .input-group .radio {
    display: inline-block; }

.txt-subtitle-default {
  text-align: center;
  font-size: 16px;
  color: #9b9b9b;
  font-family: 'Lato', 'Noto Sans TC', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 0;
  margin-bottom: 20px; }

.txt-title-default {
  position: relative;
  text-align: center;
  font-size: 36px;
  margin-bottom: 35px;
  padding-bottom: 0;
  line-height: 1.2; }
  .txt-title-default:after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #FFE512;
    margin: auto;
    margin-top: 0.8em; }
  .txt-title-default::after {
    margin-top: 30px; }
  .txt-title-default.txt-left {
    text-align: left; }
    .txt-title-default.txt-left::after {
      margin-left: 0; }
  .txt-title-default.txt-sm {
    font-size: 28px;
    margin-bottom: 20px; }
    .txt-title-default.txt-sm::after {
      margin-top: 0.6em; }

.txt-with-ico {
  position: relative;
  padding-left: 30px;
  line-height: 40px;
  display: inline-block;
  background: none; }
  .txt-with-ico::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    border: 0px solid transparent; }
  .txt-with-ico.ico-menu::before {
    background-image: url(../images/icon/ico_menu.svg); }
  .txt-with-ico.ico-tel::before {
    background-image: url(../images/icon/ico_phone.svg); }
  .txt-with-ico.ico-mail::before {
    background-image: url(../images/icon/ico_mail.svg); }
  .txt-with-ico.ico-whatsapp::before {
    background-image: url(../images/icon/ico_whatsapp.svg); }
  .txt-with-ico.ico-top-white::before {
    background-image: url(../images/icon/ico_top_white.svg); }
  .txt-with-ico.ico-video::before {
    background-image: url(../images/icon/ico_play_black.svg); }
  .txt-with-ico.ico-back::before {
    background-image: url(../images/icon/ico_left.svg);
    -webkit-transition: 500ms;
    transition: 500ms; }
  .txt-with-ico.ico-back:hover::before {
    -webkit-transform: translate(-10px);
    -ms-transform: translate(-10px);
    transform: translate(-10px); }
  .txt-with-ico.ico-next {
    padding-left: 0px;
    padding-right: 30px;
    text-transform: uppercase;
    font-weight: bold; }
    .txt-with-ico.ico-next::before {
      right: 0;
      left: auto;
      background-image: url(../images/icon/ico_right.svg);
      -webkit-transition: 500ms;
      transition: 500ms; }
    .txt-with-ico.ico-next:hover::before {
      -webkit-transform: translate(10px);
      -ms-transform: translate(10px);
      transform: translate(10px); }

.txt-wrap {
  display: inline-block; }

.txt-required {
  color: red; }

.txt-caption {
  margin-top: 8px; }

.txt-more {
  position: absolute;
  right: 8px;
  bottom: 15px;
  font-size: 14px;
  padding-right: 30px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .txt-more:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }
  .txt-more::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-image: url(../images/icon/ico_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

.btn {
  background-color: transparent;
  -webkit-transition: 500ms;
  transition: 500ms;
  outline: 0;
  position: relative; }
  .btn:focus, .btn:active {
    outline: none !important;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3);
    -moz-box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3);
    box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3); }
  .btn-default {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    max-width: 245px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0; }
  .btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #1E1D17; }
    .btn-white:hover {
      background: #e6e6e6;
      letter-spacing: 2px; }
  .btn-white2 {
    background: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .btn-white2:hover {
      letter-spacing: 2px; }
  .btn-yellow {
    background: #FFE512; }
    .btn-yellow:hover {
      background: #dec600;
      letter-spacing: 2px; }
  .btn-grey {
    background-color: #333333;
    color: #fff;
    -webkit-transition: 500ms;
    transition: 500ms; }
    .btn-grey:hover {
      color: #fff;
      background-color: #1a1a1a;
      letter-spacing: 2px; }
  .btn .ico {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    transform: translate(0, -1px); }
  .btn-light-grey {
    color: #1E1D17;
    background-color: #f8f8f9;
    -webkit-transition: 500ms;
    transition: 500ms; }
    .btn-light-grey .ico-contact {
      background-image: url(../images/icon/ico_contact_black.svg); }
    .btn-light-grey .ico-doc {
      background-image: url(../images/icon/ico_doc_black.svg); }
    .btn-light-grey .ico-list {
      background-image: url(../images/icon/ico_list_black.svg); }
    .btn-light-grey:hover {
      background-color: #eaeaed; }
  .btn.ico-arrow {
    vertical-align: middle; }
    .btn.ico-arrow::after {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      background-image: url(../images/icon/ico_right_white.svg);
      vertical-align: middle;
      margin-left: 15px;
      margin-top: -6px;
      -webkit-transition: 500ms;
      transition: 500ms; }
    .btn.ico-arrow:hover::after {
      -webkit-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
      transform: translate(20%, 0); }

.btn-ico {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .btn-ico:hover {
    background-color: rgba(30, 29, 23, 0.05);
    -webkit-transition: 500ms;
    transition: 500ms; }

.btn-top {
  background-color: rgba(51, 51, 51, 0.8);
  background-size: 60%; }
  .btn-top:hover {
    background-color: #333333; }

.btn-arrow {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
  background-size: 70%;
  border: 1px solid #E2E2E2;
  background-color: #f8f8f9;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  background-size: 70%; }
  .btn-arrow:hover, .btn-arrow:focus {
    outline: none;
    opacity: 1; }

.btn-prev {
  left: -25px;
  background-image: url(../images/icon/ico_left.svg); }

.btn-next {
  right: -25px;
  background-image: url(../images/icon/ico_right.svg); }

.btn-see-more {
  display: block;
  margin: auto;
  margin-top: 30px; }
  @media (max-width: 768px) {
    .btn-see-more {
      margin-top: 15px; } }

.table-price td {
  padding-right: 15px;
  padding-bottom: 8px; }
  .table-price td:last-child {
    padding-right: 0; }

.table-price tr:last-child td {
  padding-bottom: 0; }

.table-property {
  width: 100%; }
  .table-property > .row {
    border-bottom: 1px solid #E2E2E2;
    margin-left: 0;
    margin-right: 0; }
    .table-property > .row > .col {
      margin-top: 15px;
      margin-bottom: 15px;
      padding: 0; }
    .table-property > .row:last-child {
      border-bottom: 0; }
  .table-property .col-title {
    text-transform: uppercase;
    font-weight: bold; }
  .table-property .ico-bed {
    vertical-align: sub;
    margin-right: 5px; }
  .table-property .list-tick {
    padding-left: 0; }
    .table-property .list-tick::after {
      content: " ";
      display: block;
      clear: both; }
    .table-property .list-tick > li {
      width: 50%;
      float: left;
      display: block;
      position: relative;
      padding-left: 30px;
      margin-bottom: 15px; }
      .table-property .list-tick > li::before {
        content: "";
        display: block;
        width: 6px;
        height: 12px;
        border: solid #1E1D17;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        left: 5px;
        top: 3px; }

.img-preview {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .img-preview::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(30, 29, 23, 0.7) no-repeat center;
    background-size: 50px;
    background-image: url(../images/icon/ico_zoom.svg);
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 500ms;
    transition: 500ms; }
  .img-preview.ico-video::before {
    background-image: url(../images/icon/ico_play.svg); }
  .img-preview:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); }

.img-default {
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

/*------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: red;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    opacity: 1; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.25; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      background: white;
      display: block;
      width: 8px;
      height: 8px;
      outline: none;
      border: 0;
      cursor: pointer;
      padding: 0;
      margin: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font-size: 0; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        opacity: 1; }
    .slick-dots li.slick-active button {
      background: #FFE512; }

.dots-inner.slick-dotted.slick-slider {
  margin-bottom: 0px; }
  .dots-inner.slick-dotted.slick-slider .slick-dots {
    bottom: 20px; }

.arrows-inner .slick-prev {
  left: 0; }

.arrows-inner .slick-next {
  right: 0; }

.arrows-outer.slick-slider {
  margin-left: 40px;
  margin-right: 40px; }

.arrows-outer .slick-prev {
  left: auto;
  right: 100%; }

.arrows-outer .slick-next {
  right: auto;
  left: 100%; }

.b-slider.theme-light .slick-arrow {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff no-repeat center;
  background-size: 70%;
  border: 1px solid #E2E2E2;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .b-slider.theme-light .slick-arrow:hover, .b-slider.theme-light .slick-arrow:active, .b-slider.theme-light .slick-arrow:focus {
    background-color: #f8f8f9; }
  .b-slider.theme-light .slick-arrow.slick-disabled {
    opacity: 0;
    filter: alpha(opacity=0); }

.b-slider.theme-light .slick-prev {
  background-image: url(../images/icon/ico_left.svg);
  left: -5px; }

.b-slider.theme-light .slick-next {
  background-image: url(../images/icon/ico_right.svg);
  right: -5px; }

.b-slider.theme-light .slick-dots li button {
  background: #E2E2E2; }

.b-slider.theme-light .slick-dots li.slick-active button {
  background: #FFE512; }

.b-slider.theme-dark .slick-arrow {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(30, 29, 23, 0.7) no-repeat center;
  background-size: 60%;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .b-slider.theme-dark .slick-arrow:hover {
    background-color: rgba(30, 29, 23, 0.9); }

.b-slider.theme-dark .slick-prev {
  left: 15px;
  background-image: url(../images/icon/ico_left_white.svg); }

.b-slider.theme-dark .slick-next {
  right: 15px;
  background-image: url(../images/icon/ico_right_white.svg); }

/*======================================
	Selectric */
/*====================================== */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px; }

.selectric-responsive {
  width: 100%; }

.selectric {
  position: relative;
  border: 0;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
  background: #fff;
  border: 1px solid rgba(226, 226, 226, 0.8); }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1E1D17;
    height: 48px;
    line-height: 48px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    padding-left: 15px;
    padding-right: 63px; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    width: 48px;
    height: 100%;
    color: #FFF;
    font-size: 0;
    text-align: center;
    background: url(../images/icon/ico_down.svg) no-repeat center;
    background-size: 55%;
    -webkit-transition: 500ms;
    transition: 500ms; }

.selectric-focus .selectric .button {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.selectric-open {
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3);
  -moz-box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3);
  box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3); }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: auto;
  z-index: -1;
  border: 0;
  border: 1px solid #E2E2E2; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 0 15px;
    color: #1E1D17;
    cursor: pointer;
    border-bottom: 1px solid #E2E2E2;
    line-height: 48px; }
    .selectric-items li:last-child {
      border-bottom: 0; }
    .selectric-items li:hover {
      background: #f8f8f9; }
    .selectric-items li.selected {
      font-weight: bold;
      background: #FFE512; }
    .selectric-items li.highlighted {
      font-weight: bold;
      background: #FFE512; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #FFF !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #FFF; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/* nouislider - 14.0.2 - 6.28.2019 */
.noUi-target {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  direction: ltr; }
  .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  z-index: 0; }

/*Wrapper for all connect elements. */
.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

/* Offset direction*/
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements. */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement; */
.noUi-horizontal {
  height: 6px; }
  .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    top: -6px; }
  .noUi-horizontal .noUi-handle-lower {
    right: -10px;
    left: auto; }
  .noUi-horizontal .noUi-handle-upper {
    right: -10px;
    left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale */
.noUi-target {
  background: #E4E3E3;
  border-radius: 6px; }

.noUi-connects {
  border-radius: 6px; }

.noUi-connect {
  background: #FFE512; }

/* Handles and cursors; */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  background: #D1B900;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .noUi-handle:hover, .noUi-handle:active, .noUi-handle:focus {
    outline: none; }

.noUi-active {
  -webkit-box-shadow: 0px 0px 0px 8px rgba(209, 185, 0, 0.3);
  -moz-box-shadow: 0px 0px 0px 8px rgba(209, 185, 0, 0.3);
  box-shadow: 0px 0px 0px 8px rgba(209, 185, 0, 0.3); }

/* Disabled state; */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 * */
.noUi-pips {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  color: #999; }
  .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/* Values;
 * */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 * */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub, .noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 * */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 * */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

/*
 *	Colorbox Core Style:
 *	The following CSS is consistent between example themes and should not be altered. */
#colorbox, #cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
 *	User Style:
 *	Change the following styles to modify the appearance of Colorbox.	They are
 *	ordered & tabbed in a way that represents the nesting of the generated HTML. */
#cboxOverlay {
  background: rgba(30, 29, 23, 0.8); }

#colorbox {
  outline: 0; }

#cboxContent {
  background: transparent; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }
  #cboxPrevious:hover {
    background-position: bottom left; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }
  #cboxNext:hover {
    background-position: bottom right; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px; }
  #cboxClose:hover {
    background-position: bottom center; }

.cbox-inline .selectric-items {
  max-height: 220px !important; }

#colorbox {
  width: 100% !important;
  left: 0 !important;
  max-height: 100vh !important;
  overflow: auto !important;
  cursor: pointer; }

#cboxWrapper {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: auto; }

#cboxLoadedContent::before, #cboxLoadedContent::after {
  content: "";
  display: block;
  height: 30px; }

.cbox-inline #cboxLoadedContent {
  border: 0; }

.cbox-inline #cboxClose {
  position: absolute;
  top: 45px;
  right: 15px;
  display: block;
  background-image: url(../images/icon/ico_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .cbox-inline #cboxClose:hover, .cbox-inline #cboxClose:active, .cbox-inline #cboxClose:focus {
    background-color: rgba(30, 29, 23, 0.05);
    background-size: 60%;
    -webkit-transition: 500ms;
    transition: 500ms; }

.ekko-lightbox {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0 !important; }
  .ekko-lightbox iframe {
    width: 100%;
    height: 100%; }
  .ekko-lightbox .modal-body {
    padding: 0; }
  .ekko-lightbox .modal-content {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .ekko-lightbox .embed-responsive-16by9 {
    padding-top: 0; }
    .ekko-lightbox .embed-responsive-16by9::before {
      content: "";
      display: block;
      width: 100%;
      padding-top: 56.25%; }
  .ekko-lightbox .arrow {
    background: rgba(30, 29, 23, 0.7) no-repeat center;
    background-size: 60%;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    top: 50%;
    position: absolute;
    -webkit-transition: 500ms;
    transition: 500ms; }
    .ekko-lightbox .arrow:hover {
      background-color: rgba(30, 29, 23, 0.9); }
    .ekko-lightbox .arrow-prev {
      left: 0;
      background-image: url(../images/icon/ico_left_white.svg);
      -webkit-transform: translate(-65px, -25px);
      -ms-transform: translate(-65px, -25px);
      transform: translate(-65px, -25px); }
    .ekko-lightbox .arrow-next {
      right: 0;
      background-image: url(../images/icon/ico_right_white.svg);
      margin-left: auto;
      -webkit-transform: translate(65px, -25px);
      -ms-transform: translate(65px, -25px);
      transform: translate(65px, -25px); }
  .ekko-lightbox .close {
    background: rgba(30, 29, 23, 0.7) no-repeat center;
    background-image: url(../images/icon/ico_close_white.svg);
    background-size: 60%;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 500ms;
    transition: 500ms; }
    .ekko-lightbox .close > span {
      opacity: 0;
      filter: alpha(opacity=0); }
    .ekko-lightbox .close:hover {
      background-color: rgba(30, 29, 23, 0.9); }

.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.ekko-lightbox-container {
  position: relative; }
  .ekko-lightbox-container > div.ekko-lightbox-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%; }

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: static;
  top: 0;
  left: 0;
  width: 100%; }
  .ekko-lightbox-nav-overlay a {
    width: 50%;
    height: 100%;
    position: absolute;
    align-items: center;
    z-index: 1; }
    .ekko-lightbox-nav-overlay a:last-child {
      right: 0;
      left: auto; }
    .ekko-lightbox-nav-overlay a:hover {
      text-decoration: none; }
    .ekko-lightbox-nav-overlay a:focus {
      outline: none; }
    .ekko-lightbox-nav-overlay a.disabled {
      cursor: default;
      visibility: hidden; }
  .ekko-lightbox-nav-overlay.video a {
    width: 0; }

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none; }

.ekko-lightbox .modal-dialog {
  display: none; }

.ekko-lightbox .modal-footer {
  color: #fff;
  text-align: center;
  border-top: 0; }

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .ekko-lightbox-loader > div {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center; }
    .ekko-lightbox-loader > div > div {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #fff;
      opacity: .6;
      position: absolute;
      top: 0;
      left: 0;
      animation: a 2s infinite ease-in-out; }
      .ekko-lightbox-loader > div > div:last-child {
        animation-delay: -1s; }

.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333; }

@keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@media (max-width: 992px) {
  .ekko-lightbox .arrow-prev {
    left: 15px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  .ekko-lightbox .arrow-next {
    right: 15px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); } }

@media (min-width: 993px) {
  .ekko-lightbox .modal-body {
    padding-left: 65px;
    padding-right: 65px; }
  .ekko-lightbox .arrow-prev {
    left: -15px;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); }
  .ekko-lightbox .arrow-next {
    right: -15px;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%); } }

.w-100, .w100p {
  width: 100%; }

.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0; }
  .wp-block-image img {
    width: 100%; }

.commentlist {
  padding-left: 0;
  list-style: none;
  padding: 15px 0; }
  .commentlist .comment-author {
    padding-top: 15px;
    padding-bottom: 0; }
    .commentlist .comment-author img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin-right: 15px; }
    .commentlist .comment-author .fn {
      font-style: normal;
      font-weight: bold; }
  .commentlist .reply {
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
    text-align: right; }
    .commentlist .reply .comment-reply-login {
      -webkit-border-radius: 3em;
      -moz-border-radius: 3em;
      border-radius: 3em;
      background: #f8f8f9;
      padding: 10px 15px;
      -webkit-transition: 500ms;
      transition: 500ms; }
      .commentlist .reply .comment-reply-login::before {
        content: "";
        width: 20px;
        height: 20px;
        background: url(../images/icon/ico_reply.svg) no-repeat center;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
      .commentlist .reply .comment-reply-login:hover, .commentlist .reply .comment-reply-login:active, .commentlist .reply .comment-reply-login:focus {
        background: #ededf0; }
  .commentlist .children {
    margin-left: 45px;
    list-style: none;
    padding: 15px 0; }
  .commentlist .comment_date {
    color: #9b9b9b;
    font-size: 14px; }

/*------------------------------------- */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  color: #1E1D17;
  font-size: 16px;
  font-family: 'Lato', 'Noto Sans TC', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.5px;
  position: relative; }

:-moz-selection {
  background-color: rgba(255, 229, 18, 0.3); }

::selection {
  background-color: rgba(255, 229, 18, 0.3); }

section {
  display: block;
  position: relative; }

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', 'Noto Sans TC', sans-serif; }

h1, h2, h3, h4 {
  margin: 0;
  text-align: inherit;
  line-height: 1em;
  padding-bottom: 10px;
  font-weight: 400;
  text-transform: none;
  font-style: normal; }

p {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  line-height: 1.8;
  letter-spacing: normal; }

h1 {
  font-size: 30px;
  font-weight: bold; }

h2 {
  font-size: 20px;
  font-weight: bold; }

hr {
  margin-top: 7.5px;
  margin-bottom: 7.5px; }

a {
  color: #1E1D17;
  text-decoration: none;
  border: 0; }
  a:visited {
    color: #1E1D17;
    text-decoration: none;
    border: 0; }
  a:hover {
    color: rgba(30, 29, 23, 0.7);
    text-decoration: none;
    border: 0; }
  a:active, a:focus {
    color: rgba(30, 29, 23, 0.7);
    text-decoration: none;
    border: 0; }

a:focus, a:active {
  outline: none; }

a:hover {
  -webkit-transition: 500ms;
  transition: 500ms; }

button:focus, button:active, button:active:focus {
  outline: none; }

button:focus, button:active {
  -webkit-box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3);
  -moz-box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3);
  box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3); }

ul {
  padding-left: 20px; }
  ul > li {
    padding-left: 5px; }

.link-line {
  text-decoration: underline; }
  .link-line:hover, .link-line:active, .link-line:focus {
    text-decoration: underline;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: 500ms;
    transition: 500ms; }

/*---------------------------------------------- */
.wrapper {
  width: 100%; }

.s-header {
  height: 65px; }
  @media (max-width: 1100px) {
    .s-header {
      height: 50px; } }

.nav > li > a {
  background-color: transparent;
  text-decoration: none;
  color: #1E1D17;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus, .nav > li > a:visited {
    background-color: transparent;
    text-decoration: none;
    color: #1E1D17; }
  .nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.nav-default > li > a {
  padding: 6px;
  padding-left: 0; }

.hr-default {
  border-top: 1px solid #525252; }

.container-xl {
  max-width: 1540px; }

@media (min-width: 1300px) {
  .container-xl {
    max-width: 1540px; } }

.max-md {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%; }
  .row-flex .col {
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px; }
    .row-flex .col-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    @media (min-width: 769px) {
      .row-flex .col-md-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%; }
      .row-flex .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%; } }

.col {
  padding-left: 15px;
  padding-right: 15px; }

.s-default {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 768px) {
    .s-default {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .s-default.pt0 {
    padding-top: 0px; }
    @media (max-width: 768px) {
      .s-default.pt0 {
        padding-top: 0px; } }

.row-default {
  padding-top: 40px;
  padding-bottom: 40px; }

.full {
  min-height: 100vh; }

.abs-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.tb_p80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.tb_p160 {
  padding-top: 160px;
  padding-bottom: 160px; }

.tb_p240 {
  padding-top: 240px;
  padding-bottom: 240px; }

@media screen and (max-width: 768px) {
  .tb_p80 {
    padding-top: 15px;
    padding-bottom: 15px; } }

.float-left {
  float: left; }

.float-right {
  float: right; }

/* nav ------------------------------------ */
/* text ------------------------------------ */
.txt-right {
  text-align: right; }

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

.txt-left {
  text-align: left; }

.txt-black {
  color: #1E1D17; }

.txt-white {
  color: #fff; }

.txt-yellow {
  color: #FFE512; }

.fs-lg {
  font-size: 24px; }

.fs-xs {
  font-size: 14px; }

.fw-light {
  font-weight: 300; }

.fw-black {
  font-weight: 900; }

/* row ------------------------------------ */
.row-default {
  padding-bottom: 40px; }
  .row-default:last-child {
    padding-bottom: 0px; }

.row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row-flex .col {
    float: none; }

.row-btns > * {
  margin-bottom: 15px;
  vertical-align: middle; }

@media (max-width: 768px) {
  .row-btns > * {
    display: block;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 769px) {
  .row-btns > *:not(:last-child) {
    margin-right: 15px; } }

/*------------------------------------------ */
.fx-shadow {
  display: block;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.11); }

.box-txt {
  padding: 8px; }

.bg-grey {
  background-color: #f8f8f9; }

.bg-white {
  background-color: #fff; }

.nav-main-wrapper {
  position: fixed;
  width: 100%;
  height: 65px;
  line-height: 65px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 999; }
  .nav-main-wrapper > .container {
    width: 100%;
    max-width: 1540px; }
  .nav-main-wrapper .btn-menu {
    display: none;
    background: transparent; }
  @media (max-width: 1100px) {
    .nav-main-wrapper {
      height: 50px;
      line-height: 50px; }
      .nav-main-wrapper .nav-main {
        display: none; }
      .nav-main-wrapper .btn-menu {
        display: block;
        padding: 0;
        height: 50px;
        line-height: 50px; } }
  .nav-main-wrapper .img-logo {
    position: absolute;
    width: 120px;
    height: 120px; }
    @media (max-width: 1100px) {
      .nav-main-wrapper .img-logo {
        width: 84px;
        height: 84px;
        top: 0;
        right: 15px; } }
  @media (min-width: 769px) {
    .nav-main-wrapper {
      -webkit-transition: 500ms;
      transition: 500ms; }
      .nav-main-wrapper._hide {
        -webkit-transform: translate(0, -200%);
        -ms-transform: translate(0, -200%);
        transform: translate(0, -200%); } }

.nav-main {
  vertical-align: middle;
  padding-left: 168px; }
  .nav-main > li {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0; }
    .nav-main > li > a {
      padding: 0;
      padding-right: 3em;
      text-transform: uppercase;
      letter-spacing: 0.05em; }

.nav-side-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 300px;
  background: #333333;
  height: 100vh;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: 500ms;
  transition: 500ms; }
  ._open-menu .nav-side-wrapper {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  .nav-side-wrapper .img-logo {
    width: 84px;
    height: 84px;
    top: 0;
    left: 15px;
    position: absolute; }
  .nav-side-wrapper .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: transparent;
    background-size: 50%; }
  .nav-side-wrapper .nav-side > li a {
    color: #fff;
    text-decoration: none;
    border: 0; }
    .nav-side-wrapper .nav-side > li a:visited {
      color: #fff;
      text-decoration: none;
      border: 0; }
    .nav-side-wrapper .nav-side > li a:hover {
      color: #fff;
      text-decoration: none;
      border: 0; }
    .nav-side-wrapper .nav-side > li a:active, .nav-side-wrapper .nav-side > li a:focus {
      color: #fff;
      text-decoration: none;
      border: 0; }
  .nav-side-wrapper .nav-side > li > a {
    color: #fff;
    text-transform: uppercase; }
  .nav-side-wrapper .btn-default {
    display: block;
    margin: 25px auto; }
  .nav-side-wrapper .ctx-wrapper {
    position: absolute;
    top: 150px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    overflow: auto; }
  .nav-side-wrapper hr {
    margin-top: 20px;
    margin-bottom: 20px; }
  @media (min-width: 1101px) {
    .nav-side-wrapper {
      max-width: 350px; }
      .nav-side-wrapper .img-logo {
        left: 30px; }
      .nav-side-wrapper .btn-menu {
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 0; }
        .nav-side-wrapper .btn-menu:before {
          position: static;
          background-image: url(../images/icon/ico_close_white.svg); }
      .nav-side-wrapper .ctx-wrapper {
        left: 30px;
        right: 30px;
        bottom: 30px; } }

.nav-side > li {
  padding-top: 7.5px;
  padding-bottom: 7.5px; }
  .nav-side > li > a {
    position: relative;
    padding-left: 0; }
    .nav-side > li > a::before {
      display: block;
      content: "";
      width: 24px;
      height: 4px;
      bottom: 0;
      position: absolute;
      left: 0%;
      -webkit-transform: translate(0%, -50%) scaleX(0);
      -ms-transform: translate(0%, -50%) scaleX(0);
      transform: translate(0%, -50%) scaleX(0);
      background: #FFE512; }
  .nav-side > li.active > a::before {
    -webkit-transform: translate(0%, -50%) scaleX(1);
    -ms-transform: translate(0%, -50%) scaleX(1);
    transform: translate(0%, -50%) scaleX(1); }

.dropdown-toggle {
  position: relative; }
  .dropdown-toggle::after {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../images/icon/ico_down_white.svg);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 500ms;
    transition: 500ms; }
  .dropdown-toggle.active {
    color: #FFE512; }
    .dropdown-toggle.active::after {
      -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
      transform: translate(0, -50%) rotate(180deg); }

.nav-collapse {
  margin-left: 20px;
  border-left: 1px solid #525252; }
  .nav-collapse > li > a {
    color: #fff; }

.nav-media > li {
  display: inline-block; }
  .nav-media > li > a {
    padding: 0 5px; }

.nav-media .btn-ico {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #9B9B9B;
  background-color: transparent;
  background-size: 65%; }

.nav-lang {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px; }
  .nav-lang > li {
    display: inline-block; }
    .nav-lang > li a {
      color: #fff;
      text-decoration: none;
      border: 0; }
      .nav-lang > li a:visited {
        color: #fff;
        text-decoration: none;
        border: 0; }
      .nav-lang > li a:hover {
        color: #fff;
        text-decoration: none;
        border: 0; }
      .nav-lang > li a:active, .nav-lang > li a:focus {
        color: #fff;
        text-decoration: none;
        border: 0; }
    .nav-lang > li > a {
      color: #fff;
      padding-left: 30px;
      padding-right: 30px;
      position: relative; }
      .nav-lang > li > a::before {
        display: block;
        content: "";
        width: 24px;
        height: 4px;
        bottom: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scaleX(0);
        -ms-transform: translate(-50%, -50%) scaleX(0);
        transform: translate(-50%, -50%) scaleX(0);
        background: #FFE512; }
    .nav-lang > li.active > a::before {
      -webkit-transform: translate(-50%, -50%) scaleX(1);
      -ms-transform: translate(-50%, -50%) scaleX(1);
      transform: translate(-50%, -50%) scaleX(1); }

.nav-submenu {
  text-align: center; }
  .nav-submenu .container {
    background: #fff; }
  .nav-submenu > li, .nav-submenu ul > li {
    display: inline-block;
    margin-right: 40px;
    position: relative; }
    .nav-submenu > li:not(:last-child)::before, .nav-submenu ul > li:not(:last-child)::before {
      content: "";
      display: block;
      position: absolute;
      width: 1px;
      height: 10px;
      border-left: 1px solid #525252;
      top: 50%;
      right: -20px;
      -webkit-transform: skew(-30deg) translate(50%, -50%);
      -ms-transform: skew(-30deg) translate(50%, -50%);
      transform: skew(-30deg) translate(50%, -50%); }
    .nav-submenu > li.active, .nav-submenu ul > li.active {
      font-weight: bold; }

.b-history {
  width: 100%;
  position: relative;
  margin-top: -30px; }
  .b-history .img-history {
    height: 800px;
    width: auto;
    pointer-events: none;
    padding-left: 150px;
    padding-right: 150px;
    display: block; }
  .b-history::before, .b-history::after {
    position: absolute;
    height: 100%;
    width: 150px;
    content: "";
    display: block;
    top: 0;
    pointer-events: none; }
  .b-history::before {
    background-color: #f8f8f9;
    background: -moz-linear-gradient(left, #f8f8f9 0%, rgba(248, 248, 249, 0) 100%);
    background: -webkit-linear-gradient(left, #f8f8f9 0%, rgba(248, 248, 249, 0) 100%);
    background: linear-gradient(left bottom, #f8f8f9 0%, rgba(248, 248, 249, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    left: 0; }
  .b-history::after {
    background-color: rgba(248, 248, 249, 0);
    background: -moz-linear-gradient(left, rgba(248, 248, 249, 0) 0%, #f8f8f9 100%);
    background: -webkit-linear-gradient(left, rgba(248, 248, 249, 0) 0%, #f8f8f9 100%);
    background: linear-gradient(left bottom, rgba(248, 248, 249, 0) 0%, #f8f8f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    right: 0; }
  .b-history .b-ctx {
    width: 100%;
    width: auto;
    overflow-x: auto; }
  @media (max-width: 768px) {
    .b-history::before, .b-history::after {
      width: 80px; }
    .b-history .img-history {
      padding-left: 80px;
      padding-right: 80px; }
    .b-history .btn-arrow {
      width: 40px;
      height: 40px; }
    .b-history .btn-prev {
      left: 0; }
    .b-history .btn-next {
      right: 0; } }

.b-search {
  background: #FFE512;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px 0px rgba(30, 29, 23, 0.2);
  -moz-box-shadow: 0 0 30px 0px rgba(30, 29, 23, 0.2);
  box-shadow: 0 0 30px 0px rgba(30, 29, 23, 0.2);
  margin-left: 0;
  margin-right: 0; }
  .b-search::after {
    content: " ";
    display: block;
    clear: both; }
  .b-search .col {
    float: left;
    position: relative;
    height: 100px;
    background: #fff;
    padding-left: 0;
    padding-right: 0; }
    .b-search .col:nth-child(1) {
      -webkit-border-radius: 5px 0 0 0;
      -moz-border-radius: 5px 0 0 0;
      border-radius: 5px 0 0 0; }
    .b-search .col::after {
      content: "";
      width: 1px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      background: #E2E2E2; }
    .b-search .col-price::after, .b-search .col-last::after {
      display: none; }
    .b-search .col:last-child {
      background: transparent; }
  .b-search .txt-item-title {
    font-size: 14px;
    padding: 20px 20px 0;
    color: #9b9b9b; }
  .b-search .selectric-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 6px;
    width: auto; }
    .b-search .selectric-wrapper .selectric {
      border: 0; }
      .b-search .selectric-wrapper .selectric .label {
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        padding-right: 40px; }
      .b-search .selectric-wrapper .selectric .button {
        right: 0;
        width: 40px; }
  .b-search .btn-search {
    width: 100%;
    height: 100px;
    font-size: 16px;
    padding: 25px 15px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0; }
    .b-search .btn-search:hover {
      letter-spacing: normal; }
  @media (max-width: 768px) {
    .b-search {
      margin-left: 0;
      margin-right: 0; }
      .b-search .col {
        width: 50%;
        border-bottom: 1px solid #E2E2E2; }
        .b-search .col:nth-child(2) {
          -webkit-border-radius: 0 5px 0 0;
          -moz-border-radius: 0 5px 0 0;
          border-radius: 0 5px 0 0; }
        .b-search .col:nth-child(even):not(.col-last)::after {
          display: none; }
        .b-search .col-price, .b-search .col-last {
          width: 100%;
          border-right: 0;
          border-bottom: 0; }
          .b-search .col-price::after, .b-search .col-last::after {
            display: none; }
        .b-search .col-last {
          height: auto; }
      .b-search .btn-search {
        height: auto;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px; } }
  @media (min-width: 769px) and (max-width: 1200px) {
    .b-search .col {
      width: 25%; }
      .b-search .col:nth-child(4) {
        -webkit-border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
        border-radius: 0 5px 0 0; }
        .b-search .col:nth-child(4)::after {
          display: none; }
      .b-search .col-price {
        -webkit-border-radius: 0 0 0 5px;
        -moz-border-radius: 0 0 0 5px;
        border-radius: 0 0 0 5px; }
        .b-search .col-price::after {
          display: block;
          background: #FFE512; }
      .b-search .col-price, .b-search .col-last {
        width: 50%;
        border-top: 1px solid #E2E2E2; }
    .b-search .btn-search {
      -webkit-border-radius: 0 0 5px 0;
      -moz-border-radius: 0 0 5px 0;
      border-radius: 0 0 5px 0; } }
  @media (min-width: 1201px) {
    .b-search .col {
      width: 15%;
      padding: 0; }
      .b-search .col:nth-child(1) {
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px; }
      .b-search .col-price {
        width: 22%; }
      .b-search .col-last {
        width: 18%;
        border-right: 0; }
    .b-search .btn-search {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      margin: auto;
      padding: 0;
      border: 0;
      display: block; } }

._open-popup, ._open-menu, ._open-overlay {
  overflow: hidden; }

.b-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms; }
  .b-overlay .overlay-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: -1; }
  .b-overlay.opened {
    visibility: visible;
    z-index: 1050;
    opacity: 1;
    filter: alpha(opacity=100); }
  .b-overlay.closing {
    opacity: 0;
    filter: alpha(opacity=0); }

.b-popup {
  padding: 80px 40px 50px;
  width: 100%;
  margin: auto;
  background: #fff;
  max-width: 600px; }
  .b-popup input {
    max-width: none; }
  .b-popup .txt-title-default {
    margin-top: 8px;
    margin-bottom: 30px; }
    .b-popup .txt-title-default:after {
      margin-top: 18px; }
  .b-popup .txt-required {
    color: red; }
  .b-popup .row {
    margin-left: -7.5px;
    margin-right: -7.5px; }
  .b-popup .col {
    margin-bottom: 15px; }
  .b-popup .txt-desc {
    margin-top: 0;
    margin-bottom: 30px; }
  @media (max-width: 768px) {
    .b-popup {
      padding: 50px 15px; } }
  @media (min-width: 769px) {
    .b-popup .col {
      padding-left: 7.5px;
      padding-right: 7.5px; } }

.b-post .img-post {
  width: 100%;
  padding-top: 52.33333%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.b-post .b-post-ctx {
  position: relative; }

.b-post .txt-date .txt-dd {
  font-size: 60px;
  margin-top: -0.3em;
  font-family: 'Playfair Display', 'Noto Sans TC', sans-serif; }

.b-post .txt-date .txt-mmyy {
  font-size: 18px; }

.b-post .b-post-right {
  padding-right: 15px;
  padding-bottom: 15px; }
  .b-post .b-post-right .txt-type {
    color: #9b9b9b;
    text-transform: uppercase; }
  .b-post .b-post-right .txt-post-title {
    margin-top: 7.5px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold; }
  .b-post .b-post-right .txt-post-desc {
    color: #9b9b9b; }

@media (max-width: 768px) {
  .b-post .b-post-ctx {
    padding-top: 15px; }
  .b-post .txt-date .txt-dd, .b-post .txt-date .txt-mmyy {
    display: inline-block; }
  .b-post .txt-date .txt-dd {
    margin-right: 5px; }
  .b-post .txt-type {
    position: absolute;
    right: 15px;
    top: 45px; } }

@media (min-width: 769px) {
  .b-post .b-post-right {
    padding-right: 0; }
  .b-post .b-post-ctx {
    padding-top: 20px;
    padding-left: 130px;
    padding-right: 30px; }
  .b-post .txt-date {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 100px;
    text-align: center; }
  .b-post.b-post-m .b-post-ctx {
    padding-top: 15px;
    padding-left: 15px; }
  .b-post.b-post-m .txt-date {
    position: static;
    text-align: left;
    display: inline-block;
    width: 100%; }
    .b-post.b-post-m .txt-date .txt-dd, .b-post.b-post-m .txt-date .txt-mmyy {
      display: inline-block; }
    .b-post.b-post-m .txt-date .txt-dd {
      margin-right: 5px; }
  .b-post.b-post-m .txt-type {
    position: absolute;
    right: 15px;
    top: 45px; } }

.b-post-sm .img-post {
  width: 100%;
  padding-top: 0; }

.b-post-sm .txt-post-title {
  font-size: 14px; }

.b-post-sm .txt-date {
  position: static;
  width: 100%;
  text-align: left; }
  .b-post-sm .txt-date .txt-dd {
    font-size: 36px; }
  .b-post-sm .txt-date .txt-mmyy {
    font-size: 16px; }

@media (max-width: 768px) {
  .b-post-sm {
    margin-bottom: 15px; } }

@media (min-width: 769px) {
  .b-post-sm {
    margin-top: 30px;
    margin-bottom: 30px; }
    .b-post-sm::after {
      content: " ";
      display: block;
      clear: both; }
    .b-post-sm .img-post {
      width: 50%;
      padding-top: 0;
      float: left; }
    .b-post-sm .box-ctx {
      padding: 15px;
      text-align: left;
      width: 50%;
      float: left;
      padding-top: 5px; }
    .b-post-sm .txt-post-title {
      padding-top: 4px; }
    .b-post-sm .txt-date {
      position: static;
      width: 100%;
      text-align: left; }
      .b-post-sm .txt-date .txt-dd {
        font-size: 28px; }
    .b-post-sm::focus {
      outline: 0; }
      .b-post-sm::focus::after {
        content: " ";
        display: block;
        clear: both; }
    .b-post-sm:hover {
      color: #1E1D17;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); } }

.b-feature {
  text-align: center;
  background: #fff;
  padding: 10px;
  padding-top: 8px;
  padding-bottom: 15px; }
  .b-feature .txt {
    letter-spacing: 0; }
  .b-feature b {
    font-size: 1.2em; }

.b-white-paper {
  margin-bottom: 60px; }
  .b-white-paper-img {
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .b-white-paper-title {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Lato', 'Noto Sans TC', sans-serif;
    margin-top: 15px; }
  .b-white-paper-desc {
    margin-bottom: 30px; }
    @media (min-width: 769px) {
      .b-white-paper-desc {
        min-height: 130px;
        margin-bottom: 15px; } }
  .b-white-paper .btn {
    margin: auto;
    display: block; }

.b-media {
  text-align: center;
  margin-bottom: 75px; }
  .b-media:hover {
    color: #1E1D17; }
  @media (min-width: 769px) {
    .b-media {
      margin-bottom: 60px; } }
  .b-media-img {
    width: 100%;
    padding-top: 120.95238%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 15px;
    border: 1px solid #E2E2E2; }
    .b-media-img .txt-play {
      text-align: left;
      padding-left: 40px;
      position: absolute;
      left: 10px;
      bottom: 5px; }
  .b-media-subtitle {
    color: #9b9b9b;
    margin-bottom: 8px; }
  .b-media-title {
    font-size: 20px; }

.b-award {
  border: 1px solid #E2E2E2;
  margin-bottom: 15px;
  width: 100%;
  background: #fff; }
  .b-award .box-ctx {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 769px) {
      .b-award .box-ctx {
        padding-left: 20px;
        padding-right: 20px; } }
  .b-award .txt-subtitle {
    color: #9b9b9b;
    font-size: 14px;
    margin-bottom: 5px; }
  .b-award .txt-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: normal;
    padding-bottom: 0; }
  .b-award .txt-desc {
    margin: auto;
    line-height: 1.4; }
  .b-award .img-award {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .b-award .img-award::before {
      content: "";
      display: block;
      width: 100%;
      padding-top: 56.25%; }
  @media (max-width: 768px) {
    .b-award {
      max-width: 400px;
      margin: auto;
      margin-bottom: 15px; }
      .b-award .box-ctx {
        padding: 15px; }
      .b-award .img-award {
        border-bottom: 1px solid #E2E2E2; } }
  @media (min-width: 769px) {
    .b-award {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .b-award .img-award {
        float: left;
        max-width: 280px;
        border-right: 1px solid #E2E2E2;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; } }

.b-property {
  position: relative;
  background: #fff;
  border: 1px solid #E2E2E2;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .bg-grey .b-property {
    border: 0; }
  .b-property a {
    display: block; }
  .b-property .img-property {
    width: 100%;
    padding-top: 62.47619%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .b-property .txt-status {
    position: absolute;
    top: 0;
    right: 0;
    background: #FFE512;
    padding: 10px 15px 11px; }
  .b-property .txt-subtitle {
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom: 6px; }
  .b-property .txt-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px; }
  .b-property .txt-desc {
    margin-bottom: 6px; }
  .b-property .info-property {
    padding: 15px 20px;
    padding-bottom: 75px; }
  .b-property .box-bottom {
    position: absolute;
    left: 15px;
    bottom: 0;
    padding: 6px;
    padding-right: 60px;
    padding-left: 5px;
    border-top: 1px solid #E2E2E2;
    width: calc( 100% - 30px); }
  .b-property .txt-price {
    font-weight: bold;
    font-size: 24px;
    padding-top: 6px;
    padding-bottom: 8px; }
    .b-property .txt-price .txt-currency {
      font-size: 16px;
      margin-right: 7.5px; }
  .b-property .btn-share {
    position: absolute;
    top: 50%;
    right: 0;
    width: 44px;
    height: 44px;
    background-size: 80%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  .b-property:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(30, 29, 23, 0.3);
    -moz-box-shadow: 0 0 30px 0 rgba(30, 29, 23, 0.3);
    box-shadow: 0 0 30px 0 rgba(30, 29, 23, 0.3);
    color: #1E1D17; }

.b-property-sm {
  text-align: center; }
  .b-property-sm .txt-name {
    font-size: 18px; }
  .b-property-sm .txt-price {
    font-size: 20px;
    padding: 0; }
    .b-property-sm .txt-price .txt-currency {
      font-size: 14px; }
  .b-property-sm .info-property {
    padding-bottom: 0; }
  .b-property-sm .box-bottom {
    padding-right: 6px;
    position: relative; }
  @media (max-width: 768px) {
    .b-property-sm {
      margin-bottom: 15px; } }
  @media (min-width: 769px) {
    .b-property-sm {
      border: 0;
      margin-top: 30px;
      margin-bottom: 30px; }
      .b-property-sm::after {
        content: " ";
        display: block;
        clear: both; }
      .b-property-sm .img-property {
        width: 50%;
        padding-top: 0;
        float: left; }
        .b-property-sm .img-property::before {
          content: "";
          display: block;
          width: 100%;
          padding-top: 56.25%; }
      .b-property-sm .info-property {
        padding: 15px;
        text-align: left;
        width: 50%;
        float: left;
        padding-top: 8px;
        padding-bottom: 8px; }
      .b-property-sm .txt-name {
        margin-bottom: 0; }
      .b-property-sm .box-bottom {
        padding: 0;
        position: static;
        width: 100%;
        border-top: 0;
        left: 0; } }

.bg-grey .b-property {
  -webkit-transition: 500ms;
  transition: 500ms; }
  .bg-grey .b-property:hover {
    -webkit-box-shadow: 0 8px 30px 0px rgba(30, 29, 23, 0.1);
    -moz-box-shadow: 0 8px 30px 0px rgba(30, 29, 23, 0.1);
    box-shadow: 0 8px 30px 0px rgba(30, 29, 23, 0.1); }

.b-property-header .b-property-hero, .b-property-header .b-property-ctx {
  width: 100%; }

.b-property-header .b-property-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.b-property-header .txt-property-address, .b-property-header .txt-property-type {
  font-family: 'Lato', 'Noto Sans TC', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5; }

.b-property-header .txt-property-status {
  background: #FFE512;
  color: #1E1D17;
  padding: 13px 20px; }

.b-property-header .txt-property-address:after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: #FFE512;
  margin: auto;
  margin-top: 0.8em; }

.b-property-header .txt-property-address::after {
  margin-top: 37.5px; }

.b-property-header .txt-property-price {
  font-weight: bold; }
  .b-property-header .txt-property-price .txt-currency {
    display: inline-block;
    font-size: 0.6em;
    margin-right: 0.5em; }

@media (max-width: 768px) {
  .b-property-header .b-property {
    padding-top: 56.25%; } }

@media (max-width: 991px) {
  .b-property-header .b-property-hero {
    padding-top: 0;
    height: 400px; }
  .b-property-header .b-property-ctx {
    text-align: center;
    background: #f8f8f9;
    position: relative;
    padding: 45px 15px; }
  .b-property-header .txt-property-type {
    color: #9b9b9b;
    margin-top: 0; }
  .b-property-header .txt-property-status {
    position: absolute;
    right: 0;
    bottom: 100%; }
  .b-property-header .txt-property-price {
    font-size: 30px;
    margin-top: 30px; } }

@media (min-width: 992px) {
  .b-property-header::after {
    content: " ";
    display: block;
    clear: both; }
  .b-property-header .b-property-hero, .b-property-header .b-property-ctx {
    float: left;
    min-height: 400px;
    height: calc(91vh - 76px); }
  .b-property-header .b-property-hero {
    width: 55%; }
  .b-property-header .b-property-ctx {
    width: 45%;
    background: #333333;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 0 15px; }
  .b-property-header .txt-property-type {
    color: #9b9b9b; }
  .b-property-header .txt-property-name {
    font-size: 55px; }
  .b-property-header .txt-property-price {
    color: #FFE512;
    font-size: 35px;
    font-weight: bold; }
    .b-property-header .txt-property-price .txt-currency {
      display: inline-block;
      font-size: 0.6em;
      margin-right: 10px; } }

@media (min-width: 1401px) {
  .b-property-header .b-property-hero, .b-property-header .b-property-ctx {
    min-height: 550px;
    height: calc(85vh - 76px); }
  .b-property-header .b-property-hero {
    width: 67%; }
  .b-property-header .b-property-ctx {
    width: 33%; } }

.b-property-list {
  margin-top: 30px; }
  .b-property-list .b-property {
    margin-bottom: 30px; }
  .b-property-list .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .b-property-list .row:before {
      display: none; }
    .b-property-list .row .col {
      float: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
  @media (min-width: 769px) and (max-width: 1200px) {
    .b-property-list .col {
      width: 50% !important; } }
  @media (min-width: 1201px) {
    .b-property-list.view-list .col {
      width: 100% !important; }
    .b-property-list.view-list a {
      width: 50%;
      display: inline; }
    .b-property-list.view-list .b-property {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      border: 0;
      border: 1px solid #E2E2E2; }
    .b-property-list.view-list .img-property {
      width: 100%;
      height: 100%;
      display: block; }
    .b-property-list.view-list .txt-status {
      right: auto; }
    .b-property-list.view-list .info-property {
      width: 50%;
      position: relative;
      padding-bottom: 60px; }
    .b-property-list.view-list .box-bottom {
      position: absolute;
      left: 0;
      bottom: 3px;
      padding-left: 15px;
      margin-left: 15px;
      margin-right: 15px; } }

.b-event-card {
  text-align: center;
  border: 1px solid #E2E2E2;
  padding: 15px;
  padding-top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .b-event-card .txt-week {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px; }
  .b-event-card .txt-dd {
    margin-top: 10px;
    font-size: 35px;
    font-family: 'Playfair Display', 'Noto Sans TC', sans-serif; }
  .b-event-card .txt-mmyy {
    margin-bottom: 30px;
    color: #9b9b9b; }
  .b-event-card .txt-time {
    padding-bottom: 15px; }
  .b-event-card.next {
    border: 1px solid #333333; }
    .b-event-card.next .txt-week {
      background: #333333;
      color: #fff; }

.b-slider-home .slick-slider {
  margin-bottom: 0; }

.b-slider-home .b-slide > * {
  height: calc( 100vh - 65px - 100px);
  min-height: 600px; }

.b-slider-home .b-slide .b-property-hero, .b-slider-home .b-slide .b-property-ctx {
  height: 100%; }

.b-slider-home .b-slide .b-property-ctx {
  padding-bottom: 50px; }

@media (max-width: 1300px) {
  .b-slider-home .b-slide .b-property-header .b-property-hero {
    width: 100%; }
  .b-slider-home .b-slide .b-property-header .b-property-ctx {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 29, 23, 0.7);
    text-align: center; } }

.b-slider-home .img-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .b-slider-home .img-slide::before {
    content: "";
    background: rgba(30, 29, 23, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .b-slider-home .img-slide .ctx-wrapper {
    text-align: center;
    width: 100%;
    padding-left: 65px;
    padding-right: 65px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .b-slider-home .img-slide .txt-subtitle-default {
    color: #fff; }
  .b-slider-home .img-slide .txt-title-default:after {
    margin-top: 25px; }
  .b-slider-home .img-slide .txt-desc {
    margin: auto;
    width: 100%;
    max-width: 700px; }
  .b-slider-home .img-slide .btn {
    margin-top: 30px; }

@media (max-width: 768px) {
  .b-slider-home .img-slide .ctx-wrapper {
    padding-bottom: 100px; }
  .b-slider-home .img-slide .btn-yellow {
    margin-top: 0; }
  .b-slider-home .img-slide .txt-title-default {
    font-size: 28px;
    margin-bottom: 15px; }
  .b-slider-home .slick-dots {
    bottom: 115px; } }

@media (min-width: 769px) {
  .b-slider-home .txt-title-default {
    font-size: 55px; }
  .b-slider-home .img-slide .txt-desc {
    font-size: 18px; }
  .b-slider-home.theme-dark .slick-arrow {
    width: 60px;
    height: 60px; }
  .b-slider-home.theme-dark .slick-prev {
    left: 30px; }
  .b-slider-home.theme-dark .slick-next {
    right: 30px; }
  .b-slider-home.theme-dark .slick-dots {
    bottom: 80px; } }

.b-slider-events .b-slide {
  padding-left: 15px;
  padding-right: 15px; }
  .b-slider-events .b-slide:focus, .b-slider-events .b-slide:active {
    outline: none; }

.b-slider-events .slick-prev {
  left: -5px; }

.b-slider-events .slick-next {
  right: -5px; }

.b-slider-gallery.b-slider {
  margin-top: 30px;
  width: calc( 100% + (100vw - 100%)/2); }
  .b-slider-gallery.b-slider .b-slide {
    padding-right: 15px; }
    .b-slider-gallery.b-slider .b-slide:hover, .b-slider-gallery.b-slider .b-slide:active, .b-slider-gallery.b-slider .b-slide:focus {
      outline: none; }
      .b-slider-gallery.b-slider .b-slide:hover .img-preview, .b-slider-gallery.b-slider .b-slide:active .img-preview, .b-slider-gallery.b-slider .b-slide:focus .img-preview {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
    .b-slider-gallery.b-slider .b-slide a {
      display: block;
      width: 100%;
      overflow: hidden; }
      .b-slider-gallery.b-slider .b-slide a:hover, .b-slider-gallery.b-slider .b-slide a:active, .b-slider-gallery.b-slider .b-slide a:focus {
        outline: none; }
  .b-slider-gallery.b-slider .slick-prev {
    left: -20px; }
  .b-slider-gallery.b-slider .slick-next {
    right: 15px; }
  .b-slider-gallery.b-slider .img-preview {
    padding-top: 66.52598%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease; }
  .b-slider-gallery.b-slider .b-slide-floorplan .img-preview {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 1px solid #E2E2E2; }
  @media (max-width: 767px) {
    .b-slider-gallery.b-slider {
      width: auto; }
      .b-slider-gallery.b-slider .b-slide {
        padding-right: 0;
        padding-left: 0; }
      .b-slider-gallery.b-slider .slick-prev {
        left: 5px; }
      .b-slider-gallery.b-slider .slick-next {
        right: 5px; } }
  @media (min-width: 769px) {
    .b-slider-gallery.b-slider.theme-light .slick-arrow {
      width: 50px;
      height: 50px; }
    .b-slider-gallery.b-slider.theme-light .slick-prev {
      left: -25px; }
    .b-slider-gallery.b-slider.theme-light .slick-next {
      right: 30px; } }

.b-slider-side {
  margin-top: 25px;
  margin-bottom: 45px;
  padding-bottom: 15px;
  border: 1px solid #E2E2E2; }
  .b-slider-side.theme-light .slick-arrow {
    display: none !important; }
  .b-slider-side.theme-light:hover .slick-arrow {
    top: 56%;
    bottom: auto;
    display: block !important;
    -webkit-animation: ani-fadein 300ms forwards;
    animation: ani-fadein 300ms forwards; }
  .b-slider-side.theme-light .slick-prev {
    left: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .b-slider-side.theme-light .slick-next {
    right: 0;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0); }
  .b-slider-side .slick-dots {
    position: absolute;
    bottom: 15px; }
    .b-slider-side .slick-dots button {
      background: #9b9b9b; }
  .b-slider-side .slick-slide:focus {
    outline: 0; }

.b-slider-2.b-slider .img-cover {
  overflow: hidden; }

.b-slider-2.b-slider .b-slide {
  padding-left: 7.5px;
  padding-right: 7.5px; }
  .b-slider-2.b-slider .b-slide:hover, .b-slider-2.b-slider .b-slide:active, .b-slider-2.b-slider .b-slide:focus {
    outline: none; }
    .b-slider-2.b-slider .b-slide:hover .img-preview, .b-slider-2.b-slider .b-slide:active .img-preview, .b-slider-2.b-slider .b-slide:focus .img-preview {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  .b-slider-2.b-slider .b-slide a {
    display: block;
    width: 100%;
    overflow: hidden; }
    .b-slider-2.b-slider .b-slide a:hover, .b-slider-2.b-slider .b-slide a:active, .b-slider-2.b-slider .b-slide a:focus {
      outline: none; }

.b-slider-2.b-slider .slick-prev {
  left: 0; }

.b-slider-2.b-slider .slick-next {
  right: 0; }

.b-slider-2.b-slider .img-preview {
  padding-top: 66.52598%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease; }

.b-slider-2.b-slider .b-slide-floorplan .img-preview {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 1px solid #E2E2E2; }

.b-slider-2.b-slider .slick-dots {
  position: static;
  padding-top: 15px;
  padding-bottom: 15px; }

@media (max-width: 767px) {
  .b-slider-2.b-slider {
    width: auto; }
    .b-slider-2.b-slider .b-slide {
      padding-right: 0;
      padding-left: 0; }
    .b-slider-2.b-slider .slick-prev, .b-slider-2.b-slider .slick-next {
      top: auto;
      bottom: -4px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .b-slider-2.b-slider .slick-prev {
      left: 5px; }
    .b-slider-2.b-slider .slick-next {
      right: 5px; } }

@media (min-width: 769px) {
  .b-slider-2.b-slider {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .b-slider-2.b-slider.theme-light .slick-arrow {
      width: 50px;
      height: 50px; }
    .b-slider-2.b-slider.theme-light .slick-prev {
      left: 15px; }
    .b-slider-2.b-slider.theme-light .slick-next {
      right: 15px; } }

.overlfow-hidden .b-slider-2.b-slider .slick-list {
  overflow: hidden; }

.b-sticky-top, .b-sticky-contact {
  position: fixed;
  z-index: 998;
  bottom: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 500ms;
  transition: 500ms; }
  .b-sticky-top._show, .b-sticky-contact._show {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1;
    filter: alpha(opacity=100); }
  @media (max-width: 900px) {
    .b-sticky-top, .b-sticky-contact {
      background-color: rgba(51, 51, 51, 0.8);
      -webkit-border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px; }
      .b-sticky-top._bottom, .b-sticky-contact._bottom {
        -webkit-transform: translate(150%, 0);
        -ms-transform: translate(150%, 0);
        transform: translate(150%, 0);
        opacity: 0;
        filter: alpha(opacity=0); } }
  @media (min-width: 901px) {
    .b-sticky-top._bottom, .b-sticky-contact._bottom {
      bottom: 574px; } }
  @media (min-width: 1201px) {
    .b-sticky-top._bottom, .b-sticky-contact._bottom {
      bottom: 552px; } }

.b-sticky-top {
  -webkit-transform: translate(150%, 0);
  -ms-transform: translate(150%, 0);
  transform: translate(150%, 0); }
  @media (max-width: 900px) {
    .b-sticky-top {
      right: 0;
      bottom: 15px; }
      .b-sticky-top .btn-top {
        background-color: transparent !important; } }
  @media (min-width: 901px) {
    .b-sticky-top {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      right: 30px; } }

.b-sticky-contact {
  left: 30px; }
  .b-sticky-contact .img-contact {
    width: 120px;
    display: block; }
  .b-sticky-contact .box-contact .txt-contact {
    color: #fff;
    line-height: 33px;
    vertical-align: top;
    width: 120px;
    text-align: center;
    cursor: pointer; }
  .b-sticky-contact .box-contact .btn-contact {
    display: none; }
  @media (max-width: 900px) {
    .b-sticky-contact {
      -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
      transform: translate(100%, 0);
      right: 0;
      left: auto;
      bottom: 80px; }
      .b-sticky-contact .box-contact {
        width: 50px;
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .b-sticky-contact .btn-ico {
        width: 50px;
        height: 50px;
        background-color: transparent;
        border: 0; }
      .b-sticky-contact .txt-contact, .b-sticky-contact .img-contact {
        display: none; }
      .b-sticky-contact .btn-contact {
        display: none; }
      .b-sticky-contact .box-btns {
        max-height: 200px;
        overflow: hidden;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .b-sticky-contact.minified .btn-contact {
        display: block; }
      .b-sticky-contact.minified .box-btns {
        max-height: 0px; } }
  @media (min-width: 901px) {
    .b-sticky-contact {
      -webkit-transform: translate(-150%, 0);
      -ms-transform: translate(-150%, 0);
      transform: translate(-150%, 0); }
      .b-sticky-contact .box-contact {
        background-color: rgba(51, 51, 51, 0.8);
        vertical-align: middle;
        padding: 8px;
        -webkit-border-radius: 3em;
        -moz-border-radius: 3em;
        border-radius: 3em; }
        .b-sticky-contact .box-contact::after {
          content: " ";
          display: block;
          clear: both; }
        .b-sticky-contact .box-contact > * {
          float: left; }
      .b-sticky-contact .box-btns {
        max-width: 200px;
        overflow: hidden;
        white-space: nowrap;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .b-sticky-contact .btn-ico {
        width: 35px;
        height: 35px;
        background-color: rgba(255, 255, 255, 0.1);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .b-sticky-contact.minified .box-btns {
        max-width: 0; }
      .b-sticky-contact:hover .box-btns {
        max-width: 200px; } }

.b-sorting {
  padding-left: 0; }
  .b-sorting li {
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .b-sorting li:after {
      content: "";
      display: block;
      width: 50px;
      height: 5px;
      background: #FFE512;
      margin: auto;
      margin-top: 0.8em; }
    .b-sorting li::after {
      background: rgba(226, 226, 226, 0.5);
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      margin-top: 0;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: 500ms;
      transition: 500ms; }
    .b-sorting li:hover::after, .b-sorting li:focus::after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .b-sorting li:not(:last-child) {
      margin-right: 15px; }
    .b-sorting li.active::after {
      background-color: #FFE512;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
  .disabled .b-sorting {
    opacity: 0.3;
    filter: alpha(opacity=30);
    pointer-events: none; }

.b-view .txt-title {
  display: inline-block;
  line-height: 45px;
  margin-right: 8px; }

.b-view-btns {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .b-view-btns::after {
    content: " ";
    display: block;
    clear: both; }

.b-view .btn-ico {
  width: 45px;
  height: 45px;
  float: left;
  display: block;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .b-view .btn-ico:hover {
    background-color: #f8f8f9; }
  .b-view .btn-ico:active, .b-view .btn-ico:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .b-view .btn-ico.active {
    background-color: #FFE512;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.b-view .btn-grid {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px; }

.b-view .btn-list {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0; }

.disabled .b-view {
  opacity: 0.3;
  filter: alpha(opacity=30);
  pointer-events: none; }

.b-filter {
  background: #f8f8f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .b-filter .btn-apply {
    width: 100%;
    max-width: none;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
  .b-filter-item {
    padding: 15px;
    border-bottom: 1px solid #E2E2E2; }
    .b-filter-item:last-child {
      border-bottom: 0; }
  .b-filter .a-collapse {
    display: block;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    cursor: pointer; }
  .b-filter label.check-box {
    display: block;
    margin: 10px 5px; }
    .b-filter label.check-box .txt-num {
      float: right; }
    .b-filter label.check-box .checkmark::after {
      border-color: #1E1D17;
      border-width: 0 2px 2px 0; }
    .b-filter label.check-box input:checked ~ .txt-value, .b-filter label.check-box input:checked ~ .txt-num {
      font-weight: bold; }
    .b-filter label.check-box input:checked ~ .checkmark {
      background-color: #FFE512;
      border-color: #FFE512; }
      .b-filter label.check-box input:checked ~ .checkmark:after {
        -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
        -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
        transform: translate(-50%, -50%) rotate(45deg) scale(0.8); }
  .b-filter label.radio-box {
    display: block;
    margin: 10px 5px; }
    .b-filter label.radio-box .txt-num {
      float: right; }
    .b-filter label.radio-box .checkmark {
      top: 0px; }
      .b-filter label.radio-box .checkmark::after {
        background: #ffe512;
        -webkit-transition: 500ms;
        transition: 500ms;
        -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0); }
    .b-filter label.radio-box input:checked ~ .txt-value, .b-filter label.radio-box input:checked ~ .txt-num {
      font-weight: bold; }
    .b-filter label.radio-box input:checked ~ .checkmark {
      border-color: #FFE512; }
      .b-filter label.radio-box input:checked ~ .checkmark:after {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
  .b-filter .b-range-slider-wrapper .b-range-silder {
    margin: 15px; }
  .b-filter .b-range-slider-wrapper .box-range {
    padding-left: 5px;
    padding-right: 8px; }
  .b-filter .b-range-slider-wrapper .txt-range {
    background: transparent; }
  .b-filter .dropdown-toggle::after {
    background-image: url(../images/icon/ico_down.svg); }
  .b-filter .dropdown-toggle.active {
    color: #1E1D17;
    font-weight: bold; }

.b-range-slider-wrapper .b-range-silder {
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px; }

.b-range-slider-wrapper input {
  border: 0; }

.b-range-slider-wrapper .box-range {
  padding: 10px 20px 0; }
  .b-range-slider-wrapper .box-range::after {
    content: " ";
    display: block;
    clear: both; }
  .b-range-slider-wrapper .box-range .txt-range {
    width: 50%;
    float: left; }
    .b-range-slider-wrapper .box-range .txt-range:focus, .b-range-slider-wrapper .box-range .txt-range:active {
      outline: none; }
    .b-range-slider-wrapper .box-range .txt-range-upper {
      text-align: right; }

.b-thankyou {
  text-align: center;
  background: #fff;
  display: inline-block;
  padding: 15px;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .b-thankyou p br {
      display: none; } }
  @media (min-width: 769px) {
    .b-thankyou {
      padding: 45px; } }
  .b-thankyou .txt-title-default .txt-subtitle {
    font-size: 22px;
    font-family: 'Lato', 'Noto Sans TC', sans-serif;
    margin-top: 20px;
    font-weight: 100; }

.b-event-title .col {
  padding: 30px; }

.b-event-title .txt-type {
  text-transform: uppercase;
  color: #9b9b9b; }

.b-event-title .txt-event-title {
  line-height: 1.3;
  margin: 15px 0; }

.b-event-title .txt-date {
  display: inline;
  color: #9b9b9b;
  line-height: 40px; }

.b-event-title .nav-media {
  float: right; }

@media (min-width: 1101px) and (max-width: 1600px) {
  .b-event-title .col {
    padding-top: 65px; } }

@media (max-width: 768px) {
  .b-event-title .col {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px; }
  .b-event-title .txt-event-title {
    margin-bottom: 0; }
  .b-event-title .nav-media > li > a {
    padding: 0; }
  .b-event-title .nav-media .btn-ico {
    width: 35px;
    height: 35px; } }

/*------------------------------------------ */
.row-awards {
  margin-left: -15px;
  margin-right: -15px; }
  .row-awards .txt-title-default {
    margin-top: 0; }
  @media (max-width: 1200px) {
    .row-awards .txt-title-default {
      margin-bottom: 15px; }
    .row-awards .txt-desc {
      margin-bottom: 30px; } }

.row-ctrl {
  line-height: 45px; }
  .row-ctrl .txt-num-results {
    display: inline-block; }
  .row-ctrl .b-sorting, .row-ctrl .b-view {
    display: inline-block; }
  @media (max-width: 1200px) {
    .row-ctrl > * {
      display: block;
      text-align: center; }
    .row-ctrl .txt-num-results {
      width: 100%; }
    .row-ctrl .float-right {
      float: none; } }

.row-logos {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .row-logos .col {
    padding-left: 7.5px;
    padding-right: 7.5px; }
    .row-logos .col:not(:last-child) {
      margin-bottom: 15px; }
  .row-logos .b-logo {
    border: 1px solid #E2E2E2;
    width: 100%; }

.row-ppl {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row-ppl .col {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .row-ppl .col:not(:last-child) .b-ppl {
      margin-bottom: 15px; }
  .row-ppl .b-ppl {
    background: #fff;
    width: 100%;
    border: 1px solid #E2E2E2;
    margin: auto;
    height: 100%; }
    .row-ppl .b-ppl .box-ctx {
      padding: 15px;
      width: 100%; }
    .row-ppl .b-ppl .txt-subtitle {
      color: #9b9b9b;
      font-size: 14px; }
    .row-ppl .b-ppl .txt-title {
      font-size: 20px;
      margin-top: 5px;
      margin-bottom: 5px; }
    .row-ppl .b-ppl .img-ppl {
      width: 100%;
      border-bottom: 1px solid #E2E2E2; }
    @media (max-width: 991px) {
      .row-ppl .b-ppl {
        max-width: 300px; } }
  @media (max-width: 991px) {
    .row-ppl {
      margin-left: -15px;
      margin-right: -15px; }
      .row-ppl .col {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .row-ppl {
      text-align: center; }
      .row-ppl .col {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }

.row-services {
  margin: 60px -7.5px; }
  .row-services .col {
    margin-bottom: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .row-services a {
    width: 100%; }
  @media (max-width: 768px) {
    .row-services {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .row-services::before {
        display: none; }
      .row-services .col, .row-services a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }

.row-feature {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row-feature .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
    .row-feature .col:nth-child(4) .b-feature img {
      margin-top: 4px; }
    .row-feature .col:nth-child(4) .b-feature .txt {
      margin-top: 8px; }
    .row-feature .col:nth-child(5):lang(en) .b-feature img {
      margin-top: 15px;
      margin-bottom: 15px; }
    .row-feature .col .b-feature {
      height: 100%; }
  @media (max-width: 768px) {
    .row-feature .col {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 15px; } }
  @media (min-width: 993px) and (max-width: 1200px) {
    .row-feature .col {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      margin-bottom: 15px; } }

.row-events {
  margin-bottom: 30px; }
  .row-events .col-left {
    width: 70%; }
  .row-events .col-right {
    width: 30%; }
  @media (max-width: 768px) {
    .row-events .col-left {
      display: none; }
    .row-events .col-right {
      width: 100%; }
      .row-events .col-right .b-event-card.next {
        max-width: 245px;
        margin: auto; } }
  @media (min-width: 769px) {
    .row-events {
      margin-bottom: 60px; }
      .row-events .col-right {
        padding-left: 0; } }
  @media (min-width: 992px) {
    .row-events .col-left {
      width: 80%; }
    .row-events .col-right {
      width: 20%; } }

.row-key {
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }
  .row-key::before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    background: #f8f8f9;
    z-index: -1; }
  .row-key .box-white {
    text-align: center;
    background: #fff;
    padding: 30px 15px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    height: 100%; }
    .row-key .box-white .ico {
      width: 60px;
      height: 60px;
      background-color: #FFE512;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      display: inline-block;
      margin-bottom: 8px; }
    .row-key .box-white .txt {
      font-size: 18px;
      font-weight: bold; }
  @media (max-width: 768px) {
    .row-key {
      margin-left: -7.5px;
      margin-right: -7.5px; }
      .row-key .col {
        padding-left: 7.5px;
        padding-right: 7.5px;
        margin-top: 7.5px;
        margin-bottom: 7.5px; }
      .row-key .box-white {
        padding-top: 15px;
        padding-bottom: 15px; }
        .row-key .box-white .txt {
          font-size: 16px; } }

/*------------------------------------------ */
.s-title-default .txt-title-default {
  margin-bottom: 0; }

.s-title-default.bg-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .s-title-default.bg-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(30, 29, 23, 0.6); }
  .s-title-default.bg-img .container {
    position: relative;
    color: #fff; }
  .s-title-default.bg-img .txt-subtitle-default {
    color: #fff; }

.s-submenu .container {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #E2E2E2;
  text-transform: uppercase; }

.s-submenu .nav-submenu-wrapper {
  width: 100%; }
  .s-submenu .nav-submenu-wrapper._fixed {
    background: rgba(241, 241, 241, 0.95);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: 500ms;
    transition: 500ms; }
    .s-submenu .nav-submenu-wrapper._fixed .container {
      border-top: 0px;
      padding-top: 15px;
      padding-bottom: 15px; }
  .s-submenu .nav-submenu-wrapper._fixed._hide {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%); }

@media (max-width: 768px) {
  .s-submenu {
    display: none; } }

.s-posts .col {
  margin-bottom: 30px; }
  .s-posts .col a {
    -webkit-transition: 500ms;
    transition: 500ms; }
    .s-posts .col a:hover {
      color: #1E1D17;
      -webkit-box-shadow: 0 0 30px 0 rgba(30, 29, 23, 0.3);
      -moz-box-shadow: 0 0 30px 0 rgba(30, 29, 23, 0.3);
      box-shadow: 0 0 30px 0 rgba(30, 29, 23, 0.3); }

@media (min-width: 769px) {
  .s-posts .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px; }
    .s-posts .row:before {
      display: none; }
    .s-posts .row .col {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .s-posts .row a {
      background: #fff;
      border: 1px solid #E2E2E2; }
    .s-posts .row .col-md-6.col {
      padding-left: 30px;
      padding-right: 30px; }
      .s-posts .row .col-md-6.col a {
        padding-bottom: 15px; } }

@media (min-width: 769px) {
  .s-posts-inner .row {
    margin-left: -15px;
    margin-right: -15px; }
    .s-posts-inner .row .col-md-6.col {
      padding-left: 15px;
      padding-right: 15px; } }

.s-search {
  background: #eae8ec; }
  .s-search .b-search {
    position: relative;
    z-index: 1; }
  @media (max-width: 1200px) {
    .s-search .b-search {
      margin-top: -100px; } }
  @media (min-width: 1201px) {
    .s-search .container {
      position: relative; }
    .s-search .b-search {
      position: absolute;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      width: 100%; } }

.s-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .s-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(30, 29, 23, 0.6); }
  .s-banner .container {
    position: relative;
    color: #fff; }

.s-home-intro {
  background: #eae8ec;
  position: relative;
  z-index: 0; }
  .s-home-intro .container {
    position: relative;
    z-index: 1; }
  .s-home-intro .txt-title-default {
    text-align: left;
    font-size: 40px; }
    .s-home-intro .txt-title-default::after {
      margin-left: 0; }
    .s-home-intro .txt-title-default .txt-sm {
      font-size: 26px; }
  .s-home-intro .container {
    position: relative; }
  .s-home-intro .col-ctx {
    padding-left: 35%;
    padding-top: 160px;
    padding-bottom: 160px;
    position: relative;
    z-index: 1; }
  .s-home-intro p {
    line-height: 1.7; }
  .s-home-intro .row-feature .col {
    width: 20%;
    float: left;
    padding-left: 7.5px;
    padding-right: 7.5px; }
    .s-home-intro .row-feature .col:nth-child(4) .b-feature img {
      margin-top: 4px; }
    .s-home-intro .row-feature .col:nth-child(4) .b-feature .txt {
      margin-top: 8px; }
  .s-home-intro .txt-river {
    position: absolute;
    font-size: 20px;
    text-align: center;
    right: 70%;
    bottom: 52%; }
    .s-home-intro .txt-river b {
      display: block;
      font-size: 35px; }
  @media (max-width: 992px) {
    .s-home-intro .col-ctx {
      padding: 0;
      padding-top: 60px;
      padding-bottom: 0px; }
    .s-home-intro .bg-river {
      position: relative; }
    .s-home-intro .img-river {
      width: 100%; }
    .s-home-intro .txt-river {
      left: 70%;
      right: auto;
      bottom: 62%;
      font-size: 16px; }
      .s-home-intro .txt-river b {
        font-size: 20px; } }
  @media (min-width: 993px) {
    .s-home-intro .bg-river {
      position: absolute;
      right: 45%;
      top: 0;
      width: 65%;
      height: 100%; }
      .s-home-intro .bg-river .img-river {
        position: absolute;
        right: 0%;
        bottom: 0;
        width: 100%; } }
  @media (min-width: 993px) and (max-width: 1200px) {
    .s-home-intro .txt-river {
      right: 70%;
      bottom: 30%; } }

.s-properties .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .s-properties .row:before {
    display: none; }

.s-properties .col {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .s-properties .col a {
    background: #fff; }

.s-properties-line .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px; }
  .s-properties-line .row:before {
    display: none; }
  .s-properties-line .row .col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .s-properties-line .row a {
    background: #fff;
    border: 1px solid #E2E2E2;
    margin-bottom: 15px; }
    @media (min-width: 769px) {
      .s-properties-line .row a {
        margin-bottom: 30px; } }

.s-property-body > .container > .row {
  margin-bottom: 60px; }

.s-property-body .btn {
  padding-top: 16px;
  padding-bottom: 14px; }

.s-property-body ul {
  padding-left: 20px; }
  .s-property-body ul > li:not(:last-child) {
    margin-bottom: 10px; }

.s-property-body .nav {
  padding-left: 0; }

.s-property-body .row-btns {
  margin: auto; }
  .s-property-body .row-btns a {
    display: inline-block; }
  .s-property-body .row-btns .btn {
    width: auto;
    max-width: auto;
    min-width: 230px; }

.s-property-body .txt-subtitle-default {
  margin-bottom: 15px; }

.s-property-body .txt-left .btn-light-grey {
  text-align: left;
  padding-left: 30px; }

.s-property-body .col:nth-child(1) .nav-media {
  margin-left: -5px;
  margin-right: -5px; }
  .s-property-body .col:nth-child(1) .nav-media > li {
    padding-left: 0; }

@media (max-width: 991px) {
  .s-property-body .nav-media {
    margin-top: -30px;
    margin-bottom: 15px; } }

.s-property-list {
  position: relative;
  padding-top: 0;
  margin-top: 30px; }
  .s-property-list .b-view {
    margin-left: 30px; }
  .s-property-list .b-search {
    display: none; }
    .s-property-list .b-search .col-last {
      padding-left: 0;
      padding-right: 0; }
  .s-property-list .b-property {
    width: 100%; }
  @media (max-width: 1200px) {
    .s-property-list .row-property-list > .col {
      width: 100% !important; } }
  @media (min-width: 1201px) {
    .s-property-list .row-property-list > .col {
      width: 75% !important; }
      .s-property-list .row-property-list > .col.col-filter {
        width: 25% !important; } }
  @media (max-width: 1200px) {
    .s-property-list {
      margin-top: -30px; }
      .s-property-list .b-search {
        display: block; }
      .s-property-list .col-filter, .s-property-list .b-view {
        display: none; }
      .s-property-list .row-ctrl {
        text-align: center;
        margin-top: 30px; }
      .s-property-list .float-right {
        float: none; }
      .s-property-list .b-sorting {
        padding-left: 15px;
        padding-right: 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; } }
  @media (min-width: 1201px) and (min-height: 700px) {
    .s-property-list .row-property-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .s-property-list .row-property-list:before {
        display: none; }
    .s-property-list .b-filter {
      position: -webkit-sticky;
      position: sticky;
      top: 135px; } }

.s-event-detail {
  padding-top: 0 !important; }
  .s-event-detail .b-article-detail {
    margin-top: 30px; }
  .s-event-detail .event-side {
    margin-top: 30px; }

.b-event-title .col {
  padding: 30px; }

.b-event-title .txt-type {
  text-transform: uppercase;
  color: #9b9b9b; }

.b-event-title .txt-event-title {
  line-height: 1.3;
  margin: 15px 0; }

.b-event-title .txt-date {
  display: inline;
  color: #9b9b9b;
  line-height: 40px; }

.b-event-title .nav-media {
  float: right; }

@media (min-width: 1101px) and (max-width: 1600px) {
  .b-event-title .col {
    padding-top: 65px; } }

.padding-default {
  padding-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px; }
  .padding-default.pt0 {
    padding-top: 0; }
  .padding-default.pb0 {
    padding-bottom: 0; }
  @media (max-width: 768px) {
    .padding-default {
      padding-bottom: 20px; }
      .padding-default.pt {
        padding-top: 20px; } }

.padding-default:not(.bg-full-grey) + .bg-full-grey, .bg-full-grey + .padding-default:not(.bg-full-grey), .bg-full-dark-grey + .padding-default:not(.bg-full-dark-grey) {
  padding-top: 40px; }
  @media (max-width: 768px) {
    .padding-default:not(.bg-full-grey) + .bg-full-grey, .bg-full-grey + .padding-default:not(.bg-full-grey), .bg-full-dark-grey + .padding-default:not(.bg-full-dark-grey) {
      padding-top: 20px; } }

.bg-full-grey {
  background: #f8f8f9; }

.bg-full-dark-grey {
  background: #f0f0f2; }

.s-event-detail2 {
  overflow: hidden; }
  .s-event-detail2 > .container > .row {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (max-width: 768px) {
      .s-event-detail2 > .container > .row {
        padding-top: 15px;
        padding-bottom: 15px; } }
  .s-event-detail2 .col-ctx {
    overflow: hidden; }
  .s-event-detail2 .b-event-title .col .txt-event-title {
    padding-bottom: 0; }
  @media (max-width: 768px) {
    .s-event-detail2 .b-event-title .col {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 15px; } }
  .s-event-detail2 .txt-title-default {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold; }
    .s-event-detail2 .txt-title-default::after {
      margin-top: 15px; }
  @media (max-width: 991px) {
    .s-event-detail2 .box-img {
      padding-bottom: 15px; } }
  .s-event-detail2 .list {
    max-width: 600px;
    margin: auto;
    display: block; }
    .s-event-detail2 .list li {
      padding-left: 5px; }
      .s-event-detail2 .list li:not(:last-child) {
        margin-bottom: 10px; }
  .s-event-detail2 p:last-child {
    margin-bottom: 0; }
  .s-event-detail2 .s-highlight-title .img-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 80%; }
  @media (max-width: 991px) {
    .s-event-detail2 .s-highlight-title .row .txt-title {
      margin-top: -15px;
      -webkit-transform: translate(0px, 0);
      -ms-transform: translate(0px, 0);
      transform: translate(0px, 0); }
      .s-event-detail2 .s-highlight-title .row .txt-title + p {
        margin-top: 0; }
    .s-event-detail2 .s-highlight-title .img-cover {
      padding-top: 65%; } }
  .s-event-detail2 .row-title .txt-title-default2 {
    text-align: center;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 30px; }
    .s-event-detail2 .row-title .txt-title-default2::after {
      margin-top: 0.8em; }
  .s-event-detail2 .s-highlight-title .row .txt-title .txt-light {
    margin-bottom: 5px; }
  .s-event-detail2 .s-highlight-title .row .txt-title .txt-light, .s-event-detail2 .s-highlight-title .row .txt-title .txt-bold {
    font-size: 30px; }
  .s-event-detail2 .s-highlight-title .row .txt-subtitle {
    font-size: 24px;
    margin-bottom: -15px; }
  @media (min-width: 769px) {
    .s-event-detail2 .s-highlight-title .row .txt-title {
      margin-right: -75px; }
      .s-event-detail2 .s-highlight-title .row .txt-title .txt-light, .s-event-detail2 .s-highlight-title .row .txt-title .txt-bold {
        font-size: 30px; }
    .s-event-detail2 .s-highlight-title .row .txt-subtitle {
      font-size: 22px; } }
  .s-event-detail2 .max-sm {
    max-width: 600px;
    margin: auto;
    display: block; }
  .s-event-detail2 .b-award .txt-desc {
    font-size: 14px; }

.row-cover {
  padding-top: 0; }
  @media (max-width: 768px) {
    .row-cover {
      margin-left: -15px;
      margin-right: -15px; } }

.row-form hr {
  margin-top: 30px;
  margin-bottom: 30px; }

.row-form .box-event {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 15px; }
  @media (max-width: 768px) {
    .row-form .box-event {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 769px) {
    .row-form .box-event {
      padding-top: 60px;
      padding-top: 60px; } }

.row-form .txt-event {
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  z-index: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 400 !important; }
  .row-form .txt-event::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #FFE512;
    height: 20px;
    width: 100%;
    display: block;
    z-index: -1; }
  @media (max-width: 768px) {
    .row-form .txt-event {
      font-size: 20px; } }

.row-form .table-event-info {
  max-width: 320px;
  margin: auto; }
  .row-form .table-event-info td {
    padding: 4px 15px; }
    .row-form .table-event-info td:nth-child(1) {
      text-align: right; }
    .row-form .table-event-info td:nth-child(2) {
      text-align: left; }

.row-video {
  padding-top: 40px; }
  @media (max-width: 768px) {
    .row-video {
      padding-top: 20px; } }
  .row-video .img-preview::before {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .row-video .img-preview:hover::before {
    opacity: 1;
    filter: alpha(opacity=100); }

.event-side .row > .col {
  padding-top: 15px;
  padding-bottom: 15px; }
  .event-side .row > .col:not(:last-child) {
    border-bottom: 1px solid #E2E2E2; }

.event-side .side-header {
  position: relative; }

@media (max-width: 768px) {
  .event-side .b-slider-latest.slick-initialized {
    margin-bottom: 30px; }
    .event-side .b-slider-latest.slick-initialized .slick-prev, .event-side .b-slider-latest.slick-initialized .slick-next {
      top: auto;
      bottom: -4px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .event-side .b-slider-latest.slick-initialized .slick-prev {
      left: 5px; }
    .event-side .b-slider-latest.slick-initialized .slick-next {
      right: 5px; }
    .event-side .b-slider-latest.slick-initialized .slick-dots {
      position: static; } }

@media (min-width: 1200px) {
  .event-side .ctx-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    position: relative; } }
  @media (min-width: 1200px) and (min-width: 768px) {
    .event-side .ctx-wrapper {
      margin-right: calc( ( 100vw  - 720px ) / 2 * -1 - 15px); } }
  @media (min-width: 1200px) and (min-width: 992px) {
    .event-side .ctx-wrapper {
      margin-right: calc( ( 100vw  - 960px ) / 2 * -1 - 15px); } }
  @media (min-width: 1200px) and (min-width: 1200px) {
    .event-side .ctx-wrapper {
      margin-right: calc( ( 100vw  - 1140px ) / 2 * -1 - 15px); } }
  @media (min-width: 1200px) and (min-width: 1600px) {
    .event-side .ctx-wrapper {
      margin-right: calc( ( 1600px  - 1140px ) / 2 * -1 - 15px); } }

@media (min-width: 1200px) {
    .event-side .ctx-wrapper::before {
      content: "";
      display: block;
      height: 100%;
      left: 7.5px;
      background: #E2E2E2;
      position: absolute;
      top: 0;
      width: 1px; } }

.s-about-us .container {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2; }

.s-services .txt-intro, .s-services .row-services, .s-services .row-services-detail {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.b-service {
  width: 100%;
  background: #f8f8f9;
  text-align: center;
  padding: 30px 15px; }
  .b-service .ico {
    width: 70px; }
  @media (min-width: 769px) {
    .b-service {
      min-height: 175px; }
      .b-service-lg .ico {
        width: 100px; }
      .b-service-lg txt {
        font-size: 26px; } }

.row-services-detail .col:not(:last-child) {
  border-bottom: 1px solid #E2E2E2; }

.b-service-detail {
  padding-top: 60px;
  padding-bottom: 60px; }
  .b-service-detail .ico {
    width: 100px; }
  .b-service-detail .txt-title-default {
    font-size: 26px;
    margin-bottom: 0px;
    padding-bottom: 0px; }
    .b-service-detail .txt-title-default::after {
      margin-top: 20px;
      margin-bottom: 30px; }
  @media (max-width: 768px) {
    .b-service-detail {
      text-align: center;
      padding-top: 30px;
      padding-bottom: 30px; }
      .b-service-detail .txt-title-default {
        font-size: 20px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px; }
        .b-service-detail .txt-title-default::after {
          margin-left: auto; } }
  @media (min-width: 769px) {
    .b-service-detail {
      position: relative;
      padding-left: 30%; }
      .b-service-detail .ico {
        width: 100px;
        position: absolute;
        left: 15%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .b-service-detail .txt-title-default {
        font-size: 26px; }
        .b-service-detail .txt-title-default::after {
          margin-bottom: 0.5em; } }

.s-career .txt-intro {
  font-size: 18px; }

.s-career hr {
  margin-top: 40px;
  margin-bottom: 40px; }

.s-career .txt-title-default, .s-career .txt-subtitle-default {
  margin-top: 0; }

@media (max-width: 768px) {
  .s-career .txt-title-default {
    text-align: center; }
    .s-career .txt-title-default::after {
      margin-left: auto;
      margin-right: auto; } }

.s-career .row-contact {
  padding: 15px; }
  @media (max-width: 768px) {
    .s-career .row-contact {
      margin-left: 0;
      margin-right: 0; } }

@media (max-width: 768px) {
  .s-career .row-default {
    padding-top: 15px;
    padding-bottom: 15px; } }

.row-perk {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row-perk::before {
    display: none; }

.b-perk {
  text-align: center;
  margin-bottom: 40px; }
  .b-perk-img {
    width: 100%; }
  .b-perk-title {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Lato', 'Noto Sans TC', sans-serif;
    margin-top: 20px; }

.nav-flow {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 45px;
  padding-left: 0; }
  .nav-flow li {
    display: inline-block;
    padding: 0 15px 15px;
    position: relative; }
    .nav-flow li a {
      text-transform: uppercase; }
      .nav-flow li a:after {
        content: "";
        display: block;
        width: 50px;
        height: 5px;
        background: #FFE512;
        margin: auto;
        margin-top: 0.8em; }
      .nav-flow li a:after {
        margin-top: 0;
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, 0) scaleX(0);
        -ms-transform: translate(-50%, 0) scaleX(0);
        transform: translate(-50%, 0) scaleX(0);
        background: #E2E2E2;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .nav-flow li a.active {
        font-weight: bold; }
        .nav-flow li a.active::after {
          -webkit-transform: translate(-50%, 0) scaleX(1);
          -ms-transform: translate(-50%, 0) scaleX(1);
          transform: translate(-50%, 0) scaleX(1);
          background: #FFE512; }
        .nav-flow li a.active.color-blue {
          color: #002C8E; }
        .nav-flow li a.active.color-red {
          color: #8E0000; }
  @media (max-width: 768px) {
    .nav-flow li {
      padding-left: 7px;
      padding-right: 7px;
      font-size: 13px; }
      .nav-flow li:first-child {
        padding-left: 0; }
      .nav-flow li:last-child {
        padding-right: 0; } }
  @media (max-width: 374px) {
    .nav-flow li {
      padding-left: 4px;
      padding-right: 4px;
      font-size: 12px; } }
  @media (min-width: 769px) {
    .nav-flow li a:hover::after {
      -webkit-transform: translate(-50%, 0) scaleX(1);
      -ms-transform: translate(-50%, 0) scaleX(1);
      transform: translate(-50%, 0) scaleX(1); } }

.b-step {
  max-width: 600px;
  margin: auto; }
  .b-step::before {
    background: #9b9b9b; }
  .b-step-ico {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #f8f8f9;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .b-step-ico.au-1 {
      background-image: url(../images/flow/au_step1.png); }
    .b-step-ico.au-2 {
      background-image: url(../images/flow/au_step2.png); }
    .b-step-ico.au-3 {
      background-image: url(../images/flow/au_step3.png); }
    .b-step-ico.au-4 {
      background-image: url(../images/flow/au_step4.png); }
    .b-step-ico.au-5 {
      background-image: url(../images/flow/au_step5.png); }
    .b-step-ico.au-6 {
      background-image: url(../images/flow/au_step6.png); }
    .b-step-ico.au-7 {
      background-image: url(../images/flow/au_step7.png); }
    .b-step-ico.uk-1 {
      background-image: url(../images/flow/uk_step1.png); }
    .b-step-ico.uk-2 {
      background-image: url(../images/flow/uk_step2.png); }
    .b-step-ico.uk-3 {
      background-image: url(../images/flow/uk_step3.png); }
    .b-step-ico.uk-4 {
      background-image: url(../images/flow/uk_step4.png); }
    .b-step-ico.uk-5 {
      background-image: url(../images/flow/uk_step5.png); }
    .b-step-ico.uk-6 {
      background-image: url(../images/flow/uk_step6.png); }
    .b-step-ico.uk-7 {
      background-image: url(../images/flow/uk_step7.png); }
    .b-step-ico.my-1 {
      background-image: url(../images/flow/my_step1.png); }
    .b-step-ico.my-2 {
      background-image: url(../images/flow/my_step2.png); }
    .b-step-ico.my-3 {
      background-image: url(../images/flow/my_step3.png); }
    .b-step-ico.my-4 {
      background-image: url(../images/flow/my_step4.png); }
    .b-step-ico.my-5 {
      background-image: url(../images/flow/my_step5.png); }
  .b-step-num, .b-step-title {
    font-family: 'Playfair Display', 'Noto Sans TC', sans-serif; }
  .b-step-desc {
    border-left: 0px solid #9b9b9b; }
  .color-blue .b-step .b-step-num {
    color: #002C8E; }
  .color-blue .b-step .b-step-desc {
    border-left-color: #002C8E; }
  .color-blue .b-step::before {
    background: #002C8E; }
  .color-red .b-step .b-step-num {
    color: #8E0000; }
  .color-red .b-step .b-step-desc {
    border-left-color: #8E0000; }
  .color-red .b-step::before {
    background: #8E0000; }

@media (max-width: 768px) {
  .b-step .box-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .b-step-ico {
    width: 70px;
    height: 70px; }
  .b-step-num {
    font-size: 40px;
    width: 40px;
    text-align: center;
    -webkit-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    transform: translate(0, -10%); }
  .b-step-title {
    font-size: 20px; }
  .b-step-desc {
    margin-left: 35px;
    padding: 5px 0 60px 15px; }
  .b-step:not(:last-child) .b-step-desc {
    border-left-width: 1px; } }

@media (min-width: 769px) {
  .b-step {
    padding-left: 170px;
    position: relative; }
    .b-step:not(:last-child)::before {
      content: "";
      position: absolute;
      left: 35px;
      height: 100%;
      width: 1px; }
    .b-step-ico, .b-step-num {
      position: absolute; }
    .b-step-ico {
      width: 70px;
      height: 70px;
      left: 0; }
    .b-step-num {
      left: 115px;
      font-size: 55px;
      -webkit-transform: translate(0, -20%);
      -ms-transform: translate(0, -20%);
      transform: translate(0, -20%); }
    .b-step-title {
      font-size: 28px;
      padding-top: 10px;
      margin-bottom: 5px; }
    .b-step-desc {
      padding-bottom: 45px; } }

.s-highlight-title .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end; }
  .s-highlight-title .row::before {
    display: none; }
  .s-highlight-title .row .txt-title .txt-light, .s-highlight-title .row .txt-title .txt-bold {
    background: #FFE512;
    margin-bottom: 8px;
    display: inline-block;
    line-height: 1.1; }
  .s-highlight-title .row .txt-title .txt-light {
    font-weight: 300; }
  .s-highlight-title .row .txt-title .txt-bold {
    font-weight: 700; }
  .s-highlight-title .row .txt-title *:last-child {
    margin-bottom: 20px; }
  .s-highlight-title .row .txt-subtitle {
    line-height: 1em;
    padding-bottom: 10px;
    font-weight: 500;
    margin: 0;
    font-size: 28px; }
  @media (max-width: 768px) {
    .s-highlight-title .row .col:nth-child(2) {
      padding-left: 30px;
      padding-right: 30px; }
    .s-highlight-title .row .txt-title {
      margin-top: -23px; }
    .s-highlight-title .row .txt-light, .s-highlight-title .row .txt-bold {
      font-size: 35px; } }
  @media (min-width: 769px) {
    .s-highlight-title .row .txt-title {
      -webkit-transform: translate(-75px, 0);
      -ms-transform: translate(-75px, 0);
      transform: translate(-75px, 0); }
      .s-highlight-title .row .txt-title .txt-light, .s-highlight-title .row .txt-title .txt-bold {
        font-size: 45px; } }

.s-prop-feature .container {
  max-width: 800px; }

.s-prop-feature .ico-hk-au {
  display: block !important;
  margin: auto !important;
  width: 150px; }

.s-prop-feature p {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.s-prop-feature .txt-title-default {
  font-weight: 300;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 30px; }
  .s-prop-feature .txt-title-default .txt-subtitle {
    font-size: 24px;
    margin-top: 8px;
    padding-left: 14px; }

@media (max-width: 992px) {
  .s-prop-feature .col-ctx {
    padding: 0;
    padding-top: 60px;
    padding-bottom: 0px; } }

.s-rent .nav-tabs {
  text-align: center !important;
  border-bottom: 0;
  margin-bottom: 30px; }
  .s-rent .nav-tabs .txt-slash {
    margin-left: 30px;
    margin-right: 30px;
    line-height: 70px; }
  .s-rent .nav-tabs > li {
    float: none;
    display: inline-block;
    vertical-align: bottom; }
    .s-rent .nav-tabs > li > a {
      background: transparent;
      border: 0;
      padding: 0 !important;
      line-height: 70px !important;
      height: 70px; }
      .s-rent .nav-tabs > li > a a {
        color: #1E1D17;
        text-decoration: none;
        border: 0; }
        .s-rent .nav-tabs > li > a a:visited {
          color: #1E1D17;
          text-decoration: none;
          border: 0; }
        .s-rent .nav-tabs > li > a a:hover {
          color: #1E1D17;
          text-decoration: none;
          border: 0; }
        .s-rent .nav-tabs > li > a a:active, .s-rent .nav-tabs > li > a a:focus {
          color: #1E1D17;
          text-decoration: none;
          border: 0; }
      .s-rent .nav-tabs > li > a:hover, .s-rent .nav-tabs > li > a:active, .s-rent .nav-tabs > li > a:focus {
        opacity: 1;
        filter: alpha(opacity=100);
        background: transparent;
        border: 0; }
    .s-rent .nav-tabs > li.active > a {
      font-size: 35px;
      font-weight: 300;
      background: transparent;
      border: 0;
      color: #1E1D17; }

.s-rent .box-long, .s-rent .box-short {
  max-width: 800px;
  margin: auto; }

.s-rent .box-long-info {
  max-width: 600px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px; }

.s-rent .box-qa {
  max-width: 800px;
  margin: auto;
  margin-top: 15px;
  text-align: center;
  padding: 45px 15px; }
  .s-rent .box-qa-wrapper {
    max-width: 600px;
    margin: auto; }
  .s-rent .box-qa .txt-qa-title {
    font-size: 35px;
    position: relative;
    z-index: 0;
    display: inline-block;
    margin-top: 30px; }
    .s-rent .box-qa .txt-qa-title::before {
      content: "";
      background-image: url(../images/prop_management/ico_quote.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      width: 60px;
      height: 60px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .s-rent .box-qa p {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

.s-rent .box-long .txt-intro {
  margin-top: 45px !important;
  margin-bottom: 15px !important; }

.s-rent .box-long .row-services-detail {
  margin-left: 0;
  margin-right: 0; }
  .s-rent .box-long .row-services-detail .col {
    padding-left: 0;
    padding-right: 0; }

.s-rent .box-long .b-service-detail {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative; }
  .s-rent .box-long .b-service-detail p {
    margin-top: 0;
    margin-bottom: 0; }
  .s-rent .box-long .b-service-detail .ico {
    width: 80px;
    left: 70px; }
  .s-rent .box-long .b-service-detail .txt-title {
    font-size: 20px;
    margin-bottom: 7.5px; }
  @media (min-width: 769px) {
    .s-rent .box-long .b-service-detail {
      padding-left: 140px; } }

.s-rent .row-short-service {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .s-rent .row-short-service .col {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-top: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

.s-rent .b-short-service {
  background: #fff;
  padding: 30px; }
  @media (max-width: 768px) {
    .s-rent .b-short-service {
      padding: 15px; } }
  .s-rent .b-short-service .ico {
    width: 70px;
    margin: auto;
    display: block;
    margin-bottom: 10px; }
  .s-rent .b-short-service .txt-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px; }

.s-rent .box-short-info {
  max-width: 600px;
  margin: auto;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px; }
  .s-rent .box-short-info .txt-intro {
    font-size: 20px;
    margin-top: 45px; }

.s-rent .row-pros {
  margin-top: 45px; }
  .s-rent .row-pros .b-pros {
    background: #f8f8f9;
    position: relative;
    padding: 15px;
    padding-left: 70px;
    margin-bottom: 30px; }
    .s-rent .row-pros .b-pros .ico {
      position: absolute;
      width: 40px;
      height: 40px;
      left: 15px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .s-rent .row-pros .b-pros .txt-title {
      font-size: 18px; }

.s-act {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }
  .s-act::before, .s-act::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 80px;
    background: #9b9b9b;
    z-index: 1; }
  .s-act::before {
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .s-act::after {
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); }
  .s-act .txt-act {
    font-size: 18px; }
  .s-act .txt-act2 {
    font-weight: bold;
    font-size: 25px; }
  .s-act .ico-down {
    width: 30px;
    height: 30px;
    background-image: url(../images/icon/ico_down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
    -webkit-animation: ani-float 0.8s infinite;
    animation: ani-float 0.8s infinite; }

.s-prop-profile .box-prop-profile {
  background: #fff;
  padding: 15px;
  margin-top: 15px; }

.s-prop-profile .b-logo-view {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.s-prop-profile .b-logo-view, .s-prop-profile .img-view {
  background-color: #fff;
  margin-bottom: 15px;
  padding-top: 56.25%;
  border: 1px solid #E2E2E2; }

.s-prop-profile .txt-with-ico.ico-video {
  padding-left: 40px; }

.s-prop-profile .box-logo {
  width: 345px;
  margin: auto; }

.s-prop-profile .img-preview {
  padding-top: 56.25%;
  border: 1px solid #E2E2E2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

@media (min-width: 769px) {
  .s-prop-profile .box-prop-profile {
    padding: 45px; }
  .s-prop-profile hr {
    margin-bottom: 30px; } }

.row-profile {
  background: #fff; }

.s-developer-list .txt-intro {
  max-width: 800px;
  margin: auto;
  margin-bottom: 45px; }

.s-developer-list .b-logo-view {
  width: 100%;
  padding-top: 65.34653%;
  border: 1px solid #E2E2E2;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 80%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .s-developer-list .b-logo-view::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    background-blend-mode: multiply;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 500ms;
    transition: 500ms; }
  .s-developer-list .b-logo-view .txt-view {
    position: absolute;
    right: 8px;
    bottom: 15px;
    font-size: 14px;
    padding-right: 30px;
    color: #1E1D17;
    font-weight: bold;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 500ms;
    transition: 500ms; }
    .s-developer-list .b-logo-view .txt-view::after {
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      right: 5px;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      background-image: url(../images/icon/ico_right.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      -webkit-animation: ani-arrow-right 500ms infinite;
      animation: ani-arrow-right 500ms infinite; }
  .s-developer-list .b-logo-view:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(30, 29, 23, 0.3);
    -moz-box-shadow: 0 0 30px 0 rgba(30, 29, 23, 0.3);
    box-shadow: 0 0 30px 0 rgba(30, 29, 23, 0.3); }
    .s-developer-list .b-logo-view:hover::before {
      opacity: 1;
      filter: alpha(opacity=100); }
    .s-developer-list .b-logo-view:hover .txt-view {
      opacity: 1;
      filter: alpha(opacity=100); }
      .s-developer-list .b-logo-view:hover .txt-view::after {
        -webkit-transform: translate(10%, -50%);
        -ms-transform: translate(10%, -50%);
        transform: translate(10%, -50%); }

.s-contact {
  position: relative;
  background-image: url(../images/bg_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: 80%; }
  .s-contact::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .s-contact .container {
    position: relative; }
  .s-contact .txt {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 45px; }
    .s-contact .txt a {
      color: #fff;
      text-decoration: none;
      border: 0; }
      .s-contact .txt a:visited {
        color: #fff;
        text-decoration: none;
        border: 0; }
      .s-contact .txt a:hover {
        color: #fff;
        text-decoration: none;
        border: 0; }
      .s-contact .txt a:active, .s-contact .txt a:focus {
        color: #fff;
        text-decoration: none;
        border: 0; }
    .s-contact .txt a {
      -webkit-transition: 500ms;
      transition: 500ms; }
      .s-contact .txt a:hover, .s-contact .txt a:focus, .s-contact .txt a:active {
        letter-spacing: 2px;
        color: #FFE512; }
    @media (max-width: 768px) {
      .s-contact .txt {
        font-size: 24px; } }

.s-footer {
  background: #333333;
  color: #fff; }
  .s-footer .container {
    position: relative; }
  .s-footer a {
    color: #fff;
    text-decoration: none;
    border: 0; }
    .s-footer a:visited {
      color: #fff;
      text-decoration: none;
      border: 0; }
    .s-footer a:hover {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none;
      border: 0; }
    .s-footer a:active, .s-footer a:focus {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none;
      border: 0; }
  .s-footer .nav > li a {
    color: #fff;
    text-decoration: none;
    border: 0; }
    .s-footer .nav > li a:visited {
      color: #fff;
      text-decoration: none;
      border: 0; }
    .s-footer .nav > li a:hover {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none;
      border: 0; }
    .s-footer .nav > li a:active, .s-footer .nav > li a:focus {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none;
      border: 0; }

.row-footer-ctx .txt-title {
  font-family: 'Lato', 'Noto Sans TC', sans-serif;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 30px;
  font-size: 18px; }

.row-footer-ctx .txt-address {
  margin-bottom: 15px; }

.row-footer-ctx .txt-with-ico {
  padding-left: 40px;
  display: block; }

.row-footer-ctx .col {
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 900px) {
  .row-footer-ctx {
    text-align: center; }
    .row-footer-ctx .txt-with-ico {
      display: block;
      padding-left: 0; }
      .row-footer-ctx .txt-with-ico::before {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
    .row-footer-ctx .nav-media {
      margin-top: 30px;
      margin-bottom: 30px; }
    .row-footer-ctx .btn-subscribe {
      margin-bottom: 45px; }
    .row-footer-ctx .col:not(.col-nav) .txt-title {
      color: #FFE512; }
    .row-footer-ctx .col-nav {
      border-top: 1px solid #525252;
      margin-left: 15px;
      margin-right: 15px;
      padding-left: 0;
      padding-right: 0; }
      .row-footer-ctx .col-nav .txt-title {
        text-align: left;
        line-height: 30px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-bottom: 0;
        cursor: pointer; }
        .row-footer-ctx .col-nav .txt-title::after {
          content: "";
          display: block;
          width: 30px;
          height: 30px;
          float: right;
          background: no-repeat center;
          background-image: url(../images/icon/ico_down_white.svg);
          background-size: 80% auto;
          -webkit-transition: 500ms;
          transition: 500ms; }
      .row-footer-ctx .col-nav.active .txt-title::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .row-footer-ctx .col-nav:last-child {
        border-bottom: 1px solid #525252; }
    .row-footer-ctx .nav-default {
      text-align: left; }
      .row-footer-ctx .nav-default > li:last-child {
        margin-bottom: 30px; } }

@media (min-width: 901px) {
  .row-footer-ctx .col {
    width: 21%;
    float: left; }
    .row-footer-ctx .col:nth-child(1) {
      width: 37%; }
  .row-footer-ctx .btn-subscribe, .row-footer-ctx .nav-media {
    position: absolute;
    top: 50px; }
  .row-footer-ctx .btn-subscribe {
    top: 40px; }
  .row-footer-ctx .btn-subscribe {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  .row-footer-ctx .nav-media {
    right: 15px; }
  .row-footer-ctx .col-nav .nav-default {
    display: block !important;
    height: auto !important; } }

.row-footer-logo .img-logo {
  width: 120px;
  height: 120px;
  margin-bottom: 15px; }

@media (max-width: 900px) {
  .row-footer-logo {
    display: none; } }

@media (min-width: 901px) {
  .row-footer-logo {
    border-bottom: 1px solid #525252; } }

.row-footer-top {
  margin-top: 15px;
  text-align: center; }
  .row-footer-top .btn-top {
    display: inline-block;
    background: transparent; }
    .row-footer-top .btn-top::before {
      background-size: 70% auto;
      border: 1px solid transparent; }
  @media (min-width: 901px) {
    .row-footer-top {
      text-align: right;
      margin-bottom: 15px; } }

.row-footer-copyright {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 25px; }
  .row-footer-copyright a {
    color: #9b9b9b;
    text-decoration: none;
    border: 0; }
    .row-footer-copyright a:visited {
      color: #9b9b9b;
      text-decoration: none;
      border: 0; }
    .row-footer-copyright a:hover {
      color: #9b9b9b;
      text-decoration: none;
      border: 0; }
    .row-footer-copyright a:active, .row-footer-copyright a:focus {
      color: #9b9b9b;
      text-decoration: none;
      border: 0; }
  .row-footer-copyright .txt-copyright {
    color: #9b9b9b; }
  .row-footer-copyright .nav-footer {
    display: inline-block; }
    .row-footer-copyright .nav-footer a {
      padding-right: 0; }
  @media (max-width: 900px) {
    .row-footer-copyright {
      text-align: center; }
      .row-footer-copyright .txt-copyright {
        margin-top: 15px;
        margin-bottom: 15px; } }
  @media (min-width: 901px) {
    .row-footer-copyright {
      border-top: 1px solid #525252; }
      .row-footer-copyright .nav-footer > li {
        display: inline-block;
        padding-left: 15px; }
        .row-footer-copyright .nav-footer > li > a {
          padding-top: 0;
          padding-bottom: 0; }
      .row-footer-copyright .txt-copyright {
        float: left; } }

.s-tnc a {
  text-decoration: underline;
  font-weight: bold; }
  .s-tnc a:hover, .s-tnc a:active, .s-tnc a:focus {
    text-decoration: underline;
    font-weight: bold;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: 500ms;
    transition: 500ms; }

.s-tnc .txt-subtitle-default {
  text-align: left;
  color: #1E1D17;
  font-weight: bold;
  letter-spacing: inherit;
  margin-top: 60px;
  font-size: 18px; }

.s-tnc table td:not(:first-child) {
  padding-left: 30px; }

.s-tnc ol {
  padding-left: 18px; }
  .s-tnc ol > li {
    padding-left: 10px; }
    .s-tnc ol > li p, .s-tnc ol > li table {
      text-transform: none;
      font-weight: normal; }
  .s-tnc ol li {
    text-transform: uppercase;
    font-weight: bold; }
  .s-tnc ol ol {
    counter-reset: section;
    margin-top: 15px;
    margin-bottom: 15px;
    counter-increment: section1;
    list-style: none;
    padding-left: 15px; }
    .s-tnc ol ol > li {
      position: relative;
      padding-left: 40px;
      text-transform: none;
      font-weight: normal; }
      .s-tnc ol ol > li::before {
        position: absolute;
        left: 0;
        counter-increment: section;
        content: counters(section1, ".") "." counters(section, "."); }

.s-tnc ol.list-num {
  list-style: decimal;
  padding-left: 20px; }
  .s-tnc ol.list-num > li {
    padding-left: 15px; }
    .s-tnc ol.list-num > li::before {
      display: none; }

/*------------------------------------------ */
.box-msg-no-result {
  text-align: center;
  padding: 30px 15px;
  border: 1px solid #E2E2E2; }

.row-intro {
  position: relative; }
  .row-intro .b-popup {
    max-width: none;
    width: 100%;
    padding: 30px 0 15px; }
  .row-intro h4 {
    padding-bottom: 0;
    line-height: normal; }
  .row-intro .img-house {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: 50% 30%; }
  @media (min-width: 1024px) {
    .row-intro {
      padding-right: 40%; }
      .row-intro .img-house {
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-position: 70% 50%; }
      .row-intro .box-ctx {
        padding-right: 45px; } }
  @media (min-width: 1200px) {
    .row-intro {
      margin-bottom: 75px; }
      .row-intro .box-ctx {
        padding-right: 75px; } }

.img-house2 {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: 50% 35%;
  margin-top: 30px; }

.row-house {
  position: relative; }
  .row-house .b-popup {
    max-width: none;
    width: 100%;
    padding: 30px 0 15px; }
  .row-house h4 {
    padding-bottom: 0;
    line-height: normal; }
  .row-house .img-house {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: 50% 90%; }
  @media (min-width: 1024px) {
    .row-house {
      padding-left: 30%; }
      .row-house .img-house {
        position: absolute;
        left: 0;
        top: 0;
        width: 30%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-position: 35% 50%; }
      .row-house .box-ctx {
        padding-left: 45px; } }
  @media (min-width: 1200px) {
    .row-house .box-ctx {
      padding-left: 75px; } }

@media (max-width: 991px) {
  .md-show {
    display: none; } }

@media (min-width: 992px) {
  .md-hide {
    display: none; } }

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

@charset "UTF-8";
@keyframes ani-arrow-down {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%); } }

@-webkit-keyframes ani-arrow-down {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%); } }

@keyframes ani-arrow-right {
  0%, 100% {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  50% {
    -webkit-transform: translate(10%, -50%);
    -ms-transform: translate(10%, -50%);
    transform: translate(10%, -50%); } }

@-webkit-keyframes ani-arrow-right {
  0%, 100% {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  50% {
    -webkit-transform: translate(10%, -50%);
    -ms-transform: translate(10%, -50%);
    transform: translate(10%, -50%); } }

@keyframes ani-float {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px); } }

@-webkit-keyframes ani-float {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px); } }

@keyframes ani-float2 {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(-20deg);
    -ms-transform: translate(0, 0) rotate(-20deg);
    transform: translate(0, 0) rotate(-20deg); }
  50% {
    -webkit-transform: translate(0, -10px) rotate(-30deg);
    -ms-transform: translate(0, -10px) rotate(-30deg);
    transform: translate(0, -10px) rotate(-30deg); } }

@-webkit-keyframes ani-float2 {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(-20deg);
    -ms-transform: translate(0, 0) rotate(-20deg);
    transform: translate(0, 0) rotate(-20deg); }
  50% {
    -webkit-transform: translate(0, -10px) rotate(-30deg);
    -ms-transform: translate(0, -10px) rotate(-30deg);
    transform: translate(0, -10px) rotate(-30deg); } }

label {
  font-weight: normal;
  margin-bottom: 8px; }

input[type="text"], textarea, .selectric-wrapper {
  width: 100%;
  display: block;
  -webkit-transition: 500ms;
  transition: 500ms; }
  input[type="text"]:focus, input[type="text"]:active, textarea:focus, textarea:active, .selectric-wrapper:focus, .selectric-wrapper:active {
    outline: none;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3);
    -moz-box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3);
    box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3); }

input[type="text"], textarea {
  border: 1px solid rgba(226, 226, 226, 0.8);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.5em; }

input[type="text"] {
  padding-left: 15px;
  padding-right: 15px;
  height: 48px;
  line-height: 48px; }

textarea {
  height: 150px;
  padding: 15px; }

label.radio-box {
  position: relative;
  cursor: pointer;
  padding-left: 26px;
  line-height: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  label.radio-box input {
    display: none; }
  label.radio-box .checkmark {
    position: absolute;
    height: 22px;
    width: 22px;
    left: -2px;
    top: 4px;
    background: #fff;
    display: inline-block;
    border: 1px solid #E2E2E2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 500ms;
    transition: 500ms; }
    label.radio-box .checkmark::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 13px;
      height: 13px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #dec600;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      -webkit-transition: 200ms;
      transition: 200ms; }
  label.radio-box:hover input ~ .checkmark {
    background-color: #fafafa; }
  label.radio-box input:checked ~ .checkmark:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

label.check-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 35px;
  line-height: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
  label.check-box input {
    display: none; }
  label.check-box .checkmark {
    position: absolute;
    height: 22px;
    width: 22px;
    left: -2px;
    top: 2px;
    background: #fff;
    border: 1px solid #E2E2E2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 500ms;
    transition: 500ms; }
    label.check-box .checkmark::after {
      content: "";
      position: absolute;
      top: 43%;
      left: 50%;
      width: 8px;
      height: 15px;
      border: solid #ab9800;
      border-width: 0 3px 3px 0;
      -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
      -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
      transform: translate(-50%, -50%) rotate(45deg) scale(0);
      -webkit-transition: 200ms;
      transition: 200ms; }
  label.check-box:hover input ~ .checkmark {
    background-color: #fafafa; }
  label.check-box input:checked ~ .checkmark:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
    transform: translate(-50%, -50%) rotate(45deg) scale(0.8); }

.bookingform {
  margin: 30px auto;
  background: #f8f8f9;
  padding: 30px 15px;
  text-align: center; }
  .bookingform .em-booking {
    display: inline-block;
    margin: auto;
    text-align: left; }
    .bookingform .em-booking .em-booking-form .em-booking-form-details {
      float: none;
      width: 100%; }
    .bookingform .em-booking .em-booking-form input.input, .bookingform .em-booking .em-booking-form textarea {
      width: 100%; }
  .bookingform label {
    float: none;
    width: auto;
    display: block; }
  .bookingform span.input-group {
    margin-left: 0; }
    .bookingform span.input-group input {
      margin-left: 0; }
  .bookingform .input-group {
    width: 100%; }
  .bookingform .input-user-field .em-form-required {
    color: red; }
  .bookingform .em-time-range {
    display: block;
    position: relative; }
    .bookingform .em-time-range::after {
      content: " ";
      display: block;
      clear: both; }
    .bookingform .em-time-range::before {
      content: "";
      position: absolute;
      width: 10px;
      height: 1px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #333333; }
    .bookingform .em-time-range .em-time-input {
      float: left;
      width: 45%;
      display: block; }
    .bookingform .em-time-range .em-time-end {
      float: right; }
  .bookingform .em-booking-submit {
    background: #FFE512;
    border: 0;
    padding: 15px;
    width: 100%;
    max-width: 400px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .bookingform .input-checkbox {
    width: 100%;
    max-width: 400px; }
  .bookingform .input-group .radio {
    display: inline-block; }

.txt-subtitle-default {
  text-align: center;
  font-size: 16px;
  color: #9b9b9b;
  font-family: 'Lato', 'Noto Sans TC', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 0;
  margin-bottom: 20px; }

.txt-title-default {
  position: relative;
  text-align: center;
  font-size: 36px;
  margin-bottom: 35px;
  padding-bottom: 0;
  line-height: 1.2; }
  .txt-title-default:after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #FFE512;
    margin: auto;
    margin-top: 0.8em; }
  .txt-title-default::after {
    margin-top: 30px; }
  .txt-title-default.txt-left {
    text-align: left; }
    .txt-title-default.txt-left::after {
      margin-left: 0; }
  .txt-title-default.txt-sm {
    font-size: 28px;
    margin-bottom: 20px; }
    .txt-title-default.txt-sm::after {
      margin-top: 0.6em; }

.txt-with-ico {
  position: relative;
  padding-left: 30px;
  line-height: 40px;
  display: inline-block; }
  .txt-with-ico::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    border: 0px solid transparent; }
  .txt-with-ico.ico-menu::before {
    background-image: url(../images/icon/ico_menu.svg); }
  .txt-with-ico.ico-tel::before {
    background-image: url(../images/icon/ico_phone.svg); }
  .txt-with-ico.ico-mail::before {
    background-image: url(../images/icon/ico_mail.svg); }
  .txt-with-ico.ico-whatsapp::before {
    background-image: url(../images/icon/ico_whatsapp.svg); }
  .txt-with-ico.ico-top-white::before {
    background-image: url(../images/icon/ico_top_white.svg); }
  .txt-with-ico.ico-video::before {
    background-image: url(../images/icon/ico_play_black.svg); }
  .txt-with-ico.ico-back::before {
    background-image: url(../images/icon/ico_left.svg);
    -webkit-transition: 500ms;
    transition: 500ms; }
  .txt-with-ico.ico-back:hover::before {
    -webkit-transform: translate(-10px);
    -ms-transform: translate(-10px);
    transform: translate(-10px); }
  .txt-with-ico.ico-next {
    padding-left: 0px;
    padding-right: 30px;
    text-transform: uppercase;
    font-weight: bold; }
    .txt-with-ico.ico-next::before {
      right: 0;
      left: auto;
      background-image: url(../images/icon/ico_right.svg);
      -webkit-transition: 500ms;
      transition: 500ms; }
    .txt-with-ico.ico-next:hover::before {
      -webkit-transform: translate(10px);
      -ms-transform: translate(10px);
      transform: translate(10px); }

.txt-wrap {
  display: inline-block; }

.btn {
  background: transparent;
  -webkit-transition: 500ms;
  transition: 500ms;
  outline: 0;
  position: relative; }
  .btn:focus, .btn:active {
    outline: none !important;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3);
    -moz-box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3);
    box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3); }
  .btn.btn-default {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    max-width: 245px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0; }
  .btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #1E1D17; }
    .btn.btn-white:hover {
      background: #e6e6e6;
      letter-spacing: 2px; }
  .btn.btn-white2 {
    background: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .btn.btn-white2:hover {
      letter-spacing: 2px; }
  .btn.btn-yellow {
    background: #FFE512; }
    .btn.btn-yellow:hover {
      background: #dec600;
      letter-spacing: 2px; }
  .btn.btn-grey {
    background-color: #333333;
    color: #fff;
    -webkit-transition: 500ms;
    transition: 500ms; }
    .btn.btn-grey:hover {
      background-color: #1a1a1a;
      letter-spacing: 2px; }
  .btn .ico {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    transform: translate(0, -1px); }
    .btn .ico-contact {
      background-image: url(../images/icon/ico_contact.svg); }
    .btn .ico-doc {
      background-image: url(../images/icon/ico_doc.svg); }
    .btn .ico-list {
      background-image: url(../images/icon/ico_list_white.svg); }
  .btn.btn-light-grey {
    color: #1E1D17;
    background-color: #f8f8f9;
    -webkit-transition: 500ms;
    transition: 500ms; }
    .btn.btn-light-grey .ico-contact {
      background-image: url(../images/icon/ico_contact_black.svg); }
    .btn.btn-light-grey .ico-doc {
      background-image: url(../images/icon/ico_doc_black.svg); }
    .btn.btn-light-grey .ico-list {
      background-image: url(../images/icon/ico_list_black.svg); }
    .btn.btn-light-grey:hover {
      background-color: #eaeaed; }
  .btn.ico-arrow {
    vertical-align: middle; }
    .btn.ico-arrow::after {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      background-image: url(../images/icon/ico_right_white.svg);
      vertical-align: middle;
      margin-left: 15px;
      margin-top: -2px;
      -webkit-transition: 500ms;
      transition: 500ms; }
    .btn.ico-arrow:hover::after {
      -webkit-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
      transform: translate(20%, 0); }

.btn-ico {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .btn-ico.ico-close {
    background-image: url(../images/icon/ico_close.svg); }
  .btn-ico.ico-close2 {
    background-image: url(../images/icon/ico_close_white.svg); }
  .btn-ico.ico-facebook {
    background-image: url(../images/icon/ico_facebook.svg); }
  .btn-ico.ico-linkedin {
    background-image: url(../images/icon/ico_linkedin.svg); }
  .btn-ico.ico-youtube {
    background-image: url(../images/icon/ico_youtube.svg); }
  .btn-ico.ico-instagram {
    background-image: url(../images/icon/ico_instagram.svg); }
  .btn-ico.ico-share {
    background-image: url(../images/icon/ico_share.svg); }
  .btn-ico.ico-tel {
    background-image: url(../images/icon/ico_phone.svg); }
  .btn-ico.ico-mail {
    background-image: url(../images/icon/ico_mail.svg); }
  .btn-ico.ico-whatsapp {
    background-image: url(../images/icon/ico_whatsapp.svg); }
  .btn-ico.ico-contact {
    background-image: url(../images/icon/ico_chat.svg); }
  .btn-ico.ico-top {
    background-image: url(../images/icon/ico_top_white.svg); }
  .btn-ico.ico-grid {
    background-image: url(../images/icon/ico_grid.svg); }
  .btn-ico.ico-list {
    background-image: url(../images/icon/ico_list.svg); }
  .btn-ico:hover {
    background-color: rgba(30, 29, 23, 0.05);
    -webkit-transition: 500ms;
    transition: 500ms; }

.btn-see-more {
  display: block;
  margin: auto;
  margin-top: 30px; }
  @media (max-width: 768px) {
    .btn-see-more {
      margin-top: 15px; } }

.btn-top {
  background-color: rgba(51, 51, 51, 0.8);
  background-size: 60%; }
  .btn-top:hover {
    background-color: #333333; }

.btn-arrow {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
  background-size: 70%;
  border: 1px solid #E2E2E2;
  background-color: #f8f8f9;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  background-size: 70%; }
  .btn-arrow:hover, .btn-arrow:focus {
    outline: none;
    opacity: 1; }

.btn-prev {
  background-image: url(../images/icon/ico_left.svg);
  left: -25px; }

.btn-next {
  background-image: url(../images/icon/ico_right.svg);
  right: -25px; }

.table-price td {
  padding-right: 15px;
  padding-bottom: 8px; }
  .table-price td:last-child {
    padding-right: 0; }

.table-price tr:last-child td {
  padding-bottom: 0; }

.table-property {
  width: 100%; }
  .table-property > .row {
    border-bottom: 1px solid #E2E2E2;
    margin-left: 0;
    margin-right: 0; }
    .table-property > .row > .col {
      padding: 14px 0; }
    .table-property > .row:last-child {
      border-bottom: 0; }
  .table-property .col-title {
    text-transform: uppercase;
    font-weight: bold; }
  .table-property .ico-bed {
    vertical-align: sub;
    margin-right: 5px; }
  .table-property .list-tick {
    padding-left: 0; }
    .table-property .list-tick::after {
      content: " ";
      display: block;
      clear: both; }
    .table-property .list-tick > li {
      width: 50%;
      float: left;
      display: block;
      position: relative;
      padding-left: 30px;
      margin-bottom: 15px; }
      .table-property .list-tick > li::before {
        content: "";
        display: block;
        width: 6px;
        height: 12px;
        border: solid #1E1D17;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        left: 5px;
        top: 3px; }

.img-preview {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .img-preview::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(30, 29, 23, 0.7) no-repeat center;
    background-size: 50px;
    background-image: url(../images/icon/ico_zoom.svg);
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 500ms;
    transition: 500ms; }
  .img-preview.ico-video::before {
    background-image: url(../images/icon/ico_play.svg); }
  .img-preview:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: red;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    opacity: 1; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.25; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      background: white;
      display: block;
      width: 8px;
      height: 8px;
      outline: none;
      border: 0;
      cursor: pointer;
      padding: 0;
      margin: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font-size: 0; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        opacity: 1; }
    .slick-dots li.slick-active button {
      background: #FFE512; }

.dots-inner.slick-dotted.slick-slider {
  margin-bottom: 0px; }
  .dots-inner.slick-dotted.slick-slider .slick-dots {
    bottom: 20px; }

.arrows-inner .slick-prev {
  left: 0; }

.arrows-inner .slick-next {
  right: 0; }

.arrows-outer.slick-slider {
  margin-left: 40px;
  margin-right: 40px; }

.arrows-outer .slick-prev {
  left: auto;
  right: 100%; }

.arrows-outer .slick-next {
  right: auto;
  left: 100%; }

.b-slider.theme-light .slick-arrow {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff no-repeat center;
  background-size: 70%;
  border: 1px solid #E2E2E2;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .b-slider.theme-light .slick-arrow:hover, .b-slider.theme-light .slick-arrow:active, .b-slider.theme-light .slick-arrow:focus {
    background-color: #f8f8f9; }
  .b-slider.theme-light .slick-arrow.slick-disabled {
    opacity: 0;
    filter: alpha(opacity=0); }

.b-slider.theme-light .slick-prev {
  background-image: url(../images/icon/ico_left.svg);
  left: -5px; }

.b-slider.theme-light .slick-next {
  background-image: url(../images/icon/ico_right.svg);
  right: -5px; }

.b-slider.theme-light .slick-dots li button {
  background: #E2E2E2; }

.b-slider.theme-light .slick-dots li.slick-active button {
  background: #FFE512; }

.b-slider.theme-dark .slick-arrow {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(30, 29, 23, 0.7) no-repeat center;
  background-size: 60%;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .b-slider.theme-dark .slick-arrow:hover {
    background-color: rgba(30, 29, 23, 0.9); }

.b-slider.theme-dark .slick-prev {
  left: 15px;
  background-image: url(../images/icon/ico_left_white.svg); }

.b-slider.theme-dark .slick-next {
  right: 15px;
  background-image: url(../images/icon/ico_right_white.svg); }

/*======================================
	Selectric */
/*====================================== */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px; }

.selectric-responsive {
  width: 100%; }

.selectric {
  position: relative;
  border: 0;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
  background: #fff;
  border: 1px solid rgba(226, 226, 226, 0.8); }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1E1D17;
    height: 48px;
    line-height: 48px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    padding-left: 15px;
    padding-right: 63px; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    width: 48px;
    height: 100%;
    color: #FFF;
    font-size: 0;
    text-align: center;
    background: url(../images/icon/ico_down.svg) no-repeat center;
    background-size: 55%;
    -webkit-transition: 500ms;
    transition: 500ms; }

.selectric-focus .selectric .button {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.selectric-open {
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3);
  -moz-box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3);
  box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3); }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: auto;
  z-index: -1;
  border: 0;
  border: 1px solid #E2E2E2; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 0 15px;
    color: #1E1D17;
    cursor: pointer;
    border-bottom: 1px solid #E2E2E2;
    line-height: 48px; }
    .selectric-items li:last-child {
      border-bottom: 0; }
    .selectric-items li:hover {
      background: #f8f8f9; }
    .selectric-items li.selected {
      font-weight: bold;
      background: #FFE512; }
    .selectric-items li.highlighted {
      font-weight: bold;
      background: #FFE512; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #FFF !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #FFF; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/* nouislider - 14.0.2 - 6.28.2019 */
.noUi-target {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  direction: ltr; }
  .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  z-index: 0; }

/*Wrapper for all connect elements. */
.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

/* Offset direction*/
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements. */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement; */
.noUi-horizontal {
  height: 6px; }
  .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    top: -6px; }
  .noUi-horizontal .noUi-handle-lower {
    right: -10px;
    left: auto; }
  .noUi-horizontal .noUi-handle-upper {
    right: -10px;
    left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale */
.noUi-target {
  background: #E4E3E3;
  border-radius: 6px; }

.noUi-connects {
  border-radius: 6px; }

.noUi-connect {
  background: #FFE512; }

/* Handles and cursors; */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  background: #D1B900;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .noUi-handle:hover, .noUi-handle:active, .noUi-handle:focus {
    outline: none; }

.noUi-active {
  -webkit-box-shadow: 0px 0px 0px 8px rgba(209, 185, 0, 0.3);
  -moz-box-shadow: 0px 0px 0px 8px rgba(209, 185, 0, 0.3);
  box-shadow: 0px 0px 0px 8px rgba(209, 185, 0, 0.3); }

/* Disabled state; */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 * */
.noUi-pips {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  color: #999; }
  .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/* Values;
 * */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 * */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub, .noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 * */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 * */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

/*
 *	Colorbox Core Style:
 *	The following CSS is consistent between example themes and should not be altered. */
#colorbox, #cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
 *	User Style:
 *	Change the following styles to modify the appearance of Colorbox.	They are
 *	ordered & tabbed in a way that represents the nesting of the generated HTML. */
#cboxOverlay {
  background: rgba(30, 29, 23, 0.8); }

#colorbox {
  outline: 0; }

#cboxContent {
  background: transparent; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }
  #cboxPrevious:hover {
    background-position: bottom left; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }
  #cboxNext:hover {
    background-position: bottom right; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px; }
  #cboxClose:hover {
    background-position: bottom center; }

.cbox-inline .selectric-items {
  max-height: 220px !important; }

#colorbox {
  width: 100% !important;
  left: 0 !important;
  max-height: 100vh !important;
  overflow: auto !important;
  cursor: pointer; }

#cboxWrapper {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: auto; }

#cboxLoadedContent::before, #cboxLoadedContent::after {
  content: "";
  display: block;
  height: 30px; }

.cbox-inline #cboxLoadedContent {
  border: 0; }

.cbox-inline #cboxClose {
  position: absolute;
  top: 45px;
  right: 15px;
  display: block;
  background-image: url(../images/icon/ico_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .cbox-inline #cboxClose:hover, .cbox-inline #cboxClose:active, .cbox-inline #cboxClose:focus {
    background-color: rgba(30, 29, 23, 0.05);
    background-size: 60%;
    -webkit-transition: 500ms;
    transition: 500ms; }

.ekko-lightbox {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0 !important; }
  .ekko-lightbox iframe {
    width: 100%;
    height: 100%; }
  .ekko-lightbox .modal-body {
    padding: 0; }
  .ekko-lightbox .modal-content {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .ekko-lightbox .embed-responsive-16by9 {
    padding-top: 0; }
    .ekko-lightbox .embed-responsive-16by9::before {
      content: "";
      display: block;
      width: 100%;
      padding-top: 56.25%; }
  .ekko-lightbox .arrow {
    background: rgba(30, 29, 23, 0.7) no-repeat center;
    background-size: 60%;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    top: 50%;
    position: absolute;
    -webkit-transition: 500ms;
    transition: 500ms; }
    .ekko-lightbox .arrow:hover {
      background-color: rgba(30, 29, 23, 0.9); }
    .ekko-lightbox .arrow-prev {
      left: 0;
      background-image: url(../images/icon/ico_left_white.svg);
      -webkit-transform: translate(-65px, -25px);
      -ms-transform: translate(-65px, -25px);
      transform: translate(-65px, -25px); }
    .ekko-lightbox .arrow-next {
      right: 0;
      background-image: url(../images/icon/ico_right_white.svg);
      margin-left: auto;
      -webkit-transform: translate(65px, -25px);
      -ms-transform: translate(65px, -25px);
      transform: translate(65px, -25px); }
  .ekko-lightbox .close {
    background: rgba(30, 29, 23, 0.7) no-repeat center;
    background-image: url(../images/icon/ico_close_white.svg);
    background-size: 60%;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 500ms;
    transition: 500ms; }
    .ekko-lightbox .close > span {
      opacity: 0;
      filter: alpha(opacity=0); }
    .ekko-lightbox .close:hover {
      background-color: rgba(30, 29, 23, 0.9); }

.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.ekko-lightbox-container {
  position: relative; }
  .ekko-lightbox-container > div.ekko-lightbox-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%; }

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: static;
  top: 0;
  left: 0;
  width: 100%; }
  .ekko-lightbox-nav-overlay a {
    width: 50%;
    height: 100%;
    position: absolute;
    align-items: center;
    z-index: 1; }
    .ekko-lightbox-nav-overlay a:last-child {
      right: 0;
      left: auto; }
    .ekko-lightbox-nav-overlay a:hover {
      text-decoration: none; }
    .ekko-lightbox-nav-overlay a:focus {
      outline: none; }
    .ekko-lightbox-nav-overlay a.disabled {
      cursor: default;
      visibility: hidden; }
  .ekko-lightbox-nav-overlay.video a {
    width: 0; }

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none; }

.ekko-lightbox .modal-dialog {
  display: none; }

.ekko-lightbox .modal-footer {
  color: #fff;
  text-align: center;
  border-top: 0; }

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .ekko-lightbox-loader > div {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center; }
    .ekko-lightbox-loader > div > div {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #fff;
      opacity: .6;
      position: absolute;
      top: 0;
      left: 0;
      animation: a 2s infinite ease-in-out; }
      .ekko-lightbox-loader > div > div:last-child {
        animation-delay: -1s; }

.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333; }

@keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@media (max-width: 992px) {
  .ekko-lightbox .arrow-prev {
    left: 15px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  .ekko-lightbox .arrow-next {
    right: 15px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); } }

@media (min-width: 993px) {
  .ekko-lightbox .modal-body {
    padding-left: 65px;
    padding-right: 65px; }
  .ekko-lightbox .arrow-prev {
    left: -15px;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); }
  .ekko-lightbox .arrow-next {
    right: -15px;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%); } }

.w-100, .w100p {
  width: 100%; }

.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0; }
  .wp-block-image img {
    width: 100%; }

.commentlist {
  padding-left: 0;
  list-style: none;
  padding: 15px 0; }
  .commentlist .comment-author {
    padding-top: 15px;
    padding-bottom: 0; }
    .commentlist .comment-author img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin-right: 15px; }
    .commentlist .comment-author .fn {
      font-style: normal;
      font-weight: bold; }
  .commentlist .reply {
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
    text-align: right; }
    .commentlist .reply .comment-reply-login {
      -webkit-border-radius: 3em;
      -moz-border-radius: 3em;
      border-radius: 3em;
      background: #f8f8f9;
      padding: 10px 15px;
      -webkit-transition: 500ms;
      transition: 500ms; }
      .commentlist .reply .comment-reply-login::before {
        content: "";
        width: 20px;
        height: 20px;
        background: url(../images/icon/ico_reply.svg) no-repeat center;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
      .commentlist .reply .comment-reply-login:hover, .commentlist .reply .comment-reply-login:active, .commentlist .reply .comment-reply-login:focus {
        background: #ededf0; }
  .commentlist .children {
    margin-left: 45px;
    list-style: none;
    padding: 15px 0; }
  .commentlist .comment_date {
    color: #9b9b9b;
    font-size: 14px; }

/*------------------- ----------------- */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  color: #1E1D17;
  font-size: 16px;
  font-family: 'Lato', 'Noto Sans TC', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.5px;
  position: relative; }

:-moz-selection {
  background-color: #ffe512; }

::selection {
  background-color: #ffe512; }

section {
  display: block;
  position: relative; }

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', 'Noto Sans TC', sans-serif; }

p {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  line-height: 1.8;
  letter-spacing: normal; }

h1 {
  font-size: 30px;
  font-weight: bold; }

h2 {
  font-size: 20px;
  font-weight: bold; }

hr {
  margin-top: 7.5px;
  margin-bottom: 7.5px; }

a {
  color: #1E1D17;
  text-decoration: none;
  border: 0; }
  a:visited {
    color: #1E1D17;
    text-decoration: none;
    border: 0; }
  a:hover {
    color: #1E1D17;
    text-decoration: none;
    border: 0; }
  a:active, a:focus {
    color: #1E1D17;
    text-decoration: none;
    border: 0; }

a:focus, a:active {
  outline: none; }

button:focus, button:active, button:active:focus {
  outline: none; }

button:focus, button:active {
  -webkit-box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3);
  -moz-box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3);
  box-shadow: 0px 0px 0px 4px rgba(209, 185, 0, 0.3); }

ul {
  padding-left: 20px; }
  ul > li {
    padding-left: 5px; }

.link-line {
  text-decoration: underline; }
  .link-line:hover, .link-line:active, .link-line:focus {
    text-decoration: underline;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: 500ms;
    transition: 500ms; }

/*---------------------------------------------- */
.wrapper {
  width: 100%; }

.s-header {
  height: 65px; }
  @media (max-width: 1100px) {
    .s-header {
      height: 50px; } }

.nav > li > a {
  background-color: transparent;
  text-decoration: none;
  color: #1E1D17;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus, .nav > li > a:visited {
    background-color: transparent;
    text-decoration: none;
    color: #1E1D17; }
  .nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.nav-default > li > a {
  padding: 6px;
  padding-left: 0; }

.hr-default {
  border-top: 1px solid #525252; }

.container-xl {
  max-width: 1540px; }

@media (min-width: 1300px) {
  .container-xl {
    max-width: 1540px; } }

.col {
  padding-left: 15px;
  padding-right: 15px; }

.s-default {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 768px) {
    .s-default {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .s-default.pt0 {
    padding-top: 0px; }
    @media (max-width: 768px) {
      .s-default.pt0 {
        padding-top: 0px; } }

.row-default {
  padding-top: 40px;
  padding-bottom: 40px; }

.full {
  min-height: 100vh; }

.abs-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.tb_p80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.tb_p160 {
  padding-top: 160px;
  padding-bottom: 160px; }

.tb_p240 {
  padding-top: 240px;
  padding-bottom: 240px; }

@media screen and (max-width: 768px) {
  .tb_p80 {
    padding-top: 15px;
    padding-bottom: 15px; } }

.float-left {
  float: left; }

.float-right {
  float: right; }

/* nav ------------------------------------ */
/* text ------------------------------------ */
.txt-right {
  text-align: right; }

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

.txt-left {
  text-align: left; }

.txt-black {
  color: #1E1D17; }

.txt-white {
  color: #fff; }

.txt-yellow {
  color: #FFE512; }

/* row ------------------------------------ */
.row-default {
  padding-bottom: 40px; }
  .row-default:last-child {
    padding-bottom: 0px; }

.row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row-flex .col {
    float: none; }

.row-btns > * {
  margin-bottom: 15px;
  vertical-align: middle; }

@media (max-width: 768px) {
  .row-btns > * {
    display: block;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 769px) {
  .row-btns > *:not(:last-child) {
    margin-right: 15px; } }

/*------------------------------------------ */
.fx-shadow {
  display: block;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.11); }

.box-txt {
  padding: 8px; }

.bg-grey {
  background-color: #f8f8f9; }

.bg-white {
  background-color: #fff; }

.nav-main-wrapper {
  position: fixed;
  width: 100%;
  height: 65px;
  line-height: 65px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 999; }
  .nav-main-wrapper > .container {
    width: 100%;
    max-width: 1540px; }
  .nav-main-wrapper .btn-menu {
    display: none;
    background: transparent; }
  @media (max-width: 1100px) {
    .nav-main-wrapper {
      height: 50px;
      line-height: 50px; }
      .nav-main-wrapper .nav-main {
        display: none; }
      .nav-main-wrapper .btn-menu {
        display: block;
        padding: 0;
        height: 50px;
        line-height: 50px; } }
  .nav-main-wrapper .img-logo {
    position: absolute;
    width: 120px;
    height: 120px; }
    @media (max-width: 1100px) {
      .nav-main-wrapper .img-logo {
        width: 84px;
        height: 84px;
        top: 0;
        right: 15px; } }
  @media (min-width: 769px) {
    .nav-main-wrapper {
      -webkit-transition: 500ms;
      transition: 500ms; }
      .nav-main-wrapper._hide {
        -webkit-transform: translate(0, -200%);
        -ms-transform: translate(0, -200%);
        transform: translate(0, -200%); } }

.nav-main {
  vertical-align: middle;
  padding-left: 168px; }
  .nav-main > li {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0; }
    .nav-main > li > a {
      padding: 0;
      padding-right: 3em;
      text-transform: uppercase;
      letter-spacing: 0.05em; }

.nav-side-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 300px;
  background: #333333;
  height: 100vh;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: 500ms;
  transition: 500ms; }
  ._open-menu .nav-side-wrapper {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  .nav-side-wrapper .img-logo {
    width: 84px;
    height: 84px;
    top: 0;
    left: 15px;
    position: absolute; }
  .nav-side-wrapper .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: transparent;
    background-size: 50%; }
  .nav-side-wrapper .nav-side > li a {
    color: #fff;
    text-decoration: none;
    border: 0; }
    .nav-side-wrapper .nav-side > li a:visited {
      color: #fff;
      text-decoration: none;
      border: 0; }
    .nav-side-wrapper .nav-side > li a:hover {
      color: #fff;
      text-decoration: none;
      border: 0; }
    .nav-side-wrapper .nav-side > li a:active, .nav-side-wrapper .nav-side > li a:focus {
      color: #fff;
      text-decoration: none;
      border: 0; }
  .nav-side-wrapper .nav-side > li > a {
    color: #fff;
    text-transform: uppercase; }
  .nav-side-wrapper .btn-default {
    display: block;
    margin: 25px auto; }
  .nav-side-wrapper .ctx-wrapper {
    position: absolute;
    top: 150px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    overflow: auto; }
  .nav-side-wrapper hr {
    margin-top: 20px;
    margin-bottom: 20px; }
  @media (min-width: 1101px) {
    .nav-side-wrapper {
      max-width: 350px; }
      .nav-side-wrapper .img-logo {
        left: 30px; }
      .nav-side-wrapper .btn-menu {
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 0; }
        .nav-side-wrapper .btn-menu:before {
          position: static;
          background-image: url(../images/icon/ico_close_white.svg); }
      .nav-side-wrapper .ctx-wrapper {
        left: 30px;
        right: 30px;
        bottom: 30px; } }

.nav-side > li {
  padding-top: 7.5px;
  padding-bottom: 7.5px; }
  .nav-side > li > a {
    position: relative;
    padding-left: 0; }
    .nav-side > li > a::before {
      display: block;
      content: "";
      width: 24px;
      height: 4px;
      bottom: 0;
      position: absolute;
      left: 0%;
      -webkit-transform: translate(0%, -50%) scaleX(0);
      -ms-transform: translate(0%, -50%) scaleX(0);
      transform: translate(0%, -50%) scaleX(0);
      background: #FFE512; }
  .nav-side > li.active > a::before {
    -webkit-transform: translate(0%, -50%) scaleX(1);
    -ms-transform: translate(0%, -50%) scaleX(1);
    transform: translate(0%, -50%) scaleX(1); }

.dropdown-toggle {
  position: relative; }
  .dropdown-toggle::after {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../images/icon/ico_down_white.svg);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 500ms;
    transition: 500ms; }
  .dropdown-toggle.active {
    color: #FFE512; }
    .dropdown-toggle.active::after {
      -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
      transform: translate(0, -50%) rotate(180deg); }

.nav-collapse {
  margin-left: 20px;
  border-left: 1px solid #525252; }
  .nav-collapse > li > a {
    color: #fff; }

.nav-media > li {
  display: inline-block; }
  .nav-media > li > a {
    padding: 0 5px; }

.nav-media .btn-ico {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #9B9B9B;
  background-color: transparent;
  background-size: 65%; }

.nav-lang {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px; }
  .nav-lang > li {
    display: inline-block; }
    .nav-lang > li a {
      color: #fff;
      text-decoration: none;
      border: 0; }
      .nav-lang > li a:visited {
        color: #fff;
        text-decoration: none;
        border: 0; }
      .nav-lang > li a:hover {
        color: #fff;
        text-decoration: none;
        border: 0; }
      .nav-lang > li a:active, .nav-lang > li a:focus {
        color: #fff;
        text-decoration: none;
        border: 0; }
    .nav-lang > li > a {
      color: #fff;
      padding-left: 30px;
      padding-right: 30px;
      position: relative; }
      .nav-lang > li > a::before {
        display: block;
        content: "";
        width: 24px;
        height: 4px;
        bottom: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scaleX(0);
        -ms-transform: translate(-50%, -50%) scaleX(0);
        transform: translate(-50%, -50%) scaleX(0);
        background: #FFE512; }
    .nav-lang > li.active > a::before {
      -webkit-transform: translate(-50%, -50%) scaleX(1);
      -ms-transform: translate(-50%, -50%) scaleX(1);
      transform: translate(-50%, -50%) scaleX(1); }

.nav-submenu {
  text-align: center; }
  .nav-submenu .container {
    background: #fff; }
  .nav-submenu > li, .nav-submenu ul > li {
    display: inline-block;
    margin-right: 40px;
    position: relative; }
    .nav-submenu > li:not(:last-child)::before, .nav-submenu ul > li:not(:last-child)::before {
      content: "";
      display: block;
      position: absolute;
      width: 1px;
      height: 10px;
      border-left: 1px solid #525252;
      top: 50%;
      right: -20px;
      -webkit-transform: skew(-30deg) translate(50%, -50%);
      -ms-transform: skew(-30deg) translate(50%, -50%);
      transform: skew(-30deg) translate(50%, -50%); }
    .nav-submenu > li.active, .nav-submenu ul > li.active {
      font-weight: bold; }

.b-history {
  width: 100%;
  position: relative;
  margin-top: -30px; }
  .b-history .img-history {
    height: 800px;
    width: auto;
    pointer-events: none;
    padding-left: 150px;
    padding-right: 150px;
    display: block; }
  .b-history::before, .b-history::after {
    position: absolute;
    height: 100%;
    width: 150px;
    content: "";
    display: block;
    top: 0;
    pointer-events: none; }
  .b-history::before {
    background-color: #f8f8f9;
    background: -moz-linear-gradient(left, #f8f8f9 0%, rgba(248, 248, 249, 0) 100%);
    background: -webkit-linear-gradient(left, #f8f8f9 0%, rgba(248, 248, 249, 0) 100%);
    background: linear-gradient(left bottom, #f8f8f9 0%, rgba(248, 248, 249, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    left: 0; }
  .b-history::after {
    background-color: rgba(248, 248, 249, 0);
    background: -moz-linear-gradient(left, rgba(248, 248, 249, 0) 0%, #f8f8f9 100%);
    background: -webkit-linear-gradient(left, rgba(248, 248, 249, 0) 0%, #f8f8f9 100%);
    background: linear-gradient(left bottom, rgba(248, 248, 249, 0) 0%, #f8f8f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    right: 0; }
  .b-history .b-ctx {
    width: 100%;
    width: auto;
    overflow-x: auto; }
  @media (max-width: 768px) {
    .b-history::before, .b-history::after {
      width: 80px; }
    .b-history .img-history {
      padding-left: 80px;
      padding-right: 80px; }
    .b-history .btn-arrow {
      width: 40px;
      height: 40px; }
    .b-history .btn-prev {
      left: 0; }
    .b-history .btn-next {
      right: 0; } }

.b-search {
  background: #FFE512;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px 0px rgba(30, 29, 23, 0.2);
  -moz-box-shadow: 0 0 30px 0px rgba(30, 29, 23, 0.2);
  box-shadow: 0 0 30px 0px rgba(30, 29, 23, 0.2);
  margin-left: 0;
  margin-right: 0; }
  .b-search::after {
    content: " ";
    display: block;
    clear: both; }
  .b-search .col {
    float: left;
    position: relative;
    height: 100px;
    background: #fff;
    padding-left: 0;
    padding-right: 0; }
    .b-search .col:nth-child(1) {
      -webkit-border-radius: 5px 0 0 0;
      -moz-border-radius: 5px 0 0 0;
      border-radius: 5px 0 0 0; }
    .b-search .col::after {
      content: "";
      width: 1px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      background: #E2E2E2; }
    .b-search .col-price::after, .b-search .col-last::after {
      display: none; }
    .b-search .col:last-child {
      background: transparent; }
  .b-search .txt-item-title {
    font-size: 14px;
    padding: 20px 20px 0;
    color: #9b9b9b; }
  .b-search .selectric-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 6px;
    width: auto; }
    .b-search .selectric-wrapper .selectric {
      border: 0; }
      .b-search .selectric-wrapper .selectric .label {
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        padding-right: 40px; }
      .b-search .selectric-wrapper .selectric .button {
        right: 0;
        width: 40px; }
  .b-search .btn-search {
    width: 100%;
    height: 100px;
    font-size: 16px;
    padding: 25px 15px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0; }
    .b-search .btn-search:hover {
      letter-spacing: normal; }
  @media (max-width: 768px) {
    .b-search {
      margin-left: 0;
      margin-right: 0; }
      .b-search .col {
        width: 50%;
        border-bottom: 1px solid #E2E2E2; }
        .b-search .col:nth-child(2) {
          -webkit-border-radius: 0 5px 0 0;
          -moz-border-radius: 0 5px 0 0;
          border-radius: 0 5px 0 0; }
        .b-search .col:nth-child(even):not(.col-last)::after {
          display: none; }
        .b-search .col-price, .b-search .col-last {
          width: 100%;
          border-right: 0;
          border-bottom: 0; }
          .b-search .col-price::after, .b-search .col-last::after {
            display: none; }
        .b-search .col-last {
          height: auto; }
      .b-search .btn-search {
        height: auto;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px; } }
  @media (min-width: 769px) and (max-width: 1200px) {
    .b-search .col {
      width: 25%; }
      .b-search .col:nth-child(4) {
        -webkit-border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
        border-radius: 0 5px 0 0; }
        .b-search .col:nth-child(4)::after {
          display: none; }
      .b-search .col-price {
        -webkit-border-radius: 0 0 0 5px;
        -moz-border-radius: 0 0 0 5px;
        border-radius: 0 0 0 5px; }
        .b-search .col-price::after {
          display: block;
          background: #FFE512; }
      .b-search .col-price, .b-search .col-last {
        width: 50%;
        border-top: 1px solid #E2E2E2; }
    .b-search .btn-search {
      -webkit-border-radius: 0 0 5px 0;
      -moz-border-radius: 0 0 5px 0;
      border-radius: 0 0 5px 0; } }
  @media (min-width: 1201px) {
    .b-search .col {
      width: 15%;
      padding: 0; }
      .b-search .col:nth-child(1) {
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px; }
      .b-search .col-price {
        width: 22%; }
      .b-search .col-last {
        width: 18%;
        border-right: 0; }
    .b-search .btn-search {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      margin: auto;
      padding: 0;
      border: 0;
      display: block; } }

._open-popup, ._open-menu, ._open-overlay {
  overflow: hidden; }

.b-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms; }
  .b-overlay .overlay-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: -1; }
  .b-overlay.opened {
    visibility: visible;
    z-index: 1050;
    opacity: 1;
    filter: alpha(opacity=100); }
  .b-overlay.closing {
    opacity: 0;
    filter: alpha(opacity=0); }

.b-popup {
  padding: 80px 40px 50px;
  width: 100%;
  margin: auto;
  background: #fff;
  max-width: 600px; }
  .b-popup input {
    max-width: none; }
  .b-popup .txt-title-default {
    margin-top: 8px;
    margin-bottom: 30px; }
    .b-popup .txt-title-default:after {
      margin-top: 18px; }
  .b-popup .txt-required {
    color: red; }
  .b-popup .row {
    margin-left: -7.5px;
    margin-right: -7.5px; }
  .b-popup .col {
    margin-bottom: 15px; }
  .b-popup .txt-desc {
    margin-top: 0;
    margin-bottom: 30px; }
  @media (max-width: 768px) {
    .b-popup {
      padding: 50px 15px; } }
  @media (min-width: 769px) {
    .b-popup .col {
      padding-left: 7.5px;
      padding-right: 7.5px; } }

.b-post .img-post {
  width: 100%;
  padding-top: 52.33333%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.b-post .b-post-ctx {
  position: relative; }

.b-post .txt-date .txt-dd {
  font-size: 60px;
  margin-top: -0.3em;
  font-family: 'Playfair Display', 'Noto Sans TC', sans-serif; }

.b-post .txt-date .txt-mmyy {
  font-size: 18px; }

.b-post .b-post-right {
  padding-right: 15px;
  padding-bottom: 15px; }
  .b-post .b-post-right .txt-type {
    color: #9b9b9b;
    text-transform: uppercase; }
  .b-post .b-post-right .txt-post-title {
    margin-top: 7.5px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold; }
  .b-post .b-post-right .txt-post-desc {
    color: #9b9b9b; }

@media (max-width: 768px) {
  .b-post .b-post-ctx {
    padding-top: 15px; }
  .b-post .txt-date .txt-dd, .b-post .txt-date .txt-mmyy {
    display: inline-block; }
  .b-post .txt-date .txt-dd {
    margin-right: 5px; }
  .b-post .txt-type {
    position: absolute;
    right: 15px;
    top: 45px; } }

@media (min-width: 769px) {
  .b-post .b-post-right {
    padding-right: 0; }
  .b-post .b-post-ctx {
    padding-top: 20px;
    padding-left: 130px;
    padding-right: 30px; }
  .b-post .txt-date {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 100px;
    text-align: center; }
  .b-post.b-post-m .b-post-ctx {
    padding-top: 15px;
    padding-left: 15px; }
  .b-post.b-post-m .txt-date {
    position: static;
    text-align: left;
    display: inline-block;
    width: 100%; }
    .b-post.b-post-m .txt-date .txt-dd, .b-post.b-post-m .txt-date .txt-mmyy {
      display: inline-block; }
    .b-post.b-post-m .txt-date .txt-dd {
      margin-right: 5px; }
  .b-post.b-post-m .txt-type {
    position: absolute;
    right: 15px;
    top: 45px; } }

.b-post-sm {
  border: 1px solid #E2E2E2;
  margin-bottom: 30px; }
  .b-post-sm .txt-post-title {
    padding: 8px 15px 10px; }

.b-feature {
  text-align: center;
  background: #fff;
  padding: 10px;
  padding-top: 8px;
  padding-bottom: 15px; }
  .b-feature .txt {
    letter-spacing: 0; }
  .b-feature b {
    font-size: 1.2em; }

.b-white-paper {
  margin-bottom: 60px; }
  .b-white-paper-img {
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .b-white-paper-title {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Lato', 'Noto Sans TC', sans-serif;
    margin-top: 15px; }
  .b-white-paper-desc {
    margin-bottom: 30px; }
    @media (min-width: 769px) {
      .b-white-paper-desc {
        min-height: 130px;
        margin-bottom: 15px; } }
  .b-white-paper .btn {
    margin: auto;
    display: block; }

.b-media {
  text-align: center;
  margin-bottom: 75px; }
  @media (min-width: 769px) {
    .b-media {
      margin-bottom: 60px; } }
  .b-media-img {
    width: 100%;
    padding-top: 120.95238%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 15px;
    border: 1px solid #E2E2E2; }
    .b-media-img .txt-play {
      text-align: left;
      padding-left: 40px;
      position: absolute;
      left: 10px;
      bottom: 5px; }
  .b-media-subtitle {
    color: #9b9b9b;
    margin-bottom: 8px; }
  .b-media-title {
    font-size: 20px; }

.b-property {
  position: relative;
  background: #fff;
  border: 1px solid #E2E2E2; }
  .bg-grey .b-property {
    border: 0; }
  .b-property a {
    display: block; }
  .b-property .img-property {
    width: 100%;
    padding-top: 62.47619%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .b-property .txt-status {
    position: absolute;
    top: 0;
    right: 0;
    background: #FFE512;
    padding: 10px 15px 11px; }
  .b-property .txt-subtitle {
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom: 6px; }
  .b-property .txt-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px; }
  .b-property .txt-desc {
    margin-bottom: 6px; }
  .b-property .info-property {
    padding: 15px 20px;
    padding-bottom: 75px; }
  .b-property .box-bottom {
    position: absolute;
    left: 15px;
    bottom: 0;
    padding: 6px;
    padding-right: 60px;
    padding-left: 5px;
    border-top: 1px solid #E2E2E2;
    width: calc( 100% - 30px); }
  .b-property .txt-price {
    font-weight: bold;
    font-size: 24px;
    padding-top: 6px;
    padding-bottom: 8px; }
    .b-property .txt-price .txt-currency {
      font-size: 16px;
      margin-right: 7.5px; }
  .b-property .btn-share {
    position: absolute;
    top: 50%;
    right: 0;
    width: 44px;
    height: 44px;
    background-size: 80%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }

.b-property-sm {
  text-align: center;
  border: 1px solid #E2E2E2;
  margin-bottom: 30px; }
  .b-property-sm .txt-name {
    font-size: 18px; }
  .b-property-sm .box-bottom {
    padding-right: 0; }
  .b-property-sm .txt-price {
    font-size: 20px; }
    .b-property-sm .txt-price .txt-currency {
      font-size: 14px; }

.bg-grey .b-property {
  -webkit-transition: 500ms;
  transition: 500ms; }
  .bg-grey .b-property:hover {
    -webkit-box-shadow: 0 8px 30px 0px rgba(30, 29, 23, 0.1);
    -moz-box-shadow: 0 8px 30px 0px rgba(30, 29, 23, 0.1);
    box-shadow: 0 8px 30px 0px rgba(30, 29, 23, 0.1); }

.b-property-header .b-property-hero, .b-property-header .b-property-ctx {
  width: 100%; }

.b-property-header .b-property-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.b-property-header .txt-property-address, .b-property-header .txt-property-type {
  font-family: 'Lato', 'Noto Sans TC', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5; }

.b-property-header .txt-property-status {
  background: #FFE512;
  color: #1E1D17;
  padding: 13px 20px; }

.b-property-header .txt-property-address:after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: #FFE512;
  margin: auto;
  margin-top: 0.8em; }

.b-property-header .txt-property-address::after {
  margin-top: 37.5px; }

.b-property-header .txt-property-price {
  font-weight: bold; }
  .b-property-header .txt-property-price .txt-currency {
    display: inline-block;
    font-size: 0.6em;
    margin-right: 0.5em; }

@media (max-width: 768px) {
  .b-property-header .b-property {
    padding-top: 56.25%; } }

@media (max-width: 991px) {
  .b-property-header .b-property-hero {
    padding-top: 0;
    height: 400px; }
  .b-property-header .b-property-ctx {
    text-align: center;
    background: #f8f8f9;
    position: relative;
    padding: 45px 15px; }
  .b-property-header .txt-property-type {
    color: #9b9b9b;
    margin-top: 0; }
  .b-property-header .txt-property-status {
    position: absolute;
    right: 0;
    bottom: 100%; }
  .b-property-header .txt-property-price {
    font-size: 30px;
    margin-top: 30px; } }

@media (min-width: 992px) {
  .b-property-header::after {
    content: " ";
    display: block;
    clear: both; }
  .b-property-header .b-property-hero, .b-property-header .b-property-ctx {
    float: left;
    min-height: 400px;
    height: calc(91vh - 76px); }
  .b-property-header .b-property-hero {
    width: 55%; }
  .b-property-header .b-property-ctx {
    width: 45%;
    background: #333333;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 0 15px; }
  .b-property-header .txt-property-type {
    color: #9b9b9b; }
  .b-property-header .txt-property-name {
    font-size: 55px; }
  .b-property-header .txt-property-price {
    color: #FFE512;
    font-size: 35px;
    font-weight: bold; }
    .b-property-header .txt-property-price .txt-currency {
      display: inline-block;
      font-size: 0.6em;
      margin-right: 10px; } }

@media (min-width: 1401px) {
  .b-property-header .b-property-hero, .b-property-header .b-property-ctx {
    min-height: 550px;
    height: calc(85vh - 76px); }
  .b-property-header .b-property-hero {
    width: 67%; }
  .b-property-header .b-property-ctx {
    width: 33%; } }

.b-property-list {
  margin-top: 30px; }
  .b-property-list .b-property {
    margin-bottom: 30px; }
  .b-property-list .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .b-property-list .row:before {
      display: none; }
    .b-property-list .row .col {
      float: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
  @media (min-width: 769px) and (max-width: 1200px) {
    .b-property-list .col {
      width: 50% !important; } }
  @media (min-width: 1201px) {
    .b-property-list.view-list .col {
      width: 100% !important; }
    .b-property-list.view-list a {
      width: 50%;
      display: inline; }
    .b-property-list.view-list .b-property {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      border: 0;
      border: 1px solid #E2E2E2; }
    .b-property-list.view-list .img-property {
      width: 100%;
      height: 100%;
      display: block; }
    .b-property-list.view-list .txt-status {
      right: auto; }
    .b-property-list.view-list .info-property {
      width: 50%;
      position: relative;
      padding-bottom: 60px; }
    .b-property-list.view-list .box-bottom {
      position: absolute;
      left: 0;
      bottom: 3px;
      padding-left: 15px;
      margin-left: 15px;
      margin-right: 15px; } }

.b-event-card {
  text-align: center;
  border: 1px solid #E2E2E2;
  padding: 15px;
  padding-top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .b-event-card .txt-week {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px; }
  .b-event-card .txt-dd {
    margin-top: 10px;
    font-size: 35px;
    font-family: 'Playfair Display', 'Noto Sans TC', sans-serif; }
  .b-event-card .txt-mmyy {
    margin-bottom: 30px;
    color: #9b9b9b; }
  .b-event-card .txt-time {
    padding-bottom: 15px; }
  .b-event-card.next {
    border: 1px solid #333333; }
    .b-event-card.next .txt-week {
      background: #333333;
      color: #fff; }

.b-slider-home .slick-slider {
  margin-bottom: 0; }

.b-slider-home .b-slide > * {
  height: calc( 100vh - 65px - 100px);
  min-height: 600px; }

.b-slider-home .b-slide .b-property-hero, .b-slider-home .b-slide .b-property-ctx {
  height: 100%; }

.b-slider-home .b-slide .b-property-ctx {
  padding-bottom: 50px; }

@media (max-width: 1300px) {
  .b-slider-home .b-slide .b-property-header .b-property-hero {
    width: 100%; }
  .b-slider-home .b-slide .b-property-header .b-property-ctx {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 29, 23, 0.7);
    text-align: center; } }

.b-slider-home .img-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .b-slider-home .img-slide::before {
    content: "";
    background: rgba(30, 29, 23, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .b-slider-home .img-slide .ctx-wrapper {
    text-align: center;
    width: 100%;
    padding-left: 65px;
    padding-right: 65px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .b-slider-home .img-slide .txt-subtitle-default {
    color: #fff; }
  .b-slider-home .img-slide .txt-title-default:after {
    margin-top: 25px; }
  .b-slider-home .img-slide .txt-desc {
    margin: auto;
    width: 100%;
    max-width: 700px; }
  .b-slider-home .img-slide .btn {
    margin-top: 30px; }

@media (max-width: 768px) {
  .b-slider-home .img-slide .ctx-wrapper {
    padding-bottom: 100px; }
  .b-slider-home .img-slide .btn-yellow {
    margin-top: 0; }
  .b-slider-home .img-slide .txt-title-default {
    font-size: 28px;
    margin-bottom: 15px; }
  .b-slider-home .slick-dots {
    bottom: 115px; } }

@media (min-width: 769px) {
  .b-slider-home .txt-title-default {
    font-size: 55px; }
  .b-slider-home .img-slide .txt-desc {
    font-size: 18px; }
  .b-slider-home.theme-dark .slick-arrow {
    width: 60px;
    height: 60px; }
  .b-slider-home.theme-dark .slick-prev {
    left: 30px; }
  .b-slider-home.theme-dark .slick-next {
    right: 30px; }
  .b-slider-home.theme-dark .slick-dots {
    bottom: 80px; } }

.b-slider-events .b-slide {
  padding-left: 15px;
  padding-right: 15px; }
  .b-slider-events .b-slide:focus, .b-slider-events .b-slide:active {
    outline: none; }

.b-slider-events .slick-prev {
  left: -5px; }

.b-slider-events .slick-next {
  right: -5px; }

.b-slider-gallery.b-slider {
  margin-top: 30px;
  width: calc( 100% + (100vw - 100%)/2); }
  .b-slider-gallery.b-slider .b-slide {
    padding-right: 15px; }
    .b-slider-gallery.b-slider .b-slide:hover, .b-slider-gallery.b-slider .b-slide:active, .b-slider-gallery.b-slider .b-slide:focus {
      outline: none; }
      .b-slider-gallery.b-slider .b-slide:hover .img-preview, .b-slider-gallery.b-slider .b-slide:active .img-preview, .b-slider-gallery.b-slider .b-slide:focus .img-preview {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
    .b-slider-gallery.b-slider .b-slide a {
      display: block;
      width: 100%;
      overflow: hidden; }
      .b-slider-gallery.b-slider .b-slide a:hover, .b-slider-gallery.b-slider .b-slide a:active, .b-slider-gallery.b-slider .b-slide a:focus {
        outline: none; }
  .b-slider-gallery.b-slider .slick-prev {
    left: -20px; }
  .b-slider-gallery.b-slider .slick-next {
    right: 15px; }
  .b-slider-gallery.b-slider .img-preview {
    padding-top: 66.52598%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease; }
  .b-slider-gallery.b-slider .b-slide-floorplan .img-preview {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 1px solid #E2E2E2; }
  @media (max-width: 767px) {
    .b-slider-gallery.b-slider {
      width: auto; }
      .b-slider-gallery.b-slider .b-slide {
        padding-right: 0;
        padding-left: 0; }
      .b-slider-gallery.b-slider .slick-prev {
        left: 5px; }
      .b-slider-gallery.b-slider .slick-next {
        right: 5px; } }
  @media (min-width: 769px) {
    .b-slider-gallery.b-slider.theme-light .slick-arrow {
      width: 50px;
      height: 50px; }
    .b-slider-gallery.b-slider.theme-light .slick-prev {
      left: -25px; }
    .b-slider-gallery.b-slider.theme-light .slick-next {
      right: 30px; } }

.b-sticky-top, .b-sticky-contact {
  position: fixed;
  z-index: 998;
  bottom: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 500ms;
  transition: 500ms; }
  .b-sticky-top._show, .b-sticky-contact._show {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1;
    filter: alpha(opacity=100); }
  @media (max-width: 900px) {
    .b-sticky-top, .b-sticky-contact {
      background-color: rgba(51, 51, 51, 0.8);
      -webkit-border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px; }
      .b-sticky-top._bottom, .b-sticky-contact._bottom {
        -webkit-transform: translate(150%, 0);
        -ms-transform: translate(150%, 0);
        transform: translate(150%, 0);
        opacity: 0;
        filter: alpha(opacity=0); } }
  @media (min-width: 901px) {
    .b-sticky-top._bottom, .b-sticky-contact._bottom {
      bottom: 574px; } }
  @media (min-width: 1201px) {
    .b-sticky-top._bottom, .b-sticky-contact._bottom {
      bottom: 552px; } }

.b-sticky-top {
  -webkit-transform: translate(150%, 0);
  -ms-transform: translate(150%, 0);
  transform: translate(150%, 0); }
  @media (max-width: 900px) {
    .b-sticky-top {
      right: 0;
      bottom: 15px; }
      .b-sticky-top .btn-top {
        background-color: transparent !important; } }
  @media (min-width: 901px) {
    .b-sticky-top {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      right: 30px; } }

.b-sticky-contact {
  left: 30px; }
  .b-sticky-contact .img-contact {
    width: 120px;
    display: block; }
  .b-sticky-contact .box-contact .txt-contact {
    color: #fff;
    line-height: 33px;
    vertical-align: top;
    width: 120px;
    text-align: center;
    cursor: pointer; }
  .b-sticky-contact .box-contact .btn-contact {
    display: none; }
  @media (max-width: 900px) {
    .b-sticky-contact {
      -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
      transform: translate(100%, 0);
      right: 0;
      left: auto;
      bottom: 80px; }
      .b-sticky-contact .box-contact {
        width: 50px;
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .b-sticky-contact .btn-ico {
        width: 50px;
        height: 50px;
        background-color: transparent;
        border: 0; }
      .b-sticky-contact .txt-contact, .b-sticky-contact .img-contact {
        display: none; }
      .b-sticky-contact .btn-contact {
        display: none; }
      .b-sticky-contact .box-btns {
        max-height: 200px;
        overflow: hidden;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .b-sticky-contact.minified .btn-contact {
        display: block; }
      .b-sticky-contact.minified .box-btns {
        max-height: 0px; } }
  @media (min-width: 901px) {
    .b-sticky-contact {
      -webkit-transform: translate(-150%, 0);
      -ms-transform: translate(-150%, 0);
      transform: translate(-150%, 0); }
      .b-sticky-contact .box-contact {
        background-color: rgba(51, 51, 51, 0.8);
        vertical-align: middle;
        padding: 8px;
        -webkit-border-radius: 3em;
        -moz-border-radius: 3em;
        border-radius: 3em; }
        .b-sticky-contact .box-contact::after {
          content: " ";
          display: block;
          clear: both; }
        .b-sticky-contact .box-contact > * {
          float: left; }
      .b-sticky-contact .box-btns {
        max-width: 200px;
        overflow: hidden;
        white-space: nowrap;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .b-sticky-contact .btn-ico {
        width: 35px;
        height: 35px;
        background-color: rgba(255, 255, 255, 0.1);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .b-sticky-contact.minified .box-btns {
        max-width: 0; }
      .b-sticky-contact:hover .box-btns {
        max-width: 200px; } }

.b-sorting {
  padding-left: 0; }
  .b-sorting li {
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .b-sorting li:after {
      content: "";
      display: block;
      width: 50px;
      height: 5px;
      background: #FFE512;
      margin: auto;
      margin-top: 0.8em; }
    .b-sorting li::after {
      background: rgba(226, 226, 226, 0.5);
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      margin-top: 0;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: 500ms;
      transition: 500ms; }
    .b-sorting li:hover::after, .b-sorting li:focus::after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .b-sorting li:not(:last-child) {
      margin-right: 15px; }
    .b-sorting li.active::after {
      background-color: #FFE512;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }

.b-view .txt-title {
  display: inline-block;
  line-height: 45px;
  margin-right: 8px; }

.b-view-btns {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .b-view-btns::after {
    content: " ";
    display: block;
    clear: both; }

.b-view .btn-ico {
  width: 45px;
  height: 45px;
  float: left;
  display: block;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .b-view .btn-ico:hover {
    background-color: #f8f8f9; }
  .b-view .btn-ico:active, .b-view .btn-ico:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .b-view .btn-ico.active {
    background-color: #FFE512;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.b-view .btn-grid {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px; }

.b-view .btn-list {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0; }

.b-filter {
  background: #f8f8f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .b-filter .btn-apply {
    width: 100%;
    max-width: none;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
  .b-filter-item {
    padding: 15px;
    border-bottom: 1px solid #E2E2E2; }
    .b-filter-item:last-child {
      border-bottom: 0; }
  .b-filter .a-collapse {
    display: block;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    cursor: pointer; }
  .b-filter label.check-box {
    display: block;
    margin: 10px 5px; }
    .b-filter label.check-box .txt-num {
      float: right; }
    .b-filter label.check-box .checkmark::after {
      border-color: #1E1D17;
      border-width: 0 2px 2px 0; }
    .b-filter label.check-box input:checked ~ .txt-value, .b-filter label.check-box input:checked ~ .txt-num {
      font-weight: bold; }
    .b-filter label.check-box input:checked ~ .checkmark {
      background-color: #FFE512;
      border-color: #FFE512; }
      .b-filter label.check-box input:checked ~ .checkmark:after {
        -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
        -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
        transform: translate(-50%, -50%) rotate(45deg) scale(0.8); }
  .b-filter label.radio-box {
    display: block;
    margin: 10px 5px; }
    .b-filter label.radio-box .txt-num {
      float: right; }
    .b-filter label.radio-box .checkmark {
      top: 0px; }
      .b-filter label.radio-box .checkmark::after {
        background: #ffe512;
        -webkit-transition: 500ms;
        transition: 500ms;
        -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0); }
    .b-filter label.radio-box input:checked ~ .txt-value, .b-filter label.radio-box input:checked ~ .txt-num {
      font-weight: bold; }
    .b-filter label.radio-box input:checked ~ .checkmark {
      border-color: #FFE512; }
      .b-filter label.radio-box input:checked ~ .checkmark:after {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
  .b-filter .b-range-slider-wrapper .b-range-silder {
    margin: 15px; }
  .b-filter .b-range-slider-wrapper .box-range {
    padding-left: 5px;
    padding-right: 8px; }
  .b-filter .b-range-slider-wrapper .txt-range {
    background: transparent; }
  .b-filter .dropdown-toggle::after {
    background-image: url(../images/icon/ico_down.svg); }
  .b-filter .dropdown-toggle.active {
    color: #1E1D17;
    font-weight: bold; }

.b-range-slider-wrapper .b-range-silder {
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px; }

.b-range-slider-wrapper input {
  border: 0; }

.b-range-slider-wrapper .box-range {
  padding: 10px 20px 0; }
  .b-range-slider-wrapper .box-range::after {
    content: " ";
    display: block;
    clear: both; }
  .b-range-slider-wrapper .box-range .txt-range {
    width: 50%;
    float: left; }
    .b-range-slider-wrapper .box-range .txt-range:focus, .b-range-slider-wrapper .box-range .txt-range:active {
      outline: none; }
    .b-range-slider-wrapper .box-range .txt-range-upper {
      text-align: right; }

.b-thankyou {
  text-align: center;
  background: #fff;
  display: inline-block;
  padding: 15px;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .b-thankyou p br {
      display: none; } }
  @media (min-width: 769px) {
    .b-thankyou {
      padding: 45px; } }
  .b-thankyou .txt-title-default .txt-subtitle {
    font-size: 22px;
    font-family: 'Lato', 'Noto Sans TC', sans-serif;
    margin-top: 20px;
    font-weight: 100; }

/*------------------------------------------ */
.row-awards {
  margin-left: -15px;
  margin-right: -15px; }
  .row-awards .txt-title-default {
    margin-top: 0; }
  @media (max-width: 1200px) {
    .row-awards .txt-title-default {
      margin-bottom: 15px; }
    .row-awards .txt-desc {
      margin-bottom: 30px; } }

.b-award {
  border: 1px solid #E2E2E2;
  margin-bottom: 15px;
  width: 100%; }
  .b-award .box-ctx {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 769px) {
      .b-award .box-ctx {
        padding-left: 20px;
        padding-right: 20px; } }
  .b-award .txt-subtitle {
    color: #9b9b9b;
    font-size: 14px;
    margin-bottom: 5px; }
  .b-award .txt-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: normal;
    padding-bottom: 0; }
  .b-award .txt-desc {
    margin: auto;
    line-height: 1.4; }
  .b-award .img-award {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .b-award .img-award::before {
      content: "";
      display: block;
      width: 100%;
      padding-top: 56.25%; }
  @media (max-width: 768px) {
    .b-award {
      max-width: 400px;
      margin: auto;
      margin-bottom: 15px; }
      .b-award .box-ctx {
        padding: 15px; }
      .b-award .img-award {
        border-bottom: 1px solid #E2E2E2; } }
  @media (min-width: 769px) {
    .b-award {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .b-award .img-award {
        float: left;
        max-width: 280px;
        border-right: 1px solid #E2E2E2;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; } }

.row-ctrl {
  line-height: 45px; }
  .row-ctrl .txt-num-results {
    display: inline-block; }
  .row-ctrl .b-sorting, .row-ctrl .b-view {
    display: inline-block; }
  @media (max-width: 1200px) {
    .row-ctrl > * {
      display: block;
      text-align: center; }
    .row-ctrl .txt-num-results {
      width: 100%; }
    .row-ctrl .float-right {
      float: none; } }

.row-logos {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .row-logos .col {
    padding-left: 7.5px;
    padding-right: 7.5px; }
    .row-logos .col:not(:last-child) {
      margin-bottom: 15px; }
  .row-logos .b-logo {
    border: 1px solid #E2E2E2;
    width: 100%; }

.row-ppl {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row-ppl .col {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .row-ppl .col:not(:last-child) .b-ppl {
      margin-bottom: 15px; }
  .row-ppl .b-ppl {
    background: #fff;
    width: 100%;
    border: 1px solid #E2E2E2;
    margin: auto;
    height: 100%; }
    .row-ppl .b-ppl .box-ctx {
      padding: 15px;
      width: 100%; }
    .row-ppl .b-ppl .txt-subtitle {
      color: #9b9b9b;
      font-size: 14px; }
    .row-ppl .b-ppl .txt-title {
      font-size: 20px;
      margin-top: 5px;
      margin-bottom: 5px; }
    .row-ppl .b-ppl .img-ppl {
      width: 100%;
      border-bottom: 1px solid #E2E2E2; }
    @media (max-width: 991px) {
      .row-ppl .b-ppl {
        max-width: 300px; } }
  @media (max-width: 991px) {
    .row-ppl {
      margin-left: -15px;
      margin-right: -15px; }
      .row-ppl .col {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .row-ppl {
      text-align: center; }
      .row-ppl .col {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }

.row-services {
  margin: 60px -7.5px; }
  .row-services .col {
    margin-bottom: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .row-services a {
    width: 100%; }
  @media (max-width: 768px) {
    .row-services {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .row-services::before {
        display: none; }
      .row-services .col, .row-services a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }

.row-feature {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row-feature .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
    .row-feature .col:nth-child(4) .b-feature img {
      margin-top: 4px; }
    .row-feature .col:nth-child(4) .b-feature .txt {
      margin-top: 8px; }
    .row-feature .col:nth-child(5):lang(en) .b-feature img {
      margin-top: 15px;
      margin-bottom: 15px; }
    .row-feature .col .b-feature {
      height: 100%; }
  @media (max-width: 768px) {
    .row-feature .col {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 15px; } }
  @media (min-width: 993px) and (max-width: 1200px) {
    .row-feature .col {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      margin-bottom: 15px; } }

.row-events {
  margin-bottom: 30px; }
  .row-events .col-left {
    width: 70%; }
  .row-events .col-right {
    width: 30%; }
  @media (max-width: 768px) {
    .row-events .col-left {
      display: none; }
    .row-events .col-right {
      width: 100%; }
      .row-events .col-right .b-event-card.next {
        max-width: 245px;
        margin: auto; } }
  @media (min-width: 769px) {
    .row-events {
      margin-bottom: 60px; }
      .row-events .col-right {
        padding-left: 0; } }
  @media (min-width: 992px) {
    .row-events .col-left {
      width: 80%; }
    .row-events .col-right {
      width: 20%; } }

/*------------------------------------------ */
.s-title-default .txt-title-default {
  margin-bottom: 0; }

.s-title-default.bg-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .s-title-default.bg-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(30, 29, 23, 0.6); }
  .s-title-default.bg-img .container {
    position: relative;
    color: #fff; }
  .s-title-default.bg-img .txt-subtitle-default {
    color: #fff; }

.s-submenu .container {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #E2E2E2;
  text-transform: uppercase; }

.s-submenu .nav-submenu-wrapper {
  width: 100%; }
  .s-submenu .nav-submenu-wrapper._fixed {
    background: rgba(241, 241, 241, 0.95);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: 500ms;
    transition: 500ms; }
    .s-submenu .nav-submenu-wrapper._fixed .container {
      border-top: 0px;
      padding-top: 15px;
      padding-bottom: 15px; }
  .s-submenu .nav-submenu-wrapper._fixed._hide {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%); }

@media (max-width: 768px) {
  .s-submenu {
    display: none; } }

.s-posts .col {
  margin-bottom: 30px; }

@media (min-width: 769px) {
  .s-posts .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px; }
    .s-posts .row:before {
      display: none; }
    .s-posts .row .col {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .s-posts .row a {
      background: #fff;
      border: 1px solid #E2E2E2; }
    .s-posts .row .col-md-6.col {
      padding-left: 30px;
      padding-right: 30px; }
      .s-posts .row .col-md-6.col a {
        padding-bottom: 15px; } }

@media (min-width: 769px) {
  .s-posts-inner .row {
    margin-left: -15px;
    margin-right: -15px; }
    .s-posts-inner .row .col-md-6.col {
      padding-left: 15px;
      padding-right: 15px; } }

.s-search {
  background: #eae8ec; }
  .s-search .b-search {
    position: relative;
    z-index: 1; }
  @media (max-width: 1200px) {
    .s-search .b-search {
      margin-top: -100px; } }
  @media (min-width: 1201px) {
    .s-search .container {
      position: relative; }
    .s-search .b-search {
      position: absolute;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      width: 100%; } }

.s-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .s-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(30, 29, 23, 0.6); }
  .s-banner .container {
    position: relative;
    color: #fff; }

.s-home-intro {
  background: #eae8ec;
  position: relative;
  z-index: 0; }
  .s-home-intro .container {
    position: relative;
    z-index: 1; }
  .s-home-intro .txt-title-default {
    text-align: left;
    font-size: 40px; }
    .s-home-intro .txt-title-default::after {
      margin-left: 0; }
    .s-home-intro .txt-title-default .txt-sm {
      font-size: 26px; }
  .s-home-intro .container {
    position: relative; }
  .s-home-intro .col-ctx {
    padding-left: 35%;
    padding-top: 160px;
    padding-bottom: 160px;
    position: relative;
    z-index: 1; }
  .s-home-intro p {
    line-height: 1.7; }
  .s-home-intro .txt-river {
    position: absolute;
    font-size: 20px;
    text-align: center;
    right: 70%;
    bottom: 52%; }
    .s-home-intro .txt-river b {
      display: block;
      font-size: 35px; }
  @media (max-width: 992px) {
    .s-home-intro .col-ctx {
      padding: 0;
      padding-top: 60px;
      padding-bottom: 0px; }
    .s-home-intro .bg-river {
      position: relative; }
    .s-home-intro .img-river {
      width: 100%; }
    .s-home-intro .txt-river {
      left: 70%;
      right: auto;
      bottom: 62%;
      font-size: 16px; }
      .s-home-intro .txt-river b {
        font-size: 20px; } }
  @media (min-width: 993px) {
    .s-home-intro .bg-river {
      position: absolute;
      right: 45%;
      top: 0;
      width: 65%;
      height: 100%; }
      .s-home-intro .bg-river .img-river {
        position: absolute;
        right: 0%;
        bottom: 0;
        width: 100%; } }
  @media (min-width: 993px) and (max-width: 1200px) {
    .s-home-intro .txt-river {
      right: 70%;
      bottom: 30%; } }

.s-properties .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .s-properties .row:before {
    display: none; }

.s-properties .col {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .s-properties .col a {
    background: #fff; }

.s-properties-line .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px; }
  .s-properties-line .row:before {
    display: none; }
  .s-properties-line .row .col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .s-properties-line .row a {
    background: #fff;
    border: 1px solid #E2E2E2;
    margin-bottom: 15px; }
    @media (min-width: 769px) {
      .s-properties-line .row a {
        margin-bottom: 30px; } }

.s-property-body > .container > .row {
  margin-bottom: 60px; }

.s-property-body .btn {
  padding-top: 16px;
  padding-bottom: 14px; }

.s-property-body ul {
  padding-left: 20px; }
  .s-property-body ul > li:not(:last-child) {
    margin-bottom: 10px; }

.s-property-body .nav {
  padding-left: 0; }

.s-property-body .row-btns {
  margin: auto; }
  .s-property-body .row-btns a {
    display: inline-block; }
  .s-property-body .row-btns .btn {
    width: auto;
    max-width: auto;
    min-width: 230px; }

.s-property-body .txt-subtitle-default {
  margin-bottom: 15px; }

.s-property-body .txt-left .btn-light-grey {
  text-align: left;
  padding-left: 30px; }

.s-property-body .col:nth-child(1) .nav-media {
  margin-left: -5px;
  margin-right: -5px; }
  .s-property-body .col:nth-child(1) .nav-media > li {
    padding-left: 0; }

@media (max-width: 991px) {
  .s-property-body .nav-media {
    margin-top: -30px;
    margin-bottom: 15px; } }

.s-property-list {
  position: relative;
  padding-top: 0;
  margin-top: 30px; }
  .s-property-list .b-view {
    margin-left: 30px; }
  .s-property-list .b-search {
    display: none; }
    .s-property-list .b-search .col-last {
      padding-left: 0;
      padding-right: 0; }
  .s-property-list .b-property {
    width: 100%; }
  @media (max-width: 1200px) {
    .s-property-list .row-property-list > .col {
      width: 100% !important; } }
  @media (min-width: 1201px) {
    .s-property-list .row-property-list > .col {
      width: 75% !important; }
      .s-property-list .row-property-list > .col.col-filter {
        width: 25% !important; } }
  @media (max-width: 1200px) {
    .s-property-list {
      margin-top: -30px; }
      .s-property-list .b-search {
        display: block; }
      .s-property-list .col-filter, .s-property-list .b-view {
        display: none; }
      .s-property-list .row-ctrl {
        text-align: center;
        margin-top: 30px; }
      .s-property-list .float-right {
        float: none; }
      .s-property-list .b-sorting {
        padding-left: 15px;
        padding-right: 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; } }
  @media (min-width: 1201px) and (min-height: 700px) {
    .s-property-list .row-property-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .s-property-list .row-property-list:before {
        display: none; }
    .s-property-list .b-filter {
      position: -webkit-sticky;
      position: sticky;
      top: 135px; } }

.s-event-detail {
  padding-top: 0 !important; }
  .s-event-detail .b-article-detail {
    margin-top: 30px; }

.b-event-title .col {
  padding: 30px; }

.b-event-title .txt-type {
  text-transform: uppercase;
  color: #9b9b9b; }

.b-event-title .txt-event-title {
  line-height: 1.3;
  margin: 15px 0; }

.b-event-title .txt-date {
  display: inline;
  color: #9b9b9b;
  line-height: 40px; }

.b-event-title .nav-media {
  float: right; }

@media (min-width: 1101px) and (max-width: 1600px) {
  .b-event-title .col {
    padding-top: 65px; } }

.s-about-us .container {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2; }

.s-services .txt-intro, .s-services .row-services, .s-services .row-services-detail {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.b-service {
  width: 100%;
  background: #f8f8f9;
  text-align: center;
  padding: 30px 15px; }
  .b-service .ico {
    width: 70px; }
  @media (min-width: 769px) {
    .b-service {
      min-height: 175px; }
      .b-service-lg .ico {
        width: 100px; }
      .b-service-lg txt {
        font-size: 26px; } }

.row-services-detail .col:not(:last-child) {
  border-bottom: 1px solid #E2E2E2; }

.b-service-detail {
  padding-top: 60px;
  padding-bottom: 60px; }
  .b-service-detail .ico {
    width: 100px; }
  .b-service-detail .txt-title-default {
    font-size: 26px;
    margin-bottom: 0px;
    padding-bottom: 0px; }
    .b-service-detail .txt-title-default::after {
      margin-top: 20px;
      margin-bottom: 30px; }
  @media (max-width: 768px) {
    .b-service-detail {
      text-align: center;
      padding-top: 30px;
      padding-bottom: 30px; }
      .b-service-detail .txt-title-default {
        font-size: 20px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px; }
        .b-service-detail .txt-title-default::after {
          margin-left: auto; } }
  @media (min-width: 769px) {
    .b-service-detail {
      position: relative;
      padding-left: 30%; }
      .b-service-detail .ico {
        width: 100px;
        position: absolute;
        left: 15%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .b-service-detail .txt-title-default {
        font-size: 26px; }
        .b-service-detail .txt-title-default::after {
          margin-bottom: 0.5em; } }

.s-career .txt-intro {
  font-size: 18px; }

.s-career hr {
  margin-top: 40px;
  margin-bottom: 40px; }

.s-career .txt-title-default, .s-career .txt-subtitle-default {
  margin-top: 0; }

@media (max-width: 768px) {
  .s-career .txt-title-default {
    text-align: center; }
    .s-career .txt-title-default::after {
      margin-left: auto;
      margin-right: auto; } }

.s-career .row-contact {
  padding: 15px; }
  @media (max-width: 768px) {
    .s-career .row-contact {
      margin-left: 0;
      margin-right: 0; } }

@media (max-width: 768px) {
  .s-career .row-default {
    padding-top: 15px;
    padding-bottom: 15px; } }

.row-perk {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row-perk::before {
    display: none; }

.b-perk {
  text-align: center;
  margin-bottom: 40px; }
  .b-perk-img {
    width: 100%; }
  .b-perk-title {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Lato', 'Noto Sans TC', sans-serif;
    margin-top: 20px; }

.nav-flow {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 45px;
  padding-left: 0; }
  .nav-flow li {
    display: inline-block;
    padding: 0 15px 15px;
    position: relative; }
    .nav-flow li a {
      text-transform: uppercase; }
      .nav-flow li a:after {
        content: "";
        display: block;
        width: 50px;
        height: 5px;
        background: #FFE512;
        margin: auto;
        margin-top: 0.8em; }
      .nav-flow li a:after {
        margin-top: 0;
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, 0) scaleX(0);
        -ms-transform: translate(-50%, 0) scaleX(0);
        transform: translate(-50%, 0) scaleX(0);
        background: #E2E2E2;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .nav-flow li a.active {
        font-weight: bold; }
        .nav-flow li a.active::after {
          -webkit-transform: translate(-50%, 0) scaleX(1);
          -ms-transform: translate(-50%, 0) scaleX(1);
          transform: translate(-50%, 0) scaleX(1);
          background: #FFE512; }
        .nav-flow li a.active.color-blue {
          color: #002C8E; }
        .nav-flow li a.active.color-red {
          color: #8E0000; }
  @media (max-width: 768px) {
    .nav-flow li {
      padding-left: 7px;
      padding-right: 7px;
      font-size: 13px; }
      .nav-flow li:first-child {
        padding-left: 0; }
      .nav-flow li:last-child {
        padding-right: 0; } }
  @media (max-width: 374px) {
    .nav-flow li {
      padding-left: 4px;
      padding-right: 4px;
      font-size: 12px; } }
  @media (min-width: 769px) {
    .nav-flow li a:hover::after {
      -webkit-transform: translate(-50%, 0) scaleX(1);
      -ms-transform: translate(-50%, 0) scaleX(1);
      transform: translate(-50%, 0) scaleX(1); } }

.b-step {
  max-width: 600px;
  margin: auto; }
  .b-step::before {
    background: #9b9b9b; }
  .b-step-ico {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #f8f8f9;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .b-step-ico.au-1 {
      background-image: url(../images/flow/au_step1.png); }
    .b-step-ico.au-2 {
      background-image: url(../images/flow/au_step2.png); }
    .b-step-ico.au-3 {
      background-image: url(../images/flow/au_step3.png); }
    .b-step-ico.au-4 {
      background-image: url(../images/flow/au_step4.png); }
    .b-step-ico.au-5 {
      background-image: url(../images/flow/au_step5.png); }
    .b-step-ico.au-6 {
      background-image: url(../images/flow/au_step6.png); }
    .b-step-ico.au-7 {
      background-image: url(../images/flow/au_step7.png); }
    .b-step-ico.uk-1 {
      background-image: url(../images/flow/uk_step1.png); }
    .b-step-ico.uk-2 {
      background-image: url(../images/flow/uk_step2.png); }
    .b-step-ico.uk-3 {
      background-image: url(../images/flow/uk_step3.png); }
    .b-step-ico.uk-4 {
      background-image: url(../images/flow/uk_step4.png); }
    .b-step-ico.uk-5 {
      background-image: url(../images/flow/uk_step5.png); }
    .b-step-ico.uk-6 {
      background-image: url(../images/flow/uk_step6.png); }
    .b-step-ico.uk-7 {
      background-image: url(../images/flow/uk_step7.png); }
    .b-step-ico.my-1 {
      background-image: url(../images/flow/my_step1.png); }
    .b-step-ico.my-2 {
      background-image: url(../images/flow/my_step2.png); }
    .b-step-ico.my-3 {
      background-image: url(../images/flow/my_step3.png); }
    .b-step-ico.my-4 {
      background-image: url(../images/flow/my_step4.png); }
    .b-step-ico.my-5 {
      background-image: url(../images/flow/my_step5.png); }
  .b-step-num, .b-step-title {
    font-family: 'Playfair Display', 'Noto Sans TC', sans-serif; }
  .b-step-desc {
    border-left: 0px solid #9b9b9b; }
  .color-blue .b-step .b-step-num {
    color: #002C8E; }
  .color-blue .b-step .b-step-desc {
    border-left-color: #002C8E; }
  .color-blue .b-step::before {
    background: #002C8E; }
  .color-red .b-step .b-step-num {
    color: #8E0000; }
  .color-red .b-step .b-step-desc {
    border-left-color: #8E0000; }
  .color-red .b-step::before {
    background: #8E0000; }

@media (max-width: 768px) {
  .b-step .box-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .b-step-ico {
    width: 70px;
    height: 70px; }
  .b-step-num {
    font-size: 40px;
    width: 40px;
    text-align: center;
    -webkit-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    transform: translate(0, -10%); }
  .b-step-title {
    font-size: 20px; }
  .b-step-desc {
    margin-left: 35px;
    padding: 5px 0 60px 15px; }
  .b-step:not(:last-child) .b-step-desc {
    border-left-width: 1px; } }

@media (min-width: 769px) {
  .b-step {
    padding-left: 170px;
    position: relative; }
    .b-step:not(:last-child)::before {
      content: "";
      position: absolute;
      left: 35px;
      height: 100%;
      width: 1px; }
    .b-step-ico, .b-step-num {
      position: absolute; }
    .b-step-ico {
      width: 70px;
      height: 70px;
      left: 0; }
    .b-step-num {
      left: 115px;
      font-size: 55px;
      -webkit-transform: translate(0, -20%);
      -ms-transform: translate(0, -20%);
      transform: translate(0, -20%); }
    .b-step-title {
      font-size: 28px;
      padding-top: 10px;
      margin-bottom: 5px; }
    .b-step-desc {
      padding-bottom: 45px; } }

h1, h2, h3, h4 {
  margin: 0;
  text-align: inherit;
  line-height: 1em;
  padding-bottom: 10px;
  font-weight: 500;
  text-transform: none;
  font-style: normal; }

.s-highlight-title .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end; }
  .s-highlight-title .row::before {
    display: none; }
  .s-highlight-title .row .txt-title .txt-light, .s-highlight-title .row .txt-title .txt-bold {
    background: #FFE512;
    margin-bottom: 8px;
    display: inline-block;
    line-height: 1.1; }
  .s-highlight-title .row .txt-title .txt-light {
    font-weight: 300; }
  .s-highlight-title .row .txt-title .txt-bold {
    font-weight: 700; }
  .s-highlight-title .row .txt-title *:last-child {
    margin-bottom: 20px; }
  .s-highlight-title .row .txt-subtitle {
    line-height: 1em;
    padding-bottom: 10px;
    font-weight: 500;
    margin: 0;
    font-size: 28px; }
  @media (max-width: 768px) {
    .s-highlight-title .row .col:nth-child(2) {
      padding-left: 30px;
      padding-right: 30px; }
    .s-highlight-title .row .txt-title {
      margin-top: -23px; }
    .s-highlight-title .row .txt-light, .s-highlight-title .row .txt-bold {
      font-size: 35px; } }
  @media (min-width: 769px) {
    .s-highlight-title .row .txt-title {
      -webkit-transform: translate(-75px, 0);
      -ms-transform: translate(-75px, 0);
      transform: translate(-75px, 0); }
      .s-highlight-title .row .txt-title .txt-light, .s-highlight-title .row .txt-title .txt-bold {
        font-size: 45px; } }

.s-prop-feature .container {
  max-width: 800px; }

.s-prop-feature .ico-hk-au {
  display: block !important;
  margin: auto !important;
  width: 150px; }

.s-prop-feature p {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.s-prop-feature .txt-title-default {
  font-weight: 300;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 30px; }
  .s-prop-feature .txt-title-default .txt-subtitle {
    font-size: 24px;
    margin-top: 8px;
    padding-left: 14px; }

@media (max-width: 992px) {
  .s-prop-feature .col-ctx {
    padding: 0;
    padding-top: 60px;
    padding-bottom: 0px; } }

.s-rent .nav-tabs {
  text-align: center !important;
  border-bottom: 0;
  margin-bottom: 30px; }
  .s-rent .nav-tabs .txt-slash {
    margin-left: 30px;
    margin-right: 30px;
    line-height: 70px; }
  .s-rent .nav-tabs > li {
    float: none;
    display: inline-block;
    vertical-align: bottom; }
    .s-rent .nav-tabs > li > a {
      background: transparent;
      border: 0;
      padding: 0 !important;
      line-height: 70px !important;
      height: 70px; }
      .s-rent .nav-tabs > li > a a {
        color: #1E1D17;
        text-decoration: none;
        border: 0; }
        .s-rent .nav-tabs > li > a a:visited {
          color: #1E1D17;
          text-decoration: none;
          border: 0; }
        .s-rent .nav-tabs > li > a a:hover {
          color: #1E1D17;
          text-decoration: none;
          border: 0; }
        .s-rent .nav-tabs > li > a a:active, .s-rent .nav-tabs > li > a a:focus {
          color: #1E1D17;
          text-decoration: none;
          border: 0; }
      .s-rent .nav-tabs > li > a:hover, .s-rent .nav-tabs > li > a:active, .s-rent .nav-tabs > li > a:focus {
        opacity: 1;
        filter: alpha(opacity=100);
        background: transparent;
        border: 0; }
    .s-rent .nav-tabs > li.active > a {
      font-size: 35px;
      font-weight: 300;
      background: transparent;
      border: 0;
      color: #1E1D17; }
      .page-id-557 .s-rent .nav-tabs > li.active > a,
      .page-id-2271 .s-rent .nav-tabs > li.active > a {
        border-bottom: 5px solid #ffe512; }

.s-rent .box-long, .s-rent .box-short {
  max-width: 800px;
  margin: auto; }

.s-rent .box-long-info {
  max-width: 600px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px; }

.s-rent .box-qa {
  max-width: 800px;
  margin: auto;
  margin-top: 15px;
  text-align: center;
  padding: 45px 15px; }
  .s-rent .box-qa-wrapper {
    max-width: 600px;
    margin: auto; }
  .s-rent .box-qa .txt-qa-title {
    font-size: 35px;
    position: relative;
    z-index: 0;
    display: inline-block;
    margin-top: 30px; }
    .s-rent .box-qa .txt-qa-title::before {
      content: "";
      background-image: url(../images/prop_management/ico_quote.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      width: 60px;
      height: 60px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .s-rent .box-qa p {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

.s-rent .box-long .txt-intro {
  margin-top: 45px !important;
  margin-bottom: 15px !important; }

.s-rent .box-long .row-services-detail {
  margin-left: 0;
  margin-right: 0; }
  .s-rent .box-long .row-services-detail .col {
    padding-left: 0;
    padding-right: 0; }

.s-rent .box-long .b-service-detail {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative; }
  .s-rent .box-long .b-service-detail p {
    margin-top: 0;
    margin-bottom: 0; }
  .s-rent .box-long .b-service-detail .ico {
    width: 80px;
    left: 70px; }
  .s-rent .box-long .b-service-detail .txt-title {
    font-size: 20px;
    margin-bottom: 7.5px; }
  @media (min-width: 769px) {
    .s-rent .box-long .b-service-detail {
      padding-left: 140px; } }

.s-rent .row-short-service {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .s-rent .row-short-service .col {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-top: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

.s-rent .b-short-service {
  background: #fff;
  padding: 30px; }
  @media (max-width: 768px) {
    .s-rent .b-short-service {
      padding: 15px; } }
  .s-rent .b-short-service .ico {
    width: 70px;
    margin: auto;
    display: block;
    margin-bottom: 10px; }
  .s-rent .b-short-service .txt-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px; }

.s-rent .box-short-info {
  max-width: 600px;
  margin: auto;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px; }
  .s-rent .box-short-info .txt-intro {
    font-size: 20px;
    margin-top: 45px; }

.s-rent .row-pros {
  margin-top: 45px; }
  .s-rent .row-pros .b-pros {
    background: #f8f8f9;
    position: relative;
    padding: 15px;
    padding-left: 70px;
    margin-bottom: 30px; }
    .s-rent .row-pros .b-pros .ico {
      position: absolute;
      width: 40px;
      height: 40px;
      left: 15px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .s-rent .row-pros .b-pros .txt-title {
      font-size: 18px; }

.s-act {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }
  .s-act::before, .s-act::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 80px;
    background: #9b9b9b;
    z-index: 1; }
  .s-act::before {
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .s-act::after {
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); }
  .s-act .txt-act {
    font-size: 18px; }
  .s-act .txt-act2 {
    font-weight: bold;
    font-size: 25px; }
  .s-act .ico-down {
    width: 30px;
    height: 30px;
    background-image: url(../images/icon/ico_down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
    -webkit-animation: ani-float 0.8s infinite;
    animation: ani-float 0.8s infinite; }

.s-prop-profile .b-profile {
  background: #fff;
  margin-top: 15px;
  padding: 15px; }

.s-prop-profile .b-logo-view {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.s-prop-profile .b-logo-view, .s-prop-profile .img-view {
  margin-bottom: 15px;
  padding-top: 56.25%;
  border: 1px solid #E2E2E2; }

.s-prop-profile .txt-with-ico.ico-video {
  padding-left: 40px; }

.s-prop-profile .box-logo {
  width: 345px;
  margin: auto; }

.s-prop-profile .img-preview {
  padding-top: 56.25%;
  border: 1px solid #E2E2E2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

@media (min-width: 769px) {
  .s-prop-profile .b-profile {
    padding: 45px; }
  .s-prop-profile hr {
    margin-top: 30px; }
  .s-prop-profile .row-profile > .col {
    position: relative;
    padding-right: 390px;
    min-height: 450px; }
  .s-prop-profile .row-profile .box-logo {
    position: absolute;
    right: 15px;
    top: 0; }
  .s-prop-profile hr {
    margin-bottom: 30px; } }

.s-developer-list .txt-intro {
  max-width: 800px;
  margin: auto;
  margin-bottom: 45px; }

.s-developer-list .b-logo-view {
  width: 100%;
  padding-top: 65.34653%;
  border: 1px solid #E2E2E2;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 80%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .s-developer-list .b-logo-view::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(30, 29, 23, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    background-blend-mode: multiply;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 500ms;
    transition: 500ms; }
  .s-developer-list .b-logo-view .txt-view {
    position: absolute;
    right: 8px;
    bottom: 15px;
    font-size: 14px;
    padding-right: 30px;
    color: #FFE512;
    font-weight: bold;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 500ms;
    transition: 500ms; }
    .s-developer-list .b-logo-view .txt-view::after {
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      right: 5px;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      background-image: url(../images/icon/ico_right_yellow.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      -webkit-animation: ani-arrow-right 500ms infinite;
      animation: ani-arrow-right 500ms infinite; }
  .s-developer-list .b-logo-view:hover::before {
    opacity: 1;
    filter: alpha(opacity=100); }
  .s-developer-list .b-logo-view:hover .txt-view {
    opacity: 1;
    filter: alpha(opacity=100); }
    .s-developer-list .b-logo-view:hover .txt-view::after {
      -webkit-transform: translate(10%, -50%);
      -ms-transform: translate(10%, -50%);
      transform: translate(10%, -50%); }

.s-contact {
  position: relative;
  background-image: url(../images/bg_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: 80%; }
  .s-contact::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .s-contact .container {
    position: relative; }
  .s-contact .txt {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 45px; }
    .s-contact .txt a {
      color: #fff;
      text-decoration: none;
      border: 0; }
      .s-contact .txt a:visited {
        color: #fff;
        text-decoration: none;
        border: 0; }
      .s-contact .txt a:hover {
        color: #fff;
        text-decoration: none;
        border: 0; }
      .s-contact .txt a:active, .s-contact .txt a:focus {
        color: #fff;
        text-decoration: none;
        border: 0; }
    .s-contact .txt a {
      -webkit-transition: 500ms;
      transition: 500ms; }
      .s-contact .txt a:hover, .s-contact .txt a:focus, .s-contact .txt a:active {
        letter-spacing: 2px;
        color: #FFE512; }
    @media (max-width: 768px) {
      .s-contact .txt {
        font-size: 24px; } }

.s-footer {
  background: #333333;
  color: #fff; }
  .s-footer .container {
    position: relative; }
  .s-footer a {
    color: #fff;
    text-decoration: none;
    border: 0; }
    .s-footer a:visited {
      color: #fff;
      text-decoration: none;
      border: 0; }
    .s-footer a:hover {
      color: #fff;
      text-decoration: none;
      border: 0; }
    .s-footer a:active, .s-footer a:focus {
      color: #fff;
      text-decoration: none;
      border: 0; }
  .s-footer .nav > li a {
    color: #fff;
    text-decoration: none;
    border: 0; }
    .s-footer .nav > li a:visited {
      color: #fff;
      text-decoration: none;
      border: 0; }
    .s-footer .nav > li a:hover {
      color: #fff;
      text-decoration: none;
      border: 0; }
    .s-footer .nav > li a:active, .s-footer .nav > li a:focus {
      color: #fff;
      text-decoration: none;
      border: 0; }

.row-footer-ctx .txt-title {
  font-family: 'Lato', 'Noto Sans TC', sans-serif;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 30px;
  font-size: 18px; }

.row-footer-ctx .txt-address {
  margin-bottom: 15px; }

.row-footer-ctx .txt-with-ico {
  padding-left: 40px;
  display: block; }

.row-footer-ctx .col {
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 900px) {
  .row-footer-ctx {
    text-align: center; }
    .row-footer-ctx .txt-with-ico {
      display: block;
      padding-left: 0; }
      .row-footer-ctx .txt-with-ico::before {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
    .row-footer-ctx .nav-media {
      margin-top: 30px;
      margin-bottom: 30px; }
    .row-footer-ctx .btn-subscribe {
      margin-bottom: 45px; }
    .row-footer-ctx .col:not(.col-nav) .txt-title {
      color: #FFE512; }
    .row-footer-ctx .col-nav {
      border-top: 1px solid #525252;
      margin-left: 15px;
      margin-right: 15px;
      padding-left: 0;
      padding-right: 0; }
      .row-footer-ctx .col-nav .txt-title {
        text-align: left;
        line-height: 30px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-bottom: 0;
        cursor: pointer; }
        .row-footer-ctx .col-nav .txt-title::after {
          content: "";
          display: block;
          width: 30px;
          height: 30px;
          float: right;
          background: no-repeat center;
          background-image: url(../images/icon/ico_down_white.svg);
          background-size: 80% auto;
          -webkit-transition: 500ms;
          transition: 500ms; }
      .row-footer-ctx .col-nav.active .txt-title::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .row-footer-ctx .col-nav:last-child {
        border-bottom: 1px solid #525252; }
    .row-footer-ctx .nav-default {
      text-align: left; }
      .row-footer-ctx .nav-default > li:last-child {
        margin-bottom: 30px; } }

@media (min-width: 901px) {
  .row-footer-ctx .col {
    width: 21%;
    float: left; }
    .row-footer-ctx .col:nth-child(1) {
      width: 37%; }
  .row-footer-ctx .btn-subscribe, .row-footer-ctx .nav-media {
    position: absolute;
    top: 50px; }
  .row-footer-ctx .btn-subscribe {
    top: 40px; }
  .row-footer-ctx .btn-subscribe {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  .row-footer-ctx .nav-media {
    right: 15px; }
  .row-footer-ctx .col-nav .nav-default {
    display: block !important;
    height: auto !important; } }

.row-footer-logo .img-logo {
  width: 120px;
  height: 120px;
  margin-bottom: 15px; }

@media (max-width: 900px) {
  .row-footer-logo {
    display: none; } }

@media (min-width: 901px) {
  .row-footer-logo {
    border-bottom: 1px solid #525252; } }

.row-footer-top {
  margin-top: 15px;
  text-align: center; }
  .row-footer-top .btn-top {
    display: inline-block; }
    .row-footer-top .btn-top::before {
      background-size: 70% auto;
      border: 1px solid transparent; }
  @media (min-width: 901px) {
    .row-footer-top {
      text-align: right;
      margin-bottom: 15px; } }

.row-footer-copyright {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 25px; }
  .row-footer-copyright a {
    color: #9b9b9b;
    text-decoration: none;
    border: 0; }
    .row-footer-copyright a:visited {
      color: #9b9b9b;
      text-decoration: none;
      border: 0; }
    .row-footer-copyright a:hover {
      color: #9b9b9b;
      text-decoration: none;
      border: 0; }
    .row-footer-copyright a:active, .row-footer-copyright a:focus {
      color: #9b9b9b;
      text-decoration: none;
      border: 0; }
  .row-footer-copyright .txt-copyright {
    color: #9b9b9b; }
  .row-footer-copyright .nav-footer {
    display: inline-block; }
    .row-footer-copyright .nav-footer a {
      padding-right: 0; }
  @media (max-width: 900px) {
    .row-footer-copyright {
      text-align: center; }
      .row-footer-copyright .txt-copyright {
        margin-top: 15px;
        margin-bottom: 15px; } }
  @media (min-width: 901px) {
    .row-footer-copyright {
      border-top: 1px solid #525252; }
      .row-footer-copyright .nav-footer > li {
        display: inline-block;
        padding-left: 15px; }
        .row-footer-copyright .nav-footer > li > a {
          padding-top: 0;
          padding-bottom: 0; }
      .row-footer-copyright .txt-copyright {
        float: left; } }

.s-tnc a {
  text-decoration: underline;
  font-weight: bold; }
  .s-tnc a:hover, .s-tnc a:active, .s-tnc a:focus {
    text-decoration: underline;
    font-weight: bold;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: 500ms;
    transition: 500ms; }

.s-tnc .txt-subtitle-default {
  text-align: left;
  color: #1E1D17;
  font-weight: bold;
  letter-spacing: inherit;
  margin-top: 60px;
  font-size: 18px; }

.s-tnc table td:not(:first-child) {
  padding-left: 30px; }

.s-tnc ol {
  padding-left: 18px; }
  .s-tnc ol > li {
    padding-left: 10px; }
    .s-tnc ol > li p, .s-tnc ol > li table {
      text-transform: none;
      font-weight: normal; }
  .s-tnc ol li {
    text-transform: uppercase;
    font-weight: bold; }
  .s-tnc ol ol {
    counter-reset: section;
    margin-top: 15px;
    margin-bottom: 15px;
    counter-increment: section1;
    list-style: none;
    padding-left: 15px; }
    .s-tnc ol ol > li {
      position: relative;
      padding-left: 40px;
      text-transform: none;
      font-weight: normal; }
      .s-tnc ol ol > li::before {
        position: absolute;
        left: 0;
        counter-increment: section;
        content: counters(section1, ".") "." counters(section, "."); }

.s-tnc ol.list-num {
  list-style: decimal;
  padding-left: 20px; }
  .s-tnc ol.list-num > li {
    padding-left: 15px; }
    .s-tnc ol.list-num > li::before {
      display: none; }

/*------------------------------------------ */
@media (max-width: 991px) {
  .md-show {
    display: none; } }

@media (min-width: 992px) {
  .md-hide {
    display: none; } }

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