:root {
  --outline-color-default: #80838D;
  --var-color-dark: #1C2024;
  --var-color-blue: #0D74CE;
  --var-neutral-01: #FCFCFD;
  --outline-width-default: 1px;
  --outline-offset-default: -1px;
  --text-sm: 10px;
  --text-14: 14px;
  --text-md: 16px;
  --text-lg: 24px;
  --text-xl: 20px;
  --text-3xl: 39px;
  --text-2xl: 30px;
  --gradient-primary: linear-gradient(205deg, #00a0df 1.8%, #0251ab 100.83%);
}
.w-100px{
  width: 100px;
}
.text-3xxl{
  font-size: 39px;
}
.w-150{
  width: 150px;
}
.w-572{
  width: 572px;
}
.w-624{
  width: 624px;
}
.text-14{
  font-size: var(--text-14);
}
.text-xl-20{
  font-size: var(--text-xl);
}
.text-lg-30{
  font-size: var(--text-lg);
  flex: 1 0 0;
}
.text-lg-24{
  font-size: var(--text-lg);
}
.w-202{
  width: 202px;
}
.w-64{
  width: 64px;
}
.w-12{
  width: 12px;
}
.w-90{
  width: 90%;
}
.w-96{
  width: 96px;
}
.w-1440{
  width: 1440px;
}
.w-406{
  width: 406px;
}
.w-296{
  width: 296px;
}
.w-515{
  max-width: 515px;
}
.w-514{
  width: 514px;
}
.w-328{
  width: 328px;
}
.w-594{
  width: 594px;
}
.w-32{
  width: 32px;
}
.w-50{
  width: 40px;
}   
.w-625{
  width: 625px;
}
.w-1280{
  width: 1280px;
  max-width: 1280px;
}
.w-1062{
  width: 1062px;
}
.w-200{
  width: 200px;
}
.w-300{
  width: 300px;
}
.min-w-300{
  min-width: 300px;
}
.w-500{
  max-width: 500px
}
.w-734{
  width: 734px;
  max-width: 734px;
}
.w-1650{
  width: 1650px;
}
.min-h-72{
  min-height: 72vh;
}
.w-800 {
  width: 1000px;
}
.h-450 {
  height: 450px;
}
.h-80{
  height: 80px;
}
.h-50{
  height: 40px;
}
.h-32{
  height: 32px;
}
.h-64{
  height: 64px;
}
.h-202{
  height: 202px;
}
.h-96{
  height: 96px;
}
.h-282{
  height: 282px;
}
.h-200{
  height: 200px;
}
.h-700{
  height: 700px;
}
.h-338{
  height: 338px;
}
.h-595{
  height: 595px;
}
.h-225{
  height: 225px;
}
.h-467{
  height: 467px;
}
.h-300{
  height: 300px;
}
.h-480{
  min-height: 480px
}
.h-2222{
  height: 2222px;
}
.t-428{
  top: 428px;
}
.top-264 {
  top: 264px;
}
.h-12{
  height: 12px;
}
.min-h-333{
  min-height: 333px;
}
.h-1650{
  height: 1650px;
}
.bg-orange{
  background: #F76B15;
}
.bg-light-transparent {
  background: rgba(252, 252, 253, 0.9);
  
}

.caption-one {
  background: linear-gradient(180deg, rgba(184, 21, 0, 0.1), rgba(184, 21, 0, 0.6));
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: all 0.3s ease;
}

.caption-one:hover .read-status {
  display: block !important;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.card-hover:hover .read-status {
  display: inline-block !important;
}
.caption-title {
  font-weight: bold;
  font-size: 1.25rem;
}

.bg-form-color{
  background: linear-gradient(0deg, rgba(2, 81, 171, 0.5) 0%, rgba(2, 81, 171, 0.5) 100%),;
}
.backdrop-blur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* để hỗ trợ Safari */
}
.bg-opacity-80 {

  background: rgba(252, 252, 253, 0.9);
}
.min-h-70{
  min-height: 75vh;
}
.radius-100{
  border-radius: 100px;
}
.t-96{
  top: 96px;
}
.t-571 {
  top: 571px;
}
.t-56{
  top: 56px;
}
.t-64{
  top: 64px;
}
.t-370{
  top: 370px;
}
.t-172{
  top: 172px;
}
.t-0{
  top: 0px;
}
.t-63-5{
  top: 63.5px;
}
.t-100{
  top: 100px;
}
.top-1085{
  top: 1085px;
}
.l-84 {
  left: 84px;
}
.l-80{
  left: 80px;
}
.l-77 {
  left: 77px;
}
.l-435{
  left: 435px;
}
.l-109{
  left: 109px;
}
.l-736{
  left: 736px;
}
.l-328{
  left: 328px;
}
.l-560{
  left: 560.50px;
}
.l-0{
  left: 0px;
}
.l-845{
  left: 845px;
}
.l-105{
  left: -105px;
}
.l-189 {
  left: 189px;
}
.p-160{
  padding-top: 160px;
}
.g-112{
  gap: 112px;
}
.outline-default {
  outline: var(--outline-width-default) solid var(--outline-color-default);
  outline-offset: var(--outline-offset-default);
}
.outline-light{
  outline: 1px solid #FCFCFD;
  outline-offset: -1px;
}
.line-height-24{
  line-height: 24px;
}
.line-height-40{
  line-height: 40.30px;
}
.font-w-700 {
  font-weight: 700 !important;
}

.font-w-500 {
  font-weight: 500 !important;
}

.line-height-31-2 {
  line-height: 31.2px;
}
.word-wrap{
  word-wrap: break-word;
}
.w-275 {
  width: 275px;
}
.text-dark{
  color: var(--var-color-dark);
}
.bg-color{
  background-color: #0D74CE;
}
.text-md{
  font-size: var(--text-md);
}
.text-white{
  color: #FCFCFD;
}
.border-radius-12{
  border-radius: 12px;
}
.border-radius-24{
  border-radius: 24px;
}
.h-697{
  height: 697px;
}
.gap-20{
  gap: 20px;
}
.bg-gradient{
  background: linear-gradient(0deg, rgba(2, 81, 171, 0.50) 0%, rgba(2, 81, 171, 0.50) 100%);
}
.bg-gradient-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(184, 21, 0, 0.2) 20%, rgba(184, 21, 0, 0.7) 100%);
}
.bg-gradient-circle-2 {
  background: radial-gradient( #00A0DF 0%, #0251AB 100%);
}
.bg-gradient-circle-3 {
  background: radial-gradient(circle at center, #00A0DF 35%, #014B9E 120%);
}
/* ===== Ảnh chồng – desktop (≥992px) ===== */
.stack.img-desk-1{position:absolute;top:0;    left:50%; width:296px;height:338px;border-radius:.75rem;}
.stack.img-desk-2{position:absolute;top:56px; left:0;   width:296px;height:282px;border-radius:.75rem;}
.stack.img-desk-3{position:absolute;top:370px;left:109px;width:406px;height:225px;border-radius:.75rem;}

.text-secondary{
  color: #60646C;
}
.text-black{
  color: #000;
}
.opacity-75{
  opacity: 0.75;
}
.icon-star {
  color: #F76B15;
}
.icon-star::before {
  content: '★';
}
.hover-blue:hover {
  color: #00A0DF;
  cursor: pointer;
}
.rounded-circle:hover {
  transform: scale(1.05);
  transition: 0.3s ease;
}
.card-hover {
transition: all 0.3s ease-in-out;
}
.card-hover:hover {
box-shadow: 0 12px 24px rgba(209, 213, 214, 0.3); /* bóng xanh nhẹ bên dưới */
transform: translateY(-4px); /* nổi lên một chút */
}
.logos img {
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.logos img.active {
  opacity: 1;
  transform: scale(1.05);
}
.object-fit{
  object-fit: cover;
}
.about-section-wrapper {
  align-self: stretch;
  overflow: hidden;
}
.gap-64{
  gap: 64px;
}
.line-height-20-8{
  line-height: 20.8px;
}
.line-height-21 {
  line-height: 21px;
}
.statusdot {
  cursor: pointer;
  transition: background 0.3s;
}
.statusdot:nth-child(2) {
  background: #FFFFFF;
}
.statusdot:first-child,
.statusdot:last-child {
  background: rgba(252, 252, 253, 0.50);
}
.statusdot.active {
  background: inherit;
}
.cursor-not-allow {
  cursor: not-allowed;
}
.case-studies-section-full {
  justify-items: center;
}
.gap--4{
  gap: var(--4);
}
.line-height-130{
  line-height: 130%;
}
.line-height-150{
  line-height: 150%;
}
.rating-avt{
  width: 50px;
  height: 50px;
}
.background-gradient{
  background: var(--gradient-primary);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}  
.connect-text-p{
  max-width:640px; 
  margin-left:auto;
  margin-right:auto;
}
.t-64{
  margin-top: 64px;
}
.bottom-64{
  margin-bottom: 64px;
}
.gap--28{
  gap: var(--28, 112px);
}
.w-440{
  width: 440px;
}
.gap--8 {
  gap: var(--8, 32px);
  flex-shrink: 0;
}
.mt--200{
  margin-top: -200px;
}
.mt-64{
  margin-top: 64px;
}
.image-wrapper-one {
  width: fit-content;
}
.image-wrapper-one img {
  display: block;
  height: auto;
}
.sateco-logo-one {
  padding: 15px;
  border-bottom-left-radius: 8px;
}
.logos-one {
  display: flex;
  flex-direction: row;

  gap: 20px;
  flex: 1 0 0;
}
.logos-one::-webkit-scrollbar{
  display: none;
}
.logos-one .item-img {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease;
  padding-top: 8px;
  border-top: 2px solid transparent;
}
.logos-one .item-img.active {
  opacity: 1;
  border-top: 2px solid #B81500;
}
.logos-one img{
  object-fit: scale-down;
}

.logos-one .item-img:hover {
  opacity: 0.8;
}
.caption-one {
  bottom: 16px;
  color: var(--var-neutral-01, #FCFCFD);
  padding: 8px 12px;
}
.testimonial-item {
  opacity: 0.75;
  transition: all 0.3s ease-in-out;
}

.testimonial-item.slick-center {
  opacity: 1;
  transform: scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.center-card .slick-slide{
  margin: 0 30px;
}
.mission-img {
  width: 100%;
  max-width: 629px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}  
.avtar-img{
  width: 50px;
  height: 50px;
}
.slick-slide {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.slick-center {
  opacity: 1 !important;
  transform: scale(1.05);
}
.custom-transform-img {
  transform: translate(328px, 0px); /* Thay cho left: 328px */
  position: relative; /* giữ nguyên dòng chảy tài liệu */
}
.avatar-stack .avatar-img {
  margin-left: -12px;
  transition: z-index 0.2s ease;
}

.avatar-stack .avatar-img:first-child {
  margin-left: 0;
}

.avatar-stack .avatar-img:hover {
  z-index: 1;
}
.text-justify{
  text-align: justify !important;
}
