@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto: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: 1140px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1344px; } }
.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, .btn, .btn-black, .btn-white, .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; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

:root {
  --blue: #1c3259;
  --blue2: #3A50CB;
  --red: #ea3b3f;
  --orange: #f08144;
  --yellow: #fca43d;
  --gray: #575757;
  --brown: #825D43;
  --font: "Roboto", serif;
  --font-banner: "Roboto", serif;
  --font2: "Cardo", serif;
  --background-rgba: linear-gradient(to right, #3A50CB, #15268B);
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1); }

:where(.is-layout-flex) {
  gap: 0.5em; }

:where(.is-layout-grid) {
  gap: 0.5em; }

body .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.is-layout-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.is-layout-flex > :is(*, div) {
  margin: 0; }

body .is-layout-grid {
  display: grid; }

.is-layout-grid > :is(*, div) {
  margin: 0; }

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em; }

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em; }

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em; }

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em; }

.has-black-color {
  color: var(--wp--preset--color--black) !important; }

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important; }

.has-white-color {
  color: var(--wp--preset--color--white) !important; }

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important; }

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important; }

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important; }

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important; }

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important; }

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important; }

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important; }

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important; }

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important; }

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important; }

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important; }

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important; }

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important; }

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important; }

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important; }

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important; }

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important; }

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important; }

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important; }

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important; }

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important; }

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important; }

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important; }

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important; }

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important; }

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important; }

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important; }

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important; }

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important; }

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important; }

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important; }

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important; }

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important; }

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important; }

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important; }

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important; }

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important; }

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important; }

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important; }

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important; }

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important; }

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important; }

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important; }

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important; }

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important; }

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important; }

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important; }

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important; }

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important; }

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em; }

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em; }

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em; }

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em; }

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6; }

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; }

img,
a,
button {
  -webkit-transition: all .3s;
  transition: all .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;
  width: 140px;
  height: 50px;
  border-radius: 10px;
  font-size: 100%;
  font-weight: 500; }
  .btn:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    color: #fff; }

