@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }
.d-block {
  display: block !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.flex, .btn, .slick-arrow:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.font-icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.text-center {
  text-align: center; }

.m-0 {
  margin: 0 !important; }

.p-0 {
  padding: 0 !important; }

.d-none {
  display: none; }

.d-block {
  display: block; }

.text-left {
  text-align: left; }

:root {
  --blue: #0D1D74;
  --blue2: #3A50CB;
  --red: #ea3b3f;
  --yellow: #efb45e;
  --gray: #1D2A46;
  --font: "Open Sans", sans-serif;
  --font-banner: "Open Sans", sans-serif;
  --background-rgba: linear-gradient(to right,#3A50CB,#15268B); }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body,
html {
  scroll-behavior: smooth;
  font-size: 16px;
  font-family: var(--font);
  background-size: cover;
  background-repeat: no-repeat; }

a {
  text-decoration: none !important; }

img,
a, button {
  -webkit-transition: all .3s;
  transition: all .3s; }

p {
  font-size: 100%;
  line-height: 1.5;
  color: var(--gray); }

button, img, input, select {
  outline: none !important; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.clear {
  clear: both;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent); }

@media screen and (device-aspect-ratio: 2 / 3) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px; } }
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px; } }
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375 / 667) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="tel"], input[type="url"] {
    font-size: 16px; } }
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9 / 16) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="tel"], input[type="url"] {
    font-size: 16px; } }
.relative {
  position: relative;
  z-index: 5; }

