body {
    font-family: 'Barlow', sans-serif !important;
}

.body-no-scroll {
    overflow: hidden;
}

body {
    background: #FAFCFF;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

html {
    font-size: 16px;
    color: #0C0C0D;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
a,
button,
input,
select,
optgroup,
textarea {
    font-family: "Barlow", sans-serif;
}

p {
    margin-bottom: 16px;
}

input:focus {
    outline: 0;
}

.site-main {
    background-color: #F1EFE9;
}

 .site-call-center {
    background: transparent;
}
/*
.site-call-center .site-content {
    background-color: #F1EFE9;
} */

.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

.gap-1 {
    gap: 8px !important;
}

.gap-2 {
    gap: 16px !important;
}

.gap-3 {
    gap: 24px !important;
}

.gap-4 {
    gap: 32px !important;
}

.gap-5 {
    gap: 40px;
}

.gap-6 {
    gap: 48px;
}

body {
    background-color: #F1EFE9;
}

/* body.menu-light{
    background-color: #F1EFE9;
} */
.menu-transparent {
    background: radial-gradient(61.28% 53.32% at 50% 46.68%, #0B2F66 0%, #051833 100%);
}

.section-footer {
    background-color: #F1EFE9;
}

.header {
    background: #0E1C27;
    padding-top: 24px;
    position: relative;
    z-index: 10;
}

.header.sticky {
    top: 0;
    position: sticky;
    z-index: 10;
    background: transparent;
    padding-top: 10px;
}

.admin-bar .header.sticky {
    top: 32px;
}

.menu-transparent .header {
    background: transparent;
}

.menu-light .header {
    background: #F1EFE9;
}

.menu-light .header.sticky {
    background: transparent;
}

.site-wrapper .header.sticky {
    position: fixed;
    width: 100%;
}

.header__container {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 24px;
    gap: 96px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    -webkit-backdrop-filter: blur(28px);
    backdrop-filter: blur(28px);
}

.img-banner-callcenter img {
    max-width: 967px;
}

.img-bg-map {
    width: 100%;
}

.menu-light .header__container {
    background: rgba(255, 255, 255, 0.60);
    
}

.header__container .navbar {
    flex: 1;
    padding: 0;
}

.header__container .navbar-collapse {
    justify-content: center;
}

.header__container .navbar-nav {
    gap: 24px;
}

.header__container .navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header__container .navbar .submenu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    padding: 8px;
    background: #fff;
    width: 100%;
    border-radius: 24px;
}

.submenu .submenu-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.submenu .submenu-items {
    padding: 32px;
    border-radius: 20px;
    background: #F1EFE9;
}

.submenu .submenu-items .submenu-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 24px;
}

.submenu .submenu-items .submenu-title a {
    padding: 0;
}

.submenu .submenu-items .list-menu-items {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.submenu .submenu-items .list-menu-items li {
    width: calc((100% - 3 * 24px) / 3);
}

.submenu .submenu-items .list-menu-items li a {
    color: #0C0C0D;
}

.submenu .submenu-items .list-menu-items li h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.submenu .submenu-items .list-menu-items li p {
    font-size: 14px;
    line-height: 20px;
}

.submenu .submenu-related {
    display: flex;
    gap: 8px;
}

.submenu .submenu-related .submenu-related-item {
    flex: 1;
    background: #DEECF7;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    gap: 24px;
}

.submenu .submenu-related .submenu-related-item .submenu-related-text {
    width: max-content;
}

.submenu .submenu-related .submenu-related-item .submenu-related-text h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.submenu .submenu-related .submenu-related-item .submenu-related-text h4 a {
    color: #0C0C0D;
}

.submenu .submenu-related .submenu-related-item .submenu-related-text p {
    color: #464749;
    font-size: 14px;
    line-height: 20px;
}

.submenu .submenu-related .submenu-related-item .submenu-related-icon {
    flex: 1;
    display: flex;
    gap: 16px;
}

.submenu .submenu-related .submenu-related-item .submenu-related-icon .icon-logo {
    padding: 20px 32px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.40);
    flex: 1;
    text-align: center;
    height: max-content;
}

.submenu .submenu-related .submenu-related-item .submenu-related-icon .icon-logo img {
    height: 42px;
}

.header__container .navbar li.menu-item-has-children:hover:after {
    background-color: transparent;
    bottom: -10px;
    content: " ";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    width: 100%;
}

.header__container .navbar li.menu-item-has-children svg {
    transition: transform 0.3s ease;
}

.header__container .navbar li.menu-item-has-children:hover svg {
    transform: rotate(180deg);
}

.header__container .navbar li.menu-item-has-children:hover>.submenu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.navbar-light .navbar-toggler {
    padding: 0;
    border: 0;
}

.navbar-light .navbar-toggler-icon {
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33337 9.33333C5.33337 8.59695 5.93033 8 6.66671 8H25.3334C26.0698 8 26.6667 8.59695 26.6667 9.33333C26.6667 10.0697 26.0698 10.6667 25.3334 10.6667H6.66671C5.93033 10.6667 5.33337 10.0697 5.33337 9.33333ZM5.33337 16C5.33337 15.2636 5.93033 14.6667 6.66671 14.6667H25.3334C26.0698 14.6667 26.6667 15.2636 26.6667 16C26.6667 16.7364 26.0698 17.3333 25.3334 17.3333H6.66671C5.93033 17.3333 5.33337 16.7364 5.33337 16ZM5.33337 22.6667C5.33337 21.9303 5.93033 21.3333 6.66671 21.3333H25.3334C26.0698 21.3333 26.6667 21.9303 26.6667 22.6667C26.6667 23.403 26.0698 24 25.3334 24H6.66671C5.93033 24 5.33337 23.403 5.33337 22.6667Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.menu-light .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33337 9.33333C5.33337 8.59695 5.93033 8 6.66671 8H25.3334C26.0698 8 26.6667 8.59695 26.6667 9.33333C26.6667 10.0697 26.0698 10.6667 25.3334 10.6667H6.66671C5.93033 10.6667 5.33337 10.0697 5.33337 9.33333ZM5.33337 16C5.33337 15.2636 5.93033 14.6667 6.66671 14.6667H25.3334C26.0698 14.6667 26.6667 15.2636 26.6667 16C26.6667 16.7364 26.0698 17.3333 25.3334 17.3333H6.66671C5.93033 17.3333 5.33337 16.7364 5.33337 16ZM5.33337 22.6667C5.33337 21.9303 5.93033 21.3333 6.66671 21.3333H25.3334C26.0698 21.3333 26.6667 21.9303 26.6667 22.6667C26.6667 23.403 26.0698 24 25.3334 24H6.66671C5.93033 24 5.33337 23.403 5.33337 22.6667Z' fill='%23292A2B'/%3E%3C/svg%3E");
}

.navbar {
    position: unset;
}

.header__container .navbar .nav-item {
    /* position: relative; */
}

.header__container .navbar .nav-link {
    padding: 7px 20px;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 12px;
}

.header__container .navbar .nav-link:focus {
    color: #fff;
}

.menu-light .header__container .navbar .nav-link {
    color: #04263B;
}

.header__container .navbar .nav-link.active {
    color: #fff;
}

.menu-light .header__container .navbar .nav-link.active {
    color: #04263B;
}

.menu-light .header__container .navbar .nav-item:not(.menu-item-has-children) .nav-link.active {
    font-weight: 700;
    color: #1D72BA;
}

.menu-light .header__container .navbar .nav-link:hover {
    color: #04263B;
}

.menu-light .header__container .navbar .nav-link .menu-arrow svg path {
    fill: #636468;
}

.header__container .navbar .nav-link:hover {
    color: #fff;
}

.header__container .navbar .submenu .nav-link {
    color: #111;
}

.header__container .navbar .submenu .nav-link:hover {
    color: #111;
}

.banner {
    background: #0E1C27;
    padding: 144px 0;
    position: relative;
}

.section-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.banner .section-inner {
    max-width: 980px;
    margin: 0 auto;
}

.orange-text {
    color: #EF9537;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.33;
}

.description {
    font-size: 28px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.80);
}

.section-inner .orange-text {
    text-transform: uppercase;
    margin-bottom: 0;
}

.banner h1 {
    color: #fff;
    font-weight: 800;
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 32px;
}

.banner .btn-toolbar {
    gap: 24px;
}

.banner .btn-toolbar .btn-group {
    border-radius: 20px;
    padding: 6px;
    background: transparent;
}

.banner .btn-toolbar .btn-group:first-child {
    background: rgba(255, 255, 255, 0.10);
}

.btn {
    border: 0;
    outline: 0;
}

.btn-orange {
    border-radius: 16px;
    background: #EF9537;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 32px;
}

.btn-orange-oneline {
    border-radius: 16px;
    background: rgba(1, 1, 1, 0.20);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
    font-weight: 700;
    font-size: 18px;
    padding: 20px 48px;
    border: 2px solid #EF9537;
    color: #EF9537;
}

.icon-top-left {
    position: absolute;
    left: 0;
    top: 157px;
}

.icon-bot-left {
    position: absolute;
    left: 145px;
    bottom: 59px;
}

.icon-top-right {
    position: absolute;
    right: 145px;
    top: 154px;
}

.icon-bot-right {
    position: absolute;
    right: 0px;
    bottom: 122px;
}

.icon-line {
    position: absolute;
    left: 0px;
    bottom: 76px;
    width: 100%;
}

.icon-line img {
    width: 100%;
}

