/* Variable */


.banner-page {
  position: relative;
  overflow: hidden;
}

.banner-page img.img-banner,
.banner-page .banner {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.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) {
  .banner-page .list-menu {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .banner-page .list-menu {
    display: none;
  }
}

.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) {
  .banner-page a {
    padding: 30px 20px;
  }
}

.banner-page a:nth-child(2n + 1) {
  background: #333;
}

.banner-page a.active {
  background: none;
}

.banner-page a.active img {
  display: block;
}

.banner-page a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  display: none;
}

.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) {
  .banner-page .box-text {
    top: 25%;
  }
}

@media screen and (max-width: 767px) {
  .banner-page .box-text {
    top: 30%;
    width: 85%;
    max-width: 85%;
  }
}

.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) {
  .banner-page .box-text h5 {
    font-size: 14px;
  }
}

@media screen and (max-width: 1365px) {
  .banner-page .box-text h5 {
    font-size: 12px;
  }
}

.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) {
  .banner-page .box-list {
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
  }
}

@media screen and (max-width: 991px) {
  .banner-page .box-list {
    display: block;
  }
}

.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%;
  text-align: center;
}

@media screen and (max-width: 1549px) {
  .banner-page .box-list a {
    width: 20%;
  }
}

@media screen and (max-width: 1439px) {
  .banner-page .box-list a {
    padding: 45px 30px 53px;
  }
}

@media screen and (max-width: 1279px) {
  .banner-page .box-list a {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .banner-page .box-list a {
    display: inline-block;
    width: 49%;
    height: 145px;
    min-height: 145px;
    padding: 40px 16px;
  }
}

@media screen and (max-width: 767px) {
  .banner-page .box-list a {
    height: 70px;
    min-height: 70px;
    padding: 20px 10px;
    bottom: 65px;
  }
}

.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) {
  .banner-page .box-list a:after {
    display: none;
  }
}

.banner-page .box-list a:last-child:after {
  display: none;
}

.banner-page .box-list a img {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
  z-index: 3;
}

.banner-page .box-list a:hover,
.banner-page .box-list a.active,
.banner-page .box-list a:last-child {
  padding: 80px 37px 38px;
}

@media screen and (max-width: 991px) {

  .banner-page .box-list a:hover,
  .banner-page .box-list a.active,
  .banner-page .box-list a:last-child {
    padding-top: 65px;
    padding: 65px 16px 30px;
  }
}

@media screen and (max-width: 767px) {

  .banner-page .box-list a:hover,
  .banner-page .box-list a.active,
  .banner-page .box-list a:last-child {
    padding: 20px 10px;
  }
}

.banner-page .box-list a:hover h3,
.banner-page .box-list a.active h3,
.banner-page .box-list a:last-child h3 {
  text-align: center;
}

.banner-page .box-list a:hover .content-list,
.banner-page .box-list a.active .content-list,
.banner-page .box-list a:last-child .content-list {
  display: none;
}

.banner-page .box-list a:hover:after,
.banner-page .box-list a.active:after,
.banner-page .box-list a:last-child:after {
  display: none;
}

.banner-page .box-list a:hover img,
.banner-page .box-list a.active img,
.banner-page .box-list a:last-child img {
  display: block;
}

.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) {
  .banner-page .box-list h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .banner-page .box-list h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .banner-page .box-list h3 {
    font-size: 14px;
    line-height: 1.4;
  }
}

.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) {
  .banner-page .box-list .content-list {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .single-post .banner-page .box-list a {
    bottom: 0px;
  }
}

.page-single-tuyen-dung {
  overflow: hidden;
}

.page-single-tuyen-dung .row-container {
  padding: 0 8.33vw;
}

@media only screen and (max-width: 1199px) {
  .page-single-tuyen-dung .row-container {
    padding: 0 5.33vw;
  }
}

.page-single-tuyen-dung .title-post {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2619;
  text-transform: uppercase;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .title-post {
    display: none;
  }
}

.page-single-tuyen-dung .banner {
  margin-bottom: 65px;
  position: relative;
  margin-top: 4.94vw;
}

.page-single-tuyen-dung .banner .vong-tron {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .page-single-tuyen-dung .banner .vong-tron {
    max-width: unset;
    width: 24vw;
    left: -5vw;
  }
}

@media (max-width: 767px) {
  .page-single-tuyen-dung .banner {
    margin-top: 0;
  }
}

.page-single-tuyen-dung .tieude-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .page-single-tuyen-dung .tieude-img {
    right: -7%;
    width: 55%;
  }
}

