@charset "UTF-8";
.container-fluid {
  padding: 0px;
}

.container {
  padding: 0 12px;
}

@media (min-width: 1024px) {
  .container {
    max-width: 1200px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  .grid-container {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    display: grid;
  }

  .if-youtube {
    width: -webkit-fill-available;
    height: 480px;
  }
}
@media (min-width: 1024px) {
  .if-youtube {
    width: 750px;
    height: 480px;
  }
}
@media (min-width: 768px) {
  .m-height {
    min-height: 100vh;
  }

  #section1 .grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto;
    display: grid;
  }

  #section2 .grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto auto;
    display: grid;
  }

  #section2 .grid-container .item {
    overflow: hidden;
  }
  #section2 .grid-container .item iframe {
    width: 100% !important;
    height: auto !important;
  }
  #section2 .grid-container .item img {
    height: auto;
    width: 100%;
  }

  .gird-1 {
    grid-area: 1/1/3/3;
  }

  .gird-4 {
    grid-area: 3/1/5/2;
  }

  .gird-5 {
    grid-area: 3/2/5/3;
  }

  .if-youtube {
    width: -webkit-fill-available;
  }
}
.my-25 {
  margin: 25px 0px;
}

.pl-20 {
  padding-left: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.bd-ra-2r {
  border-radius: 1rem;
}

.pd-20 {
  padding: 20px;
}

.scroll-cs {
  display: block;
  overflow: auto;
  height: 425px;
  scrollbar-color: #005A80 white;
  scrollbar-width: thin;
}

.lockScroll {
  overflow: hidden;
}

.form-control:focus {
  box-shadow: unset;
}

.bg-pri {
  background-color: #005A80;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.border-pri {
  border: 1px solid #005A80 !important;
}

.h-feature {
  height: 150px;
  object-fit: cover;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.dropdown-toggle::after {
  border: none !important;
}

.btn-light:focus {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

td {
  padding: 5px;
}

h2, h3, h5, h5, h6 {
  font-size: 1rem;
  font-weight: bold;
}

.wp-content iframe {
  margin: 1.2rem auto;
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.wp-content img {
  max-width: 100%;
  height: auto;
  border: solid 1px #4A4D4E;
  padding: 5px;
}

.text-primary {
  color: #005A80 !important;
}

.title-1 {
  font-size: 2.85rem;
  font-weight: bold;
}

.title-2 {
  font-size: 1.85rem;
  font-weight: bold;
  line-height: 2rem;
}

.text-orange {
  color: #F7931E !important;
}

.title-vi {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 10px;
  color: white;
}

.title-primary {
  font-size: 2.5rem;
  color: #005A80;
  position: relative;
  padding: 0 20px;
  display: inline-block;
  font-weight: 700;
}
.title-primary::before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #005A80;
}
.title-primary a {
  color: #005a80 !important;
}
@media screen and (max-width: 991px) {
  .title-primary {
    font-size: 1.2rem;
  }
}

.section-title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.title-stroke {
  line-height: 70px;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.text-primary {
  color: #005A80;
}

.title-name {
  margin: 0 0 10px 0;
  color: #4A4D4E;
  font-size: 30px;
}
.title-name p {
  margin: 0 0 20px 0;
  color: #005A80;
  font-size: 30px;
}
.title-name span {
  font-size: 30px;
}

.text {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 300;
}

.text-1-2 {
  font-size: 1.2rem;
  font-weight: 300;
}

.text-0-7 {
  font-size: 0.7rem;
  font-weight: 300;
}

.title-name {
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.title-border-left {
  max-width: 485px;
  color: #4A4D4E;
  position: relative;
  padding: 0 20px;
  display: inline-block;
}
.title-border-left::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #005A80;
}
@media screen and (max-width: 991px) {
  .title-border-left {
    font-size: 1.2rem;
  }
}

.text-red {
  color: #F83C49;
  font-weight: 500;
  line-height: 24px;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
}

.card-text {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.3;
}

.title-fot {
  font-weight: bold;
  font-size: 20px;
}

.fw-600 {
  font-weight: 600;
}

.btn-readmore {
  background: #fff;
  border-radius: 200px;
  display: inline-block;
  padding: 2px;
  transition: all 0.3s;
}
.btn-readmore i {
  background: #165FAB;
  border-radius: 200px;
  padding: 5px;
}
.btn-readmore span {
  background: #165FAB;
  border-radius: 200px;
  padding: 2px 20px;
  display: inline-block;
  width: max-content;
}
.btn-readmore:hover {
  background: #165FAB;
  border: solid 1px #fff;
}

.btn-search {
  background: none;
  border: none;
}

.btn-primary {
  color: #fff;
  background-color: #005A80;
  border-color: #005A80;
}

.btn-outline-primary {
  color: #005A80;
  background-color: #fff;
  border-color: #005A80;
}

.supportNav-item {
  padding: 0 0 30px !important;
  text-align: center;
}
.supportNav-item a {
  display: block;
  width: 100%;
  padding: 12px 0;
  background-color: transparent;
  font-family: Inter, sans-serif !important;
  color: #333;
}
.supportNav-item a img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  width: 60px;
  height: 60px;
  font-size: 32px;
  margin-bottom: 10px;
}
.supportNav-item a .supportNav-item_text {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #262a2e;
  display: inline-block;
}

.industry-all-major {
  align-items: center;
  color: #15171a;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 16px 8px 15px;
}

@media only screen and (min-width: 1200px) {
  .industry-all-major:hover {
    background-color: white;
    color: #0070f4;
    cursor: pointer;
    border-radius: 20px;
  }
}
#up_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 98;
  width: 35px;
  height: 35px;
  border: solid 1px #005A80;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  padding: 6px;
}

.btn-outline-secondary {
  background-color: #fff;
  border: 1px solid #F7931E;
  transition: all linear 0.3s;
  padding: 10px 5px;
  cursor: pointer;
  border-radius: 5px;
  width: 230px;
  justify-content: center;
  margin: 0 5px;
  color: #F7931E;
}
.btn-outline-secondary i {
  padding-right: 5px;
  padding-top: 0;
  font-size: 25px;
  color: #F7931E;
}
.btn-outline-secondary:hover {
  background-color: #F7931E;
  color: #fff;
  border-color: #F7931E;
}
.btn-outline-secondary:hover i {
  color: #fff;
}

.button-app {
  background-color: #005A80;
  border: 1px solid #005A80;
  padding: 5px;
  border-radius: 5px;
}
.button-app i {
  padding-right: 5px;
  padding-top: 2px;
  font-size: 30px;
  color: #F7931E;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev-btn {
  left: 46px;
}

.next-btn {
  right: 46px;
}

.slider-data button {
  background: transparent;
}
.slider-data button i {
  color: #fff;
  font-size: 30px;
}

.btn-light {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

.ezy__header-btn {
  padding: 12px 30px;
  color: #fff;
  box-shadow: var(--ezy-shadow);
  background-color: #005A80;
  border-color: #005A80;
}
.ezy__header-btn:hover {
  color: #fff;
  background-color: rgba(var(--ezy-theme-color-rgb), 0.9);
  border-color: rgba(var(--ezy-theme-color-rgb), 0.9);
}

.btn-app:focus, .btn-app:hover {
  opacity: 0.8;
}

@keyframes slide {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes slideRight {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes slideRightHide {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #4A4D4E;
}
* a {
  color: #005A80;
  text-decoration: none;
}

body {
  overflow-x: hidden;
  font-size: 14px;
}

body.show {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 65, 65, 0.75);
  z-index: 1;
  display: none;
}

.show .overlay {
  display: block;
}

.br-25 {
  border-radius: 25px;
}

.primary-bg {
  background: #F9FAFB;
}

.pb-80 {
  padding-bottom: 80px;
}

.p-20 {
  padding: 20px !important;
}

.p-10 {
  padding: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-20 {
  padding: 0 20px;
}

.py-20 {
  padding: 20px 0px;
}

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

.--order {
  order: -1;
}

.py-40 {
  padding: 40px 0;
}

.py-80 {
  padding: 80px 0;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.font-700 {
  font-weight: 700;
}

.fs-20 {
  font-size: 20px;
}

.fs-30 {
  font-size: 30px;
}

.bg-white {
  background-color: #fff;
}

.bg-orange {
  background-color: #F7931E;
}

.aspect-ratio--4-2 {
  aspect-ratio: 4/2;
}

.h-350 {
  height: 350px;
}

.h-250 {
  height: 250px;
}

.h-500 {
  height: 500px;
}

.bg-pri-gradiant {
  background: linear-gradient(90deg, #2b7391 0%, #578da4 100%);
}

.bg-img-info img {
  height: 500px;
  width: 80%;
}

.bg-primary-10 {
  background-color: #f2f8fe !important;
}

.z-index-1 {
  z-index: 1;
}

.m-auto-text {
  margin-bottom: auto;
  margin-top: auto;
  margin-right: auto;
  width: 90%;
}

.scroll-behavior-smooth {
  scroll-behavior: smooth;
}

i {
  font-size: 1rem;
}

.input-container i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #d9534f !important;
  pointer-events: none;
}

.input-container input {
  padding-right: 30px;
}

.overplayAll-submit {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  background: rgba(40, 40, 40, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s;
  z-index: 9999;
}

.overplayAll-submit.active {
  opacity: 1;
  visibility: visible;
}

.loader {
  width: 50px;
  height: 50px;
  border: 5px solid #0000001C;
  border-radius: 50%;
  border-top-color: #eba92f;
  border-left-color: #2b9157;
  border-right-color: #1466e2;
  border-bottom-color: #e04747;
  animation: loader1776 2s linear infinite;
  position: fixed;
  top: 50%;
  right: 50%;
}

@keyframes loader1776 {
  to {
    transform: rotate(360deg);
  }
}
.bn46 {
  width: 150px;
  height: 50px;
}

.bn45 {
  width: 170px;
  height: 50px;
}

header#header {
  background: #fff;
  z-index: 999;
  position: relative;
  box-shadow: 0 0 3px #000;
}
header#header .logo {
  padding: 10px 0;
}
header#header .logo img {
  width: 150px;
}
header#header ul.headerMenu {
  display: inline-flex;
  margin: 0;
  flex-wrap: wrap;
}
header#header ul.headerMenu > li {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
header#header ul.headerMenu > li:hover a {
  color: #005A80;
}
header#header ul.headerMenu > li:hover ul.subMenu {
  visibility: visible;
  transform: scaleY(1);
}
header#header ul.headerMenu > li a {
  display: block;
  font-size: 1rem;
  padding: 10px;
  color: #4A4D4E;
}
header#header ul.headerMenu > li ul.subMenu {
  visibility: hidden;
  transition: all 0.4s;
  transform: scaleY(0);
  transform-origin: top;
  position: absolute;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 4px rgba(40, 40, 40, 0.3);
  top: 100%;
  left: 0;
  min-width: 200px;
}
header#header ul.headerMenu > li ul.subMenu .subMenuItem {
  width: 100%;
  padding: 10px 20px;
  display: block;
  white-space: initial;
}
header#header ul.headerMenu > li ul.subMenu .subMenuItem > .subMenuThree {
  visibility: hidden;
  transition: all 0.4s;
  transform: scaleX(0);
  transform-origin: left;
  position: absolute;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 4px rgba(40, 40, 40, 0.3);
  top: 0;
  left: 100%;
  width: 200px;
}
header#header ul.headerMenu > li ul.subMenu .subMenuItem:hover > .subMenuThree {
  visibility: visible;
  transform: scaleY(1);
}
header#header .showMoreMenu {
  display: flex;
  align-items: center;
  justify-content: end;
  min-width: 165px;
}
header#header .showMoreMenu .showMoreMenuItem {
  display: none;
}
header#header .showMoreMenu .showMoreMenuItem i {
  line-height: 40px;
  font-size: 20px;
  margin: 0 10px;
  font-weight: 700;
}
header#header ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
header#header .subMenu > li.hasChild a {
  padding: 0 !important;
}
header#header .subMenu > li.hasChild i {
  float: right;
}

