@charset "utf-8";
@import "../css/vendor/angular-material.css";
@import "../css/vendor/docs.css";
@import "../css/vendor/normalize.css";
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v24/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobdNc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v24/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDwM4.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v24/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYobdNc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v24/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYag.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v24/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v24/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYag.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u-w4BMUTPHjxsIPx-oPCc.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u_w4BMUTPHjxsI9w2_Gwfo.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u8w4BMUTPHjxsAXC-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u_w4BMUTPHjxsI5wq_Gwfo.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u8w4BMUTPHh30AXC-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1599px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1599px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1599px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1599px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1599px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*.fontSize(@size) {
    .setFontSize() when (isnumber(@size)) {
        @genSize: @size;
        @fontSize: unit(@genSize, px);
    }
    .setFontSize() when (isstring(@size)) {        
        @genSize: "font-size-@{size}";
        @fontSize: @@genSize;
    }
    .setFontSize();

    font-size: @fontSize;

     @media @desktop-sm, @tablet, @mobile {
        font-size: @fontSize *0.8;
     }
    line-height: @line-height;

    @media @desktop-sm, @tablet, @mobile {
        line-height: @line-height-mb;
    }
}

*/
@-webkit-keyframes arrow_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}
@keyframes arrow_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}
@-webkit-keyframes arrow_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(12.5%, 0);
    -ms-transform: translate(12.5%, 0);
    transform: translate(12.5%, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
@keyframes arrow_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(12.5%, 0);
    -ms-transform: translate(12.5%, 0);
    transform: translate(12.5%, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
@-webkit-keyframes arrow_down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    transform: translate(0, 25%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@keyframes arrow_down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    transform: translate(0, 25%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-webkit-keyframes arrow_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(-12.5%, 0);
    -ms-transform: translate(-12.5%, 0);
    transform: translate(-12.5%, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-25%, 0);
    -ms-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes arrow_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(-12.5%, 0);
    -ms-transform: translate(-12.5%, 0);
    transform: translate(-12.5%, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-25%, 0);
    -ms-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
/*.flex(@direction, @halign, @valign) {
    display: flex;
    flex-flow: @direction nowrap;
    justify-content: @halign;
    align-items: @valign;
}*/
/* Gradient Bg */
/* Top to bottom */
/* Bottom to Top */
/* Radial */
/*.deco-circle() {
    display: block;
    border-radius: 50%;
    border: 15px solid fade(white, 25%);
    .absolute_center();
    width: 750px;
    height: 750px;
    z-index: 0;

    @media @desktop-sm {
        width: 600px;
        height: 600px;
    }

    @media @tablet {
        width: 60vw;
        height: 60vw;
    }

    @media @mobile {
        display: none;
    }
}*/
.ani-fadeIn {
  opacity: 0;
}
.module-active .ani-fadeIn,
.ani-active .ani-fadeIn {
  -webkit-animation: ani-fadeIn 0.5s linear forwards;
  animation: ani-fadeIn 0.5s linear forwards;
}
.module-out .ani-fadeIn {
  -webkit-animation: ani-fadeOut 0.5s linear forwards;
  animation: ani-fadeOut 0.5s linear forwards;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .ani-fadeIn-mb {
    opacity: 0;
  }
  .ani-fadeIn-mb.ani-delay-1 {
    -webkit-animation-delay: 0.3s !important;
            animation-delay: 0.3s !important;
  }
  .ani-active .ani-fadeIn-mb {
    -webkit-animation: ani-fadeIn 0.5s linear forwards;
    animation: ani-fadeIn 0.5s linear forwards;
  }
  .ani-out .ani-fadeIn-mb {
    -webkit-animation: ani-fadeOut 0.5s linear forwards;
    animation: ani-fadeOut 0.5s linear forwards;
  }
}
.ani-fadeUp {
  opacity: 0;
  -webkit-transform: translate(0, 30%);
  -ms-transform: translate(0, 30%);
  transform: translate(0, 30%);
}
.module-active .ani-fadeUp,
.ani-active .ani-fadeUp {
  -webkit-animation: ani-fadeUp 0.5s linear forwards;
  animation: ani-fadeUp 0.5s linear forwards;
}
.module-out .ani-fadeUp {
  -webkit-animation: ani-fadeOut 0.5s linear forwards;
  animation: ani-fadeOut 0.5s linear forwards;
}
.ani-fadeDown {
  opacity: 0;
}
.module-active .ani-fadeDown,
.ani-active .ani-fadeDown {
  -webkit-animation: ani-fadeDown 0.5s linear forwards;
  animation: ani-fadeDown 0.5s linear forwards;
}
.module-out .ani-fadeDown {
  -webkit-animation: ani-fadeOut 0.5s linear forwards;
  animation: ani-fadeOut 0.5s linear forwards;
}
.ani-floating {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.module-active .ani-floating,
.ani-active .ani-floating {
  -webkit-animation: ani-floating 1s linear infinite;
  animation: ani-floating 1s linear infinite;
}
/*.ani-zoomIn {
	transform-origin: center center;
	.module-active & {
		.animation(ani-zoomIn .5s linear forwards);
	}
}*/
.ani-end {
  -webkit-animation: none;
          animation: none;
}
.ani-once {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.module-active .ani-delay-0,
.ani-active .ani-delay-0 {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}
.module-active .ani-delay-1,
.ani-active .ani-delay-1 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.module-active .ani-delay-2,
.ani-active .ani-delay-2 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.module-active .ani-delay-3,
.ani-active .ani-delay-3 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}
.module-active .ani-delay-4,
.ani-active .ani-delay-4 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}
.module-active .ani-delay-5,
.ani-active .ani-delay-5 {
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}
/* Angular Animation */
/* END Angular Animation */
@-webkit-keyframes g_fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes g_fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*@keyframes ani-zoonIn {
	0% {
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		transform: translate(-50%, -50%) scale(500);
	}
}
*/
@-webkit-keyframes ani-scaleKey {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(500);
            transform: translate(-50%, -50%) scale(500);
  }
}
@keyframes ani-scaleKey {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(500);
            transform: translate(-50%, -50%) scale(500);
  }
}
@-webkit-keyframes ani-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ani-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ani-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ani-scaleIn {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ani-scaleIn {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ani-fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30%);
    -ms-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ani-fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30%);
    -ms-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ani-fadeDown {
  0% {
    opacity: 0;
    margin-top: -3%;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes ani-fadeDown {
  0% {
    opacity: 0;
    margin-top: -3%;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes ani-floating {
  0%,
  100% {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  25% {
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  75% {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}
@keyframes ani-floating {
  0%,
  100% {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  25% {
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  75% {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}
/*header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: @header_height;
    z-index: 20;
    background: fade(white, 40%);
}
*/
#header_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 20;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #header_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#header.float {
  background-color: white;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #header.float {
    background-color: transparent;
  }
}
#header #header-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #header #header-logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: inline-block;
    background: white;
  }
}
#header #menu-main {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 auto;
          flex: 2 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #header #menu-main {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #header #menu-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-top: 55px;
  }
}
#header #menu-side {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #header #menu-side {
    display: none;
  }
}
#header-logo {
  padding: 5px 0 0 5px;
  background: url(../files/header_logo_bg.png) left top no-repeat;
  background-size: contain;
  height: 170%;
  position: relative;
  pointer-events: none;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #header-logo {
    height: 120%;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #header-logo {
    background: none;
    height: 55px;
    z-index: 1;
    position: relative;
    border-bottom: 1px solid #b3b3b3;
    padding: 0;
  }
	#header_wrap {
		height: 55px !important;
	}	
}
#header-logo .link-logo {
  width: 170px;
  height: 170px;
  display: inline-block;
  position: relative;
  pointer-events: auto;
}
#header-logo .link-logo span {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../files_the_point.png) center center no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #header-logo .link-logo {
    width: 140px;
    height: 140px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #header-logo .link-logo {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 5px;
    left: 5px;
  }
  #header-logo .link-logo:after {
    display: inline-block;
    content: '';
    background: #c9ac7d;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    z-index: 0;
  }
}
#menu-main {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #menu-main {
    overflow: auto;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: top 0.3s linear;
    -o-transition: top 0.3s linear;
    transition: top 0.3s linear;
    background: white;
  }
  .menu-mb-active #menu-main {
    top: 0;
  }
}
#menu-main .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #menu-main .menu-list {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#menu-main .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-top: 0;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #menu-main .menu-link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #menu-main .menu-link {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    border-bottom: 1px solid #b3b3b3;
    height: 70px;
    margin: 0;
  }
}
#menu-main .link-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #menu-main .link-item {
    padding: 0 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.2em;
    font-size: 16px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #menu-main .link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }
}
#menu-main .link-item:hover .text {
  color: #c9ac7d;
}
#menu-main .link-item .text {
  font-weight: 300;
  text-transform: uppercase;
  color: black;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
html:not(:lang(en)) #menu-main .link-item .text {
  font-weight: 400;
}
#menu-main .link-item .img-icon {
  display: none;
  width: 1.2em;
  height: 1.2em;
  line-height: 0.5em;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #menu-main .link-item .img-icon {
    width: 0.96em;
    height: 0.96em;
  }
}
#menu-main .link-item .img-icon .icon {
  display: inline-block;
  background-image: url(../files/icon_arrow_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  /*width: 100%;
        height: 100%;*/
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #menu-main .link-item .img-icon {
    display: inline-block;
  }
}
#menu-main .link-item.active .text {
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 1px 0 #c9ac7d;
          box-shadow: 0 1px 0 #c9ac7d;
  color: #c9ac7d;
  line-height: 1.2em;
}
#menu-main .link-item.active .text:hover {
  color: #9e7b42;
  -webkit-box-shadow: 0 1px 0 #9e7b42;
          box-shadow: 0 1px 0 #9e7b42;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #menu-main .link-item.active .text {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#menu-main .header-member-mb {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
}
#menu-main .header-member-mb.ng-hide.ng-hide-animate {
  display: none !important;
}
#menu-main .header-member-mb.ng-animate.no-animate {
  -o-transition: 0s none;
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #menu-main .header-member-mb {
    background: url(../files/btn_dot.png) left center, url(../files/btn_bg.jpg) center center;
    background-repeat: no-repeat;
    background-size: auto 100%, cover;
  }
}
#menu-main .header-member-mb .link-item {
  padding: 0 20px;
  color: white;
}
#menu-main .header-member-mb .btn-logout {
  background: #453315;
  color: white;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #menu-main .header-member-mb .btn-logout {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #menu-main .header-member-mb .btn-logout {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.menu-arrow {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  -webkit-animation: ani-down 0.8s forwards;
  animation: ani-down 0.8s forwards;
}
.active .menu-arrow,
.toggle-login-mb .menu-arrow {
  opacity: 1;
  -webkit-animation: ani-up 0.8s forwards;
  animation: ani-up 0.8s forwards;
}
.menu-arrow:before,
.menu-arrow:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 0 18px 18px 18px;
  border-color: white transparent;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu-arrow:before {
  top: -18px;
  border-color: #b3986d transparent;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .menu-arrow:before {
    top: -15px;
    border-color: #c9ac7d transparent;
  }
}
.menu-arrow:after {
  top: -11px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .menu-arrow:after {
    top: -8px;
  }
}
#header-login-mb {
  display: none;
}
@-webkit-keyframes ani-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes ani-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@-webkit-keyframes ani-down {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
  }
}
@keyframes ani-down {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
  }
}
.menu-main-mb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
  background: #c9ac7d;
  background: -webkit-gradient(left top, right top, color-stop(0%, #c9ac7d), color-stop(50%, #b89e70), color-stop(100%, #c9ac7d));
  background: -o-linear-gradient(left, #c9ac7d 0%, #b89e70 50%, #c9ac7d 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c9ac7d), color-stop(50%, #b89e70), to(#c9ac7d));
  background: linear-gradient(to right, #c9ac7d 0%, #b89e70 50%, #c9ac7d 100%);
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .menu-main-mb {
    display: block;
  }
}
.menu-main-mb .btn-header-login {
  display: inline-block;
  padding: 20px;
  z-index: 1;
  width: 100%;
  text-align: center;
  background: url(../files/btn_dot_bottom.png) left bottom #c9ac7d;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}
.menu-main-mb .btn-header-login.ng-hide.ng-hide-animate {
  display: none !important;
}
.menu-main-mb .btn-header-login.ng-animate.no-animate {
  -o-transition: 0s none;
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .menu-main-mb .btn-header-login {
    background: url(../files/btn_dot.png) left center, url(../files/btn_bg.jpg) center center;
    background-repeat: no-repeat;
    background-size: auto 100%, cover;
  }
}
.menu-main-mb .btn-header-login .text {
  position: relative;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
}
html:not(:lang(en)) .menu-main-mb .btn-header-login .text {
  font-weight: 700;
}
#menu-side .menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#menu-side .menu-side-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
}
#menu-side .menu-side-block + .menu-side-block {
  margin-left: 15px;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #menu-side .menu-side-block + .menu-side-block {
    margin-left: 10px;
  }
}
#menu-side .menu-side-block .btn-menu-side {
  margin: auto;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#menu-side .menu-side-block .btn-menu-side .text {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: -2px;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #menu-side .menu-side-block .btn-menu-side .text {
    font-size: 16px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #menu-side .menu-side-block .btn-menu-side .text {
    font-size: 14px;
    line-height: 1.5em;
  }
}
#menu-side .menu-side-block .menu-lang {
  position: relative;
}
#menu-side .menu-side-block .lang-selected.active {
  background: #c9ac7d;
  color: white;
  border-color: #c9ac7d;
}
#menu-side .menu-side-block .lang-selected.active .icon {
  background: url(../files/icon_arrow_down_white.png) center center no-repeat;
  background-size: contain;
}
#menu-side .menu-side-block .btn-lang:hover .icon {
  background: url(../files/icon_arrow_down_white.png) center center no-repeat;
  background-size: contain;
}
#menu-side .menu-side-block .btn-circle {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#menu-side .menu-side-block .btn-circle:hover {
  background: #c9ac7d;
  color: white;
  border-color: #c9ac7d;
}
#menu-side .menu-side-block .btn-faq {
  font-size: 20px;
}
#menu-side .menu-side-block .icon-arrow-down {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: url(./files/icon_arrow_down.png) center center no-repeat;
  background-size: contain;
  width: 0.5em;
  height: 0.5em;
  display: block;
  margin: 0;
}
#menu-side .menu-side-block .lang-list {
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
#menu-side .menu-side-block .lang-list .btn-lang {
  background: white;
}
#menu-side .menu-side-block .lang-list .btn-lang:hover {
  background: #c9ac7d;
  color: white;
}
#menu-side .menu-side-block .lang-list li + li {
  margin-top: 2px;
}
#menu-side .menu-side-block.menu-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-size: 150%;
}
#menu-side .menu-side-block.menu-login .btn-header-login {
  display: inline-block;
  background: url(../files/btn_dot_bottom.png) left bottom #c9ac7d;
  background-repeat: no-repeat;
  background-size: auto 120%;
  padding: 0.7em 1.5em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  padding: 0;
  width: 80px;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  text-transform: uppercase;
  line-height: 1.2em;
  z-index: 1;
  background-size: cover;
  background-position: -40px 15px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}
