@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,400;1,700;1,900&display=swap");
.arrow-button-2 {
  width: 16px;
  height: 16px;
}
.group-arrow-button {
  position: relative;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  width: 16px;
  height: 16px;
}

.arrow-button {
  position: absolute;
  transition: transform 0.2s ease-in-out;
}

.left-arrow {
  left: -16px;
}

.button-read-more:hover .left-arrow,
.button-view-all-industries:hover .left-arrow,
.buttonContainer:hover .left-arrow{
  transform: translateX(16px);
}

.button-read-more:hover .right-arrow,
.button-view-all-industries:hover .right-arrow,
.buttonContainer:hover .right-arrow{
  transform: translateX(16px);
}

body.modal-active {
    overflow: hidden;
	position: fixed;
}

.group-detail-quy-trnh {
    display: flex;
    flex-direction: column;
    gap: 12px;	
}

.component-text:hover {
  border: 1px solid #CE181E;
  padding: 0px 9px 0px 9px;
}

.component-text:hover .textBody3 {
  color: #CE181E;
}

.button-section-five-container:hover {
  box-shadow: 0px 0px 10px 0px #CE181ECC;
  background: linear-gradient(255.08deg, #CE181E 0%, #A20005 100%);
}

.button-section-four-container:hover {
  box-shadow: 0px 0px 10px 0px #CE181ECC;
  background: linear-gradient(255.08deg, #CE181E 0%, #A20005 100%);
}
.button-popup-content:hover {
  cursor: pointer;
}

.button-popup {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.3s ease-out, transform 1s ease-out, margin-top 0.3s ease;
}

.button-popup.in-view {
  opacity: 1;
  transform: translateY(0);
}

.button-popup:hover {
  cursor: pointer;
  margin-top: -20px;
}

.button-read-more:hover  {
/*   background-color: #CE181E; */
}

.button-read-more:hover .textBody {
/*   color: #FFFFFF; */
}

.text-heading-item-success-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
	height: 40px;
}

.checked-navber-text {
  color: #000000 !important;
}

.section-twelve-contact-us {
	font-weight: 700 !important;
}

body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.heading1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  font-family: 'Noto Sans';
  color: #FFFFFF;
}

.heading2 {
  font-family: 'Noto Sans';
  font-size: 30px;
  font-weight: 700;
  line-height: 37.5px;
  color: #FFFFFF;
}

.heading3 {
  font-family: 'Noto Sans';
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #FFFFFF;
}

.heading4 {
  font-family: 'Noto Sans';
  font-size: 18px;
  font-weight: 700;
  line-height: 22.5px;
  text-align: center;
  color: #000000;
}

.heading5 {
  font-family: 'Noto Sans';
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;  
  color: #000000;
}

.textBody {
  font-family: 'Noto Sans';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #CE181E;
}

.textBody1 {
  font-family: 'Noto Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #4A4B4C;
}

.textBody2 {
  font-family: 'Noto Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #000000;
}

.textBody3 {
  font-family: 'Noto Sans';
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #000000;
}

 /* ---------------------------------------  section-one ----------------------------------*/
