/*Add font ================================*/
.full.recruitment .nav {
  padding: 0;
  background: transparent;
}
.full.recruitment .nav .ims_navigation {
  padding: 12px 0;
  background: transparent;
}
.full.recruitment .nav .ims_navigation .container {
  padding: 0;
}

.recruitment .header_title {
  text-align: center;
  margin-bottom: 30px;
}
.recruitment .header_title .title {
  font-size: 28px;
  color: #112562;
  font-weight: bold;
  text-transform: uppercase;
}
.recruitment .header_title .note {
  font-size: 16px;
  color: #848484;
}
.recruitment form.box_search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 0 20px 0;
}
@media (max-width: 575.98px) {
  .recruitment form.box_search > div {
    padding: 5px;
  }
}
.recruitment form.box_search > div input, .recruitment form.box_search > div select, .recruitment form.box_search > div button {
  font: 400 1rem/150% "Roboto", sans-serif;
  width: 100%;
  background: #f0f0f0;
  border: 0;
}
.recruitment form.box_search > div input {
  padding: 7px 15px;
}
.recruitment form.box_search > div input::place-holder {
  color: #6a6a6a;
}
.recruitment form.box_search > div select {
  padding: 8px 15px;
}
.recruitment form.box_search > div button {
  background: #0054a0;
  color: #fff;
}
.recruitment .text_search {
  font: 400 1.0666666667rem/150% "Roboto", sans-serif;
  font-style: italic;
  color: #003a91;
}
.recruitment .list_item .col_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.recruitment .list_item .col_item .item {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-bottom: 10px;
}
@media (min-width: 601px) {
  .recruitment .list_item .col_item .item {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.recruitment .list_item .col_item .item img {
  max-width: 100%;
  height: auto;
}
.recruitment .list_item .col_item .title {
  display: flex;
  align-items: center;
}
.recruitment .list_item .col_item .title .icon {
  max-width: 40px;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.recruitment .list_item .col_item .title .icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.recruitment .list_item .col_item .title a {
  margin: 15px 0;
  font: 600 1.1333333333rem/150% "Roboto", sans-serif;
  color: #0f0f10;
}
.recruitment .list_item .col_item .province {
  display: none;
}
.recruitment .list_item .col_item .date_end {
  text-align: center;
}
.recruitment .list_item .col_item .btn_apply {
  background: #2ec841;
  border: 1px solid #16c22b;
  border-radius: 4px;
  padding: 5px 20px;
}
.recruitment .list_item .col_item .btn_apply a {
  font: 400 1.0666666667rem/150% "Roboto", sans-serif;
  color: #fff;
}
.recruitment #other {
  margin-bottom: 30px;
}
.recruitment #other .title_other {
  font-weight: bold;
  text-align: center;
  color: #112562;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 15px;
}
@media (min-width: 601px) {
  .recruitment #other .title_other {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.recruitment .paginate {
  text-align: right;
}

.about {
  padding: 30px 0 0;
}
.about .title {
  font-size: 20px;
  color: #0c1f58;
  text-transform: uppercase;
  font-weight: 500;
}

.box-recruitment {
  background: #fff;
  margin: 30px 0;
}
.box_column {
  padding-top: 20px;
}
.box_column h3.title {
  font: 700 1.0666666667rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #006cf2;
  border-radius: 6px;
  padding: 7px 10px;
  margin-bottom: 8px;
}
.box_column h3.title i {
  padding-right: 10px;
}
.box_column a {
  font: 400 1rem/150% "Muli", sans-serif;
  color: #878787;
  display: block;
  border-top: 1px dashed #e1e1e1;
  padding: 7px 10px;
}
.box_column a:hover, .box_column a:focus {
  color: #fff;
  background: #338c14;
  border-radius: 6px;
}
.box_column a:last-of-type {
  border-bottom: 1px dashed #e1e1e1;
}

#item_detail {
  padding-top: 20px;
}
#item_detail h1.title {
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  color: #828282;
  padding-bottom: 7px;
  margin-bottom: 5px;
  position: relative;
}
@media (min-width: 992px) {
  #item_detail h1.title {
    font-size: 1.3333333333rem;
  }
}
#item_detail h1.title:before, #item_detail h1.title:after {
  content: "";
  display: none;
  height: 1px;
  background: #c2baba;
  position: absolute;
  left: 0;
}
#item_detail h1.title:before {
  width: 51px;
  bottom: 3px;
}
#item_detail h1.title:after {
  width: 41px;
  bottom: 0;
}
#item_detail .content {
  margin-top: 10px;
}
#item_detail .content p {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #464d4c;
}
#item_detail .content p img {
  max-width: 100%;
  height: auto;
}
#item_detail .content img {
  max-width: 100%;
  height: auto;
}
#item_detail .footer_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 10px;
}
#item_detail .footer_info .btn_recruit {
  font: 400 1.0666666667rem/150% "Roboto", sans-serif;
  color: #fff;
  background: #0054a0;
  border-radius: 4px;
}
#item_detail .footer_info p.title {
  text-transform: uppercase;
  font-size: 16px;
}
#item_detail .footer_info .tool-share ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#item_detail .footer_info .tool-share ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
#item_detail .footer_info .tool-share ul li a {
  color: #fff;
}
#item_detail .footer_info .tool-share ul li a span.icon i {
  width: 18px;
  height: 18px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#item_detail .footer_info .tool-share ul li.btn-facebook {
  background-color: transparent;
}
#item_detail .footer_info .tool-share ul li.btn-facebook a {
  background: #3b5999;
  border: 1px solid #26478e;
  border-radius: 50%;
}
#item_detail .footer_info .tool-share ul li.btn-gplus a {
  background: #dd5044;
  border: 1px solid #d73324;
  border-radius: 50%;
}
#item_detail .footer_info .tool-share ul li.btn-pinterest a {
  background: #de0118;
  border: 1px solid #de0118;
  border-radius: 50%;
}
#item_detail .footer_info .tool-share ul li.btn-twitter a {
  background: #10c2ff;
  border: 1px solid #00b8ff;
  border-radius: 50%;
}
#item_detail .footer_info .fb-comments iframe {
  width: 100% !important;
}

#frmRecruit form .modal-header {
  color: #fff;
}
#frmRecruit form button.close {
  color: #f00;
}
#frmRecruit form label.error {
  float: left;
  color: #f00;
}
#frmRecruit form input:focus, #frmRecruit form textarea:focus {
  background-color: #ddd5;
  box-shadow: none;
}