@charset "UTF-8";
body {
  background: #fff;
  position: relative;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  z-index: 999;
  background: #1E1E1E;
}
.nav-container .md-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-container .md-menu .logo-img_wrapper {
  padding-top: 3px;
}
.nav-container .nav-container_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-container .nav-container_right .primary-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.nav-container .nav-container_right .primary-nav ul li a {
  text-decoration: none;
  /* Service */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  color: #FFFFFF;
}
.nav-container .nav-container_right .primary-nav ul li a:hover {
  color: #63CCED;
}
.nav-container .nav-container_right .primary-nav ul li a.active {
  color: #63CCED;
}
.nav-container .nav-container_right .sw-lang {
  margin-left: 40px;
}
.nav-container .nav-container_right .sw-lang #md-lang {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
.nav-container .nav-container_right .sw-lang #md-lang:before {
  background: #AFAFAF;
  content: "";
  position: absolute;
  width: 1px;
  height: 22px;
  top: 0;
  right: 0;
}
.nav-container .nav-container_right .sw-lang #md-lang .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  gap: 3px;
  color: rgb(142, 151, 164);
  font-size: 16px;
  cursor: pointer;
  gap: 10px;
}
.nav-container .nav-container_right .sw-lang #md-lang .dropdown-toggle .line {
  width: 1px;
  height: 14px;
  background: #fff;
}
.nav-container .nav-container_right .sw-lang #md-lang .dropdown-toggle .img-global {
  margin-right: 6px;
}
.nav-container .nav-container_right .sw-lang #md-lang .dropdown-toggle .img-arow {
  margin-left: 6px;
}
.nav-container .nav-container_right .sw-lang #md-lang .dropdown-toggle:after {
  display: none;
}
.nav-container .nav-container_right .sw-lang #md-lang .dropdown-toggle span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-top: 1px;
  /* identical to box height, or 150% */
  color: #FFFFFF;
}
.nav-container .nav-container_right .link-contact a {
  /* Button */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Auto layout */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 127px;
  height: 48px;
  background: #63CCED;
  border-radius: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-decoration: none;
  color: #FFFFFF;
}
.nav-container .nav-container_right .link-contact a:hover {
  background: #24A5CE;
}

div#md-lang {
  position: relative;
}

div#nav a {
  padding: 5px 15px 5px;
}

div#md-lang .dropdown-toggle {
  padding: 0;
  background: #777;
}

/**** ****/
div#md-lang ul.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 5px;
  padding: 15px;
  background: #171717;
  width: 238px;
  border-radius: 4px;
  list-style-type: none;
}
div#md-lang ul.dropdown li a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  padding-top: 1px;
  /* identical to box height, or 150% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: none;
  gap: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
div#md-lang ul.dropdown li a:hover {
  color: #63CCED;
}
div#md-lang ul.dropdown li a:hover .check {
  border: 2px solid #63CCED;
}
div#md-lang ul.dropdown li a:hover .check:before {
  display: block;
}
div#md-lang ul.dropdown li a .line {
  width: 1px;
  height: 14px;
  background: #fff;
}
div#md-lang ul.dropdown li a .check {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #AFAFAF;
  position: relative;
}
div#md-lang ul.dropdown li a .check:before {
  width: 10px;
  height: 10px;
  position: absolute;
  background: #63CCED;
  content: "";
  top: 3px;
  left: 3px;
  display: none;
  border-radius: 100%;
}

.nav-container.fixed-menu {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-container.fixed-menu .md-menu {
  height: 60px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.md-title {
  margin-bottom: 20px;
}
.md-title h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  margin-bottom: 0;
  color: #171717;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-line-pack: center;
  align-content: center;
}
.md-title h3 img {
  margin-top: 5px;
}
.md-title .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  color: #01BFBD;
}

.md-title-info p {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 149.4%;
  /* or 24px */
  text-align: center;
  color: #141516;
}

p {
  margin-top: 0;
}

.banner {
  padding-top: 80px;
  background: #1E1E1E;
  position: relative;
}
.banner .bg-banner {
  display: inline-block;
  width: 100%;
}
.banner .bg-banner img {
  width: 100%;
}
.banner .md-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  top: 80px;
  width: 100%;
  left: 0;
}
.banner .md-banner .container {
  width: 100%;
}
.banner .md-banner .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
.banner .md-banner .left h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 61px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #FFFFFF;
}
.banner .md-banner .left img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.banner .md-banner .left .des {
  margin-top: 15px;
}
.banner .md-banner .left .des p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  color: #FFFFFF;
}
.banner .md-banner .left .button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  width: 200px;
  height: 48px;
  padding-left: 10px;
  background: #63CCED;
  border-radius: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-decoration: none;
  color: #FFFFFF;
}
.banner .md-banner .left .button a:hover {
  background: #24A5CE;
}
.banner .md-banner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}

.policy {
  background: #fff;
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
  z-index: 9;
  margin-top: -5px;
}
.policy .list-policy {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3%;
}
.policy .list-policy .item {
  width: 48.5%;
  padding: 30px 40px;
  padding-bottom: 100px;
  background: #FFFFFF;
  border: 3px solid rgba(217, 217, 217, 0.5);
  -webkit-box-shadow: 0px 4px 12px rgba(191, 191, 191, 0.2);
          box-shadow: 0px 4px 12px rgba(191, 191, 191, 0.2);
  border-radius: 16px;
}
.policy .list-policy .item .top p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  margin-top: 0;
  color: #FFFFFF;
}
.policy .list-policy .item h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  /* identical to box height */
  margin-top: 20px;
  margin-bottom: 20px;
  color: #171717;
}
.policy .list-policy .item .ct ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.policy .list-policy .item .ct ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  gap: 10px;
  cursor: pointer;
}
.policy .list-policy .item .ct ul li:hover {
  color: #28A4DC;
}
.policy .list-policy .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.blog {
  background: #fff;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.blog .info p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
}
.blog .list-about {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.75%;
}
.blog .list-about .item {
  width: 31.5%;
}
.blog .list-about .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.blog .list-about .item .top p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  margin-bottom: 0;
  color: #63CCED;
}
.blog .list-about .item .ct {
  padding-left: 20px;
}
.blog .list-about .item .ct p {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  /* or 140% */
  /* Primary Colors/1E1E1E */
  color: #1E1E1E;
}
.blog .list-about .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px 8px 0 0;
  position: relative;
  overflow: hidden;
}
.blog .list-about .item .img span {
  /* STORIES BUTTON */
  /* Auto layout */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 4px 15px;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 20px;
  bottom: 10px;
  color: #fff;
  width: 100px;
  height: 39px;
  /* Primary Colors/1E1E1E */
  background: #1E1E1E;
  border-radius: 16px;
}
.blog .list-about .item .img span.color2 {
  background: #2241CF;
}
.blog .list-about .item .img span.color3 {
  background: #FF3C78;
}
.blog .list-about .item .img img {
  width: 100%;
}

