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

.title-page {
  position: relative;
  height: fit-content;
  color: #fff;
  display: flex;
  height: 55vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .title-page {
    height: 50vh;
  }
}
.title-page .background-top {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.title-page .background-top img {
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  filter: brightness(0.4);
}
.title-page .container-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  text-align: center;
}
.title-page .container-header h2 {
  font-size: 80px;
  font-weight: bolder;
  margin: 0;
  padding-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .title-page .container-header h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .title-page .container-header h2 {
    font-size: 40px;
  }
}
.title-page .container-header h3 {
  font-size: 32px;
  padding-bottom: 24px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .title-page .container-header h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .title-page .container-header h3 {
    font-size: 20px;
  }
}
.title-page .container-header .btn-seemore {
  padding: 16px 40px;
}
@media screen and (max-width: 767px) {
  .title-page .container-header .btn-seemore {
    padding: 12px 24px;
  }
}

.group-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  background-image: url("/assert/services_background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: white;
}
.group-service .light-text {
  color: white;
}
.group-service .description-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}
.group-service .section-description {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .group-service {
    padding: 50px 0;
  }
}
.group-service .binary-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.group-service .group-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1196px;
  width: calc(100% - 100px);
  position: relative;
}
@media screen and (max-width: 649px) {
  .group-service .group-info {
    width: calc(100% - 30px);
  }
}
.group-service .block-info {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  align-items: center;
  background-color: #F8F9FA;
  color: black;
  height: 370px;
  margin: 15px;
  border-radius: 20px;
  border: 2px solid #00b2ff;
}
.group-service .block-info:hover {
  background-color: #00b2ff;
  color: white;
}
.group-service .block-info:hover .profile-block {
  color: white;
}
.group-service .block-info:hover .header-block {
  color: white;
}
.group-service .block-info:hover svg {
  color: white;
}
.group-service .block-info:hover .detail-btn {
  background-color: white;
  color: #00b2ff;
  border: none;
}
.group-service .block-info svg {
  height: 100px;
  color: #00b2ff;
}
.group-service .block-info .header-block {
  height: 2lh;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.group-service .block-info .profile-block {
  font-size: 14px;
  height: 3lh;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.group-service .block-info .detail-btn {
  text-decoration: none;
  color: black;
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid #00b2ff;
  border-radius: 10px;
  margin: 20px 0;
}
.group-service .slick-prev::before,
.group-service .slick-next::before {
  display: none !important;
}
.group-service .slick-prev {
  left: -35px;
}

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

.philosophy {
  display: flex;
  align-items: center;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .philosophy {
    flex-direction: column;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .philosophy {
    padding: 40px 0;
  }
}
.philosophy .container-philosophy {
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .philosophy .container-philosophy {
    padding-top: 440px;
  }
}
@media (max-width: 767px) {
  .philosophy .container-philosophy {
    padding-top: 300px;
  }
}
.philosophy .container-philosophy .background-coin, .philosophy .container-philosophy .icon-coin {
  position: absolute;
  transition: all 1s ease-in-out;
  transform: translateY(-50%);
  top: 50%;
}
@media (max-width: 1024px) {
  .philosophy .container-philosophy .background-coin, .philosophy .container-philosophy .icon-coin {
    top: 220px;
  }
}
@media (max-width: 767px) {
  .philosophy .container-philosophy .background-coin, .philosophy .container-philosophy .icon-coin {
    top: 150px;
  }
}
.philosophy .container-philosophy .background-coin {
  width: auto;
  height: 440px;
  right: calc(100% - 440px + 4px);
}
@media (max-width: 1024px) {
  .philosophy .container-philosophy .background-coin {
    right: calc(50% - 220px - 24px);
  }
}
@media (max-width: 767px) {
  .philosophy .container-philosophy .background-coin {
    height: 300px;
    right: calc(50% - 150px - 16px);
  }
}
.philosophy .container-philosophy .icon-coin {
  transform-origin: center center;
  width: 400px;
  aspect-ratio: 1;
  right: calc((100vw - 1196px) / 2 + 100%);
  transform: translateY(-50%) rotateZ(-360deg);
}
@media (max-width: 1024px) {
  .philosophy .container-philosophy .icon-coin {
    right: 110vw;
  }
}
@media (max-width: 767px) {
  .philosophy .container-philosophy .icon-coin {
    width: 280px;
  }
}
.philosophy .container-philosophy.show .icon-coin {
  right: calc(100% - 440px + 24px);
  transform: translateY(-50%) rotateZ(0);
}
@media (max-width: 1024px) {
  .philosophy .container-philosophy.show .icon-coin {
    right: calc(50% - 220px);
  }
}
@media (max-width: 767px) {
  .philosophy .container-philosophy.show .icon-coin {
    right: calc(50% - 150px);
  }
}
.philosophy .info-philosophy {
  display: flex;
  flex-direction: column;
  padding-left: 440px;
}
@media (max-width: 1024px) {
  .philosophy .info-philosophy {
    padding-left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 24px;
  }
}
.philosophy .info-philosophy .title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 32px;
  padding-left: 5px;
}
@media (max-width: 1024px) {
  .philosophy .info-philosophy .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .philosophy .info-philosophy .title {
    font-size: 18px;
  }
}
.philosophy .info-philosophy ul li {
  font-weight: 400; /* Sửa lỗi '400px' thành '400' */
  color: #0f172a;
  padding-left: 10px;
  word-wrap: break-word;
  text-align: start;
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  .philosophy .info-philosophy ul li {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .philosophy .info-philosophy ul li {
    padding-bottom: 16px;
  }
}
.philosophy .info-philosophy ul li span {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .philosophy .info-philosophy ul li span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .philosophy .info-philosophy ul li span {
    font-size: 16px;
  }
}
.philosophy .info-philosophy ul li img {
  width: 12px;
  margin-right: 8px;
}

.CEO-info {
  position: relative;
  height: fit-content;
  padding: 80px 0;
  display: flex;
  background-color: #0f172a;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .CEO-info {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .CEO-info {
    padding: 40px 0;
  }
}
.CEO-info .binary-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .CEO-info .binary-container {
    flex-direction: column;
  }
}
.CEO-info .CEO-message {
  display: flex;
  flex-direction: column;
  width: calc(100% - 469px);
}
@media (max-width: 1024px) {
  .CEO-info .CEO-message {
    padding-top: 24px;
    width: 100%;
  }
  .CEO-info .CEO-message .highlight-title {
    text-align: center;
  }
}
.CEO-info .CEO-message .info {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 2rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .CEO-info .CEO-message .info {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .CEO-info .CEO-message .info {
    font-size: 18px;
  }
}
.CEO-info .CEO-message .message {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .CEO-info .CEO-message .message {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .CEO-info .CEO-message .message {
    font-size: 16px;
  }
}
.CEO-info .CEO-message .sign {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .CEO-info .CEO-message .sign {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .CEO-info .CEO-message .sign {
    font-size: 16px;
  }
}
.CEO-info .CEO-message .lettle {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .CEO-info .CEO-message .lettle {
    margin-top: -32px;
  }
}
.CEO-info .card-info {
  margin-top: 80px;
  position: relative;
  width: 429px;
  padding-bottom: 24px;
  aspect-ratio: 85/128;
}
@media (max-width: 1024px) {
  .CEO-info .card-info {
    margin: 60px auto 0;
  }
}
@media (max-width: 767px) {
  .CEO-info .card-info {
    width: 320px;
  }
}
.CEO-info .card-info:before {
  content: "";
  width: 100%;
  height: calc(100% + 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewY(-7deg) rotateZ(-1.5deg);
  background: linear-gradient(60deg, #00abfd 3.46%, #f4f1f1 92.21%);
  border-radius: 10px;
  filter: drop-shadow(0.15px 1.84px 5.35px rgba(0, 171, 253, 0.0549019608)) drop-shadow(-5.06px 8.08px 11.08px rgba(0, 171, 253, 0.0862745098)) drop-shadow(2.42px 19.83px 22.1px rgba(0, 171, 253, 0.1098039216)) drop-shadow(-23.93px 38.19px 43.32px rgba(0, 171, 253, 0.1333333333)) drop-shadow(-40.27px 64.26px 79.65px rgba(0, 171, 253, 0.168627451)) drop-shadow(-62.12px 99.14px 136px rgba(0, 171, 253, 0.2196078431));
}
.CEO-info .card-info .card-back,
.CEO-info .card-info .card-front {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  width: calc(100% - 32px);
  aspect-ratio: 85/128;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.CEO-info .card-info .card-back img,
.CEO-info .card-info .card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.CEO-info .card-info .card-back {
  background: white;
  transform: translate(-50%, -50%) rotateY(180deg);
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .CEO-info .card-info .card-back {
    padding: 16px;
  }
}
.CEO-info .card-info .card-back .title {
  font-size: 32px;
  color: #00b2ff;
}
@media (max-width: 767px) {
  .CEO-info .card-info .card-back .title {
    font-size: 20px;
  }
}
.CEO-info .card-info .card-back .sign {
  font-size: 16px;
  color: #0f172a;
  padding-bottom: 8px;
  border-bottom: 1px solid #0f172a;
  width: 100%;
  font-weight: 600;
}
@media (max-width: 767px) {
  .CEO-info .card-info .card-back .sign {
    font-size: 12px;
  }
}
.CEO-info .card-info .card-back .message {
  font-size: 20px;
  color: #0f172a;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .CEO-info .card-info .card-back .message {
    font-size: 16px;
  }
}
.CEO-info .card-info:hover .card-back {
  transform: translate(-50%, -50%) rotateY(0);
}
.CEO-info .card-info:hover .card-front {
  transform: translate(-50%, -50%) rotateY(-180deg);
}
.CEO-info .group-btn .lettle {
  width: 100px;
  height: auto;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .CEO-info .group-btn .lettle {
    position: absolute;
    right: 24px;
    bottom: 32px;
  }
}
@media (max-width: 767px) {
  .CEO-info .group-btn .lettle {
    right: 24px;
    bottom: 24px;
    width: 60px;
  }
}
.CEO-info .group-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .CEO-info .group-btn {
    flex-direction: column;
    align-items: center;
  }
}

.container-slide {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .container-slide {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .container-slide {
    padding: 40px 0;
  }
}
.container-slide .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container-slide .news {
  position: relative;
}
.container-slide .news .news-slide {
  cursor: pointer;
  margin: 0px 10px;
}
@media (max-width: 767px) {
  .container-slide .news .news-slide {
    margin: 0 8px;
  }
}
.container-slide .news .news-slide img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 8px;
  object-fit: cover;
}
.container-slide .news .news-slide .container-news .group-title {
  margin-bottom: 16px;
}
.container-slide .news .news-slide .container-news .group-title .title-news {
  display: inline-block;
  background-color: #00b2ff;
  color: white;
  padding: 7px 8px;
  border-radius: 8px;
  margin: 3px 0;
}
.container-slide .news .news-slide .container-news .group-title .title-inspiration {
  display: inline-block;
  background-color: #2a3009;
  color: #dfec94;
  padding: 7px 8px;
  border-radius: 8px;
}
.container-slide .news .news-slide .container-news .description {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .container-slide .news .news-slide .container-news .description {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .container-slide .news .news-slide .container-news .description {
    font-size: 16px;
  }
}
.container-slide .news .news-slide:hover .container-news .description {
  text-decoration: underline;
}
.container-slide .news .slick-list {
  width: 100%;
}
.container-slide .news .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #0f172a;
  border-radius: 50%;
  z-index: 1;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .container-slide .news .slick-arrow {
    display: none !important;
  }
}
.container-slide .news .slick-arrow:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0f172a;
  border-right: 2px solid #0f172a;
}
.container-slide .news .slick-arrow.slick-next {
  right: -48px;
  padding-right: 3px;
}
.container-slide .news .slick-arrow.slick-next:before {
  transform: rotateZ(45deg);
}
.container-slide .news .slick-arrow.slick-prev {
  left: -48px;
  padding-left: 3px;
}
.container-slide .news .slick-arrow.slick-prev:before {
  transform: rotateZ(-135deg);
}

.partner {
  padding: 80px 0;
}
.partner .binary-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partner .marquee img {
  width: 250px;
  height: 150px;
}

.certificate {
  padding: 80px 0;
}
.certificate .binary-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.certificate .binary-container .highlight-title {
  text-align: center;
  margin-bottom: 40px;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}

.marquee {
  display: flex;
  align-items: center;
}
.marquee img {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #FAFAFA;
  height: 200px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
  padding: 20px;
  margin: 0 20px;
}

.padding-0 {
  padding: 0 !important;
}
