@charset "UTF-8";
#course #list #page-title h3::before,
#course #list #page-title h3::after {
    content: unset;
}
#course #list #page-title h3 .sub {
    margin-left: 15px;
    color: #f3ca5c;
}
#course #list .subtitle {
    color: #e09428;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
}
#course #list .subtitle::before,
#course #list .subtitle::after {
    display: block;
    color: #f3ca5c;
    font-size: 2rem;
}
#course #list .subtitle::before {
    content: '＼';
}
#course #list .subtitle::after {
    content: '／';
}
#course #list .btn-group .btn-item {
    border-radius: unset;
    background: #333c4d;
    color: #fff;
    overflow: hidden;
}
#course #list .btn-group .btn-item:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
#course #list .btn-group .btn-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
#course #list .btn-group .btn-item .btn-outline-primary {
    font-size: 1rem;
    color: #fff;
}
#course #list .btn-group .btn-item .btn-outline-primary:hover {
    border-radius: 0;
    background: #f3cb5e;
}
#course #list .btn-group .btn-item .btn-check:checked + .btn-outline-primary {
    color: #fff;
    background: #f3cb5e;
    border-radius: 0;
}
#course #list .item-box {
    color: #000;
}
#course #list .item-box .card-img-top {
    /* height: 200px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover; */
    object-fit: contain;
    width: 100%;
    height: auto;
}
#course #list .item-box .card-title {
    font-weight: 500;
    color: #e29b36;
    font-weight: 600;
}
#course #list .item-box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.25rem;
}
#course #list .item-box .badge {
    background: #f6e8c3;
    color: #000;
    width: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 3px 5px;
}
#course #list .pagination .page-item:hover .btn {
    background: #f6e8c3;
    color: #000;
}
#course #list .pagination .page-item.active .btn {
    background: #e29b36;
}
@media (max-width: 768px) {
    #course #list .btn-group {
        flex-wrap: wrap;
    }
    #course #list .btn-group .btn-item {
        background: #fff;
        border-radius: 0 !important;
        border: #333c4d 1px solid;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    #course #list .btn-group .btn-item .btn-outline-primary {
        color: #333c4d;
    }
    #course #list .btn-group .btn-item .btn-check:checked + .btn-outline-primary {
        color: #fff;
        background: #333c4d;
        border-radius: 0;
    }
}
#course #icon .icon {
    background: #e29b36;
    border-radius: 50%;
    height: 196px;
    width: 196px;
    margin-bottom: 30px;
}
#course #icon .icon img {
    height: 60%;
    width: auto;
}
@media (max-width: 768px) {
    #course #icon .icon {
        height: 128px;
        width: 128px;
    }
}
#course #product .item {
    height: auto;
}
#course #product .item a {
    color: #000;
    height: 100%;
}
#course #product .item a .card-img-top {
    max-height: 200px;
}
#course #product .item a .txt-box {
    transition: all 0.3s linear;
}
#course #product .item a .txt-box .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#course #product .item a:hover .txt-box {
    transform: scale(1.05);
    color: #f77b0d !important;
}
@media (max-width: 576px) {
    #course #product .item a {
        height: auto;
    }
    #course #product .item a .card-img-top {
        /* max-height: 120px; */
    }
    #course #product .item a .card-body {
        padding: 1rem;
        padding-top: 2rem;
    }
}
#course .owl-dots {
    display: none;
}
#course .nav-item .nav-link {
    background: #333c4d;
    font-weight: 700;
}
#course .nav-item .nav-link.active,
#course .nav-item .nav-link:hover {
    background: #f1c344;
}

#course .day .card {
    transition: all 0.3s linear;
}
#course .day .card:hover .card-header,
#course .day .card:hover .card-body .card-text {
    /* padding-left: 0 !important; */
    /* padding-right: 0 !important; */
    /* font-size: 1.05rem !important; */
}
#course .day .card:hover .card-header {
    opacity: 0.6;
}
.draggable {
    width: 100px;
    height: 50px;
    background-color: #007bff;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
