.part-contact{
    
}
.part-contact .wrap-contact{
    width: 100%;
    max-width: 970px;
    float: right;
}
.part-contact .info-contact:nth-child(odd) .wrap{
    max-width: 500px;
    float: left;
}
.part-contact .info-contact:nth-child(even) .wrap{
    max-width: 430px;
    float: right;
}
.part-contact .info-contact:nth-child(6n+3) .wrap,
.part-contact .info-contact:nth-child(6n+6) .wrap{
    background: #f4f5f6;
    position: relative;
}
.part-contact .info-contact:nth-child(6n+3) .wrap:before{
    content: "";
    top: 0;
    bottom: 0;
    right: 100%;
    width: 1000px;
    background: #f4f5f6;
    position: absolute;
    pointer-events: none;
}
.part-contact .info-contact:nth-child(6n+6) .wrap:before{
    content: "";
    top: 0;
    bottom: 0;
    left: 100%;
    width: 1000px;
    background: #f4f5f6;
    position: absolute;
    pointer-events: none;
}
.part-contact .info-contact:nth-child(1) ~ .info-contact {
    margin-top: -400px;
}
.info-contact:after{
    content: "";
    display: block;
    clear: both;
}
.info-contact .wrap{
    padding: 70px;
}
.info-contact .img{
    margin-bottom: 10px;
}
.info-contact .img img{
    width: 100%;
}
.info-contact .name{
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
}
.info-contact .be{
    margin-bottom: 5px;
    padding-left: 25px;
}
.info-contact .be.v1{
    background-image: url(../images/i-foot-map-marker.svg);
    background-repeat: no-repeat;
    background-position: top 3px left;
    background-size: 15px;
}
.info-contact .be.v2{
    background-image: url(../images/i-foot-phone.svg);
    background-repeat: no-repeat;
    background-position: top 4px left;
    background-size: 15px;
}
.info-contact .be.v3{
    background-image: url(../images/i-foot-envelope.svg);
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 15px;
}
.info-contact .be a.map{
    text-decoration: underline;
}
/*=================================FORM CONTACT===================================*/
.part-form-contact{
    background: #f4f5f6;
    padding: 45px 0 65px;
}
.form-contact {
    
}
.form-contact .textContact {
    text-align: center;
    margin: 0 auto;
}
.form-contact .textContact p{
    padding: 0;
}
.form-contact label {
    font-weight: normal;
    width:120px;
}
.form-contact .colRight{
    width:-webkit-calc(100% - 120px);
    width:-moz-calc(100% - 120px);
    width:-ms-calc(100% - 120px);
    width:-o-calc(100% - 120px);
    width:calc(100% - 120px);
    overflow: hidden;
}
.form-contact input, .form-contact textarea, .form-contact select {
    width:100%;
    border:none;
    background: #ffffff;
    height: 40px;
    padding-left: 30px;
}
.form-contact textarea {
    height: 145px;
    resize: none;
    padding-top: 7px;
}
.form-contact .faForm{
    position: relative;
}
.form-contact .faForm:before{
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#666666;
}
.form-contact button {
    font-size: 14px;
    line-height: 22px;
    background: #b7b7b7;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 15px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.form-contact button:hover{
    background: #04924f;
}
.gridButton{
    margin:0 -10px;
}
.gridButton:after{
    content: "";
    display: block;
    clear: both;
}
.gridButton .col{
    width:50%;
    float: left;
    padding: 0 10px;
}
/*=================*/
.form-contact.v2 form{
    max-width: 830px;
    margin:0 auto;
}
.form-contact.v2 .colRight{
    width:100%;
    overflow: hidden;
}
.form-contact.v2 .flexDesign{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.form-contact.v2 .flexDesign .flexLeft{
    width:200px;
}
.form-contact.v2 .gridButton{
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.form-contact.v2 .gridButton .col{
    width:initial;
    padding:0;
    float: none;
}
.form-contact.v2 button{
    width:initial;
    margin-left: 10px;
}

/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/

/* <=== update ===> */
.vnt-contact{
    padding-top: 30px;
}
.tpcontacmm{
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #888888;
}
.tpcontacmm .mmtitle{
    margin-bottom: 10px;
}
.tpcontacmm .mmtitle, .tpcontacmm .mmtitle h1, .tpcontacmm .mmtitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}
.tpcontacmm .ctgrip{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    margin: 0 -10px;
}
.tpcontacmm .ctgrip > div{
    padding: 0 10px;
}
.tpcontacmm .ctgrip .mcol{
    width: 50.363%;
}
.tpcontacmm .ctgrip .hcol{
    width: 25.363%;
}
.tpcontacmm .ctgrip .bcol{
    width: calc(100% - (50.363% + 25.363%));
}
.tpcontacmm .ctdecs{
    max-width: 580px;
    font-size: 14px;
    line-height: 25px;
    color: #808080;
}
.tpcontacmm .ctlink li{
    margin-bottom: 12px;
}
.tpcontacmm .ctlink li .ltext{
    color: #808080;
}
.tpcontacmm .ctlink li .linfo a{
    font-weight: 600;
}
.tpcontacmm .ctlink li .linfo a img{
    margin-left: 10px;
}
.tpcontacmm .ctview{
    margin-top: 25px;
}
.tpcontacmm .ctview a{
    display: inline-block;
    font-weight: bold;
}
.tpcontachh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    gap: 25px 0;
    margin: 0 -10px;
}
.tpcontachh .hhgrip > div{
    padding: 0 10px;
    width: 25%;
}
.itcontachh .vtitle{
    margin-bottom: 10px;
}
.itcontachh .vtitle, .itcontachh .vtitle h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}
.itcontachh .vconts{
    font-size: 14px;
    line-height: 25px;
}
/* <=== update ===> */
@media all and (max-width: 991px){
    /* <=== update ===> */
    .tpcontacmm .ctgrip .mcol{
        width: 100%;
    }
    .tpcontacmm .ctgrip .hcol{
        width: 50%;
    }
    .tpcontacmm .ctgrip .bcol{
        width: 50%;
    }
    .tpcontachh .hhgrip > div{
        width: 50%;
    }
    /* <=== update ===> */
}
@media all and (max-width: 767px){
    /* <=== update ===> */
    .tpcontacmm .ctgrip .hcol, .tpcontacmm .ctgrip .bcol{
        width: 100%;
    }
    .tpcontachh .hhgrip > div{
        width: 100%;
    }
    .tpcontacmm .mmtitle, .tpcontacmm .mmtitle h1, .tpcontacmm .mmtitle h2{
        font-size: 24px;
        line-height: 36px;
    }
    .itcontachh .vtitle, .itcontachh .vtitle h3{
        font-size: 24px;
        line-height: 36px;
    }
    /* <=== update ===> */
}
@media all and (max-width: 480px){
    .info-contact .wrap{
        padding: 35px;
    }
    .form-contact.v2 .flexDesign {
        display: block;
    }
    .form-contact.v2 .flexDesign .flexLeft{
        margin-bottom: 20px;
    }
}
@media all and (max-width: 380px){
    .info-contact .wrap{
        padding: 15px;
    }
}