/*
Theme Name: Flatsome Child
Theme URI: http://flatsome.uxthemes.com
Template: flatsome-autoup-19.6/flatsome
Author: UX-Themes
Author URI: https://uxthemes.com
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.19.6.1749811016
Updated: 2025-06-13 17:36:56

*/
b, strong {
    font-weight: bold;
}
img {
    border-radius: 10px;
}
.header-bottom-nav.nav-line-bottom > li > a:before, .header-bottom-nav.nav-line-grow > li > a:before, .header-bottom-nav.nav-line > li > a:before, .header-bottom-nav.nav-box > li > a:hover, .header-bottom-nav.nav-box > li.active > a, .header-bottom-nav.nav-pills > li > a:hover, .header-bottom-nav.nav-pills > li.active > a {
    padding: 6px 5px;
}
.header-button a, .mobile-button a {
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-left: 20px !important;
    color: white !important;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 10px;
    background: linear-gradient(90deg, #36A638, #FFD700, #FF7F50, #1E90FF, #36A638);
    background-size: 300% 300%;
    animation: gradient-shift 3s infinite linear;
    transition: all 0.3s ease;
    cursor: pointer;
}
.header-button a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    background: #ff8a00;
    border-radius: 20px;
    opacity: 0;
    z-index: -1;
    animation: blue-glow 3s infinite ease-out;
}
/* Hiệu ứng chuyển động gradient */
@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Hiệu ứng quầng sáng xanh */
@keyframes blue-glow {
    0% {
        transform: translate(-50%, -50%) scale(0.7);
        opacity: 0.6;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.4;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.rank-math-breadcrumb {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  background: #f9f9f9;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: inline-block;
}

.rank-math-breadcrumb p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: #555;
}

.rank-math-breadcrumb a {
  color: #0073e6;
  text-decoration: none;
  transition: color 0.2s ease;
}

.rank-math-breadcrumb a:hover {
  color: #005bb5;
  text-decoration: underline;
}

.rank-math-breadcrumb .separator {
  color: #888;
  font-size: 16px;
}

.rank-math-breadcrumb .last {
  font-weight: 600;
  color: #222;
}
