@charset "UTF-8";
.home-page.--pushed {
  margin-top: 0px;
}

.first_home {
  background: linear-gradient(291deg, #faa57d 20.11%, #ed1c24 97%);
}
.first_home .first_home_top {
  padding-top: 153px;
  padding-bottom: 90px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .first_home .first_home_top {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .first_home .first_home_top {
    display: flex;
    flex-flow: column-reverse;
    padding-bottom: 10px;
    padding-top: 90px;
  }
}
.first_home .first_home_top .first_home_left {
  width: 45%;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .first_home .first_home_top .first_home_left {
    width: 100%;
    padding-left: 0;
    margin-top: 18px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
.first_home .first_home_top .first_home_left h1 {
  color: #fff;
  font-family: "Varela Round";
  font-size: 94px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .first_home .first_home_top .first_home_left h1 {
    font-size: 85px;
  }
}
@media (max-width: 992px) {
  .first_home .first_home_top .first_home_left h1 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 46px; /* 115% */
    width: 300px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .first_home .first_home_top .first_home_left h1 {
    width: 340px;
  }
}
.first_home .first_home_top .first_home_left h1 span {
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 992px) {
  .first_home .first_home_top .first_home_left h1 span {
    display: inline-block;
  }
}
.first_home .first_home_top .first_home_left p {
  color: #000;
  font-family: "SF Pro Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .first_home .first_home_top .first_home_left p {
    margin-bottom: 17px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px; /* 146.667% */
  }
}
.first_home .first_home_top .first_home_left__button {
  background-color: #fff;
  border-radius: 200px;
  padding: 10px 50px 10px 25px;
  border: 0;
  color: #e31f26;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 44px;
}
.first_home .first_home_top .first_home_left__button:hover {
  background-color: #f6f8fd;
  box-shadow: 4px 2px 16px 0px #474747;
}
.first_home .first_home_top .first_home_left__button .arrow-icon {
  position: absolute;
  animation: moveLeftRight 1s infinite;
}
@keyframes moveLeftRight {
  0% {
    right: 30px;
  }
  50% {
    right: 20px; /* khoảng cách chuyển động sang phải */
  }
  100% {
    right: 30px;
  }
}
.first_home .first_home_top .first_home_right {
  width: 67%;
  padding-left: 25px;
}
@media (max-width: 1199px) {
  .first_home .first_home_top .first_home_right {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .first_home .first_home_top .first_home_right {
    width: 100%;
    padding-left: 0;
  }
}
.first_home .first_home_top .first_home_right img {
  width: 100%;
}
.first_home .first_home_foot {
  width: 100%;
  height: 260px;
  background-image: url(/images/first_home1.svg?76a159b7c10dc4dcad1eb766f455fcdf), url(/images/first_home2.svg?2c8ed67a481c04d3b8a251bd7cccf6d0), url(/images/first_home3.svg?f5b28ddd29e776388b506354be89897f), url(/images/first_home4.svg?521d8bff82a94801bf8dca5b74e7b197), url(/images/foot_first_home.png?7f88ab7bdf2e6d4067c278be80336f43);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 80px 80px, 50px 50px, 85px 55px, 85px 68px, 100% 100%;
  background-position: 22% 85%, 75% 25%, 58% 80%, 40% 20%, left bottom;
  transition: background-image 0.3s ease-in-out 0.5s;
}
@media (max-width: 992px) {
  .first_home .first_home_foot {
    height: 200px;
    background-image: url(/images/first_home1.svg?76a159b7c10dc4dcad1eb766f455fcdf), url(/images/first_home3.svg?f5b28ddd29e776388b506354be89897f), url(/images/first_home4.svg?521d8bff82a94801bf8dca5b74e7b197), url(/images/foot_first_home.png?7f88ab7bdf2e6d4067c278be80336f43);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 80px 80px, 85px 55px, 85px 68px, 100% 60%;
    background-position: 15% 90%, 90% 90%, 55% 50%, left bottom;
  }
}
@media (max-width: 768px) {
  .first_home .first_home_foot {
    height: 150px;
  }
}

.culture_home {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  .culture_home {
    padding-bottom: 20px;
  }
}
.culture_home .culture_home_title {
  color: #ecf3fe;
  font-family: "Varela Round";
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px;
  padding-left: 40px;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .culture_home .culture_home_title {
    font-size: 90px;
    padding-left: 0;
  }
}
.culture_home .culture_home_title span {
  color: #000;
  font-family: "SF Pro Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .culture_home .culture_home_title span {
    font-size: 30px;
    line-height: 25px; /* 300% */
  }
}
.culture_home .culture_home_title::after {
  content: "";
  width: 120px;
  height: 3px;
  border-radius: 200px;
  background-color: #e31f26;
  position: absolute;
  bottom: 0;
  right: -130px;
}
@media (max-width: 768px) {
  .culture_home .culture_home_title::after {
    bottom: -10px;
    left: 0;
  }
}
.culture_home .culture_home_top {
  display: flex;
  padding-top: 55px;
  padding-bottom: 100px;
  align-items: center;
}
@media (max-width: 768px) {
  .culture_home .culture_home_top {
    display: flex;
    flex-flow: column;
  }
}
@media (max-width: 576px) {
  .culture_home .culture_home_top {
    padding-bottom: 50px;
  }
}
.culture_home .culture_home_top .culture_home_left {
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .culture_home .culture_home_top .culture_home_left {
    width: 100%;
    height: 380px;
  }
}
.culture_home .culture_home_top .culture_home_left .g-text {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .culture_home .culture_home_top .culture_home_left .g-text {
    width: 280px;
    height: auto;
  }
}
.culture_home .culture_home_top .culture_home_left .stone {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  animation: moveUpDown1 10s infinite;
}
@media (max-width: 1200px) {
  .culture_home .culture_home_top .culture_home_left .stone {
    width: 65px;
  }
}
.culture_home .culture_home_top .culture_home_left .human {
  position: absolute;
  z-index: 2;
  animation: moveUpDown2 10s infinite;
}
.culture_home .culture_home_top .culture_home_left .human-1 {
  width: 261px;
  height: 487px;
  left: 0;
  animation: moveUpDown1 10s infinite;
}
@media (max-width: 1200px) {
  .culture_home .culture_home_top .culture_home_left .human-1 {
    width: 220px;
    height: 400px;
  }
}
@media (max-width: 990px) {
  .culture_home .culture_home_top .culture_home_left .human-1 {
    width: 150px;
    height: auto;
  }
}
.culture_home .culture_home_top .culture_home_left .human-2 {
  width: 201px;
  height: 450px;
  right: 20px;
  top: 30px;
}
@media (max-width: 1200px) {
  .culture_home .culture_home_top .culture_home_left .human-2 {
    width: 170px;
    height: 400px;
  }
}
@media (max-width: 990px) {
  .culture_home .culture_home_top .culture_home_left .human-2 {
    width: 130px;
    height: auto;
  }
}
@keyframes moveUpDown1 {
  0% {
    top: -70px;
  }
  50% {
    top: 30px; /* khoảng cách chuyển động sang phải */
  }
  100% {
    top: -70px;
  }
}
@keyframes moveUpDown2 {
  0% {
    top: -40px;
  }
  50% {
    top: 30px; /* khoảng cách chuyển động sang phải */
  }
  100% {
    top: -40px;
  }
}
.culture_home .culture_home_top .culture_home_right {
  padding-left: 70px;
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .culture_home .culture_home_top .culture_home_right {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .culture_home .culture_home_top .culture_home_right {
    padding-left: 0;
  }
}
.culture_home .culture_home_top .culture_home_right h3 {
  color: #000;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
}
@media (max-width: 576px) {
  .culture_home .culture_home_top .culture_home_right h3 {
    line-height: 32px;
  }
}
.culture_home .culture_home_top .culture_home_right p {
  color: #515a69;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.culture_home .culture_home_top .culture_home_right::after {
  content: "";
  width: 55px;
  height: 50px;
  background-image: url(/images/phay.svg?406d4c5239ba031f94b0393e30cc6759);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 576px) {
  .culture_home .culture_home_top .culture_home_right::after {
    top: -60px;
  }
}
.culture_home .culture_home_bot__content-box .slick-track {
  padding: 30px 0;
}
.culture_home .culture_home_bot__content-box--item {
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .culture_home .culture_home_bot__content-box--item {
    width: 350px;
    height: 525px;
  }
}
@media (max-width: 768px) {
  .culture_home .culture_home_bot__content-box--item {
    width: 278px;
    height: 503px;
  }
}
.culture_home .culture_home_bot__content-box--item .culture_home_bot_item {
  height: 100%;
  text-align: center;
  padding: 44px 35px 25px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(210, 214, 229, 0.9);
  align-items: center;
  display: flex;
  flex-flow: column;
  height: 580px;
}
@media (max-width: 1200px) {
  .culture_home .culture_home_bot__content-box--item .culture_home_bot_item {
    height: 530px;
  }
}
@media (max-width: 768px) {
  .culture_home .culture_home_bot__content-box--item .culture_home_bot_item {
    padding: 33px 26px 16px;
    height: 503px;
    gap: 18px;
  }
}
.culture_home .culture_home_bot__content-box--item .culture_home_bot_item:hover {
  box-shadow: 0px 10px 20px 0px rgba(172, 175, 187, 0.9);
}
.culture_home .culture_home_bot__content-box--item .culture_home_bot_item h3 {
  color: #000;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
}
@media (max-width: 992px) {
  .culture_home .culture_home_bot__content-box--item .culture_home_bot_item h3 {
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .culture_home .culture_home_bot__content-box--item .culture_home_bot_item h3 {
    font-size: 24px;
    line-height: 26px; /* 108.333% */
  }
}
.culture_home .culture_home_bot__content-box--item .culture_home_bot_item p {
  color: #515a69;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 768px) {
  .culture_home .culture_home_bot__content-box--item .culture_home_bot_item p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px; /* 166.667% */
  }
}

.history_home {
  background: url(/assets/images/gm_logo.png), url(/assets/images/history_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 125px 125px, 100% 100%;
  background-position: 76% 3%, top left;
  padding: 200px 0;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .history_home {
    height: 700px;
  }
}
@media (max-width: 768px) {
  .history_home .history_home_title__box {
    display: flex;
    justify-content: center;
  }
}
.history_home .history_home_title {
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .history_home .history_home_title {
    width: 221px;
    height: 54px;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px; /* 108.333% */
  }
}
.history_home .timeline {
  white-space: nowrap;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 40px;
  position: relative;
}
.history_home .timeline .timeline__cursor {
  position: absolute;
  top: 65px;
  left: 50%;
  z-index: 3;
  transform: translate(-50%);
}
.history_home .timeline .timeline__steps {
  left: 50%;
  position: relative;
  margin-left: -150px;
  margin-bottom: 0;
  padding: 0;
  transition: transform 0.5s linear;
}
.history_home .timeline .timeline__steps li {
  width: 300px;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 0 15px;
  white-space: normal;
  vertical-align: top;
  cursor: pointer;
}
.history_home .timeline .timeline__steps li p {
  margin: 0;
}
.history_home .timeline .timeline__steps li .year {
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  display: block;
  margin-bottom: 30px;
  opacity: 0.3;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.history_home .timeline .timeline__steps li p {
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.3;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.history_home .timeline .timeline__steps li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 40px;
  z-index: 2;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.history_home .timeline .timeline__steps li::after {
  content: "";
  position: absolute;
  top: 43px;
  left: 50%;
  width: 101%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}
.history_home .timeline .timeline__steps li.next-step .year,
.history_home .timeline .timeline__steps li.next-step p, .history_home .timeline .timeline__steps li.prev-step .year,
.history_home .timeline .timeline__steps li.prev-step p {
  opacity: 0.6;
}
.history_home .timeline .timeline__steps li.active p {
  opacity: 1;
}
.history_home .timeline .timeline__steps li.active .year {
  transform: translateY(-20px);
  opacity: 1;
}
.history_home .timeline .timeline__steps li:last-child::after {
  content: unset;
}
.history_home .timeline .timeline__steps li:hover::before {
  animation: timeline-bullet--hover 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.service_home {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .service_home {
    margin-bottom: 50px;
  }
}
.service_home .slick-arrow {
  display: none !important;
}
@media (max-width: 768px) {
  .service_home .slick-arrow {
    display: inline-block !important;
  }
}
.service_home .slick-prev:before,
.service_home .slick-next:before {
  font-size: 40px;
  color: #cfcfcf;
}
.service_home .service_home_title {
  color: rgba(221, 231, 246, 0.3);
  font-family: "Varela Round";
  font-size: 160px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px;
  position: relative;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .service_home .service_home_title {
    color: #ecf3fe;
    font-size: 90px;
    line-height: 90px; /* 100% */
  }
}
.service_home .service_home_title span {
  color: #485262;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .service_home .service_home_title span {
    left: 0;
    bottom: -32px;
    transform: unset;
    color: #000;
    font-size: 30px;
    line-height: 90px; /* 300% */
  }
}
.service_home .service_home_title::before {
  content: "";
  width: 120px;
  height: 3px;
  border-radius: 200px;
  background-color: #e31f26;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .service_home .service_home_title::before {
    left: 0;
    bottom: -13px;
  }
}
.service_home .service_home_title .services-select {
  position: absolute;
  right: 0;
  font-size: 17px;
  border: unset;
  outline: unset;
  bottom: -10px;
  display: none;
  background: transparent;
}
@media (max-width: 992px) {
  .service_home .service_home_title .services-select {
    display: block;
  }
}
.service_home .service_home_desc {
  color: #515a69;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 768px) {
  .service_home .service_home_desc {
    line-height: 26px;
  }
}
.service_home .service_home_content {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .service_home .service_home_content {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .service_home .service_home_content .slick-next {
    right: 10px;
    z-index: 9;
  }
}
@media (max-width: 768px) {
  .service_home .service_home_content .slick-prev {
    left: -10px;
    z-index: 9;
  }
}
.service_home .service_home_content .service_home_item {
  padding: 0 5px;
  display: flex !important;
}
@media (max-width: 768px) {
  .service_home .service_home_content .service_home_item {
    flex-flow: column;
  }
}
.service_home .service_home_content .service_home_item .service_home_item_avt {
  width: 46%;
}
@media (max-width: 768px) {
  .service_home .service_home_content .service_home_item .service_home_item_avt {
    width: 100%;
    height: 402px;
  }
}
.service_home .service_home_content .service_home_item .service_home_item_avt img {
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 768px) {
  .service_home .service_home_content .service_home_item .service_home_item_avt img {
    height: 402px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.service_home .service_home_content .service_home_item .service_home_item_cont {
  width: 54%;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .service_home .service_home_content .service_home_item .service_home_item_cont {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.service_home .service_home_content .service_home_item .service_home_item_cont .home-service-slides__item {
  height: 300px;
}
@media (max-width: 1200px) {
  .service_home .service_home_content .service_home_item .service_home_item_cont .home-service-slides__item {
    height: 250px;
  }
}
.service_home .service_home_content .service_home_item .service_home_item_cont .home-service-slides__item--content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.service_home .service_home_content .service_home_item .service_home_item_cont h2 {
  color: #030303;
  font-family: "SF Pro Display";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}
.service_home .service_home_content .service_home_item .service_home_item_cont p {
  color: #4f596a;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.service_home .service_home_content .service_home_item .service_home_item_cont .break-line {
  display: block;
  border-bottom: 1px solid gray;
}
.service_home .service_home_content .service_home_item .service_home_item_cont .list-item {
  display: flex;
  flex-flow: row;
  padding: 0;
  justify-content: space-evenly;
  margin-top: 30px;
  gap: 0 10px;
}
@media (max-width: 991px) {
  .service_home .service_home_content .service_home_item .service_home_item_cont .list-item {
    display: none;
  }
}
.service_home .service_home_content .service_home_item .service_home_item_cont .list-item__item {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 5px 0;
  text-align: center;
}
.service_home .service_home_content .service_home_item .service_home_item_cont .list-item__item:hover .icon {
  background: #e31f26;
}
.service_home .service_home_content .service_home_item .service_home_item_cont .list-item__item.--active .icon, .service_home .service_home_content .service_home_item .service_home_item_cont .list-item__item:hover .icon {
  background: #e31f26;
}
.service_home .service_home_content .service_home_item .service_home_item_cont .list-item__item.--active .text, .service_home .service_home_content .service_home_item .service_home_item_cont .list-item__item:hover .text {
  font-weight: 500;
}
.service_home .service_home_content .service_home_item .service_home_item_cont .list-item__item .text {
  overflow-wrap: break-word;
  word-break: break-word;
}
.service_home .service_home_content .service_home_item .service_home_item_cont .list-item__item .icon {
  display: block;
  width: 20px;
  height: 20px;
  background: #e1e0dc;
  border-radius: 100%;
}
.service_home .service_home_content .service_home_item .service_home_item_cont .btn_see_more {
  background-color: #000;
  padding: 10px 50px 10px 40px;
  color: #fff;
  border-radius: 200px;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  position: relative;
}
@media (max-width: 992px) {
  .service_home .service_home_content .service_home_item .service_home_item_cont .btn_see_more {
    display: none;
  }
}
.service_home .service_home_content .service_home_item .service_home_item_cont .btn_see_more:hover {
  background-color: #e31f26;
  box-shadow: 4px 2px 16px 0px #ee6368;
}
.service_home .service_home_content .service_home_item .service_home_item_cont .btn_see_more .arrow-icon {
  position: absolute;
  animation: moveLeftRight 1s infinite;
}
@keyframes moveLeftRight {
  0% {
    right: 30px;
  }
  50% {
    right: 20px; /* khoảng cách chuyển động sang phải */
  }
  100% {
    right: 30px;
  }
}
.service_home .container {
  position: relative;
}
.service_home .wrap_btn {
  width: calc(50% - 50px);
  position: absolute;
  right: 0;
  bottom: 25px;
}
@media (max-width: 768px) {
  .service_home .wrap_btn {
    position: unset;
    position: relative;
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .service_home .wrap_btn {
    width: 100%;
  }
}
.service_home .wrap_btn::before {
  content: "";
  width: calc(100% - 190px);
  height: 1px;
  background-color: #000;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  right: 0;
}
@media (max-width: 768px) {
  .service_home .wrap_btn::before {
    left: calc(100% - 40px);
    width: 60vw;
  }
}
@media (max-width: 576px) {
  .service_home .wrap_btn::before {
    left: 160px;
    width: calc(100vw - 200px);
  }
}

.brands_home .brands_home_title {
  color: rgba(221, 231, 246, 0.3);
  font-family: "Varela Round";
  font-size: 160px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px;
  position: relative;
  padding-left: 150px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .brands_home .brands_home_title {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .brands_home .brands_home_title {
    padding-left: 0;
    font-size: 90px;
  }
}
.brands_home .brands_home_title span {
  color: #485262;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .brands_home .brands_home_title span {
    left: 6px;
    bottom: 6px;
    font-size: 30px;
    transform: unset;
  }
}
.brands_home .brands_home_title span::before {
  content: "";
  width: 120px;
  height: 3px;
  border-radius: 200px;
  background-color: #e31f26;
  position: absolute;
  bottom: 0;
  right: -150px;
}
@media (max-width: 768px) {
  .brands_home .brands_home_title span::before {
    left: 0;
    width: 122px;
    bottom: -15px;
    right: unset;
  }
}
.brands_home .brands_home_avt {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.brands_home .brands_home_avt__content {
  display: flex;
  flex-flow: column;
  gap: 15px 0;
}
.brands_home .brands_home_avt__content .logo-box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 768px) {
  .brands_home .brands_home_avt__content .logo-box {
    display: none;
  }
}
.brands_home .brands_home_avt__content .logo-box .logo-box__item {
  filter: grayscale(100%);
  transition: filter 0.5s ease, transform 0.5s ease;
}
.brands_home .brands_home_avt__content .logo-box .logo-box__item.--highlight, .brands_home .brands_home_avt__content .logo-box .logo-box__item:hover {
  transform: scale(1.2);
  filter: grayscale(0%);
}
.brands_home .brands_home_avt__content .logo-box:nth-child(1) .logo-box__item:nth-child(1) {
  width: 68px;
  height: 53px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(1) .logo-box__item:nth-child(2) {
  width: 119px;
  height: 21px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(1) .logo-box__item:nth-child(3) {
  width: 90px;
  height: 89px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(1) .logo-box__item:nth-child(4) {
  width: 136px;
  height: 62px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(1) .logo-box__item:nth-child(5) {
  width: 85px;
  height: 84px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(1) .logo-box__item:nth-child(6) {
  width: 149px;
  height: 38px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(2) .logo-box__item:nth-child(1) {
  width: 103px;
  height: 39px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(2) .logo-box__item:nth-child(2) {
  width: 86.24px;
  height: 52.163px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(2) .logo-box__item:nth-child(3) {
  width: 54px;
  height: 71px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(2) .logo-box__item:nth-child(4) {
  width: 116px;
  height: 21.86px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(2) .logo-box__item:nth-child(5) {
  width: 130px;
  height: 45px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(2) .logo-box__item:nth-child(6) {
  width: 130px;
  height: 45.016px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(3) .logo-box__item:nth-child(1) {
  width: 107px;
  height: 35.136px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(3) .logo-box__item:nth-child(2) {
  width: 103px;
  height: 64px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(3) .logo-box__item:nth-child(3) {
  width: 75px;
  height: 63px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(3) .logo-box__item:nth-child(4) {
  width: 111px;
  height: 19px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(3) .logo-box__item:nth-child(5) {
  width: 95px;
  height: 64px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(3) .logo-box__item:nth-child(6) {
  width: 136px;
  height: 27.005px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(4) .logo-box__item:nth-child(1) {
  width: 102px;
  height: 47px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(4) .logo-box__item:nth-child(2) {
  width: 87px;
  height: 30px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(4) .logo-box__item:nth-child(3) {
  width: 176px;
  height: 46px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(4) .logo-box__item:nth-child(4) {
  width: 164px;
  height: 47px;
}
.brands_home .brands_home_avt__content .logo-box:nth-child(4) .logo-box__item:nth-child(5) {
  width: 146px;
  height: 41px;
}
.brands_home .brands_home_avt__content .logo-box-mb {
  display: none;
}
@media (max-width: 768px) {
  .brands_home .brands_home_avt__content .logo-box-mb {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(5) .logo-box-mb__item:nth-child(1) {
  width: 44px;
  height: 35px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(5) .logo-box-mb__item:nth-child(2) {
  width: 74.683px;
  height: 13.179px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(5) .logo-box-mb__item:nth-child(3) {
  width: 56.483px;
  height: 55.855px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(5) .logo-box-mb__item:nth-child(4) {
  width: 52.717px;
  height: 50.207px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(6) .logo-box-mb__item:nth-child(1) {
  width: 53.345px;
  height: 52.717px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(6) .logo-box-mb__item:nth-child(2) {
  width: 85.352px;
  height: 38.91px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(6) .logo-box-mb__item:nth-child(3) {
  width: 47.069px;
  height: 39.538px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(6) .logo-box-mb__item:nth-child(4) {
  width: 88.49px;
  height: 22.593px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(7) .logo-box-mb__item:nth-child(1) {
  width: 64.641px;
  height: 24.476px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(7) .logo-box-mb__item:nth-child(2) {
  width: 54.123px;
  height: 32.736px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(7) .logo-box-mb__item:nth-child(3) {
  width: 33.89px;
  height: 44.559px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(7) .logo-box-mb__item:nth-child(4) {
  width: 72.8px;
  height: 13.719px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(8) .logo-box-mb__item:nth-child(1) {
  width: 67.152px;
  height: 22.051px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(8) .logo-box-mb__item:nth-child(2) {
  width: 64.641px;
  height: 40.166px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(8) .logo-box-mb__item:nth-child(3) {
  width: 81.586px;
  height: 28.241px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(8) .logo-box-mb__item:nth-child(4) {
  width: 74.055px;
  height: 13.179px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(9) .logo-box-mb__item:nth-child(1) {
  width: 59.621px;
  height: 40.166px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(9) .logo-box-mb__item:nth-child(2) {
  width: 74.055px;
  height: 46.441px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(9) .logo-box-mb__item:nth-child(3) {
  width: 54.6px;
  height: 18.828px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(9) .logo-box-mb__item:nth-child(4) {
  width: 91.628px;
  height: 25.731px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(10) .logo-box-mb__item:nth-child(1) {
  width: 64.014px;
  height: 29.497px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(10) .logo-box-mb__item:nth-child(2) {
  width: 110.455px;
  height: 28.869px;
}
.brands_home .brands_home_avt__content .logo-box-mb:nth-child(10) .logo-box-mb__item:nth-child(3) {
  width: 102.924px;
  height: 29.497px;
}
.brands_home .brands_home_avt img {
  width: 100%;
}
.brands_home .brands_home_avt .bg_brands {
  background: #adb8be;
  mix-blend-mode: hard-light;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brands_home .brands_home_tellus {
  text-align: center;
}
@media (max-width: 768px) {
  .brands_home .brands_home_tellus {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .brands_home .brands_home_tellus {
    padding: 0 10px;
  }
}
.brands_home .brands_home_tellus .customer-talk-about-us {
  position: relative;
  height: 500px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .brands_home .brands_home_tellus .customer-talk-about-us {
    height: 450px;
  }
}
@media (max-width: 480px) {
  .brands_home .brands_home_tellus .customer-talk-about-us {
    height: 540px;
  }
}
.brands_home .brands_home_tellus .customer-talk-about-us__item {
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  max-width: 948px;
  width: 100%;
  height: 481px;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(210, 214, 229, 0.9);
  padding-top: 89px;
  left: calc(50% + 34px);
  top: 36px;
  transform: translateX(-50%);
  opacity: 1;
  z-index: 1;
  transition: 0.3s all ease-in;
}
@media (max-width: 992px) {
  .brands_home .brands_home_tellus .customer-talk-about-us__item {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .brands_home .brands_home_tellus .customer-talk-about-us__item {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 34px;
    max-width: 80vw;
  }
}
@media (max-width: 480px) {
  .brands_home .brands_home_tellus .customer-talk-about-us__item {
    height: 540px;
  }
}
.brands_home .brands_home_tellus .customer-talk-about-us__item.--push {
  opacity: 1;
  animation: slidesAnimation 1s;
}
@keyframes slidesAnimation {
  0% {
    left: 50%;
    top: 0;
    z-index: 3;
  }
  50% {
    left: calc(50% - 34px);
    top: -36px;
    z-index: 3;
  }
  100% {
    left: calc(50% + 34px);
    top: 36px;
    z-index: 1;
  }
}
.brands_home .brands_home_tellus .customer-talk-about-us__item.--push-reverse {
  left: 50%;
  top: 0px;
  opacity: 1;
  animation: slidesPushReverseAnimation 1s;
}
@keyframes slidesPushReverseAnimation {
  0% {
    left: 50%;
    top: 0;
    z-index: 0;
  }
  50% {
    left: calc(50% - 34px);
    top: -36px;
    z-index: 0;
  }
  100% {
    left: 50%;
    top: 0;
    z-index: 3;
  }
}
.brands_home .brands_home_tellus .customer-talk-about-us__item.--waiting-active {
  left: calc(50% + 34px);
  top: 36px;
  opacity: 1;
  z-index: 2;
}
.brands_home .brands_home_tellus .customer-talk-about-us__item.--active {
  left: 50%;
  top: 0;
  opacity: 1;
  z-index: 3;
}
@media (max-width: 768px) {
  .brands_home .brands_home_tellus .customer-talk-about-us__item--avatar-box {
    display: flex;
    flex-flow: row;
    width: 100%;
    gap: 0 13px;
    justify-content: center;
    align-items: center;
  }
}
.brands_home .brands_home_tellus .customer-talk-about-us__item--avatar-box .info {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (max-width: 768px) {
  .brands_home .brands_home_tellus .customer-talk-about-us__item--avatar-box .info {
    align-items: flex-start;
  }
}
.brands_home .brands_home_tellus .customer-talk-about-us__item--avatar-box .info p {
  color: #27343a;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.brands_home .brands_home_tellus .customer-talk-about-us__item--avatar-box .info p strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
}
.brands_home .brands_home_tellus .customer-talk-about-us__item--avatar-box img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .brands_home .brands_home_tellus .customer-talk-about-us__item--avatar-box img {
    width: 76px;
    height: 76px;
    margin: 0;
  }
}
.brands_home .brands_home_tellus .customer-talk-about-us__item--detail {
  text-align: left;
  width: 493px;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .brands_home .brands_home_tellus .customer-talk-about-us__item--detail {
    max-width: 390px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .brands_home .brands_home_tellus .customer-talk-about-us__item--detail {
    padding-left: 0;
    margin-top: 26px;
  }
}
.brands_home .brands_home_tellus .customer-talk-about-us__item--detail p {
  color: #515a69;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 768px) {
  .brands_home .brands_home_tellus .customer-talk-about-us__item--detail p {
    color: #515a69;
    font-family: "SF Pro Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 166.667% */
  }
}
.brands_home .brands_home_tellus .customer-talk-about-us .control-box {
  display: flex;
  flex-flow: row;
  gap: 0 23px;
  position: absolute;
  bottom: 81px;
  right: 200px;
  z-index: 3;
}
@media (max-width: 1200px) {
  .brands_home .brands_home_tellus .customer-talk-about-us .control-box {
    right: 110px;
  }
}
@media (max-width: 992px) {
  .brands_home .brands_home_tellus .customer-talk-about-us .control-box {
    bottom: 55px;
    right: 70px;
  }
}
@media (max-width: 768px) {
  .brands_home .brands_home_tellus .customer-talk-about-us .control-box {
    right: 60px;
    bottom: 50px;
  }
}
@media (max-width: 576px) {
  .brands_home .brands_home_tellus .customer-talk-about-us .control-box {
    right: 70px;
    bottom: 10px;
  }
}
@media (max-width: 480px) {
  .brands_home .brands_home_tellus .customer-talk-about-us .control-box {
    right: 60px;
    bottom: 25px;
  }
}
.brands_home .brands_home_tellus .customer-talk-about-us .control-box .info-display span {
  color: #acabab;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 5.68px;
  text-transform: uppercase;
}
.brands_home .brands_home_tellus .customer-talk-about-us .control-box .info-display span.--active {
  color: #000;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
  letter-spacing: 5.68px;
  text-transform: uppercase;
}
.brands_home .brands_home_tellus .brands_home_tellus_title {
  color: #485262;
  font-family: "SF Pro Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
  position: relative;
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  .brands_home .brands_home_tellus .brands_home_tellus_title {
    color: #000;
    font-size: 26px;
    line-height: 34px; /* 130.769% */
  }
}
.brands_home .brands_home_tellus .brands_home_tellus_title::before {
  content: "";
  width: 120px;
  height: 3px;
  border-radius: 200px;
  background-color: #e31f26;
  position: absolute;
  bottom: 5px;
  left: -150px;
}
@media (max-width: 768px) {
  .brands_home .brands_home_tellus .brands_home_tellus_title::before {
    left: 0;
    bottom: 0;
  }
}
.brands_home .brands_home_tellus h3 {
  color: #515a69;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.active_home {
  margin-top: 120px;
}
.active_home .active_home_box {
  max-width: 1140px;
  margin: auto;
}
.active_home .active_home_title {
  color: rgba(221, 231, 246, 0.3);
  font-family: "Varela Round";
  font-size: 160px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px;
  padding-left: 55px;
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  .active_home .active_home_title {
    padding-left: 0;
    color: #ecf3fe;
    font-size: 90px;
    line-height: 90px; /* 100% */
    width: 100%;
  }
}
.active_home .active_home_title span {
  color: #485262;
  font-family: "SF Pro Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  position: absolute;
  bottom: 0;
  right: -30px;
}
@media (max-width: 768px) {
  .active_home .active_home_title span {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .active_home .active_home_title span {
    color: #000;
    font-family: "SF Pro Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px; /* 300% */
    left: 0;
    bottom: -33px;
  }
}
.active_home .active_home_title span::before {
  content: "";
  width: 120px;
  height: 3px;
  border-radius: 200px;
  background-color: #e31f26;
  position: absolute;
  bottom: 0;
  right: -150px;
}
@media (max-width: 768px) {
  .active_home .active_home_title span::before {
    left: 0;
    right: unset;
    bottom: 20px;
  }
}
.active_home .active_home_content {
  padding: 30px 0;
}
.active_home .active_home_content .active_home_item {
  height: 481px;
}
@media (max-width: 768px) {
  .active_home .active_home_content .active_home_item {
    height: 259px;
  }
}
.active_home .active_home_content .active_home_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .active_home .active_home_content .active_home_item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.active_home .active_home_content .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
.active_home .wrap_btn {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .active_home .wrap_btn {
    flex-flow: column;
    align-items: center;
    gap: 10px 0;
    padding: 0 20px;
  }
}
.active_home .wrap_btn p {
  color: #4f596a;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.active_home .wrap_btn p img {
  margin-right: 12px;
}
.active_home .wrap_btn .btn_arrow {
  margin-left: 150px;
}
@media (max-width: 992px) {
  .active_home .wrap_btn .btn_arrow {
    margin-left: 0;
  }
}

.teams_home {
  margin-top: 100px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .teams_home .container {
    padding: 0 20px;
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .teams_home .container {
    padding: 0 20px;
    max-width: 100%;
  }
}
.teams_home .teams_home_title-box {
  max-width: 1140px;
  margin: auto;
}
.teams_home .teams_home_title {
  color: rgba(221, 231, 246, 0.3);
  font-family: "Varela Round";
  font-size: 160px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px;
  position: relative;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .teams_home .teams_home_title {
    color: #ecf3fe;
  }
}
@media (max-width: 768px) {
  .teams_home .teams_home_title {
    color: #ecf3fe;
    font-size: 76px;
    line-height: 90px; /* 118.421% */
    left: 0;
    transform: unset;
    white-space: nowrap;
  }
}
.teams_home .teams_home_title::before {
  content: "";
  width: 120px;
  height: 3px;
  border-radius: 200px;
  background-color: #e31f26;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 992px) {
  .teams_home .teams_home_title::before {
    left: 0;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .teams_home .teams_home_title::before {
    left: 0;
    bottom: -15px;
  }
}
.teams_home .teams_home_title span {
  color: #485262;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  position: absolute;
  bottom: 0;
  left: 52%;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .teams_home .teams_home_title span {
    width: 100%;
    left: 0;
    transform: unset;
    text-align: left;
    bottom: -13px;
  }
}
@media (max-width: 768px) {
  .teams_home .teams_home_title span {
    color: #000;
    font-size: 30px;
    line-height: 90px; /* 300% */
    left: 0;
    transform: unset;
    bottom: -34px;
  }
}
.teams_home .teams_home_desc {
  color: #515a69;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 992px) {
  .teams_home .teams_home_desc {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .teams_home .teams_home_desc {
    color: #515a69;
    font-size: 15px;
    line-height: 25px; /* 166.667% */
  }
}
.teams_home .teams_home_content {
  width: 100%;
  padding: 0 20px;
  margin: 45px -15px 0 -15px;
  margin: auto;
}
.teams_home .teams_home_content .slick-track {
  margin-left: 25px;
}
.teams_home .teams_home_content .teams_home_item {
  padding: 40px;
  padding-top: 100px;
}
.teams_home .teams_home_content .teams_home_item .team_item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(210, 214, 229, 0.9);
  padding-top: 1px;
}
.teams_home .teams_home_content .teams_home_item .teams_home_avatar {
  max-width: 100%;
  margin-top: -90px;
  margin-left: -30px;
}
.teams_home .teams_home_content .teams_home_item .teams_home_avatar img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 10px 20px 0px rgba(210, 214, 229, 0.9);
}
.teams_home .teams_home_content .teams_home_item .teams_home_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  padding-bottom: 15px;
}
.teams_home .teams_home_content .teams_home_item .teams_home_info p {
  margin-bottom: 0;
}
.teams_home .teams_home_content .teams_home_item .teams_home_info .team_info {
  color: #27343a;
  font-family: "SF Pro Display";
  font-style: normal;
}
.teams_home .teams_home_content .teams_home_item .teams_home_info .team_info .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
}
.teams_home .teams_home_content .teams_home_item .teams_home_info .team_info .position {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.teams_home .teams_home_content .teams_home_item .teams_home_info .position_logo {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #bcc4d1;
  font-family: "Varela Round";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px;
  letter-spacing: -7.2px;
  color: transparent;
}
.teams_home .teams_home_content .teams_home_item .teams_home_info .position_logo_red {
  font-family: "Varela Round";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px;
  letter-spacing: -2.2px;
  background: linear-gradient(90deg, #ffdda2 0%, #faa57d 31%, #ed1c24 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.teams_home .wrap_btn {
  text-align: center;
}
.teams_home .add_member {
  margin-top: 35px;
  text-align: center;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .teams_home .add_member {
    flex-flow: column;
    gap: 10px 0;
  }
}
.teams_home .add_member .box {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .teams_home .add_member .box {
    padding: 0 20px;
  }
}
.teams_home .add_member img {
  width: 50px;
  height: 50px;
}
.teams_home .add_member span {
  color: #000;
  font-family: "SF Pro Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  margin: 0 15px;
  text-align: left;
}
.teams_home .add_member a {
  width: 255px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 200px;
  background: linear-gradient(270deg, #faa57d -36.79%, #ed1c24 91.57%);
  padding: 8px 25px;
  position: relative;
  display: flex;
  align-items: center;
}
.teams_home .add_member a:hover {
  box-shadow: 4px 2px 16px 0px #474747;
}
.teams_home .add_member a .arrow-icon {
  color: #fff;
  position: absolute;
  animation: moveLeftRightAddMember 1s infinite;
}
@keyframes moveLeftRightAddMember {
  0% {
    right: 10px;
  }
  50% {
    right: 0px; /* khoảng cách chuyển động sang phải */
  }
  100% {
    right: 10px;
  }
}

.register_home {
  background-color: #f6f8fd;
  background-image: url(/images/graphic.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 55px;
  padding-bottom: 280px;
}
.register_home .register_home_title {
  color: #333;
  font-family: "SF Pro Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  display: inline-block;
}
.register_home .register_home_title::before {
  content: "";
  width: 120px;
  height: 3px;
  border-radius: 200px;
  background-color: #e31f26;
  position: absolute;
  bottom: 0;
  right: -130px;
}
.register_home .register_home_desc {
  width: 50%;
  color: #515a69;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-top: 40px;
  margin-bottom: 80px;
}
.register_home .register_form {
  width: 45%;
  position: relative;
}
.register_home .register_form input {
  width: 100%;
  padding: 11px 20px;
  color: #4e4e4e;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  border-radius: 200px;
  border: 1px solid #dfdfdf;
  background: #fff;
}
.register_home .register_form input:focus-visible {
  outline: none;
}
.register_home .register_form button {
  padding: 8px 21px;
  background-color: #e31f26;
  border-radius: 200px;
  border: 0;
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
