/* 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*/
.wrap_info_contact{
    margin: 0 -15px;
}
.wrap_info_contact .wrap_item{
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.wrap_info_contact .wrap_item:nth-child(2n+1){
    clear: left;
}
.info_contact .ic_wrap{
    width: 100%;
    min-height: 200px;
    position: relative;
    border: 1px solid #dddddd;
    padding: 15px 175px 15px 15px;
}
.info_contact .name{
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}
.info_contact .upper{
    text-transform: uppercase;
    font-weight: bold;
}
.info_contact .before{
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}
.info_contact .before a{
    color: #666666;
}
.info_contact .before a:hover{
    color:#de050c;
}
.info_contact .before:before{
    position: absolute;
    font-family:"fontawesome";
    top:0;
    left:0;
    color:#999999;
}
.info_contact .Qcode{
    position: absolute;
    top: 25px;
    right: 15px;
    width: 140px;
}
.info_contact .Qcode img{
    width: 100%;
}
.info_contact .view_map a{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 15px 15px 45px;
    background: #f9f9f9;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #de050c;
    text-transform: uppercase;
    position: relative;
}
.info_contact .view_map a:before{
    position: absolute;
    top: 50%;
    left: 15px;
    font-family: FontAwesome;
    content: '\f041';
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 36px;
    line-height: 40px;
    color: #de050c;
}
.wrap_form{
    padding: 30px;
    background: #f1f2f2;
    margin-bottom: 30px;
}
.PSForm{
    margin-bottom: 20px;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}
.formContact{
    margin: 0 -15px;
}
.formContact .form_left{
    width: 50%;
    float: left;
    padding: 0 15px;
}
.formContact .form_right{
    width: 50%;
    float: left;
    padding: 0 15px;
}
.row-form{
    margin-bottom: 10px;
}
.row-form label{
    width: 140px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #2d2d2d;
    font-weight: normal;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.row-form label.error{
    width: 100%;
    color: #f00;
}
.row-form label span{
    color: #ff0000;
}
.row-form textarea{
    resize: none;
}
.row-form .form-control{
    height: 38px;
    border-radius:0;
    border: 1px solid #d1d1d1;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding-left: 28px;
}
.row-form textarea.form-control{
    height: 111px;
    background-position: 5px 8px;
}
.row-form .input-group .input-group-text{
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
}
.row-form .form-control#staff{
    padding-left:5px;
}
.form-control:focus{
    border-color:#c0c0c0;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,292,1);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,292,1);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,192,1)
}
.row-form .fl,
.row-form .fr{
    width: 45%;
}
.row-form.c-button{
    margin-top: 25px;
}
.row-form button.btn{
    height: auto;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    color:#ffffff;
    border: none;
    outline: 0;
    background: #de050c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    text-transform: uppercase;
    font-weight: bold;
}
.row-form button.btn.reset{
    background: #333333;
}
.row-form button.btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.row-form button.btn:hover:after {
    opacity: 1;
    background-color: rgba(0,0,0,0.2);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.row-form button.btn span{
    font-size: 16px;
    line-height: 20px;
    color: inherit;
    position: relative;
    z-index: 1;
}
.row-form .btn:active:focus,
.row-form .btn:focus{
    outline:thin dotted;
    outline:0px auto -webkit-focus-ring-color;
    outline-offset:-2px;
    color:#ffffff;
}
#name,
#name-company{
    background-image: url(../images/icon_fname.png);
}
#email{
    background-image: url(../images/icon_femail.png);
}
#company,
#address,
#address-company{
    background-image: url(../images/icon_faddress.png);
}
#phone,
#phone-company{
    background-image: url(../images/icon_fphone.png);
}
#f-content, #content{
    background-image: url(../images/icon_fcontent.png);
}
#security_code{
    background-image: url(../images/icon_fcode.png);
}
#subject{
    background-image: url(../images/icon_fsubject.png);
}
.map_wrapper{
    margin-bottom: 20px;
}
.map_wrapper .tab_title{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding: 12px 45px 12px 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #de050c;
    color: #ffffff;
    position: relative;
    display: none;
}
.map_wrapper .tab_title:after{
    position: absolute;
    width: 45px;
    text-align: center;
    font-family: FontAwesome;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 32px;
    line-height: 40px;
    content: '\f0d7';
    font-weight: normal;
}
.map_wrapper .map_title ul:after{
    content: '';
    display: block;
    clear: both;
}
.map_wrapper .map_title ul li {
    list-style:none;
    padding:0;
    display:inline-block;
}

.map_wrapper .map_title ul li a {
    display: block;
    text-align:center;
    text-decoration:none;
    padding:10px 30px;
    position:relative;
    background:  #ececec;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
    text-transform: uppercase;
    font-weight: bold;
}

.map_wrapper .map_title ul li:hover {
    z-index:9999;
}

.map_wrapper .map_title ul li:hover a,
.map_wrapper .map_title ul li a.active, .map_wrapper .map_title ul li.active a {
    color: #FFFFFF;
    background-color: #de050c;
}
.map_wrapper .map_content{
}
@media screen and (max-width: 1024px){
    .formContact .form_right,
    .formContact .form_left{
        width: 100%;
        float: none;
    }
    .formContact .form_right .fl,
    .formContact .form_right .fr{
        float: none;
    }
    .row-form.c-button{
        margin-top: 0;
    }
    .wrap_info_contact .wrap_item{
        width: 100%;
    }
    .info_contact .ic_wrap{
        min-height: 0;
        padding: 15px;
    }
    .info_contact .Qcode{
        display: none;
    }
    .map_wrapper .map_title{
        position: relative;
    }
    .map_wrapper .tab_title{
        display: block;
        text-transform: uppercase;
    }
    .map_wrapper .map_title ul{
        position: absolute;
        top: 44px;
        left: 0;
        right: 0;
        z-index: 98;
        background: #ffffff;
        border-top: 1px solid #ececec;
        display: none;
    }
    .map_wrapper .map_title.active ul{
        display: block;
    }
    .map_wrapper .map_title ul li{
        display: block;
        border-bottom: 1px solid #ececec;
    }
    .map_wrapper .map_title ul li a{
        padding: 10px 15px;
        background: #ffffff;
        border: 0;
        text-align: left;
    }
    .map_wrapper .map_title ul li a.active{
        color: #333333;
        background-color: #ffffff;
    }
    .map_wrapper .map_title ul li:hover a.active {
        color: #FFFFFF;
        background-color: #de050c;
    }
}



#ext_maps .embed-responsive {
    padding-bottom: 40%;
}

@media all and (max-width: 991px) {

    #ext_maps .embed-responsive {
        padding-bottom: 100% ;
    }
}
@media all and (max-width: 767px) {

    #ext_maps .embed-responsive {
        padding-bottom: 120% ;
    }
}



.swal2-popup {
    font-size: 12px !important;
}
.swal2-title {
    font-size: 20px !important;
}
.swal2-styled.swal2-confirm {
    font-size: 12px !important;
    min-width: 60px;
}