.btn-blue {
  background: linear-gradient(100.27deg, #8662ED -1.97%, #1E5FC8 102.2%);
  color: #fff; }
  .btn-blue:hover {
    background: var(--yellow); }

.btn-gray {
  background-color: var(--gray);
  color: #fff; }

.btn-black {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 100%;
  font-weight: 500;
  border: 2px solid #fff;
  padding: 0.6rem 1.5rem;
  background: #000;
  border-radius: 0 !important; }
  .btn-black:hover {
    background: #fff;
    color: #000 !important; }
    .btn-black:hover a {
      color: #000 !important; }

.btn-white {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 150px;
  font-size: 100%;
  font-weight: 500;
  padding: 0.6rem 1.5rem;
  background: #fff;
  color: var(--gray) !important;
  border: 2px solid var(--orange) !important;
  border-radius: 0 !important; }
  .btn-white:hover {
    color: #fff !important;
    background-color: var(--gray); }
    .btn-white:hover a {
      color: #fff !important; }
    .btn-white:hover span {
      padding-left: 40px; }
      .btn-white:hover span::before {
        left: 0px;
        opacity: 1; }
  .btn-white span {
    color: #111111 !important;
    background: transparent;
    padding: 0px 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    margin-bottom: 0 !important;
    text-transform: uppercase; }
    .btn-white span::before {
      content: '';
      opacity: 0;
      position: absolute;
      left: 10px;
      width: 29px;
      height: 11px;
      background-image: url(/wp-content/uploads/2024/12/arrow.svg);
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transition: opacity 0.3s, left 0.3s ease;
      transition: opacity 0.3s, left 0.3s ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.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; }

.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-yellow {
  color: #fff;
  background: var(--yellow); }

.py-10 {
  padding: 10px 0; }

.py-30 {
  padding: 30px 0; }

.px-10 {
  padding: 0 10px; }

.p-10 {
  padding: 10px; }

.p-30 {
  padding: 30px; }

.text-uppercase {
  text-transform: uppercase; }

.mb-20 {
  margin-bottom: 20px; }

.mb-45 {
  margin-bottom: 45px; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.pc-none {
  display: none; }

.header-top {
  background-color: var(--blue); }
  .header-top p {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 400; }
  .header-top .content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-top .content-right li span {
      font-size: 0.9375;
      line-height: 1.5rem;
      font-weight: 400;
      color: #fff; }
    .header-top .content-right li i {
      color: #fff;
      margin-right: 5px; }
    .header-top .content-right li:first-child {
      padding-right: 25px;
      border-right: 1px solid #fff;
      font-weight: 500; }
    .header-top .content-right li:last-child {
      padding-left: 25px; }

.header {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  top: 0;
  -webkit-box-shadow: 2px 2px 20px #0000001a;
          box-shadow: 2px 2px 20px #0000001a; }
  .header .logo {
    height: 80px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .header .menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .header .menu ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .header .menu ul li {
        position: relative;
        line-height: 50px; }
        .header .menu ul li:hover .sub-menu {
          display: block; }
        .header .menu ul li .sub-menu {
          position: absolute;
          display: block;
          top: 100%;
          left: 0;
          background: #fff;
          z-index: 999;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          max-width: 300px;
          min-width: 200px;
          display: none; }
          .header .menu ul li .sub-menu li {
            padding: 10px 0px;
            border-bottom: 1px solid #ddd;
            font-size: 16px;
            color: #000;
            text-align: left;
            line-height: 1.5; }
            .header .menu ul li .sub-menu li a {
              color: #000;
              font-weight: bold;
              display: block; }
          .header .menu ul li .sub-menu > li {
            position: relative; }
            .header .menu ul li .sub-menu > li > ul.sub-menu {
              top: 0;
              left: 100%;
              display: none; }
            .header .menu ul li .sub-menu > li:hover > ul.sub-menu {
              display: block !important; }
            .header .menu ul li .sub-menu > li span {
              position: absolute;
              right: 10px;
              top: 10px; }
        .header .menu ul li a {
          font-size: 16px;
          padding: 0px 10px;
          color: #000; }
        .header .menu ul li button {
          padding-left: 10px;
          border: unset;
          background: transparent; }
          .header .menu ul li button i {
            font-size: 100%;
            color: #000; }
    .header .menu .search {
      border-left: 1px solid #fff;
      padding-left: 20px; }
      .header .menu .search svg {
        fill: #000; }
  .header .menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999999;
    background-color: var(--gray);
    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 */ }
  .header .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header .header-mobile ul {
      gap: 1rem;
      display: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header .header-mobile ul li a {
        font-size: 100%;
        color: #fff;
        text-transform: uppercase; }
    .header .header-mobile .btn-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: auto;
      height: auto;
      background: transparent;
      color: #000;
      border: unset;
      padding: 10px; }

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: 99999999;
  background: var(--gray);
  display: none;
  overflow-y: auto;
  /* Enables vertical scrolling */
  max-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .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 0px 10px 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;
      padding: 10px 10px; }
      .menu-mobile ul li a {
        line-height: 28px;
        display: block;
        font-size: 110%;
        text-transform: uppercase;
        color: #fff; }
      .menu-mobile ul li span {
        color: #fff; }

header .menu > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--yellow);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out; }
header .menu > ul > li > a:hover::after {
  width: 100%; }
header .menu > ul > li > a:hover a {
  color: var(--red); }

header .menu ul .current-menu-item a {
  color: var(--orange); }

.header-desktop.fixed {
  position: fixed;
  top: 0; }

.sub-menu.show {
  display: block !important; }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  footer .bg-black {
    background-color: #000; }
  footer .bg-brown {
    background: -webkit-gradient(linear, left top, right top, from(#74533B), color-stop(51.5%, #473121));
    background: linear-gradient(90deg, #74533B 0%, #473121 51.5%);
    -webkit-box-shadow: 5px 4px 12px 0px rgba(0, 0, 0, 0.55) inset;
            box-shadow: 5px 4px 12px 0px rgba(0, 0, 0, 0.55) inset;
    padding-top: 30px;
    padding-bottom: 30px; }
  footer .custom-p {
    font-size: 30px;
    line-height: 150%; }
  footer * {
    color: #fff !important; }
  footer .logo {
    background-color: #fff;
    height: 110px;
    margin-bottom: 1rem; }
  footer #footer-nav ul li {
    margin-bottom: 8px; }
  footer #footer-nav .menu-dieukhoan {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer #footer-nav .menu-dieukhoan li {
      position: relative;
      padding-left: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      footer #footer-nav .menu-dieukhoan li::before {
        content: "";
        display: inline-block;
        font-family: fontawesome;
        font-style: normal;
        font-weight: 400;
        margin-right: 10px;
        color: var(--orange); }
  footer #footer-nav .menu-local {
    font-size: 0.875em;
    line-height: 1.4375rem; }
    footer #footer-nav .menu-local i {
      color: var(--orange) !important; }
    footer #footer-nav .menu-local span {
      font-weight: 700;
      text-transform: uppercase; }
  footer #footer-nav .menu-lienhe {
    margin-top: 1.1375rem; }
    footer #footer-nav .menu-lienhe li {
      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-align: center;
          -ms-flex-align: center;
              align-items: center; }
      footer #footer-nav .menu-lienhe li a {
        white-space: pre-wrap;
        -webkit-transition-timing-function: ease;
                transition-timing-function: ease;
        -webkit-transition-duration: 0.9s;
                transition-duration: 0.9s;
        -webkit-transition-delay: 0.214286s;
                transition-delay: 0.214286s;
        font-size: clamp(0.65rem, 0.85vw, 0.9rem);
        margin-bottom: 0;
        line-height: 1.4375rem;
        font-weight: 400; }
    footer #footer-nav .menu-lienhe svg {
      height: 18px;
      fill: currentColor;
      width: 18px;
      margin-right: 0.5rem; }
    footer #footer-nav .menu-lienhe i {
      width: 18px;
      height: 18px; }
  footer #footer-nav i {
    margin-right: 0.5rem; }
  footer h2.title-f {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.95rem; }
  footer p,
  footer a {
    margin-bottom: 0;
    font-size: clamp(0.65rem, 0.85vw, 0.9rem);
    line-height: 1.4375rem;
    font-weight: 400; }
  footer h3 {
    margin-bottom: 35px;
    font-size: 1.1rem;
    line-height: 1.7rem; }
  footer div#wpcf7-f318-o1 {
    min-height: 160px;
    border-bottom: 1px solid #fff; }
  footer .box-partner {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px;
    margin-bottom: 45px; }
    footer .box-partner .item img {
      height: unset; }
  footer .box-local {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px;
    margin-bottom: 45px; }
    footer .box-local .item-local {
      position: relative;
      border: 1px solid #fff;
      padding: 5px; }
      footer .box-local .item-local .icon-local {
        position: absolute;
        top: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        padding: 12px;
        border: 1px solid #fff;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        footer .box-local .item-local .icon-local img {
          width: 30px; }
      footer .box-local .item-local #item-hotline {
        background-color: #67900b; }
      footer .box-local .item-local #item-baohanh {
        background-color: #f95a0a; }
      footer .box-local .item-local #item-fb {
        background-color: #f95a0a; }
      footer .box-local .item-local #item-ytb {
        background-color: #3a589d; }
      footer .box-local .item-local #item-tiktok {
        background-color: #000; }
      footer .box-local .item-local .content-local {
        margin-top: 40px;
        text-align: center; }
        footer .box-local .item-local .content-local .fix-text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-bottom: 0.5rem; }
          footer .box-local .item-local .content-local .fix-text span {
            color: var(--orange) !important;
            text-align: center;
            font-size: 19px;
            font-weight: 700;
            font-style: normal; }
        footer .box-local .item-local .content-local a:hover span {
          color: var(--red) !important; }
        footer .box-local .item-local .content-local p {
          font-size: 0.9375rem;
          line-height: 1.4375rem;
          font-size: 400; }

.custom-form-footer {
  float: left; }
  .custom-form-footer .wpcf7-form-control-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    max-width: 350px;
    margin-bottom: 8px; }
  .custom-form-footer input.wpcf7-form-control {
    border: none;
    outline: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000 !important;
    border-radius: 50px 0 0 50px;
    font-size: 14px; }
  .custom-form-footer label {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 150%; }
  .custom-form-footer br {
    display: none; }

body {
  overflow: unset !important;
  padding-right: 0 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.block {
  padding-top: 50px;
  padding-bottom: 50px; }

h1 {
  font-size: 56px;
  line-height: 110%; }

h2 {
  font-size: 40px;
  line-height: 48px; }

h3 {
  font-size: 1.8rem;
  line-height: 2.7rem; }

h4 {
  font-size: 1.1rem;
  line-height: 1.7rem; }

h5 {
  font-size: 1.2rem;
  line-height: 1.2; }

a {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #000; }
  a:hover {
    color: #000; }

h3.title {
  font-size: 18px;
  position: relative;
  text-align: center;
  /* Đảm bảo tiêu đề căn giữa nếu cần */ }

.title::after {
  content: '';
  position: absolute;
  width: 100px;
  top: 35px;
  height: 21px;
  background-image: url(/wp-content/uploads/2025/03/hoatiet.png);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg); }

.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.site-banner .items img {
  -o-object-fit: contain;
     object-fit: contain; }

.slick-initialized .slick-slide {
  position: relative; }

.fix-a {
  text-decoration: underline !important; }
  .fix-a:hover {
    text-decoration: none !important; }

.the_title {
  margin-bottom: 25px;
  text-transform: uppercase; }
  .the_title * {
    font-weight: bold; }

.menu-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 20px; }
  .menu-tabs .tabs-title {
    margin: 5px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-size: 200% auto;
    -webkit-box-shadow: 0 0 20px #eee;
            box-shadow: 0 0 20px #eee;
    border-radius: 5px;
    border: none;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#1e3c72), color-stop(51%, #2a5298), to(#1e3c72));
    background-image: linear-gradient(to right, #1e3c72 0%, #2a5298 51%, #1e3c72 100%); }
  .menu-tabs .tabs-active {
    background: var(--orange);
    color: #000; }

.site-video .container-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 580px;
  position: relative; }
  .site-video .container-tabs .container-vid {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
    .site-video .container-tabs .container-vid iframe {
      height: 100%; }
    .site-video .container-tabs .container-vid .youtube-wrapper {
      height: 100%; }
    .site-video .container-tabs .container-vid .bg-vid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #fff;
      overflow: hidden;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      height: 100%; }
      .site-video .container-tabs .container-vid .bg-vid video {
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: none;
        background-color: #000; }
      .site-video .container-tabs .container-vid .bg-vid .image-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: 50%;
        cursor: pointer;
        text-align: center; }
        .site-video .container-tabs .container-vid .bg-vid .image-overlay .embed-play {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
        .site-video .container-tabs .container-vid .bg-vid .image-overlay i {
          opacity: 0.8;
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          font-size: 100px;
          color: #fff;
          text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3); }
      .site-video .container-tabs .container-vid .bg-vid .screen-only {
        display: none; }
  .site-video .container-tabs .container-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    max-height: 580px;
    overflow-y: auto;
    padding: 10px;
    /* Scrollbar cho Firefox */
    scrollbar-width: thin;
    scrollbar-color: var(--orange) #222;
    /* Scrollbar cho Chrome, Edge, Safari */ }
    .site-video .container-tabs .container-list::-webkit-scrollbar {
      width: 6px; }
    .site-video .container-tabs .container-list::-webkit-scrollbar-thumb {
      background-color: #888;
      border-radius: 10px; }
    .site-video .container-tabs .container-list::-webkit-scrollbar-thumb:hover {
      background-color: #555; }
    .site-video .container-tabs .container-list::-webkit-scrollbar-track {
      background: #222; }
    .site-video .container-tabs .container-list .item-video {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      cursor: pointer; }
      .site-video .container-tabs .container-list .item-video .thumb-video {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
                flex: 0 0 16.666667%;
        max-width: 16.666667%; }
      .site-video .container-tabs .container-list .item-video .name-vid {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 83.333333%;
        max-width: 83.333333%;
        padding-left: 15px; }
        .site-video .container-tabs .container-list .item-video .name-vid span {
          font-size: 16px;
          color: #fff;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          display: block;
          width: 100%; }
        .site-video .container-tabs .container-list .item-video .name-vid p {
          font-size: 11px;
          color: #999999;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          display: block;
          width: 100%; }

.site-htcn .slick-htcn .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 30px; }
  .site-htcn .slick-htcn .item img {
    aspect-ratio: 1/1;
    border-radius: 5%; }

@-webkit-keyframes shine {
  0% {
    left: -50%; }
  100% {
    left: 150%; } }

@keyframes shine {
  0% {
    left: -50%; }
  100% {
    left: 150%; } }
.site-tab .container-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.site-tab .container-post {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 20px; }
  .site-tab .container-post .post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .site-tab .container-post .post-item .box-image {
      position: relative;
      border-radius: 15px;
      overflow: hidden; }
      .site-tab .container-post .post-item .box-image::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
                transform: skewX(-25deg); }
      .site-tab .container-post .post-item .box-image:hover::before {
        -webkit-animation: shine .75s forwards;
                animation: shine .75s forwards; }
      .site-tab .container-post .post-item .box-image img {
        aspect-ratio: 8/5; }
  .site-tab .container-post h3.title-post {
    margin: 10px 0;
    font-size: clamp(0.6rem, 1vw, 0.875rem);
    line-height: 1.3125rem;
    font-weight: 700; }

.site-share {
  background-color: #f1f1f1; }
  .site-share .container-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff; }
  .site-share .container-post {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-bottom: 20px;
    padding: 30px 20px 52px 20px; }
    .site-share .container-post .post-item {
      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-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
              box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
      .site-share .container-post .post-item .box-image {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%;
        overflow: hidden; }
        .site-share .container-post .post-item .box-image:hover img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
        .site-share .container-post .post-item .box-image img {
          aspect-ratio: 2/1;
          -o-object-fit: cover;
             object-fit: cover; }
      .site-share .container-post .post-item .box-content {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0rem 1.5rem 1.4rem 1.5rem; }
        .site-share .container-post .post-item .box-content h3.title-post {
          font-size: 0.875rem;
          line-height: 1.3rem;
          font-weight: 700;
          margin-bottom: 0.5rem;
          color: #0772c3; }
        .site-share .container-post .post-item .box-content p {
          font-size: 0.84375rem;
          line-height: 1.4375rem;
          font-weight: 400;
          color: #212121; }

.custom-title {
  border: 2px solid var(--orange);
  position: relative;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 0 30px 10px 30px; }
  .custom-title h3.title {
    background: #fff;
    top: -20px;
    font-size: 18px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    text-align: center; }
  .custom-title span {
    color: var(--orange);
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase; }

.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: inline-block;
      text-align: center;
      text-decoration: none; }
    .nhm-pagination ul .next-page {
      position: relative; }
      .nhm-pagination ul .next-page a {
        font-size: 0; }
      .nhm-pagination ul .next-page::before {
        content: '';
        background-image: url(/wp-content/themes/htvtheme/assets/images/arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 50px;
        height: 20px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        visibility: visible; }
    .nhm-pagination ul .prev-page {
      position: relative; }
      .nhm-pagination ul .prev-page a {
        font-size: 0; }
      .nhm-pagination ul .prev-page::before {
        content: '';
        background-image: url(/wp-content/themes/htvtheme/assets/images/arrow-previous.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 50px;
        height: 20px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        visibility: visible; }
    .nhm-pagination ul .active {
      border: 1px solid; }

#news h4 {
  text-transform: none; }
#news .container-post {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 20px; }
  #news .container-post .post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #news .container-post .post-item .box-image {
      position: relative;
      border-radius: 15px;
      overflow: hidden; }
      #news .container-post .post-item .box-image::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
                transform: skewX(-25deg); }
      #news .container-post .post-item .box-image:hover::before {
        -webkit-animation: shine .75s forwards;
                animation: shine .75s forwards; }
      #news .container-post .post-item .box-image img {
        aspect-ratio: 8/5; }
  #news .container-post h3.title-post {
    margin: 10px 0;
    font-size: clamp(0.6rem, 1vw, 0.875rem);
    line-height: 1.3125rem;
    font-weight: 700; }
#news .breadcrumbs {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center; }
  #news .breadcrumbs span {
    font-size: 0.9375rem;
    line-height: 1.125rem;
    font-weight: 400; }
  #news .breadcrumbs a {
    font-size: 0.9375rem;
    line-height: 1.125rem;
    font-weight: 400;
    color: #ed703d;
    text-decoration: none;
    cursor: pointer; }
    #news .breadcrumbs a:hover {
      color: #faa423; }

#contact h4 {
  margin-bottom: 20px; }
