:root {
  --primary-color: #f07e1d;
}

:root {
  --background-box-color: #ffffff78;
}

:root {
  --text-color: #333;
}

:root {
  --border-color: #ececec;
}

:root {
  --box-shadow: 0 0 15px #00000015;
}

:root {
  --text-secondnary: #bfbfbf;
}

:root {
  --jobtag-color: #f4f5f5;
}

:root {
  --job-icon: #d5d5d5;
}

:root {
  --button-hover-color: #ffa940;
}

.color_f07e1d {
  color: #f07e1d;
}

body {
  font-family: "Inter";
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--text-color);
  background-color: #fff;
  margin: 0;
}

.display_none-web {
  display: none;
}

.flex {
  display: flex;
}

.box_flex {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.mar_container {
  margin-top: 0;
}

.mar_title {
  margin-bottom: 12px;
}

.btn:hover {
  color: #fff;
  background-color: var(--button-hover-color);
}

/* CSS section1 */

.searchwrap {
  background: linear-gradient(
    180deg,
    #fcfaf6 3.7%,
    #ffecde 42.43%,
    #ffd3b4 100%
  );
  -webkit-box-direction: normal;
  position: relative;
}

.owl-prev {
  border: none;
  background-color: transparent;
}

.owl-next {
  border: none;
  background-color: transparent;
}

.searchwrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 150px;
  width: 150px;
  border-top: 50px solid #f07e1d50;
  border-right: 50px solid #f07e1d50;
  border-top-right-radius: 360px;
}

.searchwrap,
.home.searchwrap {
  height: 480px;
  padding: 90px 0;
}

.searchwrap_margin {
  max-width: 1170px;
  width: unset;
  margin: 0 auto;
}

.input-container {
  display: grid;
  width: 100%;
  margin-bottom: 15px;
  grid-template-columns: 0.5fr 0.3fr 0.2fr;
  background-color: #fff;
  padding: 5px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.search-left-box {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.icon-search-job {
  color: var(--text-secondnary);
}

.icon-search-job i {
  margin-right: 5px;
  color: var(--text-secondnary);
}

.search-right-box {
  display: flex;
  align-items: center;
  padding: 0 5px 0 10px;
  border-left: 1px solid var(--border-color);
  color: var(--text-secondnary);
  justify-content: space-between;
  margin: 6px 0;
}

.search-right-box i {
  margin-right: 5px;
}

.search-btn {
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 6px;
}

.icon {
  padding: 10px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  border: none;
}

.searchbar_left {
  position: relative;
}

.h1_home {
  margin: 4px 0 16px 0;
}

.h1_home a {
  font-size: 33px;
  background-color: transparent !important;
  color: var(--text-color);
  text-decoration: none;
}

.box-free {
  height: 26px;
  width: 138px;
  position: absolute;
  background-color: var(--primary-color);
  top: 63px;
  z-index: -1;
  /* left: -2px; */
  right: 72px;
}

.search-description {
  border-radius: 4px;
  color: var(--text-color);
  text-align: left;
  font-size: 15px;
  font-style: normal !important;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 !important;
  background-color: unset !important;
}

.search-description a {
  color: var(--primary-color);
}

.box-general-top {
  background-color: var(--background-box-color);
  padding: 12px;
  border-radius: 15px;
  border: 1px solid #fff;
}

.image_toppage {
  text-align: center;
}

.image_toppage img {
  height: 190px;
}

.jobnew_box {
  margin-left: -32px;
}

.jobnew-growth {
  display: flex;
  align-items: center;
}

.jobnew-count span {
  font-size: 32px;
  font-weight: bold;
  color: var(--primary-color);
}

.growth-number {
  background-color: #27881f;
  color: #fff;
  border-radius: 20px;
  padding: 4px 6px;
  margin-right: 5px;
}

.growth-text {
  font-size: 12px;
}

.achieve-box {
  margin-left: -32px;
  display: grid;
  grid-template-rows: 0.3fr 0.3fr 0.3fr;
  grid-row-gap: 15px;
}

.cv-box {
  text-align: left;
  display: grid;
  grid-template-columns: 0.2fr 1fr;
  grid-column-gap: 10px;
}

.bg-box-top {
  background-color: #ffffff52;
  text-align: center;
  padding: 12px;
  border-radius: 15px;
  border: 1px solid #fff;
}

.cv-icon {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background: #ffd7b5;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.cv-txt div {
  font-weight: bold;
}

.cv-txt a {
  color: var(--primary-color);
  margin-right: 5px;
}

.box_job {
  text-align: left;
  display: flex;
  align-items: center;
}

.icon_boxjob {
  background-color: #d76121;
  border-radius: 6px;
  font-size: 20px;
  color: #fff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
}

.icon_boxjob-brief {
  background-color: #f07e1d;
}

.icon_boxjob-tie {
  background-color: #486de4;
}

.text_boxjob {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.box_city .text_boxjob {
  flex-direction: row;
  align-items: center;
}

.text_boxjob h2 {
  margin: 0;
  color: var(--text-color);
  position: relative;

  font-weight: 700;
  font-size: 20px;
}

.text_boxjob p {
  margin: 0;
  font-size: 14px;
  color: var(--text-color);
}

.company_common .company_box-child {
  padding: 12px 10px !important;
}

#searchresult_page .company_common .company_box-child {
  padding: 12px !important;
}

.company_box {
  padding: 0 !important;
}

.pr-32 {
  padding-right: 32px;
}

.search-job {
  margin-top: 24px;
}

.search-job > .row > div {
  padding: unset;
}

.vieclamtainha_title label {
  margin-bottom: 0;
}

/* CSS section2 */

.company-box-big {
  padding: 16px 15px 9px 15px;
  background-color: #fff9f5;
  margin-top: 40px;
  border-radius: 10px;
}

#searchresult_page .company-box-big {
  padding: 1.6rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.searchresult-container-em #searchresult_page .company-box-big {
  margin-left: 0;
  margin-right: 0;
}

.carousel-container {
  position: relative;
}

/* Khi chỉ 1 công ty, owl không vẽ dots → reserve space để nút "Xem tất cả" không vỡ layout */
.company-hot-company--single .carousel-container {
  padding-bottom: 25px;
}

.see_all {
  text-align: right;
  position: relative;
  z-index: 11;
  top: -9px;
}

#searchresult_page .see_all {
  text-align: right;
  position: relative;
  z-index: 11;
  margin-top: 12px;
  top: -1.4rem;
  width: fit-content;
  float: right;
  margin: 0;
}
#searchresult_page .article_carousel_inner .see_all {
  margin-top: 2rem;
}

