@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap";
html {
  font-size: 13px; }
  @media (min-width: 992px) {
    html {
      font-size: 14px; } }

body {
  color: #000000;
  font-family: "Roboto", "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  /* ios5+ */ }

a {
  color: #EFC030;
  -webkit-transition: color .15s, border .15s;
  -o-transition: color .15s, border .15s;
  transition: color .15s, border .15s; }
  a:hover {
    color: #dba911;
    text-decoration: none; }

svg {
  vertical-align: middle; }

button:focus {
  outline: 0; }

ul, li {
  margin: 0;
  padding: 0; }

hr {
  border-top: 1px solid #ddd; }

.small, small {
  font-size: 90%; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6D6E70A6 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6D6E70A6 !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #6D6E70A6 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #6D6E70A6 !important; }

.bg-light {
  background-color: #6D6E7026 !important; }

.content-container > *::-webkit-scrollbar {
  width: 0; }

.content-container > *::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 6px; }

.content-container > *::-webkit-scrollbar {
  width: 8px;
  background-color: #ddd;
  -webkit-appearance: none; }

.content-container > *::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #ddd; }

.content-container > *::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  border-radius: 6px;
  background-color: #fff; }

.content-container > .contact-details::-webkit-scrollbar-track {
  background-color: #e9e9ea; }

.container {
  max-width: 1060px; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
.feather {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none; }

.text-primary {
  color: #EFC030 !important; }

.text-light {
  color: #6D6E70A6 !important; }

.text-gray,
.text-muted {
  color: #6D6E70 !important; }

.text-dark {
  color: #000000 !important; }

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.4; }

.lead {
  font-weight: 400 !important; }

.btn {
  padding: .5rem .75rem; }
  .btn:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.btn-block {
  border-radius: 50rem; }

.btn-primary {
  color: #000;
  border: 1px solid #EFC030;
  background-color: #EFC030; }
  .btn-primary:hover {
    color: #000;
    border-color: #dba911;
    background-color: #dba911; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #000;
    border-color: #dba911;
    background-color: #dba911; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #000;
    border: 1px solid #EFC030;
    background-color: #EFC030; }

.dialog {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 28.75rem;
  height: 16.9rem;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/dialog.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (min-width: 992px) {
    .dialog-left {
      width: 38rem;
      height: 21.125rem;
      padding-left: 2.125rem;
      background: url(../images/dialog_left.svg);
      background-size: contain; } }
  @media (min-width: 992px) {
    .dialog-top {
      width: 35.875rem;
      height: 23.4375rem;
      padding-top: 1.9375rem;
      background: url(../images/dialog_top.svg);
      background-size: contain; } }
  .dialog-logo {
    max-width: 7.5375rem; }
    @media (min-width: 992px) {
      .dialog-logo {
        max-width: 8.375rem; } }
  .dialog-body {
    margin: .75rem 0; }
    @media (min-width: 992px) {
      .dialog-body {
        margin: 1rem 0; } }
    .dialog-body p {
      margin-bottom: 0;
      font-size: 1.125rem;
      letter-spacing: 2.88px; }
      @media (min-width: 992px) {
        .dialog-body p {
          font-size: 1.25rem; } }
    .dialog-body b {
      font-size: 1.375rem;
      font-weight: 400; }
      @media (min-width: 992px) {
        .dialog-body b {
          font-size: 1.5rem; } }
  .dialog-footer {
    margin-top: -0.15rem; }
    @media (min-width: 992px) {
      .dialog-footer {
        margin-top: -0.3rem; } }
    .dialog-footer .thank {
      margin-bottom: 0;
      font-size: 2.1rem;
      font-weight: 500;
      color: #EFC030; }
      @media (min-width: 992px) {
        .dialog-footer .thank {
          font-size: 2.625rem; } }

@media (min-width: 992px) {
  #dialog-host .dialog {
    top: 155px;
    margin-left: 10%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); } }

@media (min-width: 992px) {
  #dialog-ssl .dialog {
    top: 50%; } }

.backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #6D6E70;
  opacity: 0.3; }
  @media (min-width: 768px) {
    .backdrop {
      min-height: calc(100vh - 74px - 90px - 1px); } }

label {
  color: #6D6E70; }

.form-control {
  margin-bottom: 1.5rem;
  padding: .625rem 1.5rem;
  border: 0;
  border: 1px solid transparent;
  border-radius: 50rem; }
  .form-control:focus {
    border: 1px solid #EFC030;
    -webkit-box-shadow: 0 0 0 2px #EFC030;
    box-shadow: 0 0 0 2px #EFC030; }

.form-group {
  position: relative; }

.custom-control-group {
  margin-bottom: 1rem; }
  .custom-control-group:nth-last-child(-n+2) {
    margin-bottom: 0; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label,
.custom-radio .custom-control-input:checked ~ .custom-control-label {
  color: #000000; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border: 0;
  background-color: #EFC030 !important; }

.custom-control {
  padding-left: 0;
  cursor: pointer; }

.custom-control-input:hover ~ .custom-control-label {
  color: #000000; }

.custom-control-input:hover ~ .custom-control-label::before {
  background-color: #d3d3d4; }

.custom-control-input:active ~ .custom-control-label::before {
  background-color: #6D6E7080; }

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #6D6E70A6; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #6D6E7026; }

.custom-control-label {
  width: 100%;
  cursor: pointer;
  -webkit-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s; }
  .custom-control-label:before {
    width: 18px;
    height: 18px;
    position: relative;
    top: 0.3rem;
    display: inline-block;
    margin-right: .5rem;
    background-color: #e2e2e2;
    -webkit-transition: background-color .15s;
    -o-transition: background-color .15s;
    transition: background-color .15s; }
  .custom-control-label:after {
    width: 20px;
    height: 20px;
    top: 3px;
    left: -1px; }

.custom-button {
  padding-left: 0; }
  .custom-button .custom-control-input:checked + .custom-control-label {
    color: #000000; }
    .custom-button .custom-control-input:checked + .custom-control-label:after {
      border: 4px solid #EFC030; }
  .custom-button .custom-control-label {
    display: block;
    padding: .75rem 2rem;
    font-size: 1.0625rem;
    color: #6D6E70;
    border: 1px solid #6D6E70A6;
    border-radius: 50rem; }
    .custom-button .custom-control-label:before {
      display: none; }
    .custom-button .custom-control-label:after {
      top: -2px;
      left: -2px;
      position: absolute;
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      content: '';
      border: 1px solid transparent;
      border-radius: 50rem;
      background: none !important;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .custom-button .custom-control-label.with-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .custom-button .custom-control-label.with-price .price {
        font-size: 1.1875rem; }
        .custom-button .custom-control-label.with-price .price small {
          font-size: 80%; }

.custom-thumb {
  padding-left: 0;
  text-align: center; }
  .custom-thumb .custom-control-input:checked + .custom-control-label span {
    border: 2px solid #EFC030; }
  .custom-thumb .custom-control-icon {
    margin-bottom: 0.4375rem;
    max-width: 100%; }
    @media (min-width: 992px) {
      .custom-thumb .custom-control-icon {
        max-height: 52px; } }
  .custom-thumb .custom-control-label {
    width: 100%;
    cursor: pointer; }
    .custom-thumb .custom-control-label:before, .custom-thumb .custom-control-label:after {
      display: none; }
    .custom-thumb .custom-control-label span {
      max-width: 100%;
      display: block;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      padding: 1px .25rem;
      font-size: 0.9375rem;
      color: #6D6E70;
      border: 2px solid transparent;
      border-radius: 50rem;
      text-align: center;
      -webkit-transition: all .15s;
      -o-transition: all .15s;
      transition: all .15s; }

.form-control.error {
  border: 1px solid #EFC030;
  -webkit-box-shadow: 0 0 0 2px #EFC030;
  box-shadow: 0 0 0 2px #EFC030; }

.help-block {
  right: 0;
  bottom: -1.7rem;
  position: absolute;
  display: block;
  color: #EFC030;
  text-align: right; }

.freeze-table {
  position: relative; }
  @media (min-width: 992px) {
    .freeze-table {
      max-width: 90%;
      margin: 0 auto; } }
  @media (min-width: 1400px) {
    .freeze-table {
      height: auto !important;
      min-height: auto !important;
      max-height: none !important;
      max-width: 78%;
      overflow-x: auto !important; } }
  @media (min-width: xxl) {
    .freeze-table {
      height: auto !important;
      min-height: auto !important;
      max-height: none !important;
      max-width: 78%;
      overflow-x: auto !important; } }
  @media (min-width: 992px) {
    .freeze-table .clone-head-table-wrap,
    .freeze-table .clone-column-table-wrap {
      display: none; } }

.table-service.col-active-1 thead th:nth-child(2) .type {
  color: #000000; }
  .table-service.col-active-1 thead th:nth-child(2) .type:after {
    border: 4px solid #EFC030; }

.table-service.col-active-1 tbody td:nth-child(2) {
  background-color: #fdf6e0; }

.table-service.col-active-2 thead th:nth-child(3) .type {
  color: #000000; }
  .table-service.col-active-2 thead th:nth-child(3) .type:after {
    border: 4px solid #EFC030; }

.table-service.col-active-2 tbody td:nth-child(3) {
  background-color: #fdf6e0; }

.table-service.col-active-3 thead th:nth-child(4) .type {
  color: #000000; }
  .table-service.col-active-3 thead th:nth-child(4) .type:after {
    border: 4px solid #EFC030; }

.table-service.col-active-3 tbody td:nth-child(4) {
  background-color: #fdf6e0; }

.table-service.col-active-4 thead th:nth-child(5) .type {
  color: #000000; }
  .table-service.col-active-4 thead th:nth-child(5) .type:after {
    border: 4px solid #EFC030; }

.table-service.col-active-4 tbody td:nth-child(5) {
  background-color: #fdf6e0; }

.table-service td, .table-service th {
  padding: .5rem .75rem;
  background-color: #fff;
  vertical-align: middle;
  -webkit-transition: background .15s;
  -o-transition: background .15s;
  transition: background .15s; }
  @media (min-width: 768px) {
    .table-service td, .table-service th {
      padding: .5rem 1.25rem; } }
  @media (min-width: 992px) {
    .table-service td, .table-service th {
      padding: .5rem 2rem; } }

.table-service thead th {
  padding-top: 0;
  border: 0;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: top; }

.table-service tbody td, .table-service tbody th {
  border-top: 1px solid #6D6E70;
  border-left: 1px solid #6D6E70;
  font-weight: 300; }
  .table-service tbody td small, .table-service tbody th small {
    display: block;
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1.3; }

.table-service tbody th[scope="row"] {
  border-left: 0;
  font-size: 0.9375rem;
  text-align: left;
  white-space: nowrap; }
  .table-service tbody th[scope="row"] small {
    font-size: 0.8125rem;
    line-height: 1; }
  .table-service tbody th[scope="row"] div,
  .table-service tbody th[scope="row"] span,
  .table-service tbody th[scope="row"] small {
    display: inline-block; }

.table-service .type {
  margin-bottom: 0.875rem;
  margin-left: -1rem;
  margin-right: -1rem; }
  @media (min-width: 768px) {
    .table-service .type {
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }
  @media (min-width: 992px) {
    .table-service .type {
      margin-left: -2rem;
      margin-right: -2rem; } }

.table-service .title {
  position: relative;
  top: 1px;
  display: block;
  color: #000000;
  font-size: inherit;
  line-height: 30px; }
  @media (min-width: 768px) {
    .table-service .title {
      line-height: 34px; } }

.table-service .td-desc {
  font-size: 1rem;
  text-align: left; }

.table-service .td-regular {
  font-weight: 400; }
  .table-service .td-regular b {
    font-size: 1.375rem;
    font-weight: 400; }

.table-service .td-lead {
  font-weight: 400;
  font-size: 1.125rem; }

.table-service .td-light {
  background-color: #fdf6e0; }

.table-host tbody td {
  width: 33.333%;
  font-size: 1.125rem; }

.table-file-bk.col-active-4 tbody td[colspan="2"]:nth-child(4) {
  background-color: #fdf6e0; }

.table-file-bk .type {
  height: 66px; }

.table-file-bk tbody td {
  width: 25%;
  font-size: 1rem;
  text-align: left; }

.header-back:before {
  width: 22px;
  height: 22px;
  position: relative;
  top: -1px;
  display: inline-block;
  content: "";
  background: url(../images/icon/chevron-left.svg) 0 0 no-repeat;
  background-size: contain;
  vertical-align: middle; }

.content {
  min-height: calc(100vh - 56px - 56px);
  padding: 3rem 0; }

@media (min-width: 992px) {
  body[style*=overflow] #hexagon.home-mode {
    margin-right: 7.5px; } }

@media (min-width: 992px) {
  body[style*=overflow] #menu-button {
    margin-right: 15px; } }

@media (min-width: 992px) {
  body[style*=overflow] #bullets {
    left: calc(50% - 700px - 7.5px); } }

.wrapper {
  width: 100%;
  overflow: hidden; }
  .wrapper a {
    color: #000000; }
    .wrapper a:hover {
      color: black; }

#hexagon {
  top: 50%;
  right: 50%;
  position: fixed;
  width: 600px;
  opacity: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1), right 1.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1), right 1.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1), opacity 3s cubic-bezier(0.19, 1, 0.22, 1), right 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1), opacity 3s cubic-bezier(0.19, 1, 0.22, 1), right 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1), opacity 3s cubic-bezier(0.19, 1, 0.22, 1), right 1.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1); }
  @media (min-width: 992px) {
    #hexagon {
      width: 1500px; } }
  #hexagon polygon, #hexagon polyline {
    fill: #EFC030; }

#logo {
  top: 14px;
  position: fixed;
  left: calc(12.5% - 30px);
  z-index: 50; }
  @media (min-width: 992px) {
    #logo {
      left: 30px; } }
  #logo a {
    display: block;
    padding: 29px 30px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none; }

#menu-button {
  top: 14px;
  position: fixed;
  width: 72px;
  height: 72px;
  right: calc(12.5% - 24px);
  z-index: 100; }
  @media (min-width: 992px) {
    #menu-button {
      right: 36px; } }
  #menu-button .hamburger {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #menu-button .hamburger:focus {
      outline: 0; }

#menu {
  top: 0;
  right: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  max-width: 324px;
  z-index: 99;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1); }
  @media (min-width: 992px) {
    #menu {
      max-width: 810px; } }
  #menu.open {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

#menu-wrap {
  top: 50%;
  position: absolute;
  max-height: 100%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#menu-items {
  left: 12%;
  position: relative;
  width: 80%; }
  #menu-items li {
    font-size: 42px;
    font-weight: 600;
    line-height: 2em; }
    @media (min-width: 992px) {
      #menu-items li {
        font-size: 72px; } }
    #menu-items li a {
      position: relative;
      text-decoration: none; }
      #menu-items li a:after {
        content: "";
        display: block;
        background: white;
        height: 0;
        position: absolute;
        z-index: -1;
        left: -8px;
        right: -12px;
        bottom: -1px;
        opacity: 0.3;
        -webkit-transition: height 0.25s ease, opacity 0.25s ease;
        -o-transition: height 0.25s ease, opacity 0.25s ease;
        transition: height 0.25s ease, opacity 0.25s ease; }
      #menu-items li a:hover:after {
        height: 36px; }

#menu-backdrop {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 98;
  right: 0;
  bottom: 0;
  pointer-events: none; }
  #menu-backdrop.show {
    pointer-events: auto; }

.page-content {
  position: relative;
  width: 75%;
  max-width: 1480px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .page-content {
      width: 88%; } }
  @media (min-width: 992px) {
    .page-content {
      width: 90%; } }
  @media (min-width: 1200px) {
    .page-content {
      width: 92.5%; } }

#bullets {
  position: fixed;
  top: 50vh;
  left: calc(17.545455% - 200px);
  width: 400px;
  font-weight: 600;
  text-align: center;
  pointer-events: none;
  -webkit-transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), margin 1.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), margin 1.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), margin 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), margin 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), margin 1.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1); }
  @media (min-width: 768px) {
    #bullets {
      left: calc(19.733333% - 200px); } }
  @media (min-width: 992px) {
    #bullets {
      left: calc(24.416667% - 200px); } }
  @media (min-width: 1200px) {
    #bullets {
      left: calc(18.772563% - 200px); } }
  @media (min-width: 1600px) {
    #bullets {
      left: calc(50% - 700px); } }
  #bullets.transition-in, #bullets.transition-out {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), margin 0s, -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), margin 0s, -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), margin 0s;
    transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), margin 0s;
    transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), margin 0s, -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1); }
    #bullets.transition-in li, #bullets.transition-out li {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
  #bullets li {
    position: relative;
    z-index: 1;
    margin: 48px 0;
    -webkit-transition: opacity 0.325s linear, margin 1s cubic-bezier(0.19, 1, 0.22, 1), font-size 1s cubic-bezier(0.19, 1, 0.22, 1), line-height 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 0.325s linear, margin 1s cubic-bezier(0.19, 1, 0.22, 1), font-size 1s cubic-bezier(0.19, 1, 0.22, 1), line-height 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.325s linear, margin 1s cubic-bezier(0.19, 1, 0.22, 1), font-size 1s cubic-bezier(0.19, 1, 0.22, 1), line-height 1s cubic-bezier(0.19, 1, 0.22, 1); }
    #bullets li.above {
      opacity: 0; }
      @media (min-width: 992px) {
        #bullets li.above {
          opacity: 1; } }
    #bullets li.focus {
      z-index: 0;
      margin: 58px 0px;
      font-size: 130px;
      font-weight: 400;
      line-height: 62px; }
      @media (min-width: 768px) {
        #bullets li.focus {
          margin: 61px 0px;
          font-size: 194px;
          line-height: 100px; } }
      @media (min-width: 992px) {
        #bullets li.focus {
          margin: 34px 0px;
          font-size: 320px;
          line-height: 227px; } }
      #bullets li.focus a {
        cursor: default; }
    #bullets li a {
      position: relative;
      padding: 12px;
      text-decoration: none;
      pointer-events: auto; }