.custom-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px; }
  .btn:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.btn-blue {
  background: linear-gradient(100.27deg, #8662ED -1.97%, #1E5FC8 102.2%);
  color: #fff; }

.btn-yellow {
  background: var(--yellow);
  width: 160px;
  font-size: 100%;
  font-weight: 700; }
  .btn-yellow a {
    color: #000; }
  .btn-yellow:hover {
    background: var(--yellow); }

.btn-white {
  border: 1px solid #4260D5;
  background: #fff;
  color: var(--gray); }
  .btn-white:hover {
    background: var(--yellow);
    color: #fff;
    border-color: var(--yellow); }

.ratio {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 100%; }
  .ratio img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.pd-main {
  padding-top: 72px;
  padding-bottom: 72px; }

.heading {
  font-size: 200%;
  font-weight: 600;
  margin-bottom: 40px; }

.cut-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.slick-arrow {
  position: absolute;
  top: -30%;
  width: 50px;
  height: 50px;
  right: 0;
  border: 1px solid var(--blue);
  padding: 8px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: var(--color-blue);
  z-index: 5;
  font-size: 0;
  cursor: pointer; }
  .slick-arrow:before {
    content: '';
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    background: var(--blue);
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .slick-arrow:hover:before {
    background: var(--yellow);
    color: #fff; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: '>'; }

.slick-prev {
  right: 7%; }
  .slick-prev:before {
    content: '<'; }

.mb-24 {
  margin-bottom: 24px; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px; }
  .slick-dots li {
    margin: 0px 5px;
    width: 12px;
    height: 12px;
    border: 1px solid var(--blue);
    background: transparent;
    border-radius: 50%; }
    .slick-dots li button {
      display: none; }
  .slick-dots .slick-active {
    background: var(--yellow); }

svg {
  width: 20px; }

.title-main {
  margin-bottom: 30px; }
  .title-main .heading, .title-main .heading2, .title-main .heading3 {
    font-size: 300%;
    text-transform: uppercase;
    font-weight: bold; }
  .title-main .heading {
    color: var(--yellow); }
  .title-main .heading2 {
    color: var(--blue);
    margin-top: -30px; }
  .title-main .heading3 {
    color: var(--blue);
    padding-bottom: 12px;
    position: relative; }
    .title-main .heading3:before {
      position: absolute;
      content: '';
      width: 150px;
      height: 5px;
      background: var(--yellow);
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }

.title-main-2 {
  margin-bottom: 50px; }

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.m-auto {
  margin: auto; }

h1 {
  font-size: 40px;
  line-height: 55px;
  font-weight: 700; }

h2 {
  font-size: 36px;
  line-height: 45px; }

h3 {
  font-size: 28px;
  line-height: 35px; }

h4 {
  font-size: 20px;
  line-height: 32px; }

p {
  font-size: 18px;
  line-height: 30px; }

h1, h2, h3, h4, p {
  margin-bottom: 20px; }

.the_title h1, .the_title h2, .the_title h3 {
  text-transform: uppercase; }
.the_title h2 {
  font-weight: 700; }

.block {
  padding-top: 70px;
  padding-bottom: 50px; }

.banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.bg-blue {
  position: relative;
  background-color: #141c47;
  color: #fff; }
  .bg-blue p {
    color: #fff; }

.items-banner img {
  min-height: calc(100vh - 65px - 320px);
  -o-object-fit: fill;
     object-fit: fill; }

.bg-blue-light {
  position: relative;
  background-color: #141c47;
  color: #fff;
  -webkit-box-shadow: 0 -30px 20px -19px #b8b753;
          box-shadow: 0 -30px 20px -19px #b8b753; }
  .bg-blue-light p {
    color: #fff;
    font-size: 20px; }
  .bg-blue-light::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    aspect-ratio: 1 / 1;
    background: radial-gradient(circle, white -200%, rgba(255, 255, 255, 0) 50%);
    border-radius: 100%; }
  .bg-blue-light img {
    border: 4px solid #edb667; }
    .bg-blue-light img:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }

.bg-blue-light-b {
  position: relative;
  background-color: #141c47;
  color: #fff;
  -webkit-box-shadow: 0 -30px 20px -19px #b8b753;
          box-shadow: 0 -30px 20px -19px #b8b753; }
  .bg-blue-light-b p {
    color: #fff;
    font-size: 20px; }
  .bg-blue-light-b::before {
    content: '';
    position: absolute;
    top: -10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    aspect-ratio: 1 / 1;
    background: radial-gradient(circle, white -200%, rgba(255, 255, 255, 0) 50%);
    border-radius: 100%; }
  .bg-blue-light-b img {
    border: 4px solid #edb667; }
    .bg-blue-light-b img:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }

.overlay-content p {
  color: #fff; }

.menu-mobile {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.navbar {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .navbar .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .navbar .navbar-nav li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .navbar .navbar-nav .nav-item a {
      font-size: 20px;
      margin: 0;
      padding: 20px 5px;
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      z-index: 10;
      line-height: 1;
      color: #000;
      letter-spacing: 2px;
      -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;
      border-bottom: 3px solid transparent; }
    .navbar .navbar-nav .nav-item:hover {
      border-bottom: 3px solid #edb667; }
      .navbar .navbar-nav .nav-item:hover a {
        color: #edb667;
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }

.nav-link.active {
  border-bottom: 3px solid var(--red);
  /* Đường viền dưới cho mục đang hoạt động */ }

.navbar.responsive {
  position: relative; }

.navbar.responsive .icon {
  position: absolute;
  right: 0;
  top: 0; }

.navbar.responsive a {
  float: none;
  display: block;
  text-align: left; }

.menu {
  min-height: 66px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Hiệu ứng khi menu trở thành sticky */ }

.menu.sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  min-height: 63px;
  width: 100%;
  z-index: 9999999;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.7);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.7); }

.grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 70px;
  -webkit-transition: grid-template-columns .5s;
  transition: grid-template-columns .5s;
  transition: grid-template-columns .5s, -ms-grid-columns .5s; }
  .grid .grid-items {
    border: 1px solid #cfcfcf;
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-radius: 15px;
    aspect-ratio: 1 / 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .grid .grid-items:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .grid .grid-items img {
      -o-object-fit: contain;
         object-fit: contain;
      width: 50%;
      margin: auto;
      height: auto;
      aspect-ratio: 1 / 1;
      display: block;
      margin-bottom: 16px; }
    .grid .grid-items p {
      font-size: 18px;
      line-height: 20px;
      text-align: center;
      font-weight: 500;
      margin-bottom: 0 !important; }

.custom-title > h4 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 1.5; }
  .custom-title > h4::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -140px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 120px;
    height: 1px;
    background-color: #fff; }

.avt {
  border: 4px solid #edb667;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .avt img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1; }
  .avt:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.overlay-content {
  position: relative;
  z-index: 2; }

.banner-vid {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px; }

.cus-vid {
  position: relative; }
  .cus-vid .banner-vid {
    position: relative; }
  .cus-vid .container-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
    width: 65%;
    height: 85%; }
    .cus-vid .container-video .bg-vid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #fff;
      overflow: hidden;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      height: 100%; }
      .cus-vid .container-video .bg-vid video {
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: none;
        background-color: #000; }
      .cus-vid .container-video .bg-vid .image-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: 50%;
        cursor: pointer;
        text-align: center; }
        .cus-vid .container-video .bg-vid .image-overlay .embed-play {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
        .cus-vid .container-video .bg-vid .image-overlay i {
          opacity: 0.8;
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          font-size: 100px;
          color: #fff;
          text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3); }

.underline-title {
  margin: auto;
  width: 290px;
  height: 2px;
  background-color: #af8d62;
  margin-bottom: 20px; }

.box-content {
  padding: 30px; }

.the_content ul {
  padding-left: 20px; }
  .the_content ul li {
    list-style-type: disc;
    /* Sử dụng dấu chấm (disc) */
    margin-left: 20px;
    /* Tạo khoảng cách bên trái để dấu chấm hiển thị rõ */
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px; }

.container-slide {
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px; }
  .container-slide:hover .container-content {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  .container-slide .container-content {
    padding: 12px 35px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 15px;
    height: 310px;
    background-color: #e8f0fd; }
    .container-slide .container-content h4 {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 18px;
      line-height: 27px;
      font-weight: 700; }
    .container-slide .container-content h5 {
      font-size: 12.5px;
      color: #697882;
      line-height: 18px;
      font-weight: 400; }
    .container-slide .container-content ul li h4 {
      word-wrap: break-word;
      /* Ngắt dòng nếu từ quá dài */
      overflow-wrap: break-word;
      width: 100%;
      /* Đảm bảo chiều rộng h3 không vượt quá khối cha */ }
  .container-slide p {
    font-size: 19px;
    color: #101218;
    line-height: 26px;
    text-align: center; }

.star {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto;
  padding-bottom: 20px; }

/* Container chính */
.gallery-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "item1 item1 item3 item3 item3 item3" "item1 item1 item3 item3 item3 item3" "item1 item1 item3 item3 item3 item3" "item2 item2 item3 item3 item3 item3" "item2 item2 item4 item4 item5 item5" "item2 item2 item4 item4 item5 item5";
  gap: 10px;
  padding: 20px;
  background-color: #e6f0ff;
  height: 600px;
  /* Chiều cao cố định cho container (có thể chỉnh lại tùy nhu cầu) */ }
  .gallery-container .gallery-item {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden; }
    .gallery-container .gallery-item:hover img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }

/* Định nghĩa vị trí và kích thước từng ảnh */
.gallery-item-1 {
  grid-area: item1;
  width: 100%;
  height: 100%; }

.gallery-item-2 {
  grid-area: item2;
  width: 100%;
  height: 100%; }

.gallery-item-3 {
  grid-area: item3;
  width: 100%;
  height: 100%; }

.gallery-item-4 {
  grid-area: item4;
  width: 100%;
  height: 100%; }

.gallery-item-5 {
  grid-area: item5;
  width: 100%;
  height: 100%; }

/* Style chung cho ảnh */
.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Đảm bảo ảnh không bị biến dạng */
  border-radius: 10px; }

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.m-block {
  display: none; }

#contact ul li {
  padding-bottom: 15px; }
  #contact ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #contact ul li span p {
      margin-bottom: 0; }
    #contact ul li span i {
      padding-right: 10px; }
#contact iframe {
  height: 250px; }

.arrow-container {
  display: inline-block;
  margin-top: 50px;
  width: 320px;
  height: 200px;
  overflow: hidden; }

.arrow {
  width: 320px;
  height: 200px;
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }
body {
  overflow: unset !important;
  padding-right: 0 !important; }

.modal {
  padding-right: 0 !important;
  z-index: 999999999999; }

.box-radi {
  border-radius: 35px; }

#fanpage-vr, #messenger-vr, #btn-vr {
  -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; }
  #fanpage-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle, #btn-vr .phone-vr-img-circle {
    width: 130px;
    height: 130px;
    line-height: 40px;
    top: 25px;
    left: -54px;
    -webkit-transition: all .5s;
    transition: all .5s; }
  #fanpage-vr .phone-vr-circle-fill, #messenger-vr .phone-vr-circle-fill, #btn-vr .phone-vr-circle-fill {
    width: 140px;
    height: 140px;
    top: 20px;
    left: -60px; }
  #fanpage-vr img, #messenger-vr img, #btn-vr img {
    min-width: 240%;
    min-height: 240%; }
  #fanpage-vr:hover .phone-vr-img-circle, #messenger-vr:hover .phone-vr-img-circle, #btn-vr:hover .phone-vr-img-circle {
    width: 150px;
    height: 150px;
    line-height: 40px;
    top: 16px;
    left: -64px; }
  #fanpage-vr:hover .phone-vr-circle-fill, #messenger-vr:hover .phone-vr-circle-fill, #btn-vr:hover .phone-vr-circle-fill {
    width: 160px;
    height: 160px;
    top: 11px;
    left: -69px; }

#button-contact-vr .button-contact .phone-vr {
  margin-top: 65px; }

.btn-close {
  z-index: 9999; }

#schooltour iframe {
  height: 100%;
  width: 100%; }

.navbar-toggler {
  display: none; }

.img-fixmobile {
  display: none; }

.content-local > li:nth-child(2) span {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.navbar-toggler:focus {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important; }

.wpcf7 .wpcf7-form .row > p {
  margin-bottom: 0 !important; }

.wpcf7 form .wpcf7-response-output {
  margin: unset; }

.avt-feedback {
  margin: auto;
  width: 13%;
  margin-bottom: 10px; }

.nav-icon {
  display: none; }

.bg-nav-item {
  background-size: 0;
  background-position-y: 12px;
  background-repeat: no-repeat;
  background-position: left; }
/*# sourceMappingURL=style.css.map */