.list_category {
    width: 100%;
    border: 0;
    padding-top: 20px;
    display: inline-flex;
    border-bottom: 1px dotted #c7c7c7;
}

.list_category li {
    margin-right: 35px;
    border-bottom: dashed 1px #d1c2ae;
}

.list_category li a {
    font-size: 15px;
    color: #999;
}

.list_category li a.font-caregory-index {
    color: #333;
    text-transform: uppercase;
}

.content-contacus h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 31px;
    color: #C4A83A;
    float: left;
    width: 100%;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.add_ct {
    font-size: 16px;
    margin-bottom: 25px;
    color: #545454;
    padding: 0 20px;
}

.add_ct a{
    
    color: #545454;
   
}

.fw-600 {
    font-weight: 600;
    color: #bb1a1e;
}

.clear {
    clear: both;
}

.form_contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.psubmid {
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
    color: #bb1a1e;
}

.form_contact .info_contact {
    flex-basis: 48%;
    margin-bottom: 20px;
}

label {
    font-size: 15px;
}

.contactus {
    margin-bottom: 20px;
}

@media(max-width: 991px) {
    .form_contact {
        display: block;
    }
    .contact-form {
        margin-bottom: 30px;
    }
    .psubmid {
        display: none;
    }
    .form_contact .info_contact {
        flex-basis: 100%;
    }
}

.contact-form {
    padding: 0 20px
}

.form_contact .textfield_contact {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #a4a4a4;
    height: 34px;
    padding: 0 10px;
}

*:focus {
    outline: none;
}

.form_contact .noidung_contact {
    margin-bottom: 10px;
    flex-basis: 100%;
}

.form_contact .noidung_contact textarea {
    width: 100%;
    border: 1px solid #a4a4a4;
    padding: 10px 15px;
}

.info_contact .form-control {
    color: #333;
}

.send_mes {
    width: 100%;
    text-align: center;
}

.send_mes input {
    margin: auto;
    background: #C4A83A;
    /* background: -moz-linear-gradient(left, rgb(171, 36, 42) 0%, rgb(251, 2, 2) 24%, rgb(239, 22, 2) 61%, rgb(164, 39, 45) 100%);
    background: -webkit-linear-gradient(left, rgb(171, 36, 42) 0%, rgb(251, 2, 2) 24%, rgb(239, 22, 2) 61%, rgb(164, 39, 45) 100%);
    background: linear-gradient(to right, rgb(171, 36, 42) 0%, rgb(251, 2, 2) 24%, rgb(239, 22, 2) 61%, rgb(164, 39, 45) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ab242a', endColorstr='#a4272d', GradientType=1); */
    width: 200px;
    text-align: center;
    border-radius: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.guidi {
    background: none;
    border: none;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
    font-family: roboto;
    font-size: 20px;
    line-height: 38px;
}