#pages {
  margin-left: 34.5679%; }
  @media (min-width: 992px) {
    #pages {
      margin-left: 33.78378378%; } }
  #pages li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh; }
    #pages li a {
      display: block;
      width: 100%;
      color: #000000;
      text-decoration: none; }
      @media (min-width: 992px) {
        #pages li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; } }
    #pages li .page-title {
      width: 100%; }
      #pages li .page-title h2 {
        font-size: 40px;
        margin: 0 0 10px 0;
        width: 100%;
        line-height: 1.025em;
        font-weight: 600;
        opacity: 0;
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
        -webkit-animation-timing-function: cubic-bezier(0.475, -0.02, 0.01, 1.005);
        animation-timing-function: cubic-bezier(0.475, -0.02, 0.01, 1.005); }
        @media (min-width: 768px) {
          #pages li .page-title h2 {
            font-size: 52px; } }
        @media (min-width: 992px) {
          #pages li .page-title h2 {
            font-size: 72px;
            margin: 0 0 35px 0; } }
      #pages li .page-title p {
        font-size: 12px;
        line-height: 18px;
        width: 100%;
        font-weight: 400;
        margin-bottom: 0;
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
        -webkit-animation-timing-function: cubic-bezier(0.475, -0.02, 0.01, 1.005);
        animation-timing-function: cubic-bezier(0.475, -0.02, 0.01, 1.005); }
        @media (min-width: 992px) {
          #pages li .page-title p {
            font-size: 16px;
            line-height: 24px;
            width: 66.2244898%; } }
    #pages li .arrow {
      position: relative;
      display: block;
      height: 86px;
      margin-top: 10px;
      margin-bottom: -96px;
      width: calc(55% - 31px);
      -webkit-animation-delay: -0.1s;
      animation-delay: -0.1s;
      -webkit-animation-timing-function: cubic-bezier(0.475, -0.02, 0.01, 1.005);
      animation-timing-function: cubic-bezier(0.475, -0.02, 0.01, 1.005); }
      @media (min-width: 992px) {
        #pages li .arrow {
          width: 16.959064%;
          margin-bottom: 0;
          right: 16.900585%; } }
      #pages li .arrow:hover .circle {
        opacity: 1; }
      #pages li .arrow .circle {
        top: 0;
        right: -40px;
        position: absolute;
        width: 58px;
        height: 58px;
        display: block;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 4px solid #EFC030;
        opacity: 0.5;
        -webkit-transition: opacity 0.25s linear;
        -o-transition: opacity 0.25s linear;
        transition: opacity 0.25s linear; }
        @media (min-width: 992px) {
          #pages li .arrow .circle {
            width: 86px;
            height: 86px;
            right: -32px; } }
      #pages li .arrow img {
        top: 17px;
        right: -20px;
        position: absolute; }
        @media (min-width: 992px) {
          #pages li .arrow img {
            top: 31px;
            right: 0;
            position: absolute; } }
      #pages li .arrow .spine {
        top: 27px;
        right: -16px;
        position: absolute;
        left: 0;
        background: #1b1b1b;
        height: 4px;
        -webkit-transition: left 0.25s cubic-bezier(0.475, -0.02, 0.01, 1.005);
        -o-transition: left 0.25s cubic-bezier(0.475, -0.02, 0.01, 1.005);
        transition: left 0.25s cubic-bezier(0.475, -0.02, 0.01, 1.005); }
        @media (min-width: 992px) {
          #pages li .arrow .spine {
            top: 41px;
            right: 4px;
            position: absolute; } }

