@charset "UTF-8";
/* list */
.filter-list {
  margin-bottom: 20px;
  padding: 0px 10px;
}

.main_container {
  max-width: 1200px;
  margin: auto;
  padding-top: 24px;
}

.filter-title-count {
  font-size: 15px;
  padding: 5px 10px;
  font-weight: normal;
}
.filter-title-count span {
  color: #792385;
}

.filter-list_hot {
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
}
.filter-list_hot .c-title__seeker_hot {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  background: #fbf5ff;
  margin: 0;
  padding: 4px 0;
}
.filter-list_hot .panel-content {
  background: #ffffff;
  padding: 16px;
}
.filter-list_hot .job_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  list-style: none;
}
.filter-list_hot .job_list .hot-job {
  border: 1px solid #eeeeee;
  padding: 16px;
  border-radius: 12px;
}
.filter-list_hot .job_list .hot-job:hover {
  border: 1px solid #863fa9;
}
.filter-list_hot .job_list .c-image {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 9px;
  overflow: hidden;
}
.filter-list_hot .job_list .info_item {
  overflow: hidden;
}
.filter-list_hot .job_list .c-name_profile {
  margin-bottom: 1px;
}
.filter-list_hot .job_list .c-name_profile a {
  color: #9e58c5;
  font-size: 15px;
  font-weight: bold;
}
.filter-list_hot .job_list .c-name {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 1px;
}
.filter-list_hot .job_list .c-name a {
  color: #9e58c5;
  font-size: 14px;
  font-weight: bold;
}
.filter-list_hot .job_list .details-item {
  display: inline-block;
  margin-right: 14px;
  color: #333333;
  font-size: 14px;
}
.filter-list_hot .job_list .details-item span {
  color: #333333;
  font-size: 14px;
}
.filter-list_hot .owl-theme .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.filter-list_hot .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  cursor: pointer;
}
.filter-list_hot .owl-theme .owl-dots .owl-dot.active span, .filter-list_hot .owl-theme .owl-dots .owl-dot:hover span {
  width: 8px;
  background: #863fa9;
}
.filter-list_hot .owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 5px 7px;
  transition: 300ms;
}

