@import url('https://fonts.googleapis.com/css2?family=Fruktur&family=Sarabun&display=swap');

.dropdown1 {
  float: left;
  overflow: hidden;
}


.dropdown1 .dropbtn1 {
  font-size: 15px;    
  border: none;
  outline: none;
  color: white;
  /* height: 100%; */
  padding: 15px 16px;
  background-color: transparent;
  /* font-family: inherit; */
  margin: 0;
}

.dropdown1-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  color: #e73131;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  z-index: 1;
}

.dropdown1-content a {
  /* float: none; */
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown1:hover .dropbtn1 {
  /* background-color: #555; */
  color: #e73131;
}

.dropdown1-content a:hover {
  /* background-color: #ddd; */
  color: #e73131;
}

.dropdown1:hover .dropdown1-content {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 600px) {
  .dropdown .dropbtn {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .dropdown {float: none;}
  .dropdown-content {position: relative;}
  .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.font_sarabun{
  color      : #444;
  font-weight   : 400;
  font-style    : normal;
  font-family: 'Sarabun', sans-serif;
}

div,p,h1,h2,h3,h4,h5,h6{
  font-style    : normal;
  font-family: 'Sarabun', sans-serif;
}

