/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #FFFFFF;
}






blockquote, q {
	quotes: none;
}
@font-face {
    font-family: 'serithairegular';
    src: url('serithai_regular-webfont.eot');
    src: url('serithai_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('serithai_regular-webfont.woff2') format('woff2'),
         url('serithai_regular-webfont.woff') format('woff'),
         url('serithai_regular-webfont.ttf') format('truetype'),
         url('serithai_regular-webfont.svg#serithairegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FC Lamoon';
    src: url('FCLamoon-Regular.eot');
    src: url('FCLamoon-Regular.eot?#iefix') format('embedded-opentype'),
        url('FCLamoon-Regular.woff2') format('woff2'),
        url('FCLamoon-Regular.woff') format('woff'),
        url('FCLamoon-Regular.ttf') format('truetype'),
        url('FCLamoon-Regular.svg#FCLamoon-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FC Lamoon Bold';
    src: url('FCLamoon-Bold.eot');
    src: url('FCLamoon-Bold.eot?#iefix') format('embedded-opentype'),
        url('FCLamoon-Bold.woff2') format('woff2'),
        url('FCLamoon-Bold.woff') format('woff'),
        url('FCLamoon-Bold.ttf') format('truetype'),
        url('FCLamoon-Bold.svg#FCLamoon-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans Thai';
    src: url('NotoSansThai-Regular.eot');
    src: url('NotoSansThai-Regular.eot?#iefix') format('embedded-opentype'),
         url('NotoSansThai-Regular.woff2') format('woff2'),
         url('NotoSansThai-Regular.woff') format('woff'),
         url('NotoSansThai-Regular.ttf')  format('truetype'),
         url('NotoSansThai-Regular.svg#Noto Sans Thai') format('svg');
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('glyphicons-halflings-regular.ttf') format('truetype'),
         
    }
}
ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}






#topBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #ED861F;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
}
#topBtn:hover {
	background-color: #DB2B2D;
}


@media screen and (max-width: 670px){
	.box-main {
	height: auto;
	width: 85%;
	margin-right: 0%;
	margin-left: 7%;
	float: left;
}


}

@media screen and (min-width: 671px) and (max-width: 900px){
		.box-main {
	height: auto;
	width: 90%;
	margin-right: 0%;
	margin-left: 5%;
	float: left;
}
	
}

@media screen and (min-width: 901px) and (max-width: 1199px){

	.box-main {
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: 10%;
}



}
@media screen and (min-width: 1200px){
	.box-main {
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: 10%;
	float: left;
}


}
