a {
    color: #000;
}
a:hover{
    color: #333;
}
.member-cover {
    position: relative;
    border-radius: 15px 15px 0px 0px;
}
.member-logo-area {
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #e3e3e3;
}
.member-page-title h1 {
    font-weight: 900;
    margin-top:10px;
    margin-left: 10px;
}
.member-page-title p {
    font-size: 12px;
    margin-left: 10px;
    line-height: 15px;
    color: #8a8989;
}

.member-page-info {
    background-color: #fff;
    min-height: 100px;
    padding: 0px;
    margin-bottom: 25px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.bg-col-pd {
    position: inherit;
    padding: 0px;
    margin: 0px;
}

#executive-bar {
    background-color: #f2f2f2;
    width: 100%;
    height: auto!important;
    margin-bottom: 20px;
}
.member-page-title {
    border-right: 1px solid #e3e3e3;
    padding-top: 20px;
    min-height: 150px;
}
@media screen and (min-width: 1200px) {
    .executives {
        width: 100%!important;
        height: 157px;
        float: right;
    }
    }
.member-info-line {
    width: 100%;
    height: 30px;
    background-color: #636e72;
    text-align: center;
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.member-executive-line {
    width: 100%;
    height: 30px;
    background-color: #2d3436;
    text-align: center;
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.member-about h3 {
    margin-bottom: 10px;
    background-color: #636e72;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.box-shadow-bg {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.member-about p {
    font-size: 14px;
    padding: 2%;
    line-height: 30px;
}
.member-product h3 {
    margin-bottom: 10px;
    background-color: #2d3436;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.bg89-header {
    width: 100%;
    height: auto;
    background-color: #e8461f;
    margin-bottom: 30px;
}
.bg89-header-info {
    width: 100%;
    height: auto;
}
.bg89-header-info ul {
    float: right;
    list-style: none;
}
.bg89-header-info ul>li {
    float:left;
    margin-left: 5px;
}
.bg89-header-info ul>li>a {
   color: #fff;
    font-size: 12px;
}
.bg89-header-menu {
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.mobile-chat-head-back {
    width: 10%;
    float: left;
}
.mobile-chat-head-title {
    width: 90%;
    float: left;
}
.detail-msg-image.messanger-img {
    width: 50px;
    height: auto;
    float: left;
    margin-right: 10px;
}
.hall-page-header {
    width: 100%;
    height: auto;
    padding: 10px;
}
.hall_page_title h1{
    font-weight: 900;
    font-size: 40px;
    color: #fff;
}
.hall_page_header_right {
    width: auto;
    float: right;
    margin-top: 5px;
}
.hall_page_header_right a {
    background-color: #fff;
    color: #000;
}
.bg_product_filter {
    width: auto;
    float: left;
    margin-right: 10px;
    font-weight: bold;
}
.hall_page_button_group {
    width: auto;
    float: left;
}
.company-list-col {
    width: 16.66666666666667%;
    float: left;
    padding: 5px;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    .company-list-col {
        width: 33.3%;
        float: left;
        padding: 5px;
    }
    .company-list-col .panel-footer {
        height: 50px;
        font-size: 12px;
    }
}
