@import url("https://fonts.googleapis.com/css2?family=KoHo:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
html {
  height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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;
  outline: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9 ;
}

a, a:link, a:visited {
  color: #00375e;
  text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover {
  color: #000;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

canvas {
  cursor: pointer;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 600;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea {
  width: 100%;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  vertical-align: baseline;
  background-color: transparent;
  box-shadow: none;
  padding: 5px;
}
input.error, textarea.error {
  border-color: #FF0000 !important;
}

hr {
  width: 100%;
  margin: 10px auto;
  height: 1px;
  background-color: #d2d2d2;
}

sup {
  line-height: 0;
  font-size: 8pt;
}

dl, dd, dt {
  font-weight: normal;
  line-height: 1.5;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 24px;
  line-height: 1.5;
}

h2 {
  font-size: 22px;
  line-height: 1.5;
}

h3 {
  font-size: 20px;
  line-height: 1.5;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
}

h5 {
  font-size: 16px;
  line-height: 1.5;
}

.color-white {
  color: #FFF;
}

.highlight {
  color: #00375e;
}

.no-data {
  text-align: center;
  padding: 10px;
}

.clear {
  clear: both !important;
}

.hide {
  display: none !important;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

/*------------------------------------------------
** HEADER
**------------------------------------------------*/
.menunav {
  display: flex;
  align-items: center;
  margin-left: auto;
  background: #004e86;
  border-radius: 0px 0px 16px 16px;
  width: max-content;
  height: 100%;
  overflow: hidden;
}
.menunav li {
  height: 100%;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menunav li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 15px;
}
.menunav li:hover, .menunav li.active {
  position: relative;
  background-color: #00375e;
  border-bottom: 2px solid #ffad1d;
}
.menunav li:hover a, .menunav li.active a {
  color: #fff;
}
.menunav li.column {
  position: initial;
}
.menunav .level1 {
  position: absolute;
  left: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  background: #fff;
  padding: 10px 0;
  z-index: 9;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 15px -5px;
}
.menunav .level1:before {
  content: "";
  position: absolute;
  left: 10px;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fff;
}
.menunav .level1 li {
  width: 100%;
  margin: 0;
}
.menunav .level1 li a {
  line-height: 35px;
  text-align: left;
  padding: 0 20px;
  color: #000;
  background-color: #fff;
}
.menunav .level1 li a .fa {
  margin-right: 8px;
  color: #9c9c9c;
}
.menunav .level2 {
  position: absolute;
  left: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  background: transparent;
  padding: 5px 0 10px;
  z-index: 9;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 15px -5px;
  background: #f7faff;
  top: 0;
  left: 100%;
}
.menunav .level2:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #f7faff;
}
.menunav .level2 li {
  width: 100%;
  margin: 0;
}
.menunav .level2 li a {
  padding: 0 20px;
  color: #000;
  background-color: #f7faff;
}
.menunav .level2 li a .fa {
  margin-right: 8px;
  color: #9c9c9c;
}
.menunav .level2 li:hover:after, .menunav .level2 li.active:after {
  height: 0;
}
.menunav .submenu {
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 700px;
  transform: translateY(50px);
  visibility: hidden;
  display: flex;
  opacity: 0;
  background: #fff;
  padding: 40px 10px 30px;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px -5px;
  z-index: 9;
}
.menunav .submenu:before {
  content: "";
  position: absolute;
  left: 24%;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #f2f2f2;
}
.menunav .submenu .subitem {
  width: 33.3333333333%;
  padding: 0 20px;
  text-align: left;
}
.menunav .submenu .subitem .menu_header {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding-bottom: 10px;
}
.menunav .submenu .subitem .submenu_inner {
  display: flex;
  flex-wrap: wrap;
}
.menunav .submenu .subitem .submenu_inner .menu {
  width: 100%;
  padding: 8px 0;
}
.menunav .submenu .subitem .submenu_inner .menu a {
  font-weight: 300;
  font-size: 18px;
  color: #000;
  padding: 0;
}
.menunav .submenu .subitem .submenu_inner .menu a .fa {
  margin-right: 4px;
}
.menunav .submenu .subitem .submenu_inner .menu a:hover, .menunav .submenu .subitem .submenu_inner .menu a.active {
  color: #00375e;
}
.menunav .submenu .subitem.menu_brand {
  width: 66.6666666667%;
}
.menunav .submenu .subitem.menu_brand .menu_header {
  padding-left: 40px;
}
.menunav .submenu .subitem.menu_brand .submenu_inner {
  padding-left: 40px;
  border-left: 1px solid #e1e1e1;
}
.menunav .submenu .subitem.menu_brand .submenu_inner .menu {
  width: 50%;
}
.menunav li:hover .level1 {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease;
  transform: translateY(0px);
  left: 0;
}
.menunav li:hover .level1 li a {
  padding: 0 20px;
  text-align: left;
}
.menunav li:hover .level1 li a .fa {
  margin-right: 8px;
  color: #000;
}
.menunav li:hover .level1 li.active a, .menunav li:hover .level1 li:hover a {
  color: #00375e;
}
.menunav li:hover .level1 li.active a .fa, .menunav li:hover .level1 li:hover a .fa {
  color: #00375e;
}
.menunav li:hover .submenu {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease;
  transform: translateY(0px);
}
.menunav .level1 li:hover ul.level2 {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.3s all ease !important;
}
.menunav .level1 li:hover ul.level2 li a {
  padding: 0 20px;
  color: #000;
}
.menunav .level1 li:hover ul.level2 li a .fa {
  margin-right: 8px;
  color: #000;
}
.menunav .level1 li:hover ul.level2 li.active a, .menunav .level1 li:hover ul.level2 li:hover a {
  color: #00375e;
}
.menunav .level1 li:hover ul.level2 li.active a .fa, .menunav .level1 li:hover ul.level2 li:hover a .fa {
  color: #00375e;
}
.menunav .lang-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.menunav .lang-inner .item {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid #fff;
  cursor: pointer;
}
.menunav .lang-inner .item img {
  max-width: initial;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.menunav .lang-inner .item:hover {
  border-color: #0bf;
}

.menusub {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menusub li {
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menusub li:hover, .menusub li.active {
  position: relative;
  border-bottom: 2px solid #0bf;
}
.menusub li:hover a, .menusub li.active a {
  color: #0bf;
}
.menusub li:hover svg path, .menusub li.active svg path {
  fill: #0bf;
}
.menusub li a {
  font-size: 16px;
  font-weight: 500;
}
.menusub li a span {
  vertical-align: text-bottom;
  margin-right: 5px;
}

@media only screen and (max-width: 1100px) {
  .menunav li a {
    padding: 0 10px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .menunav li a {
    padding: 0 10px;
    font-size: 14px;
  }
}
header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 990;
  transition: all 0.3s ease-in-out;
}
header .header {
  width: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(230, 237, 243, 0.2);
}
header .container-wrapper {
  height: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .main_menu li a {
  color: #fff;
}
header .menusub li a {
  padding: 12px 0;
  display: inline-block;
}
header.home, header.contact {
  position: fixed;
}
header.stick .header {
  position: fixed;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
header.stick .header .logo-text {
  color: #00375e;
}
header.stick .header .menusub li a {
  color: #00375e;
}
header.stick .header .menusub li a svg path {
  fill: #00375e;
}

.page:not(.home, .contact) .header {
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
.page:not(.home, .contact) .header .logo-text {
  color: #00375e;
}
.page:not(.home, .contact) .header .menusub li a {
  color: #00375e;
}
.page:not(.home, .contact) .header .menusub li a svg path {
  fill: #00375e;
}

.logo {
  padding: 16px 0;
}
.logo a {
  display: flex;
  align-items: center;
}
.logo img {
  height: 56px;
  width: 56px;
  object-fit: cover;
}
.logo-text {
  color: #fff;
  line-height: normal;
}
.logo-text span {
  display: block;
  font-size: 10px;
}
.logo-text span.logo-title {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 28px;
}

.rd-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 1009;
}
.rd-panel .toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  width: 56px;
  height: 56px;
}
.rd-panel .toggle span {
  cursor: pointer;
  width: 24px;
  height: 4px;
  background-color: #00375e;
  backface-visibility: hidden;
  border-radius: 2px;
  position: relative;
  display: block;
  margin: auto;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-panel .toggle span:before, .rd-panel .toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 4px;
  background-color: #00375e;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-panel .toggle span:after {
  top: 8px;
}
.rd-panel .toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  height: 0;
}
.rd-panel .toggle.active span:before, .rd-panel .toggle.active span:after {
  top: 8px;
  width: 35px;
  left: 0;
}
.rd-panel .toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-panel .toggle.active span:after {
  top: -12px;
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.rd-panel .logo {
  height: 100%;
  padding: 5px;
}
.rd-panel .logo img {
  height: 100%;
  max-width: initial;
}
.rd-panel .plugin-search {
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.rd-panel .plugin-search .form_search {
  width: 100%;
  max-width: 920px;
}
.rd-panel .plugin-search .form_search .search_label {
  border: 1px solid #B38951;
  height: 38px;
}
.rd-panel .plugin-cart {
  width: 80px;
  height: 37px;
  margin-right: 2px;
}
.rd-panel .plugin-cart .fa {
  width: 37px;
  height: 37px;
  right: 10px;
}

.rd-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1008;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-menu ul {
  position: fixed;
  z-index: 99;
  top: 56px;
  margin: 0;
  left: 0;
  bottom: -20px;
  width: 0;
  padding: 24px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 100px;
  overflow: auto;
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-menu ul li a:not([href]):not([tabindex]) {
  color: #000;
}
.rd-menu ul li a {
  display: block;
  padding: 0;
  color: #fff;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
}
.rd-menu ul li a.custom {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rd-menu ul li a.custom span svg {
  vertical-align: initial;
}
.rd-menu ul li:hover > a, .rd-menu ul li.active > a {
  color: #0bf;
}
.rd-menu ul li:hover > a .fa, .rd-menu ul li.active > a .fa {
  color: #0bf;
}
.rd-menu ul li:hover ul.level1 > a, .rd-menu ul li.active ul.level1 > a {
  color: #000;
}
.rd-menu ul li:hover ul.level1 li a, .rd-menu ul li.active ul.level1 li a {
  padding: 0 0 5px 0;
}
.rd-menu ul li:hover ul.level1 li.active a, .rd-menu ul li.active ul.level1 li.active a {
  color: #00375e;
}
.rd-menu ul li:hover ul.level1 li.active a .fa, .rd-menu ul li.active ul.level1 li.active a .fa {
  color: #00375e;
}
.rd-menu ul li:hover ul.level1 li:hover a, .rd-menu ul li.active ul.level1 li:hover a {
  color: #00375e;
}
.rd-menu ul li:hover ul.level1 li:hover a .fa, .rd-menu ul li.active ul.level1 li:hover a .fa {
  color: #00375e;
}
.rd-menu .level1 {
  position: initial;
  visibility: initial;
  opacity: initial;
  background: transparent;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 0;
}
.rd-menu .level1 li a {
  padding: 0 0 5px 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-transform: unset;
  background: transparent;
}
.rd-menu .level1 li a i {
  width: 20px;
  font-size: 16px;
  padding-left: 5px;
}
.rd-menu .level1 li:hover a {
  color: #ffad1d;
}
.rd-menu .level2 {
  position: initial;
  visibility: visible;
  opacity: 1;
  background: transparent;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 15px;
}
.rd-menu .submenu {
  padding: 0px 0 0 20px;
}
.rd-menu .submenu .subitem .menu_header {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 6px;
}
.rd-menu .submenu .subitem .submenu_inner .menu a {
  font-weight: 300;
  color: #000;
  padding: 0;
  text-transform: initial;
}
.rd-menu .submenu .subitem .submenu_inner .menu a .fa {
  margin-right: 4px;
}
.rd-menu .submenu .subitem .submenu_inner .menu a:hover, .rd-menu .submenu .subitem .submenu_inner .menu a.active {
  color: #00375e;
}
.rd-menu.active {
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.rd-menu.active ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  max-width: 360px;
  background: #00375e;
}
.rd-menu.active ul li ul {
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .rd-panel .logo img {
    display: none;
  }
}
@media (max-width: 1239px) {
  .news-item .news-content {
    padding: 15px 50px 15px 20px;
  }
  .box-list-solution .detail-item {
    padding: 5px 10px;
    display: block;
  }
  .box-list-solution .detail-item .text {
    display: inline-block;
  }
  .button,
  a.button {
    padding: 10px 20px;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
  .section {
    padding: 30px 0;
  }
  .box-banner {
    padding-top: 60px;
  }
  .box-title {
    font-size: 20px;
  }
  .box-heading {
    font-size: 28px;
  }
  #videoModal .modal-content {
    height: 60vh;
  }
  .box-banner .box-body__content h2 {
    font-size: 40px;
  }
  .button.button2 {
    padding: 8px 23px 8px 8px;
  }
  .button__banner .icon svg {
    width: 35px;
    height: 35px;
  }
  .box-workflow .box__timeline--step {
    gap: 10px;
  }
  .box-workflow .box__timeline--step .icon {
    width: 80px;
    height: 80px;
  }
  .box-workflow .box__timeline--step.active .icon::after {
    width: 25px;
    height: 25px;
  }
  .box-workflow .box__timeline--step.active .icon::before {
    width: 9px;
    height: 9px;
    bottom: -34px;
  }
  .core-values {
    grid-template-columns: repeat(3, 1fr);
  }
  .box--content .title a {
    font-size: 16px;
  }
  .content-overlay {
    display: none;
  }
  .box--content {
    padding: 40px 5px;
  }
  .footer h4.footer-title {
    font-size: 18px;
  }
  .logo-text span.logo-title {
    font-size: 22px;
  }
  .box--image img {
    aspect-ratio: 1/1;
  }
  .news-item .news-content .news-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .box-articles .box-body .side-articles .article {
    border-radius: 0;
  }
  .breadcrumb {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0 !important;
  }
  #news-detail .box-title {
    text-align: start;
  }
  .news-item {
    display: block;
  }
  .news-item .news-content {
    width: initial;
  }
  .news-item .news-thumb {
    max-width: inherit;
  }
  .button,
  a.button {
    padding: 10px 20px;
  }
  .button5 {
    padding: 10px 25px;
  }
  .news-item .news-content .news-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news-item .news-content .news-title-box .news-title {
    font-size: 16px;
  }
  .news-item .news-content .news-desc {
    font-size: 14px;
  }
  .footer-contact-methods {
    flex-direction: column;
    gap: 10px;
  }
  .page-partner--list--item .content-title {
    font-size: 18px;
  }
}
@media (max-width: 739px) {
  body {
    font-size: 12px;
  }
  .section {
    padding: 20px 0;
  }
  .box-heading {
    font-size: 22px;
  }
  .button__banner .text-lg {
    font-size: 22px;
  }
  .detai-solution-banner .box-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/1;
  }
  .about-banner .banner-image .about-overlay {
    padding: 20px 0;
  }
  .footer h4.footer-title {
    font-size: 16px;
  }
  .box-fukitech-body {
    padding: 10px;
  }
  .project_detail .project-meta {
    width: 100%;
  }
  .box-list-solution .detail-item .value {
    font-size: 13px;
  }
  .box-list-solution-details {
    gap: 10px;
  }
  .box-list-solution .detail-item span {
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  .page {
    padding-top: 50px;
  }
  .box-heading {
    font-size: 20px;
  }
  .box-list-solution-details {
    gap: 10px;
  }
  .page .rd-menu,
  .page .rd-panel {
    height: 50px;
  }
  .page .rd-menu .logo img,
  .page .rd-panel .logo img {
    width: 45px;
  }
  .box-banner {
    padding-top: 50px;
  }
  .box-banner .box-body__content h2 {
    font-size: 30px;
  }
  .box-intro .block_content:nth-of-type(-n + 2) {
    border-bottom: 2px solid #0bf;
    border-right: none;
  }
  .box-intro .block_content {
    font-size: 28px;
    font-weight: 600;
  }
  .box-intro .block_content {
    padding: 10px 0;
    display: block;
  }
  .box-workflow .box__timeline {
    padding: 10px 0;
  }
  .box-workflow .box__timeline--step {
    display: block;
  }
  .box-workflow .box__timeline--step.active .icon::after {
    bottom: -66px;
  }
  .box-workflow .box__timeline--step.active .icon::before {
    bottom: -58px;
  }
  .box-workflow .box__timeline--step .icon::after {
    bottom: -64px;
  }
  .box-workflow .box__timeline--step .icon {
    width: 60px;
    height: 60px;
  }
  .box-workflow .box__timeline--step .icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .button5 {
    padding: 8px 10px;
    font-size: 14px;
  }
  .box-project__content .title {
    font-size: 14px;
  }
  .button4 {
    padding: 8px 10px;
    font-size: 14px;
  }
  .box-partner--grid {
    padding: 20px 0;
    grid-template-columns: repeat(3, 1fr);
  }
  .button3,
  a.button3 {
    padding: 8px 10px;
    font-size: 14px;
  }
  .news-item .news-content {
    padding: 10px 0;
  }
  .news-item .news-icon {
    display: none;
  }
  .rd-menu ul {
    top: 50px;
  }
  .footer-contact {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
  .project_page .category_tab {
    justify-content: start;
    gap: 10px;
  }
  .project_page .category_tab--item a {
    padding: 8px;
    border-radius: 5px;
  }
  .contact .contact-form .form .button {
    padding: 8px 20px;
    font-size: 14px;
  }
  .contact-page {
    padding-top: 0;
  }
  .core-values {
    grid-template-columns: repeat(2, 1fr);
  }
  .breadcrumb a {
    font-size: 14px;
  }
  .about-banner .banner-image .about-overlay {
    height: 100%;
  }
  .detai-household-banner .box-title {
    flex: 1;
  }
  .box-fukitech-section .feature-box {
    padding: 10px 10px 10px 35px;
  }
  .box-desc-solution h4 {
    font-size: 22px;
  }
  .detai-solution-banner .box-title {
    flex: 1;
  }
  .detai-household-banner .box-top {
    gap: 5px;
  }
  .project_detail--box-banner .box-sub-image--item img {
    aspect-ratio: initial;
  }
  .project_detail .project-meta {
    gap: 10px;
  }
  .page-maintenance .box-time {
    text-align: center;
  }
  .page-maintenance .box-title {
    text-align: inherit;
  }
  .page-maintenance .box-maintenance-service--inner .box-item {
    width: 100%;
  }
  .page-maintenance .box-maintenance-service--inner .box-item .box-image {
    display: none;
  }
  .page-maintenance .box-maintenance-service--inner .box-item .box-text,
  .page-maintenance .box-maintenance-service--inner .box-item.even .box-text {
    padding: 10px;
  }
  .page-maintenance .box-maintenance-service--inner .box-item .title {
    text-align: start;
  }
  .page-maintenance .box-maintenance-service--inner .box-item.even {
    padding: 10px 0;
  }
  .button,
  a.button {
    padding: 8px 14px;
  }
  .about-banner .banner-image .about-overlay {
    position: initial;
    background: initial;
  }
  .detail-about .about-text .box-heading, .detail-about .about-text p {
    color: #00375e;
  }
  .detail-about .breadcrumb {
    color: #0bf;
  }
  .detail-about .breadcrumb a {
    color: #0bf;
  }
  .detail-about .breadcrumb a.active {
    color: #00375e;
  }
  .project_detail .project-meta {
    padding: 10px;
  }
  .project_detail .project-meta p {
    text-align: initial;
  }
  .box-project .category--tab a.tab--item {
    font-size: 12px;
    border-radius: 10px;
    padding: 8px;
  }
  .box-project__content {
    left: 0;
  }
  .box-list-solution .detail-item {
    text-align: center;
  }
}
/*------------------------------------------------
** Components
**------------------------------------------------*/
/*------------------------------------------------
** General
**------------------------------------------------*/
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  background: #fff;
  position: relative;
  color: #000;
  font-family: "KoHo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.page {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page.home {
  padding: 0;
}

.line {
  width: 100px;
  height: 4px;
  background: #ffad1d;
  margin-bottom: 10px;
}

.box-banner {
  height: 100vh;
}
.box-banner .box-image {
  position: relative;
  height: 100%;
}
.box-banner .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-banner .box-body {
  height: 100%;
  position: relative;
}
.box-banner .box-body__content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
}
.box-banner .box-body__content h2 {
  text-shadow: 0px 4px 4px rgba(72, 87, 117, 0.25);
  font-size: 50px;
  font-weight: 600;
}

.button,
a.button {
  display: block;
  padding: 15px 25px;
  background: #ffad1d;
  color: #fff;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button:hover,
a.button:hover {
  color: #fff;
  border-color: #0bf;
  background-color: #00375e;
}
.button svg,
a.button svg {
  vertical-align: text-bottom;
  margin-right: 5px;
}

.button.button2 {
  width: 100%;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  padding: 10px 25px 10px 10px;
}

.button__banner {
  display: flex;
  gap: 12px;
  align-items: center;
  cursor: pointer;
}
.button__banner .text {
  text-transform: uppercase;
}
.button__banner .text-lg {
  color: #00375e;
  font-size: 28px;
  font-weight: 600;
}
.button__banner .text-sm {
  color: #000;
  font-weight: 600;
}
.button__banner .icon {
  padding: 10px;
  background: #0bf;
  border-radius: 50%;
}
.button__banner .icon svg {
  width: 40px;
  height: 40px;
  margin: 0;
}

.button3,
a.button3 {
  padding: 12px;
  background: transparent;
  border: 2px solid #00375e;
  color: #00375e;
  text-transform: uppercase;
  width: fit-content;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button3:hover,
a.button3:hover {
  background: #00375e;
  color: #fff;
}

.button4 {
  display: block;
  padding: 12px;
  border-radius: 0;
  background: transparent;
  color: #fff !important;
  margin-top: 20px;
  font-size: 16px;
  border: 2px solid #fff !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  width: fit-content;
  text-transform: uppercase;
}
.button4:hover {
  background: #fff;
  color: #00375e !important;
}

.button5 {
  display: block;
  padding: 12px 30px;
  border-radius: 100px;
  background: #00375e;
  color: #fff !important;
  margin-top: 20px;
  font-size: 16px;
  border: 1px solid #00375e !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  width: fit-content;
  text-transform: uppercase;
}
.button5:hover {
  background: #fff;
  color: #00375e !important;
}

.button6 {
  display: block;
  width: 100%;
  padding: 12px 30px;
  background: transparent;
  color: #00375e !important;
  margin-top: 20px;
  font-size: 16px;
  border: 1px solid #00375e !important;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center !important;
}
.button6:hover {
  background: #fff;
  color: #00375e !important;
}

.box-title {
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
}

.bg-page {
  background-color: #f7fafd;
}

.bg-gray {
  background-color: #f5f8fa;
}

.section {
  padding: 40px 0;
}

.module {
  width: 100%;
  border: 0;
  margin: 0 auto;
  position: relative;
}

.module-header {
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}

.module-title {
  position: relative;
  padding: 0;
  width: fit-content;
  margin: auto;
  font-size: 26px;
  color: #0bf;
  font-family: "KoHo";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module-title:after {
  content: "";
  width: 80%;
  height: 2px;
  margin-top: 5px;
  background: #0bf;
}
.module-title.text-left {
  margin-left: 0;
  align-items: flex-start;
}
.module-title.text-right {
  margin-right: 0;
  align-items: flex-end;
}

.module-content {
  padding: 0;
  position: relative;
}

.box {
  position: relative;
}

.box-header {
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}

.more {
  position: relative;
  height: 110px;
}
.more .loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
}
.more .readmore {
  text-align: center;
  padding: 30px 0;
}

#loading {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9;
}
#loading img {
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: initial;
}

.notice {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 15px 15px 20px;
  margin: 0;
  text-shadow: initial;
  text-align: left;
  border: 1px solid #dcdcdc;
  color: #000;
}
.notice.success {
  border-left: 3px solid #7ad03a;
  background: #f8fdf5;
}
.notice.info {
  border-left: 3px solid #02a0d2;
  background: #f2fafd;
}
.notice.error {
  border-left: 3px solid #bf0000;
  background: #fdf5f5;
}
.notice.warning {
  border-left: 3px solid #ff5722;
  background: #fff2ed;
}

.fblike {
  text-align: left;
  padding: 10px 0;
}

.social-date {
  margin-bottom: 15px;
  padding: 10px 0 0px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #f5f5f5;
  border-width: 1px 0;
  align-items: center;
  justify-content: space-between;
}
.social-date .fblike {
  text-align: left;
}
.social-date span.published {
  position: relative;
  margin-right: 15px;
  padding-left: 20px;
  color: black;
}
.social-date span.published:before {
  position: absolute;
  content: "\f017";
  font-family: "FontAwesome";
  font-size: 16px;
  left: 0;
  top: 0;
  color: #5bc8a5;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #b4b4b4;
}

.plugin-search {
  width: 365px;
}
.plugin-search .search_label {
  width: 100%;
  height: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px 0 0;
  border: 0;
  border-radius: 1000px;
  background: #fff;
  position: relative;
}
.plugin-search .search_label .search_input {
  display: block;
  width: calc(100% - 66px);
  height: 100%;
  border: 0;
  padding: 0 15px;
  margin: 0;
  font-weight: 300;
  box-sizing: content-box;
}
.plugin-search .search_label .search_input:focus {
  box-shadow: none;
}
.plugin-search .search_label .search_submit {
  width: 36px;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}
.plugin-search .search_label:after {
  position: absolute;
  content: "\f002";
  right: 0;
  color: #00375e;
  font-family: FontAwesome;
  font-size: 26px;
  width: 55px;
  text-align: center;
}

/*------------------------------------------------
** Slick
**------------------------------------------------*/
.slick-slider {
  margin: 0;
  height: 100%;
}
.slick-slider .slick-track {
  display: flex;
}
.slick-slider .slick-list {
  height: 100%;
}
.slick-slider .slick-list .slick-track {
  height: 100%;
}
.slick-slider > button {
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.2);
  top: calc(50% - 15px);
}
.slick-slider > button:before {
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 14px;
  line-height: 1.1 !important;
}
.slick-slider > button.slick-prev:before {
  content: "\f053";
}
.slick-slider > button.slick-next:before {
  content: "\f054";
}
.slick-slider > button:hover, .slick-slider > button:focus {
  background-color: rgba(0, 0, 0, 0.8);
}
.slick-slider .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
}
.slick-slider .slick-dots li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  background-color: #b3b3b3;
  border-radius: 10px;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active {
  width: 40px;
}
.slick-slider .slick-dots li.slick-active button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li.slick-active button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #797979;
  width: 40px;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}

.slide-for {
  background: #dedede;
  overflow: hidden;
  margin: 0 !important;
}
.slide-for p,
.slide-for div,
.slide-for img {
  margin: 0 !important;
}
.slide-for .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track .slick-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track .slick-slide a {
  display: block;
  width: 100%;
  height: 75%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.slide-for .slick-list .slick-track .slick-slide a img {
  visibility: hidden;
}
.slide-for button {
  top: calc(100% - 50px);
  width: 50px !important;
  height: 50px !important;
  margin: 0;
  background-color: rgba(0, 55, 94, 0.7);
}
.slide-for button:before {
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
}
.slide-for button:hover, .slide-for button:focus {
  background-color: #00375e;
}
.slide-for button.slick-next {
  right: 0;
}
.slide-for button.slick-next:before {
  content: "\f054";
}
.slide-for button.slick-prev {
  left: calc(100% - 100px);
}
.slide-for button.slick-prev:before {
  content: "\f053";
}

.slide-nav {
  height: 150px;
  overflow: hidden;
  margin: 0 !important;
}
.slide-nav p,
.slide-nav div,
.slide-nav img {
  margin: 0 !important;
}
.slide-nav .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.slide-nav .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.slide-nav .slick-list .slick-track .slick-slide {
  position: relative;
  height: 100%;
  cursor: pointer;
  padding: 3px;
  opacity: 0.5;
  transition: 250ms;
}
.slide-nav .slick-list .slick-track .slick-slide.slick-center, .slide-nav .slick-list .slick-track .slick-slide:hover {
  opacity: 1;
}
.slide-nav .slick-list .slick-track .slick-slide.slick-center .image, .slide-nav .slick-list .slick-track .slick-slide:hover .image {
  border: 1px solid #989898 !important;
}
.slide-nav .slick-list .slick-track .slick-slide span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slide-nav .slick-list .slick-track .slick-slide span img {
  visibility: hidden;
}
.slide-nav > button {
  top: 3px;
  width: 50px;
  height: calc(100% - 6px);
  margin: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
.slide-nav > button:before {
  font-family: "FontAwesome";
  color: #717171;
  display: inline-block;
  font-size: 16px;
  line-height: 1.1;
}
.slide-nav > button:hover, .slide-nav > button:focus {
  background-color: rgb(255, 255, 255);
}
.slide-nav > button:hover:before, .slide-nav > button:focus:before {
  color: #000;
}
.slide-nav > button.slick-next {
  right: 0;
  border-right: 3px solid #d2d2d2;
}
.slide-nav > button.slick-next:before {
  content: "\f054";
}
.slide-nav > button.slick-prev {
  left: 0;
  border-left: 3px solid #d2d2d2;
}
.slide-nav > button.slick-prev:before {
  content: "\f053";
}

.main-body {
  min-height: 400px;
  position: relative;
  z-index: 1;
}
.main-body #center {
  width: 100%;
  max-width: calc(100% - 390px);
  padding-left: 60px;
}

.main-content {
  padding: 60px 0 80px;
}

#main {
  display: flex;
  flex-wrap: wrap;
}
#main #center {
  width: calc(100% - 370px);
  padding-right: 30px;
}
#main #sidebar {
  width: 100%;
  max-width: 370px;
  will-change: min-height;
}
#main #sidebar .sidebar__inner {
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
#main #sidebar .sidebar__inner .banner {
  width: 100%;
  padding-bottom: 10px;
}
#main .sidebar {
  padding: 0;
}

.box-main .container-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.box-main .container-wrapper .block {
  display: flex;
  flex-wrap: wrap;
}
.box-main .container-wrapper .block.block-left {
  width: 300px;
  padding-right: 30px;
}
.box-main .container-wrapper .block.block-main {
  width: calc(100% - 300px);
}

/*------------------------------------------------
** MORE
**------------------------------------------------*/
.scroll-to-top {
  position: fixed;
  bottom: 91px;
  right: 33px;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #414c5b;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #ffffff;
  display: none;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.scroll-to-top.active {
  display: flex;
}

.scroll-to-top:hover {
  color: #ffffff;
  background: #414c5b;
}

.icon_mess {
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  position: fixed;
  top: 40%;
  right: 10px;
  transform: translateY(-40%);
  z-index: 99;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt;
  background: #008fe5;
}
.icon_mess a {
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.icon_mess a:hover {
  transform: scale(1.1);
}

.icon_zalo {
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 99;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt;
  background: #008fe5;
}
.icon_zalo a {
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.icon_zalo a:hover {
  transform: scale(1.1);
}

.contact-fixed {
  position: fixed;
  right: 10px;
  top: 60%;
  transform: translateY(-60%);
  z-index: 999;
  width: fit-content;
}
.contact-fixed .inner {
  display: flex;
  flex-direction: column;
  float: left;
  align-items: center;
  justify-content: center;
  animation: bellRing 1s infinite;
}
.contact-fixed .inner .phone {
  position: relative;
  border-radius: 3px;
  font-weight: 600;
  line-height: 0;
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}
.contact-fixed .inner .phone:hover {
  transform: scale(1.1);
}
.contact-fixed .inner .button {
  padding: 15px 20px;
  border: 1px solid #fff;
  background: #bf0000;
  color: #fff;
}

@keyframes bellRing {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(15deg);
  }
  30% {
    transform: rotate(-15deg);
  }
  45% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  overflow: auto;
}
.popup .popup-inner {
  background: #fff;
  width: 95%;
  max-width: 1100px;
  max-height: 750px;
  display: block;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.popup .popup-inner .head {
  padding: 30px 20px 0;
}
.popup .popup-inner .head .head_title {
  padding-bottom: 10px;
}
.popup .popup-inner .head .head_title .title {
  font-size: 20px;
}
.popup .popup-inner .head .sub_title {
  font-size: 18px;
}
.popup .popup-inner span.close {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url("../images/popup-close.png") no-repeat center;
}
.popup .popup-inner .inner {
  margin: auto;
  padding: 30px 20px;
  margin: 0 30px;
  overflow-y: scroll;
  border: 1px solid #cccccc;
}
.popup .popup-inner .box-popup {
  padding: 30px 0;
  position: relative;
}
.popup .popup-inner .box-popup .box-inner {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.popup .popup-inner .box-popup .box-inner .text {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #00375e;
  font-weight: 600;
  padding-bottom: 15px;
}

.popup-home {
  background: rgba(0, 0, 0, 0.76);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  z-index: 999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-home h1 {
  margin-bottom: 20px;
  text-align: center;
}
.popup-home .popup-inner {
  background-image: url("../images/bg-footer.jpg");
  box-shadow: 0 0 7px 1px #222222;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 550px;
  background-color: #fff;
  z-index: 9999999;
  border-radius: 25px;
  overflow: hidden;
}
.popup-home .popup-inner .popup-close {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: block;
  font-size: 30px;
  opacity: 1;
  line-height: 20px;
  color: #000000;
  z-index: 99;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 7px;
}
.popup-home .popup-inner .inner {
  padding: 0;
  position: relative;
  padding: 20px 10px;
}
.popup-home .popup-inner .inner label {
  color: #000;
  margin: 20px 0 5px;
}
.popup-home .popup-inner .inner input,
.popup-home .popup-inner .inner textarea {
  color: #000;
}
.popup-home .popup-inner .inner input::placeholder,
.popup-home .popup-inner .inner textarea::placeholder {
  color: #000;
}
.popup-home .popup-inner .inner select {
  width: 100%;
  color: #000;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  vertical-align: baseline;
  background-color: transparent;
  box-shadow: none;
  padding: 5px;
}
.popup-home .popup-inner .inner select option {
  color: #00375e;
}
.popup-home .popup-inner .inner .group {
  margin-top: 15px;
}
.popup-home .popup-inner .inner .group.first-child {
  margin-top: 0;
}
.popup-home .popup-inner .inner .button {
  margin: 20px auto auto;
}
.popup-home .popup-inner .money {
  margin-bottom: 10px;
}
.popup-home .popup-inner p {
  margin-bottom: 5px;
}
.popup-home .popup-inner p.online {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.popup-home .popup-inner p.noidung {
  margin-top: 15px;
}
.popup-home.active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.popup-home .online,
.popup-home .no-online {
  display: none;
}
.popup-home .online.active,
.popup-home .no-online.active {
  display: block;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 2000;
}
.overlay-bg img {
  position: fixed;
  top: calc(50% - 58px);
  left: calc(50% - 58px);
  z-index: 20001;
}

/*------------------------------------------------
** Animate
**------------------------------------------------*/
@keyframes zoomIcon {
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  75% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes mymove {
  0% {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
  }
  25% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes ring-circle {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
/*------------------------------------------------
** MEDIA ONLY SCREEN
**------------------------------------------------*/
@media only screen and (max-width: 1100px) {
  .main_menu .plugin-search {
    width: 240px;
  }
  .main-body .main-content #center {
    margin: 0;
  }
  .main-body .main-content #sidebar {
    float: initial !important;
    max-width: 100%;
  }
  .main-body .main-content #sidebar .sidebar__inner {
    position: relative !important;
    transform: initial !important;
    top: initial !important;
    left: initial !important;
    width: initial !important;
  }
}
@media only screen and (max-width: 1023px) {
  .page {
    padding-top: 56px;
  }
  .page .rd-menu,
  .page .rd-panel {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60px;
  }
  .page .rd-menu .logo img,
  .page .rd-panel .logo img {
    width: 52px;
  }
  .page .rd-menu .logo a .logo-text,
  .page .rd-panel .logo a .logo-text {
    color: #00375e;
  }
  .page .rd-menu .logo a .logo-text span.logo-title,
  .page .rd-panel .logo a .logo-text span.logo-title {
    font-size: 22px;
  }
  .page header {
    display: none;
  }
  .page header .header-top {
    height: initial;
    padding: 5px 0;
  }
  .page header .header-top .logo {
    display: none;
  }
  .page header .header-top .header_address {
    width: 100%;
    justify-content: space-evenly;
  }
  .page header .header-top .header_address .item_address {
    margin: 0;
    position: relative;
  }
  .page header .header-top .header_address .item_address .item_text {
    width: calc(100% - 60px);
    max-width: 300px;
  }
  .page header .header-top .header_address .item_address .item_text a {
    display: block;
  }
  .page header .header-top .header_address .item_address .item_text span {
    display: none;
  }
  .page nav.main_menu {
    display: none;
  }
}
.box-heading {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.text-dark {
  color: #00375e !important;
}

.box-vision img,
.box-mission img {
  aspect-ratio: 565/334.7;
}

.box-desc-solution h4 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
}
.box-desc-solution h4 span {
  display: block;
  color: #ffad1d;
}
.box-desc-solution .video-solution {
  position: relative;
  height: 100%;
}
.box-desc-solution .video-solution img {
  height: 100%;
  object-fit: cover;
}
.box-desc-solution .video-solution .action {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.box-desc-solution .video-solution button {
  padding: 10px;
  border-radius: 50%;
  border: none;
  background: #fff;
  margin-right: 5px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-desc-solution .video-solution button:hover {
  transform: scale(1.1);
}
.box-desc-solution .video-solution button svg {
  width: 22px;
  height: 22px;
}
.box-desc-solution .video-solution .text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

#Solution ul {
  list-style: initial;
}

.page-partner--list--item {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 10px;
  background: #f4f6f8;
}
.page-partner--list--item .item--img {
  padding: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.page-partner--list--item .content-title {
  font-size: 20px;
  font-weight: 600;
}

.box-list-solution {
  color: #00375e;
}
.box-list-solution-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.box-list-solution span.code {
  display: block;
  text-align: center;
  margin: 10px 0;
}
.box-list-solution-details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.box-list-solution .inner {
  margin: 0 10px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e6edf3;
}
.box-list-solution .inner img {
  aspect-ratio: 1/1;
}
.box-list-solution .button6 {
  background: #0bf;
  border: none !important;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-list-solution .button6:hover {
  background-color: #00375e;
}
.box-list-solution .detail-item {
  display: flex;
  align-items: center;
  padding: 5px 8px;
  border: 1px solid #00375e;
  border-radius: 5px;
}
.box-list-solution .detail-item .icon-label {
  margin-right: 5px;
}
.box-list-solution .detail-item span {
  font-size: 12px;
  font-weight: 400;
}
.box-list-solution .detail-item .value {
  font-size: 14px;
  font-weight: 700;
}

#videoModal,
#videoModal2 {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
#videoModal .modal-content,
#videoModal2 .modal-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  width: 95%;
  max-width: 700px;
  background: #fff;
  height: 90vh;
  z-index: 999;
}
#videoModal .modal-content video,
#videoModal2 .modal-content video {
  width: 100%;
  height: 100%;
}
#videoModal .close,
#videoModal2 .close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  z-index: 1;
  cursor: pointer;
}
#videoModal .close:hover, #videoModal .close:focus,
#videoModal2 .close:hover,
#videoModal2 .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.breadcrumb {
  background: transparent;
  margin-bottom: 10px;
  gap: 10px;
  padding: 10px 0 !important;
}
.breadcrumb a {
  color: #fff;
  font-size: 16px !important;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb a:hover, .breadcrumb a.active {
  color: #0bf;
  text-decoration: underline;
}

.text-blue {
  color: #0bf;
}
.text-blue a {
  color: #0bf;
}
.text-blue a:hover, .text-blue a.active {
  color: #00375e;
  text-decoration: underline;
}

@media only screen and (max-width: 800px) {
  .breadcrumbs.brb-header .container-wrapper {
    flex-direction: column;
  }
  .breadcrumbs.brb-header .container-wrapper .breadcrumbs-header {
    text-align: center;
  }
  .breadcrumbs.brb-header .container-wrapper .breadcrumbs-nav {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .box-header {
    margin: 0 0 20px;
  }
  .box-header .box-title {
    font-size: 28px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 600px) {
  .heading .container h1 {
    font-size: 30px;
  }
  .heading {
    height: 250px;
  }
}
@media only screen and (max-width: 400px) {
  .page header .header-top .header_address {
    flex-direction: column;
  }
  .page header .header-top .header_address .item_address {
    padding-bottom: 6px;
  }
  .page header .header-top .header_address .item_address .item_text p {
    display: flex;
  }
  .page header .header-top .header_address .item_address .item_text p span {
    display: block;
    margin: 0 6px;
  }
}
.grid {
  width: 100%;
  display: block;
  padding: 0 10px;
}

.grid.wide {
  max-width: 1190px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

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

.row.no-gutters .col {
  padding-left: 0;
  padding-right: 0;
}

.c-0 {
  display: none;
}

.c-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-o-1 {
  margin-left: 8.33333%;
}

.c-o-2 {
  margin-left: 16.66667%;
}

.c-o-3 {
  margin-left: 25%;
}

.c-o-4 {
  margin-left: 33.33333%;
}

.c-o-5 {
  margin-left: 41.66667%;
}

.c-o-6 {
  margin-left: 50%;
}

.c-o-7 {
  margin-left: 58.33333%;
}

.c-o-8 {
  margin-left: 66.66667%;
}

.c-o-9 {
  margin-left: 75%;
}

.c-o-10 {
  margin-left: 83.33333%;
}

.c-o-11 {
  margin-left: 91.66667%;
}

.justify-content-between {
  justify-content: space-between;
}

.align-self-center {
  align-self: center;
}

.gap-20 {
  gap: 20px;
}

.gap-y-20 {
  gap: 20px 0;
}

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

@media (max-width: 1024px) {
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .order-6 {
    order: 6;
  }
  .c-text-center {
    text-align: center;
  }
}
/* >= Tablet */
@media (min-width: 740px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .mc-0 {
    display: none;
  }
  .mc-1,
  .mc-2,
  .mc-3,
  .mc-4,
  .mc-5,
  .mc-6,
  .mc-7,
  .mc-8,
  .mc-9,
  .mc-10,
  .mc-11,
  .mc-12 {
    display: block;
  }
  .mc-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .mc-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .mc-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mc-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .mc-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .mc-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mc-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .mc-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .mc-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mc-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .mc-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .mc-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mc-o-1 {
    margin-left: 8.33333%;
  }
  .mc-o-2 {
    margin-left: 16.66667%;
  }
  .mc-o-3 {
    margin-left: 25%;
  }
  .mc-o-4 {
    margin-left: 33.33333%;
  }
  .mc-o-5 {
    margin-left: 41.66667%;
  }
  .mc-o-6 {
    margin-left: 50%;
  }
  .mc-o-7 {
    margin-left: 58.33333%;
  }
  .mc-o-8 {
    margin-left: 66.66667%;
  }
  .mc-o-9 {
    margin-left: 75%;
  }
  .mc-o-10 {
    margin-left: 83.33333%;
  }
  .mc-o-11 {
    margin-left: 91.66667%;
  }
}
/* PC medium resolution > */
@media (min-width: 1113px) {
  .gap-l-20 {
    gap: 20px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.smc-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .l-g-20 {
    gap: 20px;
  }
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.smc-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .l-0 {
    display: none;
  }
  .l-1,
  .l-2,
  .l-2-4,
  .l-3,
  .l-4,
  .l-5,
  .l-6,
  .l-7,
  .l-8,
  .l-9,
  .l-10,
  .l-11,
  .l-12 {
    display: block;
  }
  .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-o-1 {
    margin-left: 8.33333%;
  }
  .l-o-2 {
    margin-left: 16.66667%;
  }
  .l-o-3 {
    margin-left: 25%;
  }
  .l-o-4 {
    margin-left: 33.33333%;
  }
  .l-o-5 {
    margin-left: 41.66667%;
  }
  .l-o-6 {
    margin-left: 50%;
  }
  .l-o-7 {
    margin-left: 58.33333%;
  }
  .l-o-8 {
    margin-left: 66.66667%;
  }
  .l-o-9 {
    margin-left: 75%;
  }
  .l-o-10 {
    margin-left: 83.33333%;
  }
  .l-o-11 {
    margin-left: 91.66667%;
  }
  .r-o-1 {
    margin-right: 8.33333%;
  }
  .r-o-2 {
    margin-right: 16.66667%;
  }
  .r-o-3 {
    margin-right: 25%;
  }
  .r-o-4 {
    margin-right: 33.33333%;
  }
  .r-o-5 {
    margin-right: 41.66667%;
  }
  .r-o-6 {
    margin-right: 50%;
  }
  .r-o-7 {
    margin-right: 58.33333%;
  }
  .r-o-8 {
    margin-right: 66.66667%;
  }
  .r-o-9 {
    margin-right: 75%;
  }
  .r-o-10 {
    margin-right: 83.33333%;
  }
  .r-o-11 {
    margin-right: 91.66667%;
  }
  .pl-0 {
    padding-left: 0;
  }
  .pr-0 {
    padding-right: 0;
  }
}
/* Tablet - PC low resolution */
@media (min-width: 740px) and (max-width: 1023px) {
  .grid.wide {
    max-width: 739px;
  }
  .c-l-o-1 {
    margin-left: 8.33333%;
  }
  .c-r-o-1 {
    margin-right: 8.33333%;
  }
}
/* > PC low resolution */
@media (min-width: 1024px) and (max-width: 1239px) {
  .wide {
    width: 1080px;
    max-width: 1080px;
  }
  .wide .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .wide .row.smc-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .wide .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wide .row.smc-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .wide .l-0 {
    display: none;
  }
  .wide .l-1,
  .wide .l-2,
  .wide .l-2-4,
  .wide .l-3,
  .wide .l-4,
  .wide .l-5,
  .wide .l-6,
  .wide .l-7,
  .wide .l-8,
  .wide .l-9,
  .wide .l-10,
  .wide .l-11,
  .wide .l-12 {
    display: block;
  }
  .wide .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .wide .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .wide .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .wide .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wide .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .wide .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .wide .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wide .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .wide .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .wide .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wide .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .wide .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .wide .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wide .l-o-1 {
    margin-left: 8.33333%;
  }
  .wide .l-o-2 {
    margin-left: 16.66667%;
  }
  .wide .l-o-3 {
    margin-left: 25%;
  }
  .wide .l-o-4 {
    margin-left: 33.33333%;
  }
  .wide .l-o-5 {
    margin-left: 41.66667%;
  }
  .wide .l-o-6 {
    margin-left: 50%;
  }
  .wide .l-o-7 {
    margin-left: 58.33333%;
  }
  .wide .l-o-8 {
    margin-left: 66.66667%;
  }
  .wide .l-o-9 {
    margin-left: 75%;
  }
  .wide .l-o-10 {
    margin-left: 83.33333%;
  }
  .wide .l-o-11 {
    margin-left: 91.66667%;
  }
}
.box-articles {
  padding-bottom: 0;
}
.box-articles .box-features {
  background: #f5f5f5;
}
.box-articles .box-features__item {
  background: #ffd422;
}
.box-articles .box-category__details .tabs {
  gap: 4px;
  display: flex;
  overflow-x: auto;
}
.box-articles .box-category__details .tab {
  white-space: nowrap;
  cursor: pointer;
  padding: 12px 16px;
  background: none;
  outline: none;
  border: none;
  border-radius: 8px 8px 0px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #00375e;
  background: #f4f4f4;
}
.box-articles .box-category__details .tab.active {
  color: #fff;
  background: #00375e;
}
.box-articles .box-category__details .news-list {
  padding: 20px;
  border-radius: 0 0 8px 8px;
  border: 1px solid #f4f4f4;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.box-articles .box-body .main-article__slider {
  width: 100%;
}
.box-articles .box-body .main-article__slider .slick-prev {
  left: 0;
  right: auto;
}
.box-articles .box-body .main-article__slider .slick-next {
  right: 0;
  left: auto;
}
.box-articles .box-body .main-article__slider .slick-list {
  margin: 0 -5px;
}
.box-articles .box-body .main-article__slider .item {
  position: relative;
  overflow: hidden;
}
.box-articles .box-body .main-article__slider .item.main-article {
  margin: 0 5px;
}
.box-articles .box-body .main-article__slider .item img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.box-articles .box-body .main-article__slider .item__overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 12px;
  border-radius: 0 0 12px 12px;
  color: #fff;
}
.box-articles .box-body .main-article__slider .item__title {
  font-size: 16px;
  font-weight: 600;
}
.box-articles .box-body .main-article__slider .item__title a {
  color: #fff;
}
.box-articles .box-body .main-article__slider .item__info {
  margin-top: 4px;
}
.box-articles .box-body .main-article__slider .item__info span {
  font-size: 14px;
}
.box-articles .box-body .side-articles {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.box-articles .box-body .side-articles .article {
  display: flex;
  flex-wrap: wrap;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.box-articles .box-body .side-articles .article img {
  display: block;
  width: 150px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.box-articles .box-body .side-articles .article .text {
  width: calc(100% - 150px);
  padding-left: 10px;
}
.box-articles .box-body .side-articles .article .text h3 {
  font-size: 14px;
  font-weight: 600;
}
.box-articles .box-body .side-articles .article .text h3 a {
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-articles .box-body .side-articles .article .text h3 a:hover {
  color: #0bf;
}
.box-articles .box-body .side-articles .article .text p {
  color: #00375e;
  font-size: 14px;
}
.box-articles .box-body .side-articles .article .text p.text-desc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.box-articles .box-body .side-articles .article .text p.detail-info {
  color: #000;
  margin: 4px 0;
}

.news-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.news-item:last-child {
  margin-bottom: 0;
}
.news-item img {
  display: block;
  width: 350px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.news-item .news-content {
  padding: 8px 0 8px 12px;
  width: calc(100% - 350px);
}
.news-item .news-content h3 a {
  color: #00375e;
  font-size: 18px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-item .news-content h3 a:hover {
  color: #0bf;
}
.news-item .news-content .info {
  margin: 4px 0;
}
.news-item .news-content .info span {
  font-size: 14px;
}
.news-item .news-content p {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-item .news-content p.desc {
  color: #00375e;
}

#news-category .main-category {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #f4f4f4;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

#news-detail .main-content-detail {
  padding: 20px;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
#news-detail .main-content-detail .section-box-title {
  font-size: 20px;
  text-align: left;
}
#news-detail .main-content-detail .box-header {
  margin-bottom: 20px;
}
#news-detail .main-content-detail .box-header__wrap {
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #f4f4f4;
}
#news-detail .main-content-detail .box-header__wrap.box-social {
  padding-top: 8px;
}
#news-detail .main-content-detail .box-header .left .action {
  line-height: normal;
  gap: 2px;
  display: flex;
  align-items: center;
  justify-content: right;
}
#news-detail .main-content-detail .box-header .left .like {
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}
#news-detail .main-content-detail .box-header .left .like:hover {
  transform: scale(1.3);
}
#news-detail .main-content-detail .box-header .left .like-count {
  color: red;
  font-size: 16px;
  font-weight: 500;
  transform: translateY(-2px);
}
#news-detail .main-content-detail .box-header .left .like svg {
  width: 24px;
  height: 24px;
}
#news-detail .main-content-detail .box-header .published {
  color: #00375e;
  font-size: 14px;
  font-weight: 400;
}
#news-detail .main-content-detail .box-header .btn-like.liked svg path {
  fill: red;
}
#news-detail .main-content-detail .box-header .btn-like:hover svg path {
  fill: red;
}
#news-detail .box-imgage-event {
  padding: 20px 40px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  margin-top: 40px;
}
#news-detail .box.box-relative {
  padding: 20px;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.box-list-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.box-list-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.box-category__details .tabs {
  display: flex;
}
.box-category__details .tabs button {
  border: none;
  width: 33.33%;
  padding: 10px 0;
  background: #00375e;
  color: #fff;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-category__details .tabs button.active {
  background: #0bf;
}
.box-category__details .tabs button:hover {
  background: #0bf;
}

.news-item {
  display: flex;
  overflow: hidden;
  margin: 20px 0;
}
.news-item .news-thumb {
  flex: 0 0 300px;
  max-width: 300px;
}
.news-item .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item .news-content {
  flex: 1;
  padding: 15px 40px 15px 20px;
  position: relative;
}
.news-item .news-content .news-title-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-item .news-content .news-title-box .news-index {
  background-color: #00375e;
  color: #fff;
  padding: 6px 15px;
  font-weight: bold;
  border-radius: 3px;
}
.news-item .news-content .news-title-box .news-title {
  font-size: 18px;
  font-weight: 600;
  color: #00375e;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-item .news-content .news-title-box .news-title:hover {
  color: #0bf;
}
.news-item .news-content .news-meta {
  font-size: 13px;
  color: #696a6d;
  margin: 6px 0;
  letter-spacing: 1.2px;
}
.news-item .news-content .news-desc {
  color: #00375e;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.news-item .news-icon {
  padding: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #e6edf3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-item .news-icon:hover {
  background: #00375e;
}
.news-item .news-icon:hover svg path {
  fill: #fff;
}

#news-detail .news-content {
  padding: 20px 0;
}
#news-detail table {
  width: 100% !important;
}
#news-detail .news-icon {
  display: none;
}
#news-detail .box-title {
  padding-left: 10px;
  border-left: 2px solid #0bf;
}

.faqs.faqs-list .container {
  max-width: 100%;
}
.faqs.faqs-list .module-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.faqs.faqs-list .module-content .item {
  width: calc(50% - 20px);
  border-left: 3px solid #00375e;
  padding: 15px 15px 15px 20px;
  margin: 0 10px 30px;
  font-size: 16px;
  position: relative;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 15px 0px #e8e8e8;
  overflow: hidden;
  text-align: justify;
}
.faqs.faqs-list .module-content .item .box-qa-question {
  color: #00375e;
  font-weight: 600;
  line-height: 1.5;
}
.faqs.faqs-list .module-content .item .box-qa-datetime {
  font-size: 14px;
  padding: 10px 0;
}
.faqs.faqs-list .module-content .item .box-qa-answer {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.faqs.faqs-list .module-content .item .link {
  text-align: left;
  width: fit-content;
  margin-left: auto;
  margin-right: 10px;
  display: block;
}
.faqs.faqs-list .module-content .item .link:hover {
  text-decoration: underline;
  color: #00375e;
}

.box-sidebar.box-sidebar-qa {
  position: relative;
  background: #fff;
  transition: right 1s;
}
.box-sidebar .box-nav-sidebar {
  padding: 0;
  border-radius: 5px;
  border: 1px solid #00375e;
  overflow: hidden;
}
.box-sidebar .box-nav-sidebar .box-header {
  margin-bottom: 5px;
  background-color: #00375e;
}
.box-sidebar .box-nav-sidebar .box-header .box-title {
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  text-transform: uppercase;
}
.box-sidebar .box-nav-sidebar .box-header .box-title:after {
  content: unset;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar {
  padding: 5px 20px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form {
  padding-bottom: 20px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .group-input {
  position: relative;
  margin-top: 25px;
  font-size: 14px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .group-input label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  color: #c4c4c4;
  transition: top 0.6s, left 0.6s, transform 0.6s;
  transition-timing-function: ease;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .group-input .btn.btn-primary {
  padding: 10px 50px;
  background: #00375e;
  font-weight: 600;
  border: none;
  color: #fff;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .group-input.group-button {
  text-align: center;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form textarea {
  padding: 10px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form textarea.form-control {
  resize: none;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form textarea.form-control:focus ~ label {
  top: -25px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form textarea.form-control.remove-placeholder ~ label {
  top: -25px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .form-control {
  border: none;
  border-bottom: 2px solid #c8ecd6;
  border-radius: unset;
  padding: 10px 0;
  font-size: 15px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .form-control:focus {
  outline: none !important;
  border: none;
  border-bottom: 2px solid #c8ecd6;
  box-shadow: unset;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .form-control:focus ~ label {
  top: -22px;
  left: -26px;
  transform: scale(0.9);
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .form-control.remove-placeholder ~ label {
  top: -22px;
  left: -26px;
  transform: scale(0.9);
}

@media only screen and (min-width: 1600px) {
  .faqs.faqs-list .container {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 1000px) {
  .main-content.faqs #main {
    flex-direction: column-reverse;
  }
  .main-content.faqs #main #sidebar {
    margin-bottom: 30px;
  }
  .main-content.faqs .box-main-content.col {
    padding: 0;
  }
  .section-faqs .main-content #main #sidebar .sidebar__inner {
    margin-top: 0;
  }
}
@media only screen and (max-width: 900px) {
  .faqs.faqs-list .module-content {
    margin: 0;
  }
  .faqs.faqs-list .module-content .item {
    width: 100%;
    margin: 0 0 20px;
  }
}
.contact-page {
  padding-top: 100px;
  background: linear-gradient(180deg, rgba(0, 78, 134, 0) 40.69%, #004E86 100%), url("../images/banner/contact.jpg") lightgray 50%/cover no-repeat;
}
.contact-page .contact .box-contact-inner {
  background: transparent;
}

.contact .box-contact-inner {
  background-color: #f4f6f8;
  padding: 20px 0;
}
.contact .box-contact--info {
  background: #00375e;
  padding: 30px;
  height: 100%;
}
.contact .box-contact--info--desc {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact .box-contact--info--desc .phone,
.contact .box-contact--info--desc .email,
.contact .box-contact--info--desc .facebook {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact .box-contact--info--desc .phone a,
.contact .box-contact--info--desc .email a,
.contact .box-contact--info--desc .facebook a {
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
}
.contact .box-contact--info--desc .phone a strong,
.contact .box-contact--info--desc .email a strong,
.contact .box-contact--info--desc .facebook a strong {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.contact .box-contact--info--desc a {
  color: #fff;
}
.contact .contact-form {
  position: relative;
  background: #fff;
  padding: 30px;
}
.contact .contact-form .form {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .contact-form .form form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .contact-form .form h4 {
  color: #0bf;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.contact .contact-form .form p {
  width: 100%;
  text-align: center;
  color: #000;
  margin-top: 10px;
  margin-bottom: 30px;
}
.contact .contact-form .form input {
  width: calc(50% - 5px);
  margin-right: 10px;
  background-color: #fff;
  height: 42px;
  border: 1px solid #dbdbdb;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 20px;
}
.contact .contact-form .form input.phone, .contact .contact-form .form input.address {
  margin-right: 0;
}
.contact .contact-form .form textarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 20px;
  resize: none;
}
.contact .contact-form .form .button {
  padding: 15px 80px;
  font-weight: 500;
}

.about-banner .banner-image {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 450px;
  overflow: hidden;
}
.about-banner .banner-image img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}
.about-banner .banner-image .about-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 55, 122, 0.5);
  color: #fff;
  padding: 20px 40px;
  z-index: 1;
}

.core-values {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.core-values .value-item {
  padding: 20px;
  background: #e6f8ff;
}
.core-values .value-item .box-image {
  width: 96px;
  height: 96px;
  overflow: hidden;
}
.core-values .value-item .box-image img {
  object-fit: contain;
}
.core-values .value-item h4 {
  color: #00375e;
  margin: 15px 0;
  text-align: justify;
  font-size: 20px;
  font-weight: 600;
}

.detai-solution-banner .banner-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/1;
}
.detai-solution-banner .box-title {
  text-align: start;
}
.detai-solution-banner .box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-maintenance .banner-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/1;
}
.page-maintenance .box-title {
  text-align: start;
}
.page-maintenance .box-image {
  background: #f4f6f8;
  border-radius: 50%;
}
.page-maintenance .box-time {
  padding: 10px;
  background: #e6f8ff;
  height: 100%;
}
.page-maintenance .box-desc {
  margin-top: 20px;
}
.page-maintenance .box-benefit--inner {
  padding: 30px;
  background-color: #004E86;
}
.page-maintenance .box-benefit--inner .box-title {
  color: #fff;
}
.page-maintenance .box-benefit--inner .box-title span {
  display: block;
  color: #ffad1d;
}
.page-maintenance .box-benefit--inner .icon {
  width: 70px;
  height: 70px;
  margin: auto;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-maintenance .box-benefit--inner .icon:hover {
  background: #00375e;
}
.page-maintenance .box-benefit--inner .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-maintenance .box-maintenance-service {
  background: #f4f6f8;
}
.page-maintenance .box-maintenance-service--inner .box-item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  width: calc(100% - 200px);
  margin: auto;
}
.page-maintenance .box-maintenance-service--inner .box-item.even {
  padding: 20px 0;
  flex-direction: row-reverse;
}
.page-maintenance .box-maintenance-service--inner .box-item.even .box-text {
  border-radius: 0px 20px 20px 0px;
  padding: 10px 10px 10px 150px;
}
.page-maintenance .box-maintenance-service--inner .box-item.even .box-image {
  right: inherit;
  left: -50px;
}
.page-maintenance .box-maintenance-service--inner .box-item .box-text {
  border: 1px solid #00375e;
  padding: 10px 150px 10px 10px;
  border-radius: 20px 0px 0px 20px;
}
.page-maintenance .box-maintenance-service--inner .box-item .index-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-maintenance .box-maintenance-service--inner .box-item .index {
  color: #ffad1d;
  font-size: 50px;
  font-weight: 600;
}
.page-maintenance .box-maintenance-service--inner .box-item .title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.page-maintenance .box-maintenance-service--inner .box-item .box-image {
  position: absolute;
  right: -50px;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.page-maintenance .box-maintenance-service--inner .box-item .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-maintenance .box-banner-bottom {
  padding-bottom: 0;
}
.page-maintenance .box-banner-bottom img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/1;
}

.project_page .category_tab {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.project_page .category_tab--item a {
  padding: 10px 20px;
  background: #e6edf3;
  border-radius: 20px;
  color: #00375e;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project_page .category_tab--item a.active {
  background: #004E86;
  color: #fff;
}
.project_page .category_tab--item a:hover {
  background: #004E86;
  color: #fff;
}
.project_page--list--img {
  position: relative;
}
.project_page--list--img .project-image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3/2;
}
.project_page--list--img .icon {
  display: block;
  width: 60px;
  height: 60px;
  padding: 10px;
  background: #0bf;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.project_page--list--img .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.project_page--list .project-content {
  padding: 15px;
  color: #00375e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project_page--list .project-content .project-type {
  color: #ffad1d;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
}
.project_page--list .project-content .project-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.project_page--list .project-content .project-desc, .project_page--list .project-content p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.project_page--list .project-content .button6 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project_page--list .project-content .button6:hover {
  background: #ffad1d !important;
  color: #fff !important;
}
.project_page--list .project-content:hover {
  background: #00375e;
  color: #fff;
}
.project_page--list .project-content:hover .button6 {
  background: #fff;
  color: #0bf;
}

.project_detail {
  padding-bottom: 40px;
}
.project_detail--box-banner .box-main-image {
  max-height: 100vh;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
.project_detail--box-banner .box-main-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.project_detail--box-banner .box-sub-image {
  max-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 100%;
}
.project_detail--box-banner .box-sub-image--item img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.project_detail .project-type {
  color: #ffad1d;
  font-weight: 600;
  padding: 10px 0;
}
.project_detail .project-meta {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-left: 2px solid #00375e;
  background: #f4f6f8;
  width: 50%;
  color: #00375e;
}
.project_detail .project-meta p {
  text-align: justify;
  font-weight: 600;
}
.project_detail .project-meta p strong {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.detai-household-banner .banner-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/1;
}
.detai-household-banner .box-title {
  text-align: start;
}
.detai-household-banner .box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detai-household-banner .box-image img {
  aspect-ratio: 1/1;
}

/*------------------------------------------------
** Boxes
**------------------------------------------------*/
.box-about {
  padding: 60px 0 0;
}
.box-about .container-wrapper {
  overflow: hidden;
}
.box-about .box-body {
  display: flex;
  flex-wrap: wrap;
}
.box-about .box-body .image {
  width: 50%;
  padding: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-about .box-body .image img {
  display: none;
}
.box-about .box-body .contentWrapper {
  width: 50%;
  padding-left: 30px;
}
.box-about .box-body .contentWrapper .content {
  padding-bottom: 60px;
}
.box-about .box-body .contentWrapper p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .box-about .box-body .image {
    width: 40%;
  }
  .box-about .box-body .contentWrapper {
    width: 60%;
  }
}
@media only screen and (max-width: 900px) {
  .box-about .box-body {
    flex-direction: column-reverse;
  }
  .box-about .box-body .image {
    width: 100%;
    max-width: 600px;
    min-height: 350px;
    margin: auto;
  }
  .box-about .box-body .contentWrapper {
    padding: 0;
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
}
.box-features {
  background: #F4F6F8;
}

.box-slution {
  background: #f4f6f8;
}

.solution--item {
  position: relative;
  transition: transform 0.3s ease;
}
.solution--item--inner {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.box--image img {
  aspect-ratio: 3/2;
  display: block;
  width: 100%;
  height: auto;
}

.box--content {
  position: absolute;
  bottom: 0;
  padding: 30px 12px;
  text-align: center;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 100%);
}
.box--content .title a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.box--icon {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  background-color: #0bf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 5px solid #fff;
}

.content-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0bf;
  color: #fff;
  padding: 20px 15px;
  z-index: 1;
  height: 100%;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}
.content-overlay .title a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-overlay .title a:hover {
  color: #00375e;
}
.content-overlay .desc {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.solution--item:hover .content-overlay {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.box-workflow {
  padding-bottom: 100px;
}
.box-workflow .box-title {
  color: #00375e;
}
.box-workflow p {
  color: #00375e;
}
.box-workflow .box__timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px 0;
}
.box-workflow .box__timeline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #00375e;
  z-index: 0;
}
.box-workflow .box__timeline--step {
  display: flex;
  align-items: center;
  gap: 15px;
}
.box-workflow .box__timeline--step .icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background-color: #00578c;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-workflow .box__timeline--step .icon img {
  width: 70px;
  height: 70px;
}
.box-workflow .box__timeline--step .icon::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #00375e;
  border-radius: 50%;
  position: absolute;
  bottom: -37px;
  z-index: 2;
}
.box-workflow .box__timeline p {
  font-weight: 600;
  color: #00375e;
}

.box-intro .block_content {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  display: inline-block;
  padding: 10px 15px;
  color: #0bf;
  font-size: 36px;
  font-weight: 800;
}
.box-intro .block_content:nth-of-type(-n + 2) {
  border-right: 2px solid #0bf;
}
.box-intro .block_content span {
  display: inline-block;
}
.box-intro .block_content .text {
  display: block;
  color: #00375e;
  font-size: 16px;
  font-weight: 500;
}
.box-intro .box__image {
  width: 100%;
  height: 450px;
  max-height: 450px;
}
.box-intro .box__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-fukitech-body {
  background-image: url("../images/box/box-fukitech.jpg"), linear-gradient(#004e86, #004e86);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding: 30px;
  color: #fff;
}
.box-fukitech-section .feature-box {
  position: relative;
  padding: 10px 10px 10px 50px;
  border-radius: 16px;
  border: 1px solid #fff;
  margin-left: 28px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-fukitech-section .feature-box:hover {
  background: #004E86;
}
.box-fukitech-section .feature-box .icon {
  position: absolute;
  display: flex;
  align-items: center;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 50%;
  padding: 10px;
  background: #fff;
}
.box-fukitech-section .feature-box .icon img {
  display: block;
  object-fit: contain;
}
.box-fukitech-section .feature-box .content h3 {
  font-size: 18px;
  font-weight: 600;
}

.box-project {
  position: relative;
  background: #f4f6f8;
}
.box-project .box-title {
  color: #00375e;
}
.box-project p {
  color: #00375e;
}
.box-project .category--tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.box-project .category--tab a.tab--item {
  padding: 10px 20px;
  background: #e6edf3;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-project .category--tab a.tab--item:hover, .box-project .category--tab a.tab--item.active {
  background: #004e86;
  color: #fff;
}
.box-project__slider {
  position: relative;
  overflow: hidden;
}
.box-project__inner {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 10px;
}
.box-project__image {
  position: relative;
  width: 100%;
  height: 100%;
}
.box-project__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-project__image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #004e86 5.3%, rgba(0, 78, 134, 0) 95.15%);
}
.box-project__content {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  max-width: 50%;
  padding: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.box-project__content .category {
  color: #ffad1d;
  font-weight: 600;
  margin-bottom: 10px;
}
.box-project__content .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.box-project__content .description,
.box-project__content p {
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.box-project__content .info li {
  color: #fff;
  margin-bottom: 10px;
}
.box-project__content .info li strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.box-partner .box-title {
  color: #00375e;
}
.box-partner--grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  justify-items: center;
  align-items: center;
  padding: 30px 0;
}
.box-partner--logo {
  max-width: 200px;
  height: auto;
}
.box-partner--logo img {
  width: 200px;
  height: 55px;
  object-fit: contain;
  aspect-ratio: 40/11;
}

.box-news .box-title {
  color: #00375e;
}

/*------------------------------------------------
** Common
**------------------------------------------------*/
.pagination {
  margin: 60px auto 20px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  margin: 0 4px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  overflow: hidden;
}
.pagination li span, .pagination li a {
  width: 32px;
  height: 32px;
  color: #768295;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li a {
  border: 1px solid #fff;
}
.pagination li a::hover {
  border: 1px solid #768295;
}
.pagination li.active {
  border: 0;
}
.pagination li.active span {
  color: #2B3040;
  font-weight: 600;
}
.pagination .limit {
  margin: 10px auto;
}
.pagination .limit select {
  border-radius: 3px;
  min-width: 50px;
}

.footer {
  color: #fff;
}
.footer-top {
  background: #00375e;
  padding: 15px 0;
}
.footer-contact-methods {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-contact .phone,
.footer-contact .email {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-contact .phone a,
.footer-contact .email a {
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
}
.footer-contact .phone a strong,
.footer-contact .email a strong {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.footer-center {
  background: #004E86;
  padding: 15px 0;
}
.footer-center .video-featured {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}
.footer-center .video-featured img {
  width: 100%;
  height: auto;
  display: block;
}
.footer-center .video-featured .action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 50px;
  opacity: 1;
}
.footer-center .video-featured .action button {
  cursor: pointer;
  outline: none;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.footer-center .video-featured .action button svg {
  width: 24px;
  height: 24px;
  fill: #004e86;
}
.footer-center .video-featured:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.footer-center .logo {
  padding: 0;
  margin-bottom: 20px;
}
.footer-center li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.footer-center li .icon {
  padding: 10px;
  background: #fff;
  border-radius: 50%;
}
.footer-center li .icon svg {
  width: 24px;
  height: 24px;
}
.footer-center li span.text,
.footer-center li a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-center li span.text:hover,
.footer-center li a:hover {
  color: #0bf;
  text-decoration: underline;
}
.footer-center li strong {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  font-weight: 700;
}
.footer-info ul, .footer-terms ul {
  margin-top: 20px;
  list-style: inside;
}
.footer-info ul li a, .footer-terms ul li a {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-info ul li a:hover, .footer-terms ul li a:hover {
  color: #0bf;
  text-decoration: underline;
}
.footer-bottom {
  background: #00375e;
  padding: 15px 0;
  text-align: center;
}
.footer h4.footer-title {
  font-size: 20px;
  font-weight: 600;
}

/*------------------------------------------------
** Main
**------------------------------------------------*/
@media (max-width: 1239px) {
  .news-item .news-content {
    padding: 15px 50px 15px 20px;
  }
  .box-list-solution .detail-item {
    padding: 5px 10px;
    display: block;
  }
  .box-list-solution .detail-item .text {
    display: inline-block;
  }
  .button,
  a.button {
    padding: 10px 20px;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
  .section {
    padding: 30px 0;
  }
  .box-banner {
    padding-top: 60px;
  }
  .box-title {
    font-size: 20px;
  }
  .box-heading {
    font-size: 28px;
  }
  #videoModal .modal-content {
    height: 60vh;
  }
  .box-banner .box-body__content h2 {
    font-size: 40px;
  }
  .button.button2 {
    padding: 8px 23px 8px 8px;
  }
  .button__banner .icon svg {
    width: 35px;
    height: 35px;
  }
  .box-workflow .box__timeline--step {
    gap: 10px;
  }
  .box-workflow .box__timeline--step .icon {
    width: 80px;
    height: 80px;
  }
  .box-workflow .box__timeline--step.active .icon::after {
    width: 25px;
    height: 25px;
  }
  .box-workflow .box__timeline--step.active .icon::before {
    width: 9px;
    height: 9px;
    bottom: -34px;
  }
  .core-values {
    grid-template-columns: repeat(3, 1fr);
  }
  .box--content .title a {
    font-size: 16px;
  }
  .content-overlay {
    display: none;
  }
  .box--content {
    padding: 40px 5px;
  }
  .footer h4.footer-title {
    font-size: 18px;
  }
  .logo-text span.logo-title {
    font-size: 22px;
  }
  .box--image img {
    aspect-ratio: 1/1;
  }
  .news-item .news-content .news-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .box-articles .box-body .side-articles .article {
    border-radius: 0;
  }
  .breadcrumb {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0 !important;
  }
  #news-detail .box-title {
    text-align: start;
  }
  .news-item {
    display: block;
  }
  .news-item .news-content {
    width: initial;
  }
  .news-item .news-thumb {
    max-width: inherit;
  }
  .button,
  a.button {
    padding: 10px 20px;
  }
  .button5 {
    padding: 10px 25px;
  }
  .news-item .news-content .news-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news-item .news-content .news-title-box .news-title {
    font-size: 16px;
  }
  .news-item .news-content .news-desc {
    font-size: 14px;
  }
  .footer-contact-methods {
    flex-direction: column;
    gap: 10px;
  }
  .page-partner--list--item .content-title {
    font-size: 18px;
  }
}
@media (max-width: 739px) {
  body {
    font-size: 12px;
  }
  .section {
    padding: 20px 0;
  }
  .box-heading {
    font-size: 22px;
  }
  .button__banner .text-lg {
    font-size: 22px;
  }
  .detai-solution-banner .box-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/1;
  }
  .about-banner .banner-image .about-overlay {
    padding: 20px 0;
  }
  .footer h4.footer-title {
    font-size: 16px;
  }
  .box-fukitech-body {
    padding: 10px;
  }
  .project_detail .project-meta {
    width: 100%;
  }
  .box-list-solution .detail-item .value {
    font-size: 13px;
  }
  .box-list-solution-details {
    gap: 10px;
  }
  .box-list-solution .detail-item span {
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  .page {
    padding-top: 50px;
  }
  .box-heading {
    font-size: 20px;
  }
  .box-list-solution-details {
    gap: 10px;
  }
  .page .rd-menu,
  .page .rd-panel {
    height: 50px;
  }
  .page .rd-menu .logo img,
  .page .rd-panel .logo img {
    width: 45px;
  }
  .box-banner {
    padding-top: 50px;
  }
  .box-banner .box-body__content h2 {
    font-size: 30px;
  }
  .box-intro .block_content:nth-of-type(-n + 2) {
    border-bottom: 2px solid #0bf;
    border-right: none;
  }
  .box-intro .block_content {
    font-size: 28px;
    font-weight: 600;
  }
  .box-intro .block_content {
    padding: 10px 0;
    display: block;
  }
  .box-workflow .box__timeline {
    padding: 10px 0;
  }
  .box-workflow .box__timeline--step {
    display: block;
  }
  .box-workflow .box__timeline--step.active .icon::after {
    bottom: -66px;
  }
  .box-workflow .box__timeline--step.active .icon::before {
    bottom: -58px;
  }
  .box-workflow .box__timeline--step .icon::after {
    bottom: -64px;
  }
  .box-workflow .box__timeline--step .icon {
    width: 60px;
    height: 60px;
  }
  .box-workflow .box__timeline--step .icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .button5 {
    padding: 8px 10px;
    font-size: 14px;
  }
  .box-project__content .title {
    font-size: 14px;
  }
  .button4 {
    padding: 8px 10px;
    font-size: 14px;
  }
  .box-partner--grid {
    padding: 20px 0;
    grid-template-columns: repeat(3, 1fr);
  }
  .button3,
  a.button3 {
    padding: 8px 10px;
    font-size: 14px;
  }
  .news-item .news-content {
    padding: 10px 0;
  }
  .news-item .news-icon {
    display: none;
  }
  .rd-menu ul {
    top: 50px;
  }
  .footer-contact {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
  .project_page .category_tab {
    justify-content: start;
    gap: 10px;
  }
  .project_page .category_tab--item a {
    padding: 8px;
    border-radius: 5px;
  }
  .contact .contact-form .form .button {
    padding: 8px 20px;
    font-size: 14px;
  }
  .contact-page {
    padding-top: 0;
  }
  .core-values {
    grid-template-columns: repeat(2, 1fr);
  }
  .breadcrumb a {
    font-size: 14px;
  }
  .about-banner .banner-image .about-overlay {
    height: 100%;
  }
  .detai-household-banner .box-title {
    flex: 1;
  }
  .box-fukitech-section .feature-box {
    padding: 10px 10px 10px 35px;
  }
  .box-desc-solution h4 {
    font-size: 22px;
  }
  .detai-solution-banner .box-title {
    flex: 1;
  }
  .detai-household-banner .box-top {
    gap: 5px;
  }
  .project_detail--box-banner .box-sub-image--item img {
    aspect-ratio: initial;
  }
  .project_detail .project-meta {
    gap: 10px;
  }
  .page-maintenance .box-time {
    text-align: center;
  }
  .page-maintenance .box-title {
    text-align: inherit;
  }
  .page-maintenance .box-maintenance-service--inner .box-item {
    width: 100%;
  }
  .page-maintenance .box-maintenance-service--inner .box-item .box-image {
    display: none;
  }
  .page-maintenance .box-maintenance-service--inner .box-item .box-text,
  .page-maintenance .box-maintenance-service--inner .box-item.even .box-text {
    padding: 10px;
  }
  .page-maintenance .box-maintenance-service--inner .box-item .title {
    text-align: start;
  }
  .page-maintenance .box-maintenance-service--inner .box-item.even {
    padding: 10px 0;
  }
  .button,
  a.button {
    padding: 8px 14px;
  }
  .about-banner .banner-image .about-overlay {
    position: initial;
    background: initial;
  }
  .detail-about .about-text .box-heading, .detail-about .about-text p {
    color: #00375e;
  }
  .detail-about .breadcrumb {
    color: #0bf;
  }
  .detail-about .breadcrumb a {
    color: #0bf;
  }
  .detail-about .breadcrumb a.active {
    color: #00375e;
  }
  .project_detail .project-meta {
    padding: 10px;
  }
  .project_detail .project-meta p {
    text-align: initial;
  }
  .box-project .category--tab a.tab--item {
    font-size: 12px;
    border-radius: 10px;
    padding: 8px;
  }
  .box-project__content {
    left: 0;
  }
  .box-list-solution .detail-item {
    text-align: center;
  }
}

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