.page-recruitment {
  margin-bottom: 15px; }
  .page-recruitment .wrapbox-info-page .filter-wrap {
    padding: 30px 15px;
    background: #f5f5f5;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column; }
    .page-recruitment .wrapbox-info-page .filter-wrap .title-filter {
      font-size: 30px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 20px; }
    .page-recruitment .wrapbox-info-page .filter-wrap .group-filter {
      display: flex;
      justify-content: center;
      gap: 12px 10px;
      flex-direction: column; }
      .page-recruitment .wrapbox-info-page .filter-wrap .group-filter .group-select-one select {
        border: 1px solid #ccc;
        padding: 10px 15px;
        border-radius: 3px;
        outline: none;
        min-width: 250px;
        width: 100%; }
      @media (min-width: 568px) {
        .page-recruitment .wrapbox-info-page .filter-wrap .group-filter {
          flex-direction: row; } }
    .page-recruitment .wrapbox-info-page .filter-wrap .filter-button {
      display: flex;
      justify-content: center;
      gap: 10px; }
      .page-recruitment .wrapbox-info-page .filter-wrap .filter-button button {
        padding: 7px 10px;
        min-width: 150px;
        border: 1px solid #000;
        font-size: 14px;
        height: auto; }
        .page-recruitment .wrapbox-info-page .filter-wrap .filter-button button.btn-clear {
          background: none; }
          .page-recruitment .wrapbox-info-page .filter-wrap .filter-button button.btn-clear:hover {
            background: #000;
            color: #fff; }
        .page-recruitment .wrapbox-info-page .filter-wrap .filter-button button.btn-filter {
          background: #000;
          color: #fff; }
          .page-recruitment .wrapbox-info-page .filter-wrap .filter-button button.btn-filter:hover {
            background: none;
            color: #000; }
  .page-recruitment .wrapbox-info-page .filter-result {
    margin-top: 16px; }
    @media (max-width: 767px) {
      .page-recruitment .wrapbox-info-page .filter-result .desktop {
        display: none; } }
    .page-recruitment .wrapbox-info-page .filter-result .desktop thead {
      border-bottom: 2px solid #000; }
      .page-recruitment .wrapbox-info-page .filter-result .desktop thead th {
        font-size: 18px; }
    .page-recruitment .wrapbox-info-page .filter-result .desktop tbody tr {
      cursor: pointer;
      background: #ddd;
      margin-bottom: 2px;
      border-color: #000;
      border: 1px solid #ccc; }
      .page-recruitment .wrapbox-info-page .filter-result .desktop tbody tr p {
        margin-bottom: 0; }
    .page-recruitment .wrapbox-info-page .filter-result .desktop tbody td {
      padding: 10px;
      font-size: 16px;
      border: none; }
    @media (min-width: 768px) {
      .page-recruitment .wrapbox-info-page .filter-result .mobile {
        display: none; } }
    .page-recruitment .wrapbox-info-page .filter-result .mobile tbody tr {
      background: #ddd; }
    .page-recruitment .wrapbox-info-page .filter-result .mobile tbody td {
      padding: 10px;
      font-size: 14px; }
      .page-recruitment .wrapbox-info-page .filter-result .mobile tbody td p {
        margin-bottom: 5px; }
        .page-recruitment .wrapbox-info-page .filter-result .mobile tbody td p.title {
          text-transform: uppercase; }
  .page-recruitment .list-new-recruitment {
    margin-top: 20px; }
    .page-recruitment .list-new-recruitment img {
      width: 100%;
      height: auto; }

.article-recruitment .head-title {
  font-size: 30px;
  margin: 30px 0; }

.article-recruitment .group-submit-cv {
  padding: 30px 20px 0;
  background: #f5f5f5;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .article-recruitment .group-submit-cv .title-cv {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase; }

.article-recruitment .content-article {
  margin-bottom: 30px; }
  .article-recruitment .content-article * {
    font-family: var(--skin-text-font) !important; }

@media (min-width: 992px) {
  .article-recruitment .content-article {
    margin-bottom: 50px; } }

.artile-item .blog-title {
  font-size: 18px;
  margin-top: 10px;
  display: block;
  margin-bottom: 5px; }

.list-article-content .news-content {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden; }

.blog-posts .blog-loop {
  margin-bottom: 25px; }

.blog-posts .blog-loop:nth-of-type(3n+1) {
  clear: both; }

.blog-posts .blog-post .blog-post-thumbnail {
  display: block;
  overflow: hidden; }

.blog-posts .blog-post .blog-post-thumbnail img {
  -webkit-transition: all 1s ease-in-out 0s;
  -khtml-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.blog-posts .blog-post .blog-post-thumbnail:hover img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.blog-posts .blog-post .blog-post-title {
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0; }

.blog-posts .blog-post .blog-post-meta {
  margin-bottom: 15px;
  color: #999; }

.blog-posts .blog-post .blog-post-meta > span:after {
  content: '/';
  padding-left: 4px; }

.blog-posts .blog-post .blog-post-meta > span:last-child:after {
  content: ''; }

.blog-posts .blog-post .blog-post-meta a {
  color: #999; }

.blog-posts .blog-post .blog-post-meta a:hover {
  color: #000000; }

/* article */
.article-content img {
  width: auto;
  max-width: 100%; }

.box-article-heading h1 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: 600; }

.box-article-heading .header-page {
  z-index: 9; }

.box-article-heading .header-page:after {
  background: #000; }

ul.article-info-more li {
  opacity: 0.85;
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600; }

ul.article-info-more li i {
  margin-right: 5px; }

ul.article-info-more li svg {
  height: 13px;
  width: auto;
  margin-right: 5px; }

.meta-tags .tags-title {
  font-weight: 500; }

.meta-tags a.tag {
  opacity: 0.8;
  font-style: italic;
  font-size: 14px; }

.meta-tags a.tag:after {
  content: ",";
  margin: 1px; }

.post-navigation {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 600; }

.post-navigation .right {
  float: right; }

.post-navigation .left {
  float: left; }

.article-pages, .meta-tags, .article-comment .comment_form, .post-navigation {
  margin-bottom: 40px; }

.article-pages * {
  max-width: 100% !important; }

.article-pages h2 {
  font-size: 18px; }

.article-pages h3 {
  font-size: 16px; }

.article-pages ul {
  list-style: initial;
  padding-left: 20px; }

.article-pages ol {
  list-style-type: decimal;
  padding-left: 20px; }

.article-pages ul ul {
  list-style-type: circle; }

.article-pages ul ul ul {
  list-style-type: square; }

.article-comment .title-bl h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px; }

.article-comment .title-bl h2:after {
  content: "";
  display: block;
  margin-top: 25px;
  width: 30px;
  height: 3px;
  background: #252a2b; }

.article-comment .comment_form .form-group input, .article-comment .comment_form .form-group textarea {
  box-shadow: none;
  background: #ededed;
  color: #252a2b;
  border: 0;
  border-radius: 0; }

.article-comment .comment_form .form-group input {
  padding: 0 20px;
  height: 55px; }

.article-comment .comment_form .form-group textarea {
  padding: 20px;
  resize: none; }

.article-comment .comment_form button.btn-rb {
  background: #65d1e6;
  border: 0;
  height: 55px;
  display: inline-block;
  padding: 0 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px; }

.article-comment .comment_form button.btn-rb:hover {
  background: #65d1e6; }

#article h3.author {
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize; }

#binhluan .date {
  float: right;
  color: #333333;
  font-size: 12px; }

#binhluan .comment-user {
  padding: 25px 0;
  border-bottom: 1px solid #ededed; }

.article-comment .comment_form .notice {
  margin-bottom: 15px; }

/* Table of Contents Article */
.table-of-contents {
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 15px 0 20px;
  width: 100%;
  display: table; }

.table-of-contents .table-title {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  padding: 10px 0; }

.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px; }

.table-of-contents .table-title .toc_toggle a {
  color: #65d1e6;
  padding: 0 1px; }

.table-of-contents ul {
  list-style: none;
  counter-reset: item;
  margin: 0;
  list-style-type: none; }

.table-of-contents ul li {
  list-style: none;
  margin: 6px 0 0; }

.table-of-contents ul li::before {
  margin-right: 5px;
  font-size: 13px; }

.table-of-contents li a {
  text-decoration: none;
  color: #65d1e6; }

.table-of-contents > ul {
  counter-reset: nav0;
  padding-bottom: 10px; }

.table-of-contents > ul ul {
  padding-left: 14px; }

.table-of-contents > ul > li {
  counter-increment: nav0;
  counter-reset: nav1; }

.table-of-contents > ul > li li {
  counter-increment: nav1;
  counter-reset: nav2; }

.table-of-contents > ul > li li li {
  counter-increment: nav2;
  counter-reset: nav3; }

.table-of-contents > ul > li li li li {
  counter-increment: nav3;
  counter-reset: nav4; }

.table-of-contents > ul > li li li li li {
  counter-increment: nav4;
  counter-reset: nav5; }

.table-of-contents > ul > li li li li li li {
  counter-increment: nav5;
  counter-reset: nav6; }

.table-of-contents > ul > li::before {
  content: counter(nav0) ". "; }

.table-of-contents > ul > li li::before {
  content: counter(nav0) "." counter(nav1) "  "; }

.table-of-contents > ul > li li li::before {
  content: counter(nav0) "." counter(nav1) "." counter(nav2) "  "; }

.table-of-contents > ul > li li li li::before {
  content: counter(nav0) "." counter(nav1) "." counter(nav2) "." counter(nav3) "  "; }

.table-of-contents > ul > li li li li li::before {
  content: counter(nav0) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) "  "; }

.table-of-contents > ul > li li li li li li::before {
  content: counter(nav0) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) "." counter(nav5) "  "; }

.table-of-contents > ul > li li li li li li li::before {
  content: counter(nav0) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) "." counter(nav5) "." counter(nav6) "  "; }

.table-content-fixed {
  position: fixed;
  top: 20%;
  left: 10px;
  z-index: 10;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  direction: ltr;
  max-width: 350px;
  max-height: calc(100% - 26%);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.table-content-fixed .table-of-contents {
  visibility: hidden;
  opacity: 0;
  padding-top: 0;
  margin: 0;
  border: none;
  background: none;
  box-shadow: none; }

.table-content-fixed .table-of-contents .table-title {
  padding-top: 0;
  display: none; }

.table-content-fixed .table-of-header {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.table-content-fixed .table-of-header .btn-icolist {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  border: none;
  background: none; }

.table-content-fixed .table-of-header .hTitle {
  display: none;
  margin-left: 10px;
  font-weight: 600;
  font-size: 14px; }

.table-content-fixed .table-of-contents .toc_toggle {
  display: none; }

.table-content-fixed.show {
  opacity: 1;
  visibility: visible; }

.table-content-fixed.show.active .table-of-header .hTitle {
  display: block; }

.table-content-fixed.show.active {
  height: auto;
  width: auto;
  overflow-y: scroll;
  max-height: calc(100% - 26%);
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.table-content-fixed.show.active .table-of-contents {
  visibility: visible;
  opacity: 1; }

/* style - scroll */
.table-content-fixed.show.active::-webkit-scrollbar {
  width: 3px;
  height: 30px; }

.table-content-fixed.show.active::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.table-content-fixed.show.active::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.table-content-fixed.show.active::-webkit-scrollbar-thumb:window-inactive {
  background: #e1e3e4; }

.table-content-fixed.show.active::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4); }

@media (max-width: 991px) {
  .table-content-fixed {
    display: none !important; } }

/*Sidebar Blog*/
.news-latest, .menu-blog {
  margin: 0 0 30px;
  position: relative;
  padding: 20px;
  border: 1px solid #e3e5ec; }

.sidebarblog-title h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  text-align: center; }

.sidebarblog-title h2 span {
  display: none; }

.list-news-latest .item-article {
  border-bottom: 1px #efefef dotted;
  padding: 15px 0;
  margin: 0; }

.list-news-latest .item-article:last-child {
  border-bottom: none; }

.list-news-latest .item-article .post-image {
  width: 30%;
  float: left;
  position: relative; }

.list-news-latest .item-article .post-content {
  width: 70%;
  float: left;
  padding-left: 10px; }

.list-news-latest .item-article .post-content h3 {
  margin: 0 0 5px;
  font-size: 14px; }

.list-news-latest .item-article .post-content span.author {
  font-size: 12px; }

#pagination .page-node, #pagination .next, #pagination .prev {
  display: inline-block;
  margin: 30px 8px;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.4; }

#pagination .next {
  margin-left: 30px; }

#pagination .prev {
  margin-right: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

#pagination .page-node.current, #pagination .page-node:hover, #pagination .next:hover, #pagination .prev:hover {
  opacity: 1; }

@media (max-width: 767px) {
  .blog-posts .blog-post .blog-post-title {
    margin-top: 10px; } }
