@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif, "Noto Sans JP", sans-serif, "Meiryo", Arial, Helvetica, Verdana, "MS PGothic";
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin: 0px;
  visibility: hidden;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-inline-start: 0px;
  padding-left: 0px !important;
}

li {
  list-style-type: none;
  display: flex;
}

li a {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .sp {
    display: none !important;
  }
}

.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

.binary-container {
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  max-width: 1196px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .binary-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .binary-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.text-small {
  font-weight: unset;
  font-size: 14px;
  color: #999292;
  display: flex;
  align-items: center;
}
.text-small::before {
  content: "• ";
  color: #00b2ff;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 25px;
  line-height: 1;
}

.text-bolder {
  font-family: "Noto Sans JP", sans-serif, "Meiryo", Arial, Helvetica, Verdana, "MS PGothic";
  font-weight: bolder;
}

.u-color-blue {
  color: #00b2ff !important;
}

.u-color-black {
  color: #0f172a;
}

.u-color-white {
  color: #ffffff;
}

.btn-seemore {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: solid 1px #00b2ff;
  color: #00b2ff;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  gap: 8px;
}
.btn-seemore span {
  font-weight: 300;
  font-size: 24px;
}
.btn-seemore:hover {
  color: #fff;
  background-color: #00b2ff;
}
.btn-seemore:hover span {
  color: #fff;
}

.section-name {
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-name {
    font-size: 14px;
  }
}
.section-name.light {
  color: white;
}

.section-title {
  color: #0f172a;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }
}

.highlight-title {
  margin: 0;
  font-size: 60px;
  font-family: "Noto Sans JP", sans-serif, "Meiryo", Arial, Helvetica, Verdana, "MS PGothic";
  font-weight: bolder;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .highlight-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .highlight-title {
    font-size: 36px;
  }
}
.highlight-title .highlight {
  color: #00b2ff;
}

.section-description {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  color: #999292;
  max-width: 750px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .section-description {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .section-description {
    font-size: 16px;
  }
}
.section-description.mb24 {
  margin-bottom: 24px;
}

.page-head-section {
  background: #0f172a;
  padding-top: 235px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .page-head-section {
    padding-top: 200px;
  }
}
.page-head-section.has-bg {
  background: transparent;
  position: relative;
  padding-bottom: 180px;
}
.page-head-section.has-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.4);
}
.page-head-section.has-bg .title {
  white-space: normal;
  text-align: center;
  padding: 0 40px;
}
.page-head-section.has-minus-bot {
  padding-bottom: 180px;
}
.page-head-section .binary-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .page-head-section .binary-container {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-head-section .binary-container {
    gap: 24px;
    flex-direction: column;
  }
}
.page-head-section .title {
  display: block;
  font-size: 100px;
  line-height: 1.6;
  color: white;
  width: max-content;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .page-head-section .title {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-head-section .title {
    font-size: 40px;
  }
}
.page-head-section .overview {
  font-size: 24px;
  line-height: 1.6;
  color: white;
  flex-grow: 1;
  max-width: 600px;
  margin: 16px 0 0;
}
@media screen and (max-width: 1024px) {
  .page-head-section .overview {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-head-section .overview {
    font-size: 16px;
    margin: 0;
  }
}

#header {
  background-color: rgba(15, 23, 42, 0.8);
  transition: transform 0.3s ease-in-out;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
#header a {
  text-decoration: none;
}
#header.slideup {
  transform: translateY(-100px);
}
#header .open-dropdown .lang {
  display: none;
}
#header .open-dropdown .lang.selected {
  display: flex;
  align-items: center;
  gap: 8px;
}
#header .dropdown-content {
  display: none;
}
#header .dropdown-content .lang {
  display: flex;
  align-items: center;
}
#header .dropdown-content .lang.selected {
  display: none;
}
#header .language-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: -20px;
  gap: 8px;
  padding: 8px 20px;
  background-color: rgba(15, 23, 42, 0.8);
  white-space: nowrap;
  border-radius: 8px;
}
#header .language-list .lang {
  cursor: pointer;
}
#header .language-list .lang:hover {
  background-color: #00b2ff;
}
#header .language-list .lang span {
  padding: 0px 8px;
}
@media screen and (max-width: 1200px) {
  #header .language-list {
    background: #0f172a;
    z-index: 100;
  }
}
#header .header-wrapper {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
  gap: 24px;
  box-sizing: border-box;
}
#header .header-wrapper .sp-language {
  display: none;
}
@media screen and (max-width: 1200px) {
  #header .header-wrapper {
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #header .header-wrapper .switch-language {
    cursor: pointer;
    position: relative;
  }
  #header .header-wrapper .switch-language * {
    color: white !important;
    font-weight: 600;
    text-decoration: none !important;
  }
  #header .header-wrapper .switch-language .open-dropdown {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  #header .header-wrapper .switch-language .select-language {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  #header .header-wrapper .open {
    display: block;
  }
  #header .header-wrapper .close {
    display: none;
  }
}
#header .header-wrapper .logo {
  height: 51px;
  width: auto;
}
#header .header-wrapper .logo img {
  transform: scale(1.122);
}
@media screen and (max-width: 1200px) {
  #header .header-wrapper .navigator {
    display: none;
  }
}
#header .header-wrapper .navigator .menu {
  display: flex;
  align-items: center;
  gap: 25px;
}
#header .header-wrapper .navigator .menu__item {
  position: relative;
}
#header .header-wrapper .navigator .menu__item > a {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  color: white;
  padding: 16px 0;
  text-decoration: none;
}
#header .header-wrapper .navigator .menu__item > a:hover {
  color: #00b2ff;
}
@media screen and (min-width: 1201px) {
  #header .header-wrapper .navigator .menu__item:hover .menu-expand {
    display: block;
  }
}
#header .header-wrapper .navigator .menu__item.switch-language {
  cursor: pointer;
  position: relative;
}
#header .header-wrapper .navigator .menu__item.switch-language * {
  color: white;
  font-weight: 600;
}
#header .header-wrapper .navigator .menu__item.switch-language .open-dropdown {
  display: flex;
  align-items: center;
  gap: 4px;
}
#header .header-wrapper .navigator .menu__item.switch-language .select-language:hover * {
  color: #00b2ff;
}
#header .header-wrapper .navigator .menu__item.switch-language .select-language:hover + * {
  color: #00b2ff;
}
#header .header-wrapper .navigator .menu .menu-expand {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px;
  background: white;
  border-radius: 10px;
}
@media screen and (min-width: 1201px) {
  #header .header-wrapper .navigator .menu .menu-expand {
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
  }
}
#header .header-wrapper .navigator .menu .menu-expand:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -10px);
  border: 16px solid transparent;
  border-bottom: 16px solid white;
  border-top: none;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-hover a {
  text-decoration: none;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-hover__title {
  font-size: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #00b2ff;
}
@media screen and (max-width: 1200px) {
  #header .header-wrapper .navigator .menu .menu-expand .tooltip-hover__title {
    display: none;
  }
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-hover__title .material-symbols-rounded {
  font-size: 40px;
  font-weight: 700;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-hover__back {
  display: none;
}
@media screen and (max-width: 1200px) {
  #header .header-wrapper .navigator .menu .menu-expand .tooltip-hover__back {
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 8px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    padding-bottom: 8px;
  }
  #header .header-wrapper .navigator .menu .menu-expand .tooltip-hover__back span {
    transform: rotateZ(90deg);
    font-size: 32px;
    line-height: 1;
  }
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-services {
  width: 720px;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-services .list-services {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-services .list-services .service-item {
  width: calc(50% - 16px);
  display: flex;
  gap: 16px;
  font-size: 20px;
  font-weight: 600;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-services .list-services .service-item img {
  width: 40px;
  height: auto;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-services .list-services .service-item span {
  display: block;
  padding: 8px 0;
  position: relative;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-services .list-services .service-item span:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00b2ff;
  transition: all 0.3s ease;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-services .list-services .service-item:hover span:after {
  width: 100%;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-projects {
  width: 1080px;
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  #header .header-wrapper .navigator .menu .menu-expand .tooltip-projects {
    width: 70vw;
  }
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-projects .list-projects {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-projects .list-projects .project-item {
  width: calc((100% - 48px) / 3);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-projects .list-projects .project-item img {
  width: 100%;
  height: 200px;
  margin-bottom: 16px;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-projects .list-projects .project-item img + span {
  display: block;
  position: relative;
  padding-bottom: 4px;
  color: #0f172a;
  font-weight: 600;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-projects .list-projects .project-item img + span:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00b2ff;
  transition: all 0.3s ease;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-projects .list-projects .project-item img + span + span:before {
  line-height: 1;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-projects .list-projects .project-item:hover img + span:after {
  width: 100%;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-about {
  width: 700px;
}
@media screen and (min-width: 1201px) and (max-width: 1280px) {
  #header .header-wrapper .navigator .menu .menu-expand .tooltip-about {
    width: 50vw;
  }
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-about .about-parts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px 32px;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-about .about-parts a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0f172a;
  font-weight: 600;
  padding-left: 24px;
  width: calc(50% - 16px);
  box-sizing: border-box;
  font-size: 20px;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-about .about-parts a span:first-child {
  position: relative;
  padding: 4px 0;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-about .about-parts a span:first-child:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00b2ff;
  transition: all 0.3s ease;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-about .about-parts a:hover {
  color: #00b2ff;
}
#header .header-wrapper .navigator .menu .menu-expand .tooltip-about .about-parts a:hover span:first-child:after {
  width: 100%;
}
#header.open-menu {
  background: #0f172a;
  transform: translateY(0) !important;
}
#header.open-menu .open {
  display: none !important;
}
#header.open-menu .close {
  display: block !important;
}
#header.open-menu .sp-language {
  display: block;
}
#header.open-menu .navigator {
  position: fixed;
  display: block !important;
  background: #0f172a;
  top: 82px;
  left: 0;
  height: calc(100vh - 82px);
  width: 100vw;
}
#header.open-menu .navigator .menu {
  flex-direction: column;
  gap: 0;
}
#header.open-menu .navigator .menu__item {
  width: 100%;
  border-bottom: 1px solid white;
  padding: 16px;
  box-sizing: border-box;
}
#header.open-menu .navigator .menu__item > a {
  width: 100%;
  justify-content: space-between;
  padding: 0;
}
#header.open-menu .navigator .menu__item > a span {
  transform: rotateZ(-90deg);
  font-size: 32px;
  line-height: 1;
}
#header.open-menu .navigator .menu__item:first-child {
  border-top: 1px solid white;
}
#header.open-menu .navigator .menu__item.switch-language {
  display: none !important;
}
#header.open-menu .navigator .menu__item .menu-expand {
  position: fixed;
  left: 0;
  top: 82px;
  background: #0f172a;
  width: 100vw;
  height: calc(100vh - 82px);
  border-top: 1px solid white;
  transform: translateX(0);
  padding: 0;
  z-index: 1;
  border-radius: 0;
  padding: 16px;
  box-sizing: border-box;
}
#header.open-menu .navigator .menu__item .menu-expand:before {
  display: none;
}
#header.open-menu .navigator .menu__item .menu-expand .tooltip-services {
  width: 100%;
}
#header.open-menu .navigator .menu__item .menu-expand .tooltip-services .list-services {
  gap: 16px;
  padding-top: 24px;
}
#header.open-menu .navigator .menu__item .menu-expand .tooltip-services .list-services .service-item {
  width: 100%;
}
#header.open-menu .navigator .menu__item .menu-expand .tooltip-services .list-services .service-item span {
  color: white;
  font-size: 16px;
}
#header.open-menu .navigator .menu__item .menu-expand .tooltip-projects {
  width: 100%;
}
#header.open-menu .navigator .menu__item .menu-expand .tooltip-projects .list-projects {
  flex-direction: column;
  gap: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  box-sizing: border-box;
  max-height: calc(100vh - 82px - 24px - 32px);
  overflow-y: auto;
}
#header.open-menu .navigator .menu__item .menu-expand .tooltip-projects .list-projects .project-item {
  width: 100%;
}
#header.open-menu .navigator .menu__item .menu-expand .tooltip-projects .list-projects .project-item img {
  margin-bottom: 8px;
}
#header.open-menu .navigator .menu__item .menu-expand .tooltip-projects .list-projects .project-item img + span {
  font-size: 16px;
  color: white;
}
#header.open-menu .navigator .menu__item .menu-expand .tooltip-about {
  width: 100%;
}
#header.open-menu .navigator .menu__item .menu-expand .tooltip-about .about-parts {
  gap: 16px;
  padding-top: 24px;
}
#header.open-menu .navigator .menu__item .menu-expand .tooltip-about .about-parts a {
  width: 100%;
  color: white;
  font-size: 16px;
  padding-left: 0;
}

