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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
    list-style: none;

}
ul{
    list-style-type: disc;
    list-style: disc;
    padding-left: 2rem;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
fonts
*/
@font-face {
font-family: "kanit-m";
    src: url("/assets/font/Kanit/Kanit-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "kanit-l";
        src: url("/assets/font/Kanit/Kanit-Light.ttf") format("truetype");
    }
    

.blog-wrap{
    font-family: "kanit-m";
}
.blog-title{
    font-size: 1.5rem!important;
}
.body-blog,.body-blog *{
    font-family: "kanit-l"!important;
    font-size: 1.2rem!important;
}
}

/*buttom*/
.wdbuttom{
    display: inline-block;
    font-family: inherit;
    border-radius: 3px;
    cursor: pointer;
}
.wdbuttom._block{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.wdbuttom._xs{
    padding: 1px 5px;
    font-size: 11px;
}
.wdbuttom._sm{
    padding: 5px 10px;
    font-size: 12px;
}
.wdbuttom._md{
    padding: 6px 12px;
    font-size: 14px;
}
.wdbuttom._lg{
    padding: 10px 15px;
    font-size: 18px;
}


/*Grid*/
.wdrow{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
}
.wdrow:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.wdcol{
    box-sizing: border-box;
    float: left;
}
.wdcol._md-1{
    width: 8.333333333333333%;
}
.wdcol._md-2{
    width: 16.66666666666667%;
}
.wdcol._md-3{
    width: 25%;
}
.wdcol._md-4{
    width: 33.33333333333333%;
}
.wdcol._md-6{
    width: 50%;
}
.wdcol._md-8{
    width: 66.66666666666667%;
}
.wdcol._md-12{
    width: 100%;
}
