@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Manrope:wght@200..800&display=swap");
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.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: 1280px;
  }

  .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, .menu-mobile .js-close, .mxh, .mxh a, .js-uptop, .footer .mxh-ft, .footer .mxh-ft a, .footer .address ul, .site-banner, .site-strong .images .box-title, .site-contact ul li, .page-search .form, .sidebar-products ul li a, .filter-products .form, .js-filter-products, .items-support .address span, .site-single-libra .the_content .date {
  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 {
  width: 100%;
  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(--blue);
  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: #15a1ae;
  --red: #d82c29;
  --yellow: #f9e149;
  --gray: #2c2f32;
  --font-title: "Be Vietnam Pro", sans-serif;
  --font: "Manrope", sans-serif;
  --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, .site-banner, .page-about-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  padding: 0px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 175px;
  height: 45px;
  border-radius: 30px;
  font-size: 100%;
  color: #fff;
  font-weight: bold;
  background-color: var(--blue);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn:hover {
  background-color: var(--blue);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ratio {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 100%;
}
.ratio img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 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: -30%;
  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 {
  right: 0;
}
.slick-next:before {
  content: ">";
}

.slick-prev {
  right: 7%;
}
.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: 40px;
}
.slick-dots li {
  margin: 0px 5px;
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
}
.slick-dots li button {
  display: none;
}
.slick-dots .slick-active {
  background: var(--blue);
}

svg {
  width: 20px;
}

.title-main {
  margin-bottom: 50px;
}
.title-main .heading {
  font-weight: bold;
  color: var(--gay);
  font-size: 300%;
  margin-bottom: 24px;
  font-family: var(--font-title);
  line-height: 1.3;
}
.title-main .heading span {
  color: var(--blue);
  display: block;
}
.title-main p {
  font-size: 120%;
  color: #595c5e;
  margin-bottom: 0;
  line-height: 1.5;
}

.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: #000;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /* Phóng to 120% */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /* Phóng to 120% */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.header {
  background-color: #fff;
  z-index: 9999;
  top: 0;
}
.header .logo {
  padding: 5px 0px;
  position: relative;
}
.header .logo img {
  max-width: 185px;
}
.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 {
  fill: #000;
}
.header .logo .js-menu-mobile svg path {
  fill: #000;
}
@media screen and (max-width: 1199px) {
  .header .logo .js-menu-mobile {
    display: block;
  }
}
.header .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .menu ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .menu ul li {
  position: relative;
  line-height: 50px;
}
.header .menu ul li:hover .sub-menu {
  display: block;
}
.header .menu ul li a {
  display: block;
  padding: 0px 16px;
  color: #404040;
  font-weight: bold;
  font-size: 100%;
  font-family: var(--font-title);
}
.header .menu ul li a:hover {
  color: var(--blue);
}
.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: #000;
  border-bottom: 1px solid #333;
  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 .btn {
  margin-left: auto;
  -webkit-animation: pulse 1.5s infinite ease-in-out;
          animation: pulse 1.5s infinite ease-in-out;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: linear-gradient(96deg, #15a1ae 0%, #00474d 100%);
  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: #000;
}
.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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mxh a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 5px;
  color: #000;
}
.mxh a:hover {
  color: var(--blue);
  border-color: var(--blue);
}
.mxh a svg {
  width: 15px;
}

.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 {
  background: F5F5F5;
  color: #000;
  padding-top: 50px;
}
.footer__content {
  color: #000;
  margin-bottom: 20px;
  padding-right: 50px;
}
.footer__content .logo {
  margin-bottom: 20px;
  max-width: 100%;
  display: block;
}
.footer__content .the_content h3,
.footer__content .the_content h2 {
  font-size: 125%;
}
.footer .heading-ft {
  font-size: 100%;
  font-family: var(--font-title);
  font-weight: bold;
  margin-bottom: 40px;
}
.footer__menu ul li {
  padding-bottom: 15px;
}
.footer__menu ul li a {
  display: block;
  color: #000;
  word-break: break-all;
}
.footer__menu ul li a:hover {
  color: var(--red);
}
.footer .mxh-ft a {
  padding-right: 20px;
  color: #000;
}
.footer .mxh-ft a:last-child {
  padding-right: 0;
}
.footer .mxh-ft a svg {
  margin-right: 10px;
}
.footer .maps {
  margin-top: 20px;
}
.footer .maps iframe {
  height: 200px;
  border-radius: 10px;
}
.footer .address {
  padding-top: 30px;
}
.footer .address ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .address ul li {
  font-size: 14px;
}
.footer .coppyright {
  border-top: 1px solid #ccc;
  padding: 15px 0px;
  text-align: center;
  color: #333;
  margin-top: 20px;
}

.nhm-action-bar {
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  padding: 25px 12px;
  border-radius: 40px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  z-index: 9999;
}

.action-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  gap: 10px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Hiệu ứng scale khi hover */
.action-item:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.icon-box {
  width: 50px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #444;
  /* Màu icon mặc định */
}

.icon-box.orange {
  background-color: #ff7a18;
  color: #fff;
  /* Màu icon trắng cho nút cam */
}

/* Đảm bảo SVG luôn vừa vặn */
.icon-box svg {
  width: 25px;
  height: 25px;
  display: block;
}

.action-item:first-child .icon-box {
  height: 50px;
}

.action-item span {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

/* MOBILE: Nằm ngang ở dưới cùng */
@media (max-width: 768px) {
  .nhm-action-bar {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
            transform: none;
    /* Bỏ căn giữa theo chiều dọc */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    /* Chuyển sang hàng ngang */
    -ms-flex-pack: distribute;
        justify-content: space-around;
    /* Chia đều khoảng cách các icon */
    padding: 10px 0;
    border-radius: 20px 20px 0 0;
    /* Chỉ bo góc trên */
    -webkit-box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
  }

  .action-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* Chia đều không gian cho mỗi nút */
    gap: 4px;
  }

  .icon-box {
    width: 30px;
    height: 30px !important;
    border-radius: 12px;
  }

  .icon-box svg {
    width: 22px;
    height: 22px;
  }

  .action-item span {
    font-size: 11px;
  }

  .js-uptop {
    bottom: 80px;
    width: 40px;
    height: 40px;
  }
}
.site-banner {
  height: 100vh;
  max-height: 720px;
  min-height: 720px;
  position: relative;
}
.site-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#f5f7fa), color-stop(50%, rgba(245, 247, 250, 0.5)), to(rgba(245, 247, 250, 0)));
  background: linear-gradient(90deg, #f5f7fa 0%, rgba(245, 247, 250, 0.5) 50%, rgba(245, 247, 250, 0) 100%);
}
.site-banner .content {
  position: relative;
  z-index: 3;
}
.site-banner h2 {
  font-weight: 900;
  font-size: 390%;
  color: #2c2f32;
  font-style: italic;
  font-family: var(--font-title);
  line-height: 1.5;
  margin-top: 15px;
}
.site-banner h2 span {
  color: var(--blue);
}
.site-banner p {
  max-width: 555px;
  font-size: 120%;
  color: #595c5e;
}
.site-banner .button {
  margin-top: 20px;
}
.site-banner .button svg {
  margin-left: 5px;
}
.site-banner .btn {
  background: linear-gradient(96deg, #15a1ae 0%, #00474d 100%);
}
.site-banner .btn-gray {
  color: #222;
  background: #dfe3e7;
  margin-left: 15px;
}

.note {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  background: var(--yellow);
  border-radius: 30px;
  font-weight: 500;
}

.site-vande {
  background-color: #eef1f4;
  padding-bottom: 50px;
}
.site-vande .heading-vd {
  text-align: center;
  font-size: 300%;
  color: #2c2f32;
  font-weight: 900;
  font-family: var(--font-title);
  margin-bottom: 50px;
  padding-bottom: 20px;
  position: relative;
}
.site-vande .heading-vd:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background-color: var(--blue);
  border-radius: 30px;
}

.item-vd {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  border-radius: 24px;
  padding: 40px;
  height: 100%;
}
.item-vd h3 {
  font-size: 150%;
  color: var(--gray);
  font-family: var(--font-title);
  margin: 20px 0px;
  line-height: 1.3;
}
.item-vd p {
  margin-bottom: 0;
  color: #595c5e;
}

.site-strong .images {
  position: relative;
  padding-bottom: 20px;
}
.site-strong .images .box {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  max-width: 320px;
}
.site-strong .images .box-title {
  margin-bottom: 15px;
}
.site-strong .images .box-title svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43px;
          flex: 0 0 43px;
  max-width: 43px;
  height: 48px;
}
.site-strong .images .box-title span {
  font-size: 120%;
  color: var(--gray);
  font-weight: 600;
  padding-left: 15px;
  font-family: var(--font-title);
  line-height: 1.3;
}
.site-strong .images .box p {
  margin-bottom: 0;
  color: #595c5e;
}
.site-strong .images img {
  border-radius: 30px;
  width: 95%;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  max-height: 720px;
}

.items-strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.items-strong:last-child {
  margin-bottom: 0;
}
.items-strong img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  max-width: 48px;
  height: 48px;
}
.items-strong .content {
  padding-left: 15px;
}
.items-strong .content h3 {
  font-size: 120%;
  color: var(--gray);
  margin-bottom: 10px;
}
.items-strong .content p {
  margin-bottom: 0;
  color: #595c5e;
}

.site-video {
  background-color: #eef1f4;
}
.site-video .note {
  background: #93dbff;
}
.site-video h2 {
  font-size: 300%;
  color: #2c2f32;
  font-weight: 900;
  font-family: var(--font-title);
  margin: 24px 0px;
}
.site-video .text {
  margin-bottom: 24px;
  font-size: 120%;
  color: #595c5e;
}
.site-video .des {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  margin-bottom: 0;
}
.site-video .video {
  padding-left: 20px;
}

.site-album {
  background-color: #f5f7fa;
}
.site-album .title-main .heading span {
  display: inline;
}
.site-album .title-main a {
  color: var(--blue);
  font-size: 110%;
  font-weight: bold;
}

.slick-album {
  margin: 0px -7.5px;
}
.slick-album .items {
  padding: 0px 5px;
}
.slick-album .items:nth-child(2n + 2) .ratio {
  margin-top: 20px;
}
.slick-album .ratio {
  padding-bottom: 80%;
  border-radius: 30px;
}
.slick-album .ratio:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.site-sytem {
  background: #eef1f4;
}

.items-sytem {
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  border-radius: 24px;
  background-color: #fff;
  height: 100%;
}
.items-sytem iframe {
  height: 270px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.items-sytem .content {
  padding: 20px;
}
.items-sytem .content .address {
  display: block;
  text-transform: uppercase;
  color: var(--blue);
  font-size: 90%;
  font-weight: 500;
}
.items-sytem .content h3 {
  font-family: var(--font-title);
  color: var(--gray);
  margin: 15px 0px 15px 0px;
  font-size: 120%;
}
.items-sytem .content p {
  margin-bottom: 20px;
  color: #595c5e;
}
.items-sytem .content .btn {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--blue);
  background: #fff;
  color: var(--blue);
}

.site-contact {
  background-color: #dfe3e7;
  position: relative;
  overflow: hidden;
}
.site-contact:before {
  content: "";
  position: absolute;
  top: 0;
  right: -175px;
  width: 420px;
  height: 100%;
  background: rgba(255, 161, 36, 0.5);
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  opacity: 0.3;
}
.site-contact .title-main {
  margin-bottom: 25px;
}
.site-contact ul li {
  font-weight: 600;
}
.site-contact ul li svg {
  margin-right: 10px;
}

/* Container chung */
.nhm-custom-form {
  background: #fff;
  padding: 40px;
  border-radius: 40px;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.nhm-custom-form br {
  display: none;
}
.nhm-custom-form p {
  margin-bottom: 0;
}

/* Chia cột */
.nhm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.nhm-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Nhãn và Input */
.nhm-custom-form label {
  display: block;
  font-weight: bold;
  color: #555;
  margin-bottom: 8px;
  font-size: 14px;
}

.nhm-custom-form input[type="text"],
.nhm-custom-form input[type="tel"],
.nhm-custom-form select {
  width: 100%;
  padding: 15px 20px;
  border: none;
  background-color: #e9ecef;
  border-radius: 15px;
  font-size: 16px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Tùy chỉnh riêng cho Select (mũi tên) */
.nhm-custom-form select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px;
}

/* Nút đăng ký */
.nhm-submit-wrapper {
  margin-top: 30px;
}

.nhm-custom-form input[type="submit"] {
  width: 100%;
  padding: 18px;
  border: none;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#1da1ab), to(#003d41));
  background: linear-gradient(to right, #1da1ab, #003d41);
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.nhm-custom-form input[type="submit"]:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  opacity: 0.9;
}

/* Dòng ghi chú */
.nhm-disclaimer {
  text-align: center;
  font-size: 12px;
  color: #777;
  margin-top: 20px;
}

/* Responsive cho Mobile */
@media (max-width: 600px) {
  .nhm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }

  .nhm-custom-form {
    padding: 25px;
    border-radius: 25px;
  }

  .nhm-custom-form input[type="submit"] {
    font-size: 16px;
  }
}
.page-about {
  background: #eef1f4;
}
.page-about span.t {
  display: block;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 15px;
  font-size: 100%;
}
.page-about .title-main h2 {
  font-size: 60px;
}
.page-about .images {
  position: relative;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.page-about .images:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ea580c;
  opacity: 0.3;
  border-radius: 24px;
}
.page-about .images .st {
  position: absolute;
  z-index: 5;
  bottom: -20px;
  left: -20px;
  padding: 20px;
  background-color: var(--yellow);
  color: #000;
  font-weight: bold;
  border-radius: 24px;
}
.page-about .images .st span {
  font-size: 200%;
}
.page-about img {
  border-radius: 24px;
}

.page-about-contact {
  background-color: #f6f8fb;
}

/* Container chung cho cả section */
/* Flexbox để căn giữa 4 khối */
.nhm-contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 45px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Tự xuống dòng trên mobile */
}

