﻿html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif, Arial;
}

/*#region main-menu */
.main-menu {
    font-family: Dosis, sans-serif, Arial;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

    .main-menu .navbar-brand {
        color: #3b64d2;
        font-size: 28px;
        font-weight: 700;
    }

    .main-menu .navbar-toggler {
    }

    .main-menu .navbar-nav {
    }

        .main-menu .navbar-nav .nav-item {
            margin-left: 2rem;
        }

            .main-menu .navbar-nav .nav-item .nav-link {
                color: #405263;
                font-size: 18px;
                font-weight: 600;
            }

                .main-menu .navbar-nav .nav-item .nav-link:hover,
                .main-menu .navbar-nav .nav-item .nav-link.active {
                    color: #1089d4;
                }

            .main-menu .navbar-nav .nav-item:last-child {
                border: 1px solid #1089d4;
                background-color: #fff;
                border-radius: .5rem;
            }

                .main-menu .navbar-nav .nav-item:last-child:hover {
                    background-color: #1089d4;
                }

                .main-menu .navbar-nav .nav-item:last-child .nav-link {
                    color: #1089d4;
                    padding: .5rem 1rem;
                }

                .main-menu .navbar-nav .nav-item:last-child:hover .nav-link {
                    color: #fff;
                }
/*#endregion */

/*#region banner */
.banner {
    background-color: #1089d4;
    color: #fff;
    padding: 50px 0;
}

    .banner .col-left {
    }

        .banner .col-left .line-center {
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: center;
        }

        .banner .col-left h1 {
            font-family: Dosis, sans-serif, Arial;
            font-weight: 700;
            text-align: left;
            font-size: 46px;
            line-height: 56px;
        }

        .banner .col-left p {
            line-height: 30px;
            font-size: 17px;
            margin: 1rem 0;
            margin-bottom: 3rem;
        }

        .banner .col-left a {
            background-color: #fff;
            color: #1089d4;
            font-size: 18px;
            font-weight: 600;
            padding: 1rem;
            border-radius: 5px;
            text-decoration: none;
            width: 300px;
            text-align: center;
        }

    .banner .col-right {
    }

        .banner .col-right img {
            margin-left: auto;
            margin-top: 2rem;
            margin-bottom: 2rem;
            width: 80%;
            display: block;
        }
/*#endregion */

/*#region integated-solution */
.integated-solution {
    background-color: #fafbfc;
    padding: 70px 0;
    text-align: center;
}

    .integated-solution h2 {
        font-family: Dosis, sans-serif, Arial;
        font-size: 46px;
        font-weight: 600;
        color: #1089d4;
    }

    .integated-solution .desc {
        color: #bfbfbf;
        font-weight: 600;
        font-size: 18px;
    }

    .integated-solution .item {
    }

        .integated-solution .item img {
            width: 70%;
            transform: scale(0.8);
            transition: .5s;
        }

            .integated-solution .item img:hover {
                transform: scale(1);
            }

        .integated-solution .item strong {
            font-family: Dosis, sans-serif, Arial;
            font-size: 26px;
            margin: 1rem 0;
            display: block;
        }

        .integated-solution .item p {
            font-size: 18px;
            color: #808080;
        }

        .integated-solution .item a {
            /*Khung bao quanh
            Chữ màu xanh
            Nền trắng
            Canh giữa
        */
        }
/*#endregion */

/*#region customize-workflow */
.customize-workflow {
    padding: 8rem 0;
}

    .customize-workflow .col-left {
    }

        .customize-workflow .col-left ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .customize-workflow .col-left ul li {
                margin: 0;
                padding: 0;
                display: flex;
                align-items: center;
            }

                .customize-workflow .col-left ul li label {
                    flex: 0 0 60px;
                    height: 60px;
                    font-size: 30px;
                    border: 1px solid #bfbfbf;
                    background-color: #e6e6e6;
                    color: #1089d4;
                    margin-right: 1rem;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .customize-workflow .col-left ul li div {
                }

                    .customize-workflow .col-left ul li div strong {
                        font-family: Dosis, sans-serif, Arial;
                        font-size: 26px;
                        font-weight: 600;
                        margin-top: 2rem;
                        display: block;
                    }

                    .customize-workflow .col-left ul li div p {
                        margin-top: 1rem;
                        margin-bottom: 0;
                        color: #bfbfbf;
                    }

    .customize-workflow .col-right {
    }

        .customize-workflow .col-right img {
            width: 100%;
        }
/*#endregion */

/*#region lasted-project */
.lasted-project {
    background: #1089d4;
    padding: 6rem 0;
}

    .lasted-project h2 {
        font-family: Dosis, sans-serif, Arial;
        font-size: 36px;
        text-align: center;
        color: #fff;
        font-weight: 600;
    }

    .lasted-project p {
        max-width: 700px;
        text-align: center;
        margin: auto;
        margin-bottom: 3rem;
        color: #fff;
        font-size: 18px;
        line-height: 28px;
    }

    .lasted-project .lasted-project-carousel {
    }

        .lasted-project .lasted-project-carousel .item img {
            border: 7px solid #ffffffbb;
            border-radius: 5px;
        }
/*#endregion */

/*#region realtime-reporting */
.realtime-reporting {
    background-color: #1E90FF;
    padding: 7rem 0;
    color: #fff;
}

    .realtime-reporting .avatar {
        position: relative;
    }

        .realtime-reporting .avatar img {
            width: 100%;
            border-radius: .5rem;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        }

        .realtime-reporting .avatar a {
            color: #1089d4;
            text-decoration: none;
            font-size: 40px;
            background-color: #fff;
            border-radius: 50%;
            width: 90px;
            height: 90px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 3;
            transform: translate(-50%, -50%);
        }

        .realtime-reporting .avatar span {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 2;
            transform: translate(-50%, -50%);
            width: 250px;
            height: 250px;
            background-color: yellow;
            border-radius: 50%;
            animation: wave-animation 2s infinite;
        }

    .realtime-reporting h2 {
        font-family: Dosis, sans-serif, Arial;
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 2rem;
    }

    .realtime-reporting p {
        text-align: left;
    }
/*#endregion */

/*#region keyframe */
@keyframes wave-animation {
    from {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }

    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: .1;
    }
}
/*#endregion */

/*#region pricing */
.pricing {
    padding: 6rem 0;
    text-align: center;
    color: #071E55;
    background-color: #e3e3e3;
}

    .pricing .ribbon {
        position: absolute;
        width: 80px;
        right: -5px;
        top: -5px;
        z-index: 2;
    }

    .pricing h2 {
        font-size: 40px;
        font-weight: 600;
        font-family: Dosis, sans-serif, Arial;
    }

    .pricing h4 {
        font-size: 18px;
        color: #A8B4C7;
        margin-top: 1.5rem;
        margin-bottom: 3rem;
    }

    .pricing .item {
        background-color: #fff;
        border-radius: .5rem;
        padding: 3rem;
        border-bottom: 5px solid #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        transition: 1s;
    }

    .pricing .col-lg-4:hover .item {
        transform: scale(1.1);
        border-bottom: 5px solid #1089d4;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

    .pricing .col-lg-4 .ribbon-box {
        position: relative;
        transition: 1s;
    }

    .pricing .col-lg-4:hover .ribbon-box {
        transform: scale(1.1);
    }

        .pricing .col-lg-4:hover .ribbon-box .item {
            transform: scale(1);
        }

    .pricing .item h3 {
        font-weight: 600;
        font-size: 20px;
    }

    .pricing .item strong {
        font-size: 50px;
        font-weight: 600;
        font-family: Dosis, sans-serif, Arial;
        display: block;
    }

    .pricing .item span {
        color: #A8B4C7;
        font-size: 18px;
        display: block;
    }

    .pricing .item ul {
        list-style: none;
        text-align: left;
        padding: 0;
        margin: 0;
        margin-top: 2rem;
    }

        .pricing .item ul li {
            padding: 0;
            margin-bottom: 1rem;
        }

            .pricing .item ul li i {
                color: #1089d4;
                font-weight: 700;
                font-size: 18px;
            }

    .pricing .item .btn {
        padding: 1rem 2rem;
        margin-top: 1rem;
        font-weight: 600;
        letter-spacing: 2px;
    }
/*#endregion */

/*#region review */
.review {
    text-align: center;
    background-color: #fff;
    padding-top: 90px;
}

    .review .col-left {
    }

        .review .col-left .item {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .review .col-left .item p {
                color: #808080;
                font-size: 28px;
                font-style: italic;
            }

            .review .col-left .item strong {
                display: block;
                font-size: 20px;
                font-weight: 600;
                margin-bottom: .5rem;
            }

            .review .col-left .item span {
                color: #1E90FF;
            }

    .review .col-right {
    }

        .review .col-right img {
            width: 90%;
        }
/*#endregion */

/*#region partner */
.partner {
    background-color: #fafbfc;
    padding: 4rem 0;
}

    .partner h2 {
        font-size: 30px;
        font-family: Dosis, sans-serif, Arial;
        font-weight: 600;
        color: #1089d4;
        text-align: center;
    }

    .partner [class^=col] img {
        width: 100%;
        height: 80px;
        object-fit: contain;
    }
/*#endregion */

/*#region asked-question */
.asked-question {
    background-color: #fff;
    padding: 6rem 0;
}

    .asked-question .col-left {
    }

        .asked-question .col-left img {
            width: 100%;
            border-radius: .5rem;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        }

    .asked-question .col-right {
    }

        .asked-question .col-right .accordion {
        }

            .asked-question .col-right .accordion .accordion-item {
                border: none;
            }

                .asked-question .col-right .accordion .accordion-item .show {
                    border-top: 3px solid #1089d4;
                }

                .asked-question .col-right .accordion .accordion-item .accordion-header {
                }

                    .asked-question .col-right .accordion .accordion-item .accordion-header .accordion-button {
                        box-shadow: none;
                        background-color: #fff;
                        padding-left: 0;
                        padding-right: 0;
                        text-transform: uppercase;
                        font-family: Dosis, sans-serif, Arial;
                        color: #1089d4;
                        font-weight: 600;
                        letter-spacing: 2px;
                    }

                .asked-question .col-right .accordion .accordion-item .accordion-body {
                    padding-left: 0;
                    padding-right: 0;
                    color: #808080;
                }
/*#endregion */

/*#region the-team */
.the-team {
    background-color: #FAFBFC;
    padding: 5rem 0;
    text-align: center;
}

    .the-team h2 {
        font-family: Dosis, sans-serif, Arial;
        font-size: 35px;
        font-weight: 600;
        color: #1089d4;
    }

    .the-team h4 {
        color: #808080;
        font-size: 16px;
        max-width: 800px;
        margin: auto;
        margin-bottom: 2rem;
        line-height: 1.5;
    }

    .the-team .item {
        background-color: #fff;
        border-radius: .5rem;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-bottom: 4px solid #bfbfbf;
        transition: .3s;
        margin-bottom: 1rem;
    }

        .the-team .item:hover {
            border-bottom: 4px solid #1089d4;
        }

        .the-team .item img {
            width: 100%;
            border-radius: .5rem .5rem 0 0;
        }

        .the-team .item h3 {
            margin-top: 2rem;
            font-size: 18px;
            text-transform: uppercase;
        }

        .the-team .item strong {
            font-weight: 500;
            font-size: 17px;
            color: #808080;
            position: relative;
            padding-bottom: 2rem;
            display: block;
        }

            .the-team .item strong::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translate(-50%, 0);
                border: 2px solid #1089d4;
                border-radius: 1px;
                width: 50px;
                transition: ease-in-out .5s;
            }

        .the-team .item:hover strong::after {
            width: 75px;
        }

        .the-team .item p {
            padding: 1.5rem;
            color: #808080;
        }

        .the-team .item ul {
            margin: 0;
            margin-bottom: 2rem;
            padding: 0;
            list-style: none;
            display: flex;
            justify-content: space-around;
            position: relative;
        }

            .the-team .item ul li {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

            .the-team .item ul:hover li:nth-child(1) {
                padding-right: 200px;
                transition: .5s cubic-bezier(.26, 1.02, 1, -0.62);
                z-index: 2;
            }

            .the-team .item ul:hover li:nth-child(2) {
                padding-right: 100px;
                transition: .5s cubic-bezier(.26, 1.02, 1, -0.62);
                z-index: 3;
            }

            .the-team .item ul:hover li:nth-child(3) {
                z-index: 4;
            }

            .the-team .item ul:hover li:nth-child(4) {
                padding-left: 100px;
                transition: .5s cubic-bezier(.26, 1.02, 1, -0.62);
                z-index: 3;
            }

            .the-team .item ul:hover li:nth-child(5) {
                padding-left: 200px;
                transition: .5s cubic-bezier(.26, 1.02, 1, -0.62);
                z-index: 2;
            }

            .the-team .item ul li a {
                width: 40px;
                height: 40px;
                background-color: green;
                display: flex;
                place-content: center;
                place-items: center;
                border-radius: 50%;
                text-decoration: none;
            }

            .the-team .item ul li:nth-child(1) a {
                background-color: #4099ff;
            }

            .the-team .item ul li:nth-child(2) a {
                background-color: #c92228;
            }

            .the-team .item ul li:nth-child(3) a {
                background-color: #3bb300;
            }

            .the-team .item ul li:nth-child(4) a {
                background-color: #3b5998;
            }

            .the-team .item ul li:nth-child(5) a {
                background-color: #ea4c89;
            }

            .the-team .item ul li a i {
                color: #fff;
            }
/*#endregion */

/*#region amazing-features */
.amazing-features {
    background-color: #fff;
    text-align: center;
    padding: 4rem 0;
}

    .amazing-features h2 {
        font-family: Dosis, sans-serif, Arial;
        font-size: 35px;
        font-weight: 600;
        color: #1089d4;
    }

    .amazing-features h4 {
        color: #808080;
        font-size: 16px;
        max-width: 800px;
        margin: auto;
        margin-bottom: 2rem;
        line-height: 1.5;
    }

    .amazing-features .item {
    }

        .amazing-features .item i {
            color: #1089d4;
            font-size: 50px;
            display: block;
        }

        .amazing-features .item strong {
            font-size: 17px;
            font-weight: 600;
            margin-bottom: 1rem;
            text-transform: uppercase;
        }

        .amazing-features .item p {
            color: #808080;
        }
/*#endregion */

/*#region testimonials-list */
.testimonials-list {
    background-color: #fafbfc;
    padding: 4rem 0;
}

    .testimonials-list .testimonials {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }

        .testimonials-list .testimonials .item {
            text-align: center;
        }

            .testimonials-list .testimonials .item img {
                width: 150px;
                height: 150px;
                border-radius: 50%;
                margin: auto;
                display: block;
            }

            .testimonials-list .testimonials .item p {
                color: #808080;
                font-style: italic;
                margin-top: 1rem;
            }

            .testimonials-list .testimonials .item strong {
                color: #1089d4;
                font-family: Dosis, sans-serif, Arial;
                font-weight: 600;
            }

    .testimonials-list .owl-dots {
    }

        .testimonials-list .owl-dots .owl-dot span {
            width: 7px;
            height: 7px;
            background-color: #bfbfbf;
        }

        .testimonials-list .owl-dots .owl-dot.active span {
            width: 30px;
            background-color: #1089d4;
        }

        .testimonials-list .owl-dots:hover .owl-dot span {
            width: 15px;
            height: 15px;
            transition: .3s;
        }

        .testimonials-list .owl-dots:hover .owl-dot.active span {
            width: 30px;
            height: 15px;
        }
/*#endregion */

/*#region benefits */
.benefits {
    padding: 4rem 0;
}

    .benefits .col-left {
    }

        .benefits .col-left h3 {
            font-family: Dosis, sans-serif, Arial;
            font-size: 25px;
            font-weight: 600;
            color: #1089d4;
            margin-top: 2rem;
        }

        .benefits .col-left p {
            color: #808080;
            margin: 2rem 0;
            text-align: justify;
        }

        .benefits .col-left ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .benefits .col-left ul li {
                margin: .5rem 0;
            }

                .benefits .col-left ul li i {
                    margin-right: 1rem;
                    color: #1089d4;
                }

        .benefits .col-left .btn {
            background-color: #1089d4;
            border-color: #1089d4;
            padding: 1rem 2rem;
            margin-bottom: 1rem;
            font-family: Dosis, sans-serif, Arial;
            font-weight: 700;
            margin-top: 2rem;
            box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
        }

            .benefits .col-left .btn:hover {
                box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            }

    .benefits .col-right {
    }

        .benefits .col-right img {
            border-radius: 1rem;
        }
/*#endregion */

/*#region email-letter */
.email-letter {
    background-color: #1E90FF;
    color: #fff;
    text-align: center;
    padding: 4rem 0;
}

    .email-letter h2 {
        font-size: 27px;
        font-family: Dosis, sans-serif, Arial;
        margin-bottom: 2rem;
        font-weight: 600;
    }

    .email-letter .btn-register-info {
        display: flex;
        width: 600px;
        max-width: 90%;
        margin: auto;
        border: 2px solid #fff;
        border-radius: .5rem;
        overflow: hidden;
    }

        .email-letter .btn-register-info:focus-within {
            box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        }

        .email-letter .btn-register-info input {
            height: 65px;
            flex: 1 1 auto;
            background-color: transparent;
            outline: none;
            border: none;
            padding: 0 .5rem;
            color: #fff;
        }

            .email-letter .btn-register-info input::placeholder {
                color: #fff;
            }

        .email-letter .btn-register-info a {
            text-decoration: none;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 65px;
            flex: 0 0 150px;
            text-transform: uppercase;
            font-weight: 600;
            color: #1089d4;
            background: #fff;
        }
/*#endregion */

/*#region our-blog */
.our-blog {
    padding: 4rem 0;
    background: #FAFBFC;
}

    .our-blog h2 {
        font-family: Dosis, sans-serif, Arial;
        font-size: 35px;
        font-weight: 600;
        color: #1089d4;
        text-align: center;
    }

    .our-blog h4 {
        color: #808080;
        font-size: 16px;
        max-width: 800px;
        margin: auto;
        margin-bottom: 2rem;
        line-height: 1.5;
        text-align: center;
    }

    .our-blog .item {
        margin: .75rem 0;
        background: #fff;
        border-radius: .5rem;
        overflow: hidden;
        box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);
    }

        .our-blog .item img {
            width: 100%;
        }

        .our-blog .item strong {
            font-family: Dosis, sans-serif, Arial;
            color: #1089d4;
            font-weight: 600;
            font-size: 18px;
            display: block;
            padding: 1rem;
        }

        .our-blog .item .author {
            color: #808080;
            padding: 1rem;
            padding-top: 0;
            display: flex;
            justify-content: space-between;
        }

            .our-blog .item .author small i {
                margin-right: .5rem;
            }

        .our-blog .item p {
            color: #bfbfbf;
            text-align: justify;
            padding: 1rem;
            padding-top: 0;
        }
/*#endregion */

/*#region .home-contact */
.home-contact {
    background-color: #fff;
    padding: 4rem 0;
}

    .home-contact h2 {
        font-family: Dosis, sans-serif, Arial;
        color: #1089d4;
        font-size: 24px;
        font-weight: 700;
        margin-top: 1rem;
    }

    .home-contact .contact-form {
    }

    .home-contact .contact-info {
    }

        .home-contact .contact-info h3 {
            font-family: Dosis, sans-serif, Arial;
            color: #1089d4;
            font-size: 18px;
            font-weight: 700;
            margin: 2rem 0;
        }

        .home-contact .contact-info label {
            display: block;
            margin-bottom: 1rem;
            color: #808080;
        }

            .home-contact .contact-info label i {
                color: #1089d4;
                width: 30px;
            }

            .home-contact .contact-info label a {
                text-decoration: none;
                color: #808080;
            }
/*#endregion */

/*#region footer */
footer {
    background-color: #1E90FF;
    padding: 4rem 0;
    padding-bottom: 2rem;
    text-align: center;
    color: #fff;
}

    footer .copyright-text {
        font-size: 18px;
    }

        footer .copyright-text a {
            text-decoration:underline;
            color: #fff;
        }

        footer ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 70px;
        }

            footer ul li {
                padding: 0 1rem;
            }

                footer ul li a {
                    color: #fff;
                    text-decoration: none;
                }

                    footer ul li a i {
                        font-size: 25px;
                        transition: .3s;
                    }

                    footer ul li a:hover i {
                        font-size: 40px;
                        color: #fff;
                    }
/*#endregion */
