@charset "UTF-8";
:root {
  --main-color: #3F64ED;
  --fs-h1: 54px;
  --fs-h2: 48px;
  --fs-h3: 42px;
  --fs-h4: 30px;
  --fs-h5: 24px;
  --fs-h6: 20px;
  --fs-normal: 16px;
  --fs-small: 14px;
}

@font-face {
  font-family: "Roboto";
  src: url(../font/Roboto-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/Roboto-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/Roboto-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/Roboto-Bold.ttf);
  font-weight: 700;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #cdd6e1;
  border-radius: 10px;
  border: 3px solid #f3f4f6;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #c3cbd5; /* Màu sắc khi hover */
}

/* Apply Roboto font to entire website */
body {
  font-family: "Roboto", sans-serif;
  color: #000;
  overflow-x: hidden;
  font-size: 16px;
}

ul li {
  list-style: none;
}

input,
select {
  vertical-align: middle;
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

select {
  cursor: pointer;
}

button {
  cursor: pointer;
  border: 0;
  outline: none;
}

img {
  display: block;
}

.nl-row {
  display: flex;
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.gap-5 {
  gap: 5px;
}

.flex-2 {
  flex: 2;
}

.gap-10 {
  gap: 10px;
}

.flex-3 {
  flex: 3;
}

.gap-15 {
  gap: 15px;
}

.flex-4 {
  flex: 4;
}

.gap-20 {
  gap: 20px;
}

.flex-5 {
  flex: 5;
}

.gap-25 {
  gap: 25px;
}

.flex-6 {
  flex: 6;
}

.gap-30 {
  gap: 30px;
}

.flex-7 {
  flex: 7;
}

.gap-35 {
  gap: 35px;
}

.flex-8 {
  flex: 8;
}

.gap-40 {
  gap: 40px;
}

.flex-9 {
  flex: 9;
}

.gap-45 {
  gap: 45px;
}

.flex-10 {
  flex: 10;
}

.gap-50 {
  gap: 50px;
}

.flex-11 {
  flex: 11;
}

.gap-55 {
  gap: 55px;
}

.flex-12 {
  flex: 12;
}

.gap-60 {
  gap: 60px;
}

.a-center {
  align-items: center;
}

.a-start {
  align-items: flex-start;
}

.a-end {
  align-items: flex-end;
}

.a-stretch {
  align-items: stretch;
}

.a-baseline {
  align-items: stretch;
}

.j-center {
  justify-content: center;
}

.j-start {
  justify-content: flex-start;
}

.j-end {
  justify-content: flex-end;
}

.j-between {
  justify-content: space-between;
}

.j-around {
  justify-content: space-around;
}

.f-column {
  flex-direction: column;
}

.f-column-re {
  flex-direction: column-reverse;
}

.f-row {
  flex-direction: row;
}

.f-row-re {
  flex-direction: row-reverse;
}

.f-no-wrap {
  flex-wrap: nowrap;
}

.nl-hidden {
  display: none !important;
}

.nl-max {
  width: 100%;
}

.nl-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.color-main {
  color: var(--main-color);
}

.nl-relative {
  position: relative;
}

.nl-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  height: 70px;
  color: #fff;
  z-index: 199;
  opacity: 1;
}
.nl-header .nl-container {
  height: 100%;
}
.nl-header .nl-left {
  height: 100%;
}
.nl-header .nl-left .nl-left-menu-logo {
  width: auto;
  height: 1.625rem;
  margin-right: auto;
}
.nl-header .nl-left .nl-head-menu {
  width: 100%;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 20px;
  align-items: center;
  border: 2px solid #f0f0f0;
  padding: 1em 2em;
  min-height: 5.5625em;
}
.nl-header .nl-left .nl-head-menu .nl-icon-menu {
  height: 40px;
  display: flex;
  align-items: center;
  margin-right: 0 !important;
}
.nl-header .nl-left .nl-body-menu {
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
}
.nl-header .nl-left .nl-bottom-menu {
  border-top: 2px solid #f0f0f0;
  padding: 2em 2em;
  width: 100%;
}
.nl-header .nl-left .nl-layer {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.nl-header .nl-left .nl-icon-menu {
  width: 30px;
  height: auto;
  margin-right: 16px;
  display: none;
}
.nl-header .nl-left .nl-left-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 4;
}
.nl-header .nl-left .nl-left-menu.active {
  display: block;
}
.nl-header .nl-left .nl-left-menu .nl-left-menu-logo {
  height: 1.25rem;
}
.nl-header .nl-left .nl-left-menu .nl-nav {
  position: relative;
  z-index: 9;
  margin-left: 0;
  width: 240px;
  background-color: white;
  display: flex !important;
  flex-direction: column;
  gap: 5px;
}
.nl-header .nl-left .nl-left-menu .nl-nav-item {
  height: 50px;
  width: 100%;
  flex-direction: column;
}
.nl-header .nl-left .nl-left-menu .nl-nav-item.active {
  height: auto;
  font-weight: bold;
}
.nl-header .nl-left .nl-left-menu .nl-nav-item.active .nl-nav-sub {
  position: static;
  background-color: #F9FAFB;
  transform: unset;
  width: 100%;
}
.nl-header .nl-left .nl-left-menu .nl-nav-item.active .nl-nav-sub .nl-nav-link {
  height: 24px;
  color: #4F4F4F;
  padding-left: 0.5rem;
  font-weight: normal;
  font-size: var(--fs-small);
}
.nl-header .nl-left .nl-left-menu .nl-nav-link,
.nl-header .nl-left .nl-left-menu .nl-nav-text {
  color: #000;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: var(--fs-normal);
  padding-left: 2rem;
}
.nl-header .nl-left .nl-left-menu .nl-nav-text::after {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  right: 1em;
}
.nl-header .nl-right {
  height: 100%;
}
.nl-header .nl-logo img {
  display: block;
  width: auto;
  height: 1.625rem;
}
.nl-header .nl-nav {
  margin-left: 2.75em;
  height: 100%;
}
.nl-header .nl-btn.btn-primary {
  height: 36px;
  min-width: 100px;
  padding: 0 0.5em;
  font-size: var(--fs-small);
  border-radius: 0.5em;
  background-color: var(--main-color);
  color: #fff;
}
.nl-header .nl-languague {
  display: flex;
  align-items: center;
  margin-left: 1.625em;
  position: relative;
  padding-right: 1rem;
  height: 100%;
  cursor: pointer;
}
.nl-header .nl-languague::after {
  content: "";
  position: absolute;
  right: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: calc(50% - 0.25rem);
  pointer-events: none;
}
.nl-header .nl-languague .nl-text-selected {
  font-size: var(--fs-small);
  cursor: pointer;
  min-width: 20px;
}
.nl-header .nl-languague .nl-languague-list {
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  padding: 0.5em 0;
  white-space: nowrap;
  transform: translateX(-2em);
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 1rem 1rem;
  z-index: 100;
}
.nl-header .nl-languague .nl-languague-list .nl-languague-item {
  padding: 0.5em 2em;
  cursor: pointer;
  font-size: var(--fs-small);
}
.nl-header .active .nl-languague-list {
  display: block;
}

.nl-nav .nl-nav-link,
.nl-nav .nl-nav-text {
  color: #fff;
  font-size: var(--fs-small);
  cursor: pointer;
}
.nl-nav .nl-nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.nl-nav .nl-nav-text {
  position: relative;
  padding-right: 1rem;
}
.nl-nav .nl-nav-text::after {
  content: "";
  position: absolute;
  right: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: calc(50% - 0.25rem);
  pointer-events: none;
}
.nl-nav .nl-nav-sub {
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  padding: 0.5em 0;
  white-space: nowrap;
  transform: translateX(-2em);
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 1rem 1rem;
  z-index: 100;
}
.nl-nav .nl-nav-sub li {
  padding: 0.5em 2em;
}
.nl-nav .nl-nav-sub li .nl-nav-link {
  font-size: var(--fs-small);
}
.nl-nav .active .nl-nav-sub {
  display: block;
}

.nl-main-banner {
  height: 100vh;
  position: relative;
}
.nl-main-banner video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nl-main-banner .nl-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(94, 94, 94, 0.2);
  z-index: 3;
}
.nl-main-banner .nl-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  flex-direction: column;
  color: #fff;
  font-family: Lato, sans-serif;
  text-align: center;
}
.nl-main-banner .nl-content .nl-text {
  font-weight: 900;
  font-size: var(--fs-h1);
  margin-bottom: 10px;
}
.nl-main-banner .nl-content .nl-sub-text {
  font-weight: 900;
  font-size: var(--fs-h4);
}
.nl-main-banner .nl-actions {
  position: fixed;
  right: 2em;
  top: 9.625em;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.nl-main-banner .nl-actions .nl-btn {
  position: relative;
  height: 3.2em;
  width: 11.41em;
  border-radius: 1.25rem;
  color: #000;
  font-size: var(--fs-small);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.675rem;
  font-weight: 500;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.14);
  border: 1px solid #f0f0f0;
  overflow: hidden;
  background: #fff;
}
.nl-main-banner .nl-actions .nl-btn img {
  height: 22px;
  position: relative;
  z-index: 2;
}
.nl-main-banner .nl-actions .nl-btn .icon-2 {
  display: none;
}
.nl-main-banner .nl-actions .nl-btn span {
  position: relative;
  z-index: 2;
}
.nl-main-banner .nl-actions .nl-btn:hover {
  color: #fff;
  background: var(--main-color);
  border-color: var(--main-color);
}
.nl-main-banner .nl-actions .nl-btn:hover::after {
  width: 100%;
}
.nl-main-banner .nl-actions .nl-btn:hover .icon-1 {
  display: none;
}
.nl-main-banner .nl-actions .nl-btn:hover .icon-2 {
  display: block;
}
.nl-main-banner.active .nl-content .nl-text {
  animation: fade-animation 1s ease-in forwards;
}
.nl-main-banner.active .nl-content .nl-sub-text {
  animation: fade-animation 1s ease-in forwards;
  animation-delay: 0.2s;
}
.nl-main-banner.active .nl-actions .nl-btn {
  animation: sub-title-animation 0.7s ease-in forwards;
}

