﻿body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
    background-color: #ffffff;
    /*font-family: 'QuickSand', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #414142;
}

.QuickSand {
    font-family: 'QuickSand', sans-serif;
}

.OpenSans {
    font-family: 'Open Sans', sans-serif;
}

.main-wrapper {
    min-height: 100%;
    padding: 0;
    position: relative;
}

header {
    height: 845px;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: center;*/
}


.container {
    width: 100%;
    padding: 0 80px;
}

.logo-project {
    width: 150px;
    float: left;
}

    .logo-project a {
        color: #fff;
        text-decoration: none;
    }

        .logo-project a:hover {
            cursor: pointer;
        }

.btn {
    height: 35px;
}

.menu {
    height: 80px;
    line-height: 80px;
    color: #414142;
    /*font-family: 'QuickSand', sans-serif;*/
}

    .menu .menu-link {
        width: calc(100% - 390px);
        float: left;
    }

    .menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        text-align: center;
        height: 80px;
    }

    .menu li {
        /*float: left;*/
        padding: 0 15px;
        display: inline-block;
    }

    .menu img {
        margin-right: 5px;
    }

    .menu li a {
        display: block;
        color: #fff;
        opacity: 0.7;
        text-align: center;
        text-decoration: none;
    }

        .menu li a:hover {
            opacity: 1;
            cursor: pointer
        }

    .menu .btn-header {
        text-align: right;
        /*width: 254px;*/
    }

    .menu .btn {
        width: 120px;
        /*height: 35px;*/
        font-weight: 500;
        border-radius: 0;
        /*display: inline-block*/
    }

    .menu .btn-contact {
        background: #3CA4AB;
        color: #FFFFFF;
        font-weight: bold;
    }

        .menu .btn-contact:hover {
            background: #2f8085;
        }

    .menu .btn-login {
        background: #fff;
        color: #3ca3aa;
        border: 2px solid #3ca3aa;
        margin-left: 10px;
    }

        .menu .btn-login:hover {
            background: #2f8085;
            color: #fff;
            border: 2px solid #2f8085;
        }

.navbar-fixed-top {
    padding: 0 80px;
    background: #fff;
    /*color: #3ca3aa;*/
    color: #414142;
}

    .navbar-fixed-top a {
        color: #414142;
    }

    .navbar-fixed-top li a {
        /*color: #3ca3aa;*/
        color: #414142;
        opacity: 0.8
    }

        .navbar-fixed-top li a:hover {
            /*color: #2f8085;*/
            cursor: pointer
        }

header .content {
    margin-top: 55px;
    padding: 0;
    margin-left: 0;
    margin-right: 0
}

header .content-scroll-down {
    margin-top: 135px;
}

header .content .info {
    color: #492618;
    height: 500px;
    /*padding-top: 120px;*/
    padding-top: 5%;
    padding-left: 80px
}

    header .content .info .info-title {
        display: block;
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 30px;
        font-family: 'QuickSand', sans-serif;
    }

        header .content .info .info-title:first-child {
            margin-bottom: 0;
        }

    header .content .info .info-context {
        display: block;
        margin-bottom: 30px;
        text-align: justify
    }

    header .content .info .info-btn {
        display: block;
    }

       

header .content .photo {
    height: 100%;
    position: relative;
    overflow: hidden;
}

    header .content .photo > img {
        /*width: 100%;*/
        height: 100%;
        transform: scale(1);
    }

    header .content .photo .screen {
        /*background-image: url('../img/screen.png');*/
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform-origin: 0px 0px 0px;
        width: 100px;
        height: 75px;
        transform: matrix3d(6.6, 0, 0, 0, -0, 5, 0, -0, 0, 0, 1, 0, 227, 33, 0, 1);
    }

        header .content .photo .screen img {
            width: 100%;
            /*animation: MoveUpDown 5s linear infinite;*/
            position: absolute;
            -webkit-animation: action 20s infinite alternate;
            animation: action 20s infinite alternate;
        }

@keyframes MoveUpDown {
    0%, 100% {
        bottom: 0;
    }

    50% {
        bottom: 100px;
    }
}

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-95px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-95px);
    }
}