.detail {
  top: 0;
  position: absolute;
  width: 100%;
  min-height: 200vh;
  padding-top: 200px;
  opacity: 0; }
  @media (min-width: 992px) {
    .detail {
      padding-top: 275px; } }
  .detail .detail-title h1 {
    font-size: 54px;
    line-height: 1.025em;
    margin: 0 0 45px 0;
    width: 88.03591636%;
    font-weight: 600; }
    @media (min-width: 768px) {
      .detail .detail-title h1 {
        font-size: 92px;
        margin: 0 0 50px 0;
        width: 85.91937984%; } }
    @media (min-width: 992px) {
      .detail .detail-title h1 {
        font-size: 120px;
        margin: 0 0 75px 8.4459%;
        width: 68.28287722%; } }
  .detail .detail-title .stroke {
    display: block;
    width: 48.1481%;
    height: 4px;
    margin: 0 0 45px 0;
    background-color: #000000; }
    @media (min-width: 992px) {
      .detail .detail-title .stroke {
        width: 15.5405%;
        margin: 0 0 95px 8.4459%; } }
  .detail .detail-title h3 {
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.5em; }
    @media (min-width: 992px) {
      .detail .detail-title h3 {
        margin: 0 0 0 8.4459%; } }

.service-wrapper {
  overflow: hidden; }
  @media (min-width: 992px) {
    .service-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 100%;
      min-height: 100vh;
      padding-top: 75px;
      padding-bottom: 90px;
      overflow: hidden; } }

