/* Custom Components */

.nav-slide-header .toggle {
  color: var(--primary-color);
  opacity: 1;
}

.mobile-sidebar-levels-2
  .nav-slide
  > li
  > .sub-menu
  > li:not(.nav-slide-header)
  > a,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > ul.children
  > li:not(.nav-slide-header)
  > a {
  color: #000 !important;
}

.ge-piano .ge-key {
  will-change: transform, opacity;
  transition-property: opacity, transform;
  transition-duration: 900ms;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--d, 0ms);
}

.ge-piano .ge-key {
  opacity: 0;
  transform: translate3d(0, -28px, 0);
  will-change: transform, opacity;
  transition-property: opacity, transform;
  transition-duration: 1200ms;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--d, 0ms);
}

.ge-piano.is-play .ge-key {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ux-retrigger {
  will-change: transform, opacity !important;
}

.header-nav {
  justify-content: flex-end !important;
  margin-right: 3rem !important;
}

/* ===============================
   SUB MENU – G✧Empire Style
================================ */

/* Wrapper dropdown */

.nav-dropdown {
  opacity: 0;
  transition: all 0.25s ease;
  position: absolute;
  top: calc(100% + 5px);
  padding: 0px !important;
  min-width: 300px !important;
  padding: 10px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(99, 102, 241, 0.15);
  box-shadow:
    0 10px 25px rgba(15, 23, 42, 0.08),
    0 4px 10px rgba(15, 23, 42, 0.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  will-change: transform, opacity;
  transform: translateY(8px);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    visibility 0s linear 220ms;
}

.nav-dropdown:before {
  display: none;
}

/* Sub menu item */
.nav-dropdown .menu-item {
  margin: 0;
}

/* Link style */
.nav-dropdown .menu-item > a {
  display: block;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  border-radius: 8px;
  transition: all 0.25s ease;
  line-height: 1.4;
  padding: 16px 18px !important;
  margin: 0 !important;
}

/* Hover + active */
.nav-dropdown .menu-item > a:hover,
.nav-dropdown .menu-item.current-menu-item > a {
  background: linear-gradient(
    90deg,
    rgba(99, 102, 241, 0.12),
    rgba(99, 102, 241, 0.04)
  );
  color: #4f46e5;
}

.nav-dropdown .menu-item > a::before {
  content: "✦";
  font-size: 14px;
  margin-right: 10px;
  color: var(--primary-color);
  transform: translateY(-1px);
}

.menu-item.has-dropdown:hover > .nav-top-link {
  color: #4f46e5;
}

.next-prev-thumbs li.has-dropdown:hover > .nav-dropdown,
.no-js li.has-dropdown:hover > .nav-dropdown,
li.current-dropdown > .nav-dropdown,
li.has-dropdown:hover > .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    visibility 0s linear 0s;
}

.next-prev-thumbs li.has-dropdown:hover > .nav-dropdown,
.no-js li.has-dropdown:hover > .nav-dropdown,
li.current-dropdown > .nav-dropdown {
  left: -15px;
  max-height: inherit;
}

.nav-dropdown .menu-item > a:hover,
.nav-dropdown .menu-item.current-menu-item > a {
  background: linear-gradient(
    90deg,
    rgba(99, 102, 241, 0.12),
    rgba(99, 102, 241, 0.04)
  );
  color: #4f46e5;
}

.menu-item.has-dropdown:hover > .nav-dropdown {
  opacity: 1;
  transform: translateY(0);
}

.ux-animate.ge-out,
[data-animate].ge-out,
[data-animated].ge-out {
  opacity: 0 !important;
  transform: translate3d(0, 14px, 0) !important; /* tuỳ bạn */
  transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
  will-change: opacity, transform !important;
}

.ux-animate,
[data-animate],
[data-animated] {
  transition: all 0.8s linear !important;
}

.logo-left .logo {
  margin-right: 0 !important;
}

.back-to-top {
  min-width: 3em !important;
  min-height: 3em !important;
  right: 18px !important;
  /* bottom: 85px !important; */
}

.section_partners .slider .flickity-prev-next-button:hover .arrow,
.section_partners .slider .flickity-prev-next-button:hover svg {
  fill: white !important;
}

.banner .banner-inner {
}

.banner .banner-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 60%;
  background: linear-gradient(
    to bottom,
    rgba(37, 40, 70, 0) 28%,
    rgba(37, 40, 70, 0.5) 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    #000 0%,
    #000 65%,
    transparent 100%
  );
  mask-image: linear-gradient(to right, #000 0%, #000 65%, transparent 100%);
  z-index: 1;
}

.banner-layers .text-box {
  z-index: 2;
}

.banner_text_box h2 {
  font-family: "Roboto", Arial, sans-serif;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  font-weight: 700 !important;
  line-height: 70px !important;
  letter-spacing: normal !important;
}

.banner_text_box h2.uppercase {
  padding: 10px;
}

/* ========================================
   RECRUITMENT SECTION - TIN TUYỂN DỤNG
   ======================================== */
.section_achievement,
.section_career {
  background: linear-gradient(
    90deg,
    rgba(233, 238, 251, 0.35) 0%,
    #ffffff 100%
  );
}
.recruitment-grid {
  display: grid;
  gap: 2rem;
  margin: 3rem 0;
}

.recruitment-grid.grid-1 {
  grid-template-columns: 1fr;
}

.recruitment-grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.recruitment-grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.recruitment-grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* Recruitment Card */
.recruitment-card {
  position: relative;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s linear;
}

.recruitment-card::after {
  background-image: url("../images/background/background-career.png");
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  z-index: -1;
  width: 200px;
  height: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.recruitment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Header */
.recruitment-card__header {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1rem;
  height: auto;
}

.recruitment-card__logo {
  width: 80px;
  height: auto;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  /* background: #f5f7fa; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruitment-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.recruitment-card__logo--default {
  font-size: 2rem;
  color: #003d82;
}

.recruitment-card__title-wrap {
  flex: 1;
}

.recruitment-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #003d82;
  /* margin-bottom: 0.75rem; */
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recruitment-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.recruitment-card__title a:hover {
  color: #0052cc;
}

.info-item--deadline {
  font-weight: 600;
  color: black;
}

/* Tags */
.recruitment-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.recruitment-card__tags .tag {
  display: inline-block;
  padding: 4px 12px;
  background: #e8f1ff;
  color: #003d82;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  text-transform: capitalize;
}

/* Salary */
.recruitment-card__salary {
  font-size: 1rem;
  font-weight: 700;
  color: black;
  margin-top: 0.5rem;
}

/* Career */

.section_career {
  position: relative;
}

.section_career .section-content {
  z-index: 2;
}

.section_career::after {
  content: "";
  position: absolute;
  background-image: url("../images/background/background-vector.png");
  background-size: cover;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: center;
  z-index: 1;
}

.section_career .recruitment-card__logo {
  width: 120px;
}

.section_career .recruitment-card__title {
  font-size: 1.5rem;
}

.section_career .recruitment-card__tags .tag {
  font-size: 14px;
}

.section_career .btn-detail,
.section_career .btn-apply {
  font-size: 16px;
}

.section_career .info-item {
  font-size: 16px;
}

/* Footer */
.recruitment-card__footer {
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
}

.recruitment-card__info {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
  justify-content: space-between;
  align-items: center;
}

.recruitment-card__deadline {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
  align-items: center;
}

.recruitment-card__info .info-item {
  font-size: 13px;
  color: #666;
}
.countdown {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  border: 1px solid transparent;
}

/* SAFE: còn xa hạn */
.countdown--safe {
  background: #ecfdf3;
  color: #027a48;
  border-color: #a6f4c5;
}

/* WARNING: <= 7 ngày */
.countdown--warning {
  background: #fffaeb;
  color: #b54708;
  border-color: #fedf89;
}

/* URGENT: hôm nay */
.countdown--urgent {
  background: #fef3f2;
  color: #b42318;
  border-color: #fecdca;
}

.countdown--expired {
  background: #f2f4f7;
  color: #344054;
  border-color: #d0d5dd;
}

/* strong trong countdown */
.countdown strong {
  font-weight: 800;
}

.recruitment-card .btn-apply.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(0.2);
}

.info-item--time {
  color: #999;
  font-size: 12px;
}

/* Actions */
.recruitment-card__actions {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.btn-detail,
.btn-apply {
  /* flex: 1; */
  padding: 0.8rem;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  display: block;
  /* line-height: 0.5; */
  height: 100%;
  line-height: 1;
  margin: 0;
}

.btn-detail {
  background: transparent;
  color: #003d82;
}

.btn-detail:hover {
  background: #003d82;
  color: #fff;
}

.btn-apply {
  background: var(--bs-info);
  color: #fff;
}

.btn-apply:hover {
  background: #0052cc;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 61, 130, 0.3);
  color: white;
}

/* ========================================
         BLOG SECTION - TIN TỨC
         ======================================== */

.section_blogs {
  position: relative;
}

.section_blogs::after {
  content: "";
  position: absolute;
  background-image: url("../images/background/background-vector.png");
  background-size: cover;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: bottom;
}

.section_blogs .box-blog-post {
  background-color: #ffffff !important;
}

.box-blog-post .post-meta-separator,
.box-blog-post .post-title a {
  transition: all 0.3s linear;
}

.box-blog-post:hover .post-meta-separator,
.box-blog-post:hover .post-title a {
  color: #e0a822;
}

.section_blogs .box-blog-post .box-image img {
  border-radius: 18px;
}

.box-blog-post {
  /* background-color: #f1f1f1 !important; */
  min-height: 400px;
}

.post-item .post-meta {
  color: #666;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
  align-items: center;
  justify-content: space-between;
}

.box-text-inner.blog-post-inner {
  text-align: left;
}

.post-item .post-title a {
  text-align: left;
  font-weight: 600;
  color: #003366;
  line-height: 1.4;
  height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.box-blog-post .is-divider {
  height: 1px;
}

.post-item .post-title:hover {
  color: #0066cc;
}

.post-item .from_the_blog_excerpt {
  color: #666;
  line-height: 1.6;
  margin-top: 8px;
  margin-bottom: 20px;
  height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-item .button {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  display: inline-block;
  width: fit-content;
  border-radius: 8px;
  padding: 5px 2.5rem 5px 16px;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 1;
  border: none;
}

.post-item .button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #e0a822;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

/* Arrow icon */
.post-item .button::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/icons/arrow-custom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.box-blog-post:hover .button::before {
  transform: scaleX(1);
}

.box-blog-post:hover .post-item .button::after {
  transform: translateY(-50%) translateX(4px);
}

.post-item .read-more:hover {
  color: #0066cc;
}

.post-item .read-more::after {
  content: ">>";
  margin-left: 5px;
}

.box-blog-post .is-divider {
  height: 0.5px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  opacity: 0.2;
  max-width: 90%;
}

.section_news .flickity-prev-next-button {
  opacity: 1 !important;
  box-shadow: none !important;
  margin-top: 0 !important;
}

.section_news .slider .flickity-prev-next-button .arrow,
.section_news .slider .flickity-prev-next-button svg {
  fill: var(--fs-color-primary);
}

/* Roadmap */

.section_route {
  position: relative;
}

.section_route::after {
  content: "";
  position: absolute;
  background-image: url("../images/background/background-roadmap.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.roadmap {
  color: #ffffff;
}

.roadmap-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 50px;
  letter-spacing: 1px;
  color: white;
}

.roadmap_text {
  margin-bottom: 1rem;
}

.roadmap-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
  position: relative;
  color: white;
}

.roadmap-item::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 20px;
  bottom: -40px;
  width: 2px;
  background: rgba(255, 255, 255, 0.3);
}

.roadmap-item:last-child::before {
  display: none;
}

.roadmap .dot {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}

.roadmap .content h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: white;
}

.roadmap .content strong {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: white;
}

.roadmap .content span {
  opacity: 0.9;
}

.section_vision {
  position: relative;
}

.section_vision::after {
  content: "";
  position: absolute;
  background-image: url("../images/background/background-vision.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Vision */

.vision-box {
  position: relative;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 24px;
  padding: 60px 70px;
  box-shadow: 0 0 50px rgba(0, 88, 193, 0.69);
  mix-blend-mode: multiply;
}

.vision-box::after {
  content: "";
  position: absolute;
  background-image: url("../images/background/background-inner-vision.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 24px;
}

.vision-title {
  font-size: 42px;
  font-weight: 800;
  color: #0a3ea1;
  margin-bottom: 32px;
  letter-spacing: 1px;
}

.vision-box p {
  font-size: 18px;
  line-height: 1.8;
  color: #2e2e2e;
  margin-bottom: 18px;
  max-width: 900px;
}

/* Activity */

/* ========================================
   SECTION ACTIVITY - EXPAND GALLERY
   ======================================== */

.activity_box {
  overflow: hidden;
}

.activity_box-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 1rem;
  height: 600px;
  position: relative;
}

/* Activity Card */
.activity-card {
  position: relative;
  flex: 1;
  min-width: 120px;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  clip-path: polygon(
    60px 0,
    100% 0,
    100% calc(100% - 60px),
    calc(100% - 60px) 100%,
    0 100%,
    0 60px
  );
}

/* Animation Removed */

/* .activity-card:hover {
  flex: 2;
  z-index: 10;
} */

/* .activity_box-wrapper:has(.activity-card:hover) .activity-card:not(:hover) {
  flex: 0.5;
} */

/* Image */
.activity-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.activity-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.activity-card:hover .activity-card__image img {
  transform: scale(1.1);
}

.activity-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(
    140deg,
    rgba(36, 39, 69, 0) 0%,
    rgba(36, 39, 69, 0.3) 30%,
    rgba(36, 39, 69, 0.6) 60%,
    rgba(36, 39, 69, 0.85) 85%,
    #242745 100%
  );
  transition: all 0.6s ease-in-out;
  backdrop-filter: blur(0.5px);
  -webkit-backdrop-filter: blur(0.5px);
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0.8) 85%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0.8) 85%,
    rgba(0, 0, 0, 0) 100%
  );
}