/* Style chung cho mỗi thẻ card */
.nhm-contact-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* Chia đều chiều rộng */
  min-width: 250px;
  max-width: 280px;
  background: #fff;
  padding: 40px 20px;
  border-radius: 15px;
  text-align: center;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  position: relative;
  /* Dùng cho tag POPULAR */
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Hiệu ứng hover cho card */
.nhm-contact-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
}

/* Cấu trúc nội dung trong card */
.nhm-contact-card h3 {
  font-size: 18px;
  margin: 20px 0 10px;
  color: #333;
}

.nhm-contact-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  min-height: 45px;
  /* Giữ các card đều nhau */
}

/* Vòng tròn chứa Icon SVG */
.icon-circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

/* Màu sắc vòng tròn & Icon */
.icon-circle.orange {
  background-color: #fff1e1;
  color: #ff7a18;
}

.icon-circle.blue {
  background-color: #e5f1ff;
  color: #007bff;
}

.icon-circle.purple {
  background-color: #f1e9ff;
  color: #6f42c1;
}

.icon-circle.teal-fill {
  background-color: #17a2b8;
  color: #fff;
}

/* Zalo */
/* Định kích thước chuẩn cho SVG */
.icon-circle svg {
  width: 32px;
  height: 32px;
  stroke-width: 1.5px;
}

/* Style cho các link liên hệ */
.contact-link {
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}

.contact-link.orange {
  color: #ff7a18;
}

.contact-link.blue {
  color: #007bff;
}

.contact-link.purple {
  color: #6f42c1;
}