header#header.stuck {
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  top: 0;
  animation: stuckMoveDown 0.6s;
}

.overplayAll {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  background: rgba(40, 40, 40, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s;
  z-index: 9999;
}

.overplayAll.active {
  opacity: 1;
  visibility: visible;
}

.footer {
  background-color: #fff;
  border-top: 1px solid #E6E8EC;
}
.footer i.fa-solid.fa-globe {
  padding-right: 5px;
  padding-top: 2px;
  font-size: 16px;
  color: #F7931E;
}
.footer .link-footer {
  border: 1px solid #F7931E;
  padding: 10px;
  border-radius: 5px;
}
.footer .link-footer a {
  color: #4A4D4E;
}
.footer p.first-text {
  margin: 0;
  font-size: 11px;
  color: #4A4D4E;
}
.footer p.se-text {
  font-weight: bold;
  color: #F7931E;
  margin: 0px;
  font-size: 14px;
}
.footer .footer-contact {
  padding-top: 20px;
}
.footer .footer-contact p {
  color: #4A4D4E;
  font-size: 16px;
}
.footer .footer-contact p.text-in {
  font-size: 24px;
}
.footer .footer-contact i {
  padding-top: 3px;
  padding-right: 10px;
  color: #F7931E;
  font-size: 20px;
}
.footer .text-info-right p, .footer .text-info-right strong, .footer .text-info-right span {
  color: #4A4D4E;
}
.footer .button-fotter button {
  background-color: #fff;
  color: #4A4D4E;
  border: 1px solid #4A4D4E;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 15px;
  cursor: pointer;
  margin: 4px;
}
.footer .button-fotter button:hover {
  opacity: 0.8;
}
.footer .copyright.py-3 {
  color: #4A4D4E;
  text-align: center;
}

.img-footer {
  display: flex;
  height: 50px;
}

.img-footer img {
  width: 135px;
  height: 40px;
}

.border-line-top-bottom {
  border-bottom: 1px solid #E6E8EC;
  border-top: 1px solid #E6E8EC;
}

.list-group-item {
  border: unset;
  border-radius: unset;
  background: white;
}
.list-group {
  border-radius: unset;
}

#submenuAll .sidebar {
  top: 0;
  max-height: calc(100vh - 10px);
  overflow-y: scroll;
}