.activity-card:hover .activity-card__overlay {
  height: 55%;
  background: linear-gradient(
    140deg,
    rgba(36, 39, 69, 0.05) 0%,
    rgba(36, 39, 69, 0.4) 30%,
    rgba(36, 39, 69, 0.7) 60%,
    rgba(36, 39, 69, 0.9) 85%,
    #242745 100%
  );
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.activity-card:hover .activity-card__overlay {
  background: linear-gradient(
    115.5deg,
    rgba(36, 39, 69, 0.2) 0%,
    rgba(36, 39, 69, 0.85) 50%,
    #242745 100%
  );
}

/* Content */
.activity-card__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
}

/* Title */
.activity-card__title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.6s ease;
  color: white;
}

.activity-card:not(:hover) .activity-card__title {
  font-size: 1.5rem;
}

/* Description - Hidden by default */
.activity-card__description {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.activity-card:hover .activity-card__description {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.activity-card__description p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.95);
}

/* Link */
.activity-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  width: fit-content;
}

.activity-card__link:hover {
  background: var(--bs-info);
  color: white;
  transform: translateY(-2px);
}

.activity-card__link svg {
  transition: transform 0.3s ease;
}

.activity-card__link:hover svg {
  transform: translateX(5px);
}

/* Smooth Animation on Load */
.activity-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.activity-card:nth-child(1) {
  animation-delay: 0.1s;
}

