/* Variable */
.header__topMenu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header__topMenu {
    display: block;
  }
}

.page-tuyen_dung {
  position: relative;
  overflow: hidden;
}

.page-tuyen_dung .banner-page {
  position: relative;
  overflow: hidden;
}

.page-tuyen_dung .banner-page .banner {
  width: 100%;
}

.page-tuyen_dung .banner-page .list-menu {
  position: absolute;
  width: 100%;
  height: 126px;
  left: 0;
  bottom: 0;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .page-tuyen_dung .banner-page .list-menu {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .banner-page .list-menu {
    display: none;
  }
}

.page-tuyen_dung .banner-page a {
  width: 25%;
  position: relative;
  overflow: hidden;
  padding-top: 51px;
  text-align: center;
  font-family: "VNF-Bodoni", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 78%;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #1a1a1a;
}

@media only screen and (max-width: 991px) {
  .page-tuyen_dung .banner-page a {
    padding: 30px 20px;
  }
}

.page-tuyen_dung .banner-page a:nth-child(2n + 1) {
  background: #333;
}

.page-tuyen_dung .banner-page a.active {
  background: none;
}

.page-tuyen_dung .banner-page a.active img {
  display: block;
}

.page-tuyen_dung .banner-page a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  display: none;
}

.page-tuyen_dung .banner-page .box-text {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 80%;
  max-width: 80%;
}

@media screen and (max-width: 1279px) {
  .page-tuyen_dung .banner-page .box-text {
    top: 25%;
  }
}

@media screen and (max-width: 767px) {
  .page-tuyen_dung .banner-page .box-text {
    top: 30%;
    width: 85%;
    max-width: 85%;
  }
}

.page-tuyen_dung .banner-page .box-text h5 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.663;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 1549px) {
  .page-tuyen_dung .banner-page .box-text h5 {
    font-size: 14px;
  }
}

@media screen and (max-width: 1365px) {
  .page-tuyen_dung .banner-page .box-text h5 {
    font-size: 12px;
  }
}

.page-tuyen_dung .banner-page .box-list {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .page-tuyen_dung .banner-page .box-list {
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
  }
}

@media screen and (max-width: 991px) {
  .page-tuyen_dung .banner-page .box-list {
    display: block;
  }
}

.page-tuyen_dung .banner-page .box-list a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 45px 37px 83px;
  background: rgba(33, 33, 33, 0.7);
  text-align: left;
  width: 16.66%;
}

@media screen and (max-width: 1549px) {
  .page-tuyen_dung .banner-page .box-list a {
    width: 20%;
  }
}

@media screen and (max-width: 1439px) {
  .page-tuyen_dung .banner-page .box-list a {
    padding: 45px 30px 53px;
  }
}

