@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* ==========================================================================
   HỆ THỐNG PHÔNG CHỮ & CỠ CHỮ RIÊNG CHO TRANG CHỦ (BODY.HOME)
   ========================================================================== */
body.home,
body.home h1, body.home h2, body.home h3, body.home h4, body.home h5, body.home h6,
body.home input, body.home select, body.home textarea, body.home button,
body.home p, body.home span, body.home a, body.home li, body.home label, body.home div {
  font-family: 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* 1. H2: Tiêu đề chính các section trên trang chủ */
body.home h2, body.home .section-title, body.home .section-heading h2, body.home .vstep-section-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

/* 2. Tiêu đề phụ trên trang chủ */
body.home h3, body.home .card-title, body.home .step-title, body.home .course-title, body.home .user-name, body.home .news-title, body.home .school-title, body.home .subtitle-main {
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

/* 3. Text mô tả trên trang chủ */
body.home p, body.home li, body.home .card-wysiwyg-content, body.home .step-content, body.home .feedback-content, body.home .meta-item {
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  body.home h2, body.home .section-title, body.home .section-heading h2, body.home .vstep-section-title {
    font-size: 23px !important;
  }
  body.home h3, body.home .card-title, body.home .step-title, body.home .course-title, body.home .user-name, body.home .news-title, body.home .school-title, body.home .subtitle-main {
    font-size: 17px !important;
  }
}

.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: 1350px;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-block {
  display: block !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.flex, .nhm-pagination ul, .nhm-pagination ul li a, .btn, .slick-arrow:before, .header .menu, .header .menu ul, .header .menu .icon, .menu-mobile .js-close, .mxh, .mxh a, .js-uptop, .footer .mxh-ft, .footer .mxh-ft a, .footer .address ul, .vstep-info-section-page .school-custom .title, .items-support .address span, .site-single-libra .the_content .date, .page-contact .items-contact .top, .page-contact .address ul, .page-contact .address ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.font-icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.text-center {
  text-align: center;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.the_content {
  line-height: 1.5;
  font-size: 16px;
}
.the_content .heading {
  color: var(--blue);
}
.the_content iframe {
  width: 100%;
  margin: 10px 0px;
}
.the_content article {
  margin-bottom: 1rem;
}
.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6 {
  margin-bottom: 1rem;
}
.the_content h1,
.the_content h2 {
  font-size: 200%;
}
.the_content h3 {
  font-size: 150%;
}
.the_content h4 {
  font-size: 125%;
}
.the_content h5 {
  font-size: 110%;
}
.the_content h6 {
  font-size: 100%;
}
.the_content p {
  margin-bottom: 1rem;
}
.the_content p:last-child {
  margin-bottom: 0;
}
.the_content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1rem;
}
.the_content ul li {
  padding: 5px 0px;
}
.the_content ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 1rem;
}
.the_content ol li {
  padding: 5px 0px;
}
.the_content img {
  width: 100%;
  max-width: 100%;
}
.the_content iframe {
  max-width: 100%;
}
.the_content table {
  display: table;
  width: 100%;
}
.the_content table td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-size: 100%;
}
.the_content blockquote {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  font-style: italic;
  margin-bottom: 20px;
  border-radius: 10px;
}
.the_content blockquote p:last-child {
  margin-bottom: 0;
}

.nhm-pagination {
  margin-top: 20px;
}
.nhm-pagination ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nhm-pagination ul li {
  margin: 0px 5px;
}
.nhm-pagination ul li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  background-color: var(--blue);
  color: #fff;
  border-radius: 3px;
}
.nhm-pagination ul li a:hover {
  background-color: var(--red);
}
.nhm-pagination ul .active a {
  background-color: var(--red);
}

.mt-3 {
  margin-top: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

:root {
  --blue: #02286d;
  --red: #930012;
  --yellow: #ffa500;
  --gray: #1d2a46;
  --font: "Be Vietnam Pro", sans-serif;
  --font-oppen: "Be Vietnam Pro", sans-serif;
  --background-rgba: linear-gradient(to right, #3a50cb, #15268b);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  scroll-behavior: smooth;
  font-size: 16px;
  font-family: var(--font);
  background-size: cover;
  background-repeat: no-repeat;
}

a {
  text-decoration: none !important;
}

img,
a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  font-size: 100%;
  line-height: 1.5;
}

button,
img,
input,
select {
  outline: none !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clear {
  clear: both;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
}

@media screen and (device-aspect-ratio: 2 / 3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375 / 667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9 / 16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}
.relative {
  position: relative;
  z-index: 5;
}

.custom-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: inline-block;
  min-width: 200px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 45px;
  padding: 15px 24px;
  background-color: #930012;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:hover {
  background-color: var(--blue);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ratio {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 100%;
}
.ratio img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pd-main {
  padding-top: 70px;
  padding-bottom: 70px;
}

.cut-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.slick-arrow {
  position: absolute;
  top: -30%;
  width: 50px;
  height: 50px;
  right: 0;
  border: 1px solid var(--blue);
  padding: 8px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--color-blue);
  z-index: 5;
  font-size: 0;
  cursor: pointer;
}
.slick-arrow:before {
  content: "";
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  background: var(--blue);
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-arrow:hover:before {
  background: var(--yellow);
  color: #fff;
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: ">";
}

.slick-prev {
  right: 7%;
}
.slick-prev:before {
  content: "<";
}

.mb-24 {
  margin-bottom: 24px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.slick-dots li {
  margin: 0px 5px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--red);
  background: transparent;
  border-radius: 50%;
}
.slick-dots li button {
  display: none;
}
.slick-dots .slick-active {
  background: var(--red);
}

svg {
  width: 20px;
}

.title-main {
  margin-bottom: 50px;
}
.title-main .title {
  display: block;
  padding-left: 60px;
  font-size: 110%;
  font-weight: 500;
  color: var(--blue);
  position: relative;
  margin-bottom: 20px;
}
.title-main .title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: var(--blue);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.title-main .heading {
  font-weight: 600;
  color: #292d32;
  font-size: 250%;
  line-height: 1.3;
}
.title-main .heading span {
  color: var(--red);
}
.title-main p {
  margin-bottom: 50px;
}

.title-main-2 {
  text-align: center;
  max-width: 655px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title-main-2 .heading {
  color: #fff;
  font-size: 250%;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.title-main-2 .text {
  font-weight: 600;
  color: #fff;
  font-size: 125%;
  margin-bottom: 0;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.max-content .heading {
  text-align: center;
}

.row-custom-50 {
  margin: 0px -25px;
}
.row-custom-50 .col-custom-50 {
  padding: 0px 25px;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.rank-math-breadcrumb {
  padding-top: 30px;
}
.rank-math-breadcrumb a {
  color: #000;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  color: #222222;
}
.section-title span {
  color: #930012;
}

.page-banner-blog {
  background: #f7faff;
  padding: 30px 0px 30px 0px;
}
.page-banner-blog .rank-math-breadcrumb {
  margin-top: 0;
  padding-top: 0;
}
.page-banner-blog .title-main .text {
  text-transform: none;
  color: var(--gray);
  font-weight: 400;
}

.site-page .container {
  max-width: 1000px;
}

.header {
  position: relative;
  z-index: 5;
}
.header .logo {
  padding: 24px 0px;
  position: relative;
}
.header .logo img {
  max-width: 185px;
}
.header .logo .js-menu-mobile {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
}
.header .logo .js-menu-mobile svg {
  fill: #000;
}
.header .logo .js-menu-mobile svg path {
  fill: #000;
}
@media screen and (max-width: 1199px) {
  .header .logo .js-menu-mobile {
    display: block;
  }
}
.header .menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .menu ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .menu ul li {
  position: relative;
  line-height: 50px;
}
.header .menu ul li:hover .sub-menu {
  display: block;
}
.header .menu ul li a {
  display: block;
  padding: 0px 12px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 100%;
}
.header .menu ul li a:hover {
  color: var(--red);
}
.header .menu ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  max-width: 300px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 9;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  display: none;
  overflow: hidden;
}
.header .menu ul li .sub-menu li {
  line-height: 1;
}
.header .menu ul li .sub-menu li a {
  display: block;
  color: #000;
  border-bottom: 1px solid #333;
  padding: 15px 10px;
}
.header .menu ul li .sub-menu li a:hover {
  background-color: var(--blue);
  color: #fff;
  border-color: #fff;
}
.header .menu ul li .sub-menu li:last-child a {
  border-bottom: 0;
}
.header .menu ul li.current_page_item a {
  color: var(--red);
}
.header .menu .icon {
  border-left: 1px solid #fff;
  padding-left: 25px;
  margin-left: 13px;
}
.header .menu .icon svg {
  fill: #fff;
}
.header .menu .icon svg path {
  fill: #fff;
}
.header .menu .icon .gtranslate_wrapper a {
  margin-left: 10px;
}
.header .menu .icon .gt_float_switcher {
  font-size: 16px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 24px;
}
.header .menu .icon .gt_float_switcher .gt-selected {
  background: transparent;
}
.header .menu .icon .gt_float_switcher .gt-current-lang {
  padding: 0;
  color: #fff;
}
.header .menu .icon .gt_float_switcher .gt-current-lang span {
  font-size: 100%;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: linear-gradient(124deg, #0d2e42 29.72%, #010c34 54.59%);
  display: none;
  overflow: auto;
}
.menu-mobile .js-close {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 10px 20px 10px;
  font-size: 30px;
  color: #fff;
}
.menu-mobile .js-close span {
  display: block;
  padding-top: 5px;
  font-size: 12px;
}
.menu-mobile .search {
  width: 95%;
  margin: 0 auto;
}
.menu-mobile .search form {
  position: relative;
}
.menu-mobile .search form button {
  background: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 40px;
  height: 40px;
}
.menu-mobile .search form button svg {
  width: 20px;
  fill: #000;
}
.menu-mobile .search input {
  width: 100%;
  padding-left: 10px;
  border: 0;
  outline: none;
  background: #fff;
  height: 40px;
  border-radius: 1px;
}
.menu-mobile ul li a {
  display: block;
  padding: 10px 10px;
  font-size: 100%;
  line-height: 1.3;
  color: #fff;
  border-bottom: 1px solid #979797;
}
.menu-mobile ul li .sub-menu li a {
  padding-left: 30px;
}

.mxh {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mxh a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 5px;
  color: #000;
}
.mxh a:hover {
  color: var(--blue);
  border-color: var(--blue);
}
.mxh a svg {
  width: 15px;
}

.js-uptop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: var(--blue);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px #fff;
          box-shadow: 0 0 5px #fff;
  cursor: pointer;
  z-index: 9999999;
}
.js-uptop svg {
  fill: #fff;
}
.js-uptop svg path {
  fill: #fff;
}

.footer {
  background: #0e2a46;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
}
.footer__content {
  color: #fff;
  margin-bottom: 20px;
}
.footer__content .logo {
  margin-bottom: 10px;
  max-width: 100%;
  display: block;
}
.footer__content .logo img {
  max-width: 200px;
}
.footer__content .the_content h3,
.footer__content .the_content h2 {
  font-size: 125%;
}
.footer .heading-ft {
  font-size: 125%;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer__menu ul li a {
  display: block;
  padding-bottom: 15px;
  color: #fff;
}
.footer__menu ul li a:hover {
  color: var(--red);
}
.footer .mxh-ft a {
  padding-right: 20px;
  color: #fff;
}
.footer .mxh-ft a:last-child {
  padding-right: 0;
}
.footer .mxh-ft a svg {
  margin-right: 10px;
}
.footer .maps {
  margin-top: 20px;
}
.footer .maps iframe {
  height: 200px;
  border-radius: 10px;
}
.footer .address {
  padding-top: 30px;
}
.footer .address ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .address ul li {
  font-size: 14px;
}

.coppyright {
  padding: 15px 0px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  background: #011d38;
}

.footer__widgetWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  row-gap: 24px;
}

.footer__widgetWrap .wp-block-heading {
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}

.footer__widgetWrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  border-radius: 8px;
}

.footer__widgetWrap ul li {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.footer__widgetWrap ul a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
}

.footer__widgetWrap ul a:hover {
  text-decoration: underline !important;
}

.pp-khoahoc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pp-khoahoc .js-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 29, 56, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.pp-khoahoc .content {
  max-width: 520px;
  width: 90%;
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  position: relative;
  z-index: 5;
  margin: 0 auto;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0.9) translateY(20px);
          transform: scale(0.9) translateY(20px);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.pp-khoahoc .content .js-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background: #f3f4f6;
  border-radius: 50%;
  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;
  cursor: pointer;
  color: #4b5563;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pp-khoahoc .content .js-close:hover {
  background: #e5e7eb;
  color: #111827;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pp-khoahoc .content .js-close svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.pp-khoahoc .content .js-close svg path {
  fill: currentColor;
}
.pp-khoahoc .content .popup-header-icon {
  margin: 0 auto 15px auto;
  width: 70px;
  height: 70px;
  background: rgba(1, 29, 56, 0.05);
  border-radius: 50%;
  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: #011d38;
}
.pp-khoahoc .content .popup-header-icon svg {
  width: 35px;
  height: 35px;
}
.pp-khoahoc .content .title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #011d38;
  margin-bottom: 8px;
  padding: 0;
  line-height: 1.3;
}
.pp-khoahoc .content .subtitle {
  text-align: center;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 25px;
  line-height: 1.5;
}
.pp-khoahoc .content .form-contact {
  background: transparent;
  padding: 0;
  max-width: 100%;
}
.pp-khoahoc .content .form-contact p {
  margin-bottom: 15px;
}
.pp-khoahoc .content .form-contact .form-group {
  margin-bottom: 15px;
}
.pp-khoahoc .content .form-contact .form-control,
.pp-khoahoc .content .form-contact input[type="text"],
.pp-khoahoc .content .form-contact input[type="email"],
.pp-khoahoc .content .form-contact input[type="tel"],
.pp-khoahoc .content .form-contact textarea {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #f9fafb;
  font-size: 14px;
  color: #111827;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pp-khoahoc .content .form-contact .form-control:focus,
.pp-khoahoc .content .form-contact input[type="text"]:focus,
.pp-khoahoc .content .form-contact input[type="email"]:focus,
.pp-khoahoc .content .form-contact input[type="tel"]:focus,
.pp-khoahoc .content .form-contact textarea:focus {
  border-color: #011d38;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 3px rgba(1, 29, 56, 0.15);
          box-shadow: 0 0 0 3px rgba(1, 29, 56, 0.15);
}
.pp-khoahoc .content .form-contact textarea {
  height: 90px !important;
  padding: 12px 15px !important;
  padding-top: 10px !important;
}
.pp-khoahoc .content .form-contact .btn,
.pp-khoahoc .content .form-contact input[type="submit"] {
  width: 100%;
  height: 48px;
  background: linear-gradient(135deg, #8b0000 0%, #580000 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 14px rgba(139, 0, 0, 0.35);
          box-shadow: 0 4px 14px rgba(139, 0, 0, 0.35);
  margin: 10px 0 0 0 !important;
}
.pp-khoahoc .content .form-contact .btn:hover,
.pp-khoahoc .content .form-contact input[type="submit"]:hover {
  background: linear-gradient(135deg, #990000 0%, #680000 100%);
  -webkit-box-shadow: 0 6px 18px rgba(139, 0, 0, 0.45);
          box-shadow: 0 6px 18px rgba(139, 0, 0, 0.45);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.pp-khoahoc .content .form-contact .btn:active,
.pp-khoahoc .content .form-contact input[type="submit"]:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.active-pp {
  visibility: visible;
  opacity: 1;
}
.active-pp .content {
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.site-banner {
  position: relative;
  overflow: hidden;
}
.site-banner .banner-item {
  position: relative;
}
.site-banner .banner-item .banner-img {
  position: relative;
  min-height: 600px;
}
.site-banner .banner-item .banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.site-banner .banner-item .banner-img .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(60%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}
.site-banner .banner-item .site-banner--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
  color: #ffffff;
}
.site-banner .banner-item .site-banner--content .banner-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background-color: rgba(128, 0, 10, 0.6);
  color: #ff4d4d;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  border: 1px solid rgba(255, 77, 77, 0.3);
}
.site-banner .banner-item .site-banner--content .banner-badge svg {
  stroke: #ff4d4d;
}
.site-banner .banner-item .site-banner--content .banner-title {
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 15px;
}
.site-banner .banner-item .site-banner--content .banner-title span,
.site-banner .banner-item .site-banner--content .banner-title strong {
  color: #930012;
}
@media (max-width: 768px) {
  .site-banner .banner-item .site-banner--content .banner-title {
    font-size: 26px;
  }
}
.site-banner .banner-item .site-banner--content .banner-desc {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 25px;
  max-width: 90%;
}
.site-banner .banner-item .site-banner--content .banner-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}
.site-banner .banner-item .site-banner--content .banner-actions .btn-primary-custom {
  background-color: #930012;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-banner .banner-item .site-banner--content .banner-actions .btn-primary-custom:hover {
  background-color: #60000c;
  color: #ffffff;
}
.site-banner .banner-item .site-banner--content .banner-actions .btn-outline-custom {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-banner .banner-item .site-banner--content .banner-actions .btn-outline-custom:hover {
  background-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}
.site-banner .banner-item .site-banner--content .banner-stats {
  padding-top: 15px;
  max-width: 60%;
}
.site-banner .banner-item .site-banner--content .banner-stats .stat-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-banner .banner-item .site-banner--content .banner-stats .stat-item.border-left-custom {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 15px;
}
.site-banner .banner-item .site-banner--content .banner-stats .stat-item .stat-number {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
}
.site-banner .banner-item .site-banner--content .banner-stats .stat-item .stat-label {
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 4px;
  letter-spacing: 0.5px;
}
.site-banner .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
.site-banner .slick-dots li {
  border-color: #fff;
}
.site-banner .slick-dots .slick-active {
  background-color: #fff;
}

.course-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.course-card .course-thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 12px;
}
.course-card .course-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.course-card .course-thumb:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.course-card .course-thumb .badge-status {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #930012;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.course-card .course-content {
  padding: 15px 0px;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.course-card .course-content .course-title {
  font-size: 120%;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}
.course-card .course-content .course-title a {
  color: #222222;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.course-card .course-content .course-title a:hover {
  color: #930012;
}
.course-card .course-content .course-meta {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.course-card .course-content .course-meta .meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666666;
}
.course-card .course-content .course-meta .meta-item .meta-icon {
  fill: #2b52a1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.course-card .course-content .course-meta .meta-item strong {
  color: #222222;
}

.section-khoa-hoc .btn-more {
  display: inline-block;
  padding: 15px 24px;
  background-color: #930012;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
}
.section-khoa-hoc .btn-more:hover {
  opacity: 0.9;
  color: #ffffff;
}

.section-chon-cach {
  background-color: #f7f9fc;
}
.section-chon-cach .card-option {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 24px 24px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-chon-cach .card-option.is-featured {
  border: 1px solid #930012;
  -webkit-box-shadow: 0 10px 25px rgba(229, 19, 45, 0.08);
          box-shadow: 0 10px 25px rgba(229, 19, 45, 0.08);
}
.section-chon-cach .card-option.is-featured .btn-option {
  background-color: #930012;
  color: #ffffff !important;
  border-color: #930012 !important;
}
.section-chon-cach .card-option.is-featured .btn-option:hover {
  background-color: #6a000d;
}
.section-chon-cach .card-option .badge-featured {
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #930012;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 16px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.section-chon-cach .card-option .card-body-custom {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.section-chon-cach .card-option .card-body-custom .card-title {
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 20px;
  line-height: 1.35;
}
.section-chon-cach .card-option .card-body-custom .card-subtitle-tag {
  font-size: 13px;
  font-weight: 700;
  color: #930012;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.section-chon-cach .card-option .card-body-custom .card-wysiwyg-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-chon-cach .card-option .card-body-custom .card-wysiwyg-content ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #555555;
  line-height: 1.75;
}
.section-chon-cach .card-option .card-body-custom .card-wysiwyg-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e5132d' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-chon-cach .card-option .card-body-custom .card-wysiwyg-content p {
  font-size: 15px;
  color: #555555;
  line-height: 1.75;
  margin-bottom: 12px;
}
.section-chon-cach .card-option .card-footer-custom {
  margin-top: 25px;
}
.section-chon-cach .card-option .card-footer-custom .btn-option {
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px 18px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  color: #000;
  border: 1px solid #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section-chon-cach .card-option .card-footer-custom .btn-option:hover {
  opacity: 0.9;
}

.registration-process-section {
  padding: 50px 0;
  text-align: center;
  font-family: Arial, sans-serif;
}

/* Grid hiển thị 4 bước */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 30px;
}

/* Các ô nội dung của từng bước */
.process-item {
  padding: 10px;
}

.step-number {
  width: 54px;
  height: 54px;
  background-color: var(--red);
  border: 1px solid var(--red);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 15px auto;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.step-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  line-height: 1.4;
}

.step-content {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin: 0;
}

/* Phần ghi chú dưới đường kẻ ngang */
.process-note {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive cho màn hình di động */
@media (max-width: 768px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}
.vstep-info-section {
  padding: 50px 0;
  text-align: center;
  background-color: #f9fbfd;
}

/* Tab Navigation Style */
.vstep-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e0e0e0;
}

.vstep-tabs-nav .tab-item {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vstep-tabs-nav .tab-item:hover {
  color: #c81e1e;
}

.vstep-tabs-nav .tab-item.active {
  color: #c81e1e;
}

.vstep-tabs-nav .tab-item.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #c81e1e;
}

/* Tab Content Visibility */
.vstep-tabs-content .tab-pane {
  display: none;
}

.vstep-tabs-content .tab-pane.active {
  display: block;
}

/* Grid danh sách trường */
.school-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 35px;
}

.vstep-info-section-page .school-grid {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 0;
  display: block;
}
.vstep-info-section-page .school-custom {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.vstep-info-section-page .school-custom:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.vstep-info-section-page .school-custom .title {
  margin-bottom: 10px;
  cursor: pointer;
}
.vstep-info-section-page .school-custom .title img {
  max-width: 50px;
}
.vstep-info-section-page .school-custom .title h3 {
  padding-left: 10px;
  font-size: 100%;
  font-weight: 600;
}
.vstep-info-section-page .school-custom .js-content-down {
  display: none;
}

.school-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.school-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.school-thumbnail {
  height: 180px;
  background-color: #eef2ff;
  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;
}

.school-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.school-name {
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

/* Nút bấm Xem Tất Cả */
.vstep-action {
  margin-top: 10px;
}

.btn-outline-red {
  border: 1.5px solid #c81e1e;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-outline-red:hover {
  background-color: #c81e1e;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 992px) {
  .school-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .vstep-tabs-nav .tab-item {
    padding: 10px 15px;
    font-size: 14px;
  }

  .school-thumbnail {
    height: 130px;
  }
}
.feedback-section {
  background-color: #f9fbfd;
  text-align: center;
}
.feedback-section .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feedback-section .slick-track .slick-slide {
  height: initial;
}

.feedback-slider {
  margin: 0 -12px;
  /* Offset gap của slide */
}

.feedback-item-wrap {
  padding: 0 12px;
  outline: none;
}

/* Card Feedback */
.feedback-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px 20px;
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.feedback-card:hover {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

/* Avatar dạng hình tròn */
.avatar-wrap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.avatar-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.user-name {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin: 0 0 8px 0;
}

/* Đánh giá 5 sao vàng */
.rating-stars {
  color: #ffb400;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.course-completed {
  font-size: 14px;
  color: #4a77cc;
  margin: 0 0 6px 0;
  line-height: 1.4;
}

.feedback-time {
  font-size: 13px;
  color: #3b62b3;
  margin: 0 0 20px 0;
}

.feedback-content {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

/* Custom Slick Dots màu cam / xanh viền nhẵn theo thiết kế */
.feedback-slider .slick-dots {
  bottom: -40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.feedback-slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0;
}

.feedback-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid #2f539b;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feedback-slider .slick-dots li button:before {
  display: none;
  /* Bỏ icon mặc định của slick */
}

.feedback-slider .slick-dots li.slick-active button {
  background: #ff9900;
  border-color: #ff9900;
}

.site-hocbong .item {
  height: 100px;
}
.site-hocbong .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.site-news {
  background-color: #f9fbfd;
}

.items-news:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.items-news:hover h3 a {
  color: var(--blue);
}
.items-news .ratio {
  padding-bottom: 60%;
  border-radius: 15px;
}
.items-news .ratio .date {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
  background-color: #fff;
  border-radius: 10px;
  color: #333;
  padding: 5px 10px;
}
.items-news .ratio .date strong,
.items-news .ratio .date span {
  display: block;
}
.items-news h3 a {
  display: block;
  color: #000;
  margin: 12px 0px 6px;
  line-height: 1.5;
}
.items-news p {
  font-size: 90%;
  margin-bottom: 15px;
}
.items-news .btn {
  min-width: 100px;
  height: 35px;
  border-radius: 8px;
  background: rgba(228, 231, 233, 0.6);
  padding: 0px 10px;
  font-size: 14px;
  color: #727271;
}

.site-banner--about {
  margin-top: 0;
}

.aboutContent {
  padding: 32px 0px;
}
.aboutContent__title {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
.aboutContent__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 90px;
  height: 3px;
  background: var(--red);
}
.aboutContent__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 5px;
  background: white;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
  padding: 32px;
}
.aboutContent__main .content {
  font-size: 16px;
  font-weight: normal;
}
.aboutContent__main .content p {
  margin-bottom: 12px;
}
.aboutContent__main .content ul li {
  list-style: auto inside;
}

.wcu {
  display: block;
  width: 100%;
  padding: 32px 0px;
  background: #f5f5f5;
}
.wcu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 24px;
}
.wcu__title::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: var(--red);
}
.wcu__main .title {
  font-size: 20px;
  font-weight: bold;
  color: 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;
  width: 100%;
  text-align: center;
  background: var(--red);
  -webkit-clip-path: polygon(20px 0%, 0% 100%, calc(100% - 20px) 100%, 100% 0%);
          clip-path: polygon(20px 0%, 0% 100%, calc(100% - 20px) 100%, 100% 0%);
  padding: 12px 24px;
  margin-bottom: 12px;
}
.wcu__main .content p {
  margin-bottom: 5px;
}
.wcu__main .content ul {
  padding-left: 10px;
  line-height: 1.8;
  margin-bottom: 8px;
}
.wcu__main .content ul li {
  list-style: disc inside;
  margin-bottom: 3px;
}

.coreValue {
  display: block;
  width: 100%;
  padding: 32px 0px;
}
.coreValue__main {
  row-gap: 24px;
}
.coreValue__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 6px;
  padding: 24px 12px;
  background: var(--red);
  row-gap: 10px;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
}
.coreValue__item svg {
  display: block;
  height: 40px;
  width: auto;
  fill: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.coreValue__item .title {
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.commit {
  display: block;
  width: 100%;
  padding: 40px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #f5f5f5 !important;
}
.commit__main {
  row-gap: 24px;
}
.commit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  background: #fff;
  border: 0;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.2);
  -webkit-column-gap: 12px;
          column-gap: 12px;
}
.commit__item svg {
  display: block;
  height: 40px;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: var(--red);
}
.commit__item .title {
  font-size: 18px;
  font-weight: bold;
}

.policy {
  display: block;
  width: 100%;
  padding: 32px 0px;
  background: white;
}
.policy__slider {
  margin-left: -12px;
  margin-right: -12px;
}
.policy__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy__slider .slick-track .slick-slide {
  height: auto;
  padding: 12px;
}
.policy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  background: white;
  border-radius: 6px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  padding: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 8px;
  color: #000000;
}
.policy__item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  height: 40px;
  width: auto;
  fill: var(--red);
}
.policy__item:hover {
  color: white;
  -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.2);
  background: var(--red);
  border-color: var(--red);
  color: white;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.policy__item:hover svg {
  fill: white;
}

.mb-3 {
  margin-bottom: 16px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.heading-custom {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 24px;
}

.authorListPage {
  display: block;
  width: 100%;
  padding: 20px 0px;
}

.listAuthors {
  padding: 30px 0px;
}
.listAuthors .authorItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  padding-bottom: 16px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.listAuthors .authorItem__img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 16px;
  overflow: hidden;
}
.listAuthors .authorItem__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.listAuthors .authorItem__img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.listAuthors .authorItem__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0px 12px;
}
.listAuthors .authorItem__name a {
  color: var(--red);
}
.listAuthors .authorItem__info {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: normal;
  color: #555;
  padding: 0px 12px;
}
.listAuthors .authorItem__info:last-child {
  margin-bottom: 0;
}
.listAuthors .authorItem:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.2);
}

.authorBody {
  display: block;
  width: 100%;
  padding: 40px 0px;
}
.authorBody .border-right {
  border-right: 1px solid #eee;
}
.authorBody .avata {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #eee;
  background: white;
  border-radius: 6px;
  padding: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.authorBody .userInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 24px;
}
.authorBody .userInfo__name {
  font-size: 26px;
  font-weight: bold;
  color: var(--red);
  margin-bottom: 16px;
}

.courseForUser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 24px;
}
.courseForUser__title {
  font-size: 26px;
  font-weight: bold;
  color: inherit;
  margin-bottom: 24px;
}

