/* Slider
-------------------------------------------------- */
/* Slider
-------------------------------------------------- */
.slider {
   display: flex;
  flex-direction: row;
  align-items: center; /* 垂直居中 */
  height:100vh;
  position:relative;
  overflow:hidden;
}  


.slider-image {

  width: 100%;
  height:auto;
  
}
.slider-image .hero-1 {
 position:absolute;
 right:0;
 top:0;
 width:45%;
}
.slider-image .hero-1 img {
  max-width: 100%;
}
.slider-image .hero-2 {
  position:absolute;
  right:0;
  bottom:-280px;
  width:75%;
}
.slider-image .hero-2 img {
  max-width: 100%;
}
.slider-image .bg-border {
  position: absolute;
  left: 0px;
  top: 60px;
  bottom: 0;
  margin: auto;
  z-index: -1;
  animation-delay: 2.3s;
  animation-name: zoomIn;
}
.slider-image .bg-border img {
  animation: rotated 30s infinite linear;
  max-width: inherit;
}
.slider-image .bg-flag {
  position: absolute;
  left: 0px;
  top: 60px;
  bottom: 0;
  margin: auto;
  z-index: -1;
  animation-delay: 2.5s;
  animation-name: fadeIn;
}
.slider-image .bg-flag img {
  animation: halfBounce 10s infinite linear;
  max-width: inherit;
}



@media (min-width: 1200px) {
 .slider-image .image {
    margin-left: 0;
  }
  .slider-image .image img {
    max-width: 70%;
  }
  .slider-image .bg-border {
    left: 0;
  }
  .slider-image .bg-border img {
    max-width: 100%;
  }
  .slider-image .bg-flag {
    left: 0;
  }
  .slider-image .bg-flag img {
    max-width: 100%;
  }
}



.category .hero {
  background: url(../images/bg-breadcrumbs.svg) #ebf7f8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding:0px;
  margin:0px;
  position: relative;
  z-index:0;
  height:100vh;
}
.category .hero .index-solution-1,.category .hero .index-solution-2 {
  background: none;
}
@media only screen and (max-width: 575px) {
.category .hero .index-solution-1 .is-description,.category .hero .index-solution-1 .section-title-two .title,.category .hero .index-solution-2 .is-description,.category .hero .index-solution-2 .section-title-two .title{
  display:none;
}
}

/* index-solution-1
-------------------------------------------------- */
.index-solution-1 {
  background: url(../images/bg-index-solution-1.png) no-repeat right top;
  padding:0px;
  margin:0px;
  width:100%;
  height:auto;
}
/* index-solution-2
-------------------------------------------------- */
.index-solution-2 {
  background: url(../images/bg-index-solution-2.png) no-repeat left bottom;
  padding:0px;
  margin:0px;
  width:100%;
  height:auto;
}
.gear-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: url('../images/gear-badge.svg') no-repeat center center;
  background-size: contain;
   display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.gear-badge-content {
  position: relative;
  text-align: center;
  line-height: 1;
}

.gear-badge-big {
  font-size: 2rem;
  font-weight: 800;
  color: #ffcc00;
  display: block;
}

.gear-badge-small {
  font-size: 1rem;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  right: -10px;
}
/*---- Keyframes Animation ----*/
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes wave {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  50% {
    box-shadow: 0 0 0 40px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes halfBounce {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes shadows {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0);
  }
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

/*===============================
Product-single-gallery
================================*/
.product-single-gallery  {

}

.product-single-gallery .product-active {
  margin-bottom: 10px;
}

.product-single-gallery .product-active .owl-prev,
.product-single-gallery .product-active .owl-next {
  display: none;
}

.product-single-gallery .product-active img.zoomImg {
  -webkit-transform: all .3s ease-in-out;
          transform: all .3s ease-in-out;
}
.product-single-gallery .product-thumbnil-active {
 
}

.product-single-gallery .owl-nav i.fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 10;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255,255,255,0.75);
  font-size:1.5rem;
  color: #3bb2b0;
}
.product-single-gallery .owl-nav [class*=owl-] {
  position: absolute;
  left: 10px;
  top: calc(50% - 0px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.product-single-gallery .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}
.product-single-gallery:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
}

