object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

b, strong, th {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

sub, sup {
  font-size: 75%;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}

ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0;
}

label {
  font-weight: normal;
}

input[type=text], input[type=email], input[type=password] {
  padding-left: 12px;
  padding-right: 12px;
}

select {
  padding-left: 8px;
}

input[type=number] {
  padding-left: 5px;
}

textarea {
  padding: 8px 12px 5px 12px;
}

input, textarea, select, button, a {
  outline: none;
}

button {
  border: none;
  background: none;
  padding: 0;
}

* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top);
}

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.col-mar-0 > div[class^=col-] {
  padding-left: 0px;
  padding-right: 0px;
}

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.col-mar-5 > div[class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px;
}

.col-mar-8 > div[class^=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.col-mar-10 > div[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

html,
body {
  font-size: 16px;
  color: #333;
  background: #fff;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding: 4.5rem 0 0 0;
}
html.show-menu,
body.show-menu {
  overflow: hidden;
}

body {
  overflow-x: hidden;
  line-height: 1.3;
  font-family: "Roboto", sans-serif, -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";
}
body.show-menu {
  overflow: hidden;
}
body.show-menu {
  overflow: hidden;
}
body a {
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: 0.3s all 0s;
  transition: 0.3s all 0s;
}
body a:hover, body a:focus, body a:active {
  color: #D9A21A;
  outline: none;
}

textarea,
input,
button {
  outline: none !important;
}

body::-webkit-scrollbar-track {
  background-color: #fff;
}

body::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #194980;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.49;
}

.fw300 {
  font-weight: 300;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw900 {
  font-weight: 900;
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}
.s-content p {
  margin-bottom: 10px;
}
.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto !important;
}
.s-content table,
.s-content iframe {
  max-width: 100%;
  width: 100%;
}
.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #0000006e;
}
.s-content table td {
  border-collapse: collapse;
  border: solid 1px #0000006e;
  padding: 3px;
}
.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.s-content h3 {
  font-size: 1.17em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.s-content h4 {
  font-size: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.s-content h5 {
  font-size: 0.83em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.s-content h6 {
  font-size: 0.67em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.section-all {
  padding: 2.5rem 0;
}

.header {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header.scrollTop {
  background: #194980;
}

.logo-header .logo-item {
  position: relative;
}
.logo-header .logo-item:not(:last-child) {
  margin-right: 1rem;
}
.logo-header .logo-item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 2.375rem;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu ul li a {
  display: block;
  text-transform: uppercase;
  color: #fff;
}

.section-banner__index {
  padding: 13.5625rem 0 7.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.section-banner__index .s-content {
  line-height: 1.5;
}

.content-text__banner {
  font-family: "Montserrat_Bold", sans-serif;
  line-height: 1.2;
}
.content-text__banner .title-number {
  font-size: 8.25rem;
  margin-right: 0.3125rem;
}
.content-text__banner .text-1 {
  font-size: 3.5rem;
}
.content-text__banner .text-2 {
  font-size: 2.8125rem;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem 3.75rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: "PlayfairDisplay-ExtraBold", sans-serif;
  border-radius: 0;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border: 1px solid transparent;
}
.btn:hover::before {
  left: 1.5625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover::after {
  right: 1.5625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn::before, .btn::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  background: currentColor;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn::before {
  left: 0.9375rem;
}
.btn::after {
  right: 0.9375rem;
}
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-yellow__all {
  color: #06274E;
  background: #FFDC85;
  -webkit-box-shadow: 0px 6px 16px rgba(25, 73, 124, 0.49);
          box-shadow: 0px 6px 16px rgba(25, 73, 124, 0.49);
}
.btn-yellow__all:hover, .btn-yellow__all:focus {
  background: #edc460;
}

.btn-blue__all {
  color: #FFDC85;
  background: #194980;
  -webkit-box-shadow: 0px 6px 16px rgba(25, 73, 124, 0.49);
          box-shadow: 0px 6px 16px rgba(25, 73, 124, 0.49);
}
.btn-blue__all:hover, .btn-blue__all:focus {
  background: #1d63b3;
  color: #FFDC85;
}

.image-intro {
  -webkit-animation: img_intro 2s linear infinite alternate;
          animation: img_intro 2s linear infinite alternate;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.section-journeys .btn-blue__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5625rem;
}

.title-all {
  font-size: 2.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  padding: 0 3.75rem;
}
.title-all::before, .title-all::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: #FFDC85;
  position: absolute;
  top: 50%;
  z-index: inherit;
  pointer-events: none;
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}
.title-all::before {
  left: 0;
}
.title-all::after {
  right: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
  }
}
@-webkit-keyframes img_intro {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes img_intro {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.item-present {
  padding-top: 120%;
}
.item-present:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.item-present img {
 
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bg-gray {
  background: #E7EBF0;
}

.title-join {
  position: relative;
  padding-left: 1.875rem;
}
.title-join::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: #FFDC85;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.time-join {
  padding-left: 1.875rem;
}

.join-tab {
  display: block;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #B5C7D9;
}
.join-tab .nav-item:not(:last-child) {
  margin-bottom: 1.375rem;
}
.join-tab .nav-item .nav-link {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  padding: 0;
  border-radius: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-left: 1.875rem;
}
.join-tab .nav-item .nav-link::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #FFDC85;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: 0;
  display: none;
}
.join-tab .nav-item .nav-link.active {
  background: none;
}
.join-tab .nav-item .nav-link.active::before {
  display: block;
}
.join-tab .nav-item .nav-link .stt {
  color: #D9A21A;
  font-size: 1.25rem;
  font-family: "PlayfairDisplay-SemiBold", sans-serif;
  margin-right: 0.3125rem;
  line-height: 1;
  margin-top: -2px;
}
.join-tab .nav-item .nav-link .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.video-journeys {
  padding-top: 56%;
  position: relative;
}
.video-journeys:hover .play-youtube{
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #252525;
}
.play-youtube {
  width: 4.875rem;
  height: 4.875rem;
 background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #252525;
}

.pagination-all {
  text-align: center;
  margin-top: 1.25rem;
}
.pagination-all .swiper-pagination-bullet {
  background: #c4c4c4;
  opacity: 1;
  margin: 0 0.4375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination-all .swiper-pagination-bullet-active {
  border-radius: 0;
  background: #FFDC85;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box-slide__all {
  padding: 0 8.125rem;
}

.button-slide__all {
  width: 3.25rem;
  height: 3.25rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.button-slide__all.slide__prev {
  left: 0;
}
.button-slide__all.slide__next {
  right: 0;
}
.button-slide__all svg {
  width: 100%;
  height: 100%;
}

.slide-new .swiper-slide {
  height: auto;
}

.item-new {
  padding: 0.625rem;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #DFAD31;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.item-new .title-new{
  font-family: "PlayfairDisplay-Bold", sans-serif;
}
.item-new:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.item-new .img {
  padding-top: 64%;
}
.item-new .img img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.section-branch .title-all {
  font-size: 1.625rem;
}

.image-branch {
  padding-top: 60%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.image-branch:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.image-branch img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.footer {
  background: #194980;
}
.footer .footer-top {
  padding: 1.0625rem 0 2.625rem;
}

.contact-footer li {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-footer li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.contact-footer li img {
  width: 17px;
  height: 17px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin-right: 0.3125rem;
}

.down-app .img-qr {
  width: 79px;
  height: 79px;
  margin-right: 0.625rem;
}
.down-app .img-qr img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.down-app .link-download .link {
  max-height: 35px;
}
.down-app .link-download .link:not(:last-child) {
  margin-bottom: 0.625rem;
}
.down-app .link-download .link img {
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.footer-bottom {
  padding: 0.625rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.image-intro img {
  max-width: unset;
}
.swiper-button-disabled{
  display: none;
}
#join-tabContent{
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
#join-tabContent::before,#join-tabContent::after{
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: inherit;
  background-repeat: no-repeat;
  background-size: contain;
}
#join-tabContent::before{
  background-image: url(../images/new-prev.svg);
  left: 0;
}
#join-tabContent::after{
  background-image: url(../images/new-next.svg);
  right: 0;
}
.join-text__content .stt{
  color: #D9A21A;
  font-size: 1.25rem;
  font-family: "PlayfairDisplay-SemiBold", sans-serif;
  margin-right: 0.3125rem;
  line-height: 1;
  margin-top: -2px;
}
.join-text__content .content{
  -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.join-text__content{
  position: relative;
  flex-wrap: wrap;
  padding-left: 1.875rem;
  cursor: pointer;
}
.join-text__content::before{
  content: "";
    width: 8px;
    height: 8px;
    background: #FFDC85;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    left: 0;
    display: none;
}
.slide-join__text .swiper-slide-thumb-active .join-text__content::before{
  display: block;
}
.slide-join__text .swiper-slide{
  height: auto !important;
}
.slide-join__image .swiper-slide{
  display: flex;
  align-items: center;
  height: auto !important;
}
.image-join {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-join__image .button-slide__all {
  width: 25px;
  height: 25px;
}
.content-join__detail{
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px solid #B5C7D9;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 992px) {
  .section-branch .row {
    max-width: 56.25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .section-present .title-all {
    margin-bottom: 4.375rem;
  }
  .section-present .sort-content {
    max-width: 83%;
    margin-left: auto;
    margin-right: auto;
  }

  .wow {
    visibility: hidden;
  }

  .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu ul li:not(:last-child) {
    margin-right: 2.6875rem;
  }
  .menu ul li a {
    padding: 1.375rem 0;
  }
  .menu ul li a:hover, .menu ul li a:focus {
    color: #FFDC85;
  }
}
@media (max-width: 1651px) {
  body,
html {
    font-size: 14px;
  }

  .image-intro img {
    max-width: 100%;
  }

  .section-banner__index {
    padding: 9.5625rem 0 7.5rem;
  }
}
@media (max-width: 1199px) {
  .content-text__banner .text-1 {
    font-size: 1.875rem;
  }

  .content-text__banner .text-2 {
    font-size: 1.5625rem;
  }

  .content-text__banner .title-number {
    font-size: 5.25rem;
  }

  .btn {
    font-size: 1rem;
  }

  .section-banner__index {
    padding: 8.5625rem 0 4.5rem;
  }

  .box-slide__all {
    padding: 0 5.125rem;
  }
}
@media (max-width: 991px) {
  .wow {
    visibility: visible;
  }

  .mb-md-25 {
    margin-bottom: 1.5625rem;
  }

  .over-lay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    z-index: 9;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .over-lay.show {
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background: #194980;
    max-width: min(350px, 80%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
  }
  .menu.active {
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu ul li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .menu ul li a {
    padding: 0.625rem 0.9375rem;
  }

  .logo-mobile {
    padding: 1.25rem;
  }
  .logo-mobile svg {
    width: 6.25rem;
    height: auto;
  }

  .image-intro {
    max-width: 21.875rem;
    margin-left: auto;
    margin-right: auto;
  }

  .show-menu__mobile {
    font-size: 20px;
  }

  .header {
    padding: 0.625rem 0;
  }

  .button-slide__all {
    width: 1.875rem;
    height: 1.875rem;
  }

  .box-slide__all {
    padding: 0 2.5rem;
  }

  .play-youtube{
    width: 3.125rem;
    height: 3.125rem;
  }

  .title-all {
    font-size: 1.5625rem;
    padding: 0 1.875rem;
  }
}
@media (max-width: 767px) {
  .title-all {
    font-size: 1.4rem;
  }

  .section-all {
    padding: 1.25rem 0;
  }

  .section-branch .title-all {
    font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  .image-intro {
    max-width: 12.5rem;
  }

  .section-banner__index {
    padding: 5.5625rem 0 2.5rem;
  }

  .content-text__banner .title-number {
    font-size: 4.25rem;
  }

  .content-text__banner .text-1 {
    font-size: 1.5rem;
  }

  .content-text__banner .text-2 {
    font-size: 1.25rem;
  }

  .title-join {
    font-size: 1.25rem;
  }
  .slide-join__image .swiper-slide{
    height: 100%;
  }
}