.module {
    margin-top: 150px;
    margin-bottom: 50px;
}

    .module .title {
        font-size: 35px;
        font-weight: 600;
        color: #414142;
        display: block;
        text-align: center;
        margin-bottom: 55px;
    }

    .module .col-lg-4, .module .col-md-4, .module .col-sm-12, .module .col-xs-12 {
        padding: 0 100px;
        margin-top: 45px;
    }

    .module .item {
        text-align: center;
        /*padding: 0 30px;*/
        margin-top: 45px;
    }

        .module .item .icon {
            height: 75px;
        }

            .module .item .icon img {
                height: 100%;
            }

        .module .item .name {
            /*font-family: 'QuickSand', sans-serif;*/
            font-size: 20px;
            font-weight: 500;
            margin: 20px 0;
        }

        .module .item .context {
            /*font-size: 14px;*/
            color: #959595;
            opacity: 0.8;
            /*height: 80px;*/
            margin-bottom: 20px;
            text-align: justify;
            text-align-last: center;
            overflow: hidden;
            /* white-space: nowrap; */
            text-overflow: ellipsis;
        }

        .module .item a.link {
            /*font-size: 14px;*/
            color: #3ca3aa;
        }

            .module .item a.link:hover {
                cursor: pointer;
                color: #2f8085;
                text-decoration: none;
            }

.intro {
    padding-top: 80px;
    padding-bottom: 30px;
}

.intro-odd {
    padding-top: 150px;
    background: url('../img/background.svg') no-repeat top left;
    background-size: 100%;
}

.intro-odd-custom {
    height: 1130px;
}

.intro .info {
    padding-top: 100px;
    color: #414142;
}

    .intro .info .title {
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 30px;
        display: block;
    }

    .intro .info .feature {
        font-size: 18px;
        font-weight: 600;
        display: block;
        position: relative;
        padding: 0 0 0 40px;
        line-height: 28px;
    }

        .intro .info .feature img {
            height: 28px;
            left: 0;
            position: absolute;
            top: 0;
        }

    .intro .info .context {
        font-size: 16px;
        font-weight: 600;
        opacity: 0.5;
        display: block;
        margin: 25px 0;
        text-align: justify;
    }

    .intro .info .feature-only {
        margin-bottom: 25px;
    }

    .intro .info .mobile-app-download {
        padding-top: 15px;
    }

        .intro .info .mobile-app-download img {
            width: 160px;
            margin-right: 20px;
            max-width: 45%;
        }

        .intro .info .mobile-app-download a:last-child img {
            margin-right: 0;
        }

.intro .photo {
}

    .intro .photo img {
        width: 100%;
        max-height: 800px;
    }

.contact {
    /*height: 1440px;
    position: relative;*/
    margin-top: -200px
}

    .contact .btn {
        border-radius: 0;
        padding-left: 40px;
        padding-right: 40px;
        font-weight: 500;
    }

.video {
    height: 670px;
    /*margin-top: 25px;*/
    padding-top: 75px;
    background: url('../img/video-bg-img.png') no-repeat top left;
    background-size: 100% 100%;
}

    .video .info {
        padding-right: 80px;
    }

        .video .info .title {
            font-size: 35px;
            font-weight: 600;
            color: #fff;
            display: block;
            margin-bottom: 15px;
        }

        .video .info .context {
            font-size: 18px;
            font-weight: 400;
            color: #fff;
            display: block;
        }

        .video .info .info-btn {
            font-size: 16px;
            color: #fff;
            margin-top: 35px;
            background: #f6cc62;
            color: #fff;
        }

            .video .info .info-btn:hover {
                background: #e0ac2a;
            }

    .video .item {
        z-index: 1;
    }

        .video .item iframe {
            width: 100%;
        }

.hotline {
    height: 970px;
    /*position: absolute;
    bottom: 0;*/
    background: url('../img/bg-hotline.png') no-repeat top left;
    background-size: 100% 100%;
    padding-top: 400px;
    margin-top: -200px;
}

    .hotline .info {
        padding-right: 80px;
    }

        .hotline .info .title, .hotline .info .title-number {
            color: #fff;
            display: block;
            line-height: 65px;
            font-size: 60px;
        }

        .hotline .info .title-clear {
            width: 67px;
            height: 5px;
            background: #fff;
            margin: 55px 0 40px 0;
        }

        .hotline .info .context {
            font-size: 18px;
            color: #fff;
            display: block;
        }

        .hotline .info .info-btn {
            font-size: 16px;
            color: #fff;
            margin-top: 35px;
            background: #3ca3aa;
            color: #fff;
        }

            .hotline .info .info-btn:hover {
                background: #2f8085;
            }

    .hotline .item {
    }

        .hotline .item img {
            width: 100%;
        }

