/* 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*/
.wrapCont{
    padding-bottom: 0;
}
.info-company .nameCam{
    font-size: 18px;
    line-height: 27px;
    color: #c3326d;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.info-company .fahome{
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 24px;
}
.info-company .fahome .icon{
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.info-company .fahome .icon img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.info-company .fahome .txt{

}
.info-company .name {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.info-company .name span{
    color:#b7304b;
}
.info-company .img {
    float: left;
    padding: 15px;
    border: solid 1px #cacaca;
    margin-right: 20px;
    max-width: 140px;
}
.info-company {
    position: relative;
    margin-bottom: 35px;
}
.info-company ul {
    margin-top: 5px;
    overflow: hidden;
}
.info-company ul li {
    padding-left: 40px;
    margin-bottom: 5px;
    position: relative;
}
.info-company ul li:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #717171;
    font-size: 16px;
    line-height: 24px;
}
.info-company ul li:after {
    content: ":";
    position: absolute;
    left: 25px;
}
.info-company ul li a {
    color: #666;
}
.info-company ul li a:hover {
    color: #c3326d;
}
.info-company a.view-map {
    color: #ffffff;
    border: solid 1px #42301e;
    background: #42301e;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 28px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.info-company a.view-map:before{
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.info-company a.view-map:hover:before{
    right:0;
}
.info-company a.view-map span{
    padding-left: 20px;
    position: relative;
}
.info-company a.view-map span:before {
    content:"\f041";
    color:#ffffff;
    font-size: 16px;
    line-height: 24px;
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.info-company a.view-map:hover span:before{
    color:#42301e;
}
.info-company a.view-map:hover{
    color:#42301e;
}
/*======================FORM CONTACT=========================*/
div#form-contact {

}
div#form-contact .txtForm{
    text-align: center;
    margin-bottom: 25px;
}
div#form-contact .txtForm h2{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    color: #ffffff;
}

