@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;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;
  font-weight: 300;
}
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;

}
.section{
  padding: 50px 0;
  width: 100%;
  display: inline-block;
  float: left;
}
.section-top{
  padding-top: 100px;
}
.list-1 {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.list-1 .pic {
  display: block;
  width: 100%;
  height: 175px;
  background-color: #f1f1f1;
  position: relative;
}
.list-1 .logo{
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #ffffff;
  top: 5px;
  right: 5px;
  background-size: contain;
  background-position: center;
}

.list-1 .des {
  display: block;
  width: 100%;
  height: 130px;
  background-color: #fff;
  padding: 10px;
  position: relative;
  text-align: left;
}
.list-1 .bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;

}
#header{
  display: inline-block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  float: left;
  z-index: 990;
  background-color: #ffffff;
}
.main-menu{
  display: inline-block;
  width: 100%;
  text-align: center;
}
.main-menu li{
  display: inline-block;
  padding: 10px 10px;
}
.shadow-1{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.img_banner{

  height: 90vh;
}
.home-list-type{

}
.home-list-type li{
  width: 20%;
  display:inline-block;
  float: left;

  padding: 5px;



}
.slideBanner{
  margin-top: 50px;
}
.list-home{
    display:inline-block;
    width: 100%;
    height: 270px;
    float: left;
    border-radius: 5px;
}
.bg-black{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.div-slides{
  display: inline-block;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.slides{
  display: inline-block;
  width: 100%;
  height: 350px;
  border: solid 1px #cccccc;
  border-radius: 10px;
  overflow: hidden;

}
.slide{
  display: block;
  width: 100%;
  height: 350px;
  /* background-size: contain;
  background-position: center;
  background-repeat: no-repeat; */
  position: relative;

}
.detail-logo{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 75px;
  height: 75px;
  border-radius: 5px;

border: solid 1px #cccccc;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 900;
  background-color: #ffffff;
}
.address{
  display: inline-block;
  width: 100%;
}
.address li{
  display: inline-block;
  width: 100%;
  padding: 2.5px 0;
}
.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 span{
  /* font-size: 20px; */
}
.nav-page li:first-child{
  padding-left: 0;
}
.nav-page li:last-child{
  border-right:none;
}
.nav-page li a{
  color: #333333;
}
.desktop{
    display: inline-block;

}
.mobile{
display: none;
}
.menu-mobile{
  width: 45px;
  position: fixed;
  top: 10px;
  left: 15px;
  z-index: 991;
  padding: 5px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #f1f1f1;
  display: none;
}
.text-left-m-center{
  text-align: left;
}
.g-list{
display: inline-block;
width: 100%;
}
.g-list li{
  display: inline-block;
  width: 20%;
  float: left;
  text-align: center;
}
.check-box{
  width: 22px;
  height: 22px;
  top: 5px;
  position: relative;
}
.list-qn{
  padding: 7px 0;
}
.list-qn h6{
  font-weight: 400;
  font-size: 16px;
}
.list-qn label{
    font-size: 16px;
}
.div-qn-main{
  padding: 50px;
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
}
.textbox-2{
  display: inline-block;
  width: 100%;
  height: 45px;
  border: solid 1px #ccc;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  outline: none;
}
.btn-send{
  display: inline-block;
  padding: 10px;
  width: 200px;
  background-color: #50a2d4;
  border: none;
  color: #fff;
    border-radius: 5px;
    outline: none;
}
.icon-qn{
  position: absolute;
top: 0;
height: 100%;
bottom: 0;
width: 75px;
text-align: center;
padding-top: 5px;

right: 5px;
font-size: 36px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
cursor: pointer;
border: none;
}
.title-request{
  color: red;
}
.line-bottom{
  border-bottom: 1px solid #f1f1f1;
  margin: 5px 0;
}
.field-request{
  border: 1px solid red;
}
#select-list{
  width: 96%;
  max-height: 350px;
  position: absolute;
  display: inline-block;
  left: 10px;
  top: 50px;
  z-index: 5;
    border-bottom: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  overflow: auto;
  display: none;

}
#select-list li{
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  padding:5px 10px;
  cursor: pointer;
}
#select-list li:hover{
  background: #f1f1f1;
}