.sidebar {
  border-right: 1px solid #e8eaed;
  position: sticky;
  padding: 20px 0;
  top: 100px;
  left: 0;
  color: #fff;
  scrollbar-color: #005A80 white;
  scrollbar-width: thin;
  max-height: calc(100vh - 100px);
  overflow: hidden;
}
.sidebar:hover {
  overflow: unset;
  overflow-y: scroll;
}

#sidebarAll, #submenuAll {
  background: #fff;
  position: fixed;
  width: 300px;
  top: 0;
  right: 0;
  height: 100%;
  box-shadow: 0px 2px 4px rgba(40, 40, 40, 0.2);
  transition: all 0.3s linear;
  transform: translateX(100%);
  z-index: 10000;
  overflow-y: scroll;
}
#sidebarAll ol, #sidebarAll ul, #submenuAll ol, #submenuAll ul {
  list-style: none;
  padding: 0;
}

@media (max-width: 1201px) {
  #menu-pc {
    display: none;
  }

  #submenuSideBar .sidebar {
    width: 100% !important;
  }
  #submenuSideBar .content-menu {
    width: 100% !important;
  }
  #submenuSideBar .d-block-cs {
    display: block;
  }
}
@media (max-width: 1200px) {
  #sidebarAll .sidebarAllMainMenu nav#sliderMenuVertical > ul > li {
    padding: 10px 0px;
    border-bottom: 1px dotted #e1e1e1;
  }

  .subMenuThree > .subMenuItem {
    padding: 10px 0px;
    border-bottom: 1px dotted #e1e1e1;
  }

  .subMenuThree > .subMenuItem:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  #sidebarAll .sidebarAllMainMenu nav#sliderMenuVertical > ul > li > .subMenu {
    display: none;
    padding-top: 15px;
    margin-left: 15px;
  }

  #sidebarAll .sidebarAllMainMenu nav#sliderMenuVertical > ul > li > a i {
    float: right;
    transition: all 0.3s linear;
  }

  #sidebarAll .sidebarAllMainMenu nav#sliderMenuVertical {
    padding: 20px;
    padding-top: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
  }

  #sidebarAll .sidebarAllMainMenu nav#sliderMenuVertical > ul > li > a i.activeMenuVertical {
    transform: rotate(-90deg);
  }

  #sidebarAll .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenu > li > a i {
    float: right;
    transition: all 0.3s linear;
  }

  li.active.subMenuItem.hasChild {
    padding-right: 5px;
  }

  #sidebarAll .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuThree {
    display: none;
    padding-top: 15px;
    margin-left: 30px;
  }

  #sidebarAll .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenu > li > a i.activeMenuVertical {
    transform: rotate(90deg);
  }

  .link-footer {
    width: 120px;
    border: 1px solid #005A80;
    padding: 12px;
    border-radius: 5px;
  }
  .link-footer a {
    color: #005A80;
  }
  .link-footer i.fa-solid.fa-globe {
    padding-top: 4px;
    padding-right: 2px;
  }

  p.first-text {
    margin: 0;
    font-size: 11px;
    color: white;
  }

  p.se-text {
    font-weight: bold;
    color: #F7931E;
    margin: 0px;
    font-size: 14px;
  }

  #sidebarAll .nav-fa i, .nav-fa-active i {
    float: right;
  }

  #menu-pc {
    display: none;
  }
}
@media (min-width: 1201px) {
  #menu-mobile {
    display: none;
  }
}
#menu-mobile {
  padding: 0px;
}
#menu-mobile .menu-pa {
  background-color: #005A80;
  border-radius: unset !important;
}
#menu-mobile .menu-pa a, #menu-mobile .menu-pa i {
  color: white;
}

