/* Map styling*/
#ce_map_container{border:2px solid #CCC;background-color:#CCC ; font-size:12px;}
#ce_map_canvas{width:100%;height:300px}
#ce-directionsPanel{background-color:#FFF}
/* Direction */
#ce-map-cpanel-switch{padding:8px;font-size:120%;height:40px;margin-top:2px;
    background:#444 url("../images/map-icon.png") no-repeat 20px center}
#ce-map-cpanel-switch a.ce-route,
#ce-map-cpanel-switch a.ce-route:visited{color:#FFF;display:block;float:left;margin:10px 0 0 65px}
.ce-map-cpanel fieldset{border-color:#CCC;border-style:solid none none;border-width:1px 0 0;clear:both; margin:3px}
.ce-map-cpanel fieldset legend{font-size:150%}
.ce-map-cpanel div{ clear:left;display:block; width:100%}
.ce-map-cpanel label{ }
.ce-map-cpanel div.submit div,.ce-map-cpanel div.submit div button{display:inline}
/* Coordinates*/
#ce-map-coordinates{background-color:#F2EFE9;height:15px;margin-top:2px;padding:5px 0}
#ce-map-coordinates div{float:left;width:49%;text-align:center}
.ce-map-coord-label{font-weight:bolder}
.ce-map-coord-value{}
/* MAP: End*/

.vnt-contact-c-page{
    padding: 20px 0 30px;
}
.bgContact.bgContact{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.bgContact.bgContact::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}
.textContact{
    text-align: center;
    max-width: 710px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.bl_contact_c .style-contact{
  text-align: center;
}
.bl_contact_c .form-group p span{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.bl_contact_c .form-group .flexRight{
    text-align: center;
}
.info_contact{
    margin-bottom: 20px;
}
.info_contact .name{
    font-size: 18px;
    line-height: 27;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.info_contact .upper{
    text-transform: uppercase;
    font-weight: bold;
}
.info_contact .before{
    line-height: 27px;
    font-size: 18px;
    position: relative;
    margin-bottom: 5px;
    display: block;
    font-weight: 300;
}
.info_contact .addressCt{
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333333;
}

.info_contact .before:before{
    position: absolute;
    top:0;
    left:0;
    font-size: 16px;
    color: #bbbbbb;
}
.info_contact .inline-block{
    display: inline-block;
    margin-right: 20px;
}
.style-contact .view_map{
    text-align: center;
}
.style-contact .view_map a{
    display: inline-block;
    padding: 10px 45px;
    border: 1px solid #003790;
    background-color: #003790;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
}
.style-contact .view_map a:hover{
    background-color: #fff;
    color: #003790;
}
.style-contact .view_map a span{
    padding-left: 5px;
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.style-contact .view_map a:hover span:after{
    color: #ffffff;
}
.info_contact .Qcode{
    width: 150px;
    height: 150px;
    background: #ffffff;
    margin: 0 auto;
}
.info_contact .Qcode img{
    width: 100%;
}
.nameCampany{
    margin-bottom: 15px;
    text-align: center;
}
.nameCampany h2{
    font-size: 45px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 700;
    color: #df013a;
    font-family: 'Roboto Condensed';
}
/*  */
.form-contact{
    padding: 70px 0 110px 0;
}
.form-contact .wrappers{
    max-width: 775px;
    margin: 0 auto;
}
.form-contact label{
    font-weight: 400;
    margin-bottom: 0;
}
.form-contact input, .form-contact textarea, .form-contact select {
    width:100%;
    height: 55px;
    border: none;
    background-color: #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
    padding: 0 20px;
    border-radius: 5px;
}
.form-contact .row{
    margin: 0 -6px;
}
.form-contact .row > div{
    padding: 0 6px;
}
.form-contact textarea {
    height: 115px;
    resize: none;
    padding: 20px;
}
.viewDetail button{
    display: inline-block;
    padding: 10px 40px;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    border: 1px solid #003790;
    background-color: #003790;
    color: #fff;
    border-radius: 25px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.viewDetail button:hover{
    background-color: #fff;
    color: #003790;
}
.map_wrapper {
    background: #f5f5f5;
    padding: 0 9px 9px 9px;
}
@media screen and (max-width: 1024px){
    .info_contact {
        padding: 0;
        min-height: 0;
    }
    .style-contact .view_map {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
}
@media screen and (max-width: 991px) {
    .nameCampany h2{
        font-size: 26px;
        line-height: 34px;
    }
    .map_wrapper {
        padding: 0 ;
    }
    .info_contact .before{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .info_contact .addressCt{
        font-size: 15px;
        line-height: 23px;
    }
    .bgContact{
        padding: 40px 0;
    }
    .form-contact{
        padding: 0px;
    }
    .textContact{
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .flexDesign{
        text-align: center;
    }
    .flexDesign .flexLeft{
        margin-bottom: 20px;
    }
    .map_content img, .map_content  iframe{
        width: 100%;
    }
    /*  */
    .form-contact input, .form-contact textarea, .form-contact select{
        height: 45px;
    }
    .form-contact textarea{
        height: 95px;
    }
}
@media screen and (max-width: 767px) {
    .row{
        margin: 0 -5px;
    }
    .row > div{
        padding: 0 5px;
    }
}
@media screen and (min-width: 996px) {
    .bl_contact_c .flexDesign{
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .bl_contact_c .flexDesign .flexLeft{
        width: 70%;
    }
    .vnt-contact-c-page{
        padding: 0 0 30px;
    }
}