#about.about .list-about .item {
  border-radius: 0 0 8px 8px;
}

.staff {
  background: #EBF8EF;
  position: relative;
  padding-top: 160px;
  padding-bottom: 100px;
}
.staff .list-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 60px;
}
.staff .list-staff .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 60px 56px 60px;
  gap: 30px;
  background: #FFFFFF;
  border-radius: 16px;
}
.staff .list-staff .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.staff .list-staff .item .top .number {
  position: relative;
  padding-right: 30px;
  margin-right: 30px;
}
.staff .list-staff .item .top .number:before {
  position: absolute;
  background: #01BFBD;
  width: 2px;
  height: 92px;
  top: 50%;
  margin-top: -46px;
  right: 0;
  content: "";
}
.staff .list-staff .item .top .number span {
  font-style: normal;
  font-weight: 300;
  font-size: 120px;
  line-height: 150%;
  font-family: "Roboto";
  text-align: center;
  color: #01BFBD;
}
.staff .list-staff .item .top .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.staff .list-staff .item .top .name .title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #01BFBD;
}
.staff .list-staff .item .top .name .des {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  color: #000000;
}
.staff .list-staff .item .total-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.75%;
  width: 100%;
}
.staff .list-staff .item .total-staff .item-tt {
  width: 31.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px;
  padding-bottom: 20px;
  gap: 20px;
  background: #01BFBD;
  border-radius: 8px;
}
.staff .list-staff .item .total-staff .item-tt .tt {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}
.staff .list-staff .item .total-staff .item-tt .ct {
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #FFFFFF;
}
.staff .list-staff .item .total-staff .item-tt .ct span {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}
.staff .list-staff .item .total-staff .item-tt .ct .line {
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 4px;
}
.staff .list-staff .item .total-staff .item-tt .ct .nb {
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 2px;
  color: #FFFFFF;
  margin-top: -8px;
}
.staff .list-staff .item .total-staff .item-tt .ct .nb1:before {
  position: absolute;
  content: "男性";
  top: 100%;
  left: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}
.staff .list-staff .item .total-staff .item-tt .ct .nb2:before {
  position: absolute;
  content: "女性";
  top: 100%;
  left: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}
.staff .list-staff .item .total-staff .item-tt .ct .dot {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.staff .list-staff .item .info {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.04em;
  margin-top: 10px;
  color: #333333;
}
.staff .list-staff .item .list-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.staff .list-staff .item .list-user .item-user {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 15px;
  padding: 25px 0;
}
.staff .list-staff .item .list-user .item-user .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.staff .list-staff .item .list-user .item-user .text .t-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.staff .list-staff .item .list-user .item-user .text .t-top span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}
.staff .list-staff .item .list-user .item-user .text .t-bottom {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}
.staff .list-staff .item .ser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.staff .list-staff .item .ser .img {
  width: 35%;
}
.staff .list-staff .item .ser .ct {
  width: 65%;
  padding-left: 54px;
}
.staff .list-staff .item .ser .ct .list-checl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.staff .list-staff .item .ser .ct .list-checl p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #333333;
}
.staff .list-staff .item .ser .ct .list-checl.v2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.staff .list-staff .item .ser .ct .list-checl.v2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 40%;
}
.staff .list-staff .item .ser .ct .s-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.04em;
  color: #000000;
}

.industries {
  background: #F4F4F4;
  padding-top: 80px;
  padding-bottom: 60px;
}
.industries .md-title .sub-title {
  color: #171717;
}
.industries .md-title h3 {
  color: #171717;
}
.industries .info p {
  color: #171717;
}
.industries .list-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  gap: 3.33%;
  margin-top: 30px;
}
.industries .list-about .item {
  width: 22.5%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px 30px 20px;
  gap: 12px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(191, 191, 191, 0.2);
          box-shadow: 0px 4px 12px rgba(191, 191, 191, 0.2);
  border-radius: 16px;
  margin-bottom: 3.33%;
}
.industries .list-about .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 68px;
  height: 68px;
  background: #63CCED;
  border-radius: 16px;
}
.industries .list-about .item .img img {
  max-width: 100%;
}
.industries .list-about .item a {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #828282;
  margin-top: 10px;
  margin-bottom: 0;
  text-decoration: none;
}
.industries .list-about .item a:hover {
  color: #63CCED;
}

.us {
  background: url(assets/atsky/bg-us.jpg) no-repeat center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 30px;
}
.us .md-title .sub-title {
  color: #171717;
}
.us .md-title h3 {
  color: #fff;
}
.us .info p {
  color: #171717;
}
.us .md-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
.us .md-us .list-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
.us .md-us .list-about .us-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4%;
  margin-bottom: 20px;
}
.us .md-us .list-about .us-row .item {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 12px;
  border-radius: 16px;
}
.us .md-us .list-about .us-row .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
}
.us .md-us .list-about .us-row .item .img img {
  max-width: 100%;
}
.us .md-us .list-about .us-row .item a {
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-top: 15px;
  color: #FFFFFF;
}
.us .md-us .list-about .us-row .item p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  margin-top: 6px;
  color: #FFFFFF;
}
.us .md-us .img-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding-left: 40px;
}
.us .md-us .img-us .banner-us {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
}
.us .md-us .img-us .banner-us img {
  width: 100%;
}
.us .md-us .img-us p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  color: #FFFFFF;
}

.primary-nav_ul.top-nav_ul li:last-child {
  display: none;
}

#footer .top-footer .f-menu .f-over ul li:nth-child(4) {
  display: none;
}

