	html,
body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
.page-wrapper {
  display: flex;
  gap: 20px;
}
.wrapper .exsc-container {
  padding-bottom: 30px;
}
.main-banner {
  background-image: url(/files_upload/Dont_touch/feture_bg.jpg);
  color: white;
  padding: 135px 70px;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.brand-slide .swiper-slide {
  background: transparent;
}
.brand-slide .swiper-slide img {
  max-height: 80px;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(100%) brightness(0);
}
.brand-slide .swiper-wrapper {
  align-items: center;
}
.brand-icon {
  width: 50px;
  left: 35px;
  top: 90px;
  z-index: 1;
  position: absolute;
}
.section-tag {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2rem;
  color: white;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  font-weight: 500;
  width: fit-content;
}

.banner-heading {
  color: #fff;
  font-size: 68px;
  font-weight: 700;
  line-height: 95px;
  padding: 25px 0 10px 0;
}

.banner-description {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}
.content-section > img {
  max-height: 383px;
}
.metric-hero {
  display: flex;
  gap: 20px;
}
.metric-hero > img {
  max-height: 305px;
}
.metrics {
  display: flex;
  align-items: center;
}
.team-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 1rem;
}
.metric-block {
  background-color: #d8e7ef;
  padding: 80px 60px;
  border-radius: 40px;
  display: flex;
  /*align-items: center;*/
  flex-direction: column;
  position: relative;
  gap: 20px;
}
.metric-block .metrisc-hero__center {
  position: absolute;
  right: -20px;
  bottom: 70px;
}
.metrics > .metric-block {
  text-align: left;
  flex-direction: column;
}
.metric-value p {
  color: #001f3f;
  font-size: 32px;
  font-weight: 700;
}
.metric-label {
  color: #001f3f;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
}
.metrisc-hero__icon {
  text-align: right;
}
.team-member-list {
  display: flex;
  align-items: center;
  justify-content: end;
}
.member-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid white;
  margin-left: -10px;
  background-color: #ddd;
}
.member-count {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0f1629;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  margin-left: -10px;
}
.content-section {
  display: flex;
  flex-direction: row;
  gap: 20px 20px;
  flex-wrap: wrap;
}

.slogan {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.left-column {
  max-width: 300px;
}

.header-label {
  color: #001f3f;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  line-height: 12px;
  margin-bottom: 20px;
}
.header-label span {
  color: #fe5b2c;
  font-size: 15px;
  margin-right: 10px;
}
.brand-name {
  font-size: 48px;
  color: #0a2240;
  font-weight: bold;
  line-height: 1.2;
}

.middle-column {
  max-width: 350px;
}

.highlight-number {
  font-size: 72px;
  color: #0a2240;
  font-weight: bold;
  margin-bottom: 20px;
}

.service-description {
  color: #666;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.review-card {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}

.review-text {
  color: #666;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.reviewer-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-rating {
  font-size: 24px;
  font-weight: bold;
  color: #0a2240;
}

.reviewer-details h4 {
  color: #0a2240;
  margin-bottom: 5px;
}

.reviewer-details p {
  color: #666;
  font-size: 14px;
}

.right-column img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  max-width: 410px;
}

.statistics {
  text-align: center;
}

.hero-title {
  font-size: 48px;
  color: #0a2240;
  font-weight: 600;
  line-height: 1.2;
  max-width: 800px;
  margin: 0 auto 80px;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 40px;
  border-top: 1px solid #eee;
}

.metric-item {
  padding: 20px;
  border-right: 1px solid #eee;
}

.metric-item:last-child {
  border-right: none;
}

.metric-number {
  font-size: 52px;
  color: #0a2240;
  font-weight: bold;
  margin-bottom: 10px;
}
.metric-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background-image: url(/files_upload/bg-video-thuong-hieu.jpg);
  background-position: center right;
  background-size: cover;
}
.statistics-slogan .metric-label {
  color: #566e7c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
}

.indicator {
  font-size: 24px;
  vertical-align: super;
}
.success-section {
  background-color: #d8e7ef;
  display: flex;
  align-items: center;
  padding: 130px 100px 130px 110px;
  border-radius: 40px;
}

.content-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.section-header {
  color: #001f3f;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  line-height: 12px;
  margin-bottom: 20px;
}
.section-header span {
  color: #ff6b6b;
  margin-right: 10px;
}
.title {
  font-size: 48px;
  color: #0a2240;
  font-weight: bold;
  line-height: 1.2;
}

.satisfaction-list {
  list-style: none;
  padding: 20px 0 0 110px;
  border-left: 1px solid #afbeca;
  height: 100%;
}

