:root {
  --black: #1d2020;
  --textmain02: #173b3f;
  --maincolor: #196264;
  --maincolor02: #718c8c;
  --textsub01: #52525b;
  --textsub02: #9399a5;
  --textsub03: #475653;
  --neutral: #1d2020;
  --white: #ffffff;
  --textbutton: #d3ffff;
  --backgroundlinear: linear-gradient(180deg, #5aa1a1 0%, #d9d9d9 109.82%);
  --boxshadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08) inset;
  --layer: blur(1px);
  --spacing: 0.04rem;
}
body {
  background-color: #fafafa;
}
main {
  overflow: hidden;
}
*:not(i) {
  font-family: "Urbanist", sans-serif;
}
.font-jakarta {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
a {
  text-decoration: unset;
}
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.homesec5 .folder img.fb-icon1 {
  width: 100px;
  height: 100px;
}
.homesec5 .folder img.fb-icon2 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 183x;
  max-height: 127px;
}
header.is-sticky {
  width: 100%;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.container {
  max-width: 1840px;
  width: auto;
}
.container.container-sub {
  max-width: 1630px;
}
.container.container-faq {
  max-width: 768px;
}
footer h5 {
  font-size: 20px;
  font-weight: 500;
  color: var(--textsub02);
  margin-bottom: 35px;
}
footer ul > li > a.nav-link {
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
}
.copyright {
  background-color: #1a1a1a;
  padding: 16px 0;
  color: var(--white);
}
.copyright .text-copyright a {
  color: var(--white);
  margin-left: 45px;
  font-size: 16px;
}
.copyright .text-copyright p {
  margin-bottom: 0;
  color: var(--white);
  font-size: 16px;
}
.copyright ul {
  column-gap: 15px;
}
footer .fo-email a {
  text-decoration: none;
}
.copyright ul li {
  border-radius: 99px;
  background-color: #1e2020;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
.copyright ul li a {
  display: block;
  width: inherit;
  height: inherit;
}
.copyright ul li a img {
  margin: 0 auto;
}
footer .form-footer {
  position: relative;
  max-width: 420px;
}
footer .form-footer input {
  width: 100%;
  background-color: #f2f2f2;
  border: 1px solid #e9ecf1;
  border-radius: 12px;
  padding: 18px 24px;
  text-indent: 15px;
  font-size: 15px;
}
footer .form-footer .input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
footer .form-footer .input-mail.input-icon {
  left: 10px;
}
footer .form-footer .input-send.input-icon {
  right: 0;
  background-color: transparent;
  border: unset;
}
#contact-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--maincolor02);
  padding: 24px 12px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  z-index: 5;
}
#contact-fixed > div {
  position: relative;
}
#contact-fixed > div:not(:last-child):before {
  position: absolute;
  content: "";
  width: 18px;
  height: 1px;
  background-color: #e9ecf180;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
#contact-fixed > div i,
#contact-fixed > div img {
  font-size: 24px;
  margin-bottom: 10px;
}
#contact-fixed > div:last-child img {
  margin-bottom: 0;
}
#contact-fixed > div > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.footer-logo i {
  font-size: 20px;
  margin-right: 15px;
}
.footer-logo p,
.footer-logo a {
  font-size: 18px;
  color: var(--textsub01);
  line-height: 24px;
}
.contact-footer .bg-linear {
  background: linear-gradient(91.03deg, #00739e 0.38%, #00ba96 99.63%);
  position: relative;
}
.contact-footer .bg-linear:before,
.contact-footer .bg-linear:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.contact-footer .bg-linear:before {
  left: 0;
  background-image: url(./../images/bg-linear-footer-before.svg);
  background-position: left center;
}
.contact-footer .bg-linear:after {
  right: 0;
  background-image: url(./../images/bg-linear-footer-after.svg);
  background-position: right center;
}
.contact-footer {
  color: #fff;
}
.contact-footer h3 {
  font-size: 48px;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
}
.contact-footer p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
}
a.btn-contact {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  background-image: url(./../images/bg-contact-btn.webp);
  background-color: var(--maincolor);
  letter-spacing: var(--spacing);
  box-shadow: 0px 0px 0px 3px #1cffff2b;
  z-index: 1;
}

/* add hover effect to btn-contact */
.btn-hover-effect-custom:hover {
  /*background-image: url(./../images/bg-contact-btn-hover.svg) !important;*/
  background-color: #718c8c !important;
  /*color: var(--maincolor) !important;*/
  /*outline: 2px solid var(--maincolor);*/
  /*transition: all 0.3s ease-in-out;*/
  /*transform: translateY(-2px);*/
  /*box-shadow: 0px 0px 0px 3px #1cffff2b;*/
  /*animation: shake 0.5s ease-in-out infinite;*/
  cursor: pointer;
}
/*end add hover effect to btn-contact */

