@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;400&display=swap');
body,html{
  font-family: 'Kanit', sans-serif;
}
h1{
  font-size: 2.4rem;
}
h2{
  font-size: 2rem;
}
h3{
  font-size: 1.8rem;
}
h4{
  font-size: 1.5rem;
}
h5{
  font-size: 1.3rem;
}
h6{
  font-size: 1.1rem;
}
p{
  font-size: 1rem;
  line-height: 1.4;
}
h1,h2,h3,h4,h5,h6{
  line-height: 1.4;
}
.img-bg{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.nav-page{
  display: inline-block;
  margin-bottom: 15px;
}
.nav-page li{
  display: inline-block;
  padding: 0px 10px;
  border-right: solid 1px #666666;
  line-height: 1.4rem;
}
.nav-page li:first-child{
  padding-left: 0;
}
.nav-page li:last-child{
  border-right:none;
}
.nav-page li a{
  color: #333333;
}
.div-share{
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.div-share li{
  display: inline-block;
  width: 150px;
  padding: 5px;

}
.div-share li img{
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
}
.cookie-policy{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
background-color: #0f75bc;
color: #ffffff;
z-index: 999;

}

.cookie-select ul{
  display: inline-block;
  width: 100%;
}
.cookie-select ul li{
  display: inline-block;
  float: left;
  padding-right:20px;

}
