.doctor-section {
  margin: 48px 32px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  background: url("../../images/doctor-bg.png") no-repeat center left/cover;
  border-radius: 32px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  position: relative;
}
@media (max-width: 834px) {
  .doctor-section {
    margin: 32px 0;
  }
}
.doctor-section .doctor-left {
  width: 552px;
  background: url("../../images/doctor.png") no-repeat top center/cover;
  height: 500px;
}
@media (max-width: 1280px) {
  .doctor-section .doctor-left {
    width: 345px;
    height: 380px;
  }
}
@media (max-width: 834px) {
  .doctor-section .doctor-left {
    position: absolute;
    bottom: -50px;
    right: -94px;
    width: 326px;
    height: 310px;
  }
}
.doctor-section .doctor-right {
  flex: 1;
  padding: 48px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .doctor-section .doctor-right {
    padding: 24px 16px;
  }
}
.doctor-section .doctor-right .title {
  color: #1d2939;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 24px;
}
@media (max-width: 1280px) {
  .doctor-section .doctor-right .title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 834px) {
  .doctor-section .doctor-right .title {
    font-size: 24px;
    line-height: 32px;
    width: calc(100% - 90px);
  }
}
.doctor-section .doctor-right .btn {
  max-width: max-content;
  margin-top: 32px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .doctor-section .doctor-right .btn {
    font-size: 16px;
    line-height: 24px;
  }
}

.evaluation-section {
  padding: 64px 32px 64px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background-image: url("../../images/serivice-bg.png");
  background-color: #0d3aff;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
}
.evaluation-section .evaluation-left {
  width: 435px;
  flex-shrink: 0;
}
.evaluation-section .evaluation-left .title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
  margin-top: 24px;
}
@media (max-width: 640px) {
  .evaluation-section .evaluation-left .title {
    font-size: 30px;
    line-height: 38px;
  }
}
.evaluation-section .evaluation-right {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.evaluation-section .evaluation-right .slider {
  width: 100%;
  padding: 12px 0;
}
.evaluation-section .evaluation-right .slider .swiper-wrapper {
  width: 100%;
}
.evaluation-section .evaluation-right .slider .swiper-slide {
  width: 100%;
  height: auto;
}
.evaluation-section .evaluation-right .slider .swiper-pagination-bullet {
  width: 16px;
  height: 8px;
  border-radius: 4px;
  background: #3068ff;
  opacity: 1;
}
.evaluation-section .evaluation-right .slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 42px;
  background: #ffffff;
}
.evaluation-section .evaluation-right .slider .slider-item {
  margin: 0 54px;
  margin-bottom: 20px;
  width: calc(100% - 108px);
  display: flex;
  justify-content: space-between;
  gap: 32px;
  background: #ffffff;
  border-radius: 32px;
  background: #f9fafb;
  box-shadow: 20px 14px 40px 0px rgba(0, 0, 0, 0.08);
  min-height: 200px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 640px) {
  .evaluation-section .evaluation-right .slider .slider-item {
    margin: 0;
    margin-bottom: 60px;
    width: 100%;
    flex-direction: column;
  }
}
.evaluation-section .evaluation-right .slider .slider-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 165px;
  height: 120px;
  border-radius: 0px 205.767px 0px 0px;
  background: linear-gradient(226deg, #4b73ff -0.72%, #7cf7ff 103.23%);
}
@media (max-width: 640px) {
  .evaluation-section .evaluation-right .slider .slider-item::before {
    bottom: unset;
    top: 78px;
    width: 100%;
    height: 102px;
  }
}
.evaluation-section .evaluation-right .slider .slider-item .slider-item-left {
  height: 100%;
  position: relative;
  z-index: 1;
  width: 165px;
  padding: 30px 16px 24px;
}
@media (max-width: 640px) {
  .evaluation-section .evaluation-right .slider .slider-item .slider-item-left {
    display: flex;
    width: 100%;
    align-items: end;
  }
}
.evaluation-section .evaluation-right .slider .slider-item .slider-item-left .slider-item-left-top {
  display: flex;
  align-items: start;
  gap: 8px;
}
.evaluation-section .evaluation-right .slider .slider-item .slider-item-left .slider-item-left-top .avatar {
  width: 96px;
  height: 96px;
  border-radius: 100rem;
  object-fit: cover;
}
.evaluation-section .evaluation-right .slider .slider-item .slider-item-left .slider-item-left-top .quote {
  width: 32px;
  height: 32px;
  margin-top: -14px;
}
.evaluation-section .evaluation-right .slider .slider-item .slider-item-left .slider-item-left-bottom {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  gap: 2px;
  border-radius: 100px;
  border: 1px solid #f9fafb;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  margin-top: 20px;
}
@media (max-width: 640px) {
  .evaluation-section .evaluation-right .slider .slider-item .slider-item-left .slider-item-left-bottom {
    margin-left: -24px;
  }
}
.evaluation-section .evaluation-right .slider .slider-item .slider-item-left .slider-item-left-bottom .star {
  width: 20px;
  height: 20px;
}
.evaluation-section .evaluation-right .slider .slider-item .slider-item-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 24px;
  padding-left: 0;
}
@media (max-width: 640px) {
  .evaluation-section .evaluation-right .slider .slider-item .slider-item-right {
    padding: 24px 16px;
  }
}
.evaluation-section .evaluation-right .slider .slider-item .slider-item-right .title {
  color: #0d3aff;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.evaluation-section .evaluation-right .slider .slider-item .slider-item-right .description {
  color: #667085;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.evaluation-section .evaluation-right .slider .slider-item .slider-item-right .name {
  color: #101828;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.evaluation-section .evaluation-right .custom-prev,
.evaluation-section .evaluation-right .custom-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  z-index: 10;
}
.evaluation-section .evaluation-right .custom-prev::after,
.evaluation-section .evaluation-right .custom-next::after {
  font-size: 20px;
  color: 32EFF;
}
@media (max-width: 640px) {
  .evaluation-section .evaluation-right .custom-prev,
  .evaluation-section .evaluation-right .custom-next {
    top: unset;
    bottom: 0;
  }
}
.evaluation-section .evaluation-right .custom-prev {
  left: 0px;
}
.evaluation-section .evaluation-right .custom-next {
  right: 0px;
}
@media (max-width: 640px) {
  .evaluation-section .evaluation-right .custom-prev {
    left: 17px;
  }
  .evaluation-section .evaluation-right .custom-next {
    right: 17px;
  }
}
@media (max-width: 1280px) {
  .evaluation-section {
    flex-direction: column;
    padding: 48px 32px;
  }
  .evaluation-section .evaluation-left {
    width: 100%;
  }
  .evaluation-section .evaluation-right {
    width: 100%;
  }
}