.impact {
    padding: 80px 0;
    background: linear-gradient(180deg, var(--Background-Light-Neutral, #FFF7E7) -1.68%, var(--Background-Light-Base, #F1EFE9) 19.08%);
}

.impact-wrap {
    gap: 96px;
}

.journey {
    flex: 1;
}

.founder {
    width: 513px;
}

.line {
    width: 1px;
    background: #D8D9DB;
}

.journey .heading {
    color: #04263B;
    font-weight: 800;
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 64px;
}

.journey .item {
    flex: 1;
    display: flex;
    gap: 16px;
}

.journey .item .number {
    width: 95px;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -1px;
}

.journey .item p {
    width: 162px;
    margin-bottom: 0;
    color: #464749;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(1, 1, 1, 0.20);
}

.button-more {
    display: flex;
    align-items: center;
}

.button-more .btn {
    border-radius: 16px;
    border: 2px solid #464749;
    display: flex;
    padding: 18px 32px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: transparent;
}

.button-more .btn:focus {
    outline: none;
    box-shadow: none;
}

.button-more .btn:hover {
    color: #fff;
    background-color: #7e7c7cab;
    border-color: #7e7c7cab;
}

.button-more .btn:hover span {
    color: #fff;
}

.button-more .btn:hover svg path {
    stroke: #fff;
}

.button-more .btn span {
    color: #292A2B;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.founder .description {
    color: #0C0C0D;
    font-size: 24px;
    line-height: 32px;
}

.user-data .user-name {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
}

.user-data .user-role {
    color: #464749;
    font-size: 20px;
    line-height: 28px;
}

.business {
    padding: 80px 0;
    background: #F1EFE9;
    margin-top: -1px;
}

.business p {
    color: #1A1A1A;
    font-size: 28px;
    line-height: 36px;
}

.business h2 {
    color: #04263B;
    font-size: 72px;
    line-height: 80px;
    font-weight: 800;
}

.business .description {
    font-size: 32px;
    line-height: 42px;
    color: #1a1a1a;
}

.services {
    padding: 48px 0;
    background: #F1EFE9;
}

.service-item {
    background: #fff;
    border-radius: 32px;
    display: flex;
    height: 100%;
    flex-direction: column;
    cursor: pointer;
}

.technology .swiper-slide {
    display: flex;
    height: auto;
}

.service-item.call_center {
    background: #4185B8;
}

.services .swiper-wrapper {
    padding: 20px 0;
}

.services .services-wrap {
    padding: 0 20px;
}

.services .swiper-slide {
    transition: transform 500ms ease;
    transform: scale(1.00001) !important;
}

.services .swiper-slide:hover {
    transform: scale(1.04) !important;
}

.service-item.marketing {
    background: #0E1C27;
}

.service-heading {
    padding: 40px;
    display: flex;
    gap: 24px;
    align-items: end;
    justify-content: space-between;
}

.service-heading .service-name {
    color: #1A1A1A;
    font-size: 48px;
    font-weight: 600;
    line-height: 62px;
}

.call_center .service-heading .service-name,
.marketing .service-heading .service-name {
    color: #fff;
}

.service-icon {
    padding: 12px;
    border-radius: 100%;
    background: #DEECF7;
    height: max-content;
}

.service-card {
    /* height: 480px; */
    margin-top: 12px;
}

.software .service-card {

    background-image: url('./images/sky.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    flex: 1;
    border-radius: 0 0 32px 32px;
}

.call_center .service-card {
    margin-top: 0;
    /* padding: 14px 0 48px 50px; */
    /* background-image: url('./images/call.webp'); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: bottom center; */
}

.marketing .service-card {
    /* background-image: url('./images/marketing.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center; */
    margin-top: 0;
    /* padding: 14px 0 48px 50px; */
}

.service-card .software-list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    padding-top: 24px;
    gap: 20px;
    flex-wrap: wrap;
}

.service-card .software-list li {
    background: #fff;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 1px 6px 0 rgba(1, 1, 1, 0.10);
    cursor: pointer;
}

.service-card .software-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.service-card .software-list li a span {
    color: #166A9C;
}

.text-top {
    color: #464749;
    font-size: 28px;
    line-height: 36px;
}

.section-title {
    color: #04263B;
    font-size: 72px;
    font-weight: 800;
    line-height: 80px;
}

.technology {
    padding: 80px 0;
    background: #F1EFE9;
    margin-top: -1px;
}

.technology .description {
    color: #04263B;
}

.technology-wrap {
    margin-top: 64px;
    padding: 20px;
}

.technology .swiper-slide {
    transition: transform 500ms ease;
}

.home .use_case-wrap {
    padding: 20px;
}

.home .use_case .swiper-slide:hover {
    transform: scale(1.04);
}

.home .use_case .swiper-slide {
    transition: transform 500ms ease;
}

.technology .swiper-slide:hover {
    transform: scale(1.04);
}

.technology-item {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.40) -0.21%, rgba(255, 255, 255, 0.60) 100.23%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.technology-heading {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.technology-name {
    color: #04263B;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
}

.technology-des {
    font-size: 18px;
    color: #464749;
    line-height: 25px;
}

.technology-thumbnail {
    /* height: 300px; */
}

.technology-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.use_case {
    padding: 80px 0;
    background: #0E1C27;
}

.use_case h2 {
    color: #fff;
}

.use_case .description {
    color: #fff;
    max-width: 1312px;
}

.use_case .section-inner {
    margin-bottom: 64px;
}

.use_case .section-inner br {
    display: none;
}

.usecase-item {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding: 64px;
    height: 100%;
    display: flex;
    gap: 64px;
    flex-direction: column;
}

.usecase-meta {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.usecase-meta .number {
    color: #fff;
    font-size: 96px;
    line-height: 115px;
    letter-spacing: -1px;
}

.container-fluid {
    padding-left: 80px;
    padding-right: 80px;
}

.usecase-des {
    color: rgba(255, 255, 255, 0.60);
    font-size: 20px;
    line-height: 28px;
}

.use_case .swiper-wrapper {
    align-items: stretch;
}

.use_case .swiper-slide {
    height: auto !important;
}

.services-wrap .swiper-wrapper {
    align-items: stretch;
}

.services-wrap .swiper-slide {
    height: auto !important;
}

.technology-wrap .swiper-wrapper {
    align-items: stretch;
}

.technology-wrap .swiper-slide {
    height: auto !important;
}

.section-button {
    margin-top: 24px;
}

.section-button .icon-button {
    background: rgba(1, 1, 1, 0.20);
    border-color: #E2E2E4;
}

.section-button .icon-button span {
    color: #fff;
}

.culture {
    padding: 80px 0;
    background: #F1EFE9;
    position: relative;
}

.culture-heading {
    display: flex;
    align-items: start;
    position: relative;
    height: 532px;
}

.culture-heading .culture-left {
    width: 732px;
    padding-right: 72px;
    padding-top: 80px;
    max-width: 50%;
}

.culture-heading .culture-left .section-title {
    margin-bottom: 24px;
}

.culture-heading .culture-left .section-inner {
    align-items: start;
}

.culture-heading .culture-left .description {
    color: #0C0C0D;
    max-width: 568px;
}

.culture-heading .culture-right {
    width: calc(100% - 730px);
    position: absolute;
    right: -80px;
    top: 0;
    height: 532px;
    overflow: hidden;
}

.culture-heading .culture-right .culture-right-images {
    position: relative;
}

.culture_images {
    display: flex;
    gap: 24px;
    position: absolute;
    left: 0;
    top: 278px;
    overflow: hidden;
}

.culture_images:first-child {
    position: absolute;
    left: 250px;
    top: 0;
}

.culture_images .item {
    width: 459px;
    height: 254px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

/* .culture_images .item.is-bg-blur::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: ;
} */

.culture_images img {
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.culture-cards {
    margin-top: 24px;
}

.list-cards {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 296px;
    gap: 24px;
}

.card-item {
    border-radius: 12px;
    background: #E2EAF6;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.card-item.bg_yellow {
    background: #FFF7E7;
}

.card-item.card-orange {
    background: #EF9537;
    padding: 0;
    border-radius: 16px;
    width: 296px;
    overflow: hidden;
}

.card-item .card-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}

.card-item .card-body {
    padding: 0;
    display: flex;
    gap: 20px;
}

.card-item .card-body .card-content {
    flex: 1;
    font-size: 18px;
    line-height: 25px;
}

.card-item .card-body .card-icon {
    width: 110px;
}

.card-item .card-body .card-icon img {
    width: 100%;
}

.explore_careers {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 24px;
    padding: 20px 48px;
}

.explore_careers:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}

.explore_careers span {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    line-height: 42px;
    flex: 1;
}

.explore_careers svg {
    width: 48px;
    height: 48px;
}

.transformation {
    padding: 80px 0;
    background: #F1EFE9;
}

.transformation-heading {
    /* max-width: 1104px;
    margin: 0 auto; */
    padding: 0 192px;
}

.transformation-heading .section-title {
    text-align: center;
    font-size: 96px;
    line-height: 115px;
    letter-spacing: -1px;
}

.transformation-heading .section-title .text-blur {
    position: relative;
    z-index: 2;
}

.transformation-heading .section-title .text-blur span {
    position: relative;
    z-index: 2;
}

.transformation-heading .section-title .text-blur::before {
    width: 316px;
    height: 117px;
    content: "";
    display: block;
    position: absolute;
    left: -35px;
    bottom: -2px;
    background: #E1F0ED;
    z-index: 1;
    border-radius: 100px;
}

.transformation-heading .section-title .text-has-bg {
    width: 428px;
    position: relative;
    display: inline-block;
}

.transformation-heading .section-title .text-has-bg span {
    background: linear-gradient(90deg, #166A9C 0%, #FFC341 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Playwrite NZ', sans-serif;
    font-size: 76px;
    font-weight: 400;
    line-height: 96px;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 428px;
}

.transformation .transformation-heading .section-title .text-has-bg .text-line {
    position: absolute;
    left: 12px;
    bottom: -40px;
}

.transformation .btn-toolbar {
    justify-content: center;
}

.transformation .section-inner {
    gap: 24px;
}

.transformation .btn-orange {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
}

.btn-hand {
    position: absolute;
    right: 0;
    top: 14px;
}

.site-footer {
    background: #0E1C27;
    padding: 72px 0;
    color: #fff;
    border-radius: 48px 48px 0 0;
}

.footer-heading h2 {
    color: #fff;
    font-size: 48px;
    line-height: 62px;
}

.footer-heading .description {
    font-size: 20px;
    line-height: 28px;
    opacity: 0.8;
    color: #fff;
    margin-bottom: 32px;
}

.office-wrapper {
    display: flex;
    gap: 24px 72px;
    justify-content: space-between;
}

.office-wrapper .office-left {
    flex: 1;
}

.office-item h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.office-item hr {
    color: rgba(255, 255, 255, 0.10);
}

.office-hanoi {
    display: flex;
    gap: 64px;
    justify-content: space-between;
}

.office-hanoi>* {
    flex: 1;
}

.office-item .office-name {
    color: rgba(255, 255, 255, 0.60);
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    opacity: 0.8;
}

.office-item .office-text {
    font-size: 20px;
    line-height: 28px;
    opacity: 0.8;
}

.office-item .office-text a {
    color: #fff;
}

.footer-images p {
    color: #BCBCBC;
    font-size: 18px;
    line-height: 25px;
}

.footer-images ul {
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.footer-bottom {
    display: flex;
    gap: 144px;
    margin-top: 96px;
}

.footer-images {
    width: 369px;
}

.footer-menus {
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: 48px;
}

.footer-menus .footer-menu .footer-menu-title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-menu-list {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 16px;
    flex-direction: column;
    list-style: none;
}

.footer-menu-list li a {
    color: #fff;
    opacity: 0.8;
}

.about-banner {
    padding: 64px 0 64px;
}

.about-banner-title {
    gap: 12px;
    margin-bottom: 64px;
    flex-wrap: wrap;
}

.about-banner-title h2 {
    color: #04263B;
    font-size: 72px;
    font-weight: 800;
    line-height: 80px;
    margin-bottom: 0;
}

.title-highlight {
    font-size: 48px;
    line-height: 62px;
    font-weight: 600;
    max-width: 984px;
    margin-bottom: 40px;
}

.under-hightlight {
    position: relative;
}

.under-hightlight span {
    position: relative;
}

.under-hightlight .text-line {
    position: absolute;
    left: -20px;
    bottom: -6px;
    width: 196px;
    height: 32px;
}

.under-hightlight .text-line img {
    height: 100%;
    width: 100%;
    display: block;
}

.blue-hightlight {
    position: relative;
}

.blue-hightlight span {
    position: relative;
    display: inline-block;
}

.blue-hightlight::before {
    content: '';
    position: absolute;
    width: 409px;
    height: 64px;
    border-radius: 100px;
    background: #ACD0EC;
    left: -8px;
    bottom: -6px;
}

.green-hightlight {
    position: relative;
}

.green-hightlight span {
    position: relative;
    display: inline-block;
}

.green-hightlight::before {
    content: '';
    position: absolute;
    width: 325px;
    height: 64px;
    border-radius: 100px;
    background: #DCEEE0;
    left: -8px;
    bottom: -10px;
}

.about-banner .description {
    max-width: 984px;
    color: #0C0C0D;
}

.timeline-list {
    width: 100%;

}

.box-timeline-list {
    margin-right: calc((1512px - 100vw) / 2) !important;
}

.timeline-list .swiper-wrapper {
    align-items: stretch;
}

.timeline-list .swiper-slide {
    height: auto;
    display: flex;
}

#timelines .swiper-wrapper {
    will-change: transform;
    transition-timing-function: linear !important;
}

#timelines .swiper-wrapper {
    animation: marquee 30s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.timeline-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.timeline {
    padding: 64px 0;
}

.timeline .section-title {
    margin-bottom: 64px;
}

.timeline-item .timeline-heading {
    background: rgba(255, 255, 255, 0.20);
    border: 1px solid rgba(255, 255, 255, 0.60);
    border-radius: 24px;
    text-align: center;
    padding: 40px;
}

.timeline-item .timeline-heading .timeline-year {
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -1px;
    font-weight: 400;
}

.timeline-item .timeline-heading p {
    font-size: 32px;
    line-height: 42px;
    min-height: 84px;
}

.timeline-item .timeline-footer {
    background: rgba(255, 255, 255, 0.40);
    border-radius: 24px;
    padding: 40px 32px;
    flex: 1;
}

.timeline-item .timeline-footer ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.timeline-item .timeline-footer ul li {
    font-size: 20px;
    line-height: 28px;
}

.timeline-item .timeline-middle {
    position: relative;
}

.timeline-item .timeline-middle .line-dash {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-5px) translateY(-50%);
    width: 100%;
}

/* .timeline-list .swiper-slide:last-child .timeline-item .timeline-middle .line-dash img{
    object-fit: contain;
} */
.timeline-item .timeline-middle .line-dash img {
    display: block;
}

.impact-numbers {
    padding: 64px 0;
    background: #F1EFE9;
}

.impact-numbers .section-title {
    margin-bottom: 96px;
}

.number-list {
    min-height: 326px;
    position: relative;
    margin: 0 10px;
}

.number-image {
    position: absolute;
    top: -4px;
    width: 95%;
    left: 50%;
    min-height: 350px;
    height: 100%;
    transform: translateX(-50%);
}

.number-image img {
    width: 100%;
    height: 100%;
}

.number-item {
    padding: 48px 48px;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 48px;
    flex: 1;
}

.number-item:nth-child(2) {
    background: rgba(255, 255, 255, 0.1);
    padding: 48px 40px;
}

.number-item .number-heading {
    text-align: center;
}

.number-item .number-heading h2 {
    color: #1D72BA;
    font-size: 48px;
    font-weight: 600;
    line-height: 62px;
}

.number-item .number-heading p {
    font-size: 28px;
    line-height: 36px;
}

.number-item .number-desc p {
    font-size: 20px;
    line-height: 28px;
}

.call-center-banner {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.call-center-banner .bg-map {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.call-center-banner .bg-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}

.page:not(.menu-transparent) .call-center-banner {
    background: #0E1C27;
}

.marketing-suite .call-center-banner{
    top: -1px;
}

.menu-transparent .call-center-banner .orange-text {
    color: rgba(255, 255, 255, 0.80);
}

.call-center-banner .container{
    z-index: 2;
}

.blur-bg-banner{
    width: 89%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.banner-image {
    position: absolute;
    width: 50vw;
    height: 100%;
    right: 0;
    top: 0;
}

.marketin-banner .section-inner {
    flex: 0 0 50%;
    align-items: flex-start;
    padding: 80px 0;
}

.call-center-banner h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 800;
    font-size: 80px;
    margin-bottom: 0;
}

.marketin-banner .section-inner h1 {
    margin-bottom: 40px;
}

.call-center-banner .description {
    max-width: 1200px;
    margin-bottom: 48px;
}

.call-center-help {
    padding: 80px;
    background: #F1EFE9;
}

.help-top {
    gap: 96px;
}

.call-center-help h2 {
    color: #04263B;
    font-size: 64px;
    font-weight: 700;
    line-height: 76px;
}

.site-telecom .call-center-help h2 {
    color: #fff;
}

.site-telecom .call-center-help .description {
    color: #fff;
    max-width: 1296px;
    margin: 0 auto;
}

.help-overview p {
    font-size: 28px;
    line-height: 36px;
}

.help-top .help-overview {
    flex: 1;
    gap: 32px;
}

.help-bottom {
    margin-top: 64px;
}

.help-bottom h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 32px;
}

.help-cards {
    display: flex;
    gap: 40px;
}

.help-item {
    padding: 40px;
    border-radius: 24px;
    border-top: 6px solid rgba(255, 255, 255, 0.60);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) -0.21%, rgba(255, 255, 255, 0.10) 100.23%);
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.help-item h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.help-item p {
    font-size: 18px;
    line-height: 25px;
}

.why-choose {
    padding: 80px 0;
    background: #F1EFE9;
}

.why-choose-cards {
    margin-top: 64px;
    display: flex;
    gap: 32px;
}

.why-choose-item {
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    align-self: stretch;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) -0.21%, rgba(255, 255, 255, 0.20) 100.23%);
    border: 1px solid rgba(255, 255, 255, 0.60);
    border-radius: 24px;
    overflow: hidden;
}

.why-choose-item .why-choose-item-content {
    padding: 0 32px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.marketing-suite .why-choose-item .why-choose-item-content {
    padding: 16px 32px 32px;
}

.why-choose-item .why-choose-item-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    min-height: 64px;
}

.page-lifeline-operations .why-choose-item .why-choose-item-content h4,
.marketing-suite .why-choose-item .why-choose-item-content h4 {
    min-height: auto;
}

.why-choose-item .why-choose-item-content p {
    font-size: 18px;
    line-height: 25px;
}

.module {
    padding: 80px 0;
    background: #F1EFE9;
}

.module .module-inner {
    gap: 80px;
}

.module-wrapper {
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.6) 0%,
            rgba(255, 255, 255, 0.3) 60%,
            rgba(255, 255, 255, 0.1) 100%);
    border-radius: 24px;
    padding: 1px;
}

.module-box {
    gap: 40px;
    background: #F1EFE9;
    border-radius: 24px;
    padding: 40px;
}

.box-image-left {
    flex-direction: row-reverse;
}

.module-box .module-image {
    width: 608px;
    /* border: 1px solid rgba(255, 255, 255, 0.60);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) -0.21%, rgba(255, 255, 255, 0.20) 100.23%); */
    /* border-radius: 24px; */
}

.module-box .module-content {
    flex: 1;
    padding: 48px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: flex-start;
}

.module-box .module-content h3 {
    font-size: 72px;
    font-weight: 400;
    line-height: 80px;
}

.module-box .module-content p {
    font-size: 28px;
    line-height: 36px;
}

.secure-compliant {
    padding: 80px 0;
    background: #0E1C27;
}

.secure-compliant .secure-compliant-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.secure-compliant-inner {
    gap: 80px;
}

.secure-compliant-inner .section-title {
    color: #fff;
    margin-bottom: 24px;
}

.secure-box {
    background: linear-gradient(to right, #666666 0%, #666666 70%, #666666 70%, #0000 100%);
    border-radius: 40px;
    padding: 1px;
}

.site-telecom .secure-box {
    background: linear-gradient(to right bottom, rgba(102, 102, 102, 1) 0%, rgba(102, 102, 102, 1) 50%, rgba(14, 28, 39, 1) 100%, rgba(14, 28, 39, 1) 10%);
}

.secure-box .secure-item {
    padding-left: 64px;
    gap: 72px;
    background: #0E1C27;
    border-radius: 40px;
    align-items: center;
}

.secure-box .secure-item.image-right {
    padding-left: 0;
    padding-right: 64px;
    flex-direction: row-reverse;
}

.secure-box .secure-item .secure-image {
    width: 659px;
}

.secure-box .secure-item .secure-content {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    padding: 96px 64px;
    border-radius: 40px;
    background: linear-gradient(297deg, rgba(255, 255, 255, 0.01) 64.45%, rgba(153, 153, 153, 0.10) 99.23%);
}

.secure-box .secure-item.image-right .secure-content {
    background: linear-gradient(69deg, var(--surface-opacity-white-10, rgba(255, 255, 255, 0.01)) 60.17%, rgba(153, 153, 153, 0.10) 101.1%);
}

.secure-box .secure-item .secure-content h3 {
    font-size: 72px;
    line-height: 80px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

.secure-box .secure-item .secure-content h3 span {
    color: #1B76FF;
}

.secure-box .secure-item .secure-content p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 28px;
    line-height: 36px;
}

.marketing-suite .section-inner .orange-text {
    color: #FFB54D;
}

.marketing-suite .call-center-banner .description {
    opacity: 0.8;
}

.leading {
    padding: 80px 0;
    background: #F1EFE9;
}

.leading-inner {
    gap: 64px;
}

.help-image {
    max-width: 666px;
}

.leading-list {
    gap: 40px;
}

.leading-list .leading-box {
    border-radius: 24px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) -0.21%, rgba(255, 255, 255, 0.20) 100.23%);
}

.leading-list .leading-box .leading-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leading-list .leading-box .leading-heading h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
}

.leading-list .leading-box .leading-heading .leading-icon {
    padding: 16px;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.60) 13.54%, rgba(255, 255, 255, 0.20) 91.32%);
    border-radius: 16px;
}

.leading-list .leading-box .leading-content {
    display: flex;
    gap: 16px;
}

.leading-list .leading-box .leading-content .leading-content-left {
    width: 233px;
}

.leading-list .leading-box .leading-content .leading-content-left .leading-content-percent {
    font-size: 96px;
    color: #1D72BA;
    line-height: 115px;
    letter-spacing: -1px;
    text-align: center;
}

.leading-list .leading-box .leading-content .leading-content-left h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.leading-content-right {
    flex: 1;
    padding-top: 16px;
}

.leading-content-right p {
    padding-left: 16px;
    border-left: 1px solid #D8D9DB;
    color: #464749;
    font-size: 20px;
    line-height: 28px;
}

.call-center-ready {
    padding: 80px 0;
    background: #F1EFE9;
    position: relative;
}

.call-center-ready::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #F1EFE9;
    position: absolute;
    top: -1px;
}

.call-center-ready .section-title {
    font-size: 96px;
    line-height: 115px;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.ready-wrapper {
    gap: 64px;
}

.ready-text {
    gap: 64px;
    flex: 1;
}

.ready-image {
    width: 688px;

}

.btn-ready .btn-orange {
    padding: 24px 48px;
    gap: 24px;
    display: inline-flex;
}

.marketing-suite .why-choose .section-title {
    margin-bottom: 24px;
}

.why-choose .description {
    color: #0C0C0D;
}

.why-choose .description span {
    display: block;
}

.careers-banner {
    padding: 80px 0 54px;
    position: relative;
}

.careers-banner .orange-text {
    color: #1D72BA;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 2px;
}

.contact .orange-text {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 2px;
    color: #D38737;
}

.careers-banner .description {
    color: #0C0C0D;
    font-size: 18px;
    line-height: 25px;
}

.careers-banner .section-title {
    margin-bottom: 16px;
}

.careers-banner-wrapper {
    justify-content: space-between;
    align-items: end;
}

.careers-banner .section-inner {
    max-width: 728px;
}

.careers-banner-image-left {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    gap: 32px;
    align-items: center;
}

.careers-banner-image-right {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 32px;
    align-items: center;
}

.talented {
    padding: 0 0 64px;
}

.talented-wrapper {
    padding: 52px 96px;
    border-radius: 32px;
    border: 1px solid #EBEBED;
    background: #fff;
}

.talented-wrapper h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 52px;
}

.box-people {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.box-people .result {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}

.box-people .filter .filter-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.filter-fields {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.filter-fields .filter-field {
    width: 332px;
}

.filter-fields .filter-field .select2-container .select2-selection--single {
    padding: 20px;
    height: auto;
    display: flex;
    justify-content: space-between;
    border: 1px solid #C4C5C8;
    border-radius: 16px;
}

.filter-fields .filter-field .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #9D9FA4;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    flex: 1;
}

.filter-fields .filter-field .select2-container--default .select2-selection--single .select2-selection__arrow,
.filter-fields .filter-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: unset;
}

.filter-fields .filter-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    order: 3;
}

.filter-fields .filter-field .select2-container--default .select2-selection--single::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'> <path fill-rule='evenodd' clip-rule='evenodd' d='M4.29289 7.70377C4.68342 7.31324 6 7.41089 7 7.41086L12 7.41088L16 7.41085C16.5 7.41089 19.3166 7.31324 19.7071 7.70377C20.0976 8.09429 20.0976 8.72746 19.7071 9.11798L12.7071 16.118C12.5196 16.3055 12.2652 16.4109 12 16.4109C11.7348 16.4109 11.4804 16.3055 11.2929 16.118L4.29289 9.11798C3.90237 8.72746 3.90237 8.09429 4.29289 7.70377Z' fill='%23292A2B'/></svg>") no-repeat center / contain;
}

.filter-fields .filter-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: 0;
}

.page-template-careers .select2-container--default .select2-selection--single .select2-selection__clear {
    padding: 6px;
    margin: 0;
    order: 2;
    height: 24px;
    display: flex;
    align-items: center;
}

.page-template-careers .select2-container--default .select2-selection--single .select2-selection__clear span {
    font-size: 25px;
    color: #9D9FA4;
}

.list-employment.loading .employment-wrapper {
    display: none;
}

.list-employment .employment-wrapper {
    display: flex;
}

.employment-wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.employment-item {
    width: calc(50% - 20px);
    padding: 32px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(1, 1, 1, 0.10);
    cursor: pointer;
}

.employment-item .employment-inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.employment-item .employment-inner .employment-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}

.employment-item .employment-inner .employment-head .tag-new {
    padding: 8px 12px;
    border-radius: 8px;
    background: #F8981D;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}

.employment-item .employment-inner .employment-head .employment-name {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}

.employment-item .employment-inner .employment-head .employment-type {
    list-style: none;
    margin: 0;
    padding-left: 0;
    gap: 8px;
}

.employment-item .employment-inner .employment-head .employment-type li {
    padding: 10px;
    color: rgba(0, 0, 0, 0.95);
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    border-radius: 10px;
    border: 1px solid #BDBDBD;
}

.employment-item .salary {
    align-items: center;
}

.employment-item .salary .time-work {
    padding: 7px 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.95);
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
}

.employment-item .salary .text {
    color: #464749;
    font-size: 20px;
    line-height: 28px;
}

