.header-bg {
    position: relative;
    background-attachment: scroll;
    background-image: linear-gradient(35deg, rgba(3, 169, 244, 1), rgba(5, 76, 206, 1));
}


.header-image {
    position: relative;
    background-attachment: scroll;
    background-position: right 150px bottom 20px, top left;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 85vh, 25vw;
    background-image: url('../icon_svg/header.svg'), url('../icon_svg/header-top-left.svg');
    height: 100vh;
}

.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

html {
    overflow-x: hidden;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    padding: 0 .5rem;
    margin-top: 3px;
    height: 100%;
    /*opacity: 0.4;*/
    background: white;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border-bottom: 3px solid #105fff;
    border-radius: 0;
    opacity: 1;
}

.swiper-button-next-custom {
    background-image: url('../icon_svg/round-right-button.svg') !important;
    position: absolute;
    right: -25px;
    width: 50px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 .1rem rgba(0, 0, 0, .3));
    outline: none;
}

.swiper-button-prev-custom {
    background-image: url('../icon_svg/round-left-button.svg') !important;
    position: absolute;
    left: -25px;
    width: 50px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 .1rem rgba(0, 0, 0, .3));
    outline: none;
}

.arrow-box {
    position: relative;
    top: 200px;
}

.view-more-btn {
    opacity: 1;
}

.case-studies-description {
    text-align: justify;
    padding: 2rem;
}

.brand-logo>img:hover {
    opacity: 1;
    -webkit-transform: scale(1.01);
}

.navbar-margin {
    margin-left: auto;
}

.header-light {
    font-weight: 300;
    font-size: 1.2rem;
}

.owlExample {
    background: #fff;
}

.bg-white-ios {
    background: white;
    #margin-bottom: -95.9px;
}

.bg-transparent-ios {
    background: transparent !important;
    margin-bottom: -96px;
}

.navbar-brand {
    height: 80px;
}

.navbar-image {
    height: 100%;
}

.nav-button:hover {
    color: white;
    box-shadow: 0px 0px 5px #0c6ff1;
}

.footer-logo {
    width: 250px;
}

.icon-height {
    max-width: 100px;
    height: auto;
}

.offer-items-background {
    background-color: #f7f7f7;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
}

.section-1-bg {
    /*background-image: url("../icon_svg/section-1-bg.svg");*/
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
}

.hiring-background {
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: url("../location-bg.webp");
    background-attachment: fixed;
    z-index: 1;
}

.hiring-background:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #132548;
    opacity: 0.8;
    z-index: -1;
    top: 0;
    bottom: 0;
}

.case-studies-logo {
    max-height: 80px;
}

div.bookmarks>ul>li {

    background-color: #fff;
    border-bottom: 3px solid #fff;
    height: 100%;
    padding-top: .75rem;
    border-radius: 0;
}


.anchor {
    display: block;
    height: 80px;
    /*same height as header*/
    margin-top: -80px;
    /*same height as header*/
    visibility: hidden;
}

#how-we-work {
    position: relative;
    background-attachment: scroll;
    background-position: bottom center, top right, bottom left;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: contain, contain, 350px;
}

.header-bg-img {
    position: relative;
    background-attachment: scroll;
    background-position: right center;
    background-repeat: no-repeat;
    /*background-size: 50vw;*/
}

.brand-icon {
    height: 100px;
}

.header-img {
    width: 100%;
}

.border-radius {
    border-radius: 1rem;
}

.header-bg-1 {
    position: relative;
    background-attachment: scroll;
    background-position: right center, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    background-image: url('../icon_svg/header-bg-test-2.svg');
}

.header-divider-shape {
    overflow: hidden;
    position: absolute;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px;
    right: -1px;
}

.overflow-hidden {
    overflow: hidden !important;
}

.card-image {
    height: 8rem;
    padding: 20px 20px 0 20px;
}

.img-card {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-hover a {
    color: #ff4081;
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
    transition: all 0.2s ease-out;
}

.card-hover {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.card-hover:hover {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.08);

}

.card-hover:hover a {
    color: #ff4081;
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in;
}

footer {
    border-top: 1px solid #f0f0f0;
    background-color: #FCFCFC;
    padding-top: 1.5rem;
}

.footer-bottom {
    /*background-color: #414f8e;*/
    border-top: 1px solid #d9e2ef;
}

.footer-text {
    color: white;
}

body,
html {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
}

section {
}

.text-white_08 {
    color: rgba(255, 255, 255, .8)
}

.nav-fixed-top.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
}

.btn {
    padding: .5rem 1.75rem;
    outline: none;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.button-color {
    background-color: #0c6ff1;
    color: white;
}

.button-color:hover {
    color: white;
    box-shadow: 0px 0px 6px #0c6ff1;
}

.nav-link-color {
    color: #343a40 !important;
}

.nav-link-color:hover {
    color: #0c6ff1 !important;
}

.cusomter-background {
    background-color: #f7f7f7;
}

.bg-section-4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f7f7f7;

}

