.aspect-ratio-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
}

.aspect-ratio-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.svg-inline--fa,svg:not(:root).svg-inline--fa {
    overflow: visible
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -.125em
}

.svg-inline--fa.fa-lg {
    vertical-align: -.225em
}

.svg-inline--fa.fa-w-1 {
    width: .0625em
}

.svg-inline--fa.fa-w-2 {
    width: .125em
}

.svg-inline--fa.fa-w-3 {
    width: .1875em
}

.svg-inline--fa.fa-w-4 {
    width: .25em
}

.svg-inline--fa.fa-w-5 {
    width: .3125em
}

.svg-inline--fa.fa-w-6 {
    width: .375em
}

.svg-inline--fa.fa-w-7 {
    width: .4375em
}

.svg-inline--fa.fa-w-8 {
    width: .5em
}

.svg-inline--fa.fa-w-9 {
    width: .5625em
}

.svg-inline--fa.fa-w-10 {
    width: .625em
}

.svg-inline--fa.fa-w-11 {
    width: .6875em
}

.svg-inline--fa.fa-w-12 {
    width: .75em
}

.svg-inline--fa.fa-w-13 {
    width: .8125em
}

.svg-inline--fa.fa-w-14 {
    width: .875em
}

.svg-inline--fa.fa-w-15 {
    width: .9375em
}

.svg-inline--fa.fa-w-16 {
    width: 1em
}

.svg-inline--fa.fa-w-17 {
    width: 1.0625em
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em
}

.svg-inline--fa.fa-w-19 {
    width: 1.1875em
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em
}

.svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto
}

.svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto
}

.svg-inline--fa.fa-border {
    height: 1.5em
}

.svg-inline--fa.fa-li {
    width: 2em
}

.svg-inline--fa.fa-fw {
    width: 1.25em
}

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em
}

.fa-layers svg.svg-inline--fa {
    transform-origin: center center
}

.fa-layers-counter,.fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transform-origin: center center
}

.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    transform: scale(.25);
    transform-origin: top right
}

.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    transform: scale(.25);
    transform-origin: bottom right
}

.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    transform: scale(.25);
    transform-origin: bottom left
}

.fa-layers-top-right {
    right: 0;
    top: 0;
    transform: scale(.25);
    transform-origin: top right
}

.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    transform: scale(.25);
    transform-origin: top left
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    animation: fa-spin 1s steps(8) infinite
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2.5em
}

.fa-stack-1x,.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2.5em
}

.fa-inverse {
    color: #fff
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.svg-inline--fa .fa-primary {
    fill: currentColor;
    fill: var(--fa-primary-color,currentColor);
    opacity: 1;
    opacity: var(--fa-primary-opacity,1)
}

.svg-inline--fa .fa-secondary {
    fill: currentColor;
    fill: var(--fa-secondary-color,currentColor)
}

.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary {
    opacity: .4;
    opacity: var(--fa-secondary-opacity,.4)
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
    opacity: 1;
    opacity: var(--fa-primary-opacity,1)
}

.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary {
    fill: #000
}

.fad.fa-inverse {
    color: #fff
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s,opacity .4s;
    background-color: #1b6dd5;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

* {
    font-family: "Kanit",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,:after,:before {
    margin: 0
}

.btn {
    position: relative;
    z-index: 100
}

h2 {
    font-size: 2.5rem
}

.b-avatar img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%!important;
    height: 100%!important
}

#intro button {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2),0 0 10px 0 rgba(0,0,0,.1)
}

h5 {
    line-height: 1.6em!important;
    color: #1b6dd5
}

.subtitle {
    line-height: 1.8em;
    color: #353535
}

.bg-man {
    background-repeat: no-repeat;
    background-image: url(/public/img/8fe0176.png);
    background-image: -webkit-image-set(url(/public/img/1d6b86a.webp));
    background-image: -webkit-image-set(url(/public/img/8fe0176.png));
    background-image: image-set(url(/public/img/8fe0176.png));
    background-size: 38%;
    background-position: right 15% top 2.4%;
    padding-top: 1%;
    animation: fadeIn .75s ease
}

#whyus .card {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,131,85,.2),0 0 20px 0 rgba(0,131,85,.19);
    border: none
}

#whyus .bg-info {
    background-color: rgba(0,131,85,.2)!important
}

.bg-feature {
    background-repeat: no-repeat;
    background-image: url(/public/img/72a1367.png);
    background-image: -webkit-image-set(url(/public/img/1d3225d.webp));
    background-image: -webkit-image-set(url(/public/img/72a1367.png));
    background-image: image-set(url(/public/img/72a1367.png));
    background-position: 100% 0;
    background-size: contain
}

#start-features {
    margin-top: 250px!important
}

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity 1.8s ease-in-out 0s
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1!important
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none
}

.slide {
    width: 100%;
    padding: 8.05rem 70px 0
}

.carousel-indicators>li {
    border-radius: 50%;
    width: 10px!important;
    height: 10px!important
}

.carousel-indicators li {
    background-color: #a1a1a1!important
}