section {
  background-color: #fff;
}
section .nl-text-title {
  font-size: var(--fs-h2);
  line-height: 1.346;
  text-align: center;
  margin-top: -0.625rem;
  margin-bottom: 10px;
}
section .nl-text-sub-title {
  font-size: var(--fs-h6);
  text-align: center;
  color: #5F5F5F;
}

.nl-sec-1 {
  height: calc(100vh + 600px);
  position: relative;
  align-items: flex-start;
}
.nl-sec-1 .nl-text-sub-title {
  margin-bottom: 2em;
}
.nl-sec-1 .nl-container {
  position: sticky;
  top: 0px;
  left: 0;
  width: 100%;
  min-height: 100vh;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}
.nl-sec-1 .nl-fig {
  position: relative;
  width: 46%;
  border-radius: 1.875em;
  overflow: hidden;
  aspect-ratio: 6/7;
  background-size: cover;
  background-position: center;
}
.nl-sec-1 .nl-fig img {
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.nl-sec-1 .nl-fig img.active {
  display: block;
}
.nl-sec-1 .nl-fig img:nth-child(1), .nl-sec-1 .nl-fig img:nth-child(2), .nl-sec-1 .nl-fig img:nth-child(3) {
  width: 100%;
}
.nl-sec-1 .nl-fig img:nth-child(1).active, .nl-sec-1 .nl-fig img:nth-child(2).active, .nl-sec-1 .nl-fig img:nth-child(3).active {
  animation: move-right-animation 0.2s ease-in forwards;
}
.nl-sec-1 .nl-fig img:nth-child(4) {
  margin-left: 16%;
  margin-bottom: 4rem;
  width: 30%;
}
.nl-sec-1 .nl-fig img:nth-child(4).active {
  animation: sub-title-animation 0.2s ease-in forwards;
}
.nl-sec-1 .nl-fig img:nth-child(5) {
  margin-right: 2rem;
  margin-bottom: 2.5rem;
  width: 40%;
}
.nl-sec-1 .nl-fig img:nth-child(5).active {
  animation: move-left-animation 0.2s ease-in forwards;
}
.nl-sec-1 .nl-fig .nl-text {
  position: absolute;
  top: 1.875rem;
  left: 2.5rem;
  right: 2.5rem;
  color: #fff;
  font-size: var(--fs-h5);
  font-weight: bold;
  display: none;
}
.nl-sec-1 .nl-fig .nl-text.active {
  display: block;
  animation: fade-animation 0.2s ease-in forwards;
}
.nl-sec-1 .nl-content {
  padding-left: 3em;
  width: 54%;
}
.nl-sec-1 .nl-item {
  padding: 1em 1.25em;
  margin-bottom: 1.875em;
  border-left: 6px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
}
.nl-sec-1 .nl-item .nl-mark-number {
  display: inline-block;
  width: 1.375em;
  height: 1.14em;
  font-size: var(--fs-h6);
  line-height: 1.14em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #E5E5E5;
  font-style: normal;
  margin-bottom: 0.625em;
}
.nl-sec-1 .nl-item .nl-text {
  font-size: var(--fs-h6);
  line-height: 1.43;
  color: #959595;
  font-weight: 600;
}
.nl-sec-1 .nl-item.active {
  border-left-color: var(--main-color);
  background-color: #F8F9FB;
  transition: all 0.15s;
  transition-delay: 0.15s;
}
.nl-sec-1 .nl-item.active .nl-mark-number {
  background-color: var(--main-color);
  transition: all 0.15s;
  transition-delay: 0.15s;
}
.nl-sec-1 .nl-item.active .nl-text {
  color: #000;
  transition: all 0.15s;
  transition-delay: 0.15s;
}
.nl-sec-1.active .nl-text-title {
  animation: title-animation 0.5s ease-in forwards;
}
.nl-sec-1.active .nl-text-sub-title {
  animation: sub-title-animation 0.7s ease-in-out forwards;
  animation-delay: 0.2s;
}

.nl-sec-2 {
  background-color: #F9FAFB;
  transition: transform 1s ease, top 0.5s ease;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}
.nl-sec-2 .nl-list {
  padding-top: 3.75em;
  gap: 1.875em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.nl-sec-2 .nl-list .nl-card-image {
  position: relative;
  flex: 1;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 396/527;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3019607843);
}
.nl-sec-2 .nl-list .nl-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.nl-sec-2 .nl-list .nl-card-image .nl-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 1em 1.25em;
  z-index: 2;
  font-size: var(--fs-h6);
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
.nl-sec-2 .nl-list .nl-card-image:hover img {
  transform: scale(1.2);
}
.nl-sec-2.active .nl-list .nl-card-image {
  animation: rotate-section-2 0.5s ease-in forwards;
}

.nl-sec-3 {
  text-align: center;
  position: relative;
  height: 200vh;
  align-items: flex-start;
}
.nl-sec-3 .nl-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/section3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 2;
}
.nl-sec-3 .nl-layer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(15, 15, 20, 0.8);
}
.nl-sec-3 .nl-content {
  position: sticky;
  top: 0px;
  left: 0;
  min-height: 100vh;
  width: 100%;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  z-index: 110;
}
.nl-sec-3 .nl-content .nl-section-logo {
  width: auto;
  height: 2.5rem;
  margin: 0 auto 6em;
  animation: title-animation 1s ease-in forwards;
}
.nl-sec-3 .nl-content .nl-text {
  font-size: var(--fs-h2);
  font-weight: bold;
}
.nl-sec-3 .nl-content .nl-sub-text {
  font-size: var(--fs-h1);
  margin: 1em auto;
  display: none;
  font-weight: 900;
}
.nl-sec-3 .nl-content .nl-sub-text.active {
  display: block;
  animation: sub-title-animation 1s ease-in forwards;
}
.nl-sec-3 .nl-content .nl-description {
  padding: 0 20px;
  width: 100%;
  max-width: 872px;
  margin: 1em auto;
  font-size: var(--fs-h6);
}
.nl-sec-3.active .nl-text-title {
  animation: title-animation 0.5s ease-in forwards;
}
.nl-sec-3.active .nl-text-sub-title {
  animation: sub-title-animation 0.7s ease-in-out forwards;
  animation-delay: 0.2s;
}
.nl-sec-3.active .nl-text {
  animation: title-animation 1s ease-in forwards;
}
.nl-sec-3.active .nl-description {
  animation: sub-title-animation 2s ease-in forwards;
}