.satisfaction-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #001f3f;
  transition: color 0.3s;
}
.work-process {
  color: #001f3f;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  line-height: 12px;
  margin-bottom: 20px;
}
.work-process span {
  margin-right: 10px;
  color: #ff6b6b;
}
.main-title {
  color: #0a2540;
  font-size: 48px;
  font-weight: 700;
  max-width: 500px;
  line-height: 1.2;
  margin-bottom: 60px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1200px;
}

.step-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.step-number {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}

.step-title {
  margin-bottom: 30px;
  color: #001f3f;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  max-width: 100%;
}

.step-description {
  color: #566e7c;
  font-size: 16px;
  line-height: 26px;
}
.faq {
  background: #f7f8f9;
}
.faq .accordion-item {
  text-align: left;
  padding: 27px 30px 25px 30px;
  border: 1px solid #d5d8dc;
  margin-bottom: 20px;
  border-radius: 10px !important;
  background-color: transparent;
}
.faq .accordion-button {
  background-color: transparent;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.accordion-body .bp_news_sub p {
  margin-top: 20px;
}
.faq .bp_news_sub ol {
  padding-left: 18px;
}
.faq .bp_news_sub ol li {
  list-style: auto;
}
.faq > h2 {
  text-align: center;
  color: #001f3f;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}
#accordionNews-146629 {
  margin-top: 40px;
}
.blog-main .cls_img_hot_news img {
  max-height: 250px;
}
.blog-main .cls_content_hot_news {
  margin-left: 0;
  border: 0;
  padding-left: 0;
}
.blog-main {
  padding-top: 130px;
}
.brand-slide {
}
#m_s_148791 {
  padding: 30px 60px;
  background: #001f3f08;
  border-radius: 20px;
}
.partner {
  padding: 0;
  background: transparent;
}

