@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: 'Noto Sans Thai', sans-serif;
}

body{
   background-color: #b6b6b6;
}



@media (max-height: 500px){
  .social_media{
    display: none !important;
  }
}
.form-search{
  padding-left: 20%;
  padding-right: 20%;
}
.footer2 {
  background-color: #383838;
  color: rgb(202, 202, 202);
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.img-sup img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.recap-center{
  
  /* Center vertically and horizontally */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
/* <![CDATA[ */
div .showanimte{
  opacity: 0;
}

.animate {
  animation-name: slide-right;
  animation-duration: 2s;
  /* Preserve the effect of the animation at ending */
  animation-fill-mode: forwards;
}

@keyframes slide-right {

  from {
    margin-left: 0px;
  }

  50% {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

.spinner {
  display: none;
}