@charset "UTF-8";
/* Color */
/* font */
body #primary *, body #primary h1, body #primary h2, body #primary h3, body #primary h4, body #primary h5, body #primary h6, body #primary p, body #primary li, body #primary div, body #primary blockquote, body #primary pre, body #primary a, body #primary abbr, body #primary acronym, body #primary address, body #primary big, body #primary cite, body #primary code, body #primary del, body #primary dfn, body #primary em, body #primary font, body #primary ins, body #primary kbd, body #primary q, body #primary s, body #primary samp, body #primary small, body #primary strike, body #primary strong, body #primary sub, body #primary sup, body #primary tt, body #primary var, body #primary dl, body #primary dt, body #primary dd, body #primary ol, body #primary ul, body #primary li, body #primary fieldset, body #primary form, body #primary label, body #primary legend, body #primary table, body #primary caption, body #primary tbody, body #primary tfoot, body #primary thead, body #primary tr, body #primary th, body #primary td {
  font-family: 'opensans','SF Pro HK','SF Pro Display','SF Pro Icons','Noto Sans HK','PingFang HK','Segoe UI','SegoeUI','Microsoft JhengHei','微軟正黑體','Helvetica Neue','Helvetica',Arial,sans-serif;
}

/* responsive */
/* Fix page */
#page.site {
  overflow: visible;
}

#primary.site-content {
  padding: 0;
}

.testimonials,
.new-3step,
.new-quotes,
.fb-connect {
  display: none;
}

@media screen and (max-width: 1170px) and (min-width: 481px) {
  main {
    padding: 0 10px;
  }
}

@media only screen and (width: 768px) {
  main #blog-title {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  main #blog-title {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header-wrap > div > a > .header-wrap__img {
    display: block !important;
    height: 40px !important;
    padding: 0;
    margin: 5px 0 0 0;
  }
}

/* editing tool */
.entry-content .txt-left {
  text-align: left;
}

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

.entry-content .txt-right {
  text-align: right;
}

.entry-content .space-out {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.entry-content .mobile-off {
  /* Mobile display duplicated content */
  display: block;
}

@media screen and (max-width: 480px) {
  .entry-content .mobile-off {
    display: none;
  }
}

.entry-content .mobile-on {
  /* Mobile display duplicated content */
  display: none;
}

@media screen and (max-width: 480px) {
  .entry-content .mobile-on {
    display: block;
  }
}

.entry-content .two-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  grid-gap: 24px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .entry-content .two-grid {
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
  }
}

.entry-content .two-grid p:empty {
  display: none;
}

@media screen and (min-width: 768px) {
  .entry-content .two-column {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .entry-content .two-column > div {
    -webkit-column-break-inside: avoid;
            break-inside: avoid-column;
    float: right;
  }
}

.entry-content .two-column .two-column p:empty {
  display: none;
}

@media screen and (min-width: 768px) {
  .entry-content .masonry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .entry-content .masonry > div:nth-child(n + 1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .entry-content .masonry > div:nth-child(n) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.entry-content .masonry .card {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 0 15px;
  margin: 5px;
  border: 3px #f9f9f9 solid;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

@media screen and (min-width: 768px) {
  .entry-content .masonry .card {
    width: calc(50% - 10px);
    margin: 5px 5px;
  }
}

.entry-content .masonry:hover {
  background: none;
}

.entry-content .extra-info {
  background: #f9f9f9;
  padding: 10px 20px 10px 20px;
  margin-bottom: 24px;
  width: 100%;
}

.entry-content .extra-info > .extra-info__show {
  cursor: pointer;
}

.entry-content .extra-info > .extra-info__show:after {
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  content: "+";
  display: block;
  bottom: 0;
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #a9d8ef;
  font-family: arial;
  margin-left: 10px;
  background: #e4ecef;
  width: 30px;
  height: 30px;
  text-align: center;
  float: right;
  border-radius: 100%;
}

.entry-content .extra-info > .extra-info__show:hover:after {
  background: #076b9c;
}

.entry-content .extra-info > .extra-info__hide {
  display: block;
}

.entry-content .extra-info.extra-info__close {
  border-radius: 50px;
  position: relative;
}

.entry-content .extra-info.extra-info__close > .extra-info__hide {
  display: none;
}

@media screen and (min-width: 768px) {
  .entry-content .extra-info.extra-info__close:nth-child(2) {
    margin-top: 20px;
  }
}

.entry-content .extra-info:not(.extra-info__close) .extra-info__show:after {
  content: "-";
  display: block;
  bottom: 0;
  line-height: 25px;
  font-size: 30px;
  font-weight: bold;
  color: #a9d8ef;
  font-family: arial;
  margin-left: 10px;
  background: #e4ecef;
  width: 30px;
  height: 30px;
  text-align: center;
  float: right;
  border-radius: 100%;
}

.entry-content .extra-info:not(.extra-info__close) .extra-info__show:hover:after {
  background: #076b9c;
}

/* Headings */
#page #primary #content .entry-content .h2 {
  font-weight: bold;
  font-size: 21.98px !important;
  color: #993366 !important;
  line-height: 2;
  text-align: left;
  margin: 0;
}

#page #primary #content .entry-content .h2 a,
#page #primary #content .entry-content .h2 a.link {
  font-size: 21.98px;
  color: inherit;
}

#page #primary #content .entry-content .h3 {
  font-weight: bold;
  font-size: 15.96px;
  color: #156c9a;
  line-height: 2;
  margin: 0;
}

#page #primary #content .entry-content .h3 a,
#page #primary #content .entry-content .h3 a.link {
  font-size: 15.96px;
  color: inherit;
}

