.map_wrapper{
    margin-bottom: 80px;
    position: relative;
}
.map_wrapper .tab_title{
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    padding: 10px 45px 10px 15px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #187341;
    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: 24px;
    line-height: 30px;
    content: '\f107';
}
.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;
    margin-bottom: 1px;
}

.map_wrapper .map_title ul li a {
    display: block;
    text-align:center;
    text-decoration:none;
    padding:14px 15px;
    position:relative;
    background: #f5f5f5;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    -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: 16px;
    line-height: 20px;
    color: #333333;
    text-transform: uppercase;
}

.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 {
    color: #ffffff;
    background-color:#1a1f5a;
}
.map_wrapper .map_content{
}
.map_wrapper .search-map {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    -o-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
.map_wrapper .search-map a {
    display: block;
    padding: 20px;
    background: #1a1f5a;
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.map_wrapper .search-map a .block {
    display: block;
}
.map_wrapper .search-map a i {
    font-size: 48px;
    line-height: 55px;
}
.form-contact:after {
    position: absolute;
    content: '';
    clear: both;
}
.form-contact .contact-left{
    width: 370px;
    float: left;
}
.form-contact .contact-right {
    width: calc(100% - 400px);
    float: right;
}
.box-contact {
    border: 1px solid #ebebeb;
    background: #fafafa;
    padding: 20px;
}
.contact-title-main {
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.info-contact {
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    background: #fafafa;
    position: relative;
}
.info-contact:after {
    display: block;
    content: '';
    clear: both;
}
.info-contact .info-left {
    width: 369px;
    border-right: 1px solid #ebebeb;
    padding: 20px;
}
.info-contact .info-right {
    position: absolute;
    top: 0;
    left: 370px;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.info-contact .info-right img {
    display: none;
}
.info-contact .view_map a {
    display: inline-block;
    text-align: center;
    min-width: 200px;
    font-size: 12px;
    line-height: 25px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    background: #0d723b;
    color: #ffffff;
}
.info-contact .view_map a:hover {
    background: #333333;
    color: #ffffff;
}
.PSform {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 10px;
}
.row-form{
    margin-bottom: 15px;
}
.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 span{
    color: #ff0000;
}
.row-form textarea{
    resize: vertical;
}
.row-form .form-control{
    height: 45px;
    border-radius:0;
    border: 1px solid #d1d1d1;
    background: #ffffff;
}
.row-form textarea.form-control{
    height: 150px;
    resize: none;
}
.row-form .input-group {
    width: 100%;
}
.row-form .input-group .input-group-text{
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    width: 1%;
}
.row-form .input-group .input-group-text img {
    max-width: none;
}
.row-form .input-group .input-group-text .refresh{
    padding-left: 25px;
    background: url("../images/contact/icon-refresh.png") no-repeat 0 50%;
}
.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 #security_code.form-control{
    width: 200px;
    display: inline-block;
}
.row-form *[class^=fa-].div_input{
    position: relative;
}
.row-form *[class^=fa-].div_input .form-control {
    padding-left: 34px;
}
.row-form *[class^=fa-].div_input:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    z-index: 3;
    font-size: 14px;
    line-height: 20px;
    top: 50%;
    left: 8px;
    width: 20px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #b0b0b0;
    pointer-events: none;
}
.row-form *[class^=fa-].div_input.w_textarea:before{
    top: 8px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.row-form button.btn{
    height: auto;
    min-width: 170px;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 25px;
    color:#ffffff;
    border: none;
    outline: 0;
    background: #d51920;
    -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: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: inherit;
    line-height: inherit;
    color: inherit;
    position: relative;
    z-index: 1;
}
.c-button {
    text-align: right;
}
@media screen and (max-width: 1024px){
    .map_wrapper{
        padding: 0;
    }
    .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;
        font-size: 14px;
        line-height: 20px;
        text-transform: none;
    }
    .map_wrapper .map_title ul li a.active{
        color: #666666;
        background-color: #ffffff;
    }
    .map_wrapper .map_title ul li:hover a,
    .map_wrapper .map_title ul li:hover a.active {
        color: #187341;
        background-color: #ffffff;
    }
}
@media screen and (max-width: 991px) {
    .info-contact .info-left {
        width: 100%;
        border-right: 0;
    }
    .info-contact .info-right {
        position: static;
        background: none !important;
    }
    .info-contact .info-right img {
        display: block;
    }
    .form-contact .contact-left {
        width: 100%;
    }
    .form-contact .contact-right {
        width: 100%;
    }
}
@media screen and (max-width: 767px)  {
    .c-button {
        text-align: left;
    }
}