.service-header {
  width: 100%;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  background-color: #fff; }
  @media (min-width: 992px) {
    .service-header {
      top: 0;
      position: fixed;
      width: 100%;
      height: 75px;
      z-index: 2; } }
  .service-header .header-back {
    top: 50%;
    left: 1.25rem;
    position: absolute;
    color: #6D6E70;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .service-header .header-brand {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    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;
    padding: 0 4rem;
    height: 100%;
    white-space: nowrap; }
    @media (min-width: 992px) {
      .service-header .header-brand {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .service-header .header-brand img {
      max-height: 20px; }
      @media (min-width: 992px) {
        .service-header .header-brand img {
          max-height: 25px; } }
  .service-header .header-nav {
    display: none; }
    @media (min-width: 992px) {
      .service-header .header-nav {
        -webkit-box-flex: 9;
        -ms-flex: 9;
        flex: 9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%; } }
    .service-header .header-nav .nav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      counter-reset: menuCounter; }
    .service-header .header-nav .nav-item {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      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;
      min-width: 165px;
      max-width: 225px;
      border-radius: 0;
      border: 0;
      outline: 0;
      background-color: transparent;
      cursor: pointer;
      -webkit-transition: opacity .15s;
      -o-transition: opacity .15s;
      transition: opacity .15s; }
      .service-header .header-nav .nav-item:before {
        counter-increment: menuCounter;
        content: counter(menuCounter) ". ";
        padding-right: 3px; }
      .service-header .header-nav .nav-item.active {
        color: #000000;
        -webkit-box-shadow: inset 0 -5px 0 -1px #EFC030;
        box-shadow: inset 0 -5px 0 -1px #EFC030; }
        .service-header .header-nav .nav-item.active ~ .nav-item {
          opacity: .35; }

.service-content {
  padding-bottom: 98px; }
  @media (min-width: 992px) {
    .service-content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-bottom: 0; } }
  @media (min-width: 992px) {
    .service-content > .tab-pane {
      width: 100%;
      position: absolute;
      display: block; } }
  .service-content .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 0; }
    @media (min-width: 992px) {
      .service-content .content-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: calc(100vh - 75px - 90px);
        padding: 0; } }