#page #primary #content .entry-content .h4 {
  font-weight: bold;
  font-size: 14px;
  color: #72a748;
  margin: 0;
  line-height: 2;
}

#page #primary #content .entry-content .h4 a,
#page #primary #content .entry-content .h4 a.link {
  font-size: 14px;
  color: inherit;
}

#page #primary #content .entry-content .h5 {
  font-weight: bold;
  margin: 0;
}

#page #primary #content .entry-content .h5 a,
#page #primary #content .entry-content .h5 a.link {
  font-size: 14px;
  color: inherit;
}

.entry-content hr {
  width: 70%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.entry-content .btn {
  /* Button */
  font-family: "Open Sans", "Noto Sans HK", "Noto Sans TC";
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #ffffff;
  background: #e6e6e6;
  padding: 8px 24px 5px 24px;
  margin: 2px 0 4px 0;
  border: none;
  border-radius: 4px;
  border-bottom: 3px #969696 solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.entry-content .btn:hover {
  color: #ffffff;
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
  -webkit-box-shadow: 0px 7px 8px -10px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 7px 8px -10px rgba(0, 0, 0, 0.75);
}

.entry-content .btn span {
  /* btn smaller text */
  font-size: 14px;
  font-weight: 300;
}

.entry-content .btn.conversion {
  background: #f58423;
  border-bottom-color: #dd6335;
}

.entry-content .btn.two-conversion {
  /* two-conversion for two-grid */
  background: #f58423;
  border-bottom-color: #dd6335;
  min-width: 200px;
}

.entry-content .btn.learn-more {
  background: #77aa43;
  border-bottom-color: #547f3b;
}

.mh-table .entry-content .btn {
  font-size: 14px;
  padding: 5px 15px 3px 15px;
  position: inherit;
}

.entry-content .text-box {
  /* text emphasis */
  display: inline-block;
  padding: 0.3em 0.7em 0.2em;
  background: #155072;
  border-radius: 20px;
  color: #fff;
  line-height: 1;
  margin: 0 0.5em;
}

.entry-content .text-box.bluebg {
  background: #155072;
}

.entry-content .text-box.orangebg {
  background: #f58423;
}

.entry-content .text-box.greenbg {
  background: #77aa43;
}

.entry-content .link-clear {
  /* link and anchor */
  color: inherit;
  text-decoration: none;
}

.entry-content .link,
.entry-content .anchor {
  color: #016d9b;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.entry-content .link.further-reading {
  color: #ff9900;
  text-align: center;
}

.entry-content .link.series-reading {
  color: #ff9900;
  text-decoration: none;
}

.entry-content a.anchor {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  display: inline-block;
  position: relative;
}

.entry-content a.anchor.down:after {
  content: "";
  display: block;
  font-family: "icofont";
  font-size: 14px;
  line-height: 0.5;
  position: absolute;
  bottom: 0;
  left: calc(50% - 7px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.entry-content a.anchor.down:hover {
  -webkit-transform: translate(0, -2px) !important;
          transform: translate(0, -2px) !important;
}

.entry-content a.anchor.down:hover:after {
  opacity: 1;
  bottom: -5px;
}

.entry-content a.anchor.up:after {
  content: "";
  display: block;
  font-family: "icofont";
  font-size: 14px;
  line-height: 0.5;
  position: absolute;
  top: 0;
  left: calc(50% - 7px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.entry-content a.anchor.up:hover {
  -webkit-transform: translate(0, 2px) !important;
          transform: translate(0, 2px) !important;
}

.entry-content a.anchor.up:hover:after {
  opacity: 1;
  top: -5px;
}

.entry-content a.anchor.back-to-top {
  text-decoration: none !important;
  color: #a19c9c;
  border: 1px #e8e8e8 solid !important;
  padding: 0 7px;
  border-radius: 5px;
  line-height: 2;
  display: inline-block;
  margin-top: 2.4rem;
}

.entry-content a.anchor.back-to-top:before {
  content: "";
  font-family: "icofont";
  display: inline-block;
  vertical-align: baseline;
  font-size: 17px;
  margin: 0 3px 0 0;
}

.entry-content .tooltip {
  /* tool tip */
}

.entry-content .tooltip .tooltip-inner {
  border: none;
  background: #e4e8ea;
  max-width: 480px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.entry-content .tooltip.top > .tooltip-arrow {
  width: 10px;
  height: 10px;
  background: #e4e8ea;
  border: none;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

.mh-table.mouse-hover .entry-content .tooltip.fade.top.in {
  -webkit-transition: none;
  transition: none;
}

.entry-content .link-on-tip {
  display: inline-block;
}

/* Table Styles */
.table-wrapper {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 50px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .table-wrapper {
    margin-left: 8px;
  }
}

.table-wrapper .mh-table {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .table-wrapper.narrow-table .mh-table {
    display: table;
    width: 100%;
  }
}

.table-wrapper.narrow-table .mh-table:before {
  display: none;
}

.table-wrapper:after {
  content: "製表：";
  display: block;
  font-size: 12px;
  background: url("https://blogassets.moneyhero.com.hk/wp-content/uploads/sites/3/2019/12/03182322/MH-h-logo-color.png");
  height: 22px;
  width: 140px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  right: -8px;
  position: absolute;
  bottom: -35px;
}

/* Dragging Hint */
@media screen and (max-width: 767px) {
  html:lang(zh-HK) .table-wrapper:before {
    content: "向右拖曳查看更多 >";
    display: block;
    text-align: right;
    font-size: 12px;
    padding: 0 0 10px;
  }
}

.table-wrapper.scrollable:before {
  content: "向右拖曳查看更多 >";
  display: block;
  text-align: right;
  font-size: 12px;
  padding: 0 0 10px;
}

.mh-table {
  font-size: 12px;
  line-height: 150%;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  white-space: normal;
  background-color: white;
}

@media screen and (max-width: 767px) {
  .mh-table {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
}

.mh-table tr:nth-child(even) {
  background: #f8f8f8;
}

.mh-table td, .mh-table th {
  text-align: center;
  padding: 8px;
}

.mh-table td {
  border-right: 1px solid #f8f8f8;
  font-size: 12px;
}

.mh-table td > ul {
  margin: 0 auto;
  text-align: left;
  display: -ms-inline-grid;
  display: inline-grid;
}

.mh-table td > ol {
  margin: 0 auto;
  text-align: left;
  display: -ms-inline-grid;
  display: inline-grid;
}

.mh-table thead th {
  color: #ffffff;
  background: #076b9c;
  text-transform: initial;
}

.mh-table thead td {
  background: #0f4f73;
  color: #ffffff;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .mh-table thead td {
    text-align: left;
    padding-left: 18px;
  }
}

.mh-table img {
  vertical-align: top;
}

.mh-table a {
  text-decoration: underline;
  font-weight: bold;
}

.mh-table.mouse-hover * {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.mh-table.mouse-hover tbody tr:hover td {
  background: rgba(119, 170, 67, 0.2);
  color: black;
}

@media screen and (min-width: 768px) {
  .mh-table.mouse-hover tbody tr:hover td {
    border-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .mh-table.mouse-hover.transpose tbody tr:hover td:nth-child(even) {
    background: rgba(229, 239, 220, 0.25);
  }
  .mh-table.mouse-hover.transpose tbody tr:hover td:nth-child(odd) {
    background: rgba(119, 170, 67, 0.2);
  }
}

@media screen and (max-width: 767px) {
  .mh-table.transpose {
    display: block;
    width: 100%;
    overflow-x: visible;
  }
  .mh-table.transpose thead {
    float: left;
  }
  .mh-table.transpose thead th:nth-child(odd) {
    color: #ffffff;
    background: #155072;
  }
  .mh-table.transpose thead th {
    width: 75px;
    text-align: left;
    border-bottom: 1px solid #f7f7f9;
  }
  .mh-table.transpose thead th:last-child {
    border-bottom: none;
  }
  .mh-table.transpose thead, .mh-table.transpose tbody, .mh-table.transpose thead th {
    display: block;
  }
  .mh-table.transpose tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
  }
  .mh-table.transpose tbody tr {
    display: table-cell;
  }
  .mh-table.transpose tbody tr td {
    display: block;
    text-align: center;
  }
  .mh-table.transpose tbody tr td:nth-child(odd) {
    background: #f8f8f8;
    border-right: 1px solid #e6e4e4;
  }
  .mh-table.transpose tbody tr td:nth-child(even) {
    border-right: 1px solid #e6e4e4;
  }
  .mh-table.transpose tbody tr:nth-child(odd) {
    background: none;
  }
  .mh-table.transpose tbody tr:nth-child(even) {
    background: transparent;
  }
  .mh-table.transpose td, .mh-table.transpose th {
    padding: 10px 0.625em 0.625em 0.625em;
    height: 58px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    width: 150px;
    line-height: 150%;
    font-size: 13px;
    text-overflow: clip;
    white-space: normal;
  }
  .mh-table.transpose .mo-high {
    /* To be depreciated */
    height: 300px;
  }
  .mh-table.transpose .mo-mid {
    /* To be depreciated */
    height: 180px;
  }
  .mh-table.transpose .mo-short {
    /* To be depreciated */
    height: 100px;
  }
  .mh-table.transpose.td1short td:nth-child(1), .mh-table.transpose.td1short th:nth-child(1) {
    height: 38px;
  }
  .mh-table.transpose.td2short td:nth-child(2), .mh-table.transpose.td2short th:nth-child(2) {
    height: 38px;
  }
  .mh-table.transpose.td3short td:nth-child(3), .mh-table.transpose.td3short th:nth-child(3) {
    height: 38px;
  }
  .mh-table.transpose.td4short td:nth-child(4), .mh-table.transpose.td4short th:nth-child(4) {
    height: 38px;
  }
  .mh-table.transpose.td5short td:nth-child(5), .mh-table.transpose.td5short th:nth-child(5) {
    height: 38px;
  }
  .mh-table.transpose.td6short td:nth-child(6), .mh-table.transpose.td6short th:nth-child(6) {
    height: 38px;
  }
  .mh-table.transpose.td7short td:nth-child(7), .mh-table.transpose.td7short th:nth-child(7) {
    height: 38px;
  }
  .mh-table.transpose.td8short td:nth-child(8), .mh-table.transpose.td8short th:nth-child(8) {
    height: 38px;
  }
  .mh-table.transpose.td9short td:nth-child(9), .mh-table.transpose.td9short th:nth-child(9) {
    height: 38px;
  }
  .mh-table.transpose.td10short td:nth-child(10), .mh-table.transpose.td10short th:nth-child(10) {
    height: 38px;
  }
  .mh-table.transpose.td1high td:nth-child(1), .mh-table.transpose.td1high th:nth-child(1) {
    height: 95px;
  }
  .mh-table.transpose.td2high td:nth-child(2), .mh-table.transpose.td2high th:nth-child(2) {
    height: 95px;
  }
  .mh-table.transpose.td3high td:nth-child(3), .mh-table.transpose.td3high th:nth-child(3) {
    height: 95px;
  }
  .mh-table.transpose.td4high td:nth-child(4), .mh-table.transpose.td4high th:nth-child(4) {
    height: 95px;
  }
  .mh-table.transpose.td5high td:nth-child(5), .mh-table.transpose.td5high th:nth-child(5) {
    height: 95px;
  }
  .mh-table.transpose.td6high td:nth-child(6), .mh-table.transpose.td6high th:nth-child(6) {
    height: 95px;
  }
  .mh-table.transpose.td7high td:nth-child(7), .mh-table.transpose.td7high th:nth-child(7) {
    height: 95px;
  }
  .mh-table.transpose.td8high td:nth-child(8), .mh-table.transpose.td8high th:nth-child(8) {
    height: 95px;
  }
  .mh-table.transpose.td9high td:nth-child(9), .mh-table.transpose.td9high th:nth-child(9) {
    height: 95px;
  }
  .mh-table.transpose.td10high td:nth-child(10), .mh-table.transpose.td10high th:nth-child(10) {
    height: 95px;
  }
  .mh-table.transpose.td1higher td:nth-child(1), .mh-table.transpose.td1higher th:nth-child(1) {
    height: 180px;
  }
  .mh-table.transpose.td2higher td:nth-child(2), .mh-table.transpose.td2higher th:nth-child(2) {
    height: 180px;
  }
  .mh-table.transpose.td3higher td:nth-child(3), .mh-table.transpose.td3higher th:nth-child(3) {
    height: 180px;
  }
  .mh-table.transpose.td4higher td:nth-child(4), .mh-table.transpose.td4higher th:nth-child(4) {
    height: 180px;
  }
  .mh-table.transpose.td5higher td:nth-child(5), .mh-table.transpose.td5higher th:nth-child(5) {
    height: 180px;
  }
  .mh-table.transpose.td6higher td:nth-child(6), .mh-table.transpose.td6higher th:nth-child(6) {
    height: 180px;
  }
  .mh-table.transpose.td7higher td:nth-child(7), .mh-table.transpose.td7higher th:nth-child(7) {
    height: 180px;
  }
  .mh-table.transpose.td8higher td:nth-child(8), .mh-table.transpose.td8higher th:nth-child(8) {
    height: 180px;
  }
  .mh-table.transpose.td9higher td:nth-child(9), .mh-table.transpose.td9higher th:nth-child(9) {
    height: 180px;
  }
  .mh-table.transpose.td10higher td:nth-child(10), .mh-table.transpose.td10higher th:nth-child(10) {
    height: 180px;
  }
  .mh-table.transpose.td1extra-high td:nth-child(1), .mh-table.transpose.td1extra-high th:nth-child(1) {
    height: 300px;
  }
  .mh-table.transpose.td2extra-high td:nth-child(2), .mh-table.transpose.td2extra-high th:nth-child(2) {
    height: 300px;
  }
  .mh-table.transpose.td3extra-high td:nth-child(3), .mh-table.transpose.td3extra-high th:nth-child(3) {
    height: 300px;
  }
  .mh-table.transpose.td4extra-high td:nth-child(4), .mh-table.transpose.td4extra-high th:nth-child(4) {
    height: 300px;
  }
  .mh-table.transpose.td5extra-high td:nth-child(5), .mh-table.transpose.td5extra-high th:nth-child(5) {
    height: 300px;
  }
  .mh-table.transpose.td6extra-high td:nth-child(6), .mh-table.transpose.td6extra-high th:nth-child(6) {
    height: 300px;
  }
  .mh-table.transpose.td7extra-high td:nth-child(7), .mh-table.transpose.td7extra-high th:nth-child(7) {
    height: 300px;
  }
  .mh-table.transpose.td8extra-high td:nth-child(8), .mh-table.transpose.td8extra-high th:nth-child(8) {
    height: 300px;
  }
  .mh-table.transpose.td9extra-high td:nth-child(9), .mh-table.transpose.td9extra-high th:nth-child(9) {
    height: 300px;
  }
  .mh-table.transpose.td10extra-high td:nth-child(10), .mh-table.transpose.td10extra-high th:nth-child(10) {
    height: 300px;
  }
}

.mh-table.sticky {
  overflow-y: scroll;
  max-height: 480px;
  display: block;
}

.mh-table.sticky:after {
  content: " 拖曳查看更多";
  font-family: IcoFont,'opensans','SF Pro HK','SF Pro Display','SF Pro Icons','Noto Sans HK','PingFang HK','Segoe UI','SegoeUI','Microsoft JhengHei','微軟正黑體','Helvetica Neue','Helvetica',Arial,sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 5px);
  height: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f8f8f8), color-stop(50%, rgba(248, 248, 248, 0.8)), color-stop(90%, rgba(248, 248, 248, 0)));
  background: linear-gradient(0deg, #f8f8f8 0%, rgba(248, 248, 248, 0.8) 50%, rgba(248, 248, 248, 0) 90%);
  position: absolute;
  bottom: 0;
  color: grey;
  font-size: 13px;
  letter-spacing: 2px;
  vertical-align: text-bottom;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mh-table.sticky th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.mh-table.sticky tfoot td {
  width: 999px;
  background: #f8f8f8;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .mh-table.sticky::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .mh-table.sticky::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  }
  .mh-table.sticky::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: lightgrey;
  }
}

.mh-table.alt-color-tbody tr {
  background: none;
}

.mh-table.alt-color-tbody tbody:nth-child(odd) {
  background: #f8f8f8;
}

.mh-table.alt-color-tbody tbody:nth-child(even) {
  background: white;
}

.mh-table.alt-color-tbody.mouse-hover tbody:hover td {
  background: rgba(119, 170, 67, 0.2);
  color: black;
}

.mh-table.left-col-head td:not([colspan]):first-child {
  font-weight: bold;
  color: black;
  font-size: 14px;
  border-right: 2px dotted #dddddd;
}

button.expand-table {
  margin: -50px auto 20px auto;
  display: block;
  border: none;
  z-index: 999;
  color: #666;
  background: #f8f8f8;
  padding: 10px 50px;
  border-radius: 0 0 20px 20px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

@media screen and (max-width: 767px) {
  button.expand-table {
    margin: -50px 0 20px 8px;
  }
}

button.expand-table:focus {
  outline-width: 0;
}

button.expand-table:hover {
  background: rgba(119, 170, 67, 0.2);
}

button.expand-table.closed:after {
  content: "展開";
}

button.expand-table.closed span {
  display: none;
}

input.searchable-input {
  width: 100%;
  font-size: 14px;
  padding: 12px 20px 12px 10px;
  border: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
  font-family: "icofont";
  border-radius: 0;
  color: #333333;
}

input.searchable-input:focus {
  outline: none;
  background: #fafafa;
}

input.searchable-input:placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #993366;
  opacity: 1;
  /* Firefox */
}

input.searchable-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #993366;
}

input.searchable-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #993366;
}

/* Product Card */
.product-card {
  display: -ms-grid;
  display: grid;
  background: white;
  border-radius: 8px;
  border: 1px solid #f3f3f3;
  margin-bottom: 32px;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  -webkit-box-shadow: 0px 5px 25px -15px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 25px -15px rgba(0, 0, 0, 0.35);
  background: white;
  margin: 24px 16px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 600px) {
  .product-card.product-card-stk {
    -ms-grid-columns: minmax(40%, 100%) minmax(60%, 100%);
        grid-template-columns: minmax(40%, 100%) minmax(60%, 100%);
    -ms-grid-rows: (min-content)[3];
        grid-template-rows: repeat(3, -webkit-min-content);
        grid-template-rows: repeat(3, min-content);
        grid-template-areas: "product-name product-metric" "product-promotion product-promotion" "product-extra-info product-extra-info";
  }
}

@media screen and (max-width: 599px) {
  .product-card.product-card-stk {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: (min-content)[3];
        grid-template-rows: repeat(3, -webkit-min-content);
        grid-template-rows: repeat(3, min-content);
        grid-template-areas: "product-name" "product-metric" "product-promotion" "product-extra-info";
  }
  .product-card.product-card-stk .product-name {
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

.product-card .product-name {
  grid-area: product-name;
  font-size: 28px;
  font-weight: 600;
}

.product-card .product-metric {
  grid-area: product-metric;
  text-align: right;
}

@media screen and (max-width: 599px) {
  .product-card .product-metric {
    text-align: center;
  }
}

.product-card .product-metric .metric {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  display: inline-block;
}

@media screen and (min-width: 600px) {
  .product-card .product-metric .metric:first-child {
    margin-left: 16px;
  }
  .product-card .product-metric .metric:nth-child(n+2) {
    margin-left: 36px;
  }
}

@media screen and (max-width: 599px) {
  .product-card .product-metric .metric {
    margin: 0 16px;
    font-size: 28px;
  }
}

.product-card .product-ac {
  grid-area: product-ac;
  text-align: right;
}

.product-card .product-promotion {
  grid-area: product-promotion;
  background: #ecf8fd;
  margin: 0 24px;
  border-radius: 8px;
  font-size: 18px;
}

.product-card .product-extra-info {
  grid-area: product-extra-info;
}

.product-card > * {
  padding: 18px 24px;
}

.product-card > * .small-text {
  font-weight: 500;
  font-size: 14px;
}

.product-card .blue-text {
  color: #076b9c;
}

.product-card .green-text {
  color: #72a748;
}

.product-card .orange-text {
  color: #72a748;
}

.product-card p:empty {
  display: none;
}

.product-card p {
  margin: 0;
}

/* Editorial Code Styles */
.editorial-code {
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #076b9c), color-stop(60%, white));
  background: linear-gradient(0deg, #076b9c 30%, white 60%);
  color: #484848;
  font-size: 14px;
  font-weight: normal;
  line-height: 180%;
  padding: 20px 20px 20px;
  margin: 20px 5px;
  border-top-right-radius: 20px;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
}

.editorial-code:before {
  content: attr(code-text);
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: normal;
  line-height: 180%;
  background: #f5f5f5;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  padding: 23px 20px 20px;
  color: #484848;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.editorial-code:after {
  content: "";
  display: block;
  width: 30%;
  height: 15px;
  background: #77aa43;
  position: absolute;
  bottom: -5px;
  right: -10px;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.editorial-code:hover:before {
  background: #e6e6e6 !important;
}

.editorial-code:hover:after {
  bottom: 0px;
}

/* Bio box / Author */
.biobox {
  white-space: nowrap;
  margin: 0 0 30px 0;
}

.biobox:after {
  content: "";
  display: inline-block;
  width: 1px;
  padding-bottom: 24%;
  vertical-align: bottom;
}

.authorbio {
  cursor: pointer;
  display: inline-block;
  width: calc(100% - 1px);
  padding: 16px 3% 16px 27%;
  position: relative;
  background: #e9e9e9;
  white-space: normal;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: justify;
  line-height: 2;
  vertical-align: bottom;
}

@media screen and (max-width: 480px) {
  .authorbio {
    padding: 16px 5% 16px 5%;
    margin-top: 40%;
  }
}

.authorbio:hover {
  -webkit-box-shadow: 0px 10px 14px -10px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 10px 14px -10px rgba(0, 0, 0, 0.75);
}

.authorbio:before {
  content: "";
  display: inline-block;
  width: 25%;
  padding-bottom: 25%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .authorbio:before {
    width: 50%;
    padding-bottom: 40%;
    bottom: 100%;
    background-size: cover;
    background-position: 0 0;
  }
}

.authorbio h5 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 8px;
}

@media screen and (max-width: 480px) {
  .authorbio h5 {
    display: block;
    position: absolute;
    bottom: 100%;
    right: calc(5% + 1px);
    width: 61%;
    font-size: 7vw;
    text-align: right;
  }
}

.authorbio p {
  margin-bottom: 0;
}

/* author profile 1 */
.author1:before {
  background-image: url(https://blogassets.moneyhero.com.hk/wp-content/uploads/sites/3/2020/05/21173739/propic.png);
}

/* dynamic banner */
div.dynamic-banner[data-banner-id] {
  display: none;
}

a.dynamic-banner-on[data-banner-id] {
  display: block;
  margin: 10px 0 20px 0;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  a.dynamic-banner-on[data-banner-id] {
    margin: 10px 12% 20px 12%;
  }
}

/* Highlighting h2 when anchor link is clicked */
.entry-content #pillar-page {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 70%;
      grid-template-columns: 30% 70%;
  -ms-grid-rows: 0 auto 0;
      grid-template-rows: 0 auto 0;
      grid-template-areas: "header header" "sidebar main" "footer footer";
  max-width: 1160px;
  width: 100%;
  gap: 0 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 899px) {
  .entry-content #pillar-page {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: 0 auto auto auto;
        grid-template-rows: 0 auto auto auto;
        grid-template-areas: "header" "sidebar" "main" "footer";
    width: 100%;
    gap: 10px 0;
  }
}

.entry-content #pillar-page .pillar-page__nav {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: sidebar;
}

.entry-content #pillar-page .pillar-page__content {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: main;
}

.entry-content #pillar-page .pillar-page__top {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: header;
  display: none;
}

.entry-content #pillar-page .pillar-page__bottom {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: footer;
  display: block;
  margin-top: 50px;
}

.entry-content #pillar-page .pillar-panel {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: box-shadow 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: box-shadow 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (min-width: 900px) {
  .entry-content #pillar-page .pillar-panel:hover {
    -webkit-box-shadow: 0px 12px 55px -10px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 12px 55px -10px rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
}

@-webkit-keyframes highlightAnchor {
  0% {
    border-left-color: #00aafb;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background: #c0ebff;
  }
  20% {
    border-left-color: #00aafb;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    margin-bottom: 10px;
    margin-top: 20px;
  }
  90% {
    border-left-color: #00aafb;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    margin-bottom: 10px;
    margin-top: 20px;
  }
  100% {
    border-left-color: white;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background: white;
  }
}

@keyframes highlightAnchor {
  0% {
    border-left-color: #00aafb;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background: #c0ebff;
  }
  20% {
    border-left-color: #00aafb;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    margin-bottom: 10px;
    margin-top: 20px;
  }
  90% {
    border-left-color: #00aafb;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    margin-bottom: 10px;
    margin-top: 20px;
  }
  100% {
    border-left-color: white;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background: white;
  }
}

.entry-content #pillar-page :target {
  -webkit-animation: highlightAnchor 5s ease;
          animation: highlightAnchor 5s ease;
  scroll-margin-top: 2em;
}

