@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500&family=Sarabun:wght@300;400;500;700&display=swap');
@import url('menu.css');

:root {
    --border_set : 1px solid #bebebe;
}

html, body {
	margin: 0px;
    height: 100%;
    /* font-family: "Sarabun", sans-serif; */
    font-family: "Kanit", sans-serif;
    font-weight: 300;    
    font-size: 18px;
    background-color: #e3e3e3;
}

#body_all {
	margin-top: 100px;
}

.doc_width {
    max-width: 1200px;
    margin: auto;
}

p {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#footer {
    font-size: 15px;
    line-height: 30px;
    background: #2b2c2e;
    color: #FFFFFF;
    margin-left: -15px;
    margin-right: -15px;
    padding: 80px 15px 80px 15px;
}

#footer li{
    list-style: none;
}

.slick-slide {
    height: auto !important;
}