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

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


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


}
@media only screen and (max-width: 849px){
.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
    background-color: #6aaf21 !important;
}
/* Layout chính */
.bio-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

/* Header: Ảnh đại diện + thông tin cá nhân */
.author-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.author-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.author-info h1 {
    font-size: 28px;
    margin-bottom: 5px;
}
.author-jobtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}

/* Mạng xã hội */
.author-social {
    display: flex;
    gap: 10px;
}
.author-social a {
    font-size: 20px;
    color: #333;
}

/* Highlights */
.bio-content__header {
    font-size: 24px;
    margin-top: 30px;
}
ul {
    list-style: disc;
    margin-left: 20px;
}

/* Trích dẫn */
.bio-quote {
    background: #f8f8f8;
    padding: 15px;
    font-style: italic;
    border-left: 5px solid #f4a261;
    margin: 20px 0;
}

/* Kinh nghiệm & Giáo dục */
.bio-content p {
    font-size: 16px;
    line-height: 1.6;
}