.btn-hover-effect-custom-only-vibration:hover {
  /*transition: all 0.3s ease-in-out;*/
  /*transform: translateY(-2px);*/
  /*animation: shake 0.5s ease-in-out infinite;*/
  cursor: pointer;
}
.bg-linear-main {
    perspective: 1000px;    
    perspective-origin: 50% 50%;
}
.bg-linear-main:hover{
    /*background-color: transparent;*/
}
.bg-button-cyan:hover{
    background-color: rgba(255, 255, 255, 0.2);
}

.contact-footer a.btn-contact {
  padding: 16px 40px;
}
header a.btn-contact {
  padding: 8px 32px;
  margin-right: 12px;
}
header ul.navigation li a {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  padding-top: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
header ul.navigation li a span {
  color: var(--black);
}
header ul li.active > a span {
  font-weight: 600;
}
header ul.navigation li a:hover span {
  color: var(--maincolor);
}
header span.select2 {
  padding: 6px;
  border-radius: 80px;
  border: 1px solid #c4caca;
  background-color: #fff;
  width: 64px !important;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header span.select2 .selection .select2-selection.select2-selection--single {
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
  background: transparent;
  border-radius: unset;
}
header
  span.select2
  .selection
  .select2-selection.select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  line-height: 0;
}
header
  span.select2
  .selection
  .select2-selection.select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
header
  span.select2
  .selection
  .select2-selection.select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #52525b transparent transparent transparent;
  border-width: 6px 6px 0 6px;
  transform: translate(-50%, -50%);
  margin: 0;
}
:focus-visible {
  outline: none !important;
}
ul.dropdown-menu > li.active > a:before {
  left: 15px;
  transform: unset;
  position: absolute;
  content: "";
  width: 50%;
  height: 4px;
  bottom: 0;
  background-color: var(--maincolor);
}
.homesec1-flex {
  display: flex;
  height: 100vh;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: inherit;
  position: relative;
  border-radius: 48px;
  background: url(./../images/bg-sec1.jpg) no-repeat center center;
  background-size: cover;
  height: max-content;
}
.homesec1-flex:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00000066;
  z-index: 0;
  pointer-events: none;
  border-radius: 48px;
}
.homesec1-list-service {
  background-color: #fafafa;
  border-top-left-radius: 48px;
  padding: 48px 56px 0 56px;
  position: relative;
  max-width: 580px;
}
.homesec1-list-service.list-service > div p {
  font-size: 22px;
}
.list-service > div.item-service {
  text-align: left;
}
.list-service > div p {
  font-size: 18px;
  font-weight: 500;
  color: var(--textsub01);
  line-height: 100%;
}
img.img-service {
  box-shadow: 2px 2px 15px 0px #0000001f;
  border-radius: 16px;
  padding: 6px;
  margin-bottom: 20px;
  width: 64px;
  height: 64px;
  background-color: #fff;
}
.homesec1-list-service:before,
.homesec1-list-service:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
}
.homesec1-list-service:before {
  box-shadow: 50px 0 0 0 #fafafa;
  border-bottom-right-radius: 50%;
  bottom: 0;
  left: -100px;
}
.homesec1-list-service:after {
  box-shadow: 50px 0 0 0 #fafafa;
  border-bottom-right-radius: 50%;
  top: -99px;
  right: 12px;
}
.homesec1-flex > div {
  padding: 50px;
  color: #fff;
  display: flex;
  flex: 0 1 50%;
  flex-direction: column;
  z-index: 1;
}
.homesec1-flex > div:nth-child(2) {
  align-items: flex-end;
}
.homesec1-flex > div:nth-child(3) {
  align-self: flex-end;
  flex: 0 1 70%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.homesec1 > div {
  position: relative;
}
.homesec1 .item-banner.homesec1-bottom-right {
  position: absolute;
  right: 0;
  bottom: -1px;
}
ul.list-unstyled li a {
  padding: 14px;
  backdrop-filter: blur(12px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-call-sms > div {
  backdrop-filter: blur(12px);
  background: #ffffff1a;
  padding: 6px 12px;
  border-radius: 80px;
  font-size: 24px;
  min-width: 250px;
}
.btn-call-sms > div a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}
.btn-call-sms > div i {
  margin-right: 15px;
}
.homesec1-bottom-left > div > a,
.homesec1-bottom-left > div > div a {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  letter-spacing: var(--spacing);
}
.homesec1-bottom-left > div > div {
  margin-right: 15px;
}
.bg-linear-main {
  padding: 10px 32px;
  border-radius: 50px;
  border: 1px solid;
  position: relative;
  border-image-source: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.21) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: 0px 0px 0px 3px #1cffff2b;
  background: #237c82;
}
.bg-linear-main:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mask-image: url(./../images/bg-fancy.webp);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background: #fff;
  pointer-events: none;
}
.bg-color-title {
  background: linear-gradient(
      180deg,
      rgba(18, 40, 55, 0) 0%,
      rgba(74, 240, 255, 0.5) 100%
    ),
    linear-gradient(0deg, #196264, #196264);
}
.homesec1-bottom-left > div {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 255, 255, 0.16) 100%
    ),
    linear-gradient(0deg, rgba(27, 51, 52, 0.3), rgba(27, 51, 52, 0.3));
  border: 1px solid;
  border-image-source: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.21) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: 0px 0px 0px 3px #1cffff2b;
  border-radius: 50px;
  max-width: max-content;
  padding: 6px 16px 6px 6px;
}
.homesec1-top-left {
  max-width: 800px;
}
.homesec1-top-left h3 {
  font-size: 68px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1.8px;
  line-height: 80px;
  margin-bottom: 35px;
}
.homesec1-top-left p span {
  font-weight: 700;
}
.homesec1-top-left h3 span {
  color: #fff;
}
.homesec1-top-left p span {
  color: var(--textbutton);
  font-weight: 700;
}
.homesec1-top-left p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 80px;
  max-width: 700px;
}
.homesec1-bottom-left ul {
  display: flex;
}
.banner-homesec3 a.have-underline {
  font-weight: 300;
}
a.have-underline {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: var(--spacing);
  position: relative;
  margin-bottom: 20px;
  text-indent: 5px;
}
a.have-underline:before {
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  bottom: -10px;
  left: 0;
  position: absolute;
}
a.have-underline i {
  display: inline-block;
  transform: translateY(5px) rotate(-45deg);
  margin-left: 15px;
}
.homesec1-top-left ul {
  display: flex;
  list-style: none;
  padding: 0;
}
.homesec1-top-left ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: var(--spacing);
  position: relative;
  margin-bottom: 20px;
  text-indent: 5px;
}
.homesec1-top-left ul li a:before {
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  bottom: -10px;
  left: 0;
  position: absolute;
}
.homesec1-top-left ul li a:first-child {
  margin-right: 40px;
}
span.title-bg {
  padding: 9px 32px;
  border-radius: 50px;
  color: var(--textbutton);
  letter-spacing: var(--spacing);
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pt-120 {
  padding-top: 120px;
}
.pb-80 {
  padding-bottom: 80px;
}
section.homesec2,
section.homesec3 {
  position: relative;
  z-index: 0;
}
main > section {
  position: relative;
  z-index: 1;
}
section.homesec2:before,
section.homesec3:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 200%;
  z-index: -1;
  pointer-events: none;
}
section.homesec2:before {
  background-image: url(./../images/oval-base-left.svg);
  background-position: left center;
  left: 0;
  top: -50%;
}
section.homesec3:before {
  background-image: url(./../images/oval-base-right.svg);
  background-position: right center;
  right: 0;
  top: -30%;
}
.homesec2-right > div > div {
  margin-right: 5px;
}
.homesec2 .homesec2-right h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #52525b;
  margin-top: -10px;
}
.homesec2-right > div > div > h5 span {
  color: #778b8c;
}
.homesec2-right > div > div > p {
  color: #52525b;
  font-size: 18px;
  font-weight: 400;
}
.homesec2 h3 {
  margin-top: 35px;
  font-weight: 800;
  color: var(--black);
  font-size: 48px;
  line-height: 72px;
}
.homesec2-left h3 span:first-child {
  color: #778b8c;
}
.homesec2-left h3 span:last-child {
  color: #4c5859;
}
.homesec2-left .desc {
  margin-bottom: 55px;
  max-width: 575px;
}
.homesec2-left p span {
  font-weight: 600;
}
.homesec2-left .list-service {
  max-width: 75%;
}
h3.title-sub {
  font-size: 48px;
  line-height: 72px;
}
section.homesec4 h3 {
  font-weight: 800;
  color: var(--black);
  font-size: 48px;
  line-height: 72px;
}
section.homesec4 {
  position: relative;
  background: linear-gradient(180deg, #cee0e0 0%, #fafafa 100%);
}
section.homesec4:before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(./../images/pattern-sec4.webp);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0;
}
section.homesec4 > div {
  z-index: 1;
  position: relative;
}
section.homesec4 h3 span {
  color: var(--maincolor);
}
section.homesec4 p,
.developmentsec4 > div > div p {
  color: var(--textsub01);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
.list-logo {
  display: flex;
  column-gap: 26px;
  max-width: 1350px;
  flex-wrap: wrap;
  padding: 0;
  text-align: left;
}
.list-logo .item-logo {
  margin-bottom: 25px;
  min-width: 170px;
}
.list-logo .item-logo a {
  display: block;
}
.homesec5 .title-sub {
  margin-top: 25px;
}
.list-folder .folder {
  padding: 30px;
  position: relative;
  border-radius: 30px;
  height: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.list-folder .folder:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  right: 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
.list-folder .folder p {
  font-size: 18px;
  color: var(--black);
  font-weight: 500;
  line-height: 150%;
  position: relative;
  z-index: 1;
  max-width: 412px;
}
.list-folder .folder span {
  font-size: 20px;
  color: var(--textsub02);
  font-weight: 600;
  line-height: 100%;
  position: relative;
  z-index: 1;
}
.list-folder .folder i {
  transform: scaleX(-1);
  display: inline-block;
  font-size: 100px;
  margin-bottom: 15px;
}
.list-folder .folder:nth-child(1) i {
  color: #66807a;
}
.list-folder .folder:nth-child(2) i {
  color: #848c70;
}
.list-folder .folder:nth-child(3) i {
  color: #70878c;
}

.d-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.d-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.list-brand {
  padding: 24px 0;
  background-color: #edf2f2;
  border-radius: 24px;
}
.list-homesec3 > div > div {
  padding: 32px;
  border-radius: 32px;
  box-shadow: 8px 8px 40px 0px #00000014;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #fff;
  position: relative;
  height: auto;
}
.list-homesec3 img.img-service {
  padding: 4px;
}
.list-homesec3 > div h4,
.developmentsec2 h4 {
  font-size: 24px;
  font-weight: 800;
  color: var(--black);
}
section.qatestingsec2.homesec4 h3 span {
  color: var(--black);
}
.qatestingsec3 .content-homesec3 p {
  letter-spacing: 0;
}
.qatestingsec3 .subtitle {
  max-width: 1137px;
}
.list-service-qa > div .item-service-qa p {
  color: var(--textsub02);
  max-width: 430px;
}
.list-homesec3 .item-service p {
  width: 100%;
}
.list-homesec3 > div p {
  font-size: 16px;
  font-weight: 400;
  color: var(--textsub01);
  line-height: 28px;
}
.list-homesec3 > div a {
  color: var(--textsub01);
}
.list-homesec3 > div a:before {
  background-color: var(--textsub01);
}
.banner-maintenancesec2 {
  background: url(./../images/bg-service.webp) no-repeat;
  background-position: center center;
}
.banner-homesec3 {
  background: url(./../images/bg-service-crop.webp) no-repeat;
  background-position: top;
}
.qatestingsec3 .banner-homesec3 {
  background: url(./../images/bg-service-qa-crop.webp) no-repeat;
  background-position: top;
}
.banner-homesec3,
.banner-maintenancesec2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 40px;
  background-size: cover;
  border-radius: 40px;
  align-content: stretch;
  flex-direction: column;
  flex-wrap: wrap;
}
.qatestingsec3 .banner-homesec3 > div > div.homesec3-left span.title-bg {
  padding: 12px 32px;
}
.banner-homesec3 > div > div.homesec3-left span.title-bg {
  padding: 9px 32px;
  /*    background: rgba(25, 98, 100, 1);*/
}
.banner-homesec3 > div > div.homesec3-left {
  display: flex;
  /*    background-color: #FAFAFA;*/
  /*    width: 240px;*/
  /*    height: 90px;*/
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
  align-items: center;
  justify-content: flex-start;
  border-bottom-right-radius: 40px;
}
.dn-mobile {
  display: none;
}
/*.banner-homesec3 > div > div.homesec3-left:before,.banner-homesec3 > div > div.homesec3-left:after{
    position: absolute;
    content: "";
    width: 100px;
    height: 100%;
}
.banner-homesec3 > div > div.homesec3-left:before{
    box-shadow: -50px 0 0 0 #FAFAFA;
    border-top-left-radius: 50%;
    top: 90px;
    left: -1px;
}
.banner-homesec3 > div > div.homesec3-left:after{
    box-shadow: 0px -50px 0 0px #FAFAFA;
    border-top-left-radius: 50%;
    bottom: 0;
    right: -100px;
}*/
.content-maintenancesec2,
.banner-homesec3 > .content-homesec3 {
  z-index: 1;
  color: #fff;
  width: 100%;
}
.banner-homesec3 .content-homesec3 h3 {
  font-size: 64px;
  font-weight: 700;
  line-height: 84px;
  letter-spacing: 1.6px;
  margin-bottom: 0;
  color: #fff;
}
.banner-homesec3 .content-homesec3 div p {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 0;
  color: #fff;
}
.homesec5 h3.title-sub {
  color: var(--black);
  font-weight: 800;
  letter-spacing: var(--spacing);
}
.homesec5 h3.title-sub span {
  color: var(--maincolor);
}
a.nav-link:hover {
  color: var(--maincolor) !important;
}
.menu-toggle {
  display: none;
  font-size: 32px;
  color: var(--maincolor02);
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}

/* Software Maintenance */
.btn-developmentsec1 {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 24px;
  font-weight: 400;
  color: var(--black);
  padding: 12px 32px;
  background-color: #fff;
  border-radius: 80px;
  border: unset;
  display: block;
  min-width: 180px;
}
.developmentsec2 .servicep {
  max-width: 480px;
}
.developmentsec3 p {
  max-width: 500px;
  color: var(--textsub01);
  font-size: 18px;
  font-weight: 500;
}
.developmentsec3,
.developmentsec4 {
  position: relative;
  overflow: hidden;
}
.developmentsec3:before,
.developmentsec4:before {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.developmentsec3:before {
  background-image: url(./../images/oval-base-left.svg);
  top: -50%;
  background-position: left top;
}
.developmentsec4:before {
  background-image: url(./../images/oval-base-right-sec4.svg);
  bottom: 0;
  background-position: right bottom;
}
.maintenancesec1 h2.serviceh2 {
  width: auto;
}
.maintenancesec1 h2.serviceh2 span {
  display: block;
}
h2.serviceh2 {
  font-size: 58px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  color: var(--black);
  margin-bottom: 30px;
  max-width: 500px;
}
h2.serviceh2 span {
  color: var(--maincolor);
}
p.servicep {
  color: var(--textsub01);
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  max-width: 680px;
}
.banner-maintenancesec2 {
  min-height: 260px;
}
.content-maintenancesec2 h3 {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-align: center;
  color: var(--white);
}
.maintenancesec2 .list-homesec3 h4 {
  padding-bottom: 30px;
  position: relative;
}
.maintenancesec2 .list-homesec3 > div p {
  max-width: 430px;
}
.maintenancesec2 .list-homesec3 h4:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 4px;
  background-color: var(--maincolor02);
  bottom: 10px;
  left: 0;
}
.maintenancesec3 {
  background-color: #eef2e4;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}
.maintenancesec3:before,
.maintenancesec3:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}
.maintenancesec3:before {
  left: 0;
  background-position: left bottom;
  background-image: url(./../images/patternsec3-left.svg);
}
.maintenancesec3:after {
  right: 0;
  background-position: right bottom;
  background-image: url(./../images/patternsec3-right.svg);
}
.maintenancesec3 h3 {
  font-size: 48px;
  font-weight: 800;
  color: var(--textmain02);
  line-height: 64px;
}
.maintenancesec3 p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: var(--textsub03);
}
.content-maintenancesec3 {
  position: relative;
  z-index: 1;
}
.maintenancesec4 .item-card {
  border-radius: 24px;
  box-shadow: 4px 4px 15px 0px #00000014;
}
.maintenancesec4 .title-sub,
.developmentsec4 .title-sub,
.developmentsec5 .title-sub {
  font-size: 48px;
  font-weight: 800;
  line-height: 100%;
  color: var(--black);
}
.maintenancesec4 > div > p {
  font-size: 18px;
  font-weight: 400;
  color: var(--textsub02);
  line-height: 150%;
}
.maintenancesec4 .title-sub span {
  color: var(--maincolor02);
}
.developmentsec3 .title-sub span,
.developmentsec4 .title-sub span {
  color: var(--maincolor);
}

