@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.service-secA {
  background: var(--gray);
  height: 60vh;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .service-secA {
    height: auto;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .service-secA {
    padding: 35px 0;
  }
}
.service-secA::before {
  content: "";
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 60%;
  height: 100%;
  background: url("../../images/vector/bg_shape.svg") no-repeat right bottom;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
@media only screen and (max-width: 1366px) {
  .service-secA::before {
    width: 75%;
  }
}
@media only screen and (max-width: 1280px) {
  .service-secA::before {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .service-secA::before {
    width: 100%;
    opacity: 0.5;
  }
}
.service-secA .container {
  position: relative;
  z-index: 1;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .service-secA .container {
    height: auto;
  }
}
.service-secA .grid {
  display: grid;
  grid-template-columns: 545px 1fr;
  align-items: center;
  gap: 50px;
  height: 100%;
}
@media only screen and (max-width: 1280px) {
  .service-secA .grid {
    grid-template-columns: 460px 1fr;
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .service-secA .grid {
    grid-template-columns: 320px 1fr;
    gap: 30px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .service-secA .grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media only screen and (max-width: 540px) {
  .service-secA .grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media only screen and (max-width: 540px) {
  .service-secA .grid > * {
    text-align: center;
  }
}
.service-secA .grid .item-content {
  width: 100%;
  max-width: 450px;
}
@media only screen and (max-width: 768px) {
  .service-secA .grid .item-content {
    max-width: 100%;
  }
}
.service-secA .grid .item-content .tag {
  font-size: 14px;
  color: var(--text);
  font-weight: 700;
  font-family: "Mulish";
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .service-secA .grid .item-content h1 {
    font-size: clamp(26px, 3.5vw, 42px);
  }
}
@media only screen and (max-width: 540px) {
  .service-secA .grid .item-content h1 {
    font-size: clamp(24px, 6vw, 32px);
  }
}
.service-secA .grid .item-content p {
  margin: 15px 0 30px;
  max-width: 332px;
}
@media only screen and (max-width: 768px) {
  .service-secA .grid .item-content p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 540px) {
  .service-secA .grid .item-content .btn {
    margin: 0 auto;
    display: inline-flex;
  }
}
.service-secA .grid .cctv {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-secA .grid .cctv img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  max-width: 480px;
}
@media only screen and (max-width: 1366px) {
  .service-secA .grid .cctv img {
    max-width: 375px;
  }
}
@media only screen and (max-width: 991px) {
  .service-secA .grid .cctv img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .service-secA .grid .cctv img {
    max-width: 260px;
  }
}
@media only screen and (max-width: 540px) {
  .service-secA .grid .cctv img {
    max-width: 220px;
    margin-top: 24px;
  }
}

.service-secB {
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  .service-secB {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .service-secB {
    padding: 40px 0;
  }
}
.service-secB .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 4rem;
}
@media only screen and (max-width: 991px) {
  .service-secB .grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 540px) {
  .service-secB .grid {
    gap: 2rem;
  }
}
.service-secB .grid .media {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .service-secB .grid .media {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.service-secB .grid .media img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .service-secB .grid .item-content {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.service-secB .grid .item-content h3 {
  margin-bottom: 20px;
}
.service-secB .grid .item-content p:not(:last-child) {
  margin-bottom: 14px;
}
.service-secB .grid .item-content .read {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: var(--primary);
  margin-top: 8px;
}
.service-secB .grid .item-content .read span {
  color: var(--primary);
  font-family: "Mulish";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.service-secB .grid .item-content .read svg {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.service-secB .grid .item-content .read svg path {
  stroke: var(--primary);
}
.service-secB .grid .item-content.is-expanded .read svg {
  transform: rotate(270deg);
}
.service-secB .grid .item-content.is-collapsed .read svg {
  transform: rotate(90deg);
}

.service-secC {
  background: rgb(242, 249, 255);
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  .service-secC {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .service-secC {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 540px) {
  .service-secC .container {
    margin-right: 0;
  }
}
.service-secC .heading {
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 540px) {
  .service-secC .heading {
    max-width: 300px;
  }
}
.service-secC .heading h3 {
  margin-bottom: 8px;
}
.service-secC .swiper-wrap {
  position: relative;
  margin-top: 4rem;
}
@media only screen and (max-width: 991px) {
  .service-secC .swiper-wrap {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .service-secC .swiper-wrap {
    margin-top: 2rem;
  }
}
.service-secC .swiper-wrap .swiper-group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media only screen and (max-width: 675px) {
  .service-secC .swiper-wrap .swiper-group {
    display: none;
  }
}
.service-secC .swiper-wrap .swiper-group button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  background: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.service-secC .swiper-wrap .swiper-group button.swiper-button-lock, .service-secC .swiper-wrap .swiper-group button.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .service-secC .swiper-wrap .swiper-group button {
    width: 35px;
    height: 35px;
  }
}
.service-secC .swiper-wrap .swiper-group button svg {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 991px) {
  .service-secC .swiper-wrap .swiper-group button svg {
    width: 16px;
    height: 16px;
  }
}
.service-secC .swiper-wrap .swiper-group button svg path {
  fill: var(--primary);
}
.service-secC .swiper-wrap .swiper-group button:hover {
  opacity: 0.8;
}
.service-secC .swiper-wrap .swiper-group .thirdSilder-next {
  transform: rotate(270deg);
}
.service-secC .swiper-wrap .swiper-group .thirdSilder-prev {
  transform: rotate(90deg);
}
.service-secC .swiper-wrap .thirdSilder {
  margin: 0 20px;
}
@media only screen and (max-width: 540px) {
  .service-secC .swiper-wrap .thirdSilder {
    margin: 0;
  }
}
.service-secC .swiper-wrap .thirdSilder .swiper-wrapper .swiper-slide .card-item {
  position: relative;
  background: var(--primary-light);
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 540px) {
  .service-secC .swiper-wrap .thirdSilder .swiper-wrapper .swiper-slide .card-item {
    padding: 28px 22px;
    gap: 18px;
  }
}
.service-secC .swiper-wrap .thirdSilder .swiper-wrapper .swiper-slide .card-item .card-icon {
  background: var(--white);
  color: var(--primary);
}
.service-secC .swiper-wrap .thirdSilder .swiper-wrapper .swiper-slide .card-item:hover {
  border-color: transparent;
}
.service-secC .swiper-wrap .thirdSilder .swiper-wrapper .swiper-slide .card-item:hover::before {
  transform: scale(1.4);
  opacity: 0.1;
}
.service-secC .swiper-wrap .thirdSilder .swiper-wrapper .swiper-slide .card-num-wrap {
  display: flex;
  justify-content: space-between;
}
.service-secC .swiper-wrap .thirdSilder .swiper-wrapper .swiper-slide .card-num-wrap .card-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.35s ease;
  flex-shrink: 0;
}
.service-secC .swiper-wrap .thirdSilder .swiper-wrapper .swiper-slide .card-num-wrap .card-icon svg {
  width: 24px;
  height: 24px;
}
.service-secC .swiper-wrap .thirdSilder .swiper-wrapper .swiper-slide .card-num-wrap .card-icon svg path {
  fill: var(--black);
}
.service-secC .swiper-wrap .thirdSilder .swiper-wrapper .swiper-slide .card-body {
  flex: 1;
}
.service-secC .swiper-wrap .thirdSilder .swiper-wrapper .swiper-slide .card-body h5 {
  color: var(--white);
  margin-bottom: 8px;
  font-size: 18px;
}
@media only screen and (max-width: 540px) {
  .service-secC .swiper-wrap .thirdSilder .swiper-wrapper .swiper-slide .card-body h5 {
    font-size: 16px;
  }
}
.service-secC .swiper-wrap .thirdSilder .swiper-wrapper .swiper-slide .card-body p {
  font-size: 14px;
  color: var(--white);
  margin: 0;
}

.service-secD {
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .service-secD {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .service-secD {
    padding: 40px 0;
  }
}
.service-secD .heading {
  margin-bottom: 3rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .service-secD .heading {
    margin-bottom: 2rem;
  }
}
.service-secD .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .service-secD .grid {
    gap: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .service-secD .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.service-secD .item-img {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .service-secD .item-img {
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }
}
.service-secD .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
.service-secD .item-content {
  width: 100%;
  max-width: 340px;
  position: relative;
  padding: 45px 0 45px 45px;
}
@media only screen and (max-width: 991px) {
  .service-secD .item-content {
    max-width: 560px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  .service-secD .item-content {
    padding: 35px 0 35px 38px;
  }
}
.service-secD .item-content::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  width: 2px;
  height: calc(100% - 16px);
  background: #ddd;
  border-radius: 2px;
}
.service-secD .item-content::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  width: 2px;
  height: 0;
  background: var(--primary);
  border-radius: 2px;
}
.service-secD .item-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-secD .item-content li {
  position: relative;
  margin-bottom: 18px;
  opacity: 0;
  transform: translateY(16px);
}
@media only screen and (max-width: 540px) {
  .service-secD .item-content li {
    margin-bottom: 14px;
  }
}
.service-secD .item-content li::before {
  content: "";
  position: absolute;
  left: -39px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: #fff;
  z-index: 2;
}
@media only screen and (max-width: 540px) {
  .service-secD .item-content li::before {
    left: -32px;
  }
}
.service-secD .item-content li::after {
  content: "";
  position: absolute;
  left: -39px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  transform: scale(0);
  z-index: 3;
}
@media only screen and (max-width: 540px) {
  .service-secD .item-content li::after {
    left: -32px;
  }
}
.service-secD .item-content li:last-child {
  margin-bottom: 0;
}
.service-secD .item-content li h6 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 700;
  color: var(--black);
}
@media only screen and (max-width: 540px) {
  .service-secD .item-content li h6 {
    font-size: 16px;
  }
}
.service-secD .item-content li p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 540px) {
  .service-secD .item-content li p {
    font-size: 14px;
  }
}
.service-secD.animate .item-content::after {
  animation: lineGrow 2.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
}
.service-secD.animate .item-content li {
  animation: stepShow 0.6s ease forwards;
}
.service-secD.animate .item-content li::after {
  animation: dotPop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.service-secD.animate .item-content li:nth-child(1) {
  animation-delay: 0.4s;
}
.service-secD.animate .item-content li:nth-child(1)::after {
  animation-delay: 0.6s;
}
.service-secD.animate .item-content li:nth-child(2) {
  animation-delay: 1s;
}
.service-secD.animate .item-content li:nth-child(2)::after {
  animation-delay: 1.2s;
}
.service-secD.animate .item-content li:nth-child(3) {
  animation-delay: 1.6s;
}
.service-secD.animate .item-content li:nth-child(3)::after {
  animation-delay: 1.8s;
}
.service-secD.animate .item-content li:nth-child(4) {
  animation-delay: 2.2s;
}
.service-secD.animate .item-content li:nth-child(4)::after {
  animation-delay: 2.4s;
}

@keyframes stepShow {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dotPop {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes lineGrow {
  from {
    height: 0;
  }
  to {
    height: calc(100% - 16px);
  }
}
.service-secE {
  padding: 70px 0;
  background: var(--gray-sec);
}
@media only screen and (max-width: 991px) {
  .service-secE {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .service-secE {
    padding: 40px 0;
  }
}
.service-secE .heading {
  text-align: center;
  padding: 0 var(--containerfluid);
}
.service-secE .swiper-wrap {
  position: relative;
  margin-top: 4rem;
}
@media only screen and (max-width: 991px) {
  .service-secE .swiper-wrap {
    margin-top: 3rem;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .service-secE .swiper-wrap {
    margin-top: 2rem;
    margin-left: 0;
  }
}
.service-secE .swiper-wrap .swiper-group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .service-secE .swiper-wrap .swiper-group {
    width: 70%;
  }
}
@media only screen and (max-width: 675px) {
  .service-secE .swiper-wrap .swiper-group {
    display: none;
  }
}
.service-secE .swiper-wrap .swiper-group button {
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .service-secE .swiper-wrap .swiper-group button {
    width: 35px;
    height: 35px;
  }
}
.service-secE .swiper-wrap .swiper-group button svg {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 991px) {
  .service-secE .swiper-wrap .swiper-group button svg {
    width: 16px;
    height: 16px;
  }
}
.service-secE .swiper-wrap .swiper-group button svg path {
  fill: var(--black);
}
.service-secE .swiper-wrap .swiper-group button:hover {
  opacity: 0.8;
}
.service-secE .swiper-wrap .swiper-group .centerSlider-next {
  transform: rotate(270deg);
}
.service-secE .swiper-wrap .swiper-group .centerSlider-prev {
  transform: rotate(90deg);
}
.service-secE .centerSlider .swiper-slide .item-img {
  overflow: hidden;
  border-radius: 10px;
  opacity: 0.5;
  display: block;
  height: 350px;
}
@media only screen and (max-width: 991px) {
  .service-secE .centerSlider .swiper-slide .item-img {
    height: 260px;
  }
}
@media only screen and (max-width: 540px) {
  .service-secE .centerSlider .swiper-slide .item-img {
    height: 200px;
    border-radius: 8px;
  }
}
.service-secE .centerSlider .swiper-slide .item-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.service-secE .centerSlider .swiper-slide.swiper-slide-active {
  z-index: 2;
}
.service-secE .centerSlider .swiper-slide.swiper-slide-active .item-img {
  opacity: 1;
}

.service-secF {
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  .service-secF {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .service-secF {
    padding: 40px 0;
  }
}
.service-secF .grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 45px;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .service-secF .grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .service-secF .grid {
    gap: 20px;
  }
}
.service-secF .grid .heading {
  position: sticky;
  top: 80px;
}
@media only screen and (max-width: 991px) {
  .service-secF .grid .heading {
    position: static;
    text-align: center;
  }
}
.service-secF .grid .heading h3 {
  text-align: left;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .service-secF .grid .heading h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .service-secF .grid .heading h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .service-secF .grid .heading .btn {
    margin: 0 auto;
    display: inline-flex;
  }
}
.service-secF .grid .accordion-wrapper {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.service-secF .grid .accordion-wrapper .accordion-item {
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgb(210, 210, 210);
}
@media only screen and (max-width: 540px) {
  .service-secF .grid .accordion-wrapper .accordion-item {
    margin-bottom: 10px;
  }
}
.service-secF .grid .accordion-wrapper .accordion-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-color: #ffffff;
}
.service-secF .grid .accordion-wrapper .accordion-item.active .accordion-icon {
  color: var(--black);
}
.service-secF .grid .accordion-wrapper .accordion-item.active .accordion-header {
  background: var(--white);
}
.service-secF .grid .accordion-wrapper .accordion-item.active .accordion-header h4 {
  color: var(--black);
}
.service-secF .grid .accordion-wrapper .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 540px) {
  .service-secF .grid .accordion-wrapper .accordion-item .accordion-header {
    padding: 16px 18px;
  }
}
.service-secF .grid .accordion-wrapper .accordion-item .accordion-header:hover {
  background: #fafafa;
}
.service-secF .grid .accordion-wrapper .accordion-item .accordion-header h4 {
  font-weight: 600;
  color: #666;
  margin: 0;
  font-size: 18px;
  flex: 1;
  padding-right: 20px;
}
@media only screen and (max-width: 540px) {
  .service-secF .grid .accordion-wrapper .accordion-item .accordion-header h4 {
    font-size: 15px;
    padding-right: 12px;
  }
}
.service-secF .grid .accordion-wrapper .accordion-item .accordion-icon {
  font-size: 24px;
  font-weight: 300;
  color: #666;
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 540px) {
  .service-secF .grid .accordion-wrapper .accordion-item .accordion-icon {
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
}
.service-secF .grid .accordion-wrapper .accordion-item .accordion-content {
  display: none;
  background: var(--white);
  padding: 0 25px 0 25px;
  padding-right: 3rem;
}
@media only screen and (max-width: 540px) {
  .service-secF .grid .accordion-wrapper .accordion-item .accordion-content {
    padding: 0 18px;
  }
}
.service-secF .grid .accordion-wrapper .accordion-item .accordion-content p {
  padding: 20px 0;
  margin: 0;
  color: #666;
  font-weight: 400;
  font-size: 15px;
}
@media only screen and (max-width: 540px) {
  .service-secF .grid .accordion-wrapper .accordion-item .accordion-content p {
    font-size: 14px;
    padding: 14px 0;
  }
}/*# sourceMappingURL=service.css.map */