/* Map styling*/
#ce_map_container{border:2px solid #CCC;background-color:#CCC ; font-size:12px;}
#ce_map_canvas{width:100%;height:300px}
#ce-directionsPanel{background-color:#FFF}
/* Direction */
#ce-map-cpanel-switch{padding:8px;font-size:120%;height:40px;margin-top:2px;
    background:#444 url("../images/map-icon.png") no-repeat 20px center}
#ce-map-cpanel-switch a.ce-route,
#ce-map-cpanel-switch a.ce-route:visited{color:#FFF;display:block;float:left;margin:10px 0 0 65px}
.ce-map-cpanel fieldset{border-color:#CCC;border-style:solid none none;border-width:1px 0 0;clear:both; margin:3px}
.ce-map-cpanel fieldset legend{font-size:150%}
.ce-map-cpanel div{ clear:left;display:block; width:100%}
.ce-map-cpanel label{ }
.ce-map-cpanel div.submit div,.ce-map-cpanel div.submit div button{display:inline}
/* Coordinates*/
#ce-map-coordinates{background-color:#F2EFE9;height:15px;margin-top:2px;padding:5px 0}
#ce-map-coordinates div{float:left;width:49%;text-align:center}
.ce-map-coord-label{font-weight:bolder}
.ce-map-coord-value{}
/* MAP: End*/

/*=========================================================*/
.tpcontactma .magrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px;
}
.tpcontactma .magrip > div{
    padding: 0 24px;
}
.tpcontactma .magrip .mcol{
    width: 43%;
}
.tpcontactma .magrip .hcol{
    width: 57%;
}
.tpcontactma .imgmap img{
    width: 100%;
}
.lstaddress ul{
    display: flex;
    flex-wrap: wrap;
}
.lstaddress li{
    margin-bottom: 12px;
    padding-left: 45px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
    line-height: 23px;
    position: relative;
}
.lstaddress li:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.lstaddress li strong{
    font-weight: 600;
}
.lstaddress li.vm{
    width: 100%;
}
.lstaddress li a:hover{
    color: #0f78bc;
}
.lstaddress li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    line-height: 30px;
    color: #37b44c;
}
.lstaddress li.vhl{
    width: 50%;
}
.lstaddress li.vhr{
    width: 50%;
}
.lstaddress li .name{
    margin-bottom: 5px;
    font-weight: bold;
}
.lstaddress li.fa-map-marker::before, .lstaddress li.fa-phone::before{
    font-size: 18px;
}
.lstaddress li .textmax{
    max-width: 420px;
}
.lstaddress li .txt p{
    padding: 2px 0;
}
.lstaddress .dcgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.lstaddress .dcgrip > div{
    padding: 0 10px;
    min-width: 190px;
}
.tpinfoctact{
    margin-bottom: 30px;
}
.tpinfoctact:last-child{
    margin-bottom: 0;
}
.tpinfoctact:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tpinfoctact .iftitle{
    margin-bottom: 15px;
}
.tpinfoctact .iftitle, .tpinfoctact .iftitle h2{
    font-size: 35px;
    line-height: 46px;
    font-weight: 700;
    color: #0f78bc;
    text-transform: uppercase;
}
.tpinfoctact .iftitle.vh, .tpinfoctact .iftitle.vh h2{
    font-size: 30px;
    line-height: 45px;
}
.tpinfoctact .cscontact{
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #0f78bc;
}
.tpinfoctact .cscontact, .tpinfoctact .cscontact h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.tpinfoctact .pscontact{
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
} 
.tpformctact{
    padding: 30px 30px 40px 30px;
    background-color: #f5f5f5;
    position: relative;
}
.tpformctact .ttform{
    margin-bottom: 15px;
}
.tpformctact .ttform h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.tpformctact .frform{
    margin-bottom: 20px;
}
.tpformctact .frform label{
    display: block;
    font-size: 16px;
    line-height: 24px;
    
}
.tpformctact .frform input, .tpformctact .frform select, .tpformctact .frform textarea{
    width: 100%;
    border: none;
    height: 42px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
    color: #666666;
}
.tpformctact .frform input::-webkit-input-placeholder { /* Edge */
    color: #666666;
} 
.tpformctact .frform input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666666;
} 
.tpformctact .frform input::placeholder {
    color: #666666;
}
.tpformctact .frform textarea::-webkit-input-placeholder { /* Edge */
    color: #666666;
} 
.tpformctact .frform textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666666;
}
.tpformctact .frform textarea::placeholder {
    color: #666666;
}
.tpformctact .frform textarea{
    height: 75px;
    padding: 10px 0;
    resize: none;
}
.tpformctact .gripfrm{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.tpformctact .gripfrm > div{
    margin-bottom: 15px;
}
.tpformctact .btnform button{
    height: 45px;
    border: 1px solid #0f78bc;
    color: #0f78bc;
    padding: 5px 22px 5px 25px;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    min-width: 220px;
}
.tpformctact .btnform button:hover{
    background-color: #0f78bc;
    color: #fff;
}

.tpformctact .btnform button span{
    display: inline-block;
    padding-right: 75px;
    position: relative;
    z-index: 1;
}
.tpformctact .btnform button span::before{
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #0f78bc;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpformctact .btnform button:hover span::before{
    color: #fff;
}
.hpmapct{
    position: relative;
}
.hpmapct .tpimgmap a{
    display: block;
}
.hpmapct .tpimgmap img,.hpmapct .tpimgmap iframe{
    width: 100%;
} 
.hpmapct .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: #0f78bc;
}
.hpaddressct .adinfo{
    font-weight: 600;
    margin-bottom: 10px;
}
.hpaddressct .adtend{
    margin-bottom: 10px;
}
.hpaddressct .adlink  a{
    color: #0f78bc;
    font-size: 13px;
    line-height: 21px;
    border-bottom: 1px solid #0f78bc;
}
.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%);
}