.services-section {
  padding: 20px;
  gap: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #d7ddcb;
  border-radius: 40px;
}
.bp-slogan__content {
  padding: 100px 50px 50px 160px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.section-label {
  color: #001f3f;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
.swiper-slide.swiper-slide-active .bp-slogan__content {
  animation: ServiceSliderContent 2s;
}
.slide-number {
  display: flex;
  gap: 4px;
  position: relative;
  padding-bottom: 10px;
}
.slide-number span:first-child {
  color: #001f3f;
  font-size: 30px;
  line-height: 35px;
}
.slide-number span {
  font-size: 16px;
  color: #001f3f;
}
.slide-number::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fe5b2c;
}
.bp-slogan__content .description {
  color: #001f3f;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 140px 40px 0;
  line-height: 1.5em;
}
.bp-slogan__content .title {
  color: #001f3f;
  font-size: 46px;
  font-weight: 700;
  padding: 50px 0 0 0;
}
.cta-section .wc-btn-primary {
  background-color: #0a1a3d;
}
.wc-btn-group .wc-btn-play {
  background-color: #0a1a3d;
}
.wc-btn-group {
  gap: 0;
}
.play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  color: #fff;
  fill: #fff;
  font-size: 16px;
  width: 80px;
  height: 80px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #fff;
  border-radius: 100% 100% 100% 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.arolax--video {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.arolax--video video {
  max-height: 780px;
  height: 100%;
  max-width: 100%;
  border-radius: 40px;
}
@media (max-width: 1366px) {
  .banner-heading {
    font-size: 60px;
    line-height: 60px;
  }
  .main-banner {
    padding: 150px 100px 91px;
  }
  .metric-block {
    padding: 60px 40px;
  }
  .metric-hero {
    margin: -90px 0 0 0px;
  }
  .bp-slogan__content {
    padding: 60px 0 60px 80px;
  }
  .bp-slogan__content .description {
    padding: 5px 100px 40px 0;
  }
  .success-section {
    padding: 120px 60px 120px 60px;
  }
  .circle .title {
    font-size: 40px;
    line-height: 40px;
  }
  .satisfaction-list {
    padding: 20px 0 0 80px;
  }
  .faq {
    padding-top: 120px;
  }
}
@media (max-width: 1200px) {
  .main-banner {
    justify-content: center;
    padding: 50px 0 0 40px;
  }
}
@media (max-width: 1024px) {
  .faq {
    padding-top: 100px;
  }
  .faq .accordion-item {
    padding: 20px;
  }
  .faq > h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .banner-heading {
    font-size: 50px;
    line-height: 50px;
  }
  .bp-slogan__content {
    padding: 50px 0 40px 0;
  }
  .main-banner {
    padding: 40px 0 0 30px;
  }
  .metric-block {
    padding: 40px 20px;
  }
  .content-section {
    gap: 10px;
  }
  .satisfaction-list {
    padding: 10px 0 0 35px;
  }
  .metric-hero {
    margin: -70px 0 0 0px;
  }
  .brand-name {
    font-size: 40px;
    line-height: 40px;
  }
  .bp-slogan__content .title {
    font-size: 40px;
  }
  .hero-title {
    width: 550px;
    font-size: 40px;
    line-height: 40px;
    max-width: 100%;
  }
  .success-section {
    padding: 100px 20px;
  }
  .step-card {
    padding: 40px 15px;
  }
}
@media (max-width: 880px) {
  .faq > h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .circle .title {
    font-size: 36px;
  }
  .main-banner {
    padding: 120px 0 80px 40px;
  }
  .page-wrapper {
    flex-direction: column;
  }
  .brand-icon {
    left: 20px;
    top: 35px;
  }
  .metric-block {
    padding: 40px 30px;
  }
  .metric-hero {
    margin: -90px 0 0 0px;
  }
  .left-column {
    width: 100%;
    max-width: 100%;
  }
  .middle-column {
    max-width: 100%;
  }
  .brand-name {
    font-size: 36px;
    line-height: 36px;
  }
  .hero-title {
    font-size: 36px;
    line-height: 36px;
  }
  .step-card {
    padding: 55px 45px;
  }
  .faq {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .play-video {
    width: 60px;
    height: 60px;
  }
  .faq .accordion-item {
    padding: 15px 10px 10px 15px;
  }
  .success-section {
    padding: 60px 15px 50px;
    gap: 30px;
  }
  .faq > h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .faq .accordion-button {
    font-size: 16px;
  }
  .accordion-body .bp_news_sub p {
    font-size: 14px;
  }
  .circles-wrapper {
    width: 100%;
    text-align: center;
  }
  .satisfaction-list {
    padding: 0;
    border: none;
  }
  .circle .title {
    font-size: 30px;
    line-height: 30px;
  }
  .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .faq {
    padding-top: 60px;
  }
  .bp-slogan__content .title {
    font-size: 30px;
    padding: 40px 0 0;
  }
  .metrics-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
  }
  .hero-title {
    font-size: 30px;
    line-height: 30px;
  }
  .metric-number {
    font-size: 40px;
    margin: 0;
  }
  .statistics-slogan .metric-label {
    font-size: 12px;
  }
  .step-card {
    padding: 40px 20px 35px 20px;
  }
  .bp-slogan__content .description {
    font-size: 16px;
    padding: 10px 0 30px 0;
  }
  .metrics-grid .metric-item:nth-child(2),
  .metrics-grid .metric-item:nth-child(4) {
    border-right: 0;
  }
  .slogan {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .services-section {
    display: flex;
    flex-direction: column;
  }
  .highlight-number {
    font-size: 60px;
    margin-bottom: 0px;
  }
  .service-description {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .brand-name {
    font-size: 30px;
    line-height: 30px;
  }
  .review-card {
    margin-bottom: 20px;
  }
  .right-column {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .main-banner {
    padding: 100px 15px 60px;
  }
  .banner-heading {
    font-size: 40px;
    line-height: 40px;
  }
  .grid-container {
    grid-template-columns: 1fr;
  }
  .bp-slogan__content {
    padding: 40px 0 0 0;
    gap: 40px;
  }
  .main-title {
    font-size: 30px;
  }

  .step-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .metric-block {
    padding: 40px 15px;
    align-items: center;
  }
  .metrics-panel,
  .metrics-award {
    width: 100%;
  }
  .metric-hero {
    width: 100%;
    background-position: top center;
    padding: 180px 0;
    margin: 0;
  }
  #m_s_148791 {
    flex-direction: column;
  }
  .partner-title {
    width: 250px;
    text-align: center;
    margin-bottom: 10px;
  }
  .partner-title p {
    font-size: 14px;
  }
  .blog-main .cls_img_hot_news img {
    max-height: 350px;
  }
}

@media (min-width: 768px) {
  .main-banner {
    width: 51%;
  }
  .content-section {
    width: 49%;
  }
  .partner-title {
    width: 16.4%;
  }
  .metric-main {
    width: 100%;
  }
  .metrics-award {
    width: 33%;
  }
  .metric-hero {
    width: 30%;
  }
  .metrics-panel {
    width: 32.5%;
  }
}
@media (min-width: 1400px) {
  .metric-hero {
    margin-top: -90px;
    width: 28%;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  .metrics-panel {
    width: 32%;
  }
  .metric-hero {
    width: 30%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .metric-hero {
    width: 31%;
  }
}
@media (max-width: 880px) and (min-width: 768px) {
  .metrics-panel {
    width: 33%;
  }
  .metric-hero {
    width: 30%;
  }
  .main-banner {
    width: 100%;
  }
  .content-section {
    width: 100%;
  }
}
@keyframes ServiceSliderContent {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ServiceSliderImage {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