.interview {
  background: url(assets/atsky/inter.jpg) #f5fdff no-repeat left center;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 150px;
}
.interview .list-about {
  max-height: 450px;
}
.interview .md-title .sub-title {
  color: #01BFBD;
}
.interview .md-title h3 {
  color: #333;
}
.interview .info p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
}
.interview .list-about {
  margin-left: -20px;
  margin-right: -20px;
}
.interview .list-about .slick-next {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  margin-left: 10px;
  bottom: -90px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  font-size: 0;
}
.interview .list-about .slick-next:hover {
  background: #47a1bd;
}
.interview .list-about .slick-next:before {
  content: "";
  background: url(assets/atsky/slick-next.png) no-repeat center;
  background-size: cover;
  width: 8px;
  height: 15px;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -7.5px;
}
.interview .list-about .slick-prev {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  margin-left: -58px;
  bottom: -90px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  font-size: 0;
  z-index: 9999;
}
.interview .list-about .slick-prev:hover {
  background: #47a1bd;
}
.interview .list-about .slick-prev:before {
  content: "";
  background: url(assets/atsky/slick-pre.png) no-repeat center;
  background-size: cover;
  width: 8px;
  height: 15px;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -7.5px;
}
.interview .list-about .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px 20px;
}
.interview .list-about .item .ct-item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 32px 32px 32px;
  gap: 8px;
  border-radius: 16px;
}
.interview .list-about .item .ct-item .img {
  margin-bottom: 15px;
}
.interview .list-about .item .ct-item .img .tt h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1E1E1E;
  margin-top: 0;
  margin-bottom: 5px;
}
.interview .list-about .item .ct-item .img .tt p {
  margin-bottom: 0;
}
.interview .list-about .item .ct-item .rat {
  margin-top: 10px;
}
.interview .list-about .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
  width: 100%;
  gap: 15px;
}
.interview .list-about .item .img img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  width: 64px;
  height: 64px;
  border-radius: 100%;
}
.interview .list-about .item .img span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}
.interview .list-about .item .top {
  padding: 40px 0;
  position: relative;
}
.interview .list-about .item .top:before {
  background: url(assets/img/toppage/phay1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 22px;
  height: 19px;
}
.interview .list-about .item .top:after {
  background: url(assets/img/toppage/phay2.png) no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 10px;
  right: 0;
  content: "";
  width: 22px;
  height: 19px;
}
.interview .list-about .item .top p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.04em;
  color: #000000;
}
.interview .list-about .item .ct {
  padding: 0;
}

img {
  max-width: 100%;
}

.list-img {
  padding-top: 0px;
  padding-bottom: 80px;
}
.list-img .full-container {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.list-img .info p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
}
.list-img .list-about {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: inherit;
  margin-top: 0;
}
.list-img .list-about .img-item {
  width: 25%;
  padding: 10px;
}
.list-img .list-about .img-item img {
  width: 100%;
}
.list-img .list-about .slick-prev {
  display: none !important;
}
.list-img .list-about .slick-next {
  display: none !important;
}

.start {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.start .md-start {
  background: #1E1E1E;
  border-radius: 16px;
  padding: 30px 30px;
  padding-right: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
.start .md-start:before {
  position: absolute;
  background: transparent url(assets/atsky/Pattern.png) no-repeat;
  content: "";
  bottom: 0;
  right: 0;
  width: 231px;
  height: 156px;
}
.start .md-start h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  /* identical to box height, or 138% */
  margin-top: 0;
  /* Secondary Colors/Gray/FFFFFF */
  color: #FFFFFF;
  margin-bottom: 20px;
}
.start .md-start p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  /* Secondary Colors/Gray/FFFFFF */
  color: #FFFFFF;
}
.start .md-start .link-contact {
  margin-top: 10px;
  margin-bottom: 10px;
}
.start .md-start .link-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  width: 186px;
  height: 48px;
  padding-left: 10px;
  background: #63CCED;
  border-radius: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-decoration: none;
  color: #FFFFFF;
}
.start .md-start .link-contact a:hover {
  background: #24A5CE;
}

.video {
  background: url(assets/atsky/bg-top-video.jpg) no-repeat top;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 80px;
}
.video .md-title {
  margin-bottom: 80px;
}
.video .md-title h3 {
  color: #fff;
}
.video .md-video .bg-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video .md-video .bg-img img {
  border-radius: 16px;
}
.video .md-video .bg-img .click-play {
  position: absolute;
  position: absolute;
  width: 94px;
  height: 94px;
  top: 50%;
  margin-top: -47px;
  left: 50%;
  margin-left: -47px;
  z-index: 9;
  background: rgba(255, 255, 255, 0.42);
  -webkit-backdrop-filter: blur(5.5px);
          backdrop-filter: blur(5.5px);
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video .md-video .bg-img .click-play:hover {
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video .md-video .bg-img .click-play span {
  /* Ellipse 1521 */
  position: absolute;
  width: 54px;
  height: 54px;
  top: 50%;
  margin-top: -27px;
  left: 50%;
  margin-left: -27px;
  background: #63CCED;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video .md-video .bg-img .click-play span:before {
  background: url(assets/atsky/play.png) no-repeat center;
  content: "";
  position: absolute;
  width: 16px;
  height: 17px;
  top: 50%;
  margin-top: -8.5px;
  left: 50%;
  margin-left: -8px;
}
.video .md-video .link-video {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video .md-video .link-video video {
  max-width: 792px;
  border-radius: 16px;
}
.video .md-video.play .bg-img {
  opacity: 0;
  display: none;
}
.video .md-video.play .link-video {
  opacity: 1;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact {
  background: #F5FAF4;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
.contact .info {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333;
}
.contact .info-app {
  max-width: 1000px;
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 80px;
  background: #fff;
  padding: 80px 60px;
  border-radius: 20px;
}
.contact .info-app .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  width: 100%;
  margin-bottom: 30px;
}
.contact .info-app .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.07em;
  color: #333333;
}
.contact .info-app .item .title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 9px;
  height: 18px;
  background: #01BFBD;
  border-radius: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.07em;
  color: #FFFFFF;
}
.contact .info-app .value {
  width: 100%;
}
.contact .info-app .value input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0px 0px 24px;
  gap: 10px;
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  border-radius: 8px;
  outline: none;
  width: 100%;
}
.contact .info-app .value select {
  width: 240px;
  background: transparent url(assets/img/toppage/select-arow.png) no-repeat right 20px center;
  border: 1px solid #D3D3D3;
  border-radius: 8px;
  outline: none;
  height: 56px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0px 0px 0px 24px;
}
.contact .info-app .value textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 10px 24px;
  gap: 10px;
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  border-radius: 8px;
  outline: none;
  width: 100%;
}
.contact .info-app .value.two-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.contact .info-app .value.two-input input {
  width: 115px;
}
.contact .info-app .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.contact .info-app .submit button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 32px;
  gap: 10px;
  height: 48px;
  background: #FC6F03;
  -webkit-box-shadow: 0px 6px 9px rgba(240, 136, 32, 0.45);
  box-shadow: 0px 6px 9px rgba(240, 136, 32, 0.45);
  border-radius: 35px;
  outline: none;
  width: 176px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.04em;
  cursor: pointer;
  border: 2px solid #FC6F03;
  color: #FFFFFF;
}
.contact .info-app .submit button:hover {
  background: #d75e02;
  background: #fff;
  color: #FC6F03;
}

