@charset "UTF-8";
/* style.css */
/* 1. KHUNG BAO NGOÀI: Tạo không gian 3D */
.flip-card {
  background-color: transparent;
  width: 100%; /* Chiều rộng thẻ */
  height: 350px; /* Chiều cao thẻ */
  perspective: 1000px; /* Định nghĩa độ sâu 3D - CỰC KỲ QUAN TRỌNG */
  margin: 0 auto; /* Căn giữa trang */
}

/* 2. KHỐI XOAY TRONG: Nơi chứa 2 mặt */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s; /* Tốc độ lật thẻ (0.8 giây) */
  transform-style: preserve-3d; /* Giữ trạng thái 3D cho khối con */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Kích hoạt lật khi hover */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); /* Xoay 180 độ theo trục dọc */
}

/* 3. CẤU HÌNH CHUNG CHO 2 MẶT FRONT & BACK */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%; /* Ẩn mặt sau khi không nhìn thấy */
  backface-visibility: hidden;
  border-radius: 2px; /* Bo góc thẻ */
  overflow: hidden; /* Ẩn ảnh thừa out khỏi khung */
}
.flip-card-front img, .flip-card-back img {
  opacity: 0.2;
}
.flip-card-front .heading-image, .flip-card-back .heading-image {
  position: absolute;
  opacity: 0.8;
  top: 0;
  padding: 15px;
  background-color: #644EA0;
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* 4. CẤU HÌNH MẶT TRƯỚC (Hình ảnh) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Cắt ảnh vừa khung không bị méo */
}

/* 5. CẤU HÌNH MẶT SAU (Nội dung) */
.flip-card-back {
  background-color: #644EA0; /* Màu nền mặt sau */
  color: white; /* Màu chữ mặt sau */
  transform: rotateY(180deg); /* Mặc định mặt sau đã bị xoay úp đi 180 độ */
  /* Căn giữa nội dung văn bản vertically & horizontally */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.flip-card-back h2 {
  margin-top: 0;
  font-size: 24px;
}

.flip-card-back p {
  font-size: 16px;
  line-height: 1.5;
}

.flip-card-back button {
  background-color: white;
  color: #28a745;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  /* The actual timeline (the vertical ruler) */
}
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.timeline {
  /* Container around content */
}
.timeline .box-timeline {
  padding: 15px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.timeline {
  /* The circles on the timeline */
}
.timeline .box-timeline::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: -20px;
  background-color: white;
  border: 4px solid #644EA0;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.timeline {
  /* Place the container to the left */
}
.timeline .left {
  left: 0;
  z-index: 1;
}
.timeline {
  /* Place the container to the right */
}
.timeline .right {
  left: 50%;
  z-index: 1;
}
.timeline {
  /* Add arrows to the left container (pointing right) */
}
.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
.timeline {
  /* Add arrows to the right container (pointing left) */
}
.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}
.timeline {
  /* Fix the circle for containers on the right side */
}
.timeline .right::after {
  left: -20px;
}
.timeline {
  /* The actual content */
}
.timeline .content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 2px;
}
.timeline .content ul {
  padding-left: 15px;
  margin: 0;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 700px) {
  .timeline {
    /* Place the timelime to the left */
  }
  .timeline::after {
    left: 31px;
  }
  .timeline {
    /* Full-width containers */
  }
  .timeline .box-timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 10px;
  }
  .timeline {
    /* Make sure that all arrows are pointing leftwards */
  }
  .timeline .box-timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .timeline {
    /* Make sure all circles are at the same spot */
  }
  .timeline .left::after, .timeline .right::after {
    left: 10px;
  }
  .timeline {
    /* Make all right containers behave like the left ones */
  }
  .timeline .right {
    left: 0%;
  }
}
@keyframes show_myBtn {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
@keyframes hidden_myBtn {
  from {
    height: 100%;
    opacity: 1;
  }
  to {
    height: 0;
    opacity: 0;
  }
}
@keyframes rotate360 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#myBtn {
  /*display: none;*/
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
  font-size: 14px;
  width: 60px;
}
#myBtn .btnfixed {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #cc0000;
  color: #fff;
  float: left;
  text-align: center;
  margin: 5px 0;
  position: relative;
}
#myBtn .btnfixed span, #myBtn .btnfixed i {
  line-height: 60px;
  height: 60px;
  font-size: 25px;
}
#myBtn .icon-chat {
  height: 0;
  overflow: hidden;
  float: left;
  width: 100%;
}
#myBtn .activeicon {
  animation-name: show_myBtn;
  animation-duration: 1s;
  height: 100%;
}
#myBtn .notactive {
  animation-name: hidden_myBtn;
  animation-duration: 1s;
  height: 0;
}
#myBtn .btn-chat {
  float: left;
  width: 100%;
}
#myBtn .btn-all-chat {
  background: #644EA0;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  position: relative;
  display: block;
  margin: 5px 0;
}
#myBtn .rotatebtn {
  animation: rotate360 1s;
}
#myBtn .call-icon-desktop i {
  color: #cc0000;
}

