@import 'https://fonts.googleapis.com/css?family=Kanit|Prompt';

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on May 19, 2015 
@font-face {
    font-family: 'rsuregular';
    src: url('rsu_regular-webfont.eot');
    src: url('rsu_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('rsu_regular-webfont.woff2') format('woff2'),
         url('rsu_regular-webfont.woff') format('woff'),
         url('rsu_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rsubold';
    src: url('rsu_bold-webfont.eot');
    src: url('rsu_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('rsu_bold-webfont.woff2') format('woff2'),
         url('rsu_bold-webfont.woff') format('woff'),
         url('rsu_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'Kanit-Regular';  
    src: url('fonts/Kanit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit-Light';  
    src: url('fonts/Kanit-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.peakfontlight {
  font-family: 'Kanit-Regular', sans-serif;
}

.peakfontbold {
  font-family: 'Kanit-Light', sans-serif;
}


body{
	background: #EEEEEE;
    font-family: 'Prompt', sans-serif;  	
}

p .card .card-body .news{
	font-family: 'Kanit', sans-serif;
	/*font-family: 'NotoSansThai-ExtraLight', sans-serif;*/
}

/* ãªéà©¾ÒÐËÑÇ¢éÍ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Kanit', sans-serif;
  /*font-family: 'NotoSansThai-Bold', sans-serif;*/
}

ul.navbar-nav{
	margin: -6px;
	/*background: rgb(30, 122, 255);*/	
}

ul.navbar-nav li.nav-item.active a.nav-link{
	color: white;
}

ul.navbar-nav li.nav-item a.nav-link{
	color: #F0E68C;
}

ul.navbar-nav li.nav-item a.nav-link:link, a.nav-link:visited{
	background-color: transparent;
	padding: 16px 30px; 
	text-align: center; 
	text-decoration: none;
	display: inline-block; 
	color: white);
}

ul.navbar-nav li.nav-item a.nav-link:hover, a.nav-link:active{
	background-color: #0b53f6;
	color: white;
}

ul.navbar-nav li.nav-item div.dropdown-menu{
	background: #b4c9f8;
	padding: -6px;	
}

ul.navbar-nav li.nav-item div.dropdown-menu a.dropdown-item:hover,a.dropdown-item:active{
	background-color: #0b53f6;
	color: white;
}


/**table style**/
#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
/**end table style**/

/***<hr> line***/
hr.new1 {
  border: 2px solid #1589FF;
  border-radius: 5px;
}