.section-one {
  width: 100%;
  height: 486px;
  background: url("/en/wp-content/uploads/2024/09/v1_1088.png");
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.group-817 {
  display: inline-flex;
  flex-direction: column;
  gap: 72px;
  margin-right: 28.5vw;
  margin-top: 48px;
}

.group-820 {
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  width: 41vw;
}

.arrow-button {
  width: 16px;
  height: 16px;
}

.buttonContainer {
  background-color: #FFFFFF;
  width: 248px;
  height: 40px;
  padding: 10px 15px 10px 20px;
  gap: 10px;
  border-radius: 8px;
  opacity: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buttonContainer:hover {
  cursor: pointer;
}

/* ---------------------------------------  section-two ----------------------------------*/
.section-two {
  width: 100vw;
  height: 47px;
  background-color: #EFEFF0;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 14px;
  position: sticky;
  top: 79px;
  z-index: 99;
}

.navbar-text-container {
  width: 12.5vw;
}

.navbar-text-container:hover {
  cursor: pointer;
}

.navbar-text {
  font-family: 'Noto Sans';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #4A4B4C;
  padding: 10px;
}

.checked-navber {
  color: #000000;
  border-bottom: 2px solid #CE181E;
}

/* ---------------------------------------  section-three ----------------------------------*/

.section-three {
  width: 100vw;
  height: 638px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/en/wp-content/uploads/2024/09/background-image-section-2-pc.png);
  background-size: cover;
}

.group-881 {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5vw;
}

.v1_1435 {
  background: url("/en/wp-content/uploads/2024/09/v1_1435.png");
  background-size: cover;
  border-radius: 8px;
  width: 31vw;
  height: 360px;
}

.content-achive-move {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 23px;
  width: 35.8vw;
}

.achieve-move {
  background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: left;
  text-transform: uppercase;
}

/* ---------------------------------------  section-four ----------------------------------*/
.section-four {
  width: 100vw;
  height: 862px;
  background: url("/en/wp-content/uploads/2024/09/v1_1278.png");
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-four-container {
  display: flex;
  flex-direction: column;
  gap: 75px;
  justify-content: center;
  align-items: center;
}

.content-section-four {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.over-service {
  text-align: center;
}

.v1_1283 {
  background: url("/en/wp-content/uploads/2024/09/v1_1283.png");
  background-size: cover;
  border-radius: 8px 8px 0px 0px;
  width: 320px;
  height: 229px;
}

.v1_1287 {
  background: url("/en/wp-content/uploads/2024/09/v1_1287.png");
  background-size: cover;
  border-radius: 8px 8px 0px 0px;
  width: 320px;
  height: 229px;
}
.cloud-text {
  height: 72px;
  width: 320px;
  border-radius: 0px 0px 8px 8px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.color-contact  {
  color: #FFFFFF;
}

.button-section-four-container {
  background-color: #CE181E;
  width: 151px;
  height: 48px;
  padding: 10px 15px 10px 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10;
}

/* ---------------------------------------  popup ----------------------------------*/
.popup-section-four {
  display: none;
}

.popup-section-four.active {
    position: sticky;
    top: 80px;
    z-index: 9999;
    width: 100vw;
    height: 92vh;
    background: url(/en/wp-content/uploads/2024/09/v1_1278.png);
    display: flex;
    background-size: cover;
}

.background-opacity-section-four {
    width: 100vw;
    height: 92vh;
    background: url(/en/wp-content/uploads/2024/09/v1_1279.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 100px;
}

.popup-container {
  display: flex;
  flex-direction: row;
  gap: 45px;
  height: 450px;
}

.popup-button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 75vw;
}

.button-popup:hover {
  cursor: pointer;
}

.button-popup-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 12px;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  height: 42px;
  width: 113px;
}

.text-button-popup {
  font-family: 'Noto Sans';
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}

.next-back-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}
.popup-text {
    width: 40vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 33px;
}

.text-detail-popup {
  color: #FFFFFF;
  text-align: start;
}

.button-contact-us-popup {
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  width: 153px;
  height: 32px;
}

.text-contact-us-popup {
  color: #FFFFFF;
}

.v1-section-popup {
  background: url("/en/wp-content/uploads/2024/09/v1_1283.png");
  background-size: cover;
  background-position: center;
  width: 621px;
  height: 343px;
  border-radius: 8px;
}


/* ---------------------------------------  section-five ----------------------------------*/
.section-five {
  width: 100vw;
  height: 897px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 80px;
  background: url(/en/wp-content/uploads/2024/09/background-our-working-process-pc.png);
  background-size: cover;
  background-position: center;
}

.frame-scroll {
  background-color: transparent;
  height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}

.frame-scroll::-webkit-scrollbar {
  display: none;
}

.scroll-quy-trnh {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
}

.template-quy-trnh {
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8vw;
  /* margin-left: 22%; */
  margin-top: 20px;
  width: 51vw;
}

.frame-879 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
  width: 17vw;
}

.stt-quy-trnh {
  font-family: 'Noto Sans';
  font-size: 100px;
  font-weight: 700;
  line-height: 125px;
  text-align: center;
  color: #CE181E;
  margin-top: -45px;
  width: 17vw;
}

.ellipse {
  width: 20px;
  height: 20px;
  background-color: #CE181E;
  border-radius: 999px;
}

.header-quy-trnh {
  text-align: left;
}

.text-quy-trnh {
  width: 12vw;
  text-align: left;
}

.detail-quy-trnh {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 12px;
}

.vector-scroll-container {
  position: absolute;
  width: 100vw;
  display: flex;
  justify-content: center;
}

.vector-scroll {
  height: 53vh;
  margin-top: -5vh;
}

.our-working-color {
  background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
}

.button-section-five-container {
  background-color: #CE181E;
  width: 186px;
  height: 40px;
  padding: 10px 15px 10px 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10; 
}

.color-schedule {
  color: #FFFFFF;
}
/* ---------------------------------------  section-six ----------------------------------*/
.section-six {
  width: 100vw;
  height: 648px;
  background-color: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 78px;
}

.our-techstack-color {
  background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
}

.frame-902 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 21px;
}

