html {
  scroll-behavior: smooth; }

h1 {
  color: #8e8a83;
  font-family: Lato;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  width: fit-content;
  padding: 0 30px;
  margin: auto;
  position: relative;
  z-index: 1; }

h2 {
  color: #8e8a83;
  font-size: 24px;
  font-weight: 300;
  font-family: Noto Sans TC; }

h3 {
  color: #8e8a83;
  font-family: Noto Sans TC;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 24px; }

p, a, label, input, option, select, li, .form-control {
  color: #8e8a83;
  font-family: Noto Sans TC;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 18px; }

.primary-button {
  text-align: center; }
  .primary-button a, .primary-button button {
    color: #ffffff;
    background-color: #e0b094;
    font-size: 32px;
    letter-spacing: 5px;
    font-weight: 300;
    border: none;
    padding: 10px 50px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s ease-out; }
    .primary-button a:hover, .primary-button button:hover {
      background-color: #e6c0a9;
      text-decoration: none; }
    .primary-button a:focus, .primary-button button:focus {
      outline: none; }

.w-100 {
  width: 100%;
  height: auto; }

.center {
  display: flex;
  align-items: center;
  justify-content: center; }

.title {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .title:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 70%;
    height: 2px;
    margin: 0 auto;
    background: #8e8a83; }

.header {
  z-index: 500;
  position: absolute;
  width: 100%;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px;
  backdrop-filter: blur(3px); }
  .header img.logo {
    height: 65px;
    width: auto; }
  .header .navbar-collapse {
    justify-content: flex-end; }
  .header .navbar-nav {
    display: flex;
    align-items: center; }
    .header .navbar-nav .nav-item {
      padding: 10px 15px;
      position: relative; }
    .header .navbar-nav .nav-link {
      color: #8e8a83;
      font-size: 18px;
      font-weight: 300;
      text-transform: uppercase;
      transition: 0.3s ease-out;
      letter-spacing: 2px; }
      .header .navbar-nav .nav-link:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        content: '.';
        color: transparent;
        background: #8e8a83;
        height: 2px;
        transition: 0.3s ease-out; }
      .header .navbar-nav .nav-link:hover {
        color: #8e8a83; }
        .header .navbar-nav .nav-link:hover:after {
          width: 50px; }
      .header .navbar-nav .nav-link.regis-button {
        padding: 10px 15px;
        background-color: #e0b094;
        opacity: 1;
        transition: 0.2s ease-out;
        color: #ffffff; }
        .header .navbar-nav .nav-link.regis-button:hover {
          color: #ffffff;
          opacity: 0.8; }
        .header .navbar-nav .nav-link.regis-button:after {
          display: none; }
  .header .social-button a svg {
    transition: 0.2s ease-out; }
  .header .social-button a:hover {
    text-decoration: none; }
    .header .social-button a:hover svg {
      transform: scale(1.1);
      opacity: 0.75; }
  .header .navbar-toggler {
    border: none;
    outline: none; }
    .header .navbar-toggler .animated-icon {
      width: 30px;
      height: 20px;
      position: relative;
      margin: 0px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer; }
      .header .navbar-toggler .animated-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out; }
      .header .navbar-toggler .animated-icon span {
        background: #8e8a83; }
      .header .navbar-toggler .animated-icon span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
      .header .navbar-toggler .animated-icon span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
      .header .navbar-toggler .animated-icon span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
      .header .navbar-toggler .animated-icon.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
        left: 8px; }
      .header .navbar-toggler .animated-icon.open span:nth-child(2) {
        width: 0%;
        opacity: 0; }
      .header .navbar-toggler .animated-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 21px;
        left: 8px; }

.home .hero {
  z-index: 500;
  height: 100vh;
  background-image: url(../../img/hero-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }
  .home .hero .hero-wrap {
    z-index: 100; }
  .home .hero .hero-content {
    z-index: 100;
    display: flex;
    align-items: center; }
    .home .hero .hero-content svg {
      height: auto;
      width: 100%;
      max-width: 350px; }
  .home .hero svg.scroll {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 10px);
    animation-name: scroll;
    animation-duration: 1.5s;
    animation-direction: reverse;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    transition: 0.2s ease-out;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16)); }
    .home .hero svg.scroll:hover {
      filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3)); }