footer {
    background: #282828;
    height: 80px;
    padding: 0;
    margin: 0;
}

    footer li {
        font-family: 'Open Sans', sans-serif;
    }

    footer ul li:first-child {
        padding-left: 0;
    }

    footer ul li.logo-company {
        padding-right: 0;
    }

    footer ul li.social-icons a:nth-child(2) {
        margin: 0 20px;
    }

    footer ul li.logo-company img {
        margin-right: 0;
    }

    footer ul li:last-child a:last-child {
        margin-right: 0;
    }

    footer .menu li a {
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        opacity: .5;
        display: inline-block;
    }

    footer .menu li:first-child a {
        opacity: 1;
    }

    footer .menu li.logo-company a, footer .menu li img:hover {
        opacity: 1;
    }

/*Nav mobile*/
.nav-custom {
    height: 56px;
    background: #FFFFFF;
    border: none;
    box-shadow: -1px 3px 10px 0px rgba(0, 0, 0, 0.4);
}

.nav-none-box-shadow {
    box-shadow: none;
}

.nav-custom .navbar-toggle {
    border: none;
    margin: 12px 10px;
    height: 14px;
}

    .nav-custom .navbar-toggle:hover, .nav-custom .navbar-toggle:focus {
        background: none;
    }

    .nav-custom .navbar-toggle .icon-bar {
        background-color: #3CA4AB;
    }

.nav-custom .navbar-brand {
    padding: 0 20px;
    height: 56px;
    line-height: 52px;
}

.nav-custom .navbar-toggle span {
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav-custom .icon--active span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 16px;
}

.nav-custom .icon--active span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 12px;
}

.nav-custom .icon--active span:nth-child(2) {
    opacity: 0;
}

.nav-custom .navbar-collapse, .nav-custom .navbar-form {
    border: none;
    background: #3ca3aa;
    padding: 0 20px;
    max-height: none;
    position: absolute;
    z-index: 1;
    width: 100%;
}

    .nav-custom .navbar-collapse ul, .nav-custom .navbar-form ul {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
    }

        .nav-custom .navbar-collapse ul li, .nav-custom .navbar-form ul li {
            padding: 26px 0;
            text-align: center;
        }

            .nav-custom .navbar-collapse ul li:last-child, .nav-custom .navbar-form ul li:last-child {
                padding-top: 0;
                padding-bottom: 52px;
            }

            .nav-custom .navbar-collapse ul li a, .nav-custom .navbar-form ul li a {
                color: #fff;
                font-size: 20px;
                padding: 0;
            }

    .nav-custom .navbar-collapse .btn {
        width: 176px;
        height: 60px;
        font-weight: 500;
        border-radius: 0;
        padding: 0;
        line-height: 60px;
        margin: 0 auto;
    }

    .nav-custom .navbar-collapse .btn-contact {
        background: #fff;
        color: #3ca3aa;
    }

    .nav-custom .navbar-collapse .btn-login {
        /*background: #fff;*/
        color: #fff;
        border: 2px solid #fff;
    }

/*Reponsive*/
@media screen and (max-width: 1920px) {
    body {
        font-size: 16px;
    }

    .menu {
        font-size: 16px;
    }

    .btn {
        height: 40px;
        padding: 8px 12px;
    }

    .logo-project {
        width: 160px;
    }

    header .content {
        height: 600px;
    }

        header .content .photo {
            height: 120%;
        }

            header .content .photo .screen {
                width: 100px;
                height: 75px;
                transform: matrix3d(6.6, 0, 0, 0, -0, 5, 0, -0, 0, 0, 1, 0, 227, 33, 0, 1);
            }

        header .content .info {
            /*padding-top: 120px;*/
        }

            header .content .info .info-title {
                font-size: 70px;
                line-height: 75px;
                /*max-width: 550px;*/
            }

            header .content .info .info-context {
                font-size: 18px;
                /*max-width: 430px;*/
            }

    .module .item .context {
        /*height: 110px;*/
    }
}

@media screen and (max-width: 1660px) {
    .module {
        margin-top: 50px;
    }

    header .content .photo {
        height: 100%;
    }

        header .content .photo .screen {
            width: 100px;
            height: 62px;
            transform: matrix3d(5.48, 0, 0, 0, -0, 5, 0, -0, 0, 0, 1, 0, 193, 28, 0, 1);
        }
}

