.vhcontactpg{
    padding: 35px 0 75px;
}
.hpcontactmm{
    margin-bottom: 60px;
}
.tpcontactmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
}
.tpcontactmm .mmgrip > div{
    padding: 0 50px;
}
.tpcontactmm .mmgrip .colL{
    width: calc(50% - 50px);
}
.tpcontactmm .mmgrip .colR{
    width: calc(50% + 50px);
}
.tpcontactmm .mmgrip .imgmap img{
    width: 100%;
}
.itcontactma ul{
    display: flex;
    flex-wrap: wrap;
}
.itcontactma li{
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 45px;
    font-size: 15px;
    line-height: 25px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}
.itcontactma li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.itcontactma li strong{
    font-weight: 600;
}
.itcontactma li.vm{
    width: 100%;
}
.itcontactma li a:hover{
    color: #ac383b;
}
.itcontactma li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    line-height: 23px;
    color: #006633;
}
.itcontactma li.vhl{
    width: 50%;
}
.itcontactma li.vhr{
    width: 50%;
}
.itcontactma li .name{
    margin-bottom: 5px;
    font-weight: 700;
}
.itcontactma li.fa-map-marker::before, .itcontactma li.fa-phone::before{
    font-size: 18px;
}
.itcontactma li .textmax{
    max-width: 425px;
}
.itcontactma li .txt p{
    padding: 2px 0;
}
.tpcontactma{
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tpcontactma:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tpcontactma .matitle{
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #c82c33;
}
.tpcontactma .matitle, .tpcontactma .matitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
}
.tpcontactma .matitle.vh, .tpcontactma .matitle.vh h2{
    font-size: 30px;
    line-height: 45px;
}
.tpcontactmb{
    padding: 30px 30px 40px 30px;
    background-color: #eff3f4;
    position: relative;
}
.tpcontactmb .ttform{
    margin-bottom: 15px;
}
.tpcontactmb .ttform h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
}
.tpcontactmb .frform{
    margin-bottom: 10px;
}
.tpcontactmb .frform label{
    display: block;
    font-size: 16px;
    line-height: 24px;
    
}
.tpcontactmb .frform input, .tpcontactmb .frform select, .tpcontactmb .frform textarea{
    width: 100%;
    border: none;
    height: 42px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
    color: #666666;
}
.tpcontactmb .frform input::-webkit-input-placeholder { /* Edge */
    color: #333333;
} 
.tpcontactmb .frform input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333333;
} 
.tpcontactmb .frform input::placeholder {
    color: #333333;
}
.tpcontactmb .frform textarea::-webkit-input-placeholder { /* Edge */
    color: #333333;
} 
.tpcontactmb .frform textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333333;
}
.tpcontactmb .frform textarea::placeholder {
    color: #333333;
}
.tpcontactmb .frform textarea{
    height: 75px;
    padding: 10px 0;
    resize: none;
}
.tpcontactmb .gripfrm{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.tpcontactmb .gripfrm > div{
    margin-bottom: 15px;
}
.tpcontacthh{
    position: relative;
}
.tpcontacthh img, .tpcontacthh iframe{
    width: 100%;
} 
.tpcontacthh .logomp{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    pointer-events: none;
}
.hpaddressct {
    padding: 15px 0 25px;
    background-color: #f8f8f8;
}
.hpaddressct .adtitle{
    margin-bottom: 5px;
}
.hpaddressct .adtitle, .hpaddressct .adtitle h2{
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    color: #ac383b;
}
.hpaddressct .adinfo{
    font-weight: 600;
    margin-bottom: 10px;
}
.hpaddressct .adtend{
    margin-bottom: 10px;
}
.hpaddressct .adlink  a{
    color: #ac383b;
    font-size: 13px;
    line-height: 21px;
    border-bottom: 1px solid #ac383b;
}
.hpaddressct .adlink  a span{
    display: inline-block;
    padding-left: 18px;
    position: relative;

}
.hpaddressct .adlink  a span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media all and (max-width: 991px){
    .vhcontactpg{
        padding: 20px 0 40px;
    }
    .hpcontactmm{
        margin-bottom: 30px;
    }
    .tpcontactmm .mmgrip .colL{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpcontactmm .mmgrip .colR{
        width: 100%;
    }
    .tpcontactma .matitle, .tpcontactma .matitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpcontactmb .ttform h3{
        font-size: 19px;
        line-height: 30px;
    }
    .tpcontacthh .logomp{
        max-width: 115px;
    }
    .tpcontactma .matitle span{
        display: unset;
    }
    .tpcontactmb{
        padding: 40px 20px;
        margin: 0 -20px;
    }
    .tpcontactmb::before{
        display: none;
    }
    .itcontactma li .textmax{
        font-size: 14px;
    }
}
@media all and (max-width: 767px){
    .tpcontactmb .gripfrm{
        justify-content: center;
        margin-top: 20px;
    }
    .tpcontactmb .gripfrm >div{
        width: 100%;
        text-align: center;
    }
    .tpcontactmb .gripfrm .btnform{
        max-width: 220px;
        margin: 0 auto;
    }
    .itcontactma li{
        margin-bottom: 15px;
    }
    .tpcontactma{
        margin-bottom: 20px;
    }
    .tpcontactmb{
        padding: 20px 20px 30px;
    }
    .itcontactma li.vhl{
        width: 100%;
    }
    .itcontactma li.vhr{
        width: 100%;
    }
}