#menu-side .menu-side-block.menu-login .btn-header-login.ng-hide.ng-hide-animate {
  display: none !important;
}
#menu-side .menu-side-block.menu-login .btn-header-login.ng-animate.no-animate {
  -o-transition: 0s none;
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #menu-side .menu-side-block.menu-login .btn-header-login {
    background: url(../files/btn_dot.png) left center, url(../files/btn_bg.jpg) center center;
    background-repeat: no-repeat;
    background-size: auto 100%, cover;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #menu-side .menu-side-block.menu-login .btn-header-login.bg-dark {
    background: url(../files/btn_dot.png) left center #6c5632;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #menu-side .menu-side-block.menu-login .btn-header-login[disabled=disabled] {
    background: url(../files/btn_dot.png) left center #b3b3b3 !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !Important;
  }
}
#menu-side .menu-side-block.menu-login .btn-header-login .text {
  position: relative;
  z-index: 1;
}
.device-desktop #menu-side .menu-side-block.menu-login .btn-header-login {
  position: relative;
}
.device-desktop #menu-side .menu-side-block.menu-login .btn-header-login:after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0;
}
.device-desktop #menu-side .menu-side-block.menu-login .btn-header-login:hover:after {
  opacity: 0.1;
}
html:not(:lang(en)) #menu-side .menu-side-block.menu-login .btn-header-login {
  font-weight: 700;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #menu-side .menu-side-block.menu-login .btn-header-login {
    padding: 0.8em 2.5em;
  }
}
#menu-side .menu-side-block.menu-login .btn-header-login.fw {
  width: 100%;
}
#menu-side .menu-side-block.menu-login .btn-header-login.small-gray {
  background: #b3b3b3;
  max-width: 150px;
  padding: 0.5em 2em;
}
#menu-side .menu-side-block.menu-login .btn-header-login .text {
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
  line-height: 1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.2em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #menu-side .menu-side-block.menu-login .btn-header-login .text {
    font-size: 16px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #menu-side .menu-side-block.menu-login .btn-header-login .text {
    font-size: 14px;
    line-height: 1.5em;
  }
}
html:not(:lang(en)) #menu-side .menu-side-block.menu-login .btn-header-login .text {
  font-weight: 700;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #menu-side .menu-side-block.menu-login .btn-header-login .text {
    line-height: 1.2em;
  }
}
#menu-side .menu-side-block.menu-login .btn-header-login .img-icon {
  width: 40px;
  height: 40px;
  padding: 0.5em;
}
#menu-side .menu-side-block.menu-login .btn-header-login .img-icon .icon {
  background: url(../files/icon_login.png) center center no-repeat;
  background-size: contain;
}
#menu-side-mb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  display: none;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #menu-side-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#menu-side-mb .menu-side-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
}
#menu-side-mb .menu-side-block + .menu-side-block {
  border-left: 1px solid #b3b3b3;
}
#menu-side-mb .menu-side-block .btn-circle {
  border-width: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#menu-side-mb .menu-side-block .btn-circle:hover {
  color: #c9ac7d;
}
#menu-side-mb .menu-side-block .btn-circle.lang-selected {
  border-width: 1px;
  pointer-events: none;
  position: relative;
}
#menu-side-mb .menu-side-block .btn-circle + .btn-circle {
  margin-left: 10px;
}
#menu-side-mb .menu-side-block .btn-faq {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#menu-side-mb .menu-side-block .btn-faq:hover {
  color: #c9ac7d;
}
#menu-side-mb .menu-side-block .btn-faq .icon-circle {
  border-radius: 50%;
  font-size: 0.8em;
  -webkit-box-shadow: 0 0 0 1px #b3b3b3;
          box-shadow: 0 0 0 1px #b3b3b3;
  display: inline-block;
  text-align: center;
  width: 1.2em;
  line-height: 1.2em;
  font-family: 'Lato', Verdana, Arial, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
}
#menu-trigger-mb {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 55px;
  z-index: 1;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #menu-trigger-mb {
    display: block;
  }
}
#menu-trigger-mb .btn-menu-trigger {
  position: absolute;
  top: 0;
  right: 10px;
  width: 55px;
  height: 55px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu-trigger-mb span {
  display: inline-block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: black;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu-mb-active #menu-trigger-mb span {
  background: white;
}
#menu-trigger-mb span:before,
#menu-trigger-mb span:after {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.menu-mb-active #menu-trigger-mb span:before,
.menu-mb-active #menu-trigger-mb span:after {
  width: 30px;
  border-radius: 0;
  height: 1px;
}
#menu-trigger-mb span:before {
  left: 100%;
  margin-left: 5px;
}
.menu-mb-active #menu-trigger-mb span:before {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
      -ms-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
  margin-left: 0;
  left: 50%;
}
#menu-trigger-mb span:after {
  right: 100%;
  margin-right: 5px;
}
.menu-mb-active #menu-trigger-mb span:after {
  -webkit-transform: translate(50%, 0) rotate(45deg);
      -ms-transform: translate(50%, 0) rotate(45deg);
          transform: translate(50%, 0) rotate(45deg);
  margin-right: 0;
  right: 50%;
}
.buttons + .buttons {
  margin-top: 20px;
}
.header-login {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 81;
  padding: 5px;
  background: #d4bd98;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #d4bd98), color-stop(100%, #b3986d));
  background: -o-linear-gradient(45deg, #d4bd98 0%, #b3986d 100%);
  background: linear-gradient(45deg, #d4bd98 0%, #b3986d 100%);
  max-width: 600px;
  width: 100%;
  /*&:before,
    &:after {
        .transition(@duration);
    }

    &.toggle-login-mb {
        &:before,
        &:after {
            opacity: 1;
        }
    }*/
}
.header-login.ng-enter,
.header-login.ng-leave.ng-leave-active {
  opacity: 0;
}
.header-login.ng-leave,
.header-login.ng-enter.ng-enter-active {
  opacity: 1;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .header-login {
    position: relative;
    top: 0;
    width: 100%;
    padding: 0;
    background: none;
  }
}
.header-login:before,
.header-login:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 0 18px 18px 18px;
  border-color: white transparent;
  right: 21px;
  z-index: 1;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .header-login:before,
  .header-login:after {
    display: none;
  }
}
.header-login:before {
  top: -18px;
  border-color: #b3986d transparent;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .header-login:before {
    top: -15px;
    border-color: #c9ac7d transparent;
  }
}
.header-login:after {
  top: -11px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .header-login:after {
    top: -8px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .header-login {
    max-width: none;
  }
}
.header-login.forgot-success:after {
  border-color: #d4bd98 transparent;
}
.header-login.forgot-success .form-wrapper {
  background: #d4bd98;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d4bd98), color-stop(100%, #b3986d));
  background: -o-linear-gradient(top, #d4bd98 0%, #b3986d 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#d4bd98), to(#b3986d));
  background: linear-gradient(to bottom, #d4bd98 0%, #b3986d 100%);
}
.header-login .form-wrapper {
  padding: 30px 40px;
  background: white;
}
.header-login .form-wrapper.ng-hide.ng-hide-animate {
  display: none !important;
}
.header-login .form-wrapper.ng-animate.no-animate {
  -o-transition: 0s none;
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
.body-short .header-login .form-wrapper {
  padding: 10px 20px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .header-login .form-wrapper {
    padding: 20px;
    -webkit-box-shadow: inset 0 0 0 6px #c9ac7d;
            box-shadow: inset 0 0 0 6px #c9ac7d;
  }
}
.header-login .md-errors-spacer,
.header-login .error-msg {
  min-height: 0;
}
.header-login .btn-login,
.header-login .btn-register {
  width: 100%;
}
.header-login .btn-register {
  background-color: #6c5632;
}
.header-login .buttons {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width:  767px ) {
  .header-login .buttons {
    margin-top: 2.66666667px;
    margin-bottom: 2.66666667px;
  }
}
.forgot-panel.ng-hide.ng-hide-animate {
  display: none !important;
}
.forgot-panel.ng-animate.no-animate {
  -o-transition: 0s none;
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
#login-forgot-success {
  color: white;
  text-align: center;
}
html:not(:lang(en)) #login-forgot-success {
  max-width: 350px;
  margin: auto;
}
#login-forgot-success .title {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  font-weight: 700;
}
#login-forgot-success .text-larger {
  font-size: 54px;
  line-height: 1.8em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #login-forgot-success .text-larger {
    font-size: 54px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #login-forgot-success .text-larger {
    font-size: 54px;
    line-height: 1.5em;
  }
}
#login-forgot-success .img-icon {
  width: 0.8em;
  height: 0.8em;
  line-height: 0.5em;
  border: 15px solid white;
  width: 190px;
  height: 190px;
  padding: 30px;
  border-radius: 50%;
  margin: 20px 0;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #login-forgot-success .img-icon {
    width: 0.64em;
    height: 0.64em;
  }
}
#login-forgot-success .img-icon .icon {
  display: inline-block;
  background-image: url(../files/icon_white-tick.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  /*width: 100%;
        height: 100%;*/
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #login-forgot-success .img-icon {
    width: 10em;
    height: 10em;
  }
}
#header-member {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 81;
  padding: 5px;
  background: #d4bd98;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #d4bd98), color-stop(100%, #b3986d));
  background: -o-linear-gradient(45deg, #d4bd98 0%, #b3986d 100%);
  background: linear-gradient(45deg, #d4bd98 0%, #b3986d 100%);
  max-width: 350px;
  width: 100%;
}
#header-member.ng-enter,
#header-member.ng-leave.ng-leave-active {
  opacity: 0;
}
#header-member.ng-leave,
#header-member.ng-enter.ng-enter-active {
  opacity: 1;
}
#header-member.ng-enter,
#header-member.ng-leave.ng-leave-active {
  opacity: 0;
}
#header-member.ng-leave,
#header-member.ng-enter.ng-enter-active {
  opacity: 1;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #header-member {
    position: relative;
    top: 0;
    width: 100%;
    padding: 0;
    background: none;
  }
}
#header-member:before,
#header-member:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 0 18px 18px 18px;
  border-color: white transparent;
  right: 21px;
  z-index: 1;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #header-member:before,
  #header-member:after {
    display: none;
  }
}
#header-member:before {
  top: -18px;
  border-color: #b3986d transparent;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #header-member:before {
    top: -15px;
    border-color: #c9ac7d transparent;
  }
}
#header-member:after {
  top: -11px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #header-member:after {
    top: -8px;
  }
}
html:not(:lang(en)) #header-member {
  max-width: 280px;
}
html:not(:lang(en)) #header-member .btn {
  min-width: 100%;
}
#header-member .member-panel {
  padding: 20px;
  background: white;
}
#header-member .member-panel .btn-logout {
  width: 100%;
  max-width: none;
}
#dev_debug {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  background: rgba(0, 0, 0, 0.7);
  padding: 30px;
}
md-input-container .error-msg .md-input-message-animation {
  padding: 0;
}
#form-login .prefix-pd,
#form-login-mb .prefix-pd,
#form-forgotPwd .prefix-pd,
#form-forgotPwd-mb .prefix-pd {
  padding-right: 25px;
}
#form-login .prefix-pd md-select:after,
#form-login-mb .prefix-pd md-select:after,
#form-forgotPwd .prefix-pd md-select:after,
#form-forgotPwd-mb .prefix-pd md-select:after {
  margin-left: 9px;
}
@media (max-width:  767px ) {
  #form-login .prefix-pd md-select:after,
  #form-login-mb .prefix-pd md-select:after,
  #form-forgotPwd .prefix-pd md-select:after,
  #form-forgotPwd-mb .prefix-pd md-select:after {
    margin-left: 25px;
  }
}
#form-login .prefix-pd ~ .form-col-7,
#form-login-mb .prefix-pd ~ .form-col-7,
#form-forgotPwd .prefix-pd ~ .form-col-7,
#form-forgotPwd-mb .prefix-pd ~ .form-col-7 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 65%;
          flex: 1 0 65%;
}
@media (max-width:  767px ) {
  #form-login .form-wrapper .form-gp,
  #form-login-mb .form-wrapper .form-gp,
  #form-forgotPwd .form-wrapper .form-gp,
  #form-forgotPwd-mb .form-wrapper .form-gp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width:  767px ) {
  #form-login .form-wrapper .form-col-3,
  #form-login-mb .form-wrapper .form-col-3,
  #form-forgotPwd .form-wrapper .form-col-3,
  #form-forgotPwd-mb .form-wrapper .form-col-3,
  #form-login .form-wrapper .form-col-7,
  #form-login-mb .form-wrapper .form-col-7,
  #form-forgotPwd .form-wrapper .form-col-7,
  #form-forgotPwd-mb .form-wrapper .form-col-7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
#form-login md-input-container.md-default-theme.md-input-invalid .md-input,
#form-login-mb md-input-container.md-default-theme.md-input-invalid .md-input,
#form-forgotPwd md-input-container.md-default-theme.md-input-invalid .md-input,
#form-forgotPwd-mb md-input-container.md-default-theme.md-input-invalid .md-input,
#form-login md-input-container.md-input-invalid .md-input,
#form-login-mb md-input-container.md-input-invalid .md-input,
#form-forgotPwd md-input-container.md-input-invalid .md-input,
#form-forgotPwd-mb md-input-container.md-input-invalid .md-input {
  border-width: 2px;
}
.system-msg {
  margin-top: 5px;
  line-height: 1.2em;
}
.body-short .spacer {
  height: 0;
}
/*#form-login {
    .captcha-wrapper {
        margin-bottom: 0;
    }
}*/
#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: white;
}
#footer .footer-row {
  border-top: 1px solid black;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .footer-row {
    border: none;
  }
}
#footer .footer-panel {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .footer-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
  }
}
#footer .footer-module {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px;
  position: relative;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .footer-module {
    border-top: 1px solid black;
    padding: 40px 20px;
    margin: 40px 0 0;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  #footer .footer-module#footer_mall_list {
    -webkit-box-flex: 2;
        -ms-flex: 2 0 0px;
            flex: 2 0 0;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .footer-module#footer_mall_list {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
@media (max-width: 1200px) {
  #footer .footer-module#footer_app,
  #footer .footer-module#footer_contact {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .footer-module#footer_app,
  #footer .footer-module#footer_contact {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
}
#footer .footer-module .module-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#footer .footer-module .module-content .content-title {
  font-size: 24px;
  line-height: 1.8em;
  font-weight: 300;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  padding: 5px;
  background-color: white;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  line-height: 1.5em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #footer .footer-module .module-content .content-title {
    font-size: 20px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .footer-module .module-content .content-title {
    font-size: 20px;
    line-height: 1.5em;
  }
}
html:not(:lang(en)) #footer .footer-module .module-content .content-title {
  font-weight: 300;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .footer-module .module-content .content-title {
    font-size: 20px;
  }
}
#footer .footer-module .module-content .content-block {
  width: 100%;
  margin: 20px 0;
}
@media (min-width:  768px ) and (max-width:  1023px ) {
  #footer .footer-module .module-content .content-block {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 600px;
    width: 100%;
  }
}
#footer .app-qr {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  height: 0;
  padding-bottom: 300px;
}
@media (max-width: 1200px) {
  #footer .app-qr {
    padding-bottom: 100%;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .app-qr {
    padding-bottom: 0;
    height: auto;
  }
}
#footer .app-qr img {
  max-width: 100%;
}
#footer .app-apps {
  max-width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .app-apps {
    max-width: 360px;
    margin-top: 10px;
  }
}
#footer .app-apps .app {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 5px;
}
#footer .app-apps .btn-app {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 1em;
  font-size: 0;
}
#footer .app-apps .btn-app img {
  max-width: 100%;
}
#footer .app-apps .btn-ios {
  background-image: url(../files/app_ios.png);
}
#footer .app-apps .btn-google {
  background-image: url(../files/app_google.png);
}
#footer .mall-list-border {
  padding: 10px;
  background: white;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .mall-list-border {
    margin-bottom: 0;
  }
}
#footer .mall-list-wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 450px;
  padding: 20px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .mall-list-wrapper {
    padding: 5px;
    height: 330px;
  }
}
#footer .mall-list-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
}
#footer .mall-list-wrapper::-webkit-scrollbar:vertical {
  width: 5px;
}
#footer .mall-list-wrapper::-webkit-scrollbar:horizontal {
  height: 5px;
}
#footer .mall-list-wrapper::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: black;
}
#footer .mall-list-wrapper::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 0;
}
#footer .mall-list {
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
}
#footer .mall-list a {
  color: black;
  display: inline-block;
}
#footer .mall-list .mall-group {
  padding: 20px;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #footer .mall-list .mall-group {
    padding: 10px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .mall-list .mall-group {
    padding: 10px;
  }
}
#footer .mall-list .mall-group-title {
  font-style: italic;
  color: #666666;
  margin-left: -20px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .mall-list .mall-group-title {
    margin-left: -10px;
  }
}
#footer .mall-list .phase-group {
  margin: 10px 0;
  text-align: right;
}
#footer .mall-list .phase-group-title {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
  color: #666666;
  text-align: right;
  line-height: 1em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #footer .mall-list .phase-group-title {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .mall-list .phase-group-title {
    font-size: 14px;
    line-height: 1.5em;
  }
}
#footer .mall-list .mall-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #b3b3b3;
  height: 100%;
}
#footer .mall-list .mall-item .mall-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  min-height: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #footer .mall-list .mall-item .mall-row {
    height: 100%;
  }
}
#footer .mall-list .mall-item .mall-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  line-height: 1em;
  font-size: 0;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .mall-list .mall-item .mall-logo {
    min-height: 65px;
  }
}
#footer .mall-list .mall-item .mall-logo .logo {
  max-width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .mall-list .mall-item .mall-logo .logo {
    max-width: 70px;
  }
}
#footer .mall-list .mall-item .mall-logo .logo img {
  max-width: 100%;
}
#footer .mall-list .mall-item .mall-data {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 auto;
          flex: 2 0 auto;
  text-align: right;
  margin: 20px 0;
}
#footer .mall-list .mall-item .btn-mall-more {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background: url(../files/icon_arrow_bold_right.png) center center no-repeat;
  background-size: 50%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .mall-list .mall-item .btn-mall-more {
    width: 18px;
    height: 18px;
    margin-left: 5px;
  }
}
#footer .mall-list .mall-item .mall-detail {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 10px 35px 20px 0;
  margin-top: -20px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .mall-list .mall-item .mall-detail {
    padding: 5px 25px 10px 0;
  }
}
#footer .mall-list .mall-item .mall-detail li {
  padding-top: 10px;
  line-height: 1.5em;
}
#footer .mall-list .mall-item .img-icon {
  margin-right: 5px;
}
#footer .contact {
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
}
#footer .contact .text-larger {
  font-size: 24px;
  line-height: 1.8em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #footer .contact .text-larger {
    font-size: 20px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .contact .text-larger {
    font-size: 20px;
    line-height: 1.5em;
  }
}
#footer .contact .text-larger,
#footer .contact .title {
  margin-bottom: 5px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .contact .text-larger,
  #footer .contact .title {
    margin-bottom: 0;
  }
}
#footer .contact .contact-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  margin: auto;
}
#footer .contact .contact-group + .contact-group {
  padding: 30px 0;
}
#footer .contact .contact-group .contact-qr {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  height: 0;
  padding-bottom: 300px;
}
@media (max-width: 1200px) {
  #footer .contact .contact-group .contact-qr {
    padding-bottom: 100%;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .contact .contact-group .contact-qr {
    padding-bottom: 0;
    height: auto;
  }
}
#footer .contact .contact-group .contact-qr img {
  max-width: 100%;
}
#footer .contact .text-larger {
  font-size: 28px;
}
#footer .contact .title {
  font-family: 'Lato', Verdana, Arial, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
}
#footer .contact .title,
#footer .contact .time {
  font-size: 16px;
  line-height: 1.8em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #footer .contact .title,
  #footer .contact .time {
    font-size: 16px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .contact .title,
  #footer .contact .time {
    font-size: 14px;
    line-height: 1.5em;
  }
}
#footer .contact .time span {
  display: block;
  text-align: center;
}
#footer .contact .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .contact .socials .btn-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  padding: 0.5em;
}
#footer .contact .socials .btn-social + .btn-social {
  margin-left: 5px;
}
#footer .contact .socials .icon-fb {
  background-image: url(../files/icon_fb.png);
}
#footer .contact .socials .icon-ig {
  background-image: url(../files/icon_ig.png);
}
#footer .contact .socials .icon-weibo {
  background-image: url(../files/icon_weibo.png);
}
#footer .footer-brand {
  padding: 40px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #footer .footer-brand {
    paddingg: 40px 20px 30px 20px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .footer-brand {
    border-top: 1px solid black;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
  }
}
#footer .footer-brand-logo {
  line-height: 1em;
  font-size: 0;
  max-width: 190px;
  width: 100%;
}
#footer .footer-brand-logo img {
  max-width: 100%;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .footer-brand-logo {
    margin-bottom: 40px;
  }
}
#footer .footer-links {
  text-align: right;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #footer .footer-links {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .footer-links {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .footer-links {
    text-align: center;
    line-height: 1.5em;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    width: 100%;
  }
}
#footer .footer-links .divider {
  margin: 0 20px;
  color: #b3b3b3;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #footer .footer-links .divider {
    margin: 0 5px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .footer-links .divider {
    margin: 0 5px;
  }
}
#footer .footer-links .link-text {
  display: inline-block;
  white-space: nowrap;
}
#footer .footer-links .text-copyright {
  display: inline-block;
}
#footer .footer-links .icon-social {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #footer .footer-links .icon-social {
    display: none;
  }
}
#footer .footer-links .icon-social + .icon-social {
  margin-left: 0;
}
#footer .footer-links .icon-social img {
  width: 100%;
  cursor: pointer;
}
.footer-bubble {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0) scale(0);
      -ms-transform: translate(-50%, 0) scale(0);
          transform: translate(-50%, 0) scale(0);
  border-radius: 50%;
  border: 5px solid #c9ac7d;
  width: 30vw;
  height: 30vw;
  min-width: 400px;
  min-height: 400px;
  max-width: 500px;
  max-height: 500px;
  padding: 3vw;
  background: #fff;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  z-index: 10;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .footer-bubble {
    display: none;
  }
}
.footer-bubble:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 100%;
  border-style: solid;
  border-width: 18px 18px 0 18px;
  border-color: #c9ac7d transparent;
}
.footer-bubble.active {
  -webkit-transform: translate(-50%, 0) scale(1);
      -ms-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}
