html.with--sidebar, body.with--sidebar {
    overflow: hidden;
    height: 100%;
    position: relative;
}
.text-blue {
    color: #334487;
}
.page-wrapper {
    position: relative;
    overflow: hidden;
}
.site-overlay {
    z-index: 9;
    position: fixed;
    display: none;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, .1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.with--sidebar .site-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
}
.responsive-menu .dropdown-menu {
    background: transparent;
    position: relative!important;
    width: 100%;
    border: none;
    transform: unset!important;
    padding: 0;
    box-shadow: none;
    top: auto;
    left: auto;
    padding-left: 30px;
}
.gioi-thieu-nk{
	max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}
.gioi-thieu-nk h2{
	font-size: 26px;
    color: #0a3f7f;
    margin-bottom: 15px;
}
.gioi-thieu-nk .span-meta{
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 14px;
}
.gioi-thieu-nk em{
	font-style: italic;
}
.gioi-thieu-nk strong{
	font-weight: bold;
}
.gioi-thieu-nk p{
	line-height: 1.5;
}
.gioi-thieu-nk h3{
	color: #1f1f1f;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}
.allinone_carousel.charming {
    margin: 0 auto;
}
.text-gray {
    color: #787878;
}

.allinone_carousel_list h2{color: #334487}
.allinone_carousel_list > li > p.text-gray{display: none}

@media only screen and (max-width: 468px) {
	.gioi-thieu-nk{
		max-width: 100%;
		padding: 15px;
	}
	.gioi-thieu-nk img{
		width: 100%;
		float: none !important;
		margin: 15px 0 !important;
	}
	footer{
		padding-top: 50px;
	}
}

.contentHolderUnit{border-radius: 15px}

/* ==========================================================================
   Education Program Section (Chương trình giáo dục)
   ========================================================================== */
.edu-program-section {
    background-color: #fff6e9;
    padding: 60px 0 70px;
    margin-bottom: 15px;
}
.edu-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #0a3f7f;
    font-family: 'Lexend', sans-serif;
    letter-spacing: 0.5px;
    margin: 0;
}
.edu-nav-links {
    gap: 15px 24px;
    align-items: center;
}
.edu-nav-link {
    font-size: 14px;
    font-weight: 700;
    color: #575757;
    font-family: 'Lexend', sans-serif;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
}
.edu-nav-link:hover {
    color: #0a3f7f;
    text-decoration: none;
}
.edu-program-grid {
    overflow: hidden;
    border-radius: 15px;
}
.edu-program-row {
    margin: 0;
}
.edu-card-info {
    padding: 45px 50px;
    min-height: 380px;
    font-family: 'Lexend', sans-serif;
    transition: all 0.3s ease;
}
.edu-bg-tan {
    background-color: #e6f5fc;
}
.edu-bg-navy {
    background-color: #304175;
}
.edu-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #0a3f7f;
}
.edu-subtitle-light {
    color: #ffffff;
    opacity: 0.95;
}
.edu-title {
    font-size: 28px;
    line-height: 1.3;
}
.edu-title-link {
    color: #0a3f7f;
    text-decoration: none;
    transition: opacity 0.3s ease;
}
.edu-title-link:hover {
    opacity: 0.85;
    text-decoration: none;
}
.edu-title-light, .edu-title-link.edu-title-light {
    color: #ffffff;
}
.edu-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #222222;
    margin-bottom: 20px;
}
.edu-desc-light {
    color: #ffffff;
    opacity: 0.95;
}
.edu-btn-wrap {
    margin-top: 10px;
}
.edu-btn {
    display: inline-flex;
    align-items: center;
    padding: 9px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Lexend', sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}
.edu-btn-navy {
    background-color: #0a3f7f;
    color: #ffffff;
}
.edu-btn-navy:hover {
    background-color: #072e5e;
    color: #ffffff;
    text-decoration: none;
    transform: translateX(3px);
}
.edu-btn-tan {
    background-color: #ffffff;
    color: #304175;
}
.edu-btn-tan:hover {
    background-color: #ee5125;
    color: #ffffff;
    text-decoration: none;
    transform: translateX(3px);
}
.edu-card-thumb {
    position: relative;
    overflow: hidden;
    min-height: 380px;
}
.edu-img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.edu-card-thumb:hover .edu-img {
    transform: scale(1.04);
}

@media only screen and (max-width: 991px) {
    .edu-main-title {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .edu-card-info {
        padding: 35px 30px;
        min-height: 320px;
    }
    .edu-title {
        font-size: 24px;
    }
    .edu-card-thumb, .edu-img {
        min-height: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-program-section {
        padding: 40px 0 50px;
    }
    .edu-nav-links {
        gap: 10px 15px;
    }
    .edu-card-info {
        padding: 30px 20px;
        min-height: auto;
    }
    .edu-title {
        font-size: 22px;
    }
    .edu-card-thumb, .edu-img {
        min-height: 250px;
    }
}