/*Add font ================================*/
.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;
  border-bottom: 1px solid #f3f3f3;
  justify-content: space-between;
  padding: 10px 0 0;
}
.recruitment .list_item .col_item:last-child {
  border-bottom: none;
}
.recruitment .list_item .col_item .title {
  width: 60%;
  padding-bottom: 10px;
  padding-right: 10px;
}
@media (max-width: 700px) {
  .recruitment .list_item .col_item .title {
    width: 100%;
  }
}
.recruitment .list_item .col_item .title a {
  font-size: 18px;
  color: #565555;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .recruitment .list_item .col_item .title a {
    font-size: 17px;
  }
}
.recruitment .list_item .col_item .title a:hover {
  font-weight: 400;
  color: #fca227;
}
.recruitment .list_item .col_item .province {
  width: calc(40% - 120px);
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #6c6c6c;
}
@media (max-width: 700px) {
  .recruitment .list_item .col_item .province {
    width: calc(100% - 120px);
  }
}
.recruitment .list_item .col_item .apply {
  width: 120px;
  padding-bottom: 10px;
}
.recruitment .list_item .col_item .btn_apply {
  padding: 0;
  width: 100%;
  background: none;
}
.recruitment .list_item .col_item .btn_apply a {
  font-size: 15px;
  color: #FFF;
  width: 100%;
  background: #fca227;
  border-radius: 4px;
  padding: 5px;
}
.recruitment .list_item .col_item .btn_apply a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../images/use/left_nav.png") no-repeat;
  display: inline-block;
  margin-left: 7px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.recruitment .list_item .col_item .btn_apply a:hover {
  opacity: 0.8;
}
.recruitment .paginate {
  padding-bottom: 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 h1.title {
  font-size: 20px;
  color: #fca227;
  text-transform: uppercase;
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  #item_detail h1.title {
    font-size: 19px;
  }
}
#item_detail .content {
  font-size: 14px;
  color: #565555;
  padding-bottom: 33px;
}
#item_detail .content p {
  line-height: 24px;
}
#item_detail .footer_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 10px;
}
#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: 20px;
  height: 20px;
  font-size: 1rem;
  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;
}

.btn_recruit {
  font-weight: 500;
  font-size: 15px;
  color: #FFF;
  background: #fca936;
  border-radius: 4px;
  padding: 4px 13px 4px 19px;
}
.btn_recruit:hover {
  opacity: 0.8;
}
.btn_recruit i {
  width: 10px;
  height: 10px;
  background: url("../images/use/left_nav.png") no-repeat;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  display: inline-block;
  margin-left: 7px;
}

#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: rgba(221, 221, 221, 0.3333333333);
  box-shadow: none;
}
#frmRecruit form .btn-primary {
  background: #c92127;
  border: none;
}

.full.recruitment .container {
  max-width: 1040px !important;
}

