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

.page-head-section .binary-container {
  text-align: center;
  flex-direction: column;
  gap: 0;
}
.page-head-section p {
  font-size: 32px;
  font-weight: 700;
  color: white;
}
@media (max-width: 1200px) {
  .page-head-section p {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .page-head-section p {
    font-size: 24px;
  }
}

.case-container {
  display: flex;
  flex-direction: column;
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .case-container {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .case-container {
    padding: 40px 0;
  }
}

.case-list {
  margin-bottom: 40px;
}
.case-list:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .case-list {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .case-list {
    margin-bottom: 20px;
  }
}
.case-list .highlight-title {
  font-size: 48px;
  font-weight: 700;
  color: #00b2ff;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .case-list .highlight-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .case-list .highlight-title {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.case-list .item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .case-list .item-list {
    justify-content: center;
  }
}
.case-list .item {
  width: calc((100% - 40px) / 3);
  box-shadow: 0px 4.43px 17.71px 0px rgba(158, 158, 158, 0.2509803922);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-width: 1200px) {
  .case-list .item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 768px) {
  .case-list .item {
    width: 100%;
    max-width: 500px;
  }
}
.case-list .item:hover {
  border-color: #00b2ff;
  color: #00b2ff;
  transition: all 0.3s ease-in-out;
  box-shadow: 7px 8px 12px 0px rgba(0, 178, 255, 0.2509803922);
}
.case-list .item .row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.case-list .item img {
  width: 100%;
  height: 274px;
  border-radius: 24px;
  background-color: #f5f5f5;
}
.case-list .item span {
  font-size: 14px;
}
.case-list .item i {
  font-size: 18px;
}
.case-list .item .title {
  font-size: 16px;
  font-weight: 700;
}
