@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=vietnamese');

@font-face {
    font-family: 'vnfquicksandbold';
    src: url('../fonts/quicksand-bold/vnfquicksandbold.eot');
    src: url('../fonts/quicksand-bold/vnfquicksandbold.eot') format('embedded-opentype'),
        url('../fonts/quicksand-bold/vnfquicksandbold.woff2') format('woff2'),
        url('../fonts/quicksand-bold/vnfquicksandbold.woff') format('woff'),
        url('../fonts/quicksand-bold/vnfquicksandbold.ttf') format('truetype'),
        url('../fonts/quicksand-bold/vnfquicksandbold.svg#vnfquicksandbold') format('svg');
}

@font-face {
    font-family: 'vnfquicksandlight';
    src: url('../fonts/quicksand-light/vnfquicksandlight.eot');
    src: url('../fonts/quicksand-light/vnfquicksandlight.eot') format('embedded-opentype'),
        url('../fonts/quicksand-light/vnfquicksandlight.woff2') format('woff2'),
        url('../fonts/quicksand-light/vnfquicksandlight.woff') format('woff'),
        url('../fonts/quicksand-light/vnfquicksandlight.ttf') format('truetype'),
        url('../fonts/quicksand-light/vnfquicksandlight.svg#vnfquicksandlight') format('svg');
}

.text-black {
    color: #1d1d1d !important;
}

.text-primary {
    color: #D1335B !important;
}

.text-secondary {
    color: #3f4b62 !important;
}

.text-success {
    color: #569728 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-white {
    color: #ffffff !important;
}

.align-center {
    text-align: center !important;
}

.fz-12 {
    font-size: 12px !important;
}

.ff-quiz {
    font-family: 'Quicksand', sans-serif !important
}

.pd-80 {
    padding: 80px 0px;
}

.mt-10 {
    margin-top: 10px;
}

.pb-90 {
    padding: 90px 0px;
}

.pdb-90 {
    padding-bottom: 90px;
}

/* 0. Base style */
/* 0.1 Initializer */
/* 0.0 Tag/Classes Initailization */
audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
a:hover, a:focus {
    color: #006afe;
 }
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: "Segoe UI", "Proxima Nova", "Open Sans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    background-color: #fff;
    color: #3c4858;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

iframe {
    border: none;
}

/*img { max-width: 100%; }*/

ul,
li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

a {
    color: #3c4858;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Segoe UI", "Proxima Nova", "Open Sans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
}

h3,
h4 {
    font-weight: normal;
}

main {
    padding-bottom: 40px;
}

a:hover {
    color: #006afe;
}

/* h1, h2, h3 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

h4, h5, h6 {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18); } */
.pt-100 {
    padding-top: 100px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.header {
    height: auto;
    padding-bottom: 50px;
}

.flex-box-middle {
    align-items: center;
    position: relative;
}

.-o-linear-gradient {
    background-image: linear-gradient(293deg, #055df2 0%, #002385 100%);
}

.bg-white .f-chatbox {
    background: #fff;
}

.particles-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}

.navigation {
    position: relative;
    padding: 20px 0 10px 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.navbar-default {
    background-color: transparent
}

.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 0;
    border: none;
    border-radius: 0
}

.navbar-brand {
    padding: 0 15px;
    height: auto
}

.navbar-brand img {
    max-height: 40px;
    margin-top: 5px;
}

.is-transparent .navbar-brand .logo-light {
    display: block
}

.isFixed .navbar-brand .logo-light {
    display: none
}

.is-transparent .navbar-brand .logo-color {
    display: none
}

.isFixed .navbar-brand .logo-color {
    display: block
}

.isFixed {
    position: fixed;
    padding: 3px 0 !important;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    margin-top: 0 !important;
}

.is-transparent .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
}

.isFixed .navbar-default .navbar-nav>li>a {
    color: #333;
}

.isFixed .navbar-default .navbar-nav>li.nav-login>a {
    color: #006afe !important;
}