.product-specifications {
	border:solid 0px #f8f9fa;
	
}
.product-specifications p {
	margin:0px;
	padding:10px;
	color:#1d3557;
}
.product-specifications > :nth-child(odd) {
  background-color: #fff; 
}
.product-specifications > :nth-child(even) {
  background-color: #f8f9fa; 
}
 

/* index-about
-------------------------------------------------- */

.about-images {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
.about-images img {
  border-radius: 50%;
}
.about-images .shape {
  width: 340px;
  height: 540px;
  background-color: #ebf7f8;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
  position: absolute;
  top: 10px;
  left: 58%;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .about-images .shape {
    width: 100%;
    height: auto;
  }
}

/* index-certificate
-------------------------------------------------- */
.index-certificate {
	position: relative;
}
.index-certificate-bg {
  position: absolute;
  z-index:-1;
  top: 0;
  width: 100%;
  height: 68%;
}
.index-certificate-bg::before {
  position: absolute;
   z-index:0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: #3bb2b0;
  border-bottom:solid 0px #f4f7fb;
}


/* index-counter
-------------------------------------------------- */
.index-counter {
	position: relative;
}
.index-counter-bg {
  position: absolute;
  z-index:-1;
  top: 0;
  width: 100%;
  height: 68%;
}
.index-counter-bg::before {
  position: absolute;
   z-index:0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: #3bb2b0;
  border-bottom:solid 0px #f4f7fb;
}



.index-counter  .counter-number {
  position: relative;
  text-align:center;
}
.index-counter  .counter-number::after {
  background: #f1f2f3;
  bottom: 0;
  content: "";
  height: 50px;
  margin-top: -30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  z-index: 1;
}

@media (max-width: 767px) {
.index-counter  .counter-number::after {
  background: #1ab2f6;
  bottom: 0;
  content: "";
  height: 50px;
  margin-top: -30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0px;
}
}

.index-counter .col-item:last-child .counter-number::after {
  width: 0px;
}

.index-counter  .counter-number h1{
	font-size:3.25em;
}
.index-counter .col-item:nth-child(1) .counter-number h1{
	color:#00cde5;
}
.index-counter .col-item:nth-child(2) .counter-number h1{
	color:#ff5e5e;
}
.index-counter .col-item:nth-child(3) .counter-number h1{
	color:#5bb286;
}
.index-counter .col-item:nth-child(4) .counter-number h1{
	color:#f9b73f;
}
.index-counter .col-item:nth-child(5) .counter-number h1{
	color:#6177ff;
}
.index-counter .col-item:nth-child(6) .counter-number h1{
	color:#b540ff;
}
.index-counter  .counter-number p{
    margin-top:0px;
	
	color:#848484;
}






/* index-service
-------------------------------------------------- */
.index-service {
  position: relative;
  z-index: 1;
  width:100%;
  

}
.index-service::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  background-color: #ebf7f8;
  bottom: 0px;
  margin-left:5%;
  margin-right:5%;
  z-index: -1;
  border-radius: 20px;
  border: 0px solid rgba(255, 255, 255, 0);
}
@media (max-width: 767px) {
.index-service::before {
  width: 100%;
  margin-left:0%;
  margin-right:0%;
}
}
/* owl-carousel-service
-------------------------------------------------- */



.owl-carousel-service {
	
}


.owl-carousel-service .owl-nav {
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  
}



.owl-carousel-service .owl-nav .owl-next span,
.owl-carousel-service .owl-nav .owl-prev span{
  
  display: inline-block;
  font-size:2em;
  border:solid 2px #0077cc;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:10px 10px 0px 10px;
  color: #0077cc;
  }


.owl-carousel-service .owl-nav .owl-next span:hover,.owl-carousel-service .owl-nav .owl-prev span:hover {
  background:#0077cc;
  color: #fff;
}




