/* HOME PAGE*/
.top-bar {
  background: #0088cc;
  padding: 0; }
  .top-bar .list-top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none; }
    .top-bar .list-top-bar li {
      position: relative; }
      .top-bar .list-top-bar li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: .5rem;
        font-size: 1rem;
        color: #fff;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .top-bar .list-top-bar li a i {
          margin-right: .25rem; }
        .top-bar .list-top-bar li a .fa-phone {
          -webkit-transform: rotate(140deg);
          -ms-transform: rotate(140deg);
          transform: rotate(140deg); }
      .top-bar .list-top-bar li .multi-language {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin: 0;
        list-style: none;
        background: #fff;
        position: absolute;
        width: 150px;
        z-index: 99;
        -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
        display: none;
        right: 0; }
        .top-bar .list-top-bar li .multi-language li {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; }
          .top-bar .list-top-bar li .multi-language li a {
            color: #0088cc;
            font-size: 1rem;
            border-bottom: 1px solid #e7e7e7;
            border-left: 3px solid #e7e7e7; }
            .top-bar .list-top-bar li .multi-language li a img {
              width: 30px;
              margin-right: .5rem; }
          .top-bar .list-top-bar li .multi-language li .active {
            border-left: 3px solid #0088cc; }

#header {
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }
  #header .logo a {
    display: block; }
    #header .logo a img {
      max-width: 100%; }
  #header .menu-desktop .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    #header .menu-desktop .main-menu li {
      position: relative; }
      #header .menu-desktop .main-menu li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        border-top: 3px solid #0088cc;
        z-index: 9; }
      #header .menu-desktop .main-menu li a {
        padding: .875rem 1rem;
        display: block;
        color: #0088cc;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
        font-weight: 600;
        font-size: .75rem;
        border-radius: 5px;
        text-transform: uppercase; }
        #header .menu-desktop .main-menu li a:hover {
          background: #0088cc;
          color: #fff; }
      #header .menu-desktop .main-menu li .active {
        color: #fff;
        background: #0088cc; }
        #header .menu-desktop .main-menu li .active:hover {
          color: #fff; }
      #header .menu-desktop .main-menu li .sub-menu {
        padding: 0;
        list-style: none;
        background: #fff;
        -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 100%;
        left: 0px;
        width: 200px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
        margin-top: 1.5rem;
        border-radius: 5px; }
        #header .menu-desktop .main-menu li .sub-menu li {
          position: relative; }
          #header .menu-desktop .main-menu li .sub-menu li:hover .sub-lv-menu {
            opacity: 1;
            visibility: visible;
            margin-top: 0;
            border-top: 3px solid #0088cc;
            z-index: 9; }
          #header .menu-desktop .main-menu li .sub-menu li a {
            padding: .5rem 1rem;
            border-bottom: 1px solid #e7e7e7;
            font-size: .75rem; }
            #header .menu-desktop .main-menu li .sub-menu li a:hover {
              border-radius: 0; }
          #header .menu-desktop .main-menu li .sub-menu li .sub-lv-menu {
            padding: 0;
            list-style: none;
            background: #fff;
            -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
            position: absolute;
            top: 0;
            right: 100%;
            width: 200px;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all .35s;
            -o-transition: all .35s;
            transition: all .35s;
            border-radius: 5px; }
        #header .menu-desktop .main-menu li .sub-menu li:last-child a {
          border-bottom: 0; }
  #header .call-now {
    text-align: center; }
    #header .call-now a {
      display: block;
      font-size: .875rem; }
      #header .call-now a span:first-child {
        width: 35px;
        height: 35px;
        display: inline-block;
        text-align: center;
        line-height: 35px;
        border-radius: 50%;
        border: 1px solid #0084c6;
        margin-right: .5rem;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
        #header .call-now a span:first-child i {
          -webkit-animation: call_to_me 2s .7s infinite;
          -webkit-transform-origin: 50% 4px;
          -moz-animation: call_to_me 2s .7s infinite;
          -moz-transform-origin: 50% 4px;
          animation: call_to_me 2s .7s infinite;
          -ms-transform-origin: 50% 4px;
          transform-origin: 50% 4px; }
      #header .call-now a span:last-child {
        color: #4a4a4a;
        font-size: 1.125rem;
        font-weight: bold; }

.menu_fixed {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: -500px;
  left: 0px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }

.slider #main_slide .owl-prev, .slider #main_slide .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  width: 40px;
  background: rgba(0, 0, 0, 0.6);
  height: 40px;
  color: #fff;
  border-radius: 50%;
  outline: 0; }
.slider #main_slide .owl-prev {
  left: 0px; }
.slider #main_slide .owl-next {
  right: 0px; }
.slider #main_slide .owl-dots {
  display: none; }

.select {
  position: relative; }
  .select .icon-select {
    position: absolute;
    top: 50%;
    right: 1rem;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1; }
  .select select {
    background: transparent; }

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.back-to-top {
  position: fixed;
  bottom: 90px;
  padding: 0;
  width: 35px;
  height: 35px;
  background: #fff;
  border: none;
  color: #0088cc;
  right: 1rem;
  border-radius: 50%;
  outline: 0;
  display: none;
  z-index: 9;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }

.m-auto {
  margin: 0 auto; }

.link-to-page {
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  .link-to-page a {
    width: 130px;
    display: block;
    background: #0088cc;
    color: #fff;
    padding: .5rem;
    border-radius: 5px;
    text-align: center; }
    .link-to-page a:hover {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px); }

.menu-mobile {
  display: none; }

.fixed {
  top: 0px !important; }