.postSibar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
  background: white;
  padding: 20px;
}
.postSibar__title {
  font-size: 20px;
  font-weight: bold;
  color: inherit;
  margin-bottom: 16px;
}

.chat_fb {
  position: fixed;
  z-index: 999999;
  bottom: 5px;
  right: 5px;
  padding: 18px;
  border-radius: 100%;
  border: 0;
  width: 60px;
  height: 60px;
  color: #007dfc;
  background: linear-gradient(135deg, #2a27da, #00ccff);
  -webkit-box-shadow: rgba(0, 77, 255, 0.5) 0 2px 16px;
          box-shadow: rgba(0, 77, 255, 0.5) 0 2px 16px;
  margin: 0;
}

.js-uptop {
  bottom: 75px !important;
}

.ui-autocomplete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  border: 1px solid #eee;
  background: white;
  padding: 5px;
  width: 300px !important;
}
.ui-autocomplete .ui-menu-item {
  display: block;
  width: 100%;
  padding: 8px;
}
.ui-autocomplete .ui-menu-item > .ui-menu-item-wrapper.ui-state-active {
  cursor: pointer;
  color: var(--red);
}

.authorListPage {
  display: block;
  width: 100%;
  padding: 20px 0px;
}

.listAuthors {
  padding: 30px 0px;
}