.owl-carousel-service .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.owl-carousel-service .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-service .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-carousel-service .owl-dots .owl-dot.active span,.owl-carousel-service .owl-dots .owl-dot:hover span {
	
}



.service-box {
  background-color: #fff;
  padding: 35px 30px;
  border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .service-box {
    padding: 25px 20px;
  }
}
.service-box .box-icon {
  position: relative;
  display: inline-block;
  z-index: 2;
  padding-left: 10px;
}
.service-box .box-icon::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #ebf7f8;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.service-box .box-icon img{
  width: 64px;
  height: 64px;
}
.service-box .box-content {
  padding-top: 24px;
}
.service-box .box-content .title {
  margin-bottom: 0;
}
.service-box .box-content .title a {

  font-weight: 600;
  color: #1d3557;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .service-box .box-content .title a {
    
  }
}
.service-box .box-content .title a:hover {
  color: #3bb2b0;
}
.service-box .box-content p {
  margin-top: 12px;
}


/*======= index-product =========*/
.index-product {

}

/* index-feature
-------------------------------------------------- */

.index-feature {
	
}
.index-feature .if-item{
	text-align:center;
}

.index-feature .if-item .icon {
  position: relative;
  display: inline-block;
  z-index: 2;
  padding-top: 20px;
}
.index-feature .if-item .icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background-color: #e1f3f4;
  z-index: -1;
  top: 0px;
  left: -28px;
}
@media only screen and (max-width: 575px) {
.index-feature .if-item .icon::before {
    width: 62px;
    height: 62px;
  }
}
@media only screen and (max-width: 575px) {
.index-feature .if-item .icon img {
    width: 48px;
  }
}

.index-feature .if-item .ifi-icon i.fa{
	background:#f8f9fa;
	width:100px;
	height:100px;
	line-height:100px;
	font-size:3.25rem;
	border-radius:50%;
	text-align:center;
	color:#3bb2b0;
}
.index-feature .if-item:hover .ifi-icon i.fa{
	background:#3bb2b0;
	color:#fff;
}

/*======= index-case  =========*/

.index-case {
  position: relative;
}

.index-case-bg {
  position: absolute;
  z-index:-1;
  background: url(../images/bg-case.png) #f8f9fa no-repeat center top;
  background-size: cover;
  top: 0;
  width: 100%;
  height: 320px;
}
.single .index-case-bg {
  height: 100% !important;
}
/* owl-carousel-case
-------------------------------------------------- */
.owl-carousel-case{
	position: relative;
}

.owl-carousel-case .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
 
}



.owl-carousel-case .owl-nav .owl-next span,
.owl-carousel-case .owl-nav .owl-prev span{
  position: absolute;
  top: calc(50% - 4.5rem);
  bottom: 0;
  z-index: 2;
  display: inline-block;
  font-size:2em;
  border:solid 2px #3bb2b0;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #3bb2b0;
  z-index:2000;
  }


.owl-carousel-case .owl-nav .owl-next span {
	right:0px;
}
.owl-carousel-case .owl-nav .owl-prev span {
	left:0px;

}
.owl-carousel-case .owl-nav .owl-next span:hover,.owl-carousel-case .owl-nav .owl-prev span:hover {
  background:#3bb2b0;
  color: #fff;
}




.owl-carousel-case .owl-dots {
	margin-top:15px;
	text-align:center;

   
}
.owl-carousel-case .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-case .owl-dots .owl-dot span {
	width:12px;
	height:12px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-carousel-case .owl-dots .owl-dot.active span,.owl-carousel-case .owl-dots .owl-dot:hover span {
	background:#3bb2b0;
}

.owl-carousel-case .owl-item {
	
}




/*======= index-certificate  =========*/
.index-certificate {
	position: relative;
}
.index-certificate-bg {
  position: absolute;
  z-index:-1;
  top: 0;
  width: 100%;
  height: 50%;
}
.index-certificate-bg::before {
  position: absolute;
   z-index:0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background:#f8f9fa;
  border-bottom:solid 0px #f4f7fb;
}

/* owl-carousel-certificate-roll
-------------------------------------------------- */
.owl-carousel-certificate-roll {
	-webkit-transition-timing-function: linear;    /*之前是ease-out*/
  	-moz-transition-timing-function: linear;
  	-ms-transition-timing-function: linear;
  	-o-transition-timing-function: linear;
  	transition-timing-function: linear;
}


.owl-carousel-certificate-roll .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-certificate-roll .owl-nav .owl-next span,
.owl-carousel-certificate-roll .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #df2919;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #df2919;
  }


