@charset "utf-8";
@import url("../templates/font-awesome-pro/css/all.css");
@import url("../scripts/swiper-12/swiper-bundle.min.css");
@import url("../scripts/fancybox-5/dist/fancybox/fancybox.css");
@import url("../scripts/aos/aos.css");
/************************************************************************************
CSS RESET
*************************************************************************************/
:root {
  --color-primary: #194185;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  text-rendering: optimizeSpeed;
}
html {
  height: 100%;
}
a {
  color: #333;
  text-decoration: none;
  opacity: 0.8;
  transition: 0.2s;
}
a:hover {
  opacity: 1;
}
p {
  padding: 0 0 10px 0;
}
img {
  border: 0;
  border-spacing: 0;
  max-width: 100%;
}
img,
embed {
  vertical-align: middle;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
img,
embed {
  margin: 0;
  padding: 0;
  outline: 0;
}
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #eee;
}
table td,
table th {
  border: 1px solid #eee;
  padding: 15px;
}
caption,
th,
td {
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
em {
  font-style: italic;
}
sup {
  vertical-align: super;
}
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
input[type="reset"],
input[type="search"],
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}
/************************************************************************************
Reset HTML5 Elements to Block
*************************************************************************************/
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/************************************************************************************
CSS PLUS NEW
*************************************************************************************/
html {
  overflow-x: hidden;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  color: #333;
  line-height: 1.375;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  min-height: 100%;
}
.min_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.divider {
  content: "";
  width: 1px;
  height: 25px;
  background-color: rgb(228 228 228 / 25%);
}
.s_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  color: #333;
  text-align: center;
  margin: 0 0 40px;
}
.section {
  padding: 60px 0;
}
.clamp2 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp3 {
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp4 {
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp5 {
  -webkit-line-clamp: 5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sty_home #header {
  background-image: url(../imgs/hero.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.5);
}
#header a,
#header span,
#header i {
  color: #333;
}
.sty_home #header a,
.sty_home #header span,
.sty_home #header i {
  color: #fff;
}
.sty_home #header .top_header {
  background-color: transparent;
}
#header .top_header {
  padding: 8px 0;
  border-bottom: 1px solid rgb(228 228 228 / 25%);
  background-color: #000;
}
#header .top_header a,
#header .top_header span,
#header .top_header i {
  color: #fff;
}
#header .top_header a,
#header .top_header span {
  font-size: 15px;
}
#header .top_header .min_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .top_header .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#header .top_header .wrap {
  display: flex;
  align-items: center;
}
#header .top_header .wrap i {
  margin-right: 8px;
  font-size: 15px;
}
#header .bottom_header .min_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .bottom_header .logo {
  display: none;
}
.sty_home #header .bottom_header .logo {
  display: block;
}
.sty_home #header .bottom_header .logo img {
  max-height: 60px;
  width: auto;
}
#header .bottom_header .logo_color img {
  max-height: 60px;
  height: 100%;
  width: auto;
}
.sty_home #header .bottom_header .logo_color {
  display: none;
}
.logo_color, .sty_home #header .bottom_header .logo {
  opacity: 1 !important;
}
#header .bottom_header ul.menu {
  display: flex;
  align-items: center;
}
#header .bottom_header ul.menu li {
  padding: 40px 16px;
}
#header .bottom_header ul.menu li.active a {
  color: var(--color-primary);
}
#header .bottom_header ul.menu li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
#header .bottom_header .icon_menu_mobile {
  display: none;
}
#header .bottom_header .icon_menu_mobile i {
  font-size: 20px;
  color: #000;
}
#pop_header {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  padding: 20px 0;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.2s;
}
#pop_header.active {
  visibility: visible;
  opacity: 1;
}
#pop_header .wrap {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}
#pop_header .wrap li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  transition: 0.2s;
}
#pop_header .wrap li.active a {
  color: #000;
  font-weight: 700;
}
.scrollToTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
  z-index: 10;
}
.sty_home #header .hero {
  display: block;
}
#header .hero {
  display: none;
  height: 800px;
  color: #fff;
  padding: 150px 0;
  position: relative;
}
#header .hero .content {
  max-width: 45%;
  width: 100%;
  z-index: 2;
  position: relative;
}
#header .hero .content h2 {
  font-size: 50px;
  line-height: 65px;
  font-family: "Open Sans";
}
#header .hero .content .noidung {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 30px;
  margin: 10px 0 0 0;
}
#header .hero .content .btn {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  color: #333;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 4px 25px;
  margin: 15px 0 0 0;
  transition: 0.2s;
}
#header .hero .content .btn:hover {
  background-color: transparent;
  color: #fff;
}
#header .hero .image {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  max-width: 55%;
  width: 100%;
  z-index: 1;
}
#header .hero .image img {
  width: 100%;
}
#header .hero .swiper_pagination_hero {
  width: 100%;
  margin: 200px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .hero .swiper_pagination_hero .swiper-pagination-bullet {
  width: 18px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 6px;
  background-color: transparent;
  transition: 0.2s;
}
#header .hero .swiper_pagination_hero .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 30px;
}
#main .section_gioithieu .wrap {
  display: grid;
  grid-template-columns: 2fr 3fr;
  box-shadow: 0 0 35px 0 rgb(0 0 0 / 0.05);
  padding: 32px;
  align-items: center;
}
#main .section_gioithieu .wrap .left {
  width: 100%;
  padding: 0 20px;
}
#main .section_gioithieu .wrap .left img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#main .section_gioithieu .wrap .right {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
#main .section_gioithieu .wrap .right .wrap_icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  border-radius: 12px;
  margin: 0 0 15px;
  padding: 16px;
}
#main .section_gioithieu .wrap .right .wrap_icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#main .section_gioithieu .wrap .right .title {
  font-size: 22px;
  line-height: 34px;
  margin: 0 0 10px;
}
#main .section_gioithieu .wrap .right .description {
  font-size: 16px;
  line-height: 28px;
}
#main .section_tinhnang .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
#main .section_tinhnang .wrap li {
  text-align: center;
  box-shadow: 0 2px 35px 0 rgb(0 0 0 / 0.05);
  padding: 20px;
}
#main .section_tinhnang .wrap li img {
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 0 30px;
  transition: 0.2s;
}
#main .section_tinhnang .wrap li img:hover {
  transform: scale(1.1);
}
#main .section_tinhnang .wrap li .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  margin: 0 0 20px 0;
}
#main .section_tinhnang .wrap li .description {
  line-height: 28px;
  padding: 0;
}
#main .section_dichvu .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
}
#main .section_dichvu .wrap li {
  background-color: #f0f0f0;
  padding: 80px 10px 50px 10px;
  text-align: center;
  transition: 0.2s;
}
#main .section_dichvu .wrap li:nth-child(even) {
  background-color: #c5c5c5;
}
#main .section_dichvu .wrap li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#main .section_dichvu .wrap li img {
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 0 80px;
}
#main .section_dichvu .wrap li .title a {
  display: block;
  font-size: 24px;
  line-height: 36px;
  margin: 10px 0 15px 0;
}
#main .section_dichvu .wrap li .link {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .section_dichvu .wrap li .link i {
  font-size: 14px;
  margin: 0 0 0 6px;
}
#main .section_tintuc .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
#main .section_tintuc .wrap .wrap_img {
  display: block;
  max-width: 100%;
  overflow: hidden;
}
#main .section_tintuc .wrap .wrap_img img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: 0.3s;
}
#main .section_tintuc .wrap .wrap_img img:hover {
  transform: scale(1.1);
}
#main .section_tintuc .wrap .date {
  display: block;
  font-size: 14px;
  color: #9b9b9b;
  margin: 10px 0 15px 0;
}
#main .section_tintuc .wrap .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  color: #9b9b9b;
  margin: 0 0 15px 0;
}
#main .section_tintuc .wrap li .link {
  font-size: 18px;
  font-weight: 600;
  color: #707070;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}