.maintenancesec4 .list-domain .col:nth-child(1) .item-card,
.maintenancesec4 .list-domain .col:nth-child(3) .item-card,
.maintenancesec4 .list-domain .col:nth-child(5) .item-card {
  background-color: #d8efc8;
}
.maintenancesec4 .list-domain .col:nth-child(2) .item-card {
  background-color: #d9d9d9;
}
.maintenancesec4 .list-domain .col:nth-child(4) .item-card {
  background-color: #e4e8e9;
}
.maintenancesec4 .list-domain .col:nth-child(6) .item-card {
  background-color: #b5d9d1;
}
.maintenancesec4 .item-card .top-card {
  padding-top: 24px;
  padding-bottom: 24px;
}
.maintenancesec4 .item-card .bottom-card {
  padding: 30px 24px;
  background-color: #fff;
}
.maintenancesec4 .item-card .bottom-card h5 {
  font-size: 24px;
  font-weight: 800;
  color: var(--black);
}
.maintenancesec4 .item-card .bottom-card p {
  font-size: 18px;
  font-weight: 400;
  color: var(--textsub01);
  line-height: 28px;
}
.faq {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #fff;
}
.list-faq {
  margin-top: 45px;
}
.list-faq .item-faq .btn-toggle {
  width: 34px;
  height: 34px;
  background: url(./../images/plus-circle.svg) center / cover no-repeat;
}
.list-faq .item-faq .btn-toggle.active {
  background: url(./../images/minus-circle.svg) center / cover no-repeat;
}
.list-faq .btn-toggle[aria-expanded="true"]:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.list-faq .btn-toggle[aria-expanded="true"]:after {
  transform: translatey(-50%) rotate(0);
}
.list-faq .item-faq .collapse {
  display: none;
}
.list-faq .item-faq:first-child .collapse {
  display: block;
}
.list-faq .item-faq:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaecf0;
}
.list-faq .item-faq h5 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 0;
}
.logoSwiperPc {
  padding: 0 15px;
}
.list-faq .item-faq p {
  font-size: 16px;
  font-weight: 300;
  color: #667085;
}
.title-faq h4 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  color: var(--black);
}
.title-faq p {
  font-size: 16px;
  font-weight: 400;
  color: #667085;
  line-height: 30px;
}
.list-qa-testing h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  color: var(--black);
}
.list-qa-testing > div > p {
  color: var(--textsub01);
}
.list-qa-testing > div > div > div > p {
  max-width: 960px;
}
.list-qa-testing p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: var(--spacing);
  color: var(--black);
  line-height: 150%;
  letter-spacing: 0.025rem;
}
.developmentsec2 {
  background-color: #fff;
}
.list-developer .swiper-slide {
  padding: 32px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 4px 4px 16px 0px #0000000a;
  min-width: 512px;
  height: 100%;
}
.list-developer .swiper-slide h4 {
  font-size: 24px;
  font-weight: 800;
  color: var(--textmain02);
}
.list-developer img {
  min-height: 90px;
}
.list-developer .swiper-slide div {
  font-size: 18px;
  font-weight: 400;
  color: var(--textsub03);
  max-width: 450px;
}
.developmentsec4 > div {
  position: relative;
}
.developmentsec4 .swiper-button {
  position: absolute;
  right: 100px;
  bottom: 20px;
}
.developmentsec4 .swiper-button i:first-child {
  margin-right: 15px;
}
.developmentsec4 .swiper-button i.swiper-button-disabled {
  opacity: 40%;
}
.developmentsec4 .swiper-button i {
  backdrop-filter: blur(24px);
  background: #a9b9b94d;
  padding: 12px;
  border-radius: 80px;
  color: var(--maincolor);
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}