#footer {
  background: #1E1E1E;
  padding: 30px 20px;
  padding-bottom: 0;
  display: block;
  height: auto;
}
#footer .top-footer .f-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#footer .top-footer .f-content .logo {
  border-bottom: 1px solid #63CCED;
  padding-bottom: 15px;
  padding-top: 15px;
}
#footer .top-footer .f-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 3%;
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer .top-footer .f-menu .f-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 50%;
  padding-right: 80px;
}
#footer .top-footer .f-menu .f-text h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  color: #FFFFFF;
}
#footer .top-footer .f-menu .f-text p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  max-width: 390px;
  /* Secondary Colors/Gray/FFFFFF */
  color: #FFFFFF;
}
#footer .top-footer .f-menu .f-text .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#footer .top-footer .f-menu .f-over {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 23%;
}
#footer .top-footer .f-menu .f-over h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */
  margin-top: 0;
  margin-bottom: 5px;
  /* Secondary Colors/Gray/FFFFFF */
  color: #FFFFFF;
}
#footer .top-footer .f-menu .f-over ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer .top-footer .f-menu .f-over ul li {
  margin-top: 15px;
}
#footer .top-footer .f-menu .f-over ul li a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-decoration: none;
  /* Secondary Colors/Gray/FFFFFF */
  color: #FFFFFF;
}
#footer .top-footer .f-menu .f-over ul li a:hover {
  color: #63CCED;
}
#footer .top-footer .f-menu .f-contact {
  width: 23%;
}
#footer .top-footer .f-menu .f-contact h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */
  margin-top: 0;
  margin-bottom: 20px;
  /* Secondary Colors/Gray/FFFFFF */
  color: #FFFFFF;
}
#footer .top-footer .f-menu .f-contact p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  /* Secondary Colors/Gray/FFFFFF */
  color: #FFFFFF;
}
#footer .top-footer .f-menu a {
  color: #fff;
}
#footer .top-footer .f-menu a:hover {
  color: #63CCED;
}
#footer .top-footer .f-menu .back-to-top {
  cursor: pointer;
}
#footer .top-footer .copy {
  margin-top: 60px;
}
#footer .top-footer .copy p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  margin-bottom: 0;
  /* Secondary Colors/Gray/FFFFFF */
  color: #FFFFFF;
}
#footer .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 23px 0;
}
#footer .copy p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 34px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: 0.07em;
  color: #333333;
}

.s-banner {
  min-height: 408px;
  background: url(assets/service/bg-banner.jpg) no-repeat center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 80px;
  background-size: cover;
}
.s-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.s-banner .link {
  margin-top: 60px;
}
.s-banner .link h5 {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */
  text-align: center;
  color: #FFFFFF;
}
.s-banner h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 70px;
  line-height: 82px;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
}
.s-banner p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */
  text-align: center;
  margin: 0;
  color: #FFFFFF;
}

.s-policy {
  background: #fff;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 9;
  margin-top: -5px;
}
.s-policy .list-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8%;
}
.s-policy .list-policy .item {
  width: 46%;
}
.s-policy .list-policy .item.left img {
  max-width: 100%;
}
.s-policy .list-policy .item .top p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  margin-top: 0;
  color: #FFFFFF;
}
.s-policy .list-policy .item h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  /* identical to box height */
  color: #000000;
  /* identical to box height */
  margin-top: 0px;
  margin-bottom: 15px;
  color: #171717;
}
.s-policy .list-policy .item p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 149.4%;
  /* or 24px */
  color: #141516;
}
.s-policy .list-policy .item .ct {
  margin-top: 20px;
}
.s-policy .list-policy .item .ct ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.s-policy .list-policy .item .ct ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  gap: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  /* or 46px */
  color: #828282;
}
.s-policy .list-policy .item.s-policy-v2 .ct {
  margin-top: 30px;
}
.s-policy .list-policy .item.s-policy-v2 .ct ul li {
  gap: 20px;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.s-policy .list-policy .item.s-policy-v2 h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: #171717;
  margin-bottom: 10px;
}

.s-blog {
  background: #F5F9FC;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.s-blog .info p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
}
.s-blog .list-about {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2%;
}
.s-blog .list-about .item {
  width: 23.5%;
}
.s-blog .list-about .item .top {
  position: relative;
  margin-bottom: 10px;
  margin-top: 15px;
}
.s-blog .list-about .item .top p {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  /* or 140% */
  text-align: center;
  /* Primary Colors/1E1E1E */
  color: #1E1E1E;
  margin-bottom: 10px;
}
.s-blog .list-about .item .ct p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 149.4%;
  /* or 24px */
  text-align: center;
  color: #141516;
}
.s-blog.s-blog-talent .list-about {
  gap: 2%;
}
.s-blog.s-blog-talent .list-about .item {
  width: 49%;
}
.s-blog.s-blog-talent .list-about .item .img img {
  width: 100%;
  max-width: 100%;
}
.s-blog.s-blog-talent .list-about .item .time .b-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.s-blog.s-blog-talent .list-about .item .time .b-time span {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-blog.s-blog-talent .list-about .item .top p {
  text-align: left;
}
.s-blog.s-blog-talent .list-about .item .ct p {
  text-align: left;
}

.a-number {
  padding-bottom: 60px;
}
.a-number .info p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
}
.a-number .ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.a-number .ct .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  padding: 0 10px;
}
.a-number .ct .item span {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.a-number .ct .item span.number {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  /* identical to box height, or 159% */
  color: #78DEF6;
}
.a-number .ct .item span.number.yl {
  color: #F0B143;
}
.a-number .ct .item span.number.blue2 {
  color: #2241CF;
}
.a-number .ct .item span.number.green {
  color: #13DFC8;
}
.a-number .ct .item span.number.red {
  color: #DB3038;
}
.a-number .ct .item span.text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 150% */
  text-transform: uppercase;
  /* Secondary Colors/172327 */
  color: #172327;
}