.nl-sec-4 {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}
.nl-sec-4 .nl-video {
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 2em auto 0;
  position: relative;
}
.nl-sec-4 .nl-video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.nl-sec-4 .nl-list {
  margin-top: 3.5em;
}
.nl-sec-4 .nl-list .nl-item {
  flex: 1;
  padding: 0 3em;
}
.nl-sec-4 .nl-list .nl-item:not(:last-child) .nl-content {
  position: relative;
}
.nl-sec-4 .nl-list .nl-item:not(:last-child) .nl-content::after {
  content: "";
  position: absolute;
  top: 0.2em;
  bottom: 0.2em;
  right: -3rem;
  height: 100%;
  width: 1px;
  border-right: 1px solid #DADADA;
}
.nl-sec-4 .nl-list .nl-item .nl-icon {
  margin-bottom: 1em;
}
.nl-sec-4 .nl-list .nl-item .nl-icon:hover {
  animation: scale-animation 1s ease-in-out forwards;
}
.nl-sec-4 .nl-list .nl-item .nl-name {
  margin-bottom: 1rem;
  font-size: var(--fs-h4);
}
.nl-sec-4 .nl-list .nl-item .nl-description {
  font-size: var(--fs-normal);
  line-height: 1.6;
  color: #5F5F5F;
}
.nl-sec-4.active .nl-text-title {
  animation: title-animation 0.5s ease-in forwards;
}
.nl-sec-4.active .nl-text-sub-title {
  animation: sub-title-animation 0.7s ease-in-out forwards;
  animation-delay: 0.2s;
}
.nl-sec-4.active .nl-list .nl-item .nl-name {
  animation: title-animation 0.5s ease-in-out forwards;
}
.nl-sec-4.active .nl-list .nl-item .nl-description {
  animation: sub-title-animation 0.7s ease-in-out forwards;
  animation-delay: 0.2s;
}