@media only screen and (min-width: 1601px and max-width: 1701px) {
  .list-developer {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1700px and max-width: 1800px) {
  .list-developer {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1801px) {
  .list-developer {
    margin-left: 150px;
  }
}
@media only screen and (max-width: 1600px) {
  .list-developer {
    padding-left: 15px;
    margin-left: 0;
  }
}
.contactsec2 h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  color: var(--black);
}
.contactsec1 .contact-right img {
  border-radius: 24px;
}
.contactsec1 .contact-right i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 80px;
  backdrop-filter: blur(24px);
  background: #a9b9b94d;
  color: var(--maincolor02);
  font-size: 20px;
  margin-bottom: 20px;
}
.contactsec1 .contact-right h5,
.contactsec1 .contact-right p,
.contactsec1 .contact-right a {
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  line-height: 150%;
}
.contactsec1 .contact-right p {
  color: var(--textsub01);
  font-weight: 500;
}
.contactsec1 .contact-right a {
  font-weight: 600;
  color: var(--maincolor02);
  text-decoration: underline;
  text-decoration-color: #778b8c;
  text-underline-offset: 1px;
}
.contactsec1 .contact-left {
  padding: 24px 24px 0 24px;
  border-radius: 24px;
  box-shadow: 4px 4px 20px 0px #0000000a;
  background-color: #fff;
}
.contactsec1 .contact-left span.title-bg.bg-color-title {
  font-size: 18px;
}
.contactsec1 .contact-left > h3 {
  font-size: 40px;
  font-weight: 800;
  line-height: 64px;
  color: var(--black);
}
.contactsec1 .contact-left > p {
  font-size: 18px;
  font-weight: 400;
  color: var(--textsub01);
  line-height: 28px;
}
.contactsec1 .contact-left form label {
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  line-height: 150%;
}
.contactsec1 .contact-left form input:focus,
.contactsec1 .contact-left form textarea {
  outline: none !important;
  box-shadow: unset;
}
.contactsec1 .contact-left form input {
  padding: 12px 16px 12px 0;
}
.contactsec1 .contact-left form input:not(input[type="submit"]),
.contactsec1 .contact-left form textarea {
  color: var(--textsub01);
  font-size: 18px;
  font-weight: 500;
}
.contactsec1 .contact-left form input:not(input[type="submit"]) {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  border: 1.5px solid #d4d8d8;
  border-left: unset !important;
}
.contactsec1 .contact-left form span {
  border-right: unset !important;
  border-radius: 12px;
  /* border: 1.5px solid #d4d8d8; */
  background-color: transparent !important;
  color: var(--maincolor02);
  font-size: 18px;
}
.contactsec1 .contact-left form textarea {
  min-height: 100px;
  border-radius: 12px;
  border: 1.5px solid #d4d8d8;
  padding: 12px 16px;
}
.contactsec1 .contact-left input[type="submit"] {
  background-color: #718c8c;
  border-radius: 80px;
  padding: 12px 64px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: unset;
}
.contact-main {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 30px;
}
.list-brand img.img-brand {
  height: 40px;
  margin-bottom: 12px;
}
.contactsec2 .title-bg.bg-color-title {
  margin-bottom: 20px;
}
.list-developer {
  margin-top: 45px;
  padding-bottom: 20px;
}
.logoSwiper {
  width: 100%;
  max-width: 1352px;
  margin: 0 auto 32px !important;
}
.logoSwiper .logo-slider-img {
  max-width: 160px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
footer .container-sub img {
  margin-right: 16px;
}

#sec-contact-frm .post__content {
  padding: 0;
}
#sec-contact-frm .form-contact .contact-form-group .contact-form-input {
  border: 1.5px solid #d4d8d8 !important;
  height: 53px;
  border-radius: 12px !important;
  padding: 12px 16px !important;
}
#sec-contact-frm .form-contact .contact-form-group {
  margin: 16px 0 !important;
}
#sec-contact-frm .contact-form-group .contact-button {
  float: right;
  background-color: #718c8c;
  border-radius: 80px;
  padding: 12px 64px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: unset;
}
#popup .popup-btn {
  padding: 8px 16px;
}
#sec-contact-frm
  .form-contact
  .contact-form-group
  input[type="checkbox"].contact-form-input {
  height: 34px;
  border-radius: 0 !important;
  margin-right: 12px;
}
#sec-contact-frm .form-check {
  display: flex;
  align-items: center;
}
#sec-contact-frm .contact-form .form-check {
  width: 0;
  height: 0;
  opacity: 0;
}
#sec-contact-frm .contact-form .contact-form-group {
  position: relative;
}
#sec-contact-frm .contact-form .contact-button {
    height: 48px !important;
    position: absolute;
    right: 0;
    top: 10px;
}