#sidebarAll::-webkit-scrollbar {
  width: 5px;
}

#sidebarAll.active, #submenuAll.active {
  transform: translateX(0%);
}

.sidebarAllHeader {
  background: #005A80;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.closeSidebar {
  float: left;
  margin-left: 20px;
}

.closeSidebar i {
  line-height: 50px;
  font-weight: 700;
  cursor: pointer;
}

.sidebarAllHeader span:last-child {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
}

.list-group-parent li a {
  padding: 5px 16px 5px 0px;
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #292e35;
}
.list-group-parent li:hover {
  background-color: #f0f1f3;
  border-radius: 8px !important;
}
.list-group-parent .list-group-item {
  border: unset;
  border-radius: unset;
  background: white;
}
.container-side {
  display: flex;
  justify-content: flex-end;
  /* Đẩy nội dung sang bên phải */
  align-items: flex-start;
  /* Đẩy nội dung lên phía trên */
}
.container-side .menu-side {
  list-style: none;
  margin: 0;
  padding: 0;
  width: max-content;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  /* Đẩy thẻ li sang bên phải */
  align-items: flex-start;
  /* Đẩy thẻ li lên phía trên */
}
.container-side .menu-side .menu-side-icon {
  text-align: center;
  /* Canh giữa nội dung trong thẻ li */
}

.subMenu {
  padding: 0;
}

/* Gray Block Style */
/* Dark Gray Block Style */
/* Dark Block Style */
.ezy__header {
  --bs-body-color: #373572;
  --bs-body-bg: #fff;
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-shadow: 0px 4px 44px rgba(159, 190, 218, 0.37);
  background-color: var(--bs-body-bg);
  overflow: hidden;
  padding: 40px 0 0 0;
  position: relative;
}

.faq-parent {
  border-radius: 12px;
  border: solid 1px #e8eaed;
}

.faq-child {
  border-bottom: solid 1px #e8eaed;
}
.faq-child p {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #292e35;
  cursor: pointer;
}
.faq-child p:hover {
  color: #005A80;
}

.faq-child:last-child {
  border-bottom: unset;
}

.faq-answer {
  background: #f2f8fe;
  display: block;
  font-size: 14px;
  max-width: 100%;
  width: 100%;
  padding: 20px;
}

.popup-data {
  margin: 10px 0px 0px 0px;
}

.faq-child:last-child .list-group-item {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.faq-child:last-child .faq-answer {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots .slick-active {
  margin-right: 25px;
}
.slick-dots .slick-active button {
  background-color: #F7931E;
  width: 42px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  background: #7E7E7E;
  border: unset;
  line-height: 0;
  display: block;
  width: 20px;
  height: 8px;
  cursor: pointer;
  color: transparent;
  border-radius: 6px;
  position: absolute;
  top: -21px;
  left: 0;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slide-img {
  max-height: 674px;
  min-height: calc(80vh - 100px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  background-image: url("../images/default.png");
  background-color: #0000007F;
  background-blend-mode: color;
}

.modal-border-line {
  border: 1px solid #F9FAFB;
  margin-bottom: 10px;
}

.modal {
  top: 40px;
  max-height: calc(100vh - 40px);
}

.modal-header {
  border-bottom: none;
}

.modal-info, .modal-info-pay {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.modal-form-input {
  align-items: baseline;
}

@media (min-width: 1440px) {
  .modal-dialog {
    max-width: 50% !important;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 80%;
  }
}
.modal-info-pay .modal-input {
  color: red;
  font-size: 16px;
  font-weight: 700;
}

.modal-input {
  text-align: end;
  width: 15vw;
  /*max-width: 15vw;*/
  height: 35px;
}

.modal-text {
  font-size: 0.9em;
}

.modal-checkbox {
  height: 30px;
  width: 30px;
  margin-right: 20px;
}

.form-control-input {
  min-height: 48px;
  line-height: 40px;
  border-color: transparent;
  background-color: rgba(163, 190, 241, 0.14);
  border-radius: 10px;
  color: var(--bs-body-color);
}

.modal-content {
  overflow-y: scroll;
  max-height: 90vh;
}

.circle {
  background: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  border: solid 1px #dc3545;
}
.circle i {
  color: #dc3545;
}

.info-contact .text {
  width: calc(100% - 60px);
}

.circle-position {
  left: 38px;
  top: 22px;
  opacity: 0.8;
}

.g-80 {
  gap: 80px;
}

.object-cover {
  object-fit: cover;
}

.h-250 {
  height: 250px;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev-btn {
  left: 20px;
}

.next-btn {
  right: 20px;
}

.bd-ra-10 {
  border-radius: 10px;
}

.bd-ra-top-lr-10 {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.box-shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#ecosystem .items {
  column-count: 4;
  column-gap: 10px;
}
#ecosystem .item {
  break-inside: avoid;
}
#ecosystem .content {
  margin-top: 10px;
}
#ecosystem .content img {
  width: 100%;
}
#ecosystem .item:first-child .content {
  margin-top: 0;
}
#ecosystem .modal-dialog {
  margin: 0 auto;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
#ecosystem .modal-dialog img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  max-height: 100vh;
}

#section-10 {
  background-image: url("https://via.placeholder.com/600x400?text=Slide+1");
  /* The image used */
  background-color: #cccccc;
  /* Used if the image is unavailable */
  height: 500px;
  /* You must set a specified height */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  padding: 5px 10px;
}
#section-10 .page-section-child .content-page {
  padding: 50px;
}
#section-10 .page-section-child .content-page p {
  color: #fff;
}
#section-10 .page-section-child .content-page .title-page {
  font-size: 50px;
}
#section-10 .page-section-child .content-page .text-page {
  font-size: 24px;
}
#section-10 .page-section-child .content-page .button-app {
  background-color: #fff;
  border: 1px solid #F7931E;
  padding: 3px;
  border-radius: 5px;
  width: 230px;
  justify-content: center;
}
#section-10 .page-section-child .content-page .button-app i {
  padding-right: 5px;
  padding-top: 2px;
  font-size: 25px;
  color: #F7931E;
}
#section-10 .page-section-child .content-page .button-app .se-text {
  padding: 3px 10px;
  color: #F7931E;
  margin-bottom: 5px;
}
#section-10 .page-section-child .content-page-2 {
  justify-content: space-between;
  display: flex;
  position: relative;
  padding: 50px 20px;
}
#section-10 .page-section-child .content-page-2 .frame-iphone {
  width: 382px;
  height: 677px;
  position: relative;
  top: -155px;
}
#section-10 .page-section-child .content-page-2 .img-2 {
  top: -105px;
  position: relative;
}
@media (max-width: 991px) {
  #section-10 .content-page-2 {
    order: 2;
    padding: 0px 20px;
  }
  #section-10 .content-page-2 .frame-iphone {
    width: 50% !important;
    height: 100% !important;
    top: -64px !important;
    margin: auto;
  }
  #section-10 .content-page {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  #section-10 {
    height: unset;
  }
}
.single .feature {
  max-height: 450px;
  object-fit: cover;
}