.footer-bubble .bubble-content {
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
.footer-bubble .qr {
  padding: 1vw 1vw 0 1vw;
  overflow: hidden;
  border-radius: 50%;
}
.footer-bubble .qr img {
  pointer-events: none;
}
.toggle-item.active .btn-mall-more {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
* {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  outline: none;
}
body,
html {
  height: 100%;
}
body {
  background: white;
  font-size: 18px;
  font-family: 'Lato', Verdana, Arial, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  line-height: 1.8em;
  color: black;
  /*&.height-auto {
		height: auto;
	}*/
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  body {
    font-size: 18px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  body {
    font-size: 18px;
    line-height: 1.5em;
  }
}
html:not(:lang(en)) body {
  font-weight: 400;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  body {
    line-height: 1.5em;
  }
}
body.enable-scroll {
  overflow-y: hidden;
}
body.disable-scroll {
  overflow-y: hidden;
}
body.menu-overlay .site-main,
body.menu-overlay .site-footer {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
body.page-loading {
  position: fixed;
}
body.ios-bug-input {
  position: fixed;
}
a {
  color: black;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  cursor: pointer;
}
p {
  margin: 0;
}
p + p {
  margin-top: 20px;
}
@media (min-width:  1024px ) and (max-width:  1440px ), (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  p + p {
    margin-top: 10px;
  }
}
ul li {
  margin-left: 0;
  margin-top: 0;
  list-style-position: outside;
}
ul.disc {
  list-style-type: disc;
}
ul.disc li {
  padding-left: 5px;
  margin-bottom: 5px;
}
ol.num,
ol.letter,
ol.roman {
  margin-left: 1.6em;
}
ol.num li,
ol.letter li,
ol.roman li {
  padding-left: 5px;
  margin-bottom: 5px;
}
ol.num {
  list-style: decimal;
}
ol.letter {
  list-style-type: lower-alpha;
}
ol.roman {
  list-style-type: lower-roman;
}
sup {
  font-size: 0.5em;
  vertical-align: super;
}
/* Use for text break */
mark {
  display: inline-block;
  background-color: transparent;
  color: inherit;
}
.btn-square mark {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
::-moz-selection {
  background-color: white !important;
}
::selection,
::-moz-selection,
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-text-fill-color {
  background-color: white !important;
}
button {
  outline: 0;
  border: 0;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
}
input:focus {
  border: 0;
  outline: none;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x- ng-cloak {
  display: none !important;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .display-desktop {
    display: none !important;
  }
}
.display-tablet {
  display: block !important;
}
@media (max-width:  767px ) {
  .display-tablet {
    display: none !important;
  }
}
.display-mobile {
  display: none !important;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .display-mobile {
    display: block !important;
  }
}
.site-container {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
}
.page-loading .site-container {
  opacity: 0;
  position: relative;
  pointer-events: none;
}
.site-container > div.site-row:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.site-container .site-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
}
.site-container .site-main,
.site-container .site-footer {
  opacity: 1;
}
.site-container .site-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-container .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 200;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .site-container .site-header.header-active {
    height: 100%;
  }
}
.site-container .site-footer {
  position: relative;
  z-index: 1;
  background: white;
  padding-top: 80px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .site-container .site-footer {
    padding-top: 40px;
  }
}
.site-container .sticky-anchor {
  /*height: 1px;
		width: 1px;
		visibility: hidden;
		opacity: 0;*/
  position: absolute;
  top: 0;
  left: 0;
}
.module-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-wrapper {
    padding-top: 55px;
    overflow-x: hidden;
  }
}
.module-wrapper.module-fw {
  min-height: 100vh;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-wrapper.module-fw {
    min-height: auto;
    overflow-y: auto;
  }
}
.module-wrapper.module-fw .module-main {
  min-height: 100vh;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-wrapper.module-fw .module-main {
    min-height: auto;
    width: 100%;
  }
}
.module-wrapper.module-fw.module-fw-bg {
  background-image: url(../files/bg_full.jpg);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: white;
  position: relative;
}
@media (max-width:  767px ) {
  .module-wrapper.module-fw.module-fw-bg {
    background-image: url(../files/bg_full_mb.jpg);
    background-position: center top;
  }
}
.module-wrapper .module-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-wrapper .module-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.module-wrapper .module-row.module-step .module-main {
  padding-top: 160px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-height: 760px) {
  .module-wrapper .module-row.module-step .module-main {
    padding-top: 112px;
    padding-bottom: 56px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-wrapper .module-row.module-step .module-main {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-wrapper .module-row.module-step .module-main {
    padding: 0;
    width: 100%;
  }
}
.module-wrapper .module-row .module-side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-wrapper .module-row .module-side {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.module-wrapper .module-row .module-main {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: left;
  position: relative;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-wrapper .module-row .module-main {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: auto !important;
  }
}
.module-wrapper .module-row .module-main .content-block {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 820px;
  width: 100%;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-wrapper .module-row .module-main .content-block {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width:  767px ) {
  .module-wrapper .module-row .module-main .content-block {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: none;
    width: 100%;
  }
}
.module-wrapper .module-row .module-main .content-text-block {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 2.5em;
}
.module-wrapper .module-row .module-main .page-header {
  margin-bottom: 40px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-wrapper .module-row .module-main .page-header {
    margin-bottom: 20px;
  }
}
.module-wrapper .module-content .content-center {
  text-align: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.module-wrapper .module-content .content-center .content-content {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media (max-width:  767px ) {
  .module-wrapper .module-content .content-center .content-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.module-wrapper .module-content .content-wide {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .module-wrapper .module-content .content-wide {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-wrapper .module-content .content-wide {
    margin-bottom: 50px;
  }
}
.module-wrapper .module-content .content-row + .content-row {
  margin-top: 60px;
}
.module-wrapper .module-content .intro .title {
  font-size: 72px;
  line-height: 1.8em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1em !important;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .module-wrapper .module-content .intro .title {
    font-size: 50px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-wrapper .module-content .intro .title {
    font-size: 35px;
    line-height: 1.5em;
  }
}
html:not(:lang(en)) .module-wrapper .module-content .intro .title {
  font-weight: 300;
}
html:not(:lang(en)) .module-wrapper .module-content .intro .title {
  font-weight: 300;
}
.body-short .module-wrapper .module-content .intro .title {
  font-size: 32px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-wrapper .module-content .intro .title {
    font-size: 32px;
  }
}
.module-wrapper .module-content .intro .title-small {
  font-size: 0.8em;
}
.module-wrapper .module-content .intro .buttons {
  margin-top: 40px;
}
.module-generic {
  /*ol {
		list-style: decimal;
		padding-left: 20px;
		li {
			padding-left: 5px;
		    margin-bottom: 5px;
		}
	}

	ul {
		list-style: disc;

		li {
		    margin-bottom: 5px;
		    padding-left: 0;
		}
	}*/
}
.module-generic ul {
  margin-left: 1.75em;
}
.module-generic .page-deco {
  position: absolute;
  top: -45vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 70%;
  height: 70%;
  pointer-events: none;
}
.module-generic .page-deco:before,
.module-generic .page-deco:after {
  display: block;
  content: '';
  height: 0;
}
.module-generic .page-deco:before {
  background: url(../files/bg_dot.png) center center no-repeat;
  background-size: contain;
  opacity: 0.5;
  width: 100%;
  padding-bottom: 100%;
}
.module-generic .page-deco:after {
  border-radius: 50%;
  border: 15px solid rgba(255, 255, 255, 0.25);
  width: 75%;
  padding-bottom: 75%;
  position: absolute;
  top: 15vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-generic .page-deco {
    display: none;
  }
}
.module-generic .content-group .content-subtitle {
  font-size: 32px;
  line-height: 1.8em;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .module-generic .content-group .content-subtitle {
    font-size: 22px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-generic .content-group .content-subtitle {
    font-size: 22px;
    line-height: 1.5em;
  }
}
.module-generic .content-group + .content-group {
  margin-top: 60px;
}
.module-generic .content-group strong {
  font-weight: 500;
}
.module-generic.module-wrapper.module-fw .module-main {
  min-height: 70vh;
}
@media (max-width:  767px ) {
  .module-generic.module-wrapper.module-fw .module-main {
    min-height: 50vh;
  }
  .page-embed .module-generic.module-wrapper.module-fw .module-main {
    min-height: 100vh;
  }
}
.module-generic.module-wrapper.module-fw {
  min-height: 70vh;
}
@media (max-width:  767px ) {
  .module-generic.module-wrapper.module-fw {
    min-height: 50vh;
  }
}
table.border {
  border-collapse: separate;
  border-spacing: 1px;
  background: black;
  margin: 20px 0;
  width: 100%;
}
table.border.less-spacing th,
table.border.less-spacing td {
  padding: 10px;
}
@media (max-width:  767px ) {
  table.border.less-spacing th,
  table.border.less-spacing td {
    padding: 5px;
  }
}
table.border.header-middle th,
table.border.header-middle .brand-cell {
  vertical-align: middle;
}
table.border.col-6 th,
table.border.col-6 td {
  width: calc(100% / 6);
}
table.border.col-4 th,
table.border.col-4 td {
  width: 25%;
}
table.border.col-3 th,
table.border.col-3 td {
  width: 33.333%;
}
table.border.col-2 th,
table.border.col-2 td {
  width: 50%;
}
table.border th,
table.border td {
  background: white;
  padding: 20px;
}
@media (max-width:  767px ) {
  table.border th,
  table.border td {
    padding: 20px;
  }
}
table.border th {
  font-weight: 400;
  text-align: center;
}
table.border td:empty {
  background: white;
}
table.border th.brand-cell {
  background: #c9ac7d;
  color: white;
}
table.border td.brand-cell {
  background: #c9ac7d;
  color: white;
}
.redemption-content {
  display: none;
}
.is-redemption .redemption-content {
  display: block;
}
.contact-list {
  margin: 20px 0;
}
.list-row {
  width: 100%;
  border: 1px solid #000;
}
.list-row + .list-row {
  border-top: 0;
}
.list-row ul {
  margin-left: 0;
}
.list-row ul li {
  padding: 0 10px;
}
.list-row .brand-cell {
  background: #c9ac7d;
  color: white;
  padding: 10px;
}
.list-row table {
  width: 100%;
}
.list-row table th {
  width: 40%;
}
.list-row table th,
.list-row table td {
  padding: 5px;
}
.list-col td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
@media (max-width:  767px ) {
  .list-col td {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.list-col ul {
  margin-left: 1.75em;
  width: 50%;
}
@media (max-width:  767px ) {
  .list-col ul {
    width: 100%;
  }
}
.list-col ul + ul {
  margin-left: 1.75em;
}
.module-fw-bg .fw-deco-dot {
  background: url(../files/bg_fw_dot.png) center center repeat-y;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.module-fw-bg .fw-deco-center-dot {
  background: url(../files/bg_dot.png) center center repeat-y;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.module-fw-bg .fw-deco-circle {
  display: block;
  border-radius: 50%;
  border: 15px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 750px;
  height: 750px;
  z-index: 0;
  pointer-events: none;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .module-fw-bg .fw-deco-circle {
    width: 600px;
    height: 600px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ) {
  .module-fw-bg .fw-deco-circle {
    width: 60vw;
    height: 60vw;
  }
}
@media (max-width:  767px ) {
  .module-fw-bg .fw-deco-circle {
    display: none;
  }
}
.module-header-spacer {
  width: 100%;
  height: 150px;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .module-header-spacer {
    height: 105px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-header-spacer {
    height: 40px;
  }
}
.content-block [ng-if].ng-hide.ng-hide-animate {
  display: none !important;
}
.content-block [ng-if].ng-animate.no-animate {
  -o-transition: 0s none;
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
}
.overlay.active,
.overlay-active .overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
app-root:empty + #loading {
  opacity: 1;
  z-index: 1000;
}
#loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  color: white;
  z-index: 500;
  opacity: 1;
}
#loading span {
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  background: #c9ac7d;
  width: 10px;
  height: 10px;
  -webkit-animation: g_fadeInOut 2.5s ease-in-out infinite;
          animation: g_fadeInOut 2.5s ease-in-out infinite;
}
#loading span:first-child {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#loading span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#loading span:last-child {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.btn-tel {
  pointer-events: none;
  position: relative;
}
.device-mobile .btn-tel {
  pointer-events: auto;
}
/* No animate for angular element */
.no-animate {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
/* END No animate for angular element */
/* Sticky module */
.module-wrapper .module-row .sticky {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 35%;
  max-height: 100vh;
  height: 100%;
}
.module-wrapper .module-row .sticky-side {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: calc(100% - 35%);
}
.module-wrapper .module-row.sticky-module {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.module-wrapper .module-row .sticky-element {
  position: fixed;
  top: 0;
  left: 0;
}
/* END Sticky module */
/* Toggle */
.toggle-item.active .toggle-content {
  display: block;
}
.toggle-item .toggle-content {
  display: none;
}
/* END Toggle */
/* Fix for transition load when pageload */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
/* END Fix for transition load when pageload */
/*.mallLogo(@mall) {
	&#@{mall} {
		.logo {
			background-image: url(~"../files/@{mall}.png");
		}
	}
}
*/
#popup-mall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #popup-mall {
    padding: 0;
  }
}
#popup-mall .ani-fadeIn {
  -webkit-animation: ani-fadeIn 1s ease forwards;
  animation: ani-fadeIn 1s ease forwards;
}
.mall-grid {
  width: 100%;
  padding: 50px;
  overflow: auto;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .mall-grid {
    width: 100%;
    padding: 0 25px;
  }
  .mall-grid.display-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    height: auto;
  }
}
.mall-grid .mall-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.mall-grid .mall-row.ng-hide {
  opacity: 0;
}
@media (max-width: 1680px) {
  .mall-grid .mall-row {
    max-width: 1024px;
  }
}
.mall-grid .mall-row + .mall-row {
  margin-top: 2%;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .mall-grid .mall-row + .mall-row {
    margin-top: 2vw;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .mall-grid .mall-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 520px;
    padding: 50px 0;
    width: 70%;
  }
}
@media (max-width:  767px ) {
  .mall-grid .mall-row {
    max-width: 400px;
    width: 100%;
    padding: 25px 0;
  }
}
.mall-grid .mall-row.last .mall-item {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mall-grid .mall-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
  padding: 0 10px;
  opacity: 0;
  max-width: 20%;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .body-short .mall-grid .mall-item {
    padding: 0;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .mall-grid .mall-item {
    padding: 2vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33%;
    opacity: 1;
    max-width: none;
  }
}
.mall-grid .mall-item .mall-logo {
  width: 75%;
  height: 0;
  padding-bottom: 75%;
  background: white;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 5% auto;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .body-short .mall-grid .mall-item .mall-logo {
    width: 60%;
    padding-bottom: 60%;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .mall-grid .mall-item .mall-logo {
    min-width: 40px;
    min-height: 40px;
    margin: 0 auto;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ) and (orientation: landscape), (max-width:  767px ) and (orientation: landscape) {
  .mall-grid .mall-item .mall-logo {
    width: 15vh;
    padding-bottom: 15vh;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ) and (orientation: portrait), (max-width:  767px ) and (orientation: portrait) {
  .mall-grid .mall-item .mall-logo {
    width: 15vw;
    padding-bottom: 15vw;
  }
}
@media (max-width:  767px ) {
  .mall-grid .mall-item .mall-logo {
    min-width: 80px;
    min-height: 80px;
  }
}
.mall-grid .mall-item .logo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 20%;
  left: 20%;
  right: 20%;
  bottom: 20%;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .mall-grid .mall-item .logo {
    /*top: 10px;
				left: 10px;
				right: 10px;
				bottom: 10px;*/
  }
}
.mall-grid .mall-item#apm .logo {
  background-image: url(../files/apm.png);
}
.mall-grid .mall-item#east-point-city .logo {
  background-image: url(../files/east-point-city.png);
}
.mall-grid .mall-item#metroplaza .logo {
  background-image: url(../files/metroplaza.png);
}
.mall-grid .mall-item#mikiki .logo {
  background-image: url(../files/mikiki.png);
}
.mall-grid .mall-item#moko .logo {
  background-image: url(../files/moko.png);
}
.mall-grid .mall-item#new-town-plaza .logo {
  background-image: url(../files/new-town-plaza.png);
}
.mall-grid .mall-item#landmark-north .logo {
  background-image: url(../files/landmark-north.png);
}
.mall-grid .mall-item#park-central .logo {
  background-image: url(../files/park-central.png);
}
.mall-grid .mall-item#tai-po-mega-mall .logo {
  background-image: url(../files/tai-po-mega-mall.png);
}
.mall-grid .mall-item#tsuen-wan-plaza .logo {
  background-image: url(../files/tsuen-wan-plaza.png);
}
.mall-grid .mall-item#world-trade-centre .logo {
  background-image: url(../files/world-trade-centre.png);
}
.mall-grid .mall-item#v-city .logo {
  background-image: url(../files/v-city.png);
}
.mall-grid .mall-item#v-walk .logo {
  background-image: url(../files/v-walk.png);
}
.mall-grid .mall-item#yoho-mall .logo {
  background-image: url(../files/yoho-mall.png);
}
.mall-grid .mall-item#yuen-long-plaza .logo {
  background-image: url(../files/yuen-long-plaza.png);
}
.mall-grid .mall-item#harbour-north .logo {
  background-image: url(../files/harbour-north.png);
}
.mall-grid .mall-item#metropolis-plaza .logo {
  background-image: url(../files/metropolis-plaza.png);
}
.mall-grid .mall-item#homesquare .logo {
  background-image: url(../files/homesquare.png);
}
.mall-grid .mall-item#uptown-plaza .logo {
  background-image: url(../files/uptown-plaza.png);
}
.mall-grid .mall-item#k-point .logo {
  background-image: url(../files/k-point.png);
}
.mall-grid .mall-item#popwalk .logo {
  background-image: url(../files/popwalk.png);
}
.mall-grid .mall-item#chelsea-heights .logo {
  background-image: url(../files/chelsea-heights.png);
}
.mall-grid .mall-item#tsuen-kam-centre .logo {
  background-image: url(../files/tsuen-kam-centre.png);
}
.mall-grid .mall-item#new-jade-shopping-arcade .logo {
  background-image: url(../files/new-jade-shopping-arcade.png);
}
.mall-grid .mall-item#chi-fu-landmark .logo {
  background-image: url(../files/chi-fu-landmark.png);
}
#overlay-white {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: white;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  pointer-events: none;
  /*.menu-overlay & {
		opacity: 1;
		z-index: @z_menuOverlay;
	}*/
}
.sticky-download-app {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 60;
  border-radius: 50%;
  border: 5px solid white;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .sticky-download-app {
    display: none;
  }
}
.sticky-download-app.inactive {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#terms strong {
  font-weight: 700;
}
/* Special Variables*/
/* END Special Variables*/
/* Special Mixins */
/* ======================================== */
/* Spacer */
.spacer-60 {
  height: 60px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .spacer-60 {
    height: 30px;
  }
}
.spacer-40 {
  height: 40px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .spacer-40 {
    height: 20px;
  }
}
.spacer-20 {
  height: 20px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .spacer-20 {
    height: 10px;
  }
}
/* Text */
.text-red {
  color: #b33131;
}
.text-white {
  color: white;
}
.text-brand {
  color: #c9ac7d;
  font-weight: 500;
}
.text-green {
  color: #209e4d;
}
.text-italic {
  font-style: italic;
}
.text-thin {
  font-weight: 300;
}
html:not(:lang(en)) .text-thin {
  font-weight: 300;
}
.text-bold {
  font-weight: 500;
}
.text-sp-bold {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-key {
  color: #c9ac7d;
  font-weight: 500;
  text-transform: uppercase;
}
/* END Text */
/* Text Size */
.size-heading {
  font-size: 42px;
  line-height: 1.8em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .size-heading {
    font-size: 38px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .size-heading {
    font-size: 32px;
    line-height: 1.5em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .size-heading {
    font-size: 32px;
  }
}
/*.size-heading2 {
	.fontSize('heading2');

	@media @tablet, @mobile {
		font-size: 32px;
	}
}*/
.size-remark {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
  line-height: 1.2em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .size-remark {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .size-remark {
    font-size: 14px;
    line-height: 1.5em;
  }
}
/* END Text Size */
/* link */
.link-text {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 1px 0 transparent;
          box-shadow: 0 1px 0 transparent;
}
.link-text:hover {
  -webkit-box-shadow: 0 1px 0 black;
          box-shadow: 0 1px 0 black;
}
.link-text.white:hover {
  -webkit-box-shadow: 0 1px 0 white;
          box-shadow: 0 1px 0 white;
}
.link-text.brown:hover {
  -webkit-box-shadow: 0 1px 0 #c9ac7d;
          box-shadow: 0 1px 0 #c9ac7d;
}
/* Underline */
.link-underline {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 1px 0 black;
          box-shadow: 0 1px 0 black;
}
.link-underline:hover {
  color: #c9ac7d;
  -webkit-box-shadow: 0 1px 0 #c9ac7d;
          box-shadow: 0 1px 0 #c9ac7d;
}
.link-underline.white {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 1px 0 white;
          box-shadow: 0 1px 0 white;
  color: white;
}
.link-underline.white:hover {
  color: #cccccc;
  -webkit-box-shadow: 0 1px 0 #cccccc;
          box-shadow: 0 1px 0 #cccccc;
}
.link-underline.brown {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 1px 0 #c9ac7d;
          box-shadow: 0 1px 0 #c9ac7d;
  color: #c9ac7d;
}
.link-underline.brown:hover {
  color: #9e7b42;
  -webkit-box-shadow: 0 1px 0 #9e7b42;
          box-shadow: 0 1px 0 #9e7b42;
}
.block-underline {
  border-bottom: 1px solid black;
}
.block-underline.gray {
  border-color: #b3b3b3;
}
/* Font Size */
small {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  small {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  small {
    font-size: 14px;
    line-height: 1.5em;
  }
}
/* END Font Size */
/* Font Size */
.page-title {
  font-size: 42px;
  line-height: 1.8em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .page-title {
    font-size: 38px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .page-title {
    font-size: 32px;
    line-height: 1.5em;
  }
}
html:not(:lang(en)) .page-title {
  font-weight: 300;
}
@media (min-width:  1024px ) and (max-width:  1440px ), (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .page-title {
    line-height: 1.2em;
  }
}
.page-title ~ .title-caption {
  font-size: 18px;
  line-height: 1.8em;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .page-title ~ .title-caption {
    font-size: 18px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .page-title ~ .title-caption {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.page-title ~ .title-caption ~ .remark-upper {
  margin-top: 20px;
}
/* END Font Size */
/* Icons */
.img-icon {
  display: inline-block;
  vertical-align: middle;
}
.img-icon.circle-white {
  border-radius: 50%;
  background-color: white;
}
.img-icon.circle-line-white {
  border-radius: 50%;
  border: 1px solid white;
}
.img-icon .icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-phone {
  width: 0.8em;
  height: 1em;
  line-height: 0.5em;
  /*@media @tablet, @mobile {
		.imgIcon(phone, .7em, .8em);
	}*/
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .icon-phone {
    width: 0.64em;
    height: 0.8em;
  }
}
.icon-phone .icon {
  display: inline-block;
  background-image: url(../files/icon_phone.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  /*width: 100%;
        height: 100%;*/
}
.icon-email {
  width: 0.8em;
  height: 1em;
  line-height: 0.5em;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .icon-email {
    width: 0.64em;
    height: 0.8em;
  }
}
.icon-email .icon {
  display: inline-block;
  background-image: url(../files/icon_email.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  /*width: 100%;
        height: 100%;*/
}
.icon-location {
  width: 0.8em;
  height: 1em;
  line-height: 0.5em;
  margin-top: -3px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .icon-location {
    width: 0.64em;
    height: 0.8em;
  }
}
.icon-location .icon {
  display: inline-block;
  background-image: url(../files/icon_location.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  /*width: 100%;
        height: 100%;*/
}
.icon-location-gray {
  width: 0.8em;
  height: 1em;
  line-height: 0.5em;
  margin-top: -3px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .icon-location-gray {
    width: 0.64em;
    height: 0.8em;
  }
}
.icon-location-gray .icon {
  display: inline-block;
  background-image: url(../files/icon_location_gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  /*width: 100%;
        height: 100%;*/
}
/* END Icons */
/* List Style */
.list-decimal {
  list-style: decimal;
  padding-left: 1em;
}
.list-decimal li {
  margin-bottom: 1em;
}
/* END List Style */
/* Button Style */
.button + .button {
  margin-left: 5px;
}
@media (max-width:  767px ) {
  .button + .button {
    margin-left: 0;
    margin-top: 5px;
  }
}
.btn {
  min-height: 65px;
  min-width: 250px;
  font-size: 22px;
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  line-height: 1.8em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .btn {
    font-size: 18px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .btn {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (min-width:  1024px ) and (max-width:  1440px ), (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .btn {
    min-width: 200px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .btn {
    min-height: 50px;
  }
}
.btn[disabled=disabled] {
  background-color: #b3b3b3 !important;
  color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
}
.btn[disabled=disabled]:hover {
  background-color: #b3b3b3 !important;
}
.btn.btn-short {
  min-width: auto;
}
.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  min-height: 65px;
  min-width: 150px;
}
.btn-small {
  font-size: 16px;
  line-height: 1.8em;
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  text-transform: uppercase;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .btn-small {
    font-size: 16px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .btn-small {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.buttons-grid-row {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.buttons-grid-row .btn + .btn {
  margin-left: 2px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .buttons-grid-row .btn + .btn {
    margin-left: 0;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .buttons-grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.buttons-grid-row .btn-short,
.buttons-grid-row .btn-long {
  white-space: normal;
}
.btn-square {
  display: inline-block;
  background: url(../files/btn_dot_bottom.png) left bottom #c9ac7d;
  background-repeat: no-repeat;
  background-size: auto 120%;
  color: white;
  padding: 0.7em 1.5em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .btn-square {
    background: url(../files/btn_dot.png) left center, url(../files/btn_bg.jpg) center center;
    background-repeat: no-repeat;
    background-size: auto 100%, cover;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .btn-square.bg-dark {
    background: url(../files/btn_dot.png) left center #6c5632;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .btn-square[disabled=disabled] {
    background: url(../files/btn_dot.png) left center #b3b3b3 !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !Important;
  }
}
.btn-square .text {
  position: relative;
  z-index: 1;
}
.device-desktop .btn-square {
  position: relative;
}
.device-desktop .btn-square:after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0;
}
.device-desktop .btn-square:hover:after {
  opacity: 0.1;
}
html:not(:lang(en)) .btn-square {
  font-weight: 700;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .btn-square {
    padding: 0.8em 2.5em;
  }
}
.btn-square.fw {
  width: 100%;
}
.btn-square.small-gray {
  background: #b3b3b3;
  max-width: 150px;
  padding: 0.5em 2em;
}
.btn-square-icon {
  padding-left: 4.5em;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .btn-square-icon {
    margin-left: 45px;
  }
}
.btn-square-icon:hover .icon:before {
  opacity: 0.1;
}
.btn-square-icon .icon {
  border-radius: 50%;
  background: #c9ac7d;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 5px solid white;
  z-index: 1;
  overflow: hidden;
}
.btn-square-icon .icon:before {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0;
}
.btn-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  text-transform: uppercase;
  line-height: 1em;
}
/* END Button Style */
.text-block {
  padding: 10px 0;
}
.block-full,
.block-popup {
  position: fixed;
  z-index: 201;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: white;
}
.block-full .popup-content,
.block-popup .popup-content {
  max-width: 600px;
  width: 100%;
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 0;
}
@media (max-width:  767px ) {
  .block-full .popup-content,
  .block-popup .popup-content {
    padding: 40px 20px;
  }
}
.block-full .title,
.block-popup .title {
  font-size: 32px;
  line-height: 1.8em;
  font-weight: 500;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .block-full .title,
  .block-popup .title {
    font-size: 22px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .block-full .title,
  .block-popup .title {
    font-size: 22px;
    line-height: 1.5em;
  }
}
.block-full .bg {
  bbackground: #b3986d;
  background: -o-radial-gradient(center, ellipse cover, #b3986d 0%, #b3986d 39%, #d4bd98 100%);
  background: -o-radial-gradient(center, ellipse, #b3986d 0%, #b3986d 39%, #d4bd98 100%);
  background: radial-gradient(ellipse at center, #b3986d 0%, #b3986d 39%, #d4bd98 100%);
  opacity: 0.98;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.g-top {
  background: #d4bd98;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #d4bd98), color-stop(100%, #b3986d));
  background: -o-linear-gradient(45deg, #d4bd98 0%, #b3986d 100%);
  background: linear-gradient(45deg, #d4bd98 0%, #b3986d 100%);
}
.g-bottom {
  background: #d4bd98;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d4bd98), color-stop(100%, #b3986d));
  background: -o-linear-gradient(top, #d4bd98 0%, #b3986d 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#d4bd98), to(#b3986d));
  background: linear-gradient(to bottom, #d4bd98 0%, #b3986d 100%);
}
.g-center {
  background: #cfb68c;
  background: -webkit-gradient(left top, right top, color-stop(0%, #cfb68c), color-stop(30%, #e9decb), color-stop(70%, #e9decb), color-stop(100%, #cfb68c));
  background: -o-linear-gradient(left, #cfb68c 0%, #e9decb 30%, #e9decb 70%, #cfb68c 100%);
  background: -webkit-gradient(linear, left top, right top, from(#cfb68c), color-stop(30%, #e9decb), color-stop(70%, #e9decb), to(#cfb68c));
  background: linear-gradient(to right, #cfb68c 0%, #e9decb 30%, #e9decb 70%, #cfb68c 100%);
}
.module-popup {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: auto;
}
.module-popup.ng-hide {
  opacity: 0;
}
.module-popup .btn-popup-close {
  background: #c9ac7d;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /*@media @desktop-sm {
			width: 60px;
			height: 60px;
			//.icon_close(white, 1px, 20px);
			
			&:before,
			&:after {
				left: 18px;
				right: 18px;
			}
		}*/
}
.module-popup .btn-popup-close:before,
.module-popup .btn-popup-close:after {
  display: inline-block;
  content: '';
  height: 1px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: white;
  top: 50%;
  left: 25px;
  right: 25px;
  margin-top: -1px;
}
.module-popup .btn-popup-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.module-popup .btn-popup-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.module-popup .btn-popup-close:hover {
  background-color: #c2a06b;
}
@media (min-width:  1024px ) and (max-width:  1440px ), (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-popup .btn-popup-close {
    width: 60px;
    height: 60px;
  }
  .module-popup .btn-popup-close:before,
  .module-popup .btn-popup-close:after {
    left: 18px;
    right: 18px;
  }
}
.module-popup .btn-popup-close.white {
  background: white;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.module-popup .btn-popup-close.white:before,
.module-popup .btn-popup-close.white:after {
  display: inline-block;
  content: '';
  height: 1px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: black;
  top: 50%;
  left: 25px;
  right: 25px;
  margin-top: -1px;
}
.module-popup .btn-popup-close.white:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.module-popup .btn-popup-close.white:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.module-popup .btn-popup-close.white:hover {
  background-color: #e9dfcc;
}
@media (min-width:  1024px ) and (max-width:  1440px ), (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-popup .btn-popup-close.white {
    width: 60px;
    height: 60px;
  }
  .module-popup .btn-popup-close.white:before,
  .module-popup .btn-popup-close.white:after {
    left: 18px;
    right: 18px;
  }
}
.module-popup .btn-popup-close.no-bg {
  width: 30px;
  height: 30px;
  background: transparent;
}
.module-popup .btn-popup-close.no-bg:hover {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: transparent;
}
.module-popup .btn-popup-close.no-bg:hover:after,
.module-popup .btn-popup-close.no-bg:hover:before {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #c9ac7d;
}
.module-popup .btn-popup-close.no-bg:after,
.module-popup .btn-popup-close.no-bg:before {
  left: 0;
  right: 0;
  background: black;
}
.module-popup.module-popup-fw {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 201;
  background: url(../files/bg_fw_popup.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.module-popup.module-popup-fw .bg-dot {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../files/bg_dot.png) center center no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}
.module-popup .popup-content-wrapper {
  width: 100%;
  position: relative;
  max-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (60px * 2));
  margin: 60px auto;
}
@media (max-width:  767px ) {
  .module-popup .popup-content-wrapper {
    min-height: calc(100% - (20px * 2));
    margin: 20px auto;
    width: calc(100% - 40px);
    /*margin: 20px auto;
	    	min-height: calc(100% - (20px * 2));*/
  }
}
.module-popup .popup-content-wrapper .popup-content {
  background-color: #c9ac7d;
  padding: 60px;
  position: relative;
  pointer-events: auto;
}
.module-popup .popup-content-wrapper .popup-content:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 20px 100px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0 20px 100px 0 rgba(0, 0, 0, 0.8);
  pointer-events: none;
}
@media (max-width:  767px ) {
  .module-popup .popup-content-wrapper .popup-content {
    padding: 60px 20px;
  }
}
.module-popup .popup-content-wrapper .btn-popup-close {
  top: -35px;
  right: -35px;
}
@media (min-width:  1024px ) and (max-width:  1440px ), (min-width:  768px ) and (max-width:  1023px ) {
  .module-popup .popup-content-wrapper .btn-popup-close {
    top: -20px;
    right: -20px;
  }
}
@media (max-width:  767px ) {
  .module-popup .popup-content-wrapper .btn-popup-close {
    top: -15px;
    right: -15px;
  }
}
/* Full width popup */
.block-full .popup-content-wrapper {
  max-width: none;
  min-height: 100%;
  margin: 0;
  width: 100%;
}
.block-full .popup-content-wrapper .popup-content {
  background-color: transparent;
  max-width: 900px;
  position: initial;
  padding-top: 100px;
}
.block-full .popup-content-wrapper .popup-content:before {
  display: block;
  content: '';
  bbackground: #b3986d;
  background: -o-radial-gradient(center, ellipse cover, #b3986d 0%, #b3986d 39%, #d4bd98 100%);
  background: -o-radial-gradient(center, ellipse, #b3986d 0%, #b3986d 39%, #d4bd98 100%);
  background: radial-gradient(ellipse at center, #b3986d 0%, #b3986d 39%, #d4bd98 100%);
  opacity: 0.98;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.block-full .popup-content-wrapper .popup-content:after {
  display: none;
}
.block-full .popup-content-wrapper .btn-popup-close {
  top: 20px;
  right: 20px;
}
/* Popup in mobile */
@media (max-width:  767px ) {
  .popup-container.mb-white {
    /*.btn-popup-close {
				top: 0;
			    //right: 0;
				&:hover {
					background: none;
				}
			}*/
  }
  .popup-container.mb-white .popup-content-wrapper {
    min-height: auto;
  }
  .popup-container.mb-white .popup-content {
    padding: 0;
  }
  .popup-container.mb-white .popup-content:before {
    background: white;
  }
  .popup-container.mb-white .promo-item-detail {
    padding: 60px 20px 20px 20px;
  }
  .popup-container.mb-white .btn-popup-close {
    background-color: #c9ac7d;
  }
  .popup-container.mb-white .btn-popup-close:hover {
    background-color: #c2a06b;
  }
  .popup-container.mb-white .btn-popup-close:before,
  .popup-container.mb-white .btn-popup-close:after {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: white;
  }
}
@media (max-width:  767px ) and (max-width:  767px ) {
  .popup-container.mb-white .btn-popup-close {
    top: 0;
    right: 0;
    background: none;
  }
  .popup-container.mb-white .btn-popup-close:before,
  .popup-container.mb-white .btn-popup-close:after {
    background-color: black;
  }
  .popup-container.mb-white .btn-popup-close:hover {
    background: none;
  }
  .popup-container.mb-white .btn-popup-close:hover:before,
  .popup-container.mb-white .btn-popup-close:hover:after {
    background-color: #c9ac7d;
  }
}
.sticky-download-app {
  width: 150px;
  height: 150px;
  background: #c9ac7d;
  color: white;
  display: inline-block;
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sticky-download-app:hover {
  background-color: #c2a06b;
}
.sticky-download-app:hover:after {
  border-color: #c2a06b transparent;
}
.sticky-download-app:before,
.sticky-download-app:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-style: solid;
  border-width: 20px 10px 0 10px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .sticky-download-app:before,
  .sticky-download-app:after {
    border-width: 10px 5px 0 5px;
  }
}
.sticky-download-app:after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-color: #c9ac7d transparent;
  margin-top: -5px;
}
.sticky-download-app:before {
  border-color: white transparent;
  margin-top: 3px;
}
.sticky-download-app .text-bold {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.8em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .sticky-download-app .text-bold {
    font-size: 18px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .sticky-download-app .text-bold {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.sticky-download-app.active {
  width: 460px;
  height: 460px;
  background: url(../files/bg_bubble.jpg) #c9ac7d right bottom no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}
.sticky-download-app.active:hover:after {
  border-color: #c9ac7d transparent;
}
.sticky-download-app.active:before,
.sticky-download-app.active:after {
  border-width: 40px 25px 0 25px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .sticky-download-app.active:before,
  .sticky-download-app.active:after {
    border-width: 30px 15px 0 15px;
  }
}
.sticky-download-app.active .bubble-content {
  font-weight: normal;
  height: 60%;
}
.sticky-download-app.active .app-qr {
  padding: 0 100px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .sticky-download-app.active .app-qr {
    padding: 0 40px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .sticky-download-app {
    display: none;
  }
}
.sticky-download-app .bubble-content {
  text-align: center;
  line-height: 1em;
  width: 100%;
}
.sticky-download-app .bubble-content small {
  line-height: 1.8em;
}
html:not(:lang(en)) .sticky-download-app .bubble-content small {
  line-height: 1em;
}
.sticky-download-app .bubble-content img {
  max-width: 100%;
}
.sticky-download-app .bubble-content .text {
  line-height: 1em;
}
html:not(:lang(en)) .sticky-download-app .bubble-content .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}
.sticky-download-app .btn-download-bubble {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.arrow-row {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  text-align: center;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  margin-bottom: -20px;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.body-short .arrow-row {
  margin-bottom: -20px;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .arrow-row {
    margin-bottom: 0;
  }
}
.arrow-row.inactive {
  opacity: 0;
  pointer-events: none;
}
.arrow-row .btn-scrollto,
.arrow-row .btn-scrollto-section {
  display: inline-block;
}
.arrow-row .btn-scrollto .text,
.arrow-row .btn-scrollto-section .text {
  display: inline-block;
  margin-top: 10px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.arrow-row .btn-scrollto .text:hover,
.arrow-row .btn-scrollto-section .text:hover {
  color: rgba(0, 0, 0, 0.8);
}
.arrow {
  width: 1px;
  display: block;
  height: 70px;
  background: black;
  margin: auto;
  position: relative;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .arrow {
    height: 50px;
  }
}
.arrow.arrow-long {
  max-height: 180px;
  height: 10vw;
  min-height: 90px;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .arrow.arrow-long {
    min-height: 70px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .arrow.arrow-long {
    height: 100%;
    min-height: 70px;
  }
}
.arrow:before,
.arrow:after {
  display: inline-block;
  content: '';
  background: black;
  width: 1px;
  height: 20px;
  position: absolute;
  bottom: 0;
}
@media (max-width:  767px ) {
  .arrow:before,
  .arrow:after {
    height: 15px;
  }
}
.arrow:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 100%;
  margin-left: 2px;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media (max-width:  767px ) {
  .arrow:before {
    margin-left: 1px;
  }
}
.arrow:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 100%;
  margin-right: 2px;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media (max-width:  767px ) {
  .arrow:after {
    margin-right: 1px;
  }
}
/* brand circle with dot */
.point-circle-container.with-dot {
  position: relative;
}
.point-circle-container.with-dot .point-circle {
  position: relative;
  z-index: 1;
}
.point-circle-container.with-dot .panel-dot {
  position: absolute;
  left: -99%;
  top: -87%;
  right: -98%;
  bottom: -93%;
  background: url(../files/bg_dot.png) center center no-repeat;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
/* END brand circle with dot */
.parallax-item .deco-item {
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.swiper-container .slider-dot {
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  bottom: 50px;
  z-index: 5;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .swiper-container .slider-dot {
    margin-top: 100px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .swiper-container .slider-dot {
    bottom: 0;
  }
}
.swiper-container .slider-dot ul {
  white-space: nowrap;
}
.swiper-container .slider-dot li {
  display: inline-block;
  margin: 0;
}
.swiper-container .slider-dot li + li {
  margin-left: 10px;
}
.swiper-container .slider-dot li.active span:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: black;
  border-radius: 50%;
}
.swiper-container .slider-dot span {
  border: 1px solid black;
  width: 20px;
  height: 20px;
  background: none;
  opacity: 1;
  margin: 0 5px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.swiper-container .slider-dot span:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.swiper-container .slider-dot .swiper-pagination-bullet {
  border: 1px solid black;
  width: 20px;
  height: 20px;
  background: none;
  opacity: 1;
  margin: 0 5px;
  position: relative;
}
.swiper-container .slider-dot .swiper-pagination-bullet-active:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: black;
  border-radius: 50%;
}
/* Horizontal Scroll */
.scroll-nav {
  /*position: absolute;
    z-index: 1;
    height: 80px;*/
  overflow: hidden;
  height: 2.5em;
  position: relative;
}
@media (min-width:  1024px ) and (max-width:  1440px ), (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .scroll-nav {
    overflow: auto;
    height: 85px;
  }
}
@media (max-width:  767px ) {
  .scroll-nav {
    height: 65px;
  }
}
.scroll-nav .subnav-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .scroll-nav .subnav-content {
    width: auto;
  }
}
.scroll-nav .subnav-content ul {
  white-space: nowrap;
  text-align: center;
}
.scroll-nav .subnav-content ul li {
  display: inline-block;
  padding: 0 20px;
  margin: 0;
  text-align: center;
}
.scroll-nav .subnav-content ul li.active a {
  color: #c9ac7d;
  font-weight: 500;
  -webkit-box-shadow: 0 1px 0 0 #c9ac7d;
          box-shadow: 0 1px 0 0 #c9ac7d;
  pointer-events: none;
  position: relative;
}
.subnav-content {
  text-align: left;
  padding: 0 10px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .subnav-content {
    max-width: none;
  }
}
@media (max-width:  767px ) {
  .subnav-content {
    padding: 0;
  }
}
.subnav-content .form-wrapper {
  padding: 0;
  max-width: 600px;
  width: 100%;
  margin: auto;
}
@media (max-width:  767px ) {
  .subnav-content .form-wrapper {
    max-width: none;
  }
}
/* END Horizontal Scroll */
/* Custom Scrollbar */
.custom-scrollbar {
  overflow-x: hidden !important;
}
.custom-scrollbar .scrollbar-track {
  background: transparent;
}
.custom-scrollbar .scrollbar-thumb {
  background: black;
  border-radius: 0;
}
.custom-scrollbar-inner {
  overflow-x: hidden !important;
}
.custom-scrollbar-inner .scrollbar-track {
  background: transparent;
}
.custom-scrollbar-inner .scrollbar-thumb {
  background: black;
  border-radius: 0;
}
.scrollbar-track-x {
  display: none !important;
}
/* END Custom Scrollbar */
/* Text highlight */
.highlight-line {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #c9ac7d));
  background-image: -o-linear-gradient(top, transparent 60%, #c9ac7d 60%);
  background-image: linear-gradient(to bottom, transparent 60%, #c9ac7d 60%);
  background-size: 100%;
}
.video-block {
  margin: 25px auto 35px auto;
  width: 80%;
  position: relative;
  max-width: 1200px;
  z-index: 1;
}
@media (max-width:  767px ) {
  .module-popup .video-block {
    width: 100%;
  }
}
@media (max-width:  767px ) {
  .video-block {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.video-block .deco-ball {
  height: 0;
  position: absolute;
}
.video-block .deco-ball.deco-ball-1 {
  width: 30%;
  padding-bottom: 30%;
  margin-left: -15%;
  margin-top: -5%;
  top: 0;
  left: 0;
}
@media (max-width:  767px ) {
  .video-block .deco-ball.deco-ball-1 {
    margin-top: -15%;
  }
}
.video-block .deco-ball.deco-ball-1 .deco-item {
  background-image: url(../files/deco_ball_video2.png);
}
.video-block .deco-ball.deco-ball-2 {
  width: 20%;
  padding-bottom: 20%;
  margin-right: -10%;
  margin-bottom: -5%;
  right: 0;
  bottom: 0;
}
@media (max-width:  767px ) {
  .video-block .deco-ball.deco-ball-2 {
    margin-bottom: -10%;
  }
}
.video-block .deco-ball.deco-ball-2 .deco-item {
  background-image: url(../files/deco_ball_video1.png);
}
.video-block .deco-ball .deco-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.video-wrapper {
  position: relative;
  padding-bottom: 55.2%;
  height: 0;
  border: 10px solid #c9ac7d;
  background: #c9ac7d;
}
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
#play-pause {
  background: white;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid white;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #c9ac7d;
  background-image: url(../files/icon_video_play.svg);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /*&.play {
		background-image: url(../files/icon_video_play.svg);
	}
	&.pause {
		background-image: url(../files/icon_video_play.svg);
	}*/
}
@media (min-width:  768px ) and (max-width:  1023px ) {
  #play-pause {
    width: 100px;
    height: 100px;
  }
}
@media (max-width:  767px ) {
  #play-pause {
    width: 80px;
    height: 80px;
  }
}
.is-playing #play-pause {
  display: none;
}
.is-mouseover.is-playing #play-pause {
  display: block;
  background-image: url(../files/icon_video_pause.svg);
}
.is-paused #play-pause {
  display: block;
  background-image: url(../files/icon_video_play.svg);
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .top-0-mb {
    padding-top: 0 !important;
  }
}
.bottom-0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .bottom-0-mb {
    padding-bottom: 0 !important;
  }
}
.left-0 {
  padding-left: 0 !important;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .msg-0-mb {
    margin-bottom: -24px;
  }
  .msg-0-mb .error-msg {
    min-height: auto !important;
  }
  .msg-0-mb.form-error {
    margin-bottom: 0;
  }
  .msg-0-mb.form-error .error-msg {
    min-height: 24px !important;
  }
}
@media (max-width:  767px ) {
  .prefix-pd {
    padding-right: 60px !important;
  }
}
.prefix-pd md-select {
  position: relative;
}
.prefix-pd md-select:after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 10px;
  background: #b3b3b3;
  height: 1px;
  margin-left: 17px;
}
@media (max-width:  767px ) {
  .prefix-pd md-select:after {
    margin-left: 25px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .form-col-mb md-radio-group {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .form-col-mb md-radio-group md-radio-button + md-radio-button {
    margin-top: 10px;
  }
}
.form-checkbox-gp {
  margin-top: 20px;
}
.form-checkbox-gp md-input-container + md-input-container {
  margin-top: 10px;
}
/* Form */
.hidden-item {
  display: none;
  height: 0;
}
.hidden-element {
  margin: 0 !important;
}
.hidden-element .hidden-item {
  /*display: none;
		height: 0;
		opacity: 0;*/
}
.ng-inactive {
  display: none;
}
md-option {
  line-height: 1.2em;
}
/* Let select show all content */
.md-select-value > span:not(.md-select-icon) {
  white-space: normal;
}
md-option .md-text {
  white-space: normal;
}
/* END Let select show all content */
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .module-wrapper .module-row .module-main .content-block {
    padding: 0 5vw;
  }
}
.module-side {
  background: url(../images/form/bg_side.jpg) center top no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-side {
    display: none;
  }
}
.module-side .content-block {
  padding-top: 160px;
  padding-bottom: 80px;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  /*@media (max-height: 760px) {
	       padding-top: @page_space * .5;
	       padding-bottom: @page_space * .5;
	    }

	    @media @tablet, @mobile {
	        padding-top: @page_space * .5;
	        padding-bottom: @page_space * .5;
	    }*/
}
@media (max-height: 760px) {
  .module-side .content-block {
    padding-top: 112px;
    padding-bottom: 56px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-side .content-block {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.module-side-mb {
  background: url(../images/form/bg_side_mb.jpg) center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.module-side-mb.step-empty {
  height: auto;
  background: none;
  position: relative;
  padding: 0 20px;
}
.module-side-mb.step-empty:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: url(../images/form/bg_side_mb.jpg) center center no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-side-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.module-side-mb .step-list .step {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module-side-mb .text-wrapper,
.module-side-mb .step-side-title {
  height: 70px;
}
.form-remark {
  font-style: italic;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .form-remark {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .form-remark {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.form-wrapper {
  padding-bottom: 60px;
}
.form-wrapper.ng-hide.ng-hide-animate {
  display: none !important;
}
.form-wrapper.ng-animate.no-animate {
  -o-transition: 0s none;
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .form-wrapper {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (max-width:  767px ) {
  .form-wrapper .page-title {
    font-size: 28px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-step .form-wrapper .page-title {
    padding-left: 40px;
    position: relative;
  }
  #merge-mall-account .module-step .form-wrapper .page-title {
    padding-left: 0;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-step .form-wrapper .page-title .text-wrapper {
    display: inline-block;
    top: 0;
    left: 0;
    position: absolute;
    font-weight: 400;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ) {
  .module-step .form-wrapper .page-title .text-wrapper {
    font-size: 20px;
  }
  .module-step .form-wrapper .page-title .text-wrapper .index {
    padding: 0 0.5em;
  }
  .module-step .form-wrapper .page-title .text-wrapper .index .no-bottom {
    margin-right: -1em;
  }
}
@media (max-width:  767px ) {
  .module-step .form-wrapper .page-title .text-wrapper {
    font-size: 16px;
  }
}
.form-wrapper .form-gp:not(.form-checkbox-gp) {
  margin-left: -20px;
  margin-right: -20px;
}
.form-wrapper .form-gp:not(.form-checkbox-gp) .form-gp {
  /*margin-left: 0;
			margin-right: 0;*/
}
.form-wrapper .form-gp:not(.form-checkbox-gp) + .form-gp {
  padding-top: 20px;
}
@media (max-width:  767px ) {
  .form-wrapper .form-gp:not(.form-checkbox-gp) > .form-col-6 + .form-col-6 {
    padding-top: 20px;
  }
}
.form-wrapper md-radio-group {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.form-wrapper md-input-container {
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 0;
  width: 100%;
}
@media (max-width:  767px ) {
  .form-wrapper md-input-container {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.form-wrapper md-input-container .md-input[disabled] {
  border-color: rgba(0, 0, 0, 0.1);
  background: none !important;
}
.form-wrapper md-input-container input,
.form-wrapper md-input-container input:focus,
.form-wrapper md-input-container.md-input-focused .md-input {
  padding: 10px 20px !important;
  line-height: 1.2em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 65px;
  border-color: rgba(0, 0, 0, 0.2);
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .form-wrapper md-input-container input,
  .form-wrapper md-input-container input:focus,
  .form-wrapper md-input-container.md-input-focused .md-input {
    padding: 15px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .form-wrapper md-input-container input,
  .form-wrapper md-input-container input:focus,
  .form-wrapper md-input-container.md-input-focused .md-input {
    height: 55px;
  }
}
.form-wrapper md-input-container md-select {
  padding: 0 20px;
  line-height: 1.2em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 65px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .form-wrapper md-input-container md-select {
    padding: 15px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .form-wrapper md-input-container md-select {
    height: 55px;
    padding: 10px 20px;
  }
}
.form-wrapper md-input-container md-select[disabled] {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.form-wrapper md-input-container md-select[disabled] .md-select-value {
  border: 0;
  background: transparent;
}
.form-wrapper md-input-container md-select:not([disable]) md-select-value {
  padding: 0;
  border-bottom: 0 !important;
}
.form-wrapper md-input-container.md-input-focused md-select {
  border-color: rgba(0, 0, 0, 0.2);
}
.form-wrapper md-input-container.md-input-focused md-select-value {
  padding: 10px 20px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .form-wrapper md-input-container.md-input-focused md-select-value {
    padding: 15px;
  }
}
.form-wrapper md-input-container .error-msg .text {
  color: #b33131;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
  line-height: 1.2em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .form-wrapper md-input-container .error-msg .text {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .form-wrapper md-input-container .error-msg .text {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.form-wrapper .form-border {
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.form-wrapper .form-nest-rows {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.form-wrapper .form-nest-cols {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
  white-space: nowrap;
}
@media (max-width:  767px ) {
  .form-wrapper .form-nest-cols {
    white-space: normal;
  }
}
.form-wrapper .form-nest-rows,
.form-wrapper .form-nest-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-wrapper .form-nest-rows .form-col-6 ~ .form-col-6,
.form-wrapper .form-nest-cols .form-col-6 ~ .form-col-6,
.form-wrapper .form-nest-rows .form-col-6 + .form-col-6,
.form-wrapper .form-nest-cols .form-col-6 + .form-col-6 {
  padding-left: 0;
  padding-right: 0;
}
.form-wrapper .form-nest-rows .element-divider,
.form-wrapper .form-nest-cols .element-divider {
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width:  767px ) {
  .form-wrapper .form-nest-rows .element-divider,
  .form-wrapper .form-nest-cols .element-divider {
    display: none;
  }
}
.form-wrapper .form-nest-rows md-input-container,
.form-wrapper .form-nest-cols md-input-container {
  margin-bottom: 0;
  padding: 0;
}
.form-wrapper .form-nest-rows md-input-container:nth-child(2) .form-border,
.form-wrapper .form-nest-cols md-input-container:nth-child(2) .form-border {
  border-left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width:  767px ) {
  .form-wrapper .form-nest-rows md-input-container:nth-child(2) .form-border,
  .form-wrapper .form-nest-cols md-input-container:nth-child(2) .form-border {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.form-wrapper .form-nest-rows md-input-container input,
.form-wrapper .form-nest-cols md-input-container input,
.form-wrapper .form-nest-rows md-input-container input:focus,
.form-wrapper .form-nest-cols md-input-container input:focus,
.form-wrapper .form-nest-rows md-input-container.md-input-focused .md-input,
.form-wrapper .form-nest-cols md-input-container.md-input-focused .md-input {
  border: 0;
}
.form-wrapper .form-nest-rows md-input-container input ~ .md-errors-spacer,
.form-wrapper .form-nest-cols md-input-container input ~ .md-errors-spacer {
  min-height: 0;
}
.form-wrapper .form-cols-border md-input-container .form-border {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
}
.form-wrapper .form-cols-border md-input-container .form-border:before,
.form-wrapper .form-cols-border md-input-container .form-border:after {
  content: " ";
  display: table;
}
.form-wrapper .form-cols-border md-input-container .form-border:after {
  clear: both;
}
.form-wrapper .form-cols-border md-input-container .form-border::after {
  display: block;
  content: "";
  clear: both;
}
@media (max-width:  767px ) {
  .form-wrapper .form-cols-border md-input-container .form-border {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.form-wrapper .form-column {
  width: 100%;
}
body:not(.ab-test) .form-wrapper .form-column {
  margin: 0;
}
.form-wrapper .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width:  767px ) {
  .form-wrapper .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-wrapper [class^='form-col-'] {
  padding: 0 20px;
}
.form-wrapper .form-col-12 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}
.form-wrapper .form-col-6 {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
@media (max-width:  767px ) {
  .form-wrapper .form-col-6 {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
@media (max-width:  767px ) {
  .form-wrapper .form-col-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .form-wrapper .form-col-6 md-input-container:last-child,
  .form-wrapper .form-col-6 .form-row {
    padding-right: 0;
  }
}
.form-wrapper .form-col-6 + .form-col-6 md-input-container:last-child,
.form-wrapper .form-col-6 + .form-col-6 .form-row {
  padding-right: 0;
}
@media (max-width:  767px ) {
  .form-wrapper .form-col-6 + .form-col-6 md-input-container:last-child,
  .form-wrapper .form-col-6 + .form-col-6 .form-row {
    padding-left: 0;
  }
}
.form-wrapper .form-col-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
}
.form-wrapper .form-col-7 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%;
}
.form-wrapper .form-label {
  font-style: italic;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
  line-height: 1.2em;
  text-align: left;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .form-wrapper .form-label {
    margin-right: -50px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .form-wrapper .form-label {
    font-size: 14px;
  }
}
@media (max-width:  767px ) {
  .form-wrapper .form-label-space {
    display: none;
  }
}
.form-error {
  min-height: 1em;
}
.form-error .form-label {
  color: #b33131;
}
.form-error .form-border,
.form-error .form-cols-border .form-border,
.form-error md-select {
  border-color: transparent !important;
  border: 2px solid #b33131 !important;
}
.form-error md-radio-group {
  border: 2px solid #b33131 !important;
}
.form-error input {
  border: 2px solid #b33131 !important;
}
.form-error .form-nest-cols md-input-container:nth-child(2) .form-border,
.form-error .form-nest-rows md-input-container:nth-child(2) .form-border {
  border-left: 0 !important;
  border-right: 2px solid #b33131 !important;
}
@media (max-width:  767px ) {
  .form-error .form-nest-cols md-input-container:nth-child(2) .form-border,
  .form-error .form-nest-rows md-input-container:nth-child(2) .form-border {
    border-left: 2px solid #b33131 !important;
  }
}
.form-error .form-nest-cols md-input-container .form-border,
.form-error .form-nest-rows md-input-container .form-border {
  border: 2px solid #b33131 !important;
  border-right: 0 !important;
}
@media (max-width:  767px ) {
  .form-error .form-nest-cols md-input-container .form-border,
  .form-error .form-nest-rows md-input-container .form-border {
    border-right: 2px solid #b33131 !important;
  }
}
.form-error .form-nest-cols md-input-container input,
.form-error .form-nest-rows md-input-container input {
  border: 0 !important;
}
.form-error md-input-container md-select[disabled] {
  border: 2px solid #b33131 !important;
}
md-checkbox {
  margin-bottom: 0;
  /*&.md-checked .md-icon {
		background: white;
	}*/
}
md-checkbox ~ .error-msg {
  margin-bottom: 10px;
}
md-checkbox .md-container {
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
html:not(:lang(en)) md-checkbox .md-container {
  margin-top: 7px;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  html:not(:lang(en)) md-checkbox .md-container {
    margin-top: 4px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  html:not(:lang(en)) md-checkbox .md-container {
    margin-top: 2px;
  }
}
md-checkbox .md-label {
  text-align: left;
  margin-top: -0.4em;
}
html:not(:lang(en)) md-checkbox .md-label {
  margin-top: 0;
}
@media (min-width:  1024px ) and (max-width:  1440px ), (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  md-checkbox .md-label {
    margin-top: -0.2em;
  }
}
@media (max-width:  767px ) {
  md-radio-group[name=defaultLang] {
    font-size: 0.7em;
  }
}
md-radio-group.form-radio {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
md-radio-group.form-radio .md-container {
  display: none;
  opacity: 0;
}
md-radio-group.form-radio md-radio-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0;
  text-align: center;
  height: 63px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.2em;
  text-transform: uppercase;
}
md-radio-group.form-radio md-radio-button:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 100%;
  visibility: hidden;
  vertical-align: middle;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  md-radio-group.form-radio md-radio-button {
    height: 53px;
    padding: 0 1em;
  }
}
md-radio-group.form-radio md-radio-button.md-checked {
  background-color: #c9ac7d;
  color: white;
}
md-radio-group.form-radio md-radio-button + md-radio-button {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
md-radio-group.form-radio md-radio-button .md-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
  display: none !important;
}
md-input-container.md-input-focused.md-input-invalid .md-input {
  border: 2px solid #b33131;
}
md-input-container.md-default-theme.md-input-invalid .md-input,
md-input-container.md-input-invalid .md-input,
md-input-container.md-input-focused .md-input,
md-input-container .md-input.ng-invalid.ng-dirty,
md-input-container.md-input-resized .md-input {
  border-width: 1px;
}
md-radio-button.md-default-theme.md-checked .md-off,
md-radio-button.md-checked .md-off {
  border: 1px solid #b3b3b3;
}
md-select-menu.md-default-theme md-content md-option:not([disabled]):focus,
md-select-menu md-content md-option:not([disabled]):focus,
md-select-menu.md-default-theme md-content md-option:not([disabled]):hover,
md-select-menu md-content md-option:not([disabled]):hover {
  background-color: #f1eade;
}
md-input-container .md-input-message-animation,
md-input-container .md-char-counter {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
  line-height: 1.2em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  md-input-container .md-input-message-animation,
  md-input-container .md-char-counter {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  md-input-container .md-input-message-animation,
  md-input-container .md-char-counter {
    font-size: 14px;
    line-height: 1.5em;
  }
}
md-input,
input,
md-radio-button,
md-select,
md-option {
  font-weight: 500;
  font-family: 'Lato', Verdana, Arial, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
}
.placeholder-small .md-select-placeholder,
.placeholder-small .md-input-has-placeholder {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .placeholder-small .md-select-placeholder,
  .placeholder-small .md-input-has-placeholder {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .placeholder-small .md-select-placeholder,
  .placeholder-small .md-input-has-placeholder {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.md-input-invalidmd-input-container {
  border-width: 3px;
}
.remark-pwd {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .remark-pwd {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .remark-pwd {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .remark-pwd {
    margin: 20px 0;
  }
}
.remark-pwd ul {
  margin-top: 20px;
}
.remark-pwd .pwd-rule {
  margin: 0;
  padding: 5px 0;
}
.remark-pwd .pwd-rule.active {
  color: #209e4d;
}
.remark-pwd .pwd-rule.inactive {
  color: #b33131;
}
.icon_tick {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
  width: 1.2em;
  height: 1.2em;
  line-height: 0.5em;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .icon_tick {
    width: 0.96em;
    height: 0.96em;
  }
}
.icon_tick .icon {
  display: inline-block;
  background-image: url(../files/icon_green-tick.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  /*width: 100%;
        height: 100%;*/
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .icon_tick {
    width: 1.3em;
    height: 1.3em;
  }
}
.icon_tick .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.active .icon_tick .icon {
  opacity: 1;
  width: 1.3em;
  height: 0.9em;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .active .icon_tick .icon {
    width: 1.2em;
    height: 1.2em;
  }
}
.md-button {
  border: 0;
  border-radius: 0;
}
.custom-select {
  margin-top: 55px;
  position: absolute;
}
.remark-madatory {
  color: #b33131;
  font-style: italic;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .remark-madatory {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .remark-madatory {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.form-control-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
@media (max-width:  767px ) {
  .form-control-buttons {
    position: relative;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 20px;
  }
}
.form-control-buttons .btn-form {
  padding: 0.5em 0.5em;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-control-buttons .button + .button {
  margin: 0;
}
.button {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.btn-form {
  width: 100%;
  margin: 0;
  color: white;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  font-size: 22px;
  line-height: 1.8em;
  height: 80px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.2em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .btn-form {
    font-size: 18px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .btn-form {
    font-size: 18px;
    line-height: 1.5em;
  }
}
html:not(:lang(en)) .btn-form {
  font-weight: 700;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .btn-form {
    height: 65px;
  }
}
.btn-form[disabled=disabled] {
  background-color: #b3b3b3 !important;
  color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
}
.btn-form[disabled=disabled]:hover {
  background-color: #b3b3b3 !important;
}
.btn-gray {
  background: #b3b3b3;
}
.device-desktop .btn-gray {
  position: relative;
}
.device-desktop .btn-gray:after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0;
}
.device-desktop .btn-gray:hover:after {
  opacity: 0.1;
}
.btn-back,
.btn-cancel,
.btn-reset {
  background-color: #453315;
}
.btn-back.md-button.md-default-theme:not([disabled]).md-focused,
.btn-cancel.md-button.md-default-theme:not([disabled]).md-focused,
.btn-reset.md-button.md-default-theme:not([disabled]).md-focused,
.btn-back.md-button:not([disabled]).md-focused,
.btn-cancel.md-button:not([disabled]).md-focused,
.btn-reset.md-button:not([disabled]).md-focused,
.btn-back.md-button.md-default-theme:not([disabled]):hover,
.btn-cancel.md-button.md-default-theme:not([disabled]):hover,
.btn-reset.md-button.md-default-theme:not([disabled]):hover,
.btn-back.md-button:not([disabled]):hover,
.btn-cancel.md-button:not([disabled]):hover,
.btn-reset.md-button:not([disabled]):hover {
  background-color: #453315;
}
.btn-back:hover,
.btn-cancel:hover,
.btn-reset:hover,
.btn-back:active,
.btn-cancel:active,
.btn-reset:active {
  background-color: #31250f !important;
}
.btn-confirm,
.btn-next {
  background-color: #c9ac7d;
}
.btn-confirm.md-button.md-default-theme:not([disabled]).md-focused,
.btn-next.md-button.md-default-theme:not([disabled]).md-focused,
.btn-confirm.md-button:not([disabled]).md-focused,
.btn-next.md-button:not([disabled]).md-focused {
  background-color: #c9ac7d;
}
.btn-confirm.md-button.md-default-theme:not([disabled]):hover,
.btn-next.md-button.md-default-theme:not([disabled]):hover,
.btn-confirm.md-button:not([disabled]):hover,
.btn-next.md-button:not([disabled]):hover {
  background-color: #c2a06b !important;
}
.btn-confirm:hover,
.btn-next:hover,
.btn-confirm:active,
.btn-next:active {
  background-color: #c2a06b !important;
}
.btn-confirm.bg-dark:not([disabled]),
.btn-next.bg-dark:not([disabled]) {
  background: #453315;
}
.btn-confirm.bg-dark:not([disabled]):hover,
.btn-next.bg-dark:not([disabled]):hover,
.btn-confirm.bg-dark:not([disabled]):active,
.btn-next.bg-dark:not([disabled]):active {
  background-color: #31250f !important;
}
/* END　form */
.error-msg {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
  line-height: 1.4em;
  color: #b33131;
  padding: 5px 0 0;
  min-height: 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .error-msg {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .error-msg {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.error-msg.ng-hide {
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  opacity: 0;
}
.error-msg.black {
  color: black;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .error-msg {
    padding: 0;
  }
}
.error-msg strong {
  font-weight: 700;
}
.error-msg.remove-space {
  min-height: 0;
}
.error-msg .msg {
  opacity: 0;
  -webkit-transform: translate(0, -150%);
  -ms-transform: translate(0, -150%);
  transform: translate(0, -150%);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  line-height: 24px;
}
.error-msg.error-animate .msg {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.error-msg .msg-line + .msg-line {
  margin: 10px 0;
}
.form-text-block {
  padding: 0 0 10px 0;
}
@media (min-width:  768px ) and (max-width:  1023px ) {
  .form-text-block:not(.form-announce) {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.form-text-block + .form-text-block {
  padding-top: 10px;
}
.form-text-block.text-brand .text-bold {
  font-weight: 700;
}
.form-remind {
  margin: 20px 0 10px;
}
.form-error-valid {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
  color: #b33131;
  margin-top: 20px;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .form-error-valid {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .form-error-valid {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .form-error-valid {
    margin-bottom: 40px;
  }
}
.form-error-valid.form-invalid {
  opacity: 1;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-fix {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.module-fix .module-side {
  padding: 0 !important;
  height: 100vh !important;
  min-height: auto !important;
  z-index: 2;
  width: 35%;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-fix .module-side {
    width: 100%;
  }
}
.module-fix .module-main {
  background: url(../files/bg_form.png) right top no-repeat white;
  z-index: 1;
}
@media (max-width: 1200px) {
  .module-fix .module-main .content-block {
    padding-left: 60px;
  }
}
.form-code {
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  height: 185px;
  padding: 50px 0;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .form-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 400px;
    width: 400px;
    font-size: 32px;
    height: 3.5em;
    padding: 0.8em 0;
    line-height: 1em;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.form-code input {
  font-size: 72px;
  line-height: 1.8em;
  line-height: 1em;
  text-align: center;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 120px;
  float: left;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .form-code input {
    font-size: 50px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .form-code input {
    font-size: 35px;
    line-height: 1.5em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .form-code input {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: auto;
  }
}
.form-code input.last {
  border-right: 0;
}
.form-code.form-error input {
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.form-code.form-error input.last {
  border-right: 0 !important;
}
.form-code .button-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.form-code .btn-resend-code {
  padding: 0.5em 1em;
  background: #c9ac7d;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 18px;
  height: 60px;
  width: 240px;
  padding: 0;
}
.device-desktop .form-code .btn-resend-code {
  position: relative;
}
.device-desktop .form-code .btn-resend-code:after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0;
}
.device-desktop .form-code .btn-resend-code:hover:after {
  opacity: 0.1;
}
@media (min-width:  768px ) and (max-width:  1023px ) {
  .form-code .btn-resend-code {
    height: 40px;
    width: 200px;
  }
}
@media (max-width:  767px ) {
  .form-code .btn-resend-code {
    height: 40px;
    width: 185px;
  }
}
.form-code .btn-resend-code[disabled=disabled] {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.7);
}
.form-code .btn-resend-code[disabled=disabled].pending {
  color: rgba(255, 255, 255, 0.7);
}
.form-code .btn-resend-code.pending {
  padding: 0.5em 1em;
  background: #b3b3b3;
  color: white;
  text-transform: uppercase;
  padding: 0;
}
.device-desktop .form-code .btn-resend-code.pending {
  position: relative;
}
.device-desktop .form-code .btn-resend-code.pending:after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0;
}
.device-desktop .form-code .btn-resend-code.pending:hover:after {
  opacity: 0.1;
}
.form-code .btn-resend-code.limit {
  padding: 0.5em 1em;
  background: white;
  color: black;
  text-transform: uppercase;
  border: 1px solid #b3b3b3;
}
.device-desktop .form-code .btn-resend-code.limit {
  position: relative;
}
.device-desktop .form-code .btn-resend-code.limit:after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0;
}
.device-desktop .form-code .btn-resend-code.limit:hover:after {
  opacity: 0.1;
}
.countdown-wrapper {
  padding: 60px 0;
  position: relative;
  display: inline-block;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .countdown-wrapper {
    width: 100%;
    padding: 0;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .countdown-wrapper .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .countdown-wrapper .form-label {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 0 10px;
    white-space: normal;
    -ms-flex: 1;
        flex: 1;
  }
}
html:not(:lang(en)) .countdown-wrapper .form-label {
  line-height: 1.5em;
}
.code-countdown {
  position: absolute;
  border-radius: 50%;
  background-color: #000000;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 175px;
  height: 175px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  top: 0;
  right: 0;
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .code-countdown {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-bottom: 10px;
    width: 130px;
    height: 130px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .code-countdown:after {
    display: inline-block;
    content: '';
    border-width: 25px 15px 0 15px;
    border-color: black transparent;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: -10px;
  }
}
.code-countdown .countdown-content {
  display: inline-block;
  text-align: center;
  position: relative;
}
.code-countdown .countdown-content:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-width: 100px 55px 0 55px;
  border-color: #000000 transparent;
  -webkit-transform: translate(-70%, -50%) rotate(50deg);
      -ms-transform: translate(-70%, -50%) rotate(50deg);
          transform: translate(-70%, -50%) rotate(50deg);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  z-index: 0;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .code-countdown .countdown-content:after {
    border-width: 15px 10px 0 10px;
  }
}
.code-countdown .text {
  display: block;
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .code-countdown .text {
    font-size: 14px;
  }
}
.code-countdown .timer {
  color: #c9ac7d;
  position: relative;
  z-index: 1;
  font-size: 54px;
  font-weight: 700;
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  line-height: 1;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .code-countdown .timer {
    font-size: 44px;
  }
}
.countdown-finish.code-countdown .timer {
  color: #9f4d4d;
}
.code-countdown .timer-counting {
  color: #c9ac7d;
}
.code-countdown .timer-expired {
  color: #9f4d4d;
}
.btn-contact {
  padding: 0.5em 1em;
  background: #b3b3b3;
  color: white;
  text-transform: uppercase;
}
.device-desktop .btn-contact {
  position: relative;
}
.device-desktop .btn-contact:after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0;
}
.device-desktop .btn-contact:hover:after {
  opacity: 0.1;
}
.form-wrapper .btn-contact {
  display: inline-block;
  margin-top: 5px;
}
.form-tnc .tnc-title {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
  margin-bottom: 20px;
  font-weight: 400;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .form-tnc .tnc-title {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .form-tnc .tnc-title {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.form-tnc .tnc-agreement {
  font-weight: 500;
  text-align: left;
}
.form-tnc .tnc-agreement {
  margin-bottom: 10px;
}
/* Step */
.step-wrapper {
  position: relative;
}
.step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  height: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  /* Active */
  /* END Active*/
  /* Finish */
  /* END Finish */
}
.body-short .step-list {
  width: 75%;
  min-height: 400px;
  margin: 0 0 0 auto;
}
html:not(:lang(en)) .body-short .step-list {
  width: 100%;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .step-list {
    height: auto;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .step-list .step {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.step-list .step + .step {
  margin-top: 40px;
}
.body-short.ab-test .step-list .step + .step,
.body-short .step-list .step + .step {
  margin-top: 15px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .step-list .step + .step {
    margin-top: 0;
  }
}
.step-list .step .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-list .step .text-wrapper .text {
  font-size: 24px;
  line-height: 1.8em;
  text-transform: uppercase;
  line-height: 1.2em !important;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .step-list .step .text-wrapper .text {
    font-size: 20px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .step-list .step .text-wrapper .text {
    font-size: 20px;
    line-height: 1.5em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .step-list .step .text-wrapper .text {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.step-list .step .text-wrapper .sub-line {
  line-height: 0.7em;
}
.step-list .step .text-wrapper .sub-line small {
  font-size: 0.7em;
  font-weight: 300;
  line-height: 1.2em;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .step-list .step .text-wrapper .sub-line small {
    font-weight: 500;
  }
}
.step-list .step .text-wrapper ~ .icon-check {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.step-list .step[data-step-active=true][data-step-status=finish] .icon-check .icon {
  display: none;
}
.step-list .step[data-step-active=true][data-step-status=finish] .icon-check .text {
  display: block;
}
.step-list .step[data-step-active=true] .icon-check {
  width: 156px;
  height: 156px;
  line-height: 0.5em;
  -webkit-transform: translate(39px, 0);
  -ms-transform: translate(39px, 0);
  transform: translate(39px, 0);
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.8);
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .step-list .step[data-step-active=true] .icon-check {
    width: 124.8px;
    height: 124.8px;
  }
}
.step-list .step[data-step-active=true] .icon-check .icon {
  display: inline-block;
  background-image: url(../files/icon_green-tick.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  /*width: 100%;
        height: 100%;*/
}
.step-list .step[data-step-active=true] .icon-check .icon {
  display: none;
}
.step-list .step[data-step-active=true] .icon-check .text {
  display: block;
  font-size: 110px;
  line-height: 156px;
}
.step-list .step[data-step-active=true] .text-wrapper .text {
  -webkit-transform: translate(39px, 0);
  -ms-transform: translate(39px, 0);
  transform: translate(39px, 0);
  font-weight: 500;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .step-list .step[data-step-active=true] .text-wrapper .text {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.step-list .step[data-step-status=finish] .icon-check {
  padding: 16px;
}
.step-list .step[data-step-status=finish] .icon-check .icon {
  display: block;
}
.step-list .step[data-step-status=finish] .icon-check .text {
  display: none;
}
.step-list li {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-list li + li:before {
  display: inline-block;
  content: '';
  position: absolute;
  right: 39px;
  top: -40px;
  bottom: 0;
  z-index: 0;
  background-color: white;
  width: 1px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .step-list li + li:before {
    display: none;
  }
}
.step-list li > .text {
  display: inline-block;
  text-transform: uppercase;
}
.step-list .icon-check {
  width: 78px;
  height: 78px;
  line-height: 0.5em;
  margin-left: 10px;
  z-index: 1;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .step-list .icon-check {
    width: 62.4px;
    height: 62.4px;
  }
}
.step-list .icon-check .icon {
  display: inline-block;
  background-image: url(../files/icon_green-tick.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  /*width: 100%;
        height: 100%;*/
}
.step-list .icon-check .icon {
  display: none;
}
.step-list .icon-check .text {
  display: block;
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  font-size: 50px;
  line-height: 78px;
  font-weight: bold;
  color: #c9ac7d;
  text-align: center;
}
.index {
  position: relative;
  padding: 0 1em;
}
.index .no-top {
  margin-left: -11px;
  -webkit-transform: translate(-50%, -3px);
  -ms-transform: translate(-50%, -3px);
  transform: translate(-50%, -3px);
  position: absolute;
  left: 50%;
}
.index .no-bottom {
  margin-right: -20px;
  -webkit-transform: translate(-50%, 8px);
  -ms-transform: translate(-50%, 8px);
  transform: translate(-50%, 8px);
  position: absolute;
  right: 50%;
}
.step-side-title {
  font-size: 42px;
  line-height: 1.8em;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 0 40px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .step-side-title {
    font-size: 38px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .step-side-title {
    font-size: 32px;
    line-height: 1.5em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .step-side-title {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
  }
}
.body-short .step-side-title {
  width: 70%;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .step-side-title {
    width: 70%;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .step-side-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.step-side-title .title {
  line-height: 1.5;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .step-side-title .title {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
  }
}
.form-announce {
  text-align: center;
  font-weight: 500;
  color: #209e4d;
  background: #cfb68c;
  background: -webkit-gradient(left top, right top, color-stop(0%, #cfb68c), color-stop(30%, #e9decb), color-stop(70%, #e9decb), color-stop(100%, #cfb68c));
  background: -o-linear-gradient(left, #cfb68c 0%, #e9decb 30%, #e9decb 70%, #cfb68c 100%);
  background: -webkit-gradient(linear, left top, right top, from(#cfb68c), color-stop(30%, #e9decb), color-stop(70%, #e9decb), to(#cfb68c));
  background: linear-gradient(to right, #cfb68c 0%, #e9decb 30%, #e9decb 70%, #cfb68c 100%);
  padding: 10px 20px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .form-announce {
    background: #e9dfcc;
    background: -o-radial-gradient(center, ellipse cover, #e9dfcc 0%, #ceb78d 100%);
    background: -o-radial-gradient(center, ellipse, #e9dfcc 0%, #ceb78d 100%);
    background: radial-gradient(ellipse at center, #e9dfcc 0%, #ceb78d 100%);
    padding: 10px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
/* Point */
#point-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}
@media (min-width:  768px ) and (max-width:  1023px ) {
  #point-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width:  767px ) {
  #point-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#point-wrapper #block_mall {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background: #f4f4f4;
}
#point-wrapper #block_mall .title {
  background: #f4f4f4;
}
#point-wrapper #block_mall .point-visual {
  border-color: #e7e7e7;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper #block_mall .point-box {
    /*.translate(0,-50%);
				top: 50%;
				position: absolute;*/
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ) and screen and (-ms-high-contrast: active), (max-width:  767px ) and screen and (-ms-high-contrast: active), (min-width:  768px ) and (max-width:  1023px ) and (-ms-high-contrast: none), (max-width:  767px ) and (-ms-high-contrast: none) {
  #point-wrapper #block_mall .point-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#point-wrapper #block_mall:after {
  display: block;
  content: '';
  color: #f1eade;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: url(../files/icon_double_arrow_right.png) center center no-repeat;
  background-size: contain;
  width: 40%;
  padding-bottom: 20%;
  z-index: 1;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper #block_mall:after {
    width: 30%;
  }
}
#point-wrapper #block_thePoint {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 auto;
          flex: 2 0 auto;
  color: #f1eade;
  background: #c9ac7d;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper #block_thePoint {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
#point-wrapper #block_thePoint .title {
  background: #c9ac7d;
}
#point-wrapper #block_thePoint .point-visual {
  border-color: #f1eade;
  color: white;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper #block_thePoint .point-visual-row {
    margin: -30px 0;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper #block_thePoint .point-box {
    margin: 30px 0;
  }
}
#point-wrapper .point-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 60px 20px;
  position: relative;
  margin: 60px 0;
  width: 50%;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper .point-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#point-wrapper .title,
#point-wrapper .point-rate,
#point-wrapper .point-visual {
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  font-weight: 700;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper .title,
  #point-wrapper .point-rate,
  #point-wrapper .point-visual {
    font-size: 14px;
  }
}
#point-wrapper .title-block {
  padding: 0 20px;
  min-width: 40%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  width: 100%;
}
#point-wrapper .title-block .title {
  border: 1px solid white;
  padding: 0.2em 2em;
  display: inline-block;
  line-height: 1.2em;
  /*@media @tablet, @mobile {
	    		line-height: 1.2em;
	    	}*/
}
#point-wrapper .point-rate {
  font-size: 24px;
  line-height: 1.8em;
  padding: 10px;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #point-wrapper .point-rate {
    font-size: 20px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper .point-rate {
    font-size: 20px;
    line-height: 1.5em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper .point-rate {
    font-size: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ) and screen and (-ms-high-contrast: active), (max-width:  767px ) and screen and (-ms-high-contrast: active), (min-width:  768px ) and (max-width:  1023px ) and (-ms-high-contrast: none), (max-width:  767px ) and (-ms-high-contrast: none) {
  #point-wrapper .point-rate {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
#point-wrapper .point-visual-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper .point-visual-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ) and screen and (-ms-high-contrast: active), (max-width:  767px ) and screen and (-ms-high-contrast: active), (min-width:  768px ) and (max-width:  1023px ) and (-ms-high-contrast: none), (max-width:  767px ) and (-ms-high-contrast: none) {
  #point-wrapper .point-visual-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    height: 100%;
  }
}
#point-wrapper .point-visual-row .point-visual {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#point-wrapper .point-visual {
  position: relative;
  border-radius: 50%;
  border: 15px solid;
  max-width: 250px;
  max-height: 250px;
  width: 100%;
  height: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 10px 0;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #point-wrapper .point-visual {
    width: 20vw;
    height: 20vw;
    border-width: 10px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper .point-visual {
    width: 35vw;
    height: 35vw;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0;
  }
}
@media (max-width:  767px ) {
  #point-wrapper .point-visual {
    border-width: 8px;
  }
}
#point-wrapper .point-visual.gift:before {
  display: block;
  content: '';
  background: url(../files/icon_ribbon.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  padding-bottom: 40%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width:  767px ) {
  #point-wrapper .point-visual.gift:before {
    padding-bottom: 35%;
  }
}
#point-wrapper .point-visual .name {
  text-transform: uppercase;
  line-height: 1em;
  text-align: center;
  display: block;
  padding: 0 20px;
}
#point-wrapper .point-visual .point {
  font-size: 3.4em;
  line-height: 1.2em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #point-wrapper .point-visual .point {
    font-size: 3em;
  }
}
#point-wrapper .point-visual .point.point-mid {
  font-size: 3em;
}
@media (min-width:  1024px ) and (max-width:  1440px ), (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper .point-visual .point.point-mid {
    font-size: 2.5em;
  }
}
#point-wrapper .point-visual .point.point-long {
  font-size: 2.5em;
}
@media (min-width:  1024px ) and (max-width:  1440px ), (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper .point-visual .point.point-long {
    font-size: 2em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper .point-visual .point {
    font-size: 40px;
  }
}
#point-wrapper .point-visual .unit {
  line-height: 1em;
}
#point-wrapper .point-expire {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #point-wrapper .point-expire {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper .point-expire {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper .point-expire {
    margin-top: 5px;
  }
}
#point-wrapper .point-box {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#point-wrapper .point-box + .point-box {
  margin-left: 30px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper .point-box + .point-box {
    margin-left: 0;
  }
}
#point-wrapper .point-box + .point-box:after {
  display: block;
  content: '+';
  color: #f1eade;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-120%, -50%);
  -ms-transform: translate(-120%, -50%);
  transform: translate(-120%, -50%);
  /*background: url(../files/icon_double_arrow_right.png) center center no-repeat;
				background-size: contain;
				width: 40%;
				padding-bottom: 20%;*/
  z-index: 1;
  font-size: 42px;
  line-height: 1.8em;
  font-weight: 900;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #point-wrapper .point-box + .point-box:after {
    font-size: 38px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper .point-box + .point-box:after {
    font-size: 32px;
    line-height: 1.5em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #point-wrapper .point-box + .point-box:after {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -130%);
    -ms-transform: translate(-50%, -130%);
    transform: translate(-50%, -130%);
  }
}
#form-code .resend-wrapper .btn-form {
  font-size: 16px;
  line-height: 1.8em;
  width: auto;
  height: auto;
  padding: 0.5em 1em;
  margin-top: 0.5em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #form-code .resend-wrapper .btn-form {
    font-size: 16px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #form-code .resend-wrapper .btn-form {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ) {
  #form-code .resend-wrapper .btn-form {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
}
@media (min-width:  768px ) and (max-width:  1023px ) {
  #form-code {
    text-align: center;
    max-width: 600px;
    margin: auto;
    padding-bottom: 120px;
  }
  #form-code .countdown-wrapper {
    width: auto;
  }
  #form-code .form-control-buttons {
    position: absolute;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ) {
  #form-code .page-title .text-wrapper,
  #form-result .page-title .text-wrapper,
  .form-result .page-title .text-wrapper {
    margin-left: -10px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #form-code .page-title .text-wrapper,
  #form-result .page-title .text-wrapper,
  .form-result .page-title .text-wrapper {
    left: auto;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
#form-result,
.form-result {
  text-align: center;
  padding-bottom: 0;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #form-result,
  .form-result {
    padding-bottom: 30px;
  }
}
#form-result .page-header,
.form-result .page-header {
  text-align: center;
}
#form-result .page-title,
.form-result .page-title {
  font-size: 72px;
  line-height: 1.8em;
  line-height: 1em;
  font-weight: 300;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #form-result .page-title,
  .form-result .page-title {
    font-size: 50px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #form-result .page-title,
  .form-result .page-title {
    font-size: 35px;
    line-height: 1.5em;
  }
}
html:not(:lang(en)) #form-result .page-title,
html:not(:lang(en)) .form-result .page-title {
  font-weight: 300;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #form-result .page-title,
  .form-result .page-title {
    line-height: 1em;
    margin-bottom: 20px;
    padding-left: 0;
  }
}
#form-result .text-block,
.form-result .text-block {
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
}
#form-result .buttons,
.form-result .buttons {
  margin-top: 20px;
}
#form-result .point-expiry,
.form-result .point-expiry {
  margin: 40px 0;
  font-family: 'Lato', Verdana, Arial, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  color: #c9ac7d;
  font-weight: 500;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #form-result .point-expiry,
  .form-result .point-expiry {
    margin: 10px 0;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #form-result .buttons-grid-row .btn-long,
  .form-result .buttons-grid-row .btn-long {
    padding: 1em;
  }
  #form-result .buttons-grid-row .btn-short,
  .form-result .buttons-grid-row .btn-short {
    height: auto;
    margin-top: 10px;
    min-height: auto;
  }
}
.reg-end {
  background: url(../files/bg_full.jpg) right center no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
}
@media (max-width:  767px ) {
  .reg-end {
    background: url(../files/bg_full_mb.jpg) center center no-repeat !important;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .reg-end #form-result .buttons-grid-row .btn,
  .reg-end .form-result .buttons-grid-row .btn {
    width: 30%;
    min-width: 250px;
  }
}
.point-circle {
  width: 400px;
  height: 400px;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  font-weight: 700;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .point-circle {
    position: relative;
    width: 100%;
    background: transparent;
    min-height: 350px;
  }
}
.point-circle.gift-welcome {
  margin-bottom: 60px;
}
.point-circle.gift-welcome:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../files/bg_dot.png) center center no-repeat;
  background-size: contain;
  width: 778px;
  height: 0;
  padding-bottom: 778px;
  z-index: -1;
}
@media (max-width:  767px ) {
  .point-circle.gift-welcome:after {
    width: 600px;
    padding-bottom: 0;
    height: 600px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .point-circle.gift-welcome {
    height: 100%;
    width: 100%;
    min-height: 350px;
    position: relative;
    background: none;
    margin-bottom: 0;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .point-circle.gift-welcome .visual-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    max-height: 350px;
    max-width: 350px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
}
.point-circle.gift-welcome .visual-inner:after {
  display: none;
}
.point-circle.gift-welcome .gift-visual:after {
  display: none;
}
.point-circle.gift-welcome ~ .text-block .size-heading {
  line-height: 1em;
}
.point-circle .title {
  text-transform: uppercase;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .point-circle .visual-inner {
    font-size: 18px;
  }
  .point-circle .visual-inner:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 80vw;
    height: 80vw;
    background: white;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    max-width: 350px;
    max-height: 350px;
  }
}
.point-circle .gift-visual {
  margin: 0;
  position: relative;
}
.point-circle .gift-visual:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('../files/bg_dot.png') center center no-repeat;
  background-size: contain;
  width: 230%;
  height: 0;
  padding-bottom: 230%;
  z-index: 0;
}
@media (max-width:  767px ) {
  .point-circle .gift-visual:after {
    width: 190%;
    padding-bottom: 190%;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .point-circle .gift-visual {
    width: 80%;
    margin: 0 auto 10px auto;
  }
}
@media (max-width:  767px ) {
  .point-circle .gift-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.point-circle .gift-visual img {
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  display: block;
}
.point-circle .gift-visual .text {
  display: block;
  line-height: 1.2em;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .point-circle .gift-visual .text {
    line-height: 1em;
    white-space: nowrap;
    margin-top: 5px;
  }
}
.point-circle .gift-info {
  position: relative;
  line-height: 1.2em;
  font-family: 'Lato', Verdana, Arial, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  font-weight: normal;
}
html:not(:lang(en)) .point-circle .gift-info {
  line-height: 1.5em;
}
.point-circle .gift-info .deco-line {
  width: 1px;
  height: 220%;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 10px;
  border-right: 1px solid black;
}
html:not(:lang(en)) .point-circle .gift-info .deco-line {
  height: 150%;
}
.point-circle .point {
  font-size: 100px;
  line-height: 1em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .point-circle .point {
    font-size: 100px;
    line-height: 1em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .point-circle .point {
    font-size: 80px;
    line-height: 1em;
  }
}
.point-circle .point.length_long {
  font-size: 60px;
}
@media (max-width:  767px ) {
  .point-circle .point.length_long {
    font-size: 50px;
  }
}
.point-circle .point.length_mid {
  font-size: 80px;
}
@media (max-width:  767px ) {
  .point-circle .point.length_mid {
    font-size: 70px;
  }
}
.point-circle .point-expiry {
  color: #c9ac7d;
  padding: 20px 0;
  text-align: center;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #form-complete .page-title {
    padding-left: 0;
  }
}
#form-complete .page-title .text-wrapper {
  position: relative;
  display: inline;
  margin-right: 10px;
}
@media (max-width:  767px ) {
  #form-complete .page-title .text-wrapper {
    font-size: 32px;
  }
}
@media (max-width:  767px ) and (max-width:  767px ) {
  #form-complete .page-title .text-wrapper {
    font-size: 18px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ) {
  form[name=regFormPoint] .form-gp {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
#form-mall .form-error md-radio-group {
  border: 0 !important;
}
#form-mall md-radio-button .md-on {
  background: #c9ac7d;
}
#form-mall md-radio-button.md-default-theme .md-off,
#form-mall md-radio-button .md-off {
  border-color: #c9ac7d;
  border-width: 1px;
}
#form-mall md-radio-button.md-checked .md-on {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
#member-data-wrapper {
  background: #c9ac7d;
  color: white;
  max-width: 400px;
  width: 100%;
  padding: 40px;
  -webkit-transform: translate(40px, 0);
  -ms-transform: translate(40px, 0);
  transform: translate(40px, 0);
  position: relative;
  text-align: center;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #member-data-wrapper {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #member-data-wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 20px;
    margin-top: 30px;
  }
}
#member-data-wrapper:after {
  display: block;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.35);
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  pointer-events: none;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #member-data-wrapper:after {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
}
#member-data-wrapper > .title {
  font-size: 24px;
  line-height: 1.8em;
  font-weight: 300;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #member-data-wrapper > .title {
    font-size: 20px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #member-data-wrapper > .title {
    font-size: 20px;
    line-height: 1.5em;
  }
}
html:not(:lang(en)) #member-data-wrapper > .title {
  font-weight: 300;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #member-data-wrapper > .title {
    font-size: 20px;
  }
}
#member-data-wrapper .member-data-group {
  padding-top: 30px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #member-data-wrapper .member-data-group {
    padding-top: 20px;
  }
}
#member-data-wrapper .member-data-group .title {
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
  font-style: italic;
  line-height: 1.2em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  #member-data-wrapper .member-data-group .title {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  #member-data-wrapper .member-data-group .title {
    font-size: 14px;
    line-height: 1.5em;
  }
}
#member-data-wrapper .member-name {
  text-transform: capitalize;
}
#merge-mall-account #block_thePoint {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#merge-mall-account #point-wrapper #block_mall:after {
  background: url(../files/icon_long_double_arrow_right.png) center center no-repeat;
  background-size: contain;
}
.input-chinese input {
  font-family: 'Lato', Verdana, Arial, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
}
.tnc-wrapper {
  height: 400px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  /*table.border {
	    border-collapse: separate;
	    border-spacing: 1px;
	    background: @form_borderColor;
	    margin: 10px 0;

		th,
	    td {
	    	background: white;
    	    padding: 5px;
    	    width: 20%;
	    }

	    td:first-child {
	    	width: 60%;
	    }
	}*/
}
.tnc-wrapper.form-error {
  border: 2px solid #b33131;
}
.tnc-wrapper .tnc-scroll-content {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  padding: 10px;
  -webkit-overflow-scrolling: touch;
}
.tnc-wrapper .tnc-scroll-content::-webkit-scrollbar {
  -webkit-appearance: none;
}
.tnc-wrapper .tnc-scroll-content::-webkit-scrollbar:vertical {
  width: 5px;
}
.tnc-wrapper .tnc-scroll-content::-webkit-scrollbar:horizontal {
  height: 5px;
}
.tnc-wrapper .tnc-scroll-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: black;
}
.tnc-wrapper .tnc-scroll-content::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 0;
}
.tnc-wrapper .tnc-scroll-content .btn-scrollto {
  pointer-events: none;
  color: black;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tnc-wrapper .tnc-content {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .tnc-wrapper .tnc-content {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .tnc-wrapper .tnc-content {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.tnc-wrapper .content-group {
  margin: 20px 0;
}
.tnc-wrapper .content-head {
  font-weight: 700;
}
.tnc-wrapper .content-subtitle {
  text-decoration: underline;
}
.tnc-wrapper ol {
  list-style: decimal;
  margin-left: 1.75em;
}
.tnc-wrapper ol li {
  padding-left: 5px;
  margin-bottom: 5px;
}
.tnc-wrapper ul {
  list-style: disc;
  margin-left: 1.75em;
}
.tnc-wrapper ul li {
  margin-bottom: 5px;
}
.tnc-wrapper .contact-list ul {
  list-style: none;
  margin-left: 0;
}
.tnc-wrapper #tnc-checker {
  background: black;
  height: 1px;
  width: 100%;
}
.tnc-wrapper table.border th,
.tnc-wrapper table.border td {
  padding: 10px;
}
.tnc-wrapper .list-col li {
  margin-left: 20px;
  padding: 0;
}
.disableMask {
  display: none;
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -10%;
  top: -10%;
  z-index: 1;
}
.remove-error-spacer .md-errors-spacer {
  min-height: 0;
}
.remove-error-spacer md-input-container {
  margin-bottom: 5px;
}
.remove-error-spacer .error-msg {
  display: none;
}
.remove-error-spacer.form-col-6 {
  padding-left: 20px;
}
@media (max-width:  767px ) {
  .remove-error-spacer.form-col-6 {
    padding-left: 0;
  }
}
/* TEMP */
#debug {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 400px;
  width: 100%;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-weight: 500;
  padding: 20px;
  z-index: 500;
  max-height: 700px;
  overflow-y: auto;
  pointer-events: none;
}
html:lang(en) .form-label.height-2-desktop {
  height: 2.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  html:lang(en) .form-label.height-2-desktop {
    height: auto;
    display: block;
  }
}
table.point-list {
  max-width: 360px;
  width: 100%;
  margin: 0 auto 40px auto;
  font-family: 'Roboto Condensed', Verdana, 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '华文黑体', 'SimHei', '黑体', sans-serif;
  vertical-align: middle;
}
table.point-list th,
table.point-list td {
  white-space: nowrap;
  padding: 0 10px;
}
table.point-list th:first-child,
table.point-list td:first-child {
  text-align: left;
  width: 70%;
}
table.point-list th:last-child,
table.point-list td:last-child {
  text-align: right;
}
table.point-list th {
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
}
table.point-list strong {
  font-weight: 700;
}
table.point-list td {
  border-bottom: 1px solid #b3b3b3;
  color: #666666;
  font-weight: 500;
}
table.point-list .col-date {
  font-style: italic;
  font-size: 0.8em;
}
#form-login .captcha-row,
#form-login-mb .captcha-row {
  padding: 0 20px;
}
.captcha-wrapper {
  margin-top: 9px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*& ~ .error-msg {
		margin-top: 5px;
	}*/
}
@media (max-width:  767px ) {
  .captcha-wrapper {
    margin-top: 3px;
  }
}
.captcha-wrapper .btn-refresh-captcha {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.captcha-wrapper .captcha-content {
  line-height: 1em;
  font-size: 0;
  width: calc(50% - 10px);
  height: 65px;
  position: relative;
  background: #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  width: 200px;
  margin-right: 10px;
}
.captcha-wrapper .captcha-content img {
  width: calc(100% - 15%);
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .captcha-wrapper .captcha-content {
    height: 55px;
  }
}
.captcha-wrapper .captcha-content:after {
  display: block;
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  border-width: 10px 0 10px 10px;
  border-color: transparent #b3b3b3;
  border-style: solid;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.captcha-wrapper .btn-refresh-captcha img {
  cursor: pointer;
  display: inline-block;
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 100%;
  max-height: 35px;
}
.captcha-wrapper .btn-refresh-captcha img:hover {
  opacity: 1;
}
.captcha-wrapper .input-captcha {
  padding: 10px 20px !important;
  line-height: 1.2em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 65px;
  border-color: rgba(0, 0, 0, 0.2);
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .captcha-wrapper .input-captcha {
    padding: 15px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .captcha-wrapper .input-captcha {
    height: 55px;
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#member-table {
  width: 100%;
  margin-top: 20px;
}
#member-table th {
  font-weight: normal;
  vertical-align: bottom;
}
#member-table th .form-label {
  margin-bottom: 0;
}
@media (max-width:  767px ) {
  #member-table th .form-label {
    margin-bottom: 8px;
  }
}
#member-table th,
#member-table td {
  width: 50%;
}
#member-table th:first-child,
#member-table td:first-child {
  padding-right: 20px;
}
#member-table th:last-child,
#member-table td:last-child {
  padding-left: 20px;
}
@media (max-width:  767px ) {
  #member-table th,
  #member-table td {
    width: 100%;
  }
}
@media (max-width:  767px ) {
  #member-table tr td,
  #member-table tr th {
    display: block;
    width: 100%;
  }
}
@media (max-width:  767px ) {
  #member-table tr td:last-child,
  #member-table tr th:last-child,
  #member-table tr td:first-child,
  #member-table tr th:first-child {
    padding: 0;
  }
}
@media (max-width:  767px ) {
  #member-table md-input-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* Fix dropdown position */
.md-select-menu-container {
  -webkit-transition: opacity 0.3s ease 0.15s;
  -o-transition: opacity 0.3s ease 0.15s;
  transition: opacity 0.3s ease 0.15s;
  z-index: 499;
}
.md-select-menu-container.md-leave {
  opacity: 0;
}
.md-select-menu-container.md-active {
  opacity: 1;
}
.button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:  767px ) {
  .button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width:  767px ) {
  .button-row .button {
    margin-top: 5px;
  }
}
.button-row .button .btn {
  margin: 0;
}
.form-color-default {
  color: black;
}
.inner-lang {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}
@media (max-width:  767px ) {
  .inner-lang {
    right: 5px;
  }
}
.inner-lang .btn-lang {
  padding: 0 10px;
}
.inner-lang .btn-lang + .btn-lang {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.text-remarks {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .text-remarks {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .text-remarks {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.form-field-prevent {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  z-index: 111;
  cursor: pointer;
}
.popup-field {
  color: black;
}
.popup-field .popup-content-wrapper .popup-content {
  background-color: white;
  padding: 30px;
}
.popup-field .btn-popup-close {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.popup-field .button-row {
  position: relative;
  padding: 0;
}
.popup-field .popup-title {
  font-size: 24px;
  line-height: 1.8em;
}
@media (min-width:  1024px ) and (max-width:  1440px ) {
  .popup-field .popup-title {
    font-size: 20px;
    line-height: 1.8em;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .popup-field .popup-title {
    font-size: 20px;
    line-height: 1.5em;
  }
}
.popup-field .btn-arrow-back {
  background: url('../files/icon_arrow_right.png') center center no-repeat;
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  background-size: contain;
  width: 18px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
}
.popup-field .icon-sub {
  background: url('../files/icon_arrow_bold_right.png') center center no-repeat;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
}
.popup-field .icon-sub.down {
  -webkit-transform: translate(0, -50%) rotate(90deg);
      -ms-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.popup-field .current-location {
  padding: 15px;
  font-weight: bold;
  text-align: left;
}
.popup-field .district-list {
  overflow: auto;
  height: 500px;
  border-top: 1px solid #b3b3b3;
}
@media (max-width:  767px ) {
  .popup-field .district-list {
    height: 300px;
  }
}
.popup-field .district-list .district-item {
  text-align: left;
}
.popup-field .district-list .district-item:last-child {
  border-bottom: 1px solid #b3b3b3;
}
.popup-field .district-list .district-item:last-child .district-item-trigger {
  border-bottom: 0;
}
.popup-field .district-list .district-item-trigger,
.popup-field .district-list .district-item-title {
  display: block;
  padding: 20px;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border-bottom: 1px solid #b3b3b3;
}
.popup-field .district-list .district-subnav {
  position: relative;
}
.popup-field .district-list .no-result {
  padding: 20px;
}
.popup-field .district-list .district-end-value {
  padding-left: 40px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #b3b3b3 !important;
}
.popup-field .district-list .district-end-value:hover {
  background-color: #e7e7e7;
}
.popup-field .district-list .district-item-inner {
  display: none;
}
.popup-field .district-list .district-item-wrapper.active .district-item-inner {
  display: block;
}
.popup-field .district-search {
  position: relative;
}
.popup-field .district-search .icon-search {
  background: url('../files/icon_search.png') right center no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.popup-field .district-search .md-errors-spacer {
  display: none;
  height: 0;
}
.popup-field .district-result .district-title {
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.popup-field .district-result .district-item {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.popup-field .district-result .district-item:last-child .district-item-trigger {
  border-bottom: 1px solid #b3b3b3;
}
.popup-field .district-result .district-item-trigger {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  /*padding-left: 40px;
			background-color: @lightestGray;*/
}
.popup-field .district-result .district-item-trigger.is-inner {
  padding-left: 40px;
  background-color: #f4f4f4;
}
.popup-field .district-result .district-item-trigger:hover {
  background-color: #e7e7e7;
}
.form-wrapper .regform-promotion-code {
  display: none;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .form-wrapper .regform-promotion-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-wrapper .regform-promotion-code .form-col-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    width: 100%;
  }
}
.form-wrapper .regform-promotion-code.code-success #input_promotionCode {
  background: url(../files/icon_green-tick.png) center top no-repeat;
  background-size: 30px auto;
  background-position: calc(100% - 10px) 15px;
}
.form-wrapper .regform-promotion-code #input_promotionCode {
  width: calc(100% - 100px);
  padding-right: 50px !important;
}
.form-wrapper .regform-promotion-code .btn-form {
  position: absolute;
  top: 24px;
  right: 0;
  width: 100px;
  height: 55px;
}
.form-wrapper .regform-promotion-code .form-error .md-input-message-animation {
  margin: 0 !important;
  opacity: 1 !important;
}
/* Quick fix before AB test */
/*.form-checkbox-gp {
	body:not(.ab-test) & {
		padding: 0 20px;
	}
}
.countdown-wrapper .form-row {
	body:not(.ab-test) & {
		padding: 0 20px;
	}
}*/
/* IFC */
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .campaign-ifc#register-mall-account {
    margin-top: 72px;
  }
}
#campaign-ifc-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #b3b3b3;
  background-size: 144px 15px;
  background-image: url(../images/campaign/ifc/icon-clubic.png);
  background-position: center 39px;
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: 1000;
}
#campaign-ifc-header #campaign-ifc-header-close {
  margin-right: 15px;
  margin-top: 36px;
  width: 23px;
  float: right;
  cursor: pointer;
}
#campaign-ifc-header #campaign-ifc-header-back {
  margin-left: 15px;
  margin-top: 36px;
  width: 14px;
  float: left;
  cursor: pointer;
}
#campaign-ifc-header #campaign-ifc-header-close img,
#campaign-ifc-header #campaign-ifc-header-back img {
  max-width: 100%;
}
/* END IFC */
/* YATA $20 Coupon*/
/* Landing Page */
.site-container#yata-coupon-landing {
  min-height: 100%;
  /*.md-input {
        margin-left: 40px;
        width: calc(100% - 40px);
    }*/
}
.site-container#yata-coupon-landing .module-wrapper .module-row {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.site-container#yata-coupon-landing .form-text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.site-container#yata-coupon-landing .form-text-row .text-m {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #b3b3b3;
}
.site-container#yata-coupon-landing .form-text-row .md-input {
  padding-left: 40px !important;
}
.site-container#yata-coupon-landing md-select,
.site-container#yata-coupon-landing .md-input {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.site-container#yata-coupon-landing .md-input[disabled] {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.site-container#yata-coupon-landing .form-wrapper {
  padding-bottom: 0;
  max-width: 500px;
  margin: 20px auto;
}
.site-container#yata-coupon-landing .form-wrapper .form-col-6 {
  margin: 0;
}
.site-container#yata-coupon-landing .form-wrapper .form-gp + .form-gp {
  padding-top: 0;
}
.site-container#yata-coupon-landing .content-wide {
  width: 50%;
}
@media (min-width:  768px ) and (max-width:  1023px ) {
  .site-container#yata-coupon-landing .content-wide {
    width: 70%;
  }
}
@media (max-width:  767px ) {
  .site-container#yata-coupon-landing .content-wide {
    width: 100%;
  }
}
.site-container#yata-coupon-landing .content-group + .content-group {
  margin-top: 0;
}
.site-container#yata-coupon-landing .buttons {
  margin-top: 40px;
}
@media (max-width:  767px ) {
  .site-container#yata-coupon-landing .buttons .btn {
    min-width: auto;
    margin: 3px;
    width: 45%;
    white-space: nowrap;
    max-width: 150px;
  }
}
.site-container#yata-coupon-landing .error-msg {
  text-align: left;
  pointer-events: none;
}
.site-container#yata-coupon-landing .contact-error {
  display: block;
  white-space: nowrap;
}
@media (max-width:  767px ) {
  .site-container#yata-coupon-landing .contact-error {
    display: none;
  }
}
.site-container#yata-coupon-landing .contact-error-mb {
  display: none;
}
@media (max-width:  767px ) {
  .site-container#yata-coupon-landing .contact-error-mb {
    display: block;
  }
}
/* New Reg Form */
.site-container.campaign-yata .module-wrapper .module-step .module-main,
.site-container.campaign-yata .module-wrapper .module-step .module-side .content-block {
  padding-top: 80px;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .site-container.campaign-yata .module-wrapper .module-step .module-main,
  .site-container.campaign-yata .module-wrapper .module-step .module-side .content-block {
    padding-top: 0;
  }
}
/*contactless popup*/
.module-popup-contactless {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: auto;
}
.module-popup-contactless.ng-hide {
  opacity: 0;
}
.module-popup-contactless .btn-popup-close {
  background: #c9ac7d;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /*@media @desktop-sm {
			width: 60px;
			height: 60px;
			//.icon_close(white, 1px, 20px);
			
			&:before,
			&:after {
				left: 18px;
				right: 18px;
			}
		}*/
}
.module-popup-contactless .btn-popup-close:before,
.module-popup-contactless .btn-popup-close:after {
  display: inline-block;
  content: '';
  height: 1px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: white;
  top: 50%;
  left: 25px;
  right: 25px;
  margin-top: -1px;
}
.module-popup-contactless .btn-popup-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.module-popup-contactless .btn-popup-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.module-popup-contactless .btn-popup-close:hover {
  background-color: #c2a06b;
}
@media (min-width:  1024px ) and (max-width:  1440px ), (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-popup-contactless .btn-popup-close {
    width: 60px;
    height: 60px;
  }
  .module-popup-contactless .btn-popup-close:before,
  .module-popup-contactless .btn-popup-close:after {
    left: 18px;
    right: 18px;
  }
}
.module-popup-contactless .btn-popup-close.white {
  background: white;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.module-popup-contactless .btn-popup-close.white:before,
.module-popup-contactless .btn-popup-close.white:after {
  display: inline-block;
  content: '';
  height: 1px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: black;
  top: 50%;
  left: 25px;
  right: 25px;
  margin-top: -1px;
}
.module-popup-contactless .btn-popup-close.white:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.module-popup-contactless .btn-popup-close.white:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.module-popup-contactless .btn-popup-close.white:hover {
  background-color: #e9dfcc;
}
.module-popup-contactless md-checkbox {
    width: 100%;
}
.module-popup-contactless md-checkbox .md-label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.7em;
    text-align: left;
    width: 100%;
}
.module-popup-contactless md-input-container .error-msg {
    text-align: left;
}
.module-popup-contactless md-checkbox .md-container{
    margin-top: 0.2em;
}
@media (min-width:  1024px ) and (max-width:  1440px ), (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .module-popup-contactless .btn-popup-close.white {
    width: 60px;
    height: 60px;
  }
  .module-popup-contactless .btn-popup-close.white:before,
  .module-popup-contactless .btn-popup-close.white:after {
    left: 18px;
    right: 18px;
  }
}
.module-popup-contactless .btn-popup-close.no-bg {
  width: 30px;
  height: 30px;
  background: transparent;
}
.module-popup-contactless .btn-popup-close.no-bg:hover {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: transparent;
}
.module-popup-contactless .btn-popup-close.no-bg:hover:after,
.module-popup-contactless .btn-popup-close.no-bg:hover:before {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #c9ac7d;
}
.module-popup-contactless .btn-popup-close.no-bg:after,
.module-popup-contactless .btn-popup-close.no-bg:before {
  left: 0;
  right: 0;
  background: black;
}
.module-popup-contactless.module-popup-fw {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 201;
  background: url(../files/bg_fw_popup.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.module-popup-contactless.module-popup-fw .bg-dot {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../files/bg_dot.png) center center no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}
.module-popup-contactless .popup-content-wrapper {
  width: 100%;
  position: relative;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (60px * 2));
  margin: 60px auto;
}
.module-popup-contactless .popup-content-wrapper.card-select {
    margin-top: calc(30%);
}    
@media (max-width:  767px ) {
  .module-popup-contactless .popup-content-wrapper {
    min-height: calc(100% - (20px * 2));
    margin: 20px auto;
    width: calc(100% - 40px);
    /*margin: 20px auto;
	    	min-height: calc(100% - (20px * 2));*/
  }
}
.module-popup-contactless .popup-content-wrapper .popup-content {
  background-color: #FFFFFF;
  padding: 60px;
  position: relative;
  pointer-events: auto;
}
.module-popup-contactless .popup-content-wrapper .popup-content:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 20px 100px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0 20px 100px 0 rgba(0, 0, 0, 0.8);
  pointer-events: none;
}
.module-popup-contactless .popup-content-wrapper .popup-content.payment {
  padding: 0px;
}
.module-popup-contactless .popup-content-wrapper .popup-content .payment-iframe{
    width:100%;
    height:80vh;
}
.module-popup-contactless .section2-container{
    border-top: rgba(0,0,0,0.3);
    border-width: 1px;
    margin: 40px 40px 0 40px;
    border-style: solid;
    display: flex;
    flex-direction: row;
}
.module-popup-contactless .section2-container.js-center{
  border-top: none;
  justify-content: center;
}
.module-popup-contactless .section2-container .desc-container{
    width: 300px;
    margin: 20px;
}
.module-popup-contactless .section2-container .input-container{
    border: rgba(0,0,0,0.2);
    border-width: 1px;
    margin: 10px;
    border-style: solid;
    padding: 20px;
    width: 400px;
}
.module-popup-contactless .mobile{
    display: none;
}
.module-popup-contactless .popup-content-wrapper .btn-popup-close {
  top: -20px;
  right: -20px;
}
@media (max-width:  1024px ) {
    .module-popup-contactless .section2-container{
        margin: 20px;
        display: block;
    }
    .module-popup-contactless .section2-container .desc-container{
        width: auto;
        margin: 20px 0px;
    }
    .module-popup-contactless .section2-container .input-container{
        width: auto;
        margin: 0px;
    }
    .module-popup-contactless .desktop {
      display: none;
    }
    .module-popup-contactless .mobile{
        display: block;
    }
    .module-popup-contactless .popup-content-wrapper {
      margin: 0;
      width: 100%;
    }
    .module-popup-contactless .popup-content-wrapper.card-select {
      margin: 0;
    }  
    .module-popup-contactless .popup-content-wrapper .btn-popup-close {
      top: 0;
      right: 0;
    }
    .module-popup-contactless .popup-content-wrapper .popup-content{
        width:100%;
        min-height:100vh;
    }
    .module-popup-contactless .popup-content-wrapper .popup-content .payment-iframe{
        width:100%;
        height:90vh;
    }
}
@media (max-width:  767px ) {
  .module-popup-contactless .popup-content-wrapper .popup-content {
    padding: 60px 20px;
  }
}
.module-popup-contactless .form-text-block{
    color: #c9ac7d;
}
.module-popup-contactless .form-text-block.desc{
    color: rgba(0, 0, 0, 0.5);
}
.module-popup-contactless .form-text-block.desc2{
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
}
.module-popup-contactless .form-label{
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.8em;
    text-align: left;
}
.module-popup-contactless .error-msg {
    text-align: left;
}
.module-popup-contactless .img-carousel{
    width: 200px;
}
.module-popup-contactless .img-card-type{
    width: 80px;
}
.module-popup-contactless .popup-content{
    max-width: 960px;
}
.module-popup-contactless md-input-container{
    display: block;
}
.module-popup-contactless md-input-container .md-input{
    border-width: 1px;
}
.module-popup-contactless input:focus{
    border-style: solid;
}
.module-popup-contactless .btn-square{
    background: #c9ac7d;
}
.module-popup-contactless .btn-square:focus,
.module-popup-contactless .btn-square:hover{
    color: lightgray;
}
/* Full width popup */
.block-full .popup-content-wrapper {
  max-width: none;
  min-height: 100%;
  margin: 0;
  width: 100%;
}
.block-full .popup-content-wrapper .popup-content {
  background-color: transparent;
  max-width: 900px;
  position: initial;
  padding-top: 100px;
}
.block-full .popup-content-wrapper .popup-content:before {
  display: block;
  content: '';
  bbackground: #b3986d;
  background: -o-radial-gradient(center, ellipse cover, #b3986d 0%, #b3986d 39%, #d4bd98 100%);
  background: -o-radial-gradient(center, ellipse, #b3986d 0%, #b3986d 39%, #d4bd98 100%);
  background: radial-gradient(ellipse at center, #b3986d 0%, #b3986d 39%, #d4bd98 100%);
  opacity: 0.98;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.block-full .popup-content-wrapper .popup-content:after {
  display: none;
}
.block-full .popup-content-wrapper .btn-popup-close {
  top: 20px;
  right: 20px;
}
.module-popup-contactless .form-wrapper .form-cols-border md-input-container .form-border{
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.module-popup-contactless .credit-card-container {
    margin-top: 9px;
}
.module-popup-contactless .credit-card-mask-text {
   color: rgba(0, 0, 0, 0.2);
   height: 30px;
   line-height: 1.7em;
}
.module-popup-contactless .credit-card-divider{
    color: rgba(0, 0, 0, 0.2);
    margin-top: 34px;
}
.module-popup-contactless .credit-card-mask-text.credit-card-input-mix-mask {
    position: absolute;
    left: 50%;
}
.module-popup-contactless md-input-container .md-input.credit-card-input {
    text-align:center;
}
.module-popup-contactless md-input-container .md-input.credit-card-input.credit-card-input-mix-mask {
    margin-right: 10%;
    text-align: left;
}
.module-popup-contactless .form-wrapper .form-cols-border md-input-container .form-border {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.module-popup-contactless .form-error .form-nest-cols md-input-container .form-border, 
.module-popup-contactless .form-error .form-nest-rows md-input-container .form-border {
    border: 2px solid #b33131 !important;
}
.module-popup-contactless .form-wrapper .form-col-2 {
    width: 20%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
}
.module-popup-contactless .form-wrapper md-input-container input,
.module-popup-contactless .form-wrapper md-input-container input:focus,
.module-popup-contactless .form-wrapper md-input-container.md-input-focused .md-input {
  height: 30px;
}
.module-popup-contactless .app-qr img,
.module-popup-contactless .app-apps img{
    max-width: 50%;
}
/* Popup in mobile */
@media (max-width:  767px ) {
  .popup-container.mb-white {
    /*.btn-popup-close {
				top: 0;
			    //right: 0;
				&:hover {
					background: none;
				}
			}*/
  }
  .popup-container.mb-white .popup-content-wrapper {
    min-height: auto;
  }
  .popup-container.mb-white .popup-content {
    padding: 0;
  }
  .popup-container.mb-white .popup-content:before {
    background: white;
  }
  .popup-container.mb-white .promo-item-detail {
    padding: 60px 20px 20px 20px;
  }
  .popup-container.mb-white .btn-popup-close {
    background-color: #c9ac7d;
  }
  .popup-container.mb-white .btn-popup-close:hover {
    background-color: #c2a06b;
  }
  .popup-container.mb-white .btn-popup-close:before,
  .popup-container.mb-white .btn-popup-close:after {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: white;
  }
  .module-popup-contactless .form-wrapper .form-row {
      -ms-flex-direction: initial;
      flex-direction: initial;
  }
  .module-popup-contactless .form-wrapper .form-label-space {
      display: block;
      /*height: 20px;*/
  }
  .module-popup-contactless .form-wrapper .credit-card-container .form-label-space {
      margin-bottom: 2px;
  }
  .module-popup-contactless .form-label {
        min-width: 200px;
  }

  .module-popup-contactless .credit-card-input {
      padding: 0;
  }
  .form-wrapper md-input-container input.credit-card-input,
  .form-wrapper md-input-container input:focus.credit-card-input,
  .form-wrapper md-input-container.md-input-focused .md-input.credit-card-input {
    padding: 6px !important;
  }
  
}
@media (max-width:  767px ) and (max-width:  767px ) {
  .popup-container.mb-white .btn-popup-close {
    top: 0;
    right: 0;
    background: none;
  }
  .popup-container.mb-white .btn-popup-close:before,
  .popup-container.mb-white .btn-popup-close:after {
    background-color: black;
  }
  .popup-container.mb-white .btn-popup-close:hover {
    background: none;
  }
  .popup-container.mb-white .btn-popup-close:hover:before,
  .popup-container.mb-white .btn-popup-close:hover:after {
    background-color: #c9ac7d;
  }
}


.steptitle{
  font-size: 22px;
  font-weight: 700;
  color: #c9ac7d;
  padding-bottom: 10px;
}
.text-decoration-underline{
  text-decoration:underline;
}
.text-tnc{
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.6em;
}
.js-form-text-new {
  color: rgba(0, 0, 0, 0.5);
}
.fix-padding-bottom{
  padding-bottom: 15px;
}

@media (max-width:  767px ) {
  .steptitle{
    font-size: 20px;
  }
}
