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