/* Adjustments for main content */
.video-page p {
  margin: 0;
}

#section2 .main-content .video {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
#section2 .item {
  overflow: hidden;
}
#section2 .item iframe {
  width: 100% !important;
  height: auto !important;
  min-height: 500px;
}
#section2 .item img {
  height: auto;
  width: 100%;
}

p.title {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}

p.title-sm {
  padding: 0px 10px;
  text-align: justify;
}

.bg-main {
  padding: 50px;
  background-color: #005A80;
}
.bg-main h2 {
  color: white;
}
.bg-main form.form-inline.position-relative {
  margin: auto;
  width: 100%;
  max-width: 665px;
}

.supportSoft-list {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

.supportSoft-item {
  width: calc((100% - 48px)/ 3);
  margin-right: 24px;
  padding: 24px 32px;
  border-radius: 12px;
  background-color: #f2f8fe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.supportSoft-item:last-child {
  margin-right: 0;
}

.supportSoft-item a {
  overflow: hidden;
  display: block;
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
}
.supportSoft-item a img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.supportSoft-content {
  margin-left: 24px;
}

.supportSoft-brand {
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  color: #4A4D4E;
  padding-bottom: 8px;
}

.supportSoft-download {
  font-size: 14px;
  line-height: 20px;
  color: #005A80;
  font-weight: 600;
  padding: 0;
  height: 20px;
}

.supportSoft-download i {
  width: 20px;
  height: 20px;
  font-size: 16px;
  text-align: center;
  margin-right: 4px;
}

.supportSoft-download span {
  line-height: 20px;
  display: inline-block;
}

.relate .list li {
  list-style: circle;
}

#section-7 {
  padding: 50px 0 100px 0;
}
#section-7 .parent-layor {
  position: relative;
}
#section-7 .img-par {
  overflow: hidden;
  position: relative;
}
#section-7 .img-s {
  position: absolute;
}
#section-7 .img-3 {
  max-width: 100%;
  max-height: 40%;
  top: 50%;
  transform: translate(0%, -50%);
  right: 15%;
  z-index: 3;
  border-radius: 5px;
}
#section-7 .img-1 {
  max-width: 100%;
  z-index: 1;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% 80%;
}
#section-7 .hero-image {
  height: 500px;
  max-width: 100%;
  max-height: 500px;
  overflow: hidden;
}
#section-7 .section-text {
  padding-bottom: 120px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
#section-7 .section-text span {
  color: #005A80;
}

.mission-item .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.images {
  height: 300px;
  max-width: 100%;
  max-height: 300px;
  overflow: hidden;
}

.page-section-frame {
  background: #2b7391;
  background: linear-gradient(90deg, #2b7391 0%, #578da4 100%), url("../images/layerbg.png");
  background-position: top center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  background-blend-mode: color;
  padding: 5px 10px;
}
.page-section-frame p {
  color: #fff;
}
.page-section-frame .text-page {
  font-size: 24px;
}
.page-section-frame .group-btn > div {
  justify-content: start !important;
}
.page-section-frame .group-btn .container-flex .hide-first {
  display: none !important;
}
.page-section-frame .flex-row a {
  flex: 1;
  text-align: center;
  padding: 10px;
  margin-right: 5px;
  margin-left: 0px;
  width: 230px;
  max-width: 230px;
}
.page-section-frame .gallery {
  justify-content: space-around;
  display: flex;
  position: relative;
  padding: 10px 10px;
  aspect-ratio: 16/9;
}
.page-section-frame .gallery .frame {
  background-image: url("../images/samsung.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: calc((100% - 100px) / 3);
  padding: 7px;
}
.page-section-frame .gallery .frame img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: fill;
}
.page-section-frame .gallery .frame:nth-of-type(even) {
  top: -105px;
  position: relative;
}
.page-section-frame .gallery .frame-iphone {
  background-image: url(../images/apple-iphone.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 42%;
  padding: 10px;
  position: absolute;
  height: 400px;
  right: 35%;
  transform: translate(0, -16%);
}
.page-section-frame .gallery .frame-iphone img {
  width: 100%;
  height: 100%;
  border-radius: 1cqi;
  object-fit: fill;
}

#talk-about-elego .img-cus {
  text-align: end;
}
#talk-about-elego .img-cus img {
  width: 250px;
  height: 150px;
  margin: 0 0 0 auto;
  object-fit: cover;
}
#talk-about-elego .info-cus {
  background: #005A80;
  width: max-content;
  border-radius: 20px 45px 45px 0;
  padding: 10px 20px;
  min-width: 235px;
}

.ezy__featured44_qX0RAGdM {
  --bs-body-color: rgb(50, 62, 80);
  --bs-body-bg: rgb(255, 255, 255);
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-card-bg: transparent;
  background-color: var(--bs-body-bg);
  padding: 60px 0;
}
.ezy__featured44_qX0RAGdM .card {
  background-color: var(--ezy-card-bg);
  color: var(--bs-body-color);
  border: 0 !important;
}

