@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;
}
.fz-14 {
  font-size: 14px !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;
}
.pdb-20 {
  padding-bottom: 20px;
}
.pdb-30 {
  padding-bottom: 30px;
}
.hit_icon.text-custom{
height:100px;
}
/* 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;
}

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: #13ce66;
}

/* 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 {
  display: flex;
  align-items: center;
  position: relative;
}

.-o-linear-gradient {
   background-image: linear-gradient(293deg, #05aeec 0%, #39c1e3 100%);
}
div#head{
    background-image: url(../images/landing/bg_homeheader.jpg);
      background-repeat: no-repeat;
      background-attachment: fixed;
    background-size: cover;
}
div#using{
    background-image: url(../images/landing/bg-freedback.jpg);
      background-repeat: no-repeat;
    background-size: cover;
    padding:56px;
}
/*.-o-linear-gradient-grey {*/
  /* background: #eeeeee;  fallback for old browsers */
  /*background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
  /*background: linear-gradient(to right, #eeeeee, #eeeeee);  */
/*}*/

.bg-white .f-chatbox {
  background: #fff;
}

.particles-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2
}

.navigation {
  padding: 29px 0;
  position: fixed;
  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: 50px
}

.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 {
  padding: 3px 0;
  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 > 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 1px #0084ff;
}

.isFixed .nav-login:hover {
  border: solid 1px #0084ff;
  background: #0089ff;
  color: #fff;
}

.isFixed .nav-login:hover a {
  color: #fff !important;
}

.is-transparent .navbar-default .navbar-nav > li.nav-login .nav-item {
  padding: 10px 15px;
  margin: 0 5px;
  font-weight: 700;
  font-size: 13px
}

.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 {
  padding: 15px 0;
  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: 0;
  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: #05aeec !important;
}

.head-cont {
  flex-grow: 1;
  padding-top: 120px;
}

.header-title {
  position: relative;
  z-index: 6
}

.header-title p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.header-title h1 {
  color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    font-family: 'Quicksand', sans-serif;
    margin-top: 0;
    font-weight: 700;
    line-height: 54px;
}

.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 {
  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 90px;
  position: relative;
  z-index: 9
}

.header-pc-vector {
  background: url(../images/landing/macbook-white.png) no-repeat top center;
  background-size: 100%;
}

.header-pc-vector img {
  width: 100%;
  border-radius: 4px;
}

.mobile-vector {
  position: relative;
  width: 190px;
  height: 390px
}

.header-vector .mobile-vector {
  position: absolute;
  bottom: 15px;
  right: 0;
  z-index: 99
}

.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;
  background: #d0d0d0;
  border-radius: 0;
  position: relative
}

.owl-theme .owl-dots .owl-dot span:after {
  position: absolute;
  border: 1px solid #0084FF;
  top: -2px;
  left: -2px;
  content: "";
  height: 14px;
  width: 14px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0
}

.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
}

.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: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  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: 10px;
  padding: 7px 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;
}
.notification-global{
      text-align: center;
    padding: 12px 0px 5px 0px;
    background-color: #bd0d00;
    color: #fff;
}
.notification-global a{
      background-color: #FF9800;
    padding: 8px;
}
.services {
 margin-top: 30px;
}
.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 rgba(54, 46, 97, 0.06);
  padding: 20px 30px;
  margin-bottom: 40px;
  text-align: center;
      width: 310px;
    height: 190px;
    border-radius: 10px;
}

.services .services-item .icon img {
  position: relative;
  padding-bottom: 20px;
}
.services .services-item p {
  font-size: 14px;
}

.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: #2196F3;
  border-top: 1px dashed #2196F3;
  font-weight: 500;
  padding: 15px 30px
}

.services .services-item .btn-more a {
  display: inline-block;
  color: #2196F3;
}

.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-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.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
}

.footer .box-social ul li a {
  width: 30px !important;
  height: 30px !important;
  background-color: #ababab;
  color: #484848;
  font-size: 18px;
  border: none;
  display: inline-block;
  text-align: center;
  border-radius: 50%
}

.box-social ul li {
  float: left;
  margin-right: 10px
}

.social {
  margin-bottom: 10px;
}

.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: #484848;
  padding: 5px 0px;
  border-top: solid 1px #eee;
}

