body {
    font-family: "Hanken Grotesk", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Space Grotesk", sans-serif;
}


.logo-marquee {
    overflow: hidden;
    width: 100%;
}

.logo-marquee > .col-inner {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: flex-start !important;
    width: max-content !important;
    max-width: none !important;
    will-change: transform;
    gap: 20px;

}

.logo-marquee .ux-logo {
    flex: 0 0 auto !important;
        background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 10px;
}

.logo-marquee  .ux-logo:hover {
    border-color: #84CC16;
  box-shadow: 0 16px 36px -8px rgba(15, 23, 42, 0.08), 0 0 20px -2px rgba(210, 248, 50, 0.35);
}

/* marquee-1: chạy sang trái */
.marquee-1 > .col-inner {
    animation: marqueeLeft 40s linear infinite;
}

/* marquee-2: chạy sang phải */
.marquee-2 > .col-inner {
    animation: marqueeRight 45s linear infinite;
}

/* Hover thì dừng */
.logo-marquee:hover > .col-inner {
    animation-play-state: paused;
}

@keyframes marqueeLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes marqueeRight {
    from {
        transform: translate3d(-50%, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.recruit-iconbox h3 {
	font-size: 17px;
	margin-bottom: 0;
}

.recruit-iconbox p {
	font-size: 14px;
}

.recruit-iconbox {
	margin-bottom: 10px;
}

.recruit-iconbox .icon-box-img {
    color:var(--lime-700)
}

.contact-panel__grid > .col-inner {
  color: #fff;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
  position: relative;
  overflow: hidden;
}
.contact-panel__eyebrow {
  background: #D2F832;
  color: var(--slate-950);
  font-family: var(--font-headline);
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}

.contact-panel__grid h2 {
  font-family: var(--font-headline);
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.contact-panel__grid h2 span {
    color: #D2F832;
}


.contact-panel__point {
  display: flex;
  align-items: center;
  gap: 0.75rem;
	margin-top: 10px
}

.contact-panel__point .material-symbols-outlined {
  color: #D2F832;
  font-size: 1.25rem;
  font-weight: 700;
  flex-shrink: 0;
}


.html.custom > .kn-btn {
    line-height: 1 !important;
}
.no-padding-bot {
	padding-bottom: 0;
}

.footer-brand__logo-box {
    background: #fff;
    border-radius: 0.5rem;
    border: 1px solid var(--slate-300);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.site-footer li,.site-footer p {
	  font-family: var(--font-body);
    font-size: 1rem;
    color: var(--slate-300);
    line-height: 1.625;
    max-width: 24rem;
	transition: 0.3s;
}

.site-footer .has-phone strong {
	  color: #fff;
    font-family: var(--font-headline);
    font-size: 1.15rem;
    font-weight: 600;
}

.site-footer h3 {
     font-family: var(--font-headline);
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.25rem;
}
.site-footer li {
	list-style: none;
	padding-left: 0 !important;
	margin-left: 0 !important;
	cursor: pointer;
	padding: 0.125rem 0;
}
.site-footer li:hover {
	color: #fff;
}

.transparent .header-main {
    background: transparent;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.header-main .nav > li > a {
	  font-family: var(--font-headline);
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
	color : var(--color-primary)
}

.header-main .header-nav .kn-btn--m {
    padding: 12px 20px;
    font-size: 13px;
    border-radius: 12px;
    gap: 10px;
		color: var(--primary-color) !important;
}

.hero-sec {
	height: 100dvh;
}

.banner-layer .kn-btn--main {
	margin-right: 12px;
}

