.contact-index {
    float: left;
    width: 100%;
    padding: 100px 0px 150px;
}
.contact-index .contactus {
    float: left;
    width: 50%;
    padding-right: 30px;
}
.contact-index .contactus h3{
    padding-left: 30px;
    position: relative;
}
.contact-index h3 {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 30px 0px;
    font-size: 28px;
    
    color: #fff;
    font-weight: 400;
}
.contact-index .contactus h3:before{
    content: '';
    width: 30px;
    height: 1px;
    background: #00a47f;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
}
.contact-index .contactus h3::first-letter {
    margin-left: 15px;
}
.contact-index .contactus p {
    padding: 15px 15px 15px 45px;
    margin: 0px;
    border-bottom: 1px dotted #444;
	 color: #fff;
}
.contact-index .contactus p:nth-of-type(1) {
    border-top: none;
}
.contact-index .comments {
    float: right;
    width: 50%;
    padding-left: 30px;
}
.contact-index .comments h3 {
    border-top: none;
}
.contact-index .comments form {
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 32px;
}
.contact-index .comments .row {
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.contact-index .comments .form-group {
    padding-right: 10px;
}
.contact-index .comments .input-group-addon,
.contact-index .comments .form-control {
    border-radius: 0px;
    font-size: 14px;
    height: 50px;
}
.contact-index .comments .input-group-addon {
    background: transparent;
}
.contact-index .comments textarea.form-control {
    height: 140px;
    resize: none;
}
.contact-index .comments .input-group .form-control{
    border-top: none;
}
.contact-index #verify-code .ycode {
    border-left: none;
    padding: 0;
}
.contact-index #verify-code .input-group-addon {
    width: auto;
    overflow: hidden;
}
.contact-index #verify-code .input-group-addon img{
    height: 100%;
    max-height: 25px;
}
.contact-index #verify-code .form-control {
    border-top: none;
    border-bottom: 1px solid #eee;
    padding-right: 10px;
}
.contact-index .comments .btn-theme {
    float: right;
    border-radius: 0px;
}
.contact-index .comments .btn-theme {
    width: 100%;
    height: 50px;
}
.page-center:nth-of-type(2)::before {
    position: absolute;
    content: " ";
    display: inline-block;
    width: 100%;
    height: 320px;
    background: #efefef;
}
.webmap .efbg{
    width: 100%;
    background: #efefef;
    height: 420px;
    position: absolute;
    top: 0;
    z-index: -1;
}
.webmap:before{
    content: '';
    width: 1px;
    height: 100px;
    display: block;
    background: #ff0000;
    margin: auto;
    position: relative;
    top: -50px;
}

.maps {
    padding: 0 0 80px;
}
.maps h3 {
    width: 100%;
    line-height: 36px;
    text-align: center;
    color: #111;
    margin: 0 0 30px;
}
.maps h3 span {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
}
.maps h3::after {
    display: inline-block;
    width: auto;
    font-family: 'iconfont';
    font-size: 18px;
    content: "\eb33";
}
.maps .map {
    display: inline-block;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.maps .map iframe {
    width: 100%;
    height: 100%;
}

@media (max-width:1279px) {
    
    .contact-index .contactus {
       padding-right: 10px;
    }
    .contact-index .comments {
    }

    .contact-index h3 { 
        font-size: 20px;
    }
    .contact-index .contactus,
    .contact-index .comments {
        float: none;
        width: 100%;
        padding: 0;
    }
    .contact-index .contactus {
        margin-bottom: 80px;
    }
    .contact-index .comments .btn-theme {
        max-width: 100%;
    }
    .contact-index .comments .btn-theme::before{
        left: -170%;
    }
    .contact-index .comments .btn-theme:hover span{
        background: unset;
    }
    .contact-index {
        padding: 80px 0px;
    }
    .maps {
        padding:0 0 80px;
    }
}