.cs-header {
    background: linear-gradient(270deg, #0d6efd 0%, rgb(255, 255, 255) 200%) !important;
    border-bottom: 3px solid #0f0096;
}

.cs-body {
    background: linear-gradient(270deg, #0d6efd 0%, rgb(255, 255, 255) 200%) !important;
}

.cs-main-menu {
    background: linear-gradient(0deg, rgba(0, 0, 0, 100%) 0%, #0d6efd 50%);
}

.cs-border-main-menu {
    border: #0f0096 !important;
}

.cs-border-text-slide {
    border-top: 2px solid #0f0096;
    border-bottom: 2px solid #0f0096;
}

.cs-boder-color {
    border-width: 4px !important;
    border-style: solid !important;
    border-color: #0d6efd !important;
}

.cs-card-bg {
    background: linear-gradient(175deg, rgb(255 255 255) 0%, #0d6efd 300%) !important;
}

.cs-btn {
    background: linear-gradient(black, #0d6efd) !important;
}

.cs-bg-cat-huay {
    background: linear-gradient(175deg, rgb(0, 0, 0) 0%, #0d6efd 300%) !important;
}

.cs-bd{
    border-color: #0f0096;
}

.cs-bd-card{
    border: 2px solid #0f0096 !important;
}

.cs-color{
    color: #0f0096;
}