@charset "UTF-8";
.ServiceOverview {
  padding-top: 66px;
  padding-bottom: 43px;
}
.container .ServiceOverviewBox {
  align-items: center !important; 
}
.ServiceOverview .ServiceOverviewBox img {
  width: 484px;
  height: 300px;
  margin: 0 auto;
}
.ServiceOverview .ServiceOverviewBox .ServiceOverviewText {
  /* max-width: 320px; */
  margin: 0 auto;
}
.ServiceOverview .ServiceOverviewBox .ServiceOverviewText h2 {
  margin-top: 22px;
  margin-bottom: 19px;
  color: var(--Brand-Blue, #005bab);
  font-size: clamp(24px, 1.5625vw, 30px);
  line-height: 1.33;
  letter-spacing: 4.8px;
  position: relative;
}
.ServiceOverview .ServiceOverviewBox .ServiceOverviewText h2::after {
  content: "";
  height: 2px;
  width: 60px;
  background: var(--Brand-Blue, #005bab);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
}
.ServiceOverview .ServiceOverviewBox .ServiceOverviewText p {
  color: #4d4d4d;
  font-size: clamp(16px, 1.041vw, 20px);
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 1.6px;
  /* max-width: 315px; */
}
.ServiceOverview .ServiceOverviewBox .ServiceOverviewText a {
  margin: 28px auto 0;
}

.hospitalVedio {
  padding: 45px 0;
}
.hospitalVedio-Box .moreTitle {
  max-width: 340px;
  margin: 0 auto;
}
.hospitalVedio-Box .moreTitle h2 {
  color: var(--Brand-Blue, #005bab);
  font-family: "Noto Sans HK";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 4.8px;
  position: relative;
}
.hospitalVedio-Box .moreTitle h2::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--Brand-Blue, #005bab);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.hospitalVedio-Box .moreTitle a {
  color: var(--Brand-Blue, #005bab);
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 1.6px;
  white-space: nowrap;
}
.hospitalVedio-Box .moreTitle a svg {
  margin-left: 3px;
  width: 11px;
  height: 17px;
}
.hospitalVedio-Box .moreTitle a:hover {
  color: var(--Brand-Blue, #005bab);
}
.hospitalVedio-Box .moreTitle a:hover svg path {
  stroke: #005bab;
}
.hospitalVedio-Box-Video .VedioUrl {
  width: 340px;
  height: 188px;
  border-radius: 15px;
  margin-top: 37px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.hospitalVedio-Box-Video .VedioUrl iframe {
  width: 340px;
  height: 188px;
  flex-shrink: 0;
  background: linear-gradient(
      90deg,
      rgba(80, 164, 175, 0.2) 0%,
      rgba(255, 240, 240, 0) 100%
    ),
    url(../images/c158742e125d4454bd3ecad3be68a1d6.gif) lightgray 50% / cover no-repeat, var(--Grey-Pale, #aaa);
}
/* .hospitalVedio-Box-Video .VedioUrl::after {
  position: absolute;
  content: "";
  pointer-events: none;
  width: 58px;
  height: 58px;
  background: url("../images/index-vedio-playicon.webp") no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
.hospitalVedio-Box-Video a {
  display: block;
  max-width: 315px;
  margin: 0 auto 0;
  padding: 11px 0 0;
  color: var(--Brand-Blue, #005bab);
  text-align: justify;
  font-family: "Noto Sans HK";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
  line-height: normal;
}
.hospitalVedio-Box-Img {
  margin-top: 45px;
}
.hospitalVedio-Box-Img ul {
  margin: 37px auto 18px;
  gap: 10px;
  overflow: scroll;
}
.hospitalVedio-Box-Img ul::-webkit-scrollbar {
  display: none;
}
.hospitalVedio-Box-Img ul li {
  width: 333px;
  height: 222px;
}
.hospitalVedio-Box-Img ul li img {
  border-radius: 8.32px;
  width: 333px;
  height: 222px;
}

.CoreHighlight {
  padding: 37px 0 45px 0;
  overflow: hidden;
}
.CoreHighlight .pubilc-title p {
  letter-spacing: 1.6px;
  max-width: 315px;
  margin-top: 25px;
}
.CoreHighlight-bgSvg {
  position: absolute;
  width: 395.945px;
  height: 219.946px;
  bottom: -22px;
  left: -139px;
  z-index: 0;
}
.CoreHighlight-Box {
  margin: 0 auto;
}
.CoreHighlight-Box-List {
  margin-top: 20px;
  gap: 27px;
}
.CoreHighlight-Box-List-Card {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 335px;
  width: 89.33vw;
  padding-bottom: 22px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.CoreHighlight-Box-List-Card-Img {
  max-height: 188px;
}
.CoreHighlight-Box-List-Card-Text {
  padding: 15px 17.5px 0;
}
.CoreHighlight-Box-List-Card-Text h3 {
  color: #df7000;
  font-size: clamp(18px, 1.25vw, 24px);
  font-style: normal;
  margin-bottom: 8px;
}
.CoreHighlight-Box-List-Card-Text p {
  color: #4d4d4d;
  font-size: clamp(16px, 1.041vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 1.6px;
}
.CoreHighlight-Box-btn {
  margin-top: 28px;
}
.CoreHighlight-Box-Phone {
  margin-top: 20px;
}
.CoreHighlight-Box-Phone .CoreHighlightSwiper .swiper-wrapper .swiper-slide {
  gap: 28px;
  text-align: center;
}
.CoreHighlight-Box-Phone
  .CoreHighlightSwiper
  .swiper-wrapper
  .swiper-slide
  .CoreHighlight-Box-Phone-List-Card {
  cursor: pointer;
  width: 340px;
  height: 340px;
  padding-bottom: 0px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 0;
}
.CoreHighlight-Box-Phone
  .CoreHighlightSwiper
  .swiper-wrapper
  .swiper-slide
  .CoreHighlight-Box-Phone-List-Card-Img {
  max-width: auto;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-height: none;
  position: relative;
}
.CoreHighlight-Box-Phone
  .CoreHighlightSwiper
  .swiper-wrapper
  .swiper-slide
  .CoreHighlight-Box-Phone-List-Card-Img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(
      180deg,
      rgba(0, 91, 171, 0) 72.47%,
      rgba(0, 91, 171, 0.4) 92.26%
    )
    no-repeat;
}
.CoreHighlight-Box-Phone
  .CoreHighlightSwiper
  .swiper-wrapper
  .swiper-slide
  .CoreHighlight-Box-Phone-List-Card-Img
  h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  color: var(--White, #fff);
  text-align: center;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  font-family: "Noto Sans HK";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33; /* 133.333% */
  letter-spacing: 4.8px;
}
.CoreHighlight-Box-Phone
  .CoreHighlightSwiper
  .swiper-wrapper
  .swiper-slide
  .CoreHighlight-Box-Phone-List-Card-Text {
  display: none;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  padding: 23px 27px 25px;
}
.CoreHighlight-Box-Phone
  .CoreHighlightSwiper
  .swiper-wrapper
  .swiper-slide
  .CoreHighlight-Box-Phone-List-Card-Text
  > div {
  height: 100%;
}
.CoreHighlight-Box-Phone
  .CoreHighlightSwiper
  .swiper-wrapper
  .swiper-slide
  .CoreHighlight-Box-Phone-List-Card-Text
  h3 {
  color: var(--Brand-Blue, #005bab);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33; /* 133.333% */
  letter-spacing: 4.8px;
  margin-bottom: 26px;
}
.CoreHighlight-Box-Phone
  .CoreHighlightSwiper
  .swiper-wrapper
  .swiper-slide
  .CoreHighlight-Box-Phone-List-Card-Text
  p {
  text-align: justify;
  max-width: 285px;
  color: #4d4d4d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 1.6px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.CoreHighlight-Box-Phone
  .CoreHighlightSwiper
  .swiper-wrapper
  .swiper-slide
  .CoreHighlight-Box-Phone-List-Card-Text
  .toBtn
  .pubilc-button {
  height: 60px !important;
  width: 182px;
  padding: 10px 20px;
  white-space: nowrap;
  margin-top: 0;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  letter-spacing: 4.8px;
  font-size: 24px;
}
.CoreHighlight-Box-Phone
  .CoreHighlightSwiper
  .swiper-wrapper
  .swiper-slide
  .CoreHighlight-Box-Phone-List-Card-Text
  .toBtn
  .pubilc-button
  svg {
  width: 27px;
  height: 14px;
}
.CoreHighlight-Box-Phone
  .CoreHighlightSwiper
  .swiper-wrapper
  .swiper-slide
  .CoreHighlight-Box-Phone-List-Card-Text
  .toBtn
  .pubilc-button:hover {
  max-width: 200px !important;
  width: 200px !important;
}
.CoreHighlight-Box-Phone
  .CoreHighlightSwiper
  .swiper-wrapper
  .swiper-slide
  .CoreHighlight-Box-Phone-List-Card:hover
  .CoreHighlight-Box-Phone-List-Card-Img {
  display: none;
}
.CoreHighlight-Box-Phone
  .CoreHighlightSwiper
  .swiper-wrapper
  .swiper-slide
  .CoreHighlight-Box-Phone-List-Card:hover
  .CoreHighlight-Box-Phone-List-Card-Text {
  display: block;
}
.CoreHighlight-Box-Phone .CoreHighlightSwiper .swiper-wrapper-btn {
  margin-top: 47px;
}
.CoreHighlight-Box-Phone .swiper-pagination {
  bottom: 15px;
}
.CoreHighlight-Box-Phone .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 36px;
  height: 4px;
  border-radius: 0;
  margin: 0 4px;
}
.CoreHighlight-Box-Phone .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--Brand-Blue, #005bab);
}
.CoreHighlight-Box-Phone .swiper-paginationEdit {
  margin-top: 28px;
  width: 306px;
  height: 46.868px;
}
.CoreHighlight-Box-Phone .swiper-paginationEdit .swiper-button-prev,
.CoreHighlight-Box-Phone .swiper-paginationEdit .swiper-button-next {
  width: 46.868px;
  height: 46.868px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: background-color 0.5s ease;
}
.CoreHighlight-Box-Phone .swiper-paginationEdit .swiper-button-prev svg,
.CoreHighlight-Box-Phone .swiper-paginationEdit .swiper-button-next svg {
  width: 11px;
  height: 20px;
}
.CoreHighlight-Box-Phone .swiper-paginationEdit .swiper-button-prev::after,
.CoreHighlight-Box-Phone .swiper-paginationEdit .swiper-button-next::after {
  content: "";
}
.CoreHighlight-Box-Phone .swiper-paginationEdit .swiper-button-prev:hover,
.CoreHighlight-Box-Phone .swiper-paginationEdit .swiper-button-next:hover {
  background: var(--Brand-Blue, #005bab);
}
.CoreHighlight-Box-Phone .swiper-paginationEdit .swiper-button-prev:hover svg,
.CoreHighlight-Box-Phone .swiper-paginationEdit .swiper-button-next:hover svg {
  transition: stroke 0.3s ease;
}
.CoreHighlight-Box-Phone
  .swiper-paginationEdit
  .swiper-button-prev:hover
  svg
  path,
.CoreHighlight-Box-Phone
  .swiper-paginationEdit
  .swiper-button-next:hover
  svg
  path {
  stroke: #fff;
}

.WhyChooseUs {
  padding-top: 42px;
  padding-bottom: 20px;
}
.WhyChooseUs .pubilc-title h2 {
  color: var(--White, #fff);
}
.WhyChooseUs .pubilc-title h2::after {
  background-color: var(--White, #fff);
}
.WhyChooseUs-Box {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 37px;
}
.WhyChooseUs-Box-List {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.77);
}
.WhyChooseUs-Box-List-item {
  max-width: 375px;
  padding: 20px;
}
.WhyChooseUs-Box-List-item > div {
  align-items: baseline;
}
.WhyChooseUs-Box-List-item > div img {
  width: 71.786px;
  height: 63px;
}
.WhyChooseUs-Box-List-item > div h3 {
  margin-left: 14px;
  margin-bottom: 8px;
  color: var(--Brand-Blue, #005bab);
  /* 桌面版/PC-H2 */
  font-family: "Noto Sans HK";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  letter-spacing: 4.8px;
}
.WhyChooseUs-Box-List-item p {
  max-width: 325px;
  color: var(--Grey-Deep, #4d4d4d);
  text-align: justify;
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 1.6px;
}



@media screen and (max-width: 375px) {
  .WhyChooseUs {
    padding: 45px 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 992px) {
  .WhyChooseUs {
    padding: 45px 42px;
  }
  .WhyChooseUs-Box-List {
    max-width: 400px;
    margin: 0 auto;
  }
}
.SuccessfulCase {
  padding-top: 49px;
}
.SuccessfulCase-Box .pubilc-title h2 {
  color: var(--Brand-Blue, #005bab);
}
.SuccessfulCase-Box .pubilc-title h2::after {
  background-color: var(--Brand-Blue, #005bab);
}

.SuccessfulCase-Box .topCase {
  margin-top: 32px;
}
.SuccessfulCase-Box .SuccessfulCaseSwiper {
  overflow: auto;
}
.SuccessfulCase-Box .SuccessfulCaseSwiper::-webkit-scrollbar {
  display: none;
}
.SuccessfulCase-Box .SuccessfulCaseSwiper .caseList {
  gap: 10px;
  margin-top: 10px;
}
.SuccessfulCase-Box .SuccessfulCaseSwiper .caseList-item {
  margin: 0 auto;
  padding: 18px 20px;
  max-width: 325px;
  border-radius: 10px;
  overflow: hidden;

  box-shadow: 0px 0px 66.9px 0px rgba(0, 0, 0, 0.05);
}
.SuccessfulCase-Box .SuccessfulCaseSwiper .caseList-item h3,
.SuccessfulCase-Box .SuccessfulCaseSwiper .caseList-item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 1.6px;
}
.SuccessfulCase-Box .SuccessfulCaseSwiper .caseList-item h3 {
  color: var(--Brand-Blue, #005bab);
}
.SuccessfulCase-Box .SuccessfulCaseSwiper .caseList-item p {
  color: #4d4d4d;
  margin: 14px 0;
}
/* .SuccessfulCase-Box .SuccessfulCaseSwiper .caseList-item::after {
  content: "";
  width: 70%;
  height: 1px;
  position: absolute;
  background: rgb(232, 224, 213);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
} */
.SuccessfulCase-Box .SuccessfulCaseSwiper .caseList-item .casebgSvg {
  width: 45px;
  height: 44px;
  position: absolute;
  right: 20px;
  bottom: 18px;
}
.SuccessfulCase .swiper-pagination {
  bottom: 30px;
}
.SuccessfulCase .swiper-pagination .swiper-pagination-bullet {
  background: rgba(232, 224, 213, 1);
  opacity: 1;
  width: 36px;
  height: 4px;
  border-radius: 0;
  margin: 0 4px;
}
.SuccessfulCase .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--Brand-Blue, #005bab);
}
.SuccessfulCase .swiper-paginationEdit {
  width: 100%;
  height: 73px;
  padding: 0 34px;
  margin: 30px auto;
}
.SuccessfulCase .swiper-paginationEdit .swiper-button-prev,
.SuccessfulCase .swiper-paginationEdit .swiper-button-next {
  width: 46.868px;
  height: 46.868px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: background-color 0.5s ease;
}
.SuccessfulCase .swiper-paginationEdit .swiper-button-prev svg,
.SuccessfulCase .swiper-paginationEdit .swiper-button-next svg {
  width: 11px;
  height: 20px;
}
.SuccessfulCase .swiper-paginationEdit .swiper-button-prev::after,
.SuccessfulCase .swiper-paginationEdit .swiper-button-next::after {
  content: "";
}
.SuccessfulCase .swiper-paginationEdit .swiper-button-prev:hover,
.SuccessfulCase .swiper-paginationEdit .swiper-button-next:hover {
  background: var(--Brand-Blue, #005bab);
}
.SuccessfulCase .swiper-paginationEdit .swiper-button-prev:hover svg,
.SuccessfulCase .swiper-paginationEdit .swiper-button-next:hover svg {
  transition: stroke 0.3s ease;
}
.SuccessfulCase .swiper-paginationEdit .swiper-button-prev:hover svg path,
.SuccessfulCase .swiper-paginationEdit .swiper-button-next:hover svg path {
  stroke: #fff;
}
.SuccessfulCase .swiper-paginationEdit .swiper-button-prev {
  left: 34px;
}
.SuccessfulCase .swiper-paginationEdit .swiper-button-next {
  right: 34px;
}

.medicalTeam {
  padding: 52px 0 30px;
  background: var(--Grand-Light-Blue, #6096c5);
}
.medicalTeam-Box .pubilc-title h2 {
  color: #fff;
}
.medicalTeam-Box .pubilc-title h2::after {
  background: #fff;
}
.medicalTeam-Box .pubilc-title p {
  color: #fff;
  margin: 0 auto;
  margin-top: 31px;
  max-width: 315px;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 1.6px;
}
.medicalTeam-Content {
  margin-top: 26px;
}
.medicalTeam-Content .nav-pills {
  /* width: fit-content; */
  margin: 0 auto;
  margin-left: 20px;
  border-radius: 10px;
  overflow-y: auto;
  flex-wrap: nowrap;
}
.medicalTeam-Content .nav-pills::-webkit-scrollbar {
  display: none;
}
.medicalTeam-Content .nav-pills .nav-link {
  white-space: nowrap;

  font-family: "Noto Sans HK";
  box-sizing: border-box;
  color: var(--Grand-Light-Blue, #6096c5);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-width: 120px;
  padding: 10px 20px;
  border-radius: 0;
  border-right: 1px solid var(--Grand-Grey, #e8e0d5);
  background: var(--White, #fff);
}
.medicalTeam-Content .nav-pills .active {
  color: var(--White, #fff);
  background: var(--Brand-Blue, #005bab);
}
.medicalTeam-Content .nav-pills .nav-item:last-child .nav-link {
  border: none;
}
.medicalTeam-Content .tab-content {
  margin-top: 37px;
  padding: 0 10px;
}
.medicalTeam-Content .tab-content .medicalTeamSwiper {
  max-width: 420px;
  overflow: hidden;
  margin: 0 auto;
}
.medicalTeam-Content .tab-content .medicalTeamSwiper .medicalTeam-item {
  position: relative;
  background-color: #fff;
  max-width: 420px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
}
.medicalTeam-Content .tab-content .medicalTeamSwiper .medicalTeam-item-img {
  display: block;
  cursor: pointer;
  max-width: 420px;
  background-image: url("../images/index-dotorbg.avif");
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  max-height: 280px;

}

.medicalTeam-Content .tab-content .medicalTeamSwiper .medicalTeam-item-img::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 91, 171, 0) 60.17%, rgba(0, 91, 171, 0.3) 100%);
  left: 0;
  top: 0;
  pointer-events: none;
}
.medicalTeam-Content .tab-content .medicalTeamSwiper .medicalTeam-item-img img {
  width: auto;
  max-height: 280px;
  position: relative;

}

.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .medicalTeam-item
  > div:nth-child(2) {
  margin: 0 auto;
  padding: 20px 40px;
  text-align: justify;
  font-family: "Noto Sans HK";
  font-style: normal;
  height: 331px;
}
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .medicalTeam-item
  > div
  h2 i {
  color: var(--Brand-Blue, #005bab);
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 4.8px;
  position: relative;
}
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .medicalTeam-item
  > div
  h2 span {
  color: var(--Brand-Blue, #005bab);
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 2px;
  position: relative;
}
.medicalTeam-Content .tab-content .medicalTeamSwiper .medicalTeam-item > div p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 1.6px;
  color: var(--Grey-Deep, #4d4d4d);

  display: -webkit-box;

  overflow: hidden;

  text-overflow: ellipsis;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;
}
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .medicalTeam-item
  > div
  p:last-child {
  margin-top: 30px;
  display: -webkit-box;

  overflow: hidden;

  text-overflow: ellipsis;

  -webkit-line-clamp: 4;

  -webkit-box-orient: vertical;
}
.medicalTeam-Content .tab-content .medicalTeamSwiper .swiper-next {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.medicalTeam-Content .tab-content .medicalTeamSwiper .swiper-prev {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .swiper-next
  .swiper-button-next::after,
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .swiper-prev
  .swiper-button-prev::after {
  content: none;
}
.medicalTeam-Content .tab-content .medicalTeamSwiper .swiper-next svg,
.medicalTeam-Content .tab-content .medicalTeamSwiper .swiper-prev svg {
  /* width: 54.923px;
  height: 27.939px; */
  scale: 2.5;
}
.medicalTeam-Content .tab-content .medicalTeamSwiper .tabChangeMedicalTeam {
  max-width: 340px;
  margin: 0 auto;
  padding-top: 13px;
  height: 48px;
}
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .tabChangeMedicalTeam
  > div:nth-child(1) {
  max-width: 105px;
  width: 105px;
}
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .tabChangeMedicalTeam
  .swiper-button-prev {
  left: 0;
}
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .tabChangeMedicalTeam
  .swiper-button-next {
  right: 0;
}
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .tabChangeMedicalTeam
  .swiper-button-prev,
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .tabChangeMedicalTeam
  .swiper-button-next {
  width: 46.868px;
  height: 46.868px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: background-color 0.5s ease;
}
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .tabChangeMedicalTeam
  .swiper-button-prev
  svg,
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .tabChangeMedicalTeam
  .swiper-button-next
  svg {
  width: 11px;
  height: 20px;
}
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .tabChangeMedicalTeam
  .swiper-button-prev::after,
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .tabChangeMedicalTeam
  .swiper-button-next::after {
  content: "";
}
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .tabChangeMedicalTeam
  .swiper-button-prev:hover,
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .tabChangeMedicalTeam
  .swiper-button-next:hover {
  background: var(--Brand-Blue, #005bab);
}
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .tabChangeMedicalTeam
  .swiper-button-prev:hover
  svg,
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .tabChangeMedicalTeam
  .swiper-button-next:hover
  svg {
  transition: stroke 0.3s ease;
}
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .tabChangeMedicalTeam
  .swiper-button-prev:hover
  svg
  path,
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .tabChangeMedicalTeam
  .swiper-button-next:hover
  svg
  path {
  stroke: #fff;
}
.medicalTeam-Content
  .tab-content
  .medicalTeamSwiper
  .tabChangeMedicalTeam
  .pubilc-button {
  background: #fff;
}

.hospitalIntro-Box-img h2 {
  position: absolute;
  top: 50%;
  right: 35.05%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 4px;
}
.hospitalIntro-Box-img h2 p {
  margin-top: 12px;
  width: 78px;
  height: 2px;
  background: #fff;
}
.hospitalIntro-Box-content {
  padding: 39px 17.5px 57px;
}
.hospitalIntro-Box-content .pubilc-title h2 {
  color: #fff;
}
.hospitalIntro-Box-content .pubilc-title h2::after {
  background: #fff;
}
.hospitalIntro-Box-content-list {
  margin-top: 49px;
  gap: 40px;
}
.hospitalIntro-Box-content-list-item {
  max-width: 340px;
  color: #fff;
}
.hospitalIntro-Box-content-list-item-img {
  max-width: 340px;
  max-height: 188px;
  border-radius: 20px;
  overflow: hidden;
}
.hospitalIntro-Box-content-list-item-img a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 46.868px;
  height: 46.868px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  transition: background-color 0.5s ease;
}
.hospitalIntro-Box-content-list-item-img a svg {
  width: 12px;
  height: 20px;
}
.hospitalIntro-Box-content-list-item-img a:hover {
  background: var(--Brand-Blue, #005bab);
}
.hospitalIntro-Box-content-list-item-img a:hover svg {
  transition: stroke 0.3s ease;
}
.hospitalIntro-Box-content-list-item-img a:hover svg path {
  stroke: #fff;
}
.hospitalIntro-Box-content-list-item h2 {
  margin: 19px 0;
  font-size: clamp(24px, 1.5625vw, 30px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 4.8px;
}
.hospitalIntro-Box-content-list-item p {
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 1.6px;
}

.managementTeam-Box {
  padding: 34px 0 91px;
}
.managementTeam-Box-ContentPhone {
  margin-top: 66px;
}
.managementTeam-Box-ContentPhone .managementTeamXMPhone .swiper-wrapper {
  gap: 26px;
}
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .swiper-wrapper
  .swiper-slide {
  width: 217px !important;
}
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .swiper-pagination
  .swiper-pagination-bullet {
  background: #e8e0d5;
  opacity: 1;
  width: 40px;
  height: 2px;
  border-radius: 0;
  margin: 0 4px;
}
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #005bab;
}
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .swiper-bundler-buttonPhone {
  top: 99px;
}
.managementTeam-Box-ContentPhone .managementTeamXMPhone .swiper-pagination {
  transform: translateY(38px);
}
.managementTeam-Box-ContentPhone .managementTeamXMPhone .swiper-button-prev,
.managementTeam-Box-ContentPhone .managementTeamXMPhone .swiper-button-next {
  width: 46.868px;
  height: 46.868px;
  border-radius: 50%;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  transition: background-color 0.5s ease;
}
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .swiper-button-prev:hover,
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .swiper-button-next:hover {
  background: #005bab;
}
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .swiper-button-prev:hover
  svg,
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .swiper-button-next:hover
  svg {
  transition: stroke 0.3s ease;
}
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .swiper-button-prev:hover
  svg
  path,
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .swiper-button-next:hover
  svg
  path {
  stroke: #fff;
}
.managementTeam-Box-ContentPhone .managementTeamXMPhone .swiper-button-prev svg,
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .swiper-button-next
  svg {
  width: 13px;
  height: 23px;
}
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .swiper-button-prev
  .swiper-button-prev,
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .swiper-button-next
  .swiper-button-prev {
  left: 0;
}
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .swiper-button-prev
  .swiper-button-next,
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .swiper-button-next
  .swiper-button-next {
  right: 0;
}
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .swiper-button-prev::after,
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .swiper-button-next::after {
  content: "";
}
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .managementTeam-Box-ContentPhone-list {
  max-width: 217px;
  margin: 0 auto;
  gap: 26px;
  width: 217px;
}
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .managementTeam-Box-ContentPhone-list-item {
  max-width: 217px;
  width: 217px;
}
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .managementTeam-Box-ContentPhone-list-item
  img {
  max-width: 217px;
  width: 217px;
  height: 217px;
  max-height: 217px;
}
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .managementTeam-Box-ContentPhone-list-item-text {
  font-family: "Noto Sans HK";
  font-style: normal;
}
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .managementTeam-Box-ContentPhone-list-item-text
  h2 {
  margin-top: 24px;
  color: #005bab;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 4.8px;
}
.managementTeam-Box-ContentPhone
  .managementTeamXMPhone
  .managementTeam-Box-ContentPhone-list-item-text
  p {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 1.6px;
}

.Recommended {
  padding-top: 45px;
  padding-bottom: 28px;
}
.Recommended-Box-content .nav-pills {
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
  margin: 3.0625rem auto 3.0625rem;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.Recommended-Box-content .nav-pills .nav-link {
  border-radius: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--Grand-Light-Blue, #6096c5);
  padding: 10px 20px;
}
.Recommended-Box-content .nav-pills .active {
  color: var(--White, #fff);
  background: var(--Brand-Blue, #005bab);
}
.Recommended-Box-content-list {
  max-width: 334px;
  margin: 0 auto;
  gap: clamp(0px, 2.35vw, 17px);
}
.Recommended-Box-content-list-item {
  max-width: 100px;
}
.Recommended-Box-content-list-item-img {
  max-height: 80px;
}
.Recommended-Box-content-list-item p {
  color: #4d4d4d;
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 750px) {

  .ServiceOverview .ServiceOverviewBox img {
    margin: 0 auto;
    max-width: 363px;
    width: 100%;
    height: 225px;
  }
}
@media screen and (min-width: 992px) {
  .Servicbg-Box {
    background: url("../fonts/section-overview-bgline.svg") no-repeat;
    background-position: 100% 84px;
  }
  .ServiceOverview {
    padding-top: 74px;
    padding-bottom: 74px;
    max-width: 1242px;
    width: 64.68vw;
  }

  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText {
    max-width: 686px;

    margin: initial;
  }
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText h2 {
    margin-top: 0;
    margin-bottom: clamp(18px, 1.406vw, 27px);
    line-height: 1.8;
    letter-spacing: 3px;
  }
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText h2::after {
    height: 2px;
    width: 60px;
    background: #005bab;
    position: absolute;
    left: 0;
    transform: translateX(0%);
    bottom: -8px;
  }
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText p {
    max-width: none;
    line-height: 1.6;
    letter-spacing: 4px;
  }
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText a {
    margin: clamp(28px, 3.22vw, 62px) auto 0 0;
  }
  .hospitalVedio {
    padding: 30px 0 47px;
    background-repeat: no-repeat;
    background-position: 48px 122%;
    background-size: 432.294px 220.006px;
  }
  .hospitalVedio-Box {
    gap: 57px;
  }
  .hospitalVedio-Box .moreTitle {
    max-width: none;
    margin-right: auto;
    margin-left: inherit;
  }
  .hospitalVedio-Box .moreTitle h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
  }
  .hospitalVedio-Box .moreTitle h2::after {
    bottom: -1px;
  }
  .hospitalVedio-Box .moreTitle a {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
  }
  .hospitalVedio-Box .moreTitle a svg {
    margin-left: 8px;
    width: 14px;
    height: 23px;
  }
  .hospitalVedio-Box-Video .VedioUrl {
    width: 540px;
    max-height: 303px;
    height: 15.78vw;
    border-radius: 20px;
    margin-top: 40px;
  }
  .hospitalVedio-Box-Video .VedioUrl iframe {
    width: 540px;
    max-height: 340px;
    height: 17.7vw;
    flex-shrink: 0;
  }
  .hospitalVedio-Box-Video .VedioUrl::after {
    max-width: 152px;
    width: 7.91vw;
    max-height: 152px;
    height: 7.91vw;
  }
  .hospitalVedio-Box-Video a {
    display: block;
    max-width: 540px;
    width: 540px;
    margin: 0 auto 0;
    padding-top: 15px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
  }
  .hospitalVedio-Box-Img {
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 68px;
  }
  .hospitalVedio-Box-Img ul {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    flex-wrap: wrap !important;
    margin: 63px auto 0px;
    gap: 0px;
    max-width: 1004px;
    width: 100%;
    overflow: hidden;
  }
  .hospitalVedio-Box-Img ul::-webkit-scrollbar {
    display: none;
  }
  .hospitalVedio-Box-Img ul li img {
    border-radius: 0px;
    width: 360px;
  }
  .hospitalVedio-Box-Img .hospitalVedioSwiper {
    max-width: 716px;
    margin-top: 40px;
    max-height: 480px;
    border-radius: 20px;
    /* overflow: hidden; */
  }

  .hospitalVedio-Box-Img .hospitalVedioSwiper .swiper-slide img {
    border-radius: 20px;
    max-height: 480px;
  }

  .CoreHighlight {
    padding: 60px 0 30px 0;
  }
  .CoreHighlight-bgSvg {
    position: absolute;
    width: 432.294px;
    height: 349.006px;
    bottom: -32px;
    left: -2px;
    z-index: 0;
  }
  .CoreHighlight .pubilc-title p {
    letter-spacing: 4px;
    margin-top: 60px;
    max-width: none;
  }
  .CoreHighlight-Box {
    margin: inherit;
    max-width: none;
    width: 100%;
  }
  .CoreHighlight-Box-List {
    margin-top: 45px;
    gap: 20px 30px;
  }
  .CoreHighlight-Box-List-Card {
    cursor: pointer;
    /* width: 336px; */
    width: 300px;
    /* height: 336px; */
 height: 300px;
    padding-bottom: 0px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    gap: 0;
    margin: 0;
  }
  .CoreHighlight-Box-List-Card-Img {
    max-width: auto;
    width: 100%;
    max-height: none;
    position: relative;
  }
  .CoreHighlight-Box-List-Card-Img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 91, 171, 0) 72.47%,
        rgba(0, 91, 171, 0.4) 92.26%
      )
      no-repeat;
  }
  .CoreHighlight-Box-List-Card-Img h3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    color: var(--White, #fff);
    text-align: center;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    font-family: "Noto Sans HK";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
  }
  .CoreHighlight-Box-List-Card-Text {
    display: none;
    padding: 23px 27px 20px;
  }
  .CoreHighlight-Box-List-Card-Text > div {
    height: 100%;
  }
  .CoreHighlight-Box-List-Card-Text h3 {
    color: var(--Brand-Blue, #005bab);
    text-align: center;
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    margin-bottom: 12px;
  }
  .CoreHighlight-Box-List-Card-Text p {
    max-width: 282px;
    color: #4d4d4d;
    font-size: clamp(16px, 1.041vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 4px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .CoreHighlight-Box-List-Card-Text .toBtn .pubilc-button {
    height: 70px !important;
    width: 209px;
    padding: 10px 30px;
    white-space: nowrap;
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: 4.8px;
    font-size: 24px;
  }
  .CoreHighlight-Box-List-Card-Text .toBtn .pubilc-button svg {
    width: 27px;
    height: 14px;
  }
  .CoreHighlight-Box-List-Card-Text .toBtn .pubilc-button:hover {
    max-width: 230px !important;
    width: 230px !important;
  }
  .CoreHighlight-Box-List-Card:hover .CoreHighlight-Box-List-Card-Img {
    display: none;
  }
  .CoreHighlight-Box-List-Card:hover .CoreHighlight-Box-List-Card-Text {
    display: block;
  }
  .CoreHighlight-Box-btn {
    /* margin-top: 47px; */
  }
  .WhyChooseUs {
    padding: 60px 0 30px;
  }
  .WhyChooseUs-Box {
    border-radius: 40px;
    overflow: hidden;
    max-width: 999px;
    width: 74.7vw;
    margin: 0 auto;
    margin-top: 59px;
  }
  .WhyChooseUs-Box-Img img {
    max-width: 100%;
    width: 100%;
  }
  .WhyChooseUs-Box-List {
    gap: 100px 45px;
    padding: 48px 30px;
    background: rgba(255, 255, 255, 0.77);
  }
  .WhyChooseUs-Box-List-item {
    max-width: 442px;
    width: 442px;
    padding: 0;
  }
  .WhyChooseUs-Box-List-item > div {
    align-items: baseline;
    gap: 28px;
  }
  .WhyChooseUs-Box-List-item > div img {
    width: 140px;
    height: 114px;
  }
  .WhyChooseUs-Box-List-item > div h3 {
    margin-left: 18px;
    margin-bottom: 12px;
    color: var(--Grey-Deep, #4d4d4d);
    /* 桌面版/PC-H2 */
    font-family: "Noto Sans HK";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
  }
  .WhyChooseUs-Box-List-item p {
    color: var(--Grey-Deep, #4d4d4d);
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    max-width: 442px;
  }
  .SuccessfulCase {
    padding-top: 73px;
  }

  .SuccessfulCase ::-webkit-scrollbar {
    display: none;
  }
  .SuccessfulCase .succcefulCaseImg {
    max-width: 848px;
    width: 44.16vw;
    position: relative;
    z-index: 9;
  }
  .SuccessfulCase-Box .topCase {
    margin-top: 64px;
  }
  .SuccessfulCase-Box .SuccessfulCaseSwiper {
    width: 1320px;
    overflow: auto;
    box-sizing: content-box;
    border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    background-image: url("../images/succcefulcasepc1.avif");
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: 100% 100%;
  }

  .SuccessfulCase-Box .SuccessfulCaseSwiper .caseList {
    gap: 0;
    margin-top: 0px;
  }

  .SuccessfulCase-Box .SuccessfulCaseSwiper .caseList-item {
    margin: initial;
    max-width: none;
    width: 660px;
    padding: 42px 80px;
    border: 1px solid rgba(170, 170, 170, 0.1);
    border-radius: 0;
    height: 388px;
  }

  .SuccessfulCase-Box .SuccessfulCaseSwiper .caseList-item h3 {
    margin-top: 0;
    line-height: 2;
    letter-spacing: 0;
  }
  .SuccessfulCase-Box .SuccessfulCaseSwiper .caseList-item p {
    margin: 28px 0;
    color: var(--Grey-Deep, #4d4d4d);
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
  }

  .SuccessfulCase-Box .SuccessfulCaseSwiper .caseList-item .casebgSvg {
    width: 81px;
    height: 81px;
    position: absolute;
    right: 80px;
    bottom: 42px;
  }

  .SuccessfulCase .swiper-paginationEdit {
    max-width: 668px;
    width: 34.79vw;
    margin: 42.5px auto;
  }
  .SuccessfulCase .swiper-paginationEdit .swiper-button-prev {
    left: 34px;
  }
  .SuccessfulCase .swiper-paginationEdit .swiper-button-next {
    right: 34px;
  }
  .medicalTeam {
    padding: 63px 0 61px;
    background-image: url("../images/index_scteam_bg.svg");
    background-repeat: no-repeat;
    background-position: left 1% bottom -20%;
  }
  .medicalTeam-Box .pubilc-title p {
    margin-top: 65px;
    max-width: none;
    text-align: center;
  }
  .medicalTeam-Content {
    margin: 0 auto;
    margin-top: 45px;
  }
  .medicalTeam-Content .nav-pills {
    margin: initial;
  }
  .medicalTeam-Content .nav-pills .nav-item {
    height: 100%;
    line-height: normal;
  }
  .medicalTeam-Content .nav-pills .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(18px, 1.5625vw, 30px);
    min-width: none;

    padding: 15px 0;
    width: 260px;
    box-sizing: border-box;
    color: var(--Brand-Blue, #005bab);
  }
  .medicalTeam-Content .nav-pills .active {
    color: #fff;
    background: var(--Brand-Blue, #005bab);
  }
  .medicalTeam-Content .tab-content {
    margin-top: 45px;
    overflow: hidden;
    padding: 0;
  }
  .medicalTeam-Content .tab-content .medicalTeamSwiper {
    max-width: none;
    border-radius: 10px;
    overflow: hidden;
  }
  .medicalTeam-Content .tab-content .medicalTeamSwiper .medicalTeam-item {
    max-width: none;
    margin: initial;
    border-radius: 20px;
  }
  .medicalTeam-Content .tab-content .medicalTeamSwiper .medicalTeam-item-img {
    width: 700px;
    max-width: none;
    max-height: 467px;
  }
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .medicalTeam-item-img
    img {
    width: auto;
    max-height: none;
  }
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .medicalTeam-item
    > div:nth-child(2) {
    margin: unset;
    text-align: justify;
    font-family: "Noto Sans HK";
    font-style: normal;
    padding: 60px 30px;
    max-width: 620px;
    height: auto;
  }
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .medicalTeam-item
    > div
    h2 i{
    /* margin-bottom: 27px; */
    font-size: clamp(24px, 1.5625vw, 30px);
    line-height: 1.33;
    letter-spacing: 3px;
    position: relative;
  }

  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .medicalTeam-item
    > div
    h2 span {

    font-size: clamp(16px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
  }

  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .medicalTeam-item
    > div
    h2::after {
    content: "";
    height: 2px;
    width: 30px;
    background: #fff;
    position: absolute;
    left: 0%;
    bottom: -6px;
  }
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .medicalTeam-item
    > div
    p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0px;
    -webkit-line-clamp: 4;
  }
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .medicalTeam-item
    > div
    p:last-child {
    margin-top: 27px;
  }
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .medicalTeam-item
    .swiper-next {
    right: 28px;
    /* top: 187px; */
    top: 50%;
  }
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .medicalTeam-item
    .swiper-prev {
    left: 28px;
  }
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .medicalTeam-item
    .swiper-next
    svg,
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .medicalTeam-item
    .swiper-prev
    svg {
    /* width: 47.998px;
    height: 94.359px; */
    scale: 4;
  }
  .medicalTeam-Content .tab-content .medicalTeamSwiper .tabChangeMedicalTeam {
    max-width: 686px;
    width: 35.72vw;
    margin: unset;
    margin-left: 8px;
    margin-top: 41px;
    height: 100px;
    padding-top: 0;
  }
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .tabChangeMedicalTeam
    > div:nth-child(1) {
    max-width: 160px;
    width: 160px;
    height: 91px;
  }
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .tabChangeMedicalTeam
    .swiper-button-prev {
    left: 0;
  }
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .tabChangeMedicalTeam
    .swiper-button-next {
    right: 0;
  }
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .tabChangeMedicalTeam
    .swiper-button-prev,
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .tabChangeMedicalTeam
    .swiper-button-next {
    width: 71.404px;
    height: 71.403px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
    transition: background-color 0.5s ease;
  }
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .tabChangeMedicalTeam
    .swiper-button-prev
    svg,
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .tabChangeMedicalTeam
    .swiper-button-next
    svg {
    width: 16px;
    height: 28px;
  }
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .tabChangeMedicalTeam
    .swiper-button-prev:hover,
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .tabChangeMedicalTeam
    .swiper-button-next:hover {
    background: #005bab;
  }
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .tabChangeMedicalTeam
    .swiper-button-prev:hover
    svg,
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .tabChangeMedicalTeam
    .swiper-button-next:hover
    svg {
    transition: stroke 0.3s ease;
  }
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .tabChangeMedicalTeam
    .swiper-button-prev:hover
    svg
    path,
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .tabChangeMedicalTeam
    .swiper-button-next:hover
    svg
    path {
    stroke: #fff;
  }
  .medicalTeam-Content
    .tab-content
    .medicalTeamSwiper
    .tabChangeMedicalTeam
    .pubilc-button {
    background: #fff;
  }
  .hospitalIntro {
    background-image: url("../fonts/index_introduction_bg.svg");
    background-repeat: no-repeat;
    background-position: left bottom -10%;
  }
  .hospitalIntro-Box-content {
    padding: 68px 0 35px;
  }
  .hospitalIntro-Box-content-list {
    margin-top: 0;
    gap: 66px;
  }
  .hospitalIntro-Box-content-list-item {
    max-width: 597px;
    width: 31.09vw;
    color: #fff;
  }
  .hospitalIntro-Box-content-list-item-img {
    max-width: 597px;
    width: 31.09vw;
    max-height: none;
    border-radius: 15px;
    overflow: hidden;
  }
  .hospitalIntro-Box-content-list-item-img a {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  }
  .hospitalIntro-Box-content-list-item-img a svg {
    width: 12px;
    height: 20px;
  }
  .hospitalIntro-Box-content-list-item-img a:hover {
    background: #005bab;
  }
  .hospitalIntro-Box-content-list-item-img a:hover svg {
    transition: stroke 0.3s ease;
  }
  .hospitalIntro-Box-content-list-item-img a:hover svg path {
    stroke: #fff;
  }
  .hospitalIntro-Box-content-list-item h2 {
    margin: 26px 0 20px;
    font-size: clamp(24px, 1.5625vw, 30px);
    line-height: normal;
    letter-spacing: 3px;
  }
  .hospitalIntro-Box-content-list-item p {
    max-width: 537px;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
  }
  .managementTeam-Box {
    padding: 55px 0 69px;
  }
  .managementTeam-Box-ContentPc {
    margin-top: 75px;
  }
  .managementTeam-Box-ContentPc .swiper-bundler-button {
    max-width: 1320px;
    width: 67.81vw;
    margin: 0 auto;
    top: 120px;
  }
  .managementTeam-Box-ContentPc .swiper-pagination .swiper-pagination-bullet {
    background: #e8e0d5;
    opacity: 1;
    width: 71px;
    height: 4px;
    border-radius: 0;
    margin: 0 11px;
  }
  .managementTeam-Box-ContentPc
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background: #005bab;
  }
  .managementTeam-Box-ContentPc .swiper-button-prev,
  .managementTeam-Box-ContentPc .swiper-button-next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    transition: background-color 0.5s ease;
  }
  .managementTeam-Box-ContentPc .swiper-button-prev svg,
  .managementTeam-Box-ContentPc .swiper-button-next svg {
    width: 13px;
    height: 23px;
  }
  .managementTeam-Box-ContentPc .swiper-button-prev .swiper-button-prev,
  .managementTeam-Box-ContentPc .swiper-button-next .swiper-button-prev {
    left: 0;
  }
  .managementTeam-Box-ContentPc .swiper-button-prev .swiper-button-next,
  .managementTeam-Box-ContentPc .swiper-button-next .swiper-button-next {
    right: 0;
  }
  .managementTeam-Box-ContentPc .swiper-button-prev::after,
  .managementTeam-Box-ContentPc .swiper-button-next::after {
    content: "";
  }
  .managementTeam-Box-ContentPc .swiper-button-prev:hover,
  .managementTeam-Box-ContentPc .swiper-button-next:hover {
    background: #005bab;
  }
  .managementTeam-Box-ContentPc .swiper-button-prev:hover svg,
  .managementTeam-Box-ContentPc .swiper-button-next:hover svg {
    transition: stroke 0.3s ease;
  }
  .managementTeam-Box-ContentPc .swiper-button-prev:hover svg path,
  .managementTeam-Box-ContentPc .swiper-button-next:hover svg path {
    stroke: #fff;
  }
  .managementTeam-Box-ContentPc .managementTeamXM {
    max-width: 1094px;
    width: 56.98vw;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .managementTeam-Box-ContentPc
    .managementTeamXM
    .swiper-wrapper
    .swiper-slide {
    max-width: 243px;
    width: 12.65vw;
  }
  .managementTeam-Box-ContentPc
    .managementTeamXM
    .managementTeam-Box-ContentPc-list {
    padding-bottom: 49px;
    max-width: 243px;
    width: 12.65vw;
    max-height: 374px;
    margin-left: auto;
    margin-right: auto;
  }
  .managementTeam-Box-ContentPc
    .managementTeamXM
    .managementTeam-Box-ContentPc-list-item {
    max-width: 243px;
    width: 12.65vw;
  }
  .managementTeam-Box-ContentPc
    .managementTeamXM
    .managementTeam-Box-ContentPc-list-item
    img {
    max-width: 243px;
    max-height: 243px;
  }
  .managementTeam-Box-ContentPc
    .managementTeamXM
    .managementTeam-Box-ContentPc-list-item-text {
    font-family: "Noto Sans HK";
    font-style: normal;
  }
  .managementTeam-Box-ContentPc
    .managementTeamXM
    .managementTeam-Box-ContentPc-list-item-text
    h2 {
    margin-top: 15px;
    color: #005bab;
    font-size: clamp(18px, 1.25vw, 24px);
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
  }
  .managementTeam-Box-ContentPc
    .managementTeamXM
    .managementTeam-Box-ContentPc-list-item-text
    p {
    color: #4d4d4d;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
  }
  .Recommended {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .Recommended-Box-content {
    margin: 0 auto;
    margin-top: 53px;
  }
  .Recommended-Box-content .nav-pills {
    margin-top: 0;
    margin-bottom: 45px;
  }
  .Recommended-Box-content .nav-pills .nav-link {
    font-size: clamp(18px, 1.25vw, 24px);
    letter-spacing: 3px;
    padding: 15px 30px;
  }
  .Recommended-Box-content .tab-content {
    max-width: 872px;
  }
  .Recommended-Box-content-listPc-item p {
    color: #4d4d4d;
    font-size: clamp(16px, 1.041vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 4px;
  }
  .Recommended-Box-content-listPc > div:nth-child(1) > div:nth-child(1) {
    width: 184px;
  }
  .Recommended-Box-content-listPc > div:nth-child(1) > div:nth-child(1) img {
    width: 100px;
  }
  .Recommended-Box-content-listPc > div:nth-child(1) > div p {
    margin-top: 20px;
  }
  .Recommended-Box-content-listPc > div:nth-child(1) > div:nth-child(1) p {
    margin-top: 10px;
  }
  .Recommended-Box-content-listPc > div:nth-child(2) {
    margin-top: 47px;
  }
  .Recommended-Box-content-listPc
    > div:nth-child(2)
    .Recommended-Box-content-listPc-item-img {
    max-width: 184px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1320px) {
  .WhyChooseUs-Box-List-item {
    width: 350px;
  }
}
@media screen and (min-width: 1320px) {
  .hospitalVedio-Box-Img .hospitalVedioSwiper .swiper-pagination {
    bottom: -44px !important;
  }
}
@media screen and (min-width: 1920px) {
  .ServiceOverviewBox {
    gap: 3.5625rem;
  }
  /* .SuccessfulCase {
    padding-top: 73px;
  }
  .SuccessfulCase .succcefulCaseImg {
    max-width: 848px;
    width: 44.16vw;
  }
  .SuccessfulCase .succcefulCaseImg img {
    height: 766px;
  }
  .SuccessfulCase-Box .SuccessfulCaseSwiper {
    max-width: 1072px;
    max-height: 776px;
  }
  .SuccessfulCase-Box .SuccessfulCaseSwiper .caseList {
    max-width: 1072px;
    width: 55.83vw;
  }
  .SuccessfulCase-Box .SuccessfulCaseSwiper .caseList-item {
    margin: 0;
    padding-top: 42px;
    padding-bottom: 42px;
    padding: 42px 49px;
    max-width: 536px;
    width: 27vw;
    height: 382px;
  }
  .SuccessfulCase-Box .SuccessfulCaseSwiper .caseList-item h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    margin-top: 0;
  }
  .SuccessfulCase-Box .SuccessfulCaseSwiper .caseList-item p {
    max-width: 438px;
    width: 22.81vw;
    margin: 28px 0;
    text-align: justify;
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 500;
    letter-spacing: 2.4px;
    line-height: normal;
  }
  .SuccessfulCase-Box .SuccessfulCaseSwiper .caseList-item::after {
    content: "";
    max-width: 373px;
    width: 19.46vw;
    height: 1px;
    position: absolute;
    background: rgb(232, 224, 213);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .SuccessfulCase-Box .SuccessfulCaseSwiper .caseList-item .casebgSvg {
    width: 70.554px;
    height: 70px;
    position: absolute;
    right: -4px;
    top: 42px;
  }
  .SuccessfulCase .swiper-pagination {
    margin-bottom: 30px;
  }
  .SuccessfulCase .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 71px;
    height: 4px;
    border-radius: 0;
    margin: 0 4px;
  }
  .SuccessfulCase .swiper-pagination .swiper-pagination-bullet-active {
    background: #005bab;
  }
  .SuccessfulCase .swiper-paginationEdit {
    max-width: 668px;
    width: 34.79vw;
    padding: 0;
    height: 124px;
  }
  .SuccessfulCase .swiper-paginationEdit .swiper-button-prev,
  .SuccessfulCase .swiper-paginationEdit .swiper-button-next {
    width: 71.404px;
    height: 71.403px;
    border-radius: 50%;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    transition: background-color 0.5s ease;
  }
  .SuccessfulCase .swiper-paginationEdit .swiper-button-prev svg,
  .SuccessfulCase .swiper-paginationEdit .swiper-button-next svg {
    width: 16px;
    height: 27px;
  }
  .SuccessfulCase .swiper-paginationEdit .swiper-button-prev .swiper-button-prev,
  .SuccessfulCase .swiper-paginationEdit .swiper-button-next .swiper-button-prev {
    left: 0;
  }
  .SuccessfulCase .swiper-paginationEdit .swiper-button-prev .swiper-button-next,
  .SuccessfulCase .swiper-paginationEdit .swiper-button-next .swiper-button-next {
    right: 0;
  }
  .SuccessfulCase .swiper-paginationEdit .swiper-button-prev::after,
  .SuccessfulCase .swiper-paginationEdit .swiper-button-next::after {
    content: "";
  } */
}


.kp_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 80vw;
  margin: 0 auto;
  margin-top: 59px;
  background-color: #dae7f1;
  border-radius: 40px;
  padding: 0 4% ;
}
.kp_list .kp_item {
  width: 46%;
  background-color: #fff;
  margin-bottom: 5%;
}
.kp_img {
  display: block;
  position: relative;
  color: #fff;

}
.kp_img img {
  width: 100%;
  max-height: 250px;
}
.kp_img h1 {
  position: absolute;
  left: 5%;
  bottom: 30%;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 3px;
}
.kp_item_list {
  padding: 3%;
}
.kp_item_list a {
  display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
  font-size: 16px;
  padding-left: 5px;
  line-height: 35px;
  border-bottom: 1px dashed #c7c7c7;
}
.kp_img p {
  width: 90%;
  position: absolute;
  left: 5%;
  bottom: 10%;
  font-size: 16px;
  line-height: 1.33;
}
@media screen and (max-width: 992px) {
  .kp_img h1 {
    font-size: clamp(24px, 1.5625vw, 30px);;
  }
  .kp_img p {
    font-size: 14px;
  }
  .kp_list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .kp_list .kp_item {
    width: 100%;
  }
  .kp_list {
    border-radius: 10px;
  }
}
@media screen and (max-width: 650px) {

  .kp_list {
    width: 90vw;
  }
}