.see_all a {
  color: var(--primary-color);
  font-family: "Inter";
}

.title-owl-dot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swiper-grid {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: row;
}

.title-linehead {
  margin: 0;
  margin-top: 0px !important;
}

.title-linehead a {
  color: var(--text_color, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: initial;
}

.company_box {
  padding: 3px;
  text-align: center;
}

.company_box-child {
  padding: 16px 12px 12px 12px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.company_box-child:hover {
  border: 1px solid var(--primary-color);
  box-shadow: var(--box-shadow);
}

.category_layout .company_box-child {
  padding: 24px 10px 14px 10px;
  box-shadow: unset;
}

.company_box .company_img {
  padding: 0 !important;
  height: 7rem !important;
}

.company_image {
  position: relative;
}

.company_img {
  display: block;
  width: 100%;
  height: 92px;
  object-fit: contain;
}

.company_item-txt h4 {
  font-size: 14px;
  line-height: normal;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333 !important;
  display: -webkit-box;
  height: 33.8px;
  -webkit-line-clamp: 2;
  text-transform: capitalize;
  margin: 12px 0;
  font-weight: 700;
}

.job-btn {
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  color: #333333;
  border-radius: 4px;
  background: var(--gray-100, #f3f4f6);
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.job-btn:hover {
  background-color: #ee6d00 !important;
}
/* CSS section3 */

.section3 {
}

.jobs_container {
  display: flex;
  display: flex;
  gap: 16px;
  flex-direction: column;
  flex-direction: column;
}

.jobs_container .article_component {
  padding: 1.2rem;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.jobs_container .article_component .article_component_image {
  height: fit-content;
  border-radius: 8px;
  object-fit: cover;
}

.jobs_container .article_component .article_component_image img {
  width: 100%;
  height: 115px;
  border-radius: 8px;
  object-fit: cover;
}

.jobs_container
  .article_component
  .article_component_inner
  .article_component_title
  h4 {
  font-size: 14px;
  font-weight: bold;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  margin: 10px 0;
  color: #333333;
  line-height: 1.4;
}

.jobs_container
  .article_component
  .article_component_inner
  .article_component_detail
  p {
  font-size: 13px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  color: #333;
}

.outstanding_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.jobs_osd-grid {
  padding: 12px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
}

.jobs_osd-grid:hover {
  border: 1px solid var(--primary-color);
  box-shadow: var(--box-shadow);
}

.job_osd-ctn {
  flex-direction: row;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.job_osd-image {
  height: 70px;
  width: 70px;
  min-width: 70px;
}

.job_osd-img {
  height: 100%;
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.job_osd-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.job_osd-items {
  justify-content: space-between;
  flex-direction: row;
  font-display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.job_osd-items.job_top_item {
  display: grid;
  grid-template-columns: 0.8fr 0.2fr;
  align-items: center;
  gap: 4px;
}

.job_osd-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.job_osd-icon {
  max-width: 86px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fob_osd-grid .job_company-name-title .a-company {
  display: grid;
  grid-template-columns: fit-content(100%) fit-content(100%);
  gap: 4px;
  margin-bottom: 9px;
  margin-top: 3px;
}

.fob_osd-grid .job_company-name-title .a-company .company_name_title {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: normal;
  color: var(--Text_primary, #333);
}

.fob_osd-grid .job_company-name-title .a-company .company_name_title:hover {
  color: var(--primary-color);
}

.job_save-icon {
  margin-left: 5px;
}

.job_save-icon i {
  color: var(--primary-color);
}

.job_company-name a {
  color: var(--text-color);
}

.job_osd-link {
  font-size: 14px;
  font-weight: bold;
  color: var(--text-color);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text_hover:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.job_osd-info {
  justify-content: space-between;
  align-items: center;
}

.job_osd-info .btn-save-detail {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  text-transform: none;
  line-height: normal;
  margin: 0;
  text-transform: none;
  border: none;
  text-shadow: none;
}

.job_osd-icon a {
  color: var(--text-color);
  font-size: 12px;
}

.job_osd-icon i {
  color: var(--job-icon);
  margin-right: 5px;
}

.apply_job-btn {
  color: #fff;
  padding: 4px 8px;
  background-color: var(--primary-color);
  border-radius: 4px;
  text-shadow: unset;
  line-height: normal;
}

.apply_job-btn:hover {
  color: #fff;
  background-color: var(--button-hover-color);
  text-decoration: none;
}

.btn-save-detail:hover {
  background-color: #ee6d00 !important;
}

img:hover {
  opacity: 1;
}

.banner_container {
  padding: 0;
  background: #6e6bf8;
  margin-top: 32px;
  border-radius: 10px;
  width: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category_layout .category_image_container {
  display: flex;
  justify-content: center;
}

.category_layout .category_image_container .category_image {
  width: 58px;
  height: 58px !important;
  padding: 0 !important;
}

.category_layout .category_name_inner {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
  min-height: 32px;
  margin-bottom: 0;
}

.jobs_hot .slide-content-jobs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.jobs_hot .swiper-slide {
  margin-right: 0 !important;
}

.jobs_hot .swiper-slide_article {
  margin-right: 0 !important;
}

.top_not_have_color {
  margin-top: 40px;
}

.custom-nav .swiper-button-lock {
  display: flex;
  background-color: #fff;
  color: #bfbfbf;
}

.banner_container .swiper-button-lock {
  display: flex;
  background-color: white;
}

.pre-position {
  position: relative;
  left: -19px !important;
}

.next-position {
  position: relative;
  right: -19px !important;
}

.swiper-slide {
  width: 100% !important;
}

.swiper-slide_article {
  width: 100% !important;
}

.article-container {
  margin-bottom: 0;
}

.toppage_padding {
  padding: 6px;
}

.searchwrap h1.h1_home {
  color: var(--text_color, #333);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: start;
  margin-bottom: 29px;
  text-shadow: none;
}

.home .searchwrap_right-img img {
  width: 289px;
  height: 320px;
  object-fit: contain;
  position: relative;
  z-index: 111;
}

.home .searchwrap_right-img::before {
  background-image: url(/public/images/Banner_Toppage2.svg);
  /* background-size: cover; */
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  top: -43px;
  right: 28px;
}

.number_adversite_wrapper {
  border-radius: 8px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 40px;
  position: relative;
  background-color: #fff;
  bottom: 50px;
  z-index: 1;
}

.number_adversite_wrapper .number_adversite_content {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  align-items: center;
}

.number_adversite_wrapper
  .number_adversite_content
  .number_adversite_title
  span {
  color: var(--text_color, #333);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.number_adversite_wrapper
  .number_adversite_content
  .number_adversite_content_number {
  display: grid;
  align-items: center;
  gap: 44px;
  grid-template-columns: 0.333fr 0.333fr 0.333fr;
}

.number_adversite_content .number_adversite_content_number .box_job_ad {
  display: grid;
  grid-template-columns: 0.25fr 0.75fr;
  align-items: center;
  gap: 13px;
}

.number_adversite_content .number_adversite_content_number .box_job_ad_b {
  border-right: 1px solid #ececec;
}

.margin-top_-11 {
  margin-top: -11px;
}

#searchresult_page .margin-top_-11 {
  margin-top: 0;
}

.title-linehead {
  border-bottom: 1px none;
}

.title-linehead:after {
  background-color: transparent;
}

.company_box-child {
  box-shadow: unset !important;
}

.owl-carousel .owl-dots {
  position: relative;
  bottom: -1rem;
  /* Adjust this to move the dots up/down */
}

#searchresult_page .owl-carousel .owl-dots {
}

.prize_container {
  height: auto;
  background: linear-gradient(94deg, #ffdfaf 0%, #fff0d4 93.45%);
  margin-top: 40px;
  border-radius: 0;
}

.prize_container .prize_container_inner {
  padding: 20px;
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
}

.prize_container .prize_container_inner::before {
}

.prize_container .prize_container_inner::after {
}

.prize_container .prize_container_inner .prize_container_cup_wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}

.prize_container_inner .prize_container_cup_wrapper .viecoi_cup_img {
  height: 295px;
  z-index: 111;
}

.prize_container .prize_container_inner .prize_container_content {
  padding: 34px 15px;
  position: relative;
  z-index: 111;
}

.prize_container_inner
  .prize_container_content
  .prize_container_content_title
  .prize_title {
  color: var(--text_color, #333);
  /* font-family: Inter; */
  font-size: 25px;
  /* font-style: normal; */
  font-weight: bold;
  line-height: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 36px;
}

.prize_container_inner .prize_container_content .prize_container_items {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
  row-gap: 33px;
  position: relative;
  z-index: 1111111;
  column-gap: 25px;
}

.prize_container_content .prize_container_items .prize_container_item_inner {
  display: grid;
  grid-template-columns: 0.2fr 0.8fr;
  gap: 14px;
}

.prize_container_items
  .prize_container_item_inner
  .prize_container_item_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prize_container_items
  .prize_container_item_inner
  .prize_container_item_content
  .item_title_title {
  margin: 0;
  margin: 0;
  color: var(--text_color, #333);
  /* font-family: Inter; */
  font-size: 16px;
  /* font-style: normal; */
  font-weight: 700;
}

.prize_container_items
  .prize_container_item_inner
  .prize_container_item_content
  .item_title_content {
  color: var(--text_color, #333);
  margin-top: 3px;
  margin-bottom: 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.company_item-txt h4 {
  margin-bottom: 8px !important;
}

.prize_container .prize_container_inner .prize_container_cup_wrapper::before {
  background-image: url(/public/images/prize_backgroud.png);
  /* background-size: cover; */
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  top: 73px;
  right: 0px;
}

.prize_container .prize_container_inner .prize_container_content::before {
  background-image: url(/public/images/prize_backgroud_top.svg);
  /* background-size: cover; */
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 27%;
  height: 50%;
  z-index: 11;
  top: -20px;
  right: -31px;
}

.prize_container
  .prize_container_inner
  .prize_container_content
  .prize_container_content_title {
  position: relative;
  z-index: 111;
}

.prize_container_cup_wrapper_mobile {
  display: none;
}

.prize_container_content
  .prize_container_items
  .prize_container_item_inner
  .prize_container_item_img {
  width: fit-content;
}

.job_top {
  background-color: #fff8f8;
}

.job_top_icon {
  background-color: #ffeaea;
  color: red;
  border-radius: 4px;
}

.job_top_icon .job_top_icon_inner {
  padding: 2px 4px;
  text-align: center;
}

.color-red {
  color: red;
}

.job_outstanding_mobile {
  display: none;
}

.fob_osd-grid .job_company-name .a-company:hover {
  color: #f07e1d;
}

.job_osd-icon a:hover {
  color: #f07e1d;
}

.jobs_container
  .article_component
  .article_component_inner
  .article_component_title
  h4:hover {
  color: #f07e1d;
}

.jobs_container
  .article_component
  .article_component_inner
  .article_component_title
  .article_component_detail
  p:hover {
  color: #f07e1d;
}

.jobs_container .article_component .article_component_image img:hover {
  opacity: 0.5;
}

.jobs_container
  .article_component
  .article_component_inner
  .article_component_detail
  p:hover {
  color: #f07e1d;
}

.apply_job-btn:hover {
  background-color: #ffa940 !important;
  color: #fff;
}

.apply_job-btn:hover {
  background-color: #ffa940 !important;
  color: #fff;
}

.jobs_container .article_component:hover {
  border: 1px solid var(--primary-color);
}

.swiper-wrapper_article {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}

.swiper-slide_article {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.job_osd-content .job_osd-icon {
  display: inline-block;
  max-width: 86px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job_osd-link {
  -webkit-line-clamp: 1;
  overflow-wrap: anywhere;
  display: -webkit-box;
  white-space: pre-wrap;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.company_img {
  height: 70px !important;
}

.related-inner {
  margin-bottom: 0;
}

.thongbao-searchjob-jobseeker {
  margin: 0;
  color: var(--Text_primary, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.delete_all-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--2, 8px);
  border-radius: var(--rounded-lg, 8px);
  border: 1px solid var(--gray-200, #e5e7eb);
  background: var(--gray-100, #f3f4f6);
  font-size: 1.4rem;
  padding: 0.8rem 1.6rem;
}

.box-loc .form-control {
  border-radius: 8px !important;
  border: 1px solid var(--Border, #e5e7eb) !important;
  background: #fff !important;
  box-shadow: unset;
  padding: 10px !important;
  float: right;
  width: 5.7rem !important;
}

.auto_sentence_box {
  border-radius: 8px;
  border: 1px solid var(--Border, #e5e7eb);
  background: #fefefe;
  padding: 15px;
  margin-bottom: 24px;
}

.auto-create-sentence {
  margin-bottom: -10px;
}

.auto-create-sentence p {
  margin: 0px 0 10px 0 !important;
  font-family: "Inter";
}

.property-margin-detail.propetty-top {
  margin-bottom: -10px;
}

.wfh_header .box_filter .mar_1510 {
  margin: 0;
}

.box_filter .header_filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box_filter .header_filter .clear_fiter {
  align-items: center;
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.4rem;
  cursor: pointer;
}

.box_filter {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
}

.box_filter .mar_1510 {
  margin: 0 !important;
}

ul.item_viTri {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  margin-bottom: 0;
}

.dash_line {
  border: none;
  border-top: 1px dashed #e5e7eb;
  margin: 0;
}

.filter-item_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.box_filter .filter_item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.wfh_container {
}

#box-search {
  position: sticky;
  z-index: 100;
  top: -10rem;
}

.property-margin-detail.propetty-top.auto_link_at_search_page {
  margin-bottom: 24px;
}

.jobs-details-header {
  position: relative;
}

.jobs-header-left {
  overflow: unset;
}

.jobs-title {
  overflow: unset;
  position: relative;
}

.related-inner:hover {
  filter: unset;
}

#searchresult_page .pagination {
  margin-bottom: 0;
}

.company_name_container {
  display: grid;
  grid-template-columns: fit-content(100%) auto;
  gap: 4px;
  align-items: center;
}

.company_name_container .a-company {
  text-transform: capitalize;
  -webkit-line-clamp: 1;
  overflow-wrap: anywhere;
  display: -webkit-box;
  white-space: pre-wrap;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 0;
}
.jobs-header-left {
  width: 100%;
}
.company_host_category_container {
  margin-top: 1.6rem;
}
.article_carousel_container {
  margin: 0;
}
.article_carousel_container .article_carousel_inner {
  padding: 0;
}
.path {
  font-family: "Inter";
}

/* CSS cho description content wrapper */
/* .description-content-wrapper {
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.5;
    font-size: 14px;
    color: var(--text-color);
}

/* Mobile responsive cho button search */
@media (max-width: 480px) {
  .col-btn-search .btn-homesearch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
  }

  .col-btn-search .btn-homesearch .icon-mobile {
    display: inline-block;
    font-size: 16px;
  }

  .col-btn-search .btn-homesearch .hidden_mb {
    display: none;
  }

  /* .col-btn-search .btn-homesearch::before {
        content: "Lọc";
        font-family: 'Inter';
        font-size: 14px;
        font-weight: 500;
    } */
}

.description-content-wrapper * {
  max-width: 100%;
  box-sizing: border-box;
}

.description-content-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
}

.description-content-wrapper table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  overflow-x: auto;
  display: block;
}

.description-content-wrapper table td,
.description-content-wrapper table th {
  padding: 8px;
  border: 1px solid #ddd;
  word-wrap: break-word;
}

.description-content-wrapper p {
  margin: 0;
  line-height: 1.5;
}

.description-content-wrapper ul,
.description-content-wrapper ol {
  margin: 8px 0;
  padding-left: 20px;
}

.description-content-wrapper li {
  margin: 4px 0;
}

.description-content-wrapper h1,
.description-content-wrapper h2,
.description-content-wrapper h3,
.description-content-wrapper h4,
.description-content-wrapper h5,
.description-content-wrapper h6 {
  margin: 16px 0 8px 0;
  line-height: 1.3;
}

.description-content-wrapper a {
  color: var(--primary-color);
  text-decoration: none;
}

.description-content-wrapper a:hover {
  text-decoration: underline;
}

.description-content-wrapper blockquote {
  margin: 10px 0;
  padding: 10px;
  border-left: 4px solid var(--primary-color);
  background-color: #f9f9f9;
}

.description-content-wrapper pre {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 4px;
  overflow-x: auto;
  margin: 10px 0;
}

.description-content-wrapper code {
  background-color: #f5f5f5;
  padding: 2px 4px;
  border-radius: 3px;
  font-family: "Courier New", monospace;
}
*/ @media (max-width: 1300px) {
  #box-search {
    top: -22rem;
  }
}
@media (max-width: 480px) {
  #searchresult_page .article_carousel_inner .see_all {
    margin-top: 0;
  }

  #searchresult_page .company-box-big {
    padding: 1.5rem;
  }
  .mar_title {
    margin-bottom: 0.8rem;
  }
  .delete_all-btn {
    padding: 0.6rem 1.2rem;
  }
  .box_filter .filter_item {
    gap: 0.4rem;
  }
  #box-search {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    top: 6.5rem;
    padding: 0 1rem;
  }
  .wfh_container {
    border-radius: 0 !important;
  }
  .fixed_wfh {
    gap: 0 !important;
  }
  .filter-item_container {
    gap: 0.8rem;
  }
  .box_filter {
    gap: 0.4rem;
  }
  .box_wfh {
    padding: 0.8rem 1.5rem;
  }
  .fob_osd-grid .job_company-name-title .a-company .company_name_title {
    font-size: 1.2rem;
  }
  /* .article_carousel_container .article_carousel_inner .owl-item{
        padding: 1.2rem;
    
    }
    .jobs_container .article_component{
        padding: 0;
    } */
  .article-container {
    margin: 0;
    padding: 0;
  }

  .box_filter {
  }

  .jobs_container {
    display: flex;
    gap: 16px;
    flex-direction: column;
    margin: 0 -10px;
  }

  .auto_sentence_box {
    padding: 1rem;
    margin-bottom: 0;
    margin: 0 -1rem;
  }
  .searchresult-container-em .auto_sentence_box {
    margin: 0;
  }
  .article-container .jobs_container {
    margin: 0 !important;
  }
  .thongbao-searchjob-jobseeker {
    margin: 0;
    padding: 0 1rem;
  }

  #searchresult_page .searchresult_page_inner {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .searchresult-container-em #searchresult_page .searchresult_page_inner {
    margin-left: 0;
    margin-right: 0;
  }
  .jobs_container {
    margin: 0 -1.5rem !important;
  }
  .searchresult-container-em .jobs_container {
    margin: 0 !important;
  }
  .property-margin-detail.propetty-top.auto_link_at_search_page {
    margin: 0 -1rem !important;
  }

  .searchresult-container-em .property-margin-detail.propetty-top {
    margin: 0;
  }
  .article_carousel_container {
    margin: 0 -1rem;
  }
  .searchresult-container-em .article_carousel_container {
    margin: 0;
  }

  /* Mobile responsive cho description content */
  .description-content-wrapper {
    font-size: 13px;
    line-height: 1.4;
  }

  .description-content-wrapper table {
    font-size: 12px;
  }

  .description-content-wrapper table td,
  .description-content-wrapper table th {
    padding: 4px 6px;
  }

  .description-content-wrapper h1,
  .description-content-wrapper h2,
  .description-content-wrapper h3,
  .description-content-wrapper h4,
  .description-content-wrapper h5,
  .description-content-wrapper h6 {
    margin: 12px 0 6px 0;
  }

  .description-content-wrapper ul,
  .description-content-wrapper ol {
    padding-left: 16px;
  }
}