div#form-contact .txtForm .wrapForm{
    max-width: 640px;
    margin: 0 auto;
}
div#form-contact p {
    color: #666666;
    font-size: 15px;
    line-height: 23px;
    padding:0;
    margin-bottom: 20px;
}
div#form-contact form {

}
.form-group-1{
    margin-bottom: 20px;
}
div#form-contact label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #c3326d;
    font-weight: 900;
}
div#form-contact .gripgroup {
    display: flex;
    align-content: center;
    align-items: center;
}
div#form-contact .gripgroup .input-group-img{
    width: 91px;
    padding-left: 0;
    height: 45px;
}
div#form-contact .gripgroup input{
    width: calc(100% - 91px);
}
div#form-contact input, div#form-contact textarea, div#form-contact select{
    height: 40px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 25px 0 15px;
    border-radius: 3px;
}
div#form-contact textarea {
    height: 95px;
    padding: 15px;
}
div#form-contact .input-group{

}
div#form-contact .input-group input{
    width:100%;
}
.input-group-img {
    width: 1%;
    white-space: nowrap;
    padding-left: 7px;
    display: table-cell;
    vertical-align: middle;
}
.input-group-img img {
    max-width: inherit;
}
.col-right{

}
.col-right button span{
    margin-left: 10px;
}
.col-right button {
    font-size: 16px;
    line-height: 24px;
    background: #4f4f4f;
    border: none;
    font-weight: 900;
    color: #ffffff;
    padding: 8px 30px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    position: relative;
}
.col-right button.btnSend{
    background-color: #c3326d;
}
.col-right button::after{
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    background: #c3326d;
}
.col-right button.btnSend::after{
    background: #4f4f4f;
}
.col-right button:hover::after{
    width: 100%;
}
.col-right button:hover{
}
/*===========BEGIN : MAP CONTACT=========*/
.contact-map{
    position: relative;
}
.contact-map .content img{
    width: 100%;
}
.contact-map .list-tab>li{
    float:left;
}
.contact-map .list-tab>li>a {
    margin-right: 10px;
    text-transform: uppercase;
    border: solid 1px #e2e2e2;
    border-radius: 0;
    padding: 10px 35px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
    display: block;
}
.contact-map .list-tab>li.active>a, .contact-map .list-tab>li.active>a:focus, .contact-map .list-tab>li.active>a:hover {
    background: #d51720;
    border-color: #d51720;
    color: #ffffff;
}
.contact-map .mc-tab {
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 20px;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    background: #f44236;
}
.contact-map .mc-tab:before {
    content: "\f107";
    font-family: FontAwesome;
    right: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vntFormCt{
    position: relative;
    padding: 50px 0 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/bgform.jpg');
    z-index: 1;

}
.vntFormCt::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
    pointer-events: none;
}
.vntFormCt .infoForm .form-group{
    position: relative;
}
.vntFormCt .infoForm .requeri{
    position: absolute;
    right: 10px;
    top: 12px;
    color: #c3326d;
}
.vntFormCt .btnForm button{
    min-width: 230px;
    border: 1px solid #90c4e9;
    background-color: #90c4e9;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}
.vntFormCt .btnForm button:hover{
    background-color: #ffffff;
    color: #90c4e9;
}
.vntInfoContact{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 40px;
    padding-top: 40px;
}
.vntInfoContact .col{
    padding: 0 15px;
    width: 33.333%;
}
.vntInfoContact .itemCt{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    align-content: center;
    padding: 60px 40px 30px;
    background-color: #eeeeee;
    border-radius: 10px;
    position: relative;
    min-height: 200px;
}
.vntInfoContact .itemCt .icon{
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background-color: #ffffff;
    border: 3px solid #eeeeee;
    position: absolute;
    top: -40px;
}
.vntInfoContact .itemCt .icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.vntInfoContact .itemCt .titleInf{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
.vntInfoContact .itemCt .contentInf{
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
    min-height: 66px;
}

/*  */
.vntAddress{
    padding: 30px 0 40px;
}
.vntAddress .decsAddress{
    color: #555555;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
}
.vhLstAddress{

}
.vhLstAddress .vhPonsiAdd{
    width: calc(50% - 15px);
    position: relative;
    margin-bottom: -40px;
}
.vhPonsiAdd .titlePon{
    display: block;
    position: relative;
    padding: 9px 30px 9px 15px;
    color: #ffffff;
    font-weight: 700;
    background-color: #c3326d;
    cursor: pointer;
    font-size: 15px;
    line-height: 22px;
}
.vhPonsiAdd .titlePon::before{
    font-family: FontAwesome;
    position: absolute;
    font-size: 14px;
    line-height: 22px;
    content: "\f0d7";
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.vhPonsiAdd.active .titlePon::before{
    content: "\f0d8";
}
.vhPonsiAdd .contPon{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.vhPonsiAdd .contPon li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.vhPonsiAdd .contPon li a{
    display: block;
    padding: 10px;
}
.vhInfoPonsi .vhTabInfoCont{
    display: none;
}
.vhInfoPonsi .vhTabInfoCont.active{
    display: block;
}
.vhgripPonsi{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.vhgripPonsi > .colL{
    width: 50%;
    padding: 0 15px;
}
.vhListInfoAdd{
    padding-top: 40px;
    max-width: 90%;
}
.vhListInfoAdd .itemAdd{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.vhListInfoAdd .itemAdd:last-child{
    border-bottom: none;
}
.vhListInfoAdd .itemAdd .vhIcon{
    width: 70px;
}
.vhListInfoAdd .itemAdd .vhTxt{
    width: calc(100% - 70px);
}
.vhListInfoAdd .itemAdd .vhTxt .t1{
    font-weight: bold;
    margin-bottom: 5px;
}
.vhListInfoAdd .itemAdd .vhTxt .t2{
    font-size: 16px;
    line-height: 24px;
}

.vhListInfoAdd .itemAdd .vhTxt .t3 a{
    color: #c3326d;
    text-decoration: underline;
}

/*  */
.fancybox-slide{
    padding: 0;
    padding-top: 40px;
}
.fancybox-button{
    height: 40px;
    width: 40px;
    opacity: 1;
    background-color: transparent;
    padding: 5px;
    color: #3333;
}
.fancybox-toolbar{
    opacity: 1;
    visibility: inherit;
}
.fancybox-bg{
    background-color: #ffffff;
}
.fancybox-button svg{
    color: #333333;
}
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 1200px){
    .vntInfoContact{
        margin: 0 -10px;
    }
    .vntInfoContact .col{
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .vntInfoContact .itemCt{
        padding: 60px 20px 30px;
    }
}
@media all and (max-width: 991px){
    .vhPonsiAdd .titlePon{
        font-size: 14px;
    }
    .vntFormCt .imgLeft{
        display: none;
    }
    .vntFormCt .imgRight{
        display: none;
    }
    div#form-contact{

    }
    div#form-contact form{
        width:100%;
    }
    .info-company{
        margin-bottom: 20px;
    }
    .info-company a.view-map {
        position: initial;
        display: inline-block;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
    }
    div#form-contact label,
    div#form-contact input,
    div#form-contact textarea,
    div#form-contact .input-group,
    .col-right{
        float:none;
        width:100%;
    }
    .info-company ul{
        margin-bottom: 20px;
    }
    .liter {
        display: block;
    }
    .col-right{
        text-align: left;
        margin-bottom: 30px;
    }
    .contact-map .list-tab{
        display: none;
    }
    .contact-map .list-tab>li {
        float: none;
        margin-bottom: 0;
    }
    .contact-map .list-tab>li>a {
        font-size: 14px;
        line-height: 22px;
        text-transform: Capitalize;
        padding: 10px;
        margin: 0;
    }
    .contact-map .list-tab>li.active>a,
    .contact-map .list-tab>li.active>a:focus,
    .contact-map .list-tab>li.active>a:hover{
        background: inherit;
        border-color: #e5e5e5;
        color: #333333;
    }
    .contact-map .list-tab {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        background: #ffffff;
    }
    .form-group-1{
        margin-bottom: 10px;
    }

    /*  */
    .vhListInfoAdd .itemAdd{
        padding: 15px 0;
    }
    .vntAddress .decsAddress{
        font-size: 15px;
        line-height: 23px;
    }
    div#form-contact .txtForm h2{
        font-size: 25px;
        line-height: 37px;
    }
}
@media all and (max-width: 767px){
    .vntInfoContact .col{
        width: 100%;
        margin-bottom: 60px;
    }
    .vntInfoContact .col:last-child{
        margin-bottom: 30px;
    }
    .vhgripPonsi > .colL{
        width: 100%;
    }
    .vhLstAddress .vhPonsiAdd{
        width: 100%;
    }
    .vntFormCt{
        padding: 30px 0 50px;
        background-position: 50% 37%;
        background-size: 280% 163%;
    }
}