.nl-sec-5,
.nl-sec-6,
.nl-sec-7 {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
  background-color: #F9FAFB;
}
.nl-sec-5 .nl-container,
.nl-sec-6 .nl-container,
.nl-sec-7 .nl-container {
  gap: 3em 6em;
}
.nl-sec-5 .nl-content,
.nl-sec-6 .nl-content,
.nl-sec-7 .nl-content {
  width: 100%;
}
.nl-sec-5 .nl-content .nl-text-title,
.nl-sec-5 .nl-content .nl-text-sub-title,
.nl-sec-6 .nl-content .nl-text-title,
.nl-sec-6 .nl-content .nl-text-sub-title,
.nl-sec-7 .nl-content .nl-text-title,
.nl-sec-7 .nl-content .nl-text-sub-title {
  text-align: left;
}
.nl-sec-5 .nl-content .nl-text-title,
.nl-sec-6 .nl-content .nl-text-title,
.nl-sec-7 .nl-content .nl-text-title {
  font-size: var(--fs-h3);
  font-weight: bold;
  max-width: 600px;
}
.nl-sec-5 .nl-content .nl-text-sub-title,
.nl-sec-6 .nl-content .nl-text-sub-title,
.nl-sec-7 .nl-content .nl-text-sub-title {
  font-size: var(--fs-h6);
  color: #5F5F5F;
  margin-top: 1em;
}
.nl-sec-5 .nl-content img,
.nl-sec-6 .nl-content img,
.nl-sec-7 .nl-content img {
  margin-top: 2em;
  max-width: 100%;
}
.nl-sec-5 .nl-list-logo,
.nl-sec-6 .nl-list-logo,
.nl-sec-7 .nl-list-logo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  width: 100%;
  align-content: start;
  transition: transform 1s ease, opacity 1s ease;
}
.nl-sec-5 .nl-list-logo.active,
.nl-sec-6 .nl-list-logo.active,
.nl-sec-7 .nl-list-logo.active {
  opacity: 1;
  transform: translateX(0);
}
.nl-sec-5 .nl-list-logo img,
.nl-sec-6 .nl-list-logo img,
.nl-sec-7 .nl-list-logo img {
  max-width: 100%;
}

