#tth-content {
  background: none !important;
}

#tth-column {
  width: 328px;
  padding-top: 78px;
}
@media (max-width: 980px) {
  #tth-column {
    padding-top: 55px;
  }
}
@media (max-width: 900px) {
  #tth-column {
    padding-top: 20px;
  }
}
#tth-column .cv_info {
  background: #f1f1f1;
  border-radius: 4px;
  padding: 18px 15px 20px;
  margin-bottom: 8px;
}
#tth-column .cv_info .cv_title {
  font-family: Muli-Bold;
  font-size: 14px;
  color: #107eae;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 10px;
}
#tth-column .cv_info .cv_title:before {
  content: "";
  width: 145px;
  height: 1px;
  background: #b7b7b7;
  position: absolute;
  bottom: 0;
  left: 0;
}
#tth-column .cv_info .cv_title:after {
  content: "";
  width: 38px;
  height: 3px;
  border-radius: 1px;
  background: #107eae;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#tth-column .cv_info .small_cv_title {
  font-family: Muli-Light;
  font-size: 14.05px;
  color: #707070;
  line-height: 18px;
  margin-bottom: 17px;
}
#tth-column .cv_info a.cv_download {
  display: block;
  text-align: center;
  font-family: Muli-Bold;
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  background: #107eae;
  border-radius: 4px;
  padding: 9px 0px;
}
#tth-column .cv_info a.cv_download:hover {
  opacity: 0.8;
}
#tth-column .recruitment_info {
  background: #107eae;
  border-radius: 4px;
  padding: 23px 15px 20px;
  color: #FFF;
}
#tth-column .recruitment_info .info_title {
  font-family: Muli-Bold;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 19px;
}
#tth-column .recruitment_info .info_title:before {
  content: "";
  width: 145px;
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
#tth-column .recruitment_info .info_title:after {
  content: "";
  width: 38px;
  height: 3px;
  border-radius: 1px;
  background: #FFF;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#tth-column .recruitment_info .content {
  font-family: Muli-Regular;
  font-size: 14.05px;
}
#tth-column .recruitment_info .content .banner_item p {
  line-height: 18px;
  padding-bottom: 8px;
}
#tth-column .recruitment_info .content .banner_item p:first-child {
  padding-bottom: 13px;
}
#tth-column .recruitment_info .content .banner_item p:last-child {
  padding-bottom: 0px;
}

.paginate {
  margin-bottom: 0px;
}

