/* page */
*,
html,
body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  
  font-style: normal;
}

*,
body {
  max-width: 100vw;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  gap: 128px
}

.cover-container {
  background: url(/img/VHG03733.jpg);
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(8px);
  z-index: 0;
}

.header-container {
  background: linear-gradient(54deg, rgba(0, 0, 0, 0.50) 47.88%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(1px);
  text-align: left;

}

.header-title {
  color: #FFF;
  margin-bottom: 24px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.block-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.header-content {
  width: 100%;
  color: #FFF;
  text-align: left;
  margin-bottom: 32px;
}

.header-button {
  padding: 12px 32px;
  gap: 10px;
  border-radius: 8px;
}

.submit-button {
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
}

.form-button {
  height: 48px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  line-height: 18px;
}


.header-content-container {
  /* margin-left: 108px; */
  max-width: 865px;
}

.contact-us-bottom {
  padding: 12px 32px;
  border-radius: 8px;
  background: #003BBA;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  width: fit-content;
  margin-top: 48px;
}
.content-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.propose-card__wrapper {
  display: flex;
}

.propose-title {
  color: #27292E;
  padding-bottom: 48px;
}

.propose-card {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #DFDFDF;
  background: #FFF;
  gap: 12px;
  width: calc(33.333333% - 16px);
}

.propose-card__content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  height: 100%;
  margin-right: 20px;
}

.card-list {
  color: #616161;
}

.card-list li {
  color: #616161;
  display: flex;
}

.card-list li::before {
  color: #616161;
  content: '\2022';
  margin: 0 6px;
}

.tab-see-more-mobile {
  display: none !important;
}

.propose-form {
  border-radius: 16px;
  background: #F9F9F9;
  width: calc(33.33333% - 16px);
}

.form-input[type="text"] {
  border-radius: 8px;
  border: 1px solid #DCDFE6;
  background: #FFF;
}


.left-bg {
  position: sticky;
  top: calc(50% - 328px);
  display: flex;
  height: fit-content;
}

.value-item {
  padding: 36px 56px;
  display: flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  background: #F9F9F9;
}

.value-1 {
  border-radius: 0px 169px 16px 0px;
}

.value-2 {
  border-radius: 0px 8px 8px 0px;
}

.value-4 {
  border-radius: 0px 8px 32px 0px;
}

.value-left {
  width: calc(50% - 12px);
  border-radius: 32px 0px 0px 169px;
  flex: 1;
}

.value-right {
  width: calc(50% - 12px);
  flex: 1;
  margin-top: 96px;
}

.propose-img {
  border-radius: 32px 0px 0px 169px;
  width: 600px;
  height: 600px;
  object-fit:cover;
}

.tab {
  color: #27292E;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding: 28px 0px;
  min-width: 144px;
}

.tab:hover {
  border-radius: 0px 8px 8px 0px;
  background: #F9F9F9;
}

.active.tab {
  border-radius: 0px 8px 8px 0px;
  background: #F9F9F9;
  padding: 28px 24px;
  color: #003BBA;
}

.tab-see-more {
  color: #003BBA;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: underline;
  margin-top: 48px;
}

.tab-sticky {
  top: 74px
}

.tab-left-title {
  margin-bottom: 28px;
}


.grid {
  list-style: none;
  margin-left: -40px;
}

.gc {
  box-sizing: border-box;
  display: inline-block;
  min-height: 1px;
  vertical-align: top;
}

.gc--1-of-3 {
  width: max-content;
}


.naccs {
  position: relative;
}

.naccs .menu div {
  cursor: pointer;

  position: relative;
  vertical-align: middle;
  font-weight: 700;
  transition: 1.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div span.light {
  position: absolute;
  top: 24px;
  left: 15px;
  transition: 1.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div.active span.light {
  background-color: #003BBA;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
}

ul.nacc {
  /* position: sticky;
  top: calc(50vh - 25%); */
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.move-up {
  transform: translateY(75px);
  opacity: 0;
  transition: 1s all ease-in;
}

.move-up.active {
  transform: translateX(0);
  opacity: 1;
}

/* .nacc li{
  position: sticky;
  top: calc(50vh - 25%);
} */

.tab-img {
  border-radius: 16px;
  width: 100%;
  height: 335px;
  object-fit: cover;
}

ul.nacc li {
  opacity: 0;
  transform: translateY(50%);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
  position: sticky;
  top: calc(50vh - 25%);
}

ul.nacc li {
  position: absolute;
  top: 0;
}

ul.nacc li p {
  margin: 0;
}


.tab-wrapper {
  border-bottom: 1px solid #DFDFDF;
}

.solution-wrapper {
  gap: 16px
}


.content-mobile {
  display: flex !important;
}

.menu-tab-mobile {
  padding: 8px;
  border-radius: 14px;
  border: 1px solid #DFDFDF;
  background: #FFF;
  display: flex;
  flex-direction: row;
  width: fit-content;
  gap: 22px;
}

.menu-tab-mobile .tab {
  width: max-content;
  border-radius: 8px;
  background: #FFF;
  padding: 8px 16px;
  height: 44px;
  max-width: 144px;
  width: 144px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.menu-tab-mobile .tab.active {
  background: #003BBA;
  padding: 8px 16px;
  color: #FFF;
  border-radius: 8px;

}

.menu-tab-mobile {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.see-more-mobile {
  color: #003BBA;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  text-decoration-line: underline;
}


li .tab-content-mobile {
  display: none !important;

}

li.active .tab-content-mobile {
  display: flex !important;
}

.tab-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.tab-content-mobile>div {
  width: calc(50% - 12px);
}


.see-more-mobile {
  margin-top: 64px;
}



.tab-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.solution-list {
  list-style: none;
}

.solution-list div::before {
  content: "-";
}

@media only screen and (max-width: 1024px) {
  .body-wrapper {
    gap: 64px;
  }

  .tab-sticky {
    top: 80px
  }

  .tab-content-mobile>div {
    width: 100%;
  }

  .see-more-mobile {
    padding-top: 16px;
  }

  .tab-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc(50% - 10px);
  }

  .content-desktop {
    display: none !important;
  }

  .content-mobile {
    display: flex !important;
  }

  .propose-card {
    width: calc(50% - 10px);
  }

  .propose-card__wrapper {
    gap: 20px !important;
  }

  .propose-form {
    width: 100%;
    padding: 24px;
  }

  .advising-web {
    display: none;
  }


  .advising-mobile {
    width: 318px;
    display: block;
  }

  .value-wrapper {
    flex-wrap: wrap;
    flex-direction: column !important;
  }

  .value-left {
    width: 100%;
    flex: 1;

  }

  .value-right {
    width: 100%;
    flex: 1;
    margin: 0;
  }

  .value-1 {
    border-radius: 16px;
  }

  .value-2 {
    border-radius: 16px;
  }

  .value-4 {
    border-radius: 16px;
  }

  .value-item {
    padding: 0 56px;
    height: 128px;
    display: flex;

  }

  .achievement {
    column-gap: 42px;
  }

  .customer-story-wrapper {
    row-gap: 32px;

  }

  .card {
    width: calc(50% - 10px);
  }

  .fqa-wrapper {
    width: 100% !important;
  }

  .wrapper {
    gap: 64px;
  }

  .form-submit-input {
    max-width: 464px;
    width: 100%;
    padding: 0;
    margin-top: 48px;

  }

  .cerf-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }

  .cerf-card {
    width: calc(50% - 10px);
  }


  .skill-wrapper {
    padding: 0px;
    gap: 12px;
    background: #fff;
    width: 100%;
  }

  .skill {
    flex-direction: column !important;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    gap: 20px
  }

  .skill div {
    border: none;
    padding: 0;
  }

  .propose-form-wrapper {
    justify-content: flex-start;
  }

  .submit-send-button {
    width: 150px;
  }

  .gc--1-of-3 {
    width: 100%;

  }

  .gc--2-of-3 {
    width: 100%;
  }

  .tab-content {
    display: flex;
    flex-direction: row;
    gap: 20px;

  }

  .tab-content .tab-img {
    width: calc(50% - 10px);
    height: 192px;
    object-fit: cover;
  }

  .menu {
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow-x: auto;
  }

  .tab {
    border-radius: 0px 8px 8px 0px;
    background: #F9F9F9;
    padding: 16px 24px;

  }

  .active.tab {
    border-radius: 0px 8px 8px 0px;
    background: #F9F9F9;
    padding: 16px 24px;
  }

  .tab-see-more {
    display: none !important;
  }

  .tab-see-more-mobile {
    color: #003BBA;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: underline;
    display: block !important;
  }

  .tab-wrapper {
    padding-bottom: 24px; 
  }

  .tab {
    height: 60px;
    display: flex;
    align-items: center;
    min-width: fit-content;
  }

  .solution-wrapper {
    flex-direction: column;
  }

}


@media only screen and (max-width: 600px) {
  .body-wrapper {
    gap: 64px;
  }

  .tab-text {
    width: 100%;
  }

  .see-more-mobile {
    padding: 0;
  }

  .tab-content {
    flex-direction: column !important;
  }

  .tab-content .tab-img {
    width: 100%;
    height: 188px;
    object-fit: cover;
  }

  .tab-sticky {
    top: 60px !important;
  }

  .block-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
  }

  .propose-title {
    margin-bottom: 24px;
  }

  .propose-card {
    width: 100%
  }


  .propose-form {
    border-radius: 16px;
    width: 100%;
    padding: 16px
  }

  .propose-form-wrapper {
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
  }

  .form-input {
    width: 100%;
    margin: 0 !important;
  }

  .submit-button {
    width: 100%
  }

  .submit-button-wrapper {
    width: 100%;
  }

  .sbf-wrapper {
    flex-wrap: wrap;
    gap: 8px;
  }

  .advising-process {
    background: url(/img/Frame-10449.png) no-repeat center;
    height: 724px;
  }

  .value-wrapper {
    flex-wrap: wrap;
    flex-direction: column !important;
  }

  .value-left {
    width: 100%;
    flex: 1;

  }

  .value-right {
    width: 100%;
    flex: 1;
    margin: 0;
  }

  .value-1 {
    border-radius: 16px;
  }

  .value-2 {
    border-radius: 16px;
  }

  .value-4 {
    border-radius: 16px;
  }

  .value-item {
    padding: 0 16px;
    height: 128px;
    display: flex;

  }


  .propose-img {
    border-radius: 16px;
    height: 339px ;
  }

  .customer-story-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 24px;
    padding-bottom: 8px;
  }

  .achievement {
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 24px;

  }

  .achievement-item {
    width: 100%;
  }

  .achievement-content {
    padding-bottom: 16px;
  }

  .achievement-more {
    width: 100%;
  }

  .fqa-wrapper {
    width: 100% !important;
  }

  .wrapper {
    gap: 64px;
  }

  .form-wrapper {
    width: 100%;
  }

  .cerf-list-wrapper {
    gap: 12px;
    flex-wrap: wrap;
  }

  .cerf-list-wrapper img {
    height: 64px;
  }

  .cerf-wrapper {
    flex-wrap: wrap;
  }

  .cerf-card {

    width: 100%;
  }

  .value-img {
    border-radius: 16px;
  }

  .value-right {
    margin-top: 0px;
  }

  .skill-wrapper {
    padding: 0px;
    gap: 12px;
    background: #fff;
    width: 100%;
  }

  .skill {
    flex-direction: column !important;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    gap: 20px
  }

  .skill div {
    border: none;
    padding: 0;
  }

  .advising-web {
    display: none;
  }

  .advising-tablet {
    width: 100%;
  }

  .advising-mobile {
    width: 100%;
    display: block;
  }

  .solution-wrapper {
    flex-direction: column;
  }


  .gc--1-of-3 {
    width: 100%;

  }

  .gc--2-of-3 {
    width: 100%;
  }

  .menu {
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow-x: auto;
  }

  .tab {
    border-radius: 0px 8px 8px 0px;
    background: #F9F9F9;
    padding: 16px 24px;

  }

  .active.tab {
    border-radius: 0px 8px 8px 0px;
    background: #F9F9F9;
    padding: 16px 24px;
  }

  .tab-see-more {
    display: none !important;
  }

  .tab-see-more-mobile {
    color: #003BBA;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: underline;
    display: block !important;
  }

  .tab-wrapper {
    padding-bottom: 24px;
  }

  .tab {
    height: 88px;
    display: flex;
    align-items: center;
  }

  .menu-tab-mobile {
    width: 100% !important;
    gap: 0px !important;
  }

  .menu-tab-mobile .tab {
    width: calc(33%);
  }

  .tab-text {
    gap: 0px
  }
}