.nl-sec-5 .nl-left {
  flex: 1;
}
.nl-sec-5 .nl-right {
  flex: 1;
  max-width: 440px;
}
.nl-sec-5 .nl-content img {
  height: 340px;
}
.nl-sec-5.active .nl-content img {
  animation: rotate-section-5 1s ease-in forwards;
}

.nl-sec-6 {
  background-color: #fff;
  padding-bottom: 3em;
}
.nl-sec-6 .nl-container {
  -moz-column-gap: 10em;
       column-gap: 10em;
}
.nl-sec-6 .nl-container .nl-left {
  flex: 1;
  max-width: 440px;
}
.nl-sec-6 .nl-container .nl-right {
  flex: 1;
}
.nl-sec-6 .nl-content {
  text-align: right;
}
.nl-sec-6 .nl-content .nl-text-title,
.nl-sec-6 .nl-content .nl-text-sub-title {
  text-align: right;
  margin-left: auto;
}
.nl-sec-6 .nl-content img {
  height: 360px;
}

.nl-sec-7 .nl-content .nl-text-title,
.nl-sec-7 .nl-content .nl-text-sub-title {
  max-width: 680px;
}
.nl-sec-7 .nl-content img {
  mix-blend-mode: multiply;
  margin-top: 0;
  height: 380px;
  margin-left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 430/566;
}

