.pct-gutters.container {
  padding-left: 10px;
  padding-right: 10px; }

.pct-gutters .row {
  margin-left: -5px;
  margin-right: -5px; }

.pct-gutters [class^="col-"], .pct-gutters [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.table--w10 {
  width: 10%; }

.table--w15 {
  width: 15%; }

.table--w20 {
  width: 20%; }

.table--w25 {
  width: 25%; }

.table--w40 {
  width: 40%; }

.table--w30 {
  width: 30%; }

.table--w35 {
  width: 35%; }

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

html {
  font-size: 16px;
  color: #333333; }

body {
  width: 100%;
  -webkit-font-smoothing: auto;
  font-family: 'Sukhumvit Set', 'Helvetica Neue', 'Tahoma', 'Helvetica', 'Arial', 'PingFang TC', 'Microsoft JhengHei', 'Microsoft JhengHei UI', 'LiHei Pro', 'Heiti TC',  'sans-serif';
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F6F6F6;
  overflow-y: auto;
  overflow-x: hidden; }

p {
  display: block;
  -webkit-margin-before: 0px;
  margin-block-start: 0px;
  -webkit-margin-after: 0px;
  margin-block-end: 0px;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px; }

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #333333;
  outline: none; }

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  display: block;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px; }

dd {
  display: block;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px; }

img {
  display: inline-block;
  margin: 0;
  padding: 0; }

.img-fluid {
  width: 100%; }

@media (max-width: 441px) {
  .hidden-xxs-down {
    display: none !important; } }

@media (max-width: 576px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 992px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1200px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important; } }

@media (min-width: 769px) {
  .hidden-sm-up {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important; } }

@media (min-width: 441px) {
  .hidden-xxs-up {
    display: none !important; } }

.eng-num {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif'; }

.section-pct-allcategory .pct-ui.card-allcategory {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05); }

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -500px 0; }
  30% {
    background-position: -500px 0; }
  70% {
    background-position: 500px 0; }
  100% {
    background-position: 500px 0; } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -500px 0; }
  30% {
    background-position: -500px 0; }
  70% {
    background-position: 500px 0; }
  100% {
    background-position: 500px 0; } }

.img-bg {
  background-size: cover;
  width: 100%;
  background-position: center center; }

.pct-btn-loadcontent p {
  font-weight: 400;
  color: #C5C5C5;
  font-size: 0.9375rem;
  text-align: center;
  min-height: 35px; }

#pct-lightbox-notification {
  text-align: left;
  line-height: 24px; }
  #pct-lightbox-notification .description a {
    color: #2190C6; }

.pct-ui.breadcrumb {
  font-size: 0.8125rem;
  font-weight: 300;
  margin-bottom: 20px; }
  .pct-ui.breadcrumb > ul {
    overflow: hidden;
    height: 25px; }
    .pct-ui.breadcrumb > ul > li {
      display: inline;
      line-height: 22px; }
      .pct-ui.breadcrumb > ul > li a {
        text-decoration: underline; }
        .pct-ui.breadcrumb > ul > li a h3 {
          display: inline;
          font-size: 0.8125rem;
          font-weight: 300;
          margin-bottom: 20px; }
        .pct-ui.breadcrumb > ul > li a:hover {
          text-decoration: none;
          color: #BA0019; }
      .pct-ui.breadcrumb > ul > li:nth-last-child {
        -webkit-line-clamp: 1;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .pct-ui.breadcrumb > ul > li.pct-icon {
        font-size: 0.75rem;
        color: #CCCCCC;
        margin: 0 10px; }

@media (max-width: 768px) {
  .pct-ui.breadcrumb {
    margin-top: 20px; } }

.section-pct-allcategory {
  padding-bottom: 40px; }
  .section-pct-allcategory .grid-content {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    padding-top: 0;
    -webkit-column-gap: 0rem;
    -moz-column-gap: 0rem;
    column-gap: 0rem; }
    .section-pct-allcategory .grid-content .block-grid {
      display: inline-block;
      width: 100%;
      padding-right: 0.5rem; }
  .section-pct-allcategory .pct-ui.card-allcategory {
    background-color: #ffffff;
    margin-bottom: 10px; }
    .section-pct-allcategory .pct-ui.card-allcategory .card-allcategory-first {
      border-bottom: 1px solid #ECECEC;
      padding-bottom: 5%; }
      .section-pct-allcategory .pct-ui.card-allcategory .card-allcategory-first .card-figure .card-figure-inner {
        padding: 10% 35% 0 35%; }
      .section-pct-allcategory .pct-ui.card-allcategory .card-allcategory-first .card-figure .card-content-title {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 1rem;
        text-align: center;
        font-weight: 500;
        padding: 10px 20px;
        height: 50px; }
        .section-pct-allcategory .pct-ui.card-allcategory .card-allcategory-first .card-figure .card-content-title .pct-icon {
          color: #BA0019;
          font-size: 0.875rem;
          margin-left: 5px; }
    .section-pct-allcategory .pct-ui.card-allcategory .card-allcategory-sec {
      padding: 20px 30px; }
      .section-pct-allcategory .pct-ui.card-allcategory .card-allcategory-sec ul li {
        font-size: 0.8125rem;
        line-height: 16px;
        padding: 6px 0; }
        .section-pct-allcategory .pct-ui.card-allcategory .card-allcategory-sec ul li a:hover {
          color: #BA0019; }

@media (max-width: 1200px) {
  .section-pct-allcategory .grid-content {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; } }

@media (max-width: 992px) {
  .section-pct-allcategory .grid-content {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

@media (max-width: 768px) {
  .section-pct-allcategory .grid-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media (max-width: 375px) {
  .section-pct-allcategory .grid-content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }