@charset "UTF-8";


@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes hover {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }

  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }

  51% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}

@keyframes hover {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }

  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }

  51% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}

@-webkit-keyframes floating-min {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }

  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}

@keyframes floating-min {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }

  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}

@-webkit-keyframes line-enter {
  0% {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes line-enter {
  0% {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes line-leave {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
}

@keyframes line-leave {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*::before:focus,
*::after:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 0;
}

img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


@font-face {
  font-family: "YuMincho";
  font-weight: normal;
  src: url("../font/A-OTF-A1MinchoStd-Bold.otf");
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100vh;
  background: #F7F5FC;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background: #F7F5FC;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #4F4C4B;
  text-align: left;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 374px) {
  body {
    overflow-x: auto;
    min-width: 320px;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

body.is_page__lower {
  background-color: #F2F5F7;
}

body.polylang_en {
  font-family: "Poppins", sans-serif;
}

@page {
  margin: 12.7mm 9.7mm;
  size: A4;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #4F4C4B;
}

::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: #999999;
}

::-moz-selection {
  background-color: #003ABE;
  color: #fff;
}

::selection {
  background-color: #003ABE;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #666666;
}

::-moz-placeholder {
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

::-ms-input-placeholder {
  color: #666666;
}

::placeholder {
  color: #666666;
}

@media screen and (max-width: 767px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }

  ::-moz-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }

  :-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }

  ::-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }

  ::placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

a:not([class]) {
  position: relative;
}

a:not([class])::before {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  display: block;
  height: 1px;
  background: #4F4C4B;
  pointer-events: none;
  content: "";
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

@media screen and (max-width: 1024px) {
  a:not([class])::before {
    bottom: -2px;
  }
}

@media screen and (min-width: 1024px) {
  a:not([class]):hover::before {
    -webkit-animation: hover 0.3s;
    animation: hover 0.3s;
  }
}

a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}

strong {
  font-weight: 700;
}

picture {
  display: block;
  font-size: 0;
}

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

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

@media screen and (max-width: 767px) {

  .is-pc,
  .pc {
    display: none;
  }
}

.is-laptop,
.laptop {
  display: none;
}

@media screen and (max-width: 1280px) {

  .is-laptop,
  .laptop {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .is-tablet-up {
    display: none;
  }
}

.is-tablet,
.tablet {
  display: none;
}

@media screen and (max-width: 1024px) {

  .is-tablet,
  .tablet {
    display: block;
  }
}

.is-sp,
.sp {
  display: none;
}

@media screen and (max-width: 767px) {

  .is-sp,
  .sp {
    display: block;
  }
}

@media screen and (min-width: 1280px) {

  .u-narrowDescDb,
  .u-mobileDb,
  .u-tabletDb,
  .u-spDb {
    display: none;
  }

  .u-maxDesktop {
    display: block;
  }
}

@media screen and (max-width: 1279px) {

  .u-maxDesktop,
  .u-tabletDb,
  .u-mobileDb,
  .u-spDb {
    display: none;
  }

  .u-narrowDescDb {
    display: block;
  }
}

@media screen and (max-width: 1099px) and (min-width: 769px) {

  .u-maxDesktop,
  .u-narrowDescDb,
  .u-mobileDb,
  .u-pcDb,
  .u-spDb {
    display: none;
  }

  .u-tabletDb {
    display: block;
  }
}

@media screen and (max-width: 768px) and (min-width: 0) {

  .u-maxDesktop,
  .u-narrowDescDb,
  .u-tabletDb,
  .u-pcDb,
  .u-spDb {
    display: none;
  }

  .u-mobileDb {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .u-deskNarrowDeskTableDb {
    display: block;
  }

  .u-mobileDb2 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-deskNarrowDeskTableDb {
    display: none;
  }

  .u-mobileDb2 {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .u-deskNarrowDeskTableDb {
    display: block;
  }

  .u-mobileDb2 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-deskNarrowDeskDb {
    display: none;
  }

  .u-tabletMobileDb {
    display: block;
  }
}

select,
input,
textarea {
  font-size: 16px;
  font-size: 1.6rem;
}

select[disabled],
input[disabled],
textarea[disabled] {
  opacity: 0.2;
}

select,
input,
textarea,
button {
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: #F7F5FC;
  font-family: inherit;
  line-height: normal;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label,
select,
button {
  cursor: pointer;
}

input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]),
textarea,
select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 16px;
  line-height: 200%;
}

@media screen and (max-width: 767px) {

  input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]),
  textarea,
  select {
    border-radius: 8px;
  }
}

input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]):focus,
textarea:focus,
select:focus {
  outline: 1px solid #4F4C4B;
  outline-offset: -1px;
}

input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]).wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  border: 1px solid #EC0000;
  outline-offset: -1px;
  background-color: #FCECEC;
}

select {
  padding-right: 50px;
  background-image: url('data:image/svg+xml;charset=utf8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23FF8000"><path d="M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"/></svg>');
  background-repeat: no-repeat;
  background-position: top calc(50% - 1px) right 30px;
  background-size: 10px;
}

@media screen and (max-width: 767px) {
  select {
    padding-right: 36px;
    background-position: top calc(50% - 1px) right 18px;
  }
}

select::-ms-expand {
  display: none;
}

button {
  background: none;
  font-size: inherit;
}

textarea {
  min-height: 80px;
  resize: vertical;
}

input[type=file] {
  width: 100%;
  background: none;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  input[type=file] {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

input[type=file]::-webkit-file-upload-button {
  margin-right: 20px;
  padding: 14px 30px;
  border: 2px solid #CCCCCC;
  border-radius: 5px;
  outline: none;
  background: #F7F5FC;
  font-family: inherit;
  line-height: normal;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  input[type=file]::-webkit-file-upload-button {
    padding: 8px 15px;
  }
}

input[type=date] {
  position: relative;
  min-height: 56px;
  background-image: url('data:image/svg+xml;charset=utf8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="%23FF8000"><path d="M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192H400V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192z"/></svg>');
  background-repeat: no-repeat;
  background-position: top calc(50% - 1px) right 30px;
  background-size: 12px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  input[type=date] {
    min-height: 42px;
    background-position: top calc(50% - 1px) right 18px;
  }
}

input[type=date]::-webkit-date-and-time-value {
  color: #4F4C4B;
  text-align: left;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 65px;
  height: auto;
  background: transparent;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio]+span,
input[type=checkbox]+span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  line-height: 200%;
  text-align: left;
  cursor: pointer;
}

input[type=radio]+span::before,
input[type=checkbox]+span::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #4F4C4B;
  vertical-align: sub;
  content: "";
  -webkit-transition: background 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease;
}

.wpcf7-not-valid input[type=radio]+span::before,
.wpcf7-not-valid input[type=checkbox]+span::before {
  border-color: #EC0000;
  background-color: #FCECEC;
}