@media (min-width: 768px) {
  .c-col__list_new {
    width: 72%;
  }
  .c-col_filter {
    width: 28%;
  }
}
.list-seekers {
  padding-top: 5px;
}
.list-seekers .c-col__list_new {
  padding-left: 0;
  padding-right: 15px;
}
.list-seekers .c-box_list_profile {
  background: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.list-seekers .c-box_list_profile .title_box {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.list-seekers .c-box_list_profile .title_box span {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}
.list-seekers .c-box_list_profile .title_box span:before {
  content: "";
  width: 26px;
  height: 19px;
  background: url("../images/ic_profile.png") no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}
.list-seekers .c-box_table .seeker-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.list-seekers .seeker-item {
  display: flex;
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  gap: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  align-items: flex-start;
}
.list-seekers .seeker-avatar img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border: 1px solid #f1f1f1;
}
.list-seekers .seeker-info {
  flex: 1;
}
.list-seekers .seeker-name {
  font-size: 16px;
  margin-bottom: 6px;
}
.list-seekers .seeker-name a {
  color: #6c2bd9; /* màu tím */
  font-weight: 600;
  text-decoration: none;
}
.list-seekers .seeker-name .status {
  margin-left: 8px;
  font-size: 13px;
  color: #999;
}
.list-seekers .c-red {
  color: 111;
}
.list-seekers .seeker-gender-age,
.list-seekers .seeker-updated,
.list-seekers .seeker-title-location,
.list-seekers .seeker-experience-salary {
  font-size: 14px;
  color: #111;
  margin-bottom: 6px;
}
.list-seekers .seeker-updated {
  color: #111;
}
.list-seekers .seeker-title {
  font-weight: bold;
  margin-bottom: 4px;
}
.list-seekers .seeker-title a {
  color: #111111;
}
.list-seekers .seeker-location {
  color: #111666;
}
.list-seekers .seeker-location i {
  margin-right: 4px;
  color: #111;
}
.list-seekers .seeker-experience-salary {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  color: #111;
}
.list-seekers .text-center {
  text-align: center;
}
.list-seekers .name-search .status {
  font-size: 12px;
  color: #999999;
  font-style: italic;
}
.list-seekers .name-search .c-red {
  color: #ed0000;
}
.list-seekers .gender-age {
  color: #666666;
}
.list-seekers .datetime {
  color: #666666;
  font-size: 12px;
}
.list-seekers .name {
  margin-bottom: 5px;
}
.list-seekers .name a {
  color: #006cc6;
}
.list-seekers .name a:hover {
  color: #faae19;
}
.list-seekers .salary {
  color: #863fa9;
}
.list-seekers .fa-map-marker {
  font-size: 19px;
  margin-right: 5px;
}
.list-seekers .c-task p,
.list-seekers .c-task a {
  color: #863fa9;
}
.list-seekers .c-task p .ic,
.list-seekers .c-task a .ic {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: #faae1a;
  border-radius: 20px;
  text-align: center;
  margin-right: 5px;
}
.list-seekers .c-task p .ic .fa,
.list-seekers .c-task a .ic .fa {
  color: #fff;
}
.list-seekers .c-task a:hover {
  color: #863fa9;
}
.list-seekers .c-task a:hover .ic {
  background: #863fa9;
}
@media (min-width: 768px) {
  .list-seekers .pagination {
    padding: 20px 0;
    margin: 0 !important;
  }
}
.list-seekers .c-col_filter {
  padding-right: 16px;
}
.list-seekers .c-col_filter .box_filter {
  background: #ffffff;
}
.list-seekers .c-col_filter .box_filter .c-list {
  padding: 0 15px 10px 20px;
}
.list-seekers .c-col_filter .box_filter .c-list .activate a {
  color: #863fa9;
}
.list-seekers .c-col_filter .box_filter .c-list a {
  line-height: 20px;
}
.list-seekers .c-col_filter .box_filter .c-list a:hover {
  color: #863fa9;
}
.list-seekers .c-col_filter .box_filter .c-list .c-blue {
  color: #111;
}
.list-seekers .c-col_filter .box_filter .c-list .fa {
  margin-right: 4px;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.list-seekers .c-col_filter .title_box {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.list-seekers .c-col_filter .title_box span {
  position: relative;
  display: inline-block;
  padding-left: 32px;
}
.list-seekers .c-col_filter .title_box span:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  background: url("../images/ic_cat.png") no-repeat;
  left: 0;
  top: 2px;
}
.list-seekers .c-col_filter .c-extend .c-btn._read {
  padding-top: 10px;
  padding-left: 15px;
  display: block;
  color: #863fa9;
}
.list-seekers .c-col_filter .c-extend .c-btn._read .fa {
  font-size: 16px;
}
.list-seekers .c-col_filter .more-content {
  display: none;
}
.list-seekers .c-col_filter .more-content.visible {
  display: block;
}
.list-seekers .c-col_filter .box_filter_job .title_box span:before {
  background: url("../images/ic_target.png") no-repeat;
}
.list-seekers .c-col_filter .box_filter_object .title_box span:before {
  background: url("../images/ic_person.png") no-repeat;
}

@media (max-width: 640px) {
  .filter-list_hot .job_list {
    grid-template-columns: 1fr;
    padding-left: 0 !important;
  }
}
@media (max-width: 992px) and (min-width: 641px) {
  .filter-list_hot .job_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .list-seekers .c-col__list_new {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .list-seekers .c-col_filter {
    padding-left: 0;
  }
  .list-seekers table {
    width: 100%;
    background: #dddddd;
  }
  .list-seekers table thead {
    display: none;
  }
  .list-seekers table tr {
    margin-bottom: 15px;
    display: block;
    border-bottom: 2px solid #ddd;
    background: #ffffff;
  }
  .list-seekers table tbody td {
    display: block;
    font-size: 13px;
    text-align: left !important;
    padding: 0 0px 8px;
  }
  .list-seekers table tbody td:before {
    content: attr(data-label);
    display: block;
    text-transform: uppercase;
    background: #e4f6ff;
    color: #555;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .list-seekers table tbody td:first-child {
    display: block;
    margin-bottom: 10px;
  }
  .list-seekers table tbody td:first-child:before {
    background: #faae1a;
    color: #fff;
  }
  .list-seekers table tbody td:last-child {
    border-bottom: 0;
  }
  .list-seekers table tbody td img {
    max-width: 20%;
    float: left;
    margin: 0px 15px 10px 10px;
  }
  .list-seekers table tbody td p {
    padding: 0px 10px;
  }
  .list-seekers table tbody td input {
    margin-bottom: 5px;
  }
  .list-seekers .pagination {
    padding-right: 15px;
  }
  .list_from_noti {
    margin-top: 15px;
  }
}
.owl-nav {
  display: block !important;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  border: 1px solid #151f3e !important;
  border-radius: 50% !important;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  padding: 9px !important;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background: #6c2bd9 !important;
  color: #fff !important;
  border: 0 !important;
}
.owl-nav .owl-next {
  position: absolute;
  right: 44%;
  bottom: 14px;
}
@media (max-width: 767px) {
  .owl-nav .owl-next {
    margin-right: -50px !important;
  }
}
.owl-nav .owl-prev {
  position: absolute;
  left: 44%;
  bottom: 14px;
}
@media (max-width: 767px) {
  .owl-nav .owl-prev {
    margin-left: -50px !important;
  }
}

.c-col_filter .box_filter {
  background: #fff;
}
.c-col_filter .box_filter .title_box {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.c-col_filter .box_filter .title_box span {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-col_filter .box_filter .title_box span::after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: auto;
  transition: transform 0.3s;
  font-size: 14px;
}
.c-col_filter .box_filter .title_box span.collapsed::after {
  transform: rotate(180deg);
}
.c-col_filter .box_filter ul.c-list {
  display: block;
}
.c-col_filter .box_filter ul.c-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-col_filter .box_filter ul.c-list li {
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.c-col_filter .box_filter ul.c-list li a {
  display: block;
  padding-left: 28px;
  position: relative;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.c-col_filter .box_filter ul.c-list li a .fa-angle-right {
  display: none;
}
.c-col_filter .box_filter ul.c-list li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.2s ease;
}
.c-col_filter .box_filter ul.c-list li a:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: opacity 0.2s ease;
}
.c-col_filter .box_filter ul.c-list li a:hover:before {
  border-color: #863fa9;
}
.c-col_filter .box_filter ul.c-list li.activate a {
  color: #863fa9;
  font-weight: 500;
}
.c-col_filter .box_filter ul.c-list li.activate a:before {
  background-color: #863fa9;
  border-color: #863fa9;
}
.c-col_filter .box_filter ul.c-list li.activate a:after {
  opacity: 1;
}
.c-col_filter .box_filter_job ul.c-list li a:before {
  border-radius: 3px;
}
.c-col_filter .box_filter_object ul.c-list li a:before {
  border-radius: 3px;
}
.c-col_filter .more-content {
  display: none;
}
.c-col_filter .c-extend {
  margin-top: 10px;
  margin-bottom: 0;
}
.c-col_filter .c-extend .c-btn.readmore {
  color: #863fa9;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.c-col_filter .c-extend .c-btn.readmore:hover {
  text-decoration: underline;
}
.c-col_filter .c-extend .c-btn.readmore .fa-angle-down {
  margin-left: 5px;
  transition: transform 0.3s;
}
.c-col_filter .c-extend .c-btn.readmore.active .fa-angle-down {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .c-col_filter {
    margin-bottom: 15px;
  }
  .c-col_filter .box_filter {
    padding: 12px;
  }
  .c-col_filter .box_filter ul.c-list li {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .no-problem {
    font-size: 14px !important;
  }
}
.limited-content {
  margin-top: 80px;
}

.limited {
  display: block;
  margin: 0 auto 20px;
  width: 200px;
}

.btn-buy-limit {
  padding: 5px 20px;
  border-radius: 3px;
  background: #faae1a;
  color: #fff;
  display: inline-block;
}

.btn-buy-limit:hover {
  color: #fff;
}

.mg-10 {
  margin-bottom: 10px;
}/*# sourceMappingURL=search.css.map */