*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: 'ThaiSansNeue-Light';
    src: url('fonts/ThaiSansNeue-Light.eot');
    src: url('fonts/ThaiSansNeue-Light.woff') format('woff'),
    url('fonts/ThaiSansNeue-Light.ttf') format('truetype'),
    url('fonts/ThaiSansNeue-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ThaiSansNeue-Regular';
    src: url('fonts/ThaiSansNeue-Regular.eot');
    src: url('fonts/ThaiSansNeue-Regular.woff') format('woff'),
    url('fonts/ThaiSansNeue-Regular.ttf') format('truetype'),
    url('fonts/ThaiSansNeue-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ThaiSansNeue-Bold';
    src: url('fonts/ThaiSansNeue-Bold.eot');
    src: url('fonts/ThaiSansNeue-Bold.woff') format('woff'),
    url('fonts/ThaiSansNeue-Bold.ttf') format('truetype'),
    url('fonts/ThaiSansNeue-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

h3{
    font-family: 'ThaiSansNeue-Regular', sans-serif;
    font-size: 25px;
}
h6,p{
    font-family: 'ThaiSansNeue-Regular', sans-serif;
    font-size: 20px;
}

h5{
    margin-left: 20px;
    margin-right: 20px;
    font-family: 'ThaiSansNeue-Regular', sans-serif;
    font-size: 20px;
}