.activity-card:nth-child(2) {
  animation-delay: 0.2s;
}

.activity-card:nth-child(3) {
  animation-delay: 0.3s;
}

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

/* Achievement */

.achievement_box {
  position: relative;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 50px rgba(0, 88, 193, 0.69);
  mix-blend-mode: multiply;
  background: linear-gradient(90deg, rgba(233, 238, 251, 1) 0%, #ffffff 100%);
  padding: 24px 24px 24px 48px !important;
  margin-bottom: 5rem !important;
  transform: translateY(0px);
  /* Animation mượt mà */
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.achievement_box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 60px rgba(0, 88, 193, 0.85);
}

/* Mũi tên tam giác góc trái */
.achievement_box::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #003d82 transparent transparent transparent;
  z-index: 10;
}

.partners__list {
  display: flex;
  align-items: center;
  min-height: 100px;
}

.partners__list .col {
  padding: 0 !important;
}

/* Footer */

.ge-footer-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.ge-footer-form__row {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.ge-footer-form__row p {
  display: flex;
  gap: 1rem;
}

.ge-footer-form input[type="tel"] {
  width: 100%;
  height: 44px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0 14px;
  margin: 0;
  background: #fff;
  margin-bottom: 1rem;
}

.ge-footer-form__submit,
.ge-footer-form input[type="submit"] {
  height: 44px;
  border-radius: 8px;
  padding: 0 20px;
  margin: 0;
  border: 0;
  font-weight: 700;
  background: #0033a0;
  width: 30%;
}

#footer .icon-box-img img,
#footer .icon-box-img svg {
  padding-top: 0.2em;
  width: 80%;
  object-fit: contain;
}

