@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&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: 1200px;
  }

  .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, .hero-section, .menu-mobile .js-close, .products-3d .img .content, .products-3d span, .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 {
  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: #227ab9;
  --red: #d82c29;
  --yellow: #a8854d;
  --gray: #1d2a46;
  --font: "Public Sans", sans-serif;
  --font-oppen: "Public Sans", sans-serif;
  --font-title: "Playfair Display", 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;
}

h1,
h2 {
  font-family: var(--font-title);
  font-weight: 400;
}

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 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 250px;
  height: 50px;
  border-radius: 5px;
  font-size: 100%;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  background-color: var(--red);
  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;
  width: 100%;
  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: -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: 20px;
}
.slick-dots li {
  margin: 0px 5px;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  background: transparent;
  border-radius: 50%;
}
.slick-dots li button {
  display: none;
}
.slick-dots .slick-active {
  background: #000;
}

svg {
  width: 20px;
}

.title-main {
  text-align: justify;
}
.title-main .heading {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  font-size: 250%;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--blue);
}
.title-main p {
  margin-bottom: 50px;
}

.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: #000;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

/* === HERO SECTION BGV === */
.hero-section {
  /* Thay URL ảnh nền đã cắt của bạn vào đây */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
  padding-bottom: 50px;
}
.hero-section .heading {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

/* === HEADER AREA === */
.header-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 193, 195, 0)), to(#221203));
  background: linear-gradient(0deg, rgba(34, 193, 195, 0) 0%, #221203 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.logo-col {
  text-align: center;
  margin: 35px 0px;
  position: relative;
  min-width: 240px;
}
@media screen and (max-width: 575px) {
  .logo-col {
    text-align: left !important;
  }
}
.logo-col .js-menu-mobile {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
}
@media screen and (max-width: 575px) {
  .logo-col .js-menu-mobile {
    display: block;
  }
}
.logo-col .js-menu-mobile svg {
  fill: #fff;
}
.logo-col .js-menu-mobile svg path {
  fill: #fff;
}
.logo-col .search-col {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-logo {
  max-height: 80px;
  /* Tùy chỉnh kích thước logo */
  -o-object-fit: contain;
     object-fit: contain;
}

/* Nav Menu */
.nav-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-nav a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 30px;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  /* Giúp chữ trắng nổi trên nền sáng */
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.main-nav a:hover {
  color: #cca471;
}

/* Search Box */
.search-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.search-box {
  position: relative;
  width: 100%;
  max-width: 240px;
}

.search-box input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 20px;
  padding: 10px 15px 10px 35px;
  color: #fff;
  outline: none;
  width: 100%;
}

.search-box .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
  pointer-events: none;
}

