.boxHoidap .formHd{
    background-color: #c81828;
    padding: 30px 30px 40px 30px;
    color: #fff;
    margin-bottom: 30px;
}
.boxHoidap .formHd p{
    padding: 0;
}
.boxHoidap .formHd .titleFrm{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
}
.boxHoidap .formHd .captionFrm{
    text-align: center;
    margin-bottom: 10px;
    padding: 0 20px;
}
.boxHoidap .formHd .frm{
    margin-bottom: 10px;
}
.boxHoidap .formHd .frm input{
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 20px;
}
.boxHoidap .formHd .frm textarea{
    width: 100%;
    height: 100px;
    padding: 10px 20px;
}
.boxHoidap .formHd .frm.frmCode{
    display: flex;
}
.boxHoidap .formHd .frm .btnSm{
   text-align: right;
   margin-top: 30px;
}
.boxHoidap .formHd .frm .btnSm button{
    padding: 10px 20px;
    color: #c81828;
    background-color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.boxHoidap .formHd .frm .btnSm button:hover{
   transform: translateY(-5px);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    box-shadow: 0 5px 0 0 rgb(255, 255, 255, 0.3);
}
.boxHoidap .formHd .frm .btnSm button span{
    margin-left: 10px;
}
.boxHoidap .quetionsIf .item{
    margin-bottom: 30px;
}
.boxHoidap .quetionsIf .nameCh{
    position: relative;
    padding-left: 70px;
    min-height: 50px;
    margin-bottom: 10px;
}
.boxHoidap .quetionsIf .nameCh .icon{
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: #c81828;
    color: #fff;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
.boxHoidap .quetionsIf .nameCh .icon i{
    line-height: 50px;
}
.boxHoidap .quetionsIf .contentTl{
    background-color: #f8f8f8;
    padding: 15px 20px;
    font-size: 15px;
}
.boxHoidap .quetionsIf .contentTl div{
    margin-bottom: 20px;
}

@media all and (max-width: 991px){
    .boxHoidap .formHd .captionFrm{
        padding: 0;
    }
}