/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 2, 2019, 9:50:09 AM
    Author     : Khang
*/

.sectionContact {
    margin-top: 70px;
}
/* information */
p.place_contact, p.phone_contact, p.email_contact, p.web_contact {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
}
p.place_contact:before {
    content: "\f041";
    color: #f38a1f;
    font-size: 14px;
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
}
p.phone_contact:before {
    font-family: 'FontAwesome';
    color: #f38a1f;
    left: 0;
    position: absolute;
    content: "\f095";
}
p.email_contact:before {
    font-family: 'FontAwesome';
    color: #f38a1f;
    left: 0;
    position: absolute;
    content: "\f0e0";
}
p.web_contact:before {
    font-family: 'FontAwesome';
    color: #f38a1f;
    left: 0;
    position: absolute;
    content: "\f0ac";
}
/* end info */
/*  form */

.formContact input, .formContact textarea {
    border: 1px solid rgba(131,131,131,.3);
    /*    width: 100%!important;*/
}   
.formContact ul li.gfield.col2Flex {
    width: 49%;     
    display: inline-block;
}
.formContact input[type=text] {
    padding-left: 30px !important;
}
.formContact .ginput_container {
    position: relative;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
}
.formContact textarea {
    padding: 8px 35px!important;
}
.formContact .ginput_container:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 20px;
    color: #2d333f;
    padding-right: .5em;
    position: absolute;
    top: 6%;
    left: 10px;
}
.formContact .ginput_container:before {
    font-family: 'FontAwesome';
}

.formContact .name .ginput_container:before {
    content: "\f007";
}
.formContact .phone .ginput_container:before {
    content: "\f2a0";
}
.formContact .email .ginput_container:before {
    content: "\f199";
}
.formContact .ghichu .ginput_container:before {
    content: "\f0e6";
}
.formContact input#gform_submit_button_1 {
    width: 200px!important;
    display: block;
    margin: auto;
    padding: 6px 25px!important;
    color: #fff!important;
    background: #c72528!important;
    border-radius: 2px!important;
    font-size: 16px!important;
    border: 0!important;
    cursor: pointer!important;
    font-weight: 400;
    border: .5px solid #ff0000!important;
}
.formContact input#gform_submit_button_5 {
    width: 200px!important;
    display: block;
    margin: auto;
    padding: 6px 25px!important;
    color: #fff!important;
    background: #c72528!important;
    border-radius: 2px!important;
    font-size: 16px!important;
    border: 0!important;
    cursor: pointer!important;
    font-weight: 400;
    border: .5px solid #ff0000!important;
}
.formContact input#gform_submit_button_9 {
    width: 200px!important;
    display: block;
    margin: auto;
    padding: 6px 25px!important;
    color: #fff!important;
    background: #c72528!important;
    border-radius: 2px!important;
    font-size: 16px!important;
    border: 0!important;
    cursor: pointer!important;
    font-weight: 400;
    border: .5px solid #ff0000!important;
}
.formContact input[type=file] {
    border: 1px dashed #ccc;
    width: 97.5% !important;
}

/* end form */