.isFixed .navbar-default .navbar-nav>li>a:hover {
    color: #006afe;
}

.isFixed .navbar-default .navbar-nav>li.nav-login>a:hover {
    color: #fff !important;
}

.nav-login {
    border: 1px solid #fff;
    border-radius: 30px;
    margin-top: 5px;
    background: rgba(255, 255, 255, 0.1)
}

.isFixed .nav-login {
    border: solid 2px #006afe;
}

.isFixed .nav-login .nav-item {
    color: #006afe;
}

.isFixed .nav-login:hover {
    background: #006afe;
    color: #fff !important;
}

.isFixed .nav-login:hover a {
    color: #fff !important;
}

.is-transparent .navbar-default .navbar-nav>li.nav-login .nav-item {
    padding: 8px;
    font-size: 15px;
}

.is-transparent .navbar-default .navbar-nav>li>a:after {
    background: #fff
}

.navbar-default .navbar-nav>li>a:hover:after,
.navbar-default .navbar-nav>li>a:focus:after,
.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>.active>a:hover:after,
.navbar-default .navbar-nav>.active>a:focus:after {
    transform: scale(1)
}

.nav-login:hover {
    background: rgba(255, 255, 255);
    color: #333
}

.nav-login:hover a {
    color: #333
}

.is-transparent .navbar-default .navbar-nav>li.nav-login:hover>a {
    color: #333
}

.nav>li>a {
    margin: 0 15px
}

.is-transparent .navbar-default .navbar-nav>li.nav-login a:after {
    display: none
}

.navbar-nav>li>a:after {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    content: "";
    background: #fff;
    transform: scale(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.isFixed .navbar-nav>li>a:after {
    background: #006afe !important;
}

.head-cont {
    flex-grow: 1;
    padding-top: 40px;
}

.header-title {
    position: relative;
    z-index: 6
}

.header-title p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
}

.header-title h1 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 30px;
    font-family: 'Quicksand', sans-serif;
    margin-top: 0;
    font-weight: 700;
}

.btn-login-main {
    padding: 10px 25px;
    margin: 0 5px;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-top: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

.btn-login-main:hover,
.btn-login-main:focus {
    text-decoration: none;
    background: #fff;
    color: #0089ff;
}

.header:after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    background: url(../images/landing/carb.png) bottom no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.header-vector {
    position: relative;
    padding-bottom: 10px;
    margin-top: 30px;
}

.header-pc-vector {
    background: url(../images/landing/macbook.png) no-repeat top center;
    background-size: 100%;
    padding: 48px 135px 200px;
    position: relative;
    z-index: 9
}

.header-pc-vector {
    background: url(../images/landing/macbook-white.png) no-repeat top center;
    background-size: 100% 80%;
}

.header-pc-vector img {
    width: 100%;
    border-radius: 4px;
}

.mobile-vector {
    position: relative;
    width: 190px;
    height: 390px
}

.header-vector .mobile-vector {
    position: absolute;
    bottom: 130px;
    right: 0;
    z-index: 9
}

.header-vector .mobile-vector img {
    width: 100%
}

.mobile-vector:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: url(../images/landing/iphonex-flat-white.png);
    transform: translate(-51.5%, -49.3%) scale(.5)
}

.mobile-vector img {
    border-radius: 20px
}

.screens-head {
    padding: 50px 0 50px;
}

.screens-head h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 40px;
    color: #666;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
}

.screens-head h2 span {
    color: #58A705;
}

.slide-screen {
    position: relative
}

