/*全站公共样式*/
@font-face {
    font-family: 'ChangAnunitypeBold';
    src: url('/landing_page/static/ChangAnunitype/ChangAnunitype-Bold.ttf') format('truetype')
}
@font-face {
    font-family: 'ChangAnunitypeRegular';
    src: url('/landing_page/static/ChangAnunitype/ChangAnunitype-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'NotoSans-SemiBold';
    src: url('/landing_page/static/Noto_Sans/NotoSansThai-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'NotoSans-Regular';
    src: url('/landing_page/static/Noto_Sans/NotoSansThai-Regular.ttf') format('truetype');
}


body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}

body{
    font-size: 1rem;
    -webkit-text-size-adjust:100%; line-height:22px;background: rgb(232, 244, 251);color:#252525;}

.th-family{
    font-family: NotoSans-SemiBold !important;
}
.en-family{
    font-family: ChangAnunitypeBold !important;
}
.en-family-regular{
    font-family: ChangAnunitypeRegular !important;
}
.th-family-regular{
    font-family: NotoSans-Regular !important;
}

a{color:#252525;text-decoration:none}

a:hover{color:#F08418;text-decoration:none}

em{font-style:normal}

li{list-style:none}

img{border:0;vertical-align:middle}

p{word-wrap:break-word}

.cls{clear:both;}

.clear{clear:both;content:"";display:table;}

.clearfix{zoom:1;}

.clearfix:after{ content:"."; display:block; height:0; clear:both; overflow:hidden; visibility:visible}

table{border-collapse:collapse;}

input,textarea,select,button {outline:none;box-sizing: content-box}