@media only screen and (max-width: 991px) {
  .page-single-tuyen-dung .tieude-img {
    right: -6%;
  }
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tieude-img {
    right: -20px;
    max-width: unset;
    width: 60vw;
  }
}

.page-single-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-single-tuyen-dung .title_big span {
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .page-single-tuyen-dung .title_big {
    font-size: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .page-single-tuyen-dung .title_big {
    padding-top: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .title_big {
    font-size: 20px;
    text-align: left;
    padding-top: 33px;
    padding-left: 0;
  }

  .page-single-tuyen-dung .title_big span {
    color: #fff;
  }
}

.page-single-tuyen-dung .title_small {
  font-family: "VNF-Bodoni", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #a93327;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 1919px) {
  .page-single-tuyen-dung .title_small {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1500px) {
  .page-single-tuyen-dung .title_small {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1439px) {
  .page-single-tuyen-dung .title_small {
    font-size: 45px;
  }
}

@media only screen and (max-width: 1199px) {
  .page-single-tuyen-dung .title_small {
    padding-top: 30px;
    font-size: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .page-single-tuyen-dung .title_small {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .title_small {
    font-family: "VNF-Bodoni", Arial, Helvetica, sans-serif;
    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-single-tuyen-dung .title_small {
    font-size: 25px;
  }
}

.page-single-tuyen-dung .wrap-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 6.51vw;
  border-bottom: 1px solid #bdbdbd;
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .wrap-content {
    display: block;
  }
}

.page-single-tuyen-dung .wrap-content .content {
  width: 55%;
  border-top: 1px solid #a93327;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7316;
  text-align: justify;
  color: #2e2e2e;
  padding: 25px;
}

@media only screen and (max-width: 991px) {
  .page-single-tuyen-dung .wrap-content .content {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .wrap-content .content {
    width: 100%;
    border-top: none;
    margin-top: 20px;
    padding: 25px 0;
  }
}

.page-single-tuyen-dung .wrap-content .box-form {
  width: 45%;
  padding-left: 50px;
}

@media only screen and (max-width: 1199px) {
  .page-single-tuyen-dung .wrap-content .box-form {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .page-single-tuyen-dung .wrap-content .box-form {
    width: 50%;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .wrap-content .box-form {
    width: 100%;
    padding-left: 0;
  }
}

.page-single-tuyen-dung .wrap-content .box-form .box-information {
  background: #ebebeb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 18px 30px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .wrap-content .box-form .box-information {
    padding: 18px 20px;
  }
}

.page-single-tuyen-dung .wrap-content .box-form .box-information .row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 0.5px solid #aaaaaa;
  padding: 12px 0;
}

.page-single-tuyen-dung .wrap-content .box-form .box-information .row-1:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.page-single-tuyen-dung .wrap-content .box-form .box-information .row-1 .left {
  width: 30%;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2619;
  color: #000000;
}

@media only screen and (max-width: 1199px) {
  .page-single-tuyen-dung .wrap-content .box-form .box-information .row-1 .left {
    width: 35%;
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .page-single-tuyen-dung .wrap-content .box-form .box-information .row-1 .left {
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .wrap-content .box-form .box-information .row-1 .left {
    font-size: 15px;
    width: 35%;
  }
}

.page-single-tuyen-dung .wrap-content .box-form .box-information .row-1 .right {
  width: 70%;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2619;
  color: #000000;
}

@media only screen and (max-width: 1199px) {
  .page-single-tuyen-dung .wrap-content .box-form .box-information .row-1 .right {
    font-size: 16px;
    width: 65%;
  }
}

@media only screen and (max-width: 991px) {
  .page-single-tuyen-dung .wrap-content .box-form .box-information .row-1 .right {
    width: 55%;
  }
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .wrap-content .box-form .box-information .row-1 .right {
    font-size: 15px;
    width: 65%;
  }
}

.page-single-tuyen-dung .wrap-content .box-form .box-information .row-1 .right1 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
}

.page-single-tuyen-dung .wrap-content .box-form .box-ung-tuyen .title-box {
  text-align: center;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2619;
  /* identical to box height, or 23px */
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #a93327;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 13px 0;
  margin-bottom: 22px;
}

.page-single-tuyen-dung .wrap-content .box-form .box-ung-tuyen .form-input label,
.page-single-tuyen-dung .wrap-content .box-form .box-ung-tuyen .form-input p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2619;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 15px;
}

.page-single-tuyen-dung .wrap-content .box-form .box-ung-tuyen .form-input input,
.page-single-tuyen-dung .wrap-content .box-form .box-ung-tuyen .form-input textarea {
  border: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  padding: 12px 20px;
  outline: none;
  padding-left: 20px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {

  .page-single-tuyen-dung .wrap-content .box-form .box-ung-tuyen .form-input input,
  .page-single-tuyen-dung .wrap-content .box-form .box-ung-tuyen .form-input textarea {
    padding: 10px 20px;
  }
}

.page-single-tuyen-dung .wrap-content .box-form .box-ung-tuyen .form-input textarea {
  height: auto;
}

.page-single-tuyen-dung .wrap-content .box-form .box-ung-tuyen .form-input .submit-info {
  display: none;
  margin-top: 10px;
}

.page-single-tuyen-dung .wrap-content .box-form .box-ung-tuyen .form-input .send {
  text-align: right;
}

.page-single-tuyen-dung .wrap-content .box-form .box-ung-tuyen .form-input .send .button {
  display: inline-block;
  padding: 11px 24px;
  background: #a93327;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2619;
  /* identical to box height, or 19px */
  color: #ffffff;
  margin-top: 20px;
  cursor: pointer;
}

.page-single-tuyen-dung .wrap-content .box-form .box-ung-tuyen .form-input .divleftcoldeposit1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-single-tuyen-dung .wrap-content .box-form .box-ung-tuyen .form-input .divleftcoldeposit1 p {
  padding-right: 30px;
}

.page-single-tuyen-dung .wrap-content .box-form .box-ung-tuyen .form-input .divleftcoldeposit1 label {
  display: inline-block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2619;
  color: #ffffff;
  padding: 11px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4912), to(#ff7900));
  background: -webkit-linear-gradient(top, #ff4912 0%, #ff7900 100%);
  background: -moz-linear-gradient(top, #ff4912 0%, #ff7900 100%);
  background: -o-linear-gradient(top, #ff4912 0%, #ff7900 100%);
  background: linear-gradient(180deg, #ff4912 0%, #ff7900 100%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
}

.page-single-tuyen-dung .wrap-content .box-form .box-ung-tuyen .form-input .divleftcoldeposit1 label i {
  margin-right: 10px;
}

.page-single-tuyen-dung .tuyen-dung-khac {
  padding-bottom: 8vw;
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tuyen-dung-khac {
    padding-top: 50px;
  }
}

.page-single-tuyen-dung .tuyen-dung-khac .title-row {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 165.66%;
  /* or 41px */
  text-align: left;
  text-transform: uppercase;
  margin-top: 2vw;
  margin-bottom: 1.66vw;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tuyen-dung-khac .title-row {
    font-size: 18px;
  }
}

.page-single-tuyen-dung .tuyen-dung-khac table {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  color: #828282;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tuyen-dung-khac table {
    font-size: 15px;
  }
}

.page-single-tuyen-dung .tuyen-dung-khac table tr.tr-post:nth-child(2n + 1) {
  background: #f3f3f3;
}

.page-single-tuyen-dung .tuyen-dung-khac table tr.tr-post:hover td {
  color: #a93327;
  background: rgba(26, 21, 21, 0.15);
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tuyen-dung-khac table tr.tr-post td :nth-child(n + 2) {
    display: none;
  }
}

.page-single-tuyen-dung .tuyen-dung-khac table .col1 {
  width: 50%;
}

.page-single-tuyen-dung .tuyen-dung-khac table .col2 {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tuyen-dung-khac table .col2 {
    display: none;
  }
}

.page-single-tuyen-dung .tuyen-dung-khac table .col3 {
  width: 25%;
}

@media only screen and (max-width: 991px) {
  .page-single-tuyen-dung .tuyen-dung-khac table .col3 {
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tuyen-dung-khac table .col3 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tuyen-dung-khac table .tieu-de-vi-tri {
    border-bottom: none;
  }
}

.page-single-tuyen-dung .tuyen-dung-khac table tr {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tuyen-dung-khac table tr {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tuyen-dung-khac table tr:nth-child(2) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .page-single-tuyen-dung .tuyen-dung-khac table tr:nth-child(2) {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tuyen-dung-khac table tr:nth-child(2) td {
    padding: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tuyen-dung-khac table tr {
    display: block;
  }
}

.page-single-tuyen-dung .tuyen-dung-khac 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-single-tuyen-dung .tuyen-dung-khac 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;
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tuyen-dung-khac table th:first-child {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
}

.page-single-tuyen-dung .tuyen-dung-khac 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-single-tuyen-dung .tuyen-dung-khac table th:last-child {
    text-align: left;
    padding-left: 20px;
  }
}

.page-single-tuyen-dung .tuyen-dung-khac table td {
  padding: 22px 5px;
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tuyen-dung-khac table td {
    display: none;
  }
}

.page-single-tuyen-dung .tuyen-dung-khac table td:last-child {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tuyen-dung-khac table td:last-child {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tuyen-dung-khac table td {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tuyen-dung-khac table td:first-child {
    display: block;
  }
}

.page-single-tuyen-dung .tuyen-dung-khac table td a {
  line-height: 1.216;
}

.page-single-tuyen-dung .tuyen-dung-khac table .col1-title,
.page-single-tuyen-dung .tuyen-dung-khac table .col1-text {
  padding-left: 30px;
  padding-right: 50px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tuyen-dung-khac table .col2-text {
    width: 100%;
  }
}

.page-single-tuyen-dung .tuyen-dung-khac table .col1-text {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  text-align: left;
  color: #2c2c2c;
  text-transform: initial;
}

@media only screen and (max-width: 767px) {
  .page-single-tuyen-dung .tuyen-dung-khac table .col1-text {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    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-single-tuyen-dung .tuyen-dung-khac 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-single-tuyen-dung .tuyen-dung-khac table .col1-text a:hover {
  color: #1d69a6;
}

.page-single-tuyen-dung .tuyen-dung-khac 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-single-tuyen-dung .tuyen-dung-khac table a.ung_tuyen-button:hover {
  background: #1d69a6;
}

.page-emagazine {
  width: 100%;
  overflow-x: hidden;
  background: #000000;
  min-height: 100vh;
}

.page-emagazine .banner-page {
  position: relative;
}

.page-emagazine .banner-page .banner-desktop {
  display: block;
}

@media (max-width: 767px) {
  .page-emagazine .banner-page .banner-desktop {
    display: none;
  }
}

.page-emagazine .banner-page .banner-mobile {
  display: none;
}

@media (max-width: 767px) {
  .page-emagazine .banner-page .banner-mobile {
    display: block;
  }
}

.page-emagazine .banner-page .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.page-emagazine .banner-page .box-text h1 {
  font-family: 'VNF-Bodoni';
  font-style: normal;
  font-weight: 400;
  font-size: 90px;
  line-height: inherit;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 1680px) {
  .page-emagazine .banner-page .box-text h1 {
    font-size: 80px;
  }
}

@media (max-width: 1549px) {
  .page-emagazine .banner-page .box-text h1 {
    font-size: 70px;
  }
}

@media (max-width: 1366px) {
  .page-emagazine .banner-page .box-text h1 {
    font-size: 60px;
  }
}

@media (max-width: 1280px) {
  .page-emagazine .banner-page .box-text h1 {
    font-size: 50px;
  }
}

@media (max-width: 1024px) {
  .page-emagazine .banner-page .box-text h1 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .page-emagazine .banner-page .box-text h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .page-emagazine .banner-page .box-text h5 {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-emagazine .banner-page .list-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page-emagazine .banner-page .list-menu a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  display: none;
}

.page-emagazine .banner-page .list-menu a span {
  z-index: 3;
  display: block;
  position: relative;
}

@media (max-width: 767px) {
  .page-emagazine .banner-page .list-menu a {
    width: 50%;
    min-height: 94px;
  }

  .page-emagazine .banner-page .list-menu a:nth-child(3)::before {
    content: unset;
  }

  .page-emagazine .banner-page .list-menu a:nth-child(1),
  .page-emagazine .banner-page .list-menu a:nth-last-child(1) {
    background: #1a1a1a;
  }

  .page-emagazine .banner-page .list-menu a:nth-child(2),
  .page-emagazine .banner-page .list-menu a:nth-child(3) {
    background: #333;
  }
}

.page-emagazine .banner-page .list-menu a::before {
  content: "";
  position: absolute;
  top: 10px;
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  height: calc(100% - 20px);
  width: 0.5px;
  background: #fff;
  left: -0.25px;
  z-index: 99;
}

.page-emagazine .banner-page .list-menu a:nth-child(1)::before {
  content: unset;
}

.page-emagazine .banner-page .list-menu a:hover img {
  display: block;
  z-index: 0;
}

.page-emagazine .entry-header img {
  margin: 30px auto 0;
}

.page-emagazine .postContainer {
  padding: 0 8vw;
}

.page-emagazine .group-tin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-emagazine .group-tin h3,
.page-emagazine .group-tin h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.3;
  color: #FFFFFF;
  text-align: justify;
}

@media (max-width: 1680px) {

  .page-emagazine .group-tin h3,
  .page-emagazine .group-tin h4 {
    font-size: 23px;
  }
}

@media (max-width: 1549px) {

  .page-emagazine .group-tin h3,
  .page-emagazine .group-tin h4 {
    font-size: 20px;
  }
}

@media (max-width: 1366px) {

  .page-emagazine .group-tin h3,
  .page-emagazine .group-tin h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {

  .page-emagazine .group-tin h3,
  .page-emagazine .group-tin h4 {
    font-size: 16px;
  }
}

.page-emagazine .group-tin a {
  color: #fff;
  text-decoration: none;
}

.page-emagazine .group-tin p,
.page-emagazine .group-tin span,
.page-emagazine .group-tin .itemPost__date {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #CBCBCB;
}

@media (max-width: 1366px) {

  .page-emagazine .group-tin p,
  .page-emagazine .group-tin span,
  .page-emagazine .group-tin .itemPost__date {
    font-size: 14px;
  }
}

.page-emagazine .group-tin .itemPost__description {
  text-align: justify;
}

@media (max-width: 767px) {
  .page-emagazine .group-tin .singlepost {
    margin-bottom: 20px;
  }
}

.page-emagazine .group-tin .big-news {
  width: 100%;
}

.page-emagazine .group-tin .big-news .singlePost {
  position: relative;
}

.page-emagazine .group-tin .big-news .singlePost .itemPost {
  width: 100%;
}

.page-emagazine .group-tin .big-news .singlePost .itemPost__img {
  width: 100%;
  max-height: 800px;
  overflow: hidden;
}

.page-emagazine .group-tin .big-news .singlePost .itemPost__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-emagazine .group-tin .big-news .singlePost .itemPost__information {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  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-left: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 32, 0, 0)), to(#010101));
  background: -webkit-linear-gradient(top, rgba(48, 32, 0, 0) 0%, #010101 100%);
  background: -moz-linear-gradient(top, rgba(48, 32, 0, 0) 0%, #010101 100%);
  background: -o-linear-gradient(top, rgba(48, 32, 0, 0) 0%, #010101 100%);
  background: linear-gradient(180deg, rgba(48, 32, 0, 0) 0%, #010101 100%);
}

.page-emagazine .group-tin .tin_medium .itemPost__img {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .page-emagazine .group-tin .tin_medium .itemPost__img {
    margin: 15px 0;
  }
}

.page-emagazine .readmore {
  height: 40px;
  width: 140px;
  text-align: center;
  text-transform: uppercase;
  background: -webkit-linear-gradient(182.57deg, #ff8a1f -5.87%, #e73125 112.26%);
  background: -moz-linear-gradient(182.57deg, #ff8a1f -5.87%, #e73125 112.26%);
  background: -o-linear-gradient(182.57deg, #ff8a1f -5.87%, #e73125 112.26%);
  background: linear-gradient(267.43deg, #ff8a1f -5.87%, #e73125 112.26%);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-emagazine .readmore span {
  color: #fff;
}

@media (max-width: 767px) {
  .page-emagazine .readmore {
    margin-top: 20px;
    margin-left: auto;
  }
}

.page-emagazine .loading-img {
  margin: 0 auto;
  text-align: center;
}

.page-emagazine .group-tin-1 .tin_medium {
  width: 49%;
}

@media (max-width: 767px) {
  .page-emagazine .group-tin-1 .tin_medium {
    width: 100%;
    padding: 0 15px;
  }
}

.page-emagazine .group-tin-2,
.page-emagazine .group-tin-3 {
  padding-bottom: 30px;
  border-bottom: 0.3px solid #CDCDCD;
}

@media (max-width: 767px) {

  .page-emagazine .group-tin-2,
  .page-emagazine .group-tin-3 {
    padding-bottom: 15px;
  }
}

.page-emagazine .group-tin-2 .tin_medium,
.page-emagazine .group-tin-3 .tin_medium {
  width: 32%;
}

@media (max-width: 767px) {

  .page-emagazine .group-tin-2 .tin_medium,
  .page-emagazine .group-tin-3 .tin_medium {
    width: 100%;
    padding: 0 15px;
  }
}

.page-emagazine .group-tin-3 {
  position: relative;
  padding-top: 50px;
  border-bottom: unset;
}

@media (max-width: 767px) {
  .page-emagazine .group-tin-3 {
    padding-top: 30px;
  }
}

.page-emagazine .group-tin-3 .tin_medium {
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .page-emagazine .group-tin-3 .tin_medium {
    margin-bottom: 20px;
  }
}

.page-emagazine .group-tin-3 .bliss_loadmore {
  background: transparent !important;
  margin: 0 auto;
}