/* home layout css */
.home-transition-transform-hover {
  transform: translateY(0);
  transition: transform 0.5s ease, box-shadow 1s ease;
}

.home-transition-transform-hover:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

/* màu hiệu ứng: mặc định lấy màu giao diện của bạn nếu có, fallback xanh */
#contact-fixed { --cf: var(--maincolor02, #0ea5e9); }

/* anchor cần position để dựng halo bằng ::after */
#contact-fixed > div > a.cf-attn {
    position: relative;
    isolation: isolate;
    transition: transform .25s ease, box-shadow .25s ease;
}

/* icon được bóng “theo hình” (khác box-shadow hình chữ nhật) */
#contact-fixed > div > a.cf-attn img {
    transition: transform .25s ease, filter .25s ease;
}

/* HALO bằng radial-gradient — tạo quầng sáng mềm khi hover */
#contact-fixed > div > a.cf-attn::after{
    content:"";
    position:absolute; inset:-10px; border-radius: 999px; pointer-events:none;
    background:
        radial-gradient(circle at 50% 50%,
        color-mix(in oklab, var(--cf) 70%, white 0%) 0%,
        color-mix(in oklab, var(--cf) 35%, transparent) 35%,
        transparent 70%);
    opacity: 0; transform: scale(.6);
}

