/* <=== vhcntactpg ===> */
.vhcntactpg .ctpadd{
    padding: 35px 0 80px;
}
.tpcntactmm{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}
.tpcntactmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
}
.tpcntactmm .mmgrip .mcol{
    width: 51.163%;
}
.tpcntactmm .mmgrip .hcol{
    width: calc(100% - 51.163%);
}
.tpcntactma{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 40px 20px 60px;
    position: relative;
    z-index: 1;
}
.tpcntactma::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-wm);
    opacity: 0.9;
    z-index: -1;
    pointer-events: none;
}
.tpcntactma .macent{
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
}
.tpcntactma, .tpcntactma a{
    color: var(--colorff);
}
.tpcntactma .macapts{
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpcntactma .matitle{
    text-transform: uppercase;
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
    margin-bottom: 12px;
}
.tpcntactma .mainfos{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
}
.tpcntactma .mainfos li{
    margin-bottom: 8px;
    position: relative;
    padding-left: 35px;
}
.tpcntactma .mainfos li:last-child{
    margin-bottom: 0;
}
.tpcntactma .mainfos li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}
.tpcntactma .mainfos li.fa-facebook::before, .tpcntactma .mainfos li.vicon::before{
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}
.tpcntactma .mactact{
    margin-bottom: 30px;
}
.tpcntactma .mactact li{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 12px 10px 12px 20px;
    background-color: var(--colorff);
    border-radius: 5px;
    min-height: 60px;
}
.tpcntactma .mactact li .tm{
    width: 42.555%;
    padding-right: 10px;
}
.tpcntactma .mactact li .th{
    width: calc(100% - (42.555% + 40px));
    padding-right: 10px;
}
.tpcntactma .mactact li .tb{
    width: 40px;
}
.tpcntactma .mactact li .ctext{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: var(--color-wm);
}
.tpcntactma .mactact li .cline{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    display: flex;
    align-items: center;
    align-content: center;
}
.tpcntactma .mactact li .cline .iicon{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: var(--color-wh);
    color: var(--colorff);
    font-size: 14px;
    line-height: 20px;
}
.tpcntactma .mactact li .cline .inumb{
    width: calc(100% - 30px);
    padding-left: 10px;
}
.tpcntactma .mactact li .cline, .tpcntactma .mactact li .cline a{
    color: var(--color33);
}
.tpcntactma .mactact li .cline a:hover{
    color: var(--color-wh);
}
.tpcntactma .mactact li .czalo a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #0068ff;
    border-radius: 100%;
}
.tpcntactma .mactact li .czalo a:hover{
    background-color: var(--color-wh);
}
.tpcntactma .mactact li .czalo a img{
    max-height: 25px;
    max-width: 25px;
}
.tpcntactma .mactact li:last-child{
    margin-bottom: 0;
}
.tpcntactma .mabdmap{
    display: flex;
}
.tpcntactma .mabdmap a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 15px;
    line-height: 23px;
    border: 1px solid var(--colorff);
    border-radius: 5px;
    padding: 10px 20px;
}
.tpcntactma .mabdmap a:hover{
    background-color: var(--colorff);
    color: var(--color-wm);
}
.tpcntactma .mabdmap a i{
    margin-right: 15px;
}
.tpcntactmb{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 40px 20px 70px;
    position: relative;
    z-index: 1;
}
.tpcntactmb > div{
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
}
.tpcntactmb .mbtitle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tpcntactmb .mbtitle, .tpcntactmb .mbtitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpcntactmb .fminput{
    margin-bottom: 5px;
}
.tpcntactmb .ipgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpcntactmb .ipgrip > div{
    padding: 0 5px;
    margin-bottom: 10px;
}
.tpcntactmb .ipgrip .acol{
    width: 100%;
}
.tpcntactmb .ipgrip .bcol{
    width: 50%;
}
.tpcntactmb .fmgroup input, .tpcntactmb .fmgroup select, .tpcntactmb .fmgroup textarea{
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    box-shadow: none;
    border-bottom: 1px solid var(--colorcc);
}
.tpcntactmb .fmgroup input, .tpcntactmb .fmgroup select{
    height: 45px;
    padding: 0 15px;
}
.tpcntactmb .fmgroup textarea{
    height: 75px;
    padding: 10px 15px;
    resize: none;
}
.tpcntactmb .fmgroup input::-webkit-input-placeholder, .tpcntactmb .fmgroup textarea::-webkit-input-placeholder {
    color: var(--color66);
}
.tpcntactmb .fmgroup input:-ms-input-placeholder, .tpcntactmb .fmgroup textarea:-ms-input-placeholder {
    color: var(--color66);
}
.tpcntactmb .fmgroup input::placeholder, .tpcntactmb .fmgroup textarea::placeholder {
    color: var(--color66);
}
.tpcntactmb .fmcheck{
    margin-bottom: 15px;
}
.tpcntactmb .fmrecap{
    margin-bottom: 15px;
}
.tpcntactmb .fmbuton button{
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    background-color: var(--color-wm);
    color: var(--colorff);
    border-radius: 5px;
    padding: 10px 50px;
    border: none;
}
.tpcntactmb .fmbuton button:hover{
    background-color: var(--color-wh);
}
.vcheckbox{
    position: relative;
}
.vcheckbox input{
    position: absolute;
    z-index: -1111;
    pointer-events: none;
    opacity: 0;
}
.vcheckbox label{
    display: inline-block;
    padding-left: 30px;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding-top: 0;
}
.vcheckbox label::before{
    content: '';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background-color: var(--colorff);
    border: 1px solid var(--colorcc);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 11px;
}
.vcheckbox input:checked ~ label::before{
    content: '\f00c';
    background-color: var(--color-wm);
    border-color: var(--color-wm);
    color: var(--colorff);
}