@media screen and (max-width: 1367px) {
    body {
        font-size: 14px;
    }

    .menu {
        font-size: 14px;
    }

    header {
        height: auto;
    }

        header .wrapper {
            width: calc(100% - 355px);
            height: 620px;
            clip-path: polygon(0% 0%,100% 0%,80% 81%,0% 100%);
        }

        header .content {
            /*height: 400px;*/
        }

            header .content .photo {
                height: 90%;
            }

                header .content .photo .screen {
                    width: 100px;
                    height: 56px;
                    transform: matrix3d(4.94, 0, 0, 0, -0, 5, 0, -0, 0, 0, 1, 0, 175, 25, 0, 1);
                }

            header .content .info {
                padding-top: 4%;
            }

    .intro .info .feature {
        font-size: 16px;
    }

    header .content .info .info-title {
        font-size: 45px;
        line-height: 50px;
    }

    header .content .info .info-context {
        font-size: 14px;
    }

    .contact {
        /*height: 1220px;*/
    }

    .module {
        margin-top: 50px;
    }

        .module .item .name {
            font-size: 16px;
        }

        .module .col-lg-4, .module .col-md-4, .module .col-sm-12, .module .col-xs-12 {
            padding: 0 50px;
        }

    .video {
        height: 750px;
    }

    .hotline {
        height: 750px;
        padding-top: 250px;
    }

        .hotline .info {
            padding-right: 0;
        }

            .hotline .info .context {
                font-size: 16px;
            }

    .intro-odd {
        padding-top: 190px;
        background-size: 160%;
    }

    .intro .info {
        padding-top: 50px;
    }

        .intro .info .context {
            font-size: 14px;
        }

    .intro .photo {
        padding-top: 100px;
    }
}

