.mid_box {
    width: 100%;
}

.l-info {
    width: 60%;
    float: left;
}

.l-info ul li {
    display: block;
    position: relative;
    line-height: 35px;
}

.l-info ul li i {
    display: inline-block;
    padding-left: 38px;
}

.l-info ul li i:before {
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}

.l-info ul li .sf-icon-home:before {
    content: url(../images/icon-home.png);
}

.l-info ul li .sf-icon-phone:before {
    content: url(../images/icon-phone.png) !important;
    top: 1px !important;
}

.l-info ul li .sf-icon-mail:before {
    content: url(../images/icon-mail.png);
}

.l-info ul li .sf-icon-global:before {
    content: url(../images/icon-global.png);
}

a#btn-map {
    width: 126px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    background: #00a651;
    color: #fff;
    text-decoration: none;
    outline:0;
    display: block;
    margin-top: 10px;

}

a#btn-map:hover{
    background: #068A46;
}
a#btn-map i {
    margin-right: 5px;
    font-size: 20px;
}

.barcode {
    width: 40%;
    float: right;
    padding-top: 10px;
    display: table;
    position: relative;
}

.barcode figure {
    padding: 15px;
    display: table-cell;
    float: right;
    width: 204px;
    height: 204px;
    vertical-align: middle;
    text-align: center;
    margin-left: -15px;
}

.barcode figure img {
    height: auto;
    width: 100%;
}

.des-barcode {
    font-size: 1.2em;
    text-transform: uppercase;
    padding-left: 40px;
}

.des-barcode:after {
    content: url(../images/polyline.png);
    display: block;
    position: absolute;
    top: 70px;
    left: 190px;
    width: 45px;
    height: 41px;
}

/*Form contact*/

.mid-contact {
    padding: 30px 0;
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
    margin-top: 30px;
    font-size: 16px;
}

#formContact .form-control {
    background: #f7f7f7;
    border-radius: 2px;
    height: 40px;
    font-size: 16px;
    color: #666666;
}

.group-form-left {
    width: 50%;
    float: left;
    padding-right: 15px;
}

.group-form-left fieldset {
    margin-bottom: 10px;
    position: relative;
}

input.form-control#address, input.form-control#subject, input.form-control#security_code {
    font-style: italic;
}

.vertify {
    width: 100%;
}

#security_code {
    width: 75%;
    float: left;
}

#img-capcha {
    vertical-align: middle;
    height: 27px;
    width: 25%;
    padding-left: 15px;
    float: right;
    text-align: right;
}

textarea.form-control#content {
    height: 189px;
}

.group-form-right {
    width: 50%;
    float: right;
    padding-left: 15px;
}

.group-form-right fieldset {
    position: relative;
}

.group-form-right .input-group {
    width: 100%;
}

.send-reset {
    padding-top: 11px;
    text-align: right;
    width: 100%;
}

.send-reset .btn {
    font-weight: bold;
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn.btn-send {
    background: #00a651;
    color: #fff;
    padding: 0 30px;
    height:42px;
    line-height:42px;
    border: 1px solid #00a651;
    margin-right: 5px;
}

.btn.btn-send span {
    color: #fff;
    font-size: 22px;
}

.btn.btn-send:hover, .btn.btn-send:focus {
    background: #fff;
    box-shadow: none;
    border-color: #00a651;
    border-radius: 2px;
}

.btn.btn-send:hover span{
    color: #00a651;
}
.btn.btn-reset {
    color: #545454;
    padding: 0 15px;
    border: 1px solid #dedede;
    background: #fff;
    height:42px;
    line-height:42px;
}
.btn.btn-reset span{
    font-size:22px;
    color: #545454;
}
.btn.btn-reset:hover, .btn.btn-reset:focus {
    background: #545454;
    box-shadow: none;
}

.btn.btn-reset:hover span{
    color: #fff;
}
/*Map*/

#lh-site-map {
    overflow: hidden;
    margin: 20px 0px 10px;
    width: 100%;
    padding-top: 5px;
}

.tab_container {
    margin-bottom: 15px;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    position: relative;
    bottom: 0px;
    z-index: 20;
}

ul.tabs li {
    float: left;
    margin: 0px 4px -1px 0px;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 1px solid #cbcbcb;
}

ul.tabs li a {
    text-decoration: none;
    color: #333;
    display: block;
    outline: none;
    font-weight: bold;
    padding: 8px 20px 5px;
    background: #fff;
}

#lh-site-map ul.tabs li.active {
    border-color: #666666;
}

#lh-site-map ul.tabs li.active a {
    color: #fff;
    background: #666666;
}

.tab_content {
    margin-top: 1px;
}