#main .section_tintuc .wrap li .link i {
  font-size: 14px;
  margin: 0 0 0 6px;
}
#main .section_lienhe {
  border-top: 1px solid #f3f3f3;
}
#main .section_lienhe .min_wrap {
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: center;
}
#main .section_lienhe .s_title {
  text-align: start;
  margin: 0 0 15px 0;
}
#main .section_lienhe .s_description {
  color: #646464;
  line-height: 30px;
  margin: 0 0 30px 0;
}
#main .section_lienhe .ctrl_2 {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 20px;
  margin: 0 0 20px 0;
}
#main .section_lienhe .ctrl_1 {
  width: 100%;
  display: block;
  margin: 0 0 20px 0;
}
#main .section_lienhe input,
#main .section_lienhe textarea {
  width: 100%;
  background: #fff;
  box-shadow: none;
  color: #111;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  font-size: 16px;
  padding: 15px 20px 15px 20px;
  resize: vertical;
  transition: 0.2s;
}
#main .section_lienhe input {
  height: 55px;
}
#main .section_lienhe input:focus,
#main .section_lienhe textarea:focus {
  border: 1px solid #7a64f2;
}
#main .section_lienhe button {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #222;
  border: 2px solid #222;
  border-radius: 4px;
  padding: 12px 28px;
  cursor: pointer;
  transition: 0.2s;
}
#main .section_lienhe button:hover {
  background-color: #000;
  color: #fff;
}
#main .section_lienhe .right {
  width: 100%;
  padding: 0 50px;
}
#main .section_lienhe .right img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#footer {
}
#footer .top_footer {
  background-color: #000;
  padding: 100px 0 70px;
}
#footer .top_footer img.logo_foot {
  max-height: 60px;
  height: 100%;
  width: auto;
  object-fit: contain;
  margin: 0 0 40px 0;
}
#footer .top_footer .info {
  margin: 0 0 24px 0;
}
#footer .top_footer p,
#footer .top_footer i,
#footer .top_footer a {
  color: #fff;
  font-size: 18px;
}
#footer .top_footer i,
#footer .top_footer p {
  display: inline;
  opacity: 0.8;
}
#footer .top_footer i {
  display: inline-block;
  width: 20px;
  margin: 0 10px 0 0;
}
#footer .bot_footer {
  color: #fff;
  background-color: #000;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .bot_footer .min_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .bot_footer .left {
  opacity: 0.8;
}
#footer .bot_footer .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
#footer .bot_footer .right a {
  color: #fff;
}
/* END INDEX */
.blog-section {
  padding: 48px 0;
  margin: 0 auto;
  padding-left: 123px;
  padding-right: 123px;
}
.blog-container {
  display: flex;
  flex-direction: column;
}
.blog-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blog-header {
  text-align: center;
  color: #0057d6;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: -0.72px;
  opacity: 1;
  transform: none;
}
.blog-grid {
  display: flex;
  justify-content: space-between;
  gap: 29px;
}
/* Featured Post */
.blog-featured {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.featured-image {
  cursor: pointer;
  width: 100%;
  height: 320px;
  opacity: 1;
  transform: none;
}
.featured-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 16px;
}
.featured-tags {
  opacity: 1;
  transform: none;
}
.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.blog-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  font-weight: 500;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
  padding: 8px 16px;
  height: 22px;
  background-color: var(--color-primary);
  border-radius: 4px;
  color: #eff8ff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.blog-tag:hover {
  background-color: rgba(25, 65, 133, 0.8);
}
.featured-title {
  cursor: pointer;
  color: var(--color-primary);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  opacity: 1;
  transform: none;
}
.blog-date {
  color: var(--color-primary);
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
  transform: none;
}
.featured-excerpt {
  margin-top: 8px;
  color: var(--color-primary);
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
  transform: none;
}
/* Post List */
.blog-list {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.blog-item {
  display: flex;
  gap: 30px;
  opacity: 1;
  transform: none;
}
.blog-thumbnail {
  cursor: pointer;
  width: 191px;
  height: 147px;
  flex-shrink: 0;
}
.thumbnail-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.blog-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog-title {
  cursor: pointer;
  color: var(--color-primary);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
/* Responsive */
@media (max-width: 1536px) {
  .blog-section {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1280px) {
  .blog-item {
    gap: 24px;
  }
  .blog-title {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .blog-section {
    padding-left: 16px;
    padding-right: 16px;
  }
  .blog-grid {
    gap: 20px;
  }
  .blog-item {
    gap: 16px;
  }
  .blog-thumbnail {
    width: 169px;
    height: 130px;
  }
  .blog-title {
    font-size: 16px;
  }
  .featured-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .blog-grid {
    flex-direction: column;
  }
  .blog-featured,
  .blog-list {
    width: 100%;
  }
  .blog-header {
    font-size: 28px;
    line-height: 36px;
  }
}
.contact-section {
  background: linear-gradient(135deg, #e0f2ff 0%, #b3e0ff 100%);
  margin: 0 auto;
}
.contact-container {
  display: flex;
  gap: 60px;
  padding: 32px 160px;
  max-width: 1400px;
  margin: 0 auto;
}
.contact-form-wrapper {
  flex: 1;
  background-color: white;
  border-radius: 24px;
  padding: 32px 24px;
  max-width: 400px;
  box-shadow: 0 10px 30px rgba(0, 87, 214, 0.1);
  opacity: 1;
  transform: none;
}
.contact-title {
  color: #0057d6;
  font-size: 24px;
  text-align: center;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 16px;
}
.contact-description {
  color: var(--color-primary);
  padding: 0 16px;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 32px;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-label {
  color: var(--color-primary);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.form-input {
  height: 48px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background-color: white;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 24px;
  outline: none;
  transition: all 0.3s ease;
}
.form-input::placeholder {
  color: #9ca3af;
}
.form-input:focus {
  border-color: transparent;
  ring: 2px solid #3176ee;
  box-shadow: 0 0 0 2px #3176ee;
}
.form-textarea {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background-color: white;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 24px;
  resize: none;
  outline: none;
  transition: all 0.3s ease;
  font-family: inherit;
}
.form-textarea::placeholder {
  color: #9ca3af;
}
.form-textarea:focus {
  border-color: transparent;
  box-shadow: 0 0 0 2px #3176ee;
}
.form-submit {
  height: 48px;
  background: linear-gradient(135deg, #0057d6 0%, #00c3ff 100%);
  box-shadow: 0 4px 6px rgba(0, 87, 214, 0.2);
  width: 100%;
  border-radius: 24px;
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 8px;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 87, 214, 0.3);
}
.form-submit:active {
  transform: translateY(0);
}
.contact-image-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transform: none;
}
.contact-image-container {
  width: 100%;
  max-width: 500px;
}
.contact-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/* Responsive */
@media (max-width: 1280px) {
  .contact-container {
    gap: 32px;
  }
  .contact-form-wrapper {
    padding: 40px;
  }
  .contact-title {
    font-size: 30px;
  }
  .contact-description {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .form-label {
    font-size: 14px;
  }
  .form-input {
    height: 44px;
    font-size: 14px;
  }
  .form-textarea {
    font-size: 14px;
  }
  .form-submit {
    height: 44px;
    font-size: 16px;
  }
  .contact-image-container {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .contact-container {
    padding: 32px 60px;
    gap: 24px;
    flex-direction: column;
  }
  .contact-form-wrapper {
    padding: 24px;
    max-width: 100%;
  }
  .contact-title {
    font-size: 24px;
  }
  .contact-image-wrapper {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .contact-container {
    padding: 32px 16px;
  }
  .contact-form-wrapper {
    padding: 20px;
  }
}
.footer-wrapper {
  background: linear-gradient(135deg, #0057d6 0%, #003d8f 100%);
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  overflow: hidden;
  padding: 0 123px;
}
.footer-svg-left {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  pointer-events: none;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 77px;
  padding: 0 123px;
  position: relative;
  z-index: 10;
}
.footer-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 40px 0;
}
.footer-top {
  display: flex;
  gap: 140px;
  align-items: center;
}
.footer-logo-section {
  width: 32%;
  flex-shrink: 0;
  opacity: 1;
  transform: none;
}
.footer-logos {
  width: fit-content;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 40px;
}
.logo-main {
  height: 120px;
}
.logo-ncdi {
  height: 80px;
}
.footer-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-link-footer {
  cursor: pointer;
  color: #eff8ff;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  letter-spacing: -0.6px;
  opacity: 1;
  transform: none;
  transition: color 0.3s ease;
}
.nav-link-footer:hover {
  color: rgba(239, 248, 255, 0.7);
}
.footer-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer-section-headers {
  display: flex;
  gap: 140px;
}
.footer-tagline-section {
  width: 32%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  opacity: 1;
  transform: none;
}
.footer-tagline {
  color: #eff8ff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  white-space: pre-line;
}
.footer-columns-headers {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
  opacity: 1;
  transform: none;
}
.column-title {
  width: 45%;
  color: #eff8ff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.footer-section-content {
  display: flex;
  gap: 140px;
}
.footer-about-section {
  width: 32%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 16px;
  opacity: 1;
  transform: none;
}
.footer-description {
  color: #eff8ff;
  font-size: 14px;
  line-height: 26px;
  text-wrap: balance;
}
.footer-buttons {
  display: flex;
  gap: 12px;
  flex-direction: row;
  position: relative;
  z-index: 10;
}
.btn-whitepaper {
  padding: 12px 8px;
  border: 2px solid #0060e3;
  background: white;
  color: #0060e3;
  width: 100%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.btn-whitepaper:hover {
  opacity: 0.9;
}
.btn-icon {
  color: white;
  background-color: #29ca60;
  padding: 2px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.btn-whitepaper:hover .btn-icon {
  transform: translateX(4px);
}
.btn-icon svg {
  width: 16px;
  height: 16px;
}
.btn-explorer {
  padding: 12px 18px;
  background: linear-gradient(135deg, #0057d6 0%, #00c3ff 100%);
  color: white;
  white-space: nowrap;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 10;
}
.btn-explorer:hover {
  opacity: 0.8;
}
.footer-columns {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
.footer-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  opacity: 1;
  transform: none;
}
.contact-item {
  display: flex;
  flex-direction: column;
}
.contact-label {
  display: block;
  color: #eff8ff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.contact-value {
  color: #eff8ff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  margin-top: 5px;
}
.contact-value:hover {
  color: rgba(239, 248, 255, 0.8);
}
.footer-social {
  margin-top: 6px;
  display: flex;
  gap: 24px;
}
.footer-social a {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.footer-social a:hover {
  opacity: 0.8;
}
.product-item {
  cursor: pointer;
  color: #eff8ff;
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
  transform: none;
  text-decoration: none;
  transition: color 0.3s ease;
}
.product-item:hover {
  color: rgba(239, 248, 255, 0.7);
}
.product-name {
  display: block;
  color: #eff8ff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.product-desc {
  display: block;
  color: #eff8ff;
  font-size: 14px;
  margin-top: 5px;
}
.footer-copyright {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  border-top: 1px solid #1570ef;
  opacity: 1;
  transform: none;
}
.footer-copyright span {
  color: #eff8ff;
  font-size: 14px;
  line-height: 1.5;
}
/* Responsive */
@media (max-width: 1536px) {
  .footer-container {
    padding: 0 60px;
  }
}
@media (max-width: 1280px) {
  .footer-top {
    gap: 80px;
  }
  .footer-section-headers,
  .footer-section-content {
    gap: 80px;
  }
  .footer-tagline {
    font-size: 20px;
    line-height: 28px;
  }
  .column-title {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .footer-container {
    padding: 0 16px;
  }
  .footer-top {
    gap: 60px;
    flex-direction: column;
  }
  .footer-logo-section,
  .footer-tagline-section,
  .footer-about-section {
    width: 100%;
  }
  .footer-nav {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-section-headers,
  .footer-section-content {
    gap: 60px;
    flex-direction: column;
  }
  .footer-columns {
    flex-direction: column;
  }
  .footer-column:first-child,
  .footer-column:last-child {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer-content {
    gap: 60px;
  }
  .logo-main {
    height: 80px;
  }
  .logo-ncdi {
    height: 60px;
  }
  .footer-tagline {
    font-size: 18px;
    line-height: 26px;
  }
  .footer-description {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-buttons {
    flex-direction: column;
  }
  .footer-copyright {
    border-top-color: #83b2f0;
  }
}
/* Blog Page */
/* Category Bar */
.category-bar {
  background-color: #eaeaea;
  padding: 18px 0;
}
.category-tabs {
  display: inline-flex;
  gap: 40px;
  height: 24px;
  align-items: center;
}
.category-tab {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #535862;
  cursor: pointer;
  transition: color 0.3s ease;
}
.category-tab:hover {
  color: #000;
}
.category-tab.active {
  color: #000;
  font-weight: 700;
}
/* Container */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 123px;
}
/* Blog Content */
.blog-content {
  display: flex;
  flex-direction: column;
  gap: 128px;
  padding-bottom: 80px;
  margin-top: 36px;
}
/* Featured Section */
.featured-section {
  display: flex;
  justify-content: space-between;
  gap: 29px;
}
/* Featured Main (Left) */
.featured-main {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.featured-image {
  width: 100%;
  height: 320px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
}
.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.featured-image:hover img {
  transform: scale(1.05);
}
.featured-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* Tag Wrapper */
.tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 4px;
}
.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 16px;
  background-color: #333;
  color: #eff8ff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.24px;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.tag:hover {
  background-color: #000;
}
/* Article Titles */
.article-title {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.article-title:hover {
  opacity: 0.8;
}
/* Article Date */
.article-date {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
/* Article Excerpt */
.article-excerpt {
  margin-top: 8px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}
/* Featured Secondary (Right) */
.featured-secondary {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.secondary-article {
  display: flex;
  gap: 30px;
}
.secondary-image {
  width: 191px;
  height: 147px;
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}
.secondary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.secondary-article:hover .secondary-image img {
  transform: scale(1.05);
}
.secondary-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.article-title-secondary {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.secondary-article:hover .article-title-secondary {
  opacity: 0.8;
}
/* Related Section */
.related-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.section-title {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
/* Articles Grid */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.article-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.article-image {
  width: 100%;
  height: 220px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
}
.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.article-card:hover .article-image img {
  transform: scale(1.05);
}
.article-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.article-title-card {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.article-card:hover .article-title-card {
  opacity: 0.8;
}
/* Responsive Design */
@media (max-width: 1536px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 1280px) {
  .secondary-article {
    gap: 24px;
  }
  .secondary-image {
    width: 169px;
    height: 130px;
  }
  .article-title,
  .article-title-secondary,
  .article-title-card {
    font-size: 18px;
  }
  .articles-grid {
    gap: 24px;
  }
}
@media (max-width: 1024px) {
  .blog-content {
    gap: 80px;
  }
  .featured-section {
    flex-direction: column;
    gap: 20px;
  }
  .featured-main,
  .featured-secondary {
    width: 100%;
  }
  .secondary-article {
    gap: 16px;
  }
  .article-title,
  .article-title-secondary,
  .article-title-card {
    font-size: 16px;
  }
  .articles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .article-image {
    height: 180px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
  .category-tabs {
    gap: 20px;
    flex-wrap: wrap;
  }
  .blog-content {
    gap: 60px;
    padding-bottom: 60px;
    margin-top: 24px;
  }
  .featured-image {
    height: 240px;
  }
  .secondary-image {
    width: 120px;
    height: 100px;
  }
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .article-image {
    height: 160px;
  }
  .section-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 640px) {
  .category-bar {
    padding: 12px 0;
  }
  .category-tab {
    font-size: 14px;
  }
  .featured-image {
    height: 200px;
  }
  .secondary-article {
    flex-direction: column;
    gap: 12px;
  }
  .secondary-image {
    width: 100%;
    height: 180px;
  }
  .articles-grid {
    grid-template-columns: 1fr;
  }
  .article-card {
    gap: 16px;
  }
  .article-image {
    height: 200px;
  }
  .article-title,
  .article-title-secondary,
  .article-title-card {
    font-size: 16px;
    line-height: 24px;
  }
  .tag {
    font-size: 11px;
    height: 20px;
    padding: 0 12px;
  }
}
/* Blog Detail Page */
/* Category Bar */
.category-bar {
  background-color: #f6f6f6;
  padding: 18px 0;
}
.category-tabs {
  display: inline-flex;
  gap: 40px;
  height: 24px;
  align-items: center;
}
.category-tab {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #535862;
  cursor: pointer;
  transition: color 0.3s ease;
}
.category-tab:hover {
  color: #000;
}
/* Container */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 123px;
}
/* Detail Content */
.detail-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  padding: 48px 0;
}
/* Article Content (Left) */
.article-content {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
/* Article Header */
.article-header {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 4px;
}
.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 16px;
  background-color: #333;
  color: #eff8ff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.24px;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.tag:hover {
  background-color: #000;
}
.article-title {
  color: #333;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}
.article-date {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
/* Article Summary */
.article-summary {
  padding: 16px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.article-summary span {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
/* Article Body */
.article-body {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
.article-body h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 32px 0 16px 0;
  color: #333;
}
.article-body h2:first-child {
  margin-top: 0;
}
.article-body p {
  margin-bottom: 16px;
  white-space: pre-wrap;
}
.article-image {
  margin: 24px 0 0;
  width: 100%;
}
.article-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.image-caption {
  font-style: italic;
  margin-top: 8px;
  color: #535862;
  font-size: 13px;
}
/* Related Sidebar (Right) */
.related-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sidebar-title {
  color: #000;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 22px;
}
/* Related Posts */
.related-posts {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.related-post {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: opacity 0.3s ease;
}
.related-post:hover {
  opacity: 0.8;
}
.related-image {
  width: 118px;
  height: 91px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}
.related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.related-post:hover .related-image img {
  transform: scale(1.05);
}
.related-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.related-title {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
}
.related-date {
  color: var(--color-primary);
  font-size: 14px;
  line-height: 20px;
}
/* Responsive Design */
@media (max-width: 1536px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 1280px) {
  .detail-content {
    gap: 24px;
  }
  .article-title {
    font-size: 26px;
    line-height: 34px;
  }
  .sidebar-title {
    font-size: 26px;
    line-height: 34px;
  }
  .article-body h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .detail-content {
    grid-template-columns: 1fr;
  }
  .related-sidebar {
    margin-top: 0;
  }
  .sidebar-title {
    font-size: 24px;
    line-height: 32px;
  }
  .article-body h2 {
    font-size: 18px;
    line-height: 26px;
    margin: 24px 0 12px 0;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  .category-tabs {
    gap: 20px;
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .detail-content {
    padding: 36px 0;
  }
  .article-title {
    font-size: 22px;
    line-height: 30px;
  }
  .sidebar-title {
    font-size: 22px;
    line-height: 30px;
  }
  .article-body h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .related-image {
    width: 100px;
    height: 80px;
  }
  .related-title {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 640px) {
  .category-bar {
    padding: 12px 0;
  }
  .category-tab {
    font-size: 14px;
  }
  .detail-content {
    padding: 24px 0;
  }
  .article-header {
    gap: 12px;
  }
  .article-title {
    font-size: 20px;
    line-height: 28px;
  }
  .article-summary {
    padding: 12px;
  }
  .article-summary span {
    font-size: 13px;
  }
  .article-body {
    font-size: 14px;
  }
  .article-body h2 {
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 10px 0;
  }
  .article-image {
    margin: 16px 0;
  }
  .related-posts {
    gap: 20px;
  }
  .related-post {
    gap: 12px;
  }
  .related-image {
    width: 90px;
    height: 70px;
  }
  .sidebar-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .tag {
    font-size: 11px;
    height: 20px;
    padding: 0 12px;
  }
}
/* Dropdown Styles */
.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.nav-dropdown .chevron-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.nav-dropdown.active .chevron-icon {
  transform: rotate(180deg);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  margin-top: 15px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}
.nav-dropdown.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-menu.mobile {
  position: static;
  display: none;
  background-color: transparent;
  box-shadow: none;
}
.nav-dropdown.active .dropdown-menu.mobile {
  display: block;
}
.dropdown-menu.mobile .dropdown-item {
  font-size: 16px;
}
.dropdown-item {
  display: block;
  padding: 12px 15px;
  color: var(--color-primary);
  text-decoration: none;
  transition: background-color 0.2s ease;
  font-size: 14px;
  font-weight: 600;
}
.dropdown-item:first-child {
  border-radius: 8px 8px 0 0;
}
.dropdown-item:last-child {
  border-radius: 0 0 8px 8px;
}
.dropdown-item:hover {
  background-color: #f5f5f5;
}
/* Optional: Arrow pointer */
.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 20px;
  width: 12px;
  height: 12px;
  background: #ffffff;
  transform: rotate(45deg);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.05);
  z-index: -1;
}
.clamp-1 {
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp-2 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp-3 {
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp-4 {
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.page {
  padding-top: 40;
  padding-bottom: 20;
  font-size: 14px;
}
.PageNum a {
  background-color: #fff;
  display: inline-block;
  color: #222;
  padding: 3px 7px;
  margin: 0px 3px 5px 0px;
  min-width: 30px;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.PageNum a:hover {
  color: #fff;
  background-color: var(--color-primary);
}
.PageNum span {
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 3px 7px;
  margin: 0px 3px 5px 0px;
  min-width: 30px;
  text-align: center;
  border: 1px solid #eee;
  font-size: 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s;
  outline: none;
  background-color: white;
  color: inherit;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  cursor: pointer;
  flex-shrink: 0;
}
.menu-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.menu-button:focus-visible {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
}
.menu-button:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.menu-button svg {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  pointer-events: none;
}
.title_content {
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 48px !important;
}
@media (max-width: 480px) {
  .ndadid-features {
    display: flex;
    flex-direction: column;
  }
  .connector-line {
    width: 20px;
  }
  .footer-wrapper {
    padding: 0;
  }
  .footer-content {
    padding: 40px 0 0;
  }
  .footer-nav {
    justify-content: start;
  }
  .nav-menu {
    display: none;
  }
  .menu-button {
    display: inline-flex;
  }
  .title_content {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .contact-container,
  .layer-1_section,
  .tech-core_section,
  .ndadid-section,
  .ecosystem-section,
  .solutions_section,
  .blog-section,
  .roadmap-section {
    padding: 40px 0;
    margin: 0;
  }
  .blog-content {
    gap: 20px;
    margin-top: 0;
  }
  .contact-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-top,
  .footer-content,
  .footer-section-headers,
  .footer-section-content {
    gap: 30px;
  }
  .footer-content {
    gap: 40px;
  }
  .footer-main {
    gap: 20px;
  }
  .footer-columns-headers {
    display: none;
  }
}
.overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 40;
  display: none;
}
.overlay.active {
  display: block;
}
/* Menu Container */
.menu-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  max-width: 24rem;
  background: #fff;
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
}
.menu-dialog.open {
  transform: translateX(0);
}
/* Header - Hidden */
.menu-header {
  display: none;
  flex-direction: column;
  gap: 0.375rem;
  padding: 1rem;
}
/* Content Container */
.menu-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* Scrollable Area */
.menu-scroll {
  overflow-y: auto;
  padding: 0 1rem;
  flex: 1;
  padding-top: 27px;
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* Close Button Container */
.close-button-wrapper {
  padding: 0 1rem;
  display: flex;
  justify-content: flex-end;
}
/* Close Button */
.close-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: white;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  outline: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
.close-button:hover {
  background-color: white;
}
.close-button:focus-visible {
  outline: 3px solid rgba(59, 130, 246, 0.5);
  outline-offset: 2px;
}
.close-button svg {
  width: 1.5rem;
  height: 1.5rem;
  color: black;
  stroke-width: 2;
}
/* Menu Items */
.menu-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.menu-item {
  color: #1849a9;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s;
}
.menu-item:hover {
  opacity: 0.8;
}
/* News Item with Arrow */
.news-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.news-header {
  /* display: flex; */
  align-items: center;
  gap: 0.5rem;
}
.news-header svg {
  width: 1rem;
  height: 1rem;
  color: var(--color-primary);
  transition: color 0.2s;
}
.news-header:hover svg {
  color: rgba(25, 65, 133, 0.7);
}
/* Language Switcher */
.language-switcher {
  padding: 0.25rem;
  border: 1px solid #1849a9;
  border-radius: 4px;
  display: flex;
  gap: 0.25rem;
  align-items: center;
  width: fit-content;
}
.lang-option {
  cursor: pointer;
  border-radius: 4px;
  padding: 0.125rem 0.5rem;
  text-decoration: none;
  transition: all 0.2s;
}
.lang-option.active {
  background-color: #1849a9;
}
.lang-option.active .lang-text {
  color: #fafafa;
}
.lang-option:not(.active) {
  background-color: transparent;
}
.lang-option:not(.active) .lang-text {
  color: var(--color-primary);
}
.lang-text {
  font-size: 1rem;
  line-height: 1.5rem;
}
/* Bottom SVG Container */
.svg-container {
  z-index: 0;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.svg-wrapper {
  position: absolute;
  bottom: -20px;
  left: 0;
}
.svg-wrapper svg {
  width: 100%;
  height: 220px;
  object-fit: contain;
}
/* Menu Toggle Button */
.menu-toggle {
  position: fixed;
  top: 1rem;
  right: 1rem;
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: white;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  z-index: 30;
}
.menu-toggle:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.menu-toggle svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 640px) {
  .menu-dialog {
    max-width: 24rem;
  }
}
@media (max-width: 480px) {
  .menu-toggle {
    display: inline-flex;
  }
}
/* ==================== menu_mobile =================== */
.menu_mobile {
  user-select: none;
  visibility: hidden;
  background-color: #fff;
  background-size: cover;
  width: 280px;
  max-width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 99999;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  padding: 16px 0;
}
.menu_mobile::-webkit-scrollbar {
  display: none;
}
.menu_mobile .logo img {
  padding: 1.2rem 1.6rem;
  box-sizing: content-box;
}
.show_menu_mobile {
  overflow-y: hidden;
}
.show_menu_mobile .menu_mobile {
  left: 0;
}
.overlay.active {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.menu_mobile .logo_mb {
  display: block;
  max-height: 80px;
  height: 100%;
  width: auto;
  padding: 0 10px;
}
.menu_mobile .logo_mb img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.menu_mobile .mnmb_description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  margin: 15px 0 0 0;
}
.menu_mobile .btn_close_mb {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu_mobile .btn_close_mb i {
  font-size: 12px;
}
.menu_mobile .hotline {
  display: flex;
  flex-direction: column;
  background: #000;
  margin: 20px 0 0 0;
  padding: 20px 10px;
  position: relative;
}
.menu_mobile .hotline span {
  color: #c9c9c9;
  font-size: 14px;
}
.menu_mobile .hotline a {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.menu_mobile .hotline .wrap_icon {
  width: 24px;
  height: 24px;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.menu_mobile .hotline .wrap_icon i {
  color: #c9c9c9;
  font-size: 14px;
}
.menu_mobile .nav_mb {
  display: flex;
  flex-direction: column;
  margin: 10px 0 0 0;
  padding: 0 10px;
}
.menu_mobile .nav_mb li {
  padding: 12px 0;
  border-bottom: 1px solid #e1e1e1;
}
.menu_mobile .nav_mb li:last-child {
  border-bottom: none;
}
.menu_mobile .nav_mb li a {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  opacity: 1;
}
.menu_mobile .nav_mb li.active a {
  color: var(--color-primary);
}
/* =========================== responsive ============================== */
@media (max-width: 480px) {
  .min_wrap {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
  }
  .top_header {
    display: none;
  }
  #header .bottom_header ul.menu {
    display: none;
  }
  #header .bottom_header {
    background-color: #fff;
    padding: 16px 0;
  }
  .sty_home #header .bottom_header .logo_color {
    display: block;
    width: 100%;
    max-width: 120px;
  }
  .sty_home #header .bottom_header .logo_color {
    display: block;
    width: 100%;
    max-width: 120px;
  }
  .sty_home #header .bottom_header .logo {
    display: none;
  }
  .sty_home #header .bottom_header .toggle_bar i {
    color: #000;
    font-size: 20px;
  }
  #header .hero .image {
    transform: translateX(-50%);
    left: 50%;
    top: 0px;
  }
  #header .hero .content {
    max-width: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 200%;
    left: 0;
    text-align: center;
    margin: 150px 0 0 0;
  }
  #header .hero .content h2 {
    font-size: 28px;
    line-height: 42px;
  }
  #header .hero .content .noidung {
    font-size: 16px;
  }
  #header .hero .content .btn {
    font-size: 16px;
  }
  #header .hero .swiper_pagination_hero {
    position: absolute;
    bottom: 50px;
  }
  #header .hero {
    height: 600px;
    padding: 50px 0;
  }
  .s_title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 20px 0;
  }
  .section {
    padding: 30px 0;
  }
  #main .section_gioithieu .wrap {
    grid-template-columns: 1fr;
    padding: 0;
  }
  #main .section_gioithieu .wrap .left {
    margin: 0 0 20px 0;
  }
  #main .section_gioithieu .wrap .right {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #main .section_gioithieu .wrap .right .title {
    font-size: 20px;
  }
  #main .section_gioithieu .wrap .right .s_description {
    font-size: 14px;
  }
  #main .section_tinhnang .wrap {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  #main .section_tinhnang .wrap li {
    padding: 10px;
  }
  #main .section_tinhnang .wrap li img {
    padding: 0 15px;
  }
  #main .section_tinhnang .wrap li .title {
    font-size: 18px;
    line-height: 28px;
  }
  #main .section_tinhnang .wrap li .description {
    font-size: 14px;
  }
  #main .section_dichvu .wrap {
    grid-template-columns: 1fr 1fr;
    padding: 0 10px;
    gap: 10px;
  }
  #main .section_dichvu .wrap li {
    padding: 10px;
  }
  #main .section_dichvu .wrap li:nth-child(even) {
    background-color: #f0f0f0;
  }
  #main .section_dichvu .wrap li .title a {
    font-size: 20px;
    line-height: 28px;
  }
  #main .section_dichvu .wrap li .link {
    font-size: 14px;
    font-weight: 400;
  }
  #main .section_dichvu .wrap li .link i {
    font-size: 10px;
    font-weight: 400;
  }
  #main .section_dichvu .wrap li:last-child {
    grid-column: 1 / -1; /* Ép phần tử cuối cùng full chiều rộng */
  }
  #main .section_dichvu .wrap li img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin: 0 0 10px 0;
    padding: 0 20px;
  }
  #main .section_tintuc .wrap {
    grid-template-columns: 1fr;
  }
  #main .section_tintuc .wrap .date {
    font-size: 12px;
    margin: 10px 0 5px 0;
  }
  #main .section_tintuc .wrap .title {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 8px 0;
  }
  #main .section_tintuc .wrap li .link {
    font-size: 14px;
    font-weight: 400;
  }
  #main .section_lienhe .min_wrap {
    grid-template-columns: 1fr;
  }
  #main .section_lienhe .s_description {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  #main .section_lienhe .ctrl_2 {
    grid-template-columns: 1fr;
  }
  #main .section_lienhe .right {
    display: none;
  }
  #footer .top_footer {
    padding: 30px 0;
  }
  #footer .top_footer .info:last-child {
    margin: 0;
  }
  #footer .bot_footer .min_wrap {
    flex-direction: column;
  }
  #footer .bot_footer .right {
    order: 1;
  }
  #footer .bot_footer .left {
    order: 2;
  }
  #footer .bot_footer .right {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #8f8f8f;
    gap: 0;
  }
  #footer .bot_footer .right li {
    margin: 0 10px 10px;
  }
  #footer .top_footer p,
  #footer .top_footer i,
  #footer .top_footer a {
    font-size: 15px;
  }
  #footer .top_footer i {
    width: 15px;
  }
  #header .bottom_header .icon_menu_mobile {
    display: block;
  }
  #pop_header {
    display: none;
  }
  #header .bottom_header .logo_color img {
    max-height: 40px;
  }
  .menu_mobile .logo_mb {
    max-height: 40px;
  }
}
