@charset "UTF-8";

object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

b,
strong,
th {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}

ol,
ul,
li {
  padding: 0;
  list-style: none;
  margin: 0;
}

label {
  font-weight: normal;
}

input[type=text],
input[type=email],
input[type=password] {
  padding-left: 12px;
  padding-right: 12px;
}

select {
  padding-left: 8px;
}

input[type=number] {
  padding-left: 5px;
}

textarea {
  padding: 8px 12px 5px 12px;
}

input,
textarea,
select,
button,
a {
  outline: none;
}

button {
  border: none;
  background: none;
  padding: 0;
}

* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top);
}

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.col-mar-0>div[class^=col-] {
  padding-left: 0px;
  padding-right: 0px;
}

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.col-mar-5>div[class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px;
}

.col-mar-8>div[class^=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.col-mar-10>div[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

html,
body {
  font-size: 16px;
  color: #808080;
  background: #fff;
  overflow-x: hidden;
}

html.show-menu,
body.show-menu {
  overflow: hidden;
}

body {
  overflow-x: hidden;
  line-height: 1.5;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body.show-menu {
  overflow: hidden;
}

body.show-menu {
  overflow: hidden;
}

body a {
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: 0.3s all 0s;
  transition: 0.3s all 0s;
}

body a:hover,
body a:focus,
body a:active {
  color: #ff6700;
  outline: none;
}

textarea,
input,
button {
  outline: none !important;
}

body::-webkit-scrollbar-track {
  background-color: #fff;
}

body::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #ff6700;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.49;
}

.fw300 {
  font-weight: 300;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw900 {
  font-weight: 900;
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}

.s-content p {
  margin-bottom: 10px;
}

.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto !important;
}

.s-content table,
.s-content iframe {
  max-width: 100%;
  width: 100%;
}

.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #0000006e;
}

.s-content table td {
  border-collapse: collapse;
  border: solid 1px #0000006e;
  padding: 3px;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.s-content h3 {
  font-size: 1.17em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.s-content h4 {
  font-size: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.s-content h5 {
  font-size: 0.83em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.s-content h6 {
  font-size: 0.67em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.section-all {
  padding: 5rem 0;
}

.cl-55 {
  color: #555;
}

.cl-77 {
  color: #777;
}

.module-title__all {
  font-family: "Roboto_Bold", sans-serif;
  font-size: 2.8125rem;
  color: #000;
}

.module-title__all span {
  color: #ff6700;
}

.title-big__all {
  font-size: 2.8125rem;
}

.title-big__all.bd-top {
  position: relative;
  padding-top: 1.5625rem;
  border-top: unset;
}

.title-big__all.bd-top::before {
  content: "";
  width: 5.625rem;
  height: 0.25rem;
  background: #ff6700;
  position: absolute;
  top: 0;
  left: 0;
}

.title-medium__all {
  font-size: 1.875rem;
}

.title-small__all {
  font-size: 1.5rem;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  font-family: "Roboto_Bold", sans-serif;
  padding: 0.375rem 1.25rem;
  min-height: 3.75rem;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-orange__all {
  background: #ff6700;
  color: #fff;
}

.btn-orange__all:hover {
  background: #b74e07;
  color: #fff;
}

.btn-white__all {
  background: #fff;
  color: #000000;
}

.btn-white__all:hover {
  background: #ff6700;
  color: #fff;
}

.wrapper-input i {
  font-size: 1.5rem;
}

.form-control {
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  color: #666;
  background: #fff;
  min-height: 4.375rem;
  font-size: 1.5rem;
}

.form-control:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.form-control::-webkit-input-placeholder {
  color: #666;
}

.form-control::-moz-placeholder {
  color: #666;
}

.form-control:-ms-input-placeholder {
  color: #666;
}

.form-control::-ms-input-placeholder {
  color: #666;
}

.form-control::placeholder {
  color: #666;
}

.mb-8 {
  margin-bottom: 5rem;
}

.mb-11 {
  margin-bottom: 7.1875rem;
}

.item-advantages {
  -webkit-box-shadow: 8px 0px 10px #bbbbbbbf;
  box-shadow: 8px 0px 10px #bbbbbbbf;
  border-radius: 10px;
  background: #fff;
  height: 100%;
  padding: 2.8125rem 1.5625rem 2.1875rem;
  border: 2px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item-advantages:hover {
  border: 2px solid #ff6700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item-advantages .icon {
  width: 15rem;
  height: 15rem;
  margin-left: auto;
  margin-right: auto;
}

.item-advantages .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.item-advantages .btn-orange__all {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  min-width: 15.625rem;
}

.statis-system {
  max-width: 21.25rem;
  margin-right: auto;
  margin-left: 0;
}

.statis-system li {
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.statis-system li:not(:last-child) {
  margin-bottom: 6.125rem;
}

.statis-system li img {
  max-width: 6.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.statis-system li .ct-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-system .row-statis {
  margin-bottom: 5.625rem;
}

.section-system .address-list li {
  color: #000;
  position: relative;
  padding-left: 0.9375rem;
}

.section-system .address-list li::before {
  content: "";
  font-family: "fontAwesome";
  position: absolute;
  top: -2px;
  left: 0;
  color: #ff6700;
  z-index: inherit;
  font-size: 1rem;
}

.section-system .address-list li:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.item-service__all {
  gap: 1.5625rem;
  -webkit-box-shadow: 8px 0px 10px #bbbbbbbf;
  box-shadow: 8px 0px 10px #bbbbbbbf;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 1.25rem;
  height: 100%;
  border: 2px solid transparent;
}

.item-service__all:hover {
  border: 2px solid #ff6700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item-service__all .icon {
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-service__all .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.section-sevice__special .nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.25rem;
}

.section-sevice__special .nav .nav-item .nav-link {
  -webkit-box-shadow: 8px 0px 10px #bbbbbbbf;
  box-shadow: 8px 0px 10px #bbbbbbbf;
  border-radius: 10px;
  background: #f7f7f7;
  padding: 0.8125rem 1.25rem;
  font-size: 1.875rem;
  font-family: "Roboto_Bold", sans-serif;
  color: #000;
  border: 2px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 24.0625rem;
}

.section-sevice__special .nav .nav-item .nav-link.active,
.section-sevice__special .nav .nav-item .nav-link:hover {
  border: 2px solid #ff6700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bg-gray {
  background: #f7f7f7;
}

.item-service__special .img {
  padding-top: 102%;
  border-radius: 10px;
  overflow: hidden;
}

.item-service__special .ct-text {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 1.25rem;
  padding: 0.625rem 1.875rem 0.9375rem;
  background: rgba(0, 0, 0, 0.4);
  min-height: 9.5rem;
}

.item-service__special .ct-text .title-medium__all {
  color: #fff;
}

.item-service__special .ct-text .title-medium__all:hover {
  color: #FF6700;
}

.item-service__special .ct-text .sort_content {
  color: #e4e4e4;
}

.pagination-circle .swiper-pagination-bullet {
  width: 0.9375rem;
  height: 0.9375rem;
  background: #bebebe;
  margin: 0 0.625rem !important;
}

.pagination-circle .swiper-pagination-bullet-active {
  background: #FF6700;
}

.item-partner {
  padding-top: 70%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item-partner:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item-partner img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  max-width: 80%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer {
  background-color: #000;
  padding-top: 3.125rem;
  padding-bottom: 6.5625rem;
  position: relative;
}

.footer .particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
  z-index: inherit;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer .logo-footer {
  max-width: 12.5rem;
}

.footer .nav-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .nav-footer ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  color: #bebebe;
}

.footer .nav-footer ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.footer .nav-footer.nav__ ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.footer .sort_content {
  color: #bebebe;
}

.footer .contact-footer {
  gap: 1.25rem;
}

.footer .contact-footer .btn-orange__all {
  border-radius: 21px;
  min-height: 2.6875rem;
  min-width: 15.9375rem;
  font-size: 1.25rem;
}

.footer .col__bottom {
  gap: 3.125rem;
  color: #bebebe;
}

.footer .social-footer {
  gap: 2.5rem;
}

.footer .social-footer li a {
  font-size: 1.5625rem;
}

.footer .certification {
  max-width: 6.25rem;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 2.5rem;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .container {
  background: #fff;
  -webkit-box-shadow: 8px 0px 10px #BCBCBCBF;
  box-shadow: 8px 0px 10px #BCBCBCBF;
  border-radius: 8px;
  padding: 3.125rem 4.25rem;
}

.header .logo-header {
  max-width: 12.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header .logo-header img {
  max-width: 9.375rem;
  min-height: 1.5rem;
}

.header .menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.375rem;
}

.header .menu ul li a {
  font-size: 1.125rem;
  color: #000;
  display: block;
  font-family: "Roboto_Bold", sans-serif;
}

.header .menu ul li a:hover {
  color: #FF6700;
}

.header .change-lang {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 2.375rem;
  position: relative;
  cursor: pointer;
}

.header .change-lang:hover .lang-content__detail {
  top: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: all;
}

.header .change-lang .lang-content__detail {
  position: absolute;
  top: 150%;
  background: #fff;
  z-index: 10;
  border-radius: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.header .change-lang .lang-content__detail li a {
  display: block;
  padding: 0.3125rem 0.625rem;
}

.header .change-lang .lang-content__detail li a:hover,
.header .change-lang .lang-content__detail li a:focus {
  background: #ebebeb;
}

.img-map img {
  max-width: 24.1875rem;
}

.module-partner {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.swiper-button__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background: rgba(128, 128, 128, 0.5);
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  font-size: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button__circle:hover {
  color: #FF6700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-circle__prev {
  left: 0;
}

.button-circle__next {
  right: 0;
}

.slide-banner__index img {
  width: 100%;
}

.slide-banner__index .swiper-slide .container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  z-index: 1;
}

.slide-banner__index .ct-text {
  max-width: 45%;
  margin-left: 0;
  margin-right: auto;
  margin-top: 15.625rem;
}

.slide-banner__index .ct-text .title-medium__all {
  line-height: 1.2;
}

.slide-banner__index .ct-text .title-big__all {
  line-height: 1.2;
}

.slide-banner__index .ct-text .btn-white__all {
  margin-top: 5.625rem;
  min-width: 15.625rem;
}

.slide-banner__index .slide-bottom {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 3.125rem;
  width: 100%;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slide-banner__index .slide-bottom .download__app {
  gap: 1.875rem;
}

.slide-banner__index .slide-bottom .download__app .qr-code {
  width: 7.9375rem;
  height: 7.9375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.slide-banner__index .slide-bottom .download__app .content .title strong {
  color: #FF6700;
  font-family: "Roboto_Bold", sans-serif;
}

.slide-banner__index .slide-bottom .download__app .download-content {
  gap: 1.5625rem;
}

.slide-banner__index .slide-bottom .download__app .download-content li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.slide-banner__index .slide-bottom .download__app .download-content li a img {
  max-height: 3.5rem;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.mg-auto {
  margin-left: auto;
  margin-right: auto;
}

.choose-solution ul {
  margin-left: 0;
}

.choose-solution ul li {
  font-size: 1.5rem;
  list-style-type: none;
  color: #000;
  position: relative;
  padding-left: 2.5rem;
}

.choose-solution ul li::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/2-3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.5625rem;
  left: 0;
  z-index: inherit;
}

.choose-solution ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.image {
  border-radius: 10px;
  overflow: hidden;
}

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.875rem 0;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination ul li {
  font-size: 1.5rem;
}

.pagination ul li span {
  color: #808080;
}

.pagination ul li a {
  color: #d9d9d9;
}

.pagination ul li a:hover,
.pagination ul li a:focus {
  color: #808080;
}


@media (min-width: 992px) {
  .wow {
    visibility: hidden;
  }

  .menu ul li {
    position: relative;
  }

  .menu ul li:hover .btn-dropdown-menu {
    color: #FF6700;
  }

  .menu ul li:hover ul {
    top: 100%;
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .menu ul li ul {
    position: absolute;
    top: 150%;
    left: 0;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    display: block !important;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
  }

  .menu ul li ul li:hover a {
    border-top: 1px solid #FF6700;
    border-bottom: 1px solid #FF6700;
  }

  .menu ul li ul li a {
    display: block;
    padding: 0.3125rem 0.9375rem;
    border: 1px solid transparent;
  }

  .menu ul li .btn-dropdown-menu {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 1651px) {
  body {
    font-size: 14px;
  }

  .fz-24 {
    font-size: 1rem;
  }

  .fz-20 {
    font-size: 1.125rem;
  }

  .fz-18 {
    font-size: 1rem;
  }

  .fz-16 {
    font-size: 0.875rem;
  }

  .header .menu ul li a {
    font-size: 0.875rem;
  }

  .change-lang .lang-content {
    font-size: 0.875rem;
  }

  .change-lang .lang-content__detail {
    font-size: 0.875rem;
  }

  .module-title__all,
  .title-big__all {
    font-size: 1.875rem;
  }

  .section-all {
    padding: 2.5rem 0;
  }

  .mb-8,
  .mb-11 {
    margin-bottom: 1.875rem;
  }

  .slide-banner__index .title-small__all {
    margin-bottom: 0.625rem;
    font-size: 1rem;
  }

  .slide-banner__index .ct-text .btn-white__all {
    margin-top: 1.875rem;
    min-width: auto;
  }

  .btn {
    min-height: 2.5rem;
    font-size: 1rem;
  }

  .item-advantages {
    padding: 1.25rem;
  }

  .item-advantages .title {
    font-size: 1.25rem;
  }

  .statis-system li:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .title-medium__all {
    font-size: 1.25rem;
  }

  .item-service__all .icon {
    width: 3.75rem;
    height: 3.75rem;
  }

  .item-service__all .icon .sort_content {
    font-size: 0.875rem;
  }

  .section-sevice__special .nav .nav-item .nav-link {
    font-size: 1.125rem;
    min-width: 17.5rem;
  }

  .item-service__special .ct-text {
    min-height: 8.125rem;
  }

  .title-small__all {
    font-size: 1rem;
  }

  .form-control {
    font-size: 0.875rem;
    min-height: 2.5rem;
  }

  .pagination ul li {
    font-size: 1rem;
  }

  .choose-solution ul li {
    font-size: 0.875rem;
  }

  .choose-solution ul li::before {
    top: 0;
  }
}

@media (max-width: 1199px) {
  .header .container {
    padding: 1.25rem 1.875rem;
  }

  .header .menu ul {
    gap: 1.25rem;
  }

  .header .change-lang {
    margin-left: 1.25rem;
  }

  .footer .col__bottom {
    gap: 1.25rem;
  }

  .footer .social-footer {
    gap: 0.625rem;
  }
}

@media (max-width: 991px) {
  .wow {
    visibility: visible;
  }

  .mb-md-25 {
    margin-bottom: 1.5625rem;
  }

  .over-lay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .over-lay.show {
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .mb-md-15 {
    margin-bottom: 0.9375rem;
  }

  .mb-md-30 {
    margin-bottom: 1.875rem;
  }

  .mb-md-40 {
    margin-bottom: 2.5rem;
  }

  .fz-22 {
    font-size: 1.125rem;
  }

  .fz-18 {
    font-size: 1rem;
  }

  .btn {
    font-size: 0.875rem;
  }

  .header {
    position: unset;
  }

  .header .container {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0.9375rem 0;
  }

  .header .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    max-width: 21.875rem;
    z-index: 100;
    overflow-y: auto;
    background: #fff;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header .menu.active {
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header .menu ul {
    display: block;
  }

  .header .menu ul li {
    position: relative;
  }

  .header .menu ul li:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }

  .header .menu ul li a {
    display: block;
    padding: 0.625rem;
  }

  .header .menu ul li ul {
    padding-left: 0.9375rem;
    display: none;
  }

  .header .menu ul li ul li {
    border-bottom: none !important;
  }

  .header .menu ul li .btn-dropdown-menu {
    position: absolute;
    top: 0.375rem;
    right: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header .menu ul li .btn-dropdown-menu.open {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .slide-banner__index .ct-text {
    margin-top: 0.9375rem;
  }

  .slide-banner__index .title-small__all {
    font-size: 0.875rem;
  }

  .module-title__all,
  .title-big__all {
    font-size: 1.3125rem;
  }

  .pagination-circle .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.25rem !important;
  }

  .slide-banner__index .slide-bottom .download__app {
    gap: 0.9375rem;
  }

  .slide-banner__index .slide-bottom .download__app .qr-code {
    width: 3.75rem;
    height: 3.75rem;
  }

  .slide-banner__index .slide-bottom .download__app .download-content li a img {
    max-height: 1.875rem;
  }

  .slide-banner__index .slide-bottom {
    padding: 0 0.9375rem;
  }

  .section-all {
    padding: 1.25rem 0;
  }

  .item-advantages .icon {
    width: 5rem;
    height: 5rem;
    margin-bottom: 0.9375rem;
  }

  .item-advantages .title {
    font-size: 1rem;
  }

  .item-advantages .sort_contetn {
    font-size: 0.875rem;
  }

  .mb-md-20 {
    margin-bottom: 1.25rem;
  }

  .title-big__all.bd-top {
    padding-top: 0.625rem;
  }

  .statis-system {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .statis-system li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .statis-system li:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .statis-system li img {
    max-width: 4.375rem;
  }

  .item-service__all {
    gap: 0.9375rem;
  }

  .item-service__all .title-medium__all {
    font-size: 1rem;
  }

  .item-service__all .sort_content {
    font-size: 0.875rem;
  }

  .section-sevice__special .nav .nav-item .nav-link {
    font-size: 0.875rem;
    min-width: unset;
  }

  .over-lay {
    position: fixed;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 90;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .over-lay.show {
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .slide-banner__index .ct-text .sort_content {
    display: none;
  }

  .footer .particles-js-canvas-el {
    display: none;
  }
}

@media (max-width: 767px) {
  .mb-sm-15 {
    margin-bottom: 0.9375rem;
  }

  .mb-sm-15 {
    margin-bottom: 0.9375rem;
  }

  .mb-sm-20 {
    margin-bottom: 1.25rem;
  }

  body {
    font-size: 12px;
  }

  .slide-banner__index .slide-bottom .content .title {
    font-size: 0.875rem;
  }

  .slide-banner__index .ct-text .title-big__all {
    font-size: 1rem;
  }

  .slide-banner__index .ct-text .title-big__all.mb-20 {
    margin-bottom: 0.625rem !important;
  }

  .slide-banner__index .ct-text .btn-white__all {
    margin-top: 0.625rem;
  }

  .item-advantages .btn-orange__all {
    min-width: 100%;
  }

  .title-big__all.bd-top::before {
    height: 0.125rem;
  }

  .statis-system li .ct-text .sort_content {
    font-size: 0.875rem;
  }

  .btn {
    min-height: 2rem;
    font-size: 0.75rem;
  }

  .footer .contact-footer .btn-orange__all {
    min-width: unset;
  }

  .title-footer {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 0.75rem;
  }

  .fz-14 {
    font-size: 0.75rem;
  }

  .mb-mbs-10 {
    margin-bottom: 0.625rem;
  }

  .pb-40 {
    padding-bottom: 1.25rem;
  }

  .pb-mb-20 {
    padding: 1.25rem;
  }

  .fz-36 {
    font-size: 1rem;
  }

  .mb-40 {
    margin-bottom: 1.25rem;
  }

  .mb-25 {
    margin-bottom: 0.9375rem;
  }

  .slide-banner__index .slide-bottom {
    display: none !important;
  }

  .slide-banner__index .ct-text .title-big__all {
    display: none;
  }

  .module-title__all,
  .title-big__all {
    font-size: 1.125rem;
  }

  .statis-system li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .section-system .row-statis {
    margin-bottom: 1.875rem;
  }

  .footer .contact-footer .btn-orange__all {
    min-height: 2rem;
    font-size: 0.75rem;
  }

  .header .container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .header .menu {
    max-width: 80%;
  }

  .title-medium__all {
    font-size: 1rem;
  }

  .swiper-button__circle {
    display: none;
  }

  .section-sevice__special .nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .choose-solution ul li {
    padding-left: 1.875rem;
  }

  .choose-solution ul li::before {
    width: 1.125rem;
    height: 1.125rem;
    top: 0.125rem;
  }

  .slide-banner__index .sort_content {
    display: none;
  }
}