@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&display=swap");
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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: 1420px;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.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, .title-main .more, .header .menu, .header .menu ul, .menu-mobile .js-close, .site-about .galley-about span, .items-duhoc .ratio .content, .items-vieclam .tn, .items-vieclam .tn span, .items-tax .images, .items-tax h3, .footer__content .logo, .footer__content ul li, .footer__menu ul, .footer__menu .social, .list-archive .items-news-2 .content .more, .nhm-pagination ul, .nhm-pagination ul li a {
  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: #203c86;
  --blue2: #0136c1;
  --red: #ea3b3f;
  --yellow: #ffa500;
  --gray: #1d2a46;
  --font: "Quicksand", serif;
  --font-banner: "Quicksand", 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);
  color: #fff;
  line-height: 1.5;
  background-size: cover;
  background-repeat: no-repeat;
  background: linear-gradient(90deg, var(--blue) 0%, var(--blue) 100%);
  position: relative;
}
body:before,
html:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 900px;
  background-image: url(../images/nui.png);
  background-size: auto;
  background-repeat: no-repeat;
}

footer,
header,
main {
  position: relative;
  z-index: 5;
}

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;
  margin-bottom: 1rem;
}

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;
  min-width: 160px;
  height: 45px;
  border-radius: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 100%;
  font-weight: 500;
  background-color: var(--blue);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 44px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 44px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.btn svg {
  width: 24px;
  margin-right: 5px;
}
.btn:hover {
  -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;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.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(--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: 50px;
}
.title-main .heading {
  display: inline-block;
  font-size: 38px;
  color: #fff;
  font-weight: 500;
  padding: 10px 0px;
  position: relative;
  margin-bottom: 15px;
}
.title-main .heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
.title-main .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
.title-main .title-content {
  max-width: 580px;
  color: #fff;
  font-size: 100%;
  margin-bottom: 10px;
  text-align: justify;
  font-size: 14px;
}
.title-main .more {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: var(--blue2);
  font-size: 100%;
  max-width: 580px;
}
.title-main .more:hover svg {
  margin-left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.title-main .more svg {
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: var(--blue2);
}

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

.header {
  -webkit-box-shadow: 0px 4px 4px 0px #000;
          box-shadow: 0px 4px 4px 0px #000;
          background: #fff;
}
.header .logo {
  font-size: 200%;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding: 10px 0px;
}
.header .logo .js-menu-mobile {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 30px;
  color: #000;
  display: none;
}
.header .logo .js-menu-mobile svg {
  width: 25px;
  fill: #000;
}
@media screen and (max-width: 991px) {
  .header .logo .js-menu-mobile {
    display: block;
  }
}
.header .logo h2 {
  font-size: 100%;
}
.header .logo h2 a {
  color: #000;
}
.header .menu {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-end;
}
.header .menu ul:last-child{
  padding-left: 20px;
}
.header .menu ul li {
  position: relative;
  line-height: 50px;
}
.header .menu ul li:hover .sub-menu {
  display: block;
}
.header .menu ul li .sub-menu {
  position: absolute;
  z-index: 99;
  display: none;
  top: 100%;
  left: 0;
  background: #fff;
  padding-bottom: 0px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  min-width: 200px;
  display: none;
  border-radius: 5px;
}
.header{
	z-index:999999999999999;
}
.header .menu ul li .sub-menu li {
  padding: 10px 0px;
  border-bottom: 1px solid #000;
  font-size: 100%;
  text-transform: uppercase;
  color: var(--blue);
  text-align: left;
  line-height: 1.5;
}
.header .menu ul li .sub-menu li a {
  color: var(--blue);
  font-weight: bold;
  display: block;
}
.header .menu ul li .sub-menu li a:hover {
  color: var(--yellow);
}
.header .menu ul li a {
  font-size: 100%;
  padding: 0px 10px;
  color: #000;
  font-weight: 500;
}
.header .menu ul li a.btn{
  color: #fff;
  margin-left: 20px;
}
.header .menu ul li a:hover {
  color: var(--yellow);
}
.header .menu ul .lang-item {
  padding: 0;
}
.header .menu ul .lang-item:last-child {
  padding-left: 0;
}
.header .menu ul .lang-item a {
  padding: 0px 10px;
}
.header .menu .search {
  border-left: 1px solid #fff;
  padding-left: 20px;
}
.header .menu .search svg {
  fill: #000;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: var(--blue);
  display: none;
}
.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: 15px 10px;
  font-size: 100%;
  color: #fff;
  border-bottom: 1px solid #979797;
}

.site-banner {
  position: relative;
  overflow: hidden;
}
.site-banner .fly {
  position: absolute;
  top: -13%;
  left: 0;
}
.site-banner .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.site-banner .content img {
  display: block;
  margin: 0 auto;
  margin-bottom: 55px;
}
.site-banner .content h2 {
  color: #e8120d;
  text-shadow: 0px 4px 4px #fff;
  font-family: Quicksand;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}
.site-banner .content h3 {
  color: #fff;
  text-shadow: 0px 4px 4px #000;
  font-family: Quicksand;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 110px;
}
.site-banner .content .more svg {
  fill: var(--blue);
}
.site-banner .content .more:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.site-about {
  padding-top: 100px;
  background-image: url(../images/bg-about.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.site-about--top {
  margin-bottom: 215px;
}
.site-about .items {
  position: relative;
}
.site-about .items img {
  position: absolute;
  bottom: 0;
  right: -100px;
}
.site-about .items p {
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 15px;
  padding: 24px 87px 12px 17px;
  font-size: 90%;
  color: #fff;
  font-weight: 500;
  margin-top: -15px;
}
.site-about .items h3 {
  padding: 7px 12px;
  border-radius: 5px;
  background-color: var(--blue);
  font-size: 100%;
  color: #fff;
  display: inline-block;
  margin-left: 30px;
}
.site-about .galley-about {
  position: relative;
}
.site-about .galley-about ul {
  top: 0 !important;
}
.site-about .galley-about ul li img {
  border-radius: 10px;
}
.site-about .galley-about .left {
  left: 50px !important;
}
.site-about .galley-about .right {
  right: 50px !important;
}
.site-about .galley-about span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.items-duhoc:hover .ratio .content {
  background-color: var(--blue);
}
.items-duhoc .ratio {
  border-radius: 15px;
  overflow: hidden;
}
.items-duhoc .ratio .content {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(63, 63, 63, 0.2);
  -webkit-backdrop-filter: blur(5.4862751961px);
          backdrop-filter: blur(5.4862751961px);
  padding: 10px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.items-duhoc .ratio .content span {
  display: block;
  font-size: 100%;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}
.items-duhoc .ratio .content img {
  position: relative;
  width: auto;
  height: auto;
}
.items-duhoc h3 {
  font-size: 110%;
  color: #fff;
  text-transform: capitalize;
}

.items-duhoc-tv:hover .ratio img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.9;
}
.items-duhoc-tv .ratio {
  padding-bottom: 60%;
}
.items-duhoc-tv h3 {
  text-align: center;
  padding-top: 15px;
}

.row-custom-40 {
  margin: 0px -45px;
}
.row-custom-40 .col-custom-40 {
  padding: 0px 45px;
}

.items-vieclam {
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #fff;
  color: #fff;
  height: 100%;
}
.items-vieclam .ratio {
  padding-bottom: 120%;
  border-radius: 20px;
}
.items-vieclam h3 {
  font-size: 150%;
  color: #fff;
  font-weight: bold;
}
.items-vieclam .code {
  display: block;
  margin: 10px 0px 20px;
  color: #fff;
  font-size: 100%;
}
.items-vieclam h4 {
  font-size: 150%;
  margin-bottom: 20px;
}
.items-vieclam .tn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.items-vieclam .tn span {
  color: #fff;
  font-size: 100%;
}
.items-vieclam .tn span svg {
  width: 25px;
  margin-right: 10px;
}
.items-vieclam .content {
  font-size: 14px;
}
.items-vieclam .content h5 {
  font-size: 150%;
  margin-bottom: 15px;
}

.items-news .ratio {
  border-radius: 10px;
  padding-bottom: 60%;
}
.items-news .date {
  display: block;
  text-align: right;
  color: #fff;
  margin: 20px 0px;
}
.items-news h3 {
  color: var(--red);
  font-size: 120%;
  margin-bottom: 20px;
}
.items-news p {
  color: #fff;
  font-size: 100%;
  margin-bottom: 20px;
}
.items-news .btn {
  background-color: #fff;
  color: #000;
  margin-left: auto;
  height: 50px;
}

.items-news-2 {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
  background-color: #fff;
	color:#000;
}
.items-news-2 .ratio {
  padding-bottom: 80%;
}
.items-news-2:last-child {
  margin-bottom: 0;
}
.items-news-2 .content {
  padding: 15px;
}
.items-news-2 .content h3 {
  font-size: 110%;
  font-weight: bold;
  color: var(--blue2);
  margin: 15px 0px;
}
.items-news-2 .content p {
  font-size: 14px;
  margin-bottom: 0;
}

.site-res .dl {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
}
.site-res--form {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 20px;
  background-image: url(../images/res.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.site-res--form .title-main {
  text-align: center;
}
.site-res--form .title-main .title-content {
  max-width: 100%;
  text-align: center;
}
.site-res .form {
  max-width: 920px;
  margin: 0 auto;
}
.site-res .form label {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.site-res .form br {
  display: none;
}
.site-res .form p {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 24px;
}

.form-control {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  border: 1px solid #fff;
  height: 50px;
  padding-left: 10px;
  outline: none;
  color: #fff;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

textarea.form-control {
  min-height: 125px;
  padding-top: 10px;
}

input.btn {
  height: 90px;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  font-size: 110%;
  font-weight: bold;
  cursor: pointer;
  min-width: 220px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
}

.items-tax {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 24px;
  padding-left: 72px;
  max-width: 94%;
  margin-left: auto;
  margin-bottom: 90px;
  position: relative;
}
.items-tax .images {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background-color: var(--red);
  padding: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.items-tax h3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  color: #133818;
  font-size: 125%;
}
.items-tax h3 a {
  color: var(--blue2);
  text-decoration: underline !important;
  font-weight: 400;
  font-size: 16px;
}
.items-tax p {
  margin-bottom: 0;
  font-size: 90%;
	color:#000;
}

.site-nn {
  position: relative;
}
.site-nn:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 48%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 175px;
  height: 210px;
  background-image: url(../images/hoa2.png);
  z-index: 5;
}
.site-nn:after {
  content: "";
  position: absolute;
  top: 60%;
  right: 10%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 175px;
  height: 210px;
  background-image: url(../images/hoa3.png);
  z-index: 5;
}
.site-nn .col-custom:nth-child(3) .items-tax, .site-nn .col-custom:last-child .items-tax {
  margin-bottom: 0;
}

.site-pn--gallery {
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.site-pn--gallery .items .img {
  height: 100px;
}
.site-pn--gallery .items .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.footer {
  background: rgba(255, 255, 255, 0.1);
  padding: 50px 0px;
}
.footer__content .logo {
  font-size: 100%;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.footer__content .logo h3 {
  padding-left: 10px;
  line-height: 1.5;
}
.footer__content ul li {
  margin-bottom: 15px;
  color: #fff;
}
.footer__content ul li:last-child {
  margin-bottom: 0;
}
.footer__content ul li svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  max-width: 25px;
  width: 100%;
  fill: #fff;
  margin-right: 10px;
}
.footer__content ul li svg path {
  fill: #fff;
}
.footer__menu {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.footer__menu ul li a {
  display: block;
  color: #fff;
  padding: 0px 5px;
  font-size: 90%;
}
.footer__menu ul li a:hover {
  color: var(--blue2);
}
.footer__menu .social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 50px;
}
.footer__menu .social:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50.5%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50.5%, rgba(255, 255, 255, 0) 100%);
}
.footer__menu .social a {
  color: #fff;
  margin: 0px 20px;
}
.footer__menu .social a:hover {
  color: var(--blue2);
}
.footer__menu .social a:hover svg {
  fill: var(--blue2);
}
.footer__menu .social a:hover svg path {
  fill: var(--blue2);
}
.footer__menu .social a svg {
  width: 25px;
}
.footer__menu .social a svg path {
  fill: #fff;
}

.list-archive .items-news-2 {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
}
.list-archive .items-news-2 .ratio {
  padding-bottom: 100%;
  border-radius: 5px;
}
.list-archive .items-news-2 .content {
  padding: 0px;
  padding-left: 15px;
}
.list-archive .items-news-2 .content .date {
  color: #fff;
  font-weight: 300;
}
.list-archive .items-news-2 .content h3 {
  color: #fff;
  font-size: 20px;
}
.list-archive .items-news-2 .content p {
  color: #fff;
  margin-bottom: 10px;
}
.list-archive .items-news-2 .content .more {
  color: var(--red);
}
.list-archive .items-news-2 .content .more svg {
  fill: var(--red);
  margin-left: 10px;
}

.nhm-pagination ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nhm-pagination ul li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  margin: 0px 5px;
}
.nhm-pagination ul li a:hover {
  opacity: 1;
}
.nhm-pagination ul .active a {
  opacity: 1;
}

.widget_sidebar .search {
  margin-bottom: 30px;
}
.widget_sidebar form {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.widget_sidebar form input {
  padding-left: 10px;
  border: 0;
  font-size: 120%;
}
.widget_sidebar form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 0;
  outline: none;
}
.widget_sidebar .heading-widget {
  font-size: 150%;
  color: #fff;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.widget_sidebar .heading-widget:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #fff;
}
.widget_sidebar ul li:last-child a {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget_sidebar ul li:last-child a:before {
  display: none;
}
.widget_sidebar ul li a {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
}
.widget_sidebar ul li a:hover {
  color: var(--blue2);
}
.widget_sidebar ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50.5%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50.5%, rgba(255, 255, 255, 0) 100%);
}

.items-news-widget {
  margin-bottom: 15px;
}
.items-news-widget:hover h3 a {
  color: var(--blue2);
}
.items-news-widget:last-child {
  margin-bottom: 0;
}
.items-news-widget .ratio {
  padding-bottom: 80%;
  border-radius: 5px;
  overflow: hidden;
}
.items-news-widget h3 {
  padding-left: 15px;
}
.items-news-widget h3 a {
  font-size: 100%;
  line-height: 1.5;
  color: #fff;
}

.the_content {
  font-size: 100%;
  color: #fff;
}
.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6 {
  margin-bottom: 1rem;
}
.the_content ul {
  list-style: disc;
  padding-left: 18px;
}
.the_content ul li {
  padding: 5px 0px;
  font-size: 100%;
}
.the_content ol {
  list-style: decimal;
}
.the_content ol li {
  padding: 5px 0px;
  font-size: 100%;
}
.the_content p {
  margin-bottom: 1rem;
  font-size: 100%;
}
.the_content a {
  color: var(--blue2);
}
.the_content img {
  max-width: 100%;
  margin-bottom: 10px;
}
.the_content iframe {
  max-width: 100%;
  margin-bottom: 10px;
}
.the_content table {
  display: table;
  width: 100%;
}
.the_content table td {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 100%;
  color: #fff;
}

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