.listAuthors .authorItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  padding-bottom: 16px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.listAuthors .authorItem__img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 16px;
  overflow: hidden;
}

.listAuthors .authorItem__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.listAuthors .authorItem__img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.listAuthors .authorItem__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0px 12px;
}

.listAuthors .authorItem__name a {
  color: var(--blue);
}

.listAuthors .authorItem__info {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: normal;
  color: #555;
  padding: 0px 12px;
}

.listAuthors .authorItem__info:last-child {
  margin-bottom: 0;
}

.listAuthors .authorItem:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.2);
}

.authorBody {
  display: block;
  width: 100%;
  padding: 40px 0px;
}

.authorBody .mxh {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}

.authorBody .border-right {
  border-right: 1px solid #eee;
}

.authorBody .avata {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #eee;
  background: white;
  border-radius: 6px;
  padding: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.authorBody .userInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}

.authorBody .userInfo__name {
  font-size: 26px;
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 16px;
}

.items-support .images {
  text-align: center;
}
.items-support .images img {
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
  margin: 10px auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-support .images .logo {
  display: block;
  padding-top: 15px;
}
.items-support .images .logo img {
  width: auto !important;
  height: auto !important;
  border-radius: 0;
  max-width: 100px;
  margin: 0 auto;
}
.items-support .star {
  margin-bottom: 10px;
}
.items-support .star svg {
  width: 15px;
  fill: var(--yellow);
}
.items-support .star svg path {
  fill: var(--yellow);
}
.items-support .btn-dg {
  background-color: var(--blue);
  min-width: 30px;
  height: auto;
  text-transform: none;
  font-size: 90%;
  padding: 10px 15px;
}
.items-support .address {
  margin-bottom: 24px;
}
.items-support .address span {
  font-size: 100%;
  text-transform: uppercase;
  color: #000;
}
.items-support .address span svg {
  margin-right: 10px;
}
.items-support .address p {
  font-weight: bold;
  color: var(--red);
  padding-left: 25px;
}
.items-support .button .btn {
  min-width: 48%;
  max-width: 48%;
  text-transform: none;
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
  color: #000;
  margin: 0;
}
.items-support .button .btn:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.page-archive-support {
  padding-top: 30px;
}

#comments {
  margin: 0 !important;
  margin-top: 10px;
}