.entry-content #pillar-page h2 {
  border-left: 5px solid white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: -15px;
  padding-left: 10px;
  position: relative;
}

/* when full-page, cag email subscription widget will be transformed to full width */
.full-width-widget {
  position: relative;
}

.full-width-widget::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  background: #076b9c;
}

.full-width-widget::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(100% - 1px);
  background: #076b9c;
}

/* Table Styles */
.ninja_table_wrapper {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  overflow-x: auto;
  border: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ninja_table_wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .ninja_table_wrapper td {
    min-width: 15ch;
  }
}

.ninja_table_wrapper [class*="column"] + [class*="column"]:last-child {
  float: none;
}

@media screen and (max-width: 767px) {
  .ninja_table_wrapper .footable.mh-ninja-table_scrollable {
    margin-top: 40px;
  }
  .ninja_table_wrapper .footable.mh-ninja-table_scrollable:before {
    content: "向右拖曳查看更多 >";
    display: block;
    text-align: right;
    font-size: 14px;
    padding: 0 0 10px;
    position: absolute;
    top: 10px;
    right: 0;
    color: #969696;
  }
}

.ninja_table_wrapper .footable.mh-ninja-table .input-group-btn button, .ninja_table_wrapper .footable.mh-ninja-table .input-group-btn.open button, .ninja_table_wrapper .footable.ninja_footable.white .input-group-btn button, .ninja_table_wrapper .footable.ninja_footable.white .input-group-btn.open button {
  border: none;
  background: #00aafb !important;
}