.home-intro {
  background: #2f2f2f;
  padding: 1rem 0; }
  .home-intro .title {
    color: #fff; }
    .home-intro .title span {
      font-size: 1.6em;
      color: #0088cc; }
  .home-intro .sub-title {
    color: #999; }
  .home-intro .get-started .order-today {
    position: relative;
    background: #0088cc;
    padding: .5rem 1rem;
    border-radius: 5px;
    color: #fff; }
  .home-intro .get-started .to-contact {
    color: #999;
    margin-left: 1rem; }

.word-rotator {
  margin-top: 3rem;
  background-image: url(../images/bg-word-rotator.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .word-rotator .title {
    font-size: 1.5rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .word-rotator .title strong {
      color: #FFF;
      display: inline-block;
      position: relative;
      background-color: #0088cc;
      padding: 0 .5rem;
      height: 30px;
      width: 110px;
      margin: 0 .5rem;
      border-radius: 3px; }
      .word-rotator .title strong .item-0 {
        position: absolute;
        display: block;
        top: 50%;
        width: 100%;
        font-size: 1rem;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        left: 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-animation-name: anim-0;
        animation-name: anim-0; }
      .word-rotator .title strong .item-1 {
        position: absolute;
        display: block;
        top: 50%;
        width: 100%;
        font-size: 1rem;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        left: 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-animation-name: anim-1;
        animation-name: anim-1; }
      .word-rotator .title strong .item-2 {
        position: absolute;
        display: block;
        top: 50%;
        width: 100%;
        font-size: 1rem;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        left: 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-animation-name: anim-2;
        animation-name: anim-2; }
      .word-rotator .title strong .item-3 {
        position: absolute;
        display: block;
        top: 50%;
        width: 100%;
        font-size: 1rem;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        left: 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-animation-name: anim-3;
        animation-name: anim-3; }
      .word-rotator .title strong .item-4 {
        position: absolute;
        display: block;
        top: 50%;
        width: 100%;
        font-size: 1rem;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        left: 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-animation-name: anim-4;
        animation-name: anim-4; }
      .word-rotator .title strong .item-5 {
        position: absolute;
        display: block;
        top: 50%;
        width: 100%;
        font-size: 1rem;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        left: 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-animation-name: anim-5;
        animation-name: anim-5; }
  .word-rotator .sub-title {
    font-size: 1.125rem;
    text-align: center; }
  .word-rotator .item-word {
    margin-top: 3rem; }
    .word-rotator .item-word .title-word {
      text-align: center;
      margin-top: 1rem;
      color: #0088cc; }
    .word-rotator .item-word .img-word {
      width: 145px;
      height: 145px;
      border-radius: 50%;
      margin: 0 auto;
      padding: .25rem;
      border: 2px dashed #a4a4a4; }
      .word-rotator .item-word .img-word a {
        display: block; }
        .word-rotator .item-word .img-word a img {
          width: 100%;
          height: 100%;
          border-radius: 50%; }
    .word-rotator .item-word .img-word-larg {
      width: 340px;
      height: 340px;
      border-radius: 50%;
      margin: 0 auto;
      padding: .25rem;
      border: 2px dashed #a4a4a4; }
      .word-rotator .item-word .img-word-larg a {
        display: block; }
        .word-rotator .item-word .img-word-larg a img {
          width: 100%;
          height: 100%;
          border-radius: 50%; }

.our-service {
  margin-top: 5rem; }
  .our-service .text-service {
    font-size: .875rem;
    margin-bottom: 2rem; }
    .our-service .text-service .img-service {
      margin: 1rem 0; }
      .our-service .text-service .img-service img {
        width: 100%; }
    .our-service .text-service .to-contact {
      margin: 3rem 0;
      padding-bottom: 3rem;
      border-bottom: 1px solid #e7e7e7; }
      .our-service .text-service .to-contact a {
        padding: .5rem 1rem;
        display: block;
        width: 150px;
        background: #0088cc;
        color: #fff;
        border-radius: 5px;
        margin: 0 auto;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s; }
        .our-service .text-service .to-contact a:hover {
          -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
          transform: translateY(-5px);
          -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }
  .our-service .item-service {
    padding: .5rem .5rem 1rem;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }
    .our-service .item-service .img-service {
      line-height: 0;
      margin-bottom: 1rem; }
      .our-service .item-service .img-service a {
        display: block; }
        .our-service .item-service .img-service a img {
          width: 100%; }
    .our-service .item-service .name-service a {
      display: block; }
    .our-service .item-service .summary {
      margin-bottom: .5rem;
      font-size: .875rem; }
    .our-service .item-service .load-more {
      text-align: right; }
      .our-service .item-service .load-more a {
        padding: .5rem 1rem;
        display: inline-block;
        background: #0088cc;
        color: #fff;
        border-radius: 5px;
        margin: 0 auto;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
        font-size: .875rem; }
        .our-service .item-service .load-more a:hover {
          -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
          transform: translateY(-5px);
          -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }
  .our-service .item-li-service {
    text-align: center;
    padding: 2rem 1rem;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    .our-service .item-li-service:hover {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px); }
    .our-service .item-li-service .icon-li-service {
      width: 100px;
      height: 100px;
      margin: 0 auto;
      text-align: center;
      line-height: 100px;
      background: #0088cc;
      color: #fff;
      font-size: 2rem;
      border-radius: 50%;
      margin-bottom: 1rem; }
    .our-service .item-li-service .cl-flag {
      color: #e36159 !important; }
    .our-service .item-li-service .cl-text {
      color: #2baab1 !important; }
    .our-service .item-li-service .cl-setting {
      color: #383f48 !important; }
    .our-service .item-li-service .bg-flag {
      background: #e36159 !important; }
    .our-service .item-li-service .bg-text {
      background: #2baab1 !important; }
    .our-service .item-li-service .bg-setting {
      background: #383f48 !important; }
    .our-service .item-li-service .title-li-service {
      color: #0088cc; }
    .our-service .item-li-service .sub-title-li-service {
      font-size: .875rem; }

.why-choose-our {
  margin-top: 3rem; }
  .why-choose-our .title {
    margin-bottom: 1.5rem;
    font-size: 1.125rem; }
  .why-choose-our .sub-title {
    margin-bottom: 2rem; }
  .why-choose-our .my-tab .title-tab {
    border: none; }
    .why-choose-our .my-tab .title-tab li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
      .why-choose-our .my-tab .title-tab li .to-tab {
        border: 1px solid #e7e7e7;
        border-bottom: none;
        padding: .5rem;
        font-size: .75rem;
        font-weight: 500; }
  .why-choose-our .my-tab .txt-tab {
    padding: 1rem;
    font-size: .875rem;
    border: 1px solid #e7e7e7; }
  .why-choose-our .customers-say {
    padding: 1rem;
    font-size: .875rem;
    border: 1px solid #e7e7e7; }
  .why-choose-our .item-why {
    padding: 1rem;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .why-choose-our .item-why:hover {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px); }
    .why-choose-our .item-why .icon-why {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 2.25rem;
      flex: 0 0 2.25rem;
      text-align: center;
      height: 2.25rem;
      border-radius: 50%;
      background: #1e88cc;
      line-height: 2.25rem;
      color: #fff;
      margin-right: 1rem; }
    .why-choose-our .item-why .txt-item-why {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 3.25rem);
      flex: 0 0 calc(100% - 3.25rem);
      max-width: calc(100% - 3.25rem); }
      .why-choose-our .item-why .txt-item-why .title-why {
        margin-bottom: 0;
        font-size: 1rem; }
    .why-choose-our .item-why .sub-title-why {
      margin-top: .75rem;
      font-size: .875rem; }

.countries {
  margin-top: 3rem; }
  .countries .title {
    font-weight: normal;
    text-align: center;
    font-size: 1.5rem; }
  .countries .sub-title {
    text-align: center;
    margin-bottom: 2rem; }
  .countries .countries_slide .owl-nav {
    display: none; }
  .countries .countries_slide .owl-dots {
    text-align: center;
    margin-top: .5rem; }
    .countries .countries_slide .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      background: #ccc;
      border-radius: 50%;
      margin-right: .5rem;
      outline: 0; }
    .countries .countries_slide .owl-dots .active {
      background: #0088cc; }

.what-say #client_slide .owl-nav {
  display: none; }
.what-say #client_slide .owl-dots {
  text-align: center;
  margin-top: .5rem; }
  .what-say #client_slide .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin-right: .5rem;
    outline: 0; }
  .what-say #client_slide .owl-dots .active {
    background: #0088cc; }
.what-say .item-say {
  padding-bottom: .5rem; }
  .what-say .item-say .text-say {
    padding: 1rem 2rem;
    background: #0088cc;
    color: #fff;
    font-size: .875rem;
    border-radius: 1.25rem;
    margin-bottom: 2rem;
    position: relative; }
    .what-say .item-say .text-say:after {
      content: "";
      border-left: 1rem solid transparent;
      border-right: 1rem solid transparent;
      border-top: 1rem solid #0088cc;
      height: 0;
      margin: 0 0 0 17px;
      width: 0;
      border-top-color: #0088cc;
      top: 100%;
      left: 0;
      position: absolute; }
  .what-say .item-say .icon-message {
    padding: .5rem;
    text-align: center;
    background: #fff;
    font-size: 1.5rem;
    color: #0088cc;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); }
  .what-say .item-say .txt-user-say {
    font-size: .875rem; }
    .what-say .item-say .txt-user-say h3 {
      font-size: 1rem;
      margin-bottom: 0; }

.blog {
  margin-top: 5rem; }
  .blog .title {
    margin-bottom: 1rem; }
  .blog .item-blog {
    padding: 0 0 1rem;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    margin: 0 .5rem .25rem; }
    .blog .item-blog .img-blog {
      line-height: 0;
      margin-bottom: 1rem; }
      .blog .item-blog .img-blog a {
        display: block; }
        .blog .item-blog .img-blog a img {
          width: 100%; }
    .blog .item-blog .name-blog {
      padding: 0 1rem; }
      .blog .item-blog .name-blog a {
        display: block; }
    .blog .item-blog .summary {
      margin-bottom: .5rem;
      padding: 0 1rem;
      font-size: .875rem; }
    .blog .item-blog .load-more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .blog .item-blog .load-more a {
        padding: .5rem 1rem;
        display: block;
        background: #0088cc;
        color: #fff;
        border-radius: 5px;
        margin: 0 1rem;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
        text-align: center;
        font-size: .875rem; }
        .blog .item-blog .load-more a:hover {
          -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
          transform: translateY(-5px);
          -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }
  .blog #slide_blog .owl-nav {
    display: none; }
  .blog #slide_blog .owl-dots {
    text-align: center;
    margin-top: .5rem; }
    .blog #slide_blog .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      background: #ccc;
      border-radius: 50%;
      margin-right: .5rem;
      outline: 0; }
    .blog #slide_blog .owl-dots .active {
      background: #0088cc; }

footer {
  background: #0e0e0e;
  color: #777777;
  margin-top: 5rem;
  padding: 3rem 0; }
  footer .title {
    margin-bottom: 1rem;
    color: #fff; }
  footer .information {
    font-size: .875rem;
    margin-bottom: .5rem; }
  footer .list-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .875rem; }
    footer .list-contact li {
      margin-bottom: .5rem; }
      footer .list-contact li span:first-child {
        margin-right: .5rem;
        font-size: 1rem; }
  footer .list-social {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer .list-social li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
      flex: 0 0 30px;
      max-width: 30px;
      text-align: center;
      line-height: 30px;
      background: #fff;
      border-radius: 50%;
      margin-right: .5rem; }
      footer .list-social li a {
        display: block;
        color: #4a4a4a; }
        footer .list-social li a:hover {
          color: #0088cc; }
    footer .list-social li:last-child {
      margin-right: 0; }
  footer .list-order {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .875rem; }
    footer .list-order li a {
      display: block;
      margin-bottom: .5rem;
      color: #777777;
      font-size: .875rem; }

/* breadcrumb*/
.breadcrumb {
  padding: .5rem 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: .875rem; }

/* BLOG PAGE */
.blog-page {
  margin-top: 3rem; }
  .blog-page .title {
    padding-left: 1rem;
    border-left: 5px solid #0088cc;
    margin-bottom: 1.5rem; }
  .blog-page .item-blog {
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem; }
    .blog-page .item-blog .img-blog {
      line-height: 0;
      overflow: hidden; }
      .blog-page .item-blog .img-blog:hover a img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15); }
      .blog-page .item-blog .img-blog a {
        display: block; }
        .blog-page .item-blog .img-blog a img {
          width: 100%;
          -webkit-transition: all .35s;
          -o-transition: all .35s;
          transition: all .35s; }
  .blog-page .info-more-blog {
    padding: 1rem;
    font-size: .875rem; }
    .blog-page .info-more-blog .created {
      font-size: 12px;
      margin-bottom: .5rem; }
      .blog-page .info-more-blog .created span {
        margin-right: .5rem; }
    .blog-page .info-more-blog .name-blog a {
      display: block; }
  .blog-page .side-bar .search-bar .form-search {
    padding: 0; }
    .blog-page .side-bar .search-bar .form-search .form-group {
      position: relative;
      margin-bottom: 0; }
    .blog-page .side-bar .search-bar .form-search .btn-search {
      position: absolute;
      width: 40px;
      height: 35px;
      background: #0088cc;
      z-index: 9;
      border: none;
      font-size: 16px;
      color: #fff;
      border-radius: 5px;
      top: 3px;
      right: 3px;
      cursor: pointer;
      padding: 0;
      outline: 0; }
  .blog-page .side-bar .title-bar {
    font-size: 20px;
    border-left: 5px solid #0088cc;
    padding: 0 .5rem;
    margin: 2rem 0 1rem; }
  .blog-page .side-bar .list-cate {
    list-style: none;
    padding: 0;
    margin: 1rem 0; }
    .blog-page .side-bar .list-cate li a {
      display: block;
      padding: .25rem .75rem;
      color: #4a4a4a;
      font-size: .875rem;
      text-transform: capitalize; }
      .blog-page .side-bar .list-cate li a span:first-child {
        margin-right: .5rem;
        font-size: 0.625rem; }
  .blog-page .side-bar .list-item {
    padding: 0;
    list-style: none;
    margin: 1rem 0; }
    .blog-page .side-bar .list-item li {
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      border-bottom: 1px dashed #e7e7e7; }
      .blog-page .side-bar .list-item li .img-related {
        line-height: 0; }
        .blog-page .side-bar .list-item li .img-related a {
          display: block; }
          .blog-page .side-bar .list-item li .img-related a img {
            width: 100%; }
      .blog-page .side-bar .list-item li .info-related .name-related {
        font-size: .875rem;
        margin-bottom: 0.25rem; }
        .blog-page .side-bar .list-item li .info-related .name-related a {
          display: block; }
      .blog-page .side-bar .list-item li .info-related .created {
        margin: 0;
        margin-bottom: .25rem;
        font-size: .75rem; }
  .blog-page .side-bar .blog-tags ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .blog-page .side-bar .blog-tags ul li a {
      padding: .5rem;
      display: block;
      margin-right: .5rem;
      border: 1px solid #e7e7e7;
      font-size: .75rem;
      margin-bottom: .5rem;
      color: #4a4a4a; }
  .blog-page .box-share {
    margin-top: 1rem; }
    .blog-page .box-share ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0;
      margin: 0; }
      .blog-page .box-share ul li {
        margin-right: .5rem; }
        .blog-page .box-share ul li a {
          display: block;
          padding: 0;
          border-radius: 5px;
          width: 60px;
          text-align: center;
          height: 40px;
          line-height: 40px;
          font-size: 16px;
          color: #fff; }
        .blog-page .box-share ul li .facebook {
          background: #385898; }
        .blog-page .box-share ul li .twitter {
          background: #1ea1f1; }
        .blog-page .box-share ul li .instagram {
          background: #d82b7e; }
  .blog-page .created {
    color: #4a4a4a;
    font-size: 14px;
    margin-bottom: .5rem; }
  .blog-page .text-detail img, .blog-page .text-detail iframe {
    width: 100% !important;
    margin: 1rem 0; }
  .blog-page .text-detail ul, .blog-page .text-detail ol {
    padding: 0 1rem;
    margin: 1rem 0; }

/* order-list-page*/
.list-order-page {
  margin-top: 3rem; }
  .list-order-page .item-order {
    text-align: center;
    padding: 0;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem; }
    .list-order-page .item-order:hover .img-order a img {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
    .list-order-page .item-order .img-order {
      line-height: 0;
      overflow: hidden; }
      .list-order-page .item-order .img-order a {
        display: block; }
        .list-order-page .item-order .img-order a img {
          width: 100%;
          -webkit-transition: all .35s;
          -o-transition: all .35s;
          transition: all .35s; }
    .list-order-page .item-order .info-order {
      padding: 1rem .5rem;
      text-align: left; }
      .list-order-page .item-order .info-order .price {
        font-size: 1.15rem;
        margin-bottom: .5rem;
        font-weight: 600; }
      .list-order-page .item-order .info-order .name-order a {
        display: block; }
      .list-order-page .item-order .info-order .summary {
        margin-bottom: .5rem; }
      .list-order-page .item-order .info-order .load-more {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .list-order-page .item-order .info-order .load-more a {
          padding: .5rem;
          display: block;
          width: 150px;
          background: #0088cc;
          color: #fff;
          border-radius: 5px;
          -webkit-transition: all .35s;
          -o-transition: all .35s;
          transition: all .35s; }
          .list-order-page .item-order .info-order .load-more a:hover {
            -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            transform: translateY(-5px);
            -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }

/* order-details-page*/
.order-details-page {
  margin-top: 3rem; }
  .order-details-page .img-order-details {
    line-height: 0; }
    .order-details-page .img-order-details img {
      width: 100%; }
  .order-details-page .txt-order-details .name-order {
    font-size: 1.75rem;
    margin-bottom: 1rem; }
  .order-details-page .txt-order-details .rate-order .item-rate {
    font-size: 12px;
    color: #e4d600; }
  .order-details-page .txt-order-details .rate-order .user-vote {
    font-style: italic; }
  .order-details-page .txt-order-details .price {
    font-size: 1.5rem;
    margin: 1rem 0;
    color: #0088cc; }
  .order-details-page .txt-order-details .summary {
    font-size: .875rem;
    margin-bottom: 1rem; }
  .order-details-page .txt-order-details .form-order-now {
    padding: 2rem 1rem;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    font-size: .875rem;
    color: #4a4a4a; }
    .order-details-page .txt-order-details .form-order-now .title {
      font-size: 1.25rem;
      margin-bottom: 1rem; }

/* how-to-order page*/
.how-to-order {
  background: #0077b3;
  color: #fff;
  padding: 2rem 0;
  margin-top: 3rem; }
  .how-to-order .txt-order-page {
    font-size: 1.25rem; }
    .how-to-order .txt-order-page h2 {
      font-size: 2rem;
      margin-bottom: 1rem; }
    .how-to-order .txt-order-page h3 {
      font-size: 1.5rem;
      margin-bottom: 1rem; }
    .how-to-order .txt-order-page div {
      margin-bottom: 1rem; }
  .how-to-order .img-order-page {
    line-height: 0; }
    .how-to-order .img-order-page img {
      width: 100%; }
  .how-to-order .list-flag {
    margin: 0;
    padding: 0 3rem;
    list-style: none; }
    .how-to-order .list-flag li {
      line-height: 0; }

.option-01 {
  padding: 3rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e7e7e7; }
  .option-01 .title {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: normal; }
  .option-01 .sub-title {
    font-size: 1.25rem;
    font-weight: 500; }
  .option-01 ol, .option-01 ul {
    padding: 0 1rem;
    font-size: 1.25rem;
    margin: 1rem 0; }
  .option-01 .link-to-cv {
    text-align: center;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    border-top: 5px solid #e7e7e7;
    border-radius: 10px; }
    .option-01 .link-to-cv h3 {
      font-size: 1.25rem;
      margin-bottom: 1rem; }
    .option-01 .link-to-cv .img-to-cv {
      line-height: 0; }
      .option-01 .link-to-cv .img-to-cv a {
        display: block; }
        .option-01 .link-to-cv .img-to-cv a img {
          width: 100%; }

.option-02 {
  padding: 2rem 0 3rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e7e7e7; }
  .option-02 .title {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: normal; }
  .option-02 .sub-title {
    font-size: 1.25rem;
    font-weight: 500; }
  .option-02 .item-option {
    text-align: center;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }
    .option-02 .item-option .title-item {
      margin: 0;
      background: #eee;
      padding: 3rem 1rem; }
    .option-02 .item-option .price-option {
      width: 150px;
      text-align: center;
      background: #fff;
      border-radius: 20px;
      -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
      margin: 0 auto;
      margin-top: -20px;
      font-size: 1.15rem;
      color: #0e81d4;
      font-weight: 600;
      padding: .25rem .5rem; }
    .option-02 .item-option .order-online {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 1rem; }
      .option-02 .item-option .order-online a {
        position: relative;
        background: #0088cc;
        padding: .5rem 1rem;
        border-radius: 5px;
        color: #fff; }
    .option-02 .item-option .list-pl {
      padding: 0;
      margin: 1.5rem 0 0;
      list-style: none; }
      .option-02 .item-option .list-pl li {
        padding: .5rem;
        border-bottom: 1px solid #e7e7e7; }
  .option-02 .active {
    border: 1px solid #0088cc; }
    .option-02 .active .title-item {
      background: #0088cc;
      color: #fff; }

/* service-page*/
.service-page {
  margin-top: 3rem; }
  .service-page .title {
    font-size: 1.5rem;
    margin-bottom: 1rem; }
  .service-page .sub-title {
    font-size: 1.15rem;
    margin-bottom: 1rem; }
  .service-page .item-li-service {
    text-align: center;
    padding: 2rem 1rem;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    .service-page .item-li-service:hover {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px); }
    .service-page .item-li-service .icon-li-service {
      width: 100px;
      height: 100px;
      margin: 0 auto;
      text-align: center;
      line-height: 100px;
      background: #0088cc;
      color: #fff;
      font-size: 2rem;
      border-radius: 50%;
      margin-bottom: 1rem; }
    .service-page .item-li-service .cl-flag {
      color: #e36159 !important; }
    .service-page .item-li-service .cl-text {
      color: #2baab1 !important; }
    .service-page .item-li-service .cl-setting {
      color: #383f48 !important; }
    .service-page .item-li-service .bg-flag {
      background: #e36159 !important; }
    .service-page .item-li-service .bg-text {
      background: #2baab1 !important; }
    .service-page .item-li-service .bg-setting {
      background: #383f48 !important; }
    .service-page .item-li-service .title-li-service {
      color: #0088cc; }
    .service-page .item-li-service .sub-title-li-service {
      font-size: .875rem; }
  .service-page .item-link-order {
    text-align: center;
    padding: 1rem;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-top: 5px solid #0088cc; }
    .service-page .item-link-order .txt-item-link {
      margin-bottom: 1rem; }
    .service-page .item-link-order .link-order {
      width: 130px;
      margin: 0 auto; }
      .service-page .item-link-order .link-order a {
        display: block;
        background: #0088cc;
        color: #fff;
        padding: .5rem;
        border-radius: 5px; }
  .service-page .what-we-do {
    margin-top: 3rem;
    font-size: 1.15rem; }
    .service-page .what-we-do .link-to-cv {
      text-align: center;
      padding: 2rem;
      border: 1px solid #e7e7e7;
      border-top: 5px solid #e7e7e7;
      border-radius: 10px; }
      .service-page .what-we-do .link-to-cv h3 {
        font-size: 1.25rem;
        margin-bottom: 1rem; }
      .service-page .what-we-do .link-to-cv .img-to-cv {
        line-height: 0; }
        .service-page .what-we-do .link-to-cv .img-to-cv a {
          display: block; }
          .service-page .what-we-do .link-to-cv .img-to-cv a img {
            width: 100%; }
  .service-page .detail-service {
    margin-top: 2rem; }
    .service-page .detail-service .title-box {
      font-size: 1.25rem;
      text-transform: uppercase;
      margin-bottom: 1rem;
      padding: 0 .5rem;
      border-left: 5px solid #0088cc; }
    .service-page .detail-service h4 {
      font-size: 1rem;
      margin-bottom: .5rem;
      color: #0088cc; }
    .service-page .detail-service ol {
      margin: 0;
      padding: 0 1rem; }
    .service-page .detail-service ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .service-page .detail-service ul li {
        padding: .25rem 1rem;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
        border-radius: 5px; }
        .service-page .detail-service ul li i {
          margin-right: 1rem; }
        .service-page .detail-service ul li:hover {
          background: #0088cc;
          color: #fff; }

/* list-service-page*/
.list-service-page {
  margin-top: 3rem; }
  .list-service-page .item-service {
    text-align: center;
    padding: 0;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    position: relative; }
    .list-service-page .item-service:hover .img-service a img {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
    .list-service-page .item-service:hover .link-to-service {
      top: 0 !important;
      right: 0 !important;
      z-index: 9 !important;
      opacity: 1 !important; }
    .list-service-page .item-service .img-service {
      line-height: 0;
      overflow: hidden; }
      .list-service-page .item-service .img-service a {
        display: block; }
        .list-service-page .item-service .img-service a img {
          width: 100%;
          -webkit-transition: all .35s;
          -o-transition: all .35s;
          transition: all .35s; }
    .list-service-page .item-service .info-service {
      padding: 1rem 0.5rem;
      text-transform: capitalize;
      text-align: center;
      background: #e7e7e7; }
      .list-service-page .item-service .info-service .name-service {
        font-size: .95rem; }
        .list-service-page .item-service .info-service .name-service a {
          display: block;
          color: #4a4a4a; }
          .list-service-page .item-service .info-service .name-service a:hover {
            color: #0088cc; }
    .list-service-page .item-service .link-to-service {
      padding: .5rem .75rem;
      background: #0088cc;
      color: #fff;
      border-radius: 5px;
      position: absolute;
      top: -1rem;
      right: -1rem;
      z-index: -1;
      opacity: 0; }
  .list-service-page .my-tab .title-tab li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .list-service-page .my-tab .txt-tab {
    padding: 1rem 0; }

/* detail-document-page*/
.detail-document-page {
  margin-top: 3rem; }
  .detail-document-page .title {
    font-size: 1.5rem;
    padding-left: .5rem;
    border-left: 5px solid #0088cc;
    margin-bottom: 1rem; }
  .detail-document-page .detail-document .name-document {
    font-size: 1.25rem;
    margin-bottom: 1rem; }
  .detail-document-page .img-detail-document {
    padding: .25rem;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); }
    .detail-document-page .img-detail-document img {
      width: 100%; }

/* about-page*/
.about-page {
  margin-top: 3rem; }
  .about-page .title {
    font-size: 1.5rem;
    margin-bottom: 1rem; }
  .about-page .txt-title {
    font-size: 1.15rem;
    margin-bottom: 1rem; }
  .about-page .item-about {
    padding: 1rem;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .about-page .item-about:hover {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px); }
    .about-page .item-about .sub-title-about {
      font-size: .875rem; }
    .about-page .item-about .icon-about {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 2.25rem;
      flex: 0 0 2.25rem;
      text-align: center;
      height: 2.25rem;
      border-radius: 50%;
      background: #1e88cc;
      line-height: 2.25rem;
      color: #fff;
      margin-right: 1rem; }
    .about-page .item-about .txt-item-about {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 3.25rem);
      flex: 0 0 calc(100% - 3.25rem);
      max-width: calc(100% - 3.25rem); }
      .about-page .item-about .txt-item-about .title-about {
        margin-bottom: 0; }
    .about-page .item-about .sub-title-about {
      margin-top: .75rem; }

.count-animate {
  padding: 3rem 0;
  background: #005c8a;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 1rem; }
  .count-animate .aft-counter {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0;
    text-shadow: 0px 3px #4a4a4a; }

.quick-service {
  margin-top: 3rem; }
  .quick-service .title-quick {
    font-size: 1.5rem;
    margin-bottom: .5rem; }
  .quick-service .txt-title {
    font-size: 1rem; }
  .quick-service .count-progress-bars .item-progress {
    margin-bottom: 1rem; }
    .quick-service .count-progress-bars .item-progress .bar {
      height: 30px;
      border: 1px solid #e7e7e7;
      border-radius: 15px;
      -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
      background: #fff;
      position: relative; }
      .quick-service .count-progress-bars .item-progress .bar .count-bar {
        position: absolute;
        top: 0px;
        left: 0px;
        background: #0088cc;
        border-radius: 15px;
        height: 100%;
        color: #fff;
        font-weight: 600;
        line-height: 28px;
        text-align: center; }

.anm-progress .processbar-1 {
  -webkit-animation: processbar-1 1.5s linear;
  animation: processbar-1 1.5s linear;
  width: 10%; }
@keyframes processbar-1 {
  from {
    width: 5%; }
  to {
    width: 10%; } }
@-webkit-keyframes processbar-1 {
  from {
    width: 5%; }
  to {
    width: 10%; } }
.anm-progress .processbar-2 {
  -webkit-animation: processbar-2 1.5s linear;
  animation: processbar-2 1.5s linear;
  width: 20%; }
@keyframes processbar-2 {
  from {
    width: 5%; }
  to {
    width: 20%; } }
@-webkit-keyframes processbar-2 {
  from {
    width: 5%; }
  to {
    width: 20%; } }
.anm-progress .processbar-3 {
  -webkit-animation: processbar-3 1.5s linear;
  animation: processbar-3 1.5s linear;
  width: 30%; }
@keyframes processbar-3 {
  from {
    width: 5%; }
  to {
    width: 30%; } }
@-webkit-keyframes processbar-3 {
  from {
    width: 5%; }
  to {
    width: 30%; } }
.anm-progress .processbar-4 {
  -webkit-animation: processbar-4 1.5s linear;
  animation: processbar-4 1.5s linear;
  width: 40%; }
@keyframes processbar-4 {
  from {
    width: 5%; }
  to {
    width: 40%; } }
@-webkit-keyframes processbar-4 {
  from {
    width: 5%; }
  to {
    width: 40%; } }
.anm-progress .processbar-5 {
  -webkit-animation: processbar-5 1.5s linear;
  animation: processbar-5 1.5s linear;
  width: 50%; }
@keyframes processbar-5 {
  from {
    width: 5%; }
  to {
    width: 50%; } }
@-webkit-keyframes processbar-5 {
  from {
    width: 5%; }
  to {
    width: 50%; } }
.anm-progress .processbar-6 {
  -webkit-animation: processbar-6 1.5s linear;
  animation: processbar-6 1.5s linear;
  width: 60%; }
@keyframes processbar-6 {
  from {
    width: 5%; }
  to {
    width: 60%; } }
@-webkit-keyframes processbar-6 {
  from {
    width: 5%; }
  to {
    width: 60%; } }
.anm-progress .processbar-7 {
  -webkit-animation: processbar-7 1.5s linear;
  animation: processbar-7 1.5s linear;
  width: 70%; }
@keyframes processbar-7 {
  from {
    width: 5%; }
  to {
    width: 70%; } }
@-webkit-keyframes processbar-7 {
  from {
    width: 5%; }
  to {
    width: 70%; } }
.anm-progress .processbar-8 {
  -webkit-animation: processbar-8 1.5s linear;
  animation: processbar-8 1.5s linear;
  width: 80%; }
@keyframes processbar-8 {
  from {
    width: 5%; }
  to {
    width: 80%; } }
@-webkit-keyframes processbar-8 {
  from {
    width: 5%; }
  to {
    width: 80%; } }
.anm-progress .processbar-9 {
  -webkit-animation: processbar-9 1.5s linear;
  animation: processbar-9 1.5s linear;
  width: 90%; }
@keyframes processbar-9 {
  from {
    width: 5%; }
  to {
    width: 90%; } }
@-webkit-keyframes processbar-9 {
  from {
    width: 5%; }
  to {
    width: 90%; } }
.anm-progress .processbar-10 {
  -webkit-animation: processbar-10 1.5s linear;
  animation: processbar-10 1.5s linear;
  width: 100%; }
@keyframes processbar-10 {
  from {
    width: 5%; }
  to {
    width: 100%; } }
@-webkit-keyframes processbar-10 {
  from {
    width: 5%; }
  to {
    width: 100%; } }
/* contact-page*/
.content-contact {
  margin-top: 3rem; }
  .content-contact .form-contact {
    padding: 1.5rem;
    background: #f5f6f6; }
    .content-contact .form-contact .title-contact {
      font-size: 24px;
      margin-bottom: 1rem; }
    .content-contact .form-contact .btn-submit {
      width: 100%;
      height: 42px;
      border: none;
      background: #ffc20d;
      color: #fff;
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: 600;
      border-radius: 21px;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      cursor: pointer; }
      .content-contact .form-contact .btn-submit:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); }
    .content-contact .form-contact textarea {
      font-size: 1rem; }
  .content-contact .area-contact {
    padding: 1.5rem;
    border: 1px solid #e7e7e7;
    background: #fff; }
    .content-contact .area-contact .title {
      font-size: 24px;
      margin-bottom: .5rem; }
    .content-contact .area-contact .list-area .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 1rem; }
      .content-contact .area-contact .list-area .item .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        margin-right: 1rem;
        background: #0088cc;
        text-align: center;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 18px; }
      .content-contact .area-contact .list-area .item .txt-item .title-item {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0px; }
      .content-contact .area-contact .list-area .item .txt-item .sub-title {
        font-size: 14px; }
    .content-contact .area-contact .social {
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: 1px solid #e7e7e7; }
      .content-contact .area-contact .social ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .content-contact .area-contact .social ul li {
          width: 35px;
          height: 35px;
          text-align: center;
          line-height: 35px;
          background: #0088cc;
          margin-right: .5rem;
          -webkit-transition: all .35s;
          -o-transition: all .35s;
          transition: all .35s; }
          .content-contact .area-contact .social ul li:hover {
            background: #fff;
            -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
            transform: translateY(-3px);
            border: 1px solid #e7e7e7; }
            .content-contact .area-contact .social ul li:hover a {
              color: #000; }
          .content-contact .area-contact .social ul li a {
            color: #fff;
            display: block; }
  .content-contact .map {
    padding: 2rem 0; }
    .content-contact .map .title {
      font-size: 24px;
      margin-bottom: 1rem; }
    .content-contact .map .local-map {
      line-height: 0; }

/* FAQ-page*/
.FAQ-page {
  margin-top: 3rem; }
  .FAQ-page .title {
    font-size: 1.5rem;
    padding-left: .5rem;
    border-left: 5px solid #0088cc;
    margin-bottom: 1rem; }

.accordion .item-accordion {
  margin-bottom: 20px;
  padding: 0 1rem 1rem;
  border: 1px solid #e7e7e7; }
  .accordion .item-accordion .title-item {
    font-size: .875rem;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: .5rem 3rem .5rem 0rem;
    border-bottom: 1px solid #e7e7e7; }
    .accordion .item-accordion .title-item .icon-item {
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      font-size: .75rem; }
    .accordion .item-accordion .title-item .rotate90 {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .accordion .item-accordion .title-item .rotate180 {
      -webkit-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
      transform: rotate(180deg) translateY(50%); }
  .accordion .item-accordion .active {
    display: block !important; }
  .accordion .item-accordion .txt-item {
    display: none;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    padding-top: 6px;
    font-size: .875rem; }

.list-faq .row .col-md-6:first-child .item-accordion:first-child .txt-item {
  display: block; }

/* reviews-page*/
.reviews-page {
  margin-top: 3rem; }
  .reviews-page .title {
    font-size: 1.5rem;
    padding-left: .5rem;
    border-left: 5px solid #0088cc;
    margin-bottom: 1rem; }
  .reviews-page .item-review {
    padding: 2rem;
    background: #fbfbfa;
    border-radius: 10px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    text-align: center;
    position: relative;
    margin-bottom: 4rem;
    border: 1px solid #e7e7e7; }
    .reviews-page .item-review:hover {
      background: #0088cc;
      color: #fff; }
      .reviews-page .item-review:hover .txt-review {
        height: 200px; }
    .reviews-page .item-review .txt-review {
      height: 90px;
      overflow: hidden;
      -webkit-transition: height 2s;
      -o-transition: height 2s;
      transition: height 2s;
      margin-bottom: 2rem;
      font-size: .875rem;
      font-style: italic; }
    .reviews-page .item-review .name-user {
      font-weight: 500;
      font-size: 1rem; }
    .reviews-page .item-review .icon-user-reviews {
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      background: #0088cc;
      color: #fff;
      font-size: 1.5rem;
      border-radius: 50%;
      position: absolute;
      -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
      bottom: -2rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.h-100vh {
  height: 100vh; }

/* page-not-found*/
.page-not-found {
  background: #fff; }
  .page-not-found .img-page-not-found img {
    width: 100%; }
  .page-not-found .return-home {
    width: 60%;
    margin: 0 auto;
    text-align: center; }
    .page-not-found .return-home a {
      padding: .5rem 1rem;
      background: #0088cc;
      color: #fff;
      text-decoration: none;
      display: block;
      border-radius: 5px;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
      .page-not-found .return-home a:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px); }
  .page-not-found h3 {
    margin: 1rem 0;
    text-align: center; }
  .page-not-found .box-404 {
    padding: 2rem;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); }

.call-to-me {
  display: none; }

@-webkit-keyframes call_to_me {
  0% {
    -webkit-transform: rotateZ(0); }
  1% {
    -webkit-transform: rotateZ(30deg); }
  3% {
    -webkit-transform: rotateZ(-28deg); }
  5% {
    -webkit-transform: rotateZ(34deg); }
  7% {
    -webkit-transform: rotateZ(-32deg); }
  9% {
    -webkit-transform: rotateZ(30deg); }
  11% {
    -webkit-transform: rotateZ(-28deg); }
  13% {
    -webkit-transform: rotateZ(26deg); }
  15% {
    -webkit-transform: rotateZ(-24deg); }
  17% {
    -webkit-transform: rotateZ(22deg); }
  19% {
    -webkit-transform: rotateZ(-20deg); }
  21% {
    -webkit-transform: rotateZ(18deg); }
  23% {
    -webkit-transform: rotateZ(-16deg); }
  25% {
    -webkit-transform: rotateZ(14deg); }
  27% {
    -webkit-transform: rotateZ(-12deg); }
  29% {
    -webkit-transform: rotateZ(10deg); }
  31% {
    -webkit-transform: rotateZ(-8deg); }
  33% {
    -webkit-transform: rotateZ(6deg); }
  35% {
    -webkit-transform: rotateZ(-4deg); }
  37% {
    -webkit-transform: rotateZ(2deg); }
  39% {
    -webkit-transform: rotateZ(-1deg); }
  41% {
    -webkit-transform: rotateZ(1deg); }
  43% {
    -webkit-transform: rotateZ(0); }
  100% {
    -webkit-transform: rotateZ(0); } }
@keyframes call_to_me {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  1% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  3% {
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg); }
  5% {
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg); }
  7% {
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg); }
  9% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  11% {
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg); }
  13% {
    -webkit-transform: rotate(26deg);
    transform: rotate(26deg); }
  15% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  17% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg); }
  19% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  21% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  23% {
    -webkit-transform: rotate(-16deg);
    transform: rotate(-16deg); }
  25% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg); }
  27% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  29% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  31% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  33% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg); }
  35% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  37% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  39% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg); }
  41% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  43% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@-webkit-keyframes anim-0 {
  0%, 5.5% {
    left: -100%;
    opacity: 0; }
  11%, 16.5% {
    left: 0%;
    opacity: 1; }
  22%, 100% {
    left: 110%;
    opacity: 0; } }
@keyframes anim-0 {
  0%, 5.5% {
    left: -100%;
    opacity: 0; }
  11%, 16.5% {
    left: 0%;
    opacity: 1; }
  22%, 100% {
    left: 110%;
    opacity: 0; } }
@-webkit-keyframes anim-1 {
  0%, 22% {
    left: -100%;
    opacity: 0; }
  27.5%, 33% {
    left: 0%;
    opacity: 1; }
  38.5%, 100% {
    left: 110%;
    opacity: 0; } }
@keyframes anim-1 {
  0%, 22% {
    left: -100%;
    opacity: 0; }
  27.5%, 33% {
    left: 0%;
    opacity: 1; }
  38.5%, 100% {
    left: 110%;
    opacity: 0; } }
@-webkit-keyframes anim-2 {
  0%, 38.5% {
    left: -100%;
    opacity: 0; }
  44%, 49.5% {
    left: 0%;
    opacity: 1; }
  55%, 100% {
    left: 110%;
    opacity: 0; } }
@keyframes anim-2 {
  0%, 38.5% {
    left: -100%;
    opacity: 0; }
  44%, 49.5% {
    left: 0%;
    opacity: 1; }
  55%, 100% {
    left: 110%;
    opacity: 0; } }
@-webkit-keyframes anim-3 {
  0%, 55% {
    left: -100%;
    opacity: 0; }
  60.5%, 66% {
    left: 0%;
    opacity: 1; }
  71.5%, 100% {
    left: 110%;
    opacity: 0; } }
@keyframes anim-3 {
  0%, 55% {
    left: -100%;
    opacity: 0; }
  60.5%, 66% {
    left: 0%;
    opacity: 1; }
  71.5%, 100% {
    left: 110%;
    opacity: 0; } }
@-webkit-keyframes anim-4 {
  0%, 71.5% {
    left: -100%;
    opacity: 0; }
  77%, 82.5% {
    left: 0%;
    opacity: 1; }
  88%, 100% {
    left: 110%;
    opacity: 0; } }
@keyframes anim-4 {
  0%, 71.5% {
    left: -100%;
    opacity: 0; }
  77%, 82.5% {
    left: 0%;
    opacity: 1; }
  88%, 100% {
    left: 110%;
    opacity: 0; } }
@-webkit-keyframes anim-5 {
  0%, 88% {
    left: -100%;
    opacity: 0; }
  93.5%, 98% {
    left: 0%;
    opacity: 1; }
  100% {
    left: 110%;
    opacity: 0; } }
@keyframes anim-5 {
  0%, 88% {
    left: -100%;
    opacity: 0; }
  93.5%, 98% {
    left: 0%;
    opacity: 1; }
  100% {
    left: 110%;
    opacity: 0; } }
/* animsc*/
@-webkit-keyframes animsc-0 {
  0%, 5.5% {
    top: -100%;
    opacity: 0; }
  11%, 16.5% {
    top: 0%;
    opacity: 1; }
  22%, 100% {
    top: 110%;
    opacity: 0; } }
@keyframes animsc-0 {
  0%, 5.5% {
    top: -100%;
    opacity: 0; }
  11%, 16.5% {
    top: 0%;
    opacity: 1; }
  22%, 100% {
    top: 110%;
    opacity: 0; } }
@-webkit-keyframes animsc-1 {
  0%, 22% {
    top: -100%;
    opacity: 0; }
  27.5%, 33% {
    top: 0%;
    opacity: 1; }
  38.5%, 100% {
    top: 110%;
    opacity: 0; } }
@keyframes animsc-1 {
  0%, 22% {
    top: -100%;
    opacity: 0; }
  27.5%, 33% {
    top: 0%;
    opacity: 1; }
  38.5%, 100% {
    top: 110%;
    opacity: 0; } }
@-webkit-keyframes animsc-2 {
  0%, 38.5% {
    top: -100%;
    opacity: 0; }
  44%, 49.5% {
    top: 0%;
    opacity: 1; }
  55%, 100% {
    top: 110%;
    opacity: 0; } }
@keyframes animsc-2 {
  0%, 38.5% {
    top: -100%;
    opacity: 0; }
  44%, 49.5% {
    top: 0%;
    opacity: 1; }
  55%, 100% {
    top: 110%;
    opacity: 0; } }
@-webkit-keyframes animsc-3 {
  0%, 55% {
    top: -100%;
    opacity: 0; }
  60.5%, 66% {
    top: 0%;
    opacity: 1; }
  71.5%, 100% {
    top: 110%;
    opacity: 0; } }
@keyframes animsc-3 {
  0%, 55% {
    top: -100%;
    opacity: 0; }
  60.5%, 66% {
    top: 0%;
    opacity: 1; }
  71.5%, 100% {
    top: 110%;
    opacity: 0; } }
@-webkit-keyframes animsc-4 {
  0%, 71.5% {
    top: -100%;
    opacity: 0; }
  77%, 82.5% {
    top: 0%;
    opacity: 1; }
  88%, 100% {
    top: 110%;
    opacity: 0; } }
@keyframes animsc-4 {
  0%, 71.5% {
    top: -100%;
    opacity: 0; }
  77%, 82.5% {
    top: 0%;
    opacity: 1; }
  88%, 100% {
    top: 110%;
    opacity: 0; } }
@-webkit-keyframes animsc-5 {
  0%, 88% {
    top: -100%;
    opacity: 0; }
  93.5%, 98% {
    top: 0%;
    opacity: 1; }
  100% {
    top: 110%;
    opacity: 0; } }
@keyframes animsc-5 {
  0%, 88% {
    top: -100%;
    opacity: 0; }
  93.5%, 98% {
    top: 0%;
    opacity: 1; }
  100% {
    top: 110%;
    opacity: 0; } }
.text_input {
  display: none; }

.text_input_sc {
  display: none; }

#title {
  font-size: 1.5rem;
  text-align: center;
  font-weight: normal;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #title #text_output_sc {
    color: #4a4a4a;
    background: none;
    height: 20px;
    text-transform: capitalize;
    font-size: 1.125rem;
    width: 110px;
    padding: 0;
    text-align: left; }
  #title strong {
    color: #FFF;
    display: inline-block;
    position: relative;
    background-color: #0088cc;
    padding: 0 .5rem;
    height: 30px;
    width: 110px;
    margin: 0 .5rem;
    border-radius: 3px; }
    #title strong .item-0 {
      position: absolute;
      display: block;
      top: 50%;
      width: 100%;
      font-size: 1rem;
      -webkit-animation-duration: 10s;
      animation-duration: 10s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      left: 0px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-animation-name: anim-0;
      animation-name: anim-0; }
    #title strong .item-1 {
      position: absolute;
      display: block;
      top: 50%;
      width: 100%;
      font-size: 1rem;
      -webkit-animation-duration: 10s;
      animation-duration: 10s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      left: 0px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-animation-name: anim-1;
      animation-name: anim-1; }
    #title strong .item-2 {
      position: absolute;
      display: block;
      top: 50%;
      width: 100%;
      font-size: 1rem;
      -webkit-animation-duration: 10s;
      animation-duration: 10s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      left: 0px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-animation-name: anim-2;
      animation-name: anim-2; }
    #title strong .item-3 {
      position: absolute;
      display: block;
      top: 50%;
      width: 100%;
      font-size: 1rem;
      -webkit-animation-duration: 10s;
      animation-duration: 10s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      left: 0px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-animation-name: anim-3;
      animation-name: anim-3; }
    #title strong .item-4 {
      position: absolute;
      display: block;
      top: 50%;
      width: 100%;
      font-size: 1rem;
      -webkit-animation-duration: 10s;
      animation-duration: 10s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      left: 0px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-animation-name: anim-4;
      animation-name: anim-4; }
    #title strong .item-5 {
      position: absolute;
      display: block;
      top: 50%;
      width: 100%;
      font-size: 1rem;
      -webkit-animation-duration: 10s;
      animation-duration: 10s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      left: 0px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-animation-name: anim-5;
      animation-name: anim-5; }
    #title strong .itemsc-0 {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      -webkit-animation-duration: 10s;
      animation-duration: 10s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      top: 0px;
      -webkit-animation-name: animsc-0;
      animation-name: animsc-0; }
    #title strong .itemsc-1 {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      -webkit-animation-duration: 10s;
      animation-duration: 10s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      top: 0px;
      -webkit-animation-name: animsc-1;
      animation-name: animsc-1; }
    #title strong .itemsc-2 {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      -webkit-animation-duration: 10s;
      animation-duration: 10s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      top: 0px;
      -webkit-animation-name: animsc-2;
      animation-name: animsc-2; }
    #title strong .itemsc-3 {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      -webkit-animation-duration: 10s;
      animation-duration: 10s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      top: 0px;
      -webkit-animation-name: animsc-3;
      animation-name: animsc-3; }
    #title strong .itemsc-4 {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      -webkit-animation-duration: 10s;
      animation-duration: 10s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      top: 0px;
      -webkit-animation-name: animsc-4;
      animation-name: animsc-4; }
    #title strong .itemsc-5 {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      -webkit-animation-duration: 10s;
      animation-duration: 10s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      top: 0px;
      -webkit-animation-name: animsc-5;
      animation-name: animsc-5; }

/* slide text*/
#box5words_container {
  font-size: 1.5rem;
  color: #0088cc;
  font-weight: 600; }

.rotating {
  display: inline-block;
  position: relative;
  white-space: nowrap; }

.rotating .front, .rotating .back {
  position: relative;
  display: inline-block;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both; }

.rotating .front {
  left: 0;
  top: 0;
  position: absolute;
  display: inline-block; }

.rotating .front.flipInY {
  z-index: 1;
  display: block; }

.rotating .front span {
  width: auto;
  position: relative; }

.rotating .back {
  opacity: 0; }

.rotating .back.flipInY {
  opacity: 1;
  z-index: 2; }

.search_service {
  position: relative; }
  .search_service .form-group {
    margin-bottom: 0; }
  .search_service .btn_search {
    position: absolute;
    top: 0;
    right: 0px;
    height: 42px;
    border: none;
    padding: 0;
    background: #1e88cc;
    color: #ffF;
    font-size: 16px;
    width: 42px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer; }

.title-menu-in-page {
  padding-left: 1rem;
  border-left: 5px solid #1e88cc;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 0; }

.top_row {
  align-items: center;
  margin-bottom: 2rem; }

/*//// Responsive //////*/
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  #header .menu-desktop .main-menu li a {
    padding: 1rem .5rem; }

  .word-rotator .item-word .title-word {
    font-size: 1rem; }

  .why-choose-our .item-why {
    padding: 1rem; }
    .why-choose-our .item-why .title-why {
      font-size: 1rem; }
    .why-choose-our .item-why .sub-title-why {
      font-size: .875rem; }

  .what-say .item-say .img-client img {
    height: 60px;
    width: 60px; }

  .list-order-page .item-order .info-order .name-order {
    font-size: 1rem; } }
@media only screen and (min-width: 767px) and (max-width: 960px) {
  .top-bar .row .col-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* HOME PAGE*/
  .why-choose-our .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .why-choose-our .item-why {
    padding: 1rem .5rem; }

  .our-service .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .our-service .item-service {
    margin-bottom: 1rem; }

  .blog .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .blog .item-blog {
    margin-bottom: 1rem; }

  footer .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1rem; }

  /* BLOG PAGE*/
  .blog-page {
    margin-top: 2rem; }
    .blog-page .info-more-blog {
      padding: 1rem .5rem; }
      .blog-page .info-more-blog .name-blog {
        font-size: 1rem; }
    .blog-page .side-bar .list-item li.row .col-md-4, .blog-page .side-bar .list-item li.row .col-md-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0; }
    .blog-page .side-bar .list-item li.row .col-md-8 {
      margin-top: .5rem; }

  .option-01 .row .col-md-9, .option-01 .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .list-order-page .row .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .list-order-page .item-order .info-order .name-order {
    font-size: 1rem; }

  .order-details-page .txt-order-details .name-order {
    font-size: 1.25rem; }
  .order-details-page .txt-order-details .form-order-now {
    padding: 1rem 0; }
    .order-details-page .txt-order-details .form-order-now form .row .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }

  .service-page .list-li-service .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .service-page .what-we-do .row .col-md-9, .service-page .what-we-do .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .list-service-page .my-tab .title-tab li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .list-service-page .my-tab .item-txt-tab .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .list-service-page .item-service .info-service .name-service {
    font-size: 1rem; }

  .about-page .list-item-about .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .count-animate {
    font-size: .875rem; }
    .count-animate .counter {
      font-size: 1.5rem; }

  .content-contact .row .col-md-7, .content-contact .row .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* review-page*/
  .reviews-page .item-review {
    padding: 1rem;
    font-size: .875rem; }
  .reviews-page .list-review .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .page-not-found .row .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media (max-width: 960px) {
  .top_row .col-md-8, .top_row .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%; }

  .menu-mobile-fixed {
    top: 0 !important; }

  .menu-mobile {
    padding: .5rem 0;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    display: block;
    -webkit-transition: all .20s;
    -o-transition: all .20s;
    transition: all .20s; }
    .menu-mobile .logo {
      line-height: 0; }
      .menu-mobile .logo a {
        display: block; }
        .menu-mobile .logo a img {
          height: 45px; }
    .menu-mobile .control-menu-mobile {
      padding: 0;
      background: none;
      border: 1px solid #0088cc;
      width: 35px;
      height: 35px;
      font-size: 1rem;
      color: #0088cc;
      cursor: pointer;
      border-radius: 3px;
      outline: 0; }
    .menu-mobile .main-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      background: #fff;
      margin-top: 1rem;
      display: none;
      border: 1px solid #e7e7e7; }
      .menu-mobile .main-menu li {
        position: relative; }
        .menu-mobile .main-menu li .active {
          background: #0088cc;
          color: #fff; }
        .menu-mobile .main-menu li a {
          display: block;
          color: #4a4a4a;
          padding: .5rem;
          font-size: .875rem;
          border-bottom: 1px solid #e7e7e7; }
        .menu-mobile .main-menu li .icon-drop {
          position: absolute;
          z-index: 9;
          width: 30px;
          height: 30px;
          top: 3.5px;
          right: 3.5px;
          font-size: .65rem;
          border: 1px solid #e7e7e7;
          text-align: center;
          line-height: 30px;
          background: #fff; }
        .menu-mobile .main-menu li .sub-menu {
          list-style: none;
          padding: 0;
          -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
          border-left: 3px solid #0088cc;
          display: none; }
          .menu-mobile .main-menu li .sub-menu li {
            position: relative; }
            .menu-mobile .main-menu li .sub-menu li .icon-drop-lv {
              position: absolute;
              z-index: 9;
              width: 25px;
              height: 25px;
              top: 5px;
              right: 3.5px;
              font-size: .65rem;
              border: 1px solid #e7e7e7;
              text-align: center;
              line-height: 25px;
              background: #fff; }
            .menu-mobile .main-menu li .sub-menu li a {
              font-size: .75rem;
              border-bottom: 1px solid #e7e7e7;
              padding: .5rem; }
            .menu-mobile .main-menu li .sub-menu li .sub-lv-menu {
              list-style: none;
              padding: 0;
              -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
              box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
              border-bottom: 3px solid #0088cc;
              display: none; }
          .menu-mobile .main-menu li .sub-menu li:last-child a {
            border-bottom: 0; }
      .menu-mobile .main-menu li:last-child a {
        border-bottom: 0; }

  #header {
    display: none; }

  .breadcrumb {
    margin-top: 61px; }

  .why-choose-our .row .col-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .what-say .item-say .user-say .row .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .what-say .item-say .user-say .row .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; } }
@media (max-width: 760px) {
  .top-bar .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .top-bar .row .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 .5rem; }
      .top-bar .row .col-md-4 .list-top-bar li a {
        font-size: .75rem;
        padding: .5rem 0; }
      .top-bar .row .col-md-4 .list-top-bar li .multi-language li a {
        padding: 0.5rem; }
    .top-bar .row .col-md-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 .5rem; }
      .top-bar .row .col-md-8 .list-top-bar li a {
        font-size: .75rem;
        padding: .5rem 0; }
      .top-bar .row .col-md-8 .list-top-bar li .multi-language li a {
        padding: 0.5rem; }
  .top-bar .list-top-bar .off-mb {
    display: none; }

  .why-choose-our .row .col-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .why-choose-our .my-tab .title-tab li {
    -webkit-box-flex: 33.33333%;
    -ms-flex: 33.33333%;
    flex: 33.33333%;
    max-width: 33.33333%; }

  .our-service .row .col-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem; }
  .our-service .row .col-full:last-child {
    margin-bottom: 0; }

  .home-intro .row .col-md-8, .home-intro .row .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem; }

  .blog {
    margin-top: 3rem; }
    .blog .title {
      margin-bottom: 1rem; }
    .blog .text-blog .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 1rem; }
    .blog .text-blog .col-md-6:last-child {
      margin-bottom: 0; }
    .blog .text-blog .name-blog {
      font-size: 1rem; }

  .blog-page .item-blog {
    padding: 0 !important; }
    .blog-page .item-blog .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0px; }
    .blog-page .item-blog .info-more-blog {
      padding: .5rem !important; }

  .word-rotator .title {
    font-size: 1rem; }
  .word-rotator .sub-title {
    font-size: .875rem; }
  .word-rotator .row .col-md-2, .word-rotator .row .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem; }
  .word-rotator .item-word .img-word-larg {
    width: 250px;
    height: 250px; }

  .our-service {
    margin-top: 2rem; }
    .our-service .sub-title {
      font-size: .875rem; }
    .our-service .row .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 1rem; }

  .why-choose-our {
    margin-top: 0; }
    .why-choose-our .sub-title {
      font-size: .875rem; }
    .why-choose-our .row .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 1rem; }
    .why-choose-our .item-why {
      margin-bottom: 0; }

  .countries {
    margin-top: 2rem; }
    .countries .title {
      font-size: 1rem;
      font-weight: 600; }
    .countries .sub-title {
      font-size: .8765rem; }

  footer {
    margin-top: 3rem; }
    footer .row .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 1rem; }

  .blog-page {
    margin-top: 2rem; }
    .blog-page .info-more-blog {
      padding: 1rem .5rem; }
      .blog-page .info-more-blog .name-blog {
        font-size: 1rem; }
    .blog-page .side-bar .list-item li.row .col-md-4, .blog-page .side-bar .list-item li.row .col-md-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0; }
    .blog-page .side-bar .list-item li.row .col-md-8 {
      margin-top: .5rem; }
    .blog-page .row .col-md-4, .blog-page .row .col-md-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .blog-page .detail {
      margin-bottom: 2rem; }

  .slider {
    margin-top: 0;
    padding-top: 61px; }
    .slider .txt-slide {
      font-size: .75rem; }
      .slider .txt-slide h3 {
        font-size: .875rem; }
      .slider .txt-slide h2 {
        font-size: 1.15rem; }

  .how-to-order {
    font-size: .75rem; }
    .how-to-order .col-md-6, .how-to-order .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .how-to-order .col-md-2 {
      display: none; }
    .how-to-order .txt-order-page h2 {
      font-size: 1rem; }
    .how-to-order .txt-order-page h3 {
      font-size: .875rem; }

  .option-01 {
    font-size: .875rem; }
    .option-01 .title {
      font-size: 1.25rem; }
    .option-01 .sub-title {
      font-size: 1rem; }
    .option-01 ol, .option-01 ul {
      font-size: 1rem; }
    .option-01 .row .col-md-9, .option-01 .row .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 1rem; }

  .option-02 {
    font-size: .875rem; }
    .option-02 .title {
      font-size: 1.25rem; }
    .option-02 .sub-title {
      font-size: 1rem; }
    .option-02 .item-option {
      margin: .5rem 1rem; }
    .option-02 .row .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 1rem; }

  .list-order-page .row .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .list-order-page .item-order .info-order .name-order {
    font-size: 1rem; }

  .order-details-page .row .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem; }
  .order-details-page .txt-order-details .name-order {
    font-size: 1.25rem; }
  .order-details-page .txt-order-details .form-order-now {
    padding: 1rem 0; }
    .order-details-page .txt-order-details .form-order-now form .row .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 0; }

  .text-order-detail .my-tab .title-tab li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .service-page .sub-title {
    font-size: .875rem; }
  .service-page .list-li-service .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .service-page .list-li-service .row .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem; }
  .service-page .what-we-do {
    font-size: .875rem; }
    .service-page .what-we-do .row .col-md-9, .service-page .what-we-do .row .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }

  .list-service-page .my-tab .title-tab li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
    .list-service-page .my-tab .title-tab li a {
      font-size: .75rem; }
  .list-service-page .my-tab .item-txt-tab .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .list-service-page .item-service .info-service .name-service {
    font-size: 1rem; }

  .detail-service .row .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem; }
  .detail-service .row .col-md-6:last-child {
    margin-bottom: 0; }
  .detail-service .row .col-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem; }
  .detail-service .row .col-full:last-child {
    margin-bottom: 0; }

  .detail-document-page .row .col-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem; }
  .detail-document-page .row .col-full:last-child {
    margin-bottom: 0; }

  .about-page .list-item-about .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .count-animate {
    font-size: .875rem;
    padding: 1rem; }
    .count-animate .row .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 1rem; }
    .count-animate .counter {
      font-size: 1.5rem; }

  .quick-service .row .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem; }
  .quick-service .row .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .quick-service .count-progress-bars .item-progress:last-child {
    margin-bottom: 0; }

  .content-contact .row .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .content-contact .row .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem; }

  .list-faq .row .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* review-page*/
  .reviews-page .list-review .row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .reviews-page .item-review {
    background: #0088cc; }
    .reviews-page .item-review .txt-review {
      height: auto;
      color: #fff; }
    .reviews-page .item-review .name-user {
      color: #fff; }

  .page-not-found .row .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .page-not-found .return-home {
    width: 100%; }

  #title span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: .25rem; }
  #title .what-say .item-say .user-say .row .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  #title .what-say .item-say .user-say .row .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .alert-success-order {
    padding: 1rem;
    border: 2px solid #00b33c;
    margin: 2rem 0;
    text-align: center;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    color: #00b33c; }
    .alert-success-order .icon-alert {
      font-size: 1.5rem;
      margin-bottom: 1rem;
      line-height: 0; }
    .alert-success-order .text-alert {
      font-size: 1.125rem; } }
@media (max-width: 640px) {
  .title-menu-in-page {
    font-size: 18px; }

  .top_row .col-md-8, .top_row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%; }
  .top_row .col-md-4 {
    margin-bottom: 2rem;
    order: -1; }

  .call-to-me {
    position: fixed;
    bottom: 30px;
    padding: 0;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 2px solid #ff0000;
    color: #ff0000;
    left: 30px;
    font-size: 1.5rem;
    border-radius: 50%;
    z-index: 9;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 60px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block; }
    .call-to-me i {
      -webkit-animation: call_to_me 2s .7s infinite;
      -webkit-transform-origin: 50% 4px;
      -moz-animation: call_to_me 2s .7s infinite;
      -moz-transform-origin: 50% 4px;
      animation: call_to_me 2s .7s infinite;
      -ms-transform-origin: 50% 4px;
      transform-origin: 50% 4px; }

  #box5words_container {
    font-size: 1rem; } }
@media (max-width: 375px) {
  .top-bar .row .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%; }
  .top-bar .row .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%; }
    .top-bar .row .col-md-4 .list-top-bar li a {
      font-size: .875rem; } }

/*# sourceMappingURL=style.css.map */