/* HOVER: chạy 2 animation song song — wiggle (rung) + halo (tỏa) */
#contact-fixed > div > a.cf-attn:hover{
    transform: translateY(-3px);
    /*animation: cf-wiggle .9s ease-in-out infinite;*/
    box-shadow: 0 14px 28px color-mix(in oklab, var(--cf) 25%, rgba(0,0,0,.18));
}
#contact-fixed > div > a.cf-attn:hover img{
    transform: scale(1.06) rotate(-6deg);
    filter: drop-shadow(0 8px 12px rgba(0,0,0,.22));
}
#contact-fixed > div > a.cf-attn:hover::after{
    animation: cf-halo 1.2s ease-out infinite;
}

/* KEYFRAMES */
@keyframes cf-wiggle {
    0%   { transform: translateY(-3px) rotate(0); }
    20%  { transform: translateY(-5px) rotate(-6deg); }
    40%  { transform: translateY(-2px) rotate(4deg); }
    60%  { transform: translateY(-4px) rotate(-3deg); }
    80%  { transform: translateY(-3px) rotate(2deg); }
    100% { transform: translateY(-3px) rotate(0); }
}
@keyframes cf-halo {
    0%   { opacity:.0; transform: scale(.6); }
    25%  { opacity:.9; }
    100% { opacity:0; transform: scale(1.5); }
}