.a-maps {
  padding-top: 60px;
  padding-bottom: 80px;
}
.a-maps .maps {
  margin-top: 60px;
}
.a-maps .maps img {
  max-width: 100%;
}

.a-core-value {
  padding-top: 60px;
  padding-bottom: 80px;
}
.a-core-value .core-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3.5%;
  margin-top: 60px;
}
.a-core-value .core-value .item {
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.a-core-value .core-value .item img {
  max-width: 100%;
}
.a-core-value .core-value .item .c-item {
  margin-bottom: 40px;
}
.a-core-value .core-value .item .c-item:last-child {
  margin-bottom: 0;
}
.a-core-value .core-value .item .c-item h5 {
  margin-top: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  /* identical to box height */
  margin-bottom: 15px;
  color: #63CCED;
}
.a-core-value .core-value .item .c-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 149.4%;
  /* or 24px */
  margin-bottom: 0;
  color: #141516;
}

.a-interview {
  background: #1E1E1E;
  padding-top: 80px;
  padding-bottom: 80px;
}
.a-interview .md-title {
  margin-bottom: 30px;
}
.a-interview .md-title h3 {
  color: #fff;
}
.a-interview .info p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
}
.a-interview .list-about {
  padding-top: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
.a-interview .list-about .slick-next {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #63CCED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 15px;
  top: -10px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  font-size: 0;
}
.a-interview .list-about .slick-next:hover {
  background: #47a1bd;
}
.a-interview .list-about .slick-next:before {
  content: "";
  background: url(assets/atsky/slick-next.png) no-repeat center;
  background-size: cover;
  width: 8px;
  height: 15px;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -7.5px;
}
.a-interview .list-about .slick-prev {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #63CCED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 15px;
  top: -10px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  font-size: 0;
}
.a-interview .list-about .slick-prev:hover {
  background: #47a1bd;
}
.a-interview .list-about .slick-prev:before {
  content: "";
  background: url(assets/atsky/slick-pre.png) no-repeat center;
  background-size: cover;
  width: 8px;
  height: 15px;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -7.5px;
}
.a-interview .list-about .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px;
}
.a-interview .list-about .item .ct-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  border-radius: 16px;
}
.a-interview .list-about .item .ct-item .img {
  margin-bottom: 15px;
  position: relative;
}
.a-interview .list-about .item .ct-item .img img {
  border-radius: 16px;
  width: 100%;
}
.a-interview .list-about .item .ct-item .img span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 4px 15px;
  /* Secondary Colors/718284 */
  background: #2241CF;
  border-radius: 16px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  /* Secondary Colors/Gray/FFFFFF */
  color: #FFFFFF;
}
.a-interview .list-about .item .ct-item .img span.v2 {
  background: #79DEF6;
}
.a-interview .list-about .item .ct-item .img span.v3 {
  background: #4FC553;
}
.a-interview .list-about .item .ct-item .img .tt h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1E1E1E;
  margin-top: 0;
  margin-bottom: 5px;
}
.a-interview .list-about .item .ct-item .img .tt p {
  margin-bottom: 0;
}
.a-interview .list-about .item .ct-item .rat {
  margin-top: 10px;
}
.a-interview .list-about .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
  width: 100%;
  gap: 15px;
}
.a-interview .list-about .item .img img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.a-interview .list-about .item .img span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}
.a-interview .list-about .item .top {
  padding: 40px 0;
  position: relative;
}
.a-interview .list-about .item .top:before {
  background: url(assets/img/toppage/phay1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 22px;
  height: 19px;
}
.a-interview .list-about .item .top:after {
  background: url(assets/img/toppage/phay2.png) no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 10px;
  right: 0;
  content: "";
  width: 22px;
  height: 19px;
}
.a-interview .list-about .item .top p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.04em;
  color: #000000;
}
.a-interview .list-about .item .ct p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  text-align: center;
  /* Secondary Colors/Gray/FFFFFF */
  color: #FFFFFF;
}
.a-interview .list-about .item .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.a-interview .list-about .item .name h4 {
  margin: 0;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  /* identical to box height, or 138% */
  /* Secondary Colors/Gray/FFFFFF */
  color: #FFFFFF;
}

.a-company {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 80px;
}
.a-company .md-title .sub-title {
  color: #171717;
}
.a-company .md-title h3 {
  color: #171717;
  text-align: left;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}
.a-company .info p {
  color: #171717;
}
.a-company .md-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
.a-company .md-us .list-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
.a-company .md-us .list-about .i-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.a-company .md-us .list-about .i-row span {
  width: 30%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 149.4%;
  /* identical to box height, or 24px */
  color: #141516;
}
.a-company .md-us .list-about .i-row p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 149.4%;
  /* identical to box height, or 24px */
  color: #141516;
}
.a-company .md-us .img-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.a-company .md-us .img-us .banner-us {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
}
.a-company .md-us .img-us p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  color: #171717;
}

.p-banner {
  padding-top: 80px;
  background: #1E1E1E;
  position: relative;
}
.p-banner .bg-banner {
  display: inline-block;
  width: 100%;
}
.p-banner .bg-banner img {
  width: 100%;
  max-height: 450px;
  -o-object-fit: fill;
     object-fit: fill;
}
.p-banner .md-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  top: 80px;
  width: 100%;
  left: 0;
}
.p-banner .md-banner .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-banner .md-banner .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40%;
}
.p-banner .md-banner .left h3 {
  font-style: normal;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 50px;
}
.p-banner .md-banner .left img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.p-banner .md-banner .left .des {
  margin-top: 15px;
}
.p-banner .md-banner .left .des p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  color: #FFFFFF;
}
.p-banner .md-banner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 60%;
  padding-left: 10%;
}
.p-banner .md-banner .right img {
  max-width: 100%;
}

