@charset "utf-8";
/* CSS Document */

/*.row.staff_contents {
    padding: 20px 0;
}*/

.click_text p {
    /* margin-bottom: 20px; */
    border-bottom: 1px solid #040404;
    width: 22%;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    font-weight: bold;
}

.regions_sub {
    margin-top: 70px;
}

.regions_sub button {
    background: #ffe500;
    color: #000;
    padding: 5px 0px;
    font-size: 18px;
    width: 20%;
    font-weight: normal;
    border: 1px solid #fff;
    border-radius: 2em;
    margin: 5px 15px;
    transition: all 400ms ease 0s;
}
.regions_sub button:hover{
  background: #fff701;
}
.regions_sub button.active{
  background: #ef8c1e;
  color: #fff;
}

.col-md-4.company_info {
    margin-top: 20px;
    position: relative;
}

.company_txt{
  padding: 10px;
  background-color: #56aad1;
  color: #fff;
  text-align: center;
}
.col-md-4.company_info p {

}

p.company_name {
    font-size: 20px;
    font-weight: bolder;
}

.col-md-4.col-xs-6.staff_info {
    /*margin-left: 25px;*/
    margin-top: 20px;
}

p.staff_name {
    font-weight: bolder;
    text-align: center;
    background-color: #c7e9f9;
    border-radius: 2em;
    padding: 5px 10px;
    margin: 10px 0;
    font-size: 14px;
}

p.staff_text {
    line-height: 1.4;
}
