/*Add font ================================*/
.full.recruitment {
  margin-bottom: 15px;
}

#tth-column_left {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  #tth-column_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-right: 2rem;
  }
}

#tth-content {
  background: #fff;
  padding: 0;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  #tth-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}

#tth-column {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  #tth-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 2rem;
  }
}

ul.wrap-suggestion-recruitment {
  max-height: 200px;
}
ul.wrap-suggestion-recruitment li a.item img {
  display: none;
}
ul.wrap-suggestion-recruitment li a.item h3 {
  font-weight: 400;
}

.paginate {
  text-align: center;
}

.box-recruitment {
  padding-top: 2rem;
}
.box-recruitment h1 {
  font: 400 1.4rem/150% "Open Sans", sans-serif;
  text-align: center;
  color: #0f6939;
  padding-bottom: 10px;
  margin-bottom: 1.6rem;
  position: relative;
}
@media (min-width: 992px) {
  .box-recruitment h1 {
    font-size: 2rem;
  }
}
.box-recruitment h1:after {
  content: "";
  background: #0f6939;
  width: 36px;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.btn_recruit {
  font: 700 1.0666666667rem/150% "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0f6a39), to(#0f9347));
  background: -o-linear-gradient(left, #0f6a39, #0f9347);
  background: linear-gradient(to right, #0f6a39, #0f9347);
  border-radius: 6px;
  display: inline-block;
  padding: 7px 20px;
}

/*---------------list_group-----------------*/
.list_group .row_item-title {
  color: #2363c9;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 2px;
}
.list_group .row_item .img {
  float: left;
  border: 3px solid #ffffff;
  margin-right: 12px;
  width: 177px;
  height: 118px;
  overflow: hidden;
}
.list_group .row_item .title a {
  font-size: 12px;
  color: #353636;
}
.list_group .row_item .date {
  font-size: 11px;
  font-weight: normal;
  color: #777777;
}
.list_group .row_item .short {
  font-size: 11px;
  line-height: 15px;
  max-height: 45px;
  overflow: hidden;
}
.list_group .row_item .other {
  list-style: none;
  margin: 0px;
  padding: 10px 0px 0px;
}
.list_group .row_item .other li a {
  background: url(../images/icon_other.gif) no-repeat 0px 5px;
  padding-left: 10px;
}

/*-------------------item_detail----------------*/
#item_detail > img {
  width: 100%;
  height: auto;
}
#item_detail > .group {
  color: #006ece;
  padding: 10px 0;
}
#item_detail > .group a {
  font: 400 0.9333333333rem/150% "Open Sans", sans-serif;
  color: #006ece;
}
#item_detail > h1 {
  font: 600 1.6rem/150% "Open Sans", sans-serif;
  color: #1b7d32;
  margin-bottom: 10px;
}
#item_detail .date {
  font: 300 0.8rem/150% "Open Sans", sans-serif;
  color: #969696;
  padding-bottom: 5px;
}
#item_detail .date span a {
  padding-left: 5px;
  font-size: 0.8rem;
  color: #1486d8;
}
#item_detail .date i {
  color: #52cbf5;
}
#item_detail > .item-short {
  font-weight: bold;
}
#item_detail > .item-content {
  font: 400 0.9333333333rem/150% "Open Sans", sans-serif;
  color: #333;
  padding-bottom: 20px;
}
#item_detail > .item-content * {
  max-width: 100% !important;
}
#item_detail > .item-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
#item_detail .tool-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
  clear: both;
}
#item_detail .tool-share > .title {
  font: 600 0.9333333333rem/150% "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #7a7a7a;
  padding-right: 20px;
}
#item_detail .tool-share ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  max-width: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#item_detail .tool-share ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
#item_detail .tool-share ul li a {
  display: block;
}
#item_detail .tool-share ul li a i {
  color: #605657;
  border-radius: 6px;
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#item_detail .tool-share ul li a i:before {
  font-size: 1.6rem;
}
#item_detail .tool-share ul li.zalo-share-button {
  background: url(../../images/zalo-icon2.png) center center no-repeat;
  background-size: 21px 21px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  height: 23px;
}
#item_detail .tool-share ul li.zalo-share-button iframe {
  display: none;
}

.box_column_left {
  padding-top: 20px;
}
.box_column_left .title {
  font: 700 1.0666666667rem/150% "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0f6a39), to(#0f9247));
  background: -o-linear-gradient(left, #0f6a39, #0f9247);
  background: linear-gradient(to right, #0f6a39, #0f9247);
  border-radius: 6px;
  padding: 7px 10px;
  margin-bottom: 8px;
}
.box_column_left .title i {
  padding-right: 10px;
}
.box_column_left a {
  font: 400 1rem/150% "Open Sans", sans-serif;
  color: #878787;
  display: block;
  border-top: 1px dashed #e1e1e1;
  padding: 7px 10px;
}
.box_column_left a:hover, .box_column_left a:focus {
  color: #fff;
  background: #0f9247;
  border-radius: 6px;
}
.box_column_left a:last-of-type {
  border-bottom: 1px dashed #e1e1e1;
}

#frmRecruit {
  max-width: 600px;
  width: 100%;
  padding: 0;
}
#frmRecruit form .modal-header {
  color: #fff;
  background: #1b7d32;
  border-radius: 0;
  padding: 5px;
}
#frmRecruit form label.error {
  float: left;
  color: #f00;
}
#frmRecruit form input:focus, #frmRecruit form textarea:focus {
  background-color: #ddd5;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#frmRecruit .fancybox-close-small {
  color: #fff;
  border-radius: 50%;
}
/*# sourceMappingURL=recruitment.css.map */