.slide-screen.iphonex::after {
    content: url(../images/landing/ip_vector-white.png);
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-49%, -51%) scale(.45);
    transform: translate(-49%, -51%) scale(.45);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.slide-screen .owl-item {
    opacity: .6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.slide-screen .owl-item.center {
    opacity: 1
}

.iphonex.owl-carousel .owl-item img {
    width: 192px;
    margin: 0 auto;
    position: relative
}

.owl-theme .owl-nav.disabled+.owl-dots {
    position: relative;
    bottom: -55px
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 10px;
    background: #d0d0d0;
    border-radius: 0;
    position: relative
}

.owl-theme .owl-dots .owl-dot span:after {
    position: absolute;
    border: 1px solid #ccc;
    top: -2px;
    left: -2px;
    content: "";
    height: 14px;
    width: 14px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0084FF
}

.owl-theme .owl-dots .owl-dot.active span:after,
.owl-theme .owl-dots .owl-dot:hover span:after {
    opacity: 1;
    border: 1px solid #0084FF
}

.owl-theme .owl-dots .owl-dot:focus {
    outline: none
}

.bot-screens {
    padding-bottom: 120px;
}

/*.section-head{padding: 109px 0 47px;}*/
.section-head {
    padding: 15px 0px;
}

.heading-light {
    color: #fff;
    padding-bottom: 10px;
}

.fearures-software-mockup {
    min-width: 1100px;
    background: url(../images/landing/macbook.png) no-repeat top center;
    background-size: 100%;
    padding: 40px 140px 90px;
    float: right;
    margin-bottom: -60px;
    position: relative;
    z-index: 1
}

.fearures-software-mockup img {
    width: 100%
}

.heading {
    font-family: 'Quicksand', sans-serif;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.single-features {
    position: relative;
    padding-left: 83px;
    margin-bottom: 45px
}

.single-features i,
.single-features .fa,
.single-features .far {
    line-height: 60px;
    width: 60px;
    border-radius: 6px;
    text-align: center;
    font-size: 25px;
    color: rgba(212, 68, 99, .9);
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block
}

.single-features h4 {
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 700
}

.single-features p {
    color: #fff;
    font-size: 16px;
    line-height: 25px
}

.button {
    font-size: 1em;
    font-weight: 700;
    line-height: 3.125;
    border: none;
    border-radius: 25px;
    padding: 0 40px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background: #e0486e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none
}

.button-border {
    line-height: 3;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.button-transparent {
    background: transparent
}

.button.button-transparent {
    background: transparent
}

.single-features .button-border {
    font-size: 8px
}

.button.button-transparent:hover {
    background: #fff;
    color: #627CD9;
    border-color: #fff;
    text-decoration: none
}

.ebook-download,
a.ebook-download:focus {
    background: #006afe;
    color: #fff;
    border-color: #006afe;
    text-decoration: none;
}

.ebook-download:hover {
    color: #fff;
    text-decoration: none;
    background: #0554c3;
}

.services .services-item {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(54, 46, 97, 0.06);
    box-shadow: 0 10px 25px rgb(0 0 0 / 18%);
    border-radius: 8px;
    padding: 20px 15px;
    margin-bottom: 30px;
    text-align: center;
}

.services .services-item .icon {
    position: relative;
    padding-left: 30px;
    padding-right: 30px
}

.services .services-item .icon i {
    background: transparent;
    color: #006afe;
    -webkit-box-shadow: 0 0 40px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.5);
    width: 65px;
    height: 60px;
    border-radius: 5px;
    font-size: 40px;
    text-align: center;
    line-height: 60px
}

.services .services-item .content {
    position: relative;
    height: 80px
}

.services .services-item .content h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px
}

.services .services-item .content p {
    line-height: 1.6;
    margin: 0;
    font-size: 12px;
}

.services .services-item .btn-more {
    position: relative;
    color: #006afe;
    border-top: 1px dashed #2196F3;
    font-weight: 500;
    padding: 15px 30px
}

.services .services-item .btn-more a {
    display: inline-block;
    color: #006afe;
}

.services .services-item .btn-more a span {
    position: relative;
    padding: 10px 10px 10px 0;
    letter-spacing: 1px;
    -webkit-transition: all .6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all .6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all .6s cubic-bezier(0.23, 1, 0.32, 1)
}

.services .services-item .btn-more a:hover span {
    padding: 10px
}


.feature-chatbot {
    padding: 80px 0px;
}

.f-chatbox .title img {
    width: 100px;
    text-transform: uppercase;
}

.f-chatbox .title h4 {
    text-transform: uppercase;
    font-size: 22px;
}

.f-chatbox .title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.f-chatbox .title:after {
    content: '';
    width: 60px;
    height: 1px;
    display: block;
    background: #DDD;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.f-chatbox {
    padding: 20px;
    border: 1px solid #DDD;
    border-top: 4px solid #0084ff;
    transition: all 0.250s ease-out;
    position: relative;
    top: 0;
}

.larg-title {
    font-size: 30px;
    text-align: center;
    margin: 40px;
    /*color: #0084ff;*/
    margin-top: 0;
    text-transform: uppercase;
}

.f-chatbox .desc {
    line-height: 22px;
    font-size: 14px;
}

.f-chatbox:hover {
    border-color: transparent;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.15);
    top: -6px;
}

