html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


@font-face {
    font-family: 'THSarabunNew';
    src: url('fonts/THSarabunNew.ttf');
    src: url('fonts/THSarabunNew.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'THSarabunNew';
    src: url('fonts/THSarabunNewBoldItalic.ttf');
    src: url('fonts/THSarabunNewBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'THSarabunNew';
    src: url('fonts/THSarabunNewItalic.ttf');
    src: url('fonts/THSarabunNewItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'THSarabunNew';
    src: url('fonts/THSarabunNewBold.ttf');
    src: url('fonts/THSarabunNewBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.printfile {
    font-family: 'THSarabunNew', sans-serif;
    font-size: 16px;
    padding-left: 25px;
    color: black;
}

.page-break {
    page-break-after: always;
}