.dvls_maps_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.dvls_maps_body .dvls_maps_sidebar {
  float: none;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
  height: 570px;
  background: #eff0f2;
  padding: 10px 24px;
}
.dvls_maps_body .dvls_maps_main {
  padding-right: 20px;
  padding-left: 0;
}

.dvls_maps_header {
  margin-bottom: 20px !important;
}

div#dvls_maps {
  height: 570px !important;
}

.dvls_result_wrap .dvls_result_item:nth-child(2n + 1),
.dvls_result_wrap .dvls_result_item {
  background-color: #fff !important;
}

.dvls_result_status {
  padding: 15px 0px !important;
}

.dvls_result_infor p {
  font-size: 90%;
}

.dvls_result_infor a {
  font-style: italic;
  font-size: 90%;
  text-decoration: underline;
  color: var(--blue);
}

.dvls_maps_col a {
  color: var(--red);
}

.form-dev .form-control {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.dvls_maps_wrap input.dvls-submit {
  background-color: var(--red) !important;
}

.dvls_maps_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dvls_maps_3col .dvls_maps_col {
  float: none;
  max-width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  width: 100%;
}

.dvls_maps_header {
  background: #eff0f2;
}

.dvls_maps_wrap select {
  height: 40px;
}

.dvls_maps_header_left {
  font-size: 14px;
}

.page-kpp {
  padding-top: 30px;
}

.page-libra {
  padding-top: 30px;
}
.page-libra--content {
  padding-bottom: 20px;
}
.page-libra--content .title-main h2 {
  font-size: 200%;
}
.page-libra--content .title-main h2 a {
  color: #000;
}

.items-libra {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
}
.items-libra .content {
  padding: 15px;
}
.items-libra .content h3 a {
  font-size: 100%;
}
.items-libra .content p {
  font-size: 90%;
  margin: 15px 0px;
}
.items-libra .content .btn {
  margin-left: auto;
  min-width: 50px;
  height: 40px;
  font-size: 14px;
  text-transform: none;
  padding: 0px 15px;
}

.site-single-libra {
  padding-top: 30px;
}
.site-single-libra .the_content {
  padding-right: 30px;
}
.site-single-libra .the_content .date {
  margin-bottom: 30px;
}
.site-single-libra .the_content .date span {
  letter-spacing: 2px;
  color: #6e7488;
  padding-right: 10px;
}
.site-single-libra .the_content .date .btn {
  min-width: 100px;
  height: auto;
  padding: 5px 0px;
}

.sidebar-custom .widget-title {
  font-size: 125%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}
.sidebar-custom ul {
  list-style: disc;
  padding-left: 20px;
}
.sidebar-custom ul li a {
  display: block;
  border-bottom: 1px solid #ccc;
  font-size: 100%;
  color: #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: none;
}
.sidebar-custom ul li a:hover {
  color: var(--red);
}
.sidebar-custom ul li:last-child a {
  border: 0;
}
.sidebar-custom .video-items {
  margin-bottom: 15px;
}
.sidebar-custom .video-items .ratio {
  padding-bottom: 60%;
  border-radius: 10px;
}
.sidebar-custom .video-items .ratio .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sidebar-custom .video-items .ratio .icon svg {
  width: 40px;
}
.sidebar-custom .video-items h3 {
  padding-top: 10px;
  font-size: 100%;
  line-height: 1.5;
}

.page-archive-news {
  padding: 30px 0px 50px 0px;
}
.page-archive-news--top {
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
.page-archive-news--top .items-news-2 {
  text-align: justify;
  margin-bottom: 27px;
}
.page-archive-news--top .items-news-2 .content h3 a {
  font-size: 90%;
}
.page-archive-news--top .itemw-news .content {
  padding: 15px;
}
.page-archive-news .pd-right-custom {
  padding-right: 30px;
}
.page-archive-news .items-news-2 p {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 100%;
}

.site-banner--content--page img {
  max-height: 350px;
}
@media screen and (max-width: 767px) {
  .site-banner--content--page img {
    max-height: 300px !important;
  }
}
@media screen and (max-width: 767px) {
  .site-banner--content--page .site-banner--content h2 {
    font-size: 150%;
  }
}

.course-wrapper {
  padding-top: 0;
}

.courseHead {
  display: block;
  width: 100%;
  background: #00123a;
}

.noidung .title,
.faqWrap .title {
  font-size: 200%;
  margin-bottom: 10px;
  color: var(--red);
}

.courseHead__container {
  max-width: 1184px;
  padding: 0px 12px;
  width: 100%;
  margin: 0 auto;
}

.courseHead__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.courseHead__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 75%;
  padding: 40px 12px;
}

.courseHead__content .breadcrumbs {
  font-size: 16px;
  font-weight: normal;
  color: white;
  margin-bottom: 40px;
}

.courseHead__content .breadcrumbs a {
  color: #2997ff;
}

.courseHead__content .breadcrumbs a:hover {
  color: #05c;
}

.courseHead__title {
  color: white;
}

.courseHead__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 12px 24px;
}