.carousel-indicators .active {
    background-color: #1b6dd5!important
}

.carousel-inner {
    padding-bottom: 18rem!important
}

.carousel-caption {
    bottom: -15rem!important;
    color: #353535!important
}

.carousel-caption p {
    color: #495057!important
}

:focus {
    outline: 0
}

.fa-stack-1x {
    font-size: 80%
}

.card-deck .card {
    min-width: 18rem;
    max-width: 22rem;
    border-radius: 15px
}

.card-deck .card-img-top {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px 15px 0 0
}

.card-deck .detail-blog,.card-deck .title-blog {
    /* display: -webkit-box; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.card-deck .title-blog {
    -webkit-line-clamp: 3;
    height: 85px
}

.card-deck .detail-blog {
    -webkit-line-clamp: 4
}

#usecase img {
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(27,109,213,.2),0 0 20px 0 rgba(27,109,213,.19);
    border: none;
    opacity: .9;
    transition: opacity .35s ease
}

#usecase img:hover {
    opacity: 1
}

#usecase .text-muted {
    line-height: 2em
}

.bg-usecase {
    background: url(/public/img/06e148a.png) 0 0 no-repeat,url(/public/img/50b23d5.png) 100% 100% no-repeat;
    background-image: -webkit-image-set(url(/public/img/05d8585.webp),url(/public/img/b4d88b9.webp));
    background-image: -webkit-image-set(url(/public/img/06e148a.png),url(/public/img/50b23d5.png));
    background-image: image-set(url(/public/img/06e148a.png),url(/public/img/50b23d5.png));
    background-size: contain,25%
}

.bg-nav {
    background-repeat: no-repeat;
    background-image: url(/public/img/d5ccc40.png);
    background-image: -webkit-image-set(url(/public/img/16944cb.webp));
    background-image: -webkit-image-set(url(/public/img/d5ccc40.png));
    background-image: image-set(url(/public/img/d5ccc40.png))
}

#email-subscribe {
    padding: 1.5rem 2rem;
    border: none;
    border-radius: 5rem
}

#contact .form-control-lg,#email-subscribe {
    box-shadow: 0 4px 8px 0 rgba(0,131,85,.2),0 0 20px 0 rgba(0,131,85,.19)
}

#contact .form-control-lg {
    padding: 2rem 1rem;
    border: none;
    border-radius: 10px;
    margin: .4rem 0
}

#contact textarea.form-control-lg {
    min-height: 140px
}

.bg-contact {
    background-repeat: no-repeat;
    background-image: url(/public/img/349d7e1.png);
    background-image: -webkit-image-set(url(/public/img/d952098.webp));
    background-image: -webkit-image-set(url(/public/img/349d7e1.png));
    background-image: image-set(url(/public/img/349d7e1.png));
    background-position: 0 0;
    background-size: auto
}

.bg-call {
    position: relative;
    background-color: #e4fcff
}

.bg-call:before {
    content: "";
    display: block;
    height: 120%;
    position: absolute;
    width: 100%;
    margin: 0 -15px;
    background: url(/public/img/04427c3.png) 0 0 no-repeat,url(/public/img/8654816.png) 100% 100% no-repeat;
    background-image: -webkit-image-set(url(/public/img/3396aaf.webp),url(/public/img/ab5b415.webp));
    background-image: -webkit-image-set(url(/public/img/04427c3.png),url(/public/img/8654816.png));
    background-image: image-set(url(/public/img/04427c3.png),url(/public/img/8654816.png));
    background-size: 24%,24%;
    background-position-y: 2rem,-3rem
}

.btn-group-lg>.btn,.btn-lg {
    box-shadow: 0 4px 8px 0 rgba(27,125,212,.2)
}

#calltoaction h5 {
    color: #333
}

#calltoaction .btn-group-lg>.btn,#calltoaction .btn-lg {
    font-size: 1.75rem
}

::-webkit-scrollbar {
    width: 7px;
    height: 6px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #212529;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #a1a1a1;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #6c757d
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(27,109,213,.03);
    animation: animate 25s linear infinite;
    bottom: -150px
}

.circles li:first-child {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0
    }

    to {
        transform: translateY(-1000px) rotate(2turn);
        opacity: 0;
        border-radius: 50%
    }
}

footer {
    background-color: rgba(27,109,213,.2)
}

#notfound {
    position: relative;
    height: 100vh
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 410px;
    width: 100%;
    text-align: center
}

#notfound .notfound h2 {
    font-family: "Kanit",sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 1em
}

#notfound .notfound p {
    font-family: "Kanit",sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0
}

#notfound .notfound a.btn {
    font-family: "Kanit",sans-serif;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    background: #1b6dd5;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 4px 15px -5px #1b6dd5
}

#notfound .notfound .notfound-404 {
    height: 280px;
    position: relative;
    z-index: -1
}

#notfound .notfound .notfound-404 h1 {
    font-family: "Kanit",sans-serif;
    font-size: 230px;
    margin: 0;
    font-weight: 900;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: url(/public/img/8fe0176.png) no-repeat;
    background-image: -webkit-image-set(url(/public/img/1d6b86a.webp));
    background-image: -webkit-image-set(url(/public/img/8fe0176.png));
    background-image: image-set(url(/public/img/8fe0176.png));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: 50%
}

@media screen and (min-width: 100px) and (max-width:768px) {
    .logoMana {
        width:120px
    }

    #whyus .card {
        margin-top: 3rem
    }

    .bg-call h5 {
        font-size: 1.1rem
    }

    #intro .bounceIn.py-5 {
        padding-top: 1rem!important
    }

    .bg-call:before {
        background: url(/public/img/04427c3.png) 0 0 no-repeat!important;
        background-image: -webkit-image-set(url(/public/img/3396aaf.webp));
        background-image: -webkit-image-set(url(/public/img/04427c3.png));
        background-image: image-set(url(/public/img/04427c3.png));
        background-size: contain!important;
        background-position: right 0 top 7rem;
        opacity: .25
    }

    .bg-nav {
        background-position: right -15em top 0;
        animation: moveToRight 15s ease-in-out infinite
    }

    .bg-feature,.bg-man {
        background-size: auto!important
    }

    .bg-man {
        background-position: right 19% top .5%!important
    }

    .card-deck .card {
        max-width: none
    }

    .blog-theme .breadcrumb {
        font-size: .9rem!important
    }

    .blog-theme h1 {
        font-size: 1.8rem!important
    }

    .blog-theme #blog-head img {
        min-height: 150px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .blog-theme #blog-head .card-img-overlay {
        top: unset!important;
        transform: unset!important;
        text-shadow: 1px 1px 2px #c5c5c5,0 0 25px #fff,0 0 5px #f5f5f5
    }

    .blog-theme #blog-head .card-img-overlay .card-title {
        position: relative;
        top: .8em!important;
        font-size: 1.2em!important
    }

    .blog-theme .author-header {
        display: block!important;
        text-align: center
    }

    .blog-theme .author-header h1 {
        font-size: 2rem;
        padding: 8px 0
    }

    .blog-theme .author-header h5 {
        font-size: 1rem
    }

    .blog-theme .author-header .author-header-content {
        margin: 0
    }

    .blog-theme .author-header .author-header-content .author-meta {
        overflow: auto;
        padding-bottom: 1em
    }

    .slide {
        padding: 8.7rem 25px 0!important
    }

    .carousel-caption {
        bottom: -14rem!important
    }

    .carousel-caption p {
        font-size: .8rem;
        margin: 0 -2.5em
    }

    .carousel-indicators {
        position: relative;
        top: 32rem
    }

    .notfound .notfound-404 {
        height: 142px
    }

    .notfound .notfound-404 h1 {
        font-size: 112px
    }

    @keyframes moveToRight {
        0% {
            background-position: right -28em top 0
        }

        50% {
            background-position: right -5em top 0
        }

        to {
            background-position: right -28em top 0
        }
    }

    @keyframes bounceInUp {
        0% {
            background-size: auto;
            background-position: right 19% top .5%
        }

        10% {
            background-size: auto;
            background-position: right 19% top .5%
        }

        30% {
            background-size: auto;
            background-position: right 19% top .4%
        }

        50% {
            background-size: auto;
            background-position: right 19% top .7%
        }

        57% {
            background-size: auto;
            background-position: right 19% top .9%
        }

        64% {
            background-size: auto;
            background-position: right 20% top .5%
        }

        to {
            background-size: auto;
            background-position: right 19% top .5%
        }
    }
}

@media screen and (min-width: 769px) and (max-width:1024px) {
    .bg-man {
        background-size:60%!important;
        background-position: right -12% top 3%!important
    }

    .bg-call:before {
        background: url(/public/img/04427c3.png) 0 0 no-repeat!important;
        background-image: -webkit-image-set(url(/public/img/3396aaf.webp));
        background-image: -webkit-image-set(url(/public/img/04427c3.png));
        background-image: image-set(url(/public/img/04427c3.png));
        background-size: 50%!important;
        background-position-y: 3rem!important;
        opacity: .35
    }

    .slide {
        padding: 8.05rem 48px 0
    }
}

@media screen and (min-width: 1200px) and (max-width:1919px) {
    #features .laptop {
        max-width:65%!important
    }

    .slide {
        padding: 8.4rem 145px 0
    }

    .carousel-caption p {
        font-size: 14px;
        margin: 0 -2em
    }

    .bg-call:before {
        background-size: 28%!important;
        background-position-y: 3rem,-1rem!important
    }
}

@media screen and (min-width: 769px) {
    #singlepost .content {
        border-radius:1em;
        padding: 2em!important;
        margin-top: -1.5em!important;
        box-shadow: 0 4px 8px 0 rgba(27,109,213,.2),0 0 20px 0 rgba(27,109,213,.19)
    }
}

@media screen and (min-width: 1920px) {
    .bg-man {
        background-position:right 19% top .6%!important
    }
}