.recruitment_bo {
  padding: 56px 0 30px;
  background: url("../images/use/bg_about.png") repeat-x;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 980px) {
  .recruitment_bo {
    padding: 30px 0px 10px;
  }
}
.recruitment_bo form.box_search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -5px 20px;
}
.recruitment_bo form.box_search > div {
  flex: 1 1 auto;
  padding: 0 5px;
}
.recruitment_bo form.box_search > div.search {
  flex: 1;
  margin-bottom: 5px;
}
.recruitment_bo form.box_search > div input, .recruitment_bo form.box_search > div select, .recruitment_bo form.box_search > div button {
  height: 44px;
  border-radius: 20px;
  font-family: Muli-Regular;
  font-size: 15px;
  width: 100%;
  background: #f2f2f2;
  border: 0;
  color: #6a6a6a;
  box-shadow: 2px 2px #c6c6c4;
}
@media (max-width: 980px) {
  .recruitment_bo form.box_search > div input, .recruitment_bo form.box_search > div select, .recruitment_bo form.box_search > div button {
    height: 35px;
    font-size: 14px;
  }
}
.recruitment_bo form.box_search > div input {
  padding-left: 28px;
  color: #2F2F2F;
}
.recruitment_bo form.box_search > div input::-moz-placeholder {
  color: #6a6a6a;
}
.recruitment_bo form.box_search > div input::placeholder {
  color: #6a6a6a;
}
@media (max-width: 980px) {
  .recruitment_bo form.box_search > div input {
    padding-left: 15px;
  }
}
.recruitment_bo form.box_search > div.input {
  position: relative;
}
.recruitment_bo form.box_search > div.input:after {
  content: "\e8a4";
  font-family: ficon;
  color: #027bc2;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 18px;
}
@media (max-width: 980px) {
  .recruitment_bo form.box_search > div.input:after {
    right: 11px;
  }
}
.recruitment_bo form.box_search > div.input select {
  padding-right: 28px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media (max-width: 980px) {
  .recruitment_bo form.box_search > div.input select {
    padding-right: 20px;
  }
}
.recruitment_bo form.box_search > div.search_title {
  flex: 3 1 auto;
  margin-bottom: 5px;
}
.recruitment_bo form.box_search > div.search_type {
  margin-bottom: 5px;
}
.recruitment_bo form.box_search > div.search_type select {
  padding-left: 58px;
  background: #f2f2f2 url("../images/use/job.png") no-repeat center;
  background-position: 21px;
}
@media (max-width: 980px) {
  .recruitment_bo form.box_search > div.search_type select {
    padding-left: 36px;
    background-position: 12px;
    background-size: 15px;
  }
}
.recruitment_bo form.box_search > div.search_province {
  margin-bottom: 5px;
}
.recruitment_bo form.box_search > div.search_province select {
  padding-left: 44px;
  background: #f2f2f2 url("../images/use/location_search.png") no-repeat center;
  background-position: 21px;
}
@media (max-width: 980px) {
  .recruitment_bo form.box_search > div.search_province select {
    padding-left: 34px;
    background-position: 12px;
    background-size: 13px;
  }
}
.recruitment_bo form.box_search > div button {
  background: #007dbf url("../images/use/icon_search_white.png") no-repeat;
  background-position: 46px;
  color: #fff;
  box-shadow: unset;
  padding: 0px 35px 0px 69px;
}
.recruitment_bo form.box_search > div button:hover {
  opacity: 0.8;
}
@media (max-width: 980px) {
  .recruitment_bo form.box_search > div button {
    padding: 0px 13px 0px 35px;
    background-position: 13px;
    background-size: 14px;
  }
}
.recruitment_bo .wrap_text_search {
  overflow: hidden;
  padding-bottom: 23px;
}
.recruitment_bo .wrap_text_search .text_search {
  font-family: Muli-Regular;
  font-size: 16px;
  color: #ff0000;
  display: inline-block;
  position: relative;
  padding-right: 19px;
}
.recruitment_bo .wrap_text_search .text_search:after {
  content: "";
  width: 1000%;
  height: 6px;
  background: url("../images/use/right_kqs_job.png") repeat-x;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.recruitment_bo .list_title {
  display: flex;
  font-family: Muli-Bold;
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  margin-right: -4px;
  margin-bottom: 3px;
}
@media (max-width: 670px) {
  .recruitment_bo .list_title {
    display: none;
  }
}
.recruitment_bo .list_title .wrap {
  background: #fc721f;
  border-radius: 3px;
  text-align: center;
  padding: 6px 5px;
}
.recruitment_bo .list_title .job {
  width: 31%;
  padding-right: 4px;
}
.recruitment_bo .list_title .location {
  width: 38%;
  padding-right: 4px;
}
.recruitment_bo .list_title .apply {
  width: 31%;
  padding-right: 4px;
}
.recruitment_bo .list_item {
  border-top: 1px solid #d7d7d7;
}
.recruitment_bo .list_item .col_item:first-child .info .apply {
  padding-top: 2px;
}
.recruitment_bo .list_item .col_item:nth-child(2n+1) .info .title {
  background: #f5f5f5;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.recruitment_bo .list_item .col_item:nth-child(2n+1) .info .address {
  background: #f5f5f5;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.recruitment_bo .list_item .col_item .info {
  display: flex;
  font-family: Muli-Regular;
  font-size: 12.57px;
  flex-wrap: wrap;
  color: #696969;
  text-align: center;
}
@media (max-width: 980px) {
  .recruitment_bo .list_item .col_item .info {
    font-size: 15px;
  }
}
.recruitment_bo .list_item .col_item .info .title {
  width: 31%;
}
@media (max-width: 670px) {
  .recruitment_bo .list_item .col_item .info .title {
    width: 100%;
    padding: 5px 0px;
  }
}
.recruitment_bo .list_item .col_item .info .title .border {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.recruitment_bo .list_item .col_item .info .title a:hover {
  color: #027cc2;
}
@media (max-width: 980px) {
  .recruitment_bo .list_item .col_item .info .title a {
    font-size: 15px;
  }
}
.recruitment_bo .list_item .col_item .info .address {
  width: 38%;
}
@media (max-width: 670px) {
  .recruitment_bo .list_item .col_item .info .address {
    flex: 1 1 auto;
  }
}
.recruitment_bo .list_item .col_item .info .address .border {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.recruitment_bo .list_item .col_item .info .apply {
  width: 31%;
  padding: 1px 0px 1px 3px;
}
@media (max-width: 670px) {
  .recruitment_bo .list_item .col_item .info .apply {
    width: 95px;
  }
}
.recruitment_bo .list_item .col_item .info .apply a {
  font-family: Muli-Bold;
  font-size: 14px;
  text-transform: uppercase;
  background: #107eae;
  border-radius: 4px;
  width: 100%;
  color: #FFF;
  padding: 8px 0px;
}
.recruitment_bo .list_item .col_item .info .apply a:hover {
  background: #ed1c24;
}
@media (max-width: 900px) {
  .recruitment_bo .list_item .col_item .info .apply a {
    font-size: 13px;
    padding: 5px 0px;
  }
}

h2.title {
  font-family: LinhAvantGardeDemiBold;
  font-size: 17px;
  color: #FFF;
  text-transform: uppercase;
  background: #0753c4;
  padding: 10px 0 10px 22px;
}
@media (max-width: 980px) {
  h2.title {
    padding: 5px 10px;
  }
}

#item_detail {
  display: flex;
  flex-wrap: wrap;
}
#item_detail .content_left {
  background: #FFF;
  margin-bottom: 14px;
  width: 100%;
}
#item_detail .content_left .content {
  padding: 29px 3.6% 0;
  font-family: lato-light;
  font-size: 14px;
  color: #050505;
  text-align: justify;
}
@media (max-width: 980px) {
  #item_detail .content_left .content {
    padding: 20px 10px 0;
  }
}
#item_detail .content_left .content p {
  padding-bottom: 4px;
}
#item_detail .content_left .content p:last-child {
  padding-bottom: 0;
}
#item_detail .content_left .content img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
#item_detail .content_left .contact {
  padding: 36px 3.6% 34px;
}
@media (max-width: 980px) {
  #item_detail .content_left .contact {
    padding: 20px 10px;
  }
}
#item_detail .content_left .contact a {
  font-family: lato-medium;
  font-size: 14.85px;
  color: #FFF;
  background: #0753c4;
  line-height: 29px;
  padding: 0 20px 0 15px;
  border-radius: 3px;
}
#item_detail .content_left .contact a:before {
  content: "";
  width: 13px;
  height: 7px;
  background: url("../images/use/left_contact_recruitment.png") no-repeat;
  display: inline-block;
  margin-right: 8px;
  transform: translateY(-2px);
}
#item_detail .content_left .contact a:hover {
  opacity: 0.8;
}
#item_detail .content_left .footer_info {
  padding-top: 36px;
}
@media (max-width: 980px) {
  #item_detail .content_left .footer_info {
    padding-top: 30px;
  }
}
#item_detail .content_left .footer_info .btn_recruit {
  font-family: Muli-Black;
  font-size: 16px;
  color: #fff;
  background: #007dbf;
  border-radius: 50px;
  padding: 10px 36px 12px;
  text-transform: uppercase;
}
#item_detail .content_left .footer_info .btn_recruit:hover {
  opacity: 0.8;
}
@media (max-width: 980px) {
  #item_detail .content_left .footer_info .btn_recruit {
    font-size: 14px;
    padding: 6px 20px 5px;
  }
}
#item_detail .content_left .footer_info .tool-share ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#item_detail .content_left .footer_info .tool-share ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
#item_detail .content_left .footer_info .tool-share ul li a {
  color: #fff;
}
#item_detail .content_left .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 .content_left .footer_info .tool-share ul li.btn-facebook {
  background-color: transparent;
}
#item_detail .content_left .footer_info .tool-share ul li.btn-facebook a {
  background: #3b5999;
  border: 1px solid #26478e;
  border-radius: 50%;
}
#item_detail .content_left .footer_info .tool-share ul li.btn-gplus a {
  background: #dd5044;
  border: 1px solid #d73324;
  border-radius: 50%;
}
#item_detail .content_left .footer_info .tool-share ul li.btn-pinterest a {
  background: #de0118;
  border: 1px solid #de0118;
  border-radius: 50%;
}
#item_detail .content_left .footer_info .tool-share ul li.btn-twitter a {
  background: #10c2ff;
  border: 1px solid #00b8ff;
  border-radius: 50%;
}
#item_detail .column_right {
  width: 284px;
  display: none;
}
@media (max-width: 800px) {
  #item_detail .column_right {
    width: 100%;
  }
}
#item_detail .column_right .cv_title {
  font-family: Muli-Bold;
  font-size: 20px;
  color: #fefefe;
  background: #007dbf;
  padding: 9px 21px;
  border-radius: 50px;
  margin-bottom: 6px;
}
@media (max-width: 800px) {
  #item_detail .column_right .cv_title {
    font-size: 15px;
    width: 280px;
  }
}
#item_detail .column_right .cv_download {
  display: block;
  font-family: Muli-Bold;
  font-size: 20px;
  color: #FFF;
  background: #ed1c24;
  text-align: center;
  padding: 10px 0px;
  border-radius: 50px;
  margin-bottom: 42px;
}
#item_detail .column_right .cv_download:before {
  content: "";
  width: 26px;
  height: 28px;
  background: url("../images/use/icon_download.png") no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 14px;
  margin-bottom: -7px;
}
@media (max-width: 800px) {
  #item_detail .column_right .cv_download:before {
    width: 20px;
    height: 23px;
  }
}
#item_detail .column_right .cv_download:hover {
  opacity: 0.8;
}
@media (max-width: 800px) {
  #item_detail .column_right .cv_download {
    font-size: 15px;
    width: 280px;
  }
}
#item_detail .list_other {
  background: #FFF;
  width: 100%;
  padding: 19px 3.6% 25px;
}
@media (max-width: 980px) {
  #item_detail .list_other {
    padding: 20px 10px;
  }
}
#item_detail .list_other .other_title {
  font-family: LinhAvantGardeDemiBold;
  font-size: 18px;
  color: #0753c4;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 23px;
}
@media (max-width: 980px) {
  #item_detail .list_other .other_title {
    margin-bottom: 15px;
    padding-left: 15px;
  }
}
#item_detail .list_other .other_title:before {
  content: "";
  width: 4px;
  height: 19px;
  background: #0753c4;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 980px) {
  #item_detail .list_other .other_title:before {
    left: 0;
  }
}
#item_detail .list_other ul {
  display: flex;
  flex-wrap: wrap;
}
#item_detail .list_other ul li {
  width: 50%;
  padding-bottom: 12px;
}
@media (max-width: 980px) {
  #item_detail .list_other ul li {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  #item_detail .list_other ul li {
    width: 100%;
  }
}
#item_detail .list_other ul li a {
  font-family: LinhHelReg;
  font-size: 14px;
  color: #5d5d5d;
  padding-left: 17px;
  position: relative;
}
@media (max-width: 980px) {
  #item_detail .list_other ul li a {
    padding-left: 12px;
  }
}
#item_detail .list_other ul li a:hover {
  color: #0753c4;
}
#item_detail .list_other ul li a:hover:before {
  background: #0753c4;
}
#item_detail .list_other ul li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #a1a1a1;
  position: absolute;
  left: 0;
  top: 8px;
}
@media (max-width: 980px) {
  #item_detail .list_other ul li a:before {
    width: 5px;
    height: 5px;
  }
}

