/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Thanh cuộn gọn + đẹp cho menu xổ xuống Flatsome */
/* Giới hạn chiều cao menu chính và bật scroll */
/* Giới hạn chiều cao menu chính + scroll */

/* Fix toàn bộ header luôn nằm trên cùng */
/* .page-wrapper {
    padding-top: 100px;
}
.header, .header-wrapper {
    position: fixed;
} */

.contact-button {
  background-color: #d9534f;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  transition: all 0.3s ease;
  font-size: 14px;
}
.contact-button:hover {
  background-color: #b52b27;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}