<?php
date_default_timezone_set("Asia/Bangkok");
?>
<meta charset="utf-8">
<title><?php echo $system_name;?></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Mitr|Niramit&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
/* Make the image fully responsive */
.carousel-inner img {
width: 100%;
height: 100%;
}
</style>
<style>
body {
margin-top: 10px;
background-color:#FFFFFF;
/* background-color:#A0522D;
background-color: #c3c3c3;*/
font-family: 'Mitr', sans-serif;
font-size: 14px;
}
h1 {
font-family: 'Mitr', sans-serif;
/*color: white;
text-align: center;*/
font-size: 24px;
}
h2 {
font-family: 'Mitr', sans-serif;
font-size: 18px;
}
h3 {
font-family: 'Mitr', sans-serif;
font-size: 16px;
font-weight:bold;
}
h4 {
font-family: 'Mitr', sans-serif;
font-size: 14px;
font-weight:bold;
}
h4 {
font-family: 'Mitr', sans-serif;
font-size: 12px;
font-weight:bold;
}
p {
font-family: 'Mitr', sans-serif;
font-size: 16px;
}
table {
font-family: 'Mitr', sans-serif;
font-size: 18px;
}
label {
font-family: 'Mitr', sans-serif;
font-size: 20px;
}
</style>