#footer .dark .widget a,
#footer .dark a,
#footer .dark,
#footer .dark p,
#footer .dark td,
#footer .dark span,
#footer .ux-menu-link__icon,
#footer .ux-menu-link__text {
  color: white !important;
  font-weight: 600;
}

#footer .mb-0 p {
  margin-bottom: 0;
}

/* ===== Floating Contact Buttons ===== */
.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.floating-btn .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* Hover */
.floating-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

/* Zalo */

/* =========================
   GEmpire Contact UI
   ========================= */

/* Desktop floating buttons */
.gempire-fab {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gempire-fab__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
  white-space: nowrap;
}

.gempire-fab__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.gempire-fab__icon {
  width: 38px;
  height: 38px;
  /* border-radius: 999px; */
  /* background: rgba(255, 255, 255, 0.18); */
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
}

.gempire-fab__img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}

.gempire-fab__text {
  line-height: 1;
}

/* Colors (nhẹ, hiện đại) */
/* .gempire-fab__btn.is-zalo {
  background: linear-gradient(135deg, #0068ff, #1f8cff);
}
.gempire-fab__btn.is-messenger {
  background: linear-gradient(135deg, #8a3ab9, #0084ff);
  background: linear-gradient(135deg, #0068ff, #1f8cff);
}
.gempire-fab__btn.is-hotline {
  background: linear-gradient(135deg, #ff6a00, #ff3d00);
} */

