.vhcontacpg .ctpadd{
    padding: 45px 0 65px;
}
/* <=== tpcontactmm ===> */
.tpcontactmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
}
.tpcontactmm .mmgrip > div{
    padding: 0 50px;
}
.tpcontactmm .mmgrip .lcol{
    width: calc(100% - 45.67%);
}
.tpcontactmm .mmgrip .rcol{
    width: 45.67%;
}
/* <=== tpcontactmm ===> */

/* <=== tpcontactma ===> */
.tpcontactma{
    margin-bottom: 30px;
}
.tpcontactma ul{
    display: flex;
    flex-wrap: wrap;
}
.tpcontactma li{
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 45px;
    font-size: 15px;
    line-height: 23px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}
.tpcontactma li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.tpcontactma li strong{
    font-weight: 600;
}
.tpcontactma li.vm{
    width: 100%;
}
.tpcontactma li a:hover{
    color: #299e61;
}
.tpcontactma li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    line-height: 23px;
    color: #299e61;
}
.tpcontactma li.vhl{
    width: 50%;
}
.tpcontactma li.vhr{
    width: 50%;
}
.tpcontactma li .name{
    margin-bottom: 5px;
    font-weight: 700;
}
.tpcontactma li.fa-map-marker::before, .tpcontactma li.fa-phone::before{
    font-size: 18px;
}
.tpcontactma li .textmax{
    max-width: 425px;
}
.tpcontactma li .txt p{
    padding: 2px 0;
}
.tpcontactma .matitle{
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #d5131c;
}
.tpcontactma .matitle, .tpcontactma .matitle h2{
    font-size: 35px;
    line-height: 46px;
    font-weight: 700;
}
.tpcontactma .matitle.vh, .tpcontactma .matitle.vh h2{
    font-size: 30px;
    line-height: 45px;
}
/* <=== tpcontactma ===> */

/* <=== tpcontactmb ===> */
.tpcontactmb{
    overflow: hidden;
}
.tpcontactmb img, .tpcontactmb iframe{
    width: 100%!important;
}
/* <=== tpcontactmb ===> */

/* <=== tpcontactmc ===> */
.tpcontactmc{
    padding: 30px 20px 20px;
    background-color: #fff;
    position: relative;
    border: 10px solid #f5f5f5;
}
.tpcontactmc .mcwrap{
    max-width: 340px;
    margin: 0 auto;
}
.tpcontactmc .mctitle{
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}
.tpcontactmc .mctitle, .tpcontactmc .mctitle h3{
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
.tpcontactmc .frmgroup{
    margin-bottom: 20px;
}
.tpcontactmc .frmgroup label{
    display: block;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 5px;
}
.tpcontactmc .frmgroup input, .tpcontactmc .frmgroup select, .tpcontactmc .frmgroup textarea{
    width: 100%;
    height: 40px;
    border: 1px solid #dddddd;
    background-color: transparent;
    border-radius: 5px;
    padding: 0 20px;
}
.tpcontactmc .frmgroup textarea{
    height: 150px;
    padding: 10px 15px;
    resize: none;
}
.tpcontactmc .frmrecap{
    text-align: center;
    margin-bottom: 35px;
}
@media all and (max-width: 991px){
    .vhcontacpg .ctpadd{
        padding: 20px 0 30px;
    }
    /* <=== tpcontactmm ===> */
    .tpcontactmm .mmgrip .lcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .tpcontactmm .mmgrip .rcol{
        width: 100%;
    }
    /* <=== tpcontactmm ===> */

    /* <=== tpcontactma ===> */
    .tpcontactma .matitle, .tpcontactma .matitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpcontactma .matitle span{
        display: unset;
    }
    /* <=== tpcontactma ===> */
    .tpcontactmc .mcwrap{
        max-width: 100%;
    }
    .tpcontactmc .mctitle{
        margin-bottom: 15px;
    }
    .tpcontactmc{
        padding: 40px 20px;
    }
    .tpcontactmc::before{
        display: none;
    }
    .tpcontactmc .frmgroup{
        margin-bottom: 15px;
    }
}
@media all and (max-width: 767px){
    /* <=== tpcontactma ===> */
    .tpcontactma li{
        margin-bottom: 15px;
    }
    .tpcontactma{
        margin-bottom: 20px;
    }
    .tpcontactma li.vhl{
        width: 100%;
    }
    .tpcontactma li.vhr{
        width: 100%;
    }
    /* <=== tpcontactma ===> */
    .tpcontactmc{
        padding: 15px 20px 15px;

    }
}