#contact .grid-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 30px; }
#contact label {
  font-size: 0.9rem;
  line-height: 1.1rem; }
#contact textarea.form-control {
  max-height: 140px !important;
  min-height: unset; }
#contact .wpcf7-form-control-wrap {
  margin-top: 8px; }
#contact .col-6 br {
  display: none; }
#contact .col-6 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
#contact .col-6 label {
  min-height: 36px; }
#contact .form-control {
  margin-bottom: 12px;
  background-color: #f9f9f9;
  border: 1px solid #ced4da !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto; }
#contact iframe {
  height: 600px;
  width: 100%; }

.modal .modal-body {
  background-color: #ededed; }
.modal .box-content {
  padding: 20px 35px; }
.modal label,
.modal h4 {
  color: #000; }
.modal label {
  margin-bottom: 12px; }
.modal .btn {
  width: 100%;
  border-radius: unset; }

.block-fluid {
  padding-top: 4rem;
  padding-bottom: 1.5rem; }

.overlay-pp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 10; }

.overlay-pp.active {
  display: block; }

.popup-search {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  display: none;
  z-index: 20;
  width: 50%; }
  .popup-search .close-popup-search {
    font-size: 1rem;
    font-family: inherit;
    text-transform: uppercase;
    margin-top: 40px;
    cursor: pointer;
    color: #ffffff; }

.popup-search.active {
  display: block; }

.custom-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  border-bottom: 1px solid #dedede;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 13px; }
  .custom-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .custom-form button {
    border: unset;
    background: transparent; }
    .custom-form button svg {
      font-size: 100%;
      color: #fff;
      width: 30px;
      height: 30px; }
  .custom-form input {
    border-radius: 0px;
    font-weight: 500;
    color: #fff;
    font-size: xx-large !important;
    font-family: inherit;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding-left: 0px;
    background: initial;
    width: 100%; }

.custom-formmail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-top: 70px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 13px; }
  .custom-formmail form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .custom-formmail button {
    border: unset;
    background: transparent; }
    .custom-formmail button svg {
      font-size: 100%;
      color: #fff;
      width: 30px;
      height: 30px; }
  .custom-formmail br {
    display: none; }
  .custom-formmail .wpcf7-email {
    border-radius: 0px;
    font-weight: 300;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5rem;
    border: 1px solid #fff;
    background: initial;
    width: 100%;
    padding: 1.4rem 2rem; }
  .custom-formmail .btn-black {
    padding: 1.4rem 2rem;
    margin-bottom: auto; }
  .custom-formmail .wpcf7-spinner {
    display: none; }

.page-header {
  margin-bottom: 20px; }

.box-post figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.box-post h3 {
  font-size: 1.3rem;
  line-height: 1.56rem; }

figure {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden; }
  figure :hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.info-post h4.title-post {
  color: #000;
  font-size: 20px;
  border-bottom: 1px dashed #797979;
  padding-bottom: 6px;
  display: block;
  font-weight: 700; }
.info-post .row-info {
  display: inline-block;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px; }
  .info-post .row-info i {
    color: var(--orange);
    margin-right: 7px; }
  .info-post .row-info .left {
    color: #15345b;
    font-weight: 700;
    display: inline-block;
    width: 16%;
    float: left; }
  .info-post .row-info .right {
    display: inline-block;
    width: 84%;
    float: left; }

.info-fix .row-info .left {
  font-weight: 400;
  width: 33% !important;
  font-size: 12px !important;
  float: left; }
.info-fix .row-info .right {
  width: 67% !important;
  font-size: 12px !important;
  text-align: end; }

.site-post {
  margin-top: 30px; }
  .site-post h1,
  .site-post h2,
  .site-post h3,
  .site-post h4,
  .site-post h5 {
    line-height: 1.5;
    margin-bottom: 0.5em;
    font-weight: bold; }
  .site-post h1 {
    font-size: 24px;
    line-height: 38px; }
  .site-post h2 {
    font-size: 22px;
    line-height: 34px; }
  .site-post h3 {
    font-size: 20px;
    line-height: 30px; }
  .site-post h4 {
    font-size: 18px;
    line-height: 26px; }
  .site-post h5 {
    font-size: 16px; }
  .site-post ul {
    margin-top: 1.2rem;
    padding-left: 10px;
    list-style-type: disc; }
    .site-post ul li {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 5px; }
  .site-post .the_title {
    font-family: var(--font2);
    text-transform: unset; }
    .site-post .the_title h3 {
      font-size: 1.85rem;
      line-height: 2.22rem; }
    .site-post .the_title h2 {
      font-size: 1.85rem;
      line-height: 2.22rem; }
    .site-post .the_title h4 {
      font-weight: bold;
      font-size: 1.05rem;
      line-height: 1.6275rem; }
    .site-post .the_title .custom-name {
      width: 50%; }
  .site-post .post-date {
    font-size: 0.7rem;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 24px; }
    .site-post .post-date span {
      color: #ed703d;
      font-size: 0.7rem;
      line-height: 1.2; }
  .site-post .slick-img {
    margin-bottom: 30px; }
  .site-post h3.intro-post {
    color: #000;
    font-size: 20px;
    border-bottom: 1px dashed #797979;
    padding-bottom: 6px;
    margin-top: 20px; }
  .site-post .more-post .container-post {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    margin-bottom: 20px; }
    .site-post .more-post .container-post .post-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .site-post .more-post .container-post .post-item .box-image {
        position: relative;
        border-radius: 15px;
        overflow: hidden; }
        .site-post .more-post .container-post .post-item .box-image::before {
          position: absolute;
          top: 0;
          left: -75%;
          z-index: 2;
          display: block;
          content: '';
          width: 50%;
          height: 100%;
          background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
          -webkit-transform: skewX(-25deg);
                  transform: skewX(-25deg); }
        .site-post .more-post .container-post .post-item .box-image:hover::before {
          -webkit-animation: shine .75s forwards;
                  animation: shine .75s forwards; }
        .site-post .more-post .container-post .post-item .box-image img {
          aspect-ratio: 8/5; }
    .site-post .more-post .container-post h3.title-post {
      font-size: clamp(0.85rem, 1vw, 1rem);
      line-height: 1.1rem;
      font-weight: 600; }

.fix-hover-img :hover img {
  -webkit-transform: unset !important;
          transform: unset !important; }

.border-bt {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--gray); }

