﻿@font-face {
    font-family: 'roboto';
    src: url('/assets/fonts/roboto/Roboto-Regular.ttf') format('woff2'), url('/assets/fonts/roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('/assets/fonts/roboto/Roboto-Bold.ttf') format('woff2'), url('/assets/fonts/roboto/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
body {
    font-family: 'roboto', sans-serif;
}
.inner {
    max-width: 1024px;
    width: 100%;
}
.rbt-banner-5 .inner .title {
    margin-bottom: 25px;
    display: inline-block;
    color: var(--color-white);
    font-size: 70px;
    padding: unset;
}
.bg_home_hero {
    background-image: url('/assets/images/home/image-1.png')
}
[data-gradient-overlay]:before {
    background: #333;
}
.text-primary {
    color: oklch(.809 .105 251.813) !important;
}
.text-blue {
    color: #005dab !important
}
.bg-primary {
    background-color: #005dab !important;
}
.bg-light-primary {
    background-color: #e6f3ff !important;
}
.bg-gray {
    background-color: #f8f9fa;
}
.btn-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: blue;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-title .title {
    color: #005dab !important
}
.rbt-section-gap {
    padding: 60px 0;
}
.rbt-banner-5 .btn-play {
    width: 84px;
    height: 84px;
    transition: transform 0.3s ease;
    background-color: color-mix(in oklab, #fff 20%, transparent);
}
    .rbt-banner-5 .btn-play svg {
        width: 35px;
        height: 35px;
    }
    .rbt-banner-5 .btn-play:hover {
        transform: scale(1.1); /* Grow by 10% */
    }
.btn-play-text {
    color: #fff;
    opacity:0.7;
    margin-top: 10px
}
.rbt-counterup.style-2 .inner .content .counter {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: unset;
    margin-bottom: 0;
}
.rbt-counterup {
    background: #f8f9fa;
    box-shadow: none;
    border-radius: 5px;
    text-align: center;
    padding: 30px 30px 50px;
    z-index: 1;
    overflow: hidden;
    position: relative;
}
.rbt-footer {
    background-color: oklch(.21 .034 264.665);
    color: #FFFFFFAB;
    font-size: .875rem
}
    .rbt-footer .logo img{
        width: 120px;
        max-height: unset;
    }
.footer-widget{
    font-size: 13px;
}
.footer-widget .ft-link li {
    color: #FFFFFFAB;
}
    .footer-widget .ft-link li a {
        color: #FFFFFFAB;
    }
.copyright-area {
    background-color: oklch(.21 .034 264.665);
    color: #FFFFFFAB;
    font-size: .875rem
}
.rbt-separator-mid {
    background-color: oklch(.278 .033 256.848);
    height: 1px;
}
.footer-style-1 .ft-title {
    color: #fff;
    margin-bottom: 20px;
}
.copyright-style-1 p {
    color: var(--color-body);
    font-size: 13px;
    line-height: unset;
}
.footer-style-1 .description {
    font-size: 13px;
}
.footer-widget .ft-link li {
    font-size: 13px;
    line-height: unset;
}
.copyright-style-1 .copyright-link li {
    font-size: 13px;
    line-height: unset;
}
.footer-style-1 .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-widget .btn {
    border-radius: 0.625rem;
    width: 35px;
    height: 35px;
    margin: 0px;
    margin-right: 8px;
}
.footer-widget-item {
    background-color: oklch(.373 .034 259.733);
    border-radius: 0.625rem;
    width: 250px;
    padding: 0.75rem;
    margin-bottom: 15px;
}
.footer-widget-item .title{
    font-size: 13px;
    color: #fff;
}
    .footer-widget-item .span {
        font-size: 13px;
    }
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1024px;
}
.side-nav-opened body::before, .close_side_menu, .popup-mobile-menu, .rbt-offcanvas-side-menu {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: unset;
}
.rbt-progress-parent svg.rbt-back-circle path {
    stroke: oklch(.809 .105 251.813);
}
.rbt-progress-parent::after {
    color: oklch(.809 .105 251.813);
}
.product-item .title {
    font-size: 18px;
}
.product-item .description{
    font-size: 14px;
}
.fs-normal {
    font-size: 14px;
}
.btn-download {
    border-color: #005dab;
}
.btn-download:hover {
    background-color: #005dab;
    color: #fff;
}
.img-fixed {
    height: 200px; /* chiều cao ảnh cố định */
    object-fit: cover; /* cắt ảnh vừa khung */
}
.schedule-card {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    padding: 16px;
    height: 100%;
}

.schedule-item {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 16px;
    margin-bottom: 12px;
}

.schedule-date {
    min-width: 50px;
    text-align: center;
    font-weight: bold;
}

.schedule-badge {
    font-size: 0.75rem;
    border-radius: 8px;
    padding: 4px 8px;
}

.day-tab {
    border-radius: 8px;
    padding: 6px 12px;
    cursor: pointer;
}

    .day-tab.active {
        background-color: #0d6efd;
        color: white;
    }
.timeline-row {
    display: flex;
    gap: 4px; /* khoảng cách giữa các ô */
    flex-wrap: nowrap; /* không cho xuống dòng */
}
.timeline-cell-header {
    width: 40px;
    height: 24px;
}
.timeline-cell {
    width: 40px;
    height: 24px;
    border-radius: 4px;
    background-color: #f1f3f5;
}

    .timeline-cell.done {
        background-color: #28a745;
    }

    .timeline-cell.in-progress {
        background-color: #0d6efd;
    }

    .timeline-cell.not-started {
        background-color: #dee2e6;
    }
.rounded-4{
    border-radius: 16px;
}

.todo-list .card-body, .todo-list p, .todo-list div {
    font-size: 14px;
}
.todo-list .card-body {
    padding: 24px;
}
.todo-list h6 {
    font-size: 16px;
}
.schedule-card > *, .section-gantt  > *{
    font-size: 14px;
}
.gantt-task-item {
    border: 1px solid #ddd;
    padding: 13px;
    border-radius: 10px;
}