:root{
	--fs-color-secondary: #0f2239;
	--white-color: #fff;
}
.index-0 {z-index: 0;}
.index-1 {z-index: 1;}
.index-2 {z-index: 2;}
.index-3 {z-index: 3;}
.index-4 {z-index: 4;}
.index-5 {z-index: 5;}
.index-9 {z-index: 9;}
.right-0 {right: 0;}
.left-0 {left: 0;}
.bt-0 {bottom: 0;}
.header-top:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 600px);
    border-radius: 0 0 50px 0;
    background: var(--fs-color-primary);
    z-index: -1;
}
.header-main:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: var(--white-color);
    height: 100%;
    width: calc(100% - 260px);
    border-radius: 80px 0 0 0;
    z-index: -1;
}
ol.flickity-page-dots {
	bottom: 0;
}
/* Home Sheet - Products */
.sol-products .col .col-inner, .products .col .col-inner {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f3f4f6;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.box-text.box-text-products {
    padding: 1.2em;
}
/* Widget */
.widget {
    padding: 40px;
    border: 1px solid #ecf1f9;
    box-shadow: 0px 9px 14px #fbfbfb;
    border-radius: 10px;
    margin-bottom: 40px;
    position: relative;
}
.widget>ul.product-categories>li ul.children, ul.menu>li ul{
	border-left: 0;
}
.widget .is-divider {
	background-color: var(--fs-color-primary);
}
/* LearnPress Builder */
/* Container chung của khóa học */
.dev-course-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.dev-course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Phần hình ảnh & Nhãn thời gian */
.course-thumb {
    position: relative;
    width: 100%;
    height: 218px; /* Cố định chiều cao ảnh */
    overflow: hidden;
}
.course-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.course-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff2a2a;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Nội dung thông tin */
.course-content {
    padding: 20px;
    flex-grow: 1; /* Đẩy footer xuống đáy */
}
.course-rating {
    font-size: 13px;
    color: #555;
    margin-bottom: 10px;
}
.course-rating .stars {
    color: #2b5cff;
    letter-spacing: 2px;
}
.course-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px;
}
.course-title a {
    color: #333;
}
.course-title a:hover {
    color: #2b5cff;
}

/* Meta dữ liệu (bài học, học viên, cấp độ) */
.course-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #888;
}
.meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Footer (Tác giả và Giá) */
.course-footer {
    padding: 15px 20px;
    border-top: 1px dashed #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.course-author {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    color: #333;
}
.course-author img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    background: #4a6bf6;
    color: transparent;
}
.course-price {
    font-weight: bold;
    font-size: 16px;
    color: #e53935;
}
.course-price del {
    color: #aaa;
    font-weight: normal;
    font-size: 14px;
    margin-right: 5px;
}
.course-price ins {
    text-decoration: none;
    color: #e53935;
}
/* End LearnPress Builder */
/* Footer */
.footer-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding: 30px 0;
}
.footer-contact_icon {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    color: var(--white-color);
    font-size: 24px;
    width: 60px;
    height: 60px;
    position: relative;
}
.footer-contact_icon i {
    height: 100%;
    width: 100%;
    -webkit-backdrop-filter: blur(9.8px);
    backdrop-filter: blur(9.8px);
    line-height: 60px;
    border-radius: 50%;
}
.icon-btn {
    text-align: center;
}
.footer-contact_icon:after, .footer-contact_icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: var(--fs-color-primary);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    z-index: -2;
}
.footer-contact_icon:after {
    height: 30px;
    width: 30px;
    top: auto;
    bottom: -6px;
    left: auto;
    right: 0;
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.footer-contact_text {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #B3C1D3;
}
.footer-contact_link {
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
    display: block;
    margin-bottom: -0.2em;
}