/* Pulse animation (áp dụng cho 3 box) */
@keyframes gempirePulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
  }
  70% {
    transform: scale(1.02);
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.gempire-fab__btn.is-pulse {
  animation: gempirePulse 2.2s ease-out infinite;
}

/* -------------------------
   Mobile bottom navigation
   ------------------------- */
.gempire-bottom-nav {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(0px + env(safe-area-inset-bottom, 0px));
  z-index: 9999;
  display: none !important;

  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);

  padding: 10px 6px;
}

.gempire-bottom-nav__item {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;

  text-decoration: none;
  color: rgba(16, 24, 40, 0.76);

  padding: 8px 6px;
  border-radius: 14px;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.gempire-bottom-nav__item:hover {
  /* background: rgba(16, 24, 40, 0.06); */
  transform: translateY(-1px);
}

.gempire-bottom-nav__icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  /* background: rgba(16, 24, 40, 0.06); */
  display: grid;
  place-items: center;
  overflow: hidden;
}

.gempire-bottom-nav__img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.gempire-bottom-nav__label {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Pulse on mobile items */
.gempire-bottom-nav__item.is-pulse .gempire-bottom-nav__icon {
  position: relative;
}
.gempire-bottom-nav__item.is-pulse .gempire-bottom-nav__icon::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 999px;
  animation: gempirePulseRing 2.2s ease-out infinite;
  border: 2px solid rgba(0, 132, 255, 0.35);
}

@keyframes gempirePulseRing {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  70% {
    transform: scale(1.35);
    opacity: 0;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

/* Make bar a 5-column nav */
.gempire-bottom-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 2px;
}

/* Special CTA (Tư vấn) cho nổi bật nhẹ, không gắt */
.gempire-bottom-nav__item.is-consult {
  color: rgba(0, 104, 255, 0.95);
}
.gempire-bottom-nav__item.is-consult .gempire-bottom-nav__icon {
  background: rgba(0, 104, 255, 0.1);
  border: 1px solid rgba(0, 104, 255, 0.18);
}

.ge-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: block;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    visibility 0s linear 0.22s;
}

.ge-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.22s ease;
}

/* Overlay */
.ge-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(16, 24, 40, 0.55);

  /* blur nhẹ để mượt */
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);

  opacity: 0;
  transition: opacity 0.22s ease;
  will-change: opacity;
}

