/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
article .noidung a:hover {
    text-decoration: underline;
}

article .noidung p,
article .noidung h2,
article .noidung h3,
article .noidung h4,
article .noidung h5,
article .noidung img,
article .noidung ol,
article .noidung ul {
    margin-bottom: 16px;
}

article .noidung li {
    margin-bottom: 8px;
}

article .noidung strong,
article .noidung h2,
article .noidung h3,
article .noidung h5 {
    font-weight: 700 !important; 
}

article .noidung h2 {
    font-size: 28px;
    line-height: 32px;
}

article .noidung h3 {
    font-size: 20px;
    line-height: 24px;
}

article .noidung h4 {
    font-size: 16px;
    line-height: 20px;
}

article .noidung h5 {
    font-size: 14px;
    line-height: 20px;
}

.rank-math-breadcrumb {
    font-size: 12px;
    color: var(--e-global-color-text);
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-right: 30px;
    position: relative;
    scrollbar-width: none; /* Firefox */
}

.rank-math-breadcrumb::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.rank-math-breadcrumb a {
    color: var(--e-global-color-text);
    text-decoration: none;
    transition: all 0.3s ease;
}

.rank-math-breadcrumb a:hover {
    text-decoration: underline;
    color: var(--e-global-color-accent);
}

.rank-math-breadcrumb .last {
    color: #626F86;
}
.elementor-shortcode.breadcrumb {
	position: relative;
}
/* Gradient hiệu ứng mờ */
.elementor-shortcode.breadcrumb::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    pointer-events: none;
}