.font-logo {
  font-family: "SVN-Justice League";
  font-weight: normal;
  font-style: normal;
}

/* Chặn bôi đen toàn bộ trang */
body {
  -webkit-user-select: none; /* Safari */ /* IE 10+ và Edge */
  -moz-user-select: none;
       user-select: none; /* Chrome, Firefox, Opera */
}

/* Chặn kéo thả hình ảnh ra ngoài */
img {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none; /* Chặn click phải vào ảnh */
}

body {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "GRAD" 0;
  font-size: 16px;
}

h1.heading, h2.heading, h3.heading, h4.heading {
  font-family: "SVN-Justice League";
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #111827;
}
a:hover {
  color: #644EA0;
}

.text-main {
  color: #55418e;
}

.form-check-input:checked {
  background-color: #644EA0;
  border-color: #55418e;
}

.btn {
  border-radius: 3px !important;
  padding: 12px 15px;
}

.btn-maincolor {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 30px;
  line-height: 55px;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: #644EA0;
  position: relative;
  z-index: 10;
  overflow: hidden;
  letter-spacing: 1.5px;
  border: 1px #644EA0 solid;
}
.btn-maincolor::before {
  position: absolute;
  content: "";
  background-color: #b882fc;
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 33px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
  opacity: 1;
}
.btn-maincolor:hover {
  background-color: #fff;
  color: #644EA0;
  border: 1px #644EA0 solid;
}
.btn-maincolor:hover::before {
  height: 400px;
  opacity: 0;
}

.btn-list {
  font-size: 1.5rem;
}

.bg-main {
  background: #f1ecfe;
}

ed.animate__bounce {
  --animate-duration: 1s;
}

/* This changes all the animations globally */
:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

