@charset "UTF-8";
.breadcrumb-nav {
  background: #172882;
  padding: 16px 0;
}

.breadcrumb-nav .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
  justify-content: center;
  color: #ffffff;
  gap: 15px;
  align-items: center;
}

.breadcrumb-nav .breadcrumb a {
  color: #47A0F0;
}

.breadcrumb-nav .breadcrumb i {
  color: #47A0F0;
}

body {
  font-family: "IBM Plex Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  font-size: 15px;
  color: #001E41;
}

img {
  height: auto;
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

.scroll-to-top {
  width: 42px;
  height: 42px;
  border: 1px solid #D9DDEF;
  color: #001E41;
  position: fixed;
  bottom: 16px;
  right: 120px;
  background: #F7F9FC;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all;
}

.scroll-to-top:focus {
  outline: none;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

.title-default {
  font-size: 28px;
  line-height: 42px;
}

.hero-banner {
  position: relative;
}

.hero-banner img {
  width: 100%;
}

.hero-banner .hero-banner-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 6px;
  line-height: 25.6px;
  margin-bottom: 0;
  width: 100%;
}

.text-main {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.4px;
  font-weight: 300;
  color: #001E41;
  text-align: justify;
}

.header {
  padding: 11px 0;
  background: rgba(255, 255, 255, 1);
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.header .logo {
  display: block;
  max-width: 219px;
}

.header-content {
  /* display: flex; */
  /* justify-content: flex-end; */
  gap: 32px;
}

.header .nav-menu {
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .sub-menu {
  position: relative;
}

.header .sub-menu .caret {
  position: absolute;
  top: calc(100% - 5px);
  left: 50%;
  transform: translateX(-50%);
}

.header .nav-item-jp {
  font-size: 15px;
  line-height: 25.6px;
}
.header .nav-item-us {
  font-size: 12px;
}
.header .nav-menu ul.dropdown-menu {
  padding: 7px;
}
.header .nav-menu .dropdown-menu li {
  padding: 0px;
}
.header .nav-menu .dropdown-menu li a {
  padding: 5px;
  white-space: nowrap;
}
.header .nav-menu .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

/* .header .nav-menu .dropdown-menu li a:hover {
  background-color: #d9ddef;
} */
.header .nav-item-link {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #001E41;
}

.header .btn-contact {
  background: #172882;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 25.6px;
  letter-spacing: 1px;
  padding: 12px 42.5px;
}

/*contact-page*/
main.contact-page .text-main { display: flex; align-items: center;}
main.contact-page .section-one .wrapper-form{ padding: 30px;}


/* Responsive 768px) */
@media (max-width: 767.98px) {
  .header .header-content {
    /* justify-content: flex-start; */
    gap: 32px;
  }
  .header .nav-item-jp {
    font-size: 15px;
    line-height: 22px;
    white-space: nowrap;
  }

  .header .nav-item-us {
    font-size: 12px;
    white-space: nowrap;
  }

  .header .btn-contact {
    margin-top: 0px;
    padding: 10px 10px;
  }
  div.heading-block {margin-bottom: 15px;}
  
  /* homepage*/
  .homepage .hero-slide .slide-title {
    line-height: 24px;
    font-size: 20px;
  }
  .homepage .block-mission {
    padding-top: 30px;
  }
  .homepage .block-mission .block-mission-meta {
    padding: 30px 0px;
  }
  .homepage .block-mission .s-heading {
    font-size: 14px;
    line-height: 24px;
  }
  .block-mission-meta h2 {
    font-size: 32px;
  }
  .homepage .block-service div.desc {
    margin-bottom: 15px;
  }
  .homepage div.block-service { 
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .homepage div.company-profile {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .homepage .company-profile::after {
    content: "";
    width: 720px;
  }
  main.homepage .company-profile .content-list ul {margin: 10px 0px;}
  main.homepage .company-profile .content-list li {
    padding-left: 0px;
    line-height: 30px;
    height: 30px;
  }
  main.homepage .company-profile .content-list li::before {background: unset;}
  
  main.homepage .company-profile .content-list li span { margin-right: 12px; min-width: 42px;}
  
  /**/
  .block-service::after, .company-profile::after {
    width: 100%!important;
  }

  /* block-case-study */
  div.block-case-study { padding: 30px 10px;}
  div.block-case-study .content { padding: 10px 10px;}
  div.block-case-study .slick-next { right: 0px!important;}
  div.block-case-study .case-tudy-wrapper {
    padding: 0px; 
    gap: 12px;
    display: grid;
    padding: 5px;
  }
  div.block-case-study .case-tudy-wrapper h3,
  div.block-case-study .case-tudy-wrapper h4 {font-size: 20px;}
  div.block-case-study .case-tudy-wrapper .flex-wrap { gap: 10px;}
  div.block-case-study .case-tudy-wrapper .flex-wrap ul { margin-left: -15px;}
  div.block-case-study .col-left .stitle,
  div.block-case-study .col-right .stitle {
    font-size: 18px;
    line-height: 22px;
    padding: 7px;
  }
  div.block-case-study .stitle {
    font-size: 24px!important;
    line-height: unset;
    padding: 10px 10px;
    margin-bottom: 5px;
    height: auto; 
     height: 62px;
  }
  
  div.block-case-study .col-default {
    flex: 0 0 calc(100%);
    max-width: calc(100%);
  }

  .company-profile div.col-right {
    padding: 15px;
  }
  .company-profile div.badge-profile {
    right: 30px;
    bottom: 30px;
  }
  .homepage div.heading-block { margin-bottom: 30px; }

  /* company page */
  .profile-page .breadcrumb-nav {font-size: 14px;}
  .profile-page .section-one,
  .profile-page .section-two {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
  }
  .section-one div.profile-box {
    padding: 15px;
  }
  .section-one div.profile-box .item {
    gap: 5px;
  }
  .profile-page .section-two .content-profile div.item {
    margin-bottom: 30px;
  }

  /* about */
  main.about-page .heading { font-size: 26px; line-height: 34px;}
  main.about-page .section-one { padding: 10px 0px;}
  main.about-page .section-one .block-two .type {
    font-size: 12px;
    letter-spacing: 0.4px;
    width: 135px;
    height: 50px;
  }
  .about-page .section-one .block-one div.inner {
    padding: 10px 15px;
  }
  .about-page .section-one div.heading-block {
      margin-bottom: 10px;
    }
  .about-page .section-one div.block-two {
    padding: 10px;
    margin-top: 10px;;
  }
  main.about-page .section-three .title-default { margin-bottom: 12px; text-align: justify;}
  main.about-page .section-three .block-two .inner { display: grid!important; }
  main.about-page .section-three .block-two .inner-border:is(:last-child)::before {border-bottom: none!important;}

  .about-page div.section-one::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner/img-7.png) repeat;
    /* background-size: 100% 100%; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  main.about-page .section-three .block-header {
    display: block;
    text-align: center;
  }
  main.about-page .section-four .inner {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 7px;
  }
  /* main.about-page .section-one .provider .provider-img {gap:0px}   */
  main.about-page .section-one .provider .provider-img .provider-logo {
    flex: 1 1 50%;
    display: flex;
  }
  main.about-page .section-one .provider .provider-img img {
    margin: 5px; 
    width: 47%!important;
  }
  .about-page div.section-two {
    padding: 20px 0;
  }
  .about-page .section-two .title-default {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 32px;
  }
  .about-page .section-two .block-one {
    overflow: scroll;
    padding: 5px 7px!important;
    margin-bottom: 30px!important;
  }
  .about-page .section-two div.block-header {
    display: flex;
    margin-bottom: 26px;
    width: 100vh;
  }
  .about-page .section-two div.block-bottom {
    background: #ffffff;
    display: flex;
    width: 100vh;
  }
  
  .about-page .section-two div.block-wrapper {
    display: contents;
  }
  .about-page .section-two .block-wrapper .inner {
    gap: 14px!important;
    padding: 5px 10px!important;
  }
  .about-page .section-two .block-wrapper .inner:not(:last-child) {
    border-right: none!important;
    border-bottom: 1px solid #D9DDEF;
  }
  .about-page div.section-three { padding: 10px 0;}
  .about-page .section-three .heading-block * { font-size: 22px!important;}
  .about-page .section-three div.block-two {
    margin-top: 10px;
    border: 1px solid #D9DDEF;
    padding: 10px 10px;
  }
  .about-page .section-three div.block-two .type { width: 100%}
  .about-page div.section-four { padding: 10px 0;}
  .about-page .section-four div.heading-block { font-size: 35px;}
  
  .about-page .section-four div.block-one {
    display: inline-block;
  }
  .about-page .section-four div.col-left {
    max-width: unset;
    padding: 30px 20px;
  }
  .about-page .section-four div.col-right {
    flex: 0 0 58.3333%;
    max-width: unset;
  }


  /* service-page */
  main.service-page .title-default,
  main.service-page .title { 
    font-size: 20px!important; 
    line-height: 28px;
    margin-bottom: 10px!important;
  }
  main.service-page .section-one,
  main.service-page .section-two,
  main.service-page .section-three {
    padding: 10px 0px 10px 0px;
  }
  main.service-page .heading { font-size: 26px; line-height: 34px;}
  main.service-page .section-one { padding: 10px 0 5px; }
  main.service-page .section-two .title { 
    font-size: 15px;
    line-height: 24px;
  }
  
  main.service-page .section-four .block-two .wrapper { gap: 10px;}
  main.service-page .section-four .block-two .inner { 
    flex: 0 0 100%;
    padding-top: 40px;
    height: 250px;
  }
  main.service-page .section-four .block-two .text {padding: 3px; text-align: justify;}
  main.service-page .section-three .title-default {margin-bottom: 10px;}
  main.service-page .section-three .inner-header,
  main.service-page .section-three .text-main { padding: 10px 5px;}
  main.system-page .section-three .block-four .wrapper-bottom {
    display: grid;
    gap: 22px;
    padding-top: 21px;
  }
  main.service-page .heading-block { margin-bottom: 20px;}
  main.service-page .section-four { padding: 20px 0;}
  main.service-page .section-four .block-one { margin-top: 20px; display: block;}
  main.service-page .section-four .block-three {padding-top: 20px;}
  main.service-page .section-four .block-three .title-default { margin-bottom: 20px;}
  main.service-page .section-four .col-left,
  main.service-page .section-four .col-right {
    flex: unset;
    max-width: 100%;
    padding: 10px 5px;
  }
  main.service-page .section-four .col-right .title {
    font-size: 15px;
    margin-bottom: 18px;
  }
  main.service-page .section-four::before { width: 100%; height: 100%;}

  /* system-page */
  main.system-page > div {padding: 10px 0px!important;}
  main.system-page .heading {font-size: x-large; margin-bottom: 16px;}
  main.system-page div.heading-block { margin-bottom: 10px;}
  main.system-page .section-one .title-default { padding-top: 10px; font-size: medium;}
  main.system-page .section-two .block-two .item {display: grid;}
  main.system-page .section-two .block-two .item-title { display: flex; width: 100%;}
  main.system-page .section-two .block-two .item ul { margin: 3px; display: inline-block; gap: 4px; }
  main.system-page .section-two .block-two .item li { display: ruby-text; padding: 5px;}
  main.system-page .section-two .block-two-bottom ul { display: block; gap: 12px;}
  main.system-page .section-two .block-two { padding-top: 12px; padding-bottom: 10px;}
  main.system-page .section-two .block-two .title-default { margin-bottom: 12px;}
  main.system-page .section-three .block-one .title-default { margin-bottom: 10px;}
  main.system-page .section-three .block-one .wrapper {display: block;}
  main.system-page .section-three .block-one .inner { width: 100%;}
  main.system-page .section-three .block-one-bottom { width:unset;}
  main.system-page .section-three .block-two .title-default { margin-bottom: 12px;}
  main.system-page .section-three .block-two .block-title {text-align: justify;margin-bottom: 12px;}
  main.system-page .section-three .block-two .inner {padding: 5px 10px;}
  main.system-page .section-three .block-two .inner-top { font-size: 18px;}
  main.system-page .section-three .block-three .wrapper-top .inner { padding: 5px;}
  main.system-page .section-three .container > div { padding-top: 15px ;}
  main.system-page .section-three::before,
  main.system-page .section-three::after { width: 100%;}
  main.system-page .section-three .block-three .wrapper-mid {display: block;}
  main.system-page .section-three .block-four .title-default {margin-bottom: 12px;}
  main.system-page .section-three .block-four .block-title { margin-bottom: 12px;}
  main.system-page .section-three .block-four .wrapper {display: grid;}
  main.system-page .section-three .box-time .inner::before { top:0px;}
  main.system-page .section-three .box-time { display: grid; gap: 10px;}
  main.system-page .section-three .box-time .inner:nth-child(3)::after { top:20px;}

  /* contact-page */
  main.contact-page .section-one { padding: 20px 0;}
  .contact-page .title-default { line-height: 34px; font-size: 22px;}
  .contact-page .form-contact .form-group { flex-direction: column;}
  .contact-page .form-contact .form-group .title { margin: 5px 0px 5px 0px;}
  .contact-page .form-contact .note-terms input { width: 30px!important; height: 30px!important;}
  .contact-page .form-contact .form-row {gap: 10px;}
  .contact-page .form-contact .note-terms {display: inline-flex;}

  /* footer */
  footer.footer { padding-top: 30px;}
  .footer ul.menu-footer {
    padding-bottom: 20px;
    margin-top: 20px;
    
    margin-bottom: 0;
    padding: 5;
    display: inline-grid;
    margin-top: 30px;
  }
  .footer ul.menu-footer {
    width: 80%;
  }
  .footer .menu-footer li.nav-item:is(:first-child)::before {
    width: 0;
    height: 0;
  }
  .footer .menu-footer li.nav-item {
    position: relative;
    padding-top: 10px;
    margin-top: 10px;
  }
  .footer .menu-footer li.nav-item:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background: #D9DDEF;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* Responsive 391px to 430px */
@media (min-width: 391px) and (max-width: 430px) {
  .header .header-content {gap: 28px;}
  .header .nav-menu { gap: 24px;}
  .header .btn-contact {font-size: 12px;}
  
  div.company-profile div.badge-profile {bottom: 120px; right: 20px;}
}
/* Responsive 360px to 390px */
@media (min-width: 360px) and (max-width: 390px) {
  .header .header-content {gap: 18px;}
  .header .nav-menu { gap: 18px;}
  .header .btn-contact {font-size: 12px;padding: 5px;}
  .block-mission-meta h2 {font-size: 32px;}
  div.block-mission { padding-top: 30px;}
  div.block-mission-meta {padding: 30px 0;}
  div.block-service { 
    padding-top: 30px; 
    padding-bottom: 0px;
  }
  div.heading-block { margin-bottom: 30px; }
  div.company-profile {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  div.company-profile .content-list { font-size: 12px; margin: 10px 0px;}
  div.company-profile div.badge-profile {bottom: 70px; right: 20px;}
  div.company-profile .content-list li span { margin-right: 12px; min-width: 42px;}
}
/* end */
.footer {
  border-top: 1px solid #D9DDEF;
  padding-top: 60px;
  color: #001E41;
  font-size: 14px;
  font-weight: 300;
}

.footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  display: block;
  max-width: 316px;
  margin-bottom: 32px;
}

.footer-title {
  margin-bottom: 32px;
  text-align: center;
}

.footer .btn-contact {
  background: #172882;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 25.6px;
  letter-spacing: 1px;
  padding: 12px 69.5px;
}

.footer .menu-footer {
  padding-bottom: 20px;
  margin-top: 100px;
}

.menu-footer {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  font-size: 13px;
  line-height: 22px;
}

.menu-footer .nav-item-link {
  padding: 0 15px 0 10px;
  color: #001E41;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 1px;
}

.menu-footer .nav-item:not(:last-child) {
  position: relative;
  margin-right: 6px;
}

.menu-footer .nav-item:not(:last-child)::before {
  content: "";
  height: 100%;
  width: 1px;
  background: #D9DDEF;
  position: absolute;
  top: 0;
  right: 0;
}

.coppyright {
  background: #F7F9FC;
  padding: 31px 120px;
  border-top: 1px solid #D9DDEF;
}

.coppyright .title {
  color: #001E41;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0.02px;
  margin-bottom: 0;
}

.hero-slide .slide-item {
  position: relative;
}

.hero-slide .slide-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 48px;
  letter-spacing: 4px;
  max-width: 628px;
  text-align: center;
}

.hero-slide .slick-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50px;
  background: #fff;
  opacity: 0.5;
  z-index: 1;
}

.hero-slide .slick-arrow::before {
  font-family: "Font Awesome 5 Pro";
  color: #001E41;
  opacity: 1;
}

.hero-slide .slick-prev {
  left: 30px;
}

.hero-slide .slick-prev::before {
  content: "\f104";
}

.hero-slide .slick-next {
  right: 30px;
}

.hero-slide .slick-next::before {
  content: "\f105";
}

.hero-slide .slick-dots {
  bottom: 24px;
}

.hero-slide .slick-dots li button:before {
  font-size: 8px;
  color: #D9DDEF;
  opacity: 0.6;
}

.hero-slide .slick-dots li.slick-active button:before {
  color: #172882;
  opacity: 1;
}

.hero-slide .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.hero-slide .slick-slide img {
  width: 100%;
}

.heading {
  font-size: 45px;
  color: #001E41;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: -1.08px;
}

.s-heading {
  font-weight: 300;
  color: #001E41;
}

.block-mission {
  padding-top: 60px;
}

.block-mission-meta {
  background: #F5F7FC;
  text-align: center;
  padding: 60px 0;
}

.block-mission .heading {
  margin-bottom: 24px;
}

.block-mission .s-heading {
  margin-bottom: 0;
  line-height: 34px;
  font-size: 20px;
}

.heading-block {
  margin-bottom: 60px;
}

.heading-block .title {
  font-size: 15px;
  text-align: center;
  color: #FDAC42;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 20px;
}

.block-service {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.block-service .service-header {
  margin-bottom: 60px;
}

.block-service .inner {
  position: relative;
}

.block-service .inner-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(247, 243, 212, 0.6) 0%, rgba(234, 245, 255, 0.6) 100%);
}

.block-service .service-title {
  margin-bottom: 0;
  color: #172882;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  padding: 10.5px 0;
  line-height: 42px;
}

.block-service .meta {
  background: #F5F7FC;
  padding: 32px 20px;
  color: #001E41;
}

.block-service .readmore {
  background: #47A0F0;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 12px 20px;
}

.block-service .desc {
  line-height: 26px;
  margin-bottom: 35px;
  min-height: 104px;
  font-weight: 300;
  letter-spacing: 0.4px;
}

.block-service .custom-list {
  margin: 0;
  padding: 5;
  line-height: 26px;
}

.block-service .custom-list li::before {
  /* content: "・"; */
  margin-right: 5px;
}

.block-service::after {
  content: "";
  width: 831px;
  height: 909px;
  background: url(../images/banner/img-7.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -84px;
  left: 0px;
  z-index: -1;
}

.company-profile {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.company-profile::after {
  content: "";
  width: 720px;
  height: 1054px;
  background: url(../images/banner/img-8.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -148px;
  z-index: -1;
}

.company-profile-row {
  background: #ffffff;
  max-width: 948px;
  margin: 0 auto;
  display: flex;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
  position: relative;
  align-items: center;
  display: flex;
}

.company-profile .profile-col {
  width: 50%;
  flex-shrink: 0;
}

.company-profile .col-right {
  padding: 53px 15px 53px 53px;
}

.company-profile .content-list {
  list-style: none;
  padding: 0;
  margin: 30px 0px;
  color: #001E41;
}

.company-profile .content-list li {
  position: relative;
  /* padding-left: 53px; */
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.4px;
}

.company-profile .content-list li span {
  font-weight: 500;
  display: inline-block;
  margin-right: 24px;
  min-width: 61px;
}

.company-profile .content-list li::before {
  content: "";
  width: 46px;
  height: 6px;
  /* background: url(../images/icons/img-2.png) no-repeat; */
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.company-profile .widget-header {
  margin-bottom: 60px;
}

.company-profile .badge-profile {
  /* position: absolute; */
  text-align: end;
  right: 66px;
  bottom: 53px;
  margin: 10px;
}

/* block-case-study */
.block-case-study {
  background: #F5F7FC;
  padding: 60px 0 30px;
}

.block-case-study .slider-case-study {
  max-width: 948px;
  margin: 0 auto;
}

.block-case-study .case-tudy-wrapper {
  background: #ffffff;
  display: block;
  padding: 70px 130px 60px 115px;
  gap: 24px;
  color: #001E41;
  position: relative;
}

.block-case-study .case-tudy-wrapper::before, .block-case-study .case-tudy-wrapper::after {
  content: "";
  width: 54px;
  height: 39px;
  background: url(../images/icons/img-3.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
}

.block-case-study .case-tudy-wrapper::before {
  top: 35px;
  left: 59px;
}

.block-case-study .case-tudy-wrapper::after {
  right: 59px;
  bottom: 35px;
  transform: rotate(180deg);
}

.block-case-study .widget-header {
  margin-bottom: 30px;
}

.block-case-study .stitle {
  margin-bottom: 42px;
  height: 52px;
}

.block-case-study .col-default {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
}

.block-case-study .col-left .stitle {
  font-size: 28px;
  line-height: 42px;
}

.block-case-study .col-right .stitle {
  font-weight: 300;
  line-height: 26px;
}

.block-case-study .col-right .content {
  background: #F7F9FC;
}

.block-case-study .content {
  border: 1px solid #D9DDEF;
  padding: 20px 0px;
  font-weight: 300;
}

.block-case-study .tag {
  margin-bottom: 15px;
  font-weight: 500;
}

.block-case-study .slick-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #133256;
  background: transparent;
  opacity: 0.8;
  z-index: 1;
}

.block-case-study .slick-arrow::before {
  font-family: "Font Awesome 5 Pro";
  color: #133256;
  opacity: 1;
}

.block-case-study .slick-prev {
  left: -124px;
}

.block-case-study .slick-prev::before {
  content: "\f060";
}

.block-case-study .slick-next {
  right: -124px;
}

.block-case-study .slick-next::before {
  content: "\f061";
}

.about-page .inner-border {
  gap: 20px;
  position: relative;
}
.about-page .inner-border ul.list{ padding: 7px;}
.about-page .inner-border::before {
  content: "";
    width: 100%;
    border-bottom: 1px dashed rgba(0, 30, 65, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}
.about-page .inner-border .type {
    /* padding: 10px 16px; */
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.4px;
    color: #ffffff;
    width: 185px;
    flex-shrink: 0;
    position: relative;
}

.about-page .inner-border:not(:last-child) {
  margin-bottom: 12px;
}

.about-page .title-default {
  margin-bottom: 32px;
}

.about-page .type {
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.4px;
  width: 155px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-page .type-green {
  background: rgba(5, 166, 96, 0.9);
}

.about-page .type-blue {
  background: #6B98F1;
}

.about-page .type-yl {
  background: rgba(253, 172, 66, 0.9);
}

.about-page .section-one {
  padding-top: 60px;
  position: relative;
  padding-bottom: 60px;
}

.about-page .section-one::before {
  content: "";
  width: 831px;
  height: 909px;
  background: url("../images/banner/img-7.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-page .section-one::after {
  content: "";
  width: 496px;
  height: 726px;
  background: url("../images/banner/img-8.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: -20%;
  z-index: -1;
}

.about-page .section-one .block-one .inner {
  padding: 34px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #001E41;
}

.about-page .section-one .block-one .title {
  font-size: 20px;
  line-height: 34px;
}

.about-page .section-one .block-two {
  margin-top: 30px;
}

.about-page .section-one .block-two .title {
  font-size: 20px;
  line-height: 34px;
}

.about-page .section-one .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.about-page .section-one .item {
  border: 1px solid rgba(0, 30, 65, 0.5);
  border-radius: 2px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #001E41;
  font-weight: 300;
  border-radius: 5px;
  min-width: 60px;
  text-align: center;
}

.about-page .section-one .provider {
  margin-top: 20px;
}
.about-page .section-one .provider .provider-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

.about-page .section-one .provider .provider-logo {
  flex: 1 1 calc(25% - 16px);
  border: 1px dashed rgba(0, 30, 65, 0.5);
  padding: 12px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.provider-logo img {
  max-width: 100%;
  height: auto;
}

/* Responsive: tablet (2 logo / hàng, vẫn đều) */
@media (max-width: 768px) {
  .provider-img {
    justify-content: center; /* ✅ căn giữa thay vì space-between */
  }

  .provider-logo {
    flex: 1 1 calc(50% - 16px);
  }
}

/* Mobile nhỏ hơn (1 logo / hàng, căn giữa) */
@media (max-width: 480px) {
  .provider-logo {
    flex: 1 1 100%;
    max-width: 100%;
  }
}


.about-page .section-two {
  background: #F5F7FC;
  padding: 60px 0;
}

.about-page .section-two .block-one {
  background: #ffffff;
  padding: 23px 37px;
  margin-bottom: 60px;
}

.about-page .section-two .block-header {
  display: flex;
  gap: 4px;
  margin-bottom: 26px;
}

.about-page .section-two .block-header .item {
  background: #C4DFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  flex: 1;
  position: relative;
}

.about-page .section-two .block-header .item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 20px solid #C4DFFF;
  z-index: 2;
}

.about-page .section-two .block-header .item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-left: 24px solid #fff;
  z-index: 1;
}

.about-page .section-two .block-header .en {
  line-height: 26px;
  letter-spacing: 0.4px;
  font-weight: 300;
  color: #172882;
}

.about-page .section-two .block-header .jp {
  font-size: 17px;
  line-height: 28px;
}

.about-page .section-two .block-bottom {
  background: #ffffff;
  display: flex;
  gap: 3px;
}

.about-page .section-two .block-bottom .item {
  background: #F7F9FC;
  flex: 0 0 calc(16.666% - 2.25px);
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 1px;
  position: relative;
}

.about-page .section-two .block-bottom .item::before {
  content: "";
  width: 100%;
  height: 11px;
  background: url("../images/icons/img-17.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -16px;
  left: 0;
}

.about-page .section-two .block-bottom .item-2 {
  flex: 0 0 calc(33.333% - 2.25px);
}

.about-page .section-two .block-bottom .item-2::before {
  background: url("../images/icons/img-16.png") no-repeat;
  background-size: 100% 100%;
}

.about-page .section-two .block-bottom ul {
  /* list-style: none; */
  padding: 0px 5px;
  margin: 0;
}
.about-page .section-two .block-bottom li::before {
  /* content: "・"; */
  margin-right: 3px;
}

.about-page .section-two .block-wrapper {
  display: flex;
  background: #ffffff;
  border: 1px solid #D9DDEF;
}

.about-page .section-two .block-wrapper .inner {
  flex: 1;
  display: flex;
  gap: 34px;
  padding: 20px 30px;
  align-items: center;
}

.about-page .section-two .block-wrapper .inner:not(:last-child) {
  border-right: 1px solid #D9DDEF;
}

.about-page .section-two .block-wrapper .text {
  font-size: 17px;
  line-height: 28px;
}

.about-page .section-three {
  padding: 60px 0;
}

.about-page .section-three .block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin: 20px; */
}

.about-page .section-three .block-header .title {
  font-size: 20px;
  line-height: 34px;
}

.about-page .section-three .block-two {
  margin-top: 60px;
  border: 1px solid #D9DDEF;
  padding: 45px 110px;
}

.about-page .section-four {
  padding: 60px 0;
  position: relative;
}

.about-page .section-four::after {
  content: "";
  width: 496px;
  height: 726px;
  background: url("../images/banner/img-8.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.about-page .section-four .block-one {
  display: flex;
  border: 1px solid #D9DDEF;
}

.about-page .section-four .col-left {
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
  padding: 38px 48px 34px 40px;
}

.about-page .section-four .col-right {
  flex: 0 0 58.3333%;
  max-width: 58.333333%;
  background: #F5F7FC;
  border-left: 1px solid #D9DDEF;
}

.about-page .section-four .col-right .title {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 17px;
}

.about-page .section-four .wrapper-top {
  padding: 36px 40px 34px 34px;
}

.about-page .section-four .wrapper-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.about-page .section-four .wrapper-bottom {
  padding-bottom: 18px;
}

.about-page .section-four .inner {
  display: flex;
  align-items: center;
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  gap: 10px;
  /* border-bottom: 1px solid #172882; */
}

.about-page .section-four .icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

.title-attr {
  color: #FDAC42;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  line-height: 55px;
}

.title-attr::before, .title-attr::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/icons/img-18.svg);
  background-size: 100% 100%;
  position: absolute;
}

.title-attr::before {
  left: -30px;
  top: 0;
}

.title-attr::after {
  bottom: 0;
  right: -30px;
  transform: rotate(180deg);
}

.service-page .section-one {
  padding: 60px 0 30px;
}

.service-page .section-one-title {
  font-size: 20px;
  line-height: 34px;
}

.service-page .section-one .title-default {
  margin-bottom: 60px;
}

.service-page .section-one .title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 32px;
  line-height: 34px;
}

.service-page .section-one .text-main {
  max-width: 500px;
  margin: 0 auto 32px;
  text-align: justify;
  padding: 0px;
}

.service-page .section-two {
  padding-bottom: 60px;
  position: relative;
}

.service-page .section-two::before {
  content: "";
  width: 496px;
  height: 726px;
  background: url(../images/banner/img-8.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 80px;
  right: 0;
}

.service-page .section-two .title-default {
  margin-bottom: 32px;
}

.service-page .section-two .wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  margin-top: 30px;
}

.service-page .section-two .text-main {
  min-height: 130px;
}

.service-page .section-two .title {
  font-size: 26px;
  line-height: 34px;
}

.service-page .section-two .list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 16px;
}

.service-page .section-two .list .item {
  /* font-size: 12px; */
  /* line-height: 24px; */
  letter-spacing: 1px;
  color: #172882;
  border: 1px solid #D9DDEF;
  padding: 0px 16px;
  width: fit-content;
}

.service-page .section-two .list .item:not(:last-child) {
  margin-bottom: 9px;
}

.service-page .section-three {
  padding: 60px 0 110px;
  background: #F5F7FC;
}

.service-page .section-three .heading {
  margin-bottom: 24px;
}

.service-page .section-three .title-default {
  margin-bottom: 60px;
}

.service-page .section-three .inner {
  background: #ffffff;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.service-page .section-three .inner-header {
  padding: 42px 35px 40px;
  border-bottom: 1px solid #D9DDEF;
  font-size: 20px;
  line-height: 34px;
  color: #172882;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}

.service-page .section-three .title-pink {
  color: #FE6C6D;
}

.service-page .section-three .title-blue {
  color: #6B98F1;
}

.service-page .section-three .title-green {
  color: #1DAE70;
}

.service-page .section-three .text-main {
  padding: 34px 32px 38px;
}

.service-page .section-three .text-main ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 10px;
}

.service-page .section-three .text-main ul ul {
  padding-left: 15px;
  margin-top: 5px;
}

.service-page .section-three .text-main ul ul li {
  padding-left: 15px;
}

.service-page .section-three .text-main ul ul li:not(:last-child) {
  margin-bottom: 4px;
}

.service-page .section-three .text-main ul ul li::before {
  content: "\f45c";
  font-weight: 500;
  transform: rotate(45deg);
}

.service-page .section-three .text-main li {
  position: relative;
  padding-left: 10px;
}

.service-page .section-three .text-main li::before {
  content: "\f111";
  font-family: "Font Awesome 5 pro";
  font-weight: 700;
  margin-right: 3px;
  font-size: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  line-height: 1.2;
}

.service-page .section-four {
  padding: 60px 0;
  position: relative;
}

.service-page .section-four::after {
  content: "";
  width: 496px;
  height: 726px;
  background: url(../images/banner/img-23.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 80px;
  right: 0;
  z-index: -1;
}

.service-page .section-four::before {
  content: "";
  width: 831px;
  height: 909px;
  background: url(../images/banner/img-7.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: -1;
}

.service-page .section-four .block-one {
  margin-top: 60px;
  border: 1px solid #D9DDEF;
  display: flex;
}

.service-page .section-four .block-one .text-main {
  margin-bottom: 18px;
  text-align: justify;
}

.service-page .section-four .col-left {
  flex: 0 0 50%;
  max-width: 50%;
  border-right: 1px solid #D9DDEF;
  padding: 20px 90px 13px 78px;
  background: #ffffff;
}

.service-page .section-four .col-right {
  background: #F5F7FC;
  padding: 39px 77px 39px 67px;
}

.service-page .section-four .col-right .title {
  font-size: 20px;
  line-height: 34px;
  margin-left: -10px;
  margin-bottom: 48px;
}

.service-page .section-four .list {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 360px;
}

.service-page .section-four .list li {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1px;
  background: #ffffff;
  padding: 8px 8px 8px 28px;
  box-shadow: 0 2px 2px rgba(23, 40, 130, 0.05);
  position: relative;
}

.service-page .section-four .list li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-size: 3px;
  font-weight: 700;
  position: absolute;
  left: 15px;
  top: 8px;
}

.service-page .section-four .list li:not(:last-child) {
  margin-bottom: 10px;
}

.service-page .section-four .block-two {
  padding-top: 60px;
}

.service-page .section-four .block-two .title-default {
  margin-bottom: 23px;
}

.service-page .section-four .block-two .wrapper {
  display: flex;
  flex-wrap: wrap;
}

.service-page .section-four .block-two .number {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: rgba(23, 40, 130, 0.5);
  font-family: "Iceberg", serif;
  position: absolute;
  top: 8px;
  left: 8px;
}

.service-page .section-four .block-two .text {
  font-size: 17px;
  line-height: 28px;
}

.service-page .section-four .block-two .icon {
  width: 90px;
  height: 90px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 19px;
}

.service-page .section-four .block-two .inner {
  flex: 0 0 33.3333%;
  border: 1px solid #D9DDEF;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  height: 280px;
  background: #ffffff;
}

.service-page .section-four .block-two .inner::before {
  content: "";
  height: 1px;
  width: 68px;
  background: #D9DDEF;
  position: absolute;
  top: 35px;
  left: 5px;
  transform: rotate(135deg);
}

.service-page .section-four .block-three {
  padding-top: 60px;
}

.service-page .section-four .block-three .title-default {
  margin-bottom: 60px;
}

.system-page .section-one {
  padding: 60px 0;
}

.system-page .section-one .title-default {
  padding-top: 60px;
}

.system-page .section-two {
  padding-top: 60px;
  background: #F5F7FC;
}

.system-page .section-two .heading-block {
  margin-bottom: 32px;
}

.system-page .section-two .heading-block .heading {
  margin-bottom: 32px;
}

.system-page .section-two .block-one .list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.system-page .section-two .block-one .item {
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(23, 40, 130, 0.05);
  padding: 20px;
}

.system-page .section-two .block-one .text-yl {
  color: #FDAC42;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  width: 168px;
  display: inline-block;
  border-right: 1px solid #D9DDEF;
  margin-right: 22px;
}

.system-page .section-two .block-one .text-bl {
  color: #47A0F0;
}

.system-page .section-two .block-two {
  padding-top: 118px;
  padding-bottom: 80px;
}

.system-page .section-two .block-two .title-default {
  margin-bottom: 32px;
}

.system-page .section-two .block-two .block-title {
  text-align: center;
  font-size: 17px;
  display: flex;
  justify-content: center;
  /* gap: 40px; */
  margin-bottom: 32px;
}

.system-page .section-two .block-two .block-title .title {
  border: 1px solid #fdac42;
  padding: 10px 30px;
  background: #ffffff;
  color: #fdac42;
}

.system-page .section-two .block-two .block-title .title-bg {
  background: #FDAC42;
  color: #ffffff;
  padding: 10px 30px;
  border: 1px solid #FDAC42;
  position: relative;
}

.system-page .section-two .block-two .block-title .title-bg::before {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  border-right: 14px solid #FDAC42;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.system-page .section-two .block-two .s-title {
  font-size: 17px;
  line-height: 28px;
}

.system-page .section-two .block-two .item {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
}

.system-page .section-two .block-two .item::before {
  content: "";
  width: 100%;
  border-bottom: 1px dashed rgba(0, 30, 65, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}

.system-page .section-two .block-two .item:not(:last-child) {
  margin-bottom: 20px;
}

.system-page .section-two .block-two .item-title {
  padding: 10px 16px;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #ffffff;
  width: 185px;
  flex-shrink: 0;
  position: relative;
}

.system-page .section-two .block-two .item-title-green {
  background: #05A660;
}

.system-page .section-two .block-two .item-title-red {
  background: #FF5C5C;
}

.system-page .section-two .block-two .item-title-bl {
  background: #5B8DEF;
}

.system-page .section-two .block-two .item-title-yl {
  background: #FDAC42;
}

.system-page .section-two .block-two .item-title-gray {
  background: #ADB5BD;
}

.system-page .section-two .block-two .item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 4px;
}

.system-page .section-two .block-two .item li {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  border: 1px solid rgba(0, 30, 65, 0.5);
  border-radius: 5px;
  background: #ffffff;
  padding: 0 10px;
}

.system-page .section-two .block-two-bottom {
  padding-top: 10px;
  border-top: 1px dashed #D9DDEF;
}

.system-page .section-two .block-two-bottom ul {
  display: flex;
  margin: 0;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  gap: 24px;
}

.system-page .section-two .block-two-bottom li {
  position: relative;
  padding-left: 20px;
}

.system-page .section-two .block-two-bottom li::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.system-page .section-two .block-two-bottom li:nth-child(1)::before {
  background: #1DAE70;
}

.system-page .section-two .block-two-bottom li:nth-child(2)::before {
  background: #FE6C6D;
}

.system-page .section-two .block-two-bottom li:nth-child(3)::before {
  background: #6B98F1;
}

.system-page .section-two .block-two-bottom li:nth-child(4)::before {
  background: #FDAC42;
}

.system-page .section-two .block-two-bottom li:nth-child(5)::before {
  background: #ADB5BD;
}

.system-page .section-three {
  padding: 60px 0;
  position: relative;
}

.system-page .section-three::before {
  content: "";
  width: 496px;
  height: 726px;
  background: url("../images/banner/img-23.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.system-page .section-three::after {
  content: "";
  width: 831px;
  height: 909px;
  background: url("../images/banner/img-7.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.system-page .section-three .block-one .title-default {
  margin-bottom: 24px;
}

.system-page .section-three .block-one .wrapper {
  display: flex;
  gap: 9px;
  margin-bottom: 16px;
}

.system-page .section-three .block-one .inner {
  border: 1px solid #D9DDEF;
  width: calc(calc(100% - 55px - 36px)/4);
  flex-shrink: 0;
}

.system-page .section-three .block-one .inner-text {
  width: 55px;
  padding: 16px 10px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  flex-shrink: 0;
}

.system-page .section-three .block-one .inner-top {
  height: 85px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #172882;
  color: #ffffff;
  font-size: 17px;
  line-height: 28px;
  margin-left: -1px;
  margin-right: -1px;
}

.system-page .section-three .block-one .inner-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 55px 0;
}

.system-page .section-three .block-one-bottom {
  width: calc(50% - 25px);
  margin-left: auto;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1px;
}

.system-page .section-three .block-one-bottom span {
  color: #DC3545;
}

.system-page .section-three .block-one .number {
  font-size: 45px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -1.08px;
}

.system-page .section-three .currency {
  font-size: 17px;
  line-height: 28px;
}

.system-page .section-three .block-two {
  padding-top: 60px;
}

.system-page .section-three .block-two .title-default {
  margin-bottom: 32px;
}

.system-page .section-three .block-two .block-title {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}

.system-page .section-three .block-two .block-title span {
  color: #FDAC42;
}

.system-page .section-three .block-two .inner {
  border: 1px solid #D9DDEF;
  padding: 18px 34px;
  height: 100%;
}

.system-page .section-three .block-two .inner-top {
  border-bottom: 1px solid #D9DDEF;
  text-align: center;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 25px;
}

.system-page .section-three .block-two .inner-bg {
  background: #F5F7FC;
}

.system-page .section-three .block-three {
  padding-top: 60px;
}

.system-page .section-three .block-three .title-default {
  margin-bottom: 32px;
}

.system-page .section-three .block-three .wrapper-top {
  display: flex;
  flex-wrap: wrap;
}

.system-page .section-three .block-three .wrapper-top .inner {
  border-top: 1px solid #D9DDEF;
  border-bottom: 1px solid #D9DDEF;
  border-right: 1px solid #D9DDEF;
  padding: 35px;
  flex: 1;
  background: #ffffff;
}

.system-page .section-three .block-three .wrapper-top .inner:first-child {
  border-left: 1px solid #D9DDEF;
}

.system-page .section-three .block-three .number {
  width: 46px;
  height: 46px;
  border: 1px solid #D9DDEF;
  border-radius: 46px;
  font-size: 24px;
  color: #172882;
  font-family: "Iceberg", serif;
  text-align: center;
  line-height: 46px;
  margin-bottom: 20px;
}

.system-page .section-three .block-three .title {
  font-size: 20px;
  line-height: 34px;
}

.system-page .section-three .block-three .wrapper-top .title {
  margin-bottom: 8px;
}

.system-page .section-three .block-three .wrapper-mid {
  display: flex;
  justify-content: stretch;
  padding-top: 32px;
  padding-bottom: 24px;
}

.system-page .section-three .block-three .wrapper-mid .text-main {
  margin: 0 auto;
}

.system-page .section-three .block-three .wrapper-bottom {
  border: 1px solid #D9DDEF;
  padding: 24px 20px;
  border-radius: 10px;
}

.system-page .section-three .block-three .note {
  text-align: center;
  color: #172882;
  padding-bottom: 15px;
}

.system-page .section-three .block-three .note span {
  font-weight: 500;
}

.system-page .section-three .block-three .line-time {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
}

.system-page .section-three .box-time {
  display: flex;
  gap: 5px;
  padding-top: 41px;
}

.system-page .section-three .box-time .inner {
  flex: 1;
  border: 1px solid #D9DDEF;
  text-align: center;
  position: relative;
}

.system-page .section-three .box-time .inner::before {
  content: "";
  width: 100%;
  height: 14px;
  position: absolute;
  top: -31px;
  left: 0;
}

.system-page .section-three .box-time .inner::after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.system-page .section-three .box-time .inner-mid {
  padding: 32px 20px 23px;
}

.system-page .section-three .box-time .inner-mid .title {
  margin-bottom: 15px;
}

.system-page .section-three .box-time .inner-bottom {
  padding: 10px 0 6px;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1px;
}

.system-page .section-three .box-time .inner-bottom span {
  font-size: 20px;
  line-height: 34px;
  color: #172882;
}

.system-page .section-three .box-time .inner:nth-child(1) .inner-bottom {
  background: #E5F1FF;
}

.system-page .section-three .box-time .inner:nth-child(1)::before {
  background: #E5F1FF;
}

.system-page .section-three .box-time .inner:nth-child(1)::after {
  border-bottom: 14px solid #E5F1FF;
}

.system-page .section-three .box-time .inner:nth-child(2) .inner-bottom {
  background: #C4DFFF;
}

.system-page .section-three .box-time .inner:nth-child(2)::before {
  background: #C4DFFF;
}

.system-page .section-three .box-time .inner:nth-child(2)::after {
  border-bottom: 14px solid #C4DFFF;
}

.system-page .section-three .box-time .inner:nth-child(3) .inner-bottom {
  background: #A2CDFF;
}

.system-page .section-three .box-time .inner:nth-child(3)::before {
  background: #A2CDFF;
}

.system-page .section-three .box-time .inner:nth-child(3)::after {
  border-bottom: 14px solid #A2CDFF;
}

.system-page .section-three .block-four {
  padding-top: 60px;
}

.system-page .section-three .block-four .title-default {
  margin-bottom: 32px;
}

.system-page .section-three .block-four .title {
  font-size: 20px;
  line-height: 34px;
}

.system-page .section-three .block-four .title-yl {
  color: #FDAC42;
}

.system-page .section-three .block-four .block-title {
  margin-bottom: 24px;
}

.system-page .section-three .block-four .wrapper {
  display: flex;
  gap: 9px;
}

.system-page .section-three .block-four .wrapper-bottom {
  display: flex;
  gap: 242px;
  padding-top: 21px;
}

.system-page .section-three .block-four .wrapper-col {
  position: relative;
  flex-shrink: 0;
}

.system-page .section-three .block-four .inner {
  border: 1px solid #D9DDEF;
  flex: 1;
}

.system-page .section-three .block-four .inner-top {
  padding: 12px 0;
  font-size: 17px;
  line-height: 28px;
  color: #ffffff;
  background: #172882;
  text-align: center;
  margin-left: -1px;
  margin-right: -1px;
}

.system-page .section-three .block-four .inner .text-main {
  padding: 20px 24px;
}

.system-page .section-three .block-four .item {
  padding: 8px 35px 8px 8px;
  background: #F5F7FC;
  border: 1px solid #D9DDEF;
  display: flex;
  font-size: 13px;
  line-height: 22px;
  gap: 16px;
  align-items: center;
}

.system-page .section-three .block-four .item-title {
  width: 85px;
  flex-shrink: 0;
}

.system-page .section-three .block-four .item:not(:last-child) {
  margin-bottom: 5px;
}

.system-page .section-three .block-four ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.system-page .section-three .block-four li {
  position: relative;
  padding-left: 10px;
}

.system-page .section-three .block-four li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.system-page .section-three .block-four .document {
  font-size: 10px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  background: #D9DDEF;
  color: #172882;
  padding: 0 15px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -12px;
}

.profile-page .section-one {
  padding-top: 60px;
}

.profile-page .section-two {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.profile-page .section-two::after {
  content: "";
  height: 384px;
  width: 100%;
  background: url(../images/banner/img-28.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: -1;
}

.profile-box {
  border: 1px solid #D9DDEF;
  background: #ffffff;
  padding: 60px 120px;
}

.profile-box .title-box {
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 16px;
}

.profile-box .wrapper {
  max-width: 578px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.profile-box .item {
  display: flex;
  gap: 24px;
}

.profile-box .title {
  flex-shrink: 0;
  width: 70px;
  font-weight: 500;
}

.profile-box .content {
  border-bottom: 1px solid #D9DDEF;
  width: 100%;
}

.btn-form {
  background: #47A0F0;
  color: #ffffff;
  font-size: 14px;
  line-height: 25.6px;
  letter-spacing: 1px;
  font-weight: 600;
  display: inline-block;
  padding: 12px 42px;
  border: 0;
}

.btn-form:hover {
  background: #3785ca;
  color: #ffffff;
}

.wrapper-btn {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.content-profile .number {
  font-size: 48px;
  line-height: 71.8px;
  letter-spacing: -1.08px;
  font-family: "Iceberg", serif;
  color: #172882;
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
}

.content-profile .number::before {
  content: "";
  height: 1px;
  width: 105px;
  background: #D9DDEF;
  position: absolute;
  top: 40px;
  left: 5px;
  transform: rotate(120deg);
}

.content-profile .content {
  position: relative;
  padding-left: 55px;
}

.content-profile .content::before {
  content: "";
  width: 54px;
  height: 39px;
  background: url(../images/icons/img-3.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -15px;
}

.content-profile .item {
  margin-bottom: 60px;
}

.content-profile .item:nth-child(2) {
  margin-bottom: 38px;
}

.content-profile .title {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 5px;
}

.content-profile .representative {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.content-profile .representative-title {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 300;
}

.content-profile .representative .name {
  font-size: 17px;
  line-height: 28px;
}

.contact-page .section-one {
  padding: 60px 0;
  position: relative;
}

.contact-page .section-one::after {
  content: "";
  width: 100%;
  height: 624px;
  background: url(../images/banner/img-30.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.contact-page .section-one .heading-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-page .wrapper-form {
  max-width: 800px;
  margin: auto;
  padding: 20px 10px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #D9DDEF;
}

.form-contact .form-control {
  border: 1px solid #D9DDEF;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1px;
}

.form-contact .form-control::placeholder {
  color: #A9A9A9;
}

.form-contact .form-control:focus {
  box-shadow: none;
  color: #001E41;
  border-color: #172882;
}

.form-contact input.form-control {
  height: 36px;
}

.form-contact .form-row {
  width: 100%;
}

.form-contact .form-group {
  display: flex;
}
.form-contact .form-group { margin-bottom: .7rem;}
.form-contact .form-group .title {
  flex: 0 0 35%;
  align-content: center;
}

.form-contact .attention {
  background: #E53535;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  padding: 3px 8px;
  margin-left: 5px;
  border-radius: 2px;
}

.form-contact label {
  margin-bottom: 0;
  padding: 0px 10px;
}

.form-contact .note-terms {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 32px;
}
.form-contact .note-terms input { width: 20px; height: 20px;}
.form-contact .note-terms span {
  color: #47A0F0;
}

.btn-back {
  background: #ffffff;
  color: #172882;
  border: 1px solid rgba(23, 40, 130, 0.7);
  font-size: 14px;
  line-height: 25.6px;
  letter-spacing: 1px;
  font-weight: 600;
  display: inline-block;
  padding: 11px 42px;
}

.contact-confirm-page .profile-box .wrapper {
  max-width: 880px;
}

.contact-confirm-page .profile-box .title {
  width: 185px;
}

.contact-confirm-page .section-one {
  padding: 60px 0;
  position: relative;
}

.contact-confirm-page .section-one::after {
  content: "";
  width: 100%;
  height: 350px;
  background: url(../images/banner/img-30.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.thankyou-page .section-one {
  padding: 60px 0;
  position: relative;
}

.thankyou-page .section-one::after {
  content: "";
  width: 100%;
  height: 100px;
  background: url(../images/banner/img-30.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.thankyou-page .wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/*# sourceMappingURL=maps/styles.css.map */