/* <=== vhcntactpg ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhcntactpg ===> */
    .vnttitle{
        letter-spacing: -0.2px;
    }
    .vhcntactpg .ctpadd{
        padding: 35px 0 0;
    }
    .tpcntactmm{
        margin: 0 -20px;
        border-radius: 0;
        box-shadow: none;
    }
    .tpcntactmm .mmgrip .mcol{
        width: 100%;
    }
    .tpcntactmm .mmgrip .hcol{
        width: 100%;
    }
    .tpcntactma{
        padding: 20px 20px 45px;
    }
    .tpcntactma .macapts{
        font-size: 20px;
        line-height: 30px;
    }
    .tpcntactma .matitle{
        font-size: 30px;
        line-height: 40px;
    }
    .tpcntactma .mainfos{
        font-size: 15px;
    }
    .tpcntactmb{
        padding: 25px 20px 55px;
    }
    .tpcntactmb .mbtitle, .tpcntactmb .mbtitle h2{
        font-size: 24px;
        line-height: 36px;
    }
    .tpcntactma .macent, .tpcntactmb > div{
        max-width: 100%;
    }
    /* <=== vhcntactpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhcntactpg ===> */
    .tpcntactma .mactact li{
        padding: 9px 10px 9px 15px;
    }
    .tpcntactma .mactact li .ctext{
        font-size: 15px;
    }
    .tpcntactma .mactact li .cline{
        font-size: 16px;
    }
    .tpcntactma .mactact li .tm{
        width: 36.51%;
    }
    .tpcntactma .mactact li .th{
        width: calc(100% - (36.51% + 30px));
    }
    .tpcntactma .mactact li .tb{
        width: 30px;
    }
    .tpcntactma .mactact li .czalo a{
        width: 30px;
        height: 30px;
    }
    .tpcntactma .mactact li .czalo a img{
        max-width: 19px;
        max-height: 19px;
    }
    .tpcntactma .mabdmap a{
        width: 100%;
    }
    .tpcntactmb .ipgrip .bcol{
        width: 100%;
    }
    /* <=== vhcntactpg ===> */
}