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

.challenge-solution, .result, .demo, .view-graph, .review {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .challenge-solution, .result, .demo, .view-graph, .review {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .challenge-solution, .result, .demo, .view-graph, .review {
    padding: 40px 0;
  }
}

.slick-prev::before, .slick-next::before {
  display: none;
}

.slick-prev {
  left: -35px;
}

.page-breadcrumb.service-detail-breadcrumb {
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.8);
}
.page-breadcrumb.service-detail-breadcrumb * {
  color: #3f3f3f;
}

.page-head-section.has-bg {
  background-color: #0f172a;
}
@media (max-width: 1024px) {
  .page-head-section.has-bg {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .page-head-section.has-bg {
    padding-bottom: 80px;
    padding-top: 240px;
  }
}
.page-head-section .title {
  font-size: 80px;
  width: auto;
}
@media (max-width: 1024px) {
  .page-head-section .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .page-head-section .title {
    font-size: 32px;
  }
}

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

.row {
  display: flex;
  flex-direction: row;
}

.challenge-solution .binary-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .challenge-solution .binary-container {
    width: 100%;
    max-width: 800px;
  }
  .challenge-solution .solution {
    flex-direction: column-reverse;
  }
  .challenge-solution .solution .title-row {
    flex-direction: row-reverse;
  }
  .challenge-solution .solution .desc {
    flex-direction: row-reverse;
  }
  .challenge-solution .challenge {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .challenge-solution .solution {
    flex-direction: column-reverse;
  }
  .challenge-solution .solution .title-row {
    flex-direction: row-reverse;
  }
  .challenge-solution .solution .desc {
    flex-direction: column-reverse;
  }
  .challenge-solution .challenge {
    flex-direction: column;
  }
  .challenge-solution .challenge .desc {
    flex-direction: column;
  }
  .challenge-solution .binary-container {
    gap: 40px;
  }
}
.challenge-solution .challenge, .challenge-solution .solution {
  gap: 150px;
}
@media (max-width: 1024px) {
  .challenge-solution .challenge, .challenge-solution .solution {
    align-items: center;
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .challenge-solution .challenge, .challenge-solution .solution {
    gap: 40px;
  }
}
.challenge-solution .title-row {
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
.challenge-solution .title-row .line {
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
}
.challenge-solution img {
  width: 433px;
  height: 250px;
  border-radius: 20px;
  padding: 25px 0px;
}
@media (max-width: 1024px) {
  .challenge-solution img {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .challenge-solution img {
    width: 100%;
    height: 200px;
    max-width: 433px;
  }
}
.challenge-solution .title {
  white-space: nowrap;
  font-size: 32px;
  font-weight: 600;
  color: #00b2ff;
}
.challenge-solution .desc {
  gap: 30px;
}
.challenge-solution .desc .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  flex-shrink: 0;
  width: 77px;
  height: 77px;
  border-radius: 50%;
}
.challenge-solution .desc .icon.red {
  background: #FF0004;
  box-shadow: 0px 0px 30px 0px #FF0004;
}
.challenge-solution .desc .icon.red i::before {
  vertical-align: 0;
}
.challenge-solution .desc .icon.blue {
  background: #00B2FF;
  box-shadow: 0px 0px 30px 0px #00B2FF;
}
.challenge-solution .desc p {
  width: auto;
  font-size: 20px;
}

.result {
  background: #0f172a;
}
.result .binary-container {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1024px) {
  .result .binary-container {
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .result .binary-container .circle-chart {
    width: 100%;
    height: 200px;
  }
  .result .binary-container .desc {
    flex-direction: column;
  }
}
.result .circle-chart {
  flex-shrink: 0;
  width: 483px;
  height: 320px;
  color: #fff;
}
.result .text-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.result .text-box .title-row {
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
.result .text-box .title-row .line {
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
}
.result .text-box .title {
  white-space: nowrap;
  font-size: 32px;
  font-weight: 600;
  color: #00b2ff;
}
.result .text-box .desc {
  gap: 30px;
}
.result .text-box .desc .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  flex-shrink: 0;
  width: 77px;
  height: 77px;
  border-radius: 50%;
}
.result .text-box .desc .icon.blue {
  background: #00B2FF;
  box-shadow: 0px 0px 30px 0px #00B2FF, inset 0px 0px 5px 0px #fff;
}
.result .text-box .desc ul {
  margin-bottom: 20px;
}
.result .text-box .desc li {
  font-size: 20px;
  color: #ffffff;
  list-style-type: disc;
  display: list-item;
  margin-left: 25px;
}
.result .text-box .desc span {
  font-size: 20px;
  color: #ffffff;
}
.result .text-box .desc .bi-clock {
  margin-right: 10px;
}
.result .text-box .btn {
  margin-top: 40px;
  font-size: 20px;
  color: #fff;
  background-color: #00b2ff;
  border-radius: 10px;
  text-align: center;
  padding: 10px 30px;
  text-decoration: none;
}
.result .text-box .btn:hover {
  background-color: rgb(0, 142.4, 204);
}
.result .text-box .btn i {
  margin-left: 10px;
}

.demo .binary-container {
  display: flex;
  flex-direction: column;
}
.demo .title {
  display: block;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.demo .demo-desc {
  font-size: 16px;
  margin-bottom: 30px;
}
.demo .item-box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}
.demo .item-box .item {
  width: calc((100% - 40px) / 2);
  box-sizing: border-box;
  text-align: center;
}
.demo .item-box .item .item-title {
  font-size: 20px;
}
.demo .item-box .item img {
  width: 100%;
  height: 455px;
  border: 1px solid #c0bcbc;
  box-shadow: 5px 8px 8px 3px #c0bcbc;
}
@media (max-width: 767px) {
  .demo .item-box {
    flex-direction: column;
  }
  .demo .item-box .item {
    width: 100%;
    max-width: 600px;
  }
}
.demo .demo-video {
  width: 80%;
  height: auto;
  background: #d5d5d5;
  align-self: center;
  border-radius: 20px;
}

.review {
  background: #0f172a;
}
.review .binary-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.review .highlight-title {
  font-size: 40px;
  color: #00b2ff;
  margin-bottom: 30px;
  max-width: 600px;
}
.review .title-desc {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 40px;
  max-width: 800px;
}
.review .item {
  width: 800px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1411764706);
  color: #fff;
  margin: 20px;
  gap: 20px;
}
@media (max-width: 1024px) {
  .review .item {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .review .item {
    width: 100%;
  }
}
.review .item .user {
  align-items: center;
}
.review .item .vote {
  gap: 10px;
  font-size: 24px;
}
.review .item .vote i {
  color: #FD853A;
}
.review .item .avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #d5d5d5;
}
.review .item .name-box {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.review .item .name {
  font-size: 24px;
  font-weight: 600;
}
.review .item .position {
  font-size: 18px;
}
.review .item p {
  font-size: 20px;
}

.view-graph .highlight-title {
  font-size: 40px;
  color: #00b2ff;
  margin-bottom: 40px;
}
.view-graph .graph {
  width: 100%;
  height: 500px;
}
