@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Dots&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, .nhm-pagination ul, .nhm-pagination ul li a, .btn, .slick-arrow:before, .title-main span, .header .menu, .header .menu ul, .header .menu .icon, .menu-mobile .js-close, .mxh, .mxh a, .js-uptop, .footer .menu ul, .site-banner, .site-lvkd .items, .site-about .logo, .site-products .products-3d .img .content, .site-products .products-3d span, .page-value .items, .page-value .items--images, .page-search .form, .sidebar-products ul li a, .filter-products .form, .js-filter-products, .icon-svg, .page-banner-text .button-banner, .items-tt-top, .page-giaiphap .items-tn ul li, .items-faq .js-dropdown .number, .page-cta .content .button-banner, .page-banner-box .button-banner, .page-banner-box .infor1, .page-banner-box .infor1 li, .box-content .items-box, .box-content .content, .page-banner-kd .button-banner, .worflow, .worflow .phase, .worflow .phase span, .contact-kh, .page-tech .title-main, .page-contact .infor .list-items .items, .page-contact .button-banner, .page-maps .maps-top, .page-maps .maps-top .title h3, .page-maps .maps-top .button {
  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;
  text-align: justify;
}
.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: 150%;
}
.the_content h3 {
  font-size: 130%;
}
.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 {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 1rem;
  border-radius: 10px;
}
.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);
}

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

:root {
  --blue: #1783ff;
  --red: #d82c29;
  --yellow: #ffa500;
  --color-orange-65: #f4b055;
  --color-azure-68: #6bcdef;
  --gray: #1d2a46;
  --font: "Montserrat", sans-serif;
  --font-title: "Zen Dots", sans-serif;
  --background-rgba: linear-gradient(to right, #3a50cb, #15268b);
	--background: linear-gradient(160deg, #2652f1, #0d9bf3);
}

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, .footer, .site-about, .page-history {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 220px;
  height: 55px;
  max-width: 100%;
  border-radius: 5px;
  font-size: 100%;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(317deg, #1b76df 18.82%, #1e76d8 54.9%, #004899 88.87%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn:hover {
  background-color: var(--blue);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 1199px) {
  .btn {
    min-width: 120px;
    padding: 0px 10px;
  }
}

.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: 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(--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 span {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.title-main span svg {
  margin-right: 10px;
}
.title-main .heading {
  font-weight: bold;
  color: #000;
  font-size: 200%;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#1473df));
  background: linear-gradient(90deg, #000 0%, #1473df 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 0px;
  line-height: 1.3;
}

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

.breadcrumbs {
  background: linear-gradient(102deg, #1783ff 33.89%, #0e4f99 105.72%);
  padding: 10px 0px;
  color: #fff;
}
.breadcrumbs a {
  color: #fff;
  font-weight: bold;
}
.breadcrumbs .rank-math-breadcrumb {
  margin: 0;
  padding: 0;
}

.header {
  position: relative;
  z-index: 9999;
}
.header .logo {
  padding: 20px 0px;
  position: relative;
}
.header .logo img {
  max-width: 110px;
}
.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: #fff;
  width: 25px;
}
.header .logo .js-menu-mobile svg path {
  fill: #fff;
}
@media screen and (max-width: 991px) {
  .header .logo .js-menu-mobile {
    display: block;
  }
}
.header .menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header .menu {
    display: none;
  }
}
.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 20px;
  color: #fff;
  font-weight: 400;
  font-size: 100%;
}
@media screen and (max-width: 1199px) {
  .header .menu ul li a {
    padding: 0px 10px;
  }
}
.header .menu ul li a:hover {
  color: var(--blue);
}
.header .menu ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  max-width: 300px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7.29%, rgba(0, 0, 0, 0.5)), color-stop(95.98%, rgba(255, 255, 255, 0.3)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 7.29%, rgba(255, 255, 255, 0.3) 95.98%);
  border-radius: 10px;
  z-index: 9;
  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: #fff;
	font-weight:600;
  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 .current-menu-item a {
  color: var(--blue);
}
.header .menu ul .mega-menu {
  position: initial;
}
.header .menu ul .mega-menu:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .menu ul .mega-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	align-items:flex-start;
  max-width: 100%;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7.29%, rgba(0, 0, 0, 0.5)), color-stop(95.98%, rgba(255, 255, 255, 0.3)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 7.29%, rgba(255, 255, 255, 0.3) 95.98%);
  border: 0;
  color: #fff;
  border-radius: 10px;
}
.header .menu ul .mega-menu .sub-menu li .sub-menu{
	    position: relative;
    display: block;
    background: none;
    width: 100%;
    padding: 0;
}
.header .menu ul .mega-menu .sub-menu li .sub-menu li{
	flex:0 0 100%;
	max-width:100%;
}
.header .menu ul .mega-menu .sub-menu li .sub-menu li a{
	font-weight:400;
}
.header .menu ul .mega-menu .sub-menu li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
}
.header .menu ul .mega-menu .sub-menu li a {
  border: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: none;
  border-radius: 10px;
  line-height: 1.3;
  font-weight: 600;
  padding: 15px;
  display: block;
  min-height: 71px;
}
.header .menu ul .mega-menu .sub-menu li .sub-menu li a{
  min-height: 10px;
  padding:10px 15px;
}
.header .menu ul .mega-menu .sub-menu li a:hover {
  background-color: #fff;
  color: #000;
}
.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%;
}

.header-page .logo .js-menu-mobile svg {
  fill: #000;
  width: 25px;
}
.header-page .logo .js-menu-mobile svg path {
  fill: #000;
}
.header-page .menu ul li a {
  color: #000;
  font-weight: 500;
}
.header-page .menu ul .mega-menu .sub-menu {
  background-color: var(--blue);
}
.header-page .menu ul li .sub-menu {
	background-color: var(--blue);
}
.header-page .menu .icon {
  border-color: #000;
}

.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 {
  position: relative;
}
.menu-mobile ul li .js-sub-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
}
.menu-mobile ul li a {
  display: block;
  padding: 15px 10px;
  font-size: 100%;
  color: #fff;
  border-bottom: 1px solid #979797;
  line-height: 1.3;
}
.menu-mobile ul li .sub-menu {
  display: none;
}
.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;
  color: #000;
  margin-right: 20px;
}
.mxh a:hover {
  color: var(--blue);
  border-color: var(--blue);
}
.mxh a svg {
  width: 15px;
}

