/* <=== tpcontactmma ===> */
.tpcontactmma{
    margin-bottom: 50px;
}
.tpcontactmma .matitle{
    margin-bottom: 10px;
}
.tpcontactmma .matitle, .tpcontactmma .matitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
.tpcontactmma .manames{
    margin-bottom: 10px;
    color: #d43f38;
}
.tpcontactmma .manames, .tpcontactmma .manames h3{
    font-size: 25px;
    line-height: 35px;
}
.tpcontactmma .mainfos{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}
.tpcontactmma .mainfos, .tpcontactmma .mainfos a{
    /* color: #d09b3e; */
}
.tpcontactmma .mainfos ul{
    display: flex;
    flex-wrap: wrap;
}
.tpcontactmma .mainfos .vm{
    width: 100%;
}
.tpcontactmma .mainfos .vh{
    width: 250px;
}
.tpcontactmma .mainfos .vb{
    width: calc(100% - 250px);
}
.tpcontactmma .mainfos li{
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}
.tpcontactmma .mainfos li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}
.tpcontactmma .mamapss a{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 9px 35px;
    border-radius: 5px;
    background-color: #d09b3e;
    border: 1px solid #d09b3e;
    color: #fff;
}
.tpcontactmma .mamapss a:hover{
    background-color: #fff;
    color: #d09b3e;
}
.tpcontactmma .mamapss a span{
    display: inline-block;
    position: relative;
    padding-left: 22px;
}
.tpcontactmma .mamapss a span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}
/* <=== tpcontactmma ===> */

/* <=== tpcontactmmb ===> */
.tpcontactmmb{
    padding: 30px 20px 45px;
    margin-bottom: 50px;
    background-color: #d09b3e;
}
.tpcontactmmb .mbinner{
    max-width: 1070px;
    margin: 0 auto;
}
.tpcontactmmb .mbtitle{
    margin-bottom: 25px;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
}
.tpcontactmmb .mbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpcontactmmb .mbgrip > div{
    padding: 0 15px;
    margin-bottom: 20px;
}
.tpcontactmmb .mbgrip .colm{
    width: 50%;
}
.tpcontactmmb .mbgrip .colh{
    width: 100%;
}
.tpcontactmmb .mbgrip > div:last-child{
    margin-bottom: 0;
    margin-top: 10px;
}
.tpcontactmmb .viewall a, .tpcontactmmb .viewall button{
    background-color: #c4161c;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 60px 17px;
}
.hpgroupform input, .hpgroupform textarea{
    width: 100%;
    padding: 0 18px 3px;
    height: 48px;
    border: 1px solid #e3e1dd;
    font-size: 18px;
    line-height: 27px;
} 
.hpgroupform input::-webkit-input-placeholder { 
    color: #999999;
    font-size: 18px;
    line-height: 27px;
}
.hpgroupform input:-ms-input-placeholder { 
    color: #999999;
    font-size: 18px;
    line-height: 27px;
}
.hpgroupform input::placeholder {
    color: #999999;
    font-size: 18px;
    line-height: 27px;
}
.hpgroupform textarea{
    height: 90px;
    padding-top: 10px;
}
.hpgroupform textarea::-webkit-input-placeholder { 
    color: #999999;
    font-size: 18px;
    line-height: 27px;
}
.hpgroupform textarea:-ms-input-placeholder { 
    color: #999999;
    font-size: 18px;
    line-height: 27px;
}
.hpgroupform textarea::placeholder {
    color: #999999;
    font-size: 18px;
    line-height: 27px;
}
.tpcontactmmb .mbgripm{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 -14px;
}
.tpcontactmmb .mbgripm > div{
    padding: 0 14px;
    width: 50%;
}
.tpcontactmmb .mrecap{
    text-align: right;
}
/* <=== tpcontactmmb ===> */

/* <=== tpcontactmmc ===> */
.tpcontactmmc .cmap img{
    width: 100%;
}
/* <=== tpcontactmmc ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== tpcontactmma ===> */
    .tpcontactmma{
        margin-bottom: 30px;
    }
    .tpcontactmma .matitle, .tpcontactmma .matitle h2{
        font-size: 18px;
        line-height: 27px;
    }
    .tpcontactmma .manames, .tpcontactmma .manames h3{
        font-size: 18px;
        line-height: 27px;
    }
    /* <=== tpcontactmma ===> */
}
@media all and (max-width: 767px){
    /* <=== tpcontactmma ===> */
    .tpcontactmma .mainfos .vh{
        width: 100%;
    }
    .tpcontactmma .mainfos .vb{
        width: 100%;
    }
    /* <=== tpcontactmma ===> */

    /* <=== tpcontactmmb ===> */
    .tpcontactmmb{
        padding: 15px 20px 30px;
        margin-bottom: 30px;
    }
    .tpcontactmmb .mbtitle{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    .tpcontactmmb .mbgrip > div{
        margin-bottom: 10px;
    }
    .tpcontactmmb .mbgrip .colm{
        width: 100%;
    }
    .tpcontactmmb .mbgripm > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpcontactmmb .mbgripm > div:last-child{
        margin-bottom: 0;
    }
    .tpcontactmmb .mrecap, .tpcontactmmb .viewall{
        text-align: center;
    }
    /* <=== tpcontactmmb ===> */
}