/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* Khung bao breadcrumb */
.custom-breadcrumb {
    margin-bottom: 25px;
}

/* Hộp breadcrumb */
.custom-breadcrumb .breadcrumb-inner {
    display: inline-block;
    background: #ffffff;
    padding: 10px 18px;
    border-radius: 14px;                 /* Bo góc mềm */
    box-shadow: 0 4px 12px rgba(0,0,0,0.12); /* Bóng nhẹ */
    font-size: 15px;
    line-height: 1.4;
}

/* Link */
.custom-breadcrumb a {
    color: #E00D3F;     
    font-weight: 600;
    text-decoration: none;
}

.custom-breadcrumb a:hover {
    color: #f0ad4e;   
    text-decoration: underline;
}

/* Separator */
.custom-breadcrumb .separator,
.custom-breadcrumb span.separator {
    margin: 0 6px;
    color: #bbb;
}

/* Current page */
.custom-breadcrumb span {
    color: #f0ad4e;     /* Vàng nhấn */
    font-weight: 600;
}