html{
    margin:0;
    padding:0;
    overflow-x:hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    background: #FFF
}
body{
    margin:0;
    padding: 0;
    overflow-x:hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    background: #FFF;
    color: #4c4c4e;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', sans-serif;
}
.omid-product h3 {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 13px 0;
    background: #0083ca;
    padding: 10px;
    color: #fff;
    font-size: 120%;
}
img{
    max-width: 100%;
    height: auto !important;
}
.clearfix:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
}
.row{margin-left: -10px;margin-right: -10px}
.owl-theme .owl-controls {
    margin-top: 0;
}

.header {
    background: #FFF;
   /* box-shadow: 0 0 2px 0 rgba(0,0,0,.25); */
    position: relative;
    z-index: 99999;
    border-bottom: 3px solid #0081cc;
}
.header .nav-top {
    padding: 6px 0;
    background: #189bd8;
    color: #fff;
}
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: #FFF;
}
.header .nav-top .inav {
    display: inline-block;
    color: #555;
    text-transform: uppercase;
    font-size: 90%;
    position: relative
}
.header .nav-top .inav a{
    color: #fff;
    text-transform: uppercase;
}

.header .nav-top .inav+.inav {
    margin-left: 20px;
}
.header .nav-top .inav .dropdown-menu {
    left: inherit;
    right: 0;
    border-radius: 0;
    margin-top: 7px;
    padding: 0;
    border: 2px solid #f1f1f1;
    font-size: 100%;
    background: #FFF;
}

.header .nav-top .inav .dropdown-menu .dropdown-item {
    padding: 5px 10px;
}
.header .nav-top .inav .dropdown-menu .dropdown-item:hover{
    background: #10b9f1;
}
.header .nav-top .inav .dropdown-menu a {
    display: block;
    color: #333;
}

.header .nav-top .inav .dropdown-menu .dropdown-item+.dropdown-item {
    border-top: 1px solid #f1f1f1;
}

.header .nav-top .inav .dropdown-menu:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f1f1f1;
    position: absolute;
    top: -7px;
    right: 10px;
    z-index: 1
}
.header .nav-top .inav .dropdown-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #FFF;
    position: absolute;
    top: -5px;
    right: 10px;
    z-index: 2
}

.header .nav-item {
    display: inline-block;
    position: relative;
}

.header .nav-item .nav-link {
    padding: 18px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    font-size: 100%;
    border-top: 1px solid transparent;
}
.header .nav-item .nav-link > .mbtn-nav-hide{
    display: none
}
.header .nav-item.active > .nav-link{
    background: #f3f3f3;
    border-top: 3px solid #0081cc;
}
.header .nav-item:hover > .nav-link{
    background: #f3f3f3;
}
.header .nav-item .nav-link .fa.fa-home {
    font-size: 130%;
}
.header .nav-item+.nav-item {
    margin-left: 0;
}
.header .nav-item.btn-try-free,
.header .nav-item.btn-schule{
    margin-left: 10px;
    float: right
}
.header .nav-item.btn-try-free:hover,
.header .nav-item.btn-schule:hover{
    background: transparent
}
.header .nav-item.btn-try-free .nav-link {
    background: #ffaa00;
    border-radius: 3px;
}
.header .nav-item.btn-schule .nav-link{
    background: #0083ca;
    border-radius: 3px;
}

.header .nav-item.btn-try-free .nav-link {
    color: #FFF;
    padding: 10px 20px;
    font-size: 80%
}
.header .nav-item.btn-schule .nav-link {
    color: #FFF;
    padding: 10px 20px;
    font-size: 100%
}

.btn-style {
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #333;
    background: #FFF;
    font-size: 100%;
    white-space: normal
}
.btn-style:hover {
    background: #f1eeee;
}
.btn-style.btn-yellow {
    background: #ffaa00;
    color: #FFF;
}
.contactnow{
    border-radius: 5px;
    border: 1px solid #ff0000;
    padding: 10px;
    margin: 11px;
    background: #ff0000;
    color: #fff;
    font-weight: bold;
}
.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    margin-bottom: 20px;
    position: relative;
    display: flex;
}
.align-items-center h3{
    line-height: 1.5em;
}
.btn-style.btn-yellow:hover,
.header .nav-item.btn-try-free:hover .nav-link{
    background: #fbbb3b;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.25);
}

.btn-style.btn-blue {
    background: #0083ca;
    color: #FFF;
}
.btn-style.btn-blue:hover,
.header .nav-item.btn-schule:hover .nav-link{
    background: #089bea;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.25);
}

.islider .title-slider {
    color: #FFF;
    font-size: 220%;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.islider .description-slider {
    color: #FFF;
    margin-bottom: 40px;
    font-size: 120%;
    line-height: 24px;
    text-align: center;
}

.slider {
    background-color: #0081cc;
    padding: 0 36px 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
.islider .owl-carousel .owl-item img {
    height: 450px!important;
}
.slider.has-img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0, .6);
    z-index: 1
}

.slider [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}
.slider .row{margin-left: -20px;margin-right: -20px}

.slider.bg-gray {
    background: #f2f2f2
}

.slider.bg-gray .islider .title-slider,
.slider.bg-gray .islider .description-slider{
    color: #333
}

.slider:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 150px;
    z-index: 9;
}
.slider.no-cloude:after{
    display: none
}
.inner-slider{
    position: relative;
    z-index: 5
}

.section-why {
    background: #FFF;
    padding: 40px 0;
}

#header_slider .slogan {
    position: absolute;
    top: 26%;
    text-align: center;
    left: 15%;
    z-index: 2;
    width: 70%;
    color: #fff;
}
.content-articles {
    line-height: 1.8em;
    overflow: hidden;
}
div#facebook_chatbot {
    position: fixed;
    /* border: 1px solid #ccc; */
    bottom: 140px;
    right: 18px;
    /* background: #f0f0f0; */
    height: 59px;
}
div#facebook_chatbot .fb-send-to-messenger span{vertical-align: bottom; width: 175px!important;
    height: 70px!important; overflow: hidden;}
  @media (max-width: 1200px) {
  #header_slider .slogan {
      top: 24%;
    }
  }
  @media (max-width: 800px) {
     #header_slider .slogan {
      top: 8%;
    }
  }
  @media (max-width: 767px) {
     #header_slider .slogan {
      width: 90%;
      left: 5%;
      top: 20%;
    }
  }
   #header_slider .slogan .slogan-image {
    width: auto;
    height: 120px;
    margin: auto;
  }
  @media (max-width: 1300px) {
     #header_slider .slogan .slogan-image {
      height: 95px;
    }
  }
  @media (max-width: 1050px) {
     #header_slider .slogan .slogan-image {
      height: 75px;
    }
  }
   #header_slider .slogan .title_vn a{
    font-size: 200%;
    color: #fff;
  }
  @media (max-width: 440px) {
     #header_slider .slogan .title_vn a{
      font-size: 200%;
    }
  
  }
  @media (max-width: 360px) {
     #header_slider .slogan .title_vn a{
      font-size: 180%;
    }
  }
   #header_slider .slogan hr {
    border-color: #fff;
    margin-top: 0rem;
  }
   #header_slider .slogan .description {
    width: 75%; margin: 0 auto 20px; /* font-family: "Expanded-Regular"; */ color: #fff; font-size: 120%; text-align: center;
  }
  @media (max-width: 992px) {
     #header_slider .slogan .description {
      width: 90%;
    }
  }
  @media (max-width: 850px) {
     #header_slider .slogan .description {
      margin: 5px auto;
    }
  }
  @media (max-width: 767px) {
     #header_slider .slogan .description {
      color: #fff;
      font-size: 1.8rem;
    }
  }
  @media (max-width: 440px) {
     #header_slider .slogan .description {
      width: 100%;
    }
  }
  @media (max-width: 380px) {
     #header_slider .slogan .description {
      font-size: 120%;
    }
  }
   #header_slider .slogan .description span {
  }
   #header_slider .slogan .btn-docthem {
    width: fit-content;
    margin: auto;
  }
  @media (max-width: 767px) {
     #header_slider .slogan .btn-docthem {
      margin: 15px auto;
    }
  }
   #header_slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 47%;
    margin-top: 0;
  }
  @media (max-width: 767px) {
     #header_slider .owl-dots {
      left: 43%;
    }
  }
  @media (max-width: 440px) {
     #header_slider .owl-dots {
      left: 41%;
    }
    .align-items-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
        margin-bottom: 20px;
        position: relative;
        display: inline-grid;;
    }
  }
  @media (max-width: 360px) {
     #header_slider .owl-dots .owl-dot span {
      width: 6px;
      height: 7px;
    }
  }
   #header_slider .owl-dots .owl-dot.active span {
    background: blue;
  }
  

  .section-why .title-why {
    text-align: center;
    margin-bottom: 40px;
    font-size: 200%;
    text-transform: uppercase;
}

