.UILienHeXe .summary b {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    display: inline-block;
    font-weight: normal;
    color: #585858;
}

.UILienHeXe i {
    font-size: 15px;
    color: #585858;
    padding: 10px 0 0;
    display: inline-block;
}

.UILienHeXe b {
    color: #565656;
}

.UILienHeXe .summary img {
    max-width: 100%;
    margin: 0 auto;
}

.UILienHeXe .clear {
    clear: both;
}

.UILienHeXe .red {
    color: #e00;
}

.UILienHeXe .form-control-style {
    height: 38px;
    padding: 0 8px;
    width: 100%;
    border: solid 1px #dedede;
    border-radius: 3px;
    font-size: 15px;
}

.UILienHeXe .form-group {
    margin-bottom: 15px;
    overflow: hidden;
}

.UILienHeXe .row {
    margin-left: -10px;
    margin-right: -10px;
}

.UILienHeXe .col-12 {
    width: 100%;
    padding: 0 10px;
}

.UILienHeXe .col-6 {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.UILienHeXe {
    background: #fff;
    padding: 10px;
    margin: 0 0 20px 0;
}

    .UILienHeXe .container {
        margin: 0 auto;
        padding: 0;
        max-width: 600px;
    }

    .UILienHeXe .summary {
        float: left;
        width: 50%;
        text-align: center;
        margin: 0 0 20px;
    }

    .UILienHeXe .form {
        margin-left: 50%;
        padding-left: 20px;
    }

        .UILienHeXe .form.full {
            max-width: 600px;
            margin-left: 0;
            padding-left: 0;
        }

        .UILienHeXe .form .captcha input[type="text"] {
            width: 150px;
        }

        .UILienHeXe .form .img-captcha {
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
            height: 30px;
        }

    .UILienHeXe .title-block h2:before {
        content: "\f0e6";
        display: inline-block;
        font: normal normal normal 35px FontAwesome;
        margin-right: 10px;
    }

    .UILienHeXe .title-block h2 {
        text-transform: uppercase;
        font-size: 16px;
        color: #686868;
    }

    .UILienHeXe .textarea {
        border-radius: 3px;
        border: solid 1px #ddd;
        padding: 10px;
        margin-top: 10px;
    }

    .UILienHeXe .btnSend:before {
        content: "\f1d8";
        display: inline-block;
        font: normal normal normal 25px FontAwesome;
        margin-right: 10px;
    }

    .UILienHeXe .btnSend {
        display: block;
        padding: 10px 30px;
        font-size: 16px;
        font-weight: bold;
        background: #d60c0c;
        background: linear-gradient(to right, #d60c0c 0%, #ffc500 100%);
        color: #fff;
        text-transform: uppercase;
        border: honeydew;
        margin: 20px auto;
        cursor: pointer;
    }

        .UILienHeXe .btnSend:hover {
            background: #ffc500;
            background: linear-gradient(to right, #ffc500 0%, #d60c0c 100%);
        }

@media(max-width: 767px) {
    .UILienHeXe .summary, .UILienHeXe .form {
        width: 100%;
    }

    .UILienHeXe .form {
        margin-left: 0;
        padding-left: 0;
    }

    .UILienHeXe .txtDateCreate table {
        width: 160px !important;
    }
}

.UILienHeXe .txtDateCreate .riTextBox {
    height: 38px;
    padding: 0 8px !important;
    width: 100% !important;
    border: solid 1px #dedede;
    border-radius: 3px;
    font-size: 15px !important;
    font-style: normal !important;
}

.UILienHeXe .sex {
    font-size: 15px;
    vertical-align: middle;
}

.UILienHeXe .note {
    text-align: center;
    color: #e00;
    display: none;
    font-size: 14px;
}

.UILienHeXe .note1 {
    display: block;
}

.UILienHeXe .divSuccess {
    display: block;
    margin: 10px 0;
    font-size: 14px;
    color: #138300;
    font-weight: bold;
}