header .mainmenu {
  padding-top: 7px;
}
header .mainmenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header .mainmenu ul li {
  display: inline-flex;
  position: relative;
}
header .mainmenu ul li a {
  text-decoration: none;
  color: #111827;
  font-weight: 500;
  padding: 25px 20px;
  text-transform: capitalize;
}
header .mainmenu ul li a:hover {
  color: #644EA0;
}
header .mainmenu ul li ul {
  display: none;
  border-radius: 3px !important;
  overflow: hidden;
  width: 220px;
  position: absolute;
  top: 70px;
  left: 0;
  box-shadow: 0 2px 3px #ccc;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.9) 85%);
}
header .mainmenu ul li ul li {
  width: 100%;
}
header .mainmenu ul li ul li a {
  text-transform: unset;
  color: #313131;
  width: 100%;
  padding: 7px 30px;
  border-bottom: 1px #fff solid;
  position: relative;
}
header .mainmenu ul li ul li a:last-child {
  border: 0;
}
header .mainmenu ul li ul li a:hover {
  color: #644EA0;
}
header .mainmenu ul li ul li a:hover::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  animation-name: left_to_right;
  animation-duration: 0.5s;
}
header .mainmenu ul li .subMenu {
  display: none;
  position: absolute;
  top: 70px;
  left: 0%;
  width: 650px;
  padding: 10px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 2px 3px #ccc;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.9) 85%);
}
header .mainmenu ul li .subMenu ul {
  display: block;
  position: relative;
  top: 0;
  box-shadow: 0 0 0 #fff;
  background: transparent;
}
header .mainmenu ul li .subMenu a {
  text-transform: unset;
  white-space: nowrap;
  padding: 10px 5px;
}
header .mainmenu ul li:hover ul,
header .mainmenu ul li:hover .subMenu {
  display: block;
  z-index: 2;
  animation-name: fadeInUp;
  animation-duration: 0.5s;
}
header .mainmenu ul li:hover ul a:hover,
header .mainmenu ul li:hover .subMenu a:hover {
  color: #644EA0;
}
header .menu-responsive ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header .menu-responsive ul li {
  padding: 10px 0;
  border-bottom: 1px #ccc solid;
}
header .menu-responsive ul li:last-child {
  border-bottom: 0;
}
header .menu-responsive ul li a {
  font-size: 1.2rem;
}
header .menu-responsive ul li.parent {
  position: relative;
}
header .menu-responsive ul li.parent::after {
  position: absolute;
  right: 0;
  top: 10px;
  content: "\f282";
  font-family: bootstrap-icons !important;
}
header .menu-responsive ul li ul {
  display: none;
  padding: 10px;
  display: none;
  margin-top: 10px;
  background: #f2f2f2;
  border-radius: 3px !important;
}
header .menu-responsive ul li ul li {
  padding-left: 20px;
}
header .menu-responsive ul li:hover .subMenu {
  display: block;
}
header .menu-responsive ul li:hover ul {
  display: block;
}
header .menu-responsive ul li:hover.parent {
  position: relative;
}
header .menu-responsive ul li:hover.parent::after {
  position: absolute;
  right: 0;
  content: "\f286";
  font-family: bootstrap-icons !important;
}
header .menu-responsive ul .subMenu {
  padding: 15px;
  display: none;
  margin-top: 10px;
  width: 100%;
  background: #f2f2f2;
  border-radius: 3px !important;
}
header .menu-responsive ul .subMenu p {
  background: #fff;
  padding: 5px;
  border-radius: 3px !important;
}
header .box-hotline .bi {
  font-size: 1.8rem;
}
header .box-hotline .font-hotline {
  font-weight: 500;
  font-size: 0.9rem;
}
header .box-hotline .phone-number {
  font-weight: 700;
  font-size: 1.2rem;
}
header .box-hotline .card {
  background-color: #644EA0;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
header .box-hotline .card::before {
  position: absolute;
  content: "";
  background-color: #b882fc;
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 33px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
  opacity: 1;
}
header .box-hotline .card:hover {
  background-color: #fff;
  color: #644EA0;
  border: 1px #644EA0 solid;
}
header .box-hotline .card:hover::before {
  height: 100%;
  opacity: 0;
}

.sec_slide {
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.sec_slide .bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2b2b2b;
  background: linear-gradient(0deg, rgba(43, 43, 43, 0.7) 0%, rgba(87, 87, 87, 0.45) 50%, rgba(130, 130, 130, 0) 100%);
}
.sec_slide .video-container {
  background: #000;
  height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center; /* Căn giữa ngang */
  align-items: center; /* Căn giữa dọc */
  width: 100%; /* Hoặc kích thước cụ thể */
}
.sec_slide .video-container video {
  max-width: 100%;
  height: auto;
  display: block;
}
.sec_slide .bg-header {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec_slide .bg-header img {
  width: 100%; /* Chiều rộng ảnh chiếm full 100% div */
  height: 100%; /* Chiều cao ảnh chiếm full 100% div */
  -o-object-fit: cover;
     object-fit: cover; /* Cắt và phóng to ảnh vừa khít khung mà không méo */
  -o-object-position: center;
     object-position: center; /* Tự động căn giữa ảnh (trên, dưới, trái, phải) */
}
.sec_slide .sec_slide_heading {
  position: absolute;
  bottom: 20%;
  width: 100%;
  color: #fff;
}
.sec_slide .sec_slide_heading h1 {
  font-size: 6rem;
}
.sec_slide .sec_slide_heading h1 span {
  background: linear-gradient(90deg, #55418e 0%, #c0a9ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec_slide.slide_image {
  min-height: auto;
  max-height: 550px;
  overflow: hidden;
}
.sec_slide.slide_image .sec_slide_heading h1 {
  font-size: 4rem;
}

.sec_heading h3 {
  font-size: 1.7rem;
}
.sec_heading h2 {
  font-size: 2.5rem;
  border-left: 5px #644EA0 solid;
  padding-left: 10px;
  margin-bottom: 20px;
}

.sec_why .box-why {
  position: relative;
}
.sec_why .box-why .bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  border-radius: 2px !important;
}
.sec_why .box-why .bg-cover img {
  width: 100%; /* Chiều rộng ảnh chiếm full 100% div */
  height: 100%; /* Chiều cao ảnh chiếm full 100% div */
  -o-object-fit: cover;
     object-fit: cover; /* Cắt và phóng to ảnh vừa khít khung mà không méo */
  -o-object-position: center;
     object-position: center;
}
.sec_why .box-why .info {
  position: relative;
  z-index: 1;
}
.sec_why .box-why .icon {
  background: #644EA0;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  display: inline-block;
  transition: all linear 0.3s;
}
.sec_why .box-why .des {
  color: #464646;
}
.sec_why .box-why:hover .bg-cover {
  opacity: 0.1;
  animation-name: zoomIn;
  animation-duration: 0.5s;
}

/* Khung chứa ở tâm */
.pulse-container {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 100px auto; /* Căn giữa màn hình để dễ quan sát */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Chấm tròn ở chính giữa */
.pulse-center {
  width: 20px;
  height: 20px;
  background-color: #007bff; /* Màu chấm tròn tâm */
  border-radius: 50%;
  z-index: 2; /* Đảm bảo nằm trên các vòng tròn tỏa ra */
  position: absolute;
}

/* TẠO 2 VÒNG TRÒN TỎA RA BẰNG ::before VÀ ::after */
.pulse-container::before,
.pulse-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  /* Căn giữa tâm vòng tròn */
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #007bff; /* Màu của vòng tròn tỏa ra */
  z-index: 1;
  /* Gắn animation: Tên | Thời gian | Kiểu chạy | Vô tận */
  animation: pulse-out 2s infinite cubic-bezier(0, 0.2, 0.8, 1);
}

/* Vòng tròn thứ 2 trễ hơn vòng tròn thứ nhất 1 giây */
.pulse-container::after {
  animation-delay: 1s;
}

/* ĐỊNH NGHĨA HIỆU ỨNG TỎA RA (KEYFRAMES) */
@keyframes pulse-out {
  0% {
    width: 20px;
    height: 20px;
    opacity: 0.8; /* Mới xuất hiện thì rõ */
  }
  100% {
    width: 120px; /* Độ phóng to tối đa của vòng tròn */
    height: 120px;
    opacity: 0; /* Phóng to xong thì mờ dần và biến mất */
  }
}
.sec_value {
  background-color: #55418e;
  background-image: url("../images/about-shape.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
.sec_value .container {
  overflow: hidden;
}
.sec_value .box-value {
  color: #111827;
  border-radius: 3px !important;
}
.sec_value .box-value:hover .heading {
  animation-name: tada;
  animation-duration: 2s;
}

.swiper .swiper-pagination {
  bottom: 0;
  top: auto;
}
.swiper .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #644EA0;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #644EA0;
}
.swiper .one-image {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 3px !important;
}
.swiper .one-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.sec_service {
  background-image: url("../images/serving-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sec_service .lsservice {
  position: relative;
  padding: 40px 0;
}
.sec_service .box-service {
  position: relative;
}
.sec_service .box-service .cover {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 3px !important;
}
.sec_service .box-service .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sec_service .box-service .title-arrow {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  padding: 20px;
  width: 100%;
  color: #fff;
}
.sec_service .box-service .title-arrow .arrow-detail {
  font-size: 2.5rem;
  opacity: 0;
}
.sec_service .box-service .title-arrow .arrow-detail i:hover::before {
  background: #EEAECA;
  background: radial-gradient(circle, rgba(238, 174, 202, 0.29) 0%, rgba(148, 187, 233, 0.15) 100%);
  border-radius: 50% !important;
}
.sec_service .box-service .bg-opacity-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2b2b2b;
  background: linear-gradient(0deg, rgba(43, 43, 43, 0.5) 0%, rgba(87, 87, 87, 0.45) 49%, rgba(130, 130, 130, 0) 100%);
}
.sec_service .box-service:hover .bg-opacity-main {
  background: #644EA0;
  background: linear-gradient(0deg, rgba(100, 78, 160, 0.5) 0%, rgba(100, 78, 160, 0.45) 49%, rgba(100, 78, 160, 0) 100%);
}
.sec_service .box-service:hover .cover img {
  animation-name: flipInY;
  animation-duration: var(--animate-duration);
}
.sec_service .box-service:hover .title-arrow .arrow-detail {
  opacity: 1;
  animation-name: fadeInRight;
}

.sec_workflow .single-infetech-feature-item {
  background: #f1ecfe;
  text-align: center;
  margin-top: 90px;
  transition: all linear 0.3s;
  height: 70%;
}
.sec_workflow .single-infetech-feature-item .icon {
  height: 120px;
  width: 120px;
  text-align: center;
  line-height: 120px;
  display: inline-block;
  margin-top: -60px;
  position: relative;
  z-index: 10;
  background: #644EA0;
  border-radius: 50%;
  transition: all linear 0.3s;
  color: #fff;
  font-size: 3rem;
}
.sec_workflow .single-infetech-feature-item .icon svg path {
  transition: all linear 0.3s;
}
.sec_workflow .single-infetech-feature-item .content {
  padding: 20px 20px 35px;
}
.sec_workflow .single-infetech-feature-item .content .title {
  font-size: 20px;
  margin-top: 26px;
  margin-bottom: 15px;
}
.sec_workflow .single-infetech-feature-item .content .title a {
  color: #fff;
  transition: all linear 0.3s;
}
.sec_workflow .single-infetech-feature-item .content p {
  transition: all linear 0.3s;
}
.sec_workflow .single-infetech-feature-item:hover {
  background: #644EA0;
  transform: translateY(-10px);
}
.sec_workflow .single-infetech-feature-item:hover .icon {
  background: #fff;
  color: #644EA0;
  border: 1px #644EA0 solid;
}
.sec_workflow .single-infetech-feature-item:hover .icon svg path {
  fill: #fff;
}
.sec_workflow .single-infetech-feature-item:hover .content {
  color: #fff;
}
.sec_workflow .single-infetech-feature-item:hover .content .title a {
  color: #fff;
}
.sec_workflow .single-infetech-feature-item:hover .content p {
  color: #fff;
}

.sec_review {
  background-image: url(../images/testimonial-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.sec_review .container {
  overflow: hidden;
}
.sec_review .lstestimonial {
  position: relative;
}
.sec_review .lstestimonial .swiper-pagination {
  bottom: 0;
  top: auto;
}
.sec_review .lstestimonial .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.sec_review .lstestimonial .swiper-pagination-bullet-active {
  background-color: #644EA0;
}
.sec_review .lstestimonial .swiper-button-next,
.sec_review .lstestimonial .swiper-button-prev {
  color: #644EA0;
}
.sec_review .single-testimonial-box {
  padding-left: 15px;
  padding-bottom: 15px;
  margin-left: 60px;
  margin-bottom: 30px;
  background-image: url(../images/testimonial-line.webp);
  background-position: bottom left;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
}
.sec_review .single-testimonial-box .single-testimonial-user {
  margin-bottom: -85px;
  margin-left: -75px;
  position: relative;
  z-index: 20;
}
.sec_review .single-testimonial-box .single-testimonial-user .thumb {
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 22px;
  height: 150px;
  width: 150px;
  position: relative;
}
.sec_review .single-testimonial-box .single-testimonial-user .thumb::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 130px;
  width: 130px;
  border: 6px solid #644EA0;
  border-radius: 50%;
}
.sec_review .single-testimonial-box .single-testimonial-user .thumb img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sec_review .single-testimonial-box .single-testimonial-user .user-content {
  background: #fff;
  border-radius: 60px;
  padding: 15px 85px 15px 177px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.sec_review .single-testimonial-box .single-testimonial-user .user-content .title {
  color: #111827;
}
.sec_review .single-testimonial-box .single-testimonial-user .user-content span {
  font-size: 1rem;
  font-weight: 600;
  color: #644EA0;
}
.sec_review .single-testimonial-box .single-testimonial-user .user-content img {
  position: absolute;
  right: 55px;
  top: 100%;
}
.sec_review .single-testimonial-item {
  background: #fff;
  padding: 45px 42px 42px 50px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.sec_review .single-testimonial-item ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 27px;
}
.sec_review .single-testimonial-item ul li {
  display: inline-block;
  margin-left: 4px;
}
.sec_review .single-testimonial-item ul li i {
  color: #ffc600;
}
.sec_review .single-testimonial-item p {
  color: #6c6a72;
  line-height: 30px;
}

.sec_blogs .box-blog {
  position: relative;
  overflow: hidden;
}
.sec_blogs .box-blog .thumb {
  position: relative;
  border-radius: 2px !important;
  overflow: hidden;
  height: 300px;
}
.sec_blogs .box-blog .thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sec_blogs .box-blog .thumb .date-more {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
}
.sec_blogs .box-blog .thumb .date-more .title_cat {
  border-radius: 2px !important;
  background: #644EA0;
  padding: 8px 10px;
  color: #fff;
}
.sec_blogs .box-blog .thumb .date-more .arrow-more {
  font-size: 2.5rem;
  opacity: 0;
}
.sec_blogs .box-blog .thumb .date-more .arrow-more i {
  color: #fff;
}
.sec_blogs .box-blog .thumb .date-more .arrow-more i:hover::before {
  background: #EEAECA;
  background: radial-gradient(circle, rgba(238, 174, 202, 0.29) 0%, rgba(148, 187, 233, 0.15) 100%);
  border-radius: 50% !important;
}
.sec_blogs .box-blog .info h3 {
  font-size: 1.2rem;
}
.sec_blogs .box-blog .info .description {
  color: #2b2b2b;
}
.sec_blogs .box-blog .info .created_at {
  color: #464646;
}
.sec_blogs .box-blog:hover .thumb img {
  animation-name: pulse;
  animation-duration: var(--animate-duration);
}
.sec_blogs .box-blog:hover .arrow-more {
  opacity: 1;
  animation-name: fadeInRight;
}

.sec_contact {
  background: url("../images/page-banner-bg-5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.sec_contact .icon-page {
  font-size: 1.2rem;
}
.sec_contact .phone-text {
  font-size: 1.2rem;
  color: #fff;
}
.sec_contact .phone-text:hover {
  color: #644EA0;
}
.sec_contact.sec_contact_detail {
  background: #f2f2f2;
  color: #111827;
}
.sec_contact.sec_contact_detail .phone-text {
  font-size: 1.2rem;
  color: #111827;
}
.sec_contact.sec_contact_detail .phone-text:hover {
  color: #644EA0;
}

.form-contact input,
.form-contact textarea {
  padding: 0.75rem 0.75rem;
  color: #111827;
}

footer {
  background: url("../images/footer-bg.webp");
  background-position: cener;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 0.9rem;
}
footer .heading {
  border-left: 3px #f1ecfe solid;
  padding-left: 10px;
  margin-bottom: 15px;
}
footer .text-company {
  font-size: 0.9rem;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer ul li {
  padding: 5px 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #ab8dff;
}
footer .icon-social li a {
  padding: 5px;
  margin: 5px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  border-radius: 50% !important;
  border: 1px #7f66c6 solid;
  text-align: center;
  line-height: 30px;
  color: #7f66c6;
}
footer .icon-social li a:hover {
  color: #fff;
  background-color: #ab8dff;
}
footer .icon-social li .bi {
  font-size: 1.5rem;
}

.sec_copyright {
  background: #111827;
  color: #fff;
}
.sec_copyright a {
  color: #7f66c6;
}

/* about */
.sec_about_leader {
  background: url("../images/AIoT-1.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.sec_about_leader .cover-leader {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec_about_leader .cover-leader img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sec_about_leader .cover-leader .name-ceo {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.sec_brand_story {
  background-image: url("../images/page-banner-bg-5.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.sec_brand_story .container {
  overflow: hidden;
}
.sec_brand_story .logo-brand img {
  max-height: 150px;
}
.sec_brand_story .swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.sec_brand_story .brandSwiper {
  min-height: 250px;
  max-height: 350px;
  overflow: hidden;
}
.sec_brand_story .swiper-wrapper {
  align-items: stretch;
}
.sec_brand_story .brandSwiper .swiper-slide {
  text-align: left;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
}
.sec_brand_story .brandSwiper .swiper-slide h2 {
  font-size: 1.5rem;
}
.sec_brand_story .titleSwiper .sw-title {
  font-size: 1.2rem;
}
.sec_brand_story .titleSwiper .swiper-wrapper {
  display: block !important;
}
.sec_brand_story .titleSwiper .swiper-slide {
  display: block !important;
  padding: 7px 0;
  cursor: pointer;
}
.sec_brand_story .titleSwiper .swiper-slide-active {
  color: #644EA0;
}

.sec_mission_vision .box-mission .cover {
  overflow: hidden;
  border-radius: 3px !important;
}
.sec_mission_vision .box-mission .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sec_mission_vision .box-mission:hover .cover img {
  animation-name: pulse;
  animation-duration: 1s;
}

.sec_codevalue {
  background: url("../images/0001-8-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec_codevalue.bg_hieuqua {
  background: #fcfaff url("../images/team-pattern.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.sec_gallery {
  background: #644EA0;
  background: linear-gradient(0deg, rgba(100, 78, 160, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
.sec_gallery .container {
  overflow: hidden;
}
.sec_gallery .lsgallery .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 350px;
  height: 350px;
}
.sec_gallery .lsgallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec_whychoose {
  background: url("../images/IoT-Solutions-hero.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
.sec_whychoose .bg-opacity {
  background: #141414;
  background: linear-gradient(266deg, rgba(20, 20, 20, 0.7) 0%, rgba(231, 136, 226, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.sec_whychoose .container {
  position: relative;
  z-index: 1;
}
.sec_whychoose .box-whychoose {
  position: relative;
}
.sec_whychoose .box-whychoose .cover {
  border-radius: 2px !important;
  overflow: hidden;
  height: 200px;
}
.sec_whychoose .box-whychoose .cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.sec_whychoose .box-whychoose .info {
  border-radius: 2px !important;
  position: relative;
  bottom: 60px;
  background: #fff;
  color: #111827;
  margin: 0 40px;
  padding: 20px;
}
.sec_whychoose .box-whychoose .info .heading {
  color: #55418e;
  min-height: 65px;
}

.sec_solution_service {
  position: relative;
}
.sec_solution_service::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* Khai báo background */
  background: url("../images/service-line.webp");
  background-repeat: no-repeat;
  background-position: right bottom;
  /* LẬT NGƯỢC BACKGROUND 180 ĐỘ */
  transform: rotate(180deg);
  /* Đẩy hình nền xuống dưới cùng để không che chữ */
  z-index: -1;
}
.sec_solution_service .container {
  overflow: hidden;
}
.sec_solution_service.sec_solution_service_2::before {
  transform: rotate(0);
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
}

.accordionCustom {
  background-color: #f1ecfe;
  padding: 10px;
}
.accordionCustom button {
  font-size: 1.2rem;
}
.accordionCustom .accordion-button:not(.collapsed) {
  color: #644EA0;
}

.sec_case_study .case-content .cover-case {
  border-radius: 2px !important;
  overflow: hidden;
  height: 100%;
}
.sec_case_study .case-content .cover-case img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.cd-timeline {
  background: transparent;
}
.cd-timeline .container {
  overflow: hidden;
}

.sec_yte .box-vande {
  height: 100%;
}

.cover-yte {
  width: 100%;
  height: 100%;
}
.cover-yte img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.sec_yte_giaiphap {
  background-image: url("../images/whychoose-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.sec_yte_giaiphap .bg-opacity {
  background: #141414;
  background: linear-gradient(266deg, rgba(20, 20, 20, 0.7) 0%, rgba(102, 102, 102, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.sec_yte_giaiphap .container {
  position: relative;
  z-index: 1;
}

.sidebar .box-sidebar {
  margin-bottom: 30px;
  background-color: #f1ecfe;
}
.sidebar .box-blog-sidebar .thumb {
  overflow: hidden;
  height: 90px;
}
.sidebar .box-blog-sidebar .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sidebar .box-blog-sidebar h3 {
  font-size: 1rem;
  margin-top: 0;
  padding-top: 0;
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: #fff;
  background-color: #644EA0;
  border-color: #644EA0;
}

.article-detail table {
  width: 100%;
  display: table;
  box-sizing: border-box;
  border-collapse: separate;
  text-indent: initial;
  unicode-bidi: isolate;
  border-spacing: 2px;
  caption-side: bottom;
  border-collapse: collapse;
}
.article-detail table thead {
  background-color: #f1ecfe;
}
.article-detail table th, .article-detail table td {
  padding: 7px;
  border-collapse: collapse;
  border: 1px #ccc solid;
}

ul.customul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.customul li::before {
  content: "\f309";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
  color: #644EA0;
}

@media (max-width: 767.98px) {
  .hidemobile {
    display: none !important;
  }
  .sec_slide {
    min-height: 400px;
  }
  .sec_slide .video-container {
    height: 400px;
  }
  .sec_slide .video-container video,
  .sec_slide .video-container iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; /* Đảm bảo ảnh/video phủ kín không bị méo */
  }
  .sec_slide .sec_slide_heading {
    bottom: 10px;
  }
  .sec_slide .sec_slide_heading h1 {
    font-size: 2.5rem;
  }
  .sec_slide.slide_image {
    min-height: 300px;
    max-height: 550px;
    overflow: hidden;
  }
  .sec_slide.slide_image .sec_slide_heading h1 {
    font-size: 2.5rem;
  }
  .sec_slide.slide_image .sec_slide_heading h2 {
    font-size: 1rem;
  }
  .sec_slide.slide_image .bg-header {
    height: 300px;
  }
  .sec_slide.slide_image .bg-header img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .sec_heading h3 {
    font-size: 1.5rem;
  }
  .sec_heading h2 {
    font-size: 2rem;
    border-left: 5px #644EA0 solid;
    padding-left: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  header .mainmenu ul li a {
    padding: 25px 10px;
  }
  .sec_slide {
    min-height: 400px;
  }
  .sec_slide .video-container {
    height: 400px;
  }
  .sec_slide .video-container video,
  .sec_slide .video-container iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; /* Đảm bảo ảnh/video phủ kín không bị méo */
  }
  .sec_slide .sec_slide_heading {
    bottom: 10px;
  }
  .sec_slide .sec_slide_heading h1 {
    font-size: 3.5rem;
  }
  .sec_slide.slide_image {
    min-height: 300px;
    max-height: 550px;
    overflow: hidden;
  }
  .sec_slide.slide_image .sec_slide_heading h1 {
    font-size: 3.5rem;
  }
  .sec_slide.slide_image .sec_slide_heading h2 {
    font-size: 1rem;
  }
  .sec_slide.slide_image .bg-header {
    height: 300px;
  }
  .sec_slide.slide_image .bg-header img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .sec_heading h3 {
    font-size: 1.5rem;
  }
  .sec_heading h2 {
    font-size: 2rem;
    border-left: 5px #644EA0 solid;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .sec_blogs .box-blog .thumb {
    height: 200px;
  }
  .sec_whychoose .box-whychoose .info {
    margin: 0 10px;
  }
}/*# sourceMappingURL=style.css.map */