@media (min-width: 1920px) {
  .container {
    max-width: 1440px;
  }
}
#main{
	min-height:70vh;
}
#header{
	position:relative;
	z-index:100;
}

#breadcrumb{
	  margin-top: 2rem;
    margin-bottom: 2rem;
}

#breadcrumb ul{ flex-wrap:wrap }

.home-swiper-hero {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home-swiper-hero .hero-header {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
}
.home-swiper-hero .swiper-screenfull {
  position: relative;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.home-swiper-hero .swiper-screenfull .swiper {
  position: relative;
  height: 100%;
  width: 100%;
}
.home-swiper-hero .swiper-screenfull .swiper:before, .home-swiper-hero .swiper-screenfull .swiper:after {
  content: "";
  pointer-events: none;
  height: 400px;
  width: 100%;
  position: absolute;
  z-index: 100;
  left: 0;
}
.home-swiper-hero .swiper-screenfull .swiper:before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-swiper-hero .swiper-screenfull .swiper:after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-swiper-hero .swiper-screenfull .swiper .swiper-pagination {
  z-index: 999;
}
.home-swiper-hero .scroll-action {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
  color: #fff;
  height: 120px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid;
  border-radius: 50%;
  font-weight: 700;
  cursor: pointer;
}
.home-swiper-hero .scroll-action i {
  position: relative;
  font-size: 22px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
  -webkit-transition: top 0.3s ease-in;
  transition: top 0.3s ease-in;
}
.home-swiper-hero .scroll-action:hover i {
  top: 6px;
}
@-webkit-keyframes td1 {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@keyframes td1 {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
.body-scroll {
  position: fixed;
  left: 0%;
  top: 100%;
  bottom: 0;
  right: 0;
  background: #fff;
  overflow: hidden;
  -webkit-transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  z-index: 1;
  overflow: auto;
  outline: none;
}
.body-scroll.show {
  top: 0;
}
.body-scroll .body-left .action-btn,
.body-scroll .body-right .action-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  color: #fff;
  width: 40px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 700;
  padding: 6px;
  cursor: pointer;
}
.body-scroll .body-left .action-btn img,
.body-scroll .body-right .action-btn img {
  position: absolute;
  z-index: -2;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.body-scroll .body-left .action-btn i,
.body-scroll .body-right .action-btn i {
  position: relative;
  font-size: 14px;
}
.body-scroll .body-left .action-btn .text,
.body-scroll .body-right .action-btn .text {
  -webkit-text-orientation: upright;
          text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
}
.body-scroll .body-left .content,
.body-scroll .body-right .content {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: auto;
}
.body-scroll .body-left .content.show .action-back,
.body-scroll .body-right .content.show .action-back {
  position: fixed;
}
.body-scroll .body-left .action-btn {
  padding-right: 20px;
}
.body-scroll .body-left .action-btn i {
  left: 0;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}
.body-scroll .body-left .action-btn:hover i {
  left: -6px;
}
.body-scroll .body-left .action-btn.action-back {
  right: 0;
  padding-right: 0px;
}
.body-scroll .body-left .content {
  right: 100%;
  -webkit-transition: right 1.3s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  transition: right 1.3s cubic-bezier(0.5, 0, 0.2, 1) 0s;
}
.body-scroll .body-left .content.show {
  right: 0;
}
.body-scroll .body-right .action-btn {
  right: 0;
  padding-left: 20px;
}
.body-scroll .body-right .action-btn i {
  right: 0;
  -webkit-transition: right 0.3s ease-in;
  transition: right 0.3s ease-in;
}
.body-scroll .body-right .action-btn:hover i {
  right: -6px;
}
.body-scroll .body-right .action-btn.action-back {
  left: 0;
  padding-left: 10px;
}
.body-scroll .body-right .content {
  left: 100%;
  -webkit-transition: left 1.3s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  transition: left 1.3s cubic-bezier(0.5, 0, 0.2, 1) 0s;
}
.body-scroll .body-right .content.show {
  left: 0;
}
.body-scroll .body-right .content .box {
  height: 25%;
}
.body-scroll .body-right .content .box:first-child {
  height: 12%;
}
.body-scroll .body-right .content .animate.active strong {
  -webkit-animation: td1 2.5s ease-in-out 0s 1 both;
          animation: td1 2.5s ease-in-out 0s 1 both;
  display: block;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.body-scroll .body-right .content .animate.active strong:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.body-scroll .body-right .content .animate.active strong:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.body-scroll .body-right .content .animate.active strong:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.body-scroll .body-right .content .animate.active strong:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (min-width: 1024px) {
  .body-scroll .body-left .action-btn,
.body-scroll .body-right .action-btn {
    width: 90px;
    height: 180px;
    font-size: 18px;
  }
  .body-scroll .body-left .action-btn i,
.body-scroll .body-right .action-btn i {
    font-size: 22px;
  }
  .body-scroll .body-left .action-btn.action-back,
.body-scroll .body-right .action-btn.action-back {
    position: absolute;
  }
  .body-scroll .body-left .content,
.body-scroll .body-right .content {
    overflow: hidden;
  }
  .body-scroll .body-left .content .box:first-child,
.body-scroll .body-right .content .box:first-child {
    height: 25%;
  }
  .body-scroll .body-left .action-btn {
    padding-right: 20px;
  }
  .body-scroll .body-right .action-btn {
    padding-left: 20px;
  }
}

.expert-node:before{
	background: url(/sites/default/files/2025-04/expert-bg.png) no-repeat;
}