@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --bs-font-sans-serif: 'Inter', sans-serif !important;
}

body {
  font-family: var(--bs-font-sans-serif);
}
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
.production-process {
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1420px;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-block {
  display: block !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.flex, .nhm-pagination ul, .nhm-pagination ul li a, .btn, .slick-arrow:before, .header .menu, .header .menu ul, .header .menu .icon, .menu-products ul, .menu-mobile .js-close, .mxh, .js-uptop, .footer .address li, .site-banner--content .follow, .site-address ul, .site-address ul li, .site-address ul li .address,
.site-address ul li .phone, .site-about-dl .nav-top, .site-cs .items, .icon-right, .icon-right .flag, .page-banner, .items-products .logo, .video-content .play .icon, .page-bh .items, .site-single-libra .the_content .date, .page-contact .items-contact .top, .page-contact .address ul, .page-contact .address ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.font-icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.text-center {
  text-align: center;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.the_content {
  line-height: 1.5;
  font-size: 16px;
  text-align: justify;
}
.the_content .heading {
  color: var(--blue);
}
.the_content iframe {
  width: 100%;
  margin: 10px 0px;
}
.the_content article {
  margin-bottom: 1rem;
}
.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6 {
  margin-bottom: 1rem;
}
.the_content h1,
.the_content h2 {
  font-size: 200%;
}
.the_content h3 {
  font-size: 150%;
}
.the_content h4 {
  font-size: 125%;
}
.the_content h5 {
  font-size: 110%;
}
.the_content h6 {
  font-size: 100%;
}
.the_content p {
  margin-bottom: 1rem;
}
.the_content p:last-child {
  margin-bottom: 0;
}
.the_content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1rem;
}
.the_content ul li {
  padding: 5px 0px;
}
.the_content ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 1rem;
}
.the_content ol li {
  padding: 5px 0px;
}
.the_content img {
  max-width: 100%;
}
.the_content iframe {
  max-width: 100%;
}
.the_content table {
  display: table;
  width: 100%;
}
.the_content table td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-size: 100%;
}
.the_content blockquote {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  font-style: italic;
  margin-bottom: 20px;
  border-radius: 10px;
}
.the_content blockquote p:last-child {
  margin-bottom: 0;
}

.nhm-pagination {
  margin-top: 20px;
}
.nhm-pagination ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nhm-pagination ul li {
  margin: 0px 5px;
}
.nhm-pagination ul li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  background-color: var(--yellow);
  color: #fff;
  border-radius: 3px;
}
.nhm-pagination ul li a:hover {
  background-color: var(--red);
}
.nhm-pagination ul .active a {
  background-color: var(--red);
}

:root {
  --blue: #182a55;
  --red: #0D1E5D;
  --yellow: #e2ca7b;
  --white: #FFFFFF;
  --gray: #1d2a46;
  --font: "Inter", sans-serif;
  --font-oppen: "Inter", sans-serif;
  --font-title: "UVF Mussica Swash";
  --background-rgba: linear-gradient(to right, #3a50cb, #15268b);
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  scroll-behavior: smooth;
  font-size: 16px;
  font-family: var(--font);
  background-size: cover;
  background-repeat: no-repeat;
}

a {
  text-decoration: none !important;
}

img,
a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  font-size: 100%;
  line-height: 1.5;
}