.ge-modal.is-open .ge-modal__overlay {
  opacity: 1;
}

/* Dialog */
.ge-modal__dialog {
  position: relative;
  width: min(560px, calc(100vw - 28px));
  margin: 8vh auto 0;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;

  transform: translate3d(0, 14px, 0) scale(0.985);
  opacity: 0;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
  will-change: transform, opacity;
}

.ge-modal.is-open .ge-modal__dialog {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}

/* Close button */
/* ===== Custom Close Button ===== */
.ge-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  background: #d5393a;
  cursor: pointer;
  z-index: 3;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

/* icon */
.ge-modal__close-icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
  opacity: 0.75;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease;
}

/* Hover */
.ge-modal__close:hover {
  border-color: rgba(16, 24, 40, 0.22);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  transform: scale(1.05);
}

.ge-modal__close:hover .ge-modal__close-icon {
  opacity: 1;
  transform: rotate(90deg);
}

/* Active (click) */
.ge-modal__close:active {
  transform: scale(0.95);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Focus accessibility */
.ge-modal__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 104, 255, 0.25);
  border-color: rgba(0, 104, 255, 0.55);
}

nav.rank-math-breadcrumb {
  margin: 10px 0 16px;
  color: var(--bs-body-color);
}

nav.rank-math-breadcrumb a {
  color: 0033a0;
  text-decoration: none;
  font-weight: 600;
}

nav.rank-math-breadcrumb a:hover {
  opacity: 0.85;
}

nav.rank-math-breadcrumb .separator {
  padding: 0 8px;
  color: rgba(16, 24, 40, 0.35);
}

.misc-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.misc-bg {
  position: absolute;
  inline-size: 100%;
  inset-block-end: 0;
  inset-inline-start: 0;
}

.misc-object,
.misc-object-right {
  position: absolute;
  z-index: 1;
}

.misc-object {
  inset-block-end: 6%;
  inset-inline-start: 3%;
}

.misc-object-right {
  inset-block-end: 7%;
  inset-inline-end: 3%;
}

.misc-code {
  font-size: clamp(48px, 8vw, 96px);
  line-height: 1;
  font-weight: 800;
  margin-bottom: 0.25rem;
  background: linear-gradient(135deg, #0033a0, #3a7bd5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.misc-title {
  font-size: 1.8rem;
  line-height: 2.375rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: black;
}

.misc-desc {
  color: #667085;
  margin-bottom: 1rem;
}

.misc-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.misc-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* Base button */
.ge-btn {
  --btn-height: 44px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--btn-height);
  padding: 0 22px;

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;

  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;

  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.2s ease;
}

/* Primary */
.ge-btn--primary {
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  color: #fff;
  box-shadow:
    0 10px 24px rgba(37, 99, 235, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.ge-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.35);
  color: #fff;
}

/* Ghost / Secondary */
.ge-btn--ghost {
  background: rgba(255, 255, 255, 0.7);
  color: #1e3a8a;
  border: 1px solid rgba(30, 58, 138, 0.15);
  backdrop-filter: blur(6px);
}

.ge-btn--ghost:hover {
  background: #1e3a8a;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(30, 58, 138, 0.25);
}

/* Active */
.ge-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

/* Header */
.ge-modal__header {
  padding: 20px 20px 12px;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

.ge-modal__badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 104, 255, 0.95);
  background: rgba(0, 104, 255, 0.1);
  border: 1px solid rgba(0, 104, 255, 0.16);
  margin-bottom: 10px;
}

.ge-modal__title {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  color: rgba(16, 24, 40, 0.95);
}

.ge-modal__desc {
  margin: 0;
  color: rgba(16, 24, 40, 0.65);
  font-size: 13px;
}

.ge-modal__body {
  padding: 16px 20px 20px;
}

/* Lock scroll (JS adds this) */
.ge-modal-lock {
  overflow: hidden !important;
}

/* ===== Form UI ===== */
.ge-modal-form .ge-modal-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ge-modal-form .ge-field--full {
  grid-column: 1 / -1;
}

.ge-modal-form .ge-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: rgba(16, 24, 40, 0.75);
  margin-bottom: 6px;
}

