@charset "UTF-8";

body {
  padding: 0 10px;
}

/* 閫氱敤css */
:root {
  /* color */
  --Brand-Blue: #005bab;
  --Grand-Light-Blue: #6096c5;
  --Grand-Orange: #df7000;
  --Grand-Gold: #dea742;
  --Grand-Grey: #e8e0d5;
  --Grey-Pale: #aaa;
  --Grey-Deep: #4d4d4d;
  --Grand-Turquoise: #2ea6a6;
  --Grand-Navy: #13576e;
  --bs-primary-rgb: 0, 91, 171;
  /* button */
  --bs-btn-bg: #dea742;
  --bs-btn-border-color: #005bab;
  --bs-btn-hover-bg: #dea742;
  /* swiper */
  --swiper-pagination-bullet-width: 70px;
  --swiper-pagination-bullet-height: 4px;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-color: #005bab;
  /* navbar */
  --theme-box-shadow: 0px 3px 3px rgba(166, 192, 245, 0.25);
}
.text-light-blue {
  color: var(--Grand-Light-Blue);
}

/* 隐藏 WebKit 浏览器（如 Chrome 和 Safari）中的图标 */
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}
/* Firefox */
input[type="date"]::-moz-calendar-picker-indicator {
  display: none;
}
input[type="date"]::before {
  content: "請選擇";
  position: absolute;
  left: 12px;
  bottom: 7px;
  /* transform: translateY(-50%); */
  color: #53585f;
}
input[type="date"] {
  text-align: right;
}

@-moz-document url-prefix() {
  input[type="date"] {
    text-align: left;
  }
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
  display: none;
}
input[type="date"]:focus,
input[type="date"]:valid {
  text-align: left;
}
/* ban mouse event */
.disable-interaction {
  pointer-events: none;
}
.container {
  padding: 0;
}
.container-fluid {
  padding: 0;
}
.sticky-top {
  z-index: 96;
}
.max-vw-100 {
  max-width: 100vw !important;
}

