@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lexend:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

.container-content {
  width: 90%;
  margin-right: auto;
  margin-left: auto; }

.container-grid {
  max-width: 80%;
  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: 1170px; }

  .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: -15px;
  margin-left: -15px; }

.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: 15px;
  padding-left: 15px; }

.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, .btn, .slick-arrow:before, .header .menu, .header .menu ul {
  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; }

.d-none {
  display: none; }

.d-block {
  display: block; }

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

:root {
  --blue: #0D1D74;
  --blue2: #3A50CB;
  --red: #ea3b3f;
  --yellow: #FFA500;
  --orange: rgb(247, 133, 44);
  --gray: #1D2A46;
  --font: "Open Sans", serif;
  --font-banner: "Prompt", sans-serif;
  --background-rgba: linear-gradient(to right,#3A50CB,#15268B); }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

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

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

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

a {
  text-decoration: none !important; }

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

p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--gray); }

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;
  width: 140px;
  height: 50px;
  border-radius: 10px;
  font-size: 100%;
  font-weight: 500; }
  .btn:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.btn-blue {
  background: linear-gradient(100.27deg, #8662ED -1.97%, #1E5FC8 102.2%);
  color: #fff; }
  .btn-blue:hover {
    background: var(--yellow); }

.btn-white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  padding: 6px 12px;
  -moz-border-radius: 1rem;
  text-shadow: none;
  border-radius: 1rem;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer; }
  .btn-white:hover {
    background-color: #e7d3c6;
    border-color: #adadad;
    color: #333333; }

.btn-block {
  display: block;
  width: 100%; }

.btn-default {
  background-color: #fff;
  border-color: #ccc; }

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

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

.heading {
  font-size: 200%;
  font-weight: 600;
  margin-bottom: 40px; }

.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 .3s;
  transition: all .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 .3s;
    transition: all .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 var(--blue);
    background: transparent;
    border-radius: 50%; }
    .slick-dots li button {
      display: none; }
  .slick-dots .slick-active {
    background: var(--yellow); }

svg {
  width: 20px; }

.title-main {
  margin-bottom: 30px; }
  .title-main .heading, .title-main .heading2, .title-main .heading3 {
    font-size: 300%;
    text-transform: uppercase;
    font-weight: bold; }
  .title-main .heading {
    color: var(--yellow); }
  .title-main .heading2 {
    color: var(--blue);
    margin-top: -30px; }
  .title-main .heading3 {
    color: var(--blue);
    padding-bottom: 12px;
    position: relative; }
    .title-main .heading3:before {
      position: absolute;
      content: '';
      width: 150px;
      height: 5px;
      background: var(--yellow);
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }

.title-main-2 {
  margin-bottom: 50px; }

.btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 55px;
  padding: 0px 20px;
  min-width: 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 135%;
  font-weight: bold;
  text-shadow: 1px 1px #000;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px; }
  .btn:hover {
    color: #fff;
    background: var(--blue); }

.btn-yellow {
  color: #fff;
  background: var(--yellow); }

.p-15 {
  padding: 15px; }

.px-30 {
  padding-right: 30px;
  padding-left: 30px; }

.px-15 {
  padding-right: 15px;
  padding-left: 15px; }

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.mx--10 {
  margin-right: -10px !important;
  margin-left: -10px !important; }

.mx--15 {
  margin-right: -15px !important;
  margin-left: -15px !important; }

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

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

.title {
  position: relative;
  z-index: 1; }
  .title h1 {
    font-size: 35px;
    line-height: 35px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 700; }
  .title h2 {
    font-size: 27px;
    line-height: 110%;
    color: black;
    margin-bottom: 20px;
    font-weight: bold; }
  .title h3 {
    font-size: 22px;
    line-height: 110%;
    color: black;
    margin: 0;
    font-weight: bold; }
  .title h4 {
    font-size: 19px;
    line-height: 110%;
    color: black;
    margin: 0;
    font-weight: bold; }

.bg-light {
  color: #f8faf7; }

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: transparent;
  -webkit-transition: background 0.3s ease, padding 0.3s ease;
  transition: background 0.3s ease, padding 0.3s ease; }
  .header .logo img {
    max-width: 125px; }
  .header .btn-menu {
    display: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border: none !important;
    /* Viền đen */
    border-radius: 3px;
    background-color: transparent;
    /* Để nền trong suốt */
    padding: 5px;
    /* Khoảng cách bên trong nút */
    cursor: pointer;
    /* Thay đổi con trỏ khi rê chuột */ }
    .header .btn-menu i {
      color: #333333;
      font-size: 24px; }
  .header .menu-visible {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    /* Hiển thị menu khi có lớp này */ }
    .header .menu-visible ul .mega-menu .sub-menu, .header .menu-visible ul .normal-menu .sub-menu {
      display: block !important; }
  .header .menu-toggle-icon {
    cursor: pointer;
    margin-left: 10px;
    /* Điều chỉnh khoảng cách giữa văn bản và icon */ }
  .header .menu {
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .header .menu ul {
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .header .menu ul .mega-menu > .sub-menu {
        -webkit-box-shadow: 1px 4px 8px var(--orange);
                box-shadow: 1px 4px 8px var(--orange); }
        .header .menu ul .mega-menu > .sub-menu .menu-item-has-children a:after {
          display: none; }
      .header .menu ul .mega-menu:hover > .sub-menu {
        display: grid;
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        padding: 15px;
        min-height: 410px;
        -ms-flex-line-pack: justify;
            align-content: space-between; }
        .header .menu ul .mega-menu:hover > .sub-menu > li {
          border-bottom: 1px solid var(--orange) !important; }
      .header .menu ul .mega-menu .sub-menu {
        background: white !important;
        position: absolute;
        display: block;
        top: 102%;
        left: 0;
        padding-bottom: 0px 15px;
        z-index: 999;
        display: none; }
        .header .menu ul .mega-menu .sub-menu li {
          border-bottom: none; }
          .header .menu ul .mega-menu .sub-menu li a {
            padding-top: 10px !important;
            padding-bottom: 0px !important; }
      .header .menu ul .mega-menu ul li {
        position: relative; }
        .header .menu ul .mega-menu ul li ul {
          position: absolute; }
      .header .menu ul .normal-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative;
        line-height: 50px; }
        .header .menu ul .normal-menu:hover .sub-menu {
          display: block; }
        .header .menu ul .normal-menu .sub-menu {
          background: white;
          position: absolute;
          display: block;
          top: 128%;
          left: 0;
          -webkit-box-shadow: 1px 4px 8px var(--orange);
                  box-shadow: 1px 4px 8px var(--orange);
          padding-bottom: 0px 15px;
          z-index: 999;
          display: none;
          max-width: 550px;
          min-width: 450px; }
          .header .menu ul .normal-menu .sub-menu li {
            padding: 10px 2px;
            border-bottom: 1px solid var(--orange) !important;
            font-size: 100%;
            text-transform: uppercase;
            color: black;
            text-align: left;
            line-height: 1.5; }
            .header .menu ul .normal-menu .sub-menu li a {
              color: black;
              font-weight: bold;
              display: block; }
              .header .menu ul .normal-menu .sub-menu li a:hover {
                color: var(--orange); }
        .header .menu ul .normal-menu a {
          font-size: 100%;
          padding-top: 5px;
          padding-bottom: 5px;
          padding-left: 12px;
          padding-right: 12px;
          color: white;
          font-weight: 500; }
          .header .menu ul .normal-menu a:hover {
            color: var(--orange); }
        .header .menu ul .normal-menu span {
          font-size: 100%;
          color: white;
          font-weight: 500; }
      .header .menu ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 50px; }
        .header .menu ul li:hover .sub-menu {
          display: block; }
        .header .menu ul li .sub-menu {
          border-radius: 1rem;
          position: absolute;
          left: 0;
          padding-bottom: 0px 15px;
          z-index: 999;
          display: none; }
          .header .menu ul li .sub-menu li {
            border-radius: 1rem;
            padding: 10px 0px;
            border-bottom: 1px solid black;
            font-size: 100%;
            text-transform: uppercase;
            color: black;
            text-align: left;
            line-height: 1.5; }
            .header .menu ul li .sub-menu li a {
              color: black;
              font-weight: bold;
              display: block; }
              .header .menu ul li .sub-menu li a:hover {
                color: var(--orange); }
        .header .menu ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 100%;
          padding-top: 20px;
          padding-bottom: 20px;
          padding-left: 12px;
          padding-right: 12px;
          color: white;
          font-weight: 500; }
          .header .menu ul li a:hover {
            color: var(--orange); }
        .header .menu ul li ul li > span {
          display: none !important; }
        .header .menu ul li span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 100%;
          color: white;
          font-weight: 500; }
  .header .menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999999;
    background: white;
    display: none; }
    .header .menu-mobile ul li .sub-menu {
      display: none; }
    .header .menu-mobile ul li ul {
      padding-left: 20px; }
      .header .menu-mobile ul li ul li ul {
        padding-left: 20px; }
    .header .menu-mobile .menu-toggle-icon {
      right: 0;
      position: absolute;
      cursor: pointer;
      margin-left: 10px;
      /* Điều chỉnh khoảng cách giữa văn bản và icon */ }
  .header .menu-mobile.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Hoặc bạn có thể dùng flex/inline-block nếu cần */ }

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: 99999999;
  background: var(--blue);
  display: none;
  overflow-y: auto;
  /* Enables vertical scrolling */
  max-height: 100vh; }
  .menu-mobile .js-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 10px 10px 20px 10px;
    font-size: 30px;
    color: black; }
    .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 {
    overflow-y: auto; }
    .menu-mobile ul li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .menu-mobile ul li a {
        line-height: 28px;
        display: block;
        padding: 15px 10px;
        font-size: 110%;
        text-transform: uppercase;
        color: #000000; }
      .menu-mobile ul li span {
        color: #000000; }

.header.scrolled {
  background: white;
  border-bottom: 1px solid black; }

.header.scrolled .menu a,
.header.scrolled .menu span,
.header.scrolled button i {
  color: #333333 !important;
  /* Đổi màu chữ thành đen khi header có lớp scrolled */ }

.header.scrolled .btn-menu {
  border: 2px solid #333333 !important; }

footer {
  background: #f6f5f2;
  color: #666;
  font-size: 15px;
  line-height: 25px;
  padding-top: 40px; }
  footer .logo img {
    max-width: 125px; }
  footer .footer-line {
    background: #edede9;
    border-top: 1px solid #fff;
    padding-bottom: 40px; }
  footer .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer .footer-menu a:hover {
      color: #0068b1; }
  footer a {
    line-height: 28px;
    color: #666; }
  footer p {
    line-height: 28px; }
  footer a:hover {
    color: #23527c; }

.footer-entry {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.bg-main {
  position: relative; }

.block {
  padding: 70px 0 50px 0; }

.banner-top {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 80vh;
  overflow: hidden; }

.banner-page {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 50vh;
  overflow: hidden; }

.box-radius {
  margin-bottom: 15px;
  border-radius: 1rem;
  overflow: hidden;
  background: #FFF;
  color: #333; }

.box-radius-solid {
  border-radius: 1rem;
  overflow: hidden;
  background: #FFF;
  color: #333;
  border: 1px solid #b6b6b2;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); }

.solu--box-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.img-box img {
  height: 75px;
  width: 82px; }

.fix_title h1 {
  color: var(--orange);
  font-family: var(--font-banner);
  margin-left: 5px; }

.item-wrap .item p {
  color: black;
  font-size: 15px; }

.content-mobile {
  text-align: justify; }

.text-banner {
  position: absolute;
  right: 0;
  z-index: -1;
  font-size: 105px;
  line-height: 145px;
  white-space: nowrap;
  font-family: var(--font-banner);
  font-weight: 400;
  -webkit-text-stroke: 4px #f7852c;
  color: transparent;
  opacity: 0.1; }

@media (max-width: 1200px) {
  .text-banner {
    font-size: 90px;
    line-height: 120px; } }
@media (max-width: 992px) {
  .text-banner {
    font-size: 75px;
    line-height: 100px; } }
@media (max-width: 768px) {
  .text-banner {
    font-size: 60px;
    line-height: 85px; } }
@media (max-width: 480px) {
  .text-banner {
    font-size: 45px !important;
    line-height: 65px !important; } }
.background-title::before {
  content: attr(data-content);
  /* Văn bản nền */
  position: absolute;
  top: 10%;
  /* Đưa nội dung vào giữa theo chiều dọc */
  left: 50%;
  /* Đưa nội dung vào giữa theo chiều ngang */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* Căn giữa hoàn toàn */
  font-size: 90px;
  /* Kích thước văn bản */
  line-height: 145px;
  /* Khoảng cách giữa các dòng */
  white-space: nowrap;
  /* Không xuống dòng */
  font-family: var(--font-banner);
  /* Font chữ tùy chỉnh */
  font-weight: 400;
  -webkit-text-stroke: 4px #f7852c;
  /* Stroke cho chữ */
  color: transparent;
  /* Màu chữ trong suốt để chỉ hiển thị stroke */
  z-index: -1;
  /* Nằm dưới tiêu đề chính */
  pointer-events: none;
  /* Không ảnh hưởng đến các sự kiện chuột */
  opacity: 0.1; }

@media (max-width: 1200px) {
  .background-title::before {
    font-size: 90px;
    line-height: 120px; } }
@media (max-width: 992px) {
  .background-title::before {
    font-size: 75px;
    line-height: 100px; } }
@media (max-width: 768px) {
  .background-title::before {
    font-size: 60px;
    line-height: 85px; } }
@media (max-width: 480px) {
  .background-title::before {
    font-size: 36px;
    line-height: 65px; } }
.banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Sắp xếp các phần tử theo cột */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Căn giữa theo chiều ngang */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Căn giữa theo chiều dọc */
  position: relative;
  /* Để đảm bảo text-banner được định vị */ }

.vertical-text {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg); }

.top-text {
  top: 0;
  text-align: center;
  width: 100%; }

figure {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden; }
  figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  figure:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.solu--box-title {
  width: 85%;
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 0;
  position: relative;
  top: -15px; }
.solu img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.img-radius figure {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto; }

.img-grid {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px; }
  .img-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.footer_title {
  top: -25px;
  position: relative;
  background: var(--orange);
  height: 3px;
  width: 100px;
  margin: 12px auto 0px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); }

.img-container {
  overflow: hidden;
  position: relative; }
  .img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -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; }

.img-container:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.custom-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%; }

.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px; }

.blog {
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .blog .cat {
    display: inline-block;
    font-size: 0.9rem;
    border-bottom: 2px solid #46c1be;
    color: #66748f;
    line-height: 120%;
    font-weight: 500; }

.site-page ul, .servicePage ul {
  list-style: disc inside none;
  margin: 0 0 20px 0;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
     -moz-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
     -moz-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 20px;
     -moz-padding-start: 20px;
          padding-inline-start: 20px; }
.site-page li, .servicePage li {
  line-height: 30px;
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate; }
.site-page a, .servicePage a {
  color: #007bff;
  background-color: transparent; }
.site-page a:hover, .servicePage a:hover {
  color: #0056b3 !important; }

.responsive-text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.short-description.mobile {
  display: none; }

.mobile {
  display: none; }

.grid-archi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }
  .grid-archi .item-archi > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%; }

.nhm-pagination {
  margin-top: 40px;
  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; }
  .nhm-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px; }
    .nhm-pagination ul li {
      width: 2em;
      height: 2em;
      padding: 0;
      line-height: calc(2em - 2px);
      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;
      text-decoration: none;
      border-radius: 50%;
      overflow: hidden;
      border: 1px solid #bdbdbd; }
    .nhm-pagination ul .next-page {
      border: none; }
      .nhm-pagination ul .next-page a {
        background-image: url(/wp-content/themes/htvtheme/assets/images/arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        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;
        width: 100%;
        font-size: 0; }
    .nhm-pagination ul .prev-page {
      border: none; }
      .nhm-pagination ul .prev-page a {
        background-image: url(/wp-content/themes/htvtheme/assets/images/arrow-previous.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        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;
        width: 100%;
        font-size: 0; }
    .nhm-pagination ul .active {
      background: #203181; }
      .nhm-pagination ul .active a {
        color: #fff; }

.woocommerce-breadcrumb,
.page-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.5rem !important;
  color: #74533B !important;
  font-size: 1rem;
  font-weight: 500 !important;
  line-height: 150%;
  gap: 4px; }
  .woocommerce-breadcrumb a,
  .page-breadcrumb a {
    color: #808080 !important;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 150%; }

.site-post ul, .site-page ul {
  margin-top: 1.2rem;
  margin-bottom: 1.5rem;
  padding-left: 10px;
  list-style-type: disc;
  margin-left: 1.5rem; }
  .site-post ul li, .site-page ul li {
    font-size: clamp(0.65rem, 0.88vw, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.74375; }
.site-post h1, .site-page h1 {
  font-size: 40px;
  font-style: normal;
  line-height: 200%; }
.site-post h2, .site-page h2 {
  font-size: 32px;
  font-style: normal;
  line-height: 54px; }
.site-post h3, .site-page h3 {
  font-size: 26px;
  font-style: normal;
  line-height: 38px;
  letter-spacing: 1.2px; }
.site-post h4, .site-page h4 {
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 1.2px; }
.site-post h1, .site-post h2, .site-post h3, .site-post h4, .site-post h5, .site-page h1, .site-page h2, .site-page h3, .site-page h4, .site-page h5 {
  font-family: 'Times New Roman', Times, serif; }
.site-post .the_title, .site-page .the_title {
  font-family: var(--font2);
  text-transform: unset;
  font-family: 'Times New Roman', Times, serif; }
  .site-post .the_title h3, .site-page .the_title h3 {
    font-size: 1.85rem;
    line-height: 2.22rem; }
  .site-post .the_title h2, .site-page .the_title h2 {
    font-size: 1.85rem;
    line-height: 2.22rem; }
  .site-post .the_title h4, .site-page .the_title h4 {
    font-weight: bold;
    font-size: 1.05rem;
    line-height: 1.6275rem; }
  .site-post .the_title .custom-name, .site-page .the_title .custom-name {
    width: 50%; }
.site-post h1.the_title, .site-page h1.the_title {
  font-size: 1.85rem !important;
  line-height: 2.22rem !important;
  font-weight: 700;
  margin-bottom: 1rem; }
.site-post .the_content img, .site-page .the_content img {
  width: unset;
  height: unset; }
.site-post .the_content i, .site-page .the_content i {
  font-family: inherit; }
.site-post h2.the_title, .site-page h2.the_title {
  color: #1A1A1A;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 12px; }
.site-post h2.title-border, .site-page h2.title-border {
  color: var(--brown);
  font-size: clamp(0.8rem, 1vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 84%;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--brown); }
.site-post #comments, .site-page #comments {
  margin: 30px 0 !important; }
  .site-post #comments #wpdcom, .site-page #comments #wpdcom {
    margin: 7px 0 15px 0 !important; }
.site-post figure.avt-post, .site-page figure.avt-post {
  width: 1005;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px; }
  .site-post figure.avt-post img, .site-page figure.avt-post img {
    -o-object-fit: cover;
       object-fit: cover; }
  .site-post figure.avt-post:hover img, .site-page figure.avt-post:hover img {
    -webkit-transform: unset !important;
            transform: unset !important; }
.site-post .post-author, .site-page .post-author {
  padding-top: 32px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .site-post .post-author .author-left, .site-page .post-author .author-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .site-post .post-author .author-left figure, .site-page .post-author .author-left figure {
      border-radius: 50px;
      width: 50px;
      height: 50px;
      border-radius: 505;
      overflow: hidden; }
      .site-post .post-author .author-left figure:hover img, .site-page .post-author .author-left figure:hover img {
        -webkit-transform: unset;
                transform: unset; }
    .site-post .post-author .author-left .intro-author, .site-page .post-author .author-left .intro-author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 5px; }
      .site-post .post-author .author-left .intro-author h3.name-author, .site-page .post-author .author-left .intro-author h3.name-author {
        color: #1A1A1A;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; }
      .site-post .post-author .author-left .intro-author .post-date span, .site-page .post-author .author-left .intro-author .post-date span {
        color: #808080;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; }
      .site-post .post-author .author-left .intro-author .post-date span + span::before, .site-page .post-author .author-left .intro-author .post-date span + span::before {
        content: "•";
        margin-right: 6px;
        margin-left: 6px;
        color: #808080;
        /* Màu của dấu chấm */ }
  .site-post .post-author .author-social, .site-page .post-author .author-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4px; }
    .site-post .post-author .author-social svg, .site-page .post-author .author-social svg {
      width: 40px;
      height: 40px; }

.widget-intro span.custom-intro {
  color: #1A1A1A;
  font-size: 1.079rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 12px; }
.widget-intro a {
  color: #1A1A1A;
  font-size: 0.8625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; }
.widget-intro .box-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px; }
  .widget-intro .box-post:last-child {
    margin-bottom: 0; }
  .widget-intro .box-post .post__img {
    width: 100%;
    height: 66.5px;
    overflow: hidden;
    border-radius: 5.179px; }
    .widget-intro .box-post .post__img img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      height: 100%; }
      .widget-intro .box-post .post__img img:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  .widget-intro .box-post .post_content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #f6f6f6;
    padding: 20px;
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
.widget-intro .custom-search-post {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 24px;
  background-color: rgba(247, 133, 44, 0.5);
  padding: 20px 10px;
  border-radius: 10px; }
  .widget-intro .custom-search-post form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 14px 12px 12px 0;
    background-color: #fff;
    width: 100%;
    position: relative; }
    .widget-intro .custom-search-post form button {
      background: none;
      border: none;
      cursor: pointer;
      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: 0;
      position: absolute;
      left: 12px;
      width: 17.264px;
      height: 17.264px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .widget-intro .custom-search-post form button svg {
        width: 100%;
        height: 100%;
        color: #666; }
    .widget-intro .custom-search-post form input {
      border: none;
      outline: none;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 0 0 40px;
      font-size: 14px;
      color: #333; }
      .widget-intro .custom-search-post form input::-webkit-input-placeholder {
        color: #999; }
      .widget-intro .custom-search-post form input:-ms-input-placeholder {
        color: #999; }
      .widget-intro .custom-search-post form input::-ms-input-placeholder {
        color: #999; }
      .widget-intro .custom-search-post form input::placeholder {
        color: #999; }
.widget-intro .container-newpost {
  border-top: 1px solid #E6E6E6;
  background-color: rgba(247, 133, 44, 0.5);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px; }

.more-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }
  .more-post-grid figure {
    margin-bottom: 24px;
    border-radius: 30px; }
    .more-post-grid figure img {
      width: 100% !important; }
  .more-post-grid .the_title a {
    font-size: 1rem;
    line-height: 140%;
    margin-bottom: 0; }

#ez-toc-container a {
  text-align: justify;
  font-family: 'Times New Roman', Times, serif; }

#ez-toc-container * {
  color: #333333 !important; }

/*# sourceMappingURL=style.css.map */