.brand-section {
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand-section .title {
  color: #1d2939;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 40px;
}
.brand-section .brand-list {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
.brand-section .brand-list:hover .track {
  animation-play-state: paused;
}
.brand-section .track {
  display: flex;
  gap: 56px;
  animation: scroll 30s linear infinite;
}
.brand-section .track img {
  height: 48px;
  object-fit: cover;
  margin-right: 32px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 32px));
  }
}

.instructions {
  padding: 24px 0;
}
.instructions .title-box {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 32px;
}
.instructions .title-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1024px) {
  .instructions .title-content {
    align-items: center;
    width: 100%;
  }
}
.instructions .title-content p {
  color: var(--Gray-800, #1d2939);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
@media (max-width: 1024px) {
  .instructions .title-content p {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .instructions .title-content p {
    font-size: 32px;
    line-height: 40px;
  }
}
.instructions .btn {
  height: max-content;
  width: max-content;
}

.customer_instructions {
  padding-bottom: 32px;
}

.btn-all[data-index="2"] {
  display: none;
}

@media (max-width: 1024px) {
  .btn-all[data-index="2"] {
    display: flex;
    margin: 0 auto;
  }
  .btn-all[data-index="1"] {
    display: none;
  }
}
.support-section {
  display: flex;
  gap: 48px;
  align-items: center;
  padding: 48px 0;
  overflow: hidden;
}
.support-section .image {
  margin-left: -162px;
  width: 774px;
  height: 774px;
  padding: 32px;
  border-radius: 100rem;
  border: 2px dashed #032eff;
}
.support-section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100rem;
}
@media (max-width: 1280px) {
  .support-section .image {
    display: none;
  }
}
.support-section .support {
  flex: 1;
}

.blog-section {
  padding: 48px 32px;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .blog-section {
    padding: 32px 0;
  }
}
.blog-section #pagination-container-sm {
  display: none;
}
@media (max-width: 640px) {
  .blog-section #pagination-container {
    display: none;
  }
  .blog-section #pagination-container-sm {
    display: block;
  }
}
.blog-section > h1 {
  color: #1d2939;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin: 16px 0;
}
@media (max-width: 834px) {
  .blog-section > h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 640px) {
  .blog-section > h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
.blog-section .paginationjs-pages {
  padding-top: 0 !important;
  border: none !important;
}
.blog-section .paginationjs-pages > ul {
  float: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.blog-section .custom-prev,
.blog-section .custom-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #032eff;
}
.blog-section .custom-prev img,
.blog-section .custom-next img {
  width: 24px;
  height: 24px;
}
.blog-section .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  overflow-y: auto;
  padding: 2px 0;
  gap: 16px;
}
.blog-section .filter.hide-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.blog-section .filter.hide-scroll::-webkit-scrollbar {
  display: none;
}
.blog-section .filter-tabs {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
  border-radius: 100px;
  padding: 8px;
}
.blog-section .filter-tabs--list {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: var(--White, #fff);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.blog-section .filter-tabs--list.grabbing {
  cursor: grabbing;
}
.blog-section .filter-tabs--list::-webkit-scrollbar {
  display: none;
}
.blog-section .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;
}
.blog-section .filter-tabs span.active, .blog-section .filter-tabs span:hover {
  color: var(--Primary-700, #032eff);
  background: var(--Primary-50, #e8f5ff);
}
.blog-section .filter-select {
  display: none;
  flex-direction: column;
  gap: 8px;
  margin: 16px 0;
}
@media (max-width: 640px) {
  .blog-section .filter-select {
    display: flex;
  }
}
.blog-section .filter-select span {
  color: var(--Gray-700, #344054);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.blog-section .filter-select select {
  display: flex;
  width: 100%;
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background: var(--White, #fff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--Gray-900, #101828);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.blog-section .filter-select select:focus {
  outline: none;
  border-color: var(--Primary-300, #84caff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px rgba(3, 46, 255, 0.1);
}
.blog-section .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 32px;
}
@media (max-width: 1280px) {
  .blog-section .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .blog-section .list {
    grid-template-columns: 1fr;
  }
}
.blog-section .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);
  cursor: pointer;
}
.blog-section .list .item > img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 16px;
}
.blog-section .list .item > span {
  color: var(--Primary-700, #032eff);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 32px;
}
.blog-section .list .item > a {
  color: var(--Gray-900, #101828);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 16px;
  cursor: pointer;
}
.blog-section .list .item > p {
  margin-top: 8px;
  color: var(--Gray-500, #667085);
  font-size: 18px;
  line-height: 28px;
}
.blog-section .list .item.so-yte-item {
  background-color: #f8f9fc;
  border: 1px solid #e0e7ff;
}
.blog-section .list .item.so-yte-item > span {
  color: #4338ca;
}
.blog-section .list .item.so-yte-item .tags div span {
  background-color: #e0e7ff;
  color: #4338ca;
}
.blog-section .list .item.so-yte-item .tags div span:nth-child(2) {
  background-color: #fef3c7;
  color: #d97706;
}
.blog-section .list .tags {
  display: flex;
  margin-top: 24px;
}
.blog-section .list .tags > div {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.blog-section .list .tags > div a,
.blog-section .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;
  white-space: nowrap;
}
.blog-section .list-recruitment {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 32px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .blog-section .list-recruitment {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.blog-section .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);
}
.blog-section .list-recruitment .recruitment .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .blog-section .list-recruitment .recruitment .info {
    flex-direction: column;
    gap: 16px;
  }
}
.blog-section .list-recruitment .recruitment .info > div span {
  color: var(--Primary-700, #032eff);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.blog-section .list-recruitment .recruitment .info > div p {
  color: var(--Gray-900, #101828);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.blog-section .list-recruitment .recruitment .info a .button {
  margin-top: 0;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}
.blog-section .list-recruitment .recruitment .info a .button span {
  font-size: 16px;
  line-height: 24px;
}
.blog-section .list-recruitment .recruitment .type {
  display: flex;
  gap: 24px;
}
.blog-section .list-recruitment .recruitment .type > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-section .list-recruitment .recruitment .type > div img {
  width: 20px;
  height: 20px;
}
.blog-section .list-recruitment .recruitment .type > div span {
  color: var(--Gray-500, #667085);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.blog-section .bottom-action {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .blog-section .bottom-action {
    justify-content: space-between;
  }
}