ul {
    list-style-type: none;
}

.item.active {
    background-color: #fff;
    border-bottom: 3px solid #105fff;
    border-radius: 0;
}

.icon {
    background-size: contain;
    background-position: center;
    margin: 0;
    display: block;
    width: 100%;
    height: 110px;
    background-repeat: no-repeat;
}

.smart-retail {

    background-image: url(../icon_svg/ic_smartretail.svg);
}

.swiper-slide-thumb-active>span.smart-retail {

    background-image: url(../icon_svg/ic_smartretail_active.svg);
}

.foresight {

    background-image: url(../icon_svg/ic_foresight.svg);
}

.swiper-slide-thumb-active>span.foresight {

    background-image: url(../icon_svg/ic_foresight_active.svg);
}

.blanket {

    background-image: url(../icon_svg/ic_blanket_app.svg);
}

.swiper-slide-thumb-active>span.blanket {

    background-image: url(../icon_svg/ic_blanket_app_active.svg);
}

.vns-taxi {

    background-image: url(../icon_svg/ic_vinasuntaxi.svg);
}

.swiper-slide-thumb-active>span.vns-taxi {

    background-image: url(../icon_svg/ic_vinasuntaxi_active.svg);
}

.coin-market {
    background-image: url(../icon_svg/ic_coinmarket.svg);
}

.swiper-slide-thumb-active>span.coin-market {
    background-image: url(../icon_svg/ic_coinmarket_active.svg);
}

.tap-viral {
    background-image: url(../icon_svg/ic_tapviral.svg);
}

.swiper-slide-thumb-active>span.tap-viral {
    background-image: url(../icon_svg/ic_tapviral_active.svg);
}

.cap-share {
    background-image: url(../icon_svg/ic_capshare.svg);
}

.swiper-slide-thumb-active>span.cap-share {
    background-image: url(../icon_svg/ic_capshare_active.svg);
}

.faceswap {
    background-image: url(../icon_svg/ic_faceswap.svg);
}

.swiper-slide-thumb-active>span.faceswap {
    background-image: url(../icon_svg/ic_faceswap_active.svg);
}

.foresight-2d {
    background-image: url(../icon_svg/ic_foresight_2d_annotation.svg);
}

.swiper-slide-thumb-active>span.foresight-2d {
    background-image: url(../icon_svg/ic_foresight_2d_annotation_active.svg);
}

.foresight-3d {
    background-image: url(../icon_svg/ic_foresight_3d_visualizer.svg);
}

.swiper-slide-thumb-active>span.foresight-3d {
    background-image: url(../icon_svg/ic_foresight_3d_visualizer_active.svg);
}

.foresight-data {
    background-image: url(../icon_svg/ic_foresight_data_portal.svg);
}

.swiper-slide-thumb-active>span.foresight-data {
    background-image: url(../icon_svg/ic_foresight_data_portal_active.svg);
}

.tittle-style {
    /*font-family: 'Lato', sans-serif;*/
    color: #0d47a1;
}

.h1,
.h2 {
    font-family: 'Oswald', sans-serif;
}

.fa-map-marker-alt {
    padding: 0 2px;
}



/* ==========================================================================
    [4. FORMS]
========================================================================== */
/* 4.1 Form ======================================================= */
form[data-response-message-animation],
form[data-response-message-animation]+.response-message,
.form[data-response-message-animation],
.form[data-response-message-animation]+.response-message {
    -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-in;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-in;
    transition: transform .3s ease-in, opacity .3s ease-out;
    transition: transform .3s ease-in, opacity .3s ease-out, -webkit-transform .3s ease-in;
}

form[data-response-message-animation].submitted+.response-message,
.form[data-response-message-animation].submitted+.response-message {
    z-index: 1;
    opacity: 1;
    position: relative;
}

form[data-response-message-animation].submitted,
form[data-response-message-animation]+.response-message,
.form[data-response-message-animation].submitted,
.form[data-response-message-animation]+.response-message {
    opacity: 0;
    position: absolute;
    top: 0;
}

form[data-response-message-animation]+.response-message,
.form[data-response-message-animation]+.response-message {
    z-index: -1;
}

