footer {
  background: #213D43;
  padding: 30px 0;
  margin-top: 80px;
  margin-bottom: 60px;
}

footer h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

footer p {
  color: #ffffff;
}

.siam-bangkok {
  max-width: 450px;
}

.siam-bangkok a {
  color: #ED7625;
  text-decoration: underline;
}

.siam-pattaya {
  max-width: 450px;
}

.siam-pattaya a {
  color: #00ABC7;
  text-decoration: underline;
}

.copy-right {
  font-weight: 300;
}

footer .menu a {
  color: #9B9B9B;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 576px) {
  footer .menu {
    margin-top: 80px !important;
  }
}

.operative-bar {
  width: 100%;
  background: #E71D2A;
  height: 60px;
  display: flex;
  justify-content: space-between;
}

.operative-bar a {
  display: block;
  cursor: pointer;
}

.operative-bar a:hover {
  text-decoration: none;
}

.operative-bar .footer-book-now {
  background: #E71D2A;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
}

@media (max-width: 576px) {
  .operative-bar .footer-book-now {
    justify-content: flex-end;
  }
}

.bounce {
  animation: bounce_2520 10s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes bounce_2520 {
  0% {
    transform: translateY(0)
  }
  3.0303% {
    transform: translateY(0)
  }
  6.06061% {
    transform: translateY(0)
  }
  12.12121% {
    transform: translateY(-15px)
  }
  15.15152% {
    transform: translateY(0)
  }
  18.18182% {
    transform: translateY(-15px)
  }
  24.24242% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(0)
  }
}

.operative-bar .chat-with-us {
  background: #4A68B0;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  font-size: 35px;
  align-items: center;
}

.sub-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.social-list {
  margin-top: 15px;
}

.social-list a {
  font-size: 20px;
  margin-right: 15px;
  text-decoration: none;
}

#bkkSocial a {
  color: #ed7625;
}

#pattayaSocial a {
  color: #00abc7;
}