/* Style riêng cho khối nổi bật (Zalo Support) */
.nhm-contact-card.featured {
  border: 2px solid #17a2b8;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(23, 162, 184, 0.1);
          box-shadow: 0 10px 25px rgba(23, 162, 184, 0.1);
}

/* Tag POPULAR */
.popular-tag {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #17a2b8;
  color: #fff;
  padding: 3px 8px;
  font-size: 10px;
  border-radius: 5px;
  font-weight: bold;
}

/* Nút bấm trong khối Zalo */
.contact-btn {
  display: inline-block;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-btn.teal {
  background-color: #17a2b8;
  color: #fff;
}

.contact-btn.teal:hover {
  background-color: #138496;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

/* Responsive cho Tablet (giảm khoảng cách) */
@media (max-width: 991px) {
  .nhm-contact-wrapper {
    gap: 15px;
  }
}
/* Responsive cho Mobile (2 cột 1 hàng) */
@media (max-width: 767px) {
  .nhm-contact-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    /* Đảm bảo nằm ngang */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* Cho phép tự động xuống hàng khi đủ 2 cột */
    gap: 10px;
    /* Khoảng cách nhỏ lại để đủ chỗ cho 2 cột */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .nhm-contact-card {
    /* Tính toán chiều rộng: 50% trừ đi khoảng cách gap để không bị nhảy hàng */
    width: calc(50% - 10px);
    max-width: 50%;
    min-width: unset;
    /* Bỏ min-width cũ để không bị vỡ layout */
    padding: 20px 10px;
    /* Giảm padding để nội dung không bị quá chật */
  }

  /* Chỉnh lại icon và chữ nhỏ hơn một chút cho cân đối trên 2 cột mobile */
  .icon-circle {
    width: 50px;
    height: 50px;
  }

  .icon-circle svg {
    width: 24px;
    height: 24px;
  }

  .nhm-contact-card h3 {
    font-size: 15px;
  }

  .nhm-contact-card p {
    font-size: 12px;
    min-height: auto;
  }

  .nhm-contact-card a {
    overflow-wrap: break-word;
  }
}
.nhm-system-section {
  background-color: #eef1f4;
}

.nhm-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.nhm-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.nhm-subtitle {
  color: #666;
  margin-bottom: 40px;
}

.nhm-system-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

/* Sidebar List */
.nhm-location-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.location-item {
  background: #e9ecef;
  padding: 20px;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left: 5px solid transparent;
}

.location-item h3 {
  font-size: 16px;
  margin: 0 0 8px 0;
  color: #333;
}

.location-item p {
  font-size: 13px;
  color: #666;
  margin: 0 0 10px 0;
}

.location-item .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #ff7a18;
}

.location-item .meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

/* Trạng thái Active */
.location-item.active {
  background: #fff;
  border-left-color: #1da1ab;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

/* Bản đồ */
.nhm-map-display {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.nhm-map-display iframe {
  border-radius: 20px;
  height: 100%;
  min-height: 450px;
}

/* Responsive */
@media (max-width: 991px) {
  .nhm-system-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .nhm-map-display {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    /* Đưa bản đồ lên trên ở mobile */
  }
}
@media screen and (max-width: 767px) {
  .nhm-map-display iframe {
    min-height: 300px;
  }
}
.nhm-faq-section {
  background-color: #f5f7fa;
}

.nhm-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #222;
}

.nhm-desc {
  color: #777;
  margin-bottom: 30px;
  font-size: 15px;
}

/* Style cho Form */
.nhm-form-wrapper label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.nhm-row-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.nhm-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 20px;
}

.wpcf7-form-control:not([type="submit"]) {
  width: 100%;
  padding: 12px 20px;
  background: #e9ecef;
  border: none;
  border-radius: 10px;
  font-size: 15px;
}

textarea {
  height: 100px;
  outline: none;
}

.wpcf7-submit {
  width: 100%;
  padding: 15px;
  background: #17a2b8;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

/* Style cho FAQ Accordion */
.nhm-accordion {
  margin-top: 30px;
}

.accordion-item {
  background: #e9ecef;
  border-radius: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.accordion-header {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: bold;
  color: #333;
}

.accordion-content {
  padding: 0 20px 20px;
  display: none;
  color: #555;
  line-height: 1.6;
  font-size: 14px;
}

.accordion-item.active {
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.accordion-item.active .accordion-header {
  color: #17a2b8;
}

.accordion-item.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nhm-cf7-container br {
  display: none;
}
.nhm-cf7-container p {
  margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
  .nhm-row-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .nhm-title {
    font-size: 26px;
  }
}
.page-search {
  padding: 30px 0px;
  border-bottom: 1px solid #ccc;
}
.page-search .form-control {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 100%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
.page-search .form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-search .btn {
  border: 0;
  height: 45px;
  border-radius: 5px;
  font-size: 100%;
  cursor: pointer;
}

.sidebar-products {
  border-radius: 20px;
  border: 1px solid #f5f5f5;
  background: #fff;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  margin-bottom: 25px;
}
.sidebar-products .title {
  padding: 15px 30px;
  background-color: var(--red);
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
  font-size: 100%;
}
.sidebar-products ul {
  padding: 10px 0px;
}
.sidebar-products ul li a {
  padding: 15px 30px;
  color: #000;
  line-height: 1.3;
}
.sidebar-products ul li a:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 10px;
}
.sidebar-products ul li a:hover {
  color: var(--red);
}
.sidebar-products ul li .active {
  color: var(--red);
}
.sidebar-products ul li .active:before {
  background-color: var(--red);
  border-color: var(--red);
}

@media screen and (max-width: 700px) {
  .filter-products {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: linear-gradient(124deg, #0d2e42 29.72%, #010c34 54.59%);
    padding: 30px 15px;
    display: none;
  }
}
.filter-products .js-close {
  text-align: right;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
  display: none;
}
@media screen and (max-width: 700px) {
  .filter-products .js-close {
    display: block;
  }
}
.filter-products select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 0px 10px;
  border: 1px solid #ccc;
}
.filter-products .btn {
  min-width: 100px;
  height: 40px;
  border: 0;
  margin-left: 10px;
  cursor: pointer;
}
.filter-products .form-control {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 100%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83%;
          flex: 0 0 83%;
  max-width: 83%;
}
.filter-products .form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter-products .btn {
  border: 0;
  height: 45px;
  border-radius: 5px;
  font-size: 100%;
  cursor: pointer;
  padding: 0px 20px;
}

.js-filter-products {
  position: fixed;
  bottom: 20px;
  left: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--red);
  color: #fff;
  border-radius: 30px;
  z-index: 99;
  padding: 10px 20px;
  display: none;
}
@media screen and (max-width: 700px) {
  .js-filter-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.js-filter-products svg {
  fill: #fff;
  margin-right: 10px;
}

.single-products {
  padding-top: 30px;
}
.single-products .ratio {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding-bottom: 67%;
}
.single-products .ratio img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.single-products h1 {
  font-size: 150%;
  margin-bottom: 20px;
}
.single-products table {
  display: table;
  width: 100%;
  border-radius: 5px;
  overflow: auto;
}
.single-products table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
}
.single-products table tr td:first-child {
  font-weight: bold;
}
.single-products table tr td a {
  padding-right: 10px;
  color: var(--blue);
}
.single-products table tr td a:last-child {
  padding-right: 0;
}
.single-products table tr td a:last-child:after {
  display: none;
}
.single-products table tr td a:after {
  content: "-";
  padding-left: 10px;
}
.single-products table tr td:last-child {
  text-transform: uppercase;
  color: var(--blue);
}
.single-products .text {
  padding: 15px;
  border-radius: 5px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.single-products .content-button {
  overflow: hidden;
}
.single-products .btn {
  margin-top: 20px;
  width: 100%;
}

.page-infor {
  padding-bottom: 50px;
}
.page-infor .title-main .heading {
  font-size: 150%;
}

.mb-10 {
  margin-bottom: 10px;
}

.sidebar-single .title {
  font-size: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
}
.sidebar-single .img {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 5px;
}
.sidebar-single .row-custom {
  margin: 0px -5px;
}
.sidebar-single .row-custom .col-custom {
  padding: 0px 5px;
}
.sidebar-single .items:hover .content h3 a {
  color: var(--blue);
}
.sidebar-single .items .ratio {
  border: 2px solid #ccc;
  border-radius: 10px;
}
.sidebar-single .items .ratio img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.sidebar-single .items .content {
  padding-left: 10px;
}
.sidebar-single .items .content h3 a {
  font-size: 90%;
  line-height: 1.3;
  color: #333;
}
.sidebar-single .items .content .price {
  margin: 10px 0px;
  color: var(--red);
}
.sidebar-single .items .content .more {
  color: var(--blue);
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

.items-support .images {
  text-align: center;
}
.items-support .images img {
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
  margin: 10px auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-support .images .logo {
  display: block;
  padding-top: 15px;
}
.items-support .images .logo img {
  width: auto !important;
  height: auto !important;
  border-radius: 0;
  max-width: 100px;
  margin: 0 auto;
}
.items-support .star {
  margin-bottom: 10px;
}
.items-support .star svg {
  width: 15px;
  fill: var(--yellow);
}
.items-support .star svg path {
  fill: var(--yellow);
}
.items-support .btn-dg {
  background-color: var(--blue);
  min-width: 30px;
  height: auto;
  text-transform: none;
  font-size: 90%;
  padding: 10px 15px;
}
.items-support .address {
  margin-bottom: 24px;
}
.items-support .address span {
  font-size: 100%;
  text-transform: uppercase;
  color: #000;
}
.items-support .address span svg {
  margin-right: 10px;
}
.items-support .address p {
  font-weight: bold;
  color: var(--red);
  padding-left: 25px;
}
.items-support .button .btn {
  min-width: 48%;
  max-width: 48%;
  text-transform: none;
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
  color: #000;
  margin: 0;
}
.items-support .button .btn:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.page-archive-support {
  padding-top: 30px;
}

#comments {
  margin: 0 !important;
  margin-top: 10px;
}

.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: #000;
}

.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 {
  padding-top: 30px;
}
.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 .widget-title {
  font-size: 125%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  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: #000;
  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;
}

.site-bvlq {
  padding-top: 0 !important;
}

.page-archive-news {
  padding: 30px 0px 50px 0px;
}
.page-archive-news--top {
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
.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-about-2 {
  padding: 150px 0px;
}
.page-about-2 .title-main .heading {
  font-size: 50px;
}
.page-about-2 .title-main p {
  font-size: 115%;
}
.page-about-2 .images {
  width: 80%;
  margin-left: auto;
}
.page-about-2 .images img {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

:root {
  --vna-primary: #004d61;
  --vna-accent: #00a8cc;
  --vna-bg: #f4f7f9;
  --vna-text: #4a4a4a;
}

.vna-vision-section {
  background-color: #eef1f4;
}

.vna-main-title {
  font-size: 42px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
}

.vna-lead-text {
  font-size: 18px;
  line-height: 1.6;
  color: var(--vna-text);
  margin-bottom: 40px;
  max-width: 500px;
}

/* Thiết kế Card */
.vna-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.vna-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: var(--vna-accent);
}

/* Cập nhật điều khiển SVG */
.vna-card-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* Đảm bảo icon không bị bóp méo */
  width: 28px;
  /* Chiều rộng của khu vực icon */
  height: 28px;
  /* Chiều cao của khu vực icon */
  padding-top: 2px;
}

.vna-card-icon svg {
  width: 100%;
  /* SVG chiếm hết chiều rộng khu vực */
  height: 100%;
  /* SVG chiếm hết chiều cao khu vực */
  fill: var(--vna-accent);
  /* Màu của SVG lấy từ biến CSS */
  display: block;
}

.vna-card-body h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--vna-primary);
  margin: 0 0 10px 0;
}

.vna-content-col {
  padding-right: 20px;
}

.vna-image-col {
  padding-left: 20px;
}

.vna-card-body p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--vna-text);
  margin: 0;
}