.ezy__featured44_qX0RAGdM-bg-holder {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 100%;
  min-height: 400px;
}

.ezy__portfolio5_nUNlI9dq {
  --bs-body-color: #252d39;
  --bs-body-bg: rgb(255, 255, 255);
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-popup-bg-rgb: 255, 255, 255;
  background-color: transparent;
  overflow: hidden;
  padding: 30px 0;
}

.ezy__portfolio5_nUNlI9dq-item {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.25s ease-in-out;
}
.ezy__portfolio5_nUNlI9dq-item:hover {
  box-shadow: 0 8px 13px rgba(82, 95, 128, 0.2);
  transform: translateY(-5px);
}

.ezy__portfolio5_nUNlI9dq-item.active {
  box-shadow: 0 8px 13px rgba(82, 95, 128, 0.2);
  transform: translateY(-5px);
}
.ezy__portfolio5_nUNlI9dq-item.active .ezy__portfolio5_nUNlI9dq-content {
  transform: scale(1);
  opacity: 1;
}

@media (min-width: 768px) {
  .ezy__featured44_qX0RAGdM {
    padding: 30px 0;
  }

  .ezy__portfolio5_nUNlI9dq {
    padding: 30px 0;
  }
}
@media (min-width: 991px) {
  .ezy__featured44_qX0RAGdM-bg-holder {
    height: 550px;
  }
}
/* Gray Block Style */
/* Dark Gray Block Style */
/* Dark Block Style */
/* card */
/* play btn */
.ezy__pricing12 {
  --bs-body-bg: rgb(255, 255, 255);
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-play-btn-bg: 255, 255, 255;
  --ezy-card-bg: #fff;
  --ezy-overlay-color: rgba(255, 255, 255, 0.3);
  background-color: #F9FAFB;
  color: var(--bs-body-color);
  overflow: hidden;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.ezy__pricing12 .card {
  background-color: var(--ezy-card-bg);
  border: 1px solid #dce1e5;
}
.ezy__pricing12 .card h4 {
  color: var(--bs-body-color);
  font-size: 16px;
}

@media (min-width: 768px) {
  .ezy__pricing12 {
    padding: 40px 0;
  }
}
.ezy__cta3_zqJgiUwB {
  background-color: #005A80;
  overflow: hidden;
  padding: 50px 0;
  min-height: 48px;
  line-height: 26px;
  border: none;
}

@media (min-width: 992px) {
  .ezy__cta3_zqJgiUwB {
    padding: 60px 0;
  }
}
.ezy__cta3_zqJgiUwB {
  box-shadow: none;
}

/* Gray Block Style */
/* Dark Gray Block Style */
/* Dark Block Style */
.ezy__signup6_DQtSBg1X {
  --bs-body-color: #333b7b;
  --bs-body-bg: rgb(255, 255, 255);
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-form-card-bg: #ffffff;
  --ezy-form-card-shadow: none;
  background-color: var(--bs-body-bg);
  padding: 40px 0;
  overflow: hidden;
}
.ezy__signup6_DQtSBg1X .container {
  min-height: 100vh;
}
.ezy__signup6_DQtSBg1X .form-control {
  min-height: 48px;
  line-height: 40px;
  border-color: transparent;
  background-color: rgba(163, 190, 241, 0.14);
  border-radius: 10px;
  color: var(--bs-body-color);
}
.ezy__signup6_DQtSBg1X .form-control:focus {
  border-color: var(--ezy-theme-color);
  box-shadow: none;
}
.ezy__signup6_DQtSBg1X .form-select {
  min-height: 48px;
  line-height: 40px;
  border-color: transparent;
  background-color: rgba(163, 190, 241, 0.14);
  border-radius: 10px;
  color: var(--bs-body-color);
}

.gray .ezy__signup6_DQtSBg1X {
  --bs-body-bg: rgb(246, 246, 246);
  --ezy-form-card-bg: #f6f6f6;
  --ezy-form-card-shadow: 0 16px 24px rgba(221, 234, 255, 0.25);
}

.ezy__signup6_DQtSBg1X.gray {
  --bs-body-bg: rgb(246, 246, 246);
  --ezy-form-card-bg: #f6f6f6;
  --ezy-form-card-shadow: 0 16px 24px rgba(221, 234, 255, 0.25);
}

.dark-gray .ezy__signup6_DQtSBg1X {
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);
  --bs-dark-rgb: 255, 255, 255;
  --ezy-form-card-bg: #253140;
  --ezy-form-card-shadow: none;
}

.ezy__signup6_DQtSBg1X.dark-gray {
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);
  --bs-dark-rgb: 255, 255, 255;
  --ezy-form-card-bg: #253140;
  --ezy-form-card-shadow: none;
}

.dark .ezy__signup6_DQtSBg1X {
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);
  --bs-dark-rgb: 255, 255, 255;
  --ezy-form-card-bg: #162231;
  --ezy-form-card-shadow: none;
}

.ezy__signup6_DQtSBg1X.dark {
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);
  --bs-dark-rgb: 255, 255, 255;
  --ezy-form-card-bg: #162231;
  --ezy-form-card-shadow: none;
}

.ezy__signup6_DQtSBg1X-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: var(--bs-body-color);
}

.ezy__signup6_DQtSBg1X-bg-holder {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 150px;
  width: 100%;
  border-radius: 25px;
}

.ezy__signup6_DQtSBg1X-form-card {
  background-color: transparent;
  border: none;
  box-shadow: var(--ezy-form-card-shadow);
}

.ezy__signup6_DQtSBg1X-form-card *:not(button, button *) {
  color: var(--bs-body-color);
}

.ezy__signup6_DQtSBg1X-btn-submit {
  padding: 12px 30px;
  background-color: #005A80;
  color: #fff;
}
.ezy__signup6_DQtSBg1X-btn-submit:hover {
  color: #fff;
}

.ezy__signup6_DQtSBg1X-btn {
  padding: 12px 30px;
  color: #fff;
}
.ezy__signup6_DQtSBg1X-btn * {
  color: #fff;
}
.ezy__signup6_DQtSBg1X-btn:hover {
  color: #fff;
}