.f-chatbox .desc ol li {
    font-size: 14px;
    padding-bottom: 3px;
}

.f-chatbox .desc ol {
    padding-left: 20px;
}

.feature-chatbot h2 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 40px;
}

.using-selection p {
    font-size: 16px;
    color: #fff;
}

.f-chatbox ol li {
    list-style: decimal;
}

.footer-bg {
    background-color: #333;
    color: #eee;
}

.footer-bg a {
    color: #eee;
}

.footer {
    padding: 20px 0px;
    font-family: 'Roboto', sans-serif;
}

.footer .column-footer h4 {
    font-family: 'Roboto', sans-serif;
    color: #595959;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 5px;
    margin: 0;
    min-height: 27px
}

.footer .column-footer a {
    font-family: 'Roboto', sans-serif;
    color: #eee;
    line-height: 30px;
    font-size: 14px
}

.column-footer li {
    font-family: 'Roboto', sans-serif;
    color: #999;
    line-height: 30px;
    font-size: 14px;
    list-style: none
}

.column-footer p {
    font-family: 'Roboto', sans-serif;
    color: #999;
    line-height: 20px;
    margin-bottom: 0
}

.info-contact-footer .logo-footer {
    margin-right: 15px;
}

.info-contact-footer {
    color: #eee;
    font-family: 'Roboto', sans-serif;
}

.info-contact-footer .contact {
    margin-top: 10px;
    font-size: 14px;
}

.phone-rp-ul li {
    color: #eee;
    font-size: 14px;
    list-style: none;
}

.footer-socialbox p {
    margin-top: 10px;
}

.footer-socialbox p a {
    font-size: 14px;
    color: #595959;
}

.copyright p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}

.copyright {
    background: #555;
    padding: 5px 0px;
    border-top: solid 1px #666;
}

.social li {
    font-size: 25px;
}

.social li {
    display: inline-block;
    margin-right: 10px;
}

.text-introduces p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.text-introduces {
    text-align: center;
}

.phone-rp-ul .phone-rp-li a {
    color: #eee;
}

.clear {
    clear: both;
    overflow: hidden;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}

.isFixed .navbar-toggle .icon-bar {
    background: #006afe;
}

.isFixed .navbar-default .navbar-toggle,
.isFixed .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #fff !important;
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background: #006afe !important;
}

.heading span {
    color: #58A705;
}

.category-list {
    margin-bottom: 30px;
    padding: 5px 0px;
}

.category-list a {
    text-decoration: none;
}

.box-icon {
    height: 45px;
    width: 45px;
    margin: 0 auto
}

.category-list b {
    font-size: 13px;
    margin-top: 10px;
    display: block;
}