input[type=radio]+span::after,
input[type=checkbox]+span::after {
  position: absolute;
  top: 12px;
  left: 6px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input[type=radio]:checked+span::after,
input[type=checkbox]:checked+span::after {
  opacity: 1;
}

input[type=radio]+span::before {
  border-radius: 50%;
}

input[type=radio]+span::after {
  border-radius: 50%;
  background: #4F4C4B;
}

input[type=checkbox]+span {
  padding-top: 4px;
  padding-left: 35px;
}

input[type=checkbox]+span::before {
  top: 9px;
  width: 24px;
  height: 24px;
  border-radius: 8px;
}

input[type=checkbox]+span::after {
  top: 13px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #4F4C4B;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-animate-fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
}

.js-animate-fade-in.-active {
  opacity: 1;
}

.js-animate-zoom-in {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.js-animate-zoom-in.-active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.js-animate-in-top {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.js-animate-in-top.-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-animate-in-bottom {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.js-animate-in-bottom.-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-animate-in-left {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.js-animate-in-left.-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js-animate-in-right {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.js-animate-in-right.-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

[data-aos=blob-fade-down] {
  opacity: 0;
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}

[data-aos=blob-fade-down].aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

[data-aos=blob2-fade] {
  opacity: 0;
  -webkit-transform: translate(-32px, 32px);
  transform: translate(-32px, 32px);
}

[data-aos=blob2-fade].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

[data-aos=blob3-fade] {
  opacity: 0;
  -webkit-transform: translate(32px, 32px);
  transform: translate(32px, 32px);
}

[data-aos=blob3-fade].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

[data-aos=title-wave] {
  opacity: 0;
}

[data-aos=title-wave] span {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

[data-aos=title-wave].aos-animate {
  opacity: 1;
}

[data-aos=title-wave].aos-animate span {
  display: inline-block;
  -webkit-animation: spanCharFadeUp 700ms cubic-bezier(0.65, 0.05, 0.24, 1.26) forwards;
  animation: spanCharFadeUp 700ms cubic-bezier(0.65, 0.05, 0.24, 1.26) forwards;
}

@-webkit-keyframes spanCharFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes spanCharFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

[data-aos=header-fade-down] {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

[data-aos=header-fade-down].aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

[data-aos=title-type] {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

[data-aos=title-type] span {
  display: inline-block;
  width: 0;
  opacity: 0;
}

[data-aos=title-type].aos-animate span {
  opacity: 0;
  -webkit-animation: typeChar 10ms steps(2, jump-none) forwards;
  animation: typeChar 10ms steps(2, jump-none) forwards;
}

@-webkit-keyframes typeChar {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: -webkit-min-content;
    width: min-content;
    opacity: 1;
  }
}

@keyframes typeChar {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    opacity: 1;
  }
}

[data-aos=title-type].aos-animate .cursor.animate {
  -webkit-animation: blinkCursor 1.3s steps(2, jump-none) infinite;
  animation: blinkCursor 1.3s steps(2, jump-none) infinite;
}

@-webkit-keyframes blinkCursor {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes blinkCursor {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

[data-aos=blobgrow] {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[data-aos=blobgrow].aos-animate {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*====================================================================
siteFooter
====================================================================*/
.sitefooter {
  padding: 160px 50px;
}

@media screen and (max-width: 768px) {
  .sitefooter {
    padding: 96px 32px 115px;
  }
}

.sitefooter__inner {
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 48px;
}

.sitefooter__logo {
  width: 294px;
}

.sitefooter__nav {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sitefooter__navlinks {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

@media screen and (min-width: 1100px) {
  .sitefooter__navlinks:hover {
    opacity: 0.7;
  }
}

.sitefooter__navlinks:active {
  opacity: 0.7;
}

.sitefooter__copyright {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.02em;
}

/*====================================================================
siteHeader
====================================================================*/
.siteheader {
  position: fixed;
  z-index: 100;
  top: 69px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

@media screen and (max-width: 1099px) {
  .siteheader {
    top: 0;
  }
}

@media screen and (max-width: 1099px) {
  .siteheader {
    position: absolute;
  }
}

.siteheader.slideUpHide {
  top: 44px;
  pointer-events: none;
  opacity: 0;
}

@media screen and (max-width: 1099px) {
  .siteheader.slideUpHide {
    top: 0;
    opacity: 1;
  }
}

.siteheader__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  padding: 0 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1279px) {
  .siteheader__inner {
    padding: 0 48px;
  }
}

@media screen and (max-width: 1099px) {
  .siteheader__inner {
    padding: 40px 191px 40px 31px;
  }
}

@media screen and (max-width: 768px) {
  .siteheader__inner {
    padding: 23px 101px 23px 18px;
  }
}

.siteheader__logo {
  width: 221px;
}

@media screen and (max-width: 1099px) {
  .siteheader__logo {
    width: 337px;
  }
}

@media screen and (max-width: 768px) {
  .siteheader__logo {
    width: 153px;
  }
}

.siteheader__multiLang {
  display: none;
}

@media screen and (max-width: 1099px) {
  .siteheader__multiLang {
    display: block;
  }
}

.siteheader__multiLangWwap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.02em;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
}

.siteheader__multiLangLink {
  opacity: 0.3;
}

.siteheader__multiLangLink.active {
  opacity: 1;
}

.siteheader__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 12px 40px;
  border-radius: 32px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 4px rgba(157, 165, 182, 0.25);
  box-shadow: 4px 4px 4px rgba(157, 165, 182, 0.25);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
}

@media screen and (max-width: 1279px) {
  .siteheader__nav {
    padding: 12px 24px;
  }
}

@media screen and (max-width: 1099px) {
  .siteheader__nav {
    position: fixed;
    display: none;
    inset: 0;
  }
}

.polylang_vn .siteheader__navContainer {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}

.polylang_vn .siteheader__navContRow {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
}

.polylang_vn .siteheader__navContRowLabel {
  width: 100%;
  border-radius: 4px;
  background-color: #888D93;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 135%;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
}

.siteheader__navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 13px;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.02em;
  cursor: pointer;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4px;
}

@media screen and (max-width: 1279px) {
  .siteheader__navLink {
    font-size: 12px;
  }
}

@media screen and (min-width: 1100px) {
  .siteheader__navLink:hover {
    opacity: 0.7;
  }
}

.siteheader__navLink:active {
  opacity: 0.7;
}

.siteheader__navSocial {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
}

.siteheader__navSocialLink {
  width: 20px;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

@media screen and (min-width: 1100px) {
  .siteheader__navSocialLink:hover {
    opacity: 0.7;
  }
}

.siteheader__navSocialLink:active {
  opacity: 0.7;
}

.siteheader__navContactLink {
  padding: 4px 16px;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#003ABE), to(#3971F0));
  background: -webkit-linear-gradient(left, #003ABE 0%, #3971F0 100%);
  background: linear-gradient(90deg, #003ABE 0%, #3971F0 100%);
  font-size: 13px;
  font-weight: 500;
  line-height: 135%;
  color: #fff;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

@media screen and (max-width: 1279px) {
  .siteheader__navContactLink {
    font-size: 12px;
  }
}

@media screen and (min-width: 1100px) {
  .siteheader__navContactLink:hover {
    opacity: 0.7;
  }
}

.siteheader__navContactLink:active {
  opacity: 0.7;
}

.siteheader__navGlobeLink {
  display: block;
  width: 19.04px;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

@media screen and (min-width: 1100px) {
  .siteheader__navGlobeLink:hover {
    opacity: 0.7;
  }
}

.siteheader__navGlobeLink:active {
  opacity: 0.7;
}

.siteheader__menuWrap {
  position: fixed;
  z-index: 111;
  top: 0;
  right: 0;
  display: none;
  padding: 55px 45px 43px 36px;
}

@media screen and (max-width: 1099px) {
  .siteheader__menuWrap {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .siteheader__menuWrap {
    padding: 28px 23px 0 0;
  }
}

.siteheader__menuWrap.show-menu .blobTablet .path,
.siteheader__menuWrap.show-menu .blobMobile .path {
  fill: #ffffff !important;
}

.siteheader__menuWrap.show-menu .blobPlain {
  background-color: #fff;
}

.siteheader__menuWrap.show-menu .siteheader__menuLine {
  background-color: #0354B4;
}

.siteheader__menuWrap.show-menu .siteheader__menuLine:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.siteheader__menuWrap.show-menu .siteheader__menuLine:nth-of-type(2) {
  opacity: 0;
}

.siteheader__menuWrap.show-menu .siteheader__menuLine:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.siteheader__blob {
  position: absolute;
  top: 0;
  top: -47px;
  right: 0;
  right: -47px;
  width: 208px;
  height: 208px;
}

@media screen and (max-width: 768px) {
  .siteheader__blob {
    top: -41px;
    right: -43px;
    width: 126px;
    height: 126px;
  }
}

.siteheader__blob .blobTablet {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1099px) {
  .siteheader__blob .blobTablet {
    display: block;
  }
}

.siteheader__blob .blobTablet .path {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.siteheader__blob .blobMobile {
  display: none;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  .siteheader__blob .blobMobile {
    display: block;
  }
}

.siteheader__blob .blobMobile .path {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.siteheader__blob .blobPlain {
  position: relative;
  border-radius: 1000px;
  background-color: #003ABE;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

@media screen and (max-width: 1099px) {
  .siteheader__blob .blobPlain {
    width: 208px;
    height: 208px;
  }
}

@media screen and (max-width: 768px) {
  .siteheader__blob .blobPlain {
    width: 126px;
    height: 126px;
  }
}

.siteheader__menu {
  position: absolute;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48px;
  height: 26px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .siteheader__menu {
    width: 24px;
    height: 14px;
  }
}

.siteheader__menuLine {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FDFEFF;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.siteheader__menuLine:nth-of-type(1) {
  top: 0;
}

.siteheader__menuLine:nth-of-type(2) {
  top: calc(50% - 2px);
}

@media screen and (max-width: 768px) {
  .siteheader__menuLine:nth-of-type(2) {
    top: calc(50% - 1px);
  }
}

.siteheader__menuLine:nth-of-type(3) {
  top: calc(100% - 1px);
}

.siteheader__menuBurger {
  position: fixed;
  z-index: 110;
  top: 0;
  display: none;
  overflow-y: auto;
  width: 100%;
  height: 100dvh;
  background: -webkit-gradient(linear, left top, right top, from(#003ABE), to(#3971F0));
  background: -webkit-linear-gradient(left, #003ABE 0%, #3971F0 100%);
  background: linear-gradient(90deg, #003ABE 0%, #3971F0 100%);
}

.siteheader__menuBurgWrap {
  position: relative;
}

@media screen and (max-width: 1099px) {
  .siteheader__menuBurgWrap {
    padding: 40px 24px 40px 31px;
  }
}

@media screen and (max-width: 768px) {
  .siteheader__menuBurgWrap {
    padding: 26.14px 24px;
  }
}

@media screen and (max-width: 1099px) {
  .siteheader__menuBurgLogo {
    width: 337px;
  }
}

@media screen and (max-width: 768px) {
  .siteheader__menuBurgLogo {
    width: 153px;
  }
}

.siteheader__menuBurgerCont {
  padding: 0 24px;
}

.siteheader__menuBurgNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 67px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

.siteheader__menuBurgnavLink {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
  color: #fff;
  letter-spacing: 0.02em;
}

.siteheader__menuBurgBtnWrap {
  margin-top: 24px;
}

.siteheader__menuBurgContactBtn {
  display: inline-block;
  height: 44;
  padding: 8px 24px;
  border-radius: 100px;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 135%;
  color: #0354B4;
  letter-spacing: 0.02em;
  gap: 10px;
}

.siteheader__menuBurgSocials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 33.5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

.siteheader__menuBurgSocialLink {
  display: block;
  width: 32px;
  height: 32px;
}

.siteheader__menuBurgerMultWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 93px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 135%;
  color: #fff;
  letter-spacing: 2%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}

.siteheader__menuBurgerMultLink.active {
  opacity: 0.3;
}

.siteheader__menuBurgerBlob {
  position: absolute;
  z-index: -1;
  top: calc(100% - 310px);
  right: 0;
}

.langSwitcher {
  position: fixed;
  z-index: 1000;
  display: none;
  inset: 0;
}

.langSwitcher__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.langSwitcher__overLay {
  position: absolute;
  background-color: rgba(79, 76, 75, 0.5019607843);
  inset: 0;
}

.langSwitcher__boxCont {
  position: relative;
  width: 100%;
  max-width: 1120px;
}

@media screen and (max-width: 1279px) {
  .langSwitcher__boxCont {
    max-width: 780px;
  }
}

@media screen and (max-width: 1099px) {
  .langSwitcher__boxCont {
    max-width: 529px;
  }
}

@media screen and (max-width: 768px) {
  .langSwitcher__boxCont {
    margin: 0 16px;
  }
}

.langSwitcher__boxClose {
  position: absolute;
  right: 0;
  bottom: calc(100% + 18px);
}

.langSwitcher__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 96px 40px;
  border-radius: 48px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
}

@media screen and (max-width: 1279px) {
  .langSwitcher__box {
    padding: 48px 64px;
  }
}

@media screen and (max-width: 1099px) {
  .langSwitcher__box {
    padding: 48px 60px;
  }
}

@media screen and (max-width: 1099px) {
  .langSwitcher__box {
    padding: 48px 60px;
  }
}

.langSwitcher__ttlWrap {
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}

.langSwitcher__ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1099px) {
  .langSwitcher__ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .langSwitcher__ttl {
    font-size: 15px;
  }
}

.langSwitcher__ttl02 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  letter-spacing: 6%;
}

.langSwitcher__btnWrap {
  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-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

@media screen and (max-width: 1099px) {
  .langSwitcher__btnWrap {
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .langSwitcher__btnWrap .comp__button {
    width: 100%;
    max-width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.breadCrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 32px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  scrollbar-width: none;
  /* Firefox */
}

@media screen and (max-width: 768px) {
  .breadCrumb::-webkit-scrollbar {
    all: unset;
  }
}

.breadCrumb::before {
  position: relative;
  display: block;
  content: "";
}

@media screen and (max-width: 1099px) {
  .breadCrumb::before {
    padding: 0 0 0 96px;
  }
}

@media screen and (max-width: 768px) {
  .breadCrumb::before {
    padding: 0 0 0 32px;
  }
}

.breadCrumb::after {
  position: relative;
  display: block;
  content: "";
}

@media screen and (max-width: 1099px) {
  .breadCrumb::after {
    padding: 0 96px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .breadCrumb::after {
    padding: 0 32px 0 0;
  }
}

.breadCrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 8px 16px;
  border-radius: 100px;
  background-color: #EBEEF0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}

@media screen and (max-width: 1099px) {
  .breadCrumb__list {
    overflow: auto;
    max-width: calc(100% - 192px);
  }
}

@media screen and (max-width: 768px) {
  .breadCrumb__list {
    max-width: calc(100% - 64px);
  }
}

.breadCrumb__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 100%;
  white-space: nowrap;
  letter-spacing: 0.06em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}

@media screen and (max-width: 1099px) {
  .breadCrumb__link {
    font-size: 10px;
  }
}

.breadCrumb__link:not(:last-of-type) span {
  opacity: 0.3;
}

.breadCrumb__link:not(:last-of-type):after {
  display: block;
  width: 5px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M1 0.5L4.92554 4.32512C5.02482 4.42186 5.02482 4.57814 4.92554 4.66744L1 8.5' stroke='%23333333' stroke-miterlimit='10'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  content: "";
}

.comp__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 12px 32px;
  border: 0;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 0 1px 0px transparent;
  box-shadow: inset 0 0 1px 0px transparent;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
}

.comp__button.noDot::before {
  content: none;
}

.comp__button:before {
  z-index: 1;
  display: block;
  min-width: 6px;
  min-height: 6px;
  border-radius: 10px;
  background-color: #fff;
  /* content: ""; */
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.comp__button::after {
  position: absolute;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#003ABE), to(#3971F0));
  background-image: -webkit-linear-gradient(left, #003ABE 0%, #3971F0 100%);
  background-image: linear-gradient(90deg, #003ABE 0%, #3971F0 100%);
  content: "";
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  inset: 0px;
}

.comp__button span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  letter-spacing: 0.06em;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

@media screen and (max-width: 1279px) {
  .comp__button span {
    font-size: 15px;
  }
}

@media screen and (max-width: 1099px) {
  .comp__button span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1099px) {
  .comp__button span {
    font-size: 13px;
  }
}

.polylang_en .comp__button span,
.polylang_vn .comp__button span {
  font-weight: 600;
}

@media screen and (min-width: 1100px) {
  .comp__button:hover {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(transparent));
    background-image: -webkit-linear-gradient(left, transparent 0%, transparent 100%);
    background-image: linear-gradient(90deg, transparent 0%, transparent 100%);
    -webkit-box-shadow: inset 0 0 0px 1px #1F52C6;
    box-shadow: inset 0 0 0px 1px #1F52C6;
  }

  .comp__button:hover:before {
    background-color: #1F52C6;
  }

  .comp__button:hover:after {
    opacity: 0;
  }

  .comp__button:hover span {
    color: #1F52C6;
  }
}

.comp__button:active {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(transparent));
  background-image: -webkit-linear-gradient(left, transparent 0%, transparent 100%);
  background-image: linear-gradient(90deg, transparent 0%, transparent 100%);
  -webkit-box-shadow: inset 0 0 0px 1px #1F52C6;
  box-shadow: inset 0 0 0px 1px #1F52C6;
}

.comp__button:active:before {
  background-color: #1F52C6;
}

.comp__button:active:after {
  opacity: 0;
}

.comp__button:active span {
  color: #1F52C6;
}

.comp__button.white {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #1F52C6;
  box-shadow: inset 0 0 0 1px #1F52C6;
}

.comp__button.white:before {
  background-color: #1F52C6;
}

.comp__button.white::after {
  opacity: 0;
}

.comp__button.white span {
  color: #1F52C6;
}

@media screen and (min-width: 1100px) {
  .comp__button.white:hover {
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
  }

  .comp__button.white:hover::after {
    opacity: 1;
  }

  .comp__button.white:hover:before {
    background-color: #fff;
  }

  .comp__button.white:hover span {
    color: #fff;
  }
}

.comp__button.white:active {
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}

.comp__button.white:active::after {
  opacity: 1;
}

.comp__button.white:active:before {
  background-color: #fff;
}

.comp__button.white:active span {
  color: #fff;
}

.comp__button.centered-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comp__buttonAnchorWrap {
  /* overflow: auto; */
  margin-top: 32px;
  /* white-space: nowrap; */
  scrollbar-width: none;
  /* Firefox */
}

@media screen and (max-width: 1099px) {
  .comp__buttonAnchorWrap {
    padding: 0 88px 0 96px;
  }
}

@media screen and (max-width: 768px) {
  .comp__buttonAnchorWrap {
    padding: 0 24px 0 32px;
  }

  .comp__buttonAnchorWrap::-webkit-scrollbar {
    all: unset;
  }
}

.comp__buttonAnchor {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-right: 8px;
  padding: 12px 32px;
  padding-right: 48px;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 0 1px 0px transparent;
  box-shadow: inset 0 0 1px 0px transparent;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.comp__buttonAnchor:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 16px;
  display: block;
  width: 6.39px;
  height: 5.28px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33511 5.5149C4.10792 5.87264 3.58584 5.87264 3.35864 5.5149L0.737953 1.38838C0.493407 1.00332 0.770034 0.49994 1.22619 0.49994L6.46757 0.499941C6.92372 0.499941 7.20035 1.00332 6.9558 1.38838L4.33511 5.5149Z' fill='%23FDFEFF'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  background-color: transparent;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.comp__buttonAnchor::after {
  position: absolute;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#003ABE), to(#3971F0));
  background-image: -webkit-linear-gradient(left, #003ABE 0%, #3971F0 100%);
  background-image: linear-gradient(90deg, #003ABE 0%, #3971F0 100%);
  content: "";
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  inset: 0px;
}

.comp__buttonAnchor span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  letter-spacing: 0.06em;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

@media screen and (max-width: 1279px) {
  .comp__buttonAnchor span {
    font-size: 15px;
  }
}

@media screen and (max-width: 1099px) {
  .comp__buttonAnchor span {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .comp__buttonAnchor span {
    font-size: 13px;
  }
}

@media screen and (min-width: 1100px) {
  .comp__buttonAnchor:hover {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(transparent));
    background-image: -webkit-linear-gradient(left, transparent 0%, transparent 100%);
    background-image: linear-gradient(90deg, transparent 0%, transparent 100%);
    -webkit-box-shadow: inset 0 0 0px 1px #1F52C6;
    box-shadow: inset 0 0 0px 1px #1F52C6;
  }

  .comp__buttonAnchor:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.68862 5.0149C3.46143 5.37264 2.93935 5.37264 2.71216 5.0149L0.0914688 0.888383C-0.153077 0.503323 0.12355 -5.9633e-05 0.579701 -5.95931e-05L5.82108 -5.91349e-05C6.27723 -5.9095e-05 6.55386 0.503323 6.30931 0.888384L3.68862 5.0149Z' fill='%231F52C6'/%3E%3C/svg%3E%0A");
  }

  .comp__buttonAnchor:hover:after {
    opacity: 0;
  }

  .comp__buttonAnchor:hover span {
    color: #1F52C6;
  }
}

.comp__buttonAnchor:active {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(transparent));
  background-image: -webkit-linear-gradient(left, transparent 0%, transparent 100%);
  background-image: linear-gradient(90deg, transparent 0%, transparent 100%);
  -webkit-box-shadow: inset 0 0 0px 1px #1F52C6;
  box-shadow: inset 0 0 0px 1px #1F52C6;
}

.comp__buttonAnchor:active:before {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.68862 5.0149C3.46143 5.37264 2.93935 5.37264 2.71216 5.0149L0.0914688 0.888383C-0.153077 0.503323 0.12355 -5.9633e-05 0.579701 -5.95931e-05L5.82108 -5.91349e-05C6.27723 -5.9095e-05 6.55386 0.503323 6.30931 0.888384L3.68862 5.0149Z' fill='%231F52C6'/%3E%3C/svg%3E%0A");
}

.comp__buttonAnchor:active:after {
  opacity: 0;
}

.comp__buttonAnchor:active span {
  color: #1F52C6;
}

.layout__content {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 64px;
}

@media screen and (max-width: 1279px) {
  .layout__content {
    padding: 0 64px;
  }
}

@media screen and (max-width: 1099px) {
  .layout__content {
    padding: 0 48px;
  }
}

@media screen and (max-width: 768px) {
  .layout__content {
    padding: 0 16px;
  }
}

.layout__box {
  padding: 96px;
  border-radius: 48px;
  background-color: #fff;
}

.layout__box+.layout__box {
  margin-top: 96px;
}

@media screen and (max-width: 1099px) {
  .layout__box+.layout__box {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .layout__box+.layout__box {
    margin-top: 64px;
  }
}

@media screen and (max-width: 1279px) {
  .layout__box {
    padding: 64px;
  }
}

@media screen and (max-width: 1099px) {
  .layout__box {
    padding: 48px;
  }
}

@media screen and (max-width: 768px) {
  .layout__box {
    padding: 32px;
    border-radius: 16px;
  }
}

.layout__box.overflow-hidden {
  overflow: hidden;
}

.layout__tagWrap {
  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-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .layout__tagWrap {
    gap: 4px;
  }
}

.layout__tag {
  padding: 8px 12px;
  border-radius: 32px;
  background-color: #F2F5F7;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 135%;
  color: #938B88;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1279px) {
  .layout__tag {
    font-size: 13px;
  }
}

@media screen and (max-width: 1099px) {
  .layout__tag {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .layout__tag {
    padding: 8px;
  }
}

.layout__form {
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 32px;
}

.layout__formWrapper {
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 32px;
}

.layout__formControls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 32px;
}

.layout__formLabel {
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}

.layout__formText {
  font-size: 17px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {
  .layout__formText {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .layout__formText {
    font-size: 13px;
  }
}

.layout__formText.required:after {
  margin-left: 4px;
  color: #E15323;
  content: "※";
}

.layout .formInput {
  width: 100%;
  max-width: 600px;
  padding: 8px 16px;
  border: 0;
  border-radius: 8px;
  background-color: #F2F5F7;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {
  .layout .formInput {
    font-size: 15px;
  }
}

@media screen and (max-width: 1099px) {
  .layout .formInput {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .layout .formInput {
    font-size: 13px;
  }
}

.layout .formInput::-webkit-input-placeholder {
  color: rgba(79, 76, 75, 0.5);
}

.layout .formInput::-moz-placeholder {
  color: rgba(79, 76, 75, 0.5);
}

.layout .formInput:-ms-input-placeholder {
  color: rgba(79, 76, 75, 0.5);
}

.layout .formInput::-ms-input-placeholder {
  color: rgba(79, 76, 75, 0.5);
}

.layout .formInput::placeholder {
  color: rgba(79, 76, 75, 0.5);
}

.polylang_en .layout .formInput,
.polylang_vn .layout .formInput {
  font-size: 15px;
  line-height: 180%;
}

@media screen and (max-width: 1279px) {

  .polylang_en .layout .formInput,
  .polylang_vn .layout .formInput {
    font-size: 14px;
  }
}

@media screen and (max-width: 1279px) {

  .polylang_en .layout .formInput,
  .polylang_vn .layout .formInput {
    font-size: 13px;
  }
}

@media screen and (max-width: 1279px) {

  .polylang_en .layout .formInput,
  .polylang_vn .layout .formInput {
    font-size: 12px;
  }
}

.layout select {
  border: none;
  background: none;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.78042 7.00364C4.4858 7.46754 3.8088 7.46754 3.51419 7.00364L0.115833 1.65262C-0.20128 1.15329 0.157434 0.500536 0.748944 0.500536L7.54566 0.500536C8.13717 0.500536 8.49589 1.15329 8.17877 1.65262L4.78042 7.00364Z' fill='%234F4C4B'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 20px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.layout .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {
  .layout .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}

@media screen and (max-width: 1279px) {
  .layout .wpcf7-not-valid-tip {
    font-size: 13px;
  }
}

@media screen and (max-width: 1279px) {
  .layout .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}

.layout input[type=file] {
  display: none;
}

.layout__formInputTxtarea {
  min-height: 176px;
}

.layout__fakeInputFileBtn {
  padding: 8px 24px;
  border-radius: 100px;
  background-color: #4F4C4B;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  letter-spacing: 0.06em;
  cursor: pointer;
  gap: 12px;
}

@media screen and (max-width: 1279px) {
  .layout__fakeInputFileBtn {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .layout__fakeInputFileBtn {
    font-size: 12px;
  }
}

.layout__formAnnot {
  font-size: 12px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {
  .layout__formAnnot {
    font-size: 11px;
  }
}

.layout__formFakeLabelFile {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

.layout__fcWrap {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

.layout__fcCheckInput {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 1099px) {
  .layout__fcCheckInput {
    width: 28px;
    height: 28px;
  }
}

.layout__fcCheckLabel {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

@media screen and (max-width: 1099px) {
  .layout__fcCheckLabel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.layout .js-FakeInputFileText {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.06em;
}

.layout__fcAnnot {
  font-size: 12px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {
  .layout__fcAnnot {
    font-size: 11px;
  }
}

.layout__formSubmitWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 1099px) {
  .layout__formSubmitWrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.layout__entryFormAnnot {
  font-size: 12px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {
  .layout__entryFormAnnot {
    font-size: 11px;
  }
}

.layout__entryFormFakeLabelFile {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

.layout__entrytcWrap {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

@media screen and (max-width: 1099px) {
  .layout__entrytcCheckInput .wpcf7-list-item [type=checkbox] {
    width: 28px;
    height: 28px;
  }
}

.polylang_en .layout__entrytcCheckInput .wpcf7-list-item-label,
.polylang_vn .layout__entrytcCheckInput .wpcf7-list-item-label {
  font-size: 15px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {

  .polylang_en .layout__entrytcCheckInput .wpcf7-list-item-label,
  .polylang_vn .layout__entrytcCheckInput .wpcf7-list-item-label {
    font-size: 14px;
  }
}

@media screen and (max-width: 1279px) {

  .polylang_en .layout__entrytcCheckInput .wpcf7-list-item-label,
  .polylang_vn .layout__entrytcCheckInput .wpcf7-list-item-label {
    font-size: 13px;
  }
}

@media screen and (max-width: 1279px) {

  .polylang_en .layout__entrytcCheckInput .wpcf7-list-item-label,
  .polylang_vn .layout__entrytcCheckInput .wpcf7-list-item-label {
    font-size: 12px;
  }
}

.layout__entrytcCheckLabel {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

@media screen and (max-width: 1099px) {
  .layout__entrytcCheckLabel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.layout .js-FakeInputFileText {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.06em;
}

.layout__entrytcAnnot {
  font-size: 12px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {
  .layout__entrytcAnnot {
    font-size: 11px;
  }
}

.layout__entryFormSubmitWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 1099px) {
  .layout__entryFormSubmitWrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.layout__archiveTtlWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 32px;
  padding-bottom: 24px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px 12px;
}

@media screen and (max-width: 1099px) {
  .layout__archiveTtlWrap {
    padding-bottom: 16px;
  }
}

.layout__archiveTtlWrap:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
  content: "";
}

.layout__archiveTtlWrap .text {
  line-height: 150%;
}

.layout__archiveItemKv {
  overflow: hidden;
  width: 100%;
  height: 473px;
  margin-top: 32px;
  border-radius: 16px;
}

@media screen and (max-width: 1099px) {
  .layout__archiveItemKv {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .layout__archiveItemKv {
    border-radius: 8px;
  }
}

.layout__archiveItemKv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.layout__archiveItemInfoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 32px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -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;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}

@media screen and (max-width: 1099px) {
  .layout__archiveItemInfoWrap {
    -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;
    gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  .layout__archiveItemInfoWrap {
    gap: 16px;
  }
}

.layout__archiveItemInfoWrap .comp__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.layout__archiveItemDescWrap {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

.layout__archiveItemDescTtl {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1099px) {
  .layout__archiveItemDescTtl {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .layout__archiveItemDescTtl {
    font-size: 15px;
  }
}

.layout__uList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style-type: none;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}

.layout__uListItem {
  padding: 6px 8px;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1279px) {
  .layout__uListItem {
    font-size: 13px;
  }
}

@media screen and (max-width: 1099px) {
  .layout__uListItem {
    font-size: 10px;
  }
}

.pageloader {
  position: fixed;
  z-index: 200;
  background-color: #F2F5F7;
  inset: 0;
}

.pageloader__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pageloader__barWrap {
  position: relative;
}

.pageloader__bar {
  position: relative;
  overflow: hidden;
  width: 581px;
  height: 75.6px;
  border-radius: 1000px;
}

@media screen and (max-width: 1099px) {
  .pageloader__bar {
    width: 441px;
    height: 48px;
  }
}

@media screen and (max-width: 768px) {
  .pageloader__bar {
    width: 279px;
    height: 40px;
  }
}

.pageloader__barItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 310px;
  height: 100%;
  border-radius: 1000px;
  background: -webkit-gradient(linear, left top, right top, from(#003ABE), color-stop(11%, #043DBF), color-stop(23%, #1248C2), color-stop(36%, #295AC8), color-stop(50%, #4A73D0), color-stop(64%, #7393DB), color-stop(79%, #A6BAE8), color-stop(93%, #E1E8F7), to(#FFFFFF));
  background: -webkit-linear-gradient(left, #003ABE 0%, #043DBF 11%, #1248C2 23%, #295AC8 36%, #4A73D0 50%, #7393DB 64%, #A6BAE8 79%, #E1E8F7 93%, #FFFFFF 100%);
  background: linear-gradient(90deg, #003ABE 0%, #043DBF 11%, #1248C2 23%, #295AC8 36%, #4A73D0 50%, #7393DB 64%, #A6BAE8 79%, #E1E8F7 93%, #FFFFFF 100%);
}

@media screen and (max-width: 1099px) {
  .pageloader__barItem {
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  .pageloader__barItem {
    width: 148px;
  }
}

.pageloader__barItem2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 310px;
  height: 100%;
  border-radius: 1000px;
  background: -webkit-gradient(linear, left top, right top, from(#003ABE), color-stop(11%, #043DBF), color-stop(23%, #1248C2), color-stop(36%, #295AC8), color-stop(50%, #4A73D0), color-stop(64%, #7393DB), color-stop(79%, #A6BAE8), color-stop(93%, #E1E8F7), to(#FFFFFF));
  background: -webkit-linear-gradient(left, #003ABE 0%, #043DBF 11%, #1248C2 23%, #295AC8 36%, #4A73D0 50%, #7393DB 64%, #A6BAE8 79%, #E1E8F7 93%, #FFFFFF 100%);
  background: linear-gradient(90deg, #003ABE 0%, #043DBF 11%, #1248C2 23%, #295AC8 36%, #4A73D0 50%, #7393DB 64%, #A6BAE8 79%, #E1E8F7 93%, #FFFFFF 100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 1099px) {
  .pageloader__barItem2 {
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  .pageloader__barItem2 {
    width: 148px;
  }
}

.pageloader__barItem3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  background: -webkit-gradient(linear, left top, right top, from(#003ABE), color-stop(11%, #043DBF), color-stop(23%, #1248C2), color-stop(36%, #295AC8), color-stop(50%, #4A73D0), color-stop(64%, #7393DB), color-stop(79%, #A6BAE8), color-stop(93%, #E1E8F7), to(#FFFFFF));
  background: -webkit-linear-gradient(left, #003ABE 0%, #043DBF 11%, #1248C2 23%, #295AC8 36%, #4A73D0 50%, #7393DB 64%, #A6BAE8 79%, #E1E8F7 93%, #FFFFFF 100%);
  background: linear-gradient(90deg, #003ABE 0%, #043DBF 11%, #1248C2 23%, #295AC8 36%, #4A73D0 50%, #7393DB 64%, #A6BAE8 79%, #E1E8F7 93%, #FFFFFF 100%);
  -webkit-transition: all 20s ease;
  transition: all 20s ease;
  -webkit-animation: loads 3s ease-in-out infinite;
  animation: loads 3s ease-in-out infinite;
}

@media screen and (max-width: 1099px) {
  .pageloader__barItem3 {
    -webkit-animation: loads 2s ease-in-out infinite;
    animation: loads 2s ease-in-out infinite;
  }
}

@-webkit-keyframes loads {
  0% {
    right: 100%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes loads {
  0% {
    right: 100%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.pageloader__barCirc01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 75.6px;
  height: 75.6px;
  border-radius: 1000px;
  background-color: #003ABE;
}

@media screen and (max-width: 1099px) {
  .pageloader__barCirc01 {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 768px) {
  .pageloader__barCirc01 {
    width: 40px;
    height: 40px;
  }
}

.pageloader__barCirc02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 75.6px;
  height: 75.6px;
  border-radius: 1000px;
  background-color: #003ABE;
}

@media screen and (max-width: 1099px) {
  .pageloader__barCirc02 {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 768px) {
  .pageloader__barCirc02 {
    width: 40px;
    height: 40px;
  }
}

.pageloader__textWrap {
  position: absolute;
  top: calc(100% + 49px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1099px) {
  .pageloader__textWrap {
    top: calc(100% + 35px);
  }
}

.pageloader__text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1099px) {
  .pageloader__text {
    font-size: 14px;
  }
}

.comp__title {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 1279px) {
  .comp__title {
    font-size: 56px;
  }
}

@media screen and (max-width: 1099px) {
  .comp__title {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .comp__title {
    font-size: 32px;
  }
}

.comp__title.blue {
  color: #0354B4;
}

.comp__title.blue .cursor {
  background-color: #0354B4;
}

.comp__title.white {
  color: #FDFEFF;
}

.comp__title.white .cursor {
  background-color: #FDFEFF;
}

.comp__title .cursor {
  display: inline-block;
  width: 2px;
  height: 54px;
  margin-left: 6px;
  background-color: #4F4C4B;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

@media screen and (max-width: 1099px) {
  .comp__title .cursor {
    height: 48px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .comp__title .cursor {
    height: 32px;
    margin-left: 4px;
  }
}

.comp__title.small {
  font-size: 48px;
  line-height: 100%;
}

@media screen and (max-width: 1279px) {
  .comp__title.small {
    font-size: 40px;
  }
}

@media screen and (max-width: 1099px) {
  .comp__title.small {
    font-size: 32px;
  }
}

.comp__title.small .cursor {
  height: 40px;
  margin-left: 10px;
}

@media screen and (max-width: 1099px) {
  .comp__title.small .cursor {
    height: 32px;
  }
}

.comp__title.big {
  font-size: 96px;
}

@media screen and (max-width: 1279px) {
  .comp__title.big {
    font-size: 56px;
  }
}

@media screen and (max-width: 768px) {
  .comp__title.big {
    font-size: 32px;
  }
}

.comp__title.big .cursor {
  height: 80px;
  margin-left: 10px;
}

@media screen and (max-width: 1279px) {
  .comp__title.big .cursor {
    height: 40px;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@media screen and (max-width: 768px) {
  .comp__title.big .cursor {
    height: 32px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.comp__hr {
  width: 100%;
  height: 1px;
  margin-top: 32px;
  background-color: #FDFEFF;
}

.comp__lowerPTtlBlock {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1312px;
  margin: 0 auto;
  padding: 240px 80px 96px;
}

@media screen and (max-width: 1279px) {
  .comp__lowerPTtlBlock {
    padding: 240px 64px 96px;
  }
}

@media screen and (max-width: 1099px) {
  .comp__lowerPTtlBlock {
    padding: 240px 0 48px;
  }
}

@media screen and (max-width: 768px) {
  .comp__lowerPTtlBlock {
    padding: 160px 0 64px;
  }
}

.comp__lowerPTtlBlockInner {
  padding: 0 80px;
}

@media screen and (max-width: 1279px) {
  .comp__lowerPTtlBlockInner {
    padding: 0 64px;
  }
}

@media screen and (max-width: 1099px) {
  .comp__lowerPTtlBlockInner {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .comp__lowerPTtlBlockInner {
    padding: 0;
  }
}

.comp__lowerPTtlWrap {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1099px) {
  .comp__lowerPTtlWrap {
    padding: 0 96px;
  }
}

@media screen and (max-width: 768px) {
  .comp__lowerPTtlWrap {
    padding: 0 32px;
  }
}

.comp__lowerPTtlBlob {
  position: absolute;
}

.comp__lowerPTtlBlob.blob01 {
  top: -65px;
  left: 373px;
  width: 424px;
}

@media screen and (max-width: 1279px) {
  .comp__lowerPTtlBlob.blob01 {
    left: 269.18px;
  }
}

@media screen and (max-width: 1099px) {
  .comp__lowerPTtlBlob.blob01 {
    display: none;
  }
}

.comp__lowerPTtlBlob.blob03 {
  top: 212px;
  right: -12px;
}

@media screen and (max-width: 1279px) {
  .comp__lowerPTtlBlob.blob03 {
    right: -198px;
  }
}

@media screen and (max-width: 1099px) {
  .comp__lowerPTtlBlob.blob03 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .comp__lowerPTtlBlob.blob03 {
    display: none;
  }
}

.comp__lowerPTtl {
  padding-right: 320px;
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 105%;
  color: #4F4C4B;
  letter-spacing: 0.02em;
  word-break: break-word;
}

@media screen and (max-width: 1279px) {
  .comp__lowerPTtl {
    padding-right: 0;
    font-size: 72px;
    line-height: 120%;
  }
}

@media screen and (max-width: 1099px) {
  .comp__lowerPTtl {
    font-size: 64px;
  }
}

@media screen and (max-width: 768px) {
  .comp__lowerPTtl {
    font-size: 40px;
  }
}

.comp__lowerPSubTtl {
  display: block;
  margin-top: 8px;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 1099px) {
  .comp__lowerPSubTtl {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .comp__lowerPSubTtl {
    font-size: 13px;
  }
}

.comp__lowerPTtlInto {
  max-width: 768px;
  margin-top: 32px;
}

@media screen and (max-width: 1099px) {
  .comp__lowerPTtlInto {
    padding: 0 96px;
  }
}

@media screen and (max-width: 768px) {
  .comp__lowerPTtlInto {
    padding: 0 32px;
  }
}

.comp__lowerPTtlBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 32px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 1099px) {
  .comp__lowerPTtlBtnWrap {
    padding: 0 96px;
  }
}

@media screen and (max-width: 768px) {
  .comp__lowerPTtlBtnWrap {
    padding: 0 32px;
  }
}

.text,
.list {
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.06em;
  word-break: break-word;
}

@media screen and (max-width: 1279px) {

  .text,
  .list {
    font-size: 15px;
  }
}

@media screen and (max-width: 1099px) {

  .text,
  .list {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {

  .text,
  .list {
    font-size: 13px;
  }
}

.text.white,
.list.white {
  color: #fff;
}

.text.centered,
.list.centered {
  text-align: center;
}

.text.bold,
.list.bold {
  font-weight: 700;
}

.polylang_en .text,
.polylang_vn .text,
.polylang_en .list,
.polylang_vn .list {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {

  .polylang_en .text,
  .polylang_vn .text,
  .polylang_en .list,
  .polylang_vn .list {
    font-size: 14px;
  }
}

@media screen and (max-width: 1099px) {

  .polylang_en .text,
  .polylang_vn .text,
  .polylang_en .list,
  .polylang_vn .list {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {

  .polylang_en .text,
  .polylang_vn .text,
  .polylang_en .list,
  .polylang_vn .list {
    font-size: 12px;
  }
}

.text__link {
  text-decoration: underline;
}

.heading2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {
  .heading2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1099px) {
  .heading2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .heading2 {
    font-size: 24px;
  }
}

.heading4 {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {
  .heading4 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1099px) {
  .heading4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .heading4 {
    font-size: 20px;
  }
}

.heading4.underlined {
  position: relative;
  padding-bottom: 24px;
}

.heading4.underlined:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
  content: "";
}

.heading4v2 {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {
  .heading4v2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1099px) {
  .heading4v2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .heading4v2 {
    font-size: 20px;
  }
}

.polylang_vn .heading4v2 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 135%;
}

@media screen and (max-width: 1279px) {
  .polylang_vn .heading4v2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1099px) {
  .polylang_vn .heading4v2 {
    font-size: 27px;
  }
}

@media screen and (max-width: 768px) {
  .polylang_vn .heading4v2 {
    font-size: 24px;
  }
}

.heading4v2.underlined {
  position: relative;
  padding-bottom: 24px;
}

.heading4v2.underlined:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
  content: "";
}

.orderList {
  list-style-type: decimal;
  -webkit-padding-start: 25px;
  padding-inline-start: 25px;
}

@media screen and (max-width: 768px) {
  .orderList {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
  }
}

.orderList li:not(:last-of-type) {
  margin-bottom: 16px;
}

.orderList__childPar {
  margin-top: 16px;
  list-style: none;
  counter-reset: item;
}

.orderList__childPar li {
  position: relative;
  padding-left: 1.75em;
  counter-increment: item;
}

.orderList__childPar li::before {
  position: absolute;
  left: 0;
  content: "(" counter(item) ") ";
}

.heading5 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.06em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 1099px) {
  .heading5 {
    padding-left: 15px;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .heading5 {
    font-size: 15px;
  }
}

.polylang_en .heading5,
.polylang_vn .heading5 {
  font-family: "Poppins", sans-serif;
  font-size: 27px;
  line-height: 150%;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1279px) {

  .polylang_en .heading5,
  .polylang_vn .heading5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1279px) {

  .polylang_en .heading5,
  .polylang_vn .heading5 {
    font-size: 21px;
  }
}

@media screen and (max-width: 1279px) {

  .polylang_en .heading5,
  .polylang_vn .heading5 {
    font-size: 15px;
  }
}

.heading5.bar {
  padding-left: 22px;
}

@media screen and (max-width: 1099px) {
  .heading5.bar {
    padding-left: 15px;
  }
}

.heading5.bar:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 4px;
  background-color: #0354B4;
  content: "";
}

.heading6 {
  position: relative;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1099px) {
  .heading6 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .heading6 {
    font-size: 15px;
  }
}

.heading6.bar {
  padding-left: 20px;
}

@media screen and (max-width: 1099px) {
  .heading6.bar {
    padding-left: 16px;
  }
}

.heading6.bar:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 4px;
  background-color: #0354B4;
  content: "";
}

.memberList .heading4 {
  font-family: "Poppins", sans-serif;
}

.headingBox__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 32px;
  padding-bottom: 24px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px 12px;
}

@media screen and (max-width: 1099px) {
  .headingBox__wrap {
    padding-bottom: 16px;
  }
}

.headingBox__wrap:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
  content: "";
}

.headingBox__wrap .text {
  line-height: 170%;
}

.headingBox__ttl {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  color: #0354B4;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {
  .headingBox__ttl {
    font-size: 32px;
  }
}

@media screen and (max-width: 1099px) {
  .headingBox__ttl {
    font-size: 27px;
  }
}

@media screen and (max-width: 768px) {
  .headingBox__ttl {
    font-size: 24px;
  }
}

.polylang_en .headingBox__ttl,
.polylang_vn .headingBox__ttl {
  font-size: 36px;
  line-height: 135%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {

  .polylang_en .headingBox__ttl,
  .polylang_vn .headingBox__ttl {
    font-size: 32px;
  }
}

@media screen and (max-width: 1099px) {

  .polylang_en .headingBox__ttl,
  .polylang_vn .headingBox__ttl {
    font-size: 27px;
  }
}

@media screen and (max-width: 768px) {

  .polylang_en .headingBox__ttl,
  .polylang_vn .headingBox__ttl {
    font-size: 24px;
  }
}

/*====================================================================
|
| topPage
|
====================================================================*/
.is_frontpage,
.is_home {
  background-color: #F2F5F7;
}

.is_home {
  overflow-x: hidden;
}

/*====================================================================
|
| kvSec
|
====================================================================*/
.overflowHidden {
  overflow: hidden;
}

.kvSec__ttlWrapCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1099px) {
  .kvSec__ttlWrapCont {
    height: 78vh;
  }
}

.kvSec__ttlWrap {
  position: relative;
  z-index: 1;
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 19px;
}

.kvSec__innerWrapper {
  overflow-x: hidden;
  margin-bottom: -118vh;
  padding-bottom: 100vh;
}

@media screen and (max-width: 1099px) {
  .kvSec__innerWrapper {
    margin-bottom: -100vh;
    padding: 222.5px 0 158px;
    padding-bottom: calc(158px + 100vh);
  }
}

@media screen and (max-width: 768px) {
  .kvSec__innerWrapper {
    margin-bottom: 0;
    padding: 0;
    padding-bottom: 0;
  }
}

.kvSec__inner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

.kvSec__ttl {
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1279px) {
  .kvSec__ttl {
    font-size: 64px;
  }
}

@media screen and (max-width: 1099px) {
  .kvSec__ttl {
    font-size: 56px;
  }
}

@media screen and (max-width: 768px) {
  .kvSec__ttl {
    font-size: 36px;
  }
}

.kvSec__ttl.u-pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .kvSec__ttl.u-pc {
    display: block;
  }
}

.kvSec__ttl.visibleMaxTablet {
  display: none;
}

@media screen and (max-width: 1099px) {
  .kvSec__ttl.visibleMaxTablet {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .kvSec__ttl.visibleMaxTablet {
    display: block;
  }
}

.kvSec__subTtl {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
  .kvSec__subTtl {
    font-size: 13px;
  }
}

.polylang_en .kvSec__subTtl,
.polylang_vn .kvSec__subTtl {
  font-weight: 500;
}

@media screen and (max-width: 768px) {

  .polylang_en .kvSec__subTtl,
  .polylang_vn .kvSec__subTtl {
    margin: 0 113px;
    font-size: 12px;
  }
}

.kvSec__blob {
  position: absolute;
  z-index: -1;
}

.kvSec__blob.blob01 {
  top: -65px;
  left: 413px;
  width: 424px;
}

@media screen and (max-width: 1279px) {
  .kvSec__blob.blob01 {
    left: 269.18px;
  }
}

@media screen and (max-width: 1099px) {
  .kvSec__blob.blob01 {
    display: none;
  }
}

.kvSec__blob.blob02 {
  top: 253px;
  left: -267px;
}

@media screen and (max-width: 1279px) {
  .kvSec__blob.blob02 {
    left: -411px;
  }
}

@media screen and (max-width: 1099px) {
  .kvSec__blob.blob02 {
    top: 187px;
    left: -153px;
    width: 337px;
  }

  .kvSec__blob.blob02 svg {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .kvSec__blob.blob02 {
    top: 193px;
    left: -108px;
    width: 195px;
  }
}

.kvSec__blob.blob03 {
  top: 172.9px;
  right: -133px;
}

@media screen and (max-width: 1279px) {
  .kvSec__blob.blob03 {
    right: -276px;
  }
}

@media screen and (max-width: 1099px) {
  .kvSec__blob.blob03 {
    top: 492px;
    right: -109px;
    width: 241px;
  }

  .kvSec__blob.blob03 svg {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .kvSec__blob.blob03 {
    top: 337px;
    right: -72px;
    width: 139px;
  }
}

.kvSec__vblob {
  position: absolute;
}

.kvSec__vblob.vblob01 {
  top: -95px;
  left: -28px;
  width: 780px;
  height: 856px;
}

@media screen and (min-width: 1101px) and (max-width: 1440px) {
  .kvSec__vblob.vblob01 {
    left: -64px;
  }
}

@media screen and (max-width: 1279px) {
  .kvSec__vblob.vblob01 {
    top: -45px;
    left: -64px;
    width: 592.79px;
    height: 650.55px;
  }
}

@media screen and (max-width: 1099px) {
  .kvSec__vblob.vblob01 {
    display: none;
  }
}

.kvSec__vblob.vblob02 {
  top: -1px;
  right: -69px;
  width: 540px;
  height: 800px;
}

@media screen and (min-width: 1101px) and (max-width: 1440px) {
  .kvSec__vblob.vblob02 {
    right: -69px;
  }
}

@media screen and (max-width: 1279px) {
  .kvSec__vblob.vblob02 {
    top: -1px;
    right: -101px;
    width: 409.72px;
    height: 607px;
  }
}

@media screen and (max-width: 1099px) {
  .kvSec__vblob.vblob02 {
    display: none;
  }
}

.kvSec__vblob.vblob03 {
  display: none;
}

@media screen and (max-width: 1099px) {
  .kvSec__vblob.vblob03 {
    top: 187px;
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .kvSec__vblob.vblob03 {
    top: 129px;
    display: block;
  }
}

.kvSec__vblob video {
  width: 100%;
  height: auto;
}

.kvSec__vblob video::-webkit-media-controls {
  display: block !important;
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
}

/*====================================================================
|
| introSec
|
====================================================================*/
.introSec.introTabletMax {
  position: relative;
}

.introSec__inner {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 32px;
}

@media screen and (max-width: 768px) {
  .introSec__inner {
    padding: 0 8px;
  }
}

.introSec__animArea {
  position: relative;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.introSec__vidArea {
  position: -webkit-sticky;
  position: sticky;
  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;
  width: 100%;
  height: 100vh;
  border-radius: 48px 48px 32px 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.introSec__vidWrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: calc(100% - 64px);
  border-radius: 48px 48px 32px 32px;
}

@media screen and (max-width: 768px) {
  .introSec__vidWrap {
    height: calc(100% - 16px);
  }
}

.introSec__vidWrap img,
.introSec__vidWrap video,
.introSec__vidWrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 48px 48px 32px 32px;
  -o-object-fit: cover;
  object-fit: cover;
}

.introSec__vidWrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .introSec__vidWrap iframe {
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .introSec__vidWrap iframe {
    width: 177.78vh;
  }
}

.introSec__vidWrapOverlay {
  position: absolute;
  height: calc(100vh - 40px);
  opacity: 0.7;
  inset: 0;
}

.introSec__infoArea {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .introSec__infoArea {
    padding: 0 32px;
  }
}

.introSec__infoInner {
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 32px;
}

.introSec__infoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 1279px) {
  .introSec__infoWrap {
    gap: 16px;
  }
}

.polylang_en .introSec__infoWrap,
.polylang_vn .introSec__infoWrap {
  max-width: 640px;
}

@media screen and (max-width: 1099px) {

  .polylang_en .introSec__infoWrap,
  .polylang_vn .introSec__infoWrap {
    max-width: 480px;
  }
}

.introSec__infoTtl {
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {
  .introSec__infoTtl {
    font-size: 32px;
  }
}

@media screen and (max-width: 1099px) {
  .introSec__infoTtl {
    font-size: 27px;
  }
}

@media screen and (max-width: 768px) {
  .introSec__infoTtl {
    font-size: 24px;
  }
}

.polylang_en .introSec__infoTtl,
.polylang_vn .introSec__infoTtl {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 135%;
}

@media screen and (max-width: 1279px) {

  .polylang_en .introSec__infoTtl,
  .polylang_vn .introSec__infoTtl {
    margin-bottom: 0;
    font-size: 32px;
  }
}

@media screen and (max-width: 1099px) {

  .polylang_en .introSec__infoTtl,
  .polylang_vn .introSec__infoTtl {
    font-size: 27px;
  }
}

@media screen and (max-width: 768px) {

  .polylang_en .introSec__infoTtl,
  .polylang_vn .introSec__infoTtl {
    font-size: 24px;
  }
}

.introSec__infoTxt {
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  color: #fff;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {
  .introSec__infoTxt {
    font-size: 15px;
  }
}

.introSec__innerTablet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 56px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 48px;
}

@media screen and (max-width: 768px) {
  .introSec__innerTablet {
    padding: 0 8px;
  }
}

.introSec__tabletFig {
  position: relative;
  overflow: hidden;
  overflow: hidden;
  width: 100%;
  /* 16:9 aspect ratio (9/16 = 0.5625) */
  height: 0;
  /* Container fills width */
  padding-bottom: 56.25%;
  border-radius: 16px;
}

.introSec__tabletFig iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.introSec__innerTabletInfoTitle {
  font-size: 27px;
  font-weight: 700;
  font-style: Bold;
  line-height: 150%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .introSec__innerTabletInfoTitle {
    font-size: 24px;
  }
}

.introSec__innerTabletInfoWrap {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .introSec__innerTabletInfoWrap {
    padding: 0 32px;
  }
}

.introSec__innerTabletDescWrap {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

.introSec__innerTabletBtnWrap {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

/*====================================================================
|
| introSec
|
====================================================================*/
.marqueeSec {
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  .marqueeSec {
    margin-top: 96px;
  }
}

.marqueeSec__inner {
  overflow-x: hidden;
}

.marqueeSec__marquee {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-50% - 36px));
    transform: translateX(calc(-50% - 36px));
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-50% - 36px));
    transform: translateX(calc(-50% - 36px));
  }
}

.marqueeSec__marqueeList {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 36px;
}

.marqueeSec__marqueeItem {
  overflow: hidden;
  border-radius: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.marqueeSec__marqueeItem:nth-of-type(even) {
  width: 607px;
  height: 427px;
}

@media screen and (max-width: 1099px) {
  .marqueeSec__marqueeItem:nth-of-type(even) {
    width: 468px;
    height: 329px;
  }
}

@media screen and (max-width: 768px) {
  .marqueeSec__marqueeItem:nth-of-type(even) {
    width: 377px;
    height: 265px;
  }
}

.marqueeSec__marqueeItem:nth-of-type(odd) {
  width: 319px;
  height: 319px;
}

@media screen and (max-width: 1099px) {
  .marqueeSec__marqueeItem:nth-of-type(odd) {
    width: 247px;
    height: 247px;
  }
}

@media screen and (max-width: 768px) {
  .marqueeSec__marqueeItem:nth-of-type(odd) {
    width: 198px;
    height: 198px;
  }
}

.marqueeSec__marqueeItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/*====================================================================
|
| pointSec
|
====================================================================*/
.pointSec {
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  .pointSec {
    margin-top: 96px;
  }
}

.pointSec__inner {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1246px;
  margin: 0 auto;
  padding: 0 97px;
}

@media screen and (max-width: 1279px) {
  .pointSec__inner {
    padding: 0 48px;
  }
}

@media screen and (max-width: 768px) {
  .pointSec__inner {
    padding: 0 32px;
  }
}

.pointSec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 96px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 64px;
}

@media screen and (max-width: 1099px) {
  .pointSec__list {
    padding-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .pointSec__list {
    padding-top: 48px;
  }
}

.pointSec__item {
  position: relative;
  z-index: 1;
  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-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 72px;
}

@media screen and (max-width: 1099px) {
  .pointSec__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}

.pointSec__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1099px) {
  .pointSec__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.pointSec__item:nth-of-type(even) .pointSec__itemInfoLower {
  width: 100%;
  max-width: 560px;
  padding-right: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.pointSec__itemFig {
  overflow: hidden;
  width: 480px;
  border-radius: 1000px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1279px) {
  .pointSec__itemFig {
    width: 372px;
  }
}

@media screen and (max-width: 768px) {
  .pointSec__itemFig {
    width: 311px;
  }
}

.pointSec__itemInfo {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

@media screen and (max-width: 1099px) {
  .pointSec__itemInfo {
    width: 100%;
  }
}

.pointSec__infoNum {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: underline;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1279px) {
  .pointSec__infoNum {
    font-size: 15px;
  }
}

@media screen and (max-width: 1099px) {
  .pointSec__infoNum {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .pointSec__infoNum {
    font-size: 13px;
  }
}

.polylang_en .pointSec__infoNum,
.polylang_vn .pointSec__infoNum {
  margin-bottom: 16px;
}

.pointSec__itemInfoLower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 614px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 32px;
}

@media screen and (max-width: 1099px) {
  .pointSec__itemInfoLower {
    max-width: unset;
  }
}

.pointSec__itemInfoTextCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 510px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 13px;
}

@media screen and (max-width: 1099px) {
  .pointSec__itemInfoTextCont {
    max-width: unset;
  }
}

.pointSec__infoTtl {
  font-size: 28px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {
  .pointSec__infoTtl {
    font-size: 25px;
  }
}

@media screen and (max-width: 1099px) {
  .pointSec__infoTtl {
    font-size: 21px;
  }
}

@media screen and (max-width: 768px) {
  .pointSec__infoTtl {
    font-size: 18px;
  }
}

.pointSec__infoTtl span {
  color: #0354B4;
}

.polylang_en .pointSec__infoTtl,
.polylang_vn .pointSec__infoTtl {
  font-size: 27px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.04em;
}

.pointSec__infoTxt {
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.06em;
}

.pointSec__decor {
  position: absolute;
  height: 440.27px;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

@media screen and (max-width: 768px) {
  .pointSec__decor {
    display: none;
  }
}

@media screen and (max-width: 1099px) {
  .pointSec__decor {
    display: none;
  }
}

.pointSec__decor img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1279px) {
  .pointSec__decor.decor01 {
    height: 308.19px;
  }
}

@media screen and (max-width: 1279px) {
  .pointSec__decor.decor02 {
    height: 308.19px;
  }
}

/*====================================================================
|
| intrvwSec
|
====================================================================*/
.intrvwSec {
  margin-top: 160px;
}

.intrvwSec__inner {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 96px;
}

@media screen and (max-width: 1279px) {
  .intrvwSec__inner {
    padding: 0 48px;
  }
}

@media screen and (max-width: 768px) {
  .intrvwSec__inner {
    padding: 0 16px;
  }
}

.intrvwSec__box {
  position: relative;
}

.intrvwSec__innerBox {
  position: relative;
  overflow: hidden;
  padding: 64px 48px;
  border-radius: 48px;
  background-color: #FDFEFF;
}

@media screen and (max-width: 768px) {
  .intrvwSec__innerBox {
    padding: 32px 24px;
    border-radius: 16px;
  }
}

.intrvwSec__ttlWrap {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1099px) {
  .intrvwSec__ttlWrap {
    padding-right: 32px 24px;
  }
}

.intrvwSec .comp__hr {
  width: calc(100% + 96px);
  background-color: #F0F0F0;
  -webkit-transform: translateX(-48px);
  transform: translateX(-48px);
}

@media screen and (max-width: 768px) {
  .intrvwSec .comp__hr {
    width: calc(100% + 48px);
    margin-top: 16px;
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
  }
}

.intrvwSec__content {
  padding-top: 32px;
}

@media screen and (max-width: 768px) {
  .intrvwSec__content {
    padding-top: 16px;
  }
}

.intrvwSec__peopleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

@media screen and (max-width: 1279px) {
  .intrvwSec__peopleList {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.intrvwSec__peopleItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: calc(50% - 8px);
  padding: 32px;
  border-radius: 16px;
  background-color: #F2F5F7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 32px;
}

@media screen and (max-width: 1279px) {
  .intrvwSec__peopleItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1099px) {
  .intrvwSec__peopleItem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .intrvwSec__peopleItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 16px;
  }
}

.intrvwSec__peopleFig {
  overflow: hidden;
  width: 172px;
  border-radius: 5000px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1279px) {
  .intrvwSec__peopleFig {
    width: 218px;
  }
}

@media screen and (max-width: 1099px) {
  .intrvwSec__peopleFig {
    width: 181px;
  }
}

.intrvwSec__peoplePos {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  color: #0354B4;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1279px) {
  .intrvwSec__peoplePos {
    font-size: 15px;
  }
}

@media screen and (max-width: 1099px) {
  .intrvwSec__peoplePos {
    font-size: 16px;
  }
}

.intrvwSec__peopleItemInfo {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}

@media screen and (max-width: 1279px) {
  .intrvwSec__peopleItemInfo {
    width: 100%;
  }
}

.intrvwSec__peopleTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 21px;
  font-weight: 900;
  line-height: 150%;
  color: #FDFEFF;
  letter-spacing: 0.06em;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4px;
}

@media screen and (max-width: 1279px) {
  .intrvwSec__peopleTxt {
    font-size: 18px;
  }
}

@media screen and (max-width: 1099px) {
  .intrvwSec__peopleTxt {
    font-size: 15px;
  }
}

.intrvwSec__peopleTxt span {
  display: inline-block;
  padding: 0 4px;
  background-color: #4F4C4B;
}

.intrvwSec__peopleTxt span+.intrvwSec__peopleTxt span {
  margin-top: 4px;
}

.intrvwSec .comp__button.btn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px 0 0 auto;
}

@media screen and (max-width: 768px) {
  .intrvwSec .comp__button.btn01 {
    margin: 32px auto 0 auto;
  }
}

.intrvwSec__lowerBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 32px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

@media screen and (max-width: 768px) {
  .intrvwSec__lowerBtnWrap {
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.intrvwSec .intrvwSecSwiper {
  margin-top: 32px;
}

.intrvwSec .intrvwSecSwiper .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.intrvwSec .intrvwSecSwiper .swiper-slide {
  width: 394px;
  height: auto !important;
}

@media screen and (max-width: 1099px) {
  .intrvwSec .intrvwSecSwiper .swiper-slide {
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .intrvwSec .intrvwSecSwiper .swiper-slide {
    width: 268px;
  }
}

.intrvwSec .intrvwSecSwiper__slideCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  background-color: #F2F5F7;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 1100px) {
  .intrvwSec .intrvwSecSwiper__slideCard:hover {
    opacity: 0.7;
  }
}

.intrvwSec .intrvwSecSwiper__slideCard:active {
  opacity: 0.7;
}

.intrvwSec .intrvwSecSwiper__infoWrap {
  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 24px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .intrvwSec .intrvwSecSwiper__infoWrap {
    padding: 32px 16px;
  }
}

.intrvwSec .intrvwSecSwiper__infoPos {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  color: #888D93;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1279px) {
  .intrvwSec .intrvwSecSwiper__infoPos {
    font-size: 15px;
  }
}

@media screen and (max-width: 1099px) {
  .intrvwSec .intrvwSecSwiper__infoPos {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .intrvwSec .intrvwSecSwiper__infoPos {
    font-size: 13px;
  }
}

.intrvwSec .intrvwSecSwiper__infoName {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #0354B4;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {
  .intrvwSec .intrvwSecSwiper__infoName {
    font-size: 18px;
  }
}

@media screen and (max-width: 1099px) {
  .intrvwSec .intrvwSecSwiper__infoName {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .intrvwSec .intrvwSecSwiper__infoName {
    font-size: 15px;
  }
}

.intrvwSec .intrvwSecSwiper__infoTxt {
  font-size: 21px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {
  .intrvwSec .intrvwSecSwiper__infoTxt {
    font-size: 18px;
  }
}

@media screen and (max-width: 1099px) {
  .intrvwSec .intrvwSecSwiper__infoTxt {
    font-size: 15px;
  }
}

.intrvwSec .intrvwSecSwiper__imgWrap {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 0 0 25px 0;
}

.intrvwSec .iintrvwSecSwiper__imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.intrvwSec__blob {
  position: absolute;
  top: -131px;
  left: -170px;
}

/*====================================================================
|
| projSec
|
====================================================================*/
.projSec {
  margin-top: 96px;
}

.projSec__inner {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 96px;
}

@media screen and (max-width: 1279px) {
  .projSec__inner {
    padding: 0 48px;
  }
}

@media screen and (max-width: 768px) {
  .projSec__inner {
    padding: 0 16px;
  }
}

.projSec__box {
  position: relative;
  overflow: hidden;
  padding: 64px 48px;
  border-radius: 48px;
  background: -webkit-gradient(linear, left top, right top, from(#003ABE), to(#3971F0));
  background: -webkit-linear-gradient(left, #003ABE 0%, #3971F0 100%);
  background: linear-gradient(90deg, #003ABE 0%, #3971F0 100%);
  background-color: #FDFEFF;
}

@media screen and (max-width: 768px) {
  .projSec__box {
    padding: 32px 24px;
    border-radius: 16px;
  }
}

.projSec__ttlWrap {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.projSec .comp__hr {
  width: calc(100% + 96px);
  background-color: #F0F0F0;
  opacity: 0.2;
  -webkit-transform: translateX(-48px);
  transform: translateX(-48px);
}

.projSec__content {
  position: relative;
  padding-top: 32px;
}

.projSec__swiper {
  position: relative;
  margin-top: 32px;
}

.projSec .swiper-slide {
  width: 394.75px;
  height: auto !important;
}

@media screen and (max-width: 768px) {
  .projSec .swiper-slide {
    width: 268px;
  }
}

.projSec__swipeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 394.75px;
  height: 100%;
  border-radius: 16px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .projSec__swipeItem {
    width: 268px;
  }
}

.projSec__swiperItemLink {
  display: block;
  height: 100%;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (min-width: 1100px) {
  .projSec__swiperItemLink:hover {
    opacity: 0.7;
  }
}

.projSec__swiperItemLink:active {
  opacity: 0.7;
}

.projSec__swipeItemFig {
  width: 100%;
  height: 222.42px;
}

.projSec__swipeItemFig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.projSec__swipeItemCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 32px;
  padding-bottom: 63.58px;
  background-color: #FDFEFF;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .projSec__swipeItemCont {
    padding: 32px 16px;
  }
}

.projSec__swipeItemTtl {
  font-family: "Poppins", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1099px) {
  .projSec__swipeItemTtl {
    font-size: 21px;
  }
}

@media screen and (max-width: 768px) {
  .projSec__swipeItemTtl {
    font-size: 18px;
  }
}

.projSec__swipeTagWrap {
  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-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .projSec__swipeTagWrap {
    gap: 4px;
  }
}

.projSec__swipeTag {
  padding: 8px 12px;
  border-radius: 32px;
  background-color: #F2F5F7;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #938B88;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1099px) {
  .projSec__swipeTag {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .projSec__swipeTag {
    padding: 8px;
  }
}

.projSec__blob {
  position: absolute;
  z-index: 0;
  top: -148px;
  right: -250px;
}

@media screen and (max-width: 1099px) {
  .projSec__blob {
    right: -601px;
    width: 704px;
  }

  .projSec__blob svg {
    width: 100%;
    height: auto;
  }
}

.projSec .comp__button.btn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px 0 0 auto;
}

@media screen and (max-width: 768px) {
  .projSec .comp__button.btn01 {
    display: none;
  }
}

.projSec__lowerBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 32px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

@media screen and (max-width: 768px) {
  .projSec__lowerBtnWrap {
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*====================================================================
|
| resultSec
|
====================================================================*/
.resultSec {
  padding-top: 96px;
}

.resultSec__inner {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 96px;
}

.resultSec__inner.content {
  max-width: 1274px;
}

@media screen and (max-width: 1099px) {
  .resultSec__inner {
    padding: 0 94px;
  }
}

@media screen and (max-width: 768px) {
  .resultSec__inner {
    padding: 0 32px;
  }
}

.resultSec .comp__hr {
  margin-top: 16px;
  margin-bottom: 16px;
}

.resultSec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 64px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 32px;
}

@media screen and (max-width: 914px) {
  .resultSec__list {
    gap: 32px;
  }
}

@media screen and (max-width: 1099px) {
  .resultSec__list {
    margin-top: 32px;
    gap: 16px;
  }
}

.resultSec__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: 403.33px;
  height: 403.33px;
  padding: 105px 50px;
  border-radius: 10000px;
  background-color: #FDFEFF;
  -webkit-box-shadow: inset 0 0 0 9.67px #FAFBFC, 0 0 0 1px #F0F0F0;
  box-shadow: inset 0 0 0 9.67px #FAFBFC, 0 0 0 1px #F0F0F0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  gap: 13px;
}

@media screen and (max-width: 1099px) {
  .resultSec__item {
    width: 340px;
    height: 340px;
  }
}

@media screen and (max-width: 768px) {
  .resultSec__item {
    width: 279px;
    height: 279px;
  }
}

.resultSec__item .text {
  text-align: center;
}

.polylang_en .resultSec__item,
.polylang_vn .resultSec__item {
  padding: 105px 50px;
}

@media screen and (max-width: 1099px) {

  .polylang_en .resultSec__item,
  .polylang_vn .resultSec__item {
    padding: 80px 40px;
  }
}

@media screen and (max-width: 768px) {

  .polylang_en .resultSec__item,
  .polylang_vn .resultSec__item {
    padding: 40px 20px;
  }
}

.resultSec__itemPreTtl {
  font-size: 21px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1099px) {
  .resultSec__itemPreTtl {
    font-size: 17px;
  }
}

.polylang_en .resultSec__itemPreTtl,
.polylang_vn .resultSec__itemPreTtl {
  font-size: 20px;
}

@media screen and (max-width: 1279px) {

  .polylang_en .resultSec__itemPreTtl,
  .polylang_vn .resultSec__itemPreTtl {
    font-size: 18px;
  }
}

@media screen and (max-width: 1099px) {

  .polylang_en .resultSec__itemPreTtl,
  .polylang_vn .resultSec__itemPreTtl {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {

  .polylang_en .resultSec__itemPreTtl,
  .polylang_vn .resultSec__itemPreTtl {
    font-size: 15px;
  }
}

.resultSec__itemQuan {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  color: #0354B4;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1099px) {
  .resultSec__itemQuan {
    font-size: 32px;
  }
}

.resultSec__itemQuan span {
  font-size: 21px;
  font-weight: 700;
  line-height: 150%;
  color: #4F4C4B;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1099px) {
  .resultSec__itemQuan span {
    font-size: 17px;
  }
}

.polylang_en .resultSec__itemQuan span,
.polylang_vn .resultSec__itemQuan span {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

@media screen and (max-width: 1279px) {

  .polylang_en .resultSec__itemQuan span,
  .polylang_vn .resultSec__itemQuan span {
    font-size: 18px;
  }
}

@media screen and (max-width: 1099px) {

  .polylang_en .resultSec__itemQuan span,
  .polylang_vn .resultSec__itemQuan span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {

  .polylang_en .resultSec__itemQuan span,
  .polylang_vn .resultSec__itemQuan span {
    font-size: 15px;
  }
}

.resultSec__listAnnot {
  margin-top: 32px;
  font-size: 12px;
  font-weight: 500;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {
  .resultSec__listAnnot {
    font-size: 11px;
  }
}

.polylang_en .resultSec__listAnnot,
.polylang_vn .resultSec__listAnnot {
  font-weight: 400;
}

/*====================================================================
|
| clientSec
|
====================================================================*/
.clientSec {
  margin-top: 96px;
}

.clientSec__inner {
  max-width: 1248px;
  margin: 0 auto;
}

.clientSec__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 64px 0;
  border-radius: 48px;
  background-color: #FDFEFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .clientSec__box {
    padding: 32px 0;
    border-radius: 0;
  }
}

.clientSec__boxTtl {
  font-size: 28px;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279px) {
  .clientSec__boxTtl {
    font-size: 24px;
  }
}

@media screen and (max-width: 1099px) {
  .clientSec__boxTtl {
    font-size: 21px;
  }
}

@media screen and (max-width: 768px) {
  .clientSec__boxTtl {
    font-size: 18px;
  }
}

.clientSec__logoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-animation: marqueeClient 10s linear infinite;
  animation: marqueeClient 10s linear infinite;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 16px;
}

@-webkit-keyframes marqueeClient {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-25% + 24px));
    transform: translateX(calc(-25% + 24px));
  }
}

@keyframes marqueeClient {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-25% + 24px));
    transform: translateX(calc(-25% + 24px));
  }
}

.clientSec__logoList.list2 {
  margin-top: 16px;
  -webkit-animation: marqueeClient 10s linear infinite;
  animation: marqueeClient 10s linear infinite;
}

.clientSec__logoItem {
  height: 52px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1279px) {
  .clientSec__logoItem {
    height: 43.08px;
  }
}

@media screen and (max-width: 768px) {
  .clientSec__logoItem {
    height: 56px;
  }
}

.clientSec__logoItem img {
  width: auto;
  height: 100%;
}

/*====================================================================
|
| recruitSec
|
====================================================================*/
.recruitSec {
  height: 1796px;
  margin-top: 160px;
  padding-top: 339.67px;
  padding-bottom: 661px;
}

@media screen and (max-width: 1279px) {
  .recruitSec {
    height: 2371px;
    margin-top: 0;
    padding-top: 939.1px;
    padding-bottom: 787px;
  }
}

@media screen and (max-width: 1099px) {
  .recruitSec {
    height: 2309px;
    padding-top: 928.5px;
    padding-bottom: 766px;
  }
}

@media screen and (max-width: 768px) {
  .recruitSec {
    height: 1793px;
    padding-top: 700px;
    padding-bottom: 605px;
  }
}

.recruitSec__inner {
  position: relative;
  max-width: 1246px;
  margin: 0 auto;
}

.recruitSec__wrapper {
  position: relative;
  z-index: 1;
  max-width: 1114px;
  margin: 0 auto;
}

@media screen and (max-width: 1279px) {
  .recruitSec__wrapper {
    max-width: 480px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .recruitSec__wrapper {
    max-width: 327px;
  }
}

@media screen and (max-width: 1099px) {
  .recruitSec__wrapper p.text {
    font-size: 12px;
  }
}

.polylang_en .recruitSec__wrapper p.text,
.polylang_vn .recruitSec__wrapper p.text {
  max-width: 511px;
}

.recruitSec__intro {
  position: relative;
  z-index: 1;
}

.recruitSec .comp__title {
  margin-bottom: 16px;
}

@media screen and (max-width: 1279px) {
  .recruitSec .comp__title {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 768px) {
  .recruitSec .comp__title {
    margin-bottom: 16px;
  }
}

.recruitSec__linkWrap {
  position: absolute;
  z-index: 1;
  top: 180px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 511px;
  height: 720px;
  margin: 20px auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
}

@media screen and (max-width: 1279px) {
  .recruitSec__linkWrap {
    position: relative;
    max-width: 480px;
    height: initial;
    margin: 32px auto 0;
    -webkit-transform: none;
    transform: none;
    inset: unset;
  }
}

@media screen and (max-width: 768px) {
  .recruitSec__linkWrap {
    max-width: 327px;
  }
}

.recruitSec__linkCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

.recruitSec__linkListTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 24px;
  font-weight: 900;
  line-height: 150%;
  color: #FDFEFF;
  letter-spacing: 0.06em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

.recruitSec__linkListTtl:after {
  height: 1px;
  background-color: #FDFEFF;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 1099px) {
  .recruitSec__linkListTtl {
    font-size: 21px;
  }
}

.polylang_en .recruitSec__linkListTtl,
.polylang_vn .recruitSec__linkListTtl {
  font-size: 28px;
  font-weight: 700;
}

@media screen and (max-width: 1279px) {

  .polylang_en .recruitSec__linkListTtl,
  .polylang_vn .recruitSec__linkListTtl {
    font-size: 24px;
  }
}

@media screen and (max-width: 1099px) {

  .polylang_en .recruitSec__linkListTtl,
  .polylang_vn .recruitSec__linkListTtl {
    font-size: 21px;
  }
}

@media screen and (max-width: 768px) {

  .polylang_en .recruitSec__linkListTtl,
  .polylang_vn .recruitSec__linkListTtl {
    font-size: 18px;
  }
}

.recruitSec__linkList {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}

.recruitSec__linkItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 8px 24px;
  border-radius: 4px;
  background-color: #FDFEFF;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 165%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 1100px) {
  .recruitSec__linkItem:hover {
    opacity: 0.7;
  }
}

.recruitSec__linkItem:active {
  opacity: 0.7;
}

@media screen and (max-width: 1099px) {
  .recruitSec__linkItem {
    padding: 8px 16px;
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .recruitSec__linkItem {
    font-size: 13px;
  }
}

.recruitSec__linkItem:after {
  position: absolute;
  right: 23px;
  display: block;
  width: 7px;
  height: 14px;
  background: url("../images/icon/arrow_right_blue.svg") center/cover no-repeat;
  content: "";
}

.recruitSec__bg {
  position: absolute;
  top: -340px;
  left: -411px;
  width: 2067px;
}

@media screen and (max-width: 1279px) {
  .recruitSec__bg {
    top: calc(50% + 15px);
    left: 50%;
    width: 2025px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1099px) {
  .recruitSec__bg {
    top: calc(50% - 50px);
    width: 1735px;
  }
}

@media screen and (max-width: 768px) {
  .recruitSec__bg {
    top: calc(50% + 130px);
    width: 915px;
  }
}

.recruitSec__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 16px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

/*====================================================================
|
| accessSec
|
====================================================================*/
.accessSec {
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  .accessSec {
    margin-top: 56px;
  }
}

.accessSec__inner {
  padding: 271px 50px;
  background: url("../images/top/access_bg.png") center/cover no-repeat;
}

@media screen and (max-width: 1279px) {
  .accessSec__inner {
    padding: 175px 50px;
  }
}

@media screen and (max-width: 1099px) {
  .accessSec__inner {
    padding: 132.5px 65px;
  }
}

@media screen and (max-width: 768px) {
  .accessSec__inner {
    padding: 93px 32px;
  }
}

.accessSec__box {
  max-width: 640px;
  margin: 0 auto;
  padding: 48px 44px;
  border-radius: 16px;
  background-color: #FDFEFF;
}

@media screen and (max-width: 768px) {
  .accessSec__box {
    padding: 32px;
  }
}

.accessSec__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 512px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
}

.accessSec p.text {
  text-align: center;
}

.accessSec__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 32px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .accessSec__btnWrap {
    margin-top: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.accessSec__btnWrap .comp__button {
  white-space: nowrap;
}

.accessSec__btnWrap .comp__button::before {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.accessSec__btnWrap .comp__button.messenger::before {
  width: 22px;
  height: 22px;
  border-radius: 0;
  background: url("../images/icon/icon_messenger.png") center/contain no-repeat;
  background-color: transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.accessSec__btnWrap .comp__button.mail::before {
  width: 22px;
  height: 22px;
  border-radius: 0;
  background: url("../images/icon/icon_mail.png") center/contain no-repeat;
  background-color: transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 1100px) {
  .accessSec__btnWrap .comp__button:hover.messenger::before {
    background: url("../images/icon/icon_messenger_blue.png") center/contain no-repeat;
  }

  .accessSec__btnWrap .comp__button:hover.mail::before {
    background: url("../images/icon/icon_mail_blue.png") center/contain no-repeat;
  }
}

.accessSec__btnWrap .comp__button:active.messenger::before {
  background: url("../images/icon/icon_messenger_blue.png") center/contain no-repeat;
}

.accessSec__btnWrap .comp__button:active.mail::before {
  background: url("../images/icon/icon_mail_blue.png") center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .accessSec__btnWrap .comp__button {
    min-width: 242px;
  }
}

@media screen and (max-width: 768px) {

  .polylang_en .accessSec__btnWrap .comp__button,
  .polylang_vn .accessSec__btnWrap .comp__button {
    min-width: 263px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1279px) {
  .cus_response__linkCont {
    max-width: 480px;
  }
}

@media screen and (max-width: 768px) {
  .cus_response__linkCont {
    max-width: 327px;
  }
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

.br_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .br_sp {
    display: block;
  }
}

.text-justify {
  text-align: justify !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.aboutPage__assoItem img {
  border-radius: 15px;
}
/*# sourceMappingURL=maps/inline.css.map */