.owl-carousel-certificate-roll .owl-nav .owl-next span:hover,.owl-carousel-certificate-roll .owl-nav .owl-prev span:hover {
  background:#df2919;
  color: #fff;
}




.owl-carousel-certificate-roll .owl-dots {
	margin-top:30px;
	text-align:center;

   
}
.owl-carousel-certificate-roll .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-certificate-roll .owl-dots .owl-dot span {
	width:15px;
	height:4px;
	margin:0px 5px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:0px
}
.owl-carousel-certificate-roll .owl-dots .owl-dot.active span,.owl-carousel-certificate-roll .owl-dots .owl-dot:hover span {
	background:#df2919;

}


/* owl-carousel-testimonials
-------------------------------------------------- */
.bg-index-testimonials {
  position: relative;
  z-index:0;
  background: url(../images/bg-index-testimonials.jpg) no-repeat center 50%;
  background-size: cover;
  background-attachment:fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bg-index-testimonials::before {
  position: absolute;
  z-index:0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: rgba(0,0,0,0.85);
  border-bottom:solid 0px #f4f7fb;
}

.owl-carousel-testimonials{
	
}

.owl-carousel-testimonials .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
 
}



.owl-carousel-testimonials .owl-nav .owl-next span,
.owl-carousel-testimonials .owl-nav .owl-prev span{
  position: absolute;
  top: calc(50% - 4.5rem);
  bottom: 0;
  display: inline-block;
  font-size:2em;
  border:solid 2px #3bb2b0;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #3bb2b0;
  z-index:2000;
  }


.owl-carousel-testimonials .owl-nav .owl-next span {
	right:0px;
}
.owl-carousel-testimonials .owl-nav .owl-prev span {
	left:0px;

}
.owl-carousel-testimonials .owl-nav .owl-next span:hover,.owl-carousel-testimonials .owl-nav .owl-prev span:hover {
  background:#3bb2b0;
  color: #fff;
}




.owl-carousel-testimonials .owl-dots {
	margin-top:30px;
	text-align:center;
    display:none;
}
.owl-carousel-testimonials .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-testimonials .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-carousel-testimonials .owl-dots .owl-dot.active span,.owl-carousel-testimonials .owl-dots .owl-dot:hover span {
	background:#3bb2b0;
}

.owl-carousel-testimonials .owl-item{
	background:#fff;
	padding:60px 30px;
	opacity: .85;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height:auto;

}
.owl-carousel-testimonials .owl-item figcaption{
			
		    display:inline-block;
		    background: #3bb2b0;
			color:#fff;
			padding:6px 15px;
		    border-radius: 5px;
		    text-align: center;

}

.owl-carousel-testimonials .owl-item.center{
  background:#fff;
  transform: scale(1.25);
  z-index:1001;
  opacity: 1;
}
.owl-carousel-testimonials .owl-item .item img{
	width: 25% !important;
}
@media (max-width: 767px) {
.owl-carousel-testimonials .owl-item .item img{
	width: 50% !important;
}
}

.index-cta {
	background:#3bb2b0;
	color: #fff;
}

.index-cta-fcm {
    background:#3bb2b0;
	color: #fff;
}

.index-cta-fcm .icf-item i {
  background:#fff;
  width:60px;
  height:60px;
  line-height:1.75rem;
  border-radius:50%;
  text-align:center;
  color: #3bb2b0;
  font-size:1.75rem;
  display: inline-block;
}
@media (min-width: 768px) {

}
.index-cta-fcm .icf-item-text {
  

}
.index-cta-fcm .icf-item-text h5{
  color:#fff;
  padding:0px;
  margin:0px;
}