.p-company {
  background: #F5F9FC;
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-company .md-title .sub-title {
  color: #171717;
}
.p-company .md-title h3 {
  color: #171717;
}
.p-company .info p {
  color: #171717;
}
.p-company .md-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
.p-company .md-us .list-about {
  width: 60%;
}
.p-company .md-us .list-about .form {
  max-width: 570px;
  background: #fff;
  border-radius: 16px;
  padding: 25px 35px;
}
.p-company .md-us .list-about .form h4 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height, or 133% */
  text-align: center;
  color: #000000;
}
.p-company .md-us .list-about .form .atsky-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-company .md-us .list-about .form .atsky-form .f-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6%;
  margin-bottom: 25px;
}
.p-company .md-us .list-about .form .atsky-form .f-row.full {
  gap: inherit;
}
.p-company .md-us .list-about .form .atsky-form .f-row .col-5 {
  width: 47%;
}
.p-company .md-us .list-about .form .atsky-form .f-row .col-10 {
  width: 100%;
}
.p-company .md-us .list-about .form .atsky-form .f-row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-company .md-us .list-about .form .atsky-form .f-row .item span {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  display: inline-block;
  /* Black & White/#192327 */
  color: #192327;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}
.p-company .md-us .list-about .form .atsky-form .f-row .item span.validate:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 0;
  right: -8px;
  background: url(assets/profile/star.png) no-repeat center;
  background-size: cover;
}
.p-company .md-us .list-about .form .atsky-form .f-row .item input {
  background: #F5F8FA;
  /* Black & White/#E1E1E1 */
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
}
.p-company .md-us .list-about .form .atsky-form .f-row .item textarea {
  min-height: 140px;
  background: #F5F8FA;
  /* Black & White/#E1E1E1 */
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  padding: 10px 20px;
  outline: none;
}
.p-company .md-us .list-about .form .atsky-form .f-row.checkbox .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-company .md-us .list-about .form .atsky-form .f-row.checkbox .item input {
  background: #E1E1E1;
  width: 21px;
  height: 20px;
  float: left;
  margin-right: 10px;
  margin-top: 1px;
}
.p-company .md-us .list-about .form .atsky-form .f-row.checkbox .item p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  /* Black & White/#474747 */
  color: #474747;
}
.p-company .md-us .list-about .form .atsky-form .f-row.submit .item .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #63CCED;
  border-radius: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-decoration: none;
  color: #FFFFFF;
  height: 48px;
  width: 270px;
  border: none;
  outline: none;
}
.p-company .md-us .list-about .form .atsky-form .f-row.submit .item .button:hover {
  background: #469db9;
}
.p-company .md-us .img-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
}
.p-company .md-us .img-us .banner-us {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
}
.p-company .md-us .img-us p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  color: #171717;
}

.c-company {
  background: url(assets/contact/bg-contact.jpg) no-repeat center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.c-company .info p {
  color: #171717;
}
.c-company .md-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  margin-top: 60px;
}
.c-company .md-us .list-about {
  width: 55%;
}
.c-company .md-us .list-about .form {
  max-width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 25px 35px;
}
.c-company .md-us .list-about .form h4 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height, or 133% */
  text-align: center;
  color: #000000;
}
.c-company .md-us .list-about .form .atsky-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-company .md-us .list-about .form .atsky-form .f-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6%;
  margin-bottom: 25px;
}
.c-company .md-us .list-about .form .atsky-form .f-row.full {
  gap: inherit;
}
.c-company .md-us .list-about .form .atsky-form .f-row .col-5 {
  width: 47%;
}
.c-company .md-us .list-about .form .atsky-form .f-row .col-10 {
  width: 100%;
}
.c-company .md-us .list-about .form .atsky-form .f-row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-company .md-us .list-about .form .atsky-form .f-row .item span {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  display: inline-block;
  /* Black & White/#192327 */
  color: #192327;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}
.c-company .md-us .list-about .form .atsky-form .f-row .item span.validate:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 0;
  right: -8px;
  background: url(assets/profile/star.png) no-repeat center;
  background-size: cover;
}
.c-company .md-us .list-about .form .atsky-form .f-row .item input {
  background: #F5F8FA;
  /* Black & White/#E1E1E1 */
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
}
.c-company .md-us .list-about .form .atsky-form .f-row .item textarea {
  min-height: 140px;
  background: #F5F8FA;
  /* Black & White/#E1E1E1 */
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  padding: 10px 20px;
  outline: none;
}
.c-company .md-us .list-about .form .atsky-form .f-row.checkbox .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-company .md-us .list-about .form .atsky-form .f-row.checkbox .item input {
  background: #E1E1E1;
  width: 21px;
  height: 20px;
  float: left;
  margin-right: 10px;
  margin-top: 1px;
}
.c-company .md-us .list-about .form .atsky-form .f-row.checkbox .item p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  /* Black & White/#474747 */
  color: #474747;
}
.c-company .md-us .list-about .form .atsky-form .f-row.submit .item .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #63CCED;
  border-radius: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-decoration: none;
  color: #FFFFFF;
  height: 48px;
  width: 180px;
  border: none;
  outline: none;
  gap: 30px;
  padding-left: 10px;
}
.c-company .md-us .list-about .form .atsky-form .f-row.submit .item .button:hover {
  background: #469db9;
}
.c-company .md-us .img-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
  padding-right: 10%;
}
.c-company .md-us .img-us .tt h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  /* identical to box height */
  margin-top: 0;
  margin-bottom: 20px;
  /* Secondary Colors/Gray/FFFFFF */
  color: #FFFFFF;
}
.c-company .md-us .img-us .tt p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  /* Black & White/#F1F1F1 */
  color: #F1F1F1;
}
.c-company .md-us .img-us .info {
  border-top: 1.5px dashed #bdbcbc;
  margin-top: 15px;
  padding-top: 20px;
}
.c-company .md-us .img-us .info h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  /* identical to box height, or 138% */
  margin-top: 0;
  margin-bottom: 20px;
  /* Black & White/#F1F1F1 */
  color: #F1F1F1;
}
.c-company .md-us .img-us .info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  margin-bottom: 20px;
  /* Black & White/#FFFFFF */
  color: #FFFFFF;
}
.c-company .md-us .img-us .info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.c-policy {
  background: #fff;
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
  z-index: 9;
  margin-top: -5px;
}
.c-policy .list-policy {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3%;
}
.c-policy .list-policy .item {
  width: 48.5%;
  padding: 60px 80px;
  padding-bottom: 100px;
  background: #F6FDFF;
  background: #F6FDFF;
  border: 2px solid rgba(175, 175, 175, 0.5);
  border-radius: 16px;
}
.c-policy .list-policy .item .top h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  /* identical to box height */
  margin-top: 0;
  color: #63CCED;
}
.c-policy .list-policy .item h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  /* identical to box height */
  margin-bottom: 20px;
  /* Primary Colors/1E1E1E */
  color: #1E1E1E;
}
.c-policy .list-policy .item .ct ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-policy .list-policy .item .ct ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 15px;
  gap: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */
  /* Black */
  color: #141516;
}
.c-policy .list-policy .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.pc-none {
  display: none !important;
}