.ninja_table_wrapper .footable.mh-ninja-table .input-group-btn button:hover, .ninja_table_wrapper .footable.mh-ninja-table .input-group-btn button:focus, .ninja_table_wrapper .footable.mh-ninja-table .input-group-btn.open button:hover, .ninja_table_wrapper .footable.mh-ninja-table .input-group-btn.open button:focus, .ninja_table_wrapper .footable.ninja_footable.white .input-group-btn button:hover, .ninja_table_wrapper .footable.ninja_footable.white .input-group-btn button:focus, .ninja_table_wrapper .footable.ninja_footable.white .input-group-btn.open button:hover, .ninja_table_wrapper .footable.ninja_footable.white .input-group-btn.open button:focus {
  -webkit-transform: none;
          transform: none;
  background: #076b9c !important;
  color: white;
}

.ninja_table_wrapper .footable.mh-ninja-table .input-group-btn input, .ninja_table_wrapper .footable.mh-ninja-table .input-group-btn.open input, .ninja_table_wrapper .footable.ninja_footable.white .input-group-btn input, .ninja_table_wrapper .footable.ninja_footable.white .input-group-btn.open input {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ninja_table_wrapper .footable.mh-ninja-table .input-group-btn li, .ninja_table_wrapper .footable.mh-ninja-table .input-group-btn.open li, .ninja_table_wrapper .footable.ninja_footable.white .input-group-btn li, .ninja_table_wrapper .footable.ninja_footable.white .input-group-btn.open li {
  margin-left: 0;
}

.ninja_table_wrapper .footable.mh-ninja-table:after, .ninja_table_wrapper .footable.ninja_footable.white:after {
  content: "製表：";
  display: block;
  font-size: 12px;
  background: url("https://blogassets.moneyhero.com.hk/wp-content/uploads/sites/3/2019/12/03182322/MH-h-logo-color.png");
  height: 22px;
  width: 140px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  left: 0;
  position: absolute;
  bottom: 20px;
}

#page #primary #content .entry-content .footable.mh-ninja-table, #page #primary #content .entry-content .footable.ninja_footable.white {
  position: unset;
  border: 1px solid #f5f5f5;
  width: calc(100% - 2px);
  background: none !important;
  border-collapse: collapse;
  background-color: white;
  -webkit-box-shadow: 0 20px 20px -21px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 20px -21px rgba(0, 0, 0, 0.2);
}