.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-default .navbar-toggle, .isFixed .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #F37C5B !important;
  border-color: #F37C5B;
}

.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 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
div#guide{
    background-image: url(../images/landing/network_background.png);
}

.title-guide {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color:#fff;
}
.hit_content p{
   color:#fff;
}
.consolPopup img {
  max-width: 550px;
}

.consolPopup.fancybox-content {
  background: transparent;
  padding: 0px;
}

.bot-list .box-icon {
  margin-bottom: 10px;
}

.clone-block {
  margin-top: 8px;
  margin-bottom: 20px;
}

.clone-block small {
  display: inline-block;
  padding: 0px 5px;
  border: solid 1px #036CFE;
  color: #036CFE;
  border-radius: 10px;
  cursor: pointer;
  padding-bottom: 2px;
}

::-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: #555555 !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: 999;
  position: absolute;
  top: 40%;
  right: 50%;
  margin-right: -60px;
  text-align: center;
}
.box_sorftware{
  background: #f7f7f7;
}
.box_comment{
  background: #dcdcdc;
}
#navigation-bar .isFixed{
    background: #05aeec;
    margin-top:0px;
  }
  .use_pc{
    width: 890px;margin:0 auto
  }
   .img_feault{
           background: #fff;
    padding: 5px;
    float: left;
    width: 100%;
    }
    .nav-tabs.tabs-left {
        border-bottom: 0px;
    }
    .nav-tabs.tabs-left>li {
    width: 100%;
    border:1px solid #e6e6e6;
    padding:5px;
    margin-bottom:10px;
    border-radius: 6px;
}
.nav-tabs.tabs-left>li.active {
    border:1px solid #9febf1;
    background:#f4fafd;
}
.nav-tabs.tabs-left>li a{
    border:unset;
    background: unset;
}
.nav-tabs.tabs-left>li.active a{
    border:0px solid #f4fafd;
    background:#f4fafd;
}
.nav-tabs.tabs-left>li:hover{
    background:#f4fafd;
}
.nav-tabs.tabs-left>li a:hover{
    border:0px solid #f4fafd;
    background:#f4fafd;
    color:#666;
}
.hit_box .wt-100{
    max-width: 100%;
}
.view_box_sorftware{
    background: #e6e6e6;
    padding-top: 12px;
    padding-bottom: 12px;
}
#livechat img, #order img, #custoner img, #settings img, #messages img, .text-center.position-relative.hit_box img{
  max-width: 100%;
}
@media screen and (max-width:768px) {
  .nav-tabs.tabs-left>li a{
      padding: 5px 0;
  }
}
@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%;
  }

}

@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;
    max-height: 380px;
    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: #F37C5B;
    color: #fff
  }

  .navbar-default .navbar-nav > li {
    text-align: center
  }

  .is-transparent .navbar-default .navbar-nav > li > a {
    color: #333
  }

  .navbar-nav {
    margin: 0;
    padding: 10px 0px;
  }

  .nav-login {
    border: 1px solid #0084ff;
    overflow: hidden;
  }

  .nav-login:hover a {
    border-radius: 30px;
  }

  .nav-login a {
    margin: 0 !important;
  }

  .is-transparent .navbar-default .navbar-nav > li > a:after {
    display: none;
  }

}

@media screen and (max-width:768px) {
  .header-title, .header-vector.wow.fadeInUp {
    text-align: center;
  }
  div#navigation-bar .navigation{
    padding:6px 0px;
  }
  .function-selection{
    padding:30px 0px;
  }
  .services .services-item{
    width: 100%;
    height: 205px;
  }
  .use_pc, .box_comment .hit_box img, .box_sorftware .hit_box img{
    max-width: 100%;
  }
  div#using{
    padding:0px!important;
  }
}
@media only screen and (max-width:767px) {
  .header-vector img{
    max-width: 100%;
  }
  .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-vector img{
    max-width: 100%;
  }
  .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;
  }
  .header-title{
    margin-bottom:20px;
  }

}

@media only screen and (max-width:479px) {
  .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: 280px;
    min-width: 280px;
    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;
  }
}

.home-login img {
  height: 30px;
  width: 30px !important;
  border-radius: 50%;
  margin-right: 5px;
}

.bot-example {
  padding-bottom: 50px;
  background-color: #f5f6f7;
}

.function-selection {
  padding: 30px;
}