.courseHead__info .info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
}

.courseHead__info .info a {
  color: #2997ff;
}

.courseHead__info .info a:hover {
  color: #05c;
}

.courseBody {
  display: block;
  width: 100%;
  padding-top: 40px;
}

.courseBody__container {
  width: 100%;
  max-width: 1184px;
  padding: 0px 12px;
  margin: 0 auto;
}

.courseBody__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  row-gap: 24px;
}

.courseBody__row > * {
  padding: 0px 12px;
}

.courseBody__row .col-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
  row-gap: 24px;
}

.courseBody__row .col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
}

.courseBody__wrap .tongquan .content {
  display: block;
  width: 100%;
  padding: 24px;
  border: 1px solid #eee;
}

.courseBody__wrap .tongquan .content ul li {
  list-style: disc inside;
}

.sibarWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-top: -210px;
}
@media screen and (max-width: 767px) {
  .sibarWrap {
    margin: 0;
  }
}

.faqWrap {
  margin: 20px 0px;
}
@media screen and (max-width: 767px) {
  .faqWrap {
    margin: 20px 0px;
  }
}

.site-bv-lq {
  padding: 50px 0px 20px 0px;
}
@media screen and (max-width: 767px) {
  .site-bv-lq {
    padding-top: 0;
  }
}