.button-section-six-container {
  width: 12vw;
  background-color: #EFEFF0;
  padding: 10px;
  border-radius: 4px;
}

.button-section-six-container {
  cursor: pointer;
}

.button-checked {
  background-color: #CE181E;
}

.text-checked {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 20px;
}

.frame-data-902 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 80px;
  height: 10vh;
}
/* ---------------------------------------  section-seven ----------------------------------*/
.section-seven {
  width: 100vw;
  height: 499px;
  background: url("/en/wp-content/uploads/2024/09/v1_1135.png");
  display: flex;
  justify-content: center;
  align-items: center;
}

.frame-874 {
  display: flex;
  flex-direction: column;
  gap: 117px;
  margin-right: 34vw;
}

.frame-873 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.frame-873-column {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 17vw;
}

.color-header-section-seven {
  color: #FFFFFF;
  text-align: left;
}

.text-frame-873 {
  position: absolute;
  margin-left: 30px;
}

/* ---------------------------------------  section-eight ----------------------------------*/
.section-eight {
  width: 100vw;
  height: 738px;
  background: url(/en/wp-content/uploads/2024/09/background-why-choose-us-pc.png);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 69px;
}

.why-choose-us-color {
  background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
}

.template-section-eight-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 72px;
}

.rectangle-group {
  border-radius: 8px;
  border: 2px solid #D9D9D9;
  background-color: #FFFFFF;
  width: 10.7vw;
  height: 5.55vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.v1_1504 {
  height: 1.56vw;
}

.v1_1486 {
  height: 4.32vw;
}

.v1_1483 {
  height: 4.43vw;
}

.v1_1503 {
  height: 4.427vw;
}

.template-section-eight-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 47px;
}

.icon-why-choose-us {
  height: 4.1vw;
}

.rectangle-group-2 {
  border-radius: 8px;
  border: 2px solid #D9D9D9;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12vw;
  height: 14vw;
}

.frame-1054 {
  width: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 36px;
}

/* ---------------------------------------  section-night ----------------------------------*/
.section-night {
  width: 100vw;
  height: 652px;
  background: url("/en/wp-content/uploads/2024/09/background-group-876.png");
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 36px;
}

.content-section-night-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 70vw;
}

.success-stories-color {
  background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
}

.button-read-more {
  border-radius: 4px;
  border: 2px solid #CE181E;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 16px;
  padding: 0px, 14px, 0px, 14px;
  height: 36px;
  width: 160px;
}

.content-section-night-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  /* width: 80vw; */
  gap: 28px;
  margin-left: 5px;
}

.v1_1569 {
  background: url("/en/wp-content/uploads/2024/09/v1_1569.png");
  background-size: cover;
  width: 23vw;
  height: 15.6vw;
  border-radius: 8px 8px 0px 0px;
}

.template-success-content {
  display: flex;
  flex-direction: column;
  gap: 38px;
  align-items: flex-start;
  width: 21.5vw;
  padding: 0px 0px 10px 0px;
  margin-top: 10px;
}

.success-content {
  background-color: #F8F8F8;
  height: 128px;
  border-radius: 0px 0px 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0px 10px 0px 10px;
  align-items: flex-start;
}