.js-uptop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 40px;
  height: 40px;
  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;
}
.js-uptop svg {
  fill: #fff;
  width: 15px;
}
.js-uptop svg path {
  fill: #fff;
}

.footer {
  background-image: url(../images/bg-ft.png);
  color: #fff;
  padding-top: 50px;
  position: relative;
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-ft2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.footer .menu {
  margin-bottom: 100px;
}
.footer .menu ul li a {
  display: block;
  color: #fff;
  background-color: #272727;
  padding: 10px;
  border-radius: 10px;
  margin-right: 10px;
}
.footer .menu ul li a:hover {
  color: var(--blue);
  background-color: #fff;
}
.footer .logo img {
  max-width: 200px;
}
.footer .mxh {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px;
}
.footer .mxh a {
  background-color: #fff;
  border-color: #fff;
}
.footer .address li {
  margin-bottom: 20px;
}
.footer .address li:last-child {
  margin-bottom: 0;
}
.footer .address li span {
  display: block;
  color: #919191;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .address li p {
  font-size: 90%;
}
.footer .coppyright {
  padding: 30px 0px;
  text-align: center;
  color: white;
  padding-bottom: 20px;
}

.site-banner {
  position: relative;
  height: 100vh;
  max-height: 940px;
  margin-top: -110px;
}
@media screen and (max-width: 991px) {
  .site-banner {
    max-height: 700px;
  }
}
.site-banner:before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/111.png);
  background-size: cover;
  background-repeat: no-repeat;
	display:none;
}
.site-banner .content {
  position: relative;
  z-index: 5;
}
.site-banner .content h2 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 128px;
  font-style: normal;
  font-weight: bold;
  text-transform: capitalize;
  background: -webkit-gradient(linear, left top, right top, from(var(--blue)), color-stop(30%, #fff));
  background: linear-gradient(90deg, var(--blue) 0%, #fff 30%);
  background-clip: text;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991px) {
  .site-banner .content h2 {
    font-size: 100px;
  }
}
.site-banner .content h3 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  font-size: 70px;
  font-weight: 700;
  text-transform: capitalize;
  background: -webkit-gradient(linear, left top, right top, from(var(--blue)), color-stop(50%, #fff));
  background: linear-gradient(90deg, var(--blue) 0%, #fff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1.3;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  margin: 47px 0px 10px 0px;
}
@media screen and (max-width: 991px) {
  .site-banner .content h3 {
    font-size: 50px;
  }
}
.site-banner .content p {
  color: #fff;
  font-size: 100%;
  margin-bottom: 0;
  max-width: 800px;
}
.site-banner .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-banner .video-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.site-banner .video-content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-lvkd .images img {
  display: block;
  border-radius: 30px;
  width: 100%;
}
.site-lvkd .items {
  padding: 20px 30px;
  border-radius: 30px;
  border-radius: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
	position:relative;
	cursor:pointer;
}
.site-lvkd .items .link-lvkd{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
	display:block;
}
@media screen and (max-width: 991px) {
  .site-lvkd .items {
    padding: 15px;
  }
}
.site-lvkd .items:last-child {
  margin-bottom: 0;
}
.site-lvkd .items:hover {
  background: linear-gradient(203deg, #8dfbff -22.08%, #0f68ee 101.09%);
}
.site-lvkd .items:hover .items--number {
  color: #fff;
  background: none;
  color: #fff;
  -webkit-text-fill-color: initial;
}
.site-lvkd .items:hover .items--content h3 {
  font-weight: bold;
}
.site-lvkd .items:hover .items--content h3,
.site-lvkd .items:hover .items--content p {
  background: none;
  color: #fff;
  -webkit-text-fill-color: initial;
}
.site-lvkd .items--number {
  font-size: 40px;
  background: linear-gradient(203deg, #8dfbff -22.08%, #0f68ee 101.09%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 991px) {
  .site-lvkd .items--number {
    display: none;
  }
}
.site-lvkd .items--content {
  padding-left: 20px;
}
.site-lvkd .items--content h3 {
  background: linear-gradient(102deg, #1783ff 33.89%, #0e4f99 105.72%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 120%;
  margin-bottom: 15px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 991px) {
  .site-lvkd .items--content h3 {
    font-size: 100%;
    margin-bottom: 5px;
  }
}
.site-lvkd .items--content p {
  color: #81848a;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 991px) {
  .site-lvkd .items--content p {
    font-size: 90%;
  }
}
.site-lvkd .active {
  background: linear-gradient(203deg, #8dfbff -22.08%, #0f68ee 101.09%);
  margin: 10px 0px;
}
.site-lvkd .active .items--number {
  color: #fff;
  background: none;
  color: #fff;
  -webkit-text-fill-color: initial;
}
.site-lvkd .active .items--content h3 {
  font-weight: bold;
}
.site-lvkd .active .items--content h3,
.site-lvkd .active .items--content p {
  background: none;
  color: #fff;
  -webkit-text-fill-color: initial;
}

.site-about {
  position: relative;
}

.site-about .the_content {
  text-align: left;
}
.site-about .the_content p {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-about .logo {
  justify-items: flex-end;
}
@media screen and (max-width: 991px) {
  .site-about .logo {
    display: none;
  }
}

.site-about .logo img {
  width: 90%;
  opacity: 0.5;
  margin-left: auto;
}

.site-about--content {
  padding: 120px 50px;
  background: rgba(9, 11, 26, 0.7);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
}

.site-about--content h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 12px;
}

.site-about--content .the_content h3 {
  font-weight: 400;
  margin-bottom: 24px;
}

.site-about--content .the_content p:last-child {
  margin-bottom: 0;
}

.site-about--content .btn {
  margin-top: 50px;
  margin-left: auto;
}

.site-products .products-3d {
  height: 400px;
}
.site-products .products-3d .img {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.site-products .products-3d .active .img .content {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: visible;
}
.site-products .products-3d .active .img .content h3 {
  top: 0;
}
.site-products .products-3d .active .img .content .btn {
  top: 0;
}
.site-products .products-3d .img .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-products .products-3d .img .content h3 {
  font-size: 200%;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  top: -100px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.site-products .products-3d .img .content .btn {
  min-width: 150px;
  height: 45px;
  position: relative;
  top: -100px;
  -webkit-transition: all 1s;
  transition: all 1s;
  border-radius: 30px;
}
.site-products .products-3d img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.site-products .products-3d span {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#1473df));
  background: linear-gradient(90deg, #000 0%, #1473df 100%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.site-products .products-3d span svg {
  width: 15px;
  fill: #fff;
}
.site-products .products-3d span svg path {
  fill: #fff;
}
.site-products .products-3d .left {
  left: -20px !important;
}
.site-products .products-3d .right {
  right: -20px !important;
}

.site-pn {
  padding-top: 20px;
}
.site-pn .title-main {
  text-align: center;
}
.site-pn .title-main p {
  max-width: 610px;
  color: #000;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0 auto;
  margin-top: 10px;
}

.logo-gallery {
  border: 1px solid rgba(255, 255, 255, 0);
  opacity: 0.7;
  padding: 20px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
}
.logo-gallery img{
  max-height: 100px;
  object-fit: scale-down;
}

.site-td {
  background: #ededf3;
}
.site-td .the_content {
  margin-bottom: 30px;
}
.site-td .the_content p {
  font-weight: bold;
  color: #787878;
}
.site-td .images img {
  border-radius: 30px;
  border: 1px solid var(--blue);
  max-height: 300px;
}
.site-td .images2 img {
  display: block;
  max-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-td .btn {
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 50px;
}

.itemw-news {
  background: #fff;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.itemw-news:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.itemw-news:hover .content h3 a {
  color: var(--blue);
}
.itemw-news .ratio {
  padding-bottom: 60%;
  border-radius: 20px;
  overflow: hidden;
}
.itemw-news .content {
  padding: 20px 40px;
}
.itemw-news .content h3 a {
  display: block;
  color: #000;
  line-height: 1.3;
  font-size: 120%;
}
.itemw-news .content span {
  display: block;
  margin: 10px 0px 20px;
  letter-spacing: 2px;
  font-size: 120%;
  font-weight: 400;
  color: #999;
}
.itemw-news .content p {
  margin-bottom: 0;
}

.items-news-2 {
  margin-bottom: 20px;
}
.items-news-2:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.items-news-2:hover .content h3 a {
  color: var(--blue);
}
.items-news-2:last-child {
  margin-bottom: 0;
}
.items-news-2 .ratio {
  padding-bottom: 65%;
  border-radius: 20px;
  overflow: hidden;
}
.items-news-2 .content {
  padding-left: 30px;
}
.items-news-2 .content h3 a {
  display: block;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
}
.items-news-2 .content span {
  display: block;
  letter-spacing: 2px;
  font-size: 100%;
  font-weight: 400;
  color: #999;
  margin: 10px 0px;
}
.items-news-2 .content p {
  font-size: 14px;
  margin-bottom: 0;
}

.page-about .images img {
  border-radius: 247px 0px 0px 247px;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-about {
  padding-top: 30px;
}
.page-about .video video{
width:100%;
display:block;
border-radius:10px;
}

.page-value {
  background: #f8f7f7;
}
.page-value--content {
  padding-left: 16%;
}
.page-value .items {
  border-radius: 111px 0px 0px 111px;
  background: -webkit-gradient(linear, left top, right top, from(#153155), to(#2e6cbb));
  background: linear-gradient(90deg, #153155 0%, #2e6cbb 100%);
  padding: 20px 40px;
  color: #fff;
  margin-bottom: 35px;
}

.page-value .items:last-child {
  margin-bottom: 0;
}
.page-value .items--images {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
  max-width: 26%;
}

.page-value .items--images img{
  max-width: 40px;
}

.page-value .items--images h3 {
  padding-left: 30px;
  text-transform: uppercase;
  font-size: 125%;
  font-weight: bold;
}
.page-value .items--content {
  max-width: 880px;
  font-size: 100%;
  text-align: justify;
  line-height: 1.5;
}

.page-history {
  margin-bottom: 50px;
  color: #fff;
}
.page-history .title-main {
  text-align: left;
  margin: 0;
}
.page-history .title-main .heading {
  color: #fff;
  background: none;
  -webkit-text-fill-color: inherit;
}
.page-history .slider-for .items {
  padding-bottom: 300px;
}
.page-history .slider-for .items .number {
  font-size: 96px;
  font-weight: bold;
  margin-bottom: 25px;
  display: block;
}
.page-history .slider-for .items .the_content {
  max-width: 700px;
}
.page-history .slider-nav .slick-list {
  padding: 0 !important;
}
.page-history .slider-nav .number {
  display: inline-block;
  padding: 12px 30px;
  font-weight: bold;
  color: #fff;
}
.page-history .slider-nav .slick-current .number {
  background-color: var(--red);
}

.page-search {
  padding: 30px 0px;
  border-bottom: 1px solid #ccc;
}
.page-search .form-control {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 100%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
.page-search .form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-search .btn {
  border: 0;
  height: 45px;
  border-radius: 5px;
  font-size: 100%;
  cursor: pointer;
}

.sidebar-products {
  border-radius: 20px;
  border: 1px solid #f5f5f5;
  background: #fff;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  margin-bottom: 25px;
}
.sidebar-products .title {
  padding: 15px 30px;
  background-color: var(--red);
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
  font-size: 100%;
}
.sidebar-products ul {
  padding: 10px 0px;
}
.sidebar-products ul li a {
  padding: 15px 30px;
  color: #000;
  line-height: 1.3;
}
.sidebar-products ul li a:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 10px;
}
.sidebar-products ul li a:hover {
  color: var(--red);
}
.sidebar-products ul li .active {
  color: var(--red);
}
.sidebar-products ul li .active:before {
  background-color: var(--red);
  border-color: var(--red);
}

@media screen and (max-width: 700px) {
  .filter-products {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: linear-gradient(124deg, #0d2e42 29.72%, #010c34 54.59%);
    padding: 30px 15px;
    display: none;
  }
}
.filter-products .js-close {
  text-align: right;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
  display: none;
}
@media screen and (max-width: 700px) {
  .filter-products .js-close {
    display: block;
  }
}
.filter-products select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 0px 10px;
  border: 1px solid #ccc;
}
.filter-products .btn {
  min-width: 100px;
  height: 40px;
  border: 0;
  margin-left: 10px;
  cursor: pointer;
}
.filter-products .form-control {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 100%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83%;
          flex: 0 0 83%;
  max-width: 83%;
}
.filter-products .form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter-products .btn {
  border: 0;
  height: 45px;
  border-radius: 5px;
  font-size: 100%;
  cursor: pointer;
  padding: 0px 20px;
}

.js-filter-products {
  position: fixed;
  bottom: 20px;
  left: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--red);
  color: #fff;
  border-radius: 30px;
  z-index: 99;
  padding: 10px 20px;
  display: none;
}
@media screen and (max-width: 700px) {
  .js-filter-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.js-filter-products svg {
  fill: #fff;
  margin-right: 10px;
}

.single-products {
  padding-top: 30px;
}
.single-products .ratio {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding-bottom: 67%;
}
.single-products .ratio img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.single-products h1 {
  font-size: 150%;
  margin-bottom: 20px;
}
.single-products table {
  display: table;
  width: 100%;
  border-radius: 5px;
  overflow: auto;
}
.single-products table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
}
.single-products table tr td:first-child {
  font-weight: bold;
}
.single-products table tr td a {
  padding-right: 10px;
  color: var(--blue);
}
.single-products table tr td a:last-child {
  padding-right: 0;
}
.single-products table tr td a:last-child:after {
  display: none;
}
.single-products table tr td a:after {
  content: "-";
  padding-left: 10px;
}
.single-products table tr td:last-child {
  text-transform: uppercase;
  color: var(--blue);
}
.single-products .text {
  padding: 15px;
  border-radius: 5px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.single-products .content-button {
  overflow: hidden;
}
.single-products .btn {
  margin-top: 20px;
  width: 100%;
}

.page-infor {
  padding-bottom: 50px;
}
.page-infor .title-main .heading {
  font-size: 150%;
}

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

.sidebar-single .title {
  font-size: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
}
.sidebar-single .img {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 5px;
}
.sidebar-single .row-custom {
  margin: 0px -5px;
}
.sidebar-single .row-custom .col-custom {
  padding: 0px 5px;
}
.sidebar-single .items:hover .content h3 a {
  color: var(--blue);
}
.sidebar-single .items .ratio {
  border: 2px solid #ccc;
  border-radius: 10px;
}
.sidebar-single .items .ratio img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.sidebar-single .items .content {
  padding-left: 10px;
}
.sidebar-single .items .content h3 a {
  font-size: 90%;
  line-height: 1.3;
  color: #333;
}
.sidebar-single .items .content .price {
  margin: 10px 0px;
  color: var(--red);
}
.sidebar-single .items .content .more {
  color: var(--blue);
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

.icon-svg {
  color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-svg svg {
  width: 32px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.svg-1 {
  background: linear-gradient(160deg, #437cf5, #5b6bf1);
}

.svg-2 {
  background: linear-gradient(160deg, #7162f2, #9f58f7);
}

.svg-3 {
  background: linear-gradient(160deg, #b253e9, #de4bad);
}

.svg-4 {
  background: linear-gradient(160deg, #ed488d, #ee4450);
}

.svg-5 {
  background: linear-gradient(160deg, #f14d3b, #f66622);
}

.svg-6 {
  background: linear-gradient(160deg, #f58113, #eca90a);
}

.title-landing {
  text-align: center;
  margin-bottom: 50px;
}
.title-landing .heading {
  color: #000;
  font-size: 230%;
  font-weight: bold;
}
.title-landing .heading span {
  color: var(--blue);
}
.title-landing p {
  font-size: 120%;
  color: #4b5563;
  max-width: 770px;
  margin: 0 auto;
  margin-top: 15px;
}

.page-banner-text {
  background: var(--background);
}
.page-banner-text .content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.page-banner-text .icon-svg {
  background: rgba(255, 255, 255, 0.5);
}
.page-banner-text .icon-svg svg {
  width: 50px;
}
.page-banner-text .text h2 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  margin: 20px 0px;
}
.page-banner-text .text p {
  font-size: 120%;
  color: #fff;
  margin-bottom: 0;
}
.page-banner-text .button-banner {
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-banner-text .button-banner .btn {
  text-transform: none;
  font-size: 100%;
  font-weight: 600;
  background: #fff;
  color: var(--blue);
  min-width: 160px;
  padding: 0px 20px;
  height: 45px;
  margin: 0px 5px;
}
.page-banner-text .button-banner .btn-trans {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.page-tinhnang {
  background-color: #eff6ff;
}

.hover-items {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-items:hover {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.hover-items:hover .icon-svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.items-tn {
  background-color: #fff;
  height: 100%;
  text-align: center;
  padding: 30px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.items-tn h3 {
  margin: 15px 0px;
  font-size: 120%;
  font-weight: bold;
  text-transform: capitalize;
  color: #000;
}
.items-tn p {
  font-size: 100%;
  margin-bottom: 0;
  color: #4b5563;
}

.page-thachthuc {
  background-color: #eef3ff;
}

.items-tt {
  background-color: #fff;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.items-tt .icon-svg {
  margin: 0;
}
.items-tt-top .content {
  padding-left: 15px;
}
.items-tt-top .content h3 {
  font-size: 150%;
  margin-bottom: 10px;
  font-weight: bold;
}
.items-tt-top .content h4 {
  font-size: 100%;
  color: var(--blue);
}
.items-tt p {
  margin: 20px 0px;
  color: #4b5563;
}
.items-tt .note {
  padding: 15px;
  border-radius: 10px;
}
.items-tt .note h5 {
  margin-bottom: 10px;
  font-size: 100%;
  font-weight: 600;
}
.items-tt .note h5 small {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.items-tt .note span {
  display: block;
  font-size: 90%;
}

.highlight {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin-top: 50px;
}
.highlight .items-hl {
  text-align: center;
  padding: 10px;
}
.highlight .items-hl .number {
  display: block;
  font-size: 190%;
  font-weight: bold;
  margin-bottom: 15px;
}
.highlight .items-hl p {
  margin-bottom: 0;
  color: #4b5563;
}

.page-giaiphap {
  background-color: #fff;
}
.page-giaiphap .title-landing .icon-svg {
  background: #1cc168;
  margin-bottom: 20px;
}
.page-giaiphap .items-tn {
  background-color: #fcfdfd;
}
.page-giaiphap .items-tn ul {
  text-align: left;
  padding-top: 15px;
}
.page-giaiphap .items-tn ul li {
  color: #1cc168;
  padding: 7px 0px;
}
.page-giaiphap .items-tn ul li span {
  padding-left: 10px;
  color: #4b5563;
}
.page-giaiphap .highlight {
  background: var(--background);
  color: #fff;
  padding: 30px 0px;
}
.page-giaiphap .highlight .heading {
  text-align: center;
  font-size: 200%;
  margin-bottom: 30px;
}
.page-giaiphap .highlight .items-hl {
  padding-bottom: 0;
}
.page-giaiphap .highlight .items-hl p {
  color: #fff;
  margin-bottom: 0;
}

.page-sinhthai {
  padding-bottom: 45px;
}
.page-sinhthai .items-tn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
}
.page-sinhthai .items-tn .icon-svg {
  width: 55px;
  height: 55px;
}
.page-sinhthai .items-tn p {
  font-size: 90%;
  margin-bottom: 30px;
}
.page-sinhthai .items-tn .btn-trans {
  margin-top: auto;
  background: transparent;
  border: 1px solid #fff;
  height: 40px;
  width: 100%;
  text-transform: none;
  color: #000;
  border: 1px solid #000;
  font-size: 14px;
}
.page-sinhthai .items-tn .btn-trans:hover {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

.page-support {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eff6fe));
  background: linear-gradient(#fff, #eff6fe);
}
.page-support .items-tn {
  text-align: left;
}
.page-support .items-tn .icon-svg {
  margin: 0;
  width: 55px;
  height: 55px;
}
.page-support .items-tn h3 {
  font-size: 120%;
}
.page-support .items-tn p {
  margin-bottom: 15px;
}
.page-support .items-tn span {
  color: var(--blue);
  font-size: 90%;
  display: block;
  font-weight: 600;
}

.support {
  margin-top: 50px;
}
.support .items-sp {
  text-align: center;
}
.support .items-sp .icon-svg {
  background: var(--background);
  width: 55px;
  height: 55px;
}
.support .items-sp h3 {
  font-weight: 600;
  margin: 15px 0px;
}
.support .items-sp p {
  margin-bottom: 0;
  font-size: 85%;
}

.page-faq .icon-svg {
  background: var(--background);
  margin-bottom: 15px;
}

.items-faq {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 1px solid var(--blue);
  border-left: 5px solid var(--blue);
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.items-faq:hover {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.items-faq .js-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.items-faq .js-dropdown .icon-down {
  position: absolute;
  top: 30px;
  right: 20px;
  color: var(--blue);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.items-faq .js-dropdown .active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.items-faq .js-dropdown .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 5px;
  background: var(--background);
  color: #fff;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.items-faq .js-dropdown .content {
  padding-left: 15px;
}
.items-faq .js-dropdown .content h3 {
  font-weight: 600;
  font-size: 100%;
  margin-bottom: 10px;
}
.items-faq .js-dropdown .content h4 {
  display: inline-block;
  border-radius: 30px;
  background-color: #1acbe8;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.items-faq .the_content {
  padding: 20px;
  padding-top: 0;
  padding-left: 65px;
  font-size: 14px;
  display: none;
}

.page-cta {
  padding-bottom: 50px;
}
.page-cta .icon-svg {
  background: var(--background);
  border-radius: 50%;
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
}
.page-cta .content {
  max-width: 900px;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}
.page-cta .content .button-banner {
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-cta .content .button-banner .btn {
  text-transform: none;
  font-size: 100%;
  font-weight: 600;
  background: var(--background);
  color: #fff;
  min-width: 160px;
  padding: 0px 20px;
  height: 45px;
  margin: 0px 5px;
}
.page-cta .content .button-banner .btn svg {
  margin-right: 10px;
}
.page-cta .content .button-banner .btn-trans {
  background: transparent;
  color: var(--blue);
  border: 1px solid var(--blue);
}

.page-banner-box {
  background-color: #eef3ff;
  position: relative;
}
.page-banner-box .icon {
  position: absolute;
  background: linear-gradient(160deg, #bad2fc, #aab2f9);
  opacity: 0.8;
}
.page-banner-box .icon1 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 80px;
  left: 30px;
}
.page-banner-box .icon2 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  bottom: 25px;
  left: 20%;
}
.page-banner-box .icon3 {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  top: 100px;
  right: 30px;
}
.page-banner-box .title-landing {
  text-align: left;
  margin-bottom: 30px;
}
.page-banner-box .title-landing .box {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  border-radius: 30px;
  padding: 5px 15px;
  background: var(--background);
  margin-bottom: 15px;
}
.page-banner-box .title-landing .heading {
  line-height: 1.3;
}
.page-banner-box .title-landing .heading span {
  display: block;
}
.page-banner-box .button-banner {
  margin-bottom: 30px;
}
.page-banner-box .button-banner .btn {
  text-transform: none;
  font-size: 100%;
  font-weight: 600;
  background: var(--background);
  color: #fff;
  min-width: 160px;
  padding: 0px 20px;
  height: 45px;
  margin: 0px 5px;
}
.page-banner-box .button-banner .btn-trans {
  background: #fff;
  color: var(--blue);
  border: 1px solid var(--blue);
}
.page-banner-box .infor1 li {
  padding-right: 20px;
  font-size: 14px;
  color: #333;
}
.page-banner-box .infor1 li .color {
  margin-right: 10px;
  color: #22c55e;
}
.page-banner-box .infor1 li:nth-child(2) .color {
  color: #3b82f6;
}
.page-banner-box .infor1 li:nth-child(3) .color {
  color: #a855f7;
}

.bg-custom {
  position: relative;
}
.bg-custom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6366f133;
  border-radius: 20px;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}

.box-content {
  border-radius: 20px;
  padding: 30px;
  background-color: #fff;
  position: relative;
  z-index: 5;
}
.box-content .items-box {
  height: 100%;
  background: #eef2ff;
  padding: 15px 10px;
  border-radius: 10px;
}
.box-content .items-box .icon-svg {
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.box-content .items-box .icon-svg svg {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.box-content .items-box .text {
  padding-left: 10px;
}
.box-content .items-box .text p {
  font-size: 90%;
  margin-bottom: 0px;
}
.box-content .items-box .text h3 {
  font-weight: bold;
  font-size: 120%;
}
.box-content .content {
  padding: 10px;
  background-color: #eef2ff;
  border-radius: 20px;
  padding: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-content .content p {
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 14px;
}
.box-content .content p small {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #22c55e;
  margin-right: 5px;
  display: inline-block;
}
.box-content .content span {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  border-radius: 30px;
  padding: 5px 15px;
  background-color: #b5ffd0;
  color: #003815;
  font-weight: bold;
}

.page-banner-kd {
  margin: 0;
  max-height: 450px;
  padding: 0;
}
.page-banner-kd:before {
  background-position: center center;
}
.page-banner-kd .content h3 {
  text-transform: none;
  color: #fff;
  background: none;
  -webkit-text-fill-color: initial;
  font-weight: 500;
  font-size: 300%;
  margin-top: 0;
}
.page-banner-kd .button-banner {
  margin-top: 30px;
}
.page-banner-kd .button-banner .btn {
  text-transform: none;
  font-size: 100%;
  font-weight: 600;
  background: #fff;
  color: var(--blue);
  min-width: 160px;
  padding: 0px 20px;
  height: 45px;
  margin: 0px 5px;
}
.page-banner-kd .button-banner .btn-trans {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.items-number {
  height: 100%;
  padding: 15px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
}
.items-number span {
  display: block;
  font-size: 300%;
  font-weight: bold;
  margin-bottom: 10px;
}
.items-number h3 {
  line-height: 1.5;
  font-size: 100%;
}

.items-content {
  height: 100%;
  padding: 15px;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 20px;
}
.items-content .the_content {
  text-align: left;
}
.items-content .the_content h2,
.items-content .the_content h3,
.items-content .the_content h4,
.items-content .the_content h5,
.items-content .the_content h6 {
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#1473df));
  background: linear-gradient(90deg, #000 0%, #1473df 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-whyse {
  background-color: #f5f5f5;
}
.page-whyse .items-whychose .ratio {
  padding-bottom: 70%;
  border-radius: 10px;
}
.page-whyse .items-whychose h3 {
  margin: 20px 0px;
  font-size: 125%;
  line-height: 1.3;
  font-weight: 600;
}
.page-whyse .items-whychose p {
  font-size: 100%;
  margin-bottom: 0;
  text-align: justify;
}

.page-worflow {
  background: -webkit-gradient(linear, left top, right top, from(#001934), to(#1473df));
  background: linear-gradient(90deg, #001934 0%, #1473df 100%);
  padding-bottom: 100px;
}
.page-worflow .title-main {
  color: #fff;
  margin-bottom: 70px;
}
.page-worflow .title-main .heading {
  color: #fff;
  line-height: 1.3;
  background: none;
  -webkit-text-fill-color: initial;
}
.page-worflow .title-main p {
  margin-top: 20px;
  max-width: 700px;
  margin: 0 auto;
}

.worflow {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 200px;
  height: 350px;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.worflow h4 {
  max-width: 50%;
  text-align: justify;
  font-size: 100%;
  font-weight: 600;
  line-height: 1.5;
}
.worflow .phase {
  position: absolute;
  background: #003f8b;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 5px;
}
.worflow .phase span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #003575;
  color: rgba(255, 255, 255, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 100%;
  font-weight: bold;
}
.worflow .phase p {
  margin-bottom: 0;
  padding: 0px 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.worflow .phase-1 {
  top: -30px;
  left: 193px;
}
.worflow .phase-2 {
  top: -30px;
  right: 193px;
}
.worflow .phase-3 {
  top: 83px;
  right: -80px;
}
.worflow .phase-4 {
  bottom: 74px;
  right: -35px;
}
.worflow .phase-5 {
  bottom: -30px;
  right: 193px;
}
.worflow .phase-6 {
  bottom: -30px;
  left: 193px;
}
.worflow .phase-7 {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -35px;
}
.worflow .active {
  border: 5px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}
.worflow .active span {
  color: #003575;
  background: #fff;
}

.items-kh {
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
}
.items-kh h3 {
  margin: 20px 0px;
  font-size: 125%;
}
.items-kh img{
  max-width: 100px;
}

.contact-kh {
  background: -webkit-gradient(linear, left top, right top, from(#1473df), to(#001934));
  background: linear-gradient(90deg, #1473df 0%, #001934 100%);
  margin-top: 30px;
  color: #fff;
  border-radius: 10px;
  padding: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-kh h3 {
  font-size: 125%;
  margin-bottom: 15px;
  font-weight: 600;
}
.contact-kh p {
  margin-bottom: 0;
}
.contact-kh .btn {
  height: auto;
  padding: 20px 30px;
  text-transform: none;
  -webkit-box-shadow: 0 0 5px #e333;
          box-shadow: 0 0 5px #e333;
  font-weight: 600;
}

.page-tech {
  background-color: #f5f5f5;
}
.page-tech .title-main .heading {
  text-align: left;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.page-tech .title-main p {
  color: #000;
  font-size: 100%;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-align: justify;
}

.page-contact-home .site-pn {
  padding-top: 70px;
}

.items-tech {
  margin-bottom: 10px;
}
.items-tech h3 {
  background-color: #d3d3d3;
  padding: 20px;
  color: #333;
  text-transform: uppercase;
  font-size: 100%;
  font-weight: 600;
}
.items-tech .col-left {
  padding-right: 10px !important;
}
.items-tech .slick-track {
  margin: 0 !important;
}
.items-tech .slick-tech {
  margin: 0px -5px;
}
.items-tech .items {
  padding: 0px 5px;
}
.items-tech .items .item {
  background-color: #d3d3d3;
  height: 56px;
}
.items-tech .items img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.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-archive .itemw-news .content {
  padding: 20px;
}
.page-archive .itemw-news .content h3 a {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.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 .heading {
  font-size: 200%;
  text-transform: none;
}

.page-banner-blog .title-main .text {
  text-transform: none;
  color: var(--gray);
  font-weight: 400;
}

.site-bvlq {
  background: #f5f5f5;
}

.form-contact {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  border-radius: 5px;
  padding: 20px 15px;
}
.form-contact .form-group {
  margin-bottom: 20px;
}
.form-contact .form-control {
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 100%;
  border-radius: 30px;
  width: 100%;
  outline: none;
  font-size: 14px;
}
.form-contact textarea.form-control {
  height: 100px;
  padding-top: 10px;
  font-family: var(--font);
  border-radius: 10px;
}
.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;
  padding: 0px 20px;
  font-weight: 600;
  text-transform: none;
  border-radius: 30px;
  width: 100%;
  height: 40px;
}
.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%);
}
.form-contact label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}

.page-about-contact {
  background: -webkit-gradient(linear, left top, right top, from(#153155), to(#2e6cbb));
  background: linear-gradient(90deg, #153155 0%, #2e6cbb 100%);
}
.page-about-contact .title-landing .heading {
  color: #fff;
}
.page-about-contact .title-landing .text {
  color: #fff;
}
.page-about-contact .items-tn {
  border: 1px solid #e2e8f0;
  background-blur: blur(4px);
}
.page-about-contact .items-tn .icon-svg {
  border-radius: 50%;
}
.page-about-contact .items-tn span {
  display: block;
  padding-top: 20px;
  font-weight: bold;
  color: #2e6cbb;
  line-height: 1.3;
  font-size: 90%;
}

.page-about-ck .items-tn {
  padding: 30px 10px;
  border-radius: 20px;
}
.page-about-ck .items-tn .icon-svg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f5), to(#a855f7));
  background: linear-gradient(90deg, #3b82f5 0%, #a855f7 100%);
}
.page-about-ck .items-tn h3 {
  margin: 20px 0px;
}
.page-about-ck .items-tn p {
  font-size: 90%;
}

.page-contact {
  padding-top: 0;
}
.page-contact .title-main {
  margin-bottom: 30px;
}
.page-contact .title-main .heading {
  text-transform: none;
  font-size: 200%;
}
.page-contact .infor {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}
.page-contact .infor .title {
  background: -webkit-gradient(linear, left top, right top, from(#153155), to(#2e6cbb));
  background: linear-gradient(90deg, #153155 0%, #2e6cbb 100%);
  padding: 15px;
  color: #fff;
}
.page-contact .infor .title h3 {
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-bottom: 10px;
}
.page-contact .infor .list-items {
  background-color: #f5f5f5;
  padding: 15px;
}
.page-contact .infor .list-items .items {
  margin-bottom: 15px;
}
.page-contact .infor .list-items .items:last-child {
  margin-bottom: 0;
}
.page-contact .infor .list-items .items .icon-svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
  width: 100%;
  margin: 0;
}
.page-contact .infor .list-items .items .icon-svg svg {
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 20px;
}
.page-contact .infor .list-items .items .content {
  padding-left: 15px;
}
.page-contact .infor .list-items .items .content h3 {
  font-size: 100%;
  margin-bottom: 10px;
}
.page-contact .infor .list-items .items .content p {
  margin-bottom: 0;
  font-size: 90%;
}
.page-contact .button-banner {
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contact .button-banner .btn {
  text-transform: none;
  font-size: 100%;
  font-weight: 600;
  background: var(--background);
  color: #fff;
  min-width: 160px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  padding: 0px 20px;
  height: 45px;
  margin: 0px 5px;
  font-size: 14px;
}
.page-contact .button-banner .btn svg {
  margin-right: 10px;
}
.page-contact .button-banner .btn-trans {
  background: transparent;
  color: var(--blue);
  border: 1px solid var(--blue);
}

.page-maps {
  padding-top: 0;
}
.page-maps .maps {
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  overflow: hidden;
}
.page-maps .maps-top {
  background: var(--background);
  padding: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-maps .maps-top .title h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 200%;
  font-weight: bold;
}
.page-maps .maps-top .title h3 svg {
  width: 50px;
  margin-right: 10px;
}
.page-maps .maps-top .title p {
  color: #fff;
  margin-bottom: 0;
  padding-left: 15px;
}
.page-maps .maps-top .btn {
  margin-left: 10px;
  min-width: 50px;
  padding: 0px 10px;
  font-size: 14px;
  text-transform: none;
  color: #fff;
  padding: 0px 20px;
  height: 40px;
  border-radius: 30px;
}
.page-maps .maps-top .btn svg {
  margin-right: 10px;
}
.page-maps .maps_content iframe {
  width: 100%;
  height: 500px;
}

.page-faq-contact {
  background-color: #f5f5f5;
}
.page-faq-contact .items-faq .content {
  padding-left: 0;
}
.page-faq-contact .items-faq .content .title {
  margin-bottom: 0;
  padding-left: 0;
}
.page-faq-contact .items-faq .the_content {
  padding-left: 20px;
}
.page-faq-contact .items-faq .js-dropdown .icon-down {
  top: 15px;
}

@media screen and (max-width: 767px) {
  .page-about-contact .items-tn {
    padding: 10px;
    text-align: center;
  }
  .page-about-contact .items-tn .icon-svg {
    width: 40px;
    height: 40px;
  }
  .page-about-contact .items-tn .icon-svg svg {
    width: 20px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .page-about-contact .items-tn p {
    text-align: center;
  }

  .page-contact,
  .page-maps {
    padding-top: 0 !important;
  }

  .form-contact {
    margin-bottom: 20px;
    padding: 20px 10px;
  }

  .page-contact .button-banner {
    display: block;
  }
  .page-contact .button-banner .btn {
    margin: 0;
    margin-top: 10px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .page-maps .maps-top {
    display: block;
  }

  .page-maps .maps-top .title {
    margin-bottom: 10px;
  }

  .page-maps .maps_content iframe {
    height: 300px;
  }

  .page-faq-contact .title-landing {
    margin-bottom: 20px;
  }
}
.page-out-services{
	padding-bottom:50px;
}

.itemDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  border-bottom: 0.1rem dashed #e9e8e8;
  padding: 30px 0;
  position: relative;
}
.itemDetail::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.01rem;
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #0066b3;
}
.itemDetail:hover::before {
  width: 100%;
}
.itemDetail:hover .itemDetail__title h5 a {
  color: #0066b3;
}
.itemDetail:hover .itemDetail__title em {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.itemDetail:hover .itemDetail__title em svg path {
  stroke: #0066b3;
}
.itemDetail__title {
  position: relative;
  padding: 0;
}
.itemDetail__title h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.itemDetail__title h5 a {
  font-size: 22px;
  line-height: 24px;
  color: #1a1919;
  font-weight: 500;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.itemDetail__title h5 span {
  font-size: 14px;
  line-height: 24px;
  color: #5f5e5e;
  font-weight: 400;
  font-style: normal;
  background: #f3f3f3;
  padding: 0 1rem;
  border-radius: 0.4rem;
}
.itemDetail__title h5 span.active {
  color: #16b469;
  background: #e6f8f2;
}
.itemDetail__title em {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.itemDetail__detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 0;
  margin: 0;
}
.itemDetail__detail ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
  font-size: 14px;
  line-height: 2.2rem;
  color: #1a1919;
  font-weight: 600;
  font-style: normal;
}

.items-single-td{
  margin-bottom: 50px;
}
.items-single-td .title{
  font-weight: bold;
  font-size: 120%;
  padding-top: 10px;
}

.category1 ul{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:30px;
}
.category1 ul li a{
	    padding: 10px 20px;
    border-radius: 10px;
    background: #f5f5f5;
    color: #000;
    font-weight: 600;
	display:block;
    margin: 0px 10px;
}
.category1 ul .active a{
	background:var(--blue);
	color:#fff;
}

.images-banner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.images-banner div{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.slidebar-banner:before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
	display:none;
}
.images-banner img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.items-pn{
  margin-bottom: 30px;
}
.items-pn:last-child{
  margin-bottom: 0;
}
.items-pn .ratio{
  padding-bottom: 80%;
  border-radius: 10px;
}
.items-pn:nth-child(2n+2) .row{
  flex-direction: row-reverse;
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}
.modal__dialog {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    pointer-events: none;
    min-height: calc(100% - 1rem);
    margin: .5rem;
}
.modal__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0;
    padding: 0;
}
.modal__title {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 12px;
    font-style: normal;
    color: #fff;
    font-weight: 500;
}
.modal .form-contact {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal .the_content {
    padding: 20px 15px;
    background-color: #243642;
    width: 100%;
    height: 100%;
    color: #fff;
}
.modal .the_content p {
    font-size: 14px;
}
.modal .the_content img {
    width: 100%;
    aspect-ratio: 3/2;
}
.modal .btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.modal .btn-close:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.modal .close:hover,
.modal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.btn-login{
  min-width: 100px;
  border-radius: 30px;
  font-size: 14px;
  padding: 0px 15px;
  height: 45px;
}
#loginform {
    max-width: 320px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}
#loginform label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
#loginform input[type="text"],
#loginform input[type="password"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#loginform input[type="submit"] {
    background: #0073aa;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
#loginform input[type="submit"]:hover {
    background: #005f8d;
}
.author{
  text-transform: uppercase;
  color: var(--blue);
  font-weight: bold;
  padding-left: 20px;
}
.btn-login{
  margin-left: 20px;
}


@media (max-width: 767px) {
    .modal__dialog {
      max-width: 95%;
      margin: 1.75rem auto;
      min-height: calc(100% - 3.5rem);
    
    }
    .modal .the_content{
      display: none;
    }
}
@media (min-width: 992px) {
    .modal__dialog {
        max-width: 800px;
        margin:0 auto;
    }
}
@media screen and (max-width:991px){
  .itemDetail__detail ul{
        gap: 10px 20px;
    flex-wrap: wrap;
  }
  .itemDetail__title em{
    display: none;
  }
  .itemDetail__title h5 a{
    font-size: 100%;
  }
  .bg-content .title-main{
    margin-bottom: 20px;
  }
  .items-single-td .title{
    padding-top: 0;
    padding-bottom: 20px;
  }
  .items-single-td{
    padding: 20px 10px;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin-bottom: 25px;
  }
  .items-single-td:nth-child(2n+2){
    background-color: #fff;
  }
}

.custom-background, .site-sm, .site-contact .content-contact {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.site-sm {
  padding: 50px 0px;
}
.site-sm .the_content_custom {
  text-align: justify;
}
.the_content_custom h2{
  font-size: 200%;
  margin-bottom: 20px;
  color: var(--blue);
}
.the_content_custom {
  color: #1d3454;
}
.the_content_custom h3 {
  font-size: 250%;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.3;
}
.the_content_custom p {
  font-size: 100%;
  margin-bottom: 0;
}
.color-white{
  color: #fff;
}

.items-video .ratio{
  border-radius: 10px;
  padding-bottom: 70%;
}
.items-video .js-play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}
.items-video .js-play svg{
  width: 50px;
}
.items-video  h3{
  text-align: center;
  padding-top: 20px;
  font-size: 120%;
  font-weight: 600;
}

.modal__content .text{
  padding-bottom: 15px;
}
.modal__content .text a{
  font-weight: bold;
    color: var(--blue);
    display: block;
    margin-bottom: 10px !important;
    margin: 0;
    padding: 0;
    border: 0;
    height: auto;
    font-size: 100%;
}
.modal__content .text a:hover{
  color: var(--red);
}
.modal__content .text p{
  margin-bottom: 0;
}
.modal__content .form-contact{
  padding-left: 0;
  padding-top: 40px;
}

.res-tc{
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 999999999999;
    background: rgba(2,2,2,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.res-tc p{
 width: max-content;
    background: #fff;
    padding: 30px;
    font-weight: bold;
    max-width: 400px;
    text-align: justify;
}

.the_content_right{
  background: #fff !important;
  color: #000 !important;
}
.the_content_right .tt{
  display: block;
  color: var(--blue);
  margin-bottom: 20px;
  font-size: 120%;
}

.site-sm .title-main p{
  max-width: 800px;
  margin:0 auto;
}
.site-sm .items{
  text-align: center;
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}
.site-sm .items .img{
  border:2px solid #003f87;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  padding:20px;
  background: #fff;
  margin:0 auto;
}
.site-sm .items .img img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.site-sm .items h3{
  padding:15px 0px;
  font-size: 150%;
  font-weight: bold;
  color: #003f87;
  text-transform: uppercase;
}
.site-sm .items p{
  margin-bottom: 0;
}

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