.ellipsis-three-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 加载状态的样式 */
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* 转圈圈的动画 */
.loading::before {
  content: "";
  width: 40px;
  height: 40px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.hideImportant {
  display: none !important;
}
.showImportant {
  display: block !important;
}

.gred-Blue {
  background: linear-gradient(90deg, #005bab 0%, rgba(0, 91, 171, 0.8) 100%),
    var(--White, #fff);
}
.text-left {
  text-align: left;
}
.none {
  display: none;
}
.sticky-sm-top {
  z-index: 997;
}

/* 滚动 */
.w-100-scroll {
  width: 100%;
  overflow-x: scroll;
}

.wechartbj {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 999;
}

.wechart_main {
  width: 250px;
  height: 150px;
  background: #fff;
  border-radius: 8px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -125px;
  margin-top: -75px;
  z-index: 1000;
}

.wechart_main h5 {
  width: 100%;
  height: 46px;
  background: var(--Grand-Light-Blue, #6096c5);
  color: #fff;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  border-radius: 8px 8px 0 0;
}

.wechart_main h4 {
  line-height: 70px;
  font-size: 16px;
  text-align: center;
}

.wechart_main .btn {
  border-top: 1px solid #ddd;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: var(--Grand-Light-Blue, #6096c5);
  padding: 0;
}

.wechart_main .btn:hover {
  background: none;
}

.wechart_main .btn h6 {
  line-height: 32px;
}

.indexSwiper {
  position: relative;
}
.indexSwiper .swiper-Title {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  height: 100%;
  z-index: 2;
}
.indexSwiper .swiper-Title > div {
  bottom: 50px;
  left: 0;
  padding-left: 1.3125rem;
  width: 100%;
}
.indexSwiper .swiper-Title > div h1 {
  color: #fff;
  font-size: clamp(15px,6.25vw,30px);
  line-height: 1.6;
  letter-spacing: clamp(1.5px,0.63vw,3px);
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.indexSwiper .swiper-Title > div .swiper-Title-sub {
  color: #fff;
  font-size: clamp(9px,3.75vw,18px);
  line-height: 1.4;
  letter-spacing: clamp(0.9px,0.38vw,1.8px);
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.indexSwiper .swiper-Title > div a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: auto;
  width: 222px;
  height: 70px;
  border-radius: 50px;
  background: var(--Brand-Blue, #005bab);
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 7.559px rgba(61, 61, 61, 0.75);
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: 4.8px;
  justify-content: end;
  margin-top: 9px;
  padding-left: 20px;
  padding-right: 6.42px;
  transition: background-color 0.5s ease;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.indexSwiper .swiper-Title > div a:hover {
  background: #ffffff;
  color: var(--Brand-Blue);
  text-shadow: unset;
  outline: 4px solid var(--Brand-Blue, #005bab);
  box-sizing: border-box;
}
.indexSwiper .swiper-wrapper .swiper-slide img {
  max-height: 850px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px 0px 20px 20px;
}
.indexSwiper .swiper-pagination {
  text-align: right;
  padding-right: 20px;
  bottom: 20px;
}
.indexSwiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 20px;
  height: 2px;
  border-radius: 0;
  margin: 0 7px;
}
.indexSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #005bab;
}

.public-swiper-paginationEdit {
  width: 100%;
}
.public-swiper-paginationEdit .swiper-button-prev,
.public-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;
}
.public-swiper-paginationEdit .swiper-button-prev svg,
.public-swiper-paginationEdit .swiper-button-next svg {
  width: 11px;
  height: 20px;
}
.public-swiper-paginationEdit .swiper-button-prev::after,
.public-swiper-paginationEdit .swiper-button-next::after {
  content: "";
}
.public-swiper-paginationEdit .swiper-button-prev:hover,
.public-swiper-paginationEdit .swiper-button-next:hover {
  background: var(--Brand-Blue, #005bab);
}
.public-swiper-paginationEdit .swiper-button-prev:hover svg,
.public-swiper-paginationEdit .swiper-button-next:hover svg {
  transition: stroke 0.3s ease;
}
.public-swiper-paginationEdit .swiper-button-prev:hover svg path,
.public-swiper-paginationEdit .swiper-button-next:hover svg path {
  stroke: #fff;
}
.public-swiper-paginationEdit .swiper-button-prev {
  left: 34px;
}
.public-swiper-paginationEdit .swiper-button-next {
  right: 34px;
}

.contact-widget {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.contact-widget > a {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.contact-widget > a:nth-child(1) svg {
  width: 46px;
  height: 46px;
}
.contact-widget > a:nth-child(2) svg {
  width: 46px;
  height: 37px;
}
.contact-widget > a:nth-child(3) svg {
  width: 38px;
  height: 36px;
}
.contact-widget > a:nth-child(4) svg {
  width: 39.029px;
  height: 35.771px;
}

.contact-button {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  background: var(--Grand-Light-Blue, #6096c5);
  border-radius: 69px;
  transition: all 0.3s ease;
  width: 69px;
  height: 69px;
}

.text {
  position: absolute;
  top: 0;
  right: 100px;
  width: 0;
  height: 100%;
  text-align: left;
  background: var(--Grand-Light-Blue, #6096c5);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease;
  padding-right: 10px;
  /* 右侧内边距 */
  padding-left: 23px;
  box-sizing: border-box;
  line-height: 69px;
  /* 与圆的高度相同 */
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2.4px;
}

.circle {
  position: absolute;
  right: 0;
  width: 69px;
  height: 69px;
  background: var(--Grand-Light-Blue, #6096c5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.scrollToTopBt {
  width: 35px;
  height: 33.906px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.scrollToTopBt svg {
  width: 14.766px;
  height: 15.292px;
}

.contact-button:hover {
  width: 234px;
}



.contact-button:hover .text {
  width: 234px;
  height: 69px;
  right: 0;
}
.contact-widget>.contact-button:nth-child(1):hover{
  width: 380px;
.text{
  width: 380px;
}
}
.contact-widget .contact-button-wechat {
  overflow: visible;
}
.contact-widget .contact-button-wechat .codewechat {
  display: none;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
  padding: 25px 0;
  background: white;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.contact-widget .contact-button-wechat .codewechat small {
  font-size: 12px;
}
.contact-widget .contact-button-wechat .codewechat h2 {
  font-size: 16px;
  line-height: 1.5;
}
.contact-widget .contact-button-wechat .codewechat .iconImg {
  display: none;
  width: 25px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
}
.contact-widget .contact-button-wechat .codewechat img {
  width: 165px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.contact-widget .contact-button-wechat:hover {
  width: 69px;
}
.contact-widget .contact-button-wechat:hover .codewechat {
  display: block;
}
.contact-widget .contact-button-wechat:hover .text {
  right: 0;
}
.contact-widget .contact-button-phone:hover .text {
  color: rgba(77, 77, 77, 1);
}

.contact-widget .contact-button-number:hover {
  width: 207px;
}
.contact-widget .contact-button-number:hover .text {
  width: 207px;
  right: 0;
}

.contact-Phone {
  background: rgb(255, 216, 143);
}
.contact-Phone .circle {
  background: rgb(255, 216, 143);
}
.contact-Phone .text {
  background: rgb(255, 216, 143);
}

/* 顶部hover */
header {
  left: 0;
  z-index: 96;
  top: 0;
  width: 100%;
  padding: 15px 0;
  transition: background-color 0.3s ease;
  /* background: rgba(255, 255, 255, 0.8); */
}
header .navbar {
  margin: 0 auto;
}
header .navbar .navbar-toggler {
  border: none;
  white-space: nowrap;
  text-align: right;
}
header .navbar .navbar-toggler .menu {
  display: inline-block;
}
header .navbar .navbar-toggler .menu svg {
  width: 10px;
  height: 10.5px;
}
header .navbar .navbar-row {
  width: 100%;
}
header .navbar .navbar-brand {
  display: block;
  max-height: 53px;
  font-size: inherit;

  display: block;
}
header .navbar .navbar-brand img {
  width: 100%;
}
header .navbar .navbar-collapse .navbar-nav {
  gap: 0 clamp(10px, 1.04vw, 20px);
}
header .navbar .navbar-collapse .navbar-nav .active {
  transform: scale(1.1);
}
header .navbar .navbar-collapse .navbar-nav .nav-item > a {
  color: #005bab;
  font-family: "Noto Sans TC";
  letter-spacing: 2.5px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 4.455px;
  position: relative;
  display: inline-block;
  /* transition: all 0.3s ; */
}
/* header .navbar .navbar-collapse .navbar-nav .nav-item > a:hover{
 transform: scale(1.1);
} */
header .navbar .navbar-collapse .navbar-nav .nav-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 98%;
  height: 0.1px;
  background-color: #005bab;
  display: none;
}
header .navbar .navbar-collapse .languageDrop {
  margin-left: 17px;
  cursor: pointer;
}
header .navbar .navbar-collapse .languageDrop .dropdown-toggle::after {
  content: none;
}
header .navbar .navbar-collapse .languageDrop .dropdown-toggle svg {
  width: 21.46px;
  height: 21.46px;
  margin-right: 10px;
}
header .navbar .navbar-collapse .languageDrop .dropdown-toggle span {
  color: var(--Brand-Blue, #005bab);
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  letter-spacing: 4.55px;
  line-height: 160%;
}
header .navbar .AppointmentPhone {
  white-space: nowrap;
  color: #fff;
  font-size: 15.519px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 7px;
}
header .navbar .AppointmentPhone span {
  white-space: wrap;
}
header .navbar .AppointmentPhone svg {
  width: 20px;
  height: 17.692px;
  margin-right: 6px;
}
header .navbar .Appointment {
  white-space: nowrap;
  margin-left: 30px;
  color: var(--Grand-Gold, #dea742);
  font-size: 21.6px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 2px;
}
header .navbar .Appointment span {
  white-space: wrap;
}
header .navbar .Appointment svg {
  max-width: 31.883px;
  width: 1.66vw;
  max-height: 28.204px;
  height: 1.45vw;
  margin-right: 5px;
}

.navbar .dropdown .dropdown-toggle::before {
  content: none !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-collapse .nav-item .active {
  color: #4570b6;
  position: relative;
  transition: all 0.3s ease;
}

.navbar-nav .down-menu-option {
  left: -14px;
  top: calc(66% + 20px);
  padding: 0;
  /* overflow: hidden; */
  background: rgba(0, 91, 171, 0.9);
  border-radius: 5px 20px;
  width: 228px;
}

.navbar-nav .down-menu-option > ul > li:nth-child(1) a {
  border-top-right-radius: 20px;
  border-top-left-radius: 5px;
  overflow: hidden;
}
.navbar-nav .down-menu-option ul > li:last-child a {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
/* 下拉菜單 */
.navbar-nav .down-menu-option > ul li > a {
  width: 100%;
  white-space: nowrap;
  color: #fff;
  font-family: "Noto Sans HK";
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  line-height: 29px;
  margin: 0 auto;
  position: relative;
  text-indent: 14px;
  padding: 10px 0;
  transition: background-color 0.3s ease;
  margin: 0;
}
.navbar-nav .down-menu-option > ul li > a:hover {
  background: #fff;
  color: var(--Brand-Blue, #005bab);
  /* border: 1px solid #2ea6a6; */
}

.navbar-nav .down-menu-option > ul li > a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background: var(--Grand-Light-Blue, #6096c5);
}
.navbar-nav .down-menu-option ul li:last-child a::after {
  content: none;
}

.navbar-nav .down-menu-option > ul > li svg {
  width: 16px;
  height: 29px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-nav .down-menu-option > ul li > a:hover + svg path {
  stroke: #005bab;
}

/* 二級導航 */
.navbar-nav .down-menu-option > ul li .sub-2nav {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: rgba(0, 91, 171, 0.9);
  display: none;
  border-radius: 8px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.navbar-nav .down-menu-option > ul li .sub-2nav a {
  border-radius: 0 !important;
}
.navbar-nav .down-menu-option > ul li:hover .sub-2nav {
  display: block;
}

.navbar-collapse .nav-item a {
  width: 100%;
  display: block;
}

.pubilc-title {
  text-align: center;
}
.pubilc-title h2 {
  display: inline-block;
  color: #005bab;
  font-size: clamp(24px, 1.5625vw, 30px);
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 4.8px;
  position: relative;
}
.pubilc-title h2::after {
  content: "";
  height: 2px;
  width: 100%;
  background: #005bab;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.pubilc-title > div {
  margin-top: 34px;
}
.pubilc-title p {
  color: #4d4d4d;
  text-align: justify;
  font-size: clamp(16px, 1.041vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 4px;
}

.pubilc-button {
  width: 158.228px;
  height: 46.5px;
  font-size: 18px;
  padding: 0 25px 0 22px;
  display: block;
  font-weight: 700;
  border: 2px solid #005bab;
  border-radius: 50px;
  opacity: 0.95;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  color: #005bab;
  text-align: center;
}
.pubilc-button .twoo {
  display: none;
}
.pubilc-button svg {
  width: 12px;
  height: 18px;
}

.pubilc-button {
  border: 3px solid var(--Brand-Blue, #005bab);
  gap: 22px;
  width: 239px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  padding: 10px 24.215px 10px 23.163px;
  opacity: 1;
}
.pubilc-button svg {
  width: 19px;
  height: 33px;
}

.new-public-button {
  width: 186px;
  padding: 4px 16px;
  white-space: nowrap;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4.8px;
  display: block;
  font-weight: 700;
  color: #005bab;
  text-align: center;
  transition: all 0.5s ease;
  border-radius: 100px;
  border: 3px solid var(--Brand-Blue, #005bab);
  opacity: 0.95;
  background: var(--White, #fff);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.new-public-button svg {
  width: 18px;
  height: 32px;
}
.new-public-button .onee {
  display: block;
  flex-shrink: 0;
}
.new-public-button .twoo {
  display: none;
  flex-shrink: 0;
}
.new-public-button:hover,
.new-public-button:focus {
  transition: all 0.5s ease;
  width: 200px;
  box-shadow: 0 0 0.4em 0 red;
  color: #fff !important;
  background-color: var(--Brand-Blue, #005bab) !important;
  border: 3px solid #fff !important;
  box-shadow: 2px -2px 8px rgba(136, 136, 136, 0.75);
}
.new-public-button:hover .onee,
.new-public-button:focus .onee {
  display: none;
}
.new-public-button:hover .twoo,
.new-public-button:focus .twoo {
  display: block;
  width: 38.838px;
  height: 32px;
}

.footer {
  padding-top: 45px;
  padding-bottom: 84px;
  /* max-width: 23.4375rem; */
}
.footer .wechatCode {
  cursor: pointer;
}
.footer .wechatCode:hover > div {
  display: block;
}
.footer .wechatCode > div {
  display: none;
  bottom: 35px;
  left: 0%;
  width: 250px;
  z-index: 11;
  transform: translateX(-50%);
  padding: 35px 0;
  background: white;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.footer .wechatCode > div small {
  font-size: 12px;
}
.footer .wechatCode > div h2 {
  font-size: 16px;
  line-height: 1.5;
}
.footer .wechatCode > div .iconImg {
  display: none;
  width: 25px;
  margin-right: 5px;
  margin-top: 0;
  margin-bottom: 0;
}
.footer .wechatCode > div img {
  width: 165px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.phoneMenuSlice-two {
  margin-left: 18px;
}

.footer .footer-logo img {
  max-width: 51.88vw;
}
.footer .footer-logo .phone-menu-logo {
  max-width: 51.88vw;
}
.footer .footer-logo div {
  margin-top: 1.8125rem;
}
.footer .footer-logo div p,
.footer .footer-logo div a {
  color: #fff;
  font-size: 3.75vw;
  font-weight: 700;
}
.footer .footer-logo div p span,
.footer .footer-logo div a span {
  font-weight: 400;
  font-size: 3.33vw;
  line-height: 1.875;
  letter-spacing: 0.33vw;
}
.footer .footermenu {
  margin-top: 6.25vw;
}
.footer .footermenu-card {
  width: 41.6vw;
}
.footer .footermenu-card a {
  display: block;
  color: #fff;
}
.footer .footermenu-card > div:nth-child(1) {
  padding-bottom: 1.25rem;
}
.footer .footermenu-card > div:nth-child(2) {
  padding-bottom: 1.625rem;
}
.footer .footermenu-card-title {
  border-top: 1px solid #fff;
  font-size: 3.75vw;
  padding: 0.4375rem 0;
}
.footer .footermenu-card-submenu a {
  font-size: 3.33vw;
  letter-spacing: 0.33vw;
  font-weight: 400;
  line-height: 1.875;
}
.footer .footer-copyright > div {
  gap: 1.0237rem;
}
.footer .footer-copyright > div a svg {
  width: 5.63vw;
  height: 5.63vw;
}
.footer .footer-copyright .copyrightText {
  font-weight: 350;
  margin-top: 1.67vw;
  color: #fff;
  font-size: 2.92vw;
  line-height: 1.87;
  text-align: center;
  /* letter-spacing: 1.4px; */
}

#phoneMenu {
  position: fixed;

  height: 100vh;
  overflow-y: auto;
  top: 0;

  z-index: 1000;
}
#phoneMenu .footer {
  margin-top: 0px;
  padding-top: 23px;
  padding-bottom: 21px;
  height: 100%;
}
#phoneMenu .footer .footer-logo > div {
  margin-top: 0;
}
#phoneMenu .footer .footer-logo > div span {
  position: relative;
  margin-left: 10px;
}
/* #phoneMenu .footer .footer-logo > div span::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 1px;
  background: #fff;
  bottom: 9px;
  left: -8.5px;
} */
#phoneMenu .footer .footer-logo > div span svg {
  width: 15px;
  height: 15px;
}
#phoneMenu .footer .footer-logo p {
  text-align: right;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 3.2px;
}
#phoneMenu .footer .footer-logo p span {
  margin-left: 9px;
}
#phoneMenu .footer .footermenu {
  margin-top: 1.6875rem;
}
#phoneMenu .footer > div:nth-child(2) {
  flex: 1;
}

.linkPhonePositon {
  height: 47px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 98;
  background: var(--Grey-Deep, #4d4d4d);

  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.linkPhone {
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
}
.linkPhone > a {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--White, #fff);
  font-family: "Noto Sans HK";
  font-size: clamp(14px, 3.75vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2.4px;
}
.linkPhone > a svg {
  width: 20px;
  height: 20.008px;
}
.linkPhone .phoneIcon {
  border-radius: 50%;
  left: 50%;
  bottom: 0px;
  width: 68px;
  height: 68px;
  text-align: center;
  transform: translateX(-50%);
}
.linkPhone .phoneIcon img {
  /* box-shadow: 0px -2px 4px 0px rgba(95, 38, 38, 0.25) inset; */
  width: 70px;
  /* height: 64px; */
  /* padding: 7px 7px 6px 6px; */
  overflow: auto;
  position: relative;
  border-radius: 50%;
}

/* .linkPhonePositon::before {
  content: '';
  position: absolute;
  bottom: 13px;
  left: 50%;
  width: 68px; 
  height: 34px;
  background-color:white;
  opacity: 0.5;
  border-radius:0 0 34px 34px; 
  transform: translateX(-50%); 
} */

.Appointment-form {
  padding-bottom: 20px;
}
.Appointment-form form {
  text-align: center;
}
.Appointment-form .invalid-feedback {
  position: absolute;
  top: 0;
  text-align: right;
}
.Appointment-form .flex-ga {
  gap: 14px;
}
.Appointment-form-Box {
  margin-left: auto;
  margin-right: auto;
}
.Appointment-form-Box-text {
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 20px;
}
.Appointment-form-Box-text-title h2 {
  color: var(--Brand-Blue, #005bab);
  font-family: "Noto Sans HK";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33; /* 133.333% */
  letter-spacing: 4.8px;
}
.Appointment-form-Box-text-title p {
  color: var(--Grey-Deep, #4d4d4d);
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 1.6px;
}
.Appointment-form-Box-text-form-message form {
  margin: 20px 0 0;
  gap: 14px;
}
.Appointment-form-Box-text-form-message form .form-group label {
  color: var(--Brand-Blue, #005bab);
  font-family: "Noto Sans HK";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.Appointment-form-Box-text-form-message form .form-group .form-control {
  padding: 6px 12px;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid #e8f0ff;
  background: #e8f0ff;
}
.Appointment-form-Box .form-group .dropdown {
  margin-top: 10px;
}
.Appointment-form-Box .form-group .dropdown button {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e8f0ff;
  background: #e8f0ff;
  text-align: left;
}
.Appointment-form-Box .form-group .dropdown button div {
  width: 95%;
  text-align: left;
  display: inline-block;
  margin-right: auto;
}
.Appointment-form-Box .form-group .selected-services {
  margin-top: 14px;
}
.Appointment-form-Box .form-group .selected-services span {
  padding: 0px 7px 0px 9px;
  border-radius: 38px;
  border: 1px solid var(--Grey-Pale, #aaa);
  background-color: var(--White, #fff) !important;
  color: var(--Brand-Blue, #005bab);
  /* 手機版/MB-Body Text */
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 1.6px;
}
.Appointment-form-Box .form-group .selected-services span .btn-close-white {
  filter: none !important;
  background: url("/static/img/appionment-delete.svg");
  background-position: center center;
  background-size: 16px 16px;
}
.Appointment-form-Box button {
  border: none;
  background: none;
}
.Appointment-form-Box .Appointment-form-btn {
  margin: 0 auto;
  margin-top: 20px;
}
.Appointment-form
  .custom-phone-input
  input:focus
  .Appointment-form
  .custom-phone-input:focus-within,
.Appointment-form
  .custom-phone-input
  select:focus
  .Appointment-form
  .custom-phone-input:focus-within {
  outline: none !important;
  box-shadow: none !important;
}
.Appointment-form .custom-phone-input select,
.Appointment-form .custom-phone-input input {
  border: none;
  outline: none;
  background: transparent;
  margin: 0;
  padding: 0;
}
.Appointment-form .custom-phone-input input {
  text-indent: 64px;
}
.Appointment-form .custom-phone-input select {
  position: absolute;
  left: 10px;
  /* top: 6px; */
  top: 50%;
  transform: translateY(-50%);
  color: var(--Grey-Deep, #4d4d4d);
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  /* letter-spacing: 1.6px; */
}
.Appointment-form .custom-phone-input:focus-within {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-phone-input .invalid-feedback {
  top: -35px;
}

.form-control:invalid:focus {
  outline: none !important;
  box-shadow: none !important;
}

.Appointment-form .custom-phone-input:focus-within {
  outline: none !important;
  box-shadow: none !important;
}

.environment {
  padding-bottom: 26px;
  background-image: url("/static/img/environment-bg.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.environment .pubilc-title {
  padding: 28px 0;
}
.environment .pubilc-title p {
  padding: 20px 20px 0;
  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;
  letter-spacing: 1.6px;
}
.environment-Box {
  margin: 0 auto;
  overflow: hidden;
}
.environment-Box .environmentSwiper .swiper-wrapper .swiper-slide-text {
  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;
  letter-spacing: 1.6px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  max-width: clamp(315px, 66vw, 533px);
}
.environment-Box .environmentSwiper .swiper-wrapper .swiper-slide-text h3 {
  color: var(--Grey-Deep, #4d4d4d);
  text-align: center;
  font-family: "Noto Sans HK";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.environment-Box .environmentSwiper .swiper-wrapper .swiper-slide-text p {
  color: var(--Grey-Deep, #4d4d4d);
  text-align: justify;
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 1.6px;
  display: flex;
  align-items: start;
}
.environment-Box .environmentSwiper .swiper-wrapper .swiper-slide-text p span {
  display: inline-block;
}
.environment-Box .environmentSwiper .swiper-pagination {
  position: static;
}
.environment-Box
  .environmentSwiper
  .swiper-pagination
  .swiper-pagination-bullet {
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 10px 5px;
  background: var(--Grand-Orange, #e18334);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.environment-Box
  .environmentSwiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  border: 2px solid var(--White, #fff);
  background: var(--Brand-Blue, #005bab);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.environment-Box
  .environmentSwiper
  .swiper-pagination
  .swiper-pagination-bullet::after {
  content: "01";
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: var(--White, #fff);
  text-align: center;
  /* 桌面版/PC-H4 */
  font-family: "Noto Sans HK";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
}
.environment-Box
  .environmentSwiper
  .swiper-pagination
  .swiper-pagination-bullet:nth-child(2)::after {
  content: "02";
}
.environment-Box
  .environmentSwiper
  .swiper-pagination
  .swiper-pagination-bullet:nth-child(3)::after {
  content: "03";
}
.environment-Box
  .environmentSwiper
  .swiper-pagination
  .swiper-pagination-bullet:nth-child(4)::after {
  content: "04";
}
.environment-Box
  .environmentSwiper
  .swiper-pagination
  .swiper-pagination-bullet:nth-child(5)::after {
  content: "05";
}
.environment-Box .swiper-arrows {
  height: 64px;
}
.environment-Box .swiper-arrows > div {
  position: relative;
  height: 100%;
}
.environment-Box .swiper-arrows > div .button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 12px;
}
.environment-Box .swiper-arrows > div .swiper-button-prev {
  bottom: 58px;
  top: auto;
  left: auto;
  right: 30px;
  transform: rotate(90deg);
}
.environment-Box .swiper-arrows > div .swiper-button-next {
  top: auto;
  bottom: 0;
  right: 30px;
  transform: rotate(90deg);
}

.form-group-List {
  /* gap: 14px; */
  text-align: left;
}
@media screen and (max-width: 576px) {
  .header-scrolled {
    background-color: #005bab;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}

@media screen and (min-width: 576px) {
  /* 透明背景 */
  .header-scrolled-transparent {
    background-color: transparent;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  header .navbar .navbar-brand {
    margin-right: 10px;
    width: auto;
    display: block;
  }
  header .navbar-brand img {
    display: block;
    width: 100%;
  }
  header .navbar .Appointment {
    margin-left: 10px;
  }
  header .navbar .Appointment span {
    white-space: nowrap;
  }
  header .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu-show {
    display: block;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  header .dropdown-menu-show {
    display: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}

.new-footermenu-card {
  .new-footermenu-card-menu {
    margin: 6.25vw auto;
    padding: 4.58vw 0px 0;
    border-top: 2px solid #6096c5;
    color: var(--White, #fff);
    font-size: 3.75vw;

    i {
      font-style: normal;
      width: 4.38vw;
      text-align: center;
      display: block;
      color: var(--Grand-Light-Blue, #6096c5);
    }

    a {
      color: var(--White, #fff);

      /* 手機版/MB-H3 */
      font-family: "Noto Sans HK";
      font-size: 3.75vw;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
  }
}

.sub-top-menu {
  position: relative;
  /* 移除 anchor-name，使用传统定位 */
  white-space: nowrap;
  color: black;
  /* 设置默认颜色 */
}

.sub-bottom-menu {
  display: none;
  position: absolute;
  bottom: 100%;
  width: 27.08vw;
  background: rgba(0, 91, 171, 0.9);
  border-radius: 5px 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;

  a {
    display: block;
    padding: 6px 16px;
    color: var(--White, #fff);

    font-family: "Noto Sans TC";
    font-size: 4.17vw;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.04vw;

    &:hover {
      color: var(--Brand-Blue, #005bab) !important;
      background-color: var(--White, #fff);
    }
  }

  & > a:not(:last-child) {
    border-bottom: 1px solid var(--Grand-Light-Blue, #6096c5);
  }
}

.sub-top-menu:hover .sub-bottom-menu {
  display: block;
}

@media screen and (min-width: 992px) {
  body {
    padding: 0;
  }
.sub-bottom-menu{
  width: 163px;
    & > a:not(:last-child) {
    border-bottom:none;
    &::after{
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 131px;
      height: 1px;
      background: var(--Grand-Light-Blue, #6096c5);
    }
  }
  a{
    padding: 8px 16px 6px 34px;
    border-bottom: none;
    position: relative;

  }


}
  /* 頭部導航欄顔色 */
  .header-scrolled-Pc {
    background-color: #005bab;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: white;
  }
  .header-scrolled-Pc .navbar .navbar-collapse .navbar-nav .nav-item > a,
  .header-scrolled-Pc
    .navbar
    .navbar-collapse
    .languageDrop
    .dropdown-toggle
    span,
  .header-scrolled-Pc .navbar .Appointment {
    color: white;
  }
  .header-scrolled-Pc .navbar .navbar-collapse .languageDrop svg path {
    stroke: white;
  }
  .header-scrolled-Pc .navbar .Appointment svg path {
    fill: white;
    stroke: white;
  }

  /* 滚动 */
  .w-100-scroll {
    width: none;
    /* overflow-x: visible; */
    overflow-x: hidden;
  }
  .form-group-List {
    gap: 15px;
  }
  header {
    top: 0;
    z-index: 99;
    width: 100%;
    background: white;
    opacity: 1;
  }
  header .navbar-collapse .navbar-nav {
    gap: 0 1.6875rem;
  }
  header .navbar-collapse .navbar-nav .nav-item {
    height: 84px;
    display: flex;
    align-items: center;
  }
  header .navbar-collapse .navbar-nav .nav-item > a {
    color: #005bab;
    font-family: "Noto Sans TC";
    font-size: clamp(16px, 1.145vw, 22px);
    font-style: normal;
    letter-spacing: 5.5px;
    position: relative;
    display: inline-block;
  }
  header .navbar-collapse .navbar-nav .nav-item > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 98%;
    height: 0.1px;
    background-color: #005bab;
  }
  header .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu-show {
    display: block;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  header .navbar-collapse .languageDrop .dropdown-menu {
    background: rgba(0, 91, 171, 0.9);
    border-radius: 20px 5px;
    overflow: hidden;
  }
  header .navbar-collapse .languageDrop .dropdown-menu li a {
    color: var(--White, #fff);
    font-family: "Noto Sans HK";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
  }
  header .navbar-collapse .languageDrop .dropdown-menu li a:hover {
    background: #2ea6a6;
    color: white;
  }
  .dropdown-menu-show {
    display: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .navbar-collapse .nav-item .active {
    color: #4570b6;
    font-weight: 700 !important;
  }
  .navbar-collapse .nav-item .active::after {
    left: 13px;
    bottom: 4px;
    width: 70%;
    height: 2px;
    background: #4570b6;
    content: "";
    position: absolute;
  }
  .contact-widget {
    position: fixed;
    right: 5px;
    bottom: 55px;
  }
  .scrollToTopBt {
    width: 72px;
    height: 72px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease; /* 添加过渡效果 */
  }
  .scrollToTopBt:hover {
    transform: translateY(-5px); /* 悬停时向上浮动 */
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3); /* 增强阴影效果 */
  }
  .scrollToTopBt svg {
    width: 30.377px;
    height: 32.473px;
  }
  .pubilc-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 3px;
  }
  .pubilc-title h2::after {
    height: 2px;
    width: 100%;
    bottom: -1px;
  }
  .pubilc-title > div {
    margin-top: 60px;
  }
  .pubilc-title p {
    text-align: center;
  }
  .pubilc-button {
    max-width: 258px;
    width: 258px;
    max-height: 100px;
    height: 5.2vw;
    font-size: 30px;
    display: block;
    padding: 0 clamp(10px, 1.97vw, 38px) 0 clamp(10px, 1.97vw, 38px);
    transition: 1s;
    font-weight: 700;
    border: 4px solid #005bab;
    border-radius: 100px;
    opacity: 0.89;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    color: #005bab;
    text-align: center;
    transition: all 0.5s ease;
  }
  .pubilc-button .onee {
    display: block;
  }
  .pubilc-button .twoo {
    display: none;
  }
  .pubilc-button:hover,
  .pubilc-button:focus {
    transition: all 0.5s ease;
    max-width: 275px;
    width: 275px;
    box-shadow: 0 0 0.4em 0 red;
    color: #fff !important;
    background-color: var(--Brand-Blue, #005bab) !important;
    border: 4px solid #fff !important;
    box-shadow: 2px -2px 8px rgba(136, 136, 136, 0.75);
  }
  .pubilc-button:hover .onee,
  .pubilc-button:focus .onee {
    display: none;
  }
  .pubilc-button:hover .twoo,
  .pubilc-button:focus .twoo {
    display: block;
    width: 38.838px !important;
    height: 45.43px !important;
  }
  .pubilc-button svg {
    width: 26px;
    height: 45px;
  }
  .pubilc-button {
    border: 3px solid var(--Brand-Blue, #005bab);
    white-space: nowrap;
    width: 294px;
    height: 70px;
    font-size: 24px;
    padding: 13px 19px 15px 29px;
    letter-spacing: 2.4px;
  }
  .pubilc-button svg {
    width: 19px;
    height: 33px;
  }
  .public-swiper-pagination {
    bottom: 24px !important;
  }
  .public-swiper-pagination .swiper-pagination-bullet {
    background: #e8e0d5;
    opacity: 1;
    width: 71px;
    height: 4px;
    border-radius: 0;
    margin: 0 11px;
  }
  .public-swiper-pagination .swiper-pagination-bullet-active {
    background: #005bab;
  }
  .public-swiper-paginationEdit {
    max-width: 668px;
    height: 70px;
  }
  .public-swiper-paginationEdit .swiper-button-prev {
    left: 34px;
  }
  .public-swiper-paginationEdit .swiper-button-next {
    right: 34px;
  }
  .new-public-button {
    width: 201px;
    padding: 14px 25px;
    white-space: nowrap;
    font-weight: 700;
    letter-spacing: 2.4px;
    display: block;
    border: 4px solid var(--Brand-Blue, #005bab);
    opacity: 0.95;
  }
  .new-public-button svg {
    width: 18px;
    height: 32px;
  }
  .new-public-button:hover,
  .new-public-button:focus {
    width: 220px;
    color: #fff !important;
    background-color: var(--Brand-Blue, #005bab) !important;
    border: 4px solid #fff !important;
    box-shadow: 2px -2px 8px rgba(136, 136, 136, 0.75);
  }
  .new-public-button:hover .onee,
  .new-public-button:focus .onee {
    display: none;
  }
  .new-public-button:hover .twoo,
  .new-public-button:focus .twoo {
    display: block;
    width: 38.838px;
    height: 32px;
  }
  .footer {
    max-width: 1546px;
    padding-top: 5.3125rem;
    padding-bottom: 5.1875rem;
  }
  .footer .footer-logo img {
    max-width: 412px;
  }
  .footer .footer-logo div {
    margin-top: 3.0625rem;
  }
  .footer .footer-logo div p,
  .footer .footer-logo div a {
    color: #fff;
    font-size: clamp(18px, 1.04vw, 20px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 4px;
  }
  .footer .footer-logo div p span,
  .footer .footer-logo div a span {
    font-size: clamp(16px, 1.04vw, 20px);
    line-height: 1.6;
    letter-spacing: 4px;
    font-weight: 350;
  }
  .footer .footermenu {
    gap: 0 23px;
    margin-top: 0;
  }
  .footer .footermenu-card {
    width: 136px;
  }
  .footer .footermenu-card > div:nth-child(1) {
    padding-bottom: clamp(60px, 5.46vw, 105px);
  }
  .footer-card-bottom {
    padding-bottom: clamp(10px, 1.45vw, 28px) !important ;
  }
  .footer .footermenu-card > div:nth-child(2) {
    padding-bottom: 0;
  }
  .footer .footermenu-card-title {
    border-top: 2px solid #fff;
    font-size: clamp(18px, 1.25vw, 24px);
    padding: 0.4375rem 0;
  }
  .footer .footermenu-card-submenu a {
    font-size: clamp(16px, 1.04vw, 20px);
    line-height: 1.6;
    letter-spacing: 4px;
    letter-spacing: 0;
    padding-bottom: 7px;
    white-space: nowrap;
  }
  .footer .footer-copyright {
    margin-top: 2.5rem;
  }
  .footer .footer-copyright > div {
    gap: 1.0237rem;
  }
  .footer .footer-copyright > div a svg {
    width: 27.302px;
    height: 27.302px;
  }
  .footer .footer-copyright .copyrightText {
    margin-top: 12px;
    font-size: clamp(16px, 0.9375vw, 18px);
    font-weight: 350;
    line-height: 1.4;
    letter-spacing: 3.6px;
  }
  .phoneMenuSlice-two {
    margin-left: 12px;
  }
  .indexSwiper {
    overflow: hidden;
    padding-bottom: 45px;
  }
  .indexSwiper {
    border-radius: 31px;
  }
  .indexSwiper .swiper-wrapper .swiper-slide img {
    border-radius: 0 0 31px 31px;
  }
  .indexSwiper .swiper-Title {
    position: relative !important;
  }
  .indexSwiper .swiper-Title > div {
    bottom: 40px;
    padding-left: 44px;
    width: 100%;
  }
  .indexSwiper .swiper-Title > div h1 {
    font-size: clamp(30px, 3.64vw, 70px);
    letter-spacing: 0px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25),
      0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .indexSwiper .swiper-Title > div .swiper-Title-sub {
    color: #fff;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: 1.4;
    letter-spacing: 2.4px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25),
      0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .indexSwiper .swiper-Title > div p {
    color: #fff;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: 1.4;
    letter-spacing: 2.4px;
  }
  .indexSwiper .swiper-Title > div a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 222px;
    width: 222px;
    height: 80px;
    opacity: 0.95;
    border-radius: 50px;
    text-shadow: 0px 0px 20px rgba(61, 61, 61, 0.75);
    font-size: 24px;
    letter-spacing: 3px;
    margin-top: 0;
    padding-left: 28px;
    padding-right: 0.8125rem;
  }
  .indexSwiper .swiper-pagination {
    text-align: center;
    bottom: 22px;
  }
  .indexSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 71px;
    height: 4px;
    margin: 0 11px;
  }
  .Appointment-form {
    padding: 50px 0 60px;
  }
  .Appointment-form form {
    text-align: right;
  }
  .Appointment-form .flex-ga {
    gap: 13px;
  }
  .Appointment-form-Box {
    border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
  .Appointment-form-Box-img {
    max-width: 660px;
    width: 660px;
  }
  .Appointment-form-Box-img img {
    height: -webkit-fill-available;
  }
  .Appointment-form-Box-text {
    max-width: 660px;
    margin: auto;
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: inherit;
  }
  .Appointment-form-Box-text-title {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .Appointment-form-Box-text-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
  }
  .Appointment-form-Box-text-title p {
    font-style: normal;
    line-height: 1.6; /* 32px */
    letter-spacing: 4px;
  }
  .Appointment-form-Box-text-form-message {
    flex: 2;
  }
  .Appointment-form-Box-text-form-message form {
    margin: 0px 0 0;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
  }
  .Appointment-form-Box-text-form-message form > div,
  .Appointment-form-Box-text-form-message form button {
    flex: 1;
  }
  .Appointment-form-Box-text-form-message form .form-group {
    width: 282px;
  }
  .Appointment-form-Box-text-form-message form .form-group label {
    color: var(--Brand-Blue, #005bab);
    font-family: "Noto Sans HK";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .Appointment-form-Box-text-form-message form .form-group .form-control {
    padding: 6px 12px;
    margin-top: 10px;
    field-sizing: content;
  }
  .Appointment-form-Box .form-group .dropdown {
    margin-top: 10px;
  }
  .Appointment-form-Box .form-group .dropdown button {
    width: 282px;
    border-radius: 5px;
    border: 1px solid #e8f0ff;
    background: #e8f0ff;
    text-align: left;
  }
  .Appointment-form-Box .form-group .dropdown button div {
    text-align: left;
    display: inline-block;
    width: 95%;
  }
  .Appointment-form-Box .form-group .selected-services {
    margin-top: 20px;
  }
  .Appointment-form-Box .form-group .selected-services span {
    padding: 0px 8px 0px 15px;
    border-radius: 43px;
    /* 桌面版/PC-Body Text */
    font-family: "Noto Sans HK";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
    display: inline-flex;
    align-items: center;
  }
  .Appointment-form-Box .form-group .selected-services span .btn-close-white {
    filter: none !important;
    background-size: 21px 21px;
  }
  .Appointment-form-Box button {
    border: none;
    background: none;
    margin-right: auto;
  }
  .Appointment-form-Box .Appointment-form-btn {
    margin: initial;
    margin-left: auto;
  }
  .Appointment-form .custom-phone-input select {
    margin-right: 10px;
    color: var(--Grey-Deep, #4d4d4d);
    font-family: "Noto Sans HK";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* letter-spacing: 1px; */
  }
  .environment {
    padding-bottom: 0;
    background-position: 100% 100%;
    background-size: 480px 216px;
  }
  .environment-Box {
    max-width: 1920px;
    margin: 0 auto;
  }
  .environment .pubilc-title {
    padding: 60px 0 30px;
  }
  .environment .pubilc-title h2::after {
    font-size: 30px;
  }
  .environment .pubilc-title p {
    padding: 0;
    margin-top: 45px;
    max-width: 1240px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 4px;
  }

  .new-footermenu-card {
    margin-left: 70px;
    max-width: 502px;

    .new-footermenu-card-menu {
      margin: initial;
      padding: 0;
      border-top: none;
      font-size: 20px;
      font-weight: 700;
      line-height: 160%;
      letter-spacing: 5px;

      i {
        font-style: normal;
        width: 21px;
        text-align: center;
        display: block;
      }

      a {
        color: var(--White, #fff);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        letter-spacing: 5px;
      }
    }
  }

  .copyrightText {
    margin-top: 8px;
  }
  /* 服务按钮样式 */
  .service-buttons {
    margin-top: 10px;
    margin-bottom: inherit;
    gap: 20px;
  }

  .service-button {
    border-radius: 43px;
    background: var(--White, #fff);
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 7px;
  }
  .service-button.selected::after {
    width: 17px;
    height: 14px;
  }
}

.environment-Box-Pc > div {
  overflow: hidden;
}
.environment-Box-Pc #swiper2,
.environment-Box-Pc #swiper1 {
  max-height: 640px;
  height: 33.33vw;
  max-width: 960px;
  width: 50vw;
}
.environment-Box-Pc #swiper2 {
  overflow: visible;
}
.environment-Box-Pc #swiper1 {
  position: relative;
}
.swiper-environment-desc,
.swiper-environment-desc .swiper-wrapper .swiper-slide > div {
  padding-left: clamp(20px, 4.791vw, 92px);
}
.swiper-environment-desc,
.swiper-environment-desc .swiper-wrapper .swiper-slide {
  padding-left: 0;
}
.swiper-environment-desc .swiper-pagination {
  bottom: 43px;
  color: var(--Grey-Pale, #aaa);
  font-family: "Noto Sans HK";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
}
.swiper-environment-desc .swiper-pagination .swiper-pagination-current {
  color: #4d4d4d;
}
.swiper-environment-desc .swiper-pagination span::before {
  content: "0";
}
.environment-Box-Pc #swiper1 .swiper1-index {
  position: absolute;
  bottom: 58px;
  left: 0;
  color: var(--Grey-Deep, #4d4d4d);
  font-family: "Noto Sans HK";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
}
.environment-Box-Pc #swiper1 .swiper1-index i {
  color: var(--Grand-Orange, #e18334);
  font-style: normal;
}
.environment-Box-Pc #swiper1 .swiper1-index > span:nth-child(3) {
  color: var(--Grey-Pale, #aaa);
}
.environment-Box-Pc #swiper1 .swiper-wrapper .swiper-slide {
  max-width: 960px;
}
.environment-Box-Pc #swiper1 .swiper-wrapper .swiper-slide > div h2 {
  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;
  margin-bottom: 8px;
}
.environment-Box-Pc #swiper1 .swiper-wrapper .swiper-slide > div > div {
  max-width: 533px;
}
.environment-Box-Pc #swiper1 .swiper-wrapper .swiper-slide > div p {
  color: var(--Grey-Deep, #4d4d4d);
  text-align: justify;
  font-family: "Noto Sans HK";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  display: flex;
  align-items: start;
}
.environment-Box-Pc #swiper1 .swiper-wrapper .swiper-slide > div p span {
  display: inline-block;
}
.environment-Box-Pc
  #swiper1
  .swiper-wrapper
  .swiper-slide
  > div
  .pubilc-button {
  margin-right: auto;
}
.environment-Box-Pc #swiper2 .swiper-wrapper .swiper-slide {
  max-width: 960px;
  align-self: end;
}
.environment-Box-Pc #swiper2 .swiper-wrapper .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
.environment-Box-Pc .swiper-pagination-environmentsecond {
  gap: 10px;
  height: inherit;
  left: -25px;
  z-index: 9;
  /* top: 0; */
  bottom: inherit !important;
  position: absolute;
  /* transform: unset !important; */
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  max-width: 50px;
}
.environment-Box-Pc
  .swiper-pagination-environmentsecond
  .swiper-pagination-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  /* margin: 15px 0; */
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  color: var(--Grand-Light-Blue, #6096c5);
  text-align: center;
  font-family: "Noto Sans HK";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.environment-Box-Pc
  .swiper-pagination-environmentsecond
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  box-sizing: content-box;
  background: white;
  border: 5px solid var(--Brand-Blue, #005bab);
  color: var(--Grand-Light-Blue, #6096c5);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.7);
}

.environment-Box-Pc
  .swiper-pagination-environmentsecond
  .swiper-pagination-bullet-active {
  border: 5px solid var(--White, #fff);
  color: white;
  background: var(--Brand-Blue, #005bab);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.environment-Box-Pc
  .swiper-pagination-environmentsecond
  .swiper-pagination-bullet::before {
  content: "0";
}

@media screen and (max-width: 390px) {
  .environment-Box-Pc .swiper-pagination-environmentsecond {
    gap: 5px !important;
  }
  header .navbar .navbar-brand {
    width: 60%;
  }
}

@media screen and (max-width: 460px) {
  .environment-Box-Pc
    .swiper-pagination-environmentsecond
    .swiper-pagination-bullet {
    opacity: 1;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    /* margin: 15px 0; */
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    color: var(--Grand-Light-Blue, #6096c5);
    text-align: center;
    font-family: "Noto Sans HK";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .environment-Box-Pc
    .swiper-pagination-environmentsecond
    .swiper-pagination-bullet-active {
    border: 5px solid var(--White, #fff);
    color: white;
    background: var(--Brand-Blue, #005bab);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 996px) {
  body {
    width: 100vw;
    overflow: hidden;
  }
  /* 全宽的元素 */
  .full-width-container {
    width: 100vw;
    margin-left: -10px;
    margin-right: -10px;
  }
  /* 语言隐藏 */
  header .navbar .navbar-collapse .languageDrop .dropdown-toggle span,
  header .navbar .Appointment svg {
    display: none;
  }

  .environment-Box-Pc {
    padding: 0 20px;
  }
  .environment-Box-Pc #swiper2 {
    max-height: unset;
    height: 71.8vw;
    width: 100%;
  }
  .swiper-environment-desc,
  .swiper-environment-desc .swiper-wrapper .swiper-slide > div {
    padding: 0;
  }
  .environment-Box-Pc #swiper1.swiper-environment-desc {
    height: auto;
    width: 100%;
    max-width: 100%;
    max-height: clamp(390px, 64.6vw, 480px);
    padding: 0;
  }
  .environment-Box-Pc #swiper1.swiper-environment-desc .swiper-slide > div {
    max-width: clamp(260px, 66vw, 480px);
    margin: auto;
    margin-top: 58px;
  }
  .environment-Box-Pc #swiper1.swiper-environment-desc .swiper-slide h2 {
    font-size: 18px !important;
  }
  .environment-Box-Pc #swiper1.swiper-environment-desc .swiper-slide p {
    font-size: 16px !important;
  }
  .environment-Box-Pc #swiper1.swiper-environment-desc .button {
    max-width: 180px;
    height: 60px;
  }
  .environment-Box-Pc .swiper-environment-pics {
    z-index: 9;
    overflow: hidden !important;
  }
  .environment-Box-Pc .swiper-pagination-environmentsecond {
    flex-flow: row;
    gap: 19px;
    right: 0;
    left: 0;
    top: -25px;
    max-width: 100%;
    max-height: 50px;
    margin: 0 auto;
  }
  .environment-Box-Pc
    .swiper-pagination-environmentsecond
    .swiper-pagination-bullet {
    margin: 0;
  }
  .environment-Box-Pc .swiper-pagination-environmentone {
    display: none;
  }
}
.environment-Box-Pc #swiper1.swiper-environment-desc .button {
  position: unset;
  transform: unset;
}

@media screen and (min-width: 1200px) {
  header {
    max-height: 80px;
  }
  header .navbar-brand {
    margin-right: 34px;
    max-width: 342px;
    width: 17.81vw;
    display: block;
    max-height: 53px;
  }
  header .navbar-brand img {
    width: 100%;
  }
  header .navbar-collapse .navbar-nav {
    gap: 0 17px;
  }
  header .navbar-collapse .navbar-nav .nav-item {
    height: 84px;
    display: flex;
    align-items: center;
  }
  header .navbar-collapse .navbar-nav .nav-item > a {
    white-space: nowrap;
    color: #005bab;
    font-family: "Noto Sans TC";
    font-size: 17px;
    font-style: normal;
    letter-spacing: 4.455px;
    position: relative;
    display: inline-block;
  }
  header .navbar-collapse .navbar-nav .nav-item > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 98%;
    height: 0.1px;
    background-color: #005bab;
  }
  header .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu-show {
    display: block;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  header .Appointment {
    white-space: nowrap;
    margin-left: clamp(0px, 8.07vw, 155px);
    color: #df7000;
    font-size: clamp(20px, 1.5625vw, 30px);
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 3px;
  }
  header .Appointment span {
    white-space: wrap;
  }
  header .Appointment svg {
    max-width: 31.883px;
    width: 1.66vw;
    max-height: 28.204px;
    height: 1.45vw;
    margin-right: 7px;
  }
  header .navbar .Appointment {
    white-space: nowrap;
    margin-left: 34px;
  }
  header .navbar .Appointment span {
    white-space: nowrap;
  }
  .Appointment-form-Box-text-form-message {
    max-width: 100%;
  }
  .Appointment-form-Box-text .form-group .dropdown button {
    width: 100%;
  }

  .header-scrolled-Pc .navbar .navbar-brand .Big-logo {
    display: none !important;
  }
  .header-scrolled-Pc .navbar .navbar-brand .Big-logo-two {
    display: block !important;
  }
}
@media screen and (min-width: 1660px) {
  .Appointment-form-Box-text-form-message form .form-group {
    width: 282px;
  }
  .Appointment-form-Box-text .form-group .dropdown button {
    width: 282px;
  }
  .contact-widget {
    position: fixed;
    right: 87px;
    bottom: 55px;
  }

  .environment-Box-Pc .swiper-pagination-environmentsecond {
    gap: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .flex-ga {
    width: auto;
  }
  .Appointment-form-Box-text-form-message form .form-group {
    width: 282px;
  }
  .Appointment-form-Box-text .form-group .dropdown button {
    width: 282px;
  }
}
/* media */
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

/* 服务按钮样式 */
.service-buttons {
  margin-top: 10px;
  margin-bottom: 14px;
  gap: 13px;
  .service-button {
    display: inline-block;
    border-radius: 38px;
    border: 2px solid var(--Grand-Grey, #e8e0d5);
    background: var(--White, #fff);
    padding: 0 15px;
    border-radius: 38px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    color: var(--Grey-Deep, #4d4d4d);
    text-align: center;
    font-family: "Noto Sans HK";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 1.6px;
  }
  .service-button:hover {
    border: 2px solid var(--Brand-Blue, #005bab);
  }
}

/* 选中状态的服务按钮样式 */
.service-button.selected {
  border: 2px solid var(--Brand-Blue, #005bab);
  background-color: white;
  color: #005bab;
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
}

/* 选中状态的打钩符号 */
.service-button.selected::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("/static/img/seveiceSelect.svg") no-repeat center center;
  background-size: cover;
}

/* 错误提示样式 */
.invalid-feedback {
  color: red;
  display: none;
}

#phoneMenu {
  overflow-y: auto;
  width: 85%;
  right: -85%;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  padding-left: 32px;
  padding-right: 32px;
}

#maskoverlay.show {
  transform: translateX(0%);
  right: 0;
}

#phoneMenu.show {
  transform: translateX(0%);
  right: 0;
}

.footer {
  .footermenu-card {
    gap: 17px;
    width: 100%;

    .footermenu-card-title {
      padding: 0;
      padding-top: 7px;
      border-top: 1px solid var(--Grand-Light-Blue, #6096c5);
    }
  }
}

.footer .footermenu-card > div:nth-child(1),
.footer .footermenu-card > div:nth-child(2) {
  padding-bottom: 0;
}

/* 遮罩层样式 */
#maskoverlay {
  position: fixed;
  top: 0;
  right: -100%;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  background: rgba(96, 150, 197, 0.7);
  z-index: 998;
  right: 0;
  transition: transform 0.3s ease-out;
}

.headerScroll {
  display: none !important;
}

.header {
  background: #fff;
  /* box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 15%); */
  margin-bottom: 30px;
}
.header-nav {
  width: 100%;
  max-width: 1320px;
  justify-content: space-between;
}
.nav-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.nav-box-top {
  /* background: #f5f5f5; */
  padding: 10px 0px 0px 0px;
  border-radius: 0 0 10px 10px;
  /* margin-bottom: 10px; */
  width: 342px;
}
.nav-box-top a {
  color: #005bab;
  margin-right: 22px;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 0;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 2;
}
/* .nav-box-top >a:nth-child(1) img{
      width: 22px;
      height: 22px;
    } */
.nav-box-top > a:last-child {
  margin-right: 0;
}
.nav-box-top a svg {
  width: 18px;
  margin-top: 3px;
}
.nav-box-top a:hover .lang {
  display: block;
}
.svgnavShow {
  display: none;
}
.nav-box-top-active {
  a {
    color: white;
  }
  .svgnav {
    display: none;
  }
  .svgnavShow {
    display: inline-block;
  }
  svg {
    path {
      stroke: white;
    }
  }
  & > a:last-child svg:nth-child(2) {
    path {
      fill: white;
    }
  }
}

.lang {
  display: none;
  position: absolute;
  left: 0;
  top: 30px;
  width: 60px;
  border-top: 1px solid #eee;
  box-shadow: 0 3px 6px #5e83a633;
  z-index: 2999;
}
.lang > span {
  width: 60px;
  display: inline-block;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  padding: 4px 10px;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  transition: background-color 0.5s, color 0.5s;
}
.lang > span:hover {
  background-color: #f5f5f5;
}
.nav-box-bottom div {
  padding-bottom: 10px;
  position: relative;
}
.nav-box-bottom a {
  display: flex;
  padding: 8px 20px;
  background-color: #fff;
  color: #005bad;
  font-size: 20px;
  border-right: 1px solid #eeeeee;
  transition: all 0.3s;
}
.nav-box-bottom > div > a {
  border-radius: 5px;
}
.nav-box-bottom a svg {
  width: 12px;
  margin: 9px 0 0 5px;
}
.nav-box-bottom > div:hover > a {
  background-color: #005bab;
  color: #fff;
}
.nav-box-bottom > div:hover > a > svg path {
  fill: rgb(255, 255, 255);
}

.nav-box-bottom .nav-item {
  display: none;
  position: absolute;
  width: 200px;
  left: 5px;
  top: 50px;
  /* overflow: hidden; */
  box-shadow: -1px 1px 4px 2px rgb(0 0 0 / 25%);
  padding: 0;
  border-radius: 5px 20px;
  /* border: 1px solid #0b508c; */
  background-color: #fff;
  /* box-shadow: 0px 0px 15px rgb(0 0 0 / 30%); */
}
.nav-box-bottom .nav-item div {
  position: relative;
  padding-bottom: 0;
}
.nav-box-bottom .nav-item a {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
  border: 0;
  transition: all 0.3s;
  border-bottom: 1px solid #6096c5;
  color: #196bb3;
}
.nav-box-bottom .nav-item a:hover {
  background: rgba(0, 91, 171, 0.9);
  color: #fff;
}
.nav-box-bottom .nav-item a svg path {
  stroke: #005bab;
}
.nav-box-bottom .nav-item a:hover svg path {
  stroke: #fff;
  
}
.logo {
  display: inline-block;
}
.nav-box-bottom div:hover .nav-item {
  display: block;
}

.nav-box-bottom div:hover>.nav-item> div:first-child> a {
  border-radius: 5px 20px 0 0;
}
.nav-box-bottom div:hover> .nav-item >div:last-child>a {
  border-radius: 0 0 5px 20px;
}

.nav-box-bottom .nav-item .nav-item-link {
  display: none;
  position: absolute;
  width: 200px;
  right: -200px;
  top: 0px;
  overflow: hidden;
  /* box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%); */
  padding: 0;
  border-radius: 5px 20px;
  border: 1px solid #0b508c;
  background-color: #fff;
}


.nav-box-bottom .nav-item .nav-item-link-child{
    width: 214px;
  right: -214px;
}

.nav-box-bottom .nav-item .nav-item-link > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
  border: 0;
  color: #196bb3;
  transition: all 0.3s;
  border-bottom: 1px solid #6096c5;
 
}
.nav-box-bottom .nav-item .nav-item-link > a:hover {
  background: rgba(0, 91, 171, 0.9);
  color: #fff;
}

.nav-box-bottom .nav-item div:hover .nav-item-link {
  display: block;
}

.what-code {
  display: none;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  z-index: 999;
  box-shadow: -1px 1px 4px 2px rgb(0 0 0 / 25%);
}
.nav-box-top a:hover .what-code {
  display: block;
}

@media screen and (max-width: 1320px) {
  .header-nav {
    padding: 0 25px;
  }
}

@media screen and (max-width: 950px) {
  .nav-box-bottom a {
    font-size: 18px;
    padding: 8px 15px;
  }
  .logo img {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .nav-box-bottom a {
    font-size: 16px;
    padding: 8px 10px;
  }
  .logo img {
    width: 80%;
  }
}
@media screen and (max-width: 770px) {
  .headerScroll {
    display: flex !important;
  }
  .header {
    display: none !important;
  }
}


.headerActive {
  background-color: #005bab !important;
  .nav-box-bottom a {
    background: #005bab;
    color: #fff;
    svg {
      path {
        fill: #fff;
      }
    }
  }
  .nav-box-bottom a:hover {
    background: #fff;
    color: #005bab;
    svg {
      path {
        fill: #005bab;
      }
    }
  }
}

.headerLOGOscolltwo {
  display: none;
}
