@charset "UTF-8";
.content .container {
  margin-top: 48px;
  margin-bottom: 75px;
}
@media (max-width: 1280px) {
  .content .container {
    margin-top: 32px;
    margin-bottom: 48px;
  }
}
@media (max-width: 640px) {
  .content .container {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}

/* .hero-section-container.container {
  margin: unset !important;
} */
.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .search > p {
  color: var(--Gray-700, #344054);
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 16px;
}
.top .search > span {
  color: var(--Gray-500, #667085);
  font-family: Inter;
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
}
.top .search .search-form {
  display: flex;
  gap: 16px;
}
.top .search .form-group {
  width: 320px;
}
@media (max-width: 1280px) {
  .top {
    flex-direction: column;
    gap: 24px;
    align-items: start;
  }
  .top .about-content,
  .top .search {
    flex: 0 1 100%;
    width: 100% !important;
  }
  .top .search-form > div {
    width: 100% !important;
    flex: 1;
  }
}
.top .about-content {
  width: 620px;
  margin: unset;
  align-items: unset;
}
.top .about-content > h1 {
  text-align: start;
}

.spotlight {
  margin-bottom: 64px;
}
.spotlight > h2 {
  color: var(--Primary-700, #032eff);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--Gray-200, #f1f2f6);
}
.spotlight .banner {
  display: flex;
  align-items: end;
  width: 100%;
  height: 586px;
  background: url("../../images/doctor-8.png") no-repeat center;
  background-size: cover;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
  margin-top: 24px;
}
.spotlight .banner .content {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(128px);
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.spotlight .banner .content > a {
  color: var(--White, #fff);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
}
.spotlight .banner .content > p {
  color: var(--Gray-25, #fcfcfd);
  font-size: 16px;
  line-height: 24px;
  max-width: 765px;
}
@media (max-width: 640px) {
  .spotlight .banner .content > p {
    display: none;
  }
}
.spotlight .banner .about {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  width: 100%;
}
@media (max-width: 640px) {
  .spotlight .banner .about {
    display: none;
  }
}
.spotlight .banner .about .author {
  display: flex;
  gap: 12px;
}
.spotlight .banner .about .author > div {
  display: flex;
  flex-direction: column;
}
.spotlight .banner .about .author > div span {
  color: var(--White, #fff);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.spotlight .banner .about .author img {
  width: 48px;
  height: 48px;
  border-radius: 100rem;
}
.spotlight .banner .about .tags {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.spotlight .banner .about .tags > p {
  color: var(--White, #fff);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.spotlight .banner .about .tags > div {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.spotlight .banner .about .tags > div span {
  padding: 2px 10px;
  color: var(--Blue-700, #175cd3);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 16px;
  background: var(--Blue-50, #eff8ff);
}

.list-blog .filter {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 48px;
  gap: 16px;
}
@media (max-width: 1280px) {
  .list-blog .filter {
    flex-direction: column;
    gap: 16px;
    gap: 32px;
    align-items: start;
  }
}
@media (max-width: 782px) {
  .list-blog .filter {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .list-blog .filter {
    flex-direction: column;
    gap: 24px;
  }
}
.list-blog .filter .filter-tabs {
  padding: 8px;
  gap: 8px;
  border-radius: 100px;
  background: var(--White, #fff);
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
  max-width: 100%;
  overflow: hidden;
}
.list-blog .filter .filter-tabs--list {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.list-blog .filter .filter-tabs--list::-webkit-scrollbar {
  display: none;
}
.list-blog .filter .filter-tabs--list.grabbing {
  cursor: grabbing;
  user-select: none;
}
@media (max-width: 782px) {
  .list-blog .filter .filter-tabs {
    display: none;
  }
}
.list-blog .filter .filter-tabs span {
  cursor: pointer;
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Gray-500, #667085);
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 100px;
  white-space: nowrap;
}
.list-blog .filter .filter-tabs span.active, .list-blog .filter .filter-tabs span:hover {
  color: var(--Primary-700, #032eff);
  background: var(--Primary-50, #e8f5ff);
}
.list-blog .filter .filter-select {
  display: none !important;
}
@media (max-width: 782px) {
  .list-blog .filter .filter-select {
    display: flex !important;
  }
}
.list-blog .filter .sort-by,
.list-blog .filter .filter-select {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 640px) {
  .list-blog .filter .sort-by,
  .list-blog .filter .filter-select {
    width: 100%;
  }
}
.list-blog .filter .sort-by > span,
.list-blog .filter .filter-select > span {
  color: var(--Gray-700, #344054);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.list-blog .filter .sort-by select,
.list-blog .filter .filter-select select {
  padding: 10px 14px;
  width: 257px;
  height: 44px;
  border-radius: 100px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background-color: #f3f7fb;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--Gray-900, #101828);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  appearance: none; /* Xóa style mặc định */
  -webkit-appearance: none; /* Đối với trình duyệt WebKit */
  -moz-appearance: none; /* Đối với Firefox */
  background-image: url("../../images/icons/chevron-down.svg"); /* Custom mũi tên */
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 20px;
  outline: none;
}
@media (max-width: 640px) {
  .list-blog .filter .sort-by select,
  .list-blog .filter .filter-select select {
    width: 100%;
  }
}
.list-blog .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1280px) {
  .list-blog .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .list-blog .list {
    grid-template-columns: 1fr;
  }
}
.list-blog .list .item {
  display: flex;
  padding: 16px 16px 32px 16px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 24px;
  background: var(--Primary-50, #e8f5ff);
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}
.list-blog .list .item > img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 16px;
}
.list-blog .list .item > span {
  color: var(--Primary-700, #032eff);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 32px;
}
.list-blog .list .item > h3 {
  color: var(--Gray-900, #101828);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 16px;
  cursor: pointer;
}
.list-blog .list .item > p {
  margin-top: 8px;
  color: var(--Gray-500, #667085);
  font-size: 18px;
  line-height: 28px;
}
.list-blog .list .item.so-yte-item {
  background-color: #f8f9fc;
  border: 1px solid #e0e7ff;
}
.list-blog .list .item.so-yte-item > span {
  color: #4338ca;
}
.list-blog .list .item.so-yte-item .tags div span {
  background-color: #e0e7ff;
  color: #4338ca;
}
.list-blog .list .item.so-yte-item .tags div span:nth-child(2) {
  background-color: #fef3c7;
  color: #d97706;
}
.list-blog .list .tags {
  display: flex;
  margin-top: 24px;
}
.list-blog .list .tags > div {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.list-blog .list .tags > div span {
  padding: 2px 10px;
  color: var(--Primary-700, #032eff);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 16px;
  background: #d3ebff;
}

.paginationjs-pages {
  padding-top: 48px !important;
}

.list-recruitment {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 640px) {
  .list-recruitment {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.list-recruitment .recruitment {
  display: flex;
  padding: 24px 24px 28px 24px;
  flex-direction: column;
  gap: 24px;
  border-radius: 16px;
  border: 1px solid var(--Gray-200, #eaecf0);
  background: var(--White, #fff);
}
.list-recruitment .recruitment .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .list-recruitment .recruitment .info {
    flex-direction: column;
    gap: 16px;
  }
}
.list-recruitment .recruitment .info > div span {
  color: var(--Primary-700, #032eff);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.list-recruitment .recruitment .info > div p {
  color: var(--Gray-900, #101828);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.list-recruitment .recruitment .info .button {
  margin-top: 0;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}
.list-recruitment .recruitment .info .button span {
  font-size: 16px;
  line-height: 24px;
}
.list-recruitment .recruitment .type {
  display: flex;
  gap: 24px;
}
.list-recruitment .recruitment .type > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.list-recruitment .recruitment .type > div img {
  width: 20px;
  height: 20px;
}
.list-recruitment .recruitment .type > div span {
  color: var(--Gray-500, #667085);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}