.cs-header {
    background: linear-gradient(270deg, #bb9242 0%, rgb(0, 0, 0) 100%) !important;
    border-bottom: 3px solid gold;
}

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

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

.cs-border-main-menu {
    border: gold !important;
}

.cs-border-text-slide {
    border-top: 2px solid gold;
    border-bottom: 2px solid gold;
}

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

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

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

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