#frmRecruit {
  z-index: 10000;
}
@media (min-width: 768px) {
  #frmRecruit .modal-dialog {
    min-height: calc(100vh - 50px);
    display: flex;
    align-items: center;
  }
}
#frmRecruit .modal-dialog .modal-content {
  width: 100%;
}
#frmRecruit form .modal-header {
  position: relative;
}
#frmRecruit form .modal-header .modal-title {
  font-family: Roboto-Bold;
  font-size: 20px;
  color: #007dbf;
  text-transform: uppercase;
  text-align: center;
}
#frmRecruit form button.close {
  color: #f00;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 125, 191, 0.7);
  border-radius: 4px;
}
#frmRecruit form button.close:hover {
  background: rgba(0, 125, 191, 0.9);
}
#frmRecruit form label.title {
  color: #007dbf;
  font-size: 15px;
}
#frmRecruit form label.error {
  float: left;
  color: #f00;
}
#frmRecruit form .form-control {
  height: 35px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-family: Muli-Regular;
  font-size: 14px;
  color: #2D2D2D;
  padding-left: 14px;
  background: #FFF;
}
#frmRecruit form input:focus, #frmRecruit form textarea:focus {
  background-color: rgba(221, 221, 221, 0.3333333333);
  box-shadow: none;
}