.toggle-menu {
  display: none;
  margin-top: -15px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: relative;
  border: none;
  outline: none;
  background: none;
}
.toggle-menu .close-menu {
  display: none;
}
.toggle-menu span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  height: 1px;
  background: #333;
  width: 28px;
}
.toggle-menu span:nth-of-type(1) {
  top: 10px;
}
.toggle-menu span:nth-of-type(2) {
  top: 20px;
}
.toggle-menu span:nth-of-type(3) {
  top: 30px;
}

.toggle-menu.close {
  position: relative;
  z-index: 99999;
}
.toggle-menu.close span:nth-of-type(1) {
  top: 12px;
  left: 7px;
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
  width: 26px;
}
.toggle-menu.close span:nth-of-type(2) {
  opacity: 0;
}
.toggle-menu.close span:nth-of-type(3) {
  top: 26px;
  left: 7px;
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
  width: 26px;
}
.toggle-menu.close .open {
  display: none;
}
.toggle-menu.close .close-menu {
  display: block;
}

/* Tab Links */
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Tab active */
}
.tabs .tablinks {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #28A745;
  min-width: 142px;
  background-color: #E9F4E3;
  padding: 8px 22px;
  border-radius: 40px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.tabs .tablinks:hover {
  background: #28A745;
  color: #fff;
}
.tabs .tablinks.active {
  background: #28A745;
  color: #fff;
}

/* tab content */
.tabcontent {
  display: none;
}

.tabcontent.active {
  display: block;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.service-page {
  background: #fff;
}
.service-page .md-title {
  margin-bottom: 30px;
}
.service-page .tabs {
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-top: 10px;
}
.service-page .tabs .tablinks {
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
}
.service-page .tabs .tablinks.active {
  background: #28A745;
  color: #fff;
}
.service-page .page-banner {
  background: none;
}
.service-page .ai-develop {
  padding-top: 68px;
  padding-bottom: 50px;
}
.service-page .content-right {
  padding-bottom: 60px;
}
.service-page .content-right h2 {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
}
.service-page .wrapper_tabcontent .list-content-servi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.service-page .wrapper_tabcontent .list-content-servi ul li {
  width: 33.33%;
  padding: 15px;
}
.service-page .wrapper_tabcontent .list-content-servi ul li .box-content-part {
  background-color: #111536;
  padding: 50px 50px 30px 40px;
  border-radius: 10px;
  min-height: 320px;
}
.service-page .wrapper_tabcontent .list-content-servi ul li .box-content-part a {
  text-decoration: none;
}
.service-page .wrapper_tabcontent .list-content-servi ul li .box-content-part .cnt-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-page .wrapper_tabcontent .list-content-servi ul li .box-content-part .cnt-top .box-img {
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .wrapper_tabcontent .list-content-servi ul li .box-content-part .cnt-top h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 0px;
}
.service-page .wrapper_tabcontent .list-content-servi ul li .box-content-part .cnt-text-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  padding-bottom: 15px;
}
.service-page .wrapper_tabcontent .list-content-servi ul li .box-content-part .link {
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 100%;
}
.service-page .container--tabs .tab-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
}
.service-page .container--tabs .tab-top li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.service-page .container--tabs .tab-top li a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  min-width: 142px;
  background-color: #ACACAC;
  padding: 11px 22px;
  border-radius: 16px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  text-decoration: none;
}
.service-page .container--tabs .tab-top li a:hover {
  background: #63CCED;
  color: #fff;
}
.service-page .container--tabs .tab-top li.active a {
  background: #63CCED;
  color: #fff;
}
.service-page .blockchain {
  padding-top: 50px;
  padding-bottom: 70px;
  /* tab content */
}
.service-page .blockchain .tabcontents {
  display: none;
}
.service-page .blockchain .tabcontents.active {
  display: block;
}

.lang-ja .industries .list-about .item a {
  font-size: 18px;
}
.lang-ja .blog .list-about .item .img span {
  font-size: 14px;
}

.atsky-form p {
  margin-bottom: 0;
}

.atsky-form .wpcf7-form-control-wrap {
  margin-bottom: 0 !important;
  width: 100% !important;
}

.atsky-form textarea {
  width: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  color: red !important;
  margin-bottom: 0 !important;
}

.wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7-submit {
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .interview .list-about {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1390px) {
  .md-title h3 {
    font-size: 28px;
  }
}
@media (max-width: 980px) {
  .toggle-menu {
    display: inline-block;
  }
  #open-menu .img-c {
    display: none;
  }
  #open-menu.open .img-c {
    display: block;
  }
  #open-menu.open .img-d {
    display: none;
  }
  .nav-container .md-menu .nav-container_right {
    height: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #1E1E1E;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-container .md-menu .nav-container_right.open-menu {
    height: 300px;
    padding: 10px 15px;
    padding-top: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-container .md-menu .nav-container_right.open-menu .primary-nav {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-container .md-menu .nav-container_right.open-menu .link-contact {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-container .md-menu .nav-container_right .primary-nav {
    width: 100%;
    height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
  }
  .nav-container .md-menu .nav-container_right .primary-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .nav-container .md-menu .nav-container_right .sw-lang {
    margin-left: 0;
    position: absolute;
    top: -55px;
    right: 70px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-container .md-menu .nav-container_right .sw-lang #md-lang {
    margin-right: 0;
    padding-right: 0;
  }
  .nav-container .md-menu .nav-container_right .sw-lang #md-lang:before {
    display: none;
  }
  .nav-container .md-menu .nav-container_right .sw-lang #md-lang .dropdown-toggle span {
    display: none;
  }
  .nav-container .md-menu .nav-container_right .sw-lang #md-lang .dropdown-toggle .img-arow {
    display: none;
  }
  .nav-container .md-menu .nav-container_right .sw-lang #md-lang ul.dropdown {
    right: 0;
    top: 40px;
  }
  .nav-container .md-menu .nav-container_right .link-contact {
    margin-top: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
  }
  .nav-container.fixed-menu .md-menu .nav-container_right .sw-lang {
    top: -45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .a-number .ct .item span.number {
    font-size: 18px;
    line-height: 30px;
  }
  .a-number .ct .item span.text {
    font-size: 12px;
  }
  .a-interview .list-about .item .name h4 {
    font-size: 20px;
  }
  .a-interview .list-about {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .banner .bg-banner img {
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sp-none {
    display: none !important;
  }
  .pc-none {
    display: block !important;
  }
  .container {
    padding: 0 15px;
  }
  .banner .md-banner .left {
    width: 100%;
  }
  .banner .md-banner .left h3 {
    margin-top: 15px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
  }
  .banner .md-banner .left .des {
    margin-top: 10px;
  }
  .banner .md-banner .left .des p {
    font-size: 14px;
    line-height: 20px;
  }
  .banner .md-banner .left .button a {
    width: 180px;
    height: 48px;
    gap: 10px;
    height: 36px;
    font-size: 14px;
  }
  .policy {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md-title h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .md-title-info p {
    font-size: 14px;
    line-height: 20px;
  }
  .policy .list-policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .policy .list-policy .item {
    width: 100%;
    padding-bottom: 30px;
  }
  .policy .list-policy .item h4 {
    font-size: 22px;
  }
  .industries {
    padding-top: 60px;
  }
  .industries .list-about {
    gap: 4%;
  }
  .industries .list-about .item {
    width: 48%;
  }
  .industries .list-about .item a {
    font-size: 18px;
    font-weight: 500;
  }
  .us .md-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .us .md-us .list-about {
    width: 100%;
  }
  .us .md-us .list-about .us-row .item a {
    font-size: 16px;
    margin-top: 6px;
  }
  .us .md-us .list-about .us-row .item p {
    font-size: 14px;
    margin-top: 0;
    line-height: 20px;
  }
  .us .md-us .list-about .us-row .item {
    gap: 6px;
  }
  .us .md-us .img-us img {
    max-width: 100%;
  }
  .blog .info p {
    font-size: 14px;
  }
  .blog .list-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog .list-about .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .list-img .info p {
    font-size: 14px;
  }
  .start .md-start {
    padding-right: 30px;
    padding-bottom: 100px;
  }
  .start .md-start h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .video {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .video .md-title {
    margin-bottom: 30px;
  }
  .video .md-video .bg-img img {
    max-width: 100%;
  }
  #footer .top-footer .f-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .top-footer .f-menu .f-text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  #footer .top-footer .f-menu .f-text h3 {
    font-size: 32px;
    line-height: 40px;
  }
  #footer .top-footer .f-menu .f-over {
    width: 100%;
    margin-bottom: 40px;
  }
  #footer .top-footer .f-menu .f-contact {
    width: 100%;
  }
  .interview .list-about {
    margin-left: 0;
    margin-right: 0;
  }
  .s-banner h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .s-banner p {
    font-size: 14px;
  }
  .s-banner {
    min-height: 300px;
  }
  .s-banner .link {
    margin-top: 30px;
  }
  .s-banner .link h5 {
    font-size: 16px;
  }
  .s-policy .list-policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s-policy .list-policy .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .s-policy .list-policy .item h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .s-policy .list-policy .item .ct ul li {
    font-size: 16px;
  }
  .s-policy {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .s-blog .list-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s-blog .list-about .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .s-blog .list-about .item .img {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .s-blog .list-about .item .img img {
    max-width: 100%;
  }
  .s-blog .list-about .item .ct p {
    font-size: 14px;
  }
  .s-blog.s-blog-talent .list-about .item {
    width: 100%;
  }
  .a-number .ct {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .a-number .ct .item {
    width: 50%;
    margin-bottom: 30px;
  }
  .a-maps .maps img {
    max-width: 100%;
  }
  .a-core-value .core-value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .a-core-value .core-value .item {
    width: 100%;
  }
  .a-core-value .core-value .item .c-item h5 {
    font-size: 20px;
    font-weight: 500;
  }
  .a-company .md-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .a-company .md-us .list-about {
    width: 100%;
  }
  .a-company .md-us .img-us {
    width: 100%;
  }
  .a-company .md-us .img-us img {
    max-width: 100%;
  }
  .us .md-us .img-us {
    width: 100%;
    padding-left: 0;
  }
  .info p br {
    display: none;
  }
  .p-banner .md-banner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .p-banner .md-banner .left {
    width: 100%;
  }
  .p-banner .md-banner .left h3 {
    font-size: 20px;
    margin-top: 20px;
    line-height: 30px;
  }
  .p-banner .md-banner .left .des {
    margin-top: 6px;
  }
  .p-banner .md-banner .left .des p {
    font-size: 14px;
    line-height: 20px;
  }
  .p-banner .bg-banner {
    height: 300px;
  }
  .p-banner .bg-banner img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-banner .md-banner .right {
    padding-left: 0;
    width: 100%;
  }
  .p-banner .md-banner .right img {
    width: 60%;
  }
  .p-company .md-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-company .md-us .list-about {
    width: 100%;
  }
  .p-company .md-us .list-about .form {
    padding: 10px 15px;
  }
  .p-company .md-us .list-about .form .atsky-form .f-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .p-company .md-us .list-about .form .atsky-form .f-row .col-5 {
    width: 100%;
  }
  .p-company .md-us .img-us {
    width: 100%;
  }
  .c-company .md-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .c-company .md-us .img-us {
    width: 100%;
    padding-right: 0;
  }
  .c-company .md-us .list-about {
    width: 100%;
  }
  .c-company .md-us .list-about .form .atsky-form .f-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .c-company .md-us .list-about .form .atsky-form .f-row .col-5 {
    width: 100%;
  }
  .c-company .md-us .img-us {
    width: 100%;
  }
  .c-policy .list-policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .c-policy .list-policy .item {
    width: 100%;
    padding: 30px;
  }
  .a-number .ct .item span.number {
    font-size: 20px;
  }
  .a-number .ct .item span.text {
    font-size: 13px;
  }
  .service-page .container--tabs .tab-top li a {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 6px 10px;
    min-width: 100px;
    font-size: 14px;
  }
  .service-page .wrapper_tabcontent .list-content-servi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-page .wrapper_tabcontent .list-content-servi ul li {
    width: 100%;
  }
  .service-page .wrapper_tabcontent .list-content-servi ul li .box-content-part .cnt-top h3 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .service-page .wrapper_tabcontent .list-content-servi ul li .box-content-part .cnt-text-detail {
    font-size: 14px;
    line-height: 20px;
  }
  .service-page .wrapper_tabcontent .list-content-servi ul li .box-content-part {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}