
.info_contact{
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    min-height: 190px;
    position: relative;
    padding-left: 200px;
    background: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.info_contact a{
    font-size: 14px;
    line-height: 22px;
}
.info_contact .name{
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: #7c8f40;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
}
.info_contact .upper{
    text-transform: uppercase;
    font-weight: bold;
}
.info_contact .before{
    margin-bottom: 2px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    position: relative;
    padding-left: 120px;
}
.info_contact .before a{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.info_contact .before span{
    padding-left: 30px;
    width: 120px;
    position: absolute;
    font-weight: 700;
    left: 0;
    top: 0;
}
.info_contact .before span:before{
    position: absolute;
    font-family:"fontawesome";
    top:0;
    left:0;
    color: #7c8f40;
    font-size: 16px;
    font-weight: 400;
}
.info_contact .inline-block{
    display: inline-block;
    margin-right: 20px;
}
.info_contact .view_map{
    position: absolute;
    top: 20px;
    right: 20px;
}
.info_contact .view_map a{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 30px 10px 65px;
    text-transform: uppercase;
    color: #7c8f40;
    background-color: #fff;
    border: 2px solid #7c8f40;
    position: relative;
    font-weight: 400;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.info_contact .view_map a:hover{
    background: #7c8f40;
    color: #fff;
}
.info_contact .view_map a:after{
    position: absolute;
    left: 30px;
    font-family: "fontawesome";
    content: '\f041';
    top: 50%;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    font-size: 18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.info_contact .Qcode{
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    padding: 15px;
    background: #e5e5e5;
}
.info_contact .Qcode img{
    width: 100%;
}
.PSForm{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
}
.PSForm p{
    padding: 0;
}
#formContact{
    width: 100%;
    margin-bottom: 30px;
}
#formContact .form_left{
    width: 470px;
    float: left;
}
#formContact .form_right{
    width: 670px;
    float: right;
}
.row-form{
    margin-bottom: 10px;
}
.row-form label{
    width: 180px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #2d2d2d;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.row-form label span{
    color: #ff0000;
}
.row-form textarea{
    resize: vertical;
}
.row-form .form-control{
    height: 45px;
    border-radius:0;
    border-top: 1px solid #d1d1d1;
    background-color: #fff;
    padding: 0 15px;
}
.row-form textarea.form-control{
    height: 130px;
    resize: none;
    padding: 10px 15px;
    background-position: 10px 7px;
}
.row-form .input-group .input-group-text{
    display: table-cell;
    padding-left: 15px;
    white-space: nowrap;
    vertical-align: middle;
}
.row-form .form-control#staff{
    padding-left:5px;
}
.form-control:focus{
    border-color: #c0c0c0;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,292,1);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,292,1);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,192,1)
}
.row-form #security_code.form-control{
    width: 300px;
    display: inline-block;
}
.row-form .fl,
.row-form .fr{
    width: 49%;
}
.row-form.c-button{
    margin-top: 25px;
}
.row-form button{
    width: 100px;
    height: auto;
    font-weight: bold;
    padding: 13px 0;
    font-size: 16px;
    line-height: 20px;
    height: 45px;
    color: #ffffff;
    outline: 0;
    background: var(--web-color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    text-transform: uppercase;
    border:none;
}
.row-form button:hover{
    background: var(--web-color1);
}
.row-form .icon{
    position: relative;
}
.row-form .icon:before{
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 20px;
    font-size: 15px;
    color: #666;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999999;
}




.fancybox-overlay{
    background: #f9f9f9 !important;
}
.fancybox-opened .fancybox-skin{
    box-shadow: none !important;
}
.fancybox-inner:after{
    content: '';
    background: url('../images/contact/timduong.jpg') no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 99px;
}
.fancybox-close {
    width: 50px;
    height: 50px;
    background: #7c8f40;
    background-image: none !important;
    font-size: 25px;
    line-height: 33px;
    color: #ffffff;
    top: 0;
    bottom: 100%;
    right: 0;
}
.fancybox-close:before{
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.fancybox-close:hover{
    background: #243b83;
    color:#fff;
}
@media screen and (max-width: 1024px) {
    .info_contact {
        padding: 0 0 30px;
        min-height: 0;
        -webkit-box-shadow: initial;
        -moz-box-shadow: initial;
        box-shadow: initial;
    }

    .info_contact .Qcode {
        display: none;
    }

    .info_contact .view_map {
        position: relative;
        margin-top: 30px;
        top: auto;
        right: auto;
    }

    .box_mid .mid-title .titleL h1{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px){
    .row-form #security_code.form-control{
        width: 100%;
    }
    .formContact .row .fl,
    .formContact .row .fr{
        width: 100%;
    }
    .row-form .input-group{
        width: 100%;
    }
    .row-form.c-button{
        margin-top: 20px;
    }
    .row-form .input-group .input-group-text{
        width: 1%;
    }
    .row-form .input-group .input-group-text img{
        max-width: none;
    }
    .row-form button{
        width: 100%;
    }
}

@media screen and (max-width: 379px){
    .info_contact .before{
        font-size: 14px;
        padding-left: 100px;
    }
    .info_contact .before a{
        font-size: 14px;
    }
    .info_contact .before span{
        width: 100px;
        padding-left: 20px;
    }
}