/*
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.   ***************/

.tutor-course-single-sidebar-wrapper.tutor-lesson-sidebar {
    position: sticky;
    top:92px;
    height: 100vh;
    overflow-y: auto;
}

.tutor-course-filter {
    display: none;
}
.tutor-meta.tutor-mt-auto, .tutor-meta.tutor-mt-12.tutor-mb-20 {
    display: none;
}
.tutor-card-footer{
    padding: 8px 20px;
}
.tutor-card-footer:not(.tutor-no-border) {
    border-top:none;
}
.tutor-card-body{
    padding-bottom: 0em;
    padding-top: 1em;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
h3.tutor-course-name.tutor-fs-5.tutor-fw-medium a {
    font-size: 17px;
    line-height: 1;
}

div#tutor-course-spotlight-overview, ul.tutor-nav.tutor-course-spotlight-nav.tutor-justify-center, .tutor-tab.tutor-course-spotlight-tab {
    background: white;
}
button.tutor-topbar-mark-btn.tutor-btn.tutor-btn-primary.tutor-ws-nowrap span {
    font-size: 14px;
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 0px;
}
.tutor-course-topic-single-footer.tutor-px-32.tutor-py-12.tutor-mt-auto {
    background: #ffffff !important;
}
.tutor-wrap{
    margin-bottom: 2em;
    margin-top: 2em;
}
a.plain {
    color: rgb(182 172 59) !important;
    
}
li.tutor-dashboard-menu-item.tutor-dashboard-menu-withdraw, li.tutor-dashboard-menu-item.tutor-dashboard-menu-purchase_history {
    display: none !important;
}

.nenesp{
background: linear-gradient(0deg, rgba(47, 128, 237, .05), hsla(0, 0%, 100%, 0)), linear-gradient(0deg, #fff, #fff);
}

section.breadcrumbs {
    background-color: rgb(243, 243, 243);
    margin-bottom: 0px;
   
    min-height: inherit;
}
.divider:not(:last-child):before {
    content: '\f106';
    display: inline-block;
    margin-bottom: 2px;
    font-family: 'Flaticon';
    font-size: 0.65em;
    line-height: 1;
    font-weight: 400;
    color: var(--gostudy-content-color);
    vertical-align: middle;
    transition: 0.3s;
}
section.bag-sp {
    position: relative;
    padding: 60px 0;
    min-height: 450px;
    display: flex;
    align-items: center;
    margin-top: -40px;
    background: url(./wp-content/uploads/2021/04/banner-only.jpeg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.tutor-quiz-wrapper {
    background: white;
}

/* Container breadcrumbs */
.breadcrumbs-nav {
    
    padding: 10px 20px;
    border-radius: 5px; /* Bo góc nhẹ */
    
    font-size: 14px;
    
}

/* Breadcrumbs list */
.breadcrumbs {
    list-style: none; /* Xóa dấu đầu dòng */
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; /* Đảm bảo không bị tràn nếu nội dung dài */
}

/* Breadcrumbs items */
.breadcrumbs li {
    display: inline-block;
    margin: 0;
    color: #555; /* Màu chữ trung tính */
}

/* Links in breadcrumbs */
.breadcrumbs li a {
    text-decoration: none; /* Xóa gạch chân */
    color: #007965; /* Màu xanh chuyên nghiệp */
    transition: color 0.3s ease-in-out; /* Hiệu ứng hover mượt */
}

/* Hover links */
.breadcrumbs li a:hover {
    color: #0056b3; /* Màu xanh đậm khi hover */
    text-decoration: underline;
}

/* Separator between items */
.breadcrumbs li + li:before {
    content: '/'; /* Dấu phân cách */
    margin: 0 8px;
    color: #ccc; /* Màu nhạt cho phân cách */
}

/* Current page (active item) */
.breadcrumbs li:last-child {
    font-weight: bold; /* In đậm cho trang hiện tại */
    color: #333; /* Màu chữ đậm */
}

.breadcrumbs li:last-child a {
    pointer-events: none; /* Vô hiệu hóa link */
    color: #333; /* Màu giống text */
    text-decoration: none;
}



/*Tìm kiếm*/
.custom-course-search-form {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 50px;
/*    padding: 10px 20px;*/
    max-width: 612px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.custom-course-search-form .search-input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 16px;
    background: transparent;
}

.custom-course-search-form .search-button {
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #1e73be;
}

.custom-course-search-form .search-button:hover {
    color: #0d4c91;
}

input.search-input.form-timkiem {
    box-shadow: none;
}
.lo-trinh-title {
    font-size: 2em;
    margin-bottom: 20px;
}

.lo-trinh-thumbnail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.lo-trinh-content {
    font-size: 1.1em;
    line-height: 1.7;
}

.lo-trinh-meta {
    font-style: italic;
    margin-top: 30px;
    color: #666;
}

.post-navigation {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
h1.lo-trinh-title, .post-sidebar.large-3.col.lotrinh {
    padding-top: 1em;
}
.post-sidebar.large-3.col.lotrinh {
    border-left: 1px solid #dadada;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.tutor-course-details-top.tutor-mt-16 {
    width: 100%;
}
.tutor-course-single-sidebar-wrapper{
    opacity: 100% !important;
}
.tutor-course-single-sidebar-wrapper.tutor-lesson-sidebar{
    position:fixed !important;
}

}