.box-icon-small img {
    width: 100%;
}
.videoWrapper {
    margin-bottom: 20px;
}
.videoWrapper img {
    width: 100%;
    max-height: 315px;
    border-radius: 6px;
}
.title-guide {
    margin-bottom: 20px;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.video-guide {
}

.consolPopup img {
    max-width: 550px;
}

.consolPopup.fancybox-content {
    background: transparent;
    padding: 0px;
}

.bot-list .box-icon {
    margin-bottom: 10px;
}

.bot-list:hover .clone-block small {
    border: solid 1px #006afe;
    color: #fff;
    background: #006afe;
}

.clone-block {
    margin-top: 8px;
    margin-bottom: 20px;
}
a:hover {
    color: #006afe;
    text-decoration: none;
}
.clone-block small {
    display: inline-block;
    padding: 0px 5px;
    border: solid 1px #eee;
    border-radius: 10px;
    cursor: pointer;
    padding-bottom: 2px;
    background: #dceeff;
}


::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0.1);
    width: 6px;
    border-radius: 3px;
    transition: opacity 1000ms;
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transform: translateY(0px);
    transition: opacity 1000ms
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    transform: translateY(0px);
    transition: opacity 1000ms
}

.color-grey {
    color: #666 !important;
}

.header-pc-vector .icon-video {
    color: #f8f9fa;
    width: 120px;
    height: 120px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    background: rgba(0, 0, 0, .1);
    animation: btnvideo .5s infinite alternate;
    -webkit-animation: btnvideo .5s infinite alternate;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    display: block;
}

.header-pc-vector .icon-video {
    font-size: 75px;
    z-index: 1;
    position: absolute;
    top: 25%;
    right: 50%;
    margin-right: -60px;
    text-align: center;
}

@media screen and (min-width:768px) {

    #myModal_video .modal-dialog {
        max-width: 500px;
    }

}

@media screen and (min-width:1200px) {
    .bot-list {
        padding: 20px 10px;
        width: 20%;
    }
    #myModal_video{
        padding-left: 10px !important;
        padding-top: 165px !important;
    }
}

@media only screen and (max-width: 991px) {

    .features .pull-right {
        float: none !important
    }

    .single-features {
        text-align: center;
        padding-left: 0
    }

    .single-features i {
        position: relative !important;
        margin-bottom: 20px
    }

    .f-chatbox {
        margin-bottom: 20px
    }

    .navbar-collapse {
        background: #fff;
        padding-left: 0;
        padding-right: 0
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background: #fff
    }

    .navbar-default .in .navbar-nav>li>a:hover,
    .navbar-default .in .navbar-nav>li>a:focus,
    .isFixed .navbar-default .navbar-nav>li>a:hover,
    .isFixed .navbar-default .navbar-nav>li>a:focus,
    .isFixed .navbar-default .navbar-nav>.active>a,
    .isFixed .navbar-default .navbar-nav>.active>a:hover,
    .isFixed .navbar-default .navbar-nav>.active>a:focus {
        background: #006afe;
        color: #fff
    }

    .is-transparent .navbar-default .navbar-nav>li>a {
        color: #333
    }

    .navbar-nav {
        margin: 0;
        padding: 10px 0px;
        height: auto;
    }

    .nav-login {
        border: 1px solid #006afe;
        overflow: hidden;
    }

    .nav-login:hover a {
        border-radius: 30px;
    }
    .is-transparent .navbar-default .navbar-nav>li>a:after {
        display: none;
    }
}
@media only screen and (max-width: 820px) {
    .navbar-toggle {
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .videoWrapper img {
        height: 100% !important;
    }
    .header-vector .mobile-vector {
        bottom: -25px;
    }

    .header-pc-vector {
        background-size: 110% 100%;
    }

    .notification-button {
        margin: 2px;
    }

    .notification-global.red-style a {
        padding: 5px !important;
    }

    .header-pc-vector .icon-video {
        width: 100px;
        height: 100px;
    }

    .header-pc-vector .icon-video {
        font-size: 55px;
        top: 40%;
        right: 50%;
    }

    .heading-light {
        padding-bottom: 20px;
    }

    .services .col-md-3.col-sm-3.col-xs-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .function-selection {
        padding: 0 !important;
    }

    .services .services-item .content h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .services .services-item {
        padding: 10px;
    }

    .heading {
        font-size: 30px;
    }

    .header-vector {
        max-width: 450px;
        margin: 0 auto
    }

    .header-pc-vector {
        padding: 16px 55px 32px;
        max-width: 440px;
        min-width: 440px;
        margin: 0 auto
    }

    .fearures-software-mockup {
        max-width: 420px;
        min-width: 420px;
        padding: 20px 60px 70px;
        float: none;
        margin: 0 auto -60px
    }

    .mobile-vector {
        width: 100px;
        height: 204px
    }

    .mobile-vector:after {
        transform: translate(-50.8%, -49.3%) scale(.265)
    }

    .header-title p {
        font-size: 16px;
    }

    .header-title h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .btn-login-main {
        font-size: 14px;
    }

    .center-991 {
        text-align: center;
        margin-bottom: 20px;
    }

    .logo-footer.pull-left {
        float: none;
        width: 100%;
        text-align: center;
    }

    .services .services-item .content {
        height: 130px;
    }

    #myModal_video .modal-dialog {
        max-width: 450px;
    }
}