/* A11y: nếu user chọn reduce motion -> tắt chuyển động mạnh */
@media (prefers-reduced-motion: reduce){
    #contact-fixed > div > a.cf-attn,
    #contact-fixed > div > a.cf-attn:hover{
        animation: none !important;
        transform: none !important;
        box-shadow: none !important;
    }
    #contact-fixed > div > a.cf-attn::after{ opacity: 0 !important; }
}

/* Kích thước “huy hiệu” tròn – bạn có thể tinh chỉnh */
.link-body-emphasis.ring-spin{
    --ring-color: #196264;                 /* xanh thương hiệu (sửa theo ý) */
    --ring-size: 52px;                      /* kích thước nút tròn như screenshot */
    --ring-width: 2px;                      /* bề dày vòng chạy */
    --speed: 150s;                          /* tốc độ quay (tăng số => chậm hơn) */

    position: relative;
    display: inline-flex;
    width: var(--ring-size); height: var(--ring-size);
    align-items: center; justify-content: center;
    border-radius: 50%;
    background: #fff;                        /* nền trong lòng nút */
    text-decoration: none;
    box-shadow: 0 3px 12px rgba(0,0,0,.12);  /* đổ bóng nhẹ cho huy hiệu */
    overflow: visible;
}

/* Icon bên trong: giữ tỉ lệ, có bóng theo hình (drop-shadow) */
.link-body-emphasis.ring-spin img{
    width: 24px; height: 24px; display: block;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,.18));       /* bóng theo alpha icon */
} /* drop-shadow bám theo hình ảnh, khác với box-shadow hình chữ nhật. :contentReference[oaicite:1]{index=1} */