#page #primary #content .entry-content .footable.mh-ninja-table td, #page #primary #content .entry-content .footable.mh-ninja-table th, #page #primary #content .entry-content .footable.ninja_footable.white td, #page #primary #content .entry-content .footable.ninja_footable.white th {
  padding: 8px;
  font-size: 14px;
  line-height: 150%;
  font-weight: normal;
  white-space: normal;
}

#page #primary #content .entry-content .footable.mh-ninja-table tbody tr:nth-child(even), #page #primary #content .entry-content .footable.ninja_footable.white tbody tr:nth-child(even) {
  background: #f8f8f8;
}

#page #primary #content .entry-content .footable.mh-ninja-table tbody tr:nth-child(odd), #page #primary #content .entry-content .footable.ninja_footable.white tbody tr:nth-child(odd) {
  background: white;
}

#page #primary #content .entry-content .footable.mh-ninja-table tbody tr:hover > td, #page #primary #content .entry-content .footable.ninja_footable.white tbody tr:hover > td {
  background: #dfe8d7 !important;
  color: black !important;
}

@media screen and (min-width: 768px) {
  #page #primary #content .entry-content .footable.mh-ninja-table tbody tr:hover > td, #page #primary #content .entry-content .footable.ninja_footable.white tbody tr:hover > td {
    border-color: transparent !important;
  }
}