.ezy__signup6_DQtSBg1X-or-separator {
  position: relative;
}
.ezy__signup6_DQtSBg1X-or-separator hr {
  border-color: var(--bs-body-color);
  opacity: 0.15;
}
.ezy__signup6_DQtSBg1X-or-separator span {
  background-color: var(--ezy-form-card-bg);
  color: var(--bs-body-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.8;
}

/* Gray Block Style */
/* Dark Gray Block Style */
/* Dark Block Style */
/* wrapper */
/* image */
.ezy__comingsoon7_QOPPwORu {
  --bs-body-color: #04004d;
  --bs-body-bg: #fff;
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-card-bg: rgba(177, 177, 177, 0.33);
  --ezy-input-shadow: 0px 17px 20px rgba(169, 170, 194, 0.25);
  background-color: var(--bs-body-bg);
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.gray .ezy__comingsoon7_QOPPwORu {
  --bs-body-bg: rgb(246, 246, 246);
}

.ezy__comingsoon7_QOPPwORu.gray {
  --bs-body-bg: rgb(246, 246, 246);
}

.dark-gray .ezy__comingsoon7_QOPPwORu {
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);
  --ezy-input-shadow: none;
  --ezy-card-bg: rgba(0, 0, 0, 0.44);
}

.ezy__comingsoon7_QOPPwORu.dark-gray {
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);
  --ezy-input-shadow: none;
  --ezy-card-bg: rgba(0, 0, 0, 0.44);
}

.dark .ezy__comingsoon7_QOPPwORu {
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);
  --ezy-input-shadow: none;
  --ezy-card-bg: rgba(0, 0, 0, 0.33);
}

.ezy__comingsoon7_QOPPwORu.dark {
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);
  --ezy-input-shadow: none;
  --ezy-card-bg: rgba(0, 0, 0, 0.33);
}

.ezy__comingsoon7_QOPPwORu-wrapper {
  background-color: var(--ezy-card-bg);
  margin-left: -200px;
}

.ezy__comingsoon7_QOPPwORu-bg-holder {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  width: 66vw;
  float: right;
}

.package .content {
  text-align: center;
  margin-top: 30px;
}
.package .content .item {
  min-height: 100px;
  border-radius: 20px;
  border: 1px solid #005A80;
  background: #fff;
  padding: 20px;
  height: fit-content;
  transition: all 0.3s;
}
.package .content .item:hover {
  box-shadow: 0 0 10px 0 #005A80;
  border-color: transparent;
  transform: translateY(-10px);
}
.package .content .item h2 {
  position: relative;
  padding: 0 10px;
  width: fit-content;
  margin: 0 auto;
  color: #165fab;
  font-size: 36px;
  font-weight: 500;
  line-height: 43.57px;
}
.package .content .item h2::after {
  position: absolute;
  top: -10px;
  right: 0;
  content: "đ";
  color: #165fab;
  font-size: 16px;
}
.package .content .item .list {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  text-align: left;
  width: fit-content;
}
.package .content .item hr {
  max-width: 70px;
  height: 1.5px;
  margin: 15px auto;
  background: #005A80;
}
.package .content .item .readmore {
  display: block;
  margin: 10px auto;
  cursor: pointer;
  transition: all 0.3s;
}
.package .content .item .rotate {
  transform: rotate(180deg);
  transform-origin: center center;
}
.package .content .item .down {
  -webkit-line-clamp: inherit !important;
}

.tabs-list .topic {
  position: relative;
  display: block;
  color: var(--bs-body-bg);
}
.tabs-list .topic:hover {
  opacity: 0.8;
}

.h-300 {
  height: 300px;
}

.h-235 {
  height: 235px;
}

/* Gray Block Style */
/* Dark Gray Block Style */
/* Dark Block Style */
.ezy__howitworks6_pim7gdxr {
  --bs-body-color: #212529;
  --bs-body-bg: rgb(255, 255, 255);
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-card-bg: #ffffff;
  --ezy-card-shadow: 0px 6px 44px rgba(173, 174, 197, 0.2);
  --ezy-icon-shadow: 0px 20px 40px 0 rgba(234, 233, 233, 0.92);
  color: var(--bs-body-bg);
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}

.ezy__howitworks6_pim7gdxr-card {
  background-color: var(--bs-body-bg);
  box-shadow: var(--ezy-card-shadow);
  border-radius: 10px;
}
.ezy__howitworks6_pim7gdxr-card img {
  width: 100px;
  height: 100px;
}

@media (min-width: 992px) {
  .about-us .col-lg-3 {
    width: 20%;
  }
}