.full.recruitment .box_mid .box_mid-title .mid_title {
  font-family: Muli-Regular;
  font-size: 22px;
  color: #333333;
  text-align: center;
}
@media (max-width: 980px) {
  .full.recruitment .box_mid .box_mid-title .mid_title {
    font-size: 20px;
    padding-bottom: 5px;
  }
}
.full.recruitment .box_mid .box_mid-title .mid_title span {
  font-family: Muli-ExtraBold;
  color: #107eae;
  text-transform: uppercase;
}
.full.recruitment .box_mid .box_mid-title .small_mid_title {
  font-family: Muli-Light;
  font-size: 14px;
  color: #333333;
  text-align: center;
  max-width: 464px;
  margin: auto;
  margin-bottom: 32px;
}
@media (max-width: 980px) {
  .full.recruitment .box_mid .box_mid-title .small_mid_title {
    margin-bottom: 20px;
  }
}
.full.recruitment .list_item {
  font-family: LinhHelReg;
  font-size: 16px;
  color: #5d5d5d;
  background: #FFF;
  padding: 29px 3.6% 18px;
}
@media (max-width: 980px) {
  .full.recruitment .list_item {
    padding: 20px 10px 18px;
  }
}
.full.recruitment .list_item .col_item {
  padding-bottom: 12px;
}
@media (max-width: 980px) {
  .full.recruitment .list_item .col_item {
    padding-bottom: 5px;
  }
}
.full.recruitment .list_item .col_item .img a {
  padding-top: 79%;
  border-radius: 4px;
}
.full.recruitment .list_item .col_item .img a img {
  width: 100%;
}
.full.recruitment .list_item .col_item .info .title a {
  color: #5d5d5d;
  padding-left: 17px;
  position: relative;
  font-size: 16px;
}
@media (max-width: 980px) {
  .full.recruitment .list_item .col_item .info .title a {
    padding-left: 12px;
  }
}
.full.recruitment .list_item .col_item .info .title a:hover {
  color: #0753c4;
}
.full.recruitment .list_item .col_item .info .title a:hover:before {
  background: #0753c4;
}
.full.recruitment .list_item .col_item .info .title a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #a1a1a1;
  position: absolute;
  left: 0;
  top: 11px;
}
@media (max-width: 980px) {
  .full.recruitment .list_item .col_item .info .title a:before {
    width: 5px;
    height: 5px;
  }
}
.full.recruitment .list_item .col_item .info .short {
  font-family: Muli-Light;
  font-size: 14px;
  color: #565656;
}
@media (max-width: 980px) {
  .full.recruitment .list_item .col_item .info .short {
    font-size: 13px;
  }
}
.full.recruitment .list_item .col_item .info .detail a {
  font-family: Muli-Regular;
  font-size: 14px;
  color: #ef0808;
  padding-top: 10px;
}
.full.recruitment .list_item .col_item .info .detail a:before {
  content: "\e8a7";
  font-family: ficon;
  display: inline-block;
  margin-right: 6px;
}
@media (max-width: 980px) {
  .full.recruitment .list_item .col_item .info .detail a {
    font-size: 12px;
    padding-top: 5px;
  }
}
.full.recruitment .paginate {
  margin-bottom: 9px;
  margin-top: 12px;
}
.full.recruitment .detail h3.title {
  font-family: Muli-ExtraBold;
  font-size: 18px;
  color: #0095da;
  text-transform: uppercase;
  padding-bottom: 9px;
  padding-top: 7px;
}
.full.recruitment .detail .content {
  font-family: Muli-Regular;
  font-size: 14px;
  color: #333333;
  text-align: justify;
}
@media (max-width: 980px) {
  .full.recruitment .detail .content {
    font-size: 13px;
  }
}
.full.recruitment .detail .list_content {
  padding-top: 38px;
}
@media (max-width: 980px) {
  .full.recruitment .detail .list_content {
    padding-top: 20px;
  }
}
.full.recruitment .detail .list_content .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 500px) {
  .full.recruitment .detail .list_content .item {
    margin-bottom: 15px;
  }
  .full.recruitment .detail .list_content .item:last-child {
    margin-bottom: 0px;
  }
}
.full.recruitment .detail .list_content .item:nth-child(2n+1) {
  flex-flow: row-reverse;
}
@media (max-width: 500px) {
  .full.recruitment .detail .list_content .item:nth-child(2n+1) {
    flex-flow: unset;
    flex-wrap: wrap;
  }
}
.full.recruitment .detail .list_content .item:nth-child(2n+1) .info {
  padding-right: 2.2%;
}
@media (max-width: 500px) {
  .full.recruitment .detail .list_content .item:nth-child(2n+1) .info {
    padding-right: 0px;
  }
}
.full.recruitment .detail .list_content .item:nth-child(2n) .info {
  padding-left: 2.2%;
}
@media (max-width: 500px) {
  .full.recruitment .detail .list_content .item:nth-child(2n) .info {
    padding-left: 0px;
  }
}
.full.recruitment .detail .list_content .item .img {
  width: 50%;
}
@media (max-width: 500px) {
  .full.recruitment .detail .list_content .item .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.full.recruitment .detail .list_content .item .img a {
  padding-top: 65.7%;
}
.full.recruitment .detail .list_content .item .img a img {
  width: 100%;
}
.full.recruitment .detail .list_content .item .info {
  width: 50%;
}
@media (max-width: 500px) {
  .full.recruitment .detail .list_content .item .info {
    width: 100%;
  }
}
.full.recruitment .detail .list_content .item .info .title {
  font-family: Roboto-Medium;
  color: #ed0000;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 16px;
}
@media (max-width: 980px) {
  .full.recruitment .detail .list_content .item .info .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.full.recruitment .detail .list_content .item .info .wrap_content {
  position: relative;
  padding-top: 45%;
}
.full.recruitment .detail .list_content .item .info .wrap_content .content {
  font-family: Muli-Light;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-right: 22px;
  overflow: auto;
}
@media (max-width: 500px) {
  .full.recruitment .detail .list_content .item .info .wrap_content .content {
    padding-right: 10px;
  }
}
.full.recruitment .detail .list_content .item .info .wrap_content .content::-webkit-scrollbar-thumb {
  width: 2px;
  background: #acacac;
}
.full.recruitment .detail .list_content .item .info .wrap_content .content::-webkit-scrollbar {
  width: 2px;
  background: #ebebeb;
}
.full.recruitment .detail .list_content .item .info .wrap_content .content.limit {
  overflow: hidden;
  padding-right: 0px;
}
.full.recruitment .detail .list_content .item .info a.see_more {
  margin-top: 15px;
  font-family: Muli-Light;
  font-size: 14px;
  color: #e60505;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 50px;
  background: #f3f3f3;
  box-shadow: 1px 1px #e8e8e8;
  cursor: pointer;
}
@media (max-width: 980px) {
  .full.recruitment .detail .list_content .item .info a.see_more {
    margin-top: 10px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
  }
}
.full.recruitment .detail .list_content .item .info a.see_more:hover {
  background: #efecec;
}
.full.recruitment .detail .list_content .item .info a.see_more:after {
  content: "";
  width: 17px;
  height: 5px;
  background: url("../images/use/right_see_more.png") no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 2px;
}

.why_chose {
  position: relative;
  margin-top: 40px;
  padding-top: 35px;
  padding-bottom: 23px;
  margin-bottom: 1px;
}
@media (max-width: 980px) {
  .why_chose {
    margin-top: 20px;
  }
}
.why_chose:before {
  content: "";
  width: 500%;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-top: 1px solid #e5e5e5;
  z-index: -1;
  border-bottom: 1px solid #e8e8e8;
}
.why_chose h3.title {
  font-family: Muli-ExtraBold;
  font-size: 22px;
  color: #007cb5;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 2px;
}
@media (max-width: 980px) {
  .why_chose h3.title {
    font-size: 20px;
  }
}
.why_chose h4.small_title {
  font-family: Muli-Light;
  font-size: 14px;
  color: #565656;
  text-align: center;
  padding-bottom: 33px;
}
@media (max-width: 980px) {
  .why_chose h4.small_title {
    padding-bottom: 20px;
  }
}
.why_chose .list_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 810px;
  margin: auto !important;
  position: relative;
}
.why_chose .list_item:before {
  content: "";
  width: 137px;
  height: 118px;
  background: url("../images/use/logo_chose.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 6.5px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
  .why_chose .list_item:before {
    display: none;
  }
}
.why_chose .list_item .item {
  width: calc(50% - 42px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 13px;
}
@media (max-width: 600px) {
  .why_chose .list_item .item {
    width: calc(50% - 5px);
  }
}
@media (max-width: 500px) {
  .why_chose .list_item .item {
    width: 100%;
  }
}
.why_chose .list_item .item:nth-child(2n+1) {
  flex-flow: row-reverse;
  text-align: right;
}
@media (max-width: 500px) {
  .why_chose .list_item .item:nth-child(2n+1) {
    flex-flow: unset;
    flex-wrap: wrap;
    text-align: left;
  }
}
.why_chose .list_item .item:nth-child(2n+1) .content {
  padding-right: 18px;
}
@media (max-width: 980px) {
  .why_chose .list_item .item:nth-child(2n+1) .content {
    padding-right: 10px;
  }
}
@media (max-width: 500px) {
  .why_chose .list_item .item:nth-child(2n+1) .content {
    padding-right: 0px;
    padding-left: 10px;
  }
}
.why_chose .list_item .item:nth-child(2n) .content {
  padding-left: 18px;
}
@media (max-width: 980px) {
  .why_chose .list_item .item:nth-child(2n) .content {
    padding-left: 10px;
  }
}
.why_chose .list_item .item .img {
  width: 137px;
}
@media (max-width: 500px) {
  .why_chose .list_item .item .img {
    width: 100px;
  }
}
.why_chose .list_item .item .img a {
  padding-top: 86.1%;
}
.why_chose .list_item .item .img a:hover img {
  transform: translate(-50%, -50%);
}
.why_chose .list_item .item .content {
  width: calc(100% - 137px);
  font-family: Muli-Light;
  font-size: 14px;
  color: #333333;
}
@media (max-width: 500px) {
  .why_chose .list_item .item .content {
    width: calc(100% - 100px);
  }
}/*# sourceMappingURL=recruitment.css.map */