/* VÒNG QUAY – vẽ bằng conic-gradient rồi mask để chỉ còn viền mảnh */
.link-body-emphasis.ring-spin::before{
    content:"";
    position:absolute; inset: 0;
    border-radius: 50%;
    background:
        conic-gradient(from 0turn,
        var(--ring-color),
        rgba(34,197,94,0) 35%,
        color-mix(in oklab, var(--ring-color), #16a34a) 70%,
        var(--ring-color));                                   /* conic gradient quay quanh tâm. :contentReference[oaicite:2]{index=2} */
    /* “Đục rỗng” để chỉ còn viền: dùng mask khoét phần giữa */
    -webkit-mask: radial-gradient(closest-side, transparent calc(100% - var(--ring-width)), #000 calc(100% - var(--ring-width)));
    mask: radial-gradient(closest-side, transparent calc(100% - var(--ring-width)), #000 calc(100% - var(--ring-width))); /* CSS masking. :contentReference[oaicite:3]{index=3} */
    animation: spin-ring var(--speed) linear infinite;       /* quay vô hạn */
}

@keyframes spin-ring{ to{ transform: rotate(1turn); } }     /* @keyframes tiêu chuẩn. :contentReference[oaicite:4]{index=4} */

/* Hiệu ứng hover: tăng sáng & tăng tốc nhẹ */
.link-body-emphasis.ring-spin:hover::before{
    animation-duration: calc(var(--speed) * .6);
    filter: brightness(1.3);
}

/* Tôn trọng người dùng muốn giảm chuyển động */
@media (prefers-reduced-motion: reduce){
    .link-body-emphasis.ring-spin::before{ animation: none; }
}
.custom-hover:hover{
    color: darkcyan;
}
}