/*
Theme Name: Flatsome Child
Theme URI: http://flatsome.uxthemes.com
Template: flatsome
Author: UX-Themes
Author URI: https://uxthemes.com
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.19.6.1756464724
Updated: 2025-08-29 17:52:04

/* Reset và Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.4;
    font-size:14px;
    color: #333;
    background: #f0f0f0;
}
a {text-decoration: none; font-weight:600}
a:hover { text-decoration: none;}
b, strong {font-weight:bold}
iframe {
    margin: 10px auto;
}
.article-inner  .entry-content {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    margin: 10px 0;
}
h1 {font-size:24px}
h2 {font-size:18px}
h3 {font-size:16px}
/* Container chính */
.container .section, .row .section {
    padding-left: 0;
    padding-right: 0;
}
.blog-author-image {
    width: 150px;
}

p {
    margin: 5px 0;
}
ol, ul {
    box-sizing: border-box;
    list-style-position: inside;
    margin-left: 10px;
}
img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.aligncenter {
    clear: both;
    margin: 5px auto;
}
figure {
    line-height: normal;
    background: #f0f0f0;
    border-radius: 10px;
    width:100% !important;
}
figcaption {
    font-style: italic;
    padding: 5px;
    text-align: center;
}
.entry-author {
    padding: 2em 0;
    background: #fff;
    margin: 10px 0;
    padding: 10px;
    border-radius: 8px;
}
.section-title-container {
    margin-bottom: 0.5em;
}
/* Breadcrumb Navigation Styles */
.rank-math-breadcrumb {
    background: white;
    border-radius: 12px;
    padding: 5px 10px;
    max-width: 1200px;
    margin: 10px auto;
}

.rank-math-breadcrumb p {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.5;
}

.rank-math-breadcrumb a {
    color: #244886;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 6px;
    position: relative;
}

.rank-math-breadcrumb a:hover {
    background: linear-gradient(135deg, #007cba, #005a87);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,124,186,0.3);
}

.rank-math-breadcrumb .separator {
    color: #6c757d;
    margin: 0 8px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.rank-math-breadcrumb .last {
    color: #2c3e50;
    font-weight: 600;
    background: #f8f9fa;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid #e9ecef;
}

/* Responsive Design for Breadcrumb */
@media (max-width: 768px) {
    .rank-math-breadcrumb {
        padding: 10px;
        margin: 10px;
    }
    
    .rank-math-breadcrumb p {
        font-size: 13px;
    }
    
    .rank-math-breadcrumb .separator {
        margin: 0 6px;
    }
    
    .rank-math-breadcrumb .last {
        padding: 3px 10px;
        font-size: 13px;
    }
}
/* Professional Blockquote Styling for WordPress */
blockquote {
    position: relative;
    margin: 2rem 0;
    padding: 2rem 2.5rem 2rem 4.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f4 100%);
    border: none;
    border-left: 6px solid #667eea;
    border-radius: 15px;
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.7;
    color: #2c3e50;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.08),
        0 2px 8px rgba(102, 126, 234, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

/* Quote Icon */
blockquote::before {
    content: "\201C";
    position: absolute;
    top: 1rem;
    left: 1.2rem;
    font-size: 4.5rem;
    color: #667eea;
    opacity: 0.15;
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1;
    font-weight: bold;
}

/* Decorative gradient overlay */
blockquote::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(102, 126, 234, 0.03) 50%, 
        rgba(102, 126, 234, 0.08) 100%);
    pointer-events: none;
}

/* Hover Effects */
blockquote:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.12),
        0 4px 16px rgba(102, 126, 234, 0.15);
    border-left-color: #764ba2;
}

blockquote:hover::before {
    opacity: 0.25;
    transform: scale(1.05);
}

/* Paragraph styling inside blockquote */
blockquote p {
    margin: 0 0 1rem 0;
    position: relative;
    z-index: 2;
    font-weight: 500;
    text-align: justify;
}

blockquote p:last-child {
    margin-bottom: 0;
}

/* Citation/Footer styling */
blockquote cite,
blockquote footer {
    display: block;
    margin-top: 1.5rem;
    font-style: normal;
    font-size: 0.95rem;
    color: #6c757d;
    text-align: right;
    position: relative;
    font-weight: 600;
}

blockquote cite::before,
blockquote footer::before {
    content: "— ";
    color: #667eea;
    font-weight: bold;
    margin-right: 0.5rem;
}

/* Alternative Styles */

/* Modern Glass Effect */
blockquote.glass-effect {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
}

/* Elegant Dark Theme */
blockquote.dark-theme {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ecf0f1;
    border-left-color: #3498db;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

blockquote.dark-theme::before {
    color: #3498db;
    opacity: 0.2;
}

blockquote.dark-theme cite,
blockquote.dark-theme footer {
    color: #bdc3c7;
}

/* Colorful Accent */
blockquote.colorful {
    border-left: 6px solid #e74c3c;
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 50%, #fef5e7 100%);
}

blockquote.colorful::before {
    color: #e74c3c;
}

blockquote.colorful:hover {
    border-left-color: #c0392b;
}

/* Minimal Clean Style */
blockquote.minimal {
    background: transparent;
    border: 2px solid #e9ecef;
    border-left: 6px solid #667eea;
    box-shadow: none;
    padding: 1.5rem 2rem;
}

blockquote.minimal:hover {
    border-color: #667eea;
    background: rgba(102, 126, 234, 0.02);
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    blockquote {
        margin: 1.5rem 0;
        padding: 1.5rem 1.5rem 1.5rem 3.5rem;
        font-size: 1.05rem;
        border-radius: 12px;
    }
    
    blockquote::before {
        font-size: 3.5rem;
        left: 0.8rem;
        top: 0.8rem;
    }
}

@media (max-width: 480px) {
    blockquote {
        padding: 1.2rem 1rem 1.2rem 3rem;
        margin: 1rem 0;
        font-size: 1rem;
    }
    
    blockquote::before {
        font-size: 3rem;
        left: 0.5rem;
        top: 0.5rem;
    }
    
    blockquote::after {
        width: 80px;
    }
}

/* Animation */
@keyframes fadeInQuote {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

blockquote {
    animation: fadeInQuote 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.box.box-vertical.box-text-bottom.box-blog-post.has-hover {
    background: #fff;
    border-radius: 8px;
}
li.html.header-button-1 {
    border: 2px solid;
    border-radius: 8px;
}
.header-button-2 .button {
    background: gold;
    border: 2px solid transparent;
    color: #000;
}
.widget {
    margin-bottom: 1em !important;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
}
.widget>ul>li>a {
    font-weight: 400;
    color: #333;
}
.sidebar .widget-title {
    text-transform: uppercase;
    background: var(--primary-color);
    color: #fff;
    padding: 5px;
}
.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #333;
    padding: 6px 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.menu-list a i {
  color: #ff5722; /* màu icon */
  font-size: 18px;
}

.menu-list a:hover {
  background: #f5f5f5;
  color: #ff5722;
  transform: translateX(5px);
}