.weekly_schedule .btn {
    margin-left: 8px;
}

#schedule_select, #semester_select, #year_select {
    width: 100%;
    height: 44px;
}

#semester_select {
    margin-right: 12px;
}

.tuyensinh .tuyensinh_list {
    padding-right: 4.5rem;
}

.tuyensinh .tuyensinh_detail img {
    margin-top: 0;
}

.list-schedule .collapse-group {
    width: 310px;
    background: #F6F6F6;
    border-top: 3px solid #0560FD;
    padding: 0 1.25rem 1px 1.25rem;
    margin-left: 4.5rem;
}

.list-schedule .collapse-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 1.25rem 0;
    border-bottom: 1px solid #0000001A;
}

.list-schedule .last-collapse-header {
    border-bottom: none;
    padding-bottom: 1rem;
}

.list-schedule .collapse-header a {
    color: #626262;
    font-size: 16px;
    line-height: 18.4px;
    text-decoration: none;
    width: 100%;
}

.list-schedule .collapse-header.active a {
    font-weight: 700;
    color: #0560FD;
}

.list-schedule .collapse-header.collapsed:after {
    content: "\f054";
    font: normal normal normal 14px / 1 FontAwesome;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.list-schedule .collapse-header:not(.collapsed):after {
    content: "\f078";
    font: normal normal normal 14px / 1 FontAwesome;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.list-schedule .collapse-header-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.list-schedule .collapse-header-group.collapsed:after {
    content: "\f078";
    font: normal normal normal 14px / 1 FontAwesome;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.list-schedule .collapse-header-group:not(.collapsed):after {
    content: "\f077";
    font: normal normal normal 14px / 1 FontAwesome;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.list-schedule {
    display: block;
}

.list-schedule .collapse-content {
    margin-top: 1rem;
}

.list-schedule .collapse-content a {
    display: block;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 16.1px;
    color: #626262;
    padding-left: 1.25rem;
    /* text-transform: capitalize; */
    text-decoration: none;
}

.list-schedule .last-collapse-content {
    padding-bottom: 1rem;
    margin-top: 0;
}

.mobile-select-category {
    display: none;
}

.collapse-schedule {
    display: block;
}

.btn-search {
    background: #0560FD;
    padding: 9px 24px;
    border-radius: 0%;
}

#semester_select, #year_select, #schedule_select {
    /* padding: 9px 16px; */
    /* font-size: 14px; */
    height: 44px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-right: 10px;
    width: 100%;
}

#mobile-category-select {
    height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/images/tintuc/angle-down.png) no-repeat;
    background-position: right 20px top 50%;
}

@media screen and (max-width: 576px) {
    .tuyensinh .title {
        margin-bottom: 24px;
    }

    .weekly_schedule .form-group {
        flex-direction: column;
    }

    #semester_select, #year_select, #schedule_select {
        margin-right: 0;
        margin-bottom: 0.5rem;
        font-size: 14px;
    }

    .weekly_schedule {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 769px) {
    .mobile-select-category {
        display: block;
        margin-bottom: 2rem;
    }

    .mobile-select-category .form-group {
        margin-bottom: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-select-category .form-group select {
        background-color: #F6F6F6 !important;
        width: 100%;
        padding: 0 12px;
        /* font-size: 24px; */
    }

    .tuyensinh_list {
        width: 100%;
        padding: 0 !important;
    }

    .collapse-schedule {
        display: none;
    }

    .list-schedule {
        display: none;
    }
}
