.service-banner {
    width: 100%;
    padding: 100px 15px 110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
}
.service-banner h1,
.service-banner p {
    color: #fff;
    text-align: center;
}
.service-banner .service-banner__intro {
    width: 100%;
    font-size: 18px;
}
.icon-next-text,
.centered-bordered-left-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contact-button {
    color: #fff;
    border-radius: 50px;
    padding: 15px 70px 15px 30px;
    /* background-image: url("/Themes/Content/Images/icon/spirte-arrow-icon.png"); */
    background-color: #601feb;
    background-repeat: no-repeat;
}
.contact-button:hover {
    color: #fff;
}
@media (min-width: 768px) {
    .service-banner {
        padding: 140px 15px 100px;
    }
    .service-banner .service-banner__intro {
        font-size: 20px;
    }
    .centered-bordered-left-content {
        border-left: 2px solid #ddd;
    }
    .centered-bordered-left-content.--red-border-left {
        border-left: 2px solid #601feb;
    }
    .icon-next-text {
        padding-left: 100px;
    }
}
.service-section-intro {
    margin-bottom: 80px;
    text-align: center;
}
.service-timeline-text {
    margin-top: -25px;
    padding-right: 150px;
    border-right: 1px dotted #333;
}
.order-lg-2.service-timeline-text {
    padding-left: 150px;
    padding-right: 15px;
    border-right: 0;
    border-left: 1px dotted #333;
}
.service-timeline-text::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: calc(100% - 80px);
    height: 1px;
    border-bottom: 1px dotted #333;
    z-index: 1;
}
.order-lg-2.service-timeline-text::before {
    right: auto;
    left: 0;
    width: 110px;
    height: 1px;
    border-bottom: 1px dotted #333;
}
.service-timeline-img {
    position: relative;
    padding: 30px 40px 100px 40px;
    text-align: center;
    align-self: center;
}
.service-timeline div.row:last-child .service-timeline-text {
    border: 0;
}
.service-timeline-text::after {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #601feb;
    border: 1px solid #601feb;
    box-shadow: inset 0 0 0 15px #fff;
    transform: translateX(50%);
    z-index: 2;
}
.order-lg-2.service-timeline-text::after {
    left: 0;
    right: auto;
    transform: translateX(-50%);
}
.service-timeline--alter .service-timeline-text {
    align-self: center;
    border: 0;
    padding-top: 80px;
}
.service-timeline--alter .service-timeline-text h3 {
    position: absolute;
    z-index: 2;
    padding-right: 30px;
    background-color: #f4f4f4;
    top: 0;
}
.service-timeline--alter .service-timeline-img {
    border-left: 1px dotted #333;
    align-self: auto;
    margin-left: -1px;
}
.service-timeline--alter .order-lg-1.service-timeline-img {
    border-right: 1px dotted #333;
    border-left: 0;
    margin-right: -1px;
    margin-left: 0;
}
.service-timeline--alter div.row:last-child .service-timeline-img {
    border: 0;
    align-self: center;
    padding-bottom: 0;
}
.service-timeline--alter > div.row:nth-last-child(2) .service-timeline-img {
    padding-bottom: 200px;
}
.service-timeline--alter div.row:last-child .service-timeline-text {
    align-self: auto;
}
.service-custom-carousel .carousel-indicators {
    position: relative;
    margin-bottom: 40px;
    bottom: 0;
    z-index: 9;
    justify-content: space-between;
}
.service-custom-carousel .carousel-indicators li {
    margin: 0;
    padding-bottom: 30px;
    height: auto;
    width: 25%;
    border-bottom: 4px solid #ebebeb;
    text-align: center;
    text-indent: 0;
}
.service-custom-carousel .carousel-indicators li.active {
    border-bottom: 4px solid #601feb;
}
.service-custom-carousel .carousel-indicators li img {
    padding-bottom: 10px;
    display: list-item;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .service-timeline-text {
        padding-right: 100px;
    }
    .order-lg-2.service-timeline-text {
        padding-left: 100px;
    }
    .order-lg-2.service-timeline-text::before {
        width: 60px;
    }
}
@media (max-width: 991px) {
    .service-section-intro {
        margin-bottom: 60px;
    }
    .service-timeline-text,
    .order-lg-2.service-timeline-text {
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        border: 0;
    }
    .service-timeline--alter .service-timeline-img,
    .service-timeline--alter .order-lg-1.service-timeline-img {
        border: 0;
    }
    .service-timeline-text::before,
    .order-lg-2.service-timeline-text::before,
    .service-timeline-text::after,
    .order-lg-2.service-timeline-text::after {
        display: none;
    }
    .service-timeline-img,
    .order-lg-1.service-timeline-img,
    .service-timeline--alter > div.row:nth-last-child(2) .service-timeline-img {
        padding-bottom: 80px;
    }
    .service-timeline--alter .service-timeline-text {
        padding-top: 0;
    }
    .service-timeline--alter .service-timeline-text h3 {
        position: relative;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .service-section-intro {
        margin-bottom: 40px;
    }
    .service-timeline-img,
    .order-lg-1.service-timeline-img,
    .service-timeline--alter > div.row:nth-last-child(2) .service-timeline-img {
        padding-bottom: 60px;
    }
}
.spliting-container {
    margin-bottom: 60px;
}
.spliting-container__text h3 {
    color: #601feb;
}
.spliting-container__img {
    position: relative;
    margin-top: 30px;
    padding-top: 50px;
}
.spliting-container__img-icon {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 0 15px rgba(241, 241, 241, 0.3);
    background-color: #fff;
    z-index: 2;
    transition: 0.35s;
}
.spliting-container__upper-left-cover,
.spliting-container__bottom-left-cover,
.spliting-container__upper-right-cover,
.spliting-container__bottom-right-cover {
    top: 0;
    position: absolute;
    height: 101%;
    width: 30%;
    display: none;
}
.spliting-container__upper-left-cover {
    left: 15px;
    background-image: linear-gradient(107deg, #fff 40%, transparent 40.5%);
}
.spliting-container__bottom-left-cover {
    left: 15px;
    background-image: linear-gradient(73deg, #fff 40%, transparent 40.5%);
}
.spliting-container__upper-right-cover {
    right: 14px;
    background-image: linear-gradient(-107deg, #fff 40%, transparent 40.5%);
}
.spliting-container__bottom-right-cover {
    right: 14px;
    background-image: linear-gradient(-73deg, #fff 40%, transparent 40.5%);
}
@media (min-width: 768px) {
    .spliting-container {
        margin-bottom: 80px;
    }
}
@media (min-width: 992px) {
    .spliting-container__img {
        margin-top: 0;
        padding-top: 0;
    }
    .spliting-container__bottom-left-cover,
    .spliting-container__upper-right-cover,
    .spliting-container__upper-left-cover,
    .spliting-container__bottom-right-cover {
        display: block;
    }
    .spliting-container__img-icon {
        top: 50%;
        left: 4%;
        transform: translateY(-50%);
    }
    .spliting-container__img-icon--right {
        left: auto;
        right: 4%;
    }
}
.service-box-shadow-right {
    border-radius: 135px 0 135px 0;
    box-shadow: 0 0 20px 0 #bbb;
}
.service-box-shadow-left {
    border-radius: 0 135px 0 135px;
    box-shadow: 0 0 20px 0 #bbb;
}
.red-box {
    border-radius: 0 50px;
    background-color: rgba(234, 34, 34, 0.8);
    padding: 40px;
}
.service-conclusion-container {
    padding-top: 270px;
    margin-top: -230px;
    background-size: cover;
}
@media (min-width: 768px) {
    .service-conclusion-container {
        padding-top: 180px;
        margin-top: -160px;
    }
    .service-conclusion-container-img {
        margin-top: -135px;
    }
    .service-conclusion-container-img img {
        height: 100%;
        object-fit: cover;
    }
}
.bot-banner {
    /* background-image: url("/Themes/Content/Images/bot/Orient_BOT_Banner-BG.jpg"); */
}
@media (max-width: 991px) {
    .bot-banner {
        /* background-image: url("/Themes/Content/Images/bot/BOT-tablet-banner.jpg"); */
        background-position-y: center;
    }
}
@media (max-width: 767px) {
    .bot-banner {
        /* background-image: url("/Themes/Content/Images/bot/BOT-mobile-banner.jpg"); */
    }
}
.bot-reasons img {
    max-height: 100px;
}
.bot-model-benefits span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.dedicated-team-banner {
    /* background-image: url("/Themes/Content/Images/dedicated-team/Dedicated-Team-banner.jpg"); */
}
.our-hr-process .service-timeline-text h2 {
    font-size: 70px;
    margin-bottom: 70px;
}
.dedicated-team-advantages {
    /* background-image: url("/Themes/Content/Images/dedicated-team/Dedicated-Team-Section03.jpg"); */
    background-size: cover;
    background-position: center bottom;
}
.dedicated-team-advantages h2,
.dedicated-team-advantages h3,
.dedicated-team-advantages p {
    color: #fff;
}
.dedicated-team-options h2 {
    color: #333;
}
.dedicated-team-options h3 {
    color: #601feb;
}
.dedicated-team-options img {
    max-height: 270px;
}
.dedicated-team-options--left {
    padding-right: 4.166666%;
}
.dedicated-team-options--right {
    padding-left: 4.166666%;
}
.dedicated-team-infobox {
    /* background-image: url("/Themes/Content/Images/dedicated-team/InfoBox-BG.jpg"); */
    background-size: cover;
    background-position: center bottom;
    padding-top: 60px;
    padding-bottom: 60px;
}
.dedicated-team-infobox h2,
.dedicated-team-infobox p {
    color: #fff;
}
.dedicated-team-infobox h2 {
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .dedicated-team-banner {
        /* background-image: url("/Themes/Content/Images/dedicated-team/Dedicated-team-tablet-banner.jpg"); */
    }
    .dedicated-team h2 {
        margin-bottom: 80px;
    }
    .our-hr-process .service-timeline-text h2 {
        font-size: 60px;
        margin-bottom: 10px;
    }
    .dedicated-team-options div.row div:last-child {
        margin-top: 50px;
    }
    .dedicated-team-infobox h2 {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .dedicated-team-banner {
        /* background-image: url("/Themes/Content/Images/dedicated-team/Dedicated-team-mobile-banner.jpg"); */
    }
    .dedicated-team h2 {
        margin-bottom: 60px;
    }
    .our-hr-process .service-timeline-text h2 {
        font-size: 50px;
        margin-bottom: 10px;
    }
    .dedicated-team-infobox h2 {
        margin-bottom: 30px;
    }
}
@media (max-width: 479px) {
    .dedicated-team h2 {
        margin-bottom: 40px;
    }
    .our-hr-process .service-timeline-text h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .dedicated-team-options div.row div:last-child {
        margin-top: 30px;
    }
    .dedicated-team-infobox h2 {
        margin-bottom: 30px;
    }
}
.software-product-development-banner {
    /* background-image: url(/Themes/Content/Images/software-product-development/Product-Development-desktop-banner.jpg); */
}
.product-dev-background-img-left {
    /* background-image: url(/Themes/Content/Images/software-product-development/background-img-left.png); */
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 60%;
}
.product-dev-background-img-right {
    /* background-image: url(/Themes/Content/Images/software-product-development/background-img-right.png); */
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 60%;
}
.software-product-development h2 {
    text-align: unset;
}
.product-team-background {
    /* background-image: url(/Themes/Content/Images/software-product-development/Scaling-Up-Product-Team-desktop-banner.jpg); */
    background-size: cover;
    background-position: center center;
    min-height: 700px;
}
.product-team-development-text {
    color: #fff;
    text-align: unset;
}
.product-enhancements-background {
    /* background-image: url(/Themes/Content/Images/software-product-development/Product-Enhancements-Maintenance-desktop-banner.png); */
    background-size: cover;
    background-position: center center;
    min-height: 700px;
}
@media (max-width: 991px) {
    .software-product-development-banner {
        /* background-image: url(/Themes/Content/Images/software-product-development/Product-Development-tablet-banner.jpg); */
        background-position-y: top;
    }
    .product-team-background {
        /* background-image: url(/Themes/Content/Images/software-product-development/Scaling-Up-Product-Team-tablet-banner.jpg); */
    }
    .product-enhancements-background {
        /* background-image: url(/Themes/Content/Images/software-product-development/Product-Enhancements-Maintenance-tablet-banner.jpg); */
    }
    .product-team-development-border.red-box {
        margin: auto;
        border: 0;
        background-color: transparent;
    }
    .product-dev-background-img-left,
    .product-dev-background-img-right {
        background-image: none;
    }
}
@media (max-width: 767px) {
    .software-product-development-banner {
        /* background-image: url(/Themes/Content/Images/software-product-development/Product-Development-mobile-banner.jpg); */
    }
    .product-team-background {
        /* background-image: url(/Themes/Content/Images/software-product-development/Scaling-Up-Product-Team-mobile-banner.jpg); */
    }
    .product-enhancements-background {
        /* background-image: url(/Themes/Content/Images/software-product-development/Product-Enhancements-Maintenance-mobile-banner.jpg); */
    }
}
.internet-of-things h3 {
    color: #601feb;
}
.iot-banner {
    /* background-image: url(/Themes/Content/Images/iot/IOT-Banner_BG.jpg); */
}
.iot-background {
    /* background-image: url(/Themes/Content/Images/iot/IOT-Banner-BG-Section02.jpg); */
    background-size: cover;
    background-position: center center;
    min-height: 700px;
}
.iot-text {
    color: #fff;
    text-align: unset;
}
.iot-message {
    margin-top: 50px;
    border-radius: 5px;
    padding: 2rem 2rem 1rem 2rem;
    display: flex;
    background: #f5f5f5;
}
.iot-message:before {
    width: 0;
    height: 0;
    content: "";
    top: 6px;
    left: -35px;
    position: relative;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #f5f5f5 transparent transparent;
}
.internet-of-things .osd-testimonials__profile-pic:nth-child(1) {
    top: 90px;
    left: 350px;
}
.internet-of-things .osd-testimonials__profile-pic:nth-child(2) {
    top: 370px;
    left: 175px;
}
.internet-of-things .osd-testimonials__profile-pic:nth-child(3) {
    top: 480px;
    left: 485px;
}
@media screen and (max-width: 991px) {
    .iot-banner {
        /* background-image: url(/Themes/Content/Images/iot/IOT-tablet-banner.jpg); */
    }
    .iot-message:before {
        display: none;
    }
    .internet-of-things .osd-testimonials__img {
        height: auto;
    }
    .internet-of-things .osd-testimonials__profile-pic:nth-child(1),
    .internet-of-things .osd-testimonials__profile-pic:nth-child(2),
    .internet-of-things .osd-testimonials__profile-pic:nth-child(3) {
        left: auto;
        top: auto;
    }
}
@media screen and (max-width: 767px) {
    .iot-banner {
        /* background-image: url(/Themes/Content/Images/iot/IOT-mobile-banner.jpg); */
    }
    .internet-of-things .osd-testimonials__profile-pic.active {
        width: 106px;
        height: 106px;
    }
    .internet-of-things h2 {
        padding: 0;
    }
}
.why-outsourcing h3 {
    color: #601feb;
}
.why-outsourcing-banner {
    /* background-image: url(/Themes/Content/Images/why-outsourcing/10-reasons-why-outsourcing-desktop-banner.jpg); */
}
.why-outsourcing-number {
    font-weight: 400;
    text-align: center;
    line-height: 36px;
    color: white;
    font-size: 30px;
    width: 50px;
    height: 50px;
    background-color: #ea2222;
    border: 5px solid #fff;
    border-radius: 30px;
    box-shadow: 0 0 0 10px #fff4f4;
    position: absolute;
    left: -55px;
    top: -10px;
}
.why-outsourcing-number__position--top {
    position: unset;
    display: inline-block;
}
.why-outsourcing-border {
    border-radius: 20px;
    background-color: #fff6f6;
}
.why-outsourcing-background {
    /* background-image: url(/Themes/Content/Images/why-outsourcing/Section02-Banner-BG.png); */
    background-size: cover;
    background-position: center right;
    min-height: 700px;
}
.get-started-outsourcing {
    /* background-image: url(/Themes/Content/Images/why-outsourcing/BG-02.png); */
    background-repeat: repeat-x;
}
.get-started-outsourcing h2 {
    text-align: unset;
}
.get-started-outsourcing h3 {
    color: #333;
}
.what-software-dev-outsourcing-border {
    border-radius: 20px;
    background-color: #f5f5f5;
    padding: 50px 30px;
}
.what-software-dev-outsourcing-border h4 {
    font-weight: 400;
    padding-bottom: 20px;
    color: #ea2222;
}
.common-outsourcing-background {
    /* background-image: url(/Themes/Content/Images/why-outsourcing/BG.jpg); */
    background-repeat: repeat-x;
}
.common-outsourcing-background h3 {
    color: #333;
}
.why-outsourcing-cta-background {
    padding: 60px 15px;
    text-align: center;
    /* background-image: url(/Themes/Content/Images/why-outsourcing/bg-CTA-button.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    border-radius: 5px;
}
.why-outsourcing-cta-background .osd-btn--secondary,
.why-outsourcing-software-dev-border .osd-btn--secondary {
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-transform: uppercase;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 25px;
}
.why-outsourcing-cta-background span {
    font-size: 40px;
    margin-right: 4%;
    vertical-align: middle;
    line-height: 1.5;
}
@media (max-width: 1200px) {
    .why-outsourcing-number {
        left: auto;
        top: auto;
        position: relative;
        margin: 0 auto 30px;
    }
}
@media (max-width: 1030px) {
    .why-outsourcing-cta-background span {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .why-outsourcing-banner {
        /* background-image: url(/Themes/Content/Images/why-outsourcing/10-reasons-why-outsourcing-tablet-banner.jpg); */
    }
    .why-outsourcing-background {
        padding: 0;
        min-height: auto;
    }
    .why-outsourcing-software-dev-border.red-box,
    .why-outsourcing-cta-background {
        border-radius: 0;
    }
    .why-outsourcing h3 {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .why-outsourcing-banner {
        /* background-image: url(/Themes/Content/Images/why-outsourcing/10-reasons-why-outsourcing-mobile-banner.jpg); */
    }
    .why-outsourcing-software-dev-border.red-box {
        padding: 60px 20px;
    }
}
.why-outsource-to-vn {
    text-align: justify;
}
.why-outsource-to-vn-banner h1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
    padding: 130px 0;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
}
.why-outsource-to-vn h2 {
    line-height: 1.15;
    margin-bottom: 40px;
}
.why-outsource-to-vn h3 {
    font-weight: 500;
    margin-bottom: 20px;
}
.why-outsource-to-vn-banner {
    /* background-image: url("/Themes/Content/Images/why-outsource-to-vietnam/why-outsource-to-vn-banner02.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
    max-height: 1024px;
    min-height: 700px;
}
.wise-choice h2 {
    color: #000;
    padding-left: 40px;
    position: relative;
}
.wise-choice h2::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 12px;
    height: 64px;
    background-color: #601feb;
}
.outsource-benefit {
    /* background: url("/Themes/Content/Images/why-outsource-to-vietnam/benefit-of-outsourcing.png") */
        no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.outsource-benefit-list {
    padding: 80px 0;
}
.case-fixed__row {
    height: auto;
}
.case-fixed__item {
    padding-bottom: 50px;
}
.img-container {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
}
.case-fixed__text {
    padding: 30px 15px 0;
}
.scrollmagic-pin-spacer {
    width: 45% !important;
}
@media (max-width: 991px) {
    .scrollmagic-pin-spacer {
        width: 100% !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .img-container {
        position: relative !important;
    }
}
@media (min-width: 992px) {
    .why-outsource-to-vn h3 {
        font-size: 34px;
    }
    .outsource-benefit-list {
        padding: 0;
    }
    .case-fixed__item {
        max-height: 100vh;
    }
    .case-fixed__row {
        height: 100vh;
    }
    .img-container {
        height: 100vh;
        width: 45%;
        inset: 0 auto auto 0 !important;
    }
    .img-container img {
        position: absolute;
        object-fit: cover;
        height: 100vh;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9;
        opacity: 0;
        transition: opacity 0.5s;
    }
    .img-container img.lazy-load.loaded {
        z-index: 9;
        opacity: 0;
    }
    .img-container img[data-item="pinned-trigger"],
    .img-container img.pinned,
    img[data-item="pinned-trigger"].lazy-load.loaded,
    img.pinned.lazy-load.loaded {
        opacity: 1;
    }
    .case-fixed__text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 4.166666665%;
        width: 50%;
        height: 100vh;
        float: right;
    }
}
@media (min-width: 1366px) {
    .case-fixed__text {
        padding: 0 8.3333333%;
    }
}
@media (min-width: 1700px) {
    .case-fixed__text {
        padding-right: 16.6666667%;
    }
}
.who-outsource {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-top: 80px;
    padding-bottom: 80px;
}
.trusted-partner ul li {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
}
.trusted-partner ul li:last-of-type {
    margin-bottom: 0;
}
.pay-to-outsource {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    padding-top: 7.903225806vw;
    padding-bottom: 10.05376344vw;
    background-attachment: fixed;
}
@media (min-width: 576px) {
    .who-outsource {
        padding-bottom: 110px;
        padding-top: 110px;
    }
}
@media (min-width: 768px) {
    .why-outsource-to-vn-banner h1 {
        font-size: 60px;
    }
    .who-outsource {
        padding-bottom: 140px;
        padding-top: 140px;
    }
    .wise-choice h2::before {
        top: 10px;
        height: 91px;
    }
}
@media (min-width: 992px) {
    .why-outsource-to-vn h2 {
        font-size: 50px;
    }
    .why-outsource-to-vn-banner h1 {
        padding: 170px 40px;
        font-size: 5.161290323vw;
    }
    .wise-choice h2::before {
        top: 9px;
        height: 94px;
    }
    .trusted-partner ul li {
        margin-bottom: 40px;
    }
    .trusted-partner ul li::before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        background-color: #601feb;
        border-radius: 50%;
        top: 15px;
        left: -33px;
    }
    .why-outsource-to-vn-intro {
        position: relative;
    }
    .why-outsource-to-vn-intro::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        /* background: url("/Themes/Content/Images/why-outsource-to-vietnam/save-cost-background-left.png") */
            no-repeat;
        background-position: left bottom;
        bottom: -120px;
        left: 0;
        z-index: -1;
    }
    .why-outsource-to-vn-intro::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        /* background: url("/Themes/Content/Images/why-outsource-to-vietnam/save-cost-background-right.png") */
            /* no-repeat; */
        background-position: right bottom;
        bottom: -60px;
        right: 0;
        z-index: -1;
    }
}
@media (min-width: 1366px) {
    .wise-choice > div > div:first-of-type {
        padding-right: 8.3333333%;
    }
    .wise-choice h2::before {
        top: 11px;
        height: 112px;
    }
}
@media (min-width: 1600px) {
    .why-outsource-to-vn-banner h1 {
        font-size: 96px;
        padding: 180px 40px;
    }
    .why-outsource-to-vn h2 {
        font-size: 60px;
    }
    .who-outsource {
        padding-bottom: 170px;
        padding-top: 170px;
    }
    .pay-to-outsource {
        padding-top: 140px;
        padding-bottom: 180px;
    }
}
.why-outsourcing-faq {
    margin-bottom: 50px;
}
.why-outsourcing-faq h1 {
    font-size: 40px;
}
.why-outsourcing-faq-banner {
    /* background-image: url(/Themes/Content/Images/why-outsourcing-faq/faq-banner.png); */
}
.osd-tab__nav {
    top: 0;
    position: sticky;
    background: #fff;
    z-index: 1;
    transition: ease 0.5s;
}
.osd-tab__nav--sticky-on-scroll {
    top: 50px;
}
.osd-tab__nav .dropdown-toggle {
    font-size: 18px;
    background-color: #fff;
    box-shadow: none;
    border: solid 1px #ccc;
    border-radius: 5px;
    min-width: 160px;
    text-align: left;
    position: relative;
    padding: 0 30px 0 15px;
    line-height: 38px;
    text-transform: capitalize;
    width: 100%;
    margin-top: 10px;
}
.osd-tab__nav .dropdown-toggle::after {
    position: absolute;
    top: 48%;
    right: 20px;
    border: 6px solid;
    border-color: #000 transparent transparent;
}
.osd-tab__nav .dropdown-menu {
    font-size: 18px;
}
.osd-tab__category {
    font-size: 16px;
    color: #7e7e7e;
    position: relative;
    font-weight: 400;
    line-height: 1.88;
    margin: 0 15px;
    cursor: pointer;
    text-decoration: none;
}
.osd-tab__category::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #601feb;
    transition: ease 0.3s;
    bottom: -5px;
    left: 0;
}
.osd-tab__category.active,
.osd-tab__category:hover {
    color: #000;
}
.osd-tab__category.active::after,
.osd-tab__category:hover::after {
    width: 100%;
}
.osd-tab__category.dropdown-item:hover::after {
    display: none;
}
@media (min-width: 768px) {
    .why-outsourcing-faq h1 {
        font-size: 46px;
    }
    .osd-tab__category {
        margin: 0 20px;
    }
}
@media (min-width: 992px) {
    .osd-tab__nav--sticky-on-scroll {
        top: 60px;
    }
    .osd-tab__nav .dropdown-toggle {
        width: 220px;
        margin-top: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.tab-nav-link__carousel-item {
    padding: 0 15px;
    color: #0000004d;
    font-weight: 600;
    position: relative;
    display: inline-block;
    width: max-content;
    cursor: pointer;
}
.tab-nav-link__carousel-item.active {
    color: #000;
    padding-left: 0;
}
.tab-nav-link__carousel-item::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #9c9c9c;
}
.tab-nav-link__carousel-item.active::after {
    height: 3px;
    background-color: #ff7900;
}
.our-solutions-v2__carousel.owl-carousel .owl-stage-outer,
.tab-content__carousel.owl-carousel .owl-stage-outer,
.tab-nav-link__carousel.owl-carousel .owl-stage-outer {
    overflow: unset;
    clip-path: inset(-100vw -100vw -100vw 0);
}
.tab-content__carousel-item__industry-intro {
    opacity: 0;
}
.owl-item.active .tab-content__carousel-item__industry-intro {
    opacity: 1;
    transition: opacity 0.5s ease 0.35s;
}
.tab-content__carousel .owl-dots {
    position: absolute;
    width: auto;
    text-align: center;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.tab-content__carousel.owl-carousel .owl-dot {
    height: 7px;
    width: 7px;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 5px;
}
.tab-content__carousel.owl-carousel .owl-dot.active {
    background-color: #000;
}
.tab-content__carousel.owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -28px;
    z-index: 1;
}
.tab-content__carousel.owl-carousel .owl-nav .owl-prev,
.tab-content__carousel.owl-carousel .owl-nav .owl-next {
    display: inline-block;
    height: 36px;
    width: 36px;
    /* background-image: url(/Themes/Content/Images/icon/icon-arrow-black-round-border.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-indent: 9999px;
    transform: translateX(-105px);
}
.tab-content__carousel.owl-carousel .owl-nav .owl-next {
    transform: translateX(105px) rotate(180deg);
}
.our-solutions-v2__carousel {
    max-width: 1065px;
}
.our-solutions-v2__carousel.owl-carousel .owl-nav {
    position: absolute;
    width: 100vw;
    text-align: center;
    left: -20px;
    bottom: -28px;
    z-index: 1;
}
.our-solutions-v2__carousel.owl-carousel .owl-nav .owl-prev,
.our-solutions-v2__carousel.owl-carousel .owl-nav .owl-next {
    display: inline-block;
    height: 36px;
    width: 36px;
    /* background-image: url(/Themes/Content/Images/icon/icon-arrow-black-round-border.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-indent: 9999px;
    transform: translateX(0);
}
.our-solutions-v2__carousel.owl-carousel .owl-nav .owl-next {
    transform: translateX(15px) rotate(180deg);
}
@media screen and (min-width: 992px) {
    .our-solutions-v2__carousel.owl-carousel .owl-nav {
        width: auto;
        top: 80px;
        left: auto;
        right: 0;
    }
    .our-solutions-v2__carousel.owl-carousel .owl-nav .owl-prev {
        transform: translate(-15px);
    }
    .our-solutions-v2__carousel.owl-carousel .owl-nav .owl-next {
        transform: translateX(0) rotate(180deg);
    }
}
@media screen and (min-width: 1200px) {
    .our-solutions-v2__carousel.owl-carousel .owl-nav {
        right: -95px;
    }
    .tab-content__carousel-item__industry-intro {
        min-height: 155px;
    }
}
.application-support-maintenance {
    background-color: #f5f5f5;
}
.service-page-title {
    position: relative;
    margin-bottom: 50px;
}
.service-page-title::before {
    position: absolute;
    content: "";
    background-color: #601feb;
    width: 188px;
    height: 3px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.application-support-maintenance__main-content-wrapper {
    /* background-image: url(/Themes/Content/Images/app-support-maintenance/app-support-maintenance-background.png); */
    background-position: left top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.application-support-maintenance__service-overview {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 60px 40px 30px;
    margin: 0 15px;
}
.application-support-maintenance__our-people {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
}
.application-support-maintenance__case-studies {
    padding-bottom: 170px;
}
.application-support-maintenance__our-people-content-wrapper {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 15px;
    margin-bottom: 50px;
}
.application-support-maintenance__our-people-content-wrapper:first-child {
    margin-top: 20px;
}
.application-support-maintenance__trusted-partner {
    padding-bottom: 80px;
    background-size: cover;
}
.application-support-maintenance__trusted-partner img {
    margin-top: -150px;
    margin-bottom: 30px;
}
.application-support-maintenance__trusted-partner-text {
    padding: 0 15px;
}
@media (min-width: 768px) {
    .application-support-maintenance__trusted-partner img {
        margin-top: -300px;
    }
    .application-support-maintenance__trusted-partner-text {
        padding: 0 60px;
    }
    .application-support-maintenance__case-studies {
        padding-bottom: 320px;
    }
}
@media (min-width: 992px) {
    .application-support-maintenance__service-overview {
        padding: 100px 120px 70px 60px;
    }
    .application-support-maintenance__our-people-content-wrapper {
        padding: 50px 24% 45px 40px;
    }
}