/*Reponsive*/
@media screen and (max-width: 1280px) {
    header .wrapper {
        width: calc(100% - 280px);
        height: 570px;
        clip-path: polygon(0% 0%, 100% 0%,84% 72%,0% 100%);
    }

    header .content .info {
        padding-top: 0%;
    }

        header .content .info .info-title {
            font-size: 36px;
            line-height: 41px;
        }

    header .content .photo {
        height: 70%;
    }

        header .content .photo .screen {
            width: 100px;
            height: 43.5px;
            transform: matrix3d(3.85, 0, 0, 0, -0, 5, 0, -0, 0, 0, 1, 0, 139, 19, 0, 1);
        }

    .module {
        margin-top: -100px;
    }

        .module .col-lg-4, .module .col-md-4, .module .col-sm-12, .module .col-xs-12 {
            padding: 0 15px;
        }

    .intro-odd {
        padding-top: 160px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        padding: 0 50px;
    }

    .menu ul {
        height: auto;
    }

    header {
        background-size: auto 100%;
        height: auto;
    }

        header .wrapper {
            width: 100%;
            height: 500px;
            background-size: cover;
            min-height: initial;
            clip-path: polygon(0% 0%, 100% 0%,100% 80%,0% 100%);
        }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .nav-custom .navbar-collapse ul {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

        .nav-custom .navbar-collapse ul li {
            width: 100%;
            cursor: pointer;
        }

    header .content {
        height: auto;
        margin-top: 0;
    }

    header .content-scroll-down {
        margin-top: 0;
    }

    header .content .info {
        padding: 25px 80px;
        text-align: center;
        height: auto;
    }

        /*header .content .photo > img {
        width: 150%;
    }*/
        header .content .info .info-title {
            font-size: 45px;
            line-height: 50px;
            text-align: center;
            margin: 0px auto 30px auto;
        }

        header .content .info .info-context {
            /*font-size: 14px;*/
            text-align: justify;
            text-align-last: center;
            margin: 0px auto 30px auto;
        }

    header .content .photo {
        padding: 0 15px;
        /*height: 400px;*/
        margin-bottom: 15px;
        height: 70%;
    }

        header .content .photo .screen {
            width: 100px;
            height: 52px;
            transform: matrix3d(3.67, 0, 0, 0, -0, 5, 0, -0, 0, 0, 1, 0, 133, 19, 0, 1)
        }

    .module {
        margin-top: 170px;
        padding: 0 80px;
    }

        .module .title {
            margin-bottom: 20px;
        }

    .intro-odd {
        background-size: auto 140%;
        background-image: url('../img/bg-mobile.svg');
    }

    .intro-odd-custom {
        background-size: auto 250%;
    }

    .intro .photo {
        padding-top: 0;
    }

    .intro .info {
        padding-top: 65px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .intro .info .title {
            text-align: center;
            /*width: 200px;*/
            margin: 0px auto 30px auto;
        }

        .intro .info .context {
            text-align: justify;
        }

    .intro-odd .info {
        padding-top: 200px;
    }

        .intro-odd .info .title {
            margin-top: 200px;
        }

    .intro-odd .photo {
        padding-bottom: 50px;
    }

    .intro .info .mobile-app-download {
        padding-bottom: 30px;
    }

    .contact {
        /*height: 1660px;*/
    }

    .video {
        /*height: 1114px;*/
        height: auto;
    }

        .video .info {
            padding: 45px;
            text-align: center;
        }

            .video .info .title {
                padding-top: 30px;
            }

        .video .item:last-child {
            padding-top: 30px;
            padding-bottom: 200px;
        }

    .hotline {
        /*margin-top: -300px;*/
        margin-top: 0;
        height: 550px;
        /*background-image: url('../img/bg-mobile-yellow.svg');*/
        /*background-size: auto 230%;*/
        background: #f6cc62;
    }

        .hotline .info {
            padding: 50px 30px 40px 30px;
            text-align: center;
        }

            .hotline .info .title {
                font-size: 48px;
                line-height: 52px;
                font-weight: 600;
            }

            .hotline .info .title-number {
                font-size: 48px;
                line-height: 52px;
                font-weight: 700;
            }

            .hotline .info .title-clear {
                margin: 55px auto 40px auto;
            }

            .hotline .info .context {
                text-align: center;
                width: 300px;
                margin: 0px auto 30px auto;
            }

    .environment img {
        width: 100%;
    }

    footer {
        height: 500px;
    }

        footer ul li {
            width: 100%;
            text-align: center;
        }

            footer ul li:first-child {
                padding-left: 15px;
            }

            footer ul li.logo-company {
                padding-right: 15px;
            }
}

@media screen and (max-width: 767px) {
    .module {
        margin-top: 120px;
        margin-bottom: 20px;
        padding: 0 40px;
    }

        .module .title {
            font-size: 30px;
        }

        .module .item .context {
            /*height: auto*/
        }

    header .wrapper {
        height: 470px;
        clip-path: polygon(0% 0%, 100% 0%,100% 88%,0% 100%);
    }

    header .content .photo {
        padding: 0 15px;
        /*height: 275px;*/
    }
    /*header .content .photo > img {
            width: 150%;
        }*/
    header .content .info {
        padding: 25px 40px;
    }

    .intro .info .title {
        font-size: 30px;
    }

    .intro-odd {
        background-size: cover;
        background-image: url('../img/bg-mobile.svg');
    }

        .intro-odd .info {
            padding-top: 0;
        }

            .intro-odd .info .title {
                margin-top: 250px;
            }

    .intro-odd-custom {
        background-size: auto 130%;
    }

    .video .item:last-child {
        padding-bottom: 100px;
    }

    .hotline {
        height: 500px;
        /*margin-top: -170px;*/
        /*background-size: auto 140%;*/
    }
}

@media screen and (max-width: 488px) {

    header .wrapper {
        height: 520px;
    }
}

@media screen and (max-width: 408px) {

    header .wrapper {
        height: 500px;
    }
}
/*Chinh sua bannner moi*/
.hidden-sm, .navbar-fixed-top {
    background-color: #FFFFFF;
    color: #414142;
}

.menu li a, .logo-project a, .navbar-fixed-top {
    color: #414142;
}


.menu li a {
    opacity: 1;
}

    .menu li a:hover {
        font-weight: bold;
    }

header .content .info {
    /*color: #E2451B;*/
    padding-top: 3%;
}


header.light-theme .content .info .info-title, header.light-theme .content .info .info-context {
    color: #414142;
}

header.dark-theme .content .info .info-title, header.dark-theme .content .info .info-context {
    color: #FFFFFF;
}

header .content .info .info-btn .btn {
    border-radius:0px !important
}

header.light-theme .content .info .info-btn .btn-contact, header.light-theme .content .info .info-btn .btn-login {
    background-color: #3CA4AB;
    border: 2px solid #3CA4AB;
    color: #FFFFFF;
    /*nền xanh chữ trắng*/
}

header.dark-theme .content .info .info-btn .btn-contact, header.dark-theme .content .info .info-btn .btn-login {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    /*Nền trong suốt, chữ trắng, border trắng*/
}


header.light-theme .content .info .info-btn .btn-contact:hover, header.light-theme .content .info .info-btn .btn-login:hover {
    background-color: #2F8085;
    border: 2px solid #2F8085;
    color: #FFFFFF;
}

header.dark-theme .content .info .info-btn .btn-contact:hover, header.dark-theme .content .info .info-btn .btn-login:hover {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #414142;
}


header .content .info .info-title {
    margin-top: 5px;
}

.hidden-sm {
    background-color: transparent;
}

.banner-img img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 730px;
}

.bd-img {
    display: none;
}

.new-head, .navbar-fixed-top {
    background-color: #FFFFFF;
    color: #414142;
}
