.vntBgAll{
    background-color: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.wrapLogin{
    max-width: 1080px;
    margin: 0 auto;
}
.gripLogin{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -90px;
}
.gripLogin > div{
    width: 50%;
    padding: 0 90px;
}
.gripLogin .regisLetf{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.colGroup{
    display: flex;
    flex-wrap: wrap;
}
.colGroup > label{
    width: 100px;
    font-weight: 400;
    padding-top: 14px;
}
.colGroup > label span{
    color: #d9252c;
}
.colGroup > .formFa{
    width: calc(100% - 100px);
    position: relative;
}
.colGroup > .formFa::before{
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.colGroup > .formFa > input{
    padding: 0 10px 0 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 45px;
    width: 100%;
}
.colGroup .inCss input{
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 45px;
    width: 100%;
}
.colGroup select{
    padding: 0 10px 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 45px;
    width: 100%;
}
.colGroup textarea{
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 45px;
    width: 100%;
}
.checkboxa label label{
    padding-left: 0;
}
.btnAll{
    text-transform: uppercase;
    color: #fff;
    background-color: #d9252c;
    border-radius: 5px;
    text-align: center;
    border: none;
    padding: 12px 20px;
}
.btnAll:hover{
    background-color: #ad3236;
}
.formSocial .txt{
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}
.formSocial .soc{
    margin-bottom: 10px;
    text-align: left;
    padding: 0px 10px;
}
.formSocial .soc a{
    display: block;
    padding: 10px;
    padding-left: 50px;
    position: relative;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    z-index: 1;
}
.formSocial .soc a::before{
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
    z-index: 1;
    font-size: 20px;
}
.formSocial .soc a::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.formSocial .soc a:hover::after{
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.formSocial .soc a.fa-facebook{
    background-color: #6b86cd;
}
.formSocial .soc a.fa-google{
    background-color: #f4664e;
}
.formSocial .soc a.fa-facebook::after{
    background-color: #4b64a5;
}
.formSocial .soc a.fa-google::after{
    background-color: #df4930;
}
/*  */
.vntRegister {
    margin-bottom: 30px;
}
.formSocialGri{
    text-align: center;
}
.formSocialGri .txt{

}
.formSocialGri .socWrap{
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.formSocialGri .socWrap .soc{
    width: calc(50% - 5px);
    margin-right: 10px;
}
.formSocialGri .socWrap .soc:last-child{
    margin-right: 0;
}
/*  */
.vntRegister .gripLogin .regisRight{
    padding-left: 50px;
    padding-right: 120px;
}
.vntRegister .colGroup .row{
    margin: 0 -5px;
}
.vntRegister .colGroup .row > div{
    padding: 0 5px;
}

.checkboxFa a{
    text-decoration: underline;
}
/*  */
.noteForGet{
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}
.wrapForget{
    max-width: 400px;
    margin: 0 auto;
}
/*  */
.vntForgetPas .colGroup > label{
    padding-top: 10px;
}
.resetWidth .btnAll{
    width: auto;
}

/*  */
.wrapInfo{
    max-width: 670px;
    margin: 0 auto;
}
.gripInfo{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.gripInfo > div{
    padding: 0 15px;
}
.gripInfo .colLeft{
    width: calc(100% - 170px);
}
.gripInfo .colRight{
    width: 170px;
}
.vntInfomation  .colGroup > .formFa > input{
    padding: 0 10px;
}
.colGroup > .formFa.fa-calendar::before{
    left: initial;
    right: 15px;
    color: #999999;
    font-size: 20px;
}
.colGroup > .formFa.fa-calendar input{
    padding-right: 40px;
}
/*  */
.changeAvatar{

}
.changeAvatar .img{
    
}
.changeAvatar .img img{
    width: 100%;
}
.changeAvatar .btnAvatar{
    width: 100%;
}
.changeAvatar .btnAvatar button{
    border: none;
    background-color: #666666;
    padding: 8px 10px ;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    display: block;
}
/*  */
.wrapChange{
    max-width: 550px;
    margin: 0 auto;
}
/*  */
.vntChangePass .colGroup > label{
    width: 140px;
}
.vntChangePass .colGroup > .formFa{
    width: calc(100% - 140px);
}
/*  */
.vntQuanLy{
    background-color: #f6f6f6;
    padding: 30px 20px;
}

.tableQuanLy{
 
}
.tableQuanLy table{
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    
}
.tableQuanLy table thead{
    background-color: #d9252c;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.tableQuanLy table tr th, .tableQuanLy table tr td{
    padding: 12px 10px;
}
.tableQuanLy table tbody tr{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tableQuanLy table tbody tr:last-child{
    border-bottom: none;
}
.tableQuanLy .pagination ul li span.pagecur,.tableQuanLy .pagination ul li a{
    background-color: #fff;
}
.tableQuanLy .pagination ul li a:hover,.tableQuanLy .pagination ul li span.pagecur{
    background: #d9252c;
}
.tableQuanLy table tr td{
    line-height: 22px;
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    .gripLogin{
        margin: 0 -20px;
    }
    .gripLogin > div{
        padding: 0 20px;
    }
    .vntRegister .gripLogin .regisRight{
        padding: 0 20px;
    }
    .vntRegister .regisRight .colGroup > label{
        width: 100%;
        padding-top: 0;
    }
    .vntRegister .regisRight .colGroup > .formFa{
        width: 100%;
    }
    /*  */
    .tableQuanLy table tr th:first-child, .tableQuanLy table tr td:first-child{
        width: 30%;
    }
}
@media all and (max-width: 767px){
    .checkbox label{
        letter-spacing: -0.3px;
    }
    .colGroup > label{
        width: 100%;
        padding-top: 0;
    }
    .colGroup > .formFa{
        width: 100%;
    }
    .gripLogin .regisLetf{
        border-right: none;
    }
    .vntBgAll{
        padding: 30px 20px;
    }
    .gripLogin{
        margin: 0;
    }
    .gripLogin > div{
        padding: 0;
        width: 100%;
    }
    .gripLogin .regisLetf{
        margin-bottom: 20px;
    }
    .vntRegister .gripLogin .regisRight{
        padding: 0;
    }
    .vntRegister .gripLogin .regisLetf{
        margin-bottom: 0;
    }
    .formSocialGri .socWrap .soc{
        width: 100%;
        margin-right: 0;
    }
    /*  */
    .gripInfo{
        flex-direction: column-reverse;
    }
    .gripInfo .colRight{
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .gripInfo .colLeft{
        width: 100%;
    }
    /*  */
    .vntChangePass .colGroup > label, .vntChangePass .colGroup > .formFa{
        width: 100%;
    }
    /*  */
    .vntQuanLy{
        padding: 0;
        padding-bottom: 30px;
    }
    .tableQuanLy table thead{
        display: none;
    }
    .tableQuanLy table, .tableQuanLy table tr, .tableQuanLy table tbody, .tableQuanLy table td{
        display: block;
    }
    .tableQuanLy table{
        border: none;
        background-color: transparent;
    }
    .tableQuanLy table tr{
        padding: 5px 0;
    }
    .tableQuanLy table tr th, .tableQuanLy table tr td{
        padding: 10px 20px;
    }
    .tableQuanLy table tr th:first-child, .tableQuanLy table tr td:first-child{
        width: 100%;
    }

    .tableQuanLy table tr td::before{
        content: attr(data-title);
        text-transform: uppercase;
        font-weight: bold;
    }
    .tableQuanLy table tbody tr:last-child{
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}