.site-post-intro {
  text-align: justify; }
  .site-post-intro .content-intro p {
    text-align: justify; }
  .site-post-intro .content-intro h1 {
    font-size: 24px;
    line-height: 38px; }
  .site-post-intro .content-intro h2 {
    font-size: 22px;
    line-height: 34px; }
  .site-post-intro .content-intro h3 {
    font-size: 20px;
    line-height: 30px; }
  .site-post-intro .content-intro h4 {
    font-size: 18px;
    line-height: 26px; }
  .site-post-intro .content-intro h5 {
    font-size: 16px; }
  .site-post-intro .content-intro ul {
    margin-top: 1.2rem;
    padding-left: 10px;
    list-style-type: disc;
    margin-left: 1rem; }
    .site-post-intro .content-intro ul li {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 5px; }

.widget-intro span.custom-intro {
  background: #ed703d;
  display: block;
  width: 100%;
  padding: 11px 10px;
  color: #fff;
  letter-spacing: 0;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase; }
.widget-intro a {
  font-size: 0.915rem;
  color: #383838;
  line-height: 1.125rem;
  font-weight: 400; }
.widget-intro .box-post {
  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;
  padding: 10px; }
  .widget-intro .box-post .post__img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden; }
    .widget-intro .box-post .post__img img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
      .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; }

