/*================================INFO CONTACT===========================*/
.vnt-contact {
    padding: 40px 0 60px;
}

.vnt-contact .info-contact {
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
}

.info-contact .bor {
    position: absolute;
    content: '';
}

.info-contact .bor.t-bor {
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../images/bor1.png) top left repeat-x;
}

.info-contact .bor.l-bor {
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: url(../images/bor2.png) top left repeat-y;
}

.info-contact .bor.r-bor {
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: url(../images/bor2.png) top left repeat-y;
}

.info-contact .bor.b-bor {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../images/bor1.png) top left repeat-x;
}

.info-contact .img-company {
    position: relative;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

.info-contact .img-company img {
    width: 100%;
}

.info-contact .img-company .bor {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 10px;
    right: 10px;
    content: '';
    display: block;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.info-contact .img-company.bor-effect:hover::before, .info-contact .img-company.bor-effect:hover::after {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    width: auto;
    height: auto;
    z-index: 2;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border-color: #017c36;
}

.info-contact .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    color: #1d6fb7;
}

.info-contact .img {
    float: right;
}

.info-contact p {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    color: #666666;
}

.info-contact p > i {
    display: inline-block;
    width: 15px;
    color: #576974;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: 10px;
    text-align: center;
}

.info-contact .view-map-contact {
    padding-top: 20px;
}

.info-contact .view-map-contact a {
    padding: 8px 20px;
    display: inline-block;
    position: relative;
    background: #f3f3f3;
    color: #017c36;
    text-transform: uppercase;
    min-width: 170px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.info-contact .view-map-contact a span {
    position: relative;
    display: block;
    padding-right: 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.info-contact .view-map-contact a i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: all 0.3s linear;
    -ms-transform: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.info-contact .view-map-contact a:hover, .info-contact .view-map-contact a:hover i {
    color: #1d6fb7;
}

.support {
    padding: 50px 0;
}

.support .icon {
    font-size: 48px;
    line-height: 55px;
    color: #017c36;
}

.support .title {
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
}

.support .numberphone {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    padding: 0;
}

.support .numberphone a {
    color: #1d6fb7;
}

.vnt-contact .margin {
    margin-bottom: 30px;
}

/*=================BEGIN: FORM CONTACT=================*/
.form-contact {
    padding: 25px;
    margin-bottom: 35px;
    background-color: #f3f8fb;
}

.form-contact p {
    margin-bottom: 20px;
    line-height: 22px;
}

.form-group label {
    font-size: 14px;
    line-height: 24px;
}

.form-group label .required {
    color: #F00;
}

.form-contact input, .form-contact textarea, .form-contact select {
    width: 100%;
    border: none;
    border: solid 1px #d7d7d7;
    background: #FFF;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
    color: #333;
}

.form-contact textarea {
    height: 125px;
    resize: none;
    padding-top: 10px;
}

.form-contact .flexDesign {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.form-contact .flexDesign .flexLeft {
    width: 320px;
}

.form-contact .flexDesign .input-group {
    width: 100%;
}

.input-group-img {
    width: 90px;
    white-space: nowrap;
    padding-left: 7px;
    display: table-cell;
    vertical-align: middle;
}

.form-contact button {
    float: left;
    font-size: 16px;
    line-height: 24px;
    background: #017c36;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 15px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.form-contact button.reset-btn {
    background-color: #333333;
}

.form-contact button:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    content: '';
    background: #1d6fb7;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-contact button:hover:before {
    bottom: 0;
}

.form-contact button span {
    position: relative;
}

.form-contact button {
    width: initial;
    margin-left: 10px;
    min-width: 100px;
}

.form-contact button.bor-effect::before, .form-contact button.bor-effect::after {
    border-color: transparent;
}

.design-map {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
}

/*===================================BEGIN : MAP CONTACT===================================*/
.list-tab li {
    display: inline-block;
}
.list-tab li:not(:first-child) {
    margin-left: 5px;
}
.list-tab li a {
    display: inline-block;
    padding: 12px 60px;
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    background-color: #ededed;
}
.list-tab li.active a, .list-tab li:hover a {
    color: #FFF;
    background-color: #1d6fb7;
}
/* Map styling*/
#ce_map_container {
    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 {
}

.error.help-block {
    color: #f00;
}

/* MAP: End*/
/*============================RESPONSIVE==============================*/
@media all and (min-width: 481px) {
    .form-contact .col-button {
        width: 1%;
        white-space: nowrap;
        display: table-cell;
        vertical-align: middle;
    }
}

@media all and (min-width: 992px) {
    .form-contact .form-group .form-group {
        margin: 0;
    }
}

@media all and (max-width: 991px) {
    .vnt-contact {
        padding-bottom: 40px;
    }

    .info-contact .img-company {
        margin-bottom: 20px;
    }

    .info-contact .title {
        font-size: 18px;
        line-height: 21px;
    }

    .support .row > div:not(:last-child) {
        margin-bottom: 40px;
    }

    .form-contact {
        padding: 15px;
    }

    .form-contact p {
        margin-bottom: 10px;
    }

    .form-contact form {
        width: 100%;
    }

    .map-contact {
        padding: 0;
    }

    .map-contact .list-tab {
        display: none;
    }
    .map-contact.show .list-tab {
        display: block;
    }
    .map-contact .tab-title {
        display: block;
        padding: 12px 15px;
        font-size: 14px;
        font-weight: 600;
        color: #FFF;
        text-transform: uppercase;
        background-color: #1d6fb7;
        position: relative;
        cursor: pointer;
    }
    .map-contact .tab-title:before {
        content: "\f0d7";
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 16px;
        line-height: 26px;
    }
    .map-contact .list-tab > li {
        float: none;
        display: block;
        margin: 0;
    }
    .map-contact .list-tab > li:not(:last-child) {
        border-bottom: 1px solid rgba(0,0,0,.2);
    }
    .map-contact .list-tab > li > a {
        display: block;
        color: #333333;
        font-weight: 500;
        padding: 12px 15px;
        background-color: #ededed;
    }
}

@media all and (max-width: 1199px) {
    .form-contact .flexDesign {
        display: block;
    }

    .form-contact .flexDesign .flexLeft {
        width: 100%;
        margin-bottom: 15px;
    }

    .form-contact button {
        float: left;
        margin: 0;
        width: 48%;
    }

    .form-contact button:last-child {
        float: right;
    }
}