.list-why .item-why {
    margin-bottom: 20px;
    text-align: center;
}

.list-why .item-why .img-why {
    text-align: center;
    margin-bottom: 20px
}

.list-why .item-why .img-why img {
    display: inline-block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.list-why .item-why:hover .img-why img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.list-why .item-why .img-why .ir-img-why {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}

.list-why .item-why:hover .img-why .ir-img-why {
    border: 1px solid #00ade7;
}

.list-why .item-why .name-why {
    font-size: 120%;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    color: #00ade7;
    font-weight: 600;
    line-height: 30px
}
.bdy-slipper td p {
    padding: 5px;
}
.list-why .item-why .name-why a {
    color: #00ade7;
}
.list-why .item-why:hover .name-why,
.list-why .item-why:hover .name-why a{
    color: #ffaa00
}

.list-why .item-why  .description-why {
    font-size: 100%;
    text-align: center;
    line-height: 30px;
}

.section-category-products {
    background: #f2f2f2;
    padding: 70px 0;
}

.section-category-products .title-category-products {
    text-align: center;
    margin-bottom: 80px;
    font-size: 250%;
    font-weight: 700;
}

.section-category-products .item-category-products, .section-why .item-category-products {
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 3px;
}
.section-category-products .item-category-products:hover{
    border: 1px solid #0081cc;
}

.section-category-products .item-category-products .img-category-products {
    text-align: center;
    margin-bottom: 20px;
}

.section-category-products .item-category-products .ir-img-category-products {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

.section-category-products .item-category-products .name-category-products {
    font-size: 120%;
    text-transform: uppercase;
    color: #555;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    height: 45px;
    line-height: 24px;
    overflow: hidden;
}

.section-category-products .item-category-products .name-category-products a {
    color: #555;
}

.section-category-products .item-category-products .img-category-products img {
    display: inline-block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.section-category-products .item-category-products:hover .img-category-products img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.section-category-products .item-category-products:hover .ir-img-category-products{
    border: 1px solid #00ade7
}
.section-category-products .item-category-products:hover .name-category-products a,
.section-category-products .item-category-products:hover .name-category-products{
    color:  #ffaa00
}

.list-category-products {
    margin-bottom: 40px;
    margin-left: -10%;
    margin-right: -10%;
}

.section-clients {
    padding: 60px 0;
}

.section-clients .title-clients {
    text-align: center;
    margin-bottom: 60px;
    font-size: 200%;
    text-transform: uppercase;
}

.section-comments{
    background: url(../images/bg-commnets.png) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
}

.section-comments .title-comments {
    color: #FFF;
    text-align: center;
    margin-bottom: 40px;
    font-size: 200%;
    text-transform: uppercase;
}

.section-comments .item-comments {
    padding: 20px;
    background: rgba(0,0,0,.4);
    margin-bottom: 20px
}

.section-comments .item-comments .description-comments {
    color: #FFF;
    font-size: 100%;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.section-comments .item-comments .rating-comments {
    margin-bottom: 10px;
    color: #FFF;
}

.section-comments .item-comments .avata-autho {
    font-size: 100%;
}

.section-comments .item-comments .avata-autho img {
    border-radius: 50%;
}


.section-comments .item-comments .name-autho {
    font-size: 100%;
    color: #FFF;
    margin: 10px 0 4px 0;
}

.section-comments .item-comments .level-autho {
    color: #FFF;
    margin-bottom: 2px;
}

.section-comments .item-comments .source-autho {
    color: #FFF;
}

.section-news .title-news {
    text-align: center;
    margin-bottom: 60px;
    font-size: 250%;
    font-weight: 700;
}

.section-news {
    padding: 80px 0;
}

.item-news {
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.1);
}

.item-news .img-news {
    text-align: center;
    overflow: hidden;
    float: left;
    width: 30%;
}
.item-news .img-news img {
    display: inline-block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.item-news .img-news:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.section-sm-sign {
    background: #555555;
    padding: 40px 0;
}

.section-sm-sign .note-sm-sign {
    color: #FFF;
    display: inline-block;
    font-size: 190%;
    padding: 0 20px;
    margin: 8px 0;
    font-weight: 700;
}

.inner-sm-sign {
    position: relative;
    text-align: center;
}

.item-news .name-news {
    font-size: 120%;
    color: #00ade7;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    height: 45px;
    overflow: hidden;
}

.item-news .name-news a {
    color: #00ade7;
}
.item-news .name-news:hover,
.item-news .name-news:hover a{
    color: #ffaa00;
}

.item-news .description-news {
    color: #555555;
    line-height: 24px;
    overflow: hidden;
}
.marginbottom20{margin-bottom: 20px;}
.item-news .info-news {
    padding: 0 10px;
    float: left;
    width: 70%;
}
.title-sm-news {
    font-size: 150%;
    color: #00ade7;
    margin-bottom: 40px;
}

.section-sm-news {
    padding: 60px 0
}

.item-sm-news {
    margin-bottom: 20px;
}

.footer .top-footer {
    background: #081e29;
    padding: 50px 0;
}

.footer .bottom-footer {
    background: #FFF;
    padding: 20px 0;
    font-size: 110%;
}

.list-social .item-social {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    background: #ccc;
    border-radius: 50%;
    color: #333;
}

.list-social .item-social + .item-social {
    margin-left: 10px;
}

.flogo {
    margin-bottom: 20px;
}

.list-social .item-social.facebook {
    background: #3362a1;
    color: #FFF;
}

.list-social .item-social.youtube {
    background: #ee131e;
    color: #FFF;
}

.list-social .item-social.google {
    background: #ff4036;
    color: #FFF;
}

.list-social .item-social.twitter {
    color: #FFF;
    background: #00acec;
}

.link-footer .item-link-footer {
    display: block;
    color: #FFF;
    font-size: 110%;
    text-transform: capitalize;
}

.link-footer .item-link-footer+.item-link-footer {
    margin-top: 15px;
}

.info-footer {
    color: #FFF;
    line-height: 30px;
}

.note-newleter {
    color: #FFF;
    margin-bottom: 20px;
}

.form-newleter {}

.form-newleter .form-group {
    margin-bottom: 20px;
}

.mlogo {
    display: block;
    padding: 0;
}

.mlogo img {
    display: inline-block;
}

.list-clients {
    position: relative;
    padding: 0 60px;
}

.list-clients .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 19px;
    height: 34px;
    margin-top: -17px;
    text-align: left;
    color: #0183ca;
}

.list-clients .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    width: 19px;
    height: 34px;
    margin-top: -17px;
    text-align: right;
    color: #0183ca;
}

.section-sign-pakage {
    padding: 50px 0;
    background: #FFF;
}

.title-sign-pakage {
    text-align: center;
    margin-bottom: 60px;
    font-size: 250%;
    font-weight: 700;
}

.img-sign-pakage {
    margin-bottom: 40px;
}

.description-sign-pakage {
    font-size: 130%;
    margin-bottom: 50px;
}

.hotline-sign-pakage {
    font-weight: 700;
    font-size: 150%;
    margin-bottom: 50px;
}

.form-sign-pakage .node-form-sign-pakage {
    color: #FFF;
    font-size: 120%;
}

.form-sign-pakage .form-group {
    margin-bottom: 10px;
    color: #FFF;
}

.form-sign-pakage .form-group-midd {
    margin-bottom: 15px;
}

.form-sign-pakage .form-control {
    background: #FFF;
    border: none;
    color: #032e61;
    border-radius: 3px;
    font-size: 100%
}

.form-sign-pakage .form-control {
    height: 40px;
}
.form-sign-pakage textarea.form-control {
    height: 100px;
}

.section-slipper {
    background: #0083ca;
    overflow: hidden;
}

.msection-slipper {
    position: relative;
    min-height: 500px;
}

.nav-slipper {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 70px 50px 70px 10px;
}

.bdy-slipper {
    position: relative;
    background: #FFF;
    margin-left: 300px;
    min-height: 900px;
    z-index: 10;
}

.msection-slipper:before {
    content: "";
    display: block;
    position: absolute;
    left: 300px;
    top: 0;
    bottom: 0;
    width: 100000%;
    background: #FFF;
    z-index: 1;
}

.nav-slipper .title-slipper {
    color: #FFF;
    font-size: 150%;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 0;
    text-align: center
}
.nav-slipper .sub-title-slipper {
    color: #FFF;
    font-size: 120%;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 24px;
    text-align: center
}

.nav-tab-slipper {
    margin-bottom: 50px;
}

.nav-tab-slipper .nav-item {}

.nav-tab-slipper .nav-link.active, .nav-tab-slipper .nav-link:hover {
    border-left: 10px solid #ffaa00;
    padding-left: 10px;
}

.nav-tab-slipper .nav-link {
    display: block;
    color: #FFF;
    padding: 20px 0;
    font-size: 120%;
    border-bottom: 1px solid #7fc1e4;
}

.btn-style.btn-border {
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
}

.btn-style.btn-sm {
    font-size: 90%;
    padding: 5px 20px;
}

.btn-style.btn-border:hover {
    background: #FFF;
    color: #0083ca;
}

.group-btn-slipper {
    margin-bottom: 40px
}

.group-btn-slipper .btn + .btn {
    margin-top: 20px;
}

.description-slipper {
    color: #FFF;
    font-size: 120%;
}

.box-packges {
    padding: 70px 25px;
}

.box-packges [class*="col-"] {
    padding-left: 0;
    padding-right: 0
}
.box-packges .row{margin-left: 0;margin-right: 0}

.mbox-packges {
    border-bottom: 1px solid #e9e9e9;
    padding-top: 5px;
    overflow: hidden;
    position: relative
}
.mbox-packges:before {
    content: "";
    display: block;
    top: 5px;
    right: 0;
    width: 1px;
    position: absolute;
    background: #e9e9e9;
    height: 10000000000%;
}

.ibox-packges {
    border-top: 6px solid #e9e9e9;
    position: relative;
    font-size: 80%
}

.ibox-packges .i_box-packges {
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}

.ibox-packges .name-packges {
    display: block;
    line-height: 60px;
    font-size: 120%;
    text-transform: uppercase;
    font-weight: 700;
    color: #555555;
    padding: 20px 0 0
}

.tb-price-packges {
    display: table;
    width: 100%;
    height: 160px;
    vertical-align: middle;
    font-size: 110%;
    line-height: 30px;
}

.tbc-price-packges {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.tbct-price-packges {
    text-align: center;
}

.ibox-packges .i_box-packges .lb-blue {
    color: #0083ca;
}

.tbct-price-packges .price-packges {
    font-size: 120%;
    text-transform: uppercase;
    font-weight: 700;
    height: 75px;
    line-height: 70px;
}

.tbct-price-packges .price-packges span {
    font-size: 180%;
}

.ibox-packges .ls-button {
    padding: 0 20px;
    margin-bottom: 15px;
}

.ibox-packges .ls-button.hide-buy {
    visibility: hidden;
}

.list-feature-packges {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f_box-packges {
    padding: 20px;
}

.list-feature-packges li {
    padding: 10px 0;
    color: #555555;
}

.ibox-packges:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 1px;
    position: absolute;
    background: #e9e9e9;
    height: 10000000000%;
}

.tbct-price-packges .price-packges sup {
    font-size: 60%;
}
.ibox-packges .i_box-packges .t-bold {
    font-weight: 700;
}
.tip-packges {
    display: none;
}

.ibox-packges.active .tip-packges {
    display: block;
    position: absolute;
    left: 1px;
    top: -10px;
    right: 0;
    background: #FFF;
    border-top: 10px solid #0083ca;
}

.ibox-packges.active .tip-packges .lb-tip-packges {
    display: block;
    padding: 5px 10px;
    text-align: center;
    color: #ff0000;
}
.ibox-packges.active .tip-packges:before{
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/hot.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -1px;
    right: 0;
}
.list-feature-packges li:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 11px;
    background: url(../images/icheck.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px
}
.icon.i-check-blue{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 11px;
    background: url(../images/icheck.png) no-repeat center center;
    background-size: contain;
}
.box-packges .link-compare {
    padding: 20px 0;
    text-align: center;
}

.box-packges .btn-dir-compare {
    display: inline-block;
    font-size: 180%;
    color: #0083ca;
    text-transform: uppercase;
    border-bottom: 1px solid #66a7d8;
    font-weight: 600;
}
.box-packges .btn-dir-compare:hover{
    text-decoration: none;
    color: #ffaa00
}

.service-plug {
    background: #f2f2f2;
    padding: 40px 30px;
}

.title-service-plug {
    text-align: center;
    margin-bottom: 40px;
    font-size: 250%;
    font-weight: 700;
    color: #555555;
}

.utb-service-plug {
    background: #FFF;
}

.utb-service-plug table.tb-service-plug {
    width: 100%;
    border: 1px solid #ededed;
}

.utb-service-plug thead {}

.utb-service-plug th, .utb-service-plug td {
    width: 50%;
    padding: 10px 20px;
    font-size: 110%;
}

.utb-service-plug thead th {
    background: #e9e9e9;
}

.utb-service-plug tr+tr th, .utb-service-plug tr+tr td {
    border-top: 1px solid #ededed;
}

.utb-service-plug th+th, .utb-service-plug td+td, .utb-service-plug th+td, .utb-service-plug td+th {
    border-left: 1px solid #ededed;
}

.faqs-always {
    background: #FFF;
    padding: 0;
}

.ifaqs-always {
    background: #f2f2f2;
    padding: 40px 20px;
}

.title-faqs-always {
    text-align: center;
    margin-bottom: 40px;
    font-size: 250%;
    font-weight: 700;
    color: #555555;
}

.item-faqs-always {
    background: #FFF;
    border-radius: 10px;
}

.item-faqs-always+.item-faqs-always {
    margin-top: 20px;
}

.item-faqs-always .title-i_faqs-always {
    color: #0083ca;
    font-size: 150%;
    padding: 20px 20px 20px 50px;
    position: relative;
    cursor: pointer;
    font-weight: 600
}

.item-faqs-always  .coni_faqs-always {
    padding: 0px 20px 30px 50px;
    font-size: 110%;
    display: none
}

.item-faqs-always .title-i_faqs-always:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/rcheck.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 28px;
    left: 20px;
}
.item-faqs-always.active .title-i_faqs-always:before {
    background: url(../images/rucheck.png) no-repeat center center;
    background-size: contain
}
.item-faqs-always.active .coni_faqs-always {
    display: block
}
.sign-packed-banner {
    padding: 80px 50px;
    background: url(../images/bg-contact.png) no-repeat center center;
    background-size: cover;
    position: relative;
    margin-right: -3%
}
.sign-packed-banner:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 1
}
.isign-packed-banner {
    position: relative;
    z-index: 10;
}

.title-sign-packed-banner {
    text-align: center;
    color: #FFF;
    font-size: 160%;
    margin-bottom: 20px;
}

.node-sign-packed-banner {
    color: #FFF;
    text-align: center;
    margin-bottom: 40px;
    font-size: 120%;
}
.packges-compare {
    padding: 70px 30px;
}

.tb-packges-compare {
    width: 100%;
    border-right: 1px solid #ccc
}

.tb-packges-compare thead {}

.tb-packges-compare .pack_col {
    width: 18%;
}

.tb-packges-compare thead .pack_col {
    background: #0083ca;
}

.tb-packges-compare tbody {
    border: 1px solid #e0e1e0;
}

.tb-packges-compare tbody .sub-tile {
    background: #f2f2f2;
    padding: 5px 15px
}

.tb-packges-compare td, .tb-packges-compare th {
    padding: 15px;
    font-size: 100%;
}

.tb-packges-compare thead .t-packcol {
    text-align: center;
}

.tb-packges-compare thead .t-packcol .lb-pack {
    display: block;
    color: #FFF;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.tb-packges-compare thead .t-packcol .ls-btn.hide-buy {
    visibility: hidden;
}

.tb-packges-compare thead .t-packcol .ls-btn+.ls-btn {
    margin-top: 15px;
}

.tb-packges-compare tr+tr td, .tb-packges-compare tr+tr th {
    border-top: 1px solid #e0e1e0;
}

.tb-packges-compare tbody td+td, .tb-packges-compare tbody td+th, .tb-packges-compare tbody th+td, .tb-packges-compare tbody th+th {
    border-left: 1px solid #e0e1e0;
}

.tb-packges-compare thead td+td, .tb-packges-compare thead td+th, .tb-packges-compare thead th+td, .tb-packges-compare thead th+th {
    border-left: 1px solid #60a2c5;
}

.box-aside {
    margin-bottom: 20px;
}

.nav-category-heading {
    background-color: #555;
    color: #FFF;
    background-repeat: no-repeat;
    background-position: 10px 8px;
}

.nav-category-heading .title-box {
    font-size: 100%;
    line-height: 20px;
    padding: 10px 15px 10px 15px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.nav-category-heading .fa {
    margin: 4px 10px 0 0;
    vertical-align: middle;
}

.nav-category-heading button.fa {
    background: transparent;
    border: none;
}
.navbar-pills {
    border-top: 0;
    background-color: #f1f1f1;
}
.navbar-pills li{position:relative;}
.navbar-pills li a{position:relative;margin:0;padding: 10px 15px;display:block;font-size: 90%;text-transform: uppercase;color: #333;}
.navbar-pills li+li>a{border-top: 1px #eae9e9 solid;}
.navbar-pills li.active > a{font-weight:700}
.navbar-pills li i.fa{position:absolute;width:47px;height:47px;top:0;right:0;cursor:pointer}
.navbar-pills li:hover i.fa{color:#3d83f7}
.navbar-pills li i.fa:before{top:16px;right:18px;position:absolute}
.navbar-pills li.open:hover{background-color:rgba(102,161,130,0.12)}
.navbar-pills li.open > i.fa:before{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg)}
.navbar-pills li .dropdown-menu{padding:0;margin:0;min-width:100%;border:0;border-top:1px;opacity:0;display:block;float:left;position:relative;max-height:0;background-color:transparent;transition:All .3s ease;-webkit-transition:All .3s ease;-moz-transition:All .3s ease;-o-transition:All .3s ease;transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0)}
.navbar-pills li.open > .dropdown-menu{max-height:1000px;opacity:1;transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1)}
.navbar-pills li i.fa:active:hover{color:#fff;background-color:#3d83f7;border-color:#01315a}
.bread-crumb{background-color:#FFF;margin-bottom:10px}
.breadcrumbs { margin: 0 0 15px 0; font-size: 100%; padding: 10px 0 5px 0; border-radius: 0;border-bottom: 1px solid #ccc;}
.breadcrumbs li{display:inline}
.breadcrumbs li > a{color:#363636}
.breadcrumbs li span{display:inline-block;color: #333;}
.breadcrumbs li span .fa{color:#363636}
.breadcrumbs li a:hover,.breadcrumbs li.active,.breadcrumbs li strong{color: #0082c9;font-weight: normal;}


.breadcrumbs-session {
    background: #f1f1f1;
    margin-bottom: 20px;
}

.panel-sm-news {
    margin-bottom: 20px;
}

.panel-sm-news .title-sm-news {
    margin-bottom: 15px;
}

.panel-sm-news .item-sm-news {
    margin-bottom: 15px;
}

.detail-articles {
    margin-bottom: 40px;
}

.detail-articles .title-articles {
    font-size: 135%;
    margin-bottom: 10px;
    font-weight: 700;
    color: #333;
    line-height: 1.5em;
}

.detail-articles .title-articles:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #00ace8;
    margin-top: 13px;
}

.detail-articles .description-articles {
    font-size: 110%;
    margin-bottom: 10px
}

.detail-articles .time-articles {
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    color: #797c7d;
}

.title-relates-news {
    font-size: 150%;
    color: #00ade7;
    margin-bottom: 15px;
}
.note-signup {
    font-size: 100%;
    margin-bottom: 20px;
}

.form-sign-up {}

.form-sign-up legend {
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-sign-up .control-label {
    text-align: right;
    display: block;
    font-size: 100%;
    padding: 10px 0 0;
}

.form-sign-up .form-group {
    margin-bottom: 20px;
}

.form-sign-up input.form-control {
    height: 38px;
    border-radius: 0;
    font-size: 100%;
    border: 1px solid #e6e5e5;
}

.section-auth {
    padding: 50px 0;
    position: relative
}
.section-auth:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    background:url(../images/bg-login.png) no-repeat center center;
    background-size: cover;
    z-index: 1
}
.isection-auth{
    position: relative;
    z-index: 9
}
.title-section-auth {
    font-size: 180%;
    margin-bottom: 10px;
}

.note-section-auth {
    margin-bottom: 20px;
    font-size: 100%;
}

.box-section-auth {
    margin-bottom: 20px
}

.box-section-auth input.form-control {
    height: 38px;
    border-radius: 0;
    border: 1px solid #e4e2e2;
    font-size: 100%;
}

.box-section-auth .control-label {
    display: block;
    font-size: 100%;
    color: #333;
    margin-bottom: 5px;
}

.box-section-auth .link-misspass {
    color: #828080;
    display: inline-block
}
.thanks-sign-pakage {
    padding: 100px 0;
    background: url(../images/mbr.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.thanks-sign-pakage:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 1
}
.thanks-sign-pakage .ms-thanks {
    padding: 20px;
    text-align: center;
    font-size: 200%;
    color: #FFF;
    position: relative;
    z-index: 9
}
.title-panel-conact {
    color: #363636;
    text-transform: uppercase;
    text-decoration: none;
}

.panel-conact {}

.panel-conact .form-control {
    border-color: #e1e1e1;
    border-radius: 0;
    font-size: 100%;
}
.panel-conact input.form-control{
    height: 32px
}
.panel-icontact .clogo {
    margin: 13px 0;
}

.widget-menu {
    list-style: none;
    padding: 0;
}

.widget-menu li {
    padding: 10px 0;
}
.coz-wrapper-profile {
    background: #FFF;
    padding: 40px 0;
    margin: 0 0 40px 0;
}
.coz-card {
    padding-top: 20px;
    margin: 0;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.coz-card.hovercard {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
    text-align: center;
    background: #0081cc;
}
.coz-card.hovercard .coz-cardheader {
    background: url(http://lorempixel.com/850/280/nature/4/);
    background-size: cover;
    height: 135px;
}
.coz-card.hovercard .coz-card-avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}
.coz-inner-card-avatar {
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
}
.btn-edit-avatar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: none;
}
.coz-card.hovercard .coz-card-avatar img {
    width: 100px;
    height: 100px !important;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}
.coz-card.hovercard .coz-card-info {
    padding: 4px 8px 10px;
}
.coz-card.hovercard .coz-card-info .coz-card-title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #FFF;
    vertical-align: middle;
    text-transform: uppercase
}
.coz-card.hovercard .coz-card-info .coz-card-title a{
    color: #FFF
}
.coz-card.hovercard .coz-card-info .coz-card-desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #FFF;
    text-overflow: ellipsis;
}
.coz-card.hovercard .coz-card-bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.coz-profile-sidebar {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-top: none
}
.coz-profile-usermenu ul li.active {
    border-bottom: none;
}
.coz-profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
}
.coz-profile-usermenu .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.coz-profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}
table.coz-table-profile{
    width: 100%;
}
.coz-profile th, .coz-profile td{
    padding: 10px;
    font-size: 13px;
}
.coz-profile th{
    width: 100px
}
.coz-btn {
    display: inline-block;
    min-width: 46px;
    text-align: center;
    color: #444;
    font-size: 11px;
    font-weight: 700;
    height: 27px;
    padding: 0 8px;
    line-height: 27px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .218s;
    -moz-transition: all .218s;
    -ms-transition: all .218s;
    -o-transition: all .218s;
    transition: all .218s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}
.coz-btn-active {
    color: #fff;
    background-color: #0082c9
}
.coz-wrap-edit-profile {
    padding: 20px 0;
}
.coz-user-heading {
    padding: 10px 0;
}
.coz-user-heading h3 {
    margin: 0;
}
.coz-note-payment {
    font-family: open sans,arial;
    color: #737373;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 20px;
}
.form-element-payment {
    position: relative;
    margin: 0 0 10px;
}
.ui-lb-payment {
    color: #222;
    margin: 0 0 .5em;
    display: inline-block;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: 700;
    font-size: 13px;
}
.ui-input-payment {
    position: relative;
    font-size: 13px;
}
.ui-input-payment input[type=email], .ui-input-payment input[type=number], .ui-input-payment input[type=password], .ui-input-payment input[type=tel], .ui-input-payment input[type=text], .ui-input-payment input[type=url], .ui-area-payment textarea {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    height: 29px;
    margin: 0;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid silver;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    width: 100%;
}
.icon.i-phone{
    display: inline-block;
    vertical-align: middle;
    background: url(../images/iphone.png) no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: contain;
}
.icon.i-users{
    display: inline-block;
    vertical-align: middle;
    background: url(../images/iguser.png) no-repeat center center;
    width: 24px;
    height: 24px
}
.item-session-features {
    padding: 50px 0;
}

.item-session-features.odd {
    background: rgba(153,217,253,0.4);
}

.title-session-features {
    font-size: 220%;
    margin-bottom: 10px;
    font-weight: 600;
}

.description-session-features {
    margin-bottom: 20px;
}

.list-features {}

.list-features .item-features {
    margin-bottom: 10px;
}

.list-features .item-features .img-item-features {
    margin-bottom: 20px;
    text-align: center;
}

.list-features .item-features .title-features {
    font-size: 120%;
    margin-bottom: 10px;
    font-weight: 600;
    height: 20px;
    overflow:hidden
}
.list-features .item-features .title-features a{
    color: #333
}
.list-features .item-features .description-features {
    margin-bottom: 20px;
    height: auto;
    overflow:hidden;
}
.list-features .item-features .btn-link {
    line-height: 20px;
    color: #fa0;
    font-size: 110%;
}
.title-detail-features {
    font-size: 300%;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.description-detail-features {
    margin-bottom: 40px;
    text-align: center;
}

.content-detail-features {
    font-size: 120%;
    text-align: center;
    padding: 20px 0;
    color: #333;
}
.list-features .item-features .img-item-features img {
    height: 80px !important;
}
.video-slider {
    margin-bottom: 20px;
}
.item-sm-news .img-sm-news {
    margin-bottom: 10px;
    overflow: hidden
}
.item-sm-news .img-sm-news img{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.item-sm-news .img-sm-news:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.list-social {
    margin-bottom: 20px;
}
.slider.slider-2 {
    padding: 20px 0;
}
.pupop-sign {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 300px;
    z-index: 999999;
    cursor: pointer
}

.pupop-sign .pupop-small {
    background: #ffab00;
    text-align: center;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 10px;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    font-size: 140%;
}
.pupop-sign .pupop-small a{
    color: #F9F9F9
}
.pupop-sign .pupop-lg {
    display: none;
    position: relative;
}
.inner-pupop-lg {
    background: #00ade6;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.25);
    overflow: hidden;
}

.top-opup {
    background: #FFF;
    padding: 40px 20px;
    text-align: center;
}
.top-opup .slogan-branch {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding-top: 6px;
    color: #646464;
}
.top-opup .slogan-branch b{
    color: #f597aa;
    font-size: 120%
}
.bottom-opup {
    padding: 20px 20px 10px 20px;
}
.pupop-sign.active .pupop-lg {
    display: block;
}
.pupop-sign.active .pupop-small{
    display: none
}

.pupop-sign .pupop-lg .title-sign {
    font-size: 140%;
    line-height: 24px;
    color: #FFF;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}

.pupop-sign .pupop-lg  .title-sign b {
    font-size: 120%;
}

.pupop-sign .pupop-lg .form-sign {
    border-bottom: none;
    margin-bottom: 0;
}
.btn-close-popup{
    position: absolute;
    top: 0;
    right: 5px;
    color: #333;
    font-size: 160%;
}
.pupop-sign .pupop-lg .form-sign .form-group {
    border-radius: 0;
    margin-bottom: 10px;
    border: none;
}
.pupop-sign .pupop-lg  input.form-control {
    height: 40px;
    border-radius: 0;
    border: none;
    background: rgba(255,255,255, .9);
}
.pupop-sign .pupop-lg .form-sign .form-btn .btn {
    background: #f79521;
    border-radius: 0;
    height: 40px;
    color: #f9f9f9;
    font-size: 90%;
}
.icon-sign{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/isign.png) no-repeat top center;
    background-size: contain;
    vertical-align: middle
}
.pupop-sign .pupop-small .icon-left {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -7px;
    display: block;
}

.wrap-nav {
    padding-right: 200px;
    position: relative;
}

.wrap-nav .action-header {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 0;
}

.top-sign {
    display: inline-block;
    color: #FFF;
    background: #f597aa;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 7px;
    border-bottom: 2px solid #e07c99;
    font-weight: 700;
    font-size: 90%;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    box-shadow: -3px 3px 5px 0 rgba(0,0,0,.25);
}
.top-sign:hover, .top-sign:focus{
    color: #FFF
}

.btn-call {
    height: 30px;
    color: #f597aa;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #f597aa;
    line-height: 28px;
    padding: 0 20px 0 40px;
    border-radius: 4px;
    position: relative;
    vertical-align: middle;
}

.btn-call:before {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    background: #f597aa;
}

.pupop-sign .pupop-lg  textarea.form-control {
    border-radius: 0;
    border: none;
    background: rgba(255,255,255, .9);
}
.coz-alo-phone.coz-alo-static{opacity:.6}
.coz-alo-phone.coz-alo-hover,.coz-alo-phone:hover{opacity:1}
.coz-alo-ph-circle{width:160px;height:160px;top:20px;left:20px;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid #bfebfc;opacity:.1;-webkit-animation:coz-alo-circle-anim 1.2s infinite ease-in-out;-moz-animation:coz-alo-circle-anim 1.2s infinite ease-in-out;-ms-animation:coz-alo-circle-anim 1.2s infinite ease-in-out;-o-animation:coz-alo-circle-anim 1.2s infinite ease-in-out;animation:coz-alo-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-moz-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}
.coz-alo-phone.coz-alo-active .coz-alo-ph-circle{-webkit-animation:coz-alo-circle-anim 1.1s infinite ease-in-out!important;-moz-animation:coz-alo-circle-anim 1.1s infinite ease-in-out!important;-ms-animation:coz-alo-circle-anim 1.1s infinite ease-in-out!important;-o-animation:coz-alo-circle-anim 1.1s infinite ease-in-out!important;animation:coz-alo-circle-anim 1.1s infinite ease-in-out!important}
.coz-alo-phone.coz-alo-static .coz-alo-ph-circle{-webkit-animation:coz-alo-circle-anim 2.2s infinite ease-in-out!important;-moz-animation:coz-alo-circle-anim 2.2s infinite ease-in-out!important;-ms-animation:coz-alo-circle-anim 2.2s infinite ease-in-out!important;-o-animation:coz-alo-circle-anim 2.2s infinite ease-in-out!important;animation:coz-alo-circle-anim 2.2s infinite ease-in-out!important}.coz-alo-phone.coz-alo-hover .coz-alo-ph-circle,.coz-alo-phone:hover .coz-alo-ph-circle{border-color:#00aff2;opacity:.5}.coz-alo-phone.coz-alo-green.coz-alo-hover .coz-alo-ph-circle,.coz-alo-phone.coz-alo-green:hover .coz-alo-ph-circle{border-color:#75eb50;border-color:#baf5a7 9;opacity:.5}.coz-alo-phone.coz-alo-green .coz-alo-ph-circle{border-color:#00aff2;border-color:#bfebfc 9;opacity:.5}.coz-alo-phone.coz-alo-gray.coz-alo-hover .coz-alo-ph-circle,.coz-alo-phone.coz-alo-gray:hover .coz-alo-ph-circle{border-color:#ccc;opacity:.5}.coz-alo-phone.coz-alo-gray .coz-alo-ph-circle{border-color:#75eb50;opacity:.5}.coz-alo-ph-circle-fill{position: absolute;width:100px;height:100px;top:30px;left:30px;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;-webkit-animation:coz-alo-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:coz-alo-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:coz-alo-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:coz-alo-circle-fill-anim 2.3s infinite ease-in-out;animation:coz-alo-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-moz-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.coz-alo-phone.coz-alo-active .coz-alo-ph-circle-fill{-webkit-animation:coz-alo-circle-fill-anim 1.7s infinite ease-in-out!important;-moz-animation:coz-alo-circle-fill-anim 1.7s infinite ease-in-out!important;-ms-animation:coz-alo-circle-fill-anim 1.7s infinite ease-in-out!important;-o-animation:coz-alo-circle-fill-anim 1.7s infinite ease-in-out!important;animation:coz-alo-circle-fill-anim 1.7s infinite ease-in-out!important}.coz-alo-phone.coz-alo-static .coz-alo-ph-circle-fill{-webkit-animation:coz-alo-circle-fill-anim 2.3s infinite ease-in-out!important;-moz-animation:coz-alo-circle-fill-anim 2.3s infinite ease-in-out!important;-ms-animation:coz-alo-circle-fill-anim 2.3s infinite ease-in-out!important;-o-animation:coz-alo-circle-fill-anim 2.3s infinite ease-in-out!important;animation:coz-alo-circle-fill-anim 2.3s infinite ease-in-out!important;opacity:0!important}.coz-alo-phone.coz-alo-hover .coz-alo-ph-circle-fill,.coz-alo-phone:hover .coz-alo-ph-circle-fill{background-color:rgba(0,175,242,.5);background-color:#00aff2 9;opacity:.75!important}.coz-alo-phone.coz-alo-green.coz-alo-hover .coz-alo-ph-circle-fill,.coz-alo-phone.coz-alo-green:hover .coz-alo-ph-circle-fill{background-color:rgba(117,235,80,.5);background-color:#baf5a7 9;opacity:.75!important}.coz-alo-phone.coz-alo-green .coz-alo-ph-circle-fill{background-color:rgba(0,175,242,.5);background-color:#a6e3fa 9;opacity:.75!important}.coz-alo-phone.coz-alo-gray.coz-alo-hover .coz-alo-ph-circle-fill,.coz-alo-phone.coz-alo-gray:hover .coz-alo-ph-circle-fill{background-color:rgba(204,204,204,.5);background-color:#ccc 9;opacity:.75!important}.coz-alo-phone.coz-alo-gray .coz-alo-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:.75!important}
.coz-alo-ph-img-circle{width:60px;height:60px;top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px
    ;position:absolute;background:url(http://cdn.coz.vn/neo/1.0.0/images/alo.png) center center no-repeat rgba(30,30,30,.1);-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.7;-webkit-animation:coz-alo-circle-img-anim 1s infinite ease-in-out;-moz-animation:coz-alo-circle-img-anim 1s infinite ease-in-out;-ms-animation:coz-alo-circle-img-anim 1s infinite ease-in-out;-o-animation:coz-alo-circle-img-anim 1s infinite ease-in-out;animation:coz-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.coz-alo-phone.coz-alo-active .coz-alo-ph-img-circle{-webkit-animation:coz-alo-circle-img-anim 1s infinite ease-in-out!important;-moz-animation:coz-alo-circle-img-anim 1s infinite ease-in-out!important;-ms-animation:coz-alo-circle-img-anim 1s infinite ease-in-out!important;-o-animation:coz-alo-circle-img-anim 1s infinite ease-in-out!important;animation:coz-alo-circle-img-anim 1s infinite ease-in-out!important}.coz-alo-phone.coz-alo-static .coz-alo-ph-img-circle{-webkit-animation:coz-alo-circle-img-anim 0s infinite ease-in-out!important;-moz-animation:coz-alo-circle-img-anim 0s infinite ease-in-out!important;-ms-animation:coz-alo-circle-img-anim 0s infinite ease-in-out!important;-o-animation:coz-alo-circle-img-anim 0s infinite ease-in-out!important;animation:coz-alo-circle-img-anim 0s infinite ease-in-out!important}.coz-alo-phone.coz-alo-hover .coz-alo-ph-img-circle,.coz-alo-phone:hover .coz-alo-ph-img-circle{background-color:#00aff2}.coz-alo-phone.coz-alo-green.coz-alo-hover .coz-alo-ph-img-circle,.coz-alo-phone.coz-alo-green:hover .coz-alo-ph-img-circle{background-color:#75eb50;background-color:#75eb50 9}.coz-alo-phone.coz-alo-green .coz-alo-ph-img-circle{background-color:#00aff2;background-color:#00aff2 9}.coz-alo-phone.coz-alo-gray.coz-alo-hover .coz-alo-ph-img-circle,.coz-alo-phone.coz-alo-gray:hover .coz-alo-ph-img-circle{background-color:#ccc}.coz-alo-phone.coz-alo-gray .coz-alo-ph-img-circle{background-color:#75eb50}@-moz-keyframes coz-alo-circle-anim{0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}@-webkit-keyframes coz-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes coz-alo-circle-anim{0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}}@-moz-keyframes coz-alo-circle-fill-anim{0%,100%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0) -moz-scale(1) skew(1deg);opacity:.2}}@-webkit-keyframes coz-alo-circle-fill-anim{0%,100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}}@-o-keyframes coz-alo-circle-fill-anim{0%,100%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0) scale(1) skew(1deg);opacity:.2}}@-moz-keyframes coz-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%,30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%,40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-moz-transform:rotate(0) scale(1) skew(1deg)}}@-webkit-keyframes coz-alo-circle-img-anim{0%,100%,50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%,30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%,40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}}@-o-keyframes coz-alo-circle-img-anim{0%,100%,50%{-o-transform:rotate(0) scale(1) skew(1deg)}10%,30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%,40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}}
.coz-alo-phone{
    position:fixed;background-color:transparent;width:150px;height:150px;cursor:pointer;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s;left:2px;bottom:40px;
    z-index: 99;
    display: none
}
.numbershow{float:left}.select-sefter{float:left;font-size:12px;padding:0 5px}
.empty-data {
    padding: 20px;
    text-align: center;
}
.header .nav-top .inav.inav-phone {
    font-size: 100%;
    font-weight: 600;
    color: #fff;
}
.i-lang-vn{
    width: 30px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/vn.png) no-repeat center center;
    background-size: contain
}
.i-lang-en{
    width: 30px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/en.png) no-repeat center center;
    background-size: contain
}
.icon.i-prev{
    width: 19px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/prev-black.png) no-repeat center center;
    background-size: contain
}
.icon.i-prev:hover{
    background: url(../images/prev-blue.png) no-repeat center center;
}
.icon.i-next{
    width: 19px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/next-black.png) no-repeat center center;
    background-size: contain
}
.icon.i-next:hover{
    background: url(../images/next-blue.png) no-repeat center center;
}
.slider .owl-prev {
    position: absolute;
    left: -30px;
    top: 50%;
    width: 19px;
    height: 34px;
    margin-top: -17px;
    text-align: left;
    color: #0183ca
}

.slider .owl-next {
    position: absolute;
    right: -30px;
    top: 50%;
    width: 19px;
    height: 34px;
    margin-top: -17px;
    text-align: right;
    color: #0183ca;
    display: none
}
.slider:hover .owl-prev .icon,
.slider:hover .owl-next .icon{
    display: inline-block;
}
.owl-feeds .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 19px;
    height: 34px;
    margin-top: -17px;
    text-align: left;
    color: #0183ca;
}

.owl-feeds .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    width: 19px;
    height: 34px;
    margin-top: -17px;
    text-align: right;
    color: #0183ca;
}
.owl-feeds {
    padding: 0 40px;
}
.header .nav-item .sub-item {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 9;
    display: none;
}
.header .nav-item .isub-item {
    margin: 0;
    padding: 0;
    min-width: 290px;
    background: #FFF;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.25);
    text-align: left;
    margin-top: 5px;
}
.header .nav-item.hover > .sub-item,.header .nav-item:hover > .sub-item {
    display: block;
}
.header .nav-item .sub-item .nav-item {
    display: block;
    padding: 0;
    background: transparent;
    float: none;
    border-left: 2px solid #f3f3f3!important;
    border-right: 2px solid #f3f3f3!important;
}

.header .nav-item .sub-item .nav-link {
    padding: 15px 20px;
    font-size: 70%;
    font-weight: bold;
    color: #777;
    display: block;
    border-bottom: 1px solid #e9e9e9;
}
.header .nav-item .sub-item .nav-item:hover > .nav-link{
    background: #f3f3f3;
    color: #333
}

.header .nav-item .sub-item .nav-item+.nav-item {
    margin-left: 0
}

.header .nav-item .list-chid {
    list-style: none;
    padding: 20px 0;
}

.header .nav-item .list-chid a {
    display: block;
    padding: 2px 20px;
    color: #777;
    font-size: 90%;
}
.header .nav-item .list-chid a:hover{
    color:#333;
    background:#f3f3f3;
    text-decoration: none
}

.header .nav-item .sub-item:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    position: absolute;
    top: -5px;
    left: 10px;
}

.header .nav-bottom {
    padding: 0;
}
.item-clients {
    height: 80px;
    text-align: center;
    overflow: hidden;
}

.item-tb-clients {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.item-tbc-clients {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.item-clients img {
    display: inline-block !important;
    max-height: 80px !important;
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.item-clients:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.text-agree a{
    color: #FFF;
    text-decoration: underline
}
.form-sign-pakage {
    background: #00a1e0;
    padding: 20px;
}

.radio-schude-time {
    cursor: pointer
}
.radio-schude-time input[type="radio"] {
    display: none;
}

.radio-schude-time .in-lb {
    display: block;
    vertical-align: middle;
    position: relative;
    padding-left: 20px;
}

.radio-schude-time .in-lb:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #FFF;
    border-radius: 50%;
    margin-top: -8px;
}

.radio-schude-time .in-lb:before {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    border-radius: 50%;
    margin-top: -4px;
}
.radio-schude-time input:checked ~ .in-lb:before {
    display: block;
}
.faqs-page {
    padding: 40px 0;
}
.faqs-page .faqs-always {
    padding: 0;
}

.faqs-page .ifaqs-always {
    background: #FFF;
    padding: 0;
}

.faqs-page .item-faqs-always {
    border: 1px solid #f2f2f2;
}

.title-x-faqs-always {
    text-align: center;
    margin-bottom: 30px;
}

.link-footer {
    margin-bottom: 20px;
}
.logo-mobile {
    position: relative;
}

.logo-mobile button.navbar-toggler {
    position: absolute;
    top: -6px;
    left: -14px;
    z-index: 9;
    outline: none;
}
.logo-mobile .mlogo {
    display: block;
    width: 100px;
    padding: 0;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}
.omid-product{
    min-height: 600px;
    padding: 20px;
    background: #FFF;
    margin-bottom: 20px;
}
.coz-profile-usermenu .nav>li+li {
    border-top: 1px solid #f1f1f1;
}
.coz-user-info-block .coz-user-heading {
    padding: 10px 0;
}
.coz-user-info-block .coz-user-heading h3 {
    margin: 0;
}
.coz-dasboad-navi {
    margin-bottom: 10px;
    float: left;
    overflow: hidden;
    width: 100%;
}
.coz-dasboad-navi {
    margin-bottom: 20px;
}
.coz-item-nav-dasboad {
    text-align: center;
    padding: 30px 10px;
    background: #007fcf;
    color: #FFF
}
.coz-value-nav-dasboad {
    font-size: 32px;
    font-weight: 700;
    display: block;
}
.coz-des-nav-dasboad {
    font-size: 12px;
}
.table-coz .col-lim,
.coz-profile .col-lim {
    width: 10px;
    white-space: nowrap;
}
.btn-on-slider {
    text-align: center;
}
.page-conact {
    padding: 40px 0;
}
.item-category-products  .description-category-products {
    text-align: center;
    margin-bottom: 20px;
    height: 120px;
    overflow: hidden;
    line-height: 20px;
}

.item-category-products  .bc-category-products {
    text-align: center;
}
.form-sign-pakage [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px
}
.form-sign-pakage .row{margin-left: -5px;margin-right: -5px}
.breadcrumbs-inner{
    padding: 0 20px
}
.scoll-fix.stuck {
    position: fixed;
    top: 150px;
}
.ivideo-slider {
    position: relative;
}

.ivideo-slider .mask-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.ivideo-slider
.embed-responsive {
    visibility: hidden;
    position: relative;
    z-index: 1;
    user-select: none;
}

.ivideo-slider .mask-video .imask-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.ivideo-slider .mask-video .v-mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ivideo-slider .mask-video .v-mask .iplay {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 200%;
    color: #333;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: -50px;
    margin-top: -25px;
}
.ivideo-slider .mask-video .v-mask:hover .iplay{
    color : #e10000
}
.nav-slipper .scoll-fix.stuck {
    max-width: 251px;
}
.app-mobile .item-mapp {
    margin-bottom: 10px;
}
.title-app-mobile {
    font-size: 75%;
    color: #FFF;
    margin-bottom: 10px;
}
.midd-footer {
    padding: 50px 0;
    border-bottom: 1px solid #ccc;
}
.title-payment-methjos {
    font-size: 100%;
    margin-bottom: 10px;
}
.ls-payment .it-pay {
    display: inline-block;
    margin-right: 10px;
}
.footer {
    position: relative;
    z-index: 9;
}
.caption .title {
    /* float: left; */
    overflow: hidden;
    font-size: 25px;
}
span.title_package {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.info-slider {position: absolute; z-index: 9999; bottom: 0; background: #000; padding: 10px 20px; border-radius: 5px; margin: 0 auto; opacity: 0.6; }
.list-sm-news h3{    font-size: 130%; line-height: 1.5em;}
@media (max-width: 991px){
    .container {
        max-width: 98%;
    }
    .islider .title-slider {
        font-size: 180%;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .islider .description-slider {
        margin-bottom: 20px;
        font-size: 120%;
        line-height: 24px;
    }
    .item-session-features {
        padding: 10px 0;
    }

    .nav-slipper {
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 2;
        padding: 20px 10px 10px 0;
        width: 200px
    }
    .nav-tab-slipper .nav-link {
        padding: 10px 0;
        font-size: 100%
    }
    .nav-slipper .title-slipper {
        font-size: 140%
    }
    .box-packges {
        padding: 10px 0 10px 10px;
    }
    .bdy-slipper {
        margin-left: 200px
    }
    .msection-slipper:before{
        left: 200px;
    }
    .service-plug {
        padding: 20px;
    }
    .section-compare-slipper .packges-compare {
        background: #FFF;
    }

    .section-compare-slipper .msection-slipper:before,
    .section-compare-slipper .ibox-packges:before{
        display: none
    }
    .section-compare-slipper .nav-slipper {
        position: initial;
        width: auto;
        background: #0082c9;
        margin-bottom: 30px;
    }
    .section-compare-slipper .bdy-slipper {
        margin-left: 0;
        background: transparent
    }
    .section-compare-slipper .box-packges {
        padding: 0;
    }

    .section-compare-slipper .ibox-packges {
        margin-bottom: 10px;
        background: #FFF;
    }
    .section-compare-slipper .mbox-packges {
        border: none
    }
    .section-compare-slipper .section-slipper {
        padding: 0 0 20px 0;
    }
    .section-compare-slipper .bdy-slipper{
        min-height: 0
    }
    .pricing_table.compare .table_wrap {
        vertical-align: top;
        width: 90%;
    }
}
@media (max-width: 767px){
    .container {
        max-width: 100%;
    }
    .header .nav-item {
        display: block;
        float: none;
        padding: 0;
    }
    .header .nav-item .nav-link {
        padding: 5px 10px;
    }
    .header .nav-item:hover, .header .nav-item.active {
        background: transparent;
    }
    .islider .title-slider {
        font-size: 140%;
        margin-bottom: 0;
    }
    .islider .description-slider {
        margin-bottom: 0;
        font-size: 100%;
        line-height: 24px;
    }
    .slider {
        padding: 0
    }

    .list-why .item-why .name-why {
        font-size: 120%;
        margin-bottom: 10px
    }
    .section-why .title-why,
    .section-category-products .title-category-products,
    .section-comments .title-comments,
    .section-clients .title-clients,
    .section-sm-sign .note-sm-sign,
    .section-news .title-news {
        font-size: 180%;
        margin-bottom: 40px;
    }
    .btn-style{
        font-size: 100%
    }
    .section-news {
        padding: 40px 0;
    }
    .section-sm-sign .note-sm-sign{
        padding: 0
    }
    .title-sm-news {
        font-size: 120%;
        margin-bottom: 20px;
    }
    .title-sign-pakage {
        margin-bottom: 40px;
        font-size: 150%;
    }
    .header .nav-item .sub-item {
        z-index: 9999999;
        width: 100%;
        margin-top: -5px;
    }
    .header .nav-item .isub-item {
        box-shadow: none;
        border-radius: 0;
    }
    .header .nav-item.btn-try-free, .header .nav-item.btn-schule {
        margin-left: 0;
        float: none;
        margin-bottom: 10px;
    }
    .header .nav-top {

        }
    .slider{
        height: auto !important
    }
    .section-category-products .item-category-products{
        margin-bottom: 0
    }
    .item-news .img-news {
        padding: 20px;
    }
    .scoll-fix.stuck{
        position: initial !important
    }
    .header .nav-item.hover > .sub-item,.header .nav-item:hover > .sub-item {
        display: none;
    }
    .header .nav-item .nav-link .mbtn-nav-show,
    .header .nav-item .nav-link .mbtn-nav-hide {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
    }
    .header .nav-item .nav-link.mshow .mbtn-nav-hide{
        display: block;
    }
    .header .nav-item .nav-link.mshow .mbtn-nav-show,
    .header .nav-item .nav-link .mbtn-nav-hide{
        display: none;
    }
    .header .nav-item+.nav-item{
        margin-top: 2px
    }
    .header .nav-item:hover > .nav-link{
        background: transparent
    }
    .header .nav-item > .nav-link.mshow{
        background: #f3f3f3
    }
    .header .nav-item .nav-link.mshow + .sub-item{
        display: block;
    }
}
@media (max-width: 543px){
    .container {
        max-width: 100%;
    }
    .msection-slipper:before,
    .ibox-packges:before{
        display: none
    }
    .nav-slipper {
        position: initial;
        width: auto;
        background: #0082c9;
        margin-bottom: 30px;
    }
    .bdy-slipper {
        margin-left: 0;
        background: transparent
    }
    .box-packges {
        padding: 0;
    }

    .ibox-packges {
        margin-bottom: 10px;
        background: #FFF;
    }
    .mbox-packges {
        border: none
    }
    .section-slipper {
        padding: 0 0 20px 0;
    }
    .bdy-slipper{
        min-height: 0
    }
    .form-sign-up .control-label{
        text-align: left
    }
    .coz-alo-phone{
        display: none
    }
    .header {
        padding: 0;
    }
    .header .nav-top .inav+.inav {
        margin-left: 10px;
    }
    .header .nav-top .inav.inav-phone {
        font-size: 90%
    }
    .icon.i-phone {
        width: 12px;
        height: 12px
    }
    .section-auth:after{
        display: none;
    }
    .omid-product{
        min-height: auto;
    }
    /*
    .owl-carousel .owl-item img {
        height: auto;
        width: 100%;
        padding: 0;
        margin: 0;
    } */
    .islider .container .col-md-12{margin:0; padding:0}
    .section-category-products .item-category-products, .section-why .item-category-products{    padding: 10px; margin-bottom: 5px;}
    .list-why .item-why .name-why {
        font-size: 98%;
    }
    .content-articles {
        text-align: justify;
        line-height: 1.5em;
    }
    h3 strong {
        line-height: 1.5em;
        text-align: initial;
    }
   .owl-carousel .owl-item .item img {
        height: 350px!important;
        width: auto!important;
        padding: 0;
        margin: 0;
    }
}
.marginbottom10px{margin-bottom: 10px;}
.description-sm-news { text-align: justify; float: left; width: 100%;}
.hotline {
    position: fixed;
    bottom: 20px;
    right: 18px;
    z-index: 9999999;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius: 50px;
}
.Phone.is-animating {
    animation: phone-outer 3000ms infinite;
}
.hotline .Phone::before {
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
    opacity: 1;
    transform: translate3d(0,0,0) scale(0);
}
.hotline .Phone::after {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAsVBMVEVHcEz///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Q9rufAAAAOnRSTlMAXHDBEv2aAXeA4SVtoGfOD1sC9Avzo5c0NYsj4+0p2Pxha3pvmJ074G7fXqFYm10UOJkInLm7wD49BSoYugAAAN5JREFUOMvN1NcSgkAMBdBFgbX33rD33r3//2EGWR1nxMRH83wmG3IzKPWnVbBifs1yHLIQVJpDA4OyHEoZlODQxqAihyYGIcmg7RNluFZTg9YcShuU4lA+MFXNoVLZN8cCH0yFjKuF9GqA0xEzPgNRqZOqO0BPbOUC7aaE7Bbg2ZK6dWmsg6QitIao6aWHo0x42g1S3mMuXfWXW05klx8XrX3V7mml98+zQCTkRZoLl477MoiHvHilb4QDHinbfSdfEO3+9AOitCtFGdF9rcbzAFlCTrtFP5bX//prugNFfjAznxHEPgAAAABJRU5ErkJggg==');
    background-position: center center;
    background-repeat: no-repeat;
    transform: translate3d(0,0,0);
    background-size: 30px;
}
.hotline .Phone::before, .hotline .Phone::after {
    position: absolute;
    content: "";
}
.hotline .Phone {
    position: relative;
    display: block;
    margin: 0;
    width: 45px;
    height: 45px;
    font-size: 0;
    background-color: blue;
    border-radius: 45px;
    border: 3px solid #fff;
    box-shadow: 0 0 0 0 rgba(52,152,219,0), 0 0.05em 0.1em rgba(0,0,0,.2);
    transform: translate3d(0,0,0) scale(1);
}
.zalo-chat-widget {
    bottom: 60px !important;
    right: 5px !important;
}
.fb_dialog{      background: none;
    border-radius: 50%;
    bottom: 100pt!important;
    display: inline;
    height: 45pt!important;
    padding: 0px;
    position: fixed;
    right: 9px!important;
    top: auto;
    width: 58px!important;
    z-index: 2147483646;
}

.pagination li {
    float: left;
    list-style: none;
}
.pagination li a {
    padding: 5px 10px;
    margin-right: 5px;
    background: #ccc;
}
.pricing_table {
    display: table;
    width: 100%;
    table-layout: fixed;
    font-family: sans-serif;
    font-weight: normal !important;
}
.pricing_table.compare .table_wrap {
    vertical-align: top;
}
.pricing_table .table_wrap {
    display: table-cell;
}
.pricing_table.compare .table_wrap.features ul {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -22px;
    padding: 0 20px 0 0;
}

.pricing_table .table_wrap ul {
    background: #fff;
    border: 1px solid #eee;
    list-style: none;
    margin: 0 1px;
    position: relative;
    overflow: hidden;
    padding: 5px 5px 0;
}
.pricing_table .table_wrap ul>li.caption.empty {
    margin-bottom: -6px;
    padding: 0;
    display: none;
}
.pricing_table.compare .table_wrap ul li:nth-child(2n) {
    background-color: #fbfbfb;
}
.pricing_table .table_wrap ul>li.price.empty {
    padding: 0;
    display: none;
}
.pricing_table .table_wrap ul>li.price {
    padding: 0 0 20px;
    position: relative;
    background-color: #fff!important;
    border-bottom: 1px solid #eee;
}
.pricing_table li.price div {
    display: block;
}
.pricing_table .table_wrap ul>li:first-child, .pricing_table .table_wrap ul>li.price, .pricing_table .table_wrap ul>li.start_position, .pricing_table .table_wrap ul>li.features_start_position {
    border-top: none!important;
}
.pricing_table .table_wrap ul>li {
    padding: 5px 0;
    display: block;
    text-align: center;
    border-top: 1px solid #eee;
}
.pricing_table.compare .table_wrap ul li:nth-child(2n) {
    background-color: #fbfbfb;
}
.pricing_table .icon-ok:before {
    color: #7ea95e;
}
.pricing_table [class^=icon-]:before, .pricing_table [class*=" icon-"]:before {
    font-size: 16px;
    line-height: 100%;
}
.icon-ok:before {
    content: '\2713';
}
.icon-notok:before {
    content: '\2717';
}
.pricing_table .icon-notok:before {
    color: #ff0000;
}


.visible_small_screen {
    display: none;
}

.pricing_table li.price span {border-radius: 99px; display: inline-block; font-size: 16px; height: 70px; line-height: 45px; width: 69px; padding: 15px; position: relative; overflow: hidden; -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1); -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1); box-shadow: 0 2px 2px rgba(0,0,0,.1); background-color: #fff; *: ; zoom: 1;     margin-top: -15px;
}
.pricing_table .table_wrap ul>li.caption {
    padding: 20px 2px 0;
    font-size: 18px;
    background-color: #ececec;
    border-bottom: 0;
}
.pricing_table li.price div:before {
    background-color: #ececec;
    position: absolute;
    height: 30%;
    width: 100%;
    display: block;
    content: "";
}
.pricing_table .highlight li.price div:before{
    background-color: #007fcf!important;
}
.pricing_table .table_wrap.highlight ul>li {
    position: relative;
}
.pricing_table .table_wrap.highlight ul>li.caption {
    background-color: #007fcf;
}
.pricing_table .caption small {
    padding: 0;
}
.caption small {
    display: block;
    font-size: 13px;
    min-height: 20px;
    padding: 5px 0 10px;
    font-family: helvetica,arial;
}
.button_ {
    background: none repeat scroll 0 0 #007fcf;
    border-radius: 6px;
    display: inline-block;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    padding: 0 0 3px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-family: arial;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    overflow: hidden;
    padding: 21px 40px 23px;
}

.button_.small {
    font-size: 20px;
    padding: 10px 20px 13px;
}
.button_.small:hover {
    background: green;
    color: #fff;
    text-decoration: none;
}
.highlight .title{color:#fff}
 
.table_wrap.features ul {
    margin-top: 215px;
}
.marketingautomation .table_wrap.features ul {
    margin-top: 224px;
}
.title .price{float: left;width: 100%;font-size: 29px;color: green;margin-top: 10px;}
.title .price2{float: left;width: 100%;font-size: 15px; color: #4c4c4e;}

.price .titlePrice{font-size: 30px; padding-bottom: 5px;}
.title .price .titlesmal {float: left;width: 100%;font-size: 12px;color: #373a3c;}
.marginbottom10px{margin-bottom:10px}
.d-flex {
    display: flex !important;
}
.i-big {
    font-size: 2.5rem;
}
.box-1 {
    display: table-cell;
    width: 5%;
    vertical-align: top;
}
.box-1 .number-trungtam {
    background: #0081cc;
    padding: 0px;
    text-align: center;
    color: white;
    font-size: 135%;
}
.box-2 {
    display: table-cell;
    width: 93%;
    padding-left: 2%;
    vertical-align: top;
    text-align: justify;
}
@media (max-width: 543px){
    .pricing_table .table_wrap {
        display: initial;
    }
    h3{line-height: 1.5em;}
    .responsive .pricing_table .table_wrap {
        display: block;
        margin-bottom: 10px;
    }
    .responsive .visible_small_screen {
        display: block;
    }
    .responsive .pricing_table .table_wrap.features {
        display: none;
        
    }
    .table_wrap.features {
        display: none;
    }
    .item-news .img-news {
        width: 100%;
    }
    .item-news .info-news {width:98%}
    .item-news .img-news {
        padding: 10px;
    }
}
input.numberopt {
    float: left;
    width: 18%;
    margin-right: 10px;
}