.main-history {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-history .history-item {
  position: relative;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}
.main-history .history-item:first-child .icon::before {
  display: none;
}
.main-history .history-item:last-child .icon::after {
  display: none;
}
.main-history .history-item .content {
  text-align: center;
  color: #005A80;
  margin-top: 30px;
  height: -moz-calc(100% - 97px);
  height: -webkit-calc(100% - 97px);
  height: calc(100% - 97px);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  position: relative;
}
.main-history .history-item .content:hover .list-content li:before {
  background-color: var(--bs-body-bg);
}
.main-history .history-item .content .year {
  color: #002146;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 4px;
}
.main-history .list-content li {
  position: relative;
}
.main-history .list-content li:before {
  content: "";
  background-color: #F7931E;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 7px;
}

.box-image img {
  height: 211px;
}

@media screen and (min-width: 992px) {
  .main-history {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 40px;
  }
  .main-history .history-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .main-history .history-item:first-child .content {
    margin-top: 0;
  }
}
@media screen and (min-width: 991px) {
  .main-history .history-item .content {
    margin-top: 65px;
  }
  .main-history .history-item .content:before {
    content: "";
    background-repeat: no-repeat;
    width: 37px;
    height: 24px;
    position: absolute;
    left: 50%;
    margin-left: -19px;
    bottom: 100%;
  }
  .main-history .icon {
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
    position: relative;
  }
  .main-history .icon::before {
    content: "";
    position: absolute;
    background: linear-gradient(179.94deg, #667F9A 7.9%, #667F9A 100%);
    height: 1px;
    top: 50%;
    margin-top: -1px;
    width: 50%;
    left: -15px;
  }
  .main-history .icon::after {
    content: "";
    position: absolute;
    background: linear-gradient(179.94deg, #667F9A 7.9%, #667F9A 100%);
    height: 1px;
    top: 50%;
    margin-top: -1px;
    width: 50%;
    right: -15px;
  }
}
@media screen and (max-width: 1366px) {
  .main-history .icon {
    height: 12px;
  }
  .main-history .history-item {
    margin: 0;
  }
  .main-history .history-item .content {
    margin-top: 24px;
    padding: 24px;
  }
  .main-history .history-item .content::before {
    display: none;
  }
}
.circle-position-about {
  left: 52%;
  top: 40%;
  opacity: 0.8;
}

.about-us .title-primary {
  display: block;
}
.about-us .title-primary::before {
  display: none;
}
.about-us .tabs-left {
  position: sticky;
  top: 65px;
  left: 0;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.about-us .tabs-left .open-mb {
  width: 30px;
  height: 25px;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-body-bg);
  background-color: #005A80;
  position: fixed;
  left: 0;
  top: 150px;
  z-index: 999;
}
.about-us .tabs-left .open-mb i {
  color: var(--bs-body-bg);
}
.about-us .flexible-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  row-gap: 20px;
}
.about-us .flexible-grid .item figure img {
  height: 200px;
  object-fit: cover;
}

@media (max-width: 1199.99px) {
  #menu-mobile {
    position: fixed;
    right: 0;
    top: 20%;
  }
}
@media (max-width: 992px) {
  .mt-sm-20 {
    margin-top: 20px;
  }

  .if-youtube {
    height: 480px;
  }

  .about-us .icon {
    display: none;
  }
  .about-us .tabs-list {
    position: fixed;
    background: #fff;
    z-index: 1;
    height: 70vh;
    top: 55px;
    padding: 0 15px 0 5px;
    box-shadow: 0 0 13px #000;
    overflow-y: scroll;
    left: -100%;
    animation: linear 1s;
    animation-name: slideRightHide;
  }
  .about-us .tabs-list.active {
    animation-name: slideRight;
    left: 0;
  }
  .about-us .flexible-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-us .flexible-grid .item figure img {
    height: 75px;
  }
}
@media (max-width: 991px) {
  .about-us .col-md-9 {
    width: 100%;
  }

  .order-1-sm {
    order: -1;
  }

  .order-2-sm {
    order: -2;
  }

  .order-3-sm {
    order: -2;
  }

  .frame-iphone {
    padding: 7px !important;
    height: 350px !important;
    right: 30% !important;
  }

  .app-postion {
    padding: 10px;
  }

  .bg-main {
    padding: 2rem 1rem;
  }

  header#header ul.headerMenu {
    display: none;
    border: solid 1px #005A80;
  }
  header#header .showMoreMenu .showMoreMenuItem {
    display: block;
  }
}
@media (max-width: 767px) {
  .order-1-sm {
    order: 0;
  }

  .w-md-75 {
    width: 100%;
  }

  .about-us .h-350 {
    height: 250px;
  }

  .order--first-768 {
    order: -1;
  }

  .mt-20-sm {
    margin-top: 20px;
  }

  .title-1 {
    font-size: 25px;
    font-weight: 700;
  }

  .frame-iphone img {
    border-radius: 2 cqi !important;
  }
}
@media (max-width: 576px) {
  .about-us .title-name {
    text-align: center;
  }

  .pt-mx-20 {
    padding-top: 20px;
  }

  .modal-input {
    width: 40vw !important;
  }

  .me-mb-10 {
    margin-right: 10px;
  }

  .bottom-10 {
    bottom: -10px !important;
  }

  .frame-iphone {
    padding: 5px !important;
    width: 30% !important;
    height: -webkit-fill-available !important;
    right: 30% !important;
  }

  #section-7 .hero-image {
    padding: 0;
  }

  .title-name {
    font-size: 1.2rem;
  }

  .w-75-responsive {
    width: 100%;
  }

  .mb-40 {
    margin-bottom: 0;
  }

  .w-custom {
    width: 90%;
  }

  .order--first {
    order: -1;
  }

  .bg-img-info img {
    height: 500px;
    width: 100%;
  }

  .m-auto-text {
    width: 100%;
  }

  #section-7 .px-2 {
    padding: 0 !important;
  }

  .about-us .flexible-line .content .item {
    padding-left: 2rem;
  }
  .about-us .flexible-line .content .item::before {
    width: 2rem;
  }
}
@media (max-width: 991px) {
  #section-7 {
    padding: 10px 10px 0px 10px;
  }

  #section-7 .hero-image {
    padding: 0;
  }

  .frame {
    padding: 3px !important;
  }

  .order--first-991 {
    order: -1;
  }

  .page-section-frame .gallery .frame:nth-of-type(even) {
    top: -50px;
  }

  .page-section-frame {
    height: unset;
  }
}
@media only screen and (max-width: 1199px) {
  header#header .logo img {
    width: 120px;
  }

  .supportSoft-item:last-child {
    margin-bottom: 0;
  }

  .supportSoft-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .supportSoft-item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .supportSoft-item:hover {
    background: #fff;
    -webkit-box-shadow: 0 4px 80px 0 rgba(0, 41, 87, 0.08);
    box-shadow: 0 4px 80px 0 rgba(0, 41, 87, 0.08);
    border-radius: 12px;
  }
}
@media (min-width: 768px) {
  .ezy__header {
    padding: 50px 0 0 0;
  }
}
@media (min-width: 991px) {
  .img-footer img {
    width: 120px;
    height: 36px;
  }

  .w-md-75 {
    width: 75%;
  }

  .content-wrapper {
    padding-bottom: 130px;
  }

  .ezy__header-thumbnail {
    margin-right: -144px;
  }
}

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