@font-face {
    font-family: 'THSarabunNew';
    src: url('/font/thsarabunnew-webfont.eot');
    src: url('/font/thsarabunnew-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/thsarabunnew-webfont.woff') format('woff'),
         url('/font/thsarabunnew-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'THSarabunNew';
    src: url('/font/thsarabunnew_bolditalic-webfont.eot');
    src: url('/font/thsarabunnew_bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/thsarabunnew_bolditalic-webfont.woff') format('woff'),
         url('/font/thsarabunnew_bolditalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'THSarabunNew';
    src: url('/font/thsarabunnew_italic-webfont.eot');
    src: url('/font/thsarabunnew_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/thsarabunnew_italic-webfont.woff') format('woff'),
         url('/font/thsarabunnew_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'THSarabunNew';
    src: url('/font/thsarabunnew_bold-webfont.eot');
    src: url('/font/thsarabunnew_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/thsarabunnew_bold-webfont.woff') format('woff'),
         url('/font/thsarabunnew_bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.thsarabunnew{
   font-family: 'THSarabunNew', sans-serif;
}

/***************/

h1, h2, h3, h4, h5, h6{
	margin:10px 0px;
	font-family: thsarabunnew;
	line-height:25px;
}

h1 { font-size:20px; margin:10px 0px; padding-bottom:5px; padding-left:5px; color:#003366; font-weight:normal;}
h2 { font-size:18px; }
h3 { font-size:120%; }
h4 { font-size:110%; }
h5 { font-size:100%; }
h6 { font-size:90%; }

.title-line{
	border-bottom:2px solid #46b9eb;
}
.title-right{
	text-align:right;
}
.title-bg{
	background:url(/lao/images/bg/bg-title-01.gif);
	padding:10px 5px;
	color:#003366;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 480px) {
}