.content-details {
  padding: 1rem;
  text-align: center; }
  @media (min-width: 992px) {
    .content-details {
      padding: 40px 3% 50px;
      -webkit-box-flex: 3;
      -ms-flex: 3;
      flex: 3;
      border-right: 1px solid #ddd;
      background-color: #fff;
      overflow-y: scroll; } }
  .content-details .content-inner {
    position: relative;
    padding: 1rem; }
    @media (min-width: 992px) {
      .content-details .content-inner {
        padding: 40px 3% 50px; } }

.detail-title {
  margin-bottom: 2.25rem;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-align: center; }
  @media (min-width: 992px) {
    .detail-title {
      margin-bottom: 1.75rem;
      letter-spacing: 2.88px; } }

.detail-meta {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1.1rem;
  margin-bottom: 1.75rem;
  color: #6D6E70A6;
  letter-spacing: 0.8px; }
  @media (min-width: 992px) {
    .detail-meta {
      margin-bottom: 2.5rem; } }

.option-title {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  text-align: center; }
  @media (min-width: 992px) {
    .option-title {
      font-size: 1.5rem;
      text-align: left; } }

.content-option {
  padding: 1rem; }
  @media (min-width: 992px) {
    .content-option {
      padding: 40px 3.3% 50px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      max-width: 435px;
      background-color: #fff;
      overflow-y: scroll; } }
  .content-option .option-list {
    list-style: none; }
  .content-option .option-item {
    padding-top: 1.5rem;
    border-top: 1px solid #ddd; }
    .content-option .option-item:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: 0; }
    .content-option .option-item-title {
      margin-bottom: .725rem; }
      @media (min-width: 992px) {
        .content-option .option-item-title {
          margin-bottom: 1.25rem; } }
  .content-option .option-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.625rem;
    padding: 0 1.5rem; }
    @media (max-width: 575px) {
      .content-option .option-control.file_bk .custom-control:nth-child(2) {
        display: none; } }
    @media (max-width: 575px) {
      .content-option .option-control .custom-control {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem); } }
  .content-option .custom-button {
    margin-bottom: 1.25rem; }
    @media (min-width: 992px) {
      .content-option .custom-button {
        margin-bottom: 2.5rem; } }
    .content-option .custom-button:last-of-type {
      margin-bottom: 0; }
  .content-option .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .content-option .custom-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: .75rem;
    padding: 0 .25rem; }
    @media (min-width: 992px) {
      .content-option .custom-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0; } }