button,
img,
input,
select {
  outline: none !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clear {
  clear: both;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
}

@media screen and (device-aspect-ratio: 2 / 3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375 / 667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9 / 16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}
.relative {
  position: relative;
  z-index: 5;
}

.custom-background, .footer, .site-about, .page-banner, .bg-products {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 180px;
  height: 52px;
  line-height: 24px;
  border-radius: 8px;
  font-size: 16px;
  text-transform:capitalize;
  color: #F9FAFB;
  font-weight: 500;
  background: #293E8E;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}


.ratio {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 100%;
}
.ratio img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pd-main {
  padding-top: 70px;
  padding-bottom: 70px;
}

.cut-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  right: 0;
  border: 1px solid var(--blue);
  padding: 8px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--color-blue);
  z-index: 5;
  font-size: 0;
  cursor: pointer;
}
.slick-arrow:before {
  content: "";
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  background: var(--blue);
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-arrow:hover:before {
  background: var(--yellow);
  color: #fff;
}

.slick-next:before {
  content: "";
}

.slick-prev:before {
  content: "";
}

.mb-24 {
  margin-bottom: 24px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.slick-dots li {
  margin: 0px 5px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--blue);
  background: transparent;
  border-radius: 50%;
}
.slick-dots li button {
  display: none;
}
.slick-dots .slick-active {
  background: var(--yellow);
}

svg {
  width: 20px;
}

.title-main {
  text-align: justify;
}
.title-main .heading {
  color: #0D1E5D;
  font-size: 32px;
  align-self: stretch;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.title-main p {
  max-width: 1020px;
  margin-top: 24px;
  color: #6B7280;
  text-align: justify;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.title-main-2 {
  text-align: center;
  max-width: 655px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title-main-2 .heading {
  color: #fff;
  font-size: 250%;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.title-main-2 .text {
  font-weight: 600;
  color: #fff;
  font-size: 125%;
  margin-bottom: 0;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.max-content .heading {
  text-align: center;
}

.row-custom-50 {
  margin: 0px -25px;
}
.row-custom-50 .col-custom-50 {
  padding: 0px 25px;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.rank-math-breadcrumb {
  padding-top: 30px;
}
.rank-math-breadcrumb a {
  color: #172039;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

.color-text, .site-address ul li span strong, .items-products .logo span, .video-content .content h3 {
  background: linear-gradient(317deg, #d7a84e 18.82%, #fbf5b8 54.9%, #e2ca7b 88.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.site-about-subtitle h2,
.header-page .subtitle
{
  text-transform: uppercase;
	color: #FF0000;
}
.header {
  background: #fff;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #FFF;
  background: #FFF;
  box-shadow: 0 4px 24px -1px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(20px);
}
.header .logo {
  padding: 5px 0px;
  position: relative;
}
.header .logo img {
  max-width: 250px;
}
.header .logo .js-menu-mobile {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
}
.header .logo .js-menu-mobile svg {
  width: 30px;
}
@media screen and (max-width: 1199px) {
  .header .logo .js-menu-mobile {
    display: block;
  }
}
.header .menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .menu ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
      margin-bottom: 0;
          justify-content: flex-end;
}
.header .menu ul li {
  position: relative;
}
.header .menu ul li:hover .sub-menu {
  display: block;
}
.header .menu ul li a {
  display: block;
  padding: 0px 20px;
  color: #0D1E5DB2;
  font-weight: 600;
  font-size: 18px;
}
.header .menu ul li a:hover {
  color: var(--red);
}
.header .menu ul li a img {
  display: block;
  width: 25px;
  margin: 0 auto;
  margin-top: 5px;
}
.header .menu ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  max-width: 300px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 9;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  display: none;
  overflow: hidden;
}
.header .menu ul li .sub-menu li {
  line-height: 1;
}
.header .menu ul li .sub-menu li a {
  display: block;
  color: #172039;
  border-bottom: 1px solid #172039;
  padding: 15px 10px;
}
.header .menu ul li .sub-menu li a:hover {
  background-color: var(--blue);
  color: #fff;
  border-color: #fff;
}
.header .menu ul li .sub-menu li:last-child a {
  border-bottom: 0;
}
.header .menu .icon {
  border-left: 1px solid #fff;
  padding-left: 25px;
  margin-left: 13px;
}
.header .menu .icon svg {
  fill: #fff;
}
.header .menu .icon svg path {
  fill: #fff;
}
.header .menu .icon .gtranslate_wrapper a {
  margin-left: 10px;
}
.header .menu .icon .gt_float_switcher {
  font-size: 16px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 24px;
}
.header .menu .icon .gt_float_switcher .gt-selected {
  background: transparent;
}
.header .menu .icon .gt_float_switcher .gt-current-lang {
  padding: 0;
  color: #fff;
}
.header .menu .icon .gt_float_switcher .gt-current-lang span {
  font-size: 100%;
}

.menu-products {
  position: relative;
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  background: linear-gradient(317deg, #d7a84e 18.82%, #fbf5b8 54.9%, #e2ca7b 88.87%);
  -webkit-box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.menu-products ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-products ul li {
  position: relative;
}
.menu-products ul li:hover .sub-menu {
  display: block;
}
.menu-products ul li a {
  display: block;
  padding: 11px 10px;
  color: #172039;
  font-weight: bold;
  font-size: 100%;
}
.menu-products ul li a:hover {
  color: var(--red);
}
.menu-products ul li a img {
  display: block;
  width: 25px;
  margin: 0 auto;
  margin-top: 5px;
}
.menu-products ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  max-width: 300px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 9;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  display: none;
  overflow: hidden;
}
.menu-products ul li .sub-menu li {
  line-height: 1;
}
.menu-products ul li .sub-menu li a {
  display: block;
  color: #172039;
  border-bottom: 1px solid #172039;
  padding: 15px 10px;
}
.menu-products ul li .sub-menu li a:hover {
  background-color: var(--blue);
  color: #fff;
  border-color: #fff;
}
.menu-products ul li .sub-menu li:last-child a {
  border-bottom: 0;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: linear-gradient(124deg, #0d2e42 29.72%, #010c34 54.59%);
  display: none;
  overflow: auto;
}
.menu-mobile .js-close {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 10px 20px 10px;
  font-size: 30px;
  color: #fff;
}
.menu-mobile .js-close span {
  display: block;
  padding-top: 5px;
  font-size: 12px;
}
.menu-mobile .search {
  width: 95%;
  margin: 0 auto;
}
.menu-mobile .search form {
  position: relative;
}
.menu-mobile .search form button {
  background: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 40px;
  height: 40px;
}
.menu-mobile .search form button svg {
  width: 20px;
  fill: #172039;
}
.menu-mobile .search input {
  width: 100%;
  padding-left: 10px;
  border: 0;
  outline: none;
  background: #fff;
  height: 40px;
  border-radius: 1px;
}
.menu-mobile ul li a {
  display: block;
  padding: 15px 10px;
  font-size: 110%;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #979797;
}
.menu-mobile ul li .sub-menu li a {
  padding-left: 30px;
}

.mxh {
  margin-bottom: 20px;
}
.mxh a {
  margin-right: 10px;
  display: flex;
  width: 45px;
  height: 45px;
  padding: 13px 0 15px 0;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 22.5px;
  background: #3D3D3D;
}
.mxh a:hover {
  color: var(--blue);
  border-color: var(--blue);
}
.mxh a svg {
  width: 50px;
}
.mxh .zalo {
  margin-right: 5px;
}
.mxh .zalo svg {
  width: 74px;
}

.js-uptop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: var(--blue);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px #fff;
          box-shadow: 0 0 5px #fff;
  cursor: pointer;
}
.js-uptop svg {
  fill: #fff;
}
.js-uptop svg path {
  fill: #fff;
}

.footer {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  padding-top: 70px;
}
.footer__content {
  margin-bottom: 20px;
}
.footer .coppyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  font-size: 14px;
}
.footer .title-ft {
  margin-bottom: 20px !important;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 24.2px;
  text-transform: capitalize;
}
.contact__content .title-ft a{
  color: #fff;
}
.footer .address li{
  margin-bottom: 15px;
  color: #fff;
}

.contact__content .address li{
  margin-bottom: 22px;
}
.contact__content .address li span{
  position: relative;
  padding-top: 3px;
}
.banner_img
{
  padding-bottom: 10px;
}
.banner_img, .banner_img img
{
  border-radius: 8px;
  object-fit: cover;
  height: 100%;
}
.footer .address li:last-child , .contact__content .address li:last-child{
  margin-bottom: 0;
}
.footer .maps iframe {
  width: 100%;
  height: 200px;
  border-radius: 2px;
}
.footer .footer__bg__content .title-ft {
  color: #fff;
}
.footer .footer__bg__content ul li a {
  color: #fff;
  padding-bottom: 15px;
  display: block;
}
.footer .footer__bg__content_2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.footer .menu-footer li a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 100%;
  padding-bottom: 24px;
  display: block;
  color: #172039;
}
.footer .menu-footer li a:hover {
  color: var(--yellow);
}
.footer .menu-footer li:last-child a {
  padding-bottom: 0;
}

.slider-text {
  background: linear-gradient(317deg, #d7a84e 18.82%, #fbf5b8 54.9%, #e2ca7b 88.87%);
  -webkit-box-shadow: 0px 3.376px 20.258px -0.844px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3.376px 20.258px -0.844px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(16.8815956116px);
          backdrop-filter: blur(16.8815956116px);
  color: #172039;
  padding: 17px 0;
}
.slider-text strong {
  font-weight: 600;
  padding: 0px 15px;
}

.site-banner {
  position: relative;
}
.site-banner img {
  height: 100vh;
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-banner--content {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  color: #fff;
}
.site-banner--content .title {
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  font-size: 48px;
  margin-bottom: 24px;
}
.site-banner--content h2 {
  font-size: 40px;
  font-weight: 600;
}
.site-banner--content h3 {
  margin: 24px 0px 24px 0px;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
  color: var(--white);
}
.site-banner--content p
{
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}
.site-banner--content .follow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.site-banner--content .follow span {
  display: block;
  font-size: 110%;
  padding-right: 8px;
}
.site-banner--content .follow a {
  margin: 0px 8px;
  color: #fff;
}
.site-banner--content .follow a svg {
  fill: #fff;
}
.site-banner--content h4 {
  font-size: 220%;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 5px;
}
.site-banner--content h4 span {
  color: var(--red);
}

.site-address {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, right top, from(#0d2e42), to(rgba(1, 12, 52, 0.7)));
  background: linear-gradient(90deg, #0d2e42 0%, rgba(1, 12, 52, 0.7) 100%);
  -webkit-box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 10px 0px;
}
.site-address ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-address ul li {
  font-size: 13.5px;
}
.site-address ul li .address {
  padding-right: 10px;
}
.site-address ul li span {
  color: #fff;
  padding-left: 5px;
}
.site-address ul li .logo {
  padding: 0 10px;
}
.site-address ul li .logo svg {
  width: 25px;
}

.site-about {
  position: relative;
}
.site-about .logo img {
  width: 100%;
}
.site-about.page-about
{
  margin-top: 70px;
}
.site-about-subtitle h2,
.header-page .subtitle
{
  font-weight: 400;
  font-size: 20px;
}
.w-full {
  width: 100%;
  object-fit: cover;
}
.site-about--content .the_content h3
{
  font-weight: 700 !important;
  font-size: 32px;
  color: #0D1E5D;
  line-height: 50px;
  letter-spacing: 0px;
}
.site-about--content .the_content p
{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #6B7280;
  text-align: justify;
}
.site-about--content .the_content h3 {
  font-weight: 400;
  margin-bottom: 24px;
}
.site-about--content .the_content p:last-child {
  margin-bottom: 0;
}
.site-about--content .btn {
  margin-top: 50px;
}

.site-solution {
  padding-bottom: 20px;
}

.items-solution {
  color: #172039;
  text-align: center;
}
.items-solution:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.items-solution:hover .content h3 {
  color: var(--red);
}
.items-solution .more a
{
  text-decoration: none !important;
}
.items-solution:hover .more {
  top: 75%;
  visibility: inherit;
  opacity: 1;
}
.items-solution:hover h2 {
  -webkit-transform: scale(1.4) translate(0, 30%);
          transform: scale(1.4) translate(0, 30%);
  bottom: 50%;
  opacity: 1;
  visibility: inherit;
}
.items-solution:hover .content {
  top: 100%;
}
.items-solution:hover .top,
.items-solution:hover .bottom {
  width: calc(100% - 20px);
}
.items-solution:hover .left,
.items-solution:hover .right {
  height: calc(100% - 20px);
}
.items-solution .ratio {
  padding-bottom: 80%;
}
.items-solution .ratio {
    position: relative;
    overflow: hidden; /* để pseudo-element không tràn */
}

.items-solution .ratio::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 11, 26, 0.1); /* nền mặc định */
    z-index: 1;
    transition: background 0.3s ease; /* mượt khi hover */
}
/* Hover */
.items-solution .ratio:hover::before {
  background: linear-gradient(0deg, #293E8E 0%, rgba(41, 62, 142, 0.00) 100%);
  backdrop-filter: blur(2px);
}

.items-solution .border {
  position: absolute;
  z-index: 5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--yellow);
}
.items-solution .top {
  width: 0;
  height: 1px;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.items-solution .bottom {
  width: 0;
  height: 1px;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.items-solution .right {
  width: 1px;
  right: 10px;
  height: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.items-solution .left {
  width: 1px;
  left: 10px;
  height: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.items-solution .hover-button
{
  width: 100%;
}
.items-solution .more {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 0;
  /* opacity: 0; */
  /* visibility: hidden; */
  text-align: center;
  width: 100%;
  height: fit-content;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.items-solution .content {
  position: absolute;
  top: 80%;
  height: fit-content;
  left: 0;
  width: 100%;
  padding: 20px 0px;
  color: #fff;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.items-solution .content h4 {
  margin-bottom: 10px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.items-solution h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  padding-bottom: 20px;
  font-size: 90%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.items-solution h2 img {
  display: block;
  margin: 0 auto;
  position: relative;
  height: auto;
  width: auto;
}
.items-solution h3 {
  font-weight: bold;
  font-size: 120%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 12px;
}

.itemw-news {
  background: #fff;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
}
.itemw-news:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.itemw-news:hover .content h3 a {
  color: var(--red);
}
.itemw-news .ratio {
  padding-bottom: 60%;
}
.itemw-news .content {
  padding: 20px 40px;
}
.itemw-news .content h3 a {
  display: block;
  color: #172039;
  line-height: 1.3;
  font-size: 120%;
}
.itemw-news .content span {
  display: block;
  margin: 10px 0px 20px;
  letter-spacing: 2px;
  font-size: 120%;
  font-weight: 400;
  color: #999;
}
.itemw-news .content p {
  margin-bottom: 0;
}

.items-news-2 {
  margin-bottom: 20px;
}
.items-news-2:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.items-news-2:hover .content h3 a {
  color: var(--red);
}
.items-news-2:last-child {
  margin-bottom: 0;
}
.items-news-2 .ratio {
  padding-bottom: 68%;
}
.items-news-2 .content {
  padding-left: 30px;
}
.items-news-2 .content h3 a {
  display: block;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #0D1E5D;
}
.items-news-2 .content span {
  display: block;
  letter-spacing: 2px;
  font-size: 100%;
  font-weight: 400;
  color: #999;
}

.site-about-dl {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0px;
}
.site-about-dl .nav-top {
  margin: 0px -6px;
  margin-top: 12px;
}
.site-about-dl .nav-top .nav-items {
  padding: 0px 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.site-about-dl .nav-top .nav-items a {
  display: block;
  background: #f8f8f8;
  padding: 35px 0px;
  text-align: center;
  font-size: 120%;
  color: rgba(17, 17, 17, 0.24);
  font-weight: bold;
  border-radius: 3px;
}
.site-about-dl .nav-top .nav-items a:hover {
  color: var(--red);
}
.site-about-dl .nav-top .nav-items a img {
  display: block;
  width: 45px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.site-about-dl .nav-top .nav-items .active {
  color: var(--red);
}
.site-about-dl .btn {
  margin-top: 24px;
}
.site-about-dl .content {
  text-align: justify;
  padding-right: 26px;
}
.site-about-dl .content h3 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
.site-about-dl .content .heading {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.site-about-dl  .subheading
{
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.items-project:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.items-project:hover h3 {
  color: var(--yellow);
}
.items-project .ratio {
  color: #fff;
}
.items-project .ratio .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.items-project h3 {
  text-transform: uppercase;
  font-size: 100%;
  line-height: 1.5;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.items-project p {
  margin: 10px 0px;
  margin-top: 0;
}
.items-project span {
  font-weight: 400;
}

.site-cs {
  background-image: url(../images/bg-2.png);
  background-color: #20335f;
}
.site-cs .items {
  color: #fff;
}
.site-cs .items .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  max-width: 45px;
}
.site-cs .items svg {
  width: 100%;
}
.site-cs .items .content {
  padding-left: 15px;
}
.site-cs .items .content h3 {
  font-size: 100%;
  margin-bottom: 5px;
}
.site-cs .items .content p {
  margin-bottom: 0;
  font-weight: 400;
}

.icon-right {
  padding-left: 25px;
  margin-left: 25px;
  border-left: 1px solid #0D1E5D;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.icon-right .js-search {
  cursor: pointer;
  padding-right: 24px;
  position: relative;
}
.icon-right .js-search svg {
  fill: #fff;
  width: 24px;
}
.icon-right .js-search svg path {
  fill: #fff;
}
.icon-right .flag {
  width: 72px;
}
.icon-right .flag span {
  padding-left: 12px;
  color: #0D1E5D;
  font-size: 14px;
}

.seaForm {
  position: absolute;
  top: 100%;
  right: -5px;
  display: block;
  width: 320px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  pointer-events: none;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.seaForm .input-group {
  border-radius: 9rem;
  overflow: hidden;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.99);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.seaForm .input-group input {
  width: 100%;
}

.seaForm .form-control {
  height: 40px;
  background: none;
  border: 0;
  border-radius: 0;
  padding-left: 20px;
}

.seaForm .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.seaForm .btn {
  height: 40px;
}

.seaForm .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.seaForm.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  right: 0;
}

.page-about {
  position: relative;
}
.page-banner {
  height: 100vh;
  max-height: 800px;
  margin-top: -140px;
  padding-top: 140px;
}
.page-banner .content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: rgba(255, 168, 0, 0.7);
  color: #fff;
  padding: 25px 50px;
}
.page-banner .content h2 {
  font-size: 300%;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
.page-banner .content p {
  font-weight: 400;
  margin-bottom: 0;
}
.items-products {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  border: 1px solid var(--T-T, #0D1E5D);
  background: #FFF;
}
.items-products:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.items-products .logo {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  background: -webkit-gradient(linear, right top, left top, from(#0b2b40), to(#09122e));
  background: linear-gradient(270deg, #0b2b40 0%, #09122e 100%);
}
.items-products .logo img {
  max-width: 130px;
}
.items-products .logo span {
  font-size: 125%;
  font-weight: bold;
  text-transform: uppercase;
}
.items-products .ratio {
  padding-bottom: 78%;
}
.items-products h3
{
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.items-products h4 {
  color: var(--M-2, #F00);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}
.items-products h4 span {
  color: var(--yellow);
}
.items-products h3 a {
  color: #0D1E5D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.448px;
}

.page-video {
  padding-top: 0;
}

.video-content {
  background-color: var(--blue);
  color: #fff;
}
.video-content .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 155px;
  height: 155px;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 20px;
}
.video-content .play .icon {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  -webkit-animation: nhm 1s infinite;
          animation: nhm 1s infinite;
}
.video-content .play .icon svg {
  width: 50px;
}
.video-content .ratio {
  padding-bottom: 60%;
}
.video-content .content {
  padding: 0 50px;
}
.video-content .content h3 {
  font-size: 300%;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@-webkit-keyframes nhm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes nhm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.page-bh {
  background: #1f2a44;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
}
.page-bh .heading {
  color: #fff;
  font-size: 150%;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.page-bh .items {
  margin-bottom: 20px;
}
.page-bh .items:last-child {
  margin-bottom: 0;
}
.page-bh .items--content {
  padding-left: 20px;
}
.page-bh .items--content img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85px;
          flex: 0 0 85px;
  max-width: 85px;
}
.page-bh .items--content h3 {
  color: var(--yellow);
  margin-bottom: 10px;
  font-size: 110%;
}
.page-bh .items--content p {
  margin-bottom: 0;
  color: #fff;
}

.page-single-products {
  padding-bottom: 0;
}
.single-content h1 {
  color: var(--T-T, #0D1E5D);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.single-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.single-content ul li {
  color: var(--M-Text, #6B7280);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
.single-content ul li:last-child {
  border-bottom: 0;
}
.single-content .btn {
  background: var(--blue) !important;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.page-banner-htl {
  height: 100vh;
  max-height: 800px;
}

.page-object-products .title-main .heading-small {
  font-size: 32px !important;
  text-align: center;
  margin-bottom: 40px !important;
  display: block;
  font-weight: 400;
}
.page-object-products .title-main .heading {
  font-size: 96px;
}

.bg-products {
  padding: 50px 100px;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .bg-products {
    padding: 20px;
  }
}
.bg-products .slick-dots {
  margin-top: 30px;
}
.bg-products .slick-dots li {
  border-color: var(--yellow);
}
.bg-products .slick-object-products {
  margin: 0px -35px;
}
.bg-products .slick-object-products .slick-slide {
  padding: 0px 35px;
}
.bg-products .slick-list {
  padding: 0 !important;
}
.bg-products .items-p {
  background-color: #fff;
  padding: 22px;
  text-align: center;
}
.bg-products .items-p .sale {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px 10px;
  background-color: var(--red);
  color: #fff;
  z-index: 4;
  border-radius: 5px;
}
.bg-products .items-p .ratio {
  padding-bottom: 100%;
}
.bg-products .items-p .btn {
  background: var(--red);
  width: 100%;
  text-align: center;
  color: #fff;
  min-width: 100px;
  margin: 20px 0px;
}
.bg-products .items-p .price {
  padding-top: 20px;
}
.bg-products .items-p h3 {
  text-align: left;
  line-height: 1.5;
  font-size: 100%;
  color: #172039;
}

.price ins {
  font-weight: bold;
  color: var(--red);
  display: block;
  padding-bottom: 5px;
  text-decoration: none !important;
  font-size: 120%;
}
.price del {
  font-size: 100%;
  text-decoration: line-through;
  color: #172039;
}
.price .del2 {
  text-decoration: none !important;
}

.single-content .price {
  padding-bottom: 20px;
  font-size: 20px;
}

.pp-zalo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 2, 2, 0.5);
  z-index: 99999999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pp-zalo .content {
  display: block;
  background-color: #fff;
  max-width: 900px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .pp-zalo .content {
    max-width: 95%;
  }
}
.pp-zalo .content img {
  width: 100%;
}
.pp-zalo .js-close {
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  cursor: pointer;
}
.pp-zalo .js-close svg {
  width: 40px;
  fill: #172039;
}
.pp-zalo .js-close svg path {
  fill: #172039;
}

.cczalo {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}
.cczalo p {
  margin-bottom: 0;
}
.cczalo .btn {
  width: 100%;
	font-size:20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.5;
	font-weight:bold;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .cczalo .btn {
    margin-top: 10px;
  }
}

.content-archive {
  padding-bottom: 0;
}

.page-chinhsach:nth-child(2n + 2) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-chinhsach .site-about--content {
  height: 100%;
}

.items-store {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20.306px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20.306px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.items-store:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.items-store:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.items-store a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.items-store .ratio {
  padding-bottom: 60%;
}
.items-store h3 {
  padding: 20px;
}

.dvls_maps_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.dvls_maps_body .dvls_maps_sidebar {
  float: none;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
  height: 570px;
  background: #eff0f2;
  padding: 10px 24px;
}
.dvls_maps_body .dvls_maps_main {
  padding-right: 20px;
  padding-left: 0;
}

.dvls_maps_header {
  margin-bottom: 20px !important;
}

div#dvls_maps {
  height: 570px !important;
}

.dvls_result_wrap .dvls_result_item:nth-child(2n + 1),
.dvls_result_wrap .dvls_result_item {
  background-color: #fff !important;
}

.dvls_result_status {
  padding: 15px 0px !important;
}

.dvls_result_infor p {
  font-size: 90%;
}

.dvls_result_infor a {
  font-style: italic;
  font-size: 90%;
  text-decoration: underline;
  color: var(--blue);
}

.dvls_maps_col a {
  color: var(--red);
}

.form-dev .form-control {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.dvls_maps_wrap input.dvls-submit {
  background-color: var(--red) !important;
}

.dvls_maps_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dvls_maps_3col .dvls_maps_col {
  float: none;
  max-width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  width: 100%;
}

.dvls_maps_header {
  background: #eff0f2;
}

.dvls_maps_wrap select {
  height: 40px;
}

.dvls_maps_header_left {
  font-size: 14px;
}

.page-kpp {
  padding-top: 30px;
}

.page-libra {
  padding-top: 30px;
}
.page-libra--content {
  padding-bottom: 20px;
}
.page-libra--content .title-main h2 {
  font-size: 200%;
}
.page-libra--content .title-main h2 a {
  color: #172039;
}

.items-libra {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
}
.items-libra .content {
  padding: 15px;
}
.items-libra .content h3 a {
  font-size: 100%;
}
.items-libra .content p {
  font-size: 90%;
  margin: 15px 0px;
}
.items-libra .content .btn {
  margin-left: auto;
  min-width: 50px;
  height: 40px;
  font-size: 14px;
  text-transform: none;
  padding: 0px 15px;
}

.site-single-libra .the_content {
  padding-right: 30px;
}
.site-single-libra .the_content .date {
  margin-bottom: 30px;
}
.site-single-libra .the_content .date span {
  letter-spacing: 2px;
  color: #6e7488;
  padding-right: 10px;
}
.site-single-libra .the_content .date .btn {
  min-width: 100px;
  height: auto;
  padding: 5px 0px;
}

.sidebar-custom form {
  position: relative;
}
.sidebar-custom form .form-control {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding-left: 50px;
}
.sidebar-custom form button {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  width: 40px;
  height: 40px;
  border: 0;
}
.sidebar-custom .widget-title {
  font-size: 125%;
  font-weight: bold;
  text-transform: uppercase;
  color: #172039;
  margin-bottom: 20px;
}
.sidebar-custom ul {
  list-style: disc;
  padding-left: 20px;
}
.sidebar-custom ul li a {
  display: block;
  border-bottom: 1px solid #ccc;
  font-size: 100%;
  color: #172039;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: none;
}
.sidebar-custom ul li a:hover {
  color: var(--red);
}
.sidebar-custom ul li:last-child a {
  border: 0;
}
.sidebar-custom .video-items {
  margin-bottom: 15px;
}
.sidebar-custom .video-items .ratio {
  padding-bottom: 60%;
  border-radius: 10px;
}
.sidebar-custom .video-items .ratio .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sidebar-custom .video-items .ratio .icon svg {
  width: 40px;
}
.sidebar-custom .video-items h3 {
  padding-top: 10px;
  font-size: 100%;
  line-height: 1.5;
}

.taxanomy--list {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.taxanomy--list .items-news-2 p,
.taxanomy--list .items-news-2 span {
  display: none;
}
.taxanomy--list .items-news-2 .content {
  padding-left: 10px;
}
.taxanomy--list .items-news-2 .content h3 a {
  font-size: 100%;
}
.taxanomy--list .items-news-2 img {
  border-radius: 5px;
}

.site-bvlq {
  padding-top: 0 !important;
}

.page-archive-news {
  padding: 70px 0px 50px 0px;
}
.page-archive-news--top .items-news-2 {
  text-align: justify;
  margin-bottom: 27px;
}
.page-archive-news--top .items-news-2 .content h3 a {
  font-size: 90%;
}
.page-archive-news--top .itemw-news .content {
  padding: 15px;
}
.page-archive-news .pd-right-custom {
  padding-right: 30px;
}
.page-archive-news .items-news-2 p {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 100%;
}

.page-contact{
  padding: 30px 0px 50px 0px;
}
.page-order{
  padding: 61px 0px 50px 0px;
}
.page-contact .items-contact {
  background-color: #f5f5f5;
  height: 100%;
  padding: 15px;
  border-radius: 5px;
}
.page-contact .items-contact .top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase;
  color: #172039;
}
.page-contact .items-contact .top svg {
  width: 25px;
  margin-right: 10px;
}
.page-contact .items-contact p {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}

.page-contact .address {
  margin-top: 15px;
  border-radius: 5px;
  padding-left: 0 ;
}
.contact__content .title-ft a{
    text-transform: lowercase;
    font-size: 16px;
}
.page-contact .address ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contact .address ul li {
  font-size: 85%;
  color: #172039;
}
.mt-10
{
  margin-top: 10px;
}
.page-contact .address ul li svg {
  margin-right: 10px;
}
.form-contact .form-group {
  margin-bottom: 10px;
}
.form-contact .form-control {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 100%;
  border-radius: 5px;
  width: 100%;
  outline: none;
}
.form-contact textarea.form-control {
  height: 100px;
  padding-top: 10px;
  font-family: var(--font);
}
.form-contact .btn {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  text-align: center;
  min-width: 150px;
}
.form-contact input[type="text"],
.form-contact input[type="tel"],
.form-contact input[type="email"],
.form-contact textarea {
  border-radius: 8px;
  border: 1px solid rgba(43, 42, 41, 0.05) !important;
  background: rgba(228, 231, 233, 0.40) !important;
}
.form-contact .text-end p
{
  display: flex;
  justify-content: end;
}
.form-contact br {
  display: none;
}
.form-contact p {
  margin-bottom: 0;
  position: relative;
}
.form-contact .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.content-archive .the_content{
    max-width: 1000px;
    margin: 0 auto;
    padding-right: 10px;
    margin-bottom: 0px;
    
}
.widget-area .widget{
  margin-bottom: 15px;
}
.widget-area .widget img{
  width: 100%;
}
.slider-nav .slick-list{
  padding:0 !important;
}
.slider-nav{
  margin:0px -5px;
  margin-top: 10px;
}
.slider-nav .slick-slide{
  padding:0px 5px;
}

.slider-for{
  padding:20px 50px;
  background-color: #fffdfa;
}
.slider-for .ratio{
	padding-bottom:95%;
}
.slider-for .slick-arrow{
  top: 50%;
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    padding: 2px;
    right: 5px;
    font-size: 0;
}
.slider-for .slick-arrow:before{
  font-size: 16px;
}
.slider-for .slick-prev{
  right: 0;
  left: 5px;
}
.sticky{
  position: sticky;
  top: 0;
  z-index: 9999;
}
.sticky-custom{
  top: 190px;
}
.gach{
	display: block;
    width: 100px;
    height: 5px;
    background: #d39330;
}

.related_articles .content
{
  padding: 20px !important;
}
.related_articles .content h3 a
{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related_articles
{
  margin-top: 50px;
}
.banner_the_community img
{
  width: 100%;
}
.the_desc .the_desc_title
{
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.the_desc p
{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: 0.3s ease-in-out;
}
.the_desc .single_pro_item
{
  padding-bottom: 10px;
  border-bottom: 4px double #e2ca7b;
}
.map iframe
{
  width: 100%;
}
.mt-20
{
  margin-top: 20px;
}
.mt-30
{
  margin-top: 30px;
}
.mt-50
{
  margin-top: 50px;
}
.items-contact.desc label
{
  font-size: 20px;
}
.contact_desc li
{
    margin-bottom: 10px;
    line-height: 130%;
    font-size: 16px;
}
.contact_desc h2
{
    font-weight: 600;
    font-size: 20px !important;
}
.contact_desc li:last-child
{
    margin-bottom: 0
}
.contact_desc
{
  background: #f7f4f4;
  padding: 20px;
  height: 100%;
}
.overflow-hidden
{
  overflow: hidden;
}
.site-project .items-project-2 .ratio
{
  padding-bottom: 70%;
}
.btn-primary ,
.btn-tracuu {
    color: #fff !important;
    background-color: #293E8E !important;
    box-shadow: 0px 1px 2px 0px rgba(13, 13, 18, 0.06);
    font-weight: 600;
    border: unset !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    transition: all 0.3s ease;
}
.btn-tracuu
{
  height: fit-content !important;
  padding: .675rem .75rem !important;
  width: 100%;
}
.btn-secondary {
    color: #fff !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    font-weight: 600;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 10px 24px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.btn-contact
{
  color: #fff !important;
  background: transparent !important;
  border: 1px solid #fff !important;
  font-weight: 600;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 10px 24px;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn-secondary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.15); /* gradient nhẹ hơn */
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 4px;
    z-index: 0;
}

.btn-secondary span {
    position: relative;
    z-index: 1;
}

.btn-secondary:hover::before {
    opacity: 1; /* mượt */
}

.btn-secondary:hover {
    color: #fff !important;
    box-shadow: 0 6px 15px rgba(255,255,255,0.25);
}


.btn.btn-info
{
    color: #293E8E !important;
    background: transparent !important;
    border: 1px solid #293E8E !important;
    font-weight: 600;
    display: flex !important;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    transition: all 0.3s ease;
}
.gap-15
{
  gap: 15px;
}
.coppyright 
{
  background: #333;
  padding: 24px 0;
}
#menu-menu-coppyright
{
  margin-bottom: 0px;
}
#menu-menu-coppyright li a
{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
}
#menu-menu-coppyright li
{
  position: relative;
}
#menu-menu-coppyright li::before
{
  content: "";
  position: absolute;
  width: 1px;
  right: -10px;
  height: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.50);
}
#menu-menu-coppyright li:last-child::before
{
   display: none;
}
.coppyright_text
{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
}
.form_subscrible .wpcf7-submit
{
  border-radius: 2px;
  background: #101F58;
  display: flex;
  padding: 12px 24px;
  align-items: flex-start;
  gap: 10px;
  color: #FFF;
  font-size: 16px;
  border: unset !important;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.5px;
}
.form_subscrible p
{
  display: flex;
  width: 100%;
  margin-bottom: 0;
  justify-content: space-between;
  align-items: center;
}
.form_subscrible
{
  display: flex;
  height: 70px;
  padding: 11px 11px 11px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 2px;
  background: #FFF;
}
.form_subscrible .wpcf7-email
{
  border: unset !important;
}
.form_subscrible .wpcf7-spinner
{
  display: none !important;
}
.ft-icon-svg
{
  display: flex;
  width: 35px;
  height: 35px;
  min-width: 35px;
  padding: 11px 0 11.5px 0;
  justify-content: center;
  align-items: center;
  border-radius: 17.5px;
  border: 0.5px solid rgba(255, 255, 255, 0.50);
  background: rgba(255, 255, 255, 0.05);
  margin-right: 10px;
}
.footer::before
{
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
}

.menu-footer2 li a::before {
  content: "";
  display: inline-block;
  background: url('../../assets/svg/right.svg') no-repeat center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.items-project .ratio::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(41, 62, 142, 0) 24%, /* trong suốt ở trên */
    rgba(41, 62, 142, 1) 100% /* full màu ở dưới */
  );
}
.title-main .subheading
{
  color: #F00;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.title-main .first_heading
{
  color: #0D1E5D;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
.bg-linear
{
  background: linear-gradient(281deg, var(--T-T, #0D1E5D) 49.01%, var(--M-1, #293E8E) 52.23%, #0C1128 79.34%);
}
.site-blog .items-blog
{
  border-radius: 16px;
  border: 1px solid #E1E1E1;
  box-shadow: 0 4px 12px 0 rgba(41, 62, 142, 0.12);
}
.site-blog .items-blog img
{
  max-height: 223px;
  object-fit: cover;
  width: 100%;
  align-self: stretch;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.site-blog .items-blog h3
{
  color: #101F58;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  box-orient: vertical;
}
.site-blog .items-blog .content
{
  padding: 24px;
}
.site-blog .items-blog .content p
{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  box-orient: vertical;
  margin-bottom: 0;
}
.post-date {
  color: #F00;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.logro-slider .slick-slide {
    margin: 0 30px;
}
.logro_year
{
  margin-top: 20px;
  color: var(--T-T, #0D1E5D);
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.logro-slider .title
{
  color: var(--M-Text, #6B7280);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.site-review-product .title
{
  color: var(--T-T, #0D1E5D);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 100px;
  text-align: center;
}
.product-item {
    display: flex;
    flex-direction: column;
}

.product-item img {
    max-height: 370px;
    width: 100%;
    object-fit: contain; /* giữ nguyên ảnh */
}
.bg-gray
{
    background: rgba(16, 31, 88, 0.02);
}
.site-category .title
{
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: background 0.3s ease;
}
.site-category .items-solution .ratio
{
  position: relative !important;
}
.site-category .items-solution .ratio h3
{
  width: fit-content !important;
  height: fit-content !important;
  bottom: 0 !important;
  left: 15px;
  top: unset !important;
}
.position-unset
{
  position: unset;
}
.section-about-content
{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
}
.section_factory li
{
  display: flex;
  padding: 24px 31px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.70);
  margin-bottom: 24px;
}
.factory_address .address
{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-left: 12px;
}
.section_factory .factory_icon svg
{
  width: 56px;
  height: 34px;
}
.factory_title
{
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px;
}
.history .items.bg-1
{
  background: url('../images/bg2.png');
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
}
.history .items.bg-2
{
  background: url('../images/bg1.png');
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: contain;
}
.height-80
{
  height: 80%;
}
.history_content 
{
  padding: 50px;
}
.history_image
{
  padding: 60px 0;
}
.page-taiphuc
{
  background: linear-gradient(90deg, #000A32 0%, #101F58 100%);
}
.page-taiphuc .items-taiphuc .content
{
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px
}
.production-process .items-taiphuc .content
{
  color: #000;
}
.production-process .items-taiphuc .content li
{
  list-style: disc !important;
}
.page-taiphuc .nav-tabs .nav-items .nav-link
{
  color: rgba(255, 255, 255, 0.50) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.page-taiphuc .nav-tabs .nav-item .nav-link.active
{
  color: #FFF !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.nav-link.active,
.nav-tabs .nav-link {
    color: #495057;
    font-size: 18px;
    display: flex;
    align-items: end;
    background-color: transparent !important;
    border: unset !important;
    border-radius: unset !important;
}
.nav-tabs
{
  border: unset !important;
}
.nav-tabs .nav-link:hover
{
  color: #fff;
}
.production-process
{
  background-repeat: no-repeat;
  background-size: cover;
}
.production-process .nav-tabs .nav-item
{
  padding: 12px 25px;
  align-self: stretch;
  border: 1px solid #999999 !important;
  background: linear-gradient(90deg, rgba(16, 31, 88, 0.50) 0%, rgba(28, 49, 129, 0.50) 47.12%, rgba(42, 69, 174, 0.50) 100%);
  margin-bottom: 12px !important;
}
.production-process .nav-tabs .nav-link
{
  display: flex;
  align-items: center;
  color: var(--W1, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.production-process .nav-tabs .nav-link span
{
  color: var(--W1, #FFF);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.nav-tabs .nav-item:has(.nav-link.active) {
    border-color: #fff !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
  color: #fff !important;
}
.production-process .heading
{
  color: #0D1E5D;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
.site-about--content .the_content
{
  color: var(--M-Text, #6B7280);
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.site-about--content .title,
.header-page .title
{
  color: var(--T-T, #0D1E5D);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
.site-about--content .title{
  margin-bottom: 60px;
}
.site-about--content .title strong,
.header-page .title
{
  color: var(--T-T, #0D1E5D);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.site-about-subtitle img,
.header-page img
{
  width: 36px;
  height: 78px;
  margin-right: 12px;
}
.site-about-subtitle h2
{
  margin-bottom: 0;
}
.history_content .year
{
  color: #F00;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.history_content .title
{
  color: #101F58;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.rank-math-breadcrumb
{
  color: #0D1E5D;
}
.rank-math-breadcrumb p
{
  margin-bottom: 0;
}
.header-page
{
  margin-top: 70px;
}
.du-an-filter .du-an-categories
{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.du-an-filter .du-an-categories li
{
  margin-left: 12px;
}
.du-an-filter .du-an-categories li:first-child
{
  margin-left: 0;
}
.mb-24
{
  margin-bottom: 24px;
}
.border-bottom
{
  padding-bottom: 24px;
  border-bottom: 1px solid #CDCDCD;
}
.du-an-filter .du-an-categories li a
{
  color: var(--M-Text, #6B7280);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.du-an-filter .du-an-categories .square-icon
{
  display: inline-block;
  margin-right: 12px;
  width: 8px;
  height: 8px;
  background: rgba(13, 30, 93, 0.24);
}
.du-an-filter .du-an-categories li.active a
{
  color: var(--T-T, #0D1E5D);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.du-an-filter
{
  margin: 24px 0;
}
.page-archive-project .content
{
  padding: 0 24px;
}
.page-archive-project .content h3
{
  color: var(--T-T, #0D1E5D);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 12px;
}

.page-archive-project .content .location{
  color: var(--M-Text, #6B7280);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.page-archive-project .content .location svg
{
  height: 24px;
  width: 18px;
  margin-right: 12px;
}
.page-archive-project .ratio,
.page-archive-project img
{
  border-radius: 4px;
}
.site-products .list-unstyled li{
  display: flex;
  height: 56px;
  padding: 16px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  background: rgba(13, 30, 93, 0.06);
}
.site-products .list-unstyled li a{
  display: flex;
  justify-content: space-between;
}
.site-products .list-unstyled li a{
  height: 100%;
  width: 100%;
  color: var(--T-T, #0D1E5D);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.site-products .title-main .heading {
  text-transform: uppercase;
  color: var(--T-T, #0D1E5D);
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sidebar-product-page h3
{
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 88px;
  align-self: stretch;
  text-transform: uppercase;
  color: var(--T-T, #0D1E5D);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  line-height: normal;
}
.sidebar-product-page li {
  transition: background 0.3s ease;
}

.sidebar-product-page li a svg path {
  transition: fill 0.3s ease;
}

.sidebar-product-page li:hover {
  background: #0D1E5D;
}

.sidebar-product-page li:hover a {
  color: #FFFFFF;
}

.sidebar-product-page li:hover a svg path {
  fill: #FFFFFF;
}

.sidebar-product-page li.active {
  background: var(--T-T, #0D1E5D);
}

.sidebar-product-page li.active a {
  color: #FFFFFF;
}

.sidebar-product-page li.active a svg path {
  fill: #FFFFFF;
}
.items-products .items-product-body
{
  padding: 24px 6px;
  text-align: center;
}
.comprometerse .comprometerse-content h2
{
  color: var(--T-T, #0D1E5D);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 24px;
}
.comprometerse .comprometerse-content h3
{
  color: rgba(13, 30, 93, 0.50);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
.comprometerse li:last-child .comprometerse-content h3
{
  margin-bottom: 0;
}
.comprometerse li
{
  border-bottom: 1px solid #CDCDCD;
  gap: 10px;
  margin-bottom: 12px;
}
.comprometerse li:last-child
{
  margin-bottom: 0;
}
.comprometerse li:last-child
{
  border-bottom: unset
}
.comprometerse .comprometerse-icon
{
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  background: #F6F6F6;
}
.comprometerse .comprometerse-icon img
{
  width: 24px;
  max-width: unset;
}
.comprometerse{
  padding: 24px 10px;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
}
.form-widget
{
  padding: 24px 12px;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  background: linear-gradient(0deg, rgba(13, 30, 93, 0.80) 0%, rgba(13, 30, 93, 0.80) 100%), linear-gradient(0deg, rgba(16, 31, 88, 0.40) 0%, rgba(16, 31, 88, 0.40) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.sidebar-product .form-widget h1
{
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 108%;
}
.sidebar-product .form-widget h2
{
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 108%;
  letter-spacing: 1.8px;
}
.sidebar-product .form-widget .logo-form span
{
  color: #FFF;
  font-size: 22.4px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.24px;
}
.sidebar-product .form-widget input
{
  padding: 12px 14px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.24);
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
  width: 100%;
}
::placeholder {
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  color: #fff;
}

input::-webkit-input-placeholder {
  color: #fff;
}

input::-moz-placeholder {
  color: #fff;
}

input:-ms-input-placeholder {
  color: #fff;
}

input::-ms-input-placeholder {
  color: #fff;
}
.sidebar-product .wpcf7-submit
{
  background: var(--M-2, #F00) !important;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.widget-form-footer h1
{
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 1.6px;
}
.widget-form-footer h1 span
{
  color: var(--M-2, #F00);
  font-size: 24px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 1.6px;
}
.form-widget .wpcf7-spinner
{
  display: none !important;
}
.form-widget hr
{
  background-color: #CDCDCD
}
.logo-form p
{
  margin-bottom: 0 !important;
}
.products-widget .title-product-widget
{
  display: flex;
  padding: 16px 0;
  align-items: flex-start;
  align-items: center;
  position: relative;
}
.products-widget .title-product-widget::before
{
  content: "";
  height: 2px;
  background: #0D1E5D;
  bottom: -1px;
  left: 0;
  position: absolute;
  width: 60%;
}
.products-widget .title-product-widget h3
{
  color: var(--T-T, #0D1E5D);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}
.products-widget ul
{
  margin: 0;
  padding: 0;
}
.thumbnail-product img{
  width: 85px;
  height: 66px;
  border-radius: 4px;
}
.products-widget ul li
{
  border-top: 1px solid #CDCDCD;
  margin-bottom: 24px;
  padding-top: 24px;
}
.products-widget ul li:first-child
{
  margin-top: 0px;
}
.products-widget .short-content{
  color: var(--T-T, #0D1E5D);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 12px;
}
.products-widget .short-content p{
  margin-bottom: 0;
}
.page-single-products .hotline .icon
{
  border-radius: 21px;
  border: 0.6px solid rgba(255, 0, 0, 0.50);
  background: rgba(255, 0, 0, 0.05);
  display: flex;
  width: 42px;
  height: 42px;
  padding: 13.068px 13.668px 13.552px 13.071px;
  justify-content: center;
  align-items: center;
}
.page-single-products .call-button
{
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--M-2, #F00);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.social-share .social-icon
{
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-share .social-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* nếu muốn tròn */
  transition: background-color 0.3s ease, color 0.3s ease;
}
.social-share .social-icon {
  color: #6B7280
}
.social-share .social-icon:hover {
  background-color: #0D1E5D;
  color: #fff;
}
.social-share .social-icon svg {
  transition: fill 0.3s ease;
}
.social-share .social-icon:hover svg {
  fill: #fff
}
.social-share span
{
  color: var(--T-T, #0D1E5D);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-single-products .product-image .ratio
{
  padding-bottom: 70%;
}
.site-page .nav-tabs
{
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #E5E5E5 !important;
}
.site-page .nav-tabs .nav-item
{
  list-style: none !important;
}
.site-page .nav-tabs .nav-item.active .nav-link{
  color: var(--T-T, #0D1E5D) !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.site-page .nav-tabs .nav-item.active
{
  margin-bottom: -1px;
  border-bottom: 2px solid #0D1E5D !important;
}
.site-page .nav-tabs {
  border-bottom: none; /* bỏ line mặc định của bootstrap */
}

.site-page .nav-tabs .nav-item {
  position: relative;
}

.site-page .nav-tabs .nav-link {
  position: relative;
  color: #6B7280;
  transition: color 0.3s ease;
}

.site-page .nav-tabs .nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #0D1E5D;
  transition: width 0.3s ease;
}

.site-page .nav-tabs .nav-item:hover::after {
  width: 100%;
}

.site-page .nav-tabs .nav-item:hover .nav-link {
  color: #0D1E5D;
}

/* Active state */
.site-page .nav-tabs .nav-item.active .nav-link {
  color: #0D1E5D !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.site-page .nav-tabs .nav-item.active::after {
  width: 100%;
}
.site-page .tab-content,
.tab-pane
{
  color: #6B7280;
}
#submit
{
  border-radius: 4px;
  background: var(--M-1, #293E8E) !important;
  box-shadow: 0 1px 2px 0 rgba(13, 13, 18, 0.06);
  display: flex;
  width: 180px;
  height: 52px;
  border: unset;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Neutral-50, #F9FAFB);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.ec-sharing-buttons, .comment-form-upload,.ec-image-preview
{
  display: none !important;
}
.mt-285-reducir
{
  margin-top: -285px;
}
.contact__content h4
{
  color: var(--T-T, #0D1E5D);
  font-size: 40px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
}
.contact__content .address li
{
  color: var(--M-Text, #6B7280);
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
}
.contact__content .address .icon
{
  width: 35px;
  display: flex;
  height: 35px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 17.5px;
  border: 0.5px solid rgba(13, 30, 93, 0.50);
  background: rgba(13, 30, 93, 0.05);
}
.form-contact
{
  margin-top: 50px;
}
.page-archive-news--grid .content h3 a
{
  color: #101F58;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1 !important;
}
.page-archive-news--grid .content h3
{
  line-height: 1 !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-archive-news--grid .content span
{
  color: #F00;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-archive-news--grid .content p{
  color: #222;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-archive-news--grid .items-news
{
  border-radius: 16px;
  border: 1px solid #E1E1E1;
  box-shadow: 0 4px 12px 0 rgba(41, 62, 142, 0.12);
}
.page-archive-news--grid .content
{
  padding: 24px;
}
.page-archive-news--grid .ratio
{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding-bottom: 60%;
}
.table-result
{
  padding-top: 70px;
}
.order-search-form
{
  padding-bottom: 15px;
}
.page-order .table .thead-dark
{
  background: var(--T-T, #0D1E5D);
}
.page-order .table .thead-dark th
{
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  border-right: 1px solid #fff;
}
.page-order .table .thead-dark th:last-child
{
  border: unset !important;
}
.page-order .table>:not(caption)>*>* {
    padding: 8px !important;
    box-shadow: inset 0 0 0 9999px transparent;
}
.page-order .table-result .table
{
  text-align: center;
}
.table>:not(caption)>*>* {
    border: 1px solid #fff;
}
.order-search-form input
{
  border-radius: 8px;
  border: 1px solid rgba(43, 42, 41, 0.05);
  background: rgba(228, 231, 233, 0.40);
}
.order-search-form label
{
  color: #101F58;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.page-order .table>:not(caption)>*>* {
    padding: 14px !important;
    box-shadow: inset 0 0 0 9999px transparent;
}
.page-order table tbody tr:nth-child(even) td {
    background-color: #f8f9fa;
}
.page-order table tbody tr:nth-child(odd) td {
    background-color: #ffffff;
}
.page-order table tbody tr:hover td {
    background-color: #e2e6ea;
    transition: background-color 0.2s ease-in-out;
}
.order-search-form .form-control
{
  padding: .675rem .75rem;
}
.btn.btn-primary {
    transition: all 0.3s ease;
}
/* Hover */
.btn-primary:hover,
.btn-tracuu:hover {
    background: linear-gradient(135deg, #3A51C1, #1F2F8A); /* gradient nhẹ */
    box-shadow: 0px 4px 12px rgba(41, 62, 142, 0.6); /* đổ bóng rõ hơn */
    color: #fff !important; /* chữ luôn trắng */
}
.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.25);
}
.btn.btn-info:hover {
    background-color: #3A51C1 !important; /* nền hover */
    color: #fff !important;
    box-shadow: 0 6px 15px rgba(41, 62, 142, 0.25);
    border-color: #3A51C1 !important;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.h-600
{
  height: 600px;
}
.h-sm-800
{
  height: 800px;
}
/* gsap */
.homeSolution__animateVer{
    width: 400px;
    max-width: 100%;
    aspect-ratio: 400 / 460;
    position: relative;
}
.homeSolution__animateHori{
    height: 600px;
    width: 200px;
    position: relative;
}
.homeSolution__animateHoriAbout
{
    height: 550px;
    width: 224px;
    position: relative;
}
.homeSolution__animateVer .frameVer1 {
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    mix-blend-mode: multiply;
}
.homeSolution__animateVer .frameVer2 {
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    mix-blend-mode: multiply;
}
.homeSolution__animateVer .frameVer3 {
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    mix-blend-mode: multiply;
}
.homeSolution__animateVer .frameVer3_1 {
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    mix-blend-mode: multiply;
}
.homeSolution__animateVer .frameVer3_2 {
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    mix-blend-mode: multiply;
}
.homeSolution__animateVer .frameVer4 {
    bottom: -16%;
    right: -28%;
    width: 170.5px;
    opacity: 0;
    display: block;
    height: 92px;
    flex-shrink: 0;
    mix-blend-mode: multiply;
}

/* gsap */
.homeSolution__animateHori .frameHori1
{
  z-index: 1;
  bottom: 5px;
  left: 8px;
  display: block;
  height: 100%;
  mix-blend-mode: multiply;
}
.homeSolution__animateHori .frameHori2
{
  z-index: 2;
  bottom: 5px;
  left: 10px;
  display: block;
  height: 100%;
  mix-blend-mode: multiply;
}
.homeSolution__animateHori .frameHori3
{
  z-index: 3;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  mix-blend-mode: multiply;
}
.homeSolution__animateHori .frameHori4
{
  transform: scale(1.015);
  z-index: 999;
  bottom: 0;
  display: block;
  left: 0;
  height: 100%;
  mix-blend-mode: multiply;
}

/* gsap about */
.homeSolution__animateHoriAbout .frameHoriAbout1
{
  z-index: 999;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  mix-blend-mode: multiply;
}
.homeSolution__animateHoriAbout .frameHoriAbout2
{
  z-index: 999;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  mix-blend-mode: multiply;
}
.homeSolution__animateHoriAbout .frameHoriAbout3
{
  z-index: 999;
  display: block;
  bottom: 0;
  left: 0;
  height: 100%;
  mix-blend-mode: multiply;
}
.site-banner {
    position: relative;
    overflow: hidden;
}

.bg-slide {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    animation: slideUp 15s linear infinite;
    z-index: 0;
}
.site-banner--content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.slick-banner {
    position: relative;
    z-index: 1;
}
.site-banner--content
{
  padding: 100px 0;
}
.site-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25); 
    z-index: 1;
}
@keyframes slideUp {
    from { background-position: 0 100%; }
    to { background-position: 0 0; } 
}
.slick-banner .slick-dots li {
    margin: 0px 10px !important;
    position: relative; /* cần để ::before hoạt động */
    height: 7px !important;
    width: 7px !important;
    background: #fff !important;
    border-color: #fff;
}
.slick-banner .slick-dots .slick-active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}
.slick-prev
{
  left: 2%;
}
.slick-next
{
  right: 2%;
}
/* Xoá text mặc định slick */
.slick-banner .slick-prev::before,
.slick-banner .slick-next::before {
    content: ''; /* bỏ chữ mặc định */
}

/* Thêm mũi tên bằng CSS */
.slick-banner .slick-prev::after,
.slick-banner .slick-next::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.slick-banner .slick-next::after {
    transform: translate(-50%, -50%) rotate(-45deg); /* next */
}

.slick-banner .slick-arrow:before {
    content: "";
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}