/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.16.5
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
/* Font đồng bộ với Laravel */
body, h1, h2, h3, h4, h5, h6, p, a, .button, .nav > li > a {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
    color: #333;
}

/* Màu thương hiệu */
:root {
    --primary-color: #029f6a;
}

a, .primary, .button.primary, .nav > li > a:hover {
    color: var(--primary-color) !important;
}


/* Header giống Laravel */
.header-main {
    background: #fff !important;
    border-bottom: 1px solid #eee;
    height: 70px !important;
}

#logo img {
    max-height: 50px !important;
}

.nav > li > a {
	font-weight: normal !important;
    text-transform: none;
    padding: 20px 15px;
    color: #333 !important;
}

/* Footer tối giản giống Laravel */
#footer {
    background: #f8f8f8 !important;
    color: #555 !important;
    font-size: 14px;
    padding: 30px 0;
}

#footer a {
    color: #029f6a !important;
    text-decoration: none;
}

/* Bỏ bóng và bo góc Flatsome */
.box, .card, .banner, .featured-box {
    border-radius: 0 !important;
    box-shadow: none !important;
}
div#block-5 {
    border-bottom: 1px solid #e3e3e3;
}
.footer-menu {
  text-align: left;
  margin: 20px 0;
}
.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 2rem; /* khoảng cách giữa các item */
}
.footer-menu li {
  display: inline-block;
}
.footer-menu a {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #029f6a; /* màu xanh thương hiệu */
  text-decoration: none;
  font-weight: 500;
}
.footer-menu a:hover {
  text-decoration: underline;
}
.header-button .button:hover {
  background-color: #029f6a !important;
  color: #fff !important; /* chữ trắng */
  border-color: #029f6a !important;
}


