body{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #4E566D;
}


h1{
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-size: 80px;
    line-height: 80px;
}

h2{
    font-family: 'Kanit', sans-serif;
    font-size: 56px;
    line-height: 61.6px;
    font-weight: 800;
    color: #00022D;
}

h3{
    font-family: 'Kanit', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 39.6px;
    color: #00022D;
}

h4{
    font-family: 'Kanit', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 26.4px;
    color: #00022D;
}

h5{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #4E566D;
}

p{
    font-weight: 400;
}



.nabvar__custom ul.navbar-nav {
    margin: 0 auto;
}

.item__drop01 li {
    list-style: none;
}

.center__name a {
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #000;
    text-decoration: none;
}

ul.item__drop01 a::after {
	content: none;
}

body {
    background: #f8f8f8;
}

section.stats .content__stats {
    display: flex;
    flex-wrap: wrap;
    background: white;
    justify-content: center;
    align-items: center;
}

section.stats .content__stats>div {
    flex: 1 0 25%;
    padding: 35px 40px;
    text-align: center;
}

.border_ch {
    border-right: 1px solid #e3e3e3;
}

section.stats {
    padding-top: 70px;
}

section.stats h4{
    font-weight: 100;
    font-size: 20px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.nabvar__custom {
    padding-top: 20px;
    padding-bottom: 20px;
}

section.stats .content__stats>div span {
    font-weight: 900;
    font-size: 48px;
    color: #000;
    margin-top: 21px;
    display: block;
    font-family: 'Inter', sans-serif;
}

section.stats .content__stats {
    border-radius: 15px;
}

.content__write {
    margin-top: 30px;
    margin-bottom: 30px;
}

.content__write textarea {
    width: 100%;
    height: 285px;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    font-size: 20px;
}

.stats__options {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}

.stats__options>div {
    flex: 1 0 50%;
    background: white;
}

.stats__options>div>div {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.stats__options__01__spaces, .stats__options__02__reading {
    border-bottom: 1px solid #e3e3e3;
}

.stats__options div {
    margin-left: 20px;
    margin-right: 20px;
    flex: 1;
}

.stats__options >div {
    border-radius: 15px;
    border: 1px solid #e3e3e3;
}

section.stats span {
    font-weight: 900;
    font-size: 48px;
    color: #000;
    margin-top: 21px;
    display: block;
    font-family: 'Inter', sans-serif;
}

section.content__info__tool {
    margin-top: 150px;
}

section.content__info__tool>div>div {
    margin-top: 45px;
    margin-bottom: 45px;
}

section.content__info__tool>div>div h4 {
    margin-bottom: 30px;
}

ul.item__drop01 {
    padding-left: 0;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.nabvar__custom .container-fluid {
    padding: 0;
}

a#navbarDropdown {
    padding-left: 0;
}