#page #primary #content .entry-content .footable.mh-ninja-table tbody tr.footable-detail-row:hover > td, #page #primary #content .entry-content .footable.ninja_footable.white tbody tr.footable-detail-row:hover > td {
  background: #e6e6e6 !important;
  color: inherit !important;
}

@media screen and (min-width: 768px) {
  #page #primary #content .entry-content .footable.mh-ninja-table tbody tr.footable-detail-row:hover > td, #page #primary #content .entry-content .footable.ninja_footable.white tbody tr.footable-detail-row:hover > td {
    border-color: transparent !important;
  }
}

#page #primary #content .entry-content .footable.mh-ninja-table tbody td, #page #primary #content .entry-content .footable.ninja_footable.white tbody td {
  border-right: 1px solid #f8f8f8;
  color: #333333;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#page #primary #content .entry-content .footable.mh-ninja-table tbody td:last-child, #page #primary #content .entry-content .footable.ninja_footable.white tbody td:last-child {
  border: none;
}

#page #primary #content .entry-content .footable.mh-ninja-table tbody td > ul, #page #primary #content .entry-content .footable.ninja_footable.white tbody td > ul {
  margin: 0 auto;
  display: -ms-inline-grid;
  display: inline-grid;
}

#page #primary #content .entry-content .footable.mh-ninja-table tbody td > ol, #page #primary #content .entry-content .footable.ninja_footable.white tbody td > ol {
  margin: 0 auto;
  display: -ms-inline-grid;
  display: inline-grid;
}