.service-footer {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #000000; }
  @media (min-width: 992px) {
    .service-footer {
      height: 90px; } }
  .service-footer .finance {
    width: 100%;
    height: 100%;
    padding: 1rem 1.25rem; }
    @media (min-width: 992px) {
      .service-footer .finance {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1rem; } }
    @media (min-width: 992px) {
      .service-footer .finance > div {
        padding: 0 4rem; } }
    .service-footer .finance .finance-prices {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .service-footer .finance .finance-prices > .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
      .service-footer .finance .finance-prices span {
        line-height: 1.2; }
      .service-footer .finance .finance-prices [class*=col] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1.475; }
      .service-footer .finance .finance-prices .border-right {
        border-right: 1px solid #6D6E7080 !important; }
      .service-footer .finance .finance-prices .currency {
        position: relative;
        top: -1px;
        color: #EFC030; }
    @media (min-width: 992px) {
      .service-footer .finance .finance-data {
        -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5;
        overflow-y: auto;
        overflow-x: hidden; } }
    @media (min-width: 992px) {
      .service-footer .finance .finance-action {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 435px; } }

.service-image {
  max-width: 100%; }
  @media (min-width: 768px) {
    .service-image {
      max-width: 88%; } }
  @media (min-width: 992px) {
    .service-image {
      max-height: 57.6%; } }
  .service-image-template {
    margin: -1% 0; }
  .service-image-ec {
    margin-bottom: -1.5%; }
  .service-image-custom {
    margin: -1% 0 -2%; }

.feature {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem; }
  @media (min-width: 992px) {
    .feature {
      margin-top: 3.5rem;
      margin-bottom: 1.25rem; } }
  @media (min-width: 992px) {
    .feature:last-of-type {
      margin-bottom: 0; } }
  .feature.feature-ec {
    margin-top: 1.25rem; }
    @media (min-width: 768px) {
      .feature.feature-ec {
        margin-left: -.5rem; } }
  .feature [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem .5rem;
    border-right: 1px solid #ddd; }
    @media (min-width: 576px) {
      .feature [class*="col-"] {
        padding: 1.5rem 2rem; } }
    .feature [class*="col-"]:last-child {
      border-right: 0; }
  @media (max-width: 575px) {
    .feature .col-6:nth-child(2) {
      border-right: 0; } }
  .feature-title {
    height: 52px;
    font-size: 1.125rem; }
    @media (min-width: 992px) {
      .feature-title {
        max-height: 34px;
        font-size: 1.25rem; } }
    .feature-title span.en {
      font-size: 1.8rem; }
      @media (min-width: 992px) {
        .feature-title span.en {
          font-size: 2rem; } }
    .feature-title span.tw {
      font-size: 1.575rem; }
      @media (min-width: 992px) {
        .feature-title span.tw {
          font-size: 1.75rem; } }
  .feature-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #6D6E70A6 !important; }
    @media (min-width: 576px) {
      .feature-text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }

.type {
  position: relative;
  display: block;
  padding: .5rem;
  border: 4px solid transparent;
  border-radius: 50rem;
  font-size: 1.125rem;
  color: #6D6E70;
  letter-spacing: 1.5px;
  -webkit-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s; }
  @media (min-width: 768px) {
    .type {
      letter-spacing: 2px; } }
  .type:after {
    top: -2px;
    left: -2px;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    content: '';
    border: 1px solid transparent;
    border-radius: 50rem;
    background: none !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .type.active {
    color: #000000; }
    .type.active:after {
      border: 4px solid #EFC030; }
  .type-border {
    border: 1px solid #6D6E70; }
  .type b {
    font-size: 1.375rem;
    font-weight: 400; }
  .type small {
    display: block;
    font-size: 0.9375rem;
    font-weight: 300;
    letter-spacing: 0; }

.price {
  display: inline-block;
  font-size: 1.5625rem; }
  @media (min-width: 768px) {
    .price {
      font-size: 1.625rem; } }

.desc {
  display: block;
  color: #6D6E70;
  font-size: 1rem;
  letter-spacing: 0.8px; }

.media-file-bk {
  margin: 0 auto;
  text-align: left; }
  @media (min-width: 992px) {
    .media-file-bk {
      max-width: 78%; } }
  .media-file-bk .media {
    margin-bottom: 1.75rem; }
    .media-file-bk .media:last-child {
      margin-bottom: 0; }
    @media (max-width: 575px) {
      .media-file-bk .media img {
        max-width: 5rem; } }
  .media-file-bk h5 {
    font-size: 1.125rem;
    font-weight: 300; }
  .media-file-bk .media-body {
    font-size: 0.9375rem;
    font-weight: 300; }

.ssl-service {
  max-width: 660px;
  margin: 0 auto;
  font-size: 1.125rem; }
  @media (min-width: 768px) {
    .ssl-service {
      margin-top: 7rem;
      margin-bottom: 5rem; } }
  .ssl-service [class*="col-"] {
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .ssl-service [class*="col-"] {
        margin-bottom: 2rem; } }
  .ssl-service .type {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.3125rem; }
    @media (min-width: 768px) {
      .ssl-service .type {
        margin-bottom: 0.625rem; } }
  .ssl-service .price {
    margin-bottom: 0.1875rem; }
    @media (min-width: 768px) {
      .ssl-service .price {
        margin-bottom: 0.4375rem; } }

.ssl-feature {
  position: relative;
  padding: 1.5rem; }
  .ssl-feature:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    display: block;
    content: "";
    background: transparent -webkit-gradient(linear, left top, right top, from(#EFC03000), color-stop(50%, #EFC030E5), to(#EFC03000)) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(left, #EFC03000 0%, #EFC030E5 50%, #EFC03000 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(left, #EFC03000 0%, #EFC030E5 50%, #EFC03000 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #EFC03000 0%, #EFC030E5 50%, #EFC03000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.5; }
  .ssl-feature * {
    position: relative;
    z-index: 1; }
  .ssl-feature .row {
    max-width: 720px;
    margin: 0 auto 1rem; }
    @media (min-width: 768px) {
      .ssl-feature .row [class*="col-"] {
        border-right: 1px solid #6D6E7080; } }
    .ssl-feature .row [class*="col-"]:last-child {
      border: 0; }
      .ssl-feature .row [class*="col-"]:last-child h4 {
        border: 0; }
  .ssl-feature h4 {
    display: inline-block;
    margin-bottom: 0;
    padding: 1rem;
    border-bottom: 1px solid #6D6E7080;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 2px; }
    @media (min-width: 768px) {
      .ssl-feature h4 {
        padding: 1.5rem;
        border-bottom: 0; } }
  .ssl-feature h5 {
    font-size: 1.125rem; }
    .ssl-feature h5 small {
      position: relative;
      top: 1px;
      font-size: 80%;
      vertical-align: top; }
  .ssl-feature p {
    font-weight: 300; }

.remark {
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0; }
  .remark li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .remark li:before {
      content: "※";
      padding-right: .25rem; }

.more {
  max-width: 100%;
  margin: 1rem auto;
  text-align: center; }
  @media (min-width: 992px) {
    .more {
      max-width: 78%;
      text-align: right; } }
  .more-link {
    color: #000000;
    font-weight: 300; }
    .more-link:after {
      width: 23px;
      height: 23px;
      position: relative;
      top: -2px;
      display: inline-block;
      margin-left: .75rem;
      content: "";
      background: url(../images/icon/plus.svg) 0 0 no-repeat;
      background-size: contain;
      vertical-align: middle; }
    .more-link:hover {
      color: #000000;
      font-weight: 400; }

.template-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 992px) {
    .template-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.templates {
  margin-left: -8px;
  margin-right: -8px; }
  .templates:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 992px) {
    .templates {
      margin-left: -20px;
      margin-right: -20px; } }
  .templates-ec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .templates-ec .template-item {
      margin-bottom: 0;
      width: 82%; }
      @media (min-width: 992px) {
        .templates-ec .template-item {
          width: 46%; } }
    .templates-ec .template-image {
      padding-bottom: 0; }
    .templates-ec .template-title {
      padding-bottom: 0; }
  .templates-ecpro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .templates-ecpro .template-item {
      margin-bottom: 0;
      width: 50%; }
      @media (min-width: 992px) {
        .templates-ecpro .template-item {
          width: 39%; } }
    .templates-ecpro .template-image {
      padding-bottom: 0; }
    .templates-ecpro .template-title {
      padding-bottom: 0; }
  .templates.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .templates.page .template-item {
      width: 88%;
      max-width: 1028px;
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .templates.page .template-item {
          width: 73%; } }
    .templates.page .template-image {
      padding-bottom: 55.3%; }

.template-item {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0 8px;
  margin: 0 0 20px; }
  @media (min-width: 992px) {
    .template-item {
      width: 25%;
      padding: 0 24px;
      margin: 0 0 40px; } }

.template-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 106%; }
  .template-image img {
    max-width: 100%; }

.template-check-input {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .template-check-input:checked {
    border: 3px solid #EFC030; }
  .template-check-input:focus {
    outline: 0; }

.template-title {
  padding: 1rem 0;
  font-size: 1.0625rem;
  text-align: center; }
  .template-title a {
    max-width: 100%;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .template-title img {
    position: relative;
    top: -1px; }

.template-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 3rem 0; }

.contact-details {
  background-color: #6D6E7026;
  text-align: left; }
  @media (max-width: 991px) {
    .contact-details {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }
  .contact-details hr {
    margin-top: 1.5rem;
    border-top: 1px solid #6D6E70A6; }
  .contact-details .contact-container {
    padding: 0 5%; }
    @media (min-width: 992px) {
      .contact-details .contact-container {
        padding: 0 10%; } }
  .contact-details .form-title {
    text-align: center; }
    @media (min-width: 992px) {
      .contact-details .form-title {
        padding-bottom: 3rem; } }
  .contact-details .form-subtitle {
    margin-bottom: 2rem; }
  .contact-details .lead {
    font-size: 1.5625rem;
    font-weight: 300 !important;
    letter-spacing: 2.5px; }
  .contact-details .list-style {
    padding-left: 1rem;
    color: #6D6E70;
    line-height: 1.8; }
    .contact-details .list-style li {
      padding: .25rem 0; }
  .contact-details .nav {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto; }
    .contact-details .nav-link {
      color: #000000;
      font-size: 1.125rem;
      text-decoration: underline; }
      @media (max-width: 400px) {
        .contact-details .nav-link {
          padding: .5rem .75rem; } }
      .contact-details .nav-link:hover {
        color: #EFC030; }

.overview-container {
  padding: 0 5%; }
  @media (min-width: 992px) {
    .overview-container {
      padding: 0; } }

.overview-title {
  margin-bottom: 0;
  line-height: 1.5; }

.overview-list {
  color: #6D6E70;
  list-style: none; }
  .overview-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: .5rem; }
    .overview-list li .h5 {
      position: relative;
      top: -1px; }

@media (max-width: 991px) {
  .order-success {
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem; } }

.order-success .success-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.order-success .form-subtitle {
  margin: 2rem 0;
  text-align: center; }

.order-success .lead {
  margin-top: -0.3rem;
  margin-bottom: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  /*font-size: 28px;*/
  font-size: 2rem;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  /*font-size: 12px;*/
  font-size: 0.75rem;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  /*top: -40px;*/
  top: -44px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  /*font-size: 12px;*/
  font-size: 0.75rem;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.sk-bounce {
  margin-left: -5px; }

.mfp-bg {
  opacity: 0.6; }

.mfp-container {
  padding: 0; }

.mfp-close-btn-in .mfp-close {
  width: 2.5rem;
  height: 2.5rem;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  margin-left: auto;
  margin-right: 7px;
  margin-bottom: 1.5rem;
  background: url(../images/icon/close.svg) 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media (min-width: 768px) {
    .mfp-close-btn-in .mfp-close {
      width: 3.125rem;
      height: 3.125rem;
      margin-right: 1rem;
      margin-bottom: 1rem; } }

.white-popup-block,
.full-popup-block {
  position: relative;
  background: #e9e9ea;
  padding: 1.25rem 1rem; }

.white-popup-block {
  max-width: 870px;
  margin: 2.5rem auto; }

.full-popup-block {
  max-width: 100%; }

.popup-content {
  margin-bottom: 4rem;
  text-align: justify;
  font-size: 1.0625rem;
  letter-spacing: 0.8px; }
  .popup-content h3 {
    margin-bottom: 0.75rem;
    font-size: 1.625rem;
    letter-spacing: 2.88px; }
  .popup-content h4 {
    margin-bottom: 1rem;
    font-size: 1.3125rem; }
  .popup-content ol {
    list-style-type: decimal-leading-zero;
    padding-left: 2.375rem;
    line-height: 1.6; }
    @media (min-width: 768px) {
      .popup-content ol {
        padding-left: 2rem; } }
    .popup-content ol li {
      margin-bottom: .5rem; }
      .popup-content ol li ul {
        list-style: upper-alpha;
        margin-top: 0.5rem;
        padding-left: 1.9375rem; }
        @media (min-width: 768px) {
          .popup-content ol li ul {
            padding-left: 1.625rem; } }
  .popup-content p {
    line-height: 1.8; }
  .popup-content .seo-title {
    margin-bottom: 0.75rem; }
    .popup-content .seo-title * {
      display: inline-block; }
    .popup-content .seo-title h3 {
      margin-right: 0.5rem; }

[v-cloak] {
  display: none; }

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

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