.page-contact {

}
.page-contact .pc-i{
	background:#fff;
	width:45px;
	height:45px;
	line-height:1.75rem;
	text-align:center;
}
.page-contact .pc-item:hover .pc-i{
	background:#3bb2b0;
	color: #fff;
}


.index-hero {
	display: flex;
  flex-direction: row;
  align-items: center; /* 垂直居中 */
  height:100vh;

}
.avatar-group .avatar+.avatar {
	margin-left:-1.2rem
}
.avatar-group .avatar:hover {
	z-index:2
}
.avatar-group .avatar .avatar-initials,.avatar-group img {
	border:3px solid var(--bs-white)
}
.avatar {
	display:inline-block;
	height:3rem;
	position:relative;
	width:3rem
}
.avatar-xs {
	height:1.5rem;
	width:1.5rem
}
.avatar-sm {
	height:2rem;
	width:2rem
}
.avatar-md {
	height:2.5rem;
	width:2.5rem
}
.avatar-lg {
	height:3.5rem;
	width:3.5rem
}
.avatar-xl {
	height:5rem;
	width:5rem
}
.avatar-xxl {
	height:7.5rem;
	width:7.5rem
}
.avatar img {
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	width:100%
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
    position: relative;
    display: block;
    padding: 110px 0 120px;
    z-index: 1;
	margin-top: -75px;
}

.cta-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.cta-one-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(45deg,rgba(0,162,233,0.95),rgba(93,211,29,0.95));
    z-index: -1;
}
.cta-video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 99%;
  width:100%;
  height:100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -2;
  object-fit: cover; /* 保持比例并填满容器 */
}
.cta-one__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
}

.cta-one__tagline {
    font-weight: 700;
    color: var(--moniz-base, #ffffff);
    opacity: .7;
    margin: 0;
}

.cta-one__title {
    font-size: 50px;
    color: var(--moniz-base, #ffffff);
    font-weight: 700;
    line-height: 60px;
    margin-top: 21px;
    margin-bottom: 29px;
}

/*--------------------------------------------------------------
# Two Boxes
--------------------------------------------------------------*/
.two-boxes {
    position: relative;
    display: block;
    margin-top: -60px;
    z-index: 2;
}

.two-boxes__inner {
    position: relative;
    display: block;
    border-radius: var(--moniz-border-radius, 10px);
}

.two-boxes__inner .row {
    --bs-gutter-x: 0px;
}

.two-boxes__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding-left: 50px;
    padding-top: 38px;
    padding-bottom: 38px;
}

.two-boxes__content {
    position: relative;
    display: flex;
    align-items: center;
}

.two-boxes__icon {
    display: flex;
    align-items: center;
}

.two-boxes__icon span {
    font-size: 60px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.two-boxes__single:hover .two-boxes__icon span {
    transform: scale(1.2);
}

.two-boxes__text {
    margin-left: 30px;
}

.two-boxes__text p {
    font-size: 20px;
    font-weight: 700;
    color: var(--moniz-black, #1e1e22);
    margin: 0;
    line-height: 30px;
}

.two-boxes__arrow {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.two-boxes__arrow a {
    height: 52px;
    width: 52px;
    background-color: #f1f1f5;
    color: var(--moniz-black, #1e1e22);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 500ms ease;
}

.two-boxes__single:hover .two-boxes__arrow a {
    color: var(--moniz-base, #ffffff);
}
.two-boxes__single:hover .two-boxes__arrow.left a {
    background-color: var(--bs-customer-two);
}
.two-boxes__single:hover .two-boxes__arrow.right a {
    background-color: var(--bs-customer-three);
}

.two-boxes__single-one {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.two-boxes__single-two {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.top-10 {
	top:10%!important
}
.top-20 {
	top:20%!important
}
.top-30 {
	top:40%!important
}
.top-40 {
	top:40%!important
}
.top-25 {
	top:25%!important
}
.top-60 {
	top:60%!important
}
.top-75 {
	top:75%!important
}


