﻿
@font-face {
    font-family: 'THSarabun';
    src: url('../fonts/thsarabunnew-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'thsarabunnew-webfont';
    src: url('../fonts/thsarabunnew-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'thsarabunnew_bold-webfont';
    src: url('../fonts/thsarabunnew_bold-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'thsarabunnew-webfont';
    src: url('../fonts/thsarabunnew-webfont.woff') format('woff');
}

@font-face {
    font-family: 'thsarabunnew_bold-webfont';
    src: url('../fonts/thsarabunnew_bold-webfont.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'Prompt-Regular';
    src: url('../fonts/Prompt-Regular.ttf') format('truetype');
}
/*@font-face {
	font-family: 'thsarabunnew-webfont';
	src: url('../fonts/THSarabunNew.eot');
	src: local('@'), url('../fonts/thsarabunnew-webfont.woff') format('woff'), url('../fonts/thsarabunnew-webfont.ttf') format('truetype'), url('../fonts/THSarabunNew.svg') format('svg');

	font-weight: normal;
	font-style: normal;
}*/

@font-face {
  font-family: 'THSarabunItalic';
src: url('../fonts/THSarabunItalic.ttf') format('truetype');

}
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: thsarabunnew-webfont !important;
    font-size: 16px;
    font-weight: 200;
    padding: 10px;
}

table {
    border-collapse: collapse;
}
.titleaname{
   font-family: thsarabunnew-webfont !important;
   font-size:16px !important;
   font-weight:bold !important;
}
.t-center{
    text-align:center !important;
}
.t-left{
    text-align:left !important;
}
.t-right{
    text-align:right !important;
}
/*table tr{
    line-height: 15px !important;
}
table td{
    font-weight: 200!important;
    font-size: 14px !important;
}
table, th, td {
    border: 1px solid black;
    padding:5px;
}

thead { display: table-header-group }
tfoot { display: table-row-group }
tr { page-break-inside: avoid }*/

.headerh2 {
    font-family: thsarabunnew_bold-webfont;
    font-size: 20px;
    font-weight: 600;
}
/* FOOTER */
.pdffooter2 {
    background-color: #67676b;
    color: #ffffff;
    /* border-top: 1px solid #e7eaec;*/
    /*bottom: 0;*/
    left: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    border-top: 5px solid #FA8258;
}

.pdffooter {
    background-color: #67676b;
    color: #ffffff;
    position: absolute;
    right: 0;
    /*bottom: 0;*/
    left: 0;
    padding: 1rem;
    /*text-align: center;*/
    font-size: 16px;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.tab1 {
    margin-left: 20px;
}

.tab2 {
    margin-left: 40px;
}

.tab3 {
    margin-left: 60px;
}

.pfdpagebreak {
    page-break-after: always;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #505458;
}
h1 {
  line-height: 43px;
}
h2 {
  line-height: 35px;
}
h3 {
  color:#000000;
}
h3 small {
  color: #444444;
}
h4 {
  line-height: 22px;

}
h4 small {
  color: #444444;
}
h5 {
  font-size: 15px;
}
h5 small {
  color: #444444;
}
p {
  line-height: 1.6;
}
* {
  outline: none !important;
}
b {
  font-weight: 600;
}

h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}