.employment-item .employment-meta .department {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.employment-item .employment-meta .address {
    display: flex;
    gap: 8px;
    align-items: center;
}

.employment-item .employment-meta .address p {
    color: #808186;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.view-more-employment {
    padding: 12px 64px;
    border-radius: 12px;
    background: #29292B;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
}

.view-more-employment:hover {
    color: #d8d9df;
}

.gateway {
    padding: 64px 0;
    position: relative;
    overflow: hidden;
}

.double-plane {
    position: absolute;
    transform: rotate(3.592deg);
    left: 75px;
    top: 185px;
}

.plane {
    position: absolute;
    right: 166px;
    top: 151px;
}

.gateway_map {
    position: absolute;
    right: 408px;
    top: 87px;
}

.gateway .section-title {
    max-width: 1104px;
    margin-bottom: 40px;
}

.gateway .description {
    max-width: 925px;
    color: #0C0C0D;
    font-size: 20px;
    line-height: 28px;
}

.gateway .orange-text {
    color: #464749;
}

.why-work {
    padding: 64px 0;
    background: #0E1C27;
}

.why-work .why-work-inner {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.why-work .why-work-inner .section-inner .orange-text {
    color: #1D72BA;
}

.why-work .why-work-inner .section-inner .section-title {
    color: #fff;
}

.why-work .why-work-inner .why-members {
    display: flex;
    gap: 72px;
}

.why-work .why-work-inner .why-members .member-item {
    flex: 1;
    border-bottom: 2px solid #4185B8;
    padding-left: 32px;
}

.why-work .why-work-inner .why-members .member-item p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.why-work .why-work-inner .why-members .member-item h3 {
    color: #fff;
    font-size: 120px;
    font-weight: 250;
    line-height: 120px;
    letter-spacing: -1px;
}

.why-work .why-work-inner .reason-list {
    flex-wrap: wrap;
    gap: 24px;
}

.why-work .why-work-inner .reason-list .reason-image {
    width: calc((100% - 24px * 3) / 4);
}

.why-work .why-work-inner .reason-list .reason-item {
    width: calc((100% - 24px * 3) / 4);
    padding: 48px;
    border-radius: 24px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.why-work .why-work-inner .reason-list .reason-item h3 {
    min-height: 72px;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}

.why-work .why-work-inner .reason-list .reason-item p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}

.where {
    padding: 64px 0;
    background: #F1EFE9;
}

.where .section-title {
    margin-bottom: 32px;
    font-size: 120px;
    line-height: 144px;
    letter-spacing: -1px;
}

.where .section-title br {
    display: none;
}

.where .description {
    margin-bottom: 32px;
    color: #0C0C0D;
}

.where .section-button {
    margin-top: 0;
}

.where .section-button .icon-button {
    background: linear-gradient(90deg, #4185B8 0%, #4396D4 100%);
    box-shadow: 0 1px 5px 0 rgba(67, 150, 212, 0.10), 0 2px 2px 0 rgba(67, 150, 212, 0.20), 0 3px 1px -2px rgba(67, 150, 212, 0.05);
    border-radius: 16px;
    border: 0;
    padding: 24px 48px;
    display: inline-flex;
    align-items: center;
    gap: 24px;
}

.where .section-button .icon-button span {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}

.sofftel-images {
    margin-top: 96px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 40px;
    pointer-events: none;
}

.sofftel-images .sofftel-item {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.slide-images .slide-inner::before {
    background: linear-gradient(0deg, rgba(14, 28, 39, 0.60) 0%, rgba(14, 28, 39, 0.60) 100%);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 16px;
    opacity: 1;
    visibility: visible;
    transition: all 2s ease;
}

.slide-images .slide-center .slide-inner::before {
    opacity: 0;
    visibility: hidden;
}

.slide-images .swiper-wrapper {
    transition-timing-function: linear !important;
}

.slide-images .swiper-slide {
    flex-shrink: 0;
    width: auto;
}

.slide-images .slide-inner {
    display: flex;
    align-items: center;
    width: auto;
    justify-content: center;
    position: relative;
    /* margin: 0 auto; */
    /* width: max-content; */
}

#slide-images-left {
    direction: rtl;
}

#slide-images-left .swiper-slide {
    direction: ltr;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}


/* .sofftel-images .sofftel-track {
    display: flex;
    gap: 40px;
    width: max-content;
    animation: scroll-left 30s linear infinite;
}

.sofftel-images .sofftel-right {
    animation: scroll-right 30s linear infinite;
}

.sofftel-images:hover .sofftel-track {
    animation-play-state: paused;
} */

.sofftel-images img {
    display: block;
    object-fit: cover;
    width: auto;
    max-width: none;
    height: 338px;
}

.sofftel-images #slide-images-right img {
    height: 398px;
}

.employment-modal .modal-dialog .modal-content {
    border-radius: 32px;
    padding: 48px 96px;
    height: 100%;
    overflow-y: auto;
}

.employment-modal .modal-dialog .modal-header {
    padding: 0;
    border-bottom: 0;
}

.employment-modal .modal-dialog .modal-header .btn-orange {
    padding: 20px 32px;
    color: #fff;
    border-radius: 16px;
}

.employment-modal .modal-dialog .modal-header .btn-orange:focus {
    outline: none;
    box-shadow: none;
}

.employment-modal .modal-dialog .modal-header .modal-title {
    color: #464749;
    font-size: 48px;
    font-weight: 600;
    line-height: 62px;
}

.job-wrapper {
    gap: 96px;
}

.job-wrapper .job-data {
    padding: 80px 0;
}

.job-wrapper .list-job-data {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
}

.job-wrapper .list-job-data li {
    padding: 16px 0;
    border-bottom: 2px solid #EBEBED;
}

.job-wrapper .list-job-data li:last-child {
    border-bottom: 0;
}

.job-wrapper .list-job-data li .data-name {
    color: #808186;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 6px;
}

.job-wrapper .list-job-data li .data-value {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.job-des {
    flex: 1;
}

.job-des .nav-tabs {
    border-bottom: 0;
    margin: 0;
}

.job-des .nav-tabs .nav-link {
    border: 0;
    padding: 9px 16px;
    color: rgba(0, 0, 0, 0.70);
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.job-des .nav-tabs .nav-link:focus {
    outline: none;
}

.job-des .nav-tabs .nav-link.active {
    color: #28327B;
    border-bottom: 2px solid #28327B;
}

.job-des .tab-content .tab-inner {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
}

.job-des .tab-content .overview-tab h6 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 24px;
}

.job-des .tab-content .overview-tab p {
    font-size: 20px;
    line-height: 28px;
}

.job-des .tab-content .overview-tab ul {
    margin: 0;
    padding-left: 24px;
}

.job-des .tab-content .overview-tab ul li {
    font-size: 20px;
    line-height: 28px;
}

.job-des .tab-content .overview-tab ul li::marker {
    font-size: 14px;
}

.job-des .tab-content .form-container {
    gap: 48px;
}

.job-des .tab-content .form-container .form-group {
    flex: 1;
}

.job-des .tab-content label {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
}

.job-des .tab-content .form-container .form-group .form-control {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #C4C5C8;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.job-des .tab-content .area-upload {
    padding: 32px 40px;
    border-radius: 10px;
    border: 1px dashed #D8D9DB;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.job-des .tab-content .area-upload.dragover {
    background: rgba(34, 143, 209, 0.08);
    border-color: #0b6fb3;
}

.job-des .tab-content .area-upload .btn-choose {
    padding: 12px 20px;
    border-radius: 12px;
    border: 2px solid #4396D4;
    box-shadow: 0 8px 24px -4px rgba(1, 1, 1, 0.10), 0 4px 4px -4px rgba(1, 1, 1, 0.10);
    display: inline-flex;
    gap: 8px;
    background: #fff;
}

.job-des .tab-content .area-upload .btn-choose span {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #4185B8;
}

.job-des .tab-content .area-upload p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}

.job-des .application-tab .btn-orange {
    color: #fff;
    line-height: 25px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.job-des .application-tab .btn-orange:focus {
    outline: none;
    box-shadow: none;
}

.job-des .application-tab .btn-orange:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    display: none;
}

.job-des .application-tab .btn-orange.loading .btn-spinner {
    display: block;
}

.contact-form-wrapper .contact-form .submit-container .btn-orange.loading .btn-spinner {
    display: block;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.contact {
    padding: 72px 0;
}

.contact-wrapper {
    flex-direction: column;
    gap: 40px;
}

.contact .section-title {
    max-width: 944px;
}

.contact-form-wrapper {
    display: flex;
}

.contact-form-wrapper .contact-info {
    width: 567px;
    max-width: 50%;
    border-radius: 0 40px 40px 0;
    padding: 64px;
    background-image: url(./images/quote.jpg);
    background-position: -551.187px -114.775px;
    background-size: 233.203% 129.602%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.contact-form-wrapper .contact-info::before {
    content: "";
    display: block;
    position: absolute;
    background: rgb(14 28 39 / 90%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contact-form-wrapper .contact-info .contact-info-content {
    position: relative;
    z-index: 2;
}

.contact-form-wrapper .contact-info .contact-info-image {
    margin-bottom: 8px;
}

.contact-form-wrapper .contact-info .quote {
    color: #fff;
    font-size: 40px;
    line-height: 52px;
    font-weight: 250;
    margin-bottom: 64px;
}

.contact-form-wrapper .contact-info .office-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-form-wrapper .contact-info .office-info .office-info-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.contact-form-wrapper .contact-info .office-info .office-info-data {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

.contact-form-wrapper .contact-info .office-info .office-info-data a {
    color: #fff;
}

.contact-form-wrapper .contact-form {
    flex: 1;
    padding: 64px;
    border-radius: 40px 0 0 40px;
    background: #fff;
}

.contact-form-wrapper .contact-form .contact-form-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact-form-wrapper .contact-form .contact-form-inner .contact-form-row {
    gap: 40px;
}

.contact-form-wrapper .contact-form .contact-form-inner .contact-form-row .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.contact-form-wrapper .contact-form .contact-form-inner .contact-form-row .form-group label {
    color: #292A2B;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 12px;
}

.contact-form-wrapper .contact-form .contact-form-inner .contact-form-row .form-group .form-control {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #EBEBED;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.contact-form-wrapper .contact-form .contact-form-inner .contact-form-row .form-group .form-control#about{
    height: auto;
}

.contact-form-wrapper .contact-form .contact-form-inner .contact-form-row .form-group .form-control::placeholder {
    color: #9D9FA4;
}

.contact-form-wrapper .contact-form .submit-container {
    margin-top: 40px;
}

.contact-form-wrapper .contact-form .submit-container .btn-orange {
    padding: 20px 80px;
    line-height: 25px;
    color: #fff;
    display: inline-flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.site-wrapper {
    border-radius: 0 0 0 180px;
    border-bottom: 1px solid #CCE4F8;
    background: #ACD0EC;
    position: relative;
}

.site-telecom .site-wrapper {
    background: linear-gradient(180deg, #DEECF7 -8.68%, #4396D4 94.28%);
}

.site-wrapper .site-wave {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.site-wrapper .site-brand {
    width: 412px;
    right: 0;
    top: 0;
    position: absolute;
}

.operation-banner {
    padding: 80px 0;
}

.operation-banner .operation-banner-wrapper {
    flex-direction: column;
    gap: 48px;
}

.operation-banner .operation-banner-wrapper h1 {
    margin-bottom: 32px;
}

.operation-banner .operation-banner-wrapper .orange-text {
    color: #1D72BA;
}

.operation-banner .operation-banner-wrapper .description {
    max-width: 962px;
    color: #0C0C0D;
}

.site-prepaid .operation-banner .operation-banner-wrapper .description {
    max-width: 660px;
}

.site-prepaid .secure-compliant .description {
    max-width: 976px;
}

.site-telecom .operation-banner .operation-banner-wrapper .description {
    max-width: 1296px;
    margin-bottom: 48px;
}

.operation-banner>.container {
    overflow: hidden;
}

.box-list-review {
    width: 100%;
    position: relative;
}

.light-card-review {
    position: absolute;
    z-index: 1;
    width: 1234px;
    max-width: 78%;
    left: 16%;
    bottom: -11%;
}

.operation-banner .list-review {
    position: relative;
    z-index: 2;
    width: 1124px;
    margin: 0 auto;
    max-width: 100%;
}

.operation-banner .list-review .review-cards {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.operation-banner .list-review .review-cards .review-item-small {
    width: 267px;
    filter: drop-shadow(0 10px 24px rgba(245, 189, 131, 0.12));
    transform: rotate(-20deg);
}

.operation-banner .list-review .review-cards .review-item-large {
    transform: rotate(6deg);
    filter: drop-shadow(0 10px 32px rgba(142, 202, 240, 0.40));
    width: 312px;
}

.operation-banner .list-review .review-cards .review-item-small.review-item-green {
    transform: rotate(20deg);
    filter: drop-shadow(0 6px 16px rgba(116, 185, 129, 0.16));
}

.operation-banner .list-review .review-cards .review-box {
    border-radius: 24px;
    background: #fff;
}

.operation-banner .list-review .review-cards .review-box .review-box-foot {
    padding: 16px;
    display: flex;
    justify-content: center;
    background: #F1EFE9;
    border-radius: 0 0 24px 24px;
}

.operation-banner .list-review .review-cards .review-box .review-box-foot a {
    padding: 12px 20px;
    display: inline-flex;
    border-radius: 12px;
    color: #292A2B;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    align-items: center;
    gap: 16px;
    cursor: default;
}

.operation-banner .list-review .review-cards .review-box .review-box-foot a:focus {
    outline: 0;
    box-shadow: none;
}

.operation-banner .list-review .review-cards .review-item-small:first-child .review-box .review-box-foot a {
    border: 1px solid #E2E2E4;
}

.operation-banner .list-review .review-cards .review-item-large .review-box .review-box-foot {
    padding: 12px;
    background: #DEECF7;
}

.operation-banner .list-review .review-cards .review-item-large .review-box .review-box-foot a {
    padding: 20px 32px;
    color: #4185B8;
    font-size: 18px;
    line-height: 25px;
}

.operation-banner .list-review .review-cards .review-item-green .review-box .review-box-foot {
    background: #F0F8F6;
}

.operation-banner .list-review .review-cards .review-item-green .review-box .review-box-foot a {
    color: #31653B;
}

.operation-banner .list-review .review-cards .review-box-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-self: center;
}

.operation-banner .list-review .review-cards .review-box-content .review-icon {
    text-align: center;
}

.operation-banner .list-review .review-cards .review-box-content h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
}

.operation-banner .list-review .review-cards .review-box-content p {
    color: #464749;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    margin-bottom: 0;
}

.menu-light .site-wrapper .header {
    background: transparent;
}

.site-wrapper .call-center-help {
    background: transparent;
}

.site-wrapper .header {
    position: relative;
}

.site-wrapper .operation-banner,
.site-wrapper .call-center-help {
    position: relative;
    z-index: 2;
}

.site-wrapper .call-center-help .help-item {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.40) -0.21%, rgba(255, 255, 255, 0.60) 100.23%);
}

.site-telecom .site-wrapper .call-center-help .help-item {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) -0.21%, rgba(255, 255, 255, 0.10) 100.23%);
}

.site-telecom .help-item h4 {
    color: #fff;
}

.site-telecom .help-item p {
    color: #fff;
}

.software-module {
    padding: 80px 0;
}

.software-module .module-inner {
    gap: 80px;
}

.module-row .module-list {
    flex: 1;
    padding: 16px 0;
}

.module-row .module-list ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 40px;
    flex-direction: column;
    border-left: 2px solid #D8D9DB;
}

.module-row .module-list ul li {
    padding-left: 32px;
    display: flex;
    gap: 24px;
    position: relative;
}

.module-row .module-list ul li svg path {
    transition: stroke .3s ease;
}

.module-row .module-list ul li.active svg path {
    stroke: #292A2B;
    stroke-width: 3;
}

.module-row .module-list ul li::before {}

.home .site {
    background: #0E1C27;
}

.module-row .module-list ul li.active::before {
    content: "";
    width: 4px;
    height: 100%;
    background: transparent;
    display: block;
    position: absolute;
    left: -3px;
    top: 0;
    transition: transform 0.35s ease;
    background: #4185B8;
}

.module-row .module-list ul li h4 {
    color: #808186;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    transition: color .3s ease;
}

.module-row .module-list ul li p {
    display: none;
    font-size: 20px;
    line-height: 28px;
    transition: color .3s ease;
}

.module-row .module-list ul li.active h4 {
    color: #04263B;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
}

.module-row .module-list ul li.active p {
    display: block;
}

.module-row .module-list ul li svg {
    flex: 0 0 48px;
}

.module-row .module-list ul li>div {
    flex: 1;
    gap: 16px;
}

.software-usecase {
    padding: 80px 0;
    background: #F1EFE9;
}

.software-usecase .section-inner {
    gap: 64px;
}

.software-usecase .use-case-item {
    /* padding: 48px 64px;
    background: linear-gradient(315deg, #4396D4 -0.51%, #166A9C 89.94%);
    border-radius: 40px;
    height: 100%; */
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.6) 0%,
            rgba(255, 255, 255, 0.3) 60%,
            rgba(255, 255, 255, 0.1) 100%);
}

.software-usecase .use-case-item .use-case-box {
    border-radius: 24px;
    background: #F1EFE9;
    height: 100%;
}

.software-usecase .use-case-item .use-case-box .use-case-bg {
    border-radius: 24px;
    padding: 24px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) -0.21%, rgba(255, 255, 255, 0.20) 100.23%);
}

.software-usecase .use-case-item .use-case-box .usecase-icons {
    margin-bottom: 24px;
    padding-top: 16px;
}

.site-prepaid .software-usecase .use-case-item .use-case-box .usecase-icons {
    padding-top: 0;
    margin-bottom: 16px;
}

.software-usecase .use-case-item .use-case-box .usecase-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.software-usecase .use-case-item .usecase-item-title {
    color: #1D72BA;
    font-size: 56px;
    line-height: 68px;
    margin-bottom: 0;
}

.software-usecase .use-case-item .use-case-box p {
    color: #464749;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 25px;
}

.software-usecase .use_case-wrap {
    width: 100%;
}

.software-usecase .use-case-item>p {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}

.software-usecase .use-case-item .subcribe-manage {
    padding: 8px 48px 24px;
    border-radius: 40px;
    background: #FFF;
    text-align: center;
}

.software-usecase .use-case-item .subcribe-manage .subcribe-number {
    color: #1D72BA;
    font-size: 120px;
    line-height: 144px;
    letter-spacing: -1px;
}

.software-usecase .use-case-item .subcribe-manage .subcribe-text {
    font-size: 20px;
    line-height: 28px;
}

.software-usecase .swiper-wrapper {
    align-items: stretch;
}

.software-usecase .swiper-slide {
    height: auto !important;
}