.vna-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.img-main {
  width: 60%;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.img-secondary {
  width: 45%;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive cho mobile */
@media (max-width: 991px) {
  .vna-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .vna-img-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* Tổng quan section */
.vna-coaches-section {
  background-color: #f5f7fa;
}

.vna-main-title {
  font-size: 36px;
  font-weight: 800;
  color: #2a2a2a;
  margin-bottom: 10px;
}

.vna-sub-title {
  color: #777;
  font-size: 16px;
}

/* Coach Card */
.coach-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.coach-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/* Image & Overlay */
.coach-image-wrapper {
  position: relative;
  height: 350px;
}

.coach-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.coach-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
}

.badge-role {
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 8px;
  color: #000;
}

.badge-role.gold {
  background-color: #d4af37;
}

.badge-role.blue {
  background-color: #87ceeb;
}

.badge-role.yellow {
  background-color: #ffee00;
}

.coach-name {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

/* Nội dung văn bản (Đã bỏ icon) */
.coach-content {
  padding: 25px;
}

.coach-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
  line-height: 1.6;
  position: relative;
  padding-left: 0;
  /* Đã bỏ padding chứa icon */
}

.coach-content p:last-child {
  margin-bottom: 0;
}

.vna-facilities-section {
  background-color: #eef1f4;
}

.text-blue {
  color: #004d61;
}

/* Stats Cards */
.vna-stats-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.vna-stat-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.stat-number {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: #004d61;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 11px;
  font-weight: 700;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Gallery Grid */
.vna-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.gallery-top .img-large {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gallery-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.gallery-bottom .img-small {
  width: calc(50% - 10px);
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 767px) {
  .vna-stats-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .gallery-top .img-large {
    height: 250px;
  }

  .gallery-bottom .img-small {
    height: 150px;
  }
}
.gallery-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Cho phép rớt dòng nếu nhiều ảnh */
}

.gallery-bottom .img-small {
  /* Tự động chia độ rộng đều nhau nếu có 2 ảnh, 
       hoặc bạn có thể fix cứng width tùy ý */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: calc(50% - 10px);
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.vna-timeline-section {
  padding: 100px 0;
  background-color: #f5f7fa;
}

.vna-timeline {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.vna-timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
  /* Khoảng cách xử lý qua padding của trục */
}

/* Cột trái */
.vna-timeline-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  padding-right: 40px;
  padding-top: 5px;
}

.vna-year {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #00819a;
  /* Màu teal theo thiết kế */
  line-height: 1.2;
}

.vna-status {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 5px;
}

/* Trục dọc ở giữa */
.vna-timeline-divider {
  width: 2px;
  background-color: #ddd;
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  /* Kéo dài đường kẻ theo chiều cao của item */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Điểm tròn trên trục */
.vna-dot {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 4px solid #00a8cc;
  /* Màu nhấn */
  border-radius: 50%;
  position: absolute;
  top: 15px;
  z-index: 2;
}

/* Đổi màu dot theo thứ tự (giống ảnh mẫu) */
.vna-timeline-item:nth-child(2) .vna-dot {
  border-color: #00819a;
}

.vna-timeline-item:nth-child(3) .vna-dot {
  border-color: #a4911d;
}

/* Cột phải */
.vna-timeline-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
  padding-bottom: 60px;
  /* Tạo khoảng trống cho đường kẻ dọc */
  padding-top: 15px;
}

.vna-timeline-item:last-child .vna-timeline-right {
  padding-bottom: 0;
}

.vna-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Responsive Mobile */
@media (max-width: 767px) {
  .vna-timeline-left {
    padding-right: 20px;
  }

  .vna-timeline-right {
    padding-left: 20px;
  }

  .vna-year {
    font-size: 22px;
  }
}
/*# sourceMappingURL=style.css.map */