.elementor-2901 .elementor-element.elementor-element-91e328f{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2901 .elementor-element.elementor-element-88a577f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2901 .elementor-element.elementor-element-afdbfb6{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-2901 .elementor-element.elementor-element-4ef195e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2901 .elementor-element.elementor-element-2235d61{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2901 .elementor-element.elementor-element-0540dda{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2901 .elementor-element.elementor-element-0540dda.e-con{--align-self:flex-end;--flex-grow:0;--flex-shrink:0;}.elementor-2901 .elementor-element.elementor-element-74ea4bf{width:100%;max-width:100%;}.elementor-2901 .elementor-element.elementor-element-73bbf07{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2901 .elementor-element.elementor-element-db1fffb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-2901 .elementor-element.elementor-element-afdbfb6{--content-width:1299px;}.elementor-2901 .elementor-element.elementor-element-2235d61{--content-width:1299px;}.elementor-2901 .elementor-element.elementor-element-0540dda{--content-width:1299px;}.elementor-2901 .elementor-element.elementor-element-73bbf07{--content-width:1299px;}.elementor-2901 .elementor-element.elementor-element-db1fffb{--content-width:1299px;}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for html, class: .elementor-element-a1a6318 *//* =========================
   HERO SECTION
========================= */

html,
body {
  overflow-x: hidden;
}

.air-hero-section {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.air-hero-wrap {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

/* Ảnh nền lớn */
.air-bg {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

/* Ảnh trung tâm */
.air-main {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;

  width: auto;
  max-width: 74%;
  height: auto;

  transform: translateX(-50%);
  pointer-events: none;
}

/* Khói phía dưới */
.air-smoke {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;

  width: 100%;
  height: auto;
  pointer-events: none;
}

/* =========================
   TEXT HIỂN THỊ
========================= */

.air-hero-copy {
      position: absolute;
    left: 50%;
    bottom: 14%;
    transform: translate(-50%, 0%);
    z-index: 6;
    width: 92%;
    max-width: 980px;
    text-align: center;
    pointer-events: none;
}

.air-brand-text {
  margin: 0 0 4px;
  font-family: "Roboto", Arial, sans-serif;
 font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.1;
  font-weight: 900;
  color: #0052a8;
  text-transform: uppercase;
  letter-spacing: -0.3px;

  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.95),
    0 5px 14px rgba(255, 255, 255, 0.95);

  opacity: 0;
  transform: translateY(34px);
  animation: airCopyUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.12s;
}

.air-hero-copy h1 {
  margin: 0;
  padding: 0;

  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(28px, 3.2vw, 52px);
  line-height: 1.08;
  font-weight: 900;
  color: #0052a8;
  text-transform: uppercase;
  letter-spacing: -0.8px;

  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.95),
    0 5px 14px rgba(255, 255, 255, 0.95);

  opacity: 0;
  transform: translateY(38px);
  animation: airCopyUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.24s;
}

@keyframes airCopyUp {
  from {
    opacity: 0;
    transform: translateY(38px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   5 BOX CHỨC NĂNG
========================= */

.air-feature-list {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 7;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2%;

  width: 100%;
  max-width: 72%;

  transform: translateX(-50%);
}

.air-feature-list img {
  display: block;

  width: auto;
  max-width: 19%;
  height: auto;

  opacity: 0;
  transform: translateY(35%);
  animation: airBoxUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.air-feature-list img:nth-child(1) {
  animation-delay: 0.6s;
}

.air-feature-list img:nth-child(2) {
  animation-delay: 0.9s;
}

.air-feature-list img:nth-child(3) {
  animation-delay: 1s;
}

.air-feature-list img:nth-child(4) {
  animation-delay: 1.3s;
}

.air-feature-list img:nth-child(5) {
  animation-delay: 1.6s;
}

@keyframes airBoxUp {
  from {
    opacity: 0;
    transform: translateY(35%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {
  .air-main {
    max-width: 84%;
  }


  .air-brand-text {
    font-size: clamp(16px, 2.6vw, 26px);
  }

  .air-hero-copy h1 {
    font-size: clamp(23px, 4vw, 38px);
    line-height: 1.1;
  }

  .air-feature-list {
    bottom: 3.8%;
    max-width: 82%;
    gap: 1%;
  }

  .air-feature-list img {
    max-width: 19%;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .air-main {
    max-width: 132%;
    top: 0;
  }

  .air-smoke {
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
  }


  .air-brand-text {
    font-size: clamp(14px, 4.5vw, 20px);
    margin-bottom: 3px;
  }

  .air-hero-copy h1 {
    font-size: clamp(18px, 5.8vw, 26px);
    line-height: 1.15;
    letter-spacing: -0.4px;
  }

  .air-feature-list {
    bottom: 2.5%;
    max-width: 94%;
    flex-wrap: wrap;
    gap: 2%;
  }

  .air-feature-list img {
    max-width: 46%;
    margin-bottom: 2%;
  }

  .air-feature-list img:nth-child(5) {
    max-width: 56%;
  }
}

/* =========================
   MOBILE NHỎ
========================= */

@media (max-width: 420px) {
  .air-main {
    max-width: 145%;
  }


  .air-brand-text {
    font-size: 14px;
  }

  .air-hero-copy h1 {
    font-size: 19px;
  }

  .air-feature-list {
    bottom: 2%;
    max-width: 96%;
  }

  .air-feature-list img {
    max-width: 47%;
  }

  .air-feature-list img:nth-child(5) {
    max-width: 62%;
  }
}

/* Tắt animation nếu người dùng không muốn chuyển động */
@media (prefers-reduced-motion: reduce) {
  .air-brand-text,
  .air-hero-copy h1,
  .air-feature-list img {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* =========================
   MOBILE NGANG / MÀN NHỎ 480 - 767px
   Thu nhỏ 5 box để không bị quá to
========================= */

@media (min-width: 480px) and (max-width: 767px) {
  .air-main {
    max-width: 112%;
  }

  .air-hero-copy {
    bottom: 25% !important;
        width: 94% !important;
        z-index: 8 !important;
        transform: translate(-50%, 0%);
  }

  .air-brand-text {
    font-size: 16px;
  }

  .air-hero-copy h1 {
    font-size: 22px;
  }

  .air-feature-list {
    bottom: 5%;
    max-width: 78%;
    gap: 10px;
    flex-wrap: wrap;
  }

  .air-feature-list img {
    max-width: 30%;
    margin-bottom: 6px;
  }

  .air-feature-list img:nth-child(5) {
    max-width: 32%;
  }
}

/* Mobile ngang / màn 480–767px: đẩy text lên, tránh bị box đè */
@media (min-width: 480px) and (max-width: 767px) {
  .air-hero-copy {
   bottom: 25% !important;
        width: 94% !important;
        z-index: 8 !important;
        transform: translate(-50%, 0%);
  }

  .air-brand-text {
    font-size: 15px !important;
    margin-bottom: 2px !important;
  }

  .air-hero-copy h1 {
    font-size: 20px !important;
    line-height: 1.1 !important;
  }

  .air-feature-list {
    bottom: 5.5% !important;
    z-index: 9 !important;
    max-width: 72% !important;
    gap: 8px 12px !important;
  }

  .air-feature-list img {
    max-width: 34% !important;
    margin-bottom: 5px !important;
  }

  .air-feature-list img:nth-child(5) {
    max-width: 36% !important;
  }
}

/* Mobile nhỏ ngang / màn khoảng 421px - 479px */
@media (min-width: 321px) and (max-width: 479px) {
  .air-main {
    max-width: 70% !important;
    top: 0 !important;
  }

  .air-smoke {
    width: 110% !important;
  }

  .air-hero-copy {
    bottom: 25% !important;
        width: 94% !important;
        z-index: 8 !important;
        transform: translate(-50%, 0%);
  }

  .air-brand-text {
    font-size: 13px !important;
    margin-bottom: 1px !important;
  }

  .air-hero-copy h1 {
    font-size: 17px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.2px !important;
  }

  .air-feature-list {
    bottom: 4% !important;
    max-width: 72% !important;
    gap: 6px 8px !important;
    flex-wrap: wrap !important;
    z-index: 9 !important;
  }

  .air-feature-list img {
    max-width: 34% !important;
    margin-bottom: 4px !important;
  }

  .air-feature-list img:nth-child(5) {
    max-width: 38% !important;
  }
}


/* =========================
   FIX 5 BOX LUÔN 1 HÀNG
   TABLET + MOBILE
   Chỉ ảnh hưởng 5 ảnh con bên dưới
========================= */

@media (max-width: 1024px) {
  .air-feature-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    max-width: 96% !important;
    gap: 1.2% !important;
  }
  .air-hero-copy {
    position: absolute;
    left: 50%;
    bottom: 20%;
      
  }
.air-main {
        max-width: 84% !important;
    }
  .air-feature-list img {
    flex: 0 0 auto !important;
    width: 14.5% !important;
    max-width: 18.5% !important;
    height: auto !important;
    margin-bottom: 0 !important;
  }

  .air-feature-list img:nth-child(5) {
    width: 18.5% !important;
    max-width: 18.5% !important;
  }
}

/* Mobile nhỏ: vẫn giữ đủ 5 box trên 1 hàng */
@media (max-width: 767px) {
    .air-main {
        max-width: 70% !important;
    }
  .air-feature-list {
    bottom: 2.8% !important;
    max-width: 98% !important;
    gap: 0.8% !important;
    flex-wrap: nowrap !important;
  }

  .air-feature-list img {
    width: 19% !important;
    max-width: 19% !important;
    margin-bottom: 0 !important;
  }

  .air-feature-list img:nth-child(5) {
    width: 19% !important;
    max-width: 19% !important;
  }
}

/* Màn rất nhỏ */
@media (max-width: 420px) {
  .air-feature-list {
    bottom: 2.5% !important;
    max-width: 99% !important;
    gap: 0.5% !important;
  }

  .air-feature-list img {
    width: 19.2% !important;
    max-width: 19.2% !important;
  }

  .air-feature-list img:nth-child(5) {
    width: 19.2% !important;
    max-width: 19.2% !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c3e9fe0 *//* =========================
   INTRO SECTION
========================= */

.intro-section {
  width: 100%;
  background: #ffffff;
  padding: clamp(56px, 7vw, 80px) 16px 20px;
  box-sizing: border-box;
}
.intro-container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.intro-container h2 {
  margin: 0 0 28px;

  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 28px);
  line-height: 52px;
  font-weight: 900;
  letter-spacing: -1px;

  color: #0052a8;
  text-transform: uppercase;
}

.intro-container h2::first-line {
  color: #43a9e8;
}

.intro-container p {
  max-width: 980px;
  margin: 0 auto;

  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(17px, 1.28vw, 16px);
  line-height: 1.65;
  font-weight: 400;

  color: #3f4650;
}

/* Hiệu ứng nhẹ từ dưới lên */
.intro-container h2,
.intro-container p {
  opacity: 0;
  transform: translateY(28px);
  animation: introFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.intro-container h2 {
  animation-delay: 0.1s;
}
.intro-title-mid {
  display: block;
  font-size: 0.92em;
}
.intro-container p {
  animation-delay: 0.25s;
}

@keyframes introFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {
  .intro-section {
    padding: 70px 18px;
  }

  .intro-container {
    max-width: 860px;
  }

  .intro-container h2 {
    font-size: clamp(30px, 5vw, 50px);
    line-height: 1.16;
    margin-bottom: 22px;
  }

  .intro-container p {
    max-width: 780px;
    font-size: 18px;
    line-height: 1.6;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .intro-section {
    padding: 52px 16px;
  }

  .intro-container h2 {
    font-size: clamp(25px, 7.3vw, 24px);
    line-height: 1.18;
    letter-spacing: -0.4px;
    margin-bottom: 18px;
  }

  .intro-container p {
    font-size: 16px;
    line-height: 1.6;
    max-width: 100%;
  }
}


@media (max-width: 567px) {


  .intro-container h2 {
    font-size: clamp(25px, 7.3vw, 24px);
    line-height: 1.18;
  }
}


/* =========================
   MOBILE NHỎ
========================= */

@media (max-width: 420px) {
  .intro-section {
    padding: 44px 14px;
  }

  .intro-container h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .intro-container p {
    font-size: 15px;
    line-height: 1.55;
  }
}

/* Tắt animation nếu người dùng không muốn chuyển động */
@media (prefers-reduced-motion: reduce) {
  .intro-container h2,
  .intro-container p {
    opacity: 1;
    transform: none;
    animation: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f91399 */```css
/* =========================
   HAZARD SECTION
========================= */

.hazard-section {
  width: 100%;
  background: #ffffff;
  padding: 34px 16px clamp(54px, 6vw, 90px);
  box-sizing: border-box;
  overflow: hidden;
}

.hazard-container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* =========================
   HEADING
========================= */

.hazard-heading {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.hazard-heading h2 {
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(24px, 2.8vw, 28px);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -0.6px;
  color: #0052a8;
  text-transform: uppercase;

  opacity: 0;
  transform: translateY(55px);
  animation: hazardSlowUp 1.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.08s;
  will-change: transform, opacity;
}

/* Icon gạch chân */
.hazard-line {
  display: block !important;
  width: auto !important;
  max-width: 150px !important;
  height: auto !important;
  margin: 12px auto 0 !important;

  opacity: 0;
  transform: translateY(28px);
  animation: hazardSlowUp 1.15s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.18s;
  will-change: transform, opacity;
}

.hazard-card-content img.hazard-line {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

/* =========================
   GRID
========================= */

.hazard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 16px);
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

/* =========================
   CARD
========================= */

.hazard-card {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  border-radius: 14px;
  cursor: pointer;
  box-sizing: border-box;

  opacity: 0;
  transform: translateY(65px);
  animation: hazardSlowUp 1.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  will-change: transform, opacity;
}

.hazard-card:nth-child(1) {
  animation-delay: 0.35s;
}

.hazard-card:nth-child(2) {
  animation-delay: 0.52s;
}

.hazard-card:nth-child(3) {
  animation-delay: 0.69s;
}

.hazard-card:nth-child(4) {
  animation-delay: 0.86s;
}

/* Ảnh trong card */
.hazard-card-img,
.hazard-card > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 14px;
  box-sizing: border-box;

  transition:
    transform 0.7s cubic-bezier(0.2, 0.65, 0.2, 1),
    filter 0.7s ease;
}

section.hazard-section {
    padding: 40px 0px;
}


/* =========================
   TEXT TRONG CARD
========================= */

.hazard-card-content {
  width: 100%;
  padding: 20px 12px 14px;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;

  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.92) 60%,
    rgba(255, 255, 255, 0) 100%
  );

  pointer-events: none;
}

.hazard-card-content h3 {
  margin: 0 0 6px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(24px, 2vw, 26px) !important;
  line-height: 1 !important;
  font-weight: 900;
  letter-spacing: -0.5px !important;
  color: #0052a8;
  text-transform: uppercase;

  opacity: 0;
  transform: translateY(18px);
  animation: hazardTextSoftUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  will-change: transform, opacity;
}

.hazard-card-content h3 sub {
  font-size: 0.5em;
  line-height: 0;
}

.hazard-card-content p {
  max-width: 96%;
  margin: 0 auto;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #244260;

  opacity: 0;
  transform: translateY(14px);
  animation: hazardTextSoftUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  will-change: transform, opacity;
}

/* Delay text từng card */
.hazard-card:nth-child(1) .hazard-card-content h3 {
  animation-delay: 0.55s;
}

.hazard-card:nth-child(1) .hazard-card-content p {
  animation-delay: 0.68s;
}

.hazard-card:nth-child(2) .hazard-card-content h3 {
  animation-delay: 0.72s;
}

.hazard-card:nth-child(2) .hazard-card-content p {
  animation-delay: 0.85s;
}

.hazard-card:nth-child(3) .hazard-card-content h3 {
  animation-delay: 0.89s;
}

.hazard-card:nth-child(3) .hazard-card-content p {
  animation-delay: 1.02s;
}

.hazard-card:nth-child(4) .hazard-card-content h3 {
  animation-delay: 1.06s;
}

.hazard-card:nth-child(4) .hazard-card-content p {
  animation-delay: 1.19s;
}

/* =========================
   HOVER EFFECT DESKTOP
========================= */

@media (hover: hover) {
  .hazard-card {
    transition:
      transform 0.35s ease,
      filter 0.35s ease,
      box-shadow 0.35s ease;
  }

  .hazard-card:hover {
    transform: translateY(-6px);
    filter: drop-shadow(0 14px 24px rgba(0, 82, 168, 0.16));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  }

  .hazard-card:hover .hazard-card-img {
    transform: scale(1.04);
    filter: brightness(1.06);
  }

  .hazard-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 50%;
    height: 100%;
    z-index: 3;

    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.12) 35%,
      rgba(255, 255, 255, 0.45) 50%,
      rgba(255, 255, 255, 0.12) 65%,
      rgba(255, 255, 255, 0) 100%
    );

    transform: skewX(-25deg);
    transition: left 0.9s ease;
    pointer-events: none;
  }

  .hazard-card:hover::before {
    left: 150%;
  }
}

/* =========================
   ANIMATION
========================= */

@keyframes hazardSlowUp {
  from {
    opacity: 0;
    transform: translateY(65px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hazardTextSoftUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

section.hazard-section {
    padding: 40px 15px;
}
/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {
  .hazard-section {
    padding: 30px 18px 70px;
  }

  .hazard-container {
    max-width: 860px;
  }

  .hazard-heading {
    margin-bottom: 34px;
  }

  .hazard-heading h2 {
    font-size: clamp(24px, 4vw, 36px);
  }

  .hazard-line {
    max-width: 130px !important;
    margin-top: 12px !important;
  }

  .hazard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .hazard-card {
    border-radius: 14px;
  }

  .hazard-card-img,
  .hazard-card > img {
    border-radius: 14px;
  }

  .hazard-card-content {
    padding: 18px 10px 13px;
  }

  .hazard-card-content h3 {
    font-size: clamp(24px, 4vw, 26px) !important;
    margin-bottom: 6px !important;
  }

  .hazard-card-content p {
        font-size: 14px;
        line-height: 24px;
    }
}

/* =========================
   MOBILE
   Giữ 2 box trên 1 hàng
========================= */

@media (max-width: 767px) {
    section.hazard-section {
        padding: 40px 15px;
    }
  .hazard-section {
    padding: 26px 10px 56px;
  }

  .hazard-container {
    max-width: 100%;
    overflow: hidden;
  }

  .hazard-heading {
    margin-bottom: 26px;
  }

  .hazard-heading h2 {
    font-size: clamp(22px, 6.5vw, 30px);
    letter-spacing: -0.3px;
    line-height: 40px;
  }

  .hazard-line {
    max-width: 115px !important;
    margin-top: 10px !important;
  }

  .hazard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }

  .hazard-card {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 12px;
  }

  .hazard-card-img,
  .hazard-card > img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
  }

  .hazard-card-content {
    padding: 14px 6px 10px;
  }

  .hazard-card-content h3 {
    font-size: clamp(20px, 6vw, 28px) !important;
    line-height: 1 !important;
    margin-bottom: 5px !important;
    letter-spacing: -0.4px !important;
  }

  .hazard-card-content p {
    max-width: 96%;
   font-size: 12.8px !important;
        line-height: 18px;
  }
}

/* =========================
   MOBILE NHỎ
   Vẫn giữ 2 box / hàng
========================= */


.blauberg-headline img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 130px;
}

@media (max-width: 567px) {
      .blauberg-headline img {
        width: 100%;
        height: auto;
        display: block;
        max-width: 130px;
    }
}
@media (max-width: 420px) {
  .hazard-section {
    padding: 24px 8px 48px;
  }

  .hazard-heading h2 {
    font-size: 22px;
  }

  .hazard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hazard-card {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 10px;
  }

  .hazard-card-img,
  .hazard-card > img {
    border-radius: 10px;
  }

  .hazard-card-content {
    padding: 12px 5px 9px;
  }

  .hazard-card-content h3 {
    font-size: clamp(18px, 6.8vw, 24px) !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }

  .hazard-card-content p {
    font-size: 12.8px !important;
        line-height: 18px;
  }
}

/* =========================
   MÀN RẤT NHỎ
   Vẫn cố giữ 2 box / hàng
========================= */

@media (max-width: 360px) {
  .hazard-section {
    padding-left: 6px;
    padding-right: 6px;
  }

  .hazard-grid {
    gap: 6px;
  }

  .hazard-card-content {
    padding: 10px 4px 8px;
  }

  .hazard-card-content h3 {
    font-size: clamp(16px, 6.5vw, 22px) !important;
  }

  .hazard-card-content p {
    font-size: 8px !important;
    line-height: 1.18;
  }
}

/* =========================
   ACCESSIBILITY
========================= */

@media (prefers-reduced-motion: reduce) {
  .hazard-heading h2,
  .hazard-line,
  .hazard-card,
  .hazard-card-content h3,
  .hazard-card-content p {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .hazard-card {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60c6ac8 */.blauberg-section {
  width: 100%;
  background: #ffffff;
  padding: 20px 0px;
  box-sizing: border-box;
  overflow: hidden;
}

.blauberg-wrap {
  margin: 0 auto;
  position: relative;
}

.blauberg-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blauberg-bg {
  width: 100%;
  display: block;
  height: auto;
}

.blauberg-headline img {
    max-width: none;
}

/* Headline nằm trong khung ảnh chính */
.blauberg-headline {
  position: absolute;
  top: 6%;
  left: 15%;
  width: clamp(250px, 28vw, 420px);
  z-index: 5;
}

.blauberg-headline img {
  width: 100%;
  height: auto;
  display: block;
}

/* Box text hạ thấp hơn */
.blauberg-text-box {
  position: absolute;
  left: 8%;
  top: 36%;
  width: clamp(260px, 30vw, 410px);
  z-index: 4;
}

.blauberg-text-box img {
  width: 100%;
  height: auto;
  display: block;
}

/* Animation */
.reveal-down,
.reveal-up {
  opacity: 0;
  will-change: transform, opacity;
}

.reveal-down {
  transform: translateY(-45px);
}

.reveal-up {
  transform: translateY(45px);
}

.reveal-down.is-visible {
  animation: titleDrop 0.95s cubic-bezier(.22, .9, .25, 1) forwards;
}

.reveal-up.is-visible {
  animation: boxRise 1s cubic-bezier(.22, .9, .25, 1) forwards;
  animation-delay: 0.14s;
}

@keyframes titleDrop {
  from {
    opacity: 0;
    transform: translateY(-45px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

/* Tablet */
@media (max-width: 991px) {
  .blauberg-headline {
    top: 5%;
    left: 13%;
    width: clamp(220px, 33vw, 330px);
  }

  .blauberg-text-box {
    left: 7%;
    top: 35%;
    width: clamp(220px, 34vw, 320px);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .blauberg-section {
    padding: 28px 12px;
  }

  .blauberg-bg {
    min-height: 260px;
    object-fit: cover;
    object-position: center center;
  }

  .blauberg-headline {
    top: 6%;
    left: 8%;
    width: 44%;
    max-width: 240px;
  }

  .blauberg-text-box {
    left: 6%;
    top: 34%;
    width: 48%;
  }
}
/* Mobile nhỏ */
@media (max-width: 567px) {
     .blauberg-headline img {
        max-width: 132px ;
    }
}


/* Mobile nhỏ */
@media (max-width: 480px) {
  .blauberg-section {
    padding: 24px 10px;
  }

  .blauberg-bg {
    min-height: 220px;
  }

  .blauberg-headline {
    top: 6%;
    left: 7%;
    width: 46%;
  }

  .blauberg-text-box {
    left: 5%;
    top: 35%;
    width: 52%;
  }
}
img{
    transition:
        transform .8s cubic-bezier(.2,.65,.2,1),
        filter .6s ease;
}

.elementor img:hover{
    transform: scale(1.04);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2235d61 *//* Fix mobile: thu nhỏ headline + đẩy box text lên */
@media (max-width: 767px) {
  .blauberg-headline {
    top: 5%;
    left: 9%;
    width: 38%;
    max-width: 175px;
  }

  .blauberg-text-box {
    left: 6%;
    top: 28%;
    width: 46%;
  }

  .blauberg-bg {
    min-height: 220px;
    object-fit: cover;
    object-position: center center;
  }
}

/* Mobile rất nhỏ */
@media (max-width: 480px) {
    .blauberg-headline img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 114px !important;
}
  .blauberg-headline {
    top: 5%;
    left: 9%;
    width: 36%;
    max-width: 155px;
  }

  .blauberg-text-box {
    left: 6%;
    top: 29%;
    width: 45%;
  }

  .blauberg-bg {
    min-height: 210px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-74ea4bf */.dtf-product-section {
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}

.dtf-product-wrap {
  margin: 0 auto;
  box-sizing: border-box;
}

.dtf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}

.dtf-row:last-child {
  border-bottom: none;
}

.dtf-cell {
  position: relative;
  box-sizing: border-box;
}

/*.dtf-cell:first-child {*/
/*  border-right: 1.5px solid #111;*/
/*}*/

/* Text */
.dtf-text {
  padding: clamp(26px, 3.2vw, 46px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #f8f9fa;
    border: 1px solid #eee;
}
.dtf-video video {
    border-radius: 14px;
}
.dtf-text h3 {
  margin: 0 0 24px;
  color: #050505;
  font-size: clamp(24px, 2.5vw, 26px);
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -0.4px;
  font-family: "Roboto", Arial, sans-serif;
}

.dtf-text p {
  margin: 0 0 22px;
      color: #0b4f9f;
  font-size: clamp(17px, 1.75vw, 16px);
  line-height:28px;
  font-weight: 400;
  
}

.dtf-text ul {
  margin: 4px 0 0 28px;
  padding: 0;
  background: #f3f3f3;
  padding: 14px 22px 14px 38px;
      font-family: "Roboto", Arial, sans-serif;
}

.dtf-text li {
      color: #0b4f9f;
  font-size: clamp(17px, 1.75vw, 16px);
  line-height: 28px;
  margin-bottom: 7px;
      font-family: "Roboto", Arial, sans-serif;
}

.dtf-text li:last-child {
  margin-bottom: 0;
}

/* Image */
.dtf-image {
  padding: 14px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.dtf-image img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  display: block;
  object-fit: cover;
  box-sizing: border-box;
  border-radius: 14px;
}

/* Animation */
.reveal-left,
.reveal-right {
  opacity: 0;
  will-change: transform, opacity;
}

.reveal-left {
  transform: translateX(-60px);
}

.reveal-right {
  transform: translateX(60px);
}
.dtf-text p {
    margin-bottom: 5px;
    font-family: "Roboto", Arial, sans-serif;
}
.reveal-left.is-visible,
.reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 0.95s ease,
    transform 0.95s cubic-bezier(.22, .9, .25, 1);
}

/* Delay nhẹ cho ảnh/text đi mượt hơn */
.dtf-row .dtf-cell:nth-child(2).is-visible {
  transition-delay: 0.12s;
}

/* Tablet */
@media (max-width: 991px) {
  .dtf-row {
    min-height: 360px;
  }

  .dtf-text {
    padding: 26px;
  }

  .dtf-text h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .dtf-text p,
  .dtf-text li {
    font-size: 18px;
  }

  .dtf-image img {
    min-height: 330px;
  }
}
.dtf-video {
  padding: 14px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.dtf-video video {
  width: 100%;
  height: 100%;
  min-height: 390px;
  display: block;
  object-fit: cover;
  box-sizing: border-box;
    border-radius: 14px;
}

/* Tablet */
@media (max-width: 991px) {
  .dtf-video video {
    min-height: 330px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .dtf-video {
    padding: 10px;
  }

  .dtf-video video {
    min-height: 260px;
    max-height: 360px;
    object-fit: cover;
    border-width: 3px;
    border-radius: 14px;
  }
}

/* Mobile nhỏ */
@media (max-width: 480px) {
  .dtf-video video {
    min-height: 230px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .dtf-product-section {
    padding: 28px 12px;
  }


  .dtf-row {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .dtf-cell:first-child {
    border-right: none;
  }


  .dtf-row .dtf-cell:last-child {
    border-bottom: none;
  }

  /* Mobile vẫn giữ thứ tự sole hợp lý:
     box nào ảnh trước thì giữ ảnh trước,
     box nào text trước thì giữ text trước */
  .dtf-text {
    padding: 22px 18px;
  }

  .dtf-text h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 14px;
  }

  .dtf-text p {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 14px;
  }

  .dtf-text ul {
    margin-left: 0;
    padding: 12px 16px 12px 34px;
  }

  .dtf-text li {
    font-size: 16px;
    line-height: 1.35;
  }

  .dtf-image {
    padding: 10px;
  }

  .dtf-image img {
    min-height: 260px;
    max-height: 360px;
    object-fit: cover;
    border-width: 3px;
  }

  .reveal-left {
    transform: translateY(46px);
  }

  .reveal-right {
    transform: translateY(46px);
  }

  .reveal-left.is-visible,
  .reveal-right.is-visible {
    transform: translateY(0);
  }
}

/* Mobile nhỏ */
@media (max-width: 480px) {
  .dtf-product-section {
    padding: 24px 10px;
  }

  .dtf-text {
    padding: 20px 14px;
  }

  .dtf-text h3 {
    font-size: 20px;
  }

  .dtf-text p,
  .dtf-text li {
    font-size: 15.5px;
  }

  .dtf-image img {
    min-height: 230px;
  }
}

@media (max-width: 767px) {
  .dtf-row {
    display: flex;
    flex-direction: column;
  }

  .dtf-row .dtf-text {
    order: 1;
  }

  .dtf-row .dtf-image {
    order: 2;
  }
}

/* =========================
   FIX TEXT BOX: chữ to hơn, tiêu đề xanh,
   căn giữa dọc theo ảnh
========================= */

.dtf-text {
  justify-content: center !important;
  padding: clamp(34px, 4vw, 58px) !important;
}

.dtf-text h3 {
  color: #0b4f9f !important;
  font-size: clamp(28px, 2.7vw, 34px) !important;
  line-height: 1.25 !important;
  margin-bottom: 24px !important;
  font-weight: 800 !important;
}

.dtf-text p {
  font-size: clamp(18px, 1.45vw, 21px) !important;
  line-height: 1.75 !important;
  margin-bottom: 10px !important;
}

/* Tablet */
@media (max-width: 991px) {
  .dtf-text {
    justify-content: center !important;
    padding: 34px 28px !important;
  }

  .dtf-text h3 {
    font-size: 28px !important;
    line-height: 1.28 !important;
  }

  .dtf-text p {
    font-size: 18px !important;
    line-height: 1.65 !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .dtf-text {
    justify-content: center !important;
    padding: 28px 20px !important;
  }

  .dtf-text h3 {
    color: #0b4f9f !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin-bottom: 16px !important;
  }

  .dtf-text p {
    font-size: 17px !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
  }
}

/* Mobile nhỏ */
@media (max-width: 480px) {
  .dtf-text h3 {
    font-size: 22px !important;
  }

  .dtf-text p {
    font-size: 16.5px !important;
    line-height: 1.55 !important;
  }
}

/* =========================
   FIX ĐỒNG BỘ TEXT + LI
   DESKTOP / TABLET / MOBILE
========================= */

.dtf-text {
  justify-content: center !important;
  padding: clamp(34px, 4vw, 58px) !important;
}

.dtf-text h3 {
  color: #0b4f9f !important;
  font-size: clamp(28px, 2.7vw, 34px) !important;
  line-height: 1.25 !important;
  margin-bottom: 24px !important;
  font-weight: 800 !important;
}

.dtf-text p,
.dtf-text li {
  font-size: clamp(18px, 1.45vw, 21px) !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
}

.dtf-text p {
  margin-bottom: 10px !important;
}

.dtf-text ul {
  margin-top: 12px !important;
  margin-left: 0 !important;
  padding: 16px 24px 16px 42px !important;
}

.dtf-text li {
  margin-bottom: 8px !important;
}

.dtf-text li:last-child {
  margin-bottom: 0 !important;
}

/* Tablet */
@media (max-width: 991px) {
  .dtf-text {
    justify-content: center !important;
    padding: 34px 28px !important;
  }

  .dtf-text h3 {
    font-size: 28px !important;
    line-height: 1.28 !important;
    margin-bottom: 18px !important;
  }

  .dtf-text p,
  .dtf-text li {
    font-size: 18px !important;
    line-height: 1.65 !important;
  }

  .dtf-text ul {
    padding: 14px 20px 14px 38px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .dtf-text {
    justify-content: center !important;
    padding: 28px 20px !important;
  }

  .dtf-text h3 {
    color: #0b4f9f !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin-bottom: 16px !important;
  }

  .dtf-text p,
  .dtf-text li {
    font-size: 17px !important;
    line-height: 1.6 !important;
  }

  .dtf-text p {
    margin-bottom: 10px !important;
  }

  .dtf-text ul {
    margin-top: 10px !important;
    padding: 14px 16px 14px 34px !important;
  }

  .dtf-text li {
    margin-bottom: 7px !important;
  }
}

/* Mobile nhỏ */
@media (max-width: 480px) {
  .dtf-text {
    padding: 24px 16px !important;
  }

  .dtf-text h3 {
    font-size: 22px !important;
  }

  .dtf-text p,
  .dtf-text li {
    font-size: 16.5px !important;
    line-height: 1.55 !important;
  }

  .dtf-text ul {
    padding: 12px 14px 12px 32px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebf38ac */.heritage-section {
  width: 100%;
  background: #ffffff;
  padding: 20px 0px 40px 0px;
  box-sizing: border-box;
  overflow: hidden;
}

.heritage-wrap {
  margin: 0 auto;
}

.heritage-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.heritage-bg {
  width: 100%;
  height: auto;
  display: block;
}

/* Khối nội dung phải */
.heritage-content {
  position: absolute;
  top: 15%;
  right: 7%;
  width: 32%;
  z-index: 3;
}

.heritage-title-img {
  display: block;
  width: 72%;
  max-width: 280px;
  height: auto;
  margin: 0 auto 22px;
}

/* Text SEO */
.heritage-seo-text h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
      font-family: 'Roboto';
}

.heritage-seo-text p {
  margin: 0 0 20px;
  color: #111;
  font-size: clamp(13px, 1.15vw, 16px);
  line-height: 1.45;
  font-weight: 600;
  font-style: italic;
      font-family: 'Roboto';
}

.heritage-seo-text strong {
  color: #155fba;
      font-family: 'Roboto';
  font-weight: 800;
}

/* 3 box số liệu */
.heritage-stats {
  position: absolute;
  right: 2.1%;
  bottom: 6.2%;
  width: 49%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, 1vw, 16px);
  z-index: 4;
}

.heritage-stat img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 16px rgba(30, 90, 160, 0.16));
}

/* Animation */
.reveal-right,
.reveal-up {
  opacity: 0;
  will-change: transform, opacity;
}

.reveal-right {
  transform: translateX(54px);
}

.reveal-up {
  transform: translateY(46px);
}

.reveal-right.is-visible,
.reveal-up.is-visible {
  opacity: 1;
  transform: translate(0, 0);
  transition:
    opacity 0.95s ease,
    transform 0.95s cubic-bezier(.22, .9, .25, 1);
}

.delay-1.is-visible {
  transition-delay: 0.12s;
}

.delay-2.is-visible {
  transition-delay: 0.22s;
}

/* Tablet */
@media (max-width: 991px) {
  .heritage-content {
    top: 13%;
    right: 5%;
    width: 35%;
  }

  .heritage-title-img {
    width: 78%;
    margin-bottom: 14px;
  }

  .heritage-seo-text p {
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 12px;
  }

  .heritage-stats {
    right: 2%;
    bottom: 5.5%;
    width: 50%;
    gap: 8px;
  }
}

    img.heritage-bg.mb-vn {
        display: none;
    }
    
    img.heritage-bg.mb-vn-icon-location {
        display: none;
    }
    
/* Mobile */
@media (max-width: 767px) {
    img.heritage-bg {
        display:none;
    }
    
    img.heritage-bg.mb-vn {
        display: block;
    }
    
    img.heritage-bg.mb-vn-icon-location {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        max-width: 50%;
    }

  .heritage-section {
    padding: 28px 12px;
  }

  .heritage-hero {
    min-height: 360px;
    background: #eef7ff;
  }

  .heritage-bg {
    height: 360px;
    object-fit: cover;
    object-position: 34% center;
  }

  .heritage-content {
    top: 9%;
    right: 4%;
    width: 45%;
  }

  .heritage-title-img {
    width: 80%;
    max-width: 170px;
    margin: 0 0 10px auto;
  }

  .heritage-seo-text p {
    font-size: 11.5px;
    line-height: 1.35;
    margin-bottom: 9px;
    text-align: left;
  }

  .heritage-stats {
    right: 4%;
    bottom: 5%;
    width: 62%;
    gap: 6px;
  }

  .reveal-right,
  .reveal-up {
    transform: translateY(36px);
  }

  .reveal-right.is-visible,
  .reveal-up.is-visible {
    transform: translateY(0);
  }
}

/* Mobile nhỏ */
@media (max-width: 480px) {
  .heritage-section {
    padding: 24px 10px;
  }

  .heritage-hero {
    min-height: 330px;
  }

  .heritage-bg {
    height: 330px;
    object-position: 31% center;
  }

  .heritage-content {
    top: 8%;
    right: 3%;
    width: 48%;
  }

  .heritage-title-img {
    width: 78%;
    max-width: 145px;
    margin-bottom: 8px;
  }

  .heritage-seo-text p {
    font-size: 10.5px;
    line-height: 1.3;
    margin-bottom: 7px;
  }

  .heritage-stats {
    width: 66%;
    right: 3%;
    bottom: 4%;
    gap: 5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bbb589c */.cta-air-section {
  width: 100%;
  background: #ffffff;
  padding: 10px 0px 50px 0px;
  box-sizing: border-box;
  overflow: hidden;
}

.cta-air-wrap {
  margin: 0 auto;
}

.cta-air-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cta-air-bg {
  width: 100%;
  height: auto;
  display: block;
}

/* Text SEO thật nhưng không phá layout */
.cta-air-seo {
  position: absolute;
  left: 7%;
  top: 28%;
  width: 45%;
  z-index: 2;
  pointer-events: none;
}

.cta-air-seo h2,
.cta-air-seo p {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Hotline ghép lên nền */
.cta-air-hotline {
  position: absolute;
  left: 8.2%;
  bottom: 23%;
  width: clamp(260px, 33vw, 520px);
  z-index: 4;
  display: block;
  text-decoration: none;
}

.cta-air-hotline img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 24px rgba(13, 84, 180, 0.22));
}

/* Animation */
.reveal-fade,
.reveal-up {
  opacity: 0;
  will-change: transform, opacity;
}

.reveal-fade {
  transform: scale(0.985);
}

.reveal-up {
  transform: translateY(48px);
}

.reveal-fade.is-visible {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 1s ease,
    transform 1.1s cubic-bezier(.22, .9, .25, 1);
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.95s ease,
    transform 0.95s cubic-bezier(.22, .9, .25, 1);
  transition-delay: 0.18s;
}

.cta-air-hotline {
    display: inline-block !important;
}

.cta-air-hotline img {
    display: block;
    animation: hotlineBeat 0.8s infinite ease-in-out;
    transform-origin: center;
}

@keyframes hotlineBeat {

    0% {
        transform: scale(1);
        filter: drop-shadow(0 0 0px #2f7fff);
    }

    15% {
        transform: scale(1.02);
        filter: drop-shadow(0 0 12px #2f7fff);
    }

    30% {
        transform: scale(1);
        filter: drop-shadow(0 0 0px #2f7fff);
    }

    45% {
        transform: scale(1.02);
        filter: drop-shadow(0 0 16px #2f7fff);
    }

    60% {
        transform: scale(1);
        filter: drop-shadow(0 0 0px #2f7fff);
    }

    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0px #2f7fff);
    }
}

/* Tablet */
@media (max-width: 991px) {
  .cta-air-hotline {
    left: 8%;
    bottom: 22%;
    width: clamp(220px, 34vw, 380px);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cta-air-section {
    padding: 28px 12px;
  }

  .cta-air-hero {
    min-height: 270px;
    
  }

  .cta-air-bg {
    height: 270px;
    object-fit: cover;
    object-position: 52% center;
  }

  .cta-air-hotline {
    left: 7%;
    bottom: 23%;
    width: 50%;
    max-width: 250px;
  }

  .reveal-fade {
    transform: translateY(28px);
  }

  .reveal-fade.is-visible {
    transform: translateY(0);
  }
}

/* Mobile nhỏ */
@media (max-width: 480px) {
  .cta-air-section {
    padding: 24px 10px;
  }

  .cta-air-hero {
    min-height: 230px;
  }

  .cta-air-bg {
    height: 230px;
    object-position: 54% center;
  }

  .cta-air-hotline {
    left: 7%;
    bottom: 22%;
    width: 52%;
    max-width: 215px;
  }
}/* End custom CSS */