/* 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*/
/*================================INFO CONTACT===========================*/
.vhcontactpg .vhblcontact{
    padding: 220px 0 100px;
    background-color: #fff;
}
.vhconttct .ctgroup input, .vhconttct .ctgroup textarea{
    box-shadow: 0 0 10px 5px rgb(181 34 92 / 3%);
}

.vhblmappage{
    position: relative;
}
.vhblmappage .hpmap{
    position: relative;
    height: 680px;
    display: block;
}
.vhblmappage .hpmap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width:100%!important;
    height: 100%!important;
}
.vhblmappage .hpinfo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}
.vhblmappage .tpinfomap{
    max-width: 370px;
    width: 100%;
    margin-left: auto;
    padding: 25px 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px 10px rgb(0 0 0 / 5%);
    pointer-events: auto;
} 
.tpinfomap .ttinfo{
    margin-bottom: 10px;
}
.tpinfomap .ttinfo, .tpinfomap .ttinfo h3{
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
}
.tpinfomap .ctinfo li{
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    font-weight: 400;
}
.tpinfomap .ctinfo li span{
    opacity: 0.7;
}
.tpinfomap .ctinfo li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #77133c;
}
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 991px){
    .vhcontactpg .vhblcontact{
        padding: 160px 0 40px;
    }
}
@media all and (max-width: 760px){

}
