@keyframes mouse-bob {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
.mouse-scroll-icon {
  position: absolute;
  width: 25px;
  height: 35px;
  bottom: 89px;
  right: 133px;
  border: 2px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.mouse-scroll-icon .wheel {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 3px;
  height: 10px;
  background-color: #fff;
  border-radius: 2px;
  transform: translateX(-50%);
  animation: mouse-bob 1.9s infinite ease-in-out;
}
.about-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #fff;
}
.about-hero-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.about-hero-section .hero-bg .img-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: radial-gradient(125% 10% at 50% 102%, transparent 50%, #fff 51%);
  mask-image: radial-gradient(125% 10% at 50% 102%, transparent 50%, #fff 51%);
}
.about-hero-section .hero-bg .hero-content {
  width: 1280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 10;
}
.about-hero-section .hero-bg .hero-content img {
  margin-bottom: 43px;
}
.about-hero-section .hero-bg .hero-content span {
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
.about-hero-section .hero-bg .hero-content span::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-color: #00A3E0;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  right: -39px;
}
.about-hero-section .hero-bg .hero-content .title-butn {
  padding-top: 35px;
  display: flex;
  align-items: center;
}
.about-hero-section .hero-bg .hero-content .title-butn .title {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.page-wrapper {
  width: 100%;
  padding-bottom: 80px;
}
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.sec-header {
  text-align: center;
  margin-bottom: 117px;
}
.sec-header .title {
  color: #002EA6;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 26px;
  letter-spacing: 1px;
}
.sec-header .desc {
  color: #050505;
  font-size: 20px;
  line-height: 32px
}
.sec-header .subtitle {
  color: #333333;
  font-size: 18px;
  margin-top: -10px;
}
.solutions-section {
  padding: 80px 0;
}
.solutions-section .grid-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.solutions-section .grid-row .grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 320px;
}
.solutions-section .grid-row .grid-item .icon-box {
  margin-bottom: 20px;
}
.solutions-section .grid-row .grid-item .icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 10px rgba(0, 64, 152, 0.2));
}
.solutions-section .grid-row .grid-item .item-title {
  color: #002EA6;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
}
.solutions-section .grid-row .grid-item .custom-list,
.solutions-section .grid-row .grid-item .sub-group {
  width: 100%;
  padding-left: 10px;
}
.solutions-section .grid-row .grid-item .custom-list {
  list-style: none;
  text-align: left;
  font-size: 18px;
  color: #050505;
}
.solutions-section .grid-row .grid-item .custom-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.solutions-section .grid-row .grid-item .custom-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #002EA6;
  border-radius: 50%;
}
.solutions-section .grid-row .grid-item .custom-list li::after {
  content: '';
  position: absolute;
  left: -3px;
  top: 9px;
  width: 12px;
  height: 12px;
  background-color: rgba(0, 46, 166, 0.15);
  border-radius: 50%;
}
.solutions-section .grid-row .grid-item .custom-list li strong {
  color: #002EA6;
  font-weight: 700;
}
.solutions-section .grid-row .grid-item .custom-list.inline li {
  margin-bottom: 5px;
  color: #333333;
}
.solutions-section .grid-row .grid-item .sub-group {
  text-align: left;
  margin-bottom: 15px;
}
.solutions-section .grid-row .grid-item .sub-group .sub-title {
  font-size: 16px;
  color: #002EA6;
  margin-bottom: 8px;
  font-weight: 600;
}
.stats-section {
  position: relative;
  padding: 100px 0;
}
.stats-section .map-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 975px;
  height: 526px;
  background-image: url('../image/smband/map2.png');
  background-repeat: no-repeat;
  z-index: 0;
}
.stats-section .container {
  position: relative;
  z-index: 1;
}
.stats-section .stats-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 60px;
}
.stats-section .stats-row .stat-item {
  text-align: center;
}
.stats-section .stats-row .stat-item .number {
  font-size: 44px;
  font-weight: 700;
  color: #002EA6;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "BOLD";;
}
.stats-section .stats-row .stat-item .number sup {
  font-size: 24px;
  vertical-align: top;
  position: relative;
  top: 0px;
  margin-left: 2px;
}
.stats-section .stats-row .stat-item .label {
  font-size: 18px;
  color: #050505;
}
.strength-section {
  position: relative;
  width: 100%;
  padding-top: 113px;
  padding-bottom: 80px;
  overflow: hidden;
  background: url(../image/smband/s81.png) no-repeat center center;
  background-size: 100% 100%;
}
.strength-section .flex_jb {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.15;
}
.strength-section .bg-trophy-watermark {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}
.strength-section .bg-trophy-watermark img {
  width: 100%;
  display: block;
}
.strength-section .container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strength-section .text-content {
  margin-bottom: 70px;
}
.strength-section .text-content .main-title {
  font-size: 40px;
  color: #002EA6;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center;
}
.strength-section .text-content .main-span {
  font-size: 20px;
  text-align: center;
  color: #050505;
  display: block;
}
.strength-section .text-content .desc-block {
  margin-bottom: 25px;
}
.strength-section .text-content .desc-block .sub-title {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 10px;
}
.strength-section .text-content .desc-block p {
  font-size: 20px;
  color: #333333;
  line-height: 1.8;
  text-align: justify;
}
.strength-section .full-image-wrapper {
  width: 100%;
}
.strength-section .full-image-wrapper .full-img {
  height: auto;
  display: block;
}
.product-center-page {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 129px;
}
.product-center-page .page-header {
  text-align: center;
  margin-bottom: 66px;
}
.product-center-page .page-header .main-title {
  color: #002EA6;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.product-center-page .page-header .sub-title {
  color: #333333;
  font-size: 16px;
}
.product-center-page .category-section {
  margin-bottom: 140px;
}
.product-center-page .category-section .sec-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #050505;
}
.product-center-page .category-section .product-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 40px 10px;
}
.product-center-page .category-section .product-grid .product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-center-page .category-section .product-grid .product-item .icon-box {
  width: 46px;
  height: 46px;
  border: 1px solid #A4A4A4;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  background-color: #fff;
}
.product-center-page .category-section .product-grid .product-item .icon-box img {
  transition: all 0.3s ease;
}
.product-center-page .category-section .product-grid .product-item .label {
  font-size: 14px;
  color: #333333;
  transition: color 0.3s ease;
  text-align: center;
}
.product-center-page .category-section .product-grid .product-item:hover .icon-box,
.product-center-page .category-section .product-grid .product-item.active-demo .icon-box {
  background-color: #002EA6;
  border-color: #002EA6;
}
.product-center-page .category-section .product-grid .product-item:hover .icon-box img,
.product-center-page .category-section .product-grid .product-item.active-demo .icon-box img {
  filter: grayscale(100%) brightness(300%);
}
.product-center-page .category-section .product-grid .product-item:hover .label,
.product-center-page .category-section .product-grid .product-item.active-demo .label {
  color: #002EA6;
}
.page-container {
  width: 100%;
}
.banner-section {
  margin-bottom: 100px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto 134px;
}
.services-grid .service-card {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  width: 390px;
  /*height: 278px;*/
  padding-top: 49px;
  padding-left: 45px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  align-items: flex-start;
}
.services-grid .service-card .icon-box {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
}
.services-grid .service-card .icon-box svg {
  width: 100%;
  height: 100%;
  stroke: #333333;
  stroke-width: 1.5;
  transition: stroke 0.3s ease;
}
.services-grid .service-card .icon-box svg circle {
  fill: transparent;
  stroke: #333333;
}
.services-grid .service-card h3 {
  font-size: 28px;
  font-weight: 400;
  color: #002EA6;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}
.services-grid .service-card p {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  /*text-align: justify;*/
  width: 316px;
  transition: color 0.3s ease;
}
.services-grid .service-card:hover,
.services-grid .service-card.active-demo {
  background-color: #002EA6;
  border-color: #002EA6;
  transform: translateY(-5px);
}
.services-grid .service-card:hover img,
.services-grid .service-card.active-demo img {
  filter: brightness(0) invert(1);
}
.services-grid .service-card:hover h3,
.services-grid .service-card.active-demo h3 {
  color: #ffffff;
}
.services-grid .service-card:hover p,
.services-grid .service-card.active-demo p {
  color: rgba(255, 255, 255, 0.9);
}
.partners-section {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 100px;
}
.partners-section .sec-title {
  color: #002EA6;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.partners-section .sec-desc {
  color: #333333;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 88px;
}
.partners-section .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}
.partners-section .logo-grid .logo-item {
  width: 236px;
  height: 236px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.partners-section .logo-grid .logo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partners-section .logo-grid .logo-item:hover {
  transform: scale(1.05);
}
.partners-section .logo-grid .break {
  flex-basis: 100%;
  height: 0;
  display: none;
}
