@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap");
:root {
  --blue: #0D1D74;
  --blue2: #3A50CB;
  --red: #ea3b3f;
  --yellow: #FFA500;
  --gray: #575757;
  --font: "Inter", sans-serif;
  --font-banner: "Inter", sans-serif;
  --font2: "Inter", sans-serif;
  --background-rgba: linear-gradient(to right, #3A50CB, #15268B); }

: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) !important;
  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;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 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 {
  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;
  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 {
  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;
  height: 50px;
  font-size: 100%;
  font-weight: 500;
  padding: 0.6rem 1.5rem;
  background: #fff;
  color: var(--gray);
  border-radius: 0 !important; }
  .btn-white:hover {
    color: #fff;
    background-color: var(--gray); }
    .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; }

.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%;
    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; }
  .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; }

.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; }

@media (min-width: 1400px) {
  .container {
    max-width: 1304px !important; } }
.header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(102, 102, 102, 0) 100%);
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .header .logo {
    font-family: "Libre Bodoni", serif;
    font-size: 32px;
    color: #ed1f29;
    font-weight: 700;
    line-height: 100%;
    margin-left: auto;
    cursor: pointer; }
    .header .logo span {
      font-family: "Libre Bodoni", serif;
      font-size: 32px;
      line-height: 100%;
      font-weight: 500;
      color: #fff; }
  .header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, right top, from(rgba(79, 70, 229, 0.02)), color-stop(50%, rgba(26, 97, 237, 0.02)), to(rgba(147, 51, 234, 0.02)));
    background: linear-gradient(90deg, rgba(79, 70, 229, 0.02) 0%, rgba(26, 97, 237, 0.02) 50%, rgba(147, 51, 234, 0.02) 100%);
    border-radius: 9999px;
    padding: 12px 24px 12px 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 719px;
    height: 60px;
    position: relative;
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.35);
            box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.35);
    overflow: hidden;
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px); }
    .header .menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      margin-bottom: 0;
      padding-left: 0; }
      .header .menu ul li {
        position: relative; }
        .header .menu ul li:hover .sub-menu {
          display: block; }
        .header .menu ul li a {
          color: #ffffff;
          font-family: "Inter-Bold", sans-serif;
          font-size: 18px;
          line-height: 20px;
          letter-spacing: -0.4px;
          font-weight: 700;
          position: relative;
          padding: 8px 20px;
          text-decoration: none; }
        .header .menu ul li button {
          border: unset;
          background: transparent; }
          .header .menu ul li button i {
            font-size: 100%;
            color: #fff; }
  .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: #fff;
      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; }
      .menu-mobile ul li a {
        line-height: 28px;
        display: block;
        padding: 10px 10px;
        font-size: 110%;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none; }
      .menu-mobile ul li span {
        color: #fff; }

.header.scrolled {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid black; }

body {
  overflow: unset !important;
  padding-right: 0 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.section-problem .the_content {
  color: #2f2f2f;
  text-align: justify;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0; }

.section-instructor__info-experience .the_content, .section-course-detail .the_content {
  line-height: 1.3;
  color: #333333;
  text-align: justify;
  font-size: 100%; }
  .section-instructor__info-experience .the_content h1,
  .section-instructor__info-experience .the_content h2,
  .section-instructor__info-experience .the_content h3,
  .section-instructor__info-experience .the_content h4,
  .section-instructor__info-experience .the_content h5, .section-course-detail .the_content h1,
  .section-course-detail .the_content h2,
  .section-course-detail .the_content h3,
  .section-course-detail .the_content h4,
  .section-course-detail .the_content h5 {
    margin-bottom: 0.6em;
    font-weight: 600; }
  .section-instructor__info-experience .the_content h1, .section-course-detail .the_content h1 {
    font-size: 24px;
    line-height: 38px; }
  .section-instructor__info-experience .the_content h2, .section-course-detail .the_content h2 {
    font-size: 22px;
    line-height: 34px; }
  .section-instructor__info-experience .the_content h3, .section-course-detail .the_content h3 {
    font-size: 20px;
    line-height: 30px; }
  .section-instructor__info-experience .the_content h4, .section-course-detail .the_content h4 {
    font-size: 18px;
    line-height: 26px; }
  .section-instructor__info-experience .the_content h5, .section-course-detail .the_content h5 {
    font-size: 16px; }
  .section-instructor__info-experience .the_content a, .section-course-detail .the_content a {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px; }
    .section-instructor__info-experience .the_content a *, .section-course-detail .the_content a * {
      font-weight: 700; }
  .section-instructor__info-experience .the_content p, .section-course-detail .the_content p {
    margin-bottom: 0.6em;
    color: #333333; }
  .section-instructor__info-experience .the_content ul, .section-course-detail .the_content ul {
    list-style-type: disc;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .section-instructor__info-experience .the_content ul li, .section-course-detail .the_content ul li {
      padding-bottom: 8px;
      color: #0A0449;
      font-size: 1rem;
      font-style: normal;
      line-height: 1.5; }
      .section-instructor__info-experience .the_content ul li:last-child, .section-course-detail .the_content ul li:last-child {
        padding-bottom: 0; }

.bg-form-item {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 14px top 14px; }

.form-control {
  border-radius: 8px !important;
  min-height: 48px; }

.icon-user {
  background-image: url("/wp-content/themes/htvtheme/assets/images/svg-icon-person.svg"); }

.icon-phone {
  background-image: url("/wp-content/themes/htvtheme/assets/images/svg-icon-phone.svg"); }

.icon-mail {
  background-image: url("/wp-content/themes/htvtheme/assets/images/svg-icon-email.svg"); }

.custom-form {
  margin-bottom: 342px;
  width: 100%;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important; }
  .custom-form p {
    margin-bottom: 0; }
  .custom-form select.form-control {
    background-image: url("/wp-content/themes/htvtheme/assets/images/down_line.svg"); }

.btn-red {
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 162px;
  padding: 14px 30px;
  height: 55.2px;
  overflow: hidden;
  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;
  color: #FFF;
  font-family: Inter;
  font-size: 21.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.11;
  /* 111.111% */
  letter-spacing: -0.16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/htvtheme/assets/images/btn-red.jpg");
  border: none;
  margin-left: auto;
  margin-right: auto; }

.modal-header {
  border-bottom: unset !important; }

.modal-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/htvtheme/assets/images/bgpopup.jpg"); }
  .modal-content .btn-close {
    position: absolute;
    top: 15px;
    right: 15px; }
  .modal-content h3.model-title {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 25px;
    position: relative; }
    .modal-content h3.model-title::after {
      content: '';
      position: absolute;
      width: 129px;
      height: 1px;
      background: #fff;
      bottom: -12px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .modal-content .modal-body {
    padding: 35px 64px 0px 64px !important; }

.form-popup p {
  margin-bottom: 0; }
.form-popup label {
  color: #FFF;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 24px */
  margin-bottom: 12px; }
.form-popup .form-control {
  border-radius: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  background: rgba(255, 255, 255, 0.24) !important;
  min-height: 38px !important; }

.section-problem-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .section-problem-content__left {
    width: 100%;
    max-width: 638px; }
  .section-problem-content__right {
    width: 100%;
    max-width: 592px; }

.section-feature__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px; }

.animation-pluse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.animation-heartBeat {
  -webkit-animation-name: heartBeat;
          animation-name: heartBeat;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.gradient-text {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--R1, linear-gradient(258deg, #c61e26 17.06%, #ff4750 82.94%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@-webkit-keyframes shake {
  0%,
    100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  75% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); } }

@keyframes shake {
  0%,
    100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  75% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); } }
.animation-shake {
  -webkit-animation: shake 0.5s ease-in-out infinite;
          animation: shake 0.5s ease-in-out infinite; }

.icon-social:hover {
  -webkit-animation: heartBeat 2s ease-in-out infinite;
          animation: heartBeat 2s ease-in-out infinite; }

.section-course-detail:nth-child(2n+1) .section-course-detail__content {
  visibility: visible;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }
.section-course-detail:nth-child(2n+1) .section-course-detail__image {
  visibility: visible;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }
.section-course-detail:nth-child(2n) .section-course-detail__content {
  visibility: visible;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }
.section-course-detail:nth-child(2n) .section-course-detail__image {
  visibility: visible;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

.section-feature__item {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease; }
  .section-feature__item:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
    .section-feature__item:hover .section-feature__icon {
      background: var(--R1, linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(90deg, red 10%, #ff4040 90%)); }
      .section-feature__item:hover .section-feature__icon img {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out; }

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