.viewsent button, .viewsent a{
    background-color: #0f78bc;
    border: 1px solid #0f78bc;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 50px;
    display: inline-block;
    border-radius: 5px;
}
.viewsent button:hover, .viewsent a:hover{
    color: #0f78bc;
    background-color: #fff;
}
.viewsent button span, .viewsent a span{
    display: inline-block;
    position: relative;
    padding-right: 16px;
}
.viewsent button span::before, .viewsent a span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 991px){
    .liter {
        display: block;
    }
    .tpcontactma .magrip .mcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpcontactma .magrip .hcol{
        width: 100%;
    }
    /* ======================= */
    .tpformctact .ttform{
        margin-bottom: 5px;
    }
    .tpformctact .ttform h3{
        font-size: 16px;
        line-height: 24px;
    }
    .hpmapct .logomp{
        max-width: 115px;
    }
    .tpinfoctact .iftitle span{
        display: unset;
    }
    .tpformctact{
        padding: 40px 20px;
    }
    .tpformctact::before{
        display: none;
    }
    .tpinfoctact .iftitle, .tpinfoctact .iftitle h2{
        font-size: 28px;
        line-height: 38px;
    }
    .lstaddress li{
        padding-left: 38px;
        font-size: 14px;
        line-height: 22px;
    }
    .lstaddress li::before{
        font-size: 20px;
    }
    .lstaddress .dcgrip > div{
        min-width: auto;
    }
    .lstaddress .dcgrip > div:nth-child(1){
        min-width: 160px;
    }
}
@media all and (max-width: 767px){
    .tpformctact .gripfrm{
        justify-content: center;
        margin-top: 20px;
    }
    .tpformctact .gripfrm >div{
        width: 100%;
        text-align: center;
    }
    .tpformctact .gripfrm .btnform{
        max-width: 220px;
        margin: 0 auto;
    }
    .lstaddress li{
        margin-bottom: 15px;
    }
    .tpinfoctact{
        margin-bottom: 20px;
    }
    .tpformctact{
        padding: 20px 25px 30px;

    }
    .lstaddress li.vhl{
        width: 100%;
    }
    .lstaddress li.vhr{
        width: 100%;
    }
}