﻿.body-hoidap {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.allhoidap {
    width: 1200px;
    display: flex;
}

.hd-title {
    background-color: #0066b3;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    font-size: 15px;
}

.hd-content {
    border: 1px solid #ddd;
    padding: 10px;
}

.left-hoidap {
    flex: 1;
    margin-right: 20px;
}

.right-hoidap {
    flex: 0 0 30%;
}

.list-quest {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 5px;
}

.btn-guicauhoi {
    background-color: #0066b3;
    color: #fff;
    font-size: 13px;
    border: 1px;
    padding: 5px 10px;
    border-radius: 3px;
}

.all-btngch {
    display: flex;
    justify-content: flex-end;
}

.title-gch {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.All-KhoaCon {
    margin-left: 20px;
}

.chuyen-khoa-cha {
    height: 30px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    cursor: pointer;
}

    .chuyen-khoa-cha:hover {
        color: #0066b3;
        box-shadow: 0 0 5px #d5cece;
        border-radius: 3px;
        cursor: pointer;
    }

.chuyen-khoa-con {
    height: 30px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

    .chuyen-khoa-con:hover {
        color: #0066b3;
        box-shadow: 0 0 5px #d5cece;
        border-radius: 3px;
        cursor: pointer;
    }

.list-chuyen-khoa {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.title-ch {
    font-weight: bold;
    margin-bottom: 5px;
}
