.GroupControl {
        margin-bottom: 10px;
        background: #fff;
}
.GroupControl .Title {
        text-transform: uppercase;
        font-weight: 600;
        padding: 5px 10px;
        color: var(--bg-blue-weight);
        display: inline-block;
        background: url(images/huyhieu.gif) no-repeat 5px 5px;
        padding-left: 40px;
        width: 100%;
        margin-bottom: 0;
        margin-top: 5px;
        cursor: pointer;
}
.GroupControl .Title:hover a span{
        color: #dc3545;
}
.GroupControl .Title:hover a{
        color: #dc3545 !important;
}
.GroupControl .UserItem a {
        font-size: 15px;
        font-weight: 600;
        color: #41464b;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        background: url(images/arr.png) no-repeat 15px 17px;
        padding: 10px;
        padding-left: 33px;
}
.GroupControl td.ItemStyle ul {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
}
.GroupControl td.ItemStyle .Wrap{
        background: #fff;
        padding: 5px;
}
.GroupControl td.ItemStyle ul li a {
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 16px;
        /* Grey 3 */
        color: #3B4E68;
        padding: 10px;
        display: inline-block;
        text-decoration: none;
        background: url(images/arrow2.png) no-repeat 15px 17px;
        width: unset;
        margin: 0;
        cursor: pointer;
        position: relative;
        padding-left: 33px;
}
.GroupControl .Detail table {
        width: 100%;
}
.GroupControl .Detail table td {
        padding: 0;
}
.GroupControl .Detail .ItemStyle .Title a {
        border-top: 0;
        display: inline-block;
        border-bottom: 1px solid;
        color: var(--bg-blue-weight);
        transition: 200ms;
}
.GroupControl .Title a span {
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 23px;
        /* identical to box height, or 153% */
        /* Primary color 2 */
        color: var(--bg-blue-weight);
        transition: 200ms;
}
@media only screen and (max-width: 768px){
        .GroupControl {
                display: block;
                width: 100vw;
                padding: 0 10px;
                border: none;
                margin-bottom: 36px;
        }
        .GroupControl .Detail {
                /* border: 1px solid #eeeeee; */
        }
}
