/*
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.19.12
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
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.
***************/
/* Khung breadcrumb */
 /* Nếu dùng Font Awesome (cần load FA sẵn) */
#breadcrumbs > span span:first-child a::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}
#breadcrumbs {
    background: #f9f9f9;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

/* Các span và link breadcrumb */
#breadcrumbs span,
#breadcrumbs a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
}

/* Hover link breadcrumb */
#breadcrumbs a:hover {
    color: #0073aa; /* xanh hover như WordPress */
}

/* Breadcrumb cuối (đang xem) */
#breadcrumbs .breadcrumb_last {
    color: #555;
    font-weight: 600;
    pointer-events: none;
}



/*pica add v2*/





.related-posts-widget {
    margin-top: 20px;
}

.related-posts-widget h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.related-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.related-post-link {
    display: flex;
    text-decoration: none;
    color: #000;
}

.related-post-thumbnail img
 {
    width: 100%;
    height: 75px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 10px;
}
.related-post-thumbnail {
    flex-basis: 1;
    flex-grow: 2;
    flex-shrink: 0;
    flex-basis: 30%;
    background-color: lightblue;
}
.related-post-title
 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    padding-left: 15px;
}
/*doan nay cho widget nhung can xem lai*/
.recent-blog-posts-li .flex-col.mr-half{
    flex-basis: 1;
    flex-grow: 2;
    flex-shrink: 0;
    flex-basis: 30%;
    background-color: lightblue;
}
.recent-blog-posts-li .flex-col.flex-grow{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    flex: unset;
}
.recent-blog-posts-li .badge.post-date.badge-outline{
    width: 100%;
    height: 75px;
    object-fit: cover;
    border-radius: 4px;
}
.waperdnls
 {
    padding-top: 30px;
}
@media screen and (max-width: 849px) {
    /* Luôn hiện mũi tên cho slider luật sư mobile */
    .luat-su-slider-mobile .flickity-prev-next-button {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }
    .flickity-button.flickity-prev-next-button {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }
    
}
.related-post-title ,
.recent-blog-posts a {
	text-align: justify !important;
	color: #000 !important;
}
.related-post-title:hover ,
.recent-blog-posts a:hover {
	color: #042DE7 !important;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content .heading-font, .entry-content .banner h1, .entry-content .banner h2 {
    text-align: justify !important;
}

.back-to-top  {
	display: none !important;
}
.related-posts-widget {
    margin-top: 11px !important;
}