.ge-modal-form input[type="text"],
.ge-modal-form input[type="tel"],
.ge-modal-form textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(16, 24, 40, 0.14);
  background: #fff;
  padding: 12px 12px;
  font-size: 14px;
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.ge-modal-form textarea {
  min-height: 92px;
  resize: vertical;
}

.ge-modal-form input:focus,
.ge-modal-form textarea:focus {
  outline: none;
  border-color: rgba(0, 104, 255, 0.55);
  box-shadow: 0 0 0 4px rgba(0, 104, 255, 0.12);
}

.ge-modal-form__actions {
  margin-top: 12px;
  display: flex;
}

/* Button */
.ge-btn {
  border: none;
  border-radius: 14px;
  padding: 12px 16px;
  font-weight: 800;
  cursor: pointer;
}

.ge-btn--primary {
  background: linear-gradient(135deg, #0033a0, #0033a0);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 104, 255, 0.22);
  border-radius: 1rem;
}

.ge-btn--primary:hover {
  opacity: 0.95;
}

.ge-modal-form__note {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(16, 24, 40, 0.55);
}

/* CF7 response */
.ge-modal .wpcf7-response-output {
  margin: 12px 0 0;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 13px;
}

/* =========================
   CF7 Validation Message (Custom)
   ========================= */

/* Wrapper chung */
.wpcf7 .wpcf7-not-valid-tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;

  margin-top: 6px;
  padding: 6px 10px;

  border-radius: 10px;
  background: rgba(220, 50, 50, 0.08);
  border: 1px solid rgba(220, 50, 50, 0.22);

  color: #b42318; /* đỏ trầm, không gắt */
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;

  opacity: 1;
}

/* Icon cảnh báo (pure CSS, không cần image) */
.wpcf7 .wpcf7-not-valid-tip::before {
  content: "⚠";
  font-size: 12px;
  line-height: 1;
  opacity: 0.9;
}

/* Tránh bị kéo lên chồng layout */
.wpcf7-not-valid-tip {
  margin-top: 6px !important;
}

/* Khi nằm trong modal */
.ge-modal .wpcf7-not-valid-tip {
  background: rgba(180, 35, 24, 0.08);
  border-color: rgba(180, 35, 24, 0.25);
}

/* Input lỗi – highlight nhẹ, không gây giật */
.wpcf7-form .wpcf7-not-valid {
  border-color: rgba(180, 35, 24, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.12);
}

/* Animate xuất hiện nhẹ */
.wpcf7 .wpcf7-not-valid-tip {
  animation: geErrorFadeIn 0.15s ease-out;
}

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

.error-404 {
  padding-block: 30px !important;
}

/* Responsive */
@media (max-width: 520px) {
  .ge-modal__close {
    width: 44px;
    height: 44px;
    top: 10px;
    right: 10px;
  }

  .ge-modal__close-icon {
    width: 16px;
    height: 16px;
  }

  .post-item .from_the_blog_excerpt {
    height: 60px;
  }
  .ge-modal-form .ge-modal-form__grid {
    grid-template-columns: 1fr;
  }
  .ge-modal__dialog {
    margin-top: 10vh;
  }

  .misc-title {
    font-size: 1.2rem;
  }
}

/* Accessibility: reduce motion */
@media (prefers-reduced-motion: reduce) {
  .ge-modal,
  .ge-modal__overlay,
  .ge-modal__dialog {
    transition: none !important;
  }
  .ge-modal__overlay {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

/* -------------------------
   Responsive switch at 850px
   ------------------------- */
@media (max-width: 850px) {
  .gempire-fab {
    display: none;
  }
  .gempire-bottom-nav {
    display: grid !important;
  }

  /* để tránh nội dung bị che bởi bottom bar */
  body {
    padding-bottom: 86px;
  }
}

/* Mobile: icon only */
@media (max-width: 768px) {
  .floating-btn {
    padding: 12px;
  }

  .floating-btn .label {
    display: none;
  }
}

/* Responsive */
@media (max-width: 64em) {
  .activity_box-wrapper {
    height: 500px;
  }

  .back-to-top {
    bottom: 125px !important;
  }

  .activity-card__title {
    font-size: 1.5rem;
  }

  .activity-card:not(:hover) .activity-card__title {
    font-size: 1.25rem;
  }

  .activity-card {
    clip-path: polygon(
      40px 0,
      100% 0,
      100% calc(100% - 40px),
      calc(100% - 40px) 100%,
      0 100%,
      0 40px
    );
  }

  .activity-card:first-child {
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 40px),
      calc(100% - 40px) 100%,
      0 100%
    );
  }

  .activity-card:last-child {
    clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
  }

  .section_route::after {
    background-image: url("../images/background/background-roadmap-mb.png");
  }

  section.roadmap {
    padding: 0 15px;
  }

  .logo-img img {
    object-fit: contain !important;
  }

  .activity_box-wrapper {
    padding: 0;
  }

  .vision-box {
    padding: 30px;
  }

  .achievement_box {
    padding: 24px !important;
    margin: 24px !important;
  }
}

