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

@font-face {
    font-family: 'Futura';
    src: url('fonts/FuturaLTPro-Medium.eot');
    src: url('fonts/FuturaLTPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaLTPro-Medium.woff2') format('woff2'),
        url('fonts/FuturaLTPro-Medium.woff') format('woff'),
        url('fonts/FuturaLTPro-Medium.ttf') format('truetype'),
        url('fonts/FuturaLTPro-Medium.svg#FuturaLTPro-Medium') format('svg');
     font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura nghieng';
    src: url('fonts/futura-base.eot');
    src: url('fonts/futura-base.eot?#iefix') format('embedded-opentype'),
        url('fonts/futura-base.woff2') format('woff2'),
        url('fonts/futura-base.woff') format('woff'),
        url('fonts/futura-base.ttf') format('truetype'),
        url('fonts/futura-base.svg#futura-base') format('svg');
     font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFU Futura';
    src: url('fonts/SFUFuturaBold.eot');
    src: url('fonts/SFUFuturaBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SFUFuturaBold.woff2') format('woff2'),
        url('fonts/SFUFuturaBold.woff') format('woff'),
        url('fonts/SFUFuturaBold.ttf') format('truetype'),
        url('fonts/SFUFuturaBold.svg#SFUFuturaBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFU Futura base';
    src: url('fonts/SFUFutura.eot');
    src: url('fonts/SFUFutura.eot?#iefix') format('embedded-opentype'),
        url('fonts/SFUFutura.woff2') format('woff2'),
        url('fonts/SFUFutura.woff') format('woff'),
        url('fonts/SFUFutura.ttf') format('truetype'),
        url('fonts/SFUFutura.svg#SFUFutura') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





.nguyenlan-menu-select-wrap {
    display: flex;
    align-items: stretch;
    width: 100%;
	gap:16px;
    border-radius: 4px;
    overflow: visible;
    position: relative;
}
.nguyenlan-selected-text{font-size:16px;font-weight:normal;}
.nguyenlan-instrument-dropdown {
    position: relative;
    flex: 1;
}

.nguyenlan-dropdown-panel {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    max-height: 360px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.15s ease, transform 0.15s ease;
    z-index: 999;
}

.nguyenlan-instrument-dropdown.open .nguyenlan-dropdown-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nguyenlan-search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 20px;
    border-bottom: 1px solid #ceccca;
	border-top:1px solid #ceccca;
}

.nguyenlan-search-icon {
    flex-shrink: 0;
    color: #000;
}

.nguyenlan-menu-select-wrap .nguyenlan-search-input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
	margin-bottom:0px;
	font-family: "Josefin Sans", sans-serif;box-shadow:unset;border:none;
	color:#000;
}

.nguyenlan-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
}

.nguyenlan-menu-leaf,
.nguyenlan-node-row {
    padding: 12px 20px;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #ceccca;
    display: flex;
    align-items: center;
    gap: 10px;
	margin-bottom:0px!important;
	margin-left:0px!important;
}

.nguyenlan-menu-leaf:hover,
.nguyenlan-node-row:hover {
    background: #f7f7f7;
}

.nguyenlan-menu-node > .nguyenlan-node-row .nguyenlan-node-label {
    font-weight: 700;
}

.nguyenlan-toggle-arrow {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: transform 0.15s ease;
}

.nguyenlan-menu-node.nguyenlan-force-open > .nguyenlan-node-row .nguyenlan-toggle-arrow {
    transform: rotate(180deg);
}

.nguyenlan-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
}

.nguyenlan-menu-node.nguyenlan-force-open > .nguyenlan-submenu {
    max-height: 1000px;
}

.nguyenlan-submenu .nguyenlan-menu-leaf {
    padding-left: 40px;
    color: #6b6b6b;
}

.nguyenlan-all-item {
    font-weight: 600;
    color: #333333 !important;
}

.nguyenlan-no-results {
    padding: 20px;
    text-align: center;
    color: #999999;
    font-size: 14px;
    margin: 0;
}

.nguyenlan-dropdown-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    font-size: 15px;
    cursor: pointer;
    text-align: left;
	white-space: nowrap;
	min-height:unset;
	margin-bottom:0px;
	border-radius: 4px;
}
.nguyenlan-dropdown-toggle1{display:flex;margin-right:0px;gap:10px;padding:20px 16px 0px 16px;}
.nguyenlan-chevron {
    display: flex;
    align-items: center;
    transition: transform 0.15s ease;
}

.nguyenlan-instrument-dropdown.open .nguyenlan-chevron {
    transform: rotate(180deg);
}

.nguyenlan-menu-go-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 28px;
    background: #000000;
    color: #ffffff;
    border: none;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    white-space: nowrap;
	margin-right:0px;
	margin-bottom:0px;
	font-family: "Josefin Sans", sans-serif;border-radius: 4px;
}

.nguyenlan-menu-go-btn:hover {
    background: #222222;
}

.nguyenlan-go-arrow {
    font-size: 18px;
}

  .activity-table-wrap {
        max-width: 1100px;
        margin: 0 auto;
        border: 2px solid #1c3b1f;
        border-radius: 18px;
        overflow: hidden;
    }
 
    .activity-table {
        width: 100%;
        border-collapse: collapse;
    }
 
    .activity-table thead th {
        background: #1c3b1f;
        color: #ffffff;
        font-size: 22px;      
        text-align: left;
        padding: 22px 28px;
    }
 
    .activity-table thead th:first-child {
        width: 32%;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }
 
    .activity-table thead th:last-child {
        text-align: center;
    }
 
    .activity-table tbody td {
        padding: 18px 28px;
        border-top: 1px solid #1c3b1f;
        vertical-align: top;
        font-size: 16px;
        color: #1a1a1a;
        line-height: 1.5;
    }
 
    .activity-table tbody td:first-child {
        font-weight: 700;
        border-right: 1px solid #1c3b1f;
    }
 
    .activity-table tbody td:last-child {
        font-weight: 400;
        color: #222222;
    }
 
    @media (max-width: 720px) {
        .activity-table thead th {
            font-size: 15px;
            padding: 14px 16px;
        }
 
        .activity-table tbody td {
            padding: 12px 16px;
            font-size: 13px;
        }
    }
	
.nguyenlan-teachers {
    cursor: pointer;
    text-align: center;
}


body.nguyenlan-modal-open {
    overflow: hidden;
}

.nguyenlan-teacher-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    padding: 20px;
}

.nguyenlan-teacher-modal-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.nguyenlan-teacher-modal-box {
    background: #ffffff;
    border-radius: 10px;
    max-width: 640px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
    padding: 32px;
}

.nguyenlan-teacher-modal-close {
    position: absolute;
    top: 12px;
    right: -50px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #333333;
	z-index:999;
}
.nguyenlan-teacher-modal-close img{width:54px;}
.teacher-popup-name {
    margin-top: 0;
    margin-bottom: 16px;
}
.nguyenlan-teachers {
    cursor: pointer;
    text-align: center;
    width: 166px;
    margin: 0 auto;
}

.nguyenlan-teachers .hinh-teachers {
    width: 166px;
    height: 166px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.nguyenlan-teachers .hinh-teachers-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

.nguyenlan-teachers .ten-teachers {
    margin-top: -40px;
    background: #113415;
    color: #ffffff;    
    font-size: 14px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 8px 10px;
    border-radius: 6px;
    position: relative;
    z-index: 1;

	
}	