.courseBody__thumb {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #eee;
}

.courseBody__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.sibarMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.sibarMain__title {
  display: block;
  width: 100%;
  padding: 10px 12px;
  color: white;
  background: var(--blue);
  font-weight: 600;
  font-size: 18px;
}

.sibarMain__content {
  font-size: 16px;
  padding: 12px;
}

.sibarMain__content ul li {
  display: list-item;
  list-style: disc inside;
}

.wrapButton {
  padding: 10px;
}

.wrapButton button {
  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: 100%;
  border-radius: 6px;
  border: 0;
  background: var(--red);
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 !important;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.wrapButton button:hover {
  background: #05c;
}

.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 12px;
}

.faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.faq__item:hover {
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
}

.faq__item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 16px 24px;
}

.faq__item .text {
  display: none;
  width: 100%;
  padding: 0px 24px 24px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .courseHead__content {
    width: 100%;
  }
}
.courseHead__content .courseHead__title {
  font-size: 200%;
  margin-bottom: 20px;
}
.courseHead__content .courseHead__info strong {
  display: block;
  margin-bottom: 10px;
}

.tongquan {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fbfbfb;
  padding: 15px;
  margin-bottom: 20px;
}
.tongquan .title {
  margin-bottom: 15px;
  font-size: 150%;
}

.sibarMain button {
  padding: 10px 0px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .noidung {
    margin-top: 20px;
  }
}

.page-chinhsach .container {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
.page-chinhsach .container ul li h2 a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  background: var(--blue);
  border-radius: 5px;
  margin: 10px 0px;
}
.page-chinhsach .container ul li h2 a:hover {
  background: var(--red);
}

/* Course Search Banner Design */
.page-banner-blog.course-search-banner {
  background: #011d38;
  padding: 60px 0;
  text-align: center;
}
.page-banner-blog.course-search-banner .rank-math-breadcrumb {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.page-banner-blog.course-search-banner .rank-math-breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
}
.page-banner-blog.course-search-banner .rank-math-breadcrumb a:hover {
  color: #fff;
}
.page-banner-blog.course-search-banner .banner-title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1px;
  color: #fff;
}
.page-banner-blog.course-search-banner .banner-search-box {
  max-width: 540px;
  margin: 0 auto 15px auto;
}
.page-banner-blog.course-search-banner .search-input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.page-banner-blog.course-search-banner .search-input-group input[type="text"] {
  width: 100%;
  border: none;
  padding: 14px 20px;
  font-size: 15px;
  color: #333;
  outline: none;
  background: transparent;
}
.page-banner-blog.course-search-banner .search-input-group input[type="text"]::-webkit-input-placeholder {
  color: #999;
}
.page-banner-blog.course-search-banner .search-input-group input[type="text"]:-ms-input-placeholder {
  color: #999;
}
.page-banner-blog.course-search-banner .search-input-group input[type="text"]::-ms-input-placeholder {
  color: #999;
}
.page-banner-blog.course-search-banner .search-input-group input[type="text"]::placeholder {
  color: #999;
}
.page-banner-blog.course-search-banner .search-submit-btn {
  background: transparent;
  border: none;
  padding: 0 20px;
  color: #555;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.page-banner-blog.course-search-banner .search-submit-btn:hover {
  color: #011d38;
}
.page-banner-blog.course-search-banner .search-suggestions {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}
.page-banner-blog.course-search-banner .search-suggestions a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  margin: 0 4px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.page-banner-blog.course-search-banner .search-suggestions a:hover {
  color: #fff;
  text-decoration: underline;
}

.faq__item .title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-position: center center;
}

.faq__item .active:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.courseBody__container .rank-math-breadcrumb {
  padding: 0;
  margin-bottom: 20px;
}

.the_content_des {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}

.page-contact {
  padding: 30px 0px 50px 0px;
}
.page-contact .items-contact {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 5px;
}
.page-contact .items-contact .top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.page-contact .items-contact .top svg {
  width: 25px;
  margin-right: 10px;
}
.page-contact .items-contact p {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}
.page-contact .address {
  margin: 30px 0px;
  border-radius: 5px;
}
.page-contact .address ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contact .address ul li {
  font-size: 85%;
  color: #000;
}
.page-contact .address ul li svg {
  margin-right: 10px;
}

.form-contact {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 20px 15px;
}
.form-contact .form-group {
  margin-bottom: 10px;
}
.form-contact .form-control {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 100%;
  border-radius: 5px;
  width: 100%;
  outline: none;
}
.form-contact textarea.form-control {
  height: 100px;
  padding-top: 10px;
  font-family: var(--font);
}
.form-contact .btn {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  margin: 0 auto;
  text-align: center;
  min-width: 150px;
}
.form-contact br {
  display: none;
}
.form-contact p {
  margin-bottom: 0;
  position: relative;
}
.form-contact .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.site-maps {
  padding-bottom: 50px;
}
.site-maps .title-main {
  margin-bottom: 20px;
}
.site-maps iframe {
  width: 100%;
}

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