@media only screen and (max-width: 479px) {
    ::-webkit-scrollbar {
        width: 0px;
         -webkit-appearance: none;
        background: transparent; /* make scrollbar transparent */
    }
    .header-pc-vector .icon-video {
        width: 80px;
        height: 80px;
    }

    .header-pc-vector .icon-video {
        font-size: 45px;
        top: 36%;
        right: 55%;
    }

    #myModal_video .modal-dialog {
        max-width: 400px;
    }

    .fearures-software-mockup {
        min-width: 300px;
        max-width: 300px;
        padding: 14px 40px 25px;
        float: none;
        margin: 0 auto -30px;
    }

    .header-vector {
        max-width: 280px;
        margin: 20px auto;
    }

    .header-pc-vector {
        padding: 14px 40px 25px;
        max-width: 300px;
        min-width: 300px;
        margin: 0 auto;
    }

    .mobile-vector {
        width: 70px;
        height: 142px;
    }

    .mobile-vector:after {
        transform: translate(-50.6%, -49.6%) scale(.185);
    }

    .header-title p {
        line-height: 25px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .title-head {
        width: 100%;
        padding: 0px 20px;
    }

    .notification-2 {
        margin-left: 20px
    }

    .notification-3 {
        float: right;
    }

}

.home-login img {
    height: 30px;
    width: 30px !important;
    border-radius: 50%;
    margin-right: 5px;
}

.bot-example {
    padding-bottom: 50px;
}

.function-selection {
    padding: 30px;
}

#menu_mobi.navbar-toggler i {
    color: #006afe;
}

#agency_name {
    border-radius: 4px 0 0 4px !important
}

#agency_mobile {
    border-radius: 0px 4px 4px 0px !important
}

.header-title .heading {
    color: #333 !important
}

#using .header-title .heading {
    color: #fff !important
}
.home-view-more .btn{
    border-radius: 20px;
    font-size: 18px;
}
.home-view-more{
    margin-top: 20px;
}
#home_video_show iframe{
    position: absolute;
    z-index: 10;
}
#home_video_show{
    display:none;
    position: relative;
    top: -370px;
    left: 0;
}
div#video_close {
    position: absolute;
    float: right;
    right: -25px;
    font-size: 35px;
    top: -35px;
    cursor: pointer;
}
.promotion-class .navigation{
    padding: 15px 0 20px 0;
}
.logo-name {
    font-size: 20px;
    margin-top: 10px;
}
@media screen and (max-width:768px) {
    .is-transparent .navbar-default .navbar-nav>li.nav-login .nav-item {
        padding: 10px 15px;
        font-size: 15px;
    }

}