.group1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 77px;
}
@media (max-width: 992px) {
  .group1 {
    padding-bottom: 30px;
  }
}
.group1 .img {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
@media (min-width: 601px) {
  .group1 .img {
    width: 48%;
  }
}
.group1 .img:before {
  content: "";
  width: calc(100% + 30px);
  height: 58px;
  background: #ee6301;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .group1 .img:before {
    width: calc(100% + 10px);
    bottom: -5px;
  }
}
.group1 .img a {
  padding-top: 63%;
}
.group1 .img a img {
  width: 100%;
}
.group1 .info {
  width: 100%;
  padding-top: 15px;
}
@media (min-width: 601px) {
  .group1 .info {
    width: 52%;
    padding-left: 10px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .group1 .info {
    padding-left: 6.4%;
  }
}
.group1 .info .title {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .group1 .info .title {
    margin-bottom: 15px;
  }
}
.group1 .info .title span {
  font-size: 20px;
  color: #fca227;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #fca227;
  margin-bottom: -1px;
}
@media (max-width: 992px) {
  .group1 .info .title span {
    padding-bottom: 0;
  }
}
.group1 .info .content {
  font-size: 14px;
  color: #5b5b5b;
}
.group1 .info .content p {
  line-height: 24px;
}

.group2 {
  position: relative;
  padding: 49px 0 80px;
  width: 100%;
}
@media (max-width: 992px) {
  .group2 {
    padding: 30px 0;
  }
}
.group2:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #fefde4;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.group2 .title {
  border-bottom: 1px solid #f6f3aa;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .group2 .title {
    margin-bottom: 15px;
  }
}
.group2 .title span {
  color: #ff6000;
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  border-bottom: 1px solid #ff6000;
  margin-bottom: -1px;
  padding-bottom: 5px;
}
@media (max-width: 992px) {
  .group2 .title span {
    padding-bottom: 0;
  }
}
.group2 .content {
  font-size: 14px;
  color: #5b5b5b;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .group2 .content {
    padding-bottom: 30px;
  }
}
.group2 .content p {
  line-height: 24px;
}
.group2 .list_picture .owl-stage-outer {
  padding: 11px;
  margin: -11px;
}
.group2 .list_picture .img {
  border: 9px solid #FFF;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.31);
  transition: all 300ms ease 0s;
}
@media (max-width: 992px) {
  .group2 .list_picture .img {
    border-width: 4px;
  }
}
.group2 .list_picture .img:hover {
  border-color: #ff6e26;
}
.group2 .list_picture .img a {
  padding-top: 90.2%;
}
.group2 .list_picture .img a img {
  width: 100%;
}
.group2 .list_picture .owl-controls .owl-nav .owl-prev {
  width: 26px;
  height: 26px;
  background: #ff6e26;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  position: absolute;
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
}
.group2 .list_picture .owl-controls .owl-nav .owl-prev:hover {
  opacity: 0.8;
}
.group2 .list_picture .owl-controls .owl-nav .owl-prev i {
  width: 10px;
  height: 10px;
  background: url("../images/use/left_nav_rotate.png") no-repeat;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.group2 .list_picture .owl-controls .owl-nav .owl-next {
  width: 26px;
  height: 26px;
  background: #ff6e26;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
}
.group2 .list_picture .owl-controls .owl-nav .owl-next:hover {
  opacity: 0.8;
}
.group2 .list_picture .owl-controls .owl-nav .owl-next i {
  width: 10px;
  height: 10px;
  background: url("../images/use/left_nav.png") no-repeat;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.group3 {
  padding: 48px 0 280px;
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .group3 {
    padding: 30px 0 100px;
  }
}
.group3 .bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.group3 .title {
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  color: #ff6000;
  padding-bottom: 4px;
  margin-bottom: 31px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .group3 .title {
    margin-bottom: 15px;
  }
}
.group3 .title:after {
  content: "";
  width: 138px;
  height: 1px;
  background: #ff6000;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.group3 .content {
  font-size: 14px;
  color: #5b5b5b;
}
.group3 .content p {
  line-height: 24px;
}

h2.recruitment_title {
  border-bottom: 1px solid #f3f3f3;
  padding-top: 57px;
  margin-bottom: 22px;
  width: 100%;
}
@media (max-width: 992px) {
  h2.recruitment_title {
    padding-top: 30px;
    margin-bottom: 15px;
  }
}
h2.recruitment_title span {
  font-size: 20px;
  color: #fca227;
  font-weight: 500;
  border-bottom: 2px solid #fca227;
  margin-bottom: -1px;
  display: inline-block;
}

#tth-column .column_title {
  font-size: 18px;
  color: #fca227;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
  font-weight: 500;
  margin-bottom: 20px;
}
#tth-column .column_title:after {
  content: "";
  width: 64%;
  height: 1px;
  background: #ff6000;
  position: absolute;
  left: 0;
  bottom: -1px;
}
#tth-column .other {
  padding-bottom: 30px;
}
#tth-column .other ul li {
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 0;
}
#tth-column .other ul li:last-child {
  border-bottom: none;
}
#tth-column .other ul li a {
  font-size: 15px;
  color: #565555;
}
#tth-column .other ul li a:hover {
  color: #fca227;
}
#tth-column .contact {
  font-size: 14px;
  color: #565555;
}
#tth-column .contact p {
  line-height: 24px;
}/*# sourceMappingURL=recruitment.css.map */