.nl-sec-8 {
  padding-top: 5em;
  padding-bottom: 6em;
}
.nl-sec-8 img {
  max-width: 100%;
}
.nl-sec-8 .nl-left img {
  height: 480px;
  width: 100%;
  max-width: 489px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.nl-sec-8 .nl-container > div {
  min-width: 320px;
}
.nl-sec-8 .nl-content .nl-text-title {
  text-align: left;
}
.nl-sec-8 .nl-content .nl-auto-slider {
  width: 100%;
  overflow: hidden;
}
.nl-sec-8 .nl-content .nl-list {
  margin-top: 2.5em;
  gap: 1.125em;
  position: relative;
  height: 72px;
  flex-wrap: nowrap;
  animation: scroll 20s linear infinite;
}

.nl-sec-9 {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
  background-color: #F9FAFB;
}
.nl-sec-9 .nl-list {
  width: 100%;
  gap: 1rem;
  margin-top: 6em;
}
.nl-sec-9 .nl-list .nl-card {
  flex: 1;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  text-align: right;
  padding: 2em 1em 1em;
  row-gap: 0.5rem;
}
.nl-sec-9 .nl-list .nl-card .nl-pic {
  width: auto;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.nl-sec-9 .nl-list .nl-card .nl-pic:hover {
  transform: scale(1.2);
}
.nl-sec-9 .nl-list .nl-card:nth-child(2) .nl-pic {
  height: 186px;
}
.nl-sec-9 .nl-list .nl-card:nth-child(4) .nl-pic, .nl-sec-9 .nl-list .nl-card:nth-child(5) .nl-pic {
  height: 160px;
}
.nl-sec-9 .nl-list .nl-card .nl-content {
  position: relative;
  z-index: 2;
  color: var(--main-color);
  font-size: var(--fs-normal);
  gap: 0.5em;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.nl-sec-9 .nl-list .nl-card .nl-content:hover {
  font-weight: bold;
}
.nl-sec-9 .nl-list .nl-card .nl-content img {
  height: 1rem;
  position: relative;
  bottom: -2px;
}

.nl-button-move-top {
  position: fixed;
  right: 2em;
  bottom: 200px;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
  z-index: 10;
  display: none;
}
.nl-button-move-top.active {
  display: flex;
}
.nl-button-move-top .nl-arrow-top {
  width: 1rem;
  height: 1rem;
  border-right: 3px solid #202024;
  border-top: 3px solid #202024;
  transform: rotate(-45deg);
}

.nl-footer {
  padding-top: 5.25em;
  padding-bottom: 5.25em;
  background-color: #202024;
  color: #fff;
}
.nl-footer a {
  color: #fff;
}
.nl-footer .nl-logo-footer {
  margin-bottom: 1.2rem;
  height: 2rem;
  width: auto;
  margin-right: auto;
}
.nl-footer .nl-text-info {
  font-size: var(--fs-small);
  padding-right: 3em;
}
.nl-footer .nl-footer-info {
  gap: 3em;
}
.nl-footer .nl-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.nl-footer .nl-col .nl-col-name {
  font-size: var(--fs-small);
  font-weight: bold;
}
.nl-footer .nl-col:nth-child(1) {
  flex: 2;
}
.nl-footer .nl-col .nl-text {
  font-size: var(--fs-small);
  margin-bottom: 0.25em;
}
.nl-footer .nl-line {
  margin-top: 5.345em;
  margin-bottom: 1.75em;
  border: 0;
  border-top: 2px solid #4F4F4F;
}
.nl-footer .nl-copy-right {
  font-size: var(--fs-small);
}

@media only screen and (min-width: 701px) and (max-width: 1280px) {
  .nl-header .nl-left .nl-icon-menu {
    display: block;
  }
  .nl-header .nl-left .nl-bottom-menu .nl-btn {
    height: 44px;
  }
  .nl-header .nl-right .btn-primary {
    display: none;
  }
  .nl-nav {
    display: none;
  }
  .nl-main-banner .nl-content .nl-actions .nl-btn img {
    height: 18px;
  }
  section .nl-content .nl-text-title,
  section .nl-content .nl-text-sub-title {
    text-align: center;
  }
  .nl-sec-2 .nl-list {
    grid-template-columns: 1fr 1fr;
  }
  .nl-sec-3 {
    min-height: 100vh;
  }
  .nl-sec-4 .nl-list {
    row-gap: 2em;
  }
  .nl-sec-4 .nl-list .nl-item {
    width: 100%;
    flex: unset;
    text-align: center;
  }
  .nl-sec-4 .nl-list .nl-item .nl-content::after {
    display: none;
  }
  .nl-sec-4 .nl-list .nl-item img {
    margin-left: auto;
    margin-right: auto;
  }
  .nl-sec-6 .nl-container {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .nl-sec-6 .nl-content .nl-text-title,
  .nl-sec-6 .nl-content .nl-text-sub-title {
    max-width: 680px;
  }
  .nl-sec-5 .nl-container,
  .nl-sec-7 .nl-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .nl-sec-7 .nl-content img {
    margin: 0 auto;
  }
  .nl-sec-9 .nl-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
  .nl-sec-9 .nl-list .nl-card {
    flex: unset;
    min-width: 200px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1023px) {
  .nl-footer .nl-footer-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 700px) {
  :root {
    --fs-h1: 34px;
    --fs-h2: 28px;
    --fs-h3: 24px;
    --fs-h4: 20px;
    --fs-h6: 16px;
    --fs-normal: 14px;
    --fs-small: 12px;
  }
  body,
  html {
    font-size: 12px;
  }
  img {
    max-width: 100%;
  }
  .nl-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .nl-header {
    top: 0 !important;
  }
  .nl-header .nl-logo {
    width: auto;
    height: 2rem;
  }
  .nl-header .nl-left {
    flex: 2;
  }
  .nl-header .nl-left .nl-icon-menu {
    display: block;
  }
  .nl-header .nl-left .nl-bottom-menu .nl-btn {
    height: 50px;
  }
  .nl-header .nl-left .nl-nav-sub {
    position: static;
    background-color: #fff;
  }
  .nl-header .nl-right .btn-primary {
    display: none;
  }
  .nl-nav {
    display: none;
  }
  .nl-main-banner .nl-content {
    justify-content: flex-end;
    padding-bottom: 100px;
    text-align: left;
  }
  .nl-main-banner .nl-content .nl-actions {
    right: 16px;
  }
  .nl-main-banner .nl-content .nl-actions .nl-btn img {
    height: 18px;
  }
  section .nl-text-title,
  section .nl-text-sub-title {
    text-align: center !important;
  }
  .hide-in-mobile {
    display: none;
  }
  .nl-sec-1 .nl-text-sub-title {
    margin-bottom: 0;
  }
  .nl-sec-1 .nl-container {
    gap: 2em;
    padding-top: 7em;
  }
  .nl-sec-1 .nl-fig {
    width: 100%;
  }
  .nl-sec-1 .nl-content {
    margin-top: 2em;
    width: 100%;
    padding-left: 0;
  }
  .nl-sec-2 .nl-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 1em;
  }
  .nl-sec-2 .nl-list .nl-card-image {
    min-width: unset;
    width: 100%;
  }
  .nl-sec-3 .nl-content .nl-text {
    font-size: 2rem;
  }
  .nl-sec-3 .nl-content .nl-section-logo {
    width: 5.5em;
    height: auto;
  }
  .nl-sec-4 .nl-list {
    row-gap: 2em;
  }
  .nl-sec-4 .nl-list .nl-item {
    width: 100%;
    flex: unset;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }
  .nl-sec-4 .nl-list .nl-item .nl-content::after {
    display: none;
  }
  .nl-sec-4 .nl-list .nl-item img {
    margin-left: auto;
    margin-right: auto;
  }
  .nl-sec-5 .nl-container,
  .nl-sec-7 .nl-container {
    flex-direction: column;
  }
  .nl-sec-6 .nl-container {
    flex-direction: column-reverse;
  }
  .nl-sec-7 .nl-container .nl-content img {
    height: 260px;
    margin: auto;
  }
  .nl-sec-8 .nl-container {
    gap: 2em;
  }
  .nl-sec-8 .nl-container .nl-left img {
    width: 70%;
    height: 174px;
    margin: 2em auto;
  }
  .nl-sec-8 .nl-content .nl-list {
    height: 36px;
  }
  .nl-sec-9 .nl-list {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .nl-sec-9 .nl-list .nl-card {
    flex: unset;
    min-width: unset;
  }
  .nl-footer .nl-text-info {
    font-size: var(--fs-small);
    line-height: 20px;
    padding-right: 0;
  }
  .nl-footer .nl-footer-info {
    gap: 3em 3.4em;
  }
  .nl-footer .nl-footer-info .nl-col {
    min-width: 140px;
    gap: 0.5rem;
    flex: 1;
  }
  .nl-footer .nl-footer-info .nl-col:nth-child(even) {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
  }
  .nl-footer .nl-footer-info .nl-col .nl-text {
    font-size: var(--fs-small);
    line-height: 20px;
  }
}/*# sourceMappingURL=nl-style.css.map */