html, body {
   height: 100%; /* ให้ html และ body สูงเต็มจอภาพไว้ก่อน */
   margin: 0;
   padding: 0;

}

#logo a{
  font-size: 0.7em;

}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#myBtn img{
  width: 19px;
  height: 15px;
}
#slide_show1 img{
  width: 963px;
  height: 234px;
}
