.aboutIntro {
  padding-top: 170px;
  background-image: linear-gradient(180deg, rgb(213, 232, 251) 0%, rgba(247, 247, 250, 0) 100%);
}
.aboutIntro .name_secondary {
  margin-bottom: 19px;
}
.aboutIntro .title_primary {
  font-size: 58px;
  line-height: 1.2;
  font-weight: 700;
}
.aboutIntro .cardIntro {
  position: relative;
}
.aboutIntro .cardIntro .decor_1 {
  width: 18px;
  height: 18px;
  background: var(--color-secondary);
  border-radius: 50%;
  position: absolute;
  top: 450px;
  right: 680px;
  animation: parallax_img3 12s ease-in-out infinite;
}
.aboutIntro .cardIntro .decor_1::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(240, 111, 38, 0.16);
  top: -14px;
  left: -14px;
}
.aboutIntro .cardIntro .decor_2 {
  width: 18px;
  height: 18px;
  background: var(--color-secondary);
  border-radius: 50%;
  position: absolute;
  top: 96px;
  right: 610px;
  animation: parallax_img3 12s ease-in-out infinite;
}
.aboutIntro .cardIntro .decor_2::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(240, 111, 38, 0.16);
  top: -14px;
  left: -14px;
}
.aboutIntro .cardIntro .img_customer_1 {
  position: absolute;
  top: 0;
  right: 190px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.aboutIntro .cardIntro .img_customer_1 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.aboutIntro .cardIntro .img_customer_2 {
  position: absolute;
  top: 240px;
  right: 580px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.aboutIntro .cardIntro .img_customer_2 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.aboutIntro .list_intro {
  position: relative;
}
.aboutIntro .list_intro .item_intro {
  border-radius: 50%;
  background: var(--color-lightBlue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  transition: all 0.75s ease;
  transition-delay: 0s;
  animation: parallax_img 12s ease-in-out infinite;
}
.aboutIntro .list_intro .item_intro::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform: scale(0);
  transition: transform 0.75s ease;
}
.aboutIntro .list_intro .item_intro:hover {
  box-shadow: 0 8px 22px var(--color-icon);
}
.aboutIntro .list_intro .item_intro:hover::before {
  transform: scale(1);
}
.aboutIntro .list_intro .item_intro:hover .number, .aboutIntro .list_intro .item_intro:hover .content {
  color: #fff;
}
.aboutIntro .list_intro .item_intro .number {
  font-weight: 700;
  font-size: 36px;
  color: var(--color-primary);
  line-height: 51px;
  position: relative;
  z-index: 1;
}
.aboutIntro .list_intro .item_intro .content {
  color: var(--color-primary);
  font-size: 11px;
  line-height: 15px;
  position: relative;
  z-index: 1;
}
.aboutIntro .list_intro .item_intro:nth-child(1) {
  width: 300px;
  height: 300px;
  position: absolute;
  right: 260px;
  top: 0;
}
.aboutIntro .list_intro .item_intro:nth-child(2) {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 60px;
  right: 0;
  animation: parallax_img2 12s ease-in-out infinite;
}
.aboutIntro .list_intro .item_intro:nth-child(3) {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 310px;
  right: 440px;
}
.aboutIntro .list_intro .item_intro:nth-child(4) {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 310px;
  right: 70px;
}
.aboutIntro .list_intro .item_intro:nth-child(4)::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  top: -25px;
  left: -25px;
  border: 0.7px solid var(--color-primary);
  border-bottom: none;
  border-radius: 50%;
  border-left: 0.7px solid rgba(19, 64, 106, 0.4294);
  border-right: 0.7px solid rgba(19, 64, 106, 0.4294);
}
@media only screen and (max-width: 1430px) {
  .aboutIntro .title_primary {
    font-size: 47px;
    line-height: 56px;
  }
  .aboutIntro .cardIntro .decor_1 {
    right: 630px;
  }
  .aboutIntro .cardIntro .decor_2 {
    right: 540px;
  }
  .aboutIntro .cardIntro .img_customer_1 {
    right: 150px;
  }
  .aboutIntro .cardIntro .img_customer_2 {
    right: 490px;
    top: 220px;
  }
  .aboutIntro .list_intro .item_intro:nth-child(1) {
    width: 250px;
    height: 250px;
    right: 230px;
  }
  .aboutIntro .list_intro .item_intro:nth-child(2) {
    width: 180px;
    height: 180px;
  }
  .aboutIntro .list_intro .item_intro:nth-child(3) {
    width: 220px;
    height: 220px;
    top: 290px;
    right: 380px;
  }
  .aboutIntro .list_intro .item_intro:nth-child(4) {
    width: 250px;
    height: 250px;
    top: 290px;
  }
  .aboutIntro .list_intro .item_intro:nth-child(4)::after {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .aboutIntro {
    padding-top: 120px;
    text-align: center;
  }
  .aboutIntro .list_intro {
    justify-content: center;
    margin-top: 1rem;
  }
  .aboutIntro .list_intro .item_intro .number {
    font-size: 30px;
    line-height: 1.2;
  }
  .aboutIntro .list_intro .item_intro:nth-child(1), .aboutIntro .list_intro .item_intro:nth-child(2), .aboutIntro .list_intro .item_intro:nth-child(3), .aboutIntro .list_intro .item_intro:nth-child(4) {
    width: 165px;
    height: 165px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    /* flex: 0 0 50%; */
    margin: 10px;
  }
  .aboutIntro .list_intro .item_intro:nth-child(1)::after, .aboutIntro .list_intro .item_intro:nth-child(2)::after, .aboutIntro .list_intro .item_intro:nth-child(3)::after, .aboutIntro .list_intro .item_intro:nth-child(4)::after {
    display: none;
  }
  .aboutIntro .img_customer_1, .aboutIntro .img_customer_2 {
    display: none;
  }
}

@keyframes parallax_img {
  0%, 100% {
    transform: translateY(0) rotate(6deg);
  }
  50% {
    transform: translateY(-30px) rotate(-8deg);
  }
}
@keyframes parallax_img2 {
  0%, 100% {
    transform: translateY(0) translateX(-30px) rotate(6deg);
  }
  50% {
    transform: translateY(-30px) rotate(-8deg);
  }
}
@keyframes parallax_img3 {
  0%, 100% {
    transform: translateY(0) translateX(-30px) rotate(6deg);
  }
  50% {
    transform: translateY(30px) rotate(-8deg);
  }
}
.elementor-element-2edf404 {
  margin-top: 350px !important;
}

.aboutUs {
  padding-bottom: 100px;
}
.aboutUs .video_about {
  border-radius: 50px;
  position: relative;
}
.aboutUs .video_about img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 670/485;
  border-radius: 50px;
}
.aboutUs .cardAbout {
  padding-top: 70px;
  padding-left: 80px;
}
.aboutUs .cardAbout .title_primary {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 32px;
  line-height: 54px;
}
.aboutUs .cardAbout .title_primary span {
  color: var(--color-secondary);
}
.aboutUs .cardAbout .description_about {
  color: var(--color-primary);
  line-height: 24px;
  text-align: justify;
}
@media (max-width: 1057px) {
  .aboutUs .cardAbout {
    padding-top: 0;
  }
  .aboutUs .video_about img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .aboutUs .cardAbout {
    padding-left: 15px;
    text-align: center;
    padding-top: 50px;
  }
}

.banner_value_about {
  aspect-ratio: 1280/528;
  height: unset !important;
}
@media (max-width: 767px) {
  .banner_value_about {
    border-radius: 20px !important;
  }
}

.aboutHistory {
  position: relative;
  padding-bottom: 100px;
}
.aboutHistory .title_primary {
  font-weight: 700;
  text-align: center;
  margin-bottom: 56px;
  line-height: 1;
}
.aboutHistory .line {
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  position: absolute;
  top: 223px;
  left: 0;
}
.aboutHistory .item_history {
  margin: 20px 10px 10px 0;
  border-radius: 30px;
  padding: 30px 40px;
  transition: all 0.6s ease;
}
.aboutHistory .item_history:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.aboutHistory .item_history .title_history {
  font-weight: 700;
  font-size: 26px;
  color: var(--color-primary);
  margin-bottom: 30px;
}
.aboutHistory .item_history .circle {
  width: 20px;
  height: 20px;
  background: var(--color-secondary);
  border-radius: 50%;
  margin-bottom: 30px;
  position: relative;
}
.aboutHistory .item_history .circle::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  top: -8px;
  left: -8px;
  border: 1px solid var(--color-secondary);
  border-radius: 50%;
}
.aboutHistory .item_history .name_history {
  font-weight: 700;
  font-size: 15px;
  color: var(--color-primary);
  margin-bottom: 12px;
}
.aboutHistory .item_history .description_history {
  font-size: 14px;
  color: var(--color-primary);
}
.aboutHistory .item_history .description_history article {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.aboutHistory .item_history .description_history article.active {
  text-overflow: unset;
  -webkit-line-clamp: unset;
}
.aboutHistory .item_history .description_history .txt_more {
  border-bottom: 1px solid var(--color-secondary);
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1057px) {
  .aboutHistory .line {
    top: 220px;
  }
}
@media (max-width: 767px) {
  .aboutHistory .title_primary {
    margin-bottom: 0;
    margin-top: 2rem;
  }
  .aboutHistory .line {
    top: 152px;
  }
}

.elementor-element-c7dea03 .title_primary {
  margin-bottom: 45px;
}

.elementor-element-926cfce .item_value {
  background: var(--color-white);
  padding: 40px 30px 30px 30px;
  border-radius: 34px;
  margin: 0 10px;
}
.elementor-element-926cfce .item_value .elementor-icon-box-title {
  color: var(--color-primary);
}
.elementor-element-926cfce .item_value p {
  font-size: 14px;
  color: var(--color-primary);
}
.elementor-element-926cfce .item_value .elementor-icon {
  color: var(--color-secondary) !important;
}

.elementor-element-0f356e1 .name_secondary {
  margin: 0 !important;
}

.elementor-element-8fe56e9 p {
  font-size: 14px;
  color: rgba(19, 64, 106, 0.7);
}
.elementor-element-8fe56e9 .elementor-button-wrapper .vamtam-btn-text {
  letter-spacing: 1px;
  font-size: 13px;
  color: var(--color-primary);
}

.elementor-element-4c7d854 .elementor-heading-title {
  color: var(--color-primary);
}

.elementor-element-9366a27 .name_secondary {
  margin: 0 !important;
}
.elementor-element-9366a27 .elementor-heading-title a {
  margin: 0;
  color: var(--color-primary);
}
.elementor-element-9366a27 .elementor-element-a7552bf {
  font-size: 14px;
  color: var(--color-primary);
}

.elementor-element-b0fe994 p {
  line-height: 24px;
  font-size: 20px;
  color: var(--color-primary);
}

.cardNavTab {
  display: flex;
  border-radius: 50px;
  background: var(--color-primary);
  margin-bottom: 100px;
  width: 100%;
}
.cardNavTab .nav.nav-tabs {
  display: flex;
  flex-flow: column;
  gap: 24px;
  border-bottom: none;
  padding: 50px 0 50px 40px;
}
.cardNavTab .nav.nav-tabs .nav-link {
  text-align: left;
  border: none;
  border-radius: 50px 0 0 50px;
  padding: 20px 130px 20px 40px;
  font-size: 18px;
  text-transform: unset;
  letter-spacing: -0.6px;
  white-space: nowrap;
}
.cardNavTab .nav.nav-tabs .nav-link.active {
  background: var(--color-secondary);
  color: var(--color-white);
}
.cardNavTab .nav.nav-tabs .nav-link:hover {
  background: var(--color-secondary);
  border: none;
  color: var(--color-white);
}
.cardNavTab .tab-content {
  flex-grow: 1;
  background: rgb(247, 247, 250);
  border-radius: 50px;
  width: 100%;
}
.cardNavTab .tab-pane {
  border-radius: 50px;
  padding: 60px 90px;
  position: relative;
  overflow: hidden;
}
.cardNavTab .tab-pane .content_benefit {
  position: relative;
}
.cardNavTab .tab-pane .title_primary {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 46px;
}
.cardNavTab .tab-pane article {
  color: var(--color-primary);
  text-align: justify;
}
@media (max-width: 1056px) {
  .cardNavTab .tab-pane {
    padding: 60px 35px;
  }
}
@media (max-width: 767px) {
  .cardNavTab {
    margin-bottom: 50px;
  }
}

.aboutCorporate {
  margin-bottom: 100px;
}
.aboutCorporate .img_coporate {
  border-radius: 40px;
  aspect-ratio: 640/468;
}
.aboutCorporate .content_coporate {
  padding-left: 128px;
}
.aboutCorporate .elementor-widget-container {
  text-align: justify;
  color: var(--color-primary);
}
@media (max-width: 1057px) {
  .aboutCorporate .content_coporate {
    padding-left: 0;
    text-align: center;
    margin-top: 2rem;
  }
  .aboutCorporate .elementor-button-wrapper {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .aboutCorporate {
    margin-bottom: 50px;
  }
  .aboutCorporate .content_coporate {
    padding-left: 15px;
    margin-top: 2rem;
    text-align: justify;
  }
}

@media (max-width: 767px) {
  .elementor-86 .elementor-element.elementor-element-2edf404 {
    margin-top: 2rem !important;
  }
}

.contentFounder {
  background: rgb(247, 247, 250);
  border-radius: 56px;
  padding: 0 0 0 70px;
}
.contentFounder .description_banner {
  margin: 44px 0;
  color: var(--color-primary);
  text-align: justify;
}
.contentFounder .img_founder {
  aspect-ratio: 500/644;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 56px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1057px) {
  .contentFounder {
    padding: 30px;
  }
  .contentFounder .left_founder {
    padding: 62px 30px 62px 0;
    flex: 0 0 100% !important;
  }
}
@media (max-width: 767px) {
  .contentFounder {
    padding: 0;
    text-align: center;
  }
  .contentFounder .left_founder {
    padding: 30px !important;
  }
  .contentFounder .description_banner {
    margin: 0px 0 24px 0;
  }
}

.aboutFounder {
  margin-bottom: 100px;
}
.aboutFounder .left_founder {
  padding: 62px 100px 62px 0;
}
.aboutFounder .img_banner {
  position: relative;
  border-radius: 56px;
}
.aboutFounder .img_banner .flower {
  position: absolute;
  bottom: 0;
  right: calc(100% - 22px);
}
.aboutFounder .img_banner::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 48%;
  border-radius: 56px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73.21%, rgba(0, 0, 0, 0.31) 86.82%, rgba(0, 0, 0, 0.57) 100%);
}
.aboutFounder .note_founder {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 3;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.aboutFounder .note_founder .note {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}
.aboutFounder .note_founder .name {
  font-weight: 700;
  font-size: 24px;
  margin-top: 8px;
}
.founder_page {
  position: relative;
  padding-top: 170px;
}
.founder_page .contentFounder {
  background: #fff;
  padding: 62px 70px;
}
.founder_page .img_fouder2 {
  height: 100%;
}
.founder_page .img_fouder2 .elementor-widget-container, .founder_page .img_fouder2 .img_banner {
  height: 100%;
}
.founder_page .left_founder {
  padding-top: 0;
  padding-bottom: 0;
  flex: 0 0 65%;
}
.founder_page .description_banner {
  color: var(--color-primary);
}
.founder_page .img_banner::after {
  display: none;
}
.founder_page .img_banner .img_founder {
  aspect-ratio: 440/606;
}
.founder_page .img_banner .flower {
  right: -60px;
  bottom: -60px;
}
@media (max-width: 767px) {
  .founder_page {
    margin-bottom: 50px;
    padding-top: 150px !important;
  }
  .founder_page .contentFounder {
    padding: 30px 0;
  }
  .founder_page .flower {
    right: -20px !important;
    bottom: -20px !important;
  }
}

.about_culture .stack {
  width: 100%;
}
.about_culture .stack__card {
  height: 100vh;
  position: sticky;
  top: 0;
  width: 100%;
  padding: 60px 80px;
  border-radius: 120px 120px 0px 0px;
}
.about_culture .stack__card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, rgba(240, 111, 38, 0) 16.04%, rgba(240, 111, 38, 0.75) 48.82%, rgba(240, 111, 38, 0.93) 63.12%, rgba(240, 111, 38, 0.92) 83.88%, #F06F26 100%);
  border-radius: 120px 120px 0px 0px;
}
.about_culture .stack__card:nth-child(2n+1)::after {
  background: linear-gradient(270deg, rgba(19, 64, 106, 0) 16.04%, rgba(19, 64, 106, 0.75) 48.82%, rgba(19, 64, 106, 0.93) 63.12%, rgba(19, 64, 106, 0.92) 83.88%, #13406A 100%);
}
.about_culture .stack__card .description {
  position: relative;
  z-index: 1;
  width: 40%;
  color: #fff;
  margin-bottom: 40px;
}
.about_culture .stack__card .description article {
  font-size: 16px;
}
.about_culture .stack__card .description .title_primary {
  color: #fff !important;
  font-weight: 700 !important;
  line-height: 1;
  margin-bottom: 24px;
}
.about_culture .background {
  position: absolute;
  border-radius: 120px 120px 0px 0px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_culture .slide_image {
  position: relative;
  z-index: 1;
}
.about_culture .slide_image .image {
  width: 296px;
  margin-right: 32px;
  border: 3px solid var(--color-secondary);
  border-radius: 30px;
  box-shadow: 9px -1px 15px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  margin-top: 15px;
}
.about_culture .slide_image img {
  width: 100%;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 27px;
}
@media (max-width: 767px) {
  .about_culture {
    margin-top: 40px;
  }
  .about_culture .stack__card {
    padding: 30px 20px;
    border-radius: 30px;
    height: auto;
    margin-bottom: 2rem;
  }
  .about_culture .stack__card::after {
    border-radius: 30px;
    background: rgba(240, 111, 38, 0.8117647059);
  }
  .about_culture .stack__card:nth-child(2n+1)::after {
    background: rgba(19, 64, 106, 0.8117647059);
  }
  .about_culture .stack__card .description {
    width: 100%;
  }
  .about_culture .background {
    border-radius: 30px;
  }
}

.banner_culture {
  position: relative;
}
.banner_culture img {
  width: 100%;
  height: 100vh;
}
.banner_culture .title_primary {
  position: absolute;
  bottom: 54px;
  color: #fff !important;
  line-height: 1;
  font-weight: 700;
  left: calc((100% - 1280px) / 2);
  font-size: 58px !important;
}
@media (max-width: 1057px) {
  .banner_culture .title_primary {
    left: 30px;
  }
  .banner_culture img {
    height: 55vh;
  }
}
@media (max-width: 767px) {
  .banner_culture img {
    height: 55vh;
  }
  .banner_culture .title_primary {
    transform: translate(-50%, -50%);
    bottom: unset;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    padding: 0 12px;
    font-size: 45px !important;
  }
}

.intro_culture {
  padding-top: 100px;
  position: relative;
}
.intro_culture .partner_bg {
  position: absolute;
  height: 420px;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgb(213, 232, 251) 0%, rgba(247, 247, 250, 0) 100%);
  z-index: -1;
}
@media (max-width: 767px) {
  .intro_culture {
    padding: 50px 15px;
  }
  .intro_culture .cardAbout {
    padding-top: 20px;
  }
}

.news_culture {
  padding: 100px 0;
}
.news_culture .content_news {
  text-align: center;
  margin-bottom: 52px;
}
.news_culture .name_secondary {
  letter-spacing: 0.02em;
}
.news_culture .item_news {
  width: 398px;
  margin-right: 40px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid rgb(226, 226, 226);
}
.news_culture .item_news img {
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px 50px 0 0;
  width: 100%;
}
.news_culture .item_news .description {
  padding: 30px;
  color: var(--color-primary);
}
.news_culture .item_news .title {
  margin-top: 12px;
}
.news_culture .item_news .title a {
  font-weight: 700;
  font-size: 18px;
  color: var(--color-primary);
}
@media (max-width: 767px) {
  .news_culture .item_news {
    width: calc(100vw - 30px);
  }
}/*# sourceMappingURL=about.css.map */