form[data-response-message-animation="slide-in-up"].submitted+.response-message,
.form[data-response-message-animation="slide-in-up"].submitted+.response-message {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

form[data-response-message-animation="slide-in-up"].submitted,
form[data-response-message-animation="slide-in-up"]+.response-message,
.form[data-response-message-animation="slide-in-up"].submitted,
.form[data-response-message-animation="slide-in-up"]+.response-message {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

form[data-response-message-animation="slide-in-left"].submitted+.response-message,
.form[data-response-message-animation="slide-in-left"].submitted+.response-message {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

form[data-response-message-animation="slide-in-left"].submitted,
form[data-response-message-animation="slide-in-left"]+.response-message,
.form[data-response-message-animation="slide-in-left"].submitted,
.form[data-response-message-animation="slide-in-left"]+.response-message {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

form.cozy .form-group,
.form.cozy .form-group {
    margin-bottom: 30px;
}

form .form-group label.error,
.form .form-group label.error {
    color: #dc3545;
    font-size: 0.85rem;
}

form .form-group.has-icon,
.form .form-group.has-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

form .form-group.has-icon .form-control,
.form .form-group.has-icon .form-control {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 2.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

form .form-group.has-icon .form-control.is-valid+.icon,
.form .form-group.has-icon .form-control.is-valid+.icon {
    color: #28a745;
}

form .form-group.has-icon .form-control.is-invalid+.icon,
.form .form-group.has-icon .form-control.is-invalid+.icon {
    color: #dc3545;
}

form .form-group.has-icon .icon,
.form .form-group.has-icon .icon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 15px;
    margin-left: 12px;
    position: absolute;
    right: 0;
}

form .form-group.has-icon.icon-left .form-control,
.form .form-group.has-icon.icon-left .form-control {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 2.5rem;
    padding-right: 0;
}

form .form-group.has-icon.icon-left .icon,
.form .form-group.has-icon.icon-left .icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    left: 5px;
    right: auto;
}

form .error,
.form .error {
    font-size: 0.85rem;
    color: #dc3545;
}

@media (min-width: 576px) {
    .custom-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .custom-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .custom-container {
        padding: 0 15px;
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        padding: 0 15px;
        max-width: 1140px;
    }
}



@media (max-width: 768px) {
    .header-image {
        position: relative;
        background-attachment: scroll;
        background-position: center top 100px;
        background-repeat: no-repeat;
        background-size: 60vw;
        background-image: url('../icon_svg/header.svg');
        margin-bottom: 0;
    }

    .h1 {
        font-size: 1.75rem;
    }

    .header-text {
        /*color: #0d47a1;*/
        top: 170px;
        text-align: center !important;
    }


    .header-text-3 {
        color: #343a40;
        margin-top: 450px;
        text-align: center !important;
    }

    .lead {
        font-size: 1rem;
    }

    .footer-logo {
        width: 100%;
        max-width: 250px;
    }

    .navbar-margin {
        align-items: center;
        background-color: white;
    }

    .nav-link-color {
        color: #343a40 !important;
    }

    .nav-button {
        background-color: transparent;
        color: #343a40;
    }

    .nav-button:hover {
        color: #343a40;
        box-shadow: 0px 0px 0px #f50057;
    }

    .navbar {
        padding: 0;
    }

    .navbar-brand {
        margin: .5rem 1rem;
    }

    .navbar-toggler {
        margin: .5rem 1rem;
    }

    .icon-height {
        max-height: auto;
        width: 100%;
    }

    .case-studies-image {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    div.bookmarks>ul>li {

        background-color: #fff;
        border-bottom: 3px solid #fff;
        height: 80px;
        border-radius: 0;
    }

    .icon {
        height: 70px;
    }

    .animated.fadeInUp {
        -webkit-animation-name: none;
        animation-name: none;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .animated.fadeInDown {
        -webkit-animation-name: none;
        animation-name: none;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .case-studies-description {
        padding: 1.5rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header-image {
        position: relative;
        background-attachment: scroll;
        background-position: center top 100px;
        background-repeat: no-repeat;
        background-size: 60vw;
        background-image: url('../icon_svg/header.svg');
        margin-bottom: 150px;
    }

    .h1 {
        /*font-size: 3rem;*/
    }

    .header-text {
        /*color: #0d47a1;*/
        top: 350px;
        text-align: center !important;
    }

    .footer-logo {
        width: 100%;
        max-width: 300px;
    }

    .navbar-margin {
        align-items: center;
        background-color: white;
    }

    .nav-link-color {
        color: #343a40 !important;
    }

    .nav-button {
        background-color: transparent;
        color: #343a40;
    }

    .nav-button:hover {
        color: #343a40;
        box-shadow: 0px 0px 0px #f50057;
    }

    .navbar {
        padding: 0;
    }

    .navbar-brand {
        margin: .5rem 1rem;
    }

    .navbar-toggler {
        margin: .5rem 1rem;
    }

    body>nav>div {
        max-width: 1024px !important;
    }

    .icon-height {
        max-height: 100px;
        width: 100%;
    }

    .case-studies-description {
        padding: 1.5rem;
    }
}

@media (max-width: 425px) {
    .header-image {
        position: relative;
        background-attachment: scroll;
        background-position: center top 150px;
        background-repeat: no-repeat;
        background-size: 90vw;
        background-image: url('../icon_svg/header.svg');
        margin-bottom: 0;
    }
}