.box_num_employer_recruitment .title_left {
  display: inline-block;
  float: left;
  background: #009192;
  color: #fff;
  font-weight: bold;
  padding: 12px;
  position: relative;
}

.box_num_employer_recruitment .title_left a {
  color: #fff;
}

.box_num_employer_recruitment .num {
  padding: 11px;
  border: 2px #009192 solid;
  padding-left: 165px;
}

.box_num_employer_recruitment .num b {
  color: #009192;
}

.box_num_employer_recruitment {
  display: block;
  margin-bottom: 20px;
  margin-top: 0px;
}

.click_view {
  position: relative;
  display: inline-block;
  top: 0px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 20px;
}

.click_view a {
  color: red;
}

.click_view a:hover {
  color: #3bc2c3;
}

.box_num_employer_recruitment .title_left:after {
  content: "";
  position: absolute;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #009192;
  border-top: 24px solid transparent;
  margin-right: 0px;
  top: 0px;
  right: -14px;
}

.create_cv {
  background: #009192;
  color: #fff;
  padding: 15px;
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-right: 75px;
}

.create_cv:hover {
  background: #1ca8a9;
}

.create_employer:hover {
  background: #e02b38;
}

.create_employer {
  background: #d11220;
  color: #fff;
  padding: 15px;
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-right: 75px;
}

.create_employer .title,
.create_cv .title {
  font-size: 18px;
  font-weight: 600;
}

.create_cv i.check {
  display: inline-block;
  position: absolute;
  width: 65px;
  height: 53px;
  right: 15px;
  top: 15px;
  background: url("../images/check_right.png") no-repeat;
}

.create_employer i.send {
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 49px;
  right: 15px;
  top: 25px;
  background: url("../images/send.png") no-repeat;
}

.view_all {
  text-align: center;
  padding: 10px 0px 0px;
  display: inline-block;
  font-style: italic;
  text-decoration: underline;
  font-size: 13px;
  width: 100%;
}

.view_all a {
  color: #009192;
}

.view_all:hover {
  text-decoration: initial;
}

.view_more {
  display: block;
  text-align: center;
  padding: 5px;
  border: 2px #009192 solid;
  margin: 10px 0px;
  margin-top: 25px;
}

.view_more a {
  color: #009192;
}

.view_more:hover {
  background: #f7f7f7;
}/*# sourceMappingURL=employer_view_main.css.map */