/* Responsive */
@media (max-width: 53.125em) {
  .recruitment-grid.grid-2,
  .recruitment-grid.grid-3,
  .recruitment-grid.grid-4 {
    grid-template-columns: 1fr;
  }

  .recruitment-card__header {
    align-items: center;
    text-align: center;
  }

  .recruitment-card__actions {
  }
  .recruitment-card__salary,
  .recruitment-card__title {
    text-align: left;
  }

  .recruitment-card__title {
    font-size: 1rem;
  }

  .recruitment-card__salary {
    font-size: 1rem;
  }
}

@media (max-width: 36em) {
  .post-item .post-title a {
    height: 34px;
  }
  .banner_text_box h2 {
    line-height: 42px !important;
    font-size: 24px !important;
    padding: 0px;
  }

  .activity_box-wrapper {
    flex-direction: column;
    height: auto;
    gap: 20px;
    padding: 0;
  }

  .activity-card {
    /* Mobile: chỉ cắt góc trên bên trái */
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
  }

  .activity-card:first-child,
  .activity-card:last-child {
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
  }

  .activity-card:not(:hover) .activity-card__title {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 1.75rem;
  }

  .activity-card__description {
    opacity: 1;
    visibility: visible;
    max-height: none;
    transform: none;
  }

  .activity-card:hover {
    flex: 1;
  }

  .activity_box-wrapper:has(.activity-card:hover) .activity-card:not(:hover) {
    flex: 1;
  }

  .activity-card {
    min-height: 350px;
    height: 350px;
  }

  .activity-card__content {
    padding: 30px 20px;
  }

  .activity-card__title {
    font-size: 1.5rem;
  }

  .activity-card__description p {
    font-size: 0.95rem;
  }
  .vision-title,
  .roadmap-title {
    font-size: 1.5rem;
  }

  .roadmap .content h3 {
    font-size: 16px;
  }

  .roadmap .content strong {
    font-size: 18px;
  }

  .vision-box p {
    font-size: 16px;
  }

  .activity-card {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .achievement_box {
    padding: 20px !important;
    margin: 12px !important;
  }

  .recruitment-card__title-wrap {
    flex: unset;
    width: 100%;
  }

  .recruitment-card__header {
    flex-wrap: wrap;
    height: fit-content;
  }

  .section_career .recruitment-card__logo {
    width: 80px;
  }

  .recruitment-grid {
    margin: 0;
  }

  .section_career .recruitment-card__title {
    font-size: 1rem;
  }
  .section_career .info-item,
  .info-item--deadline,
  .section_career .recruitment-card__tags .tag {
    font-size: 12px;
  }

  .recruitment-card .countdown {
    font-size: 10px;
  }

  .recruitment-card__header {
    margin-bottom: 0.8rem;
  }

  .recruitment-card {
    padding: 1rem;
  }

  .recruitment-card__salary {
    font-size: 0.85rem;
  }

  .section_career .btn-detail,
  .section_career .btn-apply {
    font-size: 13px;
  }

  .partners__list {
    min-height: 100px;
  }

  .back-to-top {
    display: none !important;
  }
}

@media screen and (max-width: 549px) {
  .slider-wrapper .flickity-prev-next-button {
    display: block !important;
  }

  .section_partners .flickity-prev-next-button.previous {
    left: -5% !important;
  }

  .section_partners .flickity-prev-next-button.next {
    right: -5% !important;
  }
}
