.bg_breadcrumb {
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    background: #f9f9f9 url(../images/bg-line.png) repeat;
    padding: 12px 0;
    margin: 0px 0px 10px 0px;
}
.breadcrumb i {
    margin-left: 5px;
    margin-right: 5px;
    color: #000;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 15px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #ffffff;
}
.btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #ffffff;
}
.customer .item .desc, .info_contact, .frm_lienhe{
    margin-top: 10px;
}
.info_contact{
    margin-bottom: 10px;
}
.frm_lienhe .form-group .btn {
    margin-right: 5px;
}
.error {
    color: #ff0000;
}
.form-group .error {
    margin-bottom: -8px;
    margin-top: 4px;
}
.success {
    color: #50a00b;
}
.notification .error,
.notification .success {
    display: block;
    margin: 0px 0px 10px 0px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.googlemap_contact{
    margin: 30px 0;
}
.googlemap_contact iframe{
    height: 500px;
    width: 100%;
}
.info_contact{
    margin-bottom: 30px;
}
@media (min-width:1199px) {
    .contact_dt .container{
        width: 50%;
    }
}