:root{
    /* color web */
    --colorwm: #dd0000;
    --colorwh: #2e3192;
    /* color all */
    --color00: #000000;
    --color44: #444444;
    --color33: #333333;
    --color22: #222222;
    --color66: #666666;
    --color88: #888888;
    --color99: #999999;
    --colorf5: #F5F5F5;
    --colorf6: #f6f6f6;
    --colorf7: #f7f7f7;
    --colorf8: #f8f8f8;
    --colorf9: #f9f9f9;
    --colorf3: #f2f2f2;
    --colorf2: #f2f2f2;
    --colorf1: #f1f1f1;
    --colorff: #ffffff;
    --colordd: #dddddd;
    --coloree: #eeeeee;
    --colore7: #e7e7e7;
    --color1c: #1c1c1c;
    --color8d: #8d8d8d;
    --colore8: #e8e8e8;
    --color02: #020202;
    --color55: #555555;
    --colorb4: #b4b4b4;
    --colord9: #d9d9d6;
    --colorf0: #f0ebe9;
    --colorcc: #cccccc;   
    --colorce: #ced4da;   
    --effectl: all 0.3s linear;
    --effecte: all 0.3s ease;
}
.vhcontactpg .ctpadd{
    padding: 60px 0 70px;
}
.hpcontactmm{
    margin-bottom: 60px;
}
.tpcontactmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.tpcontactmm .mmgrip > div{
    padding: 0 35px;
}
.tpcontactmm .mmgrip .colL{
    width: calc(100% - 52.574%);
}
.tpcontactmm .mmgrip .colR{
    width: 52.574%;
}
.tpcontactmm .mmgrip .imgmap img{
    width: 100%;
}
.tpcontactma .maconts{
    margin-bottom: 25px;
}
.itcontactma ul{
    display: flex;
    flex-wrap: wrap;
}
.itcontactma li{
    margin-bottom: 12px;
    padding-left: 38px;
    font-size: 15px;
    line-height: 25px;
    position: relative;
}
.itcontactma li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.itcontactma li p:first-child{
    padding-top: 0;
}
.itcontactma li strong{
    font-weight: 600;
}
.itcontactma li.vm{
    width: 100%;
}
.itcontactma li a:hover{
    color: var(--colorwm);
}
.itcontactma li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    color: var(--colorwh);
}
.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 .mabdmap{
    display: flex;
}
.tpcontactma .mabdmap a{
    display: flex;
    align-items: center;
    align-content: center;
    border: 1px solid var(--colorwh);
    color: var(--colorwh);
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    padding: 15px 45px;
    border-radius: 35px;
}
.tpcontactma .mabdmap a i{
    margin-right: 10px;
}
.tpcontactma .mabdmap a:hover{
    background-color: var(--colorwh);
    color: var(--colorff);
}
.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: var(--colorwm);
}
.tpcontactma .matitle, .tpcontactma .matitle h2{
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
}
.tpcontactma .matitle.vh, .tpcontactma .matitle.vh h2{
    font-size: 30px;
    line-height: 45px;
}
.tpcontactmb{
    padding: 30px 20px 40px;
    background-color: var(--colorff);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
}
.tpcontactmb .mbwrap{
    max-width: 500px;
    margin: 0 auto;
}
.tpcontactmb .ttform{
    text-align: center;
    margin-bottom: 15px;
}
.tpcontactmb .ttform h3{
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
}
.tpcontactmb .frform{
    margin-bottom: 15px;
}
.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: 52px;
    border-bottom: 1px solid var(--color00);
    background-color: transparent;
    font-size: 15px;
    line-height: 25px;
}
.tpcontactmb .frform input::-webkit-input-placeholder,
.tpcontactmb .frform input:-ms-input-placeholder,
.tpcontactmb .frform input::placeholder,
.tpcontactmb .frform textarea::-webkit-input-placeholder,
.tpcontactmb .frform textarea:-ms-input-placeholder,
.tpcontactmb .frform textarea::placeholder { /* Edge */
    color: var(--color66);
} 
.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;
    gap: 15px 20px;   
}
.tpcontacthh{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.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 .ctpadd{
        padding: 20px 0 40px;
    }
    .hpcontactmm{
        margin-bottom: 35px;
    }
    .tpcontactmm .mmgrip .colL{
        width: 100%;
        margin-bottom: 30px;
    }
    .tpcontactmm .mmgrip .colR{
        width: 100%;
    }
    .tpcontactma .matitle{
        margin-bottom: 10px;
    }
    .itcontactma li{
        font-size: 14px;
        line-height: 24px;
    }
    .tpcontactma .matitle, .tpcontactma .matitle h2{
        font-size: 24px;
        line-height: 34px;
    }
    .tpcontactmb .ttform{
        margin-bottom: 5px;
    }
    .tpcontactmb .ttform h3{
        font-size: 15px;
        line-height: 24px;
    }
    .tpcontacthh .logomp{
        max-width: 115px;
    }
    .tpcontactma .matitle span{
        display: unset;
    }
    .tpcontactmb{
        padding: 20px 20px 30px;
    }
    .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 25px 30px;

    }
    .itcontactma li.vhl{
        width: 100%;
    }
    .itcontactma li.vhr{
        width: 100%;
    }
}