.main-heading {
  font-size: 4.5rem;
  line-height: 1.1;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: bold;
  /* Áp dụng dải màu gradient từ thiết kế */
  background: -webkit-gradient(linear, left top, right top, from(#9a7948), color-stop(50%, #dfb171), to(#9a7948));
  background: linear-gradient(90deg, #9a7948 0%, #dfb171 50%, #9a7948 100%);
  /* Cắt background theo text */
  -webkit-background-clip: text;
  background-clip: text;
  /* Làm trong suốt màu chữ gốc để lộ background phía dưới */
  -webkit-text-fill-color: transparent;
  color: transparent;
  /* Fallback */
}
.main-heading span {
  display: block;
  text-align: right;
}

.sub-heading {
  font-size: 20px;
  color: #222222;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 35px;
  text-align: center;
}

.cta-btn {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#9a7948), color-stop(50%, #dfb171), to(#9a7948));
  background: linear-gradient(90deg, #9a7948 0%, #dfb171 50%, #9a7948 100%);
  color: #ffffff;
  padding: 15px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cta-btn:hover {
  background-color: #8c6a3f;
  color: #ffffff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Responsive cơ bản cho Mobile/Tablet */
@media (max-width: 991px) {
  .main-heading {
    font-size: 3rem;
  }

  .hero-content-row {
    margin-top: 5%;
    text-align: center;
  }

  .sub-heading {
    margin: 0 auto 30px auto;
  }

  .nav-col {
    margin-bottom: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .search-col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* Thêm transition cho logo để thu nhỏ mượt hơn */
.site-logo {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* --- TRẠNG THÁI KHI SCROLL XUỐNG --- */
.header-area.header-scrolled {
  padding-top: 20px;
  padding-bottom: 20px;
  /* Dùng màu nâu đồng bộ với theme, thêm độ trong suốt 95% */
  background-color: rgba(56, 42, 33, 0.95);
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  /* (Tùy chọn) Thêm hiệu ứng kính mờ thời thượng */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.header-area.header-scrolled .logo-col {
  margin: 10px 0px;
  margin-bottom: 20px;
  display: none;
}
.header-area.header-scrolled .logo-col img {
  max-width: 180px;
}
.header-area.header-scrolled .main-nav a {
  font-size: 16px;
  margin: 0px 10px;
}

/* Thu nhỏ logo lại một chút cho gọn gàng */
.header-area.header-scrolled .site-logo {
  max-height: 55px;
  /* Giảm so với 80px ban đầu */
}

/* Tùy chỉnh màu nền thanh Search cho hợp với nền tối mới */
.header-area.header-scrolled .search-box input {
  background-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 575px) {
  .nav-col,
  .search-col {
    display: none;
  }

  .logo-col {
    margin: 10px 0px !important;
  }

  .header-area.header-scrolled {
    padding: 0;
  }

  .cta-btn {
    padding: 10px;
  }

  .sub-heading {
    font-size: 16px;
  }

  .hero-section {
    min-height: 80vh;
    background-position: 88% 100%;
    position: relative;
  }
  .hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 193, 195, 0)), to(#414141));
    background: linear-gradient(180deg, rgba(34, 193, 195, 0) 0%, #414141 100%);
  }
  .hero-section .container {
    position: relative;
    z-index: 5;
  }
  .hero-section .sub-heading {
    color: #fff;
  }
}
.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background-color: rgba(56, 42, 33, 0.95);
  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 {
  margin-top: 10px;
}
.menu-mobile ul li a {
  display: block;
  padding: 15px 10px;
  font-size: 100%;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #979797;
}
.menu-mobile ul li .sub-menu li a {
  padding-left: 30px;
}

/* === VÙNG FOOTER === */
.site-footer {
  background-color: #35271a;
  /* Màu nâu tối bám sát thiết kế */
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  /* Đường line cực mờ phân cách nếu cần */
}

/* Logo Footer */
.footer-logo {
  max-width: 220px;
  /* Tùy chỉnh kích thước logo cho phù hợp */
  height: auto;
  display: inline-block;
}

/* Khối Social (Giữa) */
.social-heading {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.social-links-wrapper {
  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;
  gap: 15px;
  /* Khoảng cách đều giữa các nút */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Đề phòng rớt dòng trên màn hình siêu nhỏ */
}

/* Style chung cho nút tròn Social */
.social-icon {
  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;
  width: 45px;
  height: 45px;
  background-color: #b58c5a;
  /* Màu vàng đồng */
  color: #ffffff;
  /* Icon màu trắng */
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icon svg {
  fill: #fff;
  width: 15px;
}
.social-icon svg path {
  fill: #fff;
}

/* Fix riêng cho icon Zalo bằng Text */
.social-icon.zalo-icon {
  font-family: sans-serif;
  font-weight: 800;
  font-size: 0.75rem;
  /* Thu nhỏ chữ Zalo để vừa hình tròn */
  letter-spacing: 0.5px;
}

.social-icon:hover {
  background-color: #9a7948;
  /* Sậm màu lại khi hover */
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  /* Hiệu ứng nảy lên nhẹ */
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Khối Nội dung mô tả (Phải) */
.footer-content-text {
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  color: #cccccc;
  /* Text màu xám nhạt */
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .site-footer {
    padding: 40px 0;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .social-links-wrapper {
    margin-bottom: 30px;
  }

  /* Đưa cột nội dung ra giữa trên màn hình Mobile/Tablet */
  .footer-content-text {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
  }
}
/* Màu nền section tiệp với màu của thiết kế */
.stats-section {
  background-color: #f5f0e8;
  /* Màu be nhạt */
}

/* Style cho từng card trắng */
.stat-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 35px 20px;
  text-align: center;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  /* Đổ bóng cực nhẹ để thẻ nổi lên */
  -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;
}

.stat-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* Khối chứa Icon */
.stat-icon-wrapper {
  margin-bottom: 15px;
  height: 80px;
  /* Giữ chiều cao cố định cho icon để các card đều nhau */
}

.stat-icon {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Style cho phần Số */
.stat-number {
  font-size: 3rem;
  /* Kích thước chữ số lớn */
  font-weight: 800;
  /* Cực đậm */
  color: #3c2a21;
  /* Màu nâu đen bám sát thiết kế */
  margin-bottom: 10px;
  line-height: 1;
}

/* Style cho phần Text mô tả */
.stat-text {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111111;
  line-height: 1.4;
  margin: 0;
}

/* Container section */
.about-section {
  background-color: #ffffff;
  overflow: hidden;
}

/* Căn chỉnh khối nội dung bên trái */
.about-content-wrapper {
  max-width: 650px;
  margin-left: auto;
  /* Đẩy khối nội dung sát về phía ảnh trên màn hình lớn */
}

/* Typography Tiêu đề */
.about-title {
  font-size: 3rem;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

/* Typography Nội dung */
.about-desc {
  font-size: 1.05rem;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 35px;
}

/* Khối bao bọc hình ảnh để tạo hiệu ứng fade */
.about-img-box {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

/* Hiệu ứng Fade mờ dần từ trắng sang trong suốt đè lên bên trái ảnh */
.about-img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  /* Tránh lỗi viền 1px trên một số trình duyệt */
  width: 35%;
  /* Độ rộng của vùng chuyển màu */
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

/* Hình ảnh cover toàn bộ cột phải */
.about-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

/* Style cho Button Gradient vàng đồng */
.btn-gold-gradient {
  display: inline-block;
  padding: 10px 30px;
  background: -webkit-gradient(linear, left top, right top, from(#9a7948), color-stop(50%, #dfb171), to(#9a7948));
  background: linear-gradient(90deg, #9a7948 0%, #dfb171 50%, #9a7948 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 6px;
  -webkit-transition: -webkit-filter 0.3s ease, -webkit-transform 0.2s ease;
  transition: -webkit-filter 0.3s ease, -webkit-transform 0.2s ease;
  transition: filter 0.3s ease, transform 0.2s ease;
  transition: filter 0.3s ease, transform 0.2s ease, -webkit-filter 0.3s ease, -webkit-transform 0.2s ease;
  border: none;
}

.btn-gold-gradient:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  /* Làm sáng gradient khi hover */
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #000000;
}

/* Responsive cơ bản */
@media (max-width: 991px) {
  .about-content-wrapper {
    padding: 40px 20px;
    margin: 0 auto;
    text-align: center;
  }

  .about-title {
    font-size: 2.5rem;
  }

  /* Trên mobile, đưa gradient quay dọc (từ trên xuống) để nối mượt với phần text phía trên */
  .about-img-box {
    min-height: 350px;
  }

  .about-img-box::before {
    width: 100%;
    height: 30%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
}
/* === SECTION CAM KẾT === */
.commitment-section {
  background-color: #3b2e25;
  /* Fallback color bám sát màu nền gốc */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0;
  /* Khoảng cách trên dưới rộng rãi như thiết kế */
}

/* Tiêu đề chính */
.commitment-title {
  font-size: 2.5rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 60px;
}

/* Khoảng cách giữa các phần tử trong cột */
.commitment-item {
  padding: 0 15px;
  /* Ép text gọn lại 1 chút để tạo hiệu ứng xuống dòng giống thiết kế */
}

/* Khối Icon */
.commitment-icon-box {
  margin-bottom: 25px;
  height: 70px;
  /* Cố định chiều cao icon để gióng hàng chuẩn xác */
  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;
}

.commitment-icon {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Text nội dung */
.commitment-text {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .commitment-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .commitment-item {
    margin-bottom: 40px;
    /* Thêm khoảng cách khi các item rớt dòng */
  }
}
@media (max-width: 575px) {
  .commitment-title {
    font-size: 1.75rem;
  }
}
/* === KHỐI HÀNH TRÌNH TRƯỜNG THỌ === */
.journey-section {
  background-color: #f8f6f1;
  /* Fallback color */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

/* Tiêu đề chính */
.journey-main-title {
  font-size: 2.2rem;
  color: #111111;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 60px;
  letter-spacing: 1px;
}

/* Hàng chứa các bước - Tạo đường kẻ ngang nối các bước trên Desktop */
.journey-steps-row {
  position: relative;
  z-index: 1;
}

/* Đường kẻ ngang kết nối các step */
@media (min-width: 992px) {
  .journey-steps-row::before {
    content: "";
    position: absolute;
    /* Canh vị trí đường kẻ chìm dưới khối ribbon mũi tên */
    top: 90px;
    left: 15%;
    right: 15%;
    height: 1px;
    background-color: #333333;
    z-index: -1;
    /* Chìm xuống dưới */
  }
}
/* Các khoảng cách tổng thể của 1 step */
.journey-step-item {
  padding: 0 10px;
  margin-bottom: 40px;
}

/* Khối Số 01, 02, 03... */
.step-number {
  font-size: 2.8rem;
  font-weight: 800;
  color: #000000;
  line-height: 1;
  margin-bottom: 15px;
}

/* --- XỬ LÝ KHỐI RIBBON MŨI TÊN --- */
.step-ribbon-wrapper {
  position: relative;
  margin-bottom: 25px;
  z-index: 2;
  /* Nổi lên trên đường kẻ ngang */
}

.step-ribbon {
  background: -webkit-gradient(linear, left top, right top, from(#9a7948), color-stop(50%, #dfb171), to(#9a7948));
  background: linear-gradient(90deg, #9a7948 0%, #dfb171 50%, #9a7948 100%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 65px;
  width: 100%;
  /* Thêm khoảng lề trái phải để chữ không lấn vào góc cắt mũi tên */
  padding: 10px 30px 10px 40px;
  /* Thuộc tính quan trọng: Cắt khối div thành hình mũi tên chevron */
  /* Cắt lùi vào 20px ở lề trái, nhô ra 20px ở lề phải */
  -webkit-clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%, 20px 50%);
  clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%, 20px 50%);
}

.step-ribbon h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.4;
}

/* --- STYLE CHO NỘI DUNG WYSIWYG --- */
.step-content {
  padding: 0 5%;
}

.step-content ul {
  padding-left: 15px;
  margin-bottom: 0;
}

.step-content li {
  font-size: 0.9rem;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Định dạng in đậm (B) trong wysiwyg */
.step-content strong,
.step-content b {
  font-weight: 700;
  color: #111111;
}

/* Responsive */
@media (max-width: 991px) {
  .journey-main-title {
    font-size: 1.8rem;
  }

  /* Bỏ hiệu ứng cắt mũi tên trên Mobile để tránh việc chữ bị chèn ép do màn hình hẹp */
  .step-ribbon {
    clip-path: none;
    -webkit-clip-path: none;
    border-radius: 6px;
    /* Bo góc nhẹ thay thế */
    padding: 15px 20px;
  }
}
/* === SECTION ĐIỂM ĐẾN Y TẾ === */
.medical-destinations {
  background-color: #382a21;
  /* Màu nâu tối bám sát thiết kế */
  padding: 80px 0;
}

/* Tiêu đề chính */
.destination-main-title {
  font-size: 2.2rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 50px;
}

/* Khối Card */
.destination-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  /* Để hình ảnh không bị tràn ra ngoài góc bo tròn */
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.destination-card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Hình ảnh trong Card */
.card-img-wrap {
  width: 100%;
  /* Set chiều cao cố định hoặc tỷ lệ để ảnh các nước luôn bằng nhau */
  height: 310px;
  overflow: hidden;
}

.card-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

/* Dải tên địa điểm (Việt Nam, Nhật Bản...) */
.card-location-ribbon {
  background: -webkit-gradient(linear, left top, right top, from(#a88250), color-stop(50%, #d1b17a), to(#a88250));
  background: linear-gradient(90deg, #a88250 0%, #d1b17a 50%, #a88250 100%);
  color: #000000;
  text-align: center;
  padding: 15px 15px;
  font-weight: 800;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Phần Body chứa Text và Button */
.card-body-content {
  padding: 35px 40px;
}

.card-desc {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.6;
}

/* Nút bấm (Bo tròn dạng Pill) */
.btn-gold-pill {
  background: -webkit-gradient(linear, left top, right top, from(#a88250), color-stop(50%, #d1b17a), to(#a88250));
  background: linear-gradient(90deg, #a88250 0%, #d1b17a 50%, #a88250 100%);
  color: #000000;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 50px;
  /* Tạo dạng hình viên thuốc (pill) */
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
  margin-top: 25px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn-gold-pill:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #000000;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}

/* Responsive cơ bản */
@media (max-width: 991px) {
  .card-body-content {
    padding: 25px 20px;
  }

  .card-img-wrap {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .destination-main-title {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}
/* === SECTION ĐỐI TÁC === */
.partners-section {
  background-color: #ffffff;
  padding: 60px 0;
}

/* Tiêu đề Đối tác kèm 2 đường kẻ ngang */
.partners-title {
  font-size: 2rem;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  /* Sử dụng flex để căn chỉnh đường kẻ và chữ */
  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;
  margin: 0;
  margin-bottom: 30px;
}

/* Tạo đường kẻ bên trái và phải */
.partners-title::before,
.partners-title::after {
  content: "";
  height: 1px;
  background-color: #111111;
  width: 60px;
  /* Độ dài của đường kẻ */
  margin: 0 20px;
  /* Khoảng cách từ đường kẻ đến chữ */
}

/* Khối bọc logo */
.partner-logo-box {
  text-align: center;
  padding: 15px;
  height: 100px;
  /* Cố định chiều cao để các hàng đều nhau */
  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;
}

/* Căn chỉnh hình ảnh logo */
.partner-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /* Đảm bảo logo không bị méo tỷ lệ */
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  /* (Tùy chọn) Chuyển logo sang ảnh đen trắng để đồng bộ */
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Hiệu ứng khi di chuột vào logo (Hover) */
.partner-logo-box:hover .partner-img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  /* Trả lại màu gốc */
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* Responsive */
@media (max-width: 767px) {
  .partners-title {
    font-size: 1.5rem;
  }

  .partners-title::before,
  .partners-title::after {
    width: 40px;
    margin: 0 15px;
  }

  .partner-logo-box {
    height: 80px;
  }
}
/* === KHỐI PHÒNG KHÁM QUỐC TẾ === */
.clinic-intro-section {
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 50px;
}

/* Tiêu đề */
.clinic-main-title {
  font-size: 2.2rem;
  color: #111111;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.clinic-main-title p {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}

/* --- Khối Features (Icon tròn) --- */
.clinic-feature-item {
  padding: 0 15px;
}

.feature-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  line-height: 1.5;
  margin-top: 10px;
}

/* --- Khối Slider Center Mode --- */
/* --- Khối Slider Center Mode --- */
.clinic-gallery-slider {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}

/* Tạo lớp phủ gradient trắng mờ dần ở 2 cạnh ngoài cùng của slider (Fade to white) */
.clinic-gallery-slider::before,
.clinic-gallery-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  /* Chiều rộng vùng mờ */
  z-index: 2;
  pointer-events: none;
  /* Tránh chặn click chuột */
}

.clinic-gallery-slider::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}

.clinic-gallery-slider::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
}

/* Khoảng cách và hiệu ứng các slide */
.clinic-gallery-slider .slider-item {
  padding: 0 15px;
  /* Tạo gap giữa các ảnh */
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.4;
  /* Ảnh hai bên làm mờ */
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  /* Thu nhỏ ảnh hai bên */
}

.clinic-gallery-slider .slick-center.slider-item {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  /* Phóng to ảnh chính giữa */
}

.clinic-gallery-slider .slider-item img {
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  /* Đổ bóng nhẹ cho ảnh */
}

.clinic-gallery-slider .slick-center.slider-item img {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  /* Ảnh center bóng đậm hơn */
}

/* --- Tuỳ chỉnh Nút điều hướng (Arrows) --- */
.clinic-gallery-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background-color: #005e9e;
  /* Xanh dương theo thiết kế */
  border: none;
  font-size: 0;
  width: 32px;
  /* Kích thước nút tròn */
  height: 32px;
  border-radius: 50%;
  /* Bo tròn hoàn toàn */
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  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;
}

.clinic-gallery-slider .slick-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  /* Mũi tên màu trắng */
  border-right: 2px solid #ffffff;
}

/* Định vị mũi tên đè lên mép của ảnh center (Dựa vào 20% centerPadding) */
.clinic-gallery-slider .slick-prev {
  left: 20%;
  margin-left: -16px;
  /* Kéo lùi lại bằng 1 nửa chiều rộng của nút (32px) */
}

.clinic-gallery-slider .slick-prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 3px;
  /* Căn giữa quang học cho icon */
}

.clinic-gallery-slider .slick-next {
  right: 20%;
  margin-right: -16px;
}

.clinic-gallery-slider .slick-next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 3px;
}

/* --- Tuỳ chỉnh Dấu chấm (Dots) --- */
.clinic-gallery-slider .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-top: 25px;
}

.clinic-gallery-slider .slick-dots li {
  margin: 0 6px;
  /* Khoảng cách giữa các chấm */
}

.clinic-gallery-slider .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  /* Nền rỗng */
  border: 1.5px solid #005e9e;
  /* Viền xanh dương */
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clinic-gallery-slider .slick-dots li.slick-active button {
  background-color: #e6a022;
  /* Màu vàng cam khi được chọn */
  border-color: #e6a022;
  /* Viền tiệp màu nền */
}

/* Responsive */
@media (max-width: 991px) {
  /* Điều chỉnh lại vị trí mũi tên khi centerPadding thay đổi trên mobile/tablet */
  .clinic-gallery-slider .slick-prev {
    left: 10%;
  }

  .clinic-gallery-slider .slick-next {
    right: 10%;
  }
}
.products-3d {
  height: 400px;
  margin-top: 50px;
}
.products-3d .img {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.products-3d .img:hover .content {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: visible;
}
.products-3d .img:hover .content h3 {
  top: 0;
}
.products-3d .img:hover .content .btn {
  top: 0;
}
.products-3d .img .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.products-3d .img .content h3 {
  font-size: 200%;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  top: -100px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.products-3d .img .content .btn {
  min-width: 150px;
  height: 45px;
  position: relative;
  top: -100px;
  -webkit-transition: all 1s;
  transition: all 1s;
  border-radius: 30px;
}
.products-3d img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.products-3d span {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background: linear-gradient(90deg, #000 0%, #000 100%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.products-3d span svg {
  width: 15px;
  fill: #fff;
}
.products-3d span svg path {
  fill: #fff;
}
.products-3d .left {
  left: 120px !important;
}
.products-3d .right {
  right: 120px !important;
}

/* === KHỐI CỘNG ĐỒNG SỐNG KHỎE === */
.community-section {
  background-color: #f5f0e8;
  /* Nền be nhạt bám sát thiết kế */
  padding: 80px 0;
}

/* Tiêu đề chính */
.community-main-title {
  font-size: 2.2rem;
  color: #111111;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

/* Thẻ Card */
.community-card {
  background-color: #ffffff;
  padding: 45px 25px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  /* Đổ bóng cực mờ, tạo cảm giác thanh lịch */
  -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-radius: 10px;
}

.community-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* Ảnh đại diện (Hình tròn) */
.community-avatar-box {
  width: 140px;
  height: 140px;
  margin: 0 auto 30px auto;
  border-radius: 50%;
  overflow: hidden;
  /* Cắt ảnh thành hình tròn */
  position: relative;
}

.community-avatar-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

/* Khối giả màu vàng nếu không có ảnh */
.avatar-placeholder {
  width: 100%;
  height: 100%;
  background-color: #d4bca0;
  /* Màu vàng cát tương tự placeholder trong thiết kế */
  border-radius: 50%;
}

/* Tên (Lorem Ipsum Dolor) */
.community-name {
  font-size: 1rem;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

/* Chức danh/Subtitle */
.community-subtitle {
  font-size: 0.85rem;
  color: #444444;
  margin-bottom: 15px;
}

/* Đoạn text mô tả */
.community-desc {
  font-size: 0.9rem;
  color: #555555;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .community-card {
    padding: 35px 20px;
  }

  .community-avatar-box {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .community-main-title {
    font-size: 1.8rem;
  }
}
.page-about {
  padding: 30px 0px;
}
.page-about--content {
  background-color: #f5f0e8;
}
.page-about--content img {
  display: block;
}
.page-about--content .content {
  padding: 20px;
  padding-right: 40px;
}

.heading-about {
  font-size: 38px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.page-tnsm--content {
  background-color: #f5f0e8;
  margin-bottom: 22px;
  padding: 50px;
}
.page-tnsm--content img {
  display: block;
}
.page-tnsm--content:nth-child(2n + 2) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-tnsm--content:nth-child(2n + 2) .content {
  padding-left: 25px;
  padding-right: 0;
}
.page-tnsm--content .content {
  padding-right: 25px;
}
.page-tnsm--content h3 {
  font-size: 38px;
  font-weight: 400;
  color: #9a7948;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-family: var(--font-title);
}

/* =========================================
   TEAM SECTION STYLES
========================================= */
.team-section {
  padding: 60px 0 80px;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  /* Cài đặt font cơ bản */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-title {
  text-align: center;
  font-family: "Playfair Display", "Times New Roman", serif;
  /* Font có chân sang trọng */
  font-size: 32px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #333;
}

/* --- Card Styles --- */
.team-slider {
  margin: 0 -15px;
  /* Bù trừ khoảng cách giữa các slide */
}

.team-item {
  padding: 15px;
  /* Tạo khoảng trống để không bị lẹm box-shadow */
}

.team-card {
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  /* Đổ bóng nhẹ */
  -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;
  height: 100%;
}

.team-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  /* Hiệu ứng nẩy lên nhẹ khi hover */
}

.team-img {
  width: 100%;
  background-color: #f5f5f5;
}

.team-img img {
  width: 100%;
  height: 300px;
  /* Cố định chiều cao ảnh, bạn có thể chỉnh lại cho phù hợp */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}

.team-info {
  padding: 25px 20px;
  text-align: center;
}

.team-name {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  color: #1a1a1a;
}

.team-sub {
  font-size: 13px;
  color: #666;
  margin: 0 0 20px 0;
  font-weight: normal;
}

.team-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* --- Slider Controls (Mũi tên + Dots chung 1 hàng như thiết kế) --- */
.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.slider-controls .slick-dots li {
  margin: 0px 5px !important;
}

.slider-controls .slick-arrow {
  background: transparent;
  border: none;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  padding: 5px 10px;
  outline: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.slider-controls .slick-arrow:hover {
  color: #a98453;
}

.slider-controls .slick-dots li {
  margin: 0;
}

.slider-controls .slick-dots li.slick-active button {
  background: #4a3b2c;
  /* Màu dot đang active (Màu nâu đen) */
}

/* --- Button Xem tất cả --- */
.team-action {
  text-align: center;
}

.btn-view-all {
  display: inline-block;
  padding: 10px 30px;
  background: -webkit-gradient(linear, left top, right top, from(#b48c59), to(#8e683c));
  background: linear-gradient(to right, #b48c59, #8e683c);
  /* Màu gradient nâu/vàng */
  color: #fff;
  /* Chữ trắng hoặc đổi sang #333 nếu muốn chữ đen */
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.btn-view-all:hover {
  opacity: 0.8;
  color: #fff;
}

.page-banner {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 890px;
}
.page-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  /* Màu đen mờ */
  z-index: 1;
}
.page-banner .heading {
  position: relative;
  text-align: center;
  z-index: 999;
  font-weight: bold;
  font-family: var(--font);
}

/* =========================================
   MEDICAL STANDARD SECTION
========================================= */
.medical-standard-section {
  padding: 80px 0;
  background-color: #ffffff;
}

/* --- Phần Header --- */
.medical-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
}

.medical-main-title {
  font-family: "Playfair Display";
  /* Font có chân sang trọng */
  font-size: 2.2rem;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 1.3;
}

.medical-main-desc {
  font-size: 0.95rem;
  color: #444444;
  line-height: 1.6;
}

/* --- Phần Danh sách Zigzag --- */
/* Loại bỏ margin/padding mặc định của row/col để ảnh và chữ sát nhau như thiết kế */
.custom-medical-row {
  margin-left: 0;
  margin-right: 0;
}
.custom-medical-row:nth-child(2n + 2) .medical-content-box {
  padding-left: 0;
  padding-right: 50px;
}

.custom-medical-col {
  padding-left: 0;
  padding-right: 0;
}

/* Khối bọc hình ảnh */
.medical-img-box {
  height: 100%;
}

.medical-img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Khối bọc nội dung (Text) */
.medical-content-box {
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Căn giữa nội dung theo chiều dọc */
  padding: 50px 60px;
  background-color: #ffffff;
}

/* =========================================
   CSS CHO TRƯỜNG WYSIWYG EDITOR
========================================= */
/* Cài đặt cho các thẻ Heading h2, h3, h4 bên trong Editor */
.medical-content-box h2,
.medical-content-box h3,
.medical-content-box h4 {
  font-family: "Playfair Display";
  font-size: 2rem;
  color: #a98453;
  /* Màu nâu vàng/gold */
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* Cài đặt đoạn văn paragraph */
.medical-content-box p {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Cài đặt danh sách có dấu chấm (ul li) */
.medical-content-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}

.medical-content-box li {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
  /* Lùi vào để nhường chỗ cho dấu chấm */
}

/* Custom dấu chấm (bullet) màu nâu vàng */
.medical-content-box li::before {
  content: "•";
  color: #a98453;
  position: absolute;
  left: 0;
  top: -2px;
  /* Cân chỉnh lại vị trí dấu chấm */
  font-size: 1.5rem;
}

/* Tùy chỉnh bôi đậm trong bài */
.medical-content-box strong,
.medical-content-box b {
  color: #1a1a1a;
}

/* =========================================
   LOGIC ĐẢO CHIỀU TRÁI/PHẢI (ZIGZAG)
========================================= */
/* Chỉ áp dụng đổi chỗ từ màn hình Tablet trở lên */
@media (min-width: 768px) {
  /* Đảo ngược thứ tự hiển thị cột bằng row-reverse */
  .custom-medical-row.is-even {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
/* =========================================
   RESPONSIVE CHO MOBILE
========================================= */
@media (max-width: 767px) {
  .medical-standard-section {
    padding: 50px 0;
  }

  .medical-main-title {
    font-size: 1.8rem;
  }

  .medical-content-box {
    padding: 30px 0px;
  }

  .medical-content-box h2,
  .medical-content-box h3 {
    font-size: 1.6rem;
  }

  .medical-img {
    min-height: 250px;
  }
}
/* =========================================
   HEALTH MANAGEMENT SECTION (GIẢI PHÁP)
========================================= */
.health-management-section {
  padding: 80px 0;
}

/* --- Phần Header --- */
.custom-hm-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 70px auto;
}

.hm-main-title {
  font-size: 2.2rem;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.4;
}

.hm-main-desc {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.6;
}

/* --- Phần Nội dung (Row) --- */
.custom-hm-content-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Tự động căn giữa chữ và ảnh theo chiều dọc */
}

/* --- Cột Text Trái --- */
.hm-text-wrapper {
  padding-right: 50px;
  /* Đẩy chữ cách xa ảnh ra một chút cho thoáng */
}

.hm-sub-title {
  font-family: "Playfair Display";
  font-size: 2rem;
  color: #a98453;
  /* Màu nâu vàng/gold */
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.3;
}

/* Định dạng cấu trúc cho WYSIWYG Editor */
.hm-wysiwyg-content p {
  font-size: 0.95rem;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 25px;
  /* Tăng khoảng cách giữa các khối giải pháp */
}

/* Biến thẻ bôi đậm (trong ACF) thành tiêu đề phụ nằm trên 1 dòng riêng biệt */
.hm-wysiwyg-content strong,
.hm-wysiwyg-content b {
  color: #1a1a1a;
  font-size: 1rem;
  display: block;
  margin-bottom: 6px;
}

/* --- Cột Ảnh Phải --- */
.hm-img-wrapper {
  width: 100%;
}

.hm-image {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  /* Thêm bóng đổ mờ nhẹ để ảnh tách biệt khỏi nền sọc */
}

.team-section-2 {
  background: #f5f0e8;
}
.team-section-2 .section-title {
  margin-bottom: 20px;
}
.team-section-2 .slider-controls {
  margin-bottom: 0;
}

.des {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* =========================================
   RESPONSIVE CHO MOBILE
========================================= */
@media (max-width: 767px) {
  .health-management-section {
    padding: 50px 0;
  }

  .hm-main-title {
    font-size: 1.8rem;
  }

  .hm-sub-title {
    font-size: 1.6rem;
  }

  .hm-text-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
    /* Tạo khoảng cách với ảnh rơi xuống bên dưới */
  }
}
/* =========================================
   SERVICE ITEM (KHỐI DỊCH VỤ)
========================================= */
.service-item {
  text-align: center;
  padding: 20px 15px;
  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;
  background-color: #ffffff;
}

/* Hình ảnh sản phẩm (Chai truyền) */
.service-icon {
  height: 180px;
  /* Cố định chiều cao để các khối đều nhau */
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}

/* Tiêu đề dịch vụ */
.service-title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  color: #1a1a1a;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

/* Khối giá tiền & Đường viền ngang */
.price {
  font-size: 14px;
  font-weight: 800;
  color: #1a1a1a;
  width: 100%;
  /* Căng ngang để đường viền kẻ dài ra */
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #3e2b1f;
  /* Đường kẻ ngang màu nâu đen */
}

/* Mô tả dịch vụ */
.service-desc {
  font-size: 0.85rem;
  color: #555555;
  line-height: 1.5;
  margin: 0 0 20px 0;
  padding: 0 10px;
}

/* Nút bấm Book Now */
.service-link {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#c59b6d), to(#9c713b));
  background: linear-gradient(to bottom, #c59b6d, #9c713b);
  /* Gradient màu vàng đồng */
  color: #1a1a1a;
  /* Chữ màu đen như thiết kế */
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  padding: 10px 35px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.3s ease, transform 0.2s ease;
  transition: opacity 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.service-link:hover {
  opacity: 0.85;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  /* Hiệu ứng nẩy nhẹ khi hover */
}

/* =========================================
   BOOKING FORM SECTION
========================================= */
.booking-section {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

/* --- Phần Header --- */
.booking-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px auto;
}

.booking-title {
  font-size: 2rem;
  font-weight: 800;
  color: #000;
  /* Màu nâu đen */
  margin-bottom: 15px;
}

.booking-desc {
  font-size: 0.95rem;
  color: #444444;
  line-height: 1.6;
}

/* --- Khung Form --- */
.booking-form-wrapper {
  max-width: 800px;
  /* Giới hạn độ rộng của form */
  margin: 0 auto;
  /* Tự động căn giữa form trên Desktop */
}

.custom-form-group {
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Căn giữa label với input theo chiều dọc */
}

/* Gỡ bỏ căn giữa dọc nếu là textarea để label nằm ở trên cùng */
.custom-form-group:has(textarea) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* --- Label (Nhãn) --- */
.custom-label {
  font-size: 0.9rem;
  color: #333333;
  font-weight: normal;
  display: block;
  margin-bottom: 0;
}

.help-text {
  display: block;
  font-size: 0.75rem;
  color: #777777;
  margin-top: 5px;
  line-height: 1.4;
  max-width: 90%;
}

/* --- Input & Textarea --- */
.custom-input {
  width: 100%;
  background-color: #f8f9fa;
  /* Nền xám cực nhạt */
  border: 1px solid #e5e7eb;
  /* Viền xám nhạt */
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 0.95rem;
  color: #333333;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.custom-input::-webkit-input-placeholder {
  color: #9ca3af;
}

.custom-input:-ms-input-placeholder {
  color: #9ca3af;
}

.custom-input::-ms-input-placeholder {
  color: #9ca3af;
}

.custom-input::placeholder {
  color: #9ca3af;
}

.custom-input:focus {
  border-color: #c59b6d;
  /* Đổi viền sang màu vàng nâu khi click vào */
  background-color: #ffffff;
}

.custom-input-2 {
  height: 100px;
}

textarea {
  min-width: 100%;
  max-width: 100%;
}

/* --- Submit Button --- */
.submit-wrapper {
  text-align: center;
  margin-top: 30px;
}

.wpcf7-spinner {
  display: block;
}

.btn-submit-form {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#c59b6d), to(#9c713b));
  background: linear-gradient(to bottom, #c59b6d, #9c713b);
  /* Gradient vàng đồng */
  color: #1a1a1a;
  font-size: 0.95rem;
  font-weight: 800;
  border: none;
  padding: 10px 40px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.btn-submit-form:hover {
  opacity: 0.85;
}

/* =========================================
   RESPONSIVE CHO MOBILE
========================================= */
@media (max-width: 767px) {
  .custom-form-group {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /* Label và input rớt dòng thì căn trái hết */
  }

  .custom-label {
    margin-bottom: 8px;
    /* Thêm khoảng cách giữa label và input trên mobile */
  }

  .help-text {
    margin-bottom: 8px;
  }

  .booking-section {
    padding: 50px 0;
  }
}
.page-template-tap-chi .header-area {
  background-color: #35271a;
  padding-bottom: 15px;
  position: relative;
}
.page-template-tap-chi .header-area .logo-col {
  display: block !important;
  margin-top: 0;
}

/* =========================================
   TẠP CHÍ J-LONGEVITY SECTION
========================================= */
.j-mag-section {
  padding-bottom: 60px;
}
.j-mag-section .bg-section-white {
  padding-bottom: 20px;
}

.j-mag-col {
  padding-left: 15px;
  padding-right: 15px;
}

/* --- Tiêu đề Section có 2 đường kẻ ngang 2 bên --- */
.j-mag-header-col {
  margin-bottom: 40px;
}

.j-mag-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.j-mag-header::before,
.j-mag-header::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* Cho đường kẻ giãn ra chiếm hết khoảng trống */
  height: 1px;
  background-color: #d1d1d1;
  /* Màu đường kẻ xám nhạt */
}

.j-mag-main-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0 20px;
  /* Khoảng cách chữ với đường kẻ */
  text-transform: none;
}

/* --- Typography Chung --- */
.j-meta {
  display: block;
  font-size: 0.65rem;
  font-weight: bold;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  margin-top: 15px;
}

.j-title a,
.j-title-large a {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-weight: bold;
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.j-title a:hover,
.j-title-large a:hover {
  color: #a98453;
  /* Màu vàng nâu khi hover */
}

.j-excerpt,
.j-excerpt-large {
  font-size: 0.85rem;
  color: #555555;
  line-height: 1.6;
  margin: 0;
}

/* --- Ảnh Bài Viết Chung --- */
.j-card-img-link {
  display: block;
  overflow: hidden;
}

.j-card-img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.j-card-img-link:hover .j-card-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  /* Zoom nhẹ ảnh khi rê chuột */
}

/* =========================================
   CỘT TRÁI (BÀI DỌC NHỎ)
========================================= */
.j-card-vertical {
  margin-bottom: 40px;
}

.j-card-vertical .j-title {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

/* =========================================
   CỘT GIỮA (BÀI LỚN & BANNER)
========================================= */
.j-card-large {
  margin-bottom: 30px;
}

.j-card-large .j-title-large {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.j-card-large .j-excerpt-large {
  font-size: 0.95rem;
}

/* Banner */
.j-banner-wrapper {
  width: 100%;
  margin-top: 20px;
}

.j-banner-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* =========================================
   CỘT PHẢI (BÀI NGANG)
========================================= */
.j-card-horizontal {
  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;
  gap: 15px;
  margin-bottom: 35px;
}

.j-card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* Chiếm phần không gian còn lại */
}

.j-card-content .j-meta {
  margin-top: 0;
  /* Bỏ margin top vì đứng ngang */
}

.j-card-content .j-title {
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 8px;
}

.j-card-content .j-excerpt {
  font-size: 0.8rem;
  /* Chữ nhỏ hơn chút để vừa cột */
}

.j-card-thumb {
  width: 90px;
  /* Cố định chiều rộng ảnh thumbnail bên phải */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* Không cho ảnh bị bóp méo */
}

.j-card-thumb img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  /* Giữ tỷ lệ khung hình chuẩn */
}

/* =========================================
   RESPONSIVE (MOBILE & TABLET)
========================================= */
@media (max-width: 991px) {
  .j-card-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    /* Đảo ảnh lên trên chữ trên mobile */
    gap: 10px;
  }

  .j-card-thumb {
    width: 100%;
  }

  .j-card-content .j-meta {
    margin-top: 10px;
  }

  .j-card-large {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .j-mag-main-title {
    font-size: 1.4rem;
    margin: 0 10px;
  }
}
.bg-section-white {
  background-color: #ffffff;
  padding: 60px 20px;
}

/* =========================================
   MỤC NỔI BẬT (HIGHLIGHT SECTION)
========================================= */
.custom-highlight-col {
  padding-left: 15px;
  padding-right: 15px;
}

/* --- Tiêu đề Section có 2 đường kẻ ngang --- */
.hl-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.hl-section-header::before,
.hl-section-header::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #1a1a1a;
  /* Màu kẻ đen */
}

.hl-section-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #1a1a1a;
  margin: 0 25px;
  /* Khoảng cách từ chữ tới đường kẻ */
}

/* --- Cấu trúc Khối Nổi Bật --- */
.hl-wrapper {
  position: relative;
  width: 100%;
  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;
  /* Căn giữa box nội dung theo chiều ngang */
  padding: 80px 20px;
  /* Đẩy padding top/bottom để ảnh nền lộ ra ngoài box trắng */
  overflow: hidden;
  min-height: 530px;
}

/* Ảnh nền bám full wrapper */
.hl-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

/* Box nội dung đè lên ảnh */
.hl-content-box {
  position: relative;
  z-index: 2;
  /* Phải lớn hơn z-index của ảnh nền */
  background-color: rgba(255, 255, 255, 0.95);
  /* Nền trắng hơi trong suốt 95% */
  padding: 45px 50px;
  max-width: 650px;
  /* Giới hạn độ rộng của box trắng */
  text-align: left;
  /* Chữ căn trái theo thiết kế */
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  /* Đổ bóng nhẹ cho khối nổi bật lên */
}

/* --- Typography trong Box --- */
.hl-meta {
  display: block;
  font-size: 0.65rem;
  font-weight: bold;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.hl-title {
  margin-bottom: 15px;
}

.hl-title a {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 2rem;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.hl-title a:hover {
  color: #a98453;
  /* Đổi màu vàng nâu khi hover */
}

.hl-excerpt {
  font-size: 0.9rem;
  color: #444444;
  line-height: 1.6;
  margin: 0;
}

/* =========================================
   RESPONSIVE (MOBILE)
========================================= */
@media (max-width: 767px) {
  .hl-section-title {
    font-size: 1.3rem;
    margin: 0 15px;
  }

  .hl-wrapper {
    padding: 40px 15px;
    /* Thu nhỏ khoảng hở lộ ảnh nền trên điện thoại */
  }

  .hl-content-box {
    padding: 30px 20px;
  }

  .hl-title a {
    font-size: 1.6rem;
  }
}
.j-hightlight .bg-section-white {
  padding: 20px;
  margin-bottom: 60px;
}

/* --- SECTION: BÀI VIẾT ĐỌC THÊM --- */
.read-more-section {
  padding: 60px 0;
  padding-top: 0;
}

/* Tiêu đề có gạch ngang 2 bên */
.section-title {
  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;
  margin-bottom: 50px;
}

.section-title::before,
.section-title::after {
  content: "";
  height: 1px;
  background-color: #d1cbc1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 250px;
  margin: 0 20px;
}

.section-title h2 {
  font-family: "Playfair Display", serif;
  /* Thay bằng font serif của dự án */
  font-size: 28px;
  color: var(--text-dark);
  margin: 0;
}

/* Lưới bài viết */
.read-more-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.rm-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 20px;
  padding: 0 20px;
  border-right: 1px solid #d1cbc1;
  /* Đường kẻ dọc chia cột */
}

.rm-post-item:first-child {
  padding-left: 0;
}

.rm-post-item:last-child {
  border-right: none;
  padding-right: 0;
}

.rm-post-image {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.rm-post-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.rm-post-content {
  width: 60%;
}

.rm-post-cat {
  font-family: sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--text-gray);
  margin-bottom: 8px;
}

.rm-post-title {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 12px 0;
}

.rm-post-title a {
  color: var(--text-dark);
  text-decoration: none;
}

.rm-post-excerpt {
  font-family: sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-gray);
}

/* Nút bấm */
.rm-btn-wrapper {
  text-align: center;
}

.btn-discover {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#c4995f), to(#a17942));
  background: linear-gradient(180deg, #c4995f 0%, #a17942 100%);
  color: #fff;
  /* Hoặc màu tối tùy thiết kế chi tiết */
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 35px;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.btn-discover:hover {
  opacity: 0.9;
}

/* --- SECTION: BANNER --- */
.banner-section {
  background-color: #ffffff;
  padding: 50px 0;
}

.banner-image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Responsive cơ bản */
@media (max-width: 991px) {
  .read-more-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }

  .rm-post-item {
    border-right: none;
    border-bottom: 1px solid #d1cbc1;
    padding: 0 0 40px 0;
  }

  .rm-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
/* =========================================
   TẠP CHÍ J-LONGEVITY (LAYOUT 2 CỘT + BANNER)
========================================= */
.j-magazine-section {
  padding: 60px 0;
  background-color: #ffffff;
  margin-top: 60px;
}

/* --- Tiêu đề Section (Có 2 đường kẻ ngang) --- */
.j-mag-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.j-mag-header::before,
.j-mag-header::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* Cho đường kẻ kéo dài lấp đầy khoảng trống */
  height: 1px;
  background-color: #d1d1d1;
}

.j-mag-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0 20px;
  text-transform: none;
}

/* --- Typograpy Chung --- */
.j-mag-meta {
  display: block;
  font-size: 0.65rem;
  font-weight: bold;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  margin-top: 15px;
}

.j-mag-post-title a,
.j-mag-post-title-large a {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-weight: bold;
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.j-mag-post-title a:hover,
.j-mag-post-title-large a:hover {
  color: #a98453;
  /* Đổi màu vàng nâu khi hover */
}

/* Bài nhỏ */
.j-mag-post-small {
  margin-bottom: 35px;
}

.j-mag-post-title {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.j-mag-post-excerpt {
  font-size: 0.85rem;
  color: #555555;
  line-height: 1.6;
  margin: 0;
}

/* Bài lớn */
.j-mag-post-large {
  margin-bottom: 40px;
}

.j-mag-post-title-large {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 15px;
}

.j-mag-post-excerpt-large {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.6;
  margin: 0;
}

/* --- Ảnh Bài Viết --- */
.j-mag-img-link {
  display: block;
  overflow: hidden;
}

.j-mag-img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.j-mag-img-link:hover .j-mag-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  /* Hiệu ứng zoom nhẹ khi hover */
}

/* --- Banner Quảng Cáo --- */
.j-mag-banner-wrapper {
  border-top: 1px solid #d1d1d1;
  /* Đường kẻ ngang ngăn cách bài viết và banner theo thiết kế */
  padding-top: 40px;
  margin-top: 10px;
  width: 100%;
}

.j-mag-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================================
   RESPONSIVE MOBILE & TABLET
========================================= */
@media (max-width: 767px) {
  .j-mag-title {
    font-size: 1.4rem;
    margin: 0 10px;
  }

  .j-mag-post-large {
    margin-top: 20px;
  }

  .j-mag-post-title-large {
    font-size: 1.6rem;
  }

  .j-mag-banner-wrapper {
    padding-top: 30px;
  }
}
/* =========================================
   ARCHIVE & SINGLE POST STYLES
========================================= */
.site-archive .post-item,
.site-single .post-item {
  background: #fff;
  border-radius: 12px;
  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);
  -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;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-archive .post-item:hover,
.site-single .post-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.site-archive .post-item .post-thumb img,
.site-single .post-item .post-thumb img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-archive .post-item .post-content,
.site-single .post-item .post-content {
  padding: 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-archive .post-item .post-content .post-meta,
.site-single .post-item .post-content .post-meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}
.site-archive .post-item .post-content .post-title,
.site-single .post-item .post-content .post-title {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.site-archive .post-item .post-content .post-title a,
.site-single .post-item .post-content .post-title a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.site-archive .post-item .post-content .post-title a:hover,
.site-single .post-item .post-content .post-title a:hover {
  color: var(--yellow);
}
.site-archive .post-item .post-content .post-excerpt,
.site-single .post-item .post-content .post-excerpt {
  color: #666;
  font-size: 15px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.site-archive .post-item .post-content .read-more,
.site-single .post-item .post-content .read-more {
  color: var(--yellow);
  font-weight: 600;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.site-archive .post-item .post-content .read-more:hover,
.site-single .post-item .post-content .read-more:hover {
  text-decoration: underline;
}
.site-archive .nhm-pagination .pagination,
.site-single .nhm-pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.site-archive .nhm-pagination .page-numbers,
.site-single .nhm-pagination .page-numbers {
  width: 40px;
  height: 40px;
  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: 1px solid #ddd;
  border-radius: 50%;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-archive .nhm-pagination .page-numbers.current,
.site-single .nhm-pagination .page-numbers.current {
  background: var(--yellow);
  color: #fff;
  border-color: var(--yellow);
}
.site-archive .nhm-pagination .page-numbers:hover:not(.current),
.site-single .nhm-pagination .page-numbers:hover:not(.current) {
  background: #f8f9fa;
  border-color: var(--yellow);
  color: var(--yellow);
}

.site-single .single-post-content {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
.site-single .single-post-content .the_content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.site-single .single-post-content .the_content table td,
.site-single .single-post-content .the_content table th {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-size: 100%;
  min-width: 120px;
}
.site-single .single-post-content .the_content table th {
  background-color: #f8f9fa;
  font-weight: bold;
}
.site-single .post-meta-top {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.site-single .post-meta-top i {
  margin-right: 5px;
}
.site-single .post-footer-meta .post-tags {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.site-bvlq .post-item-related {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.site-bvlq .post-item-related .thumb img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-bvlq .post-item-related .title {
  padding: 15px;
  font-size: 16px;
  line-height: 1.4;
}
.site-bvlq .post-item-related .title a {
  color: #333;
  text-decoration: none;
}
.site-bvlq .post-item-related .title a:hover {
  color: var(--yellow);
}

/* =========================================
   SINGLE POST PAGE — FULL STYLES
========================================= */
.single .page-banner {
  position: relative;
  min-height: 420px;
  background-color: rgba(56, 42, 33, 0.95);
  background-size: cover;
  background-position: center;
  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;
  padding-top: 150px;
}
.single .page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}
.single .page-banner .text-center {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.single .page-banner h1.heading {
  font-family: var(--font-title);
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  max-width: 900px;
  margin: 0 auto 20px;
}
.single .page-banner .post-meta-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 14px;
}
.single .page-banner .post-meta-top span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.single .page-banner .post-meta-top span i {
  font-size: 0.85rem;
  color: var(--yellow);
}
.single .page-banner .post-meta-top span a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.single .page-banner .post-meta-top span a:hover {
  color: #fff;
}

.single .site-single {
  background-color: #f4f6f9;
}
.single .site-single .single-post-content {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 32px rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 32px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  margin-bottom: 30px;
}
.single .site-single .single-post-content .single-post-thumb {
  width: 100%;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.single .site-single .single-post-content .single-post-thumb img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.single .site-single .single-post-content .single-post-thumb img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.single .site-single .single-post-content .the_content {
  padding: 20px 0px;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #333;
}
.single .site-single .single-post-content .the_content p {
  margin-bottom: 1.2rem;
}
.single .site-single .single-post-content .the_content h2,
.single .site-single .single-post-content .the_content h3,
.single .site-single .single-post-content .the_content h4 {
  margin: 2rem 0 1rem;
  font-family: var(--font-title);
  color: #1a1a1a;
}
.single .site-single .single-post-content .the_content h2 {
  font-size: 1.75rem;
}
.single .site-single .single-post-content .the_content h3 {
  font-size: 1.4rem;
}
.single .site-single .single-post-content .the_content h4 {
  font-size: 1.15rem;
}
.single .site-single .single-post-content .the_content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.2rem 0;
  display: block;
}
.single .site-single .single-post-content .the_content blockquote {
  border-left: 4px solid var(--yellow);
  padding: 16px 24px;
  margin: 1.5rem 0;
  background: #eef6ff;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #555;
}
.single .site-single .single-post-content .the_content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.single .site-single .single-post-content .the_content table th,
.single .site-single .single-post-content .the_content table td {
  padding: 12px 14px;
  border: 1px solid #dde3eb;
  text-align: left;
  min-width: 130px;
  font-size: 0.95rem;
  vertical-align: middle;
}
.single .site-single .single-post-content .the_content table th {
  background-color: var(--yellow);
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.single .site-single .single-post-content .the_content table tr:nth-child(even) td {
  background-color: #f8fafc;
}
.single .site-single .single-post-content .post-footer-meta {
  padding: 0 44px 32px;
}
.single .site-single .single-post-content .post-footer-meta .post-tags {
  padding-top: 20px;
  border-top: 1px solid #eaeef4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.single .site-single .single-post-content .post-footer-meta .post-tags strong {
  color: #666;
  font-size: 0.9rem;
  margin-right: 4px;
}
.single .site-single .single-post-content .post-footer-meta .post-tags a {
  display: inline-block;
  background: #eef4fb;
  color: var(--yellow);
  border: 1px solid #cce0f5;
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 0.82rem;
  font-weight: 500;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.single .site-single .single-post-content .post-footer-meta .post-tags a:hover {
  background: var(--yellow);
  color: #fff;
  border-color: var(--yellow);
}
.single .site-single .single-post-content .author-custom {
  margin: 0 44px 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);
  border: 1px solid #cce0f5;
  padding: 28px 30px;
}
.single .site-single .single-post-content .author-custom .avata {
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 3px solid var(--yellow);
  -webkit-box-shadow: 0 4px 16px rgba(34, 122, 185, 0.25);
          box-shadow: 0 4px 16px rgba(34, 122, 185, 0.25);
}
.single .site-single .single-post-content .author-custom .avata img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .site-single .single-post-content .author-custom .content span {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--yellow);
  font-weight: 700;
  margin-bottom: 6px;
}
.single .site-single .single-post-content .author-custom .content h4 {
  font-family: var(--font-title);
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.single .site-single .single-post-content .author-custom .content p {
  font-size: 0.92rem;
  color: #555;
  line-height: 1.7;
  margin: 0;
}
.single .site-single .col-lg-3 .widget {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 24px;
  margin-bottom: 24px;
}
.single .site-single .col-lg-3 .widget .widget-title {
  font-family: var(--font-title);
  font-size: 1.1rem;
  color: #1a1a1a;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 2px solid var(--yellow);
}
.single .site-single .col-lg-3 .widget ul li {
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
  font-size: 0.9rem;
}
.single .site-single .col-lg-3 .widget ul li:last-child {
  border-bottom: none;
}
.single .site-single .col-lg-3 .widget ul li a {
  color: #444;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.single .site-single .col-lg-3 .widget ul li a:hover {
  color: var(--yellow);
  padding-left: 4px;
}

.single .site-bvlq {
  background-color: #f4f6f9;
  padding-bottom: 70px;
  padding-top: 0;
}
.single .site-bvlq .heading-custom {
  font-family: var(--font-title);
  font-size: 1.8rem;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 30px;
  padding-bottom: 14px;
  border-bottom: 2px solid #e0e6ef;
  position: relative;
}
.single .site-bvlq .heading-custom::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--yellow);
}
.single .site-bvlq .post-item-related {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  -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;
  height: 100%;
}
.single .site-bvlq .post-item-related:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.single .site-bvlq .post-item-related .thumb {
  overflow: hidden;
}
.single .site-bvlq .post-item-related .thumb a {
  display: block;
  overflow: hidden;
}
.single .site-bvlq .post-item-related .thumb img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  display: block;
}
.single .site-bvlq .post-item-related .thumb:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.single .site-bvlq .post-item-related h4.title {
  padding: 14px 16px;
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0;
}
.single .site-bvlq .post-item-related h4.title a {
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.single .site-bvlq .post-item-related h4.title a:hover {
  color: var(--yellow);
}

@media (max-width: 991px) {
  .single .page-banner {
    min-height: 300px;
  }
  .single .page-banner h1.heading {
    font-size: 1.6rem;
  }

  .single .site-single .single-post-content .the_content {
    padding: 20px 0px;
  }
  .single .site-single .single-post-content .post-footer-meta {
    padding: 0 24px 24px;
  }
  .single .site-single .single-post-content .author-custom {
    margin: 0 24px 30px;
    padding: 22px 20px;
  }
  .single .site-single .single-post-content .author-custom .avata {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .single .page-banner {
    min-height: 260px;
    padding-top: 50px;
  }
  .single .page-banner h1.heading {
    font-size: 1.35rem;
  }
  .single .page-banner .post-meta-top {
    gap: 14px;
    font-size: 0.82rem;
  }

  .single .site-single .single-post-content {
    padding: 20px;
    border-radius: 10px;
  }
  .single .site-single .single-post-content .single-post-thumb img {
    height: 240px;
  }
  .single .site-single .single-post-content .the_content {
    padding: 22px 18px;
    font-size: 1rem;
  }
  .single .site-single .single-post-content .author-custom {
    margin: 0 18px 24px;
  }

  .single .site-bvlq {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .single .site-bvlq .heading-custom {
    font-size: 1.4rem;
  }
  .single .site-bvlq .post-item-related .thumb img {
    height: 140px;
  }
}
/* =========================================
   ARCHIVE PAGE — FULL STYLES
========================================= */
.archive .page-banner {
  position: relative;
  min-height: 360px;
  background-color: #1a1a2e;
  background-size: cover;
  background-position: center;
  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;
}
.archive .page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.archive .page-banner .text-center {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.archive .page-banner h1.heading {
  font-family: var(--font-title);
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  margin: 0 auto 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.archive .page-banner .breadcrumbs p,
.archive .page-banner .breadcrumbs #breadcrumbs {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  margin: 0;
}
.archive .page-banner .breadcrumbs p a,
.archive .page-banner .breadcrumbs #breadcrumbs a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.archive .page-banner .breadcrumbs p a:hover,
.archive .page-banner .breadcrumbs #breadcrumbs a:hover {
  color: #fff;
}
.archive .page-banner .breadcrumbs p span.breadcrumb_last,
.archive .page-banner .breadcrumbs #breadcrumbs span.breadcrumb_last {
  color: #fff;
  font-weight: 600;
}
.archive .page-banner .breadcrumbs p span.sep,
.archive .page-banner .breadcrumbs #breadcrumbs span.sep {
  margin: 0 6px;
  opacity: 0.6;
}

.archive .site-archive {
  background-color: #f4f6f9;
}
.archive .site-archive .post-item {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  -webkit-transition: -webkit-transform 0.32s ease, -webkit-box-shadow 0.32s ease;
  transition: -webkit-transform 0.32s ease, -webkit-box-shadow 0.32s ease;
  transition: transform 0.32s ease, box-shadow 0.32s ease;
  transition: transform 0.32s ease, box-shadow 0.32s ease, -webkit-transform 0.32s ease, -webkit-box-shadow 0.32s ease;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.archive .site-archive .post-item:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.13);
          box-shadow: 0 16px 40px rgba(0, 0, 0, 0.13);
}
.archive .site-archive .post-item .post-thumb {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.archive .site-archive .post-item .post-thumb a {
  display: block;
  overflow: hidden;
}
.archive .site-archive .post-item .post-thumb img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
.archive .site-archive .post-item .post-thumb:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.archive .site-archive .post-item .post-content {
  padding: 24px 26px 28px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.archive .site-archive .post-item .post-content .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}
.archive .site-archive .post-item .post-content .post-meta .date {
  font-size: 0.78rem;
  color: #999;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.archive .site-archive .post-item .post-content .post-meta .date::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: var(--yellow);
  font-size: 0.72rem;
}
.archive .site-archive .post-item .post-content .post-title {
  font-family: var(--font-title);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.archive .site-archive .post-item .post-content .post-title a {
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.archive .site-archive .post-item .post-content .post-title a:hover {
  color: var(--yellow);
}
.archive .site-archive .post-item .post-content .post-excerpt {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.75;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.archive .site-archive .post-item .post-content .read-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  color: var(--yellow);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: gap 0.25s, color 0.25s;
  transition: gap 0.25s, color 0.25s;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.archive .site-archive .post-item .post-content .read-more i {
  font-size: 0.8rem;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.archive .site-archive .post-item .post-content .read-more:hover {
  color: #1a5e8e;
  gap: 10px;
}
.archive .site-archive .post-item .post-content .read-more:hover i {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.archive .site-archive .nhm-pagination {
  margin-top: 50px;
}
.archive .site-archive .nhm-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive .site-archive .nhm-pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid #dde3eb;
  color: #444;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.archive .site-archive .nhm-pagination .page-numbers:hover:not(.current) {
  border-color: var(--yellow);
  color: var(--yellow);
  background: #eef6ff;
}
.archive .site-archive .nhm-pagination .page-numbers.current {
  background: var(--yellow);
  border-color: var(--yellow);
  color: #fff;
  -webkit-box-shadow: 0 4px 14px rgba(34, 122, 185, 0.35);
          box-shadow: 0 4px 14px rgba(34, 122, 185, 0.35);
}
.archive .site-archive .nhm-pagination .page-numbers.prev, .archive .site-archive .nhm-pagination .page-numbers.next {
  background: #fff;
  font-size: 0;
}
.archive .site-archive .nhm-pagination .page-numbers.prev i, .archive .site-archive .nhm-pagination .page-numbers.next i {
  font-size: 0.85rem;
  color: #555;
}
.archive .site-archive .nhm-pagination .page-numbers.prev:hover, .archive .site-archive .nhm-pagination .page-numbers.next:hover {
  background: var(--yellow);
  border-color: var(--yellow);
}
.archive .site-archive .nhm-pagination .page-numbers.prev:hover i, .archive .site-archive .nhm-pagination .page-numbers.next:hover i {
  color: #fff;
}
.archive .site-archive .nhm-pagination .page-numbers.dots {
  border-color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  color: #aaa;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .archive .page-banner {
    min-height: 280px;
  }
  .archive .page-banner h1.heading {
    font-size: 1.5rem;
  }

  .archive .site-archive .post-item .post-thumb img {
    height: 200px;
  }
  .archive .site-archive .post-item .post-content {
    padding: 20px 20px 24px;
  }
}
@media (max-width: 767px) {
  .archive .page-banner {
    min-height: 240px;
  }
  .archive .page-banner h1.heading {
    font-size: 1.3rem;
    letter-spacing: 0.5px;
  }
  .archive .page-banner .breadcrumbs p {
    font-size: 0.82rem;
  }

  .archive .site-archive .post-item .post-thumb img {
    height: 180px;
  }
  .archive .site-archive .post-item .post-content {
    padding: 18px 18px 22px;
  }
  .archive .site-archive .post-item .post-content .post-title {
    font-size: 1rem;
  }
  .archive .site-archive .post-item .post-content .post-excerpt {
    font-size: 0.85rem;
  }
  .archive .site-archive .nhm-pagination {
    margin-top: 36px;
  }
  .archive .site-archive .nhm-pagination .page-numbers {
    width: 36px;
    height: 36px;
    font-size: 0.82rem;
  }
}
/* =========================================
   SEARCH PAGE — FULL STYLES
========================================= */
.search-results-page .search-hero,
.search .search-hero {
  position: relative;
  min-height: 380px;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 160px 0 60px;
  overflow: hidden;
}
.search-results-page .search-hero::after,
.search .search-hero::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(34, 122, 185, 0.12);
  pointer-events: none;
}
.search-results-page .search-hero::before,
.search .search-hero::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(34, 122, 185, 0.07);
  pointer-events: none;
}
.search-results-page .search-hero .search-hero__overlay,
.search .search-hero .search-hero__overlay {
  display: none;
}
.search-results-page .search-hero .container,
.search .search-hero .container {
  position: relative;
  z-index: 2;
}
.search-results-page .search-hero .search-hero__inner,
.search .search-hero .search-hero__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.search-results-page .search-hero .search-hero__label,
.search .search-hero .search-hero__label {
  display: inline-block;
  background: rgba(34, 122, 185, 0.3);
  border: 1px solid rgba(34, 122, 185, 0.5);
  color: #7ec8f5;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 18px;
}
.search-results-page .search-hero .search-hero__query,
.search .search-hero .search-hero__query {
  font-family: var(--font-title);
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 12px;
  word-break: break-word;
}
.search-results-page .search-hero .search-hero__count,
.search .search-hero .search-hero__count {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
  margin-bottom: 36px;
}
.search-results-page .search-hero .search-hero__count strong,
.search .search-hero .search-hero__count strong {
  color: #7ec8f5;
  font-weight: 700;
}
.search-results-page .search-hero .search-hero__form,
.search .search-hero .search-hero__form {
  width: 100%;
}

.search-hero__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  max-width: 580px;
  margin: 0 auto;
}
.search-hero__input-wrap .search-hero__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  padding: 0 24px;
  font-size: 1rem;
  font-family: var(--font);
  color: #333;
  background: transparent;
  min-width: 0;
}
.search-hero__input-wrap .search-hero__input::-webkit-input-placeholder {
  color: #aaa;
}
.search-hero__input-wrap .search-hero__input:-ms-input-placeholder {
  color: #aaa;
}
.search-hero__input-wrap .search-hero__input::-ms-input-placeholder {
  color: #aaa;
}
.search-hero__input-wrap .search-hero__input::placeholder {
  color: #aaa;
}
.search-hero__input-wrap .search-hero__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 28px;
  height: 54px;
  background: var(--yellow);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 600;
  font-family: var(--font);
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-hero__input-wrap .search-hero__btn i {
  font-size: 0.9rem;
}
.search-hero__input-wrap .search-hero__btn:hover {
  background: #1a5e8e;
}

.search .search-results {
  background-color: #f4f6f9;
}
.search .search-results .search-post-item {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  -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;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search .search-results .search-post-item:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}
.search .search-results .search-post-item .search-post-thumb {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search .search-results .search-post-item .search-post-thumb__link {
  display: block;
  overflow: hidden;
}
.search .search-results .search-post-item .search-post-thumb img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
.search .search-results .search-post-item .search-post-thumb__overlay {
  position: absolute;
  inset: 0;
  background: rgba(34, 122, 185, 0.55);
  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;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search .search-results .search-post-item .search-post-thumb__overlay i {
  font-size: 1.8rem;
  color: #fff;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
  -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;
}
.search .search-results .search-post-item .search-post-thumb:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.search .search-results .search-post-item .search-post-thumb:hover .search-post-thumb__overlay {
  opacity: 1;
}
.search .search-results .search-post-item .search-post-thumb:hover .search-post-thumb__overlay i {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.search .search-results .search-post-item .search-post-content {
  padding: 22px 24px 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search .search-results .search-post-item .search-post-content .search-post-cat {
  display: inline-block;
  background: #eef6ff;
  color: var(--yellow);
  border: 1px solid #cce0f5;
  border-radius: 20px;
  padding: 3px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  text-decoration: none;
}
.search .search-results .search-post-item .search-post-content .search-post-cat:hover {
  background: var(--yellow);
  color: #fff;
  border-color: var(--yellow);
}
.search .search-results .search-post-item .search-post-content .search-post-title {
  font-family: var(--font-title);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search .search-results .search-post-item .search-post-content .search-post-title a {
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  text-decoration: none;
}
.search .search-results .search-post-item .search-post-content .search-post-title a:hover {
  color: var(--yellow);
}
.search .search-results .search-post-item .search-post-content .search-post-excerpt {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.7;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search .search-results .search-post-item .search-post-content .search-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #f0f4f8;
  margin-top: auto;
}
.search .search-results .search-post-item .search-post-content .search-post-meta .search-post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: #999;
}
.search .search-results .search-post-item .search-post-content .search-post-meta .search-post-date i {
  color: var(--yellow);
  font-size: 0.75rem;
}
.search .search-results .search-post-item .search-post-content .search-post-meta .search-post-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: gap 0.25s;
  transition: gap 0.25s;
}
.search .search-results .search-post-item .search-post-content .search-post-meta .search-post-link i {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.search .search-results .search-post-item .search-post-content .search-post-meta .search-post-link:hover {
  gap: 10px;
}
.search .search-results .search-post-item .search-post-content .search-post-meta .search-post-link:hover i {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.search .search-results .search-no-results {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 60px;
}
.search .search-results .search-no-results__icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #eef4fb;
  border: 2px solid #cce0f5;
  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;
  margin: 0 auto 28px;
}
.search .search-results .search-no-results__icon i {
  font-size: 2.2rem;
  color: var(--yellow);
  opacity: 0.6;
}
.search .search-results .search-no-results__title {
  font-family: var(--font-title);
  font-size: 1.8rem;
  color: #1a1a1a;
  margin-bottom: 14px;
}
.search .search-results .search-no-results__text {
  font-size: 1rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 32px;
}
.search .search-results .search-no-results__text strong {
  color: #1a1a1a;
}
.search .search-results .search-no-results__form {
  margin-bottom: 28px;
}
.search .search-results .search-no-results__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #555;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.search .search-results .search-no-results__back i {
  color: var(--yellow);
}
.search .search-results .search-no-results__back:hover {
  color: var(--yellow);
}

@media (max-width: 991px) {
  .search .search-hero {
    padding: 100px 0 50px;
    min-height: 320px;
  }
  .search .search-hero .search-hero__query {
    font-size: 1.8rem;
  }

  .search .search-results .search-post-item .search-post-thumb img {
    height: 190px;
  }
}
@media (max-width: 767px) {
  .search .search-hero {
    padding: 50px 0 44px;
    min-height: 280px;
  }
  .search .search-hero .search-hero__label {
    font-size: 0.7rem;
  }
  .search .search-hero .search-hero__query {
    font-size: 1.4rem;
  }
  .search .search-hero .search-hero__count {
    font-size: 0.88rem;
  }

  .search-hero__input-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 12px;
  }
  .search-hero__input-wrap .search-hero__input {
    padding: 14px 20px;
    border-bottom: 1px solid #eee;
  }
  .search-hero__input-wrap .search-hero__btn {
    height: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0;
  }

  .search .search-results .search-post-item .search-post-thumb img {
    height: 180px;
  }
  .search .search-results .search-post-item .search-post-content {
    padding: 18px 18px 20px;
  }
  .search .search-results .search-no-results__title {
    font-size: 1.4rem;
  }
}
.page-contact {
  padding: 30px 0px 50px 0px;
}
.page-contact .items-contact {
  background-color: #f5f5f5;
  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: #000;
}
.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: 30px 0px;
  border-radius: 5px;
}
.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: #000;
}
.page-contact .address ul li svg {
  margin-right: 10px;
}

.form-contact {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 20px 15px;
}
.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;
  margin: 0 auto;
  text-align: center;
  min-width: 150px;
}
.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%);
}
/*# sourceMappingURL=style.css.map */