.software-contact {
    padding: 80px 0;
    background: #F1EFE9;
}

.software-contact .section-inner {
    border-radius: 40px;
    padding: 64px 96px;
    background: #051833;
    position: relative;
    overflow: hidden;
}

.section-inner .bg-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.section-inner .bg-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.software-contact .section-inner .section-title {
    color: #fff;
    margin-bottom: 16px;
}

.page-lifeline-operations .software-contact .section-inner .description {
    max-width: 920px;
    margin-bottom: 0;
}

.software-contact .section-inner .description {
    font-size: 24px;
    line-height: 32px;
    max-width: 762px;
}

.software-contact .section-inner .software-contact-container {
    gap: 64px;
    position: relative;
    z-index: 2;
    align-items: center;
    width: 100%;
}

.software-contact .section-inner .software-contact-container .software-contact-heading {
    flex: 1;
}

.software-contact .section-inner .software-contact-container .software-contact-action {
    width: max-content;
}

.software-contact .section-inner .software-contact-container .software-contact-action .btn-orange {
    box-shadow: 0 1px 5px 0 rgba(239, 149, 55, 0.10), 0 2px 2px 0 rgba(239, 149, 55, 0.12), 0 3px 1px -2px rgba(239, 149, 55, 0.20);
    display: inline-flex;
    gap: 24px;
    align-items: center;
}

.software-contact .section-inner .software-contact-container .software-contact-action .btn-orange span {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
}

.site-prepaid .operation-banner .operation-banner-wrapper {
    flex-direction: row;
}

.site-prepaid .operation-banner .operation-banner-wrapper .section-inner {
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 0 50%;
}

.site-prepaid {
    border-bottom: 1px solid #CCE4F8;
}

.site-prepaid .site-wrapper {
    background: #DEECF7;
}

.image-telecom {
    width: 50vw;
    position: absolute;
    right: 6px;
    top: 6px;
}

.page {
    margin: 0;
}

.employment-modal .modal-dialog .modal-content .close {
    position: absolute;
    right: 12px;
    top: 10px;
    padding: 0;
}

.employment-modal .modal-dialog .modal-content .close svg {
    width: 20px;
    height: 20px;
}

.employment-modal .modal-dialog .modal-content .close:focus {
    outline: none;
    box-shadow: none;
}

.nav-blur-window {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .01s ease-in-out;
    visibility: hidden;
    width: 100vw;
    z-index: 9;
}

.nav-blur-window.showing {
    display: block;
    visibility: none;
}

.nav-blur-window.show {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    visibility: visible;
}

.framer {
    mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 19.7213%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: center;
    flex: none;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.framer-container {
    height: 480px;
    flex: none;
    position: relative;
    width: 100%;
}

.framer-src {
    height: 100%;
    width: 100%;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
}

@keyframes rotateYLoop {
    from {
        transform: perspective(4000px) rotateY(0deg);
    }

    to {
        transform: perspective(4000px) rotateY(360deg);
    }
}

.framer-src .framer-slider {
    animation: rotateYLoop 90s linear infinite;
    will-change: transform;
    opacity: 1;
    align-content: center;
    align-items: center;
    display: flex;
    flex: 1 0 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: relative;
    transform-style: preserve-3d;
    width: 1px;
}

.framer-src .framer-wrapper {
    align-content: center;
    align-items: center;
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: relative;
    transform-style: preserve-3d;
    width: 1px;
}

.framer-src .framer-item {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 480px;
    justify-content: space-between;
    overflow: visible;
    padding: 0;
    position: relative;
    transform-style: preserve-3d;
    width: 2200px;
}

.framer-src .framer-item2 {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 480px;
    justify-content: space-between;
    left: calc(50.00000000000002% - 2200px / 2);
    overflow: visible;
    padding: 0;
    position: absolute;
    top: calc(50.00000000000002% - 480px / 2);
    transform-style: preserve-3d;
    width: 2200px;
    z-index: 1;
}

.framer-src .framer-item-current {
    backface-visibility: hidden;
    flex: none;
    height: 480px;
    overflow: hidden;
    position: relative;
    width: 450px;
    will-change: none;
}

.framer-src .framer-item-next {
    backface-visibility: hidden;
    flex: none;
    height: 480px;
    overflow: hidden;
    position: relative;
    width: 450px;
    will-change: none;
}

.framer-button {
    display: flex;
    justify-content: center;
}

.framer-button-container {
    position: relative;
}

.arrow-framer {
    top: -10px;
    left: -100px;
    position: absolute;
}

.framer-button-container .btn-orange {
    width: 340px;
}

.service-paginate {
    display: flex;
    justify-content: end;
}

.service-paginate .btn-group {
    gap: 16px;
}

.service-paginate .btn-group button.btn {
    padding: 14px;
    border-radius: 50% !important;
    background: #fff;
}

.service-paginate .btn-group button.btn:focus {
    outline: none;
    box-shadow: none;
}

.service-paginate .btn-group .btn svg {
    display: block;
}

.service-paginate .btn.swiper-button-disabled svg path {
    stroke: #717277;
}

.teams_operation {
    background: #0E1C27;
    padding: 80px 0;
}

.teams_operation .teams_inner {
    gap: 80px;
    display: flex;
    flex-direction: column;
}

.teams_operation .teams_inner .section-title {
    color: #fff;
}

.teams_operation .teams_inner .description {
    max-width: 1296px;
}

.teams_operation .operations {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.teams_operation .operations .operation-tags {
    display: flex;
    justify-content: center;
}

.teams_operation .operations .operation-tags .operation-tags-wrapper {
    border-radius: 24px;
    background: linear-gradient(to left, rgba(1, 1, 1, 0.8) 0%, rgba(1, 1, 1, 0.8) 70%, rgba(1, 1, 1, 0.8) 70%, rgba(41, 42, 43, 1) 100%);
    padding: 1px;
}

.teams_operation .operations .operation-tags ul {
    margin: 0;
    padding: 16px;
    border-radius: 24px;
    background: #0E1C27;
    list-style: none;
    display: flex;

}

.teams_operation .operations .operation-tags ul li {}

.teams_operation .operations .operation-tags ul li a {
    border-radius: 24px;
    padding: 18px 40px;
    color: #808186;
    font-size: 24px;
    line-height: 32px;
    display: block;
    border-radius: 16px;
}

.teams_operation .operations .operation-tags ul li a:focus {
    outline: none;
    box-shadow: none;
}

.teams_operation .operations .operation-tags ul li a:hover {
    font-weight: 700;
    color: #fff;
    background: #1B76FF;
}

.teams_operation .operations .operation-tags ul li a.active {
    font-weight: 700;
    color: #fff;
    background: #1B76FF;
}

.teams_operation .operations .operation-content-wrapper {
    padding: 1px;
    border-radius: 40px;
    background: linear-gradient(to right bottom,
            rgba(255, 255, 255, 0.05) 0%,
            rgba(1, 1, 1, 0.6) 60%,
            rgba(1, 1, 1, 0.85) 100%);
}

.teams_operation .operations .operation-content {
    border-radius: 40px;
    padding: 52px;
    background: #0E1C27;
    opacity: 0.5;
    transform: scale(0.96);
    transition: all .8s ease;
    display: none;
    visibility: hidden;
    /* border: 1px solid rgba(1, 1, 1, 0.80); */
}

.teams_operation .operations .operation-content.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.teams_operation .operations .operation-content .operation-inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.teams_operation .operations .operation-content .operation-inner h3 {
    color: #fff;
    font-size: 64px;
    line-height: 76px;
    font-weight: 400;
}

.teams_operation .operations .operation-content .operation-inner .operation-box {
    display: flex;
    gap: 64px;
}

.teams_operation .operations .operation-content .operation-inner .operation-box .operation-first {
    width: 566px;
    max-width: 50%;
}

.teams_operation .operations .operation-content .operation-inner .operation-box .operation-second {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1 1;
}

.teams_operation .operations .operation-content .operation-inner .operation-box .operation-first .operation-numbers {
    display: none;
}

.teams_operation .operations .operation-content .operation-inner .operation-box .operation-second .operation-numbers {
    display: flex;
}

.teams_operation .operations .operation-content .operation-inner .operation-box .operation-numbers {
    gap: 32px;
    justify-content: space-between;
}

.teams_operation .operations .operation-content .operation-inner .operation-box .operation-numbers-item {
    flex: 1;
    border-radius: 32px;
    padding: 24px;
    background: linear-gradient(69deg, rgba(255, 255, 255, 0.01) 60.17%, rgba(153, 153, 153, 0.10) 101.1%);
}

.teams_operation .operations .operation-content .operation-inner .operation-box .operation-numbers-item h4 {
    font-size: 40px;
    line-height: 52px;
    color: #D38737;
    font-weight: 800;
    margin-bottom: 0;
    letter-spacing: -1px;
}

.teams_operation .operations .operation-content .operation-inner .operation-box .operation-numbers-item p {
    color: #808186;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}

.teams_operation .operations .operation-content .operation-inner .operation-box .operation-desc {
    padding: 24px;
    border-radius: 32px;
    background: linear-gradient(69deg, rgba(255, 255, 255, 0.01) 60.17%, rgba(153, 153, 153, 0.10) 101.1%);
}

.teams_operation .operations .operation-content .operation-inner .operation-box .operation-desc h4 {
    color: #808186;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
}

.teams_operation .operations .operation-content .operation-inner .operation-box .operation-desc ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.teams_operation .operations .operation-content .operation-inner .operation-box .operation-desc p,
.teams_operation .operations .operation-content .operation-inner .operation-box .operation-desc ul li {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}

.teams_operation .operations .operation-content .operation-inner .operation-box .operation-desc ul li::marker {
    font-size: 14px;
}

.page-telecom .section-footer {
    background: #0E1C27;
}

.page-template-about .section-footer {
    background: #0E1C27;
}

.software-usecase .software-usecase-content {
    display: flex;
    flex-direction: column;
    gap: 112px;
    width: 100%;
}

.software-usecase-top {
    display: flex;
    gap: 64px;
    align-items: center;
    margin-bottom: 40px;
}

.software-usecase-top .software-usecase-heading {
    flex: 1;
}

.software-usecase-item h3 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
}

.software-usecase-item h3 span {
    font-weight: 400;
}

.software-usecase-top .software-usecase-heading p {
    font-size: 18px;
    line-height: 25px;
}

.software-usecase-top .software-usecase-image {
    width: 500px;
}

.software-usecase-bottom {
    width: 100%;
    min-width: 0;
}

.software-usecase .software-usecase-content .software-usecase-item {
    width: 100%;
    min-width: 0;
}

.software-usecase .software-usecase-content .usecase-software-list,
.software-usecase .software-usecase-content .usecase-prepaid-list {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.usecase-software-list .swiper-slide,
.usecase-prepaid-list .swiper-slide {
    height: auto;
    display: flex;
}

.usecase-software-list .swiper-slide>*,
.usecase-prepaid-list .swiper-slide>* {
    height: 100%;
    width: 100%;
}

.services-work {
    background: #F1EFE9;
    padding: 80px 0;
}

.services-work .section-title {
    margin-bottom: 24px;
}

.services-work .description {
    color: #464749;
    margin-bottom: 80px;
}

.services-work .service-content {
    display: flex;
    gap: 80px;
}

.services-work .service-content .services-work-image {
    border-radius: 24px;
    padding: 40px;
    border: 2px solid rgba(255, 255, 255, 0.40);
    background: rgba(234, 232, 226, 0.24);
    height: max-content;
    max-width: 50%;
}

.services-work .service-content .service-work-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1;
}

.services-work .service-content .service-work-list .services-list {
    gap: 32px;
}

.services-work .service-content .service-work-list .services-list .services-list-item {
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.6) 0%,
            rgba(255, 255, 255, 0.3) 60%,
            rgba(255, 255, 255, 0.1) 100%);
    padding: 1px;
    border-radius: 24px;
}

.services-work .service-content .service-work-list .services-list .services-list-item .services-list-box {
    border-radius: 24px;
    background: #F1EFE9;
    width: 100%;
    padding: 24px 32px;
    gap: 24px;
    align-items: flex-start;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) -0.21%, rgba(255, 255, 255, 0.20) 100.23%); */
}

.services-work .service-content .service-work-list .services-list .services-list-item .services-list-box p {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
}

.services-work .service-content .service-work-list .service-work-note {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.program-heading {
    display: flex;
    gap: 24px;
}

.program-heading .section-title {
    flex: 1;
}

.program-heading .program-desc {
    flex: 1;
    gap: 24px;
}

.program-heading .program-desc p {
    color: #464749;
    font-size: 28px;
    line-height: 36px;
}

.telecom-program .why-choose-item {
    gap: 16px;
}

.telecom-program .why-choose-item .why-choose-item-content p {
    font-size: 24px;
    line-height: 32px;
}

.telecom-program .button-more .btn span,
.secure-compliant .button-more .btn span {
    text-transform: none;
}

.header-banner {
    background: #0E1C27;
    position: relative;
}

.header-banner .header {
    background: transparent;
}

.header-banner .header.sticky {
    position: fixed;
    width: 100%;
}

.software-banner {
    padding: 80px 0;
    position: relative;
    z-index: 2;
}

.software-banner .software-banner-heading {
    padding: 48px 0 40px;
    max-width: 1344px;
    margin: 0 auto;
}

.software-banner .software-banner-heading .orange-text {
    color: #FFB54D;
}

.software-banner .software-banner-heading .section-title {
    color: #fff;
    margin-bottom: 20px;
}

.software-tags {
    max-width: 936px;
    margin: 0 auto;
}

.software-tags ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}

.software-tags ul li a {
    border-radius: 9999px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    display: inline-flex;
    gap: 12px;
    align-items: center;
    padding: 16px 24px;
}

.software-tags ul li a:hover {
    background: rgba(255, 255, 255, 0.40);
}