.component-success {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.component-text {
  background-color: #FFFFFF;
  border-radius: 20px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px 0px 10px;
}

/* ---------------------------------------  section-ten ----------------------------------*/
.section-ten {
  width: 100vw;
  height: 915px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 84px;
  background: linear-gradient(180deg, #F9F9F9 35%, rgba(255, 255, 255, 0) 100%);
}

.content-section-eleven-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.industries-color {
  background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
}

.content-section-ten-2 {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(5, 1fr);
  gap: 70px;
}

.rectangle-935 {
  position: absolute;
  margin-top: -14vw;
  margin-left: -15px;
  background: url("/en/wp-content/uploads/2024/09/rectangle-935.png");
  background-size: cover;
  width: 10.5vw;
  height: 12vw;
  width: 13vw;
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  transition: background 0.3s ease;
}

.rectangle-934 {
  background: url("/en/wp-content/uploads/2024/09/rectangle-934.png");
  background-size: cover;
  width: 11.1vw;
  height: 14.35vw;
  transition: background 0.3s ease;
}

.text-content {
  height: 48px;
}

.image-icon-section-ten {
  width: 60px;
  height: 60px;
}

.content-section-ten-3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 73vw;
}

.button-view-all-industries {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}

.text-view-all-industries {
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: #CE181E;
}
/* ---------------------------------------  section-eleven ----------------------------------*/
.section-eleven {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.content-section-eleven-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.related-blogs-color {
  background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
}

.content-section-eleven-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 25px;
}

.v1-1569-min {
    background: url(/en/wp-content/uploads/2024/09/v1_1569.png);
    background-size: cover;
    width: 22vw;
    height: 16vw;
    border-radius: 8px 8px 0px 0px;
}

.success-content {
  background-color: #F8F8F8;
  border-radius: 0px 0px 8px 8px;
  padding: 0px 10px 0px 10px;
}

.template-success-content-min {
  display: flex;
  flex-direction: column;
  gap: 38px;
  align-items: flex-start;
  width: 21vw;
  padding: 0px 0px 10px 0px;
  margin-top: 10px;
}

.template-success-content-max {
  display: flex;
  flex-direction: column;
  gap: 38px;
  align-items: flex-start;
  width: 28vw;
  padding: 0px 0px 10px 0px;
  margin-top: 10px;
}

.v1-1569-max {
  background: url("/en/wp-content/uploads/2024/09/v1_1569.png");
  background-size: cover;
  width: 29.5vw;
  height: 20.37vw;
  border-radius: 8px 8px 0px 0px;
}
/* ---------------------------------------  section-twelve ----------------------------------*/
.section-twelve {
  width: 100vw;
  height: 199px;
  background: url("/en/wp-content/uploads/2024/09/background-footer.png");
  display: flex;
  justify-content: center;
  align-items: center;
}

.template-section-twelve {
  width: 70vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-footer {
  font-family: 'Noto Sans';
  font-size: 30px;
  font-weight: 700;
  line-height: 37.5px;
  text-align: left;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.button-contact-us {
	background-color: #FFF7F7;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	gap: 16px;
	border-radius: 8px;
	width: 261px;
	height: 56px;
	padding: 0px 16px;
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .button-section-six-container {
    width: 13vw;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  .button-section-six-container {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .heading4 {
    font-size: 16px;
}
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .navbar-text-container {
    width: 14.5vw;
  }

  .button-section-six-container {
    width: 12vw;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .frame-data-902 {
    gap: 50px;
  }

  .frame-873-column {
    width: 25vw;
  }

  .frame-874 {
    margin-right: 10vw;
  }

  .textBody3 {
    font-size: 10px;
  }

  .heading4 {
    font-size: 14px;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .frame-data-902 {
    gap: 40px;
  }

  .button-section-six-container {
    width: 12vw;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .navbar-text-container {
    width: 16vw;
  }

  .frame-873-column {
    width: 25vw;
  }

  .frame-874 {
    margin-right: 15vw;
  }

  .group-817 {
    margin-right: 9vw;
}

  .textBody1 {
    font-size: 11px;
  }

  .textBody3 {
    font-size: 10px;
  }
  .heading4 {
    font-size: 12px;
}

.frame-1054 {
  gap: 15px;
}
}

@media screen and (max-width: 1024px) {
	.header-overview-industries {
  position: sticky;
  background: white;
  z-index: 99999;
  width: 100%;
  height: 57px;
  top: 46px;
}

.header-overview-industries {
  height: 57px;
  top: 46px;
}

.title-section.active {
  display: flex !important;
  background-color: white;
}

.title-section {
  text-align: left;
  padding: 0 16px;
  display: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
	
	.text-body-section-eight-mobile {
	text-align: center !important;
} 
    .heading2 {
        font-family: 'Noto Sans';
        font-size: 30px;
        font-weight: 700;
        line-height: 37.5px;
        text-align: center;
        color: #FFFFFF;
    }

    .heading3 {
        font-family: 'Noto Sans';
        font-size: 20px;
        font-weight: 700;
        line-height: 25px;
        text-align: center;
        color: #FFFFFF;
    }

    .heading4 {
        font-family: 'Noto Sans';
        font-size: 18px;
        font-weight: 700;
        line-height: 22.5px;
        text-align: justified;
        color: #000000;
    }

    .heading5 {
        font-family: 'Noto Sans';
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        text-align: left;        
        color: #000000;
    }

    .textBody {
        font-family: 'Noto Sans';
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: center;
        color: #FFFFFF;
    }

    .textBody2 {
        font-family: 'Noto Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: center;
        color: #000000;
    }

    .textBody3 {
        font-family: 'Noto Sans';
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        color: #000000;
    }

    .lable-3 {
        font-family: 'Helvetica Neue', sans-serif;     
        font-size: 10px;
        font-weight: 300;
        line-height: 15px;
        text-align: left;
        color: #000000;
    }

    /*  */

    .section-one-mobile {
        background: url("/en/wp-content/uploads/2024/09/background-section-1-mobile.png");
        background-size: cover;
        width: 100vw;
        height: 792px;
        margin: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10vh;
    }

    .group-header-section-one-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .button-start-container-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 10px;
        border-radius: 8px;
        padding: 10px 15px 10px 20px;
        background-color: #FFFFFF;
    }

    .button-start-color {
        color: #CE181E;
    }

    .arrow-button-mobile {
        width: 16px;
        height: 16px;
    }

    /*  */
    .section-two-mobile {
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: sticky;
        z-index: 99;
        top: 46px;
		background-color: #F8F8F8;
    }

    .section-two-mobile-container {
        width: 100vw;
        height: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-bottom: 2px solid #CE181E;
    }

    .button-open-modal {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90vw;
    }

    .arrow2-up-button-mobile {
        width: 24px;
        height: 24px;
    }

    .section-two-mobile-modal {
        width: 100vw;
        height: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 2px solid #D9D9D9;
    }

    .section-two-mobile-container-modal{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 90vw;
    }

    .text-color-modal {
        color: #4A4B4C;
        text-align: left;
    }

    .modal {
        display: none;
		z-index: 98;
        background-color: #F8F8F8;
    }

    .modal.visible {
        display: block;
    }

    /*  */
    .section-three-mobile {
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .template-section-3 {
        width: 95vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 34px;
        padding: 30px 0px;
    }

    .v1_1435 {
        background: url("/en/wp-content/uploads/2024/09/v1_1435.png");
        background-size: cover;
        border-radius: 8px;
		width: 95vw;
		height: 212px;
    }

    .group-text-section-3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .achieve-more-color {
        background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
        -webkit-background-clip: text;
        color: transparent;
        text-align: left;
        width: 95vw;
    }

    .modernizing-legacy-width {
        width: 95vw;
    }

    /*  */
    .section-four-mobile {
        width: 100vw;
        background: url("/en/wp-content/uploads/2024/09/background-section-4-mobile.png");
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .template-section-four-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 63px;
		padding: 40px 0px;
    }

    .row-button-section-four {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 19px;
        flex-wrap: wrap;
    }

    .column-button-section-four {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .v1_1283 {
        background: url("/en/wp-content/uploads/2024/09/v1_1283.png");
        background-size: cover;
		background-position: center;
        width: 173px;
        height: 124.01px;
        border-radius: 8px 8px 0px 0px;
    }

    .v1_1287 {
        background: url("/en/wp-content/uploads/2024/09/v1_1287.png");
        background-size: cover;
		background-position: center;
        width: 173px;
        height: 124.01px;
        border-radius: 8px 8px 0px 0px;
    }
	
	.heading3-our-service {
		padding-top: 30px;
	}

    .cloud-text-mobile {
        width: 173px;
        border-radius: 0px 0px 8px 8px;
        background-color: #FFFFFF;
		display: flex;
        justify-content: center;
        align-items: center;
    }
	
	.template-cloud-text-mobile {
		display: flex;
        justify-content: center;
        align-items: center;
		height: 50px;
		width: 38vw;
	}

     .button-section-4-mobile {
        background-color: #CE181E;
        padding: 10px 15px 10px 20px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 10px;
     }

     .arrow2-right-mobile {
        width: 16px;
        height: 16px;
     }

     /*  */

     .modal-our-service {
        display: none;
      }
      
     .modal-our-service.active {
        position: sticky;
		z-index: 999;
        top: 45px;
        width: 100vw;
		min-height: 100vh;
        background: url("/en/wp-content/uploads/2024/09/background-modal-our-service.png");
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 50px;
     }

     .modal-service-content-mobile {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 361px;
		height: 88vh;
        flex-direction: column;
        gap: 33px;
        padding-bottom: 150px;
     }

     .color-modal-service-heading {
        text-align: left;
     }
     .color-modal-service-text {
        color: #FFFFFF;
        text-align: left;
     }

     .v1-section-popup-mobile {
        background: url("/en/wp-content/uploads/2024/09/v1_1283.png");
        background-size: cover;
        width: 361px;
        height: 199px;
        border-radius: 8px;
      }

      .button-modal-service-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 361px;
		padding-bottom: 50px;
		padding-top: 20px;
      }

      .button-back-next-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 16px;
      }

     /*  */
     .section-five-mobile {
        background-color: #F0F0F0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100vw;
        gap: 56px;
		padding-bottom: 50px;
     }

     .our-working-mobile {
        background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
        -webkit-background-clip: text;
        color: transparent;
        text-align: center;   
		padding-top: 55px;
     }

     .list-quy-trnh-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
/*         gap: 16px; */
     }

     .template-quy-trnh {
        background-color: #FFFFFF;
        border: 2px solid #EFEFF0;
        padding: 16px 17px 16px 17px;
        display: flex;
        flex-direction: row;
        gap: 21px;
        border-radius: 8px;
        width: 361px;
		justify-items: center;
        align-items: center;
     }

     .color-quy-trnh-mobile {
        color: #CE181E;
     }

     .title-quy-trnh-mobile {
        width: 236px;
     }

     .button-section-5-mobile {
        background-color: #CE181E;
        padding: 10px 15px 10px 20px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 10px;
     }

     .icon-tick-mobile {
        width: 14px;
        height: 14.06px;
     }

     .detail-quy-trnh-mobile {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        gap: 8px;
     }

     .list-quy-trnh-detail-mobile {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        gap: 8px;
    }

     .quy-trnh-mobile {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        gap: 12px;
     }

     .width-text-detail-quy-trnh {
        width: 164px;
     }

     /*  */
     .section-six-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100vw;
        gap: 56px;
        padding: 70px 0px;
     }
     .our-techstack-color {
        background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
        -webkit-background-clip: text;
        color: transparent;
        text-align: center; 
     }

     .list-button-section-six-mobile {
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
     }

     .button-section-six-mobile {
        background-color: #EFEFF0;
        padding: 8px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 173px;
     }
     .button-text-section-six-mobile {
        text-align: center;
     }

     .active-button {
        background-color: #CE181E;
     }

     .active-text {
        color: #FFFFFF;
     }

     .data-our-techstack {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 35px;
        flex-wrap: wrap;
        width: 92vw;
     }

     /*  */
     .section-seven-mobile {
        width: 100vw;
        height: 792px;
        background: url("/en/wp-content/uploads/2024/09/background-section-seven-mobile.png");
        background-size: cover;
     }

     .template-section-seven-mobile {
        display: flex;
        padding: 90px 30px;
        flex-direction: column;
        gap: 40px;
     }

     .what-will-context {
        text-align: left;
     }

     .rectangle-1268-mobile {
        width: 30px;
        height: 35px;
     }

     .text-section-seven {
        color: #FFFFFF;
        margin-left: -12px;;
     }

     .content-section-seven {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
     }

     .group-text-section-seven {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
     }

     /*  */
     .section-eight-mobile {
        width: 100vw;
        height: 792px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 68px;
		background: url(/en/wp-content/uploads/2024/09/background-why-choose-us-mobile.png);
        background-size: cover;
     }

     .why-choose-us-mobile {
        background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
        -webkit-background-clip: text;
        color: transparent;
        text-align: center; 
     }

     .container-section-eight-1 {
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
     }

     .group-884-mobile {
        width: 173.41px;
        height: 89.67px;
        border-radius: 8px;
        border: 2px solid #D9D9D9;
        display: flex;
        justify-content: center;
        align-items: center;
     }

     .v1_1504 {
        width: 133.8px;
        height: 25.82px;
      }
      
      .v1_1486 {
        width: 99px;
        height: 54px;
      }
      
      .v1_1483 {
        width: 99px;
        height: 54px;
      }
      
      .v1_1503 {
        width: 125.55px;
        height: 71.15px;
      }

     .frame-1063-mobile {
        width: 173px;
        height: 114px;
        padding: 8px;
        gap: 16px;
        border-radius: 8px;
        border: 2px solid #D9D9D9;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
     }

     .icon-why-choose-us-mobile {
        width: 50px;
        height: 50px;
     }
     /*  */
     .section-night-mobile {
         width: 100vw;
         display: flex;
         justify-content: center;
         align-items: center;
         flex-direction: column;
         gap: 72px;
         padding: 32px 16px;
         background: url(/en/wp-content/uploads/2024/09/background-success-stories-mobile.png);
         background-size: cover;
     }

     .success-stories-color-mobile {
         background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
         -webkit-background-clip: text;
         color: transparent;
         text-align: center;
     }

     .group-item-section-night-mobile {
         display: flex;
         justify-content: center;
         align-items: center;
         flex-direction: column;
         gap: 19px;
     }

	.button-read-more-section-9-mobile {
		border-radius: 4px;
		border: 2px solid #CE181E;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		gap: 16px;
		padding: 0px, 14px, 0px, 14px;
		height: 36px;
		width: 160px;
	}
	
     .button-section-9-mobile {
         display: flex;
         align-items: center;
         justify-content: center;
		 width: 100vw;
		 margin-top: 85px;
     }

     .v1_1569-mobile {
         background: url("/en/wp-content/uploads/2024/09/v1_1569.png");
         background-size: cover;
         width: 361px;
         height: 248px;
         border-radius: 8px 8px 0px 0px;
     }

     .context-success-mobile {
         padding: 9px 0px 9px 0px;
         border-radius: 0px 0px 8px 8px;
         background-color: #F8F8F8;
         display: flex;
         align-items: flex-start;
         justify-content: flex-start;
     }

     .padding-context-mobile {
         gap: 25px;
         border-radius: 0px 0px 8px 8px;
         display: flex;
         align-items: flex-start;
         justify-content: flex-start;
         flex-direction: column;
         padding: 0px 10px 0px 10px;
     }

     .text-5-ways-mobile {
         font-family: 'Noto Sans';
         font-size: 12px;
         font-weight: 700;
         line-height: 18px;
         text-align: left;
         color: #000000;
     }

     .text-success-detail {
         font-family: 'Helvetica Neue', sans-serif;
         font-size: 10px;
         font-weight: 300;
         line-height: 15px;
         text-align: center;
         color: #000000;
     }

     .component-success-mobile {
         display: flex;
         flex-direction: row;
		 flex-wrap: wrap;
         gap: 16px;
      }

     .component-text-mobile {
      background-color: #FFFFFF;
      border-radius: 20px;
      height: 30px;
      max-width: 15vw;
    }

     /*  */
     .section-ten-mobile {
      width: 100vw;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 72px;
      padding: 32px 16px;
  }

     .button-section-10-mobile {
         background-color: #CE181E;
         padding: 8px 16px;
         border-radius: 8px;
         display: flex;
         align-items: center;
         justify-content: center;
         flex-direction: row;
         gap: 16px;
     }

     .list-industries-mobile {
      display: grid;
      align-items: center;
      justify-content: center;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
     }

     .group-row-industries-mobile {
         display: flex;
         align-items: center;
         justify-content: center;
         flex-direction: row;
         gap: 16px;
     }

     .text-content-mobile {
       width: 25vw;
       text-align: left;
     }

     .arrow1-right {
      width: 16px;
      height: 16px;
     }

     .image-icon-section-ten-mobile {
      width: 46px;
      height: 46px;
     }

     .industries-color-mobile {
        background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
        -webkit-background-clip: text;
        color: transparent;
        text-align: center; 
     }

     /*  */
     .section-eleven-mobile {
      width: 100vw;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 32px;
      padding: 32px 16px;
      background-color: #F8F8F8;
  }
  
  .related-blog-color-mobile {
      background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
      -webkit-background-clip: text;
      color: transparent;
      text-align: center;
  }
  
  .group-item-section-eleven-mobile {
      display: flex;
      flex-direction: row;
      gap: 16px;
      overflow-x: auto;
      width: 100%;
      padding-bottom: 16px;
  }
  
  .group-item-section-eleven-mobile::-webkit-scrollbar {
      display: none;
  }
  
     /*  */
     .section-twelve-mobile {
        background: url("/en/wp-content/uploads/2024/09/background-section-12-mobile.png");
        background-size: cover;
        width: 100vw;
        height: 325px;
		display: flex;
        align-items: center;
        justify-content: flex-start;
     }

     .template-section-twelve-mobile {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 100px;
        padding: 16px 32px;
     }

     .button-section-12-mobile {
        background-color: #FFF7F7;
        padding: 8px 16px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 16px;
     }

     .text-footer-mobile {
        font-family: 'Noto Sans';
        font-size: 25px;
        font-weight: 700;
        line-height: 31.25px;
        text-align: left;
        color: #FFFFFF;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        margin-top: 25px;
     }

     .contact-us-12-color-mobile {
         color: #CE181E;
         text-align: center;
     }

     .arrow-right-2-mobile {
         width: 24px;
         height: 24px;
     }
}
.v1_1569_mobie {
	border-radius: 8px 8px 0px 0px;
	width: 95vw;
}
.related_blog-mobie {
		display: none;
	}
@media screen and (max-width: 1024px) {
	.scroll-custom {
		display: none !important;
	}
	#popup-content-mobie {
		min-height: 55vw;
	}
	.item-1-qt {
		margin-top: 0 !important;
	}
	.template-success-content-mobie {
        width: 95vw;
        padding: 0px 10px;
	}
	.related_blog-mobie {
		display: block
	}
}

@media screen and (max-width: 600px) {
	.template-success-content-min {
		width: 80vw;
	}
	.v1-1569-min {
		width: auto !important;
		height: auto !important;
	}
	.auto-scroll-mobie {
		width: 1136px;
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.content-section-eleven-2 {
/* 		overflow: auto; */
		width: 100%
	}
	.section-eleven {
    height: 148vw;
	}
	.related_blog-mobie {
		background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
        -webkit-background-clip: text;
        color: transparent;
        text-align: center;
	}
	.related_blog-pc {
		display: none !important;
	}
	.template-success-content {
		margin-top: 0 ;
	}
	.template-success-content {
		gap: 16px;
	}
	.text-heading-item-success-content {
		overflow: visible;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 40px;
	}
	.section-eleven {
		gap: 36px;
	}
}

.content-pc-blog {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 25px;
}

@media screen and (min-width: 1024px) {
	.scroll-mobie {
		display: none !important;
	}
	
.content-pc-blog{
		gap: 80px;
	}
	.content-section-eleven-1 {
		margin-bottom: 70px;
		margin-top: 70px;
	}
	.content-section-read-more{
    margin-top: 80px;
	}
	.item-related-blog:hover {
		transform: scale(1.1);
	}
	.flickitySelected {
    transform: scale(1.2);
	}
	.flickitySelected:hover {
		 transform: scale(1.3);
	}
	
	    .swiper {
      height: 30vw;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: -60px !important;
        width: 30vw !important;
    }

    .left-button,
    .right-button {
        width: 32px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }


    .right-button {
        border-top: 5px solid #EFEFF0;
        border-left: 5px solid #EFEFF0;
        transform: rotate(135deg);
    }

    .left-button {
        border-bottom: 5px solid #EFEFF0;
        border-left: 5px solid #EFEFF0;
        transform: rotate(45deg);
    }

    .group-related-blogs-content {
        width: 84vw;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
	 .swiper-slide-active {
        width: 26vw !important;
    }
    .swiper-slide-active .v1-1569-min {
        width: 25vw !important;
        height: 20vw !important;
    }
	
	.swiper-slide:hover {
		transform: scale(1.05) !important;
	}
}