#page #primary #content .entry-content .footable.mh-ninja-table thead .footable-header th, #page #primary #content .entry-content .footable.ninja_footable.white thead .footable-header th {
  color: #ffffff;
  background: #076b9c;
  text-transform: initial;
  border: none;
  min-width: 10ch;
}

#page #primary #content .entry-content .footable.mh-ninja-table thead .footable-filtering th, #page #primary #content .entry-content .footable.ninja_footable.white thead .footable-filtering th {
  background: #155072 !important;
  border: none;
}

#page #primary #content .entry-content .footable.mh-ninja-table tbody th, #page #primary #content .entry-content .footable.ninja_footable.white tbody th {
  background: #076b9c !important;
}

#page #primary #content .entry-content .footable.mh-ninja-table .footable-detail-row > td, #page #primary #content .entry-content .footable.ninja_footable.white .footable-detail-row > td {
  background: #e6e6e6;
}

#page #primary #content .entry-content .footable.mh-ninja-table img, #page #primary #content .entry-content .footable.ninja_footable.white img {
  vertical-align: top;
}

#page #primary #content .entry-content .footable.mh-ninja-table a, #page #primary #content .entry-content .footable.ninja_footable.white a {
  text-decoration: underline;
  font-weight: bold;
}

#page #primary #content .entry-content .footable.mh-ninja-table tfoot .pagination, #page #primary #content .entry-content .footable.ninja_footable.white tfoot .pagination {
  margin: 0;
}

#page #primary #content .entry-content .footable.mh-ninja-table tfoot .pagination .footable-page.active a, #page #primary #content .entry-content .footable.ninja_footable.white tfoot .pagination .footable-page.active a {
  background-color: #076b9c !important;
}

#page #primary #content .entry-content .footable.mh-ninja-table tfoot .pagination a:hover, #page #primary #content .entry-content .footable.ninja_footable.white tfoot .pagination a:hover {
  background-color: #00aafb !important;
}

.background {
  color: #076b9c;
  padding: 8px;
}
/*# sourceMappingURL=main.css.map */