.more-post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px; }
  .more-post-grid figure {
    margin-bottom: 24px; }

.gallery-post .wrapper {
  margin: 2em auto;
  max-width: 970px; }
.gallery-post .ta-center {
  text-align: center; }
.gallery-post img {
  vertical-align: middle;
  max-width: 100%; }
.gallery-post .masonry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin-left: -8px;
  /* Adjustment for the gutter */
  counter-reset: brick;
  width: 100%; }
.gallery-post .masonry-brick {
  overflow: hidden;
  border-radius: 5px;
  margin: 0 0 8px 8px;
  background-color: #eee;
  position: relative; }
.gallery-post .masonry-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }

.form-tu-van {
  margin-top: 24px;
  border-radius: 20px;
  background: #fff !important;
  padding: 25px;
  border: 3px solid #112a49 !important; }

.form-tu-van .des {
  font-style: italic;
  font-size: 13px;
  font-weight: 400; }

.form-tu-van input,
.form-tu-van select,
.form-tu-van textarea {
  border-radius: 5px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 15px; }

input.wpcf7-not-valid,
.woocommerce-invalid input {
  border-color: #b20000;
  color: #b20000; }

.form-tu-van input[type=submit] {
  background: #15345b !important;
  margin-bottom: 0; }

.site-page ul {
  list-style-type: disc;
  margin-bottom: 20px;
  width: 100%;
  margin-left: 25px;
  padding-left: 20px;
  padding-right: 20px; }
  .site-page ul li {
    padding-bottom: 8px; }
    .site-page ul li:last-child {
      padding-bottom: 0; }
.site-page .the_content {
  line-height: 1.5;
  color: #000;
  text-align: justify; }
  .site-page .the_content h1,
  .site-page .the_content h2,
  .site-page .the_content h3,
  .site-page .the_content h4,
  .site-page .the_content h5 {
    margin-bottom: 0.6em;
    font-weight: bold; }
  .site-page .the_content h1 {
    font-size: 24px;
    line-height: 38px; }
  .site-page .the_content h2 {
    font-size: 22px;
    line-height: 34px; }
  .site-page .the_content h3 {
    font-size: 20px;
    line-height: 30px; }
  .site-page .the_content h4 {
    font-size: 18px;
    line-height: 26px; }
  .site-page .the_content h5 {
    font-size: 16px; }
  .site-page .the_content a {
    color: #ed703d;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px; }
    .site-page .the_content a:hover {
      color: #faa423; }
  .site-page .the_content p {
    margin-bottom: 0.6em;
    color: #000; }
.site-page table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black; }
.site-page td,
.site-page th {
  border: 1px solid black;
  padding: 8px;
  text-align: center; }
.site-page .form-bao-gia {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.form-tu-van .button,
.form-tu-van input[type=submit],
.form-tu-van input[type=submit].button,
.form-tu-van input[type=reset].button,
.form-tu-van input[type=button].button,
.form-bao-gia .button,
.form-bao-gia input[type=submit],
.form-bao-gia input[type=submit].button,
.form-bao-gia input[type=reset].button,
.form-bao-gia input[type=button].button {
  color: #fff !important;
  background-color: #446084;
  border-color: rgba(0, 0, 0, 0.05); }
.form-tu-van input[type=email],
.form-tu-van input[type=date],
.form-tu-van input[type=search],
.form-tu-van input[type=number],
.form-tu-van input[type=text],
.form-tu-van input[type=tel],
.form-tu-van input[type=url],
.form-tu-van input[type=password],
.form-tu-van textarea,
.form-tu-van select,
.form-tu-van .select-resize-ghost,
.form-tu-van .select2-container .select2-choice,
.form-tu-van .select2-container .select2-selection,
.form-bao-gia input[type=email],
.form-bao-gia input[type=date],
.form-bao-gia input[type=search],
.form-bao-gia input[type=number],
.form-bao-gia input[type=text],
.form-bao-gia input[type=tel],
.form-bao-gia input[type=url],
.form-bao-gia input[type=password],
.form-bao-gia textarea,
.form-bao-gia select,
.form-bao-gia .select-resize-ghost,
.form-bao-gia .select2-container .select2-choice,
.form-bao-gia .select2-container .select2-selection {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 .75em;
  height: 2.507em;
  font-size: .97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
  transition: color .3s, border .3s, background .3s, opacity .3s; }
.form-tu-van .button,
.form-tu-van button,
.form-tu-van input,
.form-tu-van textarea,
.form-tu-van select,
.form-tu-van fieldset,
.form-bao-gia .button,
.form-bao-gia button,
.form-bao-gia input,
.form-bao-gia textarea,
.form-bao-gia select,
.form-bao-gia fieldset {
  margin-bottom: 1em; }
.form-tu-van .button,
.form-tu-van button,
.form-tu-van input[type=submit],
.form-tu-van input[type=reset],
.form-tu-van input[type=button],
.form-bao-gia .button,
.form-bao-gia button,
.form-bao-gia input[type=submit],
.form-bao-gia input[type=reset],
.form-bao-gia input[type=button] {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: .97em;
  letter-spacing: .03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  color: currentColor;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  border-radius: 0;
  margin-top: 0;
  margin-right: 1em;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  -webkit-transition: border .3s, background .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: border .3s, background .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
  transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
  z-index: 998; }

.site-banner-intro {
  position: relative; }
  .site-banner-intro .background-video-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none; }
    .site-banner-intro .background-video-container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .site-banner-intro .background-video-content {
    position: absolute;
    z-index: 2;
    padding: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(0, 0, 0, 0.65); }
    .site-banner-intro .background-video-content h1, .site-banner-intro .background-video-content h2, .site-banner-intro .background-video-content h3, .site-banner-intro .background-video-content h4, .site-banner-intro .background-video-content h5, .site-banner-intro .background-video-content span, .site-banner-intro .background-video-content i, .site-banner-intro .background-video-content p, .site-banner-intro .background-video-content a {
      color: white; }
    .site-banner-intro .background-video-content .the_title h2, .site-banner-intro .background-video-content .the_title h3 {
      margin-bottom: 20px; }
    .site-banner-intro .background-video-content .the_title p {
      margin-bottom: 40px;
      font-size: 24px;
      line-height: 30px; }
    .site-banner-intro .background-video-content .btn-red a {
      font-size: 14px;
      font-weight: 700; }
    .site-banner-intro .background-video-content .btn-red i {
      font-size: 14px; }
  .site-banner-intro .items img {
    height: calc(100vh - 172px);
    -o-object-fit: cover;
       object-fit: cover; }

.site-khachbiet {
  background-color: #f1f1f1; }
  .site-khachbiet .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 30px;
            column-gap: 30px;
    row-gap: 15px; }
    .site-khachbiet .grid-3 .item {
      border: 1px solid var(--blue);
      padding: 25px;
      border-radius: 10px; }
      .site-khachbiet .grid-3 .item .item-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 20px; }
        .site-khachbiet .grid-3 .item .item-title img {
          width: 40px;
          height: 40px; }
        .site-khachbiet .grid-3 .item .item-title h4 {
          font-size: 1.125rem;
          font-weight: 700;
          line-height: 150%;
          color: var(--blue); }
      .site-khachbiet .grid-3 .item .item-content {
        text-align: center;
        font-size: 0.875rem;
        line-height: 25px;
        font-weight: 400; }

.site-quytrinh .slick-quytrinh .item {
  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; }
  .site-quytrinh .slick-quytrinh .item .icon-box-img {
    width: 60px;
    aspect-ratio: 1/1;
    margin: 0 auto 1em; }
  .site-quytrinh .slick-quytrinh .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/themes/htvtheme/assets/images/fast-forward.png");
    background-size: contain;
    background-repeat: no-repeat; }
  .site-quytrinh .slick-quytrinh .item:first-child::before {
    width: 0;
    height: 0;
    background-image: unset; }
  .site-quytrinh .slick-quytrinh .item .title-item {
    margin: 0 auto 1em;
    font-size: 0.75rem;
    font-weight: 700;
    font-style: normal; }
.site-quytrinh .grid-4 {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 35px; }
  .site-quytrinh .grid-4 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    background-image: url("/wp-content/uploads/2025/03/Frame-1707480054.png");
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #cccccc; }
    .site-quytrinh .grid-4 .item h3.title-item {
      font-size: 1.125rem;
      line-height: 150%;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 24px; }
    .site-quytrinh .grid-4 .item img {
      width: 100px;
      height: 100px;
      margin-bottom: 20px; }
    .site-quytrinh .grid-4 .item span {
      font-size: 1.125rem;
      font-weight: bold;
      line-height: 150%;
      margin-bottom: 10px;
      min-height: 27px; }
    .site-quytrinh .grid-4 .item span.custom-gach {
      text-decoration: line-through; }
.site-quytrinh ul {
  list-style-type: disc;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  .site-quytrinh ul li {
    padding-bottom: 8px; }
    .site-quytrinh ul li:last-child {
      padding-bottom: 0; }

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