.software-tags ul li a span {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.blur-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blur-image img {
    width: 100%;
    height: 100%;
}

.section-software {
    background: #F1EFE9;
}

.section-software.bg-black {
    background: #0E1C27;
}

.item-software-wrap {
    display: flex;
}

.software-image-right .item-software-wrap {
    flex-direction: row-reverse;
}

.item-software-wrap .item-software-content {
    width: 50%;
    padding: 48px 216px 80px 80px;
}

.software-image-right .item-software-wrap .item-software-content {
    padding: 48px 80px 80px 216px;
}

.badge-aws {
    display: flex;
    align-items: center;
    gap: 32px;
    color: #DEECF7;
}

.badge-aws p {
    font-size: 15px;
    line-height: 21px;
}

.item-software-wrap .item-software-content h2 {
    padding-top: 48px;
    margin-bottom: 40px;
}

.item-software-wrap .item-software-content h2 span {
    color: #1B76FF;
}

.bg-black .item-software-wrap .item-software-content h2 {
    color: #fff;
}

.bg-black .item-software-wrap .item-software-content .software-list-content p {
    color: #fff;
}

.item-software-wrap .item-software-content .software-list-content {
    gap: 16px;
}

.item-software-wrap .item-software-content .software-list-content p {
    font-size: 28px;
    line-height: 36px;
    color: #0C0C0D;
}

.item-software-wrap .item-software-image {
    width: 50%;
}

.telecom-program .button-more {
    margin-top: 64px;
    justify-content: center;
}

.secure-compliant .button-more {
    margin-top: 64px;
    justify-content: center;
}

.dark .button-more .btn {
    border: 2px solid #E2E2E4;
}

.dark .button-more .btn span {
    color: #fff;
}

.list-employment.loading {
    pointer-events: none;
}

.job-skeleton {
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 16px;
    flex: 0 0 50%;
}

.list-employment.loading .jobs-skeleton {
    display: flex;
}

.jobs-skeleton {
    display: none;
    flex-wrap: wrap;
}

.sk-title,
.sk-line {
    background: linear-gradient(90deg,
            #eee 25%,
            #f5f5f5 37%,
            #eee 63%);
    background-size: 400% 100%;
    animation: skeleton-loading 1.4s ease infinite;
    border-radius: 6px;
}

.sk-title {
    width: 60%;
    height: 20px;
    margin-bottom: 14px;
}

.sk-line {
    width: 100%;
    height: 14px;
    margin-bottom: 10px;
}

.sk-line.short {
    width: 40%;
}

.error-text {
    display: none;
}

.is-invalid .error-text {
    display: block;
}

@keyframes skeleton-loading {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@media (min-width: 1025px) {
    .d-laptop-block {
        display: block !important;
    }

    .d-laptop-flex {
        display: flex !important;
    }

    .d-laptop-none {
        display: none !important;
    }
}

@media (min-width: 1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1512px
    }

    .employment-modal .modal-dialog {
        max-width: 1488px;
        margin: 28px auto;
    }
}

@media (min-width: 1200px) {
    .leading .container {
        max-width: 1176px;
    }

    .software-usecase .container {
        max-width: 1176px;
    }
}

@media (max-width: 1600px) {
    .culture-heading .culture-right {
        width: calc(100% - 580px);
    }

    .culture_images:first-child {
        left: 150px;
    }
}

@media (min-width: 1440px) and (max-width: 1800px) {
    .careers-banner-image-left img:first-child {
        width: 120px;
    }

    .careers-banner-image-left img:last-child {
        width: 200px;
    }

    .careers-banner-image-right img:first-child {
        width: 200px;
    }

    .careers-banner-image-right img:last-child {
        width: 100px;
    }

    .careers-banner-image-left {
        gap: 8px;
        bottom: 50%;
        transform: translateY(50%);
    }

    .careers-banner-image-right {
        gap: 8px;
        bottom: 50%;
        transform: translateY(50%);
    }
}

@media (max-width: 1439px) {
    .culture-heading .culture-right {
        width: calc(100% - 430px);
    }

    .careers-banner-image-left {
        gap: 8px;
        bottom: 50%;
        transform: translateY(50%);
    }

    .careers-banner-image-left img:first-child {
        width: 90px;
    }

    .careers-banner-image-left img:last-child {
        width: 150px;
    }

    .careers-banner-image-right {
        gap: 8px;
        bottom: 50%;
        transform: translateY(50%);
    }

    .careers-banner-image-right img:first-child {
        width: 160px;
    }

    .careers-banner-image-right img:last-child {
        width: 80px;
    }

    .employment-modal .modal-dialog {
        max-width: 100%;
        margin: 32px;
        height: calc(100% - 64px);
    }

    .service-card .software-list li {
        padding: 12px 20px;
    }

    .operation-banner>.container {
        max-width: 100%;
    }

    .operation-banner .list-review {
        padding: 0 40px;
    }

    .operation-banner .list-review .review-cards .review-item-large {
        width: 282px;
    }

    .operation-banner .list-review .review-cards .review-item-small {
        width: 240px;
    }

    .plane {
        position: absolute;
        right: 0;
        top: 151px;
    }

    .gateway_map {
        position: absolute;
        right: 206px;
        top: 20px;
    }
}

@media (max-width: 1024px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .navbar-expand-lg .navbar-collapse {
        display: block !important;
    }

    .careers-banner-image-left img:first-child {
        width: 64px;
    }

    .careers-banner-image-left img:last-child {
        width: 98px;
    }

    .careers-banner-image-right img:first-child {
        width: 102px;
    }

    .careers-banner-image-right img:last-child {
        width: 68px;
    }

    .careers-banner .orange-text {
        font-size: 18px;
        line-height: 25px;
    }

    .careers-banner .section-title {
        font-size: 18px;
        line-height: 25px;
        max-width: 296px;
        font-size: 32px;
        line-height: 42px;
    }

    .careers-banner .description {
        max-width: 444px;
        font-size: 16px;
        line-height: 22px;
    }

    .employment-modal .modal-dialog .modal-content {
        padding: 32px;
    }

    .employment-modal .modal-dialog .modal-header .modal-title {
        font-size: 28px;
        line-height: 36px;
    }

    .employment-modal .modal-dialog .modal-header .btn-orange {
        padding: 12px 20px;
        font-size: 15px;
        line-height: 21px;
        border-radius: 12px;
    }

    .employment-modal .modal-dialog .modal-body {
        padding: 0;
        margin-top: 32px;
    }

    .call-center-banner .bg-map img {
        /* object-position: left -140px; */
        position: absolute;
        bottom: -68px;
        height: auto;
    }

    .job-wrapper {
        gap: 32px;
        flex-wrap: wrap;
    }

    .job-wrapper .job-data {
        width: 100%;
        padding: 0;
    }

    .job-wrapper .list-job-data {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .job-wrapper .list-job-data li {
        width: 33%;
        padding: 12px 0;
    }

    .job-wrapper .list-job-data li:last-child {
        border-bottom: 2px solid #EBEBED;
    }

    .job-wrapper .list-job-data li .data-name {
        font-size: 15px;
        line-height: 21px;
    }

    .job-wrapper .list-job-data li .data-value {
        font-size: 16px;
        line-height: 22px;
    }

    .job-des .nav-tabs {
        width: 100%;
    }

    .job-des .nav-tabs .nav-item {
        flex: 1;
        text-align: center;
    }

    .job-des .tab-content .tab-inner {
        margin-top: 32px;
        gap: 32px;
    }

    .job-des .tab-content .overview-tab h6 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 16px;
    }

    .job-des .tab-content .overview-tab p {
        font-size: 16px;
        line-height: 22px;
    }

    .job-des .tab-content .overview-tab ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .job-des .tab-content label {
        font-size: 18px;
        line-height: 25px;
    }

    .job-des .tab-content .form-container .form-group .form-control {
        padding: 12px 16px;
        border-radius: 12px;
        font-size: 14px;
        line-height: 20px;
    }

    .job-des .tab-content .application-tab .tab-inner {
        gap: 20px;
    }

    .job-des .tab-content .area-upload {
        padding: 24px 32px;
    }

    .job-des .tab-content .area-upload .btn-choose {
        padding: 8px 16px;
    }

    .job-des .tab-content .area-upload .btn-choose span {
        font-size: 13px;
        line-height: 20px;
    }

    .job-des .application-tab .btn-orange {
        padding: 16px 24px;
        border-radius: 12px;
        font-size: 16px;
    }

    .call-center-help {
        padding: 64px 0px;
    }

    .help-top {
        flex-direction: column-reverse;
        gap: 32px;
    }

    .call-center-help h2 {
        text-align: center;
        margin-bottom: 0;
    }

    .call-center-help p {
        text-align: center;
        font-size: 18px;
        line-height: 25px;
    }

    .call-center-help h2 {
        font-size: 40px;
        line-height: 62px;
    }

    .help-top .help-overview {
        gap: 16px;
    }

    .help-bottom {
        margin-top: 32px;
    }

    .help-bottom h3 {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }

    .site-prepaid .help-cards,
    .page-lifeline-operations .help-cards,
    .site-telecom .help-cards {
        flex-direction: column;
    }

    .help-cards {
        gap: 24px;
    }

    .help-item {
        padding: 32px 24px;
        gap: 12px;
    }

    .help-item img {
        width: 40px;
    }

    .help-item h4 {
        font-size: 18px;
        line-height: 25px;
    }

    .call-center-help .help-item p {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }

    .why-choose {
        padding: 64px 0;
    }

    .why-choose-cards {
        margin-top: 24px;
        gap: 24px;
        flex-wrap: wrap;
    }

    .why-choose-item {
        flex: auto;
        width: calc(50% - 12px);
        border: 0.5px solid rgba(255, 255, 255, 0.60);
        border-radius: 20px;
        gap: 12px;
    }

    .why-choose-item .why-choose-item-content {
        padding: 0 24px 24px;
        gap: 8px;
    }

    .marketing-suite .why-choose-item .why-choose-item-content{
        padding: 0 24px 24px;
    }

    .why-choose-item .why-choose-item-content h4 {
        font-size: 18px;
        line-height: 25px;
        min-height: auto;
    }

    .why-choose-item .why-choose-item-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .module {
        padding: 64px 0;
    }

    .module .module-inner {
        gap: 48px;
    }

    .module .module-inner .section-title {
        margin-bottom: 0;
    }

    .module-box {
        flex-direction: column-reverse;
        padding: 32px;
        gap: 32px;
    }

    .module-box .module-content h3 {
        font-size: 48px;
        line-height: 62px;
    }

    .module-box .module-image {
        width: 100%;
    }

    .module-box .module-content {
        gap: 24px;
        padding: 0;
    }

    .module-box .module-content p {
        font-size: 18px;
        line-height: 25px;
    }

    .secure-compliant {
        padding: 64px 0;
    }

    .secure-compliant-inner .section-title {
        margin-bottom: 16px;
    }

    .secure-compliant-inner {
        gap: 40px;
    }

    .secure-box {
        border-radius: 20px;
    }

    .secure-box .secure-item {
        padding-left: 0;
        padding-top: 32px;
        flex-direction: column;
        gap: 32px;
        border-radius: 20px;
    }

    .secure-box .secure-item .secure-image {
        width: 100%;
        text-align: center;
    }

    .secure-box .secure-item .secure-image img {
        height: 250px;
    }

    .secure-box .secure-item .secure-content {
        width: 100%;
        padding: 40px;
        border-radius: 20px;
    }

    .secure-box .secure-item .secure-content h3 {
        font-size: 56px;
        line-height: 68px;
    }

    .secure-box .secure-item .secure-content {
        gap: 32px;
    }

    .call-center-banner h1 {
        font-size: 48px;
        line-height: 62px;
        margin-bottom: 16px;
    }

    .secure-box .secure-item.image-right {
        padding-right: 0;
        padding-top: 32px;
        flex-direction: column;
    }

    .leading {
        padding: 64px 0;
    }

    .leading .section-title {
        margin-bottom: 0;
    }

    .leading-inner {
        gap: 32px;
    }

    .leading-list {
        gap: 32px;
    }

    .leading-list .leading-box {
        padding: 32px;
        border-radius: 20px;
    }

    .leading-list .leading-box .leading-heading .leading-icon {
        padding: 11px;
    }

    .leading-list .leading-box .leading-heading .leading-icon img {
        width: 34px;
    }

    .leading-list .leading-box .leading-heading h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .leading-list .leading-box .leading-content .leading-content-left {
        width: 174px;
    }

    .leading-list .leading-box .leading-content .leading-content-left .leading-content-percent {
        font-size: 72px;
        line-height: 80px;
    }

    .leading-list .leading-box .leading-content .leading-content-left h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .leading-content-right {
        padding-top: 12px;
    }

    .leading-content-right p {
        font-size: 16px;
        line-height: 22px;
    }

    .call-center-ready {
        padding: 64px 0;
    }

    .ready-wrapper {
        flex-direction: column;
        gap: 48px;
    }

    .ready-text {
        gap: 48px;
    }

    .call-center-ready .section-title {
        font-size: 72px;
        line-height: 80px;
        margin-bottom: 0;
    }

    .btn-ready {
        text-align: center;
    }

    .ready-image {
        max-width: 100%;
    }

    .btn-ready .btn-orange {
        padding: 16px 24px;
        gap: 16px;
    }

    .btn-ready .btn-orange span {
        font-size: 16px;
        line-height: 22px;
    }

    .banner-image {
        position: unset;
    }

    .marketin-banner {
        flex-direction: column;
    }

    .banner-image {
        width: 100%;
    }

    .marketin-banner .section-inner {
        padding: 0;
        align-items: center;
    }

    .call-center-banner .description {
        margin-bottom: 32px;
        text-align: center
    }

    .marketing-suite .call-center-banner {
        padding: 64px 0;
    }

    .marketin-banner .section-inner h1 {
        margin-bottom: 16px;
        text-align: center;
    }

    .section-title {
        font-size: 48px;
        line-height: 62px;
    }

    .operation-banner {
        padding: 64px 0;
    }

    .site-prepaid .operation-banner{
        padding: 64px 0 32px;
    }

    .services .swiper-wrapper{
        padding: 0;
    }

    .operation-banner .operation-banner-wrapper .orange-text {
        font-size: 18px;
        line-height: 25px;
    }

    .operation-banner-wrapper .section-title {
        margin-bottom: 16px;
    }

    .description {
        font-size: 18px;
        line-height: 25px;
    }

    .service-paginate{
        margin-top: 32px;
    }

    .operation-banner .list-review .review-cards .review-box {
        border-radius: 13px;
    }

    .operation-banner .list-review .review-cards .review-item-small {
        width: 152px;
    }

    .operation-banner .list-review .review-cards .review-box-content {
        padding: 16px;
    }

    .operation-banner .list-review .review-cards .review-box-content .review-icon img {
        width: 51px;
    }

    .operation-banner .list-review .review-cards .review-box-content h3 {
        font-size: 15px;
        line-height: 20px;
    }

    .operation-banner .list-review .review-cards .review-box-content p {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 0;
    }

    .operation-banner .list-review .review-cards .review-box .review-box-foot {
        border-radius: 0 0 13px 13px;
        padding: 8px;
    }

    .operation-banner .list-review .review-cards .review-item-large {
        width: 178px;
    }

    .operation-banner .list-review .review-cards .review-box .review-box-foot a {
        padding: 6px 8px;
        border: 1px solid #E2E2E4;
        font-size: 10px;
        line-height: 12px;
        border-radius: 8px;
    }

    .review-line img {
        width: 413px;
    }

    .operation-banner .list-review .review-cards .review-item-large .review-box .review-box-foot {
        padding: 8px;
    }

    .operation-banner .list-review .review-cards .review-item-large .review-box .review-box-foot a {
        padding: 6px 8px;
        border: 0;
        font-size: 10px;
        line-height: 12px;
    }

    .operation-banner .list-review .review-cards .review-item-green .review-box .review-box-foot a {
        border: 0;
    }

    .technology-wrap {
        padding: 0;
    }

    .site-wrapper {
        border-radius: 0 0 0 64px;
    }

    .software-module {
        padding: 64px 0;
    }

    .software-module .module-inner {
        gap: 48px;
    }

    .software-module .module-inner .section-title {
        margin-bottom: 0;
    }

    .software-module .module-inner .module-row {
        flex-direction: column;
        gap: 48px;
    }

    .module-row .module-list {
        padding: 12px 0;
    }

    .module-row .module-list ul {
        gap: 32px;
    }

    .module-row .module-list ul li {
        padding-left: 24px;
        align-items: center;
    }

    .module-row .module-list ul li svg {
        flex: 0 0 40px;
    }

    .module-row .module-list ul li h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .module-row .module-list ul li.active h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .module-row .module-list ul li>div {
        gap: 12px;
    }

    .module-row .module-list ul li p {
        font-size: 16px;
        line-height: 22px;
    }

    .module-image img {
        width: 100%;
    }

    .software-usecase {
        padding: 64px 0;
    }

    .software-usecase .section-title {
        margin-bottom: 0;
    }

    .software-usecase .section-inner {
        gap: 32px;
    }

    .software-usecase .use-case-item .use-case-box .use-case-bg {
        padding: 16px;
    }

    .software-usecase .use-case-item .usecase-item-title {
        font-size: 40px;
        line-height: 52px;
    }

    .software-usecase .use-case-item>p {
        font-size: 18px 25px;
    }

    .software-usecase .use-case-item .subcribe-manage {
        border-radius: 32px;
        padding: 20px 24px;
    }

    .software-usecase .use-case-item .subcribe-manage .subcribe-number {
        font-size: 72px;
        line-height: 80px;
    }

    .software-usecase .use-case-item .subcribe-manage .subcribe-text {
        font-size: 16px;
        line-height: 22px;
    }

    .software-contact {
        padding: 64px 0;
    }

    .software-contact .section-inner {
        padding: 40px;
        border-radius: 32px;
    }

    .badge-aws {
        gap: 24px;
    }

    .badge-aws img {
        width: 40px;
    }

    .software-contact .section-inner .software-contact-container {
        flex-direction: column;
        gap: 32px;
    }

    .software-contact .section-inner .description {
        text-align: center;
        font-size: 18px;
        line-height: 25px;
        opacity: 0.8;
    }

    .software-contact .section-inner .section-title {
        margin-bottom: 8px;
    }

    .software-contact .section-inner .software-contact-container .software-contact-action .btn-orange {
        padding: 16px 24px;
        gap: 16px;
    }

    .software-contact .section-inner .software-contact-container .software-contact-action .btn-orange span {
        font-size: 16px;
        line-height: 22px;
        gap: 16px;
    }

    .technology-thumbnail {
        height: auto;
    }

    .double-plane {
        display: none;
    }

    .framer-button-container .btn-orange {
        width: auto;
    }

    .arrow-framer img {
        width: 44px;
    }

    .section-inner .bg-overlay {
        height: 100%;
    }

    .section-inner .bg-overlay img {
        object-position: right center;
    }

    .site-prepaid .operation-banner .operation-banner-wrapper {
        flex-direction: column;
        gap: 32px;
    }

    .site-prepaid .operation-banner .operation-banner-wrapper .section-inner {
        align-items: center;
    }

    .site-prepaid .operation-banner-wrapper .section-title {
        text-align: center;
    }

    .site-prepaid .operation-banner .operation-banner-wrapper .description {
        text-align: center;
    }

    .image-telecom {
        width: 100%;
        position: unset;
    }

    .about-banner {
        padding: 32px 0 24px;
    }

    .about-banner-title {
        margin-bottom: 48px;
    }

    .about-banner-title h2 {
        font-size: 72px;
        line-height: 80px;
    }

    .about-banner-title img {
        width: 87px;
        height: 86px;
    }

    .title-highlight {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px ;
    }

    .under-hightlight .text-line {
        width: 112px;
        height: 16px;
        right: -8px;
        bottom: -3px;
        left: unset;
    }

    .blue-hightlight::before {
        width: 244px;
        height: 32px;
        left: -7px;
        bottom: -2px;
    }

    .green-hightlight::before {
        width: 192px;
        height: 30px;
        left: -6px;
        bottom: -3px;
    }

    .about-banner .description {
        max-width: 456px;
    }

    .timeline {
        padding: 48px 0 40px;
    }

    .timeline .section-title {
        margin-bottom: 48px;
    }

    .timeline-item .timeline-heading {
        padding: 32px;
        border-radius: 16px;
    }

    .timeline-item .timeline-heading .timeline-year {
        font-size: 56px;
        line-height: 68px;
    }

    .timeline-item .timeline-heading p {
        font-size: 24px;
        line-height: 32px;
        min-height: 64px;
    }

    .timeline-item .timeline-middle img {
        width: 120px;
    }

    .timeline-item .timeline-middle .line-dash img {
        width: 100%;
    }

    .timeline-item .timeline-footer {
        padding: 24px 16px;
    }

    .timeline-item .timeline-footer ul {
        gap: 8px;
    }

    .timeline-item .timeline-footer ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .timeline-item .timeline-footer ul li::marker {
        font-size: 14px;
    }

    .impact-numbers {
        padding: 40px 0 64px;
    }

    .impact-numbers .section-title {
        margin-bottom: 48px;
    }

    .number-list{
        min-height: auto;
    }

    .number-item .number-heading {
        margin-bottom: 24px;
    }

    .number-image{
        min-height: auto;
    }

    .number-item .number-heading h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 0;
    }

    .number-item {
        padding: 24px;
        border-radius: 24px;
    }

    .number-item:nth-child(2){
        padding: 24px;
    }

    .number-item .number-heading p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 0;
    }

    .number-item .number-desc p {
        font-size: 16px;
        line-height: 22px;
    }

    .number-image {
        height: 100%;
    }

    .number-image img {
        width: 100%;
        height: 100%;
    }

    .teams_operation {
        padding: 40px 0;
    }

    .teams_operation .teams_inner {
        gap: 48px;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box {
        flex-direction: column;
    }

    .teams_operation .teams_inner .section-title {
        margin-bottom: 16px;
    }

    .teams_operation .operations .operation-tags ul {
        padding: 12px;
    }

    .teams_operation .operations .operation-tags ul li a {
        padding: 14px 24px;
        font-size: 18px;
        line-height: 25px;
    }

    .teams_operation .operations {
        gap: 32px;
    }

    .teams_operation .operations .operation-content {
        padding: 32px;
        border-radius: 32px;
    }

    .teams_operation .operations .operation-content .operation-inner {
        gap: 32px;
    }

    .teams_operation .operations .operation-content .operation-inner h3 {
        font-size: 40px;
        line-height: 52px;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-first .operation-numbers {
        display: flex;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-second .operation-numbers {
        display: none;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-first {
        display: flex;
        width: 100%;
        max-width: 100%;
        gap: 24px;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-first .operation-image {
        width: 383px;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-first .operation-image picture {
        max-width: 100%;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-first .operation-numbers {
        flex-direction: column;
        gap: 16px;
        justify-content: flex-start;
        flex: 1;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-numbers-item {
        padding: 16px 24px;
        border-radius: 20px;
        flex: 0 0;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-desc h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-desc p,
    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-desc ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-second {
        gap: 24px;
    }

    .site-wrapper .site-brand {
        width: 225px;
    }

    .software-usecase-top .software-usecase-image {
        width: 300px;
    }

    .software-usecase-top {
        gap: 32px;
    }

    .software-usecase-item h3 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .software-usecase-top {
        align-items: flex-start;
    }

    .software-usecase .software-usecase-content .software-usecase-item:first-child .software-usecase-top {
        flex-direction: row-reverse;
    }

    .software-usecase-top .software-usecase-heading p {
        font-size: 16px;
        line-height: 22px;
    }

    .services-work {
        padding: 64px 0;
    }

    .services-work .section-title {
        margin-bottom: 12px;
    }

    .services-work .description {
        margin-bottom: 48px;
    }

    .services-work .service-content {
        flex-direction: column-reverse;
        gap: 48px;
    }

    .services-work .service-content .services-work-image {
        max-width: 100%;
        display: flex;
        justify-content: center;
        padding: 16px;
    }

    .help-image {
        max-width: 100%;
    }

    .services-work .service-content .service-work-list {
        gap: 20px;
    }

    .services-work .service-content .service-work-list .services-list {
        gap: 20px;
    }

    .services-work .service-content .service-work-list .services-list .services-list-item .services-list-box {
        padding: 20px 24px;
    }

    .services-work .service-content .service-work-list .services-list .services-list-item .services-list-box img {
        width: 40px;
    }

    .services-work .service-content .service-work-list .services-list .services-list-item .services-list-box p {
        font-size: 24px;
        line-height: 32px;
    }

    .services-work .service-content .service-work-list .service-work-note {
        font-size: 16px;
        line-height: 22px;
    }

    .program-heading {
        flex-direction: column;
        gap: 8px;
    }

    .program-heading .section-title {
        text-align: center;
    }

    .program-heading .program-desc {
        gap: 0;
    }

    .program-heading .program-desc p {
        text-align: center;
        font-size: 18px;
        line-height: 25px;
    }

    .software-usecase .usecase-prepaid-list .use-case-item .use-case-box .usecase-icons {
        margin-bottom: 0;
    }

    .software-usecase .usecase-prepaid-list .use-case-item .use-case-box .usecase-icons img {
        height: 36px;
    }

    .orange-text {
        font-size: 18px;
        line-height: 25px;
    }

    .software-banner {
        padding: 64px 0;
    }

    .software-banner .software-banner-heading .section-title {
        margin-bottom: 16px;
    }

    .software-banner .software-banner-heading {
        padding: 0;
    }

    .software-banner .section-inner {
        gap: 32px;
    }

    .software-tags ul {
        gap: 8px;
    }

    .software-tags ul li a {
        padding: 12px 20px;
        border: 1px solid rgba(255, 255, 255, 0.20);
        gap: 12px;
    }

    .software-tags ul li a img {
        width: 20px;
    }

    .software-tags ul li a span {
        font-size: 15px;
        line-height: 21px;
    }

    .list-software {
        padding: 64px 40px;
        display: flex;
        flex-direction: column;
        gap: 48px;
    }

    .item-software-wrap,
    .software-image-right .item-software-wrap {
        flex-direction: column;
    }

    .item-software-wrap .item-software-image {
        width: 100%;
    }

    .item-software-wrap .item-software-content {
        width: 100%;
        padding: 32px;
    }

    .software-image-right .item-software-wrap .item-software-content {
        padding: 32px;
    }

    .section-software {
        border-radius: 24px;
        padding: 24px 0;
        border: 1px solid rgba(255, 255, 255, 0.60);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) -0.21%, rgba(255, 255, 255, 0.20) 100.23%);
    }

    .item-software-wrap .item-software-content h2 {
        padding: 0;
        margin-bottom: 24px;
        text-align: left;
    }

    .item-software-wrap .item-software-content .software-list-content {
        gap: 12px;
    }

    .item-software-wrap .item-software-content .software-list-content p {
        font-size: 18px;
        line-height: 25px;
    }

    .telecom-program .button-more,
    .secure-compliant .button-more {
        margin-top: 32px;
    }

    .call_center .service-card {
        /* padding: 14px 0 36px 36px; */
    }

    .technology-heading {
        padding: 24px;
    }

    .technology-name {
        font-size: 24px;
        line-height: 32px;
    }

    .technology-des {
        font-size: 16px;
        line-height: 22px;
    }

    .where .section-title br {
        display: inline-block;
    }
    .footer-menus .footer-menu .footer-menu-title{
        font-size: 15px;
        line-height: 21px;
    }
    .footer-menu-list li a{
        font-size: 13px;
        line-height: 19px;
    }
}

@media (max-width: 1024px) {
    .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }

    .navbar {
        justify-content: end;
    }

    .banner {
        padding: 112px 0 144px;
    }

    .icon-top-left {
        top: 56px;
        left: -47px;
    }

    .icon-top-left img {
        width: 200px;
    }

    .icon-top-right {
        top: 67px;
        right: 38px;
    }

    .icon-top-right img {
        width: 100px;
    }

    .orange-text {
        font-size: 15px;
        line-height: 21px;
    }

    .banner h1 {
        font-size: 48px;
        line-height: 62px;
        margin-bottom: 16px;
    }

    .description {
        font-size: 18px;
        line-height: 25px;
    }

    .banner .description {
        margin-bottom: 24px;
        max-width: 608px;
    }

    .btn-orange {
        padding: 16px 24px;
        font-size: 16px;
        line-height: 22px;
    }

    .btn-orange-oneline {
        padding: 16px 24px;
        font-size: 16px;
        line-height: 22px;
    }

    .journey .item p {
        font-size: 16px;
    }

    .icon-bot-left {
        left: 16px;
        bottom: 14px;
    }

    .icon-bot-left img {
        width: 186px;
    }

    .icon-bot-right {
        bottom: 84px;
    }

    .icon-bot-right img {
        width: 102px;
    }

    .impact {
        padding: 64px 0;
    }

    .impact-wrap {
        flex-direction: column;
        gap: 48px;
    }

    .line {
        width: 100%;
        height: 1px;
    }

    .founder {
        width: 100%;
    }

    .journey .heading {
        text-align: center;
        margin-bottom: 40px;
        font-size: 48px;
        line-height: 62px;
    }

    .services .services-wrap {
        padding: 0;
    }

    .technology-wrap {
        padding: 0;
    }

    .badge-aws p {
        font-size: 14px;
        line-height: 20px;
    }

    .home .use_case-wrap {
        padding: 0;
    }

    .journey .item {
        gap: 8px;
    }

    .journey .item .number {
        font-size: 40px;
        line-height: 52px;
        width: 68px;
    }

    .button-more .btn {
        padding: 12px 20px;
    }

    .button-more .btn span {
        font-size: 15px;
        line-height: 21px;
    }

    .box-timeline-list {
        margin-right: -40px !important;
    }

    .button-more .btn svg {
        width: 20px;
    }

    .founder-head {
        display: flex;
        gap: 24px;
    }

    .founder-head .description {
        flex: 1;
        font-size: 18px;
        line-height: 25px;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-numbers-item p {
        font-size: 16px;
        line-height: 22px;
    }

    .founder-head .founder-icon img {
        width: 48px;
        height: 48px;
    }

    .founder-content {
        padding-left: 72px;
    }

    .founder-content img {
        width: 56px;
    }

    .user-data .user-name {
        font-size: 24px;
        line-height: 32px;
    }

    .user-data .user-role {
        font-size: 16px;
        line-height: 22px;
    }

    .business {
        padding: 64px 0;
    }

    .business .description {
        color: #464749;
        font-size: 18px;
        line-height: 25px;
    }

    .business h2 {
        font-size: 48px;
        line-height: 62px;
        text-align: center;
        margin-bottom: 16px;
    }

    .box-logo img{
        width: 70px;
    }

    .business p {
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }

    .services {
        padding: 0;
    }

    .technology {
        padding: 64px 0;
    }

    .text-top {
        font-size: 18px;
        line-height: 25px;
    }

    .section-title {
        text-align: center;
        font-size: 48px;
        line-height: 62px;
    }

    .use_case {
        padding: 64px 0;
    }

    .use_case .section-inner {
        margin-bottom: 32px;
    }

    .usecase-item {
        padding: 40px;
    }

    .usecase-item .usecase-logo img {
        height: 32px;
    }

    .usecase-meta .number {
        font-size: 57px;
        line-height: 64px;
    }

    .swiper-slide:first-child .usecase-item .usecase-image img {
        height: 32px;
    }

    .usecase-item .usecase-image img {
        height: 48px;
    }

    .usecase-des {
        font-size: 16px;
        line-height: 22px;
    }

    .use_case .section-inner br {
        display: inline;
    }

    .light-card-review {
        width: 100%;
        max-width: 100%;
        left: 0;
        top: 50px;
        bottom: auto;
    }

    .light-card-review img {
        width: 100%;
    }

    .use_case .button-more .btn {
        padding: 16px 48px;
    }

    .culture {
        padding: 64px 0;
    }


    .culture-heading {
        flex-direction: column;
        gap: 16px;
        height: auto;
    }

    .culture-heading .culture-left {
        width: 100%;
        padding: 0;
        max-width: none;
    }

    .culture-heading .culture-right {
        width: calc(100% + 20px);
        position: relative;
        right: -20px;
        height: 137px;
    }

    .culture_images {
        top: 0;
        width: 100%;
        left: 0;
    }

    .culture_images .item {
        height: 137px;
        width: 248px;
    }

    .culture-heading .culture-left .section-inner {
        align-items: center;
    }

    .list-cards {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 24px;
    }

    .card-item.card-orange {
        width: auto;
    }

    .card-item {
        padding: 32px;
        gap: 16px;
    }

    .card-item .card-icon img {
        width: 96px;
    }

    .card-item .card-title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 12px;
    }

    .explore_careers {
        padding: 16px 48px;
    }

    .explore_careers svg {
        width: 24px;
        height: 24px;
    }

    .transformation {
        padding: 64px 0;
    }

    .transformation-heading .section-title {
        font-size: 56px;
        line-height: 68px;
    }

    .transformation-heading {
        padding: 0;
    }

    .transformation-heading .section-title .text-blur::before {
        width: 180px;
        height: 67px;
        left: -20px;
    }

    .transformation .transformation-heading .section-title .text-has-bg .text-line {
        bottom: -26px;
    }

    .footer-menus {
        flex-wrap: wrap;
        gap: 32px;
    }

    .footer-menus .footer-menu {
        width: calc(50% - 16px);
    }

    .site-footer {
        padding: 32px 0;
        border-radius: 32px 32px 0 0;
    }

    .site-footer .container {
        padding-left: 32px;
        padding-right: 32px;
    }

    .footer-heading h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 8px;
    }

    .footer-heading .description {
        font-size: 16px;
        line-height: 22px;
    }

    .header__container .navbar .nav-link.active {
        color: #292A2B;
    }

    .office-item h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .office-hanoi {
        flex-wrap: wrap;
        gap: 32px;
    }

    .office-hanoi>* {
        flex: 0 0 100%;
    }

    .office-wrapper .office-right {
        flex: 1;
    }

    .footer-images p {
        font-size: 16px;
        line-height: 22px;
    }

    .footer-socials li a img {
        width: 24px;
        height: 24px;
    }

    .btn-hand {
        top: 18px;
    }

    .btn-hand img {
        width: 84px;
        height: 84px;
    }

    .footer-bottom {
        gap: 48px;
        margin-top: 32px;
    }

    .footer-bottom .footer-images {
        flex: 1;
        width: auto;
    }

    .footer-bottom .footer-images .footer-logo img {
        width: 100%;
    }

    .technology-wrap {
        margin-top: 40px;
    }

    .culture-heading .culture-left .description {
        text-align: center;
    }

    .careers-banner {
        padding: 40px 0;
    }

    .talented-wrapper {
        padding: 32px 24px;
        border-radius: 24px;
    }

    .talented-wrapper h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 40px;
    }

    .box-people {
        gap: 24px;
    }

    .box-people .result {
        font-size: 18px;
        line-height: 25px;
    }

    .box-people .filter .filter-title {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 6px;
    }

    .filter-fields .filter-field .select2-container .select2-selection--single {
        padding: 12px 16px;
        border-radius: 8px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 20px;
    }

    .filter-fields .filter-field .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        line-height: 20px;
    }

    .filter-fields .filter-field {
        flex: 1;
        width: calc((100% - 24px * 2)/ 3);
    }

    .employment-item {
        width: 100%;
        padding: 20px;
        border-radius: 8px;
    }

    .employment-wrapper {
        gap: 24px;
    }

    .employment-item .employment-inner {
        gap: 20px;
    }

    .employment-item .employment-inner .employment-head .tag-new {
        padding: 4px 8px;
        font-size: 15px;
        line-height: 21px;
    }

    .employment-item .employment-inner .employment-head .employment-name {
        font-size: 18px;
        line-height: 25px;
    }

    .employment-item .employment-inner .employment-head .employment-type li {
        padding: 7px 10px;
        gap: 4px;
    }

    .employment-item .salary .time-work {
        padding: 6px 12px;
        font-size: 13px;
        line-height: 19px;
    }

    .employment-item .salary .text {
        font-size: 16px;
        line-height: 22px;
    }

    .employment-item .employment-meta .department {
        font-size: 15px;
        line-height: 21px;
    }

    .employment-item .employment-meta .address svg {
        width: 20px;
        height: 20px;
    }

    .employment-item .employment-meta .address p {
        font-size: 15px;
        line-height: 21px;
    }

    .page-template-careers .select2-container--default .select2-selection--single .select2-selection__clear span {
        font-size: 25px;
        color: #9D9FA4;
    }

    .view-more-employment {
        padding: 12px 48px;
    }

    .talented {
        padding: 0 0 32px;
    }

    .gateway {
        padding: 32px 0;
    }

    .gateway .orange-text {
        font-size: 18px;
        line-height: 25px;
    }

    .gateway .description {
        font-size: 16px;
        line-height: 22px;
    }

    .why-work {
        padding: 32px 0;
    }

    .why-work .why-work-inner {
        gap: 48px;
    }

    .why-work .why-work-inner .section-inner .orange-text {
        font-size: 18px;
        line-height: 25px;
    }

    .why-work .why-work-inner .section-inner .section-title {
        font-size: 40px;
        line-height: 52px;
    }

    .why-work .why-work-inner .why-members {
        gap: 40px;
    }

    .why-work .why-work-inner .why-members .member-item {
        padding-left: 20px;
    }

    .why-work .why-work-inner .why-members .member-item p {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 0;
    }

    .why-work .why-work-inner .why-members .member-item h3 {
        font-size: 40px;
        line-height: 52px;
    }

    .why-work .why-work-inner .reason-list {
        gap: 16px;
    }

    .why-work .why-work-inner .reason-list .reason-image {
        width: calc((100% - 16px) / 2);
        height: 210px;
        border-radius: 16px;
        overflow: hidden;
    }

    .why-work .why-work-inner .reason-list .reason-image img {
        height: 210px;
        width: 100%;
        object-fit: cover;
        object-position: bottom;
    }

    .why-work .why-work-inner .reason-list .reason-item {
        width: calc((100% - 16px) / 2);
        padding: 32px;
        gap: 32px;
        border-radius: 16px;
    }

    .why-work .why-work-inner .reason-list .reason-item h3 {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 25px;
        min-height: auto;
    }

    .why-work .why-work-inner .reason-list .reason-item p {
        font-size: 16px;
        line-height: 22px;
    }

    .why-work .why-work-inner .reason-list .reason-image:nth-child(1) {
        order: 1;
    }

    .why-work .why-work-inner .reason-list .reason-image:nth-child(3) {
        order: 4;
    }

    .why-work .why-work-inner .reason-list .reason-image:nth-child(6) {
        order: 5;
    }

    .why-work .why-work-inner .reason-list .reason-image:nth-child(8) {
        order: 8;
    }

    .why-work .why-work-inner .reason-list .reason-item:nth-child(2) {
        order: 2;
    }

    .why-work .why-work-inner .reason-list .reason-item:nth-child(4) {
        order: 3;
    }

    .why-work .why-work-inner .reason-list .reason-item:nth-child(5) {
        order: 6;
    }

    .why-work .why-work-inner .reason-list .reason-item:nth-child(7) {
        order: 7;
    }

    .where {
        padding: 32px 0;
    }

    .where .section-title {
        font-size: 72px;
        line-height: 80px;
        margin-bottom: 20px;
    }

    .where .description {
        margin-bottom: 20px;
        text-align: center;
    }

    .where .section-button .icon-button {
        padding: 16px 24px;
        display: inline-flex;
        gap: 16px;
    }

    .where .section-button .icon-button span {
        font-size: 16px;
        line-height: 22px;
    }

    .where .section-button .icon-button svg {
        width: 24px;
        height: 24px;
    }

    .sofftel-images {
        margin-top: 48px;
        gap: 20px;
    }

    .sofftel-images img {
        height: 218px;
    }

    .sofftel-images #slide-images-right img {
        height: 280;
    }

    .contact {
        padding: 40px 0;
    }

    .contact-wrapper {
        gap: 24px;
    }

    .contact-form-wrapper {
        flex-direction: column;
    }

    .contact-form-wrapper .contact-form {
        border-radius: 24px 24px 0 0;
        padding: 40px;
    }

    .contact-form-wrapper .contact-form .contact-form-inner {
        gap: 24px;
    }

    .contact-form-wrapper .contact-form .contact-form-inner .contact-form-row .form-group label {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 6px;
    }

    .contact-form-wrapper .contact-form .contact-form-inner .contact-form-row .form-group .form-control {
        padding: 12px 16px;
        border-radius: 12px;
        font-size: 14px;
        line-height: 20px;
        height: 48px;
    }

    .contact-form-wrapper .contact-form .submit-container {
        margin-top: 24px;
        display: flex;
        justify-content: center;
    }

    .contact-form-wrapper .contact-form .submit-container .btn-orange {
        padding: 12px 80px;
    }

    .contact-form-wrapper .contact-info {
        max-width: none;
        width: 100%;
        border-radius: 0 0 24px 24px;
        padding: 40px;
        background-image: url(./images/quoteMedium.png);
        background-position: left top;
        background-size: auto;
    }

    .contact-form-wrapper .contact-info::before {
        display: none;
    }

    .contact-form-wrapper .contact-info .contact-info-image img {
        width: 48px;
    }

    .contact-form-wrapper .contact-info .quote {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .contact-form-wrapper .contact-info .office-info {
        gap: 4px;
    }

    .contact-form-wrapper .contact-info .office-info .office-info-title {
        font-size: 16px;
        line-height: 22px;
    }

    .contact-form-wrapper .contact-info .office-info .office-info-data {
        font-size: 16px;
        line-height: 22px;
    }

    .contact-form-wrapper .contact-form .contact-form-inner .contact-form-row {
        gap: 24px;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        background: #fff;
        z-index: 1050;
        padding: 24px 24px 0;
        overflow: auto;
        max-width: 600px;
    }

    .header:not(.sticky) .navbar-collapse {
        /* top: -24px;
        left: -17px; */
    }

    .header__container {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        padding: 16px;
    }

    .header__container .navbar-nav>.nav-item>a {
        border-bottom: 1px solid #EBEBED;
    }

    .header__container .navbar-nav>.nav-item:last-child>a {
        border-bottom: 0;
    }

    .navbar-collapse.show {
        transform: translateX(0);
    }

    .header__container .navbar .nav-link {
        color: #292A2B;
    }

    .header__container .navbar .nav-link:hover {
        color: #292A2B;
    }

    .header__container .navbar .submenu ul li {
        padding: 0;
    }

    .header__container .navbar .submenu {
        padding: 0;
    }

    .header-menu-mobile {
        padding: 16px;
        gap: 20px;
        align-items: center;
    }

    .header.sticky {
        padding-top: 0;
        background: #0E1C27;
    }

    .header.sticky .header__container {
        border-radius: 0;
        border: 0;
    }

    .header.sticky>.container {
        padding: 0;
    }

    .menu-light .header.sticky {
        background: #ffff;
    }

    .admin-bar .header.sticky {
        top: 0;
    }

    .header-menu-mobile .btn-close {
        background: transparent;
        width: auto;
        height: auto;
    }

    .menu-logo-mobile {
        display: flex;
        justify-content: space-between;
        flex: 1;
        align-items: center;
    }

    .menu-button .btn-demo {
        padding: 8px 16px;
        color: #fff;
        border-radius: 10px;
        background: #292A2B;
        font-weight: 700;
        font-size: 13px;
        line-height: 20px;
    }

    .header__container .navbar .nav-link .menu-arrow svg path {
        fill: #636468;
    }

    .header__container .navbar-nav {
        gap: 0;
    }

    .header__container .navbar .nav-link {
        justify-content: space-between;
        padding: 16px 24px;
    }

    .header__container .navbar .submenu.menu-desktop {
        display: none !important;
    }

    .header__container .navbar .submenu {
        position: static;
        top: unset;
        left: unset;
    }

    .header__container .navbar .submenu ul {
        /* margin-left: 10px; */
    }

    .header__container .navbar .submenu>.menu-item>a .header__container .navbar>li {
        border-bottom: 1px solid #EBEBED;
    }

    .header__container .navbar>li>a {
        padding: 16px 24px;
    }

    .header__container .navbar li.menu-item-has-children:hover>.submenu {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .header__container .navbar li.menu-item-has-children:hover svg {
        transform: none;
    }

    .header__container .navbar li.menu-item-has-children.active svg {
        transform: rotate(180deg);
    }

    .menu-light .header__container .navbar .menu-item:not(.menu-item-has-children) .nav-link.active {
        font-weight: 400;
        color: #04263B;
    }

    .header__container .navbar li.menu-item-has-children.active .submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-left: 16px;
    }

    .header__container .navbar li.menu-item-has-children.active .submenu>.menu-item-object-page {
        display: none;
    }

    .header__container .navbar li.menu-item-has-children.active .submenu ul {
        margin-left: 16px;
    }

    .operation-banner .operation-banner-wrapper h1{
        margin-bottom: 16px;
    }

    .gateway .section-title{
        margin-bottom: 20px;
    }

    .software .service-card {
        padding: 24px 16px;
    }

    .service-card .software-list {
        gap: 14px;
    }

    .service-card .software-list li {
        padding: 12px 20px;
    }

    .service-card .software-list li img {
        width: 20px;
    }

    .gateway_map {
        position: absolute;
        right: 104px;
        top: 50px;
    }

    .gateway_map img {
        width: 176px;
        display: block;
    }

    .plane {
        position: absolute;
        right: -67px;
        bottom: 53px;
    }

    .plane img {
        width: 171px;
        display: block;
    }

    .service-heading {
        padding: 32px;
    }

    .service-heading .service-name {
        font-size: 28px;
        line-height: 36px;
    }

    .framer-container {
        height: 332px;
    }

    .framer-src .framer-item {
        height: 300px;
        width: 1405px;
    }

    .framer-src .framer-item2 {
        height: 300px;
        left: calc(50.00000000000002% - 1405px / 2);
        top: calc(50.00000000000002% - 300px / 2);
        width: 1405px;
    }

    .framer-src .framer-item-current {
        height: 300px;
        width: 281px;
    }

    .framer-src .framer-item-next {
        height: 300px;
        width: 281px;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-numbers-item h4 {
        font-size: 38px;
        line-height: 52px;
    }

    .card-item .card-body .card-content {
        font-size: 16px;
        line-height: 22px;
    }

    .module-box {
        padding: 32px;
    }

    .marketing-suite .why-choose .section-title{
        margin-bottom: 8px;
    }

    .secure-box .secure-item .secure-content p {
        font-size: 18px;
        line-height: 25px;
    }

    .marketing-suite .section-inner .orange-text {
        font-size: 18px;
        line-height: 25px;
    }

    .software-usecase .use-case-item .use-case-box p {
        font-size: 16px;
        line-height: 22px;
    }

    #culture_images_swiper .swiper-slide {
        width: auto;
        flex-shrink: 0;
    }
}

@media (max-width: 767px) {
    .business .description {
        font-size: 18px;
        line-height: 25px;
    }

    .container,
    .container-md,
    .container-sm {
        padding-right: 16px;
        padding-left: 16px;
    }

    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .culture-heading .culture-right {
        width: calc(100%);
        right: 0;
    }

    .banner .container {
        padding-right: 32px;
        padding-left: 32px;
    }

    .banner h1 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 8px;
    }

    .description {
        font-size: 15px;
        line-height: 21px;
    }

    .btn-orange {
        padding: 12px 20px;
        font-size: 15px;
        line-height: 21px;
    }

    .btn-orange-oneline {
        padding: 12px 20px;
        font-size: 15px;
        line-height: 21px;
    }

    .icon-bot-left {
        left: 10px;
        bottom: 10px;
    }

    .icon-bot-left img {
        width: 124px;
        height: 80px;
    }

    .icon-bot-right {
        right: 17px;
        bottom: 20px;
        box-shadow: 0 1.504px 15.038px 0 rgba(0, 0, 0, 0.50);
    }

    .icon-top-left {
        top: 30px;
    }

    .icon-top-left img {
        width: 140px;
    }

    .icon-top-right {
        top: 22px;
        right: 12px;
    }

    .icon-top-right img {
        width: 80px;
    }

    .impact {
        padding: 40px 0;
    }

    .journey .heading {
        font-size: 32px;
        line-height: 42px;
        text-align: left;
    }

    .journey .gap-5 {
        gap: 32px !important;
    }

    .journey .item {
        flex-wrap: wrap;
    }

    .journey .item p {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
    }

    .impact-wrap {
        gap: 32px;
    }

    .founder-head .founder-icon img {
        width: 40px;
        height: 40px;
    }

    .services-work .service-content .service-work-list .services-list .services-list-item .services-list-box {
        align-items: center;
    }

    .founder-head .description {
        font-size: 16px;
        line-height: 22px;
    }

    .software-module .module-inner{
        gap: 32px;
    }

    .software-module {
        padding: 32px 0;
    }

    .module-row .module-list ul{
        gap: 24px;
    }

    .module-row .module-list ul li.active h4{
        font-size: 18px;
        line-height: 25px;
    }

    .module-row .module-list ul li p{
        font-size: 15px;
        line-height: 21px;
    }

    .module-row .module-list ul li>div{
        gap: 8px;
    }

    .founder-content {
        padding-left: 64px;
    }

    .button-more .btn {
        width: 100%;
        padding: 8px 16px;
    }

    .journey .button-more .btn{
        text-align: left;
    }
    .telecom-program .button-more .btn{
        padding: 8px 16px;
    }

    .business {
        padding: 40px 0;
    }

    .business .description {
        font-size: 16px;
        line-height: 22px;
    }

    .business h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .business p {
        font-size: 16px;
        line-height: 22px;
    }

    .employment-modal .modal-dialog .modal-header {
        justify-content: center;
    }

    .service-heading {
        padding: 20px 24px;
    }

    .service-icon svg {
        width: 16px;
        height: 16px;
        display: block;
    }

    .service-heading .service-name {
        font-size: 28px;
        line-height: 36px;
    }

    .technology {
        padding: 40px 0;
    }

    .text-top {
        font-size: 16px;
        line-height: 22px;
    }

    .contact .orange-text {
        font-size: 13px;
        line-height: 19px;
    }

    .section-title {
        font-size: 32px;
        line-height: 42px;
    }

    .technology-wrap {
        margin-top: 24px;
    }

    .use_case {
        padding: 40px 0;
    }

    .use_case .button-more .btn {
        padding: 12px 48px;
    }

    .culture {
        padding: 40px 0;
    }

    .card-item .card-icon {
        width: 88px;
    }

    .card-item {
        flex-direction: row;
    }

    .card-item .card-info {
        flex: 1;
    }

    .card-item .card-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 4px;
    }

    .card-item .card-body .card-content {
        font-size: 14px;
        line-height: 20px;
    }

    .explore_careers span {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
    }

    .transformation {
        padding: 40px 0;
    }

    .transformation-heading .section-title {
        font-size: 40px;
        line-height: 52px;
    }

    .box-timeline-list {
        margin-right: -16px !important;
    }

    .transformation-heading .section-title .text-blur::before {
        width: 128px;
        height: 48px;
        left: -13px;
    }

    .transformation-heading .section-title .text-has-bg {
        width: 216px;
    }

    .transformation-heading .section-title .text-has-bg span {
        font-size: 40px;
        line-height: 52px;
        width: 216px;
    }

    .transformation .transformation-heading .section-title .text-has-bg .text-line {
        bottom: -6px;
    }

    .transformation .transformation-heading .section-title .text-has-bg .text-line img {
        display: block;
    }

    .transformation .btn-orange {
        padding: 8px 16px;
        gap: 16px;
        font-size: 13px;
        line-height: 20px;
    }

    .transformation .btn-orange svg {
        width: 16px;
        height: 16px;
    }

    .btn-hand img {
        width: 52px;
        height: 52px;
    }

    .footer-heading h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .footer-heading .description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .office-wrapper {
        flex-wrap: wrap;
    }

    .office-wrapper .office-left {
        flex: 0 0 100%;
    }

    .office-wrapper .office-right {
        flex: 0 0 100%;
    }

    .footer-bottom {
        flex-wrap: wrap;
        gap: 32px;
    }

    .footer-bottom .footer-images {
        flex: 0 0 100%;
    }

    .office-item .office-name {
        font-size: 15px;
        line-height: 21px;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-first .operation-image {
        width: 100%;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-first .operation-image img {
        width: 100%;
    }

    .office-item .office-text {
        font-size: 15px;
        line-height: 21px;
    }

    .software-banner .software-banner-heading .section-title {
        font-size: 28px;
        line-height: 36px;
    }

    .careers-banner-image-left img:first-child {
        width: 46px;
    }

    .careers-banner-image-left img:last-child {
        width: 67px;
    }

    .careers-banner-image-right img:first-child {
        width: 76px;
    }

    .careers-banner-image-right img:last-child {
        width: 50px;
    }

    .careers-banner {
        padding: 76px 0 24px;
    }

    .careers-banner-image-left {
        bottom: unset;
        top: 0;
        transform: none;
        padding: 7px 0;
    }

    .careers-banner-image-right {
        bottom: unset;
        top: 0;
        transform: none;
        padding: 7px 0;
    }

    .secure-box .secure-item .secure-image img {
        height: 168px;
    }

    .careers-banner .orange-text {
        font-size: 13px;
        line-height: 19px;
        letter-spacing: 2px;
    }

    .careers-banner .section-title {
        max-width: none;
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 0;
    }

    .careers-banner .description{
        font-size: 14px;
        line-height: 20px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 16px;
        width: 16px;
    }

    .job-des .nav-tabs .nav-link{
        font-size: 13px;
        line-height: 20px;
    }

    .employment-wrapper{
        gap: 20px;
        
    }

    .employment-item .employment-meta .address{
        align-items: start;
    }

    .employment-modal .modal-dialog .modal-header .modal-title{
        font-size: 18px;
        line-height: 25px;
    }

    .talented-wrapper {
        padding: 24px 16px;
        border-radius: 16px;
    }

    .contact-form-wrapper .contact-form .contact-form-inner .contact-form-row .form-group .form-control{
        font-size: 13px;
        line-height: 19px;
        height: 40px;
    }

    .talented-wrapper h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .box-people .result {
        font-size: 15px;
        line-height: 21px;
    }

    .box-people {
        gap: 20px;
    }

    .box-people .filter .filter-title {
        font-size: 13px;
    }

    .filter-fields {
        gap: 12px;
    }

    .filter-fields .filter-field {
        width: 100%;
        flex: auto;
    }

    .filter-fields .filter-field .select2-container .select2-selection--single {
        padding: 8px 14px;
    }

    .filter-fields .filter-field .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 13px;
        line-height: 19px;
    }

    .employment-item {
        padding: 16px;
    }

    .employment-item .employment-inner {
        gap: 16px;
    }

    .employment-item .employment-inner .employment-head {
        gap: 16px;
    }

    .employment-item .employment-inner .employment-head .employment-name {
        font-size: 15px;
        line-height: 21px;
    }

    .employment-item .employment-inner .employment-head .tag-new {
        padding: 4px 6px;
        font-size: 13px;
        line-height: 19px;
    }

    .employment-item .employment-inner .employment-head .employment-type {
        align-items: center;
        width: 100%;
    }

    .employment-item .employment-inner .employment-head .employment-type li {
        padding: 3px 4px;
    }

    .employment-item .employment-inner .employment-head .employment-type li.salary {
        padding: 4px;
        border-radius: 8px;
        background: rgba(0, 0, 0, 0.08);
        border: 0;
        font-size: 10px;
        line-height: 15px;
    }

    .view-more-employment {
        font-size: 12px;
        line-height: 19px;
        padding: 8px 32px;
    }

    .talented {
        padding: 0 0 24px;
    }

    .gateway {
        padding: 24px 0;
    }

    .gateway .orange-text {
        font-size: 15px;
        line-height: 21px;
    }

    .gateway .section-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .gateway .description {
        font-size: 14px;
        line-height: 20px;
    }

    .why-work {
        padding: 24px 0;
    }

    .why-work .why-work-inner .section-inner .orange-text {
        font-size: 15px;
        line-height: 21px;
    }

    .why-work .why-work-inner .section-inner .section-title {
        font-size: 24px;
        line-height: 32px;
    }

    .why-work .why-work-inner .why-members {
        gap: 24px 32px;
        flex-wrap: wrap;
    }

    .why-work .why-work-inner .why-members .member-item {
        flex: auto;
        width: calc(50% - 16px);
        padding-left: 16px;
    }

    .why-work .why-work-inner .why-members .member-item p {
        font-size: 13px;
        line-height: 21px;
    }

    .why-work .why-work-inner .reason-list .reason-image {
        width: 100%;
    }

    .why-work .why-work-inner .reason-list .reason-item {
        width: 100%;
    }

    .why-work .why-work-inner .reason-list .reason-image {
        height: 158px;
    }

    .why-work .why-work-inner .reason-list .reason-image img {
        height: 158px;
    }

    .why-work .why-work-inner .reason-list .reason-image:nth-child(1) {
        order: 1;
    }

    .why-work .why-work-inner .reason-list .reason-image:nth-child(3) {
        order: 3;
    }

    .why-work .why-work-inner .reason-list .reason-image:nth-child(6) {
        order: 5;
    }

    .why-work .why-work-inner .reason-list .reason-image:nth-child(8) {
        order: 7;
    }

    .why-work .why-work-inner .reason-list .reason-item:nth-child(2) {
        order: 2;
    }

    .why-work .why-work-inner .reason-list .reason-item:nth-child(4) {
        order: 4;
    }

    .why-work .why-work-inner .reason-list .reason-item:nth-child(5) {
        order: 6;
    }

    .why-work .why-work-inner .reason-list .reason-item:nth-child(7) {
        order: 8;
    }

    .where {
        padding: 24px 0;
    }

    .where .section-title {
        font-size: 40px;
        line-height: 52px;
    }

    .where .description {
        font-size: 15px;
        line-height: 21px;
    }

    .where .section-button .icon-button {
        padding: 8px 16px;
        border-radius: 10px;
    }

    .where .section-button .icon-button {
        font-size: 13px;
        line-height: 20px;
    }

    .sofftel-images {
        gap: 8px;
    }

    .sofftel-images img {
        height: 120px;
    }

    .sofftel-images #slide-images-right img {
        height: 148px;
    }

    .job-wrapper .list-job-data {
        gap: 8px 16px;
    }

    .service-paginate{
        margin-top: 16px;
    }

    .journey .button-more .btn {
        height: 100%;
    }

    .culture-heading .culture-left .description {
        max-width: 100%;
    }

    .button-more .btn span {
        font-size: 13px;
        line-height: 20px;
    }

    .job-wrapper .list-job-data li {
        width: calc(50% - 8px);
        border-bottom: 1px solid #EBEBED;
        padding: 8px 0;
    }

    .job-wrapper .list-job-data li:last-child,
    .job-wrapper .list-job-data li:nth-child(5) {
        border-bottom: 0;
    }

    .job-wrapper .list-job-data li .data-name {
        margin-bottom: 4px;
        font-size: 12px;
        line-height: 19px;
    }

    .job-wrapper .list-job-data li .data-value {
        font-size: 14px;
        line-height: 20px;
    }

    .employment-modal .modal-dialog .modal-body {
        margin-top: 16px;
    }

    .job-wrapper {
        gap: 16px;
    }

    .job-des .tab-content .tab-inner {
        margin-top: 16px;
        gap: 16px;
    }

    .job-des .tab-content .overview-tab h6 {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 8px;
    }

    .job-des .tab-content .overview-tab p {
        margin-bottom: 8px;
    }

    .badge-aws p {
        font-size: 12px;
        line-height: 18px;
    }

    .job-des .tab-content .form-container {
        flex-wrap: wrap;
        gap: 12px;
    }

    .job-des .tab-content .form-container .form-group {
        flex: auto;
        width: 100%;
    }

    .job-des .tab-content label {
        margin-bottom: 8px;
        font-size: 15px;
        line-height: 21px;
    }

    .job-des .tab-content .application-tab .tab-inner {
        gap: 12px;
    }

    .job-des .tab-content .area-upload {
        padding: 12px;
    }

    .job-des .tab-content .area-upload p {
        font-size: 14px;
        line-height: 20px;
    }

    .job-des .tab-content .area-upload .btn-choose {
        padding: 8px 10px;
    }

    .job-des .tab-content .area-upload .btn-choose span {
        font-size: 12px;
        line-height: 19px;
    }

    .job-des .tab-content .area-upload .btn-choose svg {
        width: 14px;
        height: 14px;
        display: flex;
    }

    .job-des .application-tab .btn-orange {
        padding: 12px 20px;
        font-size: 15px;
        line-height: 21px;
    }

    .section-software {
        padding: 16px 0;
    }

    .marketing-suite .call-center-banner {
        padding: 40px 0;
    }

    .employment-modal .modal-dialog {
        margin: 24px 0 0 0;
        min-height: calc(100% - 24px);
        align-items: end;
    }

    .employment-modal .modal-dialog .modal-content {
        border-radius: 16px 16px 0 0;
        padding: 16px;
        border: 0;
        overflow-y: auto;
    }

    .employment-modal .overview-tab .btn-orange {
        color: #fff;
        border-radius: 10px;
        font-size: 13px;
        line-height: 20px;
        width: 100%;
    }

    .employment-modal .job-des .overview-tab .tab-inner {
        padding-bottom: 60px;
    }

    .employment-modal .job-des .application-tab .tab-inner {
        padding-bottom: 80px;
    }

    .employment-modal .box-apply-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 16px;
        background: #fff;
    }

    .light-card-review {
        top: 90px;
    }

    .orange-text {
        font-size: 13px;
        line-height: 19px;
    }

    .contact {
        padding: 32px 0;
    }

    .contact .section-title {
        font-size: 28px;
        line-height: 36px;
    }

    .contact-form-wrapper .contact-form .contact-form-inner {
        gap: 16px;
    }

    .contact-form-wrapper .contact-form .contact-form-inner .contact-form-row {
        flex-direction: column;
        gap: 16px;
    }

    .banner .description {
        max-width: 311px;
    }

    .software-module .section-title {
        font-size: 28px;
        line-height: 36px;
    }

    .contact-form-wrapper .contact-form {
        padding: 24px;
        border-radius: 16px 16px 0 0;
    }

    .contact-form-wrapper .contact-form .submit-container .btn-orange {
        width: 100%;
        padding: 8px 16px;
        height: 40px;
    }

    .contact-form-wrapper .contact-info {
        padding: 24px;
        border-radius: 0 0 16px 16px;
        background-image: url(./images/quoteMobile.png);
        background-size: 100%;
    }

    .contact-form-wrapper .contact-info .quote {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .menu-transparent .call-center-banner .orange-text {
        font-size: 15px;
        line-height: 21px;
    }

    .box-logo img{
        width: 53px;
    }

    .header__container {
        padding: 12px 16px;
    }

    .call-center-banner h1 {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }

    .call-center-banner {
        padding: 40px 8px;
    }

    .call-center-help {
        padding: 48px 0;
    }

    .call-center-help h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .call-center-help p {
        font-size: 15px;
        line-height: 21px;
    }

    .help-top .help-overview {
        gap: 8px;
    }

    .help-top {
        gap: 24px;
    }

    .help-bottom {
        margin-top: 24px;
    }

    .help-bottom h3 {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 25px;
    }

    .help-cards {
        flex-direction: column;
    }

    .help-item {
        padding: 16px;
        border-radius: 16px;
        gap: 8px;
        border-top: 2px solid rgba(255, 255, 255, 0.60);
    }

    .help-item img {
        width: 32px;
    }

    .help-item h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .call-center-help .help-item p {
        font-size: 15px;
        line-height: 21px;
    }

    .help-cards {
        gap: 16px;
    }

    .why-choose {
        padding: 48px 0;
    }

    .why-choose-item {
        width: 100%;
    }

    .why-choose-item img {
        width: 100%;
    }

    .why-choose-item .why-choose-item-content h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .why-choose-item .why-choose-item-content p {
        font-size: 15px;
        line-height: 21px;
    }

    .telecom-program .why-choose-item .why-choose-item-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .module {
        padding: 32px 0;
    }

    .module .section-title {
        font-size: 28px;
        line-height: 36px;
    }

    .module .module-inner {
        gap: 32px;
    }

    .module-box {
        gap: 20px;
        padding: 20px;
        border-radius: 16px;
    }

    .module-wrapper {
        border-radius: 16px;
    }

    .module-box .module-content {
        gap: 16px;
    }

    .module-box .module-content h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .module-box .module-content p {
        font-size: 15px;
        line-height: 21px;
    }

    .module-box .module-image {
        border-radius: 16px;
    }

    .why-choose .description span {
        display: inline;
    }

    .secure-compliant {
        padding: 48px 0;
    }

    .secure-compliant-inner {
        gap: 24px;
    }

    .secure-box .secure-item .secure-content {
        padding: 24px;
        gap: 24px;
    }

    .secure-box .secure-item .secure-content h3 {
        font-size: 40px;
        line-height: 52px;
    }

    .secure-box .secure-item .secure-content p {
        font-size: 15px;
        line-height: 21px;
    }

    .help-cards {
        flex-direction: column;
    }

    .leading {
        padding: 48px 0;
    }

    .leading-list {
        gap: 16px;
    }

    .leading-list .leading-box {
        padding: 24px;
        border-radius: 16px;
        gap: 16px;
    }

    .leading-list .leading-box .leading-heading .leading-icon {
        padding: 8px;
    }

    .leading-list .leading-box .leading-heading .leading-icon img {
        width: 24px;
    }

    .leading-list .leading-box .leading-heading h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .leading-list .leading-box .leading-content {
        flex-direction: column;
        gap: 6px;
        align-items: center;
    }

    .leading-list .leading-box .leading-content .leading-content-left {
        width: 100%;
    }

    .leading-list .leading-box .leading-content .leading-content-left .leading-content-percent {
        font-size: 40px;
        line-height: 52px;
        text-align: center;
    }

    .leading-content-right {
        padding-top: 8px;
    }

    .leading-content-right p {
        border-left: 0;
        border-top: 1px solid #D8D9DB;
        padding-left: 0;
        padding-top: 8px;
    }

    .leading-content-right p {
        font-size: 15px;
        line-height: 21px;
    }

    .module-row .module-list ul li h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .call-center-ready {
        padding: 32px 0;
    }

    .call-center-ready .section-title {
        font-size: 40px;
        line-height: 52px;
    }

    .header{
        padding-top: 16px;
    }

    .ready-text {
        gap: 24px;
    }

    .gateway_map {
        right: unset;
        top: 80px;
        bottom: unset;
        left: 122px;
    }

    .gateway_map img {
        width: 84px;
    }

    .plane {
        position: absolute;
        right: -60px;
        top: 106px;
        bottom: unset;
    }

    .plane img {
        width: 142px;
    }

    .arrow-framer {
        left: -65px;
    }

    .operation-banner .list-review .review-cards .review-item-small {
        width: 90px;
    }

    .operation-banner .list-review .review-cards .review-box {
        border-radius: 7px;
    }

    .operation-banner .list-review .review-cards .review-box-content {
        padding: 8px;
        gap: 4px;
    }

    .technology-thumbnail {
        height: auto;
    }

    .operation-banner .list-review .review-cards .review-box-content .review-icon img {
        width: 26px;
    }

    .operation-banner .list-review .review-cards .review-box-content h3 {
        font-size: 8px;
        line-height: 10px;
        margin-bottom: 0;
    }

    .operation-banner .list-review .review-cards .review-box-content p {
        font-size: 5px;
        line-height: 7px;
    }

    .operation-banner .list-review .review-cards .review-box .review-box-foot {
        border-radius: 0 0 7px 7px;
        padding: 6px;
    }

    .operation-banner .list-review .review-cards .review-box .review-box-foot a {
        font-size: 5px;
        padding: 4px;
        line-height: 6px;
        border-radius: 6px;
        justify-content: center;
        gap: 4px;
    }

    .software-contact .section-inner .software-contact-container .software-contact-action .btn-orange {
        gap: 8px;
    }

    .operation-banner .list-review .review-cards .review-box .review-box-foot a svg {
        width: 10px;
        height: 10px;
    }

    .operation-banner .list-review .review-cards .review-item-large {
        width: 84px;
    }

    .operation-banner .list-review .review-cards .review-item-large .review-box .review-box-foot {
        padding: 4px;
    }

    .operation-banner .list-review .review-cards .review-item-large .review-box .review-box-foot a {
        padding: 6px;
        font-size: 5px;
        line-height: 7px;
    }

    .review-line picture {
        width: 75%;
    }

    .call-center-banner .bg-map img {
        /* object-position: left -140px; */
        position: absolute;
        bottom: -37%;
        height: auto;
    }

    .employment-modal .modal-dialog .modal-content{
        border-radius: 24px;
    }

    .operation-banner {
        padding: 40px 0 24px;
    }
    

    .site-prepaid .operation-banner{
        padding: 40px 0 0px;
    }

    .site-wrapper .call-center-help {
        padding: 24px 0 40px;
    }

    .site-wrapper {
        border-radius: 0 0 0 32px;
    }

    .software-usecase .use-case-item {}

    .software-usecase .use-case-item .usecase-item-title {
        font-size: 32px;
        line-height: 42px;
        font-weight: 500;
    }

    .contact-form-wrapper .contact-form .contact-form-inner .contact-form-row .form-group label{
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 4px;
    }

    .contact-form-wrapper .contact-form .contact-form-inner .contact-form-row .form-group .form-control#about{
        height: 178px;
    }
    .contact-wrapper{
        gap: 16px;
    }
    .software-usecase .use-case-item .subcribe-manage {
        border-radius: 16px;
        padding: 16px 20px;
    }

    .software-usecase .use-case-item .subcribe-manage .subcribe-number {
        font-size: 54px;
        line-height: 68px;
    }

    .software-usecase {
        padding: 40px 0;
    }

    .software-contact {
        padding: 40px 0;
    }

    .software-contact .section-inner {
        padding: 24px;
    }

    .software-contact .section-inner .description {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .software-contact .section-inner .software-contact-container {
        gap: 24px;
    }

    .section-inner .bg-overlay {
        height: 255px;
        width: auto;
    }

    .software-contact .section-inner .bg-overlay {
        width: 100%;
        height: 100%;
    }

    .service-card .software-list {
        gap: 10px;
    }

    .service-card .software-list li {
        padding: 8px 16px;
    }

    .service-card .software-list li a img {
        width: 16px;
        height: 16px;
    }

    .service-card .software-list li a span {
        font-size: 13px;
        line-height: 21px;
    }

    .software .service-card {
        padding: 16px;
    }

    .number-list {
        flex-direction: column;
    }

    .number-item .number-desc p {
        font-size: 14px;
        line-height: 20px;
    }

    .number-item .number-heading h2 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 8px;
    }

    .number-item .number-heading p {
        font-size: 15px;
        line-height: 21px;
    }

    .number-item .number-heading {
        margin-bottom: 16px;
    }

    .about-banner-title h2 {
        font-size: 40px;
        line-height: 52px;
    }

    .about-banner-title {
        margin-bottom: 20px;
    }

    .about-banner-title img {
        width: 55px;
        height: 54px;
    }

    .timeline {
        padding: 32px 0;
    }

    .impact-numbers {
        padding: 32px 0;
    }

    .teams_operation {
        padding: 32px 0;
    }

    .teams_operation .teams_inner {
        gap: 24px;
    }

    .title-highlight {
        margin-bottom: 12px ;
    }

    .teams_operation .teams_inner .section-title {
        margin-bottom: 12px;
    }

    .teams_operation .operations .operation-tags ul {
        padding: 8px;
    }

    .teams_operation .operations .operation-tags ul li a {
        padding: 8px 16px;
        font-size: 16px;
        line-height: 22px;
    }

    .teams_operation .operations .operation-tags .operation-tags-wrapper {
        border-radius: 12px;
    }

    .teams_operation .operations .operation-tags ul {
        border-radius: 12px;
    }

    .teams_operation .operations .operation-tags ul li a.active {
        border-radius: 8px;
    }

    .teams_operation .operations {
        gap: 24px;
    }

    .teams_operation .operations .operation-content {
        border-radius: 24px;
        padding: 16px;
    }

    .teams_operation .operations .operation-content .operation-inner h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .teams_operation .operations .operation-content .operation-inner {
        gap: 24px;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-first {
        flex-direction: column;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-first .operation-numbers {
        flex-direction: row;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-numbers-item {
        flex: 1;
        border-radius: 12px;
        padding: 16px 12px
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-numbers-item h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-numbers-item p {
        font-size: 10px;
        line-height: 15px;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box {
        gap: 16px;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-desc {
        border-radius: 12px;
        padding: 16px 12px;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-desc h4 {
        font-size: 18px;
        line-height: 25px;
    }

    .timeline .section-title {
        margin-bottom: 24px;
    }

    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-desc p,
    .teams_operation .operations .operation-content .operation-inner .operation-box .operation-desc ul li {
        font-size: 15px;
        line-height: 21px;
    }

    .teams_operation .operations .operation-content-wrapper {
        border-radius: 24px;
    }

    .site-wrapper .site-brand {
        width: 136px;
    }

    .software-usecase .section-inner {
        gap: 24px;
    }

    .software-usecase-item h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .software-usecase-top {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .software-usecase .software-usecase-content .software-usecase-item:first-child .software-usecase-top {
        flex-direction: column-reverse;
    }

    .software-usecase-top {
        margin-bottom: 16px;
    }

    .software-usecase .software-usecase-content {
        gap: 24px;
    }

    .software-usecase-top .software-usecase-heading p {
        text-align: center;
        font-size: 15px;
        line-height: 21px;
    }

    .services-work {
        padding: 32px 0;
    }

    .services-work .section-title {
        margin-bottom: 8px;
        font-size: 28px;
        line-height: 36px;
    }

    .services-work .description {
        margin-bottom: 32px;
    }

    .services-work .service-content {
        gap: 24px;
    }

    .services-work .service-content .services-work-image {
        padding: 20px 30px;
    }

    .services-work .service-content .service-work-list {
        gap: 16px;
    }

    .services-work .service-content .service-work-list .services-list {
        gap: 16px;
    }

    .services-work .service-content .service-work-list .services-list .services-list-item {
        border-radius: 12px;
    }

    .services-work .service-content .service-work-list .services-list .services-list-item .services-list-box {
        padding: 12px 16px;
        border-radius: 12px;
    }

    .services-work .service-content .service-work-list .services-list .services-list-item .services-list-box img {
        width: 32px;
    }

    .services-work .service-content .service-work-list .services-list .services-list-item .services-list-box p {
        font-size: 18px;
        line-height: 25px;
    }

    .services-work .service-content .service-work-list .service-work-note {
        font-size: 14px;
        line-height: 20px;
    }

    .software-banner {
        padding: 40px 0;
    }

    .software-banner .section-inner {
        gap: 24px;
    }

    .software-tags ul {
        gap: 6px;
    }

    .software-tags ul li a {
        padding: 8px 16px;
        border: 1px solid rgba(255, 255, 255, 0.20);
        gap: 12px;
        backdrop-filter: blur(2px);
    }

    .software-tags ul li a img {
        width: 20px;
    }

    .software-tags ul li a span {
        font-size: 15px;
        line-height: 21px;
    }

    .list-cards {
        grid-template-columns: 1fr;
    }

    .list-software {
        padding: 48px 16px;
        gap: 32px;
    }

    .item-software-wrap .item-software-content {
        padding: 8px 24px;
    }

    .software-image-right .item-software-wrap .item-software-content{
        padding: 8px 24px;
    }

    .item-software-wrap .item-software-content h2 {
        text-align: left;
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 16px;
    }

    .item-software-wrap .item-software-content .software-list-content {
        gap: 8px;
    }

    .item-software-wrap .item-software-content .software-list-content p {
        font-size: 15px;
        line-height: 21px;
    }

    .telecom-program .button-more,
    .secure-compliant .button-more {
        margin-top: 24px;
    }

    .service-card .software-list {
        /* padding-top: 0;ghhg */
    }

    .call_center .service-card {
        /* padding: 15px 0 17px 16px; */
    }

    .technology-heading {
        padding: 20px;
    }

    .technology-name {
        font-size: 18px;
        line-height: 25px;
    }

    .technology-des {
        font-size: 14px;
        line-height: 20px;
    }

    .service-heading {
        padding: 20px 24px;
    }

    .service-heading .service-name {
        font-size: 24px;
        line-height: 28px;
    }

    .employment-modal .modal-dialog .modal-header .btn-orange {
        display: none !important;
    }

    .framer-container {
        height: 224px;
    }

    .framer-src .framer-item {
        height: 224px;
        width: 1050px;
    }

    .framer-src .framer-item2 {
        height: 224px;
        left: calc(50.00000000000002% - 1050px / 2);
        top: calc(50.00000000000002% - 224px / 2);
        width: 1050px;
    }

    .framer-src .framer-item-current {
        height: 224px;
        width: 210px;
    }

    .framer-src .framer-item-next {
        height: 224px;
        width: 210px;
    }

    .call-center-banner .description {
        margin-bottom: 24px;
    }

    .software-usecase .use-case-item .use-case-box p {
        font-size: 14px;
        line-height: 20px;
    }

    .operation-banner .operation-banner-wrapper .orange-text {
        font-size: 15px;
        line-height: 21px;
        text-align: center;
    }

    .operation-banner .operation-banner-wrapper h1 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .site-footer {
        padding: 24px 0;
        border-radius: 12px 12px 0 0;
    }
    .impact-numbers .section-title{
        margin-bottom: 24px;
    }
    .ready-wrapper {
        flex-direction: column;
        gap: 32px;
    }
    .footer-menus .footer-menu .footer-menu-title{
        font-size: 12px;
        line-height: 19px;
    }
    .footer-menu-list li a{
        font-size: 10px;
        line-height: 15px;
    }
    .navbar-light .navbar-toggler-icon{
        width: 24px;
        height: 24px;
    }
}

@media screen and (width: 768px) {
    .careers-banner .description {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .operation-banner .list-review .review-cards .review-item-small {
        width: 72px;
    }

    .banner .btn-toolbar .btn-group {
        flex: 0 0 100%;
    }

    .operation-banner .list-review {
        padding: 0 0px;
    }

    .review-line picture {
        width: 200px;
    }

    .operation-banner .list-review .review-cards {
        justify-content: center;
        gap: 32px;
    }

    .software-usecase .use-case-item .use-case-box .usecase-icons img {
        width: 26px;
    }

    .software-usecase .usecase-prepaid-list .use-case-item .use-case-box .usecase-icons img {
        width: auto;
        height: 28px;
    }
}