  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+Thai:wght@100;300;400;500;600;700;800;900&display=swap');

  /* #0D9DDF primary clr */

  body {
    font-family: 'Inter', sans-serif;
    font-family: 'Noto Sans Thai', sans-serif
  }

  .btn-contact {
    outline: 1px solid #54dbfe;
    padding: 0.375rem 2rem;
  }

  .btn-contact:hover {
    background-color: #54dbfe;
  }

  .page-title {
    position: relative;
    background: url(./img/4930491.jpg) no-repeat center;
    background-size: cover;
    z-index: 0;
  }

  .page-title::after {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: rgba(84, 219, 254, 0.3);
    z-index: -1;
  }

  .category-icon {
    font-size: 50px;
    width: 50px;
    height: 50px;
    color: #54dbfe;
    fill: #54dbfe;
  }

  .product-img {
    width: 100px !important;
    height: 100px;
  }

  .footer {
    position: relative;
    background: url(./img/footer-bg.jpg) no-repeat top left;
    background-size: cover;
    z-index: 0;
  }

  .footer::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(84, 219, 254, .3);
    z-index: -1;
  }



  .report {
    width: 21cm;
    max-height: 29.7cm;
    margin: 0 auto;

    font-family: sans-serif;
    font-size: 16px !important;
  }

  .report h5,
  .report p {
    font-size: 14px !important;
  }