@media screen and (max-width: 1279px) {
  .page-tuyen_dung .banner-page .box-list a {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .page-tuyen_dung .banner-page .box-list a {
    display: inline-block;
    width: 49%;
    height: 145px;
    min-height: 145px;
    padding: 40px 16px;
  }
}

@media screen and (max-width: 767px) {
  .page-tuyen_dung .banner-page .box-list a {
    height: 70px;
    min-height: 70px;
    padding: 20px 10px;
  }
}

.page-tuyen_dung .banner-page .box-list a:after {
  content: "";
  position: absolute;
  right: -0.25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 0.5px solid #ffffff;
  width: 0.5px;
  height: 60%;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .page-tuyen_dung .banner-page .box-list a:after {
    display: none;
  }
}

.page-tuyen_dung .banner-page .box-list a:last-child:after {
  display: none;
}

.page-tuyen_dung .banner-page .box-list a img {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
  z-index: 3;
}

.page-tuyen_dung .banner-page .box-list a:hover, .page-tuyen_dung .banner-page .box-list a.active, .page-tuyen_dung .banner-page .box-list a:last-child {
  padding: 80px 37px 38px;
}

@media screen and (max-width: 991px) {
  .page-tuyen_dung .banner-page .box-list a:hover, .page-tuyen_dung .banner-page .box-list a.active, .page-tuyen_dung .banner-page .box-list a:last-child {
    padding-top: 65px;
    padding: 65px 16px 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-tuyen_dung .banner-page .box-list a:hover, .page-tuyen_dung .banner-page .box-list a.active, .page-tuyen_dung .banner-page .box-list a:last-child {
    padding: 20px 10px;
  }
}

.page-tuyen_dung .banner-page .box-list a:hover h3, .page-tuyen_dung .banner-page .box-list a.active h3, .page-tuyen_dung .banner-page .box-list a:last-child h3 {
  text-align: center;
}

.page-tuyen_dung .banner-page .box-list a:hover .content-list, .page-tuyen_dung .banner-page .box-list a.active .content-list, .page-tuyen_dung .banner-page .box-list a:last-child .content-list {
  display: none;
}

.page-tuyen_dung .banner-page .box-list a:hover:after, .page-tuyen_dung .banner-page .box-list a.active:after, .page-tuyen_dung .banner-page .box-list a:last-child:after {
  display: none;
}

.page-tuyen_dung .banner-page .box-list a:hover img, .page-tuyen_dung .banner-page .box-list a.active img, .page-tuyen_dung .banner-page .box-list a:last-child img {
  display: block;
}

.page-tuyen_dung .banner-page .box-list h3 {
  font-family: "VNF-Bodoni", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 78%;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 19px;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 1549px) {
  .page-tuyen_dung .banner-page .box-list h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .page-tuyen_dung .banner-page .box-list h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .page-tuyen_dung .banner-page .box-list h3 {
    font-size: 14px;
    line-height: 1.4;
  }
}

.page-tuyen_dung .banner-page .box-list .content-list {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.235;
  letter-spacing: 0.05em;
  color: #828282;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 991px) {
  .page-tuyen_dung .banner-page .box-list .content-list {
    display: none;
  }
}

.page-tuyen_dung .page-content-container {
  padding: 115px 12.5% 78px 12.5%;
  float: left;
  width: 100%;
}

@media only screen and (max-width: 1919px) {
  .page-tuyen_dung .page-content-container {
    padding: 75px 11.5% 78px 11.5%;
  }
}

@media only screen and (max-width: 1199px) {
  .page-tuyen_dung .page-content-container {
    padding: 50px 7% 50px 7%;
  }
}

@media only screen and (max-width: 991px) {
  .page-tuyen_dung .page-content-container {
    padding: 30px 50px 0px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .page-content-container {
    padding: 30px 25px 30px 25px;
  }
}

.page-tuyen_dung .page-content {
  padding: 0;
}

.page-tuyen_dung .section-tuyen_dung {
  margin-bottom: 65px;
  position: relative;
}

.page-tuyen_dung .section-tuyen_dung .vong-tron {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .section-tuyen_dung .vong-tron {
    max-width: unset;
    width: 24vw;
    left: -5vw;
  }
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .section-tuyen_dung .col-6 {
    max-width: unset;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.page-tuyen_dung .section-tuyen_dung .tieude-img {
  position: absolute;
  top: 0;
  right: -100px;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .page-tuyen_dung .section-tuyen_dung .tieude-img {
    right: -7%;
    width: 55%;
  }
}

@media only screen and (max-width: 991px) {
  .page-tuyen_dung .section-tuyen_dung .tieude-img {
    right: -6%;
  }
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .section-tuyen_dung .tieude-img {
    right: -20px;
    max-width: unset;
    width: 60vw;
  }
}

.page-tuyen_dung .section-tuyen_dung .title_big {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.11;
  text-transform: uppercase;
  color: #212121;
  position: relative;
  z-index: 3;
  padding: 70px 0 5px 70px;
}

.page-tuyen_dung .section-tuyen_dung .title_big span {
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .page-tuyen_dung .section-tuyen_dung .title_big {
    font-size: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .page-tuyen_dung .section-tuyen_dung .title_big {
    padding-top: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .section-tuyen_dung .title_big {
    font-size: 20px;
    text-align: left;
    padding-top: 33px;
    padding-left: 0;
  }
}

.page-tuyen_dung .section-tuyen_dung .title_small {
  font-family: "VNF-Bodoni", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.3;
  text-align: left;
  color: #a93327;
  padding-left: 13%;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 1919px) {
  .page-tuyen_dung .section-tuyen_dung .title_small {
    font-size: 50px;
    padding-left: 16%;
  }
}

@media only screen and (max-width: 1500px) {
  .page-tuyen_dung .section-tuyen_dung .title_small {
    font-size: 47px;
  }
}

@media only screen and (max-width: 1439px) {
  .page-tuyen_dung .section-tuyen_dung .title_small {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1199px) {
  .page-tuyen_dung .section-tuyen_dung .title_small {
    padding-top: 30px;
    font-size: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .page-tuyen_dung .section-tuyen_dung .title_small {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .section-tuyen_dung .title_small {
    font-family: SVN-Avo;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.3;
    color: #000000;
    padding: 20px 0 0 0;
    text-align: center;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 413px) {
  .page-tuyen_dung .section-tuyen_dung .title_small {
    font-size: 25px;
  }
}

.page-tuyen_dung .tuyen_dung-vi_tri {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .tuyen_dung-vi_tri {
    margin-bottom: 27px;
  }
}

.page-tuyen_dung .tuyen_dung-vi_tri h4 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  font-family: SVN-Gotham, Arial, Helvetica, sans-serif;
  letter-spacing: 4px;
  line-height: 1.25;
  margin: 0 0 10px 0;
}

.page-tuyen_dung .tuyen_dung-vi_tri h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: SVN-Gotham, Arial, Helvetica, sans-serif;
  line-height: 1.25;
  margin: 0 0 10px 0;
}

.page-tuyen_dung .tuyen_dung-sort {
  margin-bottom: 6px;
  width: 100%;
}

.page-tuyen_dung .tuyen_dung-sort .row {
  margin-left: -8px;
  margin-right: -8px;
}

.page-tuyen_dung .tuyen_dung-sort .row > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.page-tuyen_dung .tuyen_dung-sort .tuyen_dung-sort-part {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .tuyen_dung-sort .tuyen_dung-sort-part {
    margin-bottom: 12px;
  }
}

.page-tuyen_dung .tuyen_dung-sort .tuyen_dung-sort-title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.12;
  text-align: justify;
  text-transform: uppercase;
  color: #060606;
  margin: 0 0 10px 40px;
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .tuyen_dung-sort .tuyen_dung-sort-title {
    margin: 0 0 10px 10px;
  }
}

.page-tuyen_dung .tuyen_dung-sort .tuyen_dung-select {
  font-size: 1em;
  max-width: 100%;
  text-transform: none;
  background: #fff;
  color: #9a9a9a;
}

.page-tuyen_dung .tuyen_dung-sort .tuyen_dung-select label {
  float: left;
  font-size: 1em;
  margin-right: 10px;
}

.page-tuyen_dung .tuyen_dung-sort .tuyen_dung-select select {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 2.8;
  letter-spacing: 0.8px;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.5;
  padding-left: 35px;
  height: 40px;
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .tuyen_dung-sort .tuyen_dung-select select {
    height: 42px;
    padding-left: 10px;
  }
}

.page-tuyen_dung .tuyen_dung-sort .tuyen_dung-select .form-control {
  border: 1px solid #212121;
}

.page-tuyen_dung .tuyen_dung-sort .tuyen_dung-select .chosen-container {
  display: block;
  font-size: 1em;
  padding: 0;
  vertical-align: top;
}

.page-tuyen_dung .tuyen_dung-sort .tuyen_dung-select .chosen-container .chosen-single {
  background: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  color: inherit;
  height: 53px;
  line-height: 53px;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  text-align: left;
  background: #ededed;
  border: none;
}

.page-tuyen_dung .tuyen_dung-sort .tuyen_dung-select .chosen-container .chosen-single div {
  right: 15px;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
      transform: translateY(-50%);
}

.page-tuyen_dung .tuyen_dung-sort .tuyen_dung-select .chosen-container .chosen-single div b {
  background: none !important;
}

.page-tuyen_dung .tuyen_dung-sort .tuyen_dung-select .chosen-container .chosen-single div b:before {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(../images/tuyen-dung/icon-down.png) center center no-repeat;
}

.page-tuyen_dung .tuyen_dung-sort .tuyen_dung-select .chosen-container.chosen-with-drop .chosen-drop {
  left: auto;
  right: 0;
}

.page-tuyen_dung .tuyen_dung-sort .tuyen_dung-select .chosen-container .chosen-drop {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: none;
}

.page-tuyen_dung .tuyen_dung-sort .tuyen_dung-select .chosen-container .chosen-drop ul {
  color: inherit;
  padding: 0 0 10px 0;
}

.page-tuyen_dung .tuyen_dung-sort .tuyen_dung-select .chosen-container .chosen-drop ul li {
  font-size: 1em;
  margin: 0;
  padding: 10px 20px;
  text-align: left;
  text-transform: capitalize;
}

.page-tuyen_dung .tuyen_dung-sort .tuyen_dung-select .chosen-container .chosen-drop ul li.highlighted {
  background: #2584d1;
}

.page-tuyen_dung .tuyen_dung-table {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .tuyen_dung-table .tuyen_dung-table-title {
    display: none;
  }
}

.page-tuyen_dung .tuyen_dung-table table {
  font-family: SVN-Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  color: #828282;
  width: 100%;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .tuyen_dung-table table {
    font-size: 15px;
  }
}

.page-tuyen_dung .tuyen_dung-table table .col1 {
  width: 50%;
}

.page-tuyen_dung .tuyen_dung-table table .col2 {
  width: 25%;
}

.page-tuyen_dung .tuyen_dung-table table .col3 {
  width: 25%;
}

@media only screen and (max-width: 991px) {
  .page-tuyen_dung .tuyen_dung-table table .col3 {
    width: 30%;
  }
}

.page-tuyen_dung .tuyen_dung-table table .col4 {
  width: 15%;
}

@media only screen and (max-width: 991px) {
  .page-tuyen_dung .tuyen_dung-table table .col4 {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .tuyen_dung-table table .tieu-de-vi-tri {
    border-bottom: none;
  }
}

.page-tuyen_dung .tuyen_dung-table table tr {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .tuyen_dung-table table tr {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .tuyen_dung-table table tr:nth-child(2) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .page-tuyen_dung .tuyen_dung-table table tr:nth-child(2) {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .tuyen_dung-table table tr:nth-child(2) td {
    padding: 14px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .tuyen_dung-table table tr {
    display: block;
  }
}

.page-tuyen_dung .tuyen_dung-table table tr.tr-post:nth-child(2n + 1) {
  background: #f3f3f3;
}

.page-tuyen_dung .tuyen_dung-table table tr.tr-post:hover td {
  color: #a93327;
  background: rgba(26, 21, 21, 0.15);
}

.page-tuyen_dung .tuyen_dung-table table th {
  background: #a93327;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 0.3;
  letter-spacing: 0.8px;
  color: #ffffff;
  mix-blend-mode: normal;
  text-transform: uppercase;
  padding: 23px 0;
}

.page-tuyen_dung .tuyen_dung-table table th:first-child {
  padding-left: 30px;
  -webkit-border-top-left-radius: 6px;
     -moz-border-radius-topleft: 6px;
          border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
     -moz-border-radius-bottomleft: 6px;
          border-bottom-left-radius: 6px;
}

.page-tuyen_dung .tuyen_dung-table table th:last-child {
  text-align: center;
  -webkit-border-top-right-radius: 6px;
     -moz-border-radius-topright: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
     -moz-border-radius-bottomright: 6px;
          border-bottom-right-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .tuyen_dung-table table th:last-child {
    text-align: left;
    padding-left: 20px;
  }
}

.page-tuyen_dung .tuyen_dung-table table td {
  padding: 18px 5px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #828282;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .tuyen_dung-table table td {
    font-size: 15px;
  }
}

.page-tuyen_dung .tuyen_dung-table table td:last-child {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .tuyen_dung-table table td:last-child {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .tuyen_dung-table table td {
    padding: 10px 0;
  }
  .page-tuyen_dung .tuyen_dung-table table td:before {
    content: attr(data-title);
    font-weight: 700;
    float: left;
    font-size: 15px;
  }
}

.page-tuyen_dung .tuyen_dung-table table .col1-title,
.page-tuyen_dung .tuyen_dung-table table .col1-text {
  padding-left: 30px;
  padding-right: 50px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .tuyen_dung-table table .col2-text {
    width: 100%;
  }
}

.page-tuyen_dung .tuyen_dung-table table .col1-text {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #2c2c2c;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .page-tuyen_dung .tuyen_dung-table table .col1-text {
    text-transform: none;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: initial;
    color: #2c2c2c;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em;
  }
}

.page-tuyen_dung .tuyen_dung-table table .col1-text a {
  color: inherit;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.page-tuyen_dung .tuyen_dung-table table .col1-text a:hover {
  color: #a93327;
}

.page-tuyen_dung .tuyen_dung-table table a.ung_tuyen-button {
  padding: 0 32px;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  background: #e7d15f;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.page-tuyen_dung .tuyen_dung-table table a.ung_tuyen-button:hover {
  background: #1d69a6;
}

.page-tuyen_dung .pagination {
  margin: 45px 0 35px 0;
  padding: 0 15px;
  text-align: center;
  width: 100%;
}

.page-tuyen_dung .pagination .pagination-inner {
  margin: 0;
  width: 100%;
}

.page-tuyen_dung .pagination .pagination-inner a,
.page-tuyen_dung .pagination .pagination-inner span {
  background: #fff;
  display: inline-block;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  min-width: 0;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.page-tuyen_dung .pagination .pagination-inner a.next, .page-tuyen_dung .pagination .pagination-inner a.prev,
.page-tuyen_dung .pagination .pagination-inner span.next,
.page-tuyen_dung .pagination .pagination-inner span.prev {
  font-size: 0;
}

.page-tuyen_dung .pagination .pagination-inner a.next:before, .page-tuyen_dung .pagination .pagination-inner a.prev:before,
.page-tuyen_dung .pagination .pagination-inner span.next:before,
.page-tuyen_dung .pagination .pagination-inner span.prev:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 15px;
}

.page-tuyen_dung .pagination .pagination-inner a.prev:before,
.page-tuyen_dung .pagination .pagination-inner span.prev:before {
  background: url(../images/tuyen-dung/icon-prev.png) center center no-repeat;
}

.page-tuyen_dung .pagination .pagination-inner a.prev:hover:before,
.page-tuyen_dung .pagination .pagination-inner span.prev:hover:before {
  background: url(../images/tuyen-dung/icon-prev-hover.png) center center no-repeat;
}

.page-tuyen_dung .pagination .pagination-inner a.next:before,
.page-tuyen_dung .pagination .pagination-inner span.next:before {
  background: url(../images/tuyen-dung/icon-next.png) center center no-repeat;
}

.page-tuyen_dung .pagination .pagination-inner a.next:hover:before,
.page-tuyen_dung .pagination .pagination-inner span.next:hover:before {
  background: url(../images/tuyen-dung/icon-next-hover.png) center center no-repeat;
}

.page-tuyen_dung .pagination .pagination-inner span.current,
.page-tuyen_dung .pagination .pagination-inner a:hover {
  color: #fff;
  background: #e6d067;
}

.pagenavi {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .pagenavi {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .pagenavi {
    margin-top: 30px;
  }
}

.pagenavi .page-numbers {
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin: 0px 5px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  -moz-transition: 0.15s;
  transition: 0.15s;
  vertical-align: middle;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 126.19%;
  /* identical to box height, or 19px */
  text-transform: uppercase;
  color: #3c3c3c;
}

.pagenavi .page-numbers:hover {
  background: #0c245f;
  color: #fff;
}

.pagenavi .page-numbers.current {
  background: #0c245f;
  color: #fff;
}

.pagenavi .page-numbers.prev {
  width: 48px;
  height: 45px;
  background: #fff url(../../images/tuyen-dung/icon-prev.png) no-repeat center center;
}

.pagenavi .page-numbers.next {
  width: 48px;
  height: 45px;
  background: #0c245f url(../../images/tuyen-dung/icon-next.png) no-repeat center center;
}

.headerBottom {
  bottom: 0;
  font-size: 14px;
  height: 45px;
  left: 0;
  letter-spacing: 0.03em;
  line-height: 45px;
  position: fixed;
  right: 0;
  z-index: 99999;
}

.headerBottom:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.headerBottom__box {
  background: #a93927;
  float: left;
  height: 100%;
  text-align: center;
  width: 25%;
}

.headerBottom__box:hover {
  background: #a93927;
}

.headerBottom__box:not(:last-child) {
  border-right: 1px solid #5d1c15;
}

.headerBottom__box a {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.headerBottom__box a:hover {
  background: #5e1c15;
}

.headerBottom .language {
  text-transform: uppercase;
}

.headerBottom .language ul {
  list-style-type: none;
  padding: 0;
}

.headerBottom .language li {
  display: block;
}

.headerBottom .language li.active {
  display: none;
}

.headerBottom .language li a {
  color: #fff;
  display: block;
  font-weight: bold;
}
