body {
  font-family: 'Kanit' , 'Pattaya';
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  background-color: #f2f2f2;
}
a:link {
  text-decoration: none !important;
}
p,h1,h2,h3,h4,h5,h6 {
  margin: 0;
}
.pcc-header > .pcc-wrapper {
  height: 74px;
}

/* New */
.pcct-seccont {
  font-weight: 300;
  color: #65676a;
  cursor: default;
  line-height: 1.5;
}
.pcct-seccont-title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #1e1e1e;
}
.pcct-seccont-title-model {
  font-size: 56px;
  font-weight: 500;
}
/* .pcct-seccont-title .pcct-seccont-title-name {
  font-size: 28px;
}
.pcct-seccont-title .pcct-seccont-title-model {
  font-size: 56px;
} */

.pcct-seccont {
  padding: 50px 0;
}
.pcct-seccont-1 {
  /* padding: 50px 0; */
}

.pcct-seccont-2 {
  /* background-color: #f2f2f2;
  margin: 0 -40px;
  padding: 50px 40px; */
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}

.pcct-seccont-heading {
  font-size: 30px;
  font-weight: 500;
  color: #1e1e1e;
}
.pcct-seccont-subheading {
  font-size: 24px;
  font-weight: 400;
  color: #1e1e1e;
}
.pcct-seccont-heading .pcct-seccont-subheading {
  display: inline-block;
}

.pcct-table {
  font-size: 17px;
}
.pcct-table tr {
  border: 0;
  background-color: transparent !important;
  text-align: left;
  color: #65676a;
  font-size: 17px;
}
.pcct-table th {
  background-color: transparent;
  text-align: center;
  font-weight: 500;
  text-align: left;
}
.pcct-table thead tr th {
  background-color: #f2f2f2;
  padding: 8px 16px;
  color: #65676a;
  vertical-align: top;
}
.pcct-table thead tr th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.pcct-table thead tr th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.pcct-table td {
  vertical-align: top;
  padding: 8px 16px;
}
.pcct-table tbody tr {
  border-bottom: 1px solid #e7e7e7;
}


.pcct-specification-group {
  font-size: 15px;
  text-align: center;
}
.pcct-specification-group img {
  width: 80px;
}

.pcct-specification-highlight {
  text-align: center;
}
.pcct-specification-value {
  font-size: 48px;
  color: #434343;
}
.pcct-specification-value span {
  font-size: 20px;
  margin-top: -8px;
  display: block;
}

.pcct-seccont-title.text-left {
  text-align: left;
  font-size: 30px;
  font-weight: 500;
}

.text-justify {
  text-indent: 2rem;
}

.pcct-groupnp7alogo img {
  max-height: 80px;
}

.product-group {
  /* display: flex;
  flex-wrap: wrap; */
}
.product-box {
  /* width: 33.33%;
  display: flex;
  align-items: flex-end;
  justify-content: center; */
}

.product-box a {
  padding: 15px;
  text-decoration: none;
  color: #000 !important;
}

.product-group-belt .product-box img {
  max-width: 400px;
}

.product-box p {
  margin-top: 1rem;
}

.contact-downloadmap img {
  float: none;
}

.product-contact p {
  line-height: 1.5;
}

.contactshortcut-group {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactshortcut-group > div {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 1rem;
}
.contactshortcut-list {
  display: inline-flex;
  font-size: 15px;
  align-items: center;
  color: #000 !important;
  line-height: 1.2;
}
.contactshortcut-list img {
  /*width: 62px;
  */height: 62px;
  width: auto;
  margin-right: 12px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.contactshortcut-list:hover img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.contactshortcut-list:hover {
  text-decoration: underline !important;
}

/* Chrome, Safari, Edge, Opera */
.contact-form input[type="number"]::-webkit-outer-spin-button,
.contact-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.contact-form input[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 992px) {
  .contactshortcut-group {
    flex-wrap: wrap;
  }
  .contactshortcut-group > div {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .pcc-header > .pcc-wrapper {
    height: 60px;
  }
  .pcct-seccont-heading,
  .pcct-seccont-title.text-left {
    font-size: 30px;
  }
  .pcct-seccont-subheading {
    font-size: 22px;
  }
  .pcct-seccont-heading .pcct-seccont-subheading {
    font-size: 22px;
  }
  .pcct-seccont-title {
    font-size: 22px;
  }
  .pcct-seccont-title-model {
    font-size: 44px;
  }
  .pcct-groupnp7alogo img {
    max-height: 60px;
  }
  .product-box a {
    padding: 10px;
  }
}