@keyframes scroll {
  0% {
    bottom: 50px; }
  50% {
    bottom: 35px; }
  100% {
    bottom: 50px; } }
.home .promise {
  padding: 75px 15px 50px 15px;
  background-image: url(../../img/promise-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .home .promise .promise-item {
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .home .promise .promise-item h3 {
      color: #ffffff;
      background-color: #e0b094;
      padding: 10px 5px;
      margin-top: 10px;
      border-radius: 0 0 15px 15px; }
    .home .promise .promise-item .promise-icon {
      background-color: rgba(255, 255, 255, 0.69);
      padding: 10px;
      border-radius: 150px 150px 0 0; }
      .home .promise .promise-item .promise-icon img {
        width: 100%;
        height: auto;
        max-width: 220px; }
  .home .promise h1 {
    background-image: url(../../img/promise-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
.home .signature {
  background-color: #c6c1b6;
  padding: 75px 0 50px 0; }
  .home .signature h1 {
    background-color: #c6c1b6;
    color: #ffffff; }
  .home .signature h2 {
    margin-bottom: 20px; }
  .home .signature h2, .home .signature p {
    color: #ffffff; }
  .home .signature .title::after {
    background: #ffffff; }
  .home .signature .nav {
    justify-content: flex-start;
    border: none;
    margin: 45px 0 15px 0; }
    .home .signature .nav li {
      margin-bottom: 20px; }
    .home .signature .nav a.trt-tab {
      color: #ffffff;
      font-family: Noto Sans TC;
      font-weight: 300;
      letter-spacing: 3px;
      font-size: 21px;
      padding: 5px 15px;
      transition: 0.3s ease-out;
      border-radius: 30px;
      border: 1px solid transparent;
      word-break: break-word; }
      .home .signature .nav a.trt-tab:hover {
        text-decoration: none;
        border: 1px solid #ffffff; }
    .home .signature .nav a.trt-tab.active {
      color: #ffffff;
      background-color: #e0b094;
      border: 1px solid #e0b094; }
    .home .signature .nav .tab-item {
      padding: 0 4px; }
  .home .signature .tab-content .trt-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden; }
  .home .signature .tab-content .color-block {
    width: 80px;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: #c6c1b6;
    z-index: 0; }
  .home .signature a.explore {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px 30px;
    transition: 0.2s ease-out; }
    .home .signature a.explore:hover {
      background-color: #ffffff;
      color: #8e8a83;
      text-decoration: none; }
.home .contact {
  padding: 75px 0 50px 0;
  background-image: url("../../img/contact-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }
  .home .contact h1 {
    background-image: url("../../img/contact-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; }
  .home .contact h2 {
    font-family: Amiri;
    display: flex;
    align-items: center;
    background-color: #e0b094;
    max-width: 400px;
    text-align: center;
    color: #ffffff;
    border-radius: 25px;
    justify-content: center;
    margin-bottom: 20px;
    padding: 8px 0 5px 0;
    margin-left: auto;
    margin-right: auto; }
    .home .contact h2 a {
      font-size: 22px;
      letter-spacing: 3px;
      font-weight: 700;
      font-family: Open Sans;
      text-decoration: none;
      display: flex;
      align-items: center; }
  .home .contact p {
    margin-bottom: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    .home .contact p svg {
      margin-right: 10px;
      margin-top: 4px; }
  .home .contact a {
    text-decoration: none;
    text-transform: uppercase;
    opacity: 1;
    transition: 0.2s ease-out;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .home .contact a:hover {
      opacity: 0.8;
      color: #8e8a83; }
  .home .contact .contact-group {
    margin-bottom: 30px;
    text-align: center; }
    .home .contact .contact-group svg {
      width: 50px;
      height: 50px; }
  .home .contact object {
    width: 100%;
    height: auto; }

.promotion hr {
  display: none; }
.promotion h1 {
  background-image: url(../../img/hero-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
.promotion .promotion-list {
  padding-top: 180px;
  background-color: transparent;
  background-image: url(../../img/hero-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  .promotion .promotion-list .promo-bg {
    display: none; }
  .promotion .promotion-list .promotion-item {
    padding: 30px 0;
    border-bottom: 1px solid #8e8a83; }
    .promotion .promotion-list .promotion-item h2 {
      margin-bottom: 20px; }
    .promotion .promotion-list .promotion-item:last-child {
      border-bottom: none; }
    .promotion .promotion-list .promotion-item .trt-price {
      background-color: #e0b094;
      display: flex;
      padding: 15px;
      margin-left: 15px;
      align-items: center;
      max-width: 420px;
      justify-content: space-between; }
      .promotion .promotion-list .promotion-item .trt-price h2, .promotion .promotion-list .promotion-item .trt-price p {
        color: #ffffff;
        margin-bottom: 0; }
      .promotion .promotion-list .promotion-item .trt-price .price-wrap {
        display: flex;
        align-items: baseline; }
      .promotion .promotion-list .promotion-item .trt-price p.ori-price {
        text-decoration: line-through;
        margin-left: 5px;
        font-size: 16px; }
      .promotion .promotion-list .promotion-item .trt-price a {
        border: 1px solid #ffffff;
        background-color: transparent;
        color: #ffffff;
        cursor: pointer;
        outline: none;
        box-shadow: none;
        margin-left: 15px;
        font-size: 24px;
        font-weight: 300;
        font-family: Noto Sans TC;
        transition: 0.2s ease-out;
        padding: 2px 15px; }
        .promotion .promotion-list .promotion-item .trt-price a:hover {
          background-color: #ffffff;
          color: #e0b094;
          text-decoration: none; }

.regis {
  padding: 75px 15px 50px 15px;
  background-color: #c6c1b6; }
  .regis h1 {
    background-color: #c6c1b6;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; }
  .regis .title {
    margin-bottom: 50px; }
  .regis .form-group {
    padding: 0 10px; }
    .regis .form-group input, .regis .form-group select {
      border: none;
      border-radius: 10px;
      padding: 10px 15px;
      outline: none;
      box-shadow: none;
      transition: 0.3s ease-out;
      color: #8e8a83; }
    .regis .form-group select {
      -webkit-appearance: none;
      -moz-appearance: none; }
    .regis .form-group ::placeholder {
      color: #c6c1b6; }
    .regis .form-group select.form-control:not([size]):not([multiple]) {
      height: unset; }
    .regis .form-group select {
      appearance: none;
      background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
      background-repeat: no-repeat;
      background-position: right 15px top 50%, 0 0;
      background-size: 10px auto, 100%; }
  .regis .custom-control {
    margin-left: 5px;
    padding-left: 50px; }
    .regis .custom-control a {
      font-weight: 400;
      transition: 0.2s ease-out;
      color: #8e8a83;
      cursor: pointer; }
  .regis .custom-checkbox .custom-control-label::before {
    width: 30px;
    height: 30px;
    background-color: #ffffff; }
  .regis .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    width: 30px;
    height: 30px; }
  .regis .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #e0b094; }
  .regis .custom-control-label::after {
    width: 30px;
    height: 30px; }
  .regis .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none; }
  .regis .action-button {
    margin-top: 30px; }
  .regis .payment-option p {
    margin-bottom: 8px; }
  .regis .payment-option input {
    width: 20px;
    height: 20px; }
  .regis .payment-option label {
    margin-left: 8px;
    margin-right: 15px;
    margin-bottom: 0; }
  .regis .payment-logo {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0 5px; }
    .regis .payment-logo img {
      width: auto;
      max-height: 25px;
      margin: 0 8px; }
  .regis .custom-control-label {
    margin-top: 5px; }
  .regis .tandc {
    padding: 20px 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 30px; }
    .regis .tandc li, .regis .tandc p {
      color: #8e8a83;
      font-size: 14px; }
      .regis .tandc li:last-child, .regis .tandc p:last-child {
        margin-bottom: 0; }
    .regis .tandc p, .regis .tandc ul {
      margin-bottom: 0; }
    .regis .tandc ul {
      padding-left: 20px; }
    .regis .tandc p {
      font-weight: 400; }

.success .success-wrap {
  padding: 250px 40px 150px 40px; }
  .success .success-wrap h1, .success .success-wrap p {
    color: #ffffff; }
  .success .success-wrap .success-tick img {
    width: 100%;
    max-width: 140px; }
  .success .success-wrap .content-wrap {
    position: relative; }
    .success .success-wrap .content-wrap svg {
      position: absolute;
      left: -35px; }
    .success .success-wrap .content-wrap .success-content {
      position: relative;
      background-color: #c6c1b6;
      padding: 50px;
      border-radius: 10px; }
      .success .success-wrap .content-wrap .success-content h1 {
        margin-bottom: 15px; }
      .success .success-wrap .content-wrap .success-content .primary-button {
        margin-top: 30px; }

.terms .terms-wrap, .privacy .terms-wrap {
  padding-top: 150px;
  padding-bottom: 30px; }
  .terms .terms-wrap h1, .privacy .terms-wrap h1 {
    margin-bottom: 15px; }
  .terms .terms-wrap li, .privacy .terms-wrap li {
    margin-bottom: 30px; }
  .terms .terms-wrap a, .privacy .terms-wrap a {
    color: #e0b094;
    transition: 0.2s ease-out; }
    .terms .terms-wrap a:hover, .privacy .terms-wrap a:hover {
      color: #e6c0a9; }

.footer {
  padding: 30px; }
  .footer p {
    color: #8e8a83;
    font-size: 18px;
    text-align: center;
    margin: 0; }

@media screen and (max-width: 1199px) {
  h3 {
    font-size: 24px; }

  p, a, label, input, option, select, li, .form-control {
    font-size: 18px; }

  .header .navbar-nav .nav-link {
    font-size: 14px;
    letter-spacing: 2px;
    padding: 5px 10px; }
  .header .navbar-nav .nav-item {
    padding: 10px 8px;
    text-align: center; }

  .home .promise .promise-item {
    padding: 30px 20px; }
  .home .signature .nav a.trt-tab {
    font-size: 24px; }
  .home .signature .trt-content p {
    -webkit-line-clamp: 6; }

  .regis .custom-control-label {
    margin-top: 2px; } }
@media screen and (max-width: 992px) {
  h1, .primary-button a, .primary-button button {
    font-size: 36px; }

  h2 {
    font-size: 24px; }

  p, a, label, input, option, select, li, .form-control {
    font-size: 18px;
    letter-spacing: 2px; }

  .custom-checkbox .custom-control-label::before {
    width: 24px;
    height: 24px; }

  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    width: 24px;
    height: 24px; }

  .custom-control-label::after {
    width: 24px;
    height: 24px; }

  .footer p {
    font-size: 16px; }

  .header .navbar-nav .nav-link {
    letter-spacing: 3px;
    font-size: 18px; }
  .header .social-button {
    margin-top: 20px; }
    .header .social-button a {
      padding: 0 5px; }
  .header .navbar-collapse {
    padding-bottom: 20px; }

  .home .signature .trt-content p {
    -webkit-line-clamp: 4; }
  .home .signature .wrapper {
    margin: auto; }
    .home .signature .wrapper .tab-item {
      padding: 8px 4px; }
  .home .signature .nav {
    margin: 30px 0 15px 0; }
    .home .signature .nav li {
      margin-bottom: 10px; }
    .home .signature .nav a.trt-tab {
      font-size: 21px; }
  .home .contact h2 {
    display: block; }
    .home .contact h2 a {
      margin-top: 5px; }
      .home .contact h2 a svg {
        margin-left: 0; }
  .home .contact .contact-group svg {
    width: 40px;
    height: 40px; }

  .promotion .promotion-list .promotion-item .trt-price {
    display: block; }
    .promotion .promotion-list .promotion-item .trt-price .price-wrap {
      margin-bottom: 10px; }
    .promotion .promotion-list .promotion-item .trt-price a {
      margin-left: 0;
      float: right; }

  .success .success-wrap {
    padding: 150px 20px 100px 20px; }
    .success .success-wrap .content-wrap {
      padding-left: 50px; }
      .success .success-wrap .content-wrap svg {
        width: 40px;
        left: 10; }
      .success .success-wrap .content-wrap .success-content {
        padding: 40px; }

  .regis .payment-logo {
    margin-bottom: 3px; }
    .regis .payment-logo img {
      max-height: 20px;
      margin: 0 5px; }
  .regis .custom-checkbox label {
    margin-top: 5px; } }
@media screen and (max-width: 768px) {
  .title {
    margin-bottom: 20px; }
    .title h1 {
      padding: 0 10px; }
    .title:after {
      width: 100%; }

  .header img.logo {
    height: 50px; }
  .header .navbar-nav .nav-link {
    font-size: 14px; }

  .home .hero .hero-content {
    display: block; }
    .home .hero .hero-content svg {
      width: 100%;
      height: auto;
      max-width: 300px; }
    .home .hero .hero-content h2 {
      text-align: right; }
  .home .promise {
    padding: 50px 15px 30px 15px; }
    .home .promise .promise-item {
      padding: 5px 10px; }
      .home .promise .promise-item h3 {
        margin-top: 10px; }
  .home .signature {
    padding: 50px 0; }
    .home .signature .nav {
      margin: 30px 0 0 0; }
    .home .signature .tab-content .trt-content {
      margin-top: 30px;
      text-align: center; }
    .home .signature .tab-content img {
      max-width: 240px;
      margin-left: auto;
      margin-right: auto; }
  .home .contact {
    padding: 50px 15px 30px 15px; }
    .home .contact .contact-group {
      margin: 20px 0; }
    .home .contact object {
      max-width: 400px; }

  .promotion .promotion-list .promotion-item img {
    max-width: 240px;
    margin-bottom: 15px; }
  .promotion .promotion-list .promotion-item .trt-price {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    display: flex; }
    .promotion .promotion-list .promotion-item .trt-price .price-wrap {
      margin-bottom: 0; }

  .success .success-wrap {
    padding: 125px 40px 75px 40px; }
    .success .success-wrap .success-tick img {
      max-width: 120px; }
    .success .success-wrap .content-wrap {
      padding: 0px;
      margin-top: 30px; }
      .success .success-wrap .content-wrap svg {
        display: none; }

  .regis {
    padding: 50px 15px 30px 15px; }
    .regis .title {
      margin-bottom: 30px; }
    .regis .payment-logo {
      margin-top: 10px; } }
@media screen and (max-width: 576px) {
  h1, .primary-button a, .primary-button button {
    font-size: 32px; }

  h2 {
    font-size: 21px; }

  h3 {
    font-size: 21px;
    letter-spacing: 3px; }

  p {
    font-size: 16px; }

  .home .hero {
    background-attachment: unset; }
    .home .hero .hero-content svg {
      max-width: 280px; }
  .home .signature .mobile-wrap {
    padding: 0 15px; }
  .home .signature .wrapper {
    position: relative; }
    .home .signature .wrapper .gradient-overlay {
      z-index: 100;
      width: 50px;
      height: 100%;
      position: absolute;
      right: 0;
      background-image: linear-gradient(90deg, rgba(198, 193, 182, 0), rgba(198, 193, 182, 0.8), #c6c1b6); }
    .home .signature .wrapper .nav {
      flex-wrap: nowrap;
      display: -webkit-box;
      display: -moz-box;
      overflow-x: scroll;
      overflow-y: hidden;
      padding: 8px 30px 8px 0px;
      position: relative;
      margin-bottom: 20px; }
      .home .signature .wrapper .nav::-webkit-scrollbar {
        display: none; }
      .home .signature .wrapper .nav .tab-item {
        padding: 0 4px; }
  .home .promise, .home .regis {
    padding-left: 30px;
    padding-right: 30px; }
  .home .contact, .home .contact h1 {
    background-attachment: unset;
    background-size: 260vh;
    background-position: top; }
  .home .contact h2 {
    max-width: 300px; }

  .promotion hr {
    display: block;
    width: 50px;
    border: 1px solid #8e8a83; }
  .promotion .title:after {
    display: none; }
  .promotion h1 {
    background-image: none; }
  .promotion .promotion-list {
    padding: 150px 15px 30px 20px;
    background-image: none; }
    .promotion .promotion-list .promotion-item {
      background-image: none; }
      .promotion .promotion-list .promotion-item .trt-price {
        display: block; }
        .promotion .promotion-list .promotion-item .trt-price .price-wrap {
          margin-bottom: 10px; }
    .promotion .promotion-list .promo-bg {
      display: block;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -10;
      background: url("../../img/hero-bg.jpg") no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }

  .success .success-wrap .success-tick img {
    max-width: 100px; }

  .terms .terms-wrap, .privacy .terms-wrap {
    padding-top: 115px;
    padding-bottom: 0; }
    .terms .terms-wrap h1, .privacy .terms-wrap h1 {
      margin-bottom: 30px; }
    .terms .terms-wrap li, .privacy .terms-wrap li {
      margin-bottom: 20px; }

  .regis .payment-logo {
    display: block; }
    .regis .payment-logo img {
      max-height: 18px;
      margin-bottom: 5px; } }

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