.page-breadcrumb {
  width: calc(100% - 48px);
  max-width: 1140px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  z-index: 10;
  color: #3f3f3f;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 112px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 24px;
}
.page-breadcrumb.service-detail-breadcrumb {
  background: rgba(15, 23, 42, 0.5);
}
.page-breadcrumb.service-detail-breadcrumb * {
  color: white;
}
@media screen and (max-width: 1024px) {
  .page-breadcrumb {
    padding: 8px 24px;
    gap: 5px;
    width: calc(100% - 32px);
    top: 107px;
  }
}
@media screen and (max-width: 767px) {
  .page-breadcrumb {
    width: calc(100% - 24px);
  }
}
.page-breadcrumb a,
.page-breadcrumb span {
  display: inline-block;
  font-size: 14px;
  line-height: 110%;
  text-decoration: none;
  font-weight: 600;
  color: inherit;
  padding: 5px 0px;
}
.page-breadcrumb .material-symbols-rounded {
  font-size: 13px;
  height: fit-content;
  margin-top: 3px;
  font-weight: unset;
}
.page-breadcrumb .breadcrumb-link {
  position: relative;
  overflow: hidden;
  display: inline-block; /* Để hiệu ứng gạch chân hoạt động chính xác */
  padding: 5px 0px; /* Thêm khoảng cách giữa văn bản và gạch chân */
}
.page-breadcrumb .breadcrumb-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3f3f3f;
  opacity: 0;
  transition: opacity 300ms ease, transform 300ms ease; /* Thêm hiệu ứng mượt mà */
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
@media screen and (max-width: 769px) {
  .page-breadcrumb .breadcrumb-link::after {
    transform: translate3d(-102%, 0, 0);
  }
}
.page-breadcrumb .breadcrumb-link:hover::after,
.page-breadcrumb .breadcrumb-link:focus::after {
  opacity: 1; /* Hiển thị gạch chân khi hover */
  transform: translate3d(0, 0, 0); /* Đưa gạch chân về vị trí chính giữa */
}
.page-breadcrumb span.elipsis-item {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact {
  position: relative;
  margin-top: 40px;
  width: 100%;
  height: fit-content;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .contact {
    padding: 40px 0;
  }
}
.contact .background-contact {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  z-index: -1;
}
.contact .opacity-blur {
  opacity: 0.4;
}
.contact .binary-container {
  display: flex;
  align-items: center;
  gap: 24px;
}
.contact .contact-content .title {
  font-size: 36px;
  width: 100%;
  font-weight: bolder;
  color: white;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .contact .contact-content .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .contact .contact-content .title {
    font-size: 22px;
  }
}
.contact .contact-content .description {
  font-size: 16px;
  font-weight: 300;
  color: white;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .contact .contact-content .description {
    font-size: 14px;
  }
}
.contact .letter {
  width: 85px;
}
@media (max-width: 767px) {
  .contact .letter {
    width: 60px;
    height: auto;
  }
}

.footer {
  border-top: 1px solid white;
  padding: 40px 0;
  box-sizing: border-box;
  background: #0f172a;
}
.footer * {
  box-sizing: border-box;
}
.footer .footer-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-content {
    gap: 40px;
  }
}
.footer .footer-content .logo {
  width: 192px;
  height: auto;
}
.footer .footer-content .content-block {
  width: calc((100% - 180px - 280px - 170px) / 2);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-content .content-block {
    width: calc((100% - 80px - 280px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-content .content-block {
    width: 100%;
  }
}
.footer .footer-content .content-block ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}
.footer .footer-content .content-block ul li {
  cursor: pointer;
}
.footer .footer-content .content-block ul li a,
.footer .footer-content .content-block ul li span {
  color: white;
  font-size: 16px;
}
.footer .footer-content .content-block ul li a {
  position: relative;
  line-height: 1.3;
}
.footer .footer-content .content-block ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #00b2ff;
  transition: all 0.3s ease;
}
.footer .footer-content .content-block ul li:hover a,
.footer .footer-content .content-block ul li:hover span {
  color: #00b2ff !important;
}
.footer .footer-content .content-block ul li:hover a:after {
  width: 100%;
}
.footer .footer-content .content-block .social-network {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.footer .footer-content .content-block .social-network a {
  display: block;
  width: calc((100% - 64px) / 4);
  max-width: 28px;
}
.footer .footer-content .content-block .social-network a img {
  width: 100%;
  height: auto;
}
.footer .footer-content .content-block.main-foot {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .footer .footer-content .content-block.main-foot {
    width: 100%;
  }
}
.footer .footer-content .content-block.main-foot .company-name {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: white;
}
.footer .footer-content .content-block.main-foot ul li {
  display: flex;
  gap: 8px;
}
.footer .footer-content .content-block.main-foot ul li img {
  width: 24px;
}
.footer .footer-content .content-block.main-foot ul li img + a {
  display: block;
  max-width: calc(100% - 32px);
}
.footer .footer-content .content-block.main-foot ul li span {
  font-size: 24px;
}
.footer .footer-content .content-block.services ul li {
  display: flex;
  justify-content: space-between;
}
.footer .footer-content .content-block.services ul li a,
.footer .footer-content .content-block.services ul li span {
  color: #999292;
}
.footer .footer-content .content-block.services ul li a {
  font-size: 14px;
}
.footer .footer-content .content-block.services ul li a::after {
  bottom: 0 !important;
}
.footer .footer-content .content-block.services ul li span {
  font-size: 24px;
}
.footer .footer-content .content-block.binary {
  width: 170px;
}
.footer .footer-content .content-block .block-title {
  color: white;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.copyright {
  border-top: 1px solid white;
  background: #0f172a;
  padding: 12px;
  font-size: 12px;
  color: white;
  text-align: center;
  box-sizing: border-box;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  cursor: pointer;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.slick-dots li {
  position: relative;
  display: block;
  height: 8px;
  width: 8px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  border-radius: 50%;
  background: #999292;
  display: block;
  height: 8px;
  width: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-dots li.slick-active {
  width: 24px;
  height: 8px;
}
.slick-dots li.slick-active button {
  width: 24px;
  height: 8px;
  border-radius: 20px;
  background-color: #00abfd;
}

.services-section {
  padding: 80px 0;
}
.services-section .binary-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.services-section .service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 20px;
  background-color: #F4F4F4;
  width: calc((100% - 20px) / 2);
  gap: 10px;
  transition: all 0.3s ease;
  border-bottom: 4px solid transparent;
}
.services-section .service-item svg {
  flex-shrink: 0;
  width: 80px;
  height: auto;
}
.services-section .service-item .title {
  flex: 1 1 auto;
  font-size: 20px;
  font-weight: 700;
}
.services-section .service-item .material-symbols-rounded {
  font-size: 40px;
}
.services-section .service-item:hover {
  color: #00b2ff;
  cursor: pointer;
  border-bottom: 4px solid #00B2FF;
}
@media (max-width: 1024px) {
  .services-section {
    padding: 50px 0;
  }
  .services-section .service-item {
    width: calc((100% - 20px) / 2);
    padding: 16px;
    gap: 8px;
  }
  .services-section .service-item svg {
    width: 60px;
  }
  .services-section .service-item .title {
    font-size: 18px;
  }
  .services-section .service-item .material-symbols-rounded {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .services-section {
    padding: 40px 0;
  }
  .services-section .service-item {
    width: 100%;
    padding: 12px;
    gap: 6px;
  }
  .services-section .service-item svg {
    width: 50px;
  }
  .services-section .service-item .title {
    font-size: 16px;
  }
  .services-section .service-item .material-symbols-rounded {
    font-size: 28px;
  }
}

.why-block {
  background-color: #0f172a;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .why-block {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .why-block {
    padding: 40px 0;
  }
}
.why-block * {
  color: white;
}
.why-block .text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .why-block .text {
    gap: 24px;
  }
}
.why-block .why {
  line-height: 120%;
  font-weight: 500;
  color: rgb(101, 106, 109);
  font-size: 20px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
}
.why-block .phrase {
  line-height: 120%;
  font-weight: 500;
  font-size: 40px;
  color: white;
}
@media (max-width: 1024px) {
  .why-block .phrase {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .why-block .phrase {
    font-size: 24px;
  }
}
.why-block .btn-link {
  position: relative;
  border: 1px solid #00b2ff;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #00b2ff;
  margin-top: 0px;
  margin-right: auto;
  height: 64px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .why-block .btn-link {
    padding: 16px 24px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .why-block .btn-link {
    padding: 12px 16px;
    height: auto;
  }
}
.why-block .btn-link .btn-title {
  font-size: 25px;
}
@media (max-width: 1024px) {
  .why-block .btn-link .btn-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .why-block .btn-link .btn-title {
    font-size: 16px;
  }
}
.why-block .btn-link:hover {
  background-color: #00b2ff;
}
.why-block .btn-link:hover span {
  color: white;
}

.service-banner {
  padding: 40px;
  background-color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  transform: translateY(-60px);
  filter: drop-shadow(0 -6px 4px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1024px) {
  .service-banner {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .service-banner {
    padding: 24px;
  }
}
.service-banner p {
  text-align: left;
  font-weight: 300;
  line-height: 160%;
  height: auto;
  font-size: 24px;
  color: rgb(0, 15, 30);
}
@media screen and (max-width: 1024px) {
  .service-banner p {
    font-size: 18px;
    line-height: 150%;
  }
}
@media screen and (max-width: 767px) {
  .service-banner p {
    font-size: 16px;
  }
}

.customer-block {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  font-size: 18px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: -24px;
}
@media screen and (max-width: 1024px) {
  .customer-block {
    padding-bottom: 50px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px;
    margin-top: -40px;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .customer-block {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: column;
    align-items: stretch;
  }
}
.customer-block .title {
  width: fit-content;
  min-width: 200px;
  color: rgb(70, 74, 77);
  font-weight: 700;
}
.customer-block .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.customer-block .content .issue-row {
  width: 100%;
  border-bottom: 1px solid #dad9d6;
  padding-bottom: 24px;
  font-weight: 500;
}

.point-block {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1196px) {
  .point-block {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .point-block {
    flex-direction: column;
  }
}
.point-block .left {
  width: calc(50% - 80px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .point-block .left {
    width: 100%;
    max-height: 600px;
  }
}
.point-block .left:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 40%;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: #00b2ff;
}
.point-block .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.point-block .right {
  width: 598px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .point-block .right {
    width: 100%;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .point-block .right {
    padding: 0 12px;
  }
}
.point-block .right .point-title {
  width: 100%;
  font-size: 18px;
  color: rgb(70, 74, 77);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .point-block .right .point-title {
    text-align: center;
    font-weight: 700;
  }
}
.point-block .right .block {
  padding: 10px 0;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .point-block .right .block {
    padding: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .point-block .right .block {
    font-size: 16px;
    padding: 4px 0;
  }
}
.point-block .right .block .title {
  font-weight: 600;
  font-size: 26px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .point-block .right .block .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .point-block .right .block .title {
    font-size: 18px;
  }
}

.offering-block {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .offering-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .offering-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.offering-block .heading {
  width: 100%;
  line-height: 130%;
  height: auto;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  color: rgb(0, 15, 30);
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .offering-block .heading {
    font-size: 28px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .offering-block .heading {
    font-size: 24px;
  }
}
.offering-block .nav-tabs {
  border-bottom: unset;
  padding: 16px 0px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .offering-block .nav-tabs {
    padding: 8px 0;
  }
}
.offering-block .nav-tabs > li {
  margin-right: 10px;
  margin-bottom: 5px;
  width: fit-content;
}
.offering-block .nav-tabs > li > a {
  padding: 10px;
  color: #3f3f3f;
  border-radius: 25px;
  font-size: 14px;
  border: 1px solid #3f3f3f;
}
@media (max-width: 1024px) {
  .offering-block .nav-tabs > li > a {
    padding: 4px 12px;
  }
}
.offering-block .nav-tabs > li > a:focus, .offering-block .nav-tabs > li > a:hover, .offering-block .nav-tabs > li.active > a, .offering-block .nav-tabs > li.active > a:focus, .offering-block .nav-tabs > li.active > a:hover {
  background-color: #3f3f3f;
  color: white;
  font-weight: 500;
  border: 1px solid #3f3f3f;
}
.offering-block .tab-pane {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 24px;
}
@media (max-width: 767px) {
  .offering-block .tab-pane {
    gap: 16px;
  }
}
.offering-block .tab-pane:not(.active) {
  height: 0 !important;
  opacity: 0 !important;
}
.offering-block .tab-content > .active {
  opacity: 1;
}
.offering-block .offering-link {
  width: calc(50% - 12px);
  border-bottom: 1px solid #3f3f3f;
}
@media screen and (max-width: 769px) {
  .offering-block .offering-link {
    width: 100%;
  }
}
.offering-block .offering-link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 0px;
  text-decoration: none;
  color: rgb(70, 74, 77);
  overflow: hidden;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .offering-block .offering-link a {
    padding: 8px 0;
  }
}
.offering-block .offering-link a .title {
  font-size: 18px;
  line-height: 150%;
  height: auto;
  letter-spacing: -0.32px;
  font-weight: 300;
  font-family: TazuganeInfoStdN-Book, sans-serif;
}
@media screen and (max-width: 767px) {
  .offering-block .offering-link a .title {
    font-size: 16px;
  }
}
.offering-block .offering-link a::after {
  z-index: 2;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3f3f3f;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
  opacity: 1;
  transform: translate3d(-101%, 0, 0);
}
.offering-block .offering-link a:hover::after, .offering-block .offering-link a:focus::after {
  transform: translate3d(0, 0, 0);
}

.related-block {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .related-block {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .related-block {
    padding: 40px 0;
  }
}
.related-block .block-title {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 24px;
  text-align: start;
}
@media screen and (max-width: 1024px) {
  .related-block .block-title {
    font-size: 20px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .related-block .block-title {
    font-size: 18px;
    padding-bottom: 8px;
  }
}
.related-block .tab-pane {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 24px;
}
@media (max-width: 767px) {
  .related-block .tab-pane {
    gap: 16px;
  }
}
.related-block .offering-link {
  transition: background-color 0.3s, color 0.3s;
  width: calc(50% - 12px);
  border-bottom: 1px solid #3f3f3f;
}
@media screen and (max-width: 769px) {
  .related-block .offering-link {
    width: 100%;
  }
}
.related-block .offering-link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 0px;
  text-decoration: none;
  color: rgb(70, 74, 77);
  overflow: hidden;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .related-block .offering-link a {
    padding: 8px 0;
  }
}
.related-block .offering-link a .title {
  font-size: 18px;
  line-height: 150%;
  height: auto;
  letter-spacing: -0.32px;
  font-weight: 300;
  font-family: TazuganeInfoStdN-Book, sans-serif;
}
@media screen and (max-width: 767px) {
  .related-block .offering-link a .title {
    font-size: 16px;
  }
}

.offer-content {
  padding-top: 209px;
}
@media screen and (max-width: 1024px) {
  .offer-content {
    padding-top: 182px;
  }
}
.offer-content .page-title {
  width: 100%;
  margin-bottom: 16px;
  font-size: 48px;
}
@media screen and (max-width: 1024px) {
  .offer-content .page-title {
    font-size: 36px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .offer-content .page-title {
    font-size: 24px;
  }
}
.offer-content .page-description {
  font-size: 16px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .offer-content .page-description {
    font-size: 14px;
  }
}
.offer-content .image-wrapper img {
  width: 100%;
  height: auto;
  margin: 32px 0 24px;
}
@media screen and (max-width: 767px) {
  .offer-content .image-wrapper img {
    margin: 24px 0;
  }
}

.approach-block,
.flow-block {
  display: flex;
  gap: 40px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .approach-block,
  .flow-block {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .approach-block,
  .flow-block {
    flex-direction: column;
    align-items: stretch;
    font-size: 16px;
  }
}
.approach-block .title,
.flow-block .title {
  width: fit-content;
  min-width: 200px;
  color: rgb(70, 74, 77);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .approach-block .title,
  .flow-block .title {
    width: 100%;
    min-width: unset;
  }
}
.approach-block .title p,
.flow-block .title p {
  margin: 0;
}
.approach-block .content,
.flow-block .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.flow-block .content {
  gap: 16px;
}
.flow-block .content .flow-row {
  width: 100%;
  border-bottom: 1px solid #dad9d6;
  padding-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flow-block .content .flow-row {
    padding-bottom: 12px;
    font-size: 14px;
  }
}
.flow-block .accordion-item {
  padding: 0 0 16px;
  border-bottom: 1px solid #dad9d6;
}
.flow-block .accordion-item:first-child {
  padding-top: 0;
}
.flow-block .accordion-header {
  margin: 0;
}
.flow-block .accordion-button {
  font-family: "Noto Serif JP", serif, "Noto Sans JP", sans-serif, "Meiryo", Arial, Helvetica, Verdana, "MS PGothic";
  background-color: unset;
  padding: 0 12px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 769px) {
  .flow-block .accordion-button {
    padding: 12px;
  }
}
.flow-block .accordion-button p {
  margin: 0;
}
.flow-block .accordion-button::after {
  content: "+";
  font-size: 23px;
  transition: transform 0.2s ease;
  margin-left: auto;
  transform-origin: center;
}
.flow-block .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: rotate(180deg);
}
.flow-block .accordion-body {
  background-color: white;
  padding: 24px 32px;
}
.flow-block .accordion-collapse {
  display: none;
}

.approach-block {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .approach-block {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .approach-block {
    margin-bottom: 40px;
  }
}
.approach-block .content ul {
  position: relative;
  box-sizing: border-box;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 4px;
  margin-left: 0;
  list-style: square;
  padding-left: 30px !important; /* Tránh sử dụng !important, tìm cách điều chỉnh CSS để tránh điều này */
  margin-bottom: 0;
}
.approach-block .content ul li {
  font-size: 18px;
  position: relative;
  box-sizing: border-box;
  margin-top: 0;
  display: list-item;
  list-style-type: square;
}
@media screen and (max-width: 1024px) {
  .approach-block .content ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .approach-block .content ul li {
    font-size: 14px;
  }
}

.our-project {
  background-color: #0f172a;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-size: cover;
  overflow: hidden;
  height: auto;
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .our-project {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .our-project {
    padding: 40px 0;
  }
}
.our-project .binary-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our-project .group-our-project {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our-project .group-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 40px;
  z-index: 2;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .our-project .group-tab {
    gap: 16px;
    padding-bottom: 24px;
  }
}
.our-project .group-tab .tab-project {
  color: #00b2ff;
  border: solid 1px #00b2ff;
  border-radius: 8px;
  width: fit-content;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .our-project .group-tab .tab-project {
    font-size: 12px;
    padding: 6px 8px;
  }
}
.our-project .group-tab .tab-project:hover {
  color: white;
  background-color: #00b2ff;
}
.our-project .btn-seemore {
  margin-top: 24px;
}
.our-project .slide-project {
  max-width: 100%;
}
.our-project .slide-project .slick-slide {
  cursor: pointer;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .our-project .slide-project .slick-slide {
    margin-left: 16px;
  }
}
.our-project .slide-project .slick-slide img {
  width: 100%;
  height: 320px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .our-project .slide-project .slick-slide img {
    height: 250px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .our-project .slide-project .slick-slide img {
    height: 180px;
  }
}
.our-project .slide-project .slick-slide .description-project {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .our-project .slide-project .slick-slide .description-project {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .our-project .slide-project .slick-slide .description-project {
    font-size: 16px;
  }
}
.our-project .slide-project .slick-slide:hover .description-project {
  text-decoration: underline;
}
