@charset "UTF-8";
a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none; }

ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0; }

label {
  font-weight: normal; }

input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 12px;
  padding-right: 12px; }

select {
  padding-left: 8px; }

input[type="number"] {
  padding-left: 5px; }

textarea {
  padding: 8px 12px 5px 12px; }

input, textarea, select, button, a {
  outline: none; }

button {
  border: none;
  background: none; }

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover; }

.relative {
  position: relative; }

.static {
  position: static; }

.absolute {
  position: absolute; }

.text-justify {
  text-align: justify; }

.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both; }

.row-ibl {
  font-size: 0; }
  .row-ibl > [class^="col-"] {
    font-size: 14px;
    float: none;
    display: inline-block;
    vertical-align: top; }
  .row-ibl:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .row-ibl.mid > [class^="col-"] {
    vertical-align: middle; }
  .row-ibl.bot > [class^="col-"] {
    vertical-align: bottom; }
  .row-ibl > [class^="col-"].i-mid {
    vertical-align: middle; }
  .row-ibl > [class^="col-"].i-top {
    vertical-align: top; }
  .row-ibl > [class^="col-"].i-bot {
    vertical-align: bottom; }

.col-xs-f20, .col-sm-f20, .col-md-f20, .col-lg-f20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-Light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-SemiBold.ttf") format("truetype");
  font-weight: 600; }
@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-Black.ttf") format("truetype");
  font-weight: 800; }
@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-Bold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/VNF-GothamBook.ttf") format("truetype"); }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham-ultra.ttf") format("truetype");
  font-weight: 800; }
.col-xs-f20 {
  float: left;
  width: 20%; }

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%; } }
.pad-0 {
  padding-left: 0px;
  padding-right: 0px; }

.pad-5 {
  padding-left: 5px;
  padding-right: 5px; }

.pad-8 {
  padding-left: 8px;
  padding-right: 8px; }

.pad-10 {
  padding-left: 10px;
  padding-right: 10px; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px; }

.col-mar-0 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px; }

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px; }

.col-mar-5 > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px; }

.col-mar-8 > div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px; }

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px; }

.col-mar-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.col-mar-15 {
  margin-left: -7px;
  margin-right: -8px; }

.col-mar-15 > div[class^="col-"] {
  padding-left: 7px;
  padding-right: 8px; }

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.c-img {
  display: block;
  position: relative;
  padding-top: 100%; }
  .c-img img, .c-img .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit; }

.h-about .ct .item .icon img, .partner img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto; }

.hv-over {
  display: block;
  position: relative; }
  .hv-over:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-over:hover:after {
    background: rgba(255, 255, 255, 0.3); }

.hv-scale {
  overflow: hidden;
  display: block; }
  .hv-scale img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-scale:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.hv-light {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #fff; }
  .hv-light:before, .hv-light:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
  .hv-light:before {
    right: 0;
    bottom: 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-light:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
  .hv-light:hover:before {
    background: rgba(242, 211, 0, 0.2); }
  .hv-light:hover:after {
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

@media all and (max-width: 1199px) {
  .md-left {
    text-align: left; }

  .md-center {
    text-align: center; }

  .md-right {
    text-align: right; } }
@media all and (max-width: 991px) {
  .sm-left {
    text-align: left; }

  .sm-center {
    text-align: center; }

  .sm-right {
    text-align: right; } }
@media all and (max-width: 767px) {
  .xs-left {
    text-align: left; }

  .xs-center {
    text-align: center; }

  .xs-right {
    text-align: right; }

  .xs-pad-7 {
    margin: 0 -7px; }
    .xs-pad-7 > [class^="col-"] {
      padding: 0 7px; }

  .xs-pad-5 {
    margin: 0 -5px; }
    .xs-pad-5 > [class^="col-"] {
      padding: 0 5px; } }
.table {
  display: table;
  margin: 0; }
  .table .line {
    display: table-row; }
  .table .cell {
    display: table-cell;
    vertical-align: middle; }

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

body {
  font-size: 14px;
  font-family: "Nunito";
  line-height: 1.5;
  color: #333; }

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content li {
  list-style: inherit;
  margin-bottom: 5px; }
.s-content p {
  margin-bottom: 10px; }
.s-content img {
  vertical-align: middle;
  max-width: 100%; }
.s-content table, .s-content iframe {
  max-width: 100%; }

.s-social .fb_iframe_widget, .s-social a.pinterest {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px; }

.slick-list {
  margin: 0 -15px; }
  .slick-list .slick-slide {
    /*margin: 0 15px; */
    margin: 15px 15px;
  }

.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute; }

.slick-dots {
  text-align: center; }
  .slick-dots button {
    display: none; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: solid 2px #666;
    border-radius: 50%;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #666; }

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.dura5 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.dura15 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.dura20 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.dura100 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s; }

header {
  padding: 8px 0; }
  header .logo {
    display: inline-block;
    vertical-align: middle; }
    header .logo img {
      display: block; }

.main-nav {
  display: inline-block;
  vertical-align: middle; }
  .main-nav > ul {
    font-size: 0; }
    .main-nav > ul > li {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      margin-right: 40px; }
      .main-nav > ul > li > a {
        display: block;
        text-transform: uppercase;
        font-size: 14px;
        color: #4c4c4c;
        font-weight: bold;
        position: relative; }
        .main-nav > ul > li > a:not(:last-child):after {
          font-family: "FontAwesome";
          content: "";
          font-size: 12px;
          margin-left: 3px;
          position: absolute;
          right: -12px;
          top: 1px; }
      .main-nav > ul > li:hover > a {
        color: #1c90ce; }
  .main-nav li {
    position: relative;
    text-align: left; }
    .main-nav li ul {
      position: absolute;
      min-width: 220px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      z-index: 1;
      margin-top: 10px;
      pointer-events: none;
      opacity: 0;
      padding-top: 5px; }
      .main-nav li ul ul {
        left: 100%;
        top: 0;
        padding-top: 0;
        padding-left: 5px; }
      .main-nav li ul a {
        background: rgba(24, 138, 199, 0.85);
        display: block;
        text-transform: uppercase;
        color: #fff;
        font-size: 13px;
        padding: 10px 15px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
      .main-nav li ul li:hover > a {
        background: #188ac7; }
    .main-nav li:hover > ul {
      margin-top: 0;
      pointer-events: all;
      opacity: 1; }

.search {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .search > button {
    font-size: 14px;
    color: #4c4c4c; }
  .search .ct {
    position: absolute;
    background: #fff;
    padding: 15px 20px;
    z-index: 1;
    width: 300px;
    right: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.4);
            box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.4);
    display: none;
    margin-top: 15px;
    border-radius: 3px; }

.search-fr {
  position: relative; }
  .search-fr input {
    width: 100%;
    height: 38px;
    border: solid 1px #ccc;
    border-radius: 3px; }
  .search-fr button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    color: #188ac7;
    font-size: 16px; }

.ic-phone {
  width: 29px;
  height: 32px;
  background-image: url("../images/phone.png"); }

.h-ctrl {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-left: 26px; }

.language a {
  display: inline-block;
  vertical-align: middle; }
.language img {
  display: block;
  height: 13px; }

.h-hotline {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 5px;
  font-family: "Gotham";
  text-align: right; }
  .h-hotline i {
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -19px; }
  .h-hotline span {
    color: #9f9e9e;
    font-size: 13px;
    display: block;
    line-height: 1.3; }
  .h-hotline strong {
    font-size: 18px;
    font-weight: 800;
    color: #2aabef;
    line-height: 1.3; }

#slider {
  z-index: 0;
  margin-bottom: 45px; }
  #slider .img img {
    display: block;
    width: 100%; }
  #slider.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  #slider.carousel-fade .carousel-inner .item, #slider.carousel-fade .carousel-inner .active.left, #slider.carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  #slider.carousel-fade .carousel-inner .active, #slider.carousel-fade .carousel-inner .next.left, #slider.carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  #slider.carousel-fade .carousel-inner .next, #slider.carousel-fade .carousel-inner .prev, #slider.carousel-fade .carousel-inner .active.left, #slider.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #slider .carousel-indicators {
    display: none;
    z-index: 1;
    line-height: 1; }
    #slider .carousel-indicators li {
      vertical-align: middle;
      background: #fff;
      width: 12px;
      height: 12px;
      margin: 0 2px; }
      #slider .carousel-indicators li.active {
        background: #188ac7;
        margin: 0 2px;
        border-color: #188ac7; }
  #slider .slider-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    top: 50%;
    margin-top: -33px; }
    #slider .slider-arrow img {
      display: block;
      height: 66px; }
    #slider .slider-arrow.prev {
      left: 3px; }
    #slider .slider-arrow.next {
      right: 3px; }
  #slider .caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    #slider .caption .table {
      height: 100%; }
    #slider .caption .ct {
      max-width: 570px;
      text-align: center;
      margin-left: 100px;
      color: #fff;
      text-transform: uppercase;
      font-family: "Oswald"; }
      #slider .caption .ct p {
        font-size: 22px;
        margin-bottom: 0; }
      #slider .caption .ct span {
        font-size: 22px;
        font-weight: 300;
        display: block;
        margin-bottom: 8px; }
      #slider .caption .ct .name {
        font-size: 38px;
        margin-bottom: 15px; }
      #slider .caption .ct .pro {
        font-size: 28px;
        font-weight: bold;
        border-bottom: solid 1px #585860;
        padding-bottom: 5px;
        margin-bottom: 10px; }
      #slider .caption .ct .more {
        display: inline-block;
        vertical-align: middle;
        background: #188ac7;
        border-radius: 3px;
        font-size: 18px;
        font-weight: 300;
        padding: 8px 35px 7px 35px;
        margin-top: 20px; }
        #slider .caption .ct .more:hover {
          background: #2aabef; }

.h-about .i-title {
  color: #2c2c2c;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat";
  margin-bottom: 23px; }
  .h-about .i-title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -12px;
    width: 70px;
    height: 5px;
    background: #06b6e4;
    margin-right: 12px; }
.h-about .s-content {
  color: #848383;
  font-size: 15px;
  line-height: 26px; }
  .h-about .s-content p {
    margin-bottom: 27px; }
.h-about .more {
  font-size: 13px;
  color: #434343;
  text-transform: uppercase;
  padding: 9px 25px 4px 10px;
  margin-top: 18px;
  border: solid 1px #434343;
  display: inline-block;
  vertical-align: middle; }
  .h-about .more i {
    margin-left: 4px;
    font-size: 14px; }
  .h-about .more:hover {
    background: #188ac7;
    color: #fff;
    border-color: #188ac7; }
.h-about .ct {
  background-image: url("../images/bg1.jpg");
  background-size: 100% 100%;
  color: #fff;
  padding: 43px 30px 33px 30px;
  margin-top: 14px; }
  .h-about .ct .item {
    margin-bottom: 56px; }
    .h-about .ct .item:last-child {
      margin-bottom: 0; }
    .h-about .ct .item .icon {
      float: left;
      display: block;
      width: 115px;
      height: 115px;
      border: solid 1px #fff;
      border-radius: 50%;
      position: relative; }
    .h-about .ct .item .text {
      margin-left: 135px;
      padding-top: 1px; }
    .h-about .ct .item .title {
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 12px;
      margin-top: 18px; }
    .h-about .ct .item p {
      margin-bottom: 0;
      line-height: 25px; }

.h-products {
  margin-top: 60px;
  background: #188ac7;
  padding-top: 40px;
  padding-bottom: 45px; }
  .h-products .i-title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 13px; }

.pro-tab {
  text-align: center;
  margin-bottom: 47px; }
  .pro-tab li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px; }
    .pro-tab li a {
      display: block;
      font-size: 15px;
      padding: 9px 28px;
      border-radius: 50px;
      color: #fff; }
      .pro-tab li a:hover {
        background: #fff;
        color: #188ac7; }
    .pro-tab li.active a {
      background: #fff;
      color: #188ac7; }

.product {
  margin-bottom: 15px;
  position: relative; }
  .product img {
    display: block;
    width: 100%; }
  .product .ct {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-radius: 3px;
    overflow: hidden;
    background: rgba(221, 219, 217, 0.7);
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0; }
    .product .ct .table {
      height: 100%; }
    .product .ct .view {
      display: inline-block;
      vertical-align: middle;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: #188ac7;
      color: #fff;
      text-align: center;
      font-size: 18px;
      line-height: 58px; }
    .product .ct .title {
      text-transform: uppercase;
      font-size: 18px;
      color: #3d3d3d;
      font-weight: 600;
      margin-top: 12px; }
      .product .ct .title a:hover {
        color: #188ac7; }
  .product:hover .ct {
    opacity: 1; }

.h-posts {
  margin-bottom: 30px; }
  .h-posts .i-title {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    color: #454545;
    text-align: center;
    line-height: 1.4;
    margin-top: 56px; }
  .h-posts .des {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    color: #767676;
    margin-bottom: 38px; }

.post {
  max-width: 400px;
  margin: 0 auto 30px auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .post .img {
    display: block; 
    height: 280px;}
    .post .img img {
      display: block;
      width: 100%; }
  .post .ct {
    background: #fff;
    padding: 28px 8px 27px 8px; 
    height: 220px;}
  .post .title {
    font-size: 18px;
    color: #3b3b3b;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 12px; 
    height: 44px;}
  .post p {
    color: #939292;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0; }
  .post:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
    .post:hover .title a {
      color: #188ac7; }

.h-respon {
  background: #f2f2f2; }
  .h-respon .i-title {
    text-transform: uppercase;
    font-size: 46px;
    color: #454545;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 3px; }

.partner-cas {
  margin: 0 30px; }
  .partner-cas:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #eee;
    pointer-events: none;
    z-index: 1; }
  .partner-cas .slick-list {
    margin: 0; }
    .partner-cas .slick-list .slick-slide {
      margin: 0; }
  .partner-cas .slick-arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    line-height: 30px;
    background: rgba(24, 138, 199, 0.6);
    color: #fff;
    z-index: 2; }
    .partner-cas .slick-arrow.prev {
      left: -30px; }
    .partner-cas .slick-arrow.next {
      right: -30px; }

.partner {
  display: block;
  border: solid 1px #f2f2f2;
  border-right: none;
  height: 152px;
  position: relative;
  background: #fff; }
  .partner:first-child {
    border-bottom: none; }
  .partner img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .partner:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }

.testimonial {
  background-image: url("../images/bg2.jpg");
  margin-left: -30px;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px; }

.testi-cas p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  padding: 0 20px;
  text-align: justify;
  margin-left: 20px; }
  .testi-cas p:before, .testi-cas p:after {
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute; }
  .testi-cas p:before {
    left: 0;
    top: -15px;
    content: "\f10d"; }
  .testi-cas p:after {
    margin-top: 7px;
    content: "\f10e";
    margin-left: 5px; }
.testi-cas .breck {
  width: 380px;
  margin: 29px auto 31px auto;
  height: 2px;
  background: #5fafd9; }
.testi-cas .name {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 6px; }
.testi-cas span {
  display: block;
  text-align: center;
  font-size: 13px; }
.testi-cas .slick-dots {
  margin-top: 24px;
  margin-bottom: 7px; }
  .testi-cas .slick-dots li {
    border: solid 1px #fff;
    margin: 0 4px; }
    .testi-cas .slick-dots li.slick-active {
      background: #fff; }

.ic-zalo {
  width: 14px;
  height: 14px;
  background-image: url("../images/zalo.png"); }

footer {
  clear: both;
  margin-top: 60px;
  background: #111d45;
  color: #fff;
  padding-top: 44px; }
  footer .foot-nav {
    margin-bottom: 16px; }
    footer .foot-nav li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 32px;
      position: relative; }
      footer .foot-nav li:last-child {
        margin-right: 0; }
      footer .foot-nav li a {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        display: block; }
        footer .foot-nav li a:hover {
          color: #188ac7; }
  footer .social a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-left: 12px; }
    footer .social a i {
      display: block; }
  footer .table .cell:first-child {
    width: 265px; }
  footer .table .cell:last-child {
    padding-left: 22px; }
    footer .f-line h2 {
      font-weight: bold;
      font-size: 20px;
    }
  footer .table .cell .logo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px; }
    footer .table .cell .logo img {
      display: block; }
  footer .table .cell .f-line {
    margin-bottom: 13px; }
    footer .table .cell .f-line:last-child {
      margin-bottom: 0; }
    footer .table .cell .f-line i {
      margin-right: 5px; }
  footer .footer {
    background: #0b1535;
    line-height: 26px;
    padding: 13px 0;
    margin-top: 40px; }
    footer .footer a:hover {
      text-decoration: underline; }

.btn-call {
  position: fixed;
  bottom: 150px;
  left: 40px;
  z-index: 99; }

.btn-call span {
  display: block;
  font-size: 36px;
  width: 64px;
  height: 64px;
  margin: auto;
  border-radius: 50%;
  line-height: 68px;
  text-align: center;
  color: #fff;
  background: #188ac7;
  position: relative; }

.btn-call span i {
  -webkit-animation-name: lac;
  animation-name: lac;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.btn-call span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: solid 1px rgba(24, 138, 199, 0.6);
  -webkit-animation-name: zoomin;
  animation-name: zoomin;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.btn-call span:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: rgba(24, 138, 199, 0.6);
  z-index: -1;
  -webkit-animation-name: zoomout;
  animation-name: zoomout;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  20% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  30% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  40% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
@-webkit-keyframes lac {
  0% {
    -webkit-transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(-25deg); }
  20% {
    -webkit-transform: rotate(25deg); }
  30% {
    -webkit-transform: rotate(-25deg); }
  40% {
    -webkit-transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: .1; } }
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.2);
    opacity: .1; } }
@keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .3; } }
@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.1);
    opacity: .3; } }
@media all and (min-width: 1200px) {
  .container {
    width: 1200px; } }
@media all and (max-width: 1199px) {
  .main-nav > ul > li {
    margin-right: 10px; }
    .main-nav > ul > li > a:not(:last-child):after {
      content: none;
      display: none; } }
@media all and (max-width: 991px) {
  .menu-btn {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    z-index: 1; }
    .menu-btn i {
      display: block;
      margin: auto;
      border-top: solid 2px #188ac7;
      width: 17px;
      border-bottom: double 7px #188ac7;
      height: 12px; }
    .menu-btn.act i {
      width: auto;
      height: auto;
      border: none; }
      .menu-btn.act i:after, .menu-btn.act i:before {
        content: '';
        display: block;
        margin: auto;
        width: 17px;
        border-bottom: solid 2px #188ac7; }
      .menu-btn.act i:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -2px; }
      .menu-btn.act i:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .menu-btn.v2 {
      background: #188ac7; }
      .menu-btn.v2 i {
        border-color: #fff; }
      .menu-btn.v2.act i:after, .menu-btn.v2.act i:before {
        border-color: #fff; }

  .main-nav {
    display: none; }

  .m-nav {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #f9f9f9;
    -webkit-box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    width: 290px;
    right: -290px; }
    .m-nav.act {
      right: 0; }
    .m-nav .nav-ct {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      padding-top: 15px; }
    .m-nav .nav-close {
      top: 9px;
      right: 10px;
      background: none; }
    .m-nav .h-ctrl {
      text-align: left;
      margin-left: 20px; }
      .m-nav .h-ctrl .h-hotline {
        margin-top: 10px; }
        .m-nav .h-ctrl .h-hotline i {
          margin-top: -17px; }
    .m-nav .main-nav {
      display: block;
      margin: 0;
      padding: 0;
      margin-top: 15px; }
      .m-nav .main-nav > ul > li {
        display: block;
        margin: 0; }
        .m-nav .main-nav > ul > li > a {
          border: none;
          border-top: solid 1px #e6e6e6;
          line-height: 20px;
          padding: 10px 15px;
          color: #188ac7; }
        .m-nav .main-nav > ul > li:hover > a {
          color: #fff;
          background: #188ac7; }
      .m-nav .main-nav li {
        position: relative; }
        .m-nav .main-nav li ul {
          display: none;
          width: auto;
          position: static;
          background: rgba(0, 0, 0, 0.03);
          border: none;
          margin: 0px;
          opacity: 1;
          -webkit-transition: none;
          transition: none;
          pointer-events: all;
          padding: 0; }
          .m-nav .main-nav li ul:after {
            content: none;
            display: none; }
          .m-nav .main-nav li ul a {
            display: block;
            font-size: 14px;
            line-height: 20px;
            background: none;
            color: #188ac7;
            border: none;
            border-top: solid 1px #e6e6e6;
            padding: 10px 15px 10px 30px; }
          .m-nav .main-nav li ul li:hover > a {
            background: #188ac7;
            color: #fff; }
          .m-nav .main-nav li ul ul a {
            padding-left: 45px; }
        .m-nav .main-nav li .nav-drop {
          display: block;
          font-style: normal;
          height: 40px;
          width: 40px;
          text-align: center;
          padding-top: 2px;
          font-size: 16px;
          line-height: 39px;
          background: rgba(0, 0, 0, 0.03);
          color: #188ac7;
          float: right;
          position: relative;
          z-index: 1;
          cursor: pointer; }
          .m-nav .main-nav li .nav-drop:after {
            font-family: "FontAwesome";
            content: ""; }
          .m-nav .main-nav li .nav-drop.act:after {
            content: "\f0d8"; }
        .m-nav .main-nav li:hover > .nav-drop {
          color: #fff; }
        .m-nav .main-nav li:hover > ul {
          margin-top: 0;
          pointer-events: all;
          opacity: 1; }

  header {
    position: relative;
    padding: 10px 0; }
    header .logo img {
      max-height: 70px; }
    header .h-ctrl {
      display: none; }
    header .nav-open, header .sb-open {
      position: absolute;
      top: 50%;
      margin-top: -42px; }
    header .nav-open {
      right: 10px; }
    header .sb-open {
      left: 10px; }

  .search {
    display: block; }
    .search > button {
      display: none; }
    .search .ct {
      margin-top: 10px;
      display: block;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: static;
      width: auto; }

  #slider .caption .ct p {
    font-size: 18px; }
  #slider .caption .ct span {
    font-size: 18px; }
  #slider .caption .ct .name {
    font-size: 32px; }
  #slider .caption .ct .pro {
    font-size: 24px; }
  #slider .caption .ct .more {
    font-size: 16px; }

  .h-about .ct {
    margin-top: 40px; }

  .testimonial {
    margin-left: 0;
    margin-top: 30px;
    padding: 50px 0; }

  footer .foot-nav li {
    margin-right: 25px; } }
@media all and (max-width: 767px) {
  .btn-call {
    top: auto;
    bottom: 20px;
    left: 20px; }

  .btn-call span {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 42px; }

  header .logo img {
    max-width: 200px; }

  #slider .slider-arrow {
    margin-top: -20px; }
    #slider .slider-arrow img {
      height: 40px; }

  #slider .img img {
    min-height: 180px; }
  #slider .caption {
    padding: 0 30px; }
    #slider .caption .ct {
      margin: auto;
      text-align: left; }
      #slider .caption .ct p {
        font-size: 18px;
        display: none; }
      #slider .caption .ct span {
        font-size: 18px;
        display: none; }
      #slider .caption .ct .name {
        font-size: 20px;
        margin-bottom: 8px; }
      #slider .caption .ct .pro {
        font-size: 16px;
        border: none; }
      #slider .caption .ct .more {
        font-size: 14px;
        margin-top: 0px; }

  .h-about .i-title {
    font-size: 28px; }
    .h-about .i-title:before {
      width: 50px;
      height: 3px; }
  .h-about .ct {
    padding: 30px 15px; }
    .h-about .ct .item .icon {
      width: 80px;
      height: 80px; }
      .h-about .ct .item .icon img {
        max-width: 80%;
        max-height: 80%; }
    .h-about .ct .item .text {
      margin-left: 90px; }
    .h-about .ct .item .title {
      margin-top: 0; }

  .h-products .i-title {
    font-size: 32px; }

  .pro-tab li {
    margin: 0; }
    .pro-tab li a {
      padding: 9px 15px; }

  .h-posts .i-title {
    font-size: 32px; }

  .h-respon .i-title {
    font-size: 32px; }

  .partner img {
    max-width: 80%;
    max-height: 80%; }

  footer .foot-nav {
    margin-bottom: 10px; }
  footer .social {
    margin-bottom: 20px; }
  footer .table .cell {
    display: block;
    text-align: center;
    width: auto; }
    footer .table .cell:first-child {
      text-align: center;
      width: auto; } }
@media all and (max-width: 480px) {
  .pro-tab li a {
    font-size: 13px;
    padding: 9px 10px 8px 10px; } }
@media all and (min-width: 992px) {
  header.fixed {
    position: fixed;
    background: white;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5); } }
@media all and (max-width: 991px) {
  header.fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5); }
    header.fixed .search, header.fixed .search-fr {
      display: none; }
    header.fixed .nav-open {
      margin-top: -20px; } }
@font-face {
  font-family: 'NunitoSans';
  src: url("../fonts/NunitoSans-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'NunitoSans';
  src: url("../fonts/NunitoSans-Light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: 'NunitoSans';
  src: url("../fonts/NunitoSans-SemiBold.ttf") format("truetype");
  font-weight: 600; }
@font-face {
  font-family: 'NunitoSans';
  src: url("../fonts/NunitoSans-Black.ttf") format("truetype");
  font-weight: 800; }
@font-face {
  font-family: 'NunitoSans';
  src: url("../fonts/NunitoSans-Bold.ttf") format("truetype");
  font-weight: bold; }
.banner {
  position: relative;
  margin-bottom: 50px;
  font-family: "NunitoSans"; }
  .banner img {
    display: block;
    width: 100%;
    min-height: 70px; }
  .banner .breadcrumbs {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    color: #fff; }
    .banner .breadcrumbs li {
      display: inline-block; }
      .banner .breadcrumbs li:not(:last-child):after {
        content: '>';
        margin-left: 8px;
        margin-right: 2px; }
      .banner .breadcrumbs li a:hover {
        color: #188ac7; }
    .banner .breadcrumbs .title {
      color: #fff;
      font-size: 30px;
      font-weight: bold;
      line-height: 30px;
      margin-bottom: 3px; }
  .banner.v2 .breadcrumbs {
    text-align: center;
    bottom: 50%;
    margin-bottom: -27px; }
    .banner.v2 .breadcrumbs li {
      display: inline-block;
      color: #188ac7; }
      .banner.v2 .breadcrumbs li:not(:last-child):after {
        content: '/';
        margin-left: 8px;
        margin-right: 2px;
        color: #fff; }
      .banner.v2 .breadcrumbs li a {
        color: #fff; }
        .banner.v2 .breadcrumbs li a:hover {
          color: #188ac7; }

.single {
  font-family: "NunitoSans"; }
  .single .s-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    color: #2e2e2e;
    margin-bottom: 20px; }
    .single .s-title:after {
      content: '';
      display: block;
      height: 2px;
      background: #188ac7;
      width: 75px;
      margin-top: 9px; }
  .single time {
    color: #999999;
    font-size: 12px;
    font-style: italic;
    display: block;
    margin-bottom: 12px; }
    .single time i {
      margin-right: 3px; }
  .single .s-content {
    font-weight: 300;

   /* line-height: 2;*/
   line-height: 150%;
    text-align: justify;   
    color: #666666;
    /*border-bottom: solid 1px #dbdbdb;*/
    padding-bottom: 2px; }
    /* .single .s-content p {
      margin-bottom: 28px; } */
    .single .s-content img {
      margin-top: 3px;
      /*margin-bottom: 45px; */
      margin-bottom: 0px; 
    }
  .single .s-social {
    margin-top: 0;
    margin-bottom: 28px; }
    .single .s-social .text {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      font-weight: 300;
      margin-top: -3px;
      margin-right: 4px; }
    .single .s-social .ctrl {
      display: inline-block;
      vertical-align: middle; }

.sidebar {
  margin-left: 20px;
  font-family: "NunitoSans"; }

.bor-box {
  border-left: solid 1px #e2e2e2;
  position: relative;
  padding-left: 27px;
  padding-top: 2px; }
  .bor-box:before {
    content: '';
    position: absolute;
    left: -1px;
    width: 3px;
    background: #188ac7;
    height: 50px; }
  .bor-box .i-title {
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    color: #414141;
    margin-bottom: 20px; }
    .bor-box .i-title:after {
      content: '';
      display: block;
      height: 1px;
      width: 50px;
      margin-top: 10px;
      background: #2d2d2d; }

.lpost-box li {
  margin-bottom: 18px; }
  .lpost-box li:last-child {
    margin-bottom: 0; }
  .lpost-box li a {
    position: relative;
    padding-left: 19px;
    font-size: 16px;
    color: #999999;
    display: inline-block;
    vertical-align: middle; }
    .lpost-box li a:before {
      content: '';
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: solid 2px #999999;
      position: absolute;
      left: 0;
      top: 6px; }
    .lpost-box li a:after {
      content: '';
      position: absolute;
      width: 4px;
      height: 4px;
      top: 10px;
      left: 4px;
      border-radius: 50%; }
    .lpost-box li a:hover {
      color: #188ac7;
      text-decoration: underline; }
      .lpost-box li a:hover:before {
        border-color: #188ac7; }
      .lpost-box li a:hover:after {
        background: #188ac7; }

.cate-box {
  padding-bottom: 16px;
  margin-bottom: 32px;
  margin-top: 7px; }
  .cate-box .i-title {
    margin-bottom: 34px; }
  .cate-box li a {
    font-size: 16px;
    color: #777777;
    display: block;
    padding-bottom: 14px;
    border-bottom: solid 1px #e8e8e8;
    margin-bottom: 10px; }
    .cate-box li a:hover {
      color: #188ac7; }
  .cate-box li:last-child a {
    border-bottom: none;
    margin-bottom: 5px; }

.post-box {
  padding-bottom: 34px; }
  .post-box .i-title {
    margin-bottom: 27px; }

.sb-post {
  padding-top: 1px;
  padding-bottom: 25px;
  border-bottom: solid 1px #e8e8e8;
  margin-bottom: 26px; }
  .sb-post .img {
    width: 80px;
    float: left;
    display: block;
    border-radius: 3px;
    overflow: hidden; }
    .sb-post .img img {
      display: block;
      width: 100%; }
  .sb-post .title {
    margin-left: 93px;
    color: #555555;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    margin-top: -5px; }
    .sb-post .title a:hover {
      color: #188ac7; }
  .sb-post:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0; }

.sb-hotline {
  background: #192653;
  text-align: center;
  margin-top: 13px;
  padding: 22px 5px 12px 5px; }
  .sb-hotline.v2 {
    margin-top: 24px; }
  .sb-hotline .logo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px; }
    .sb-hotline .logo img {
      display: block; }
  .sb-hotline .img {
    margin-bottom: 14px; }
  .sb-hotline .phone {
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-weight: 600; }
    .sb-hotline .phone:hover {
      color: #188ac7; }

.pcate-title {
  font-family: "NunitoSans";
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #c0c0c0;
  margin-bottom: 31px;
  margin-top: 2px; }
  .pcate-title span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -2px;
    border-bottom: solid 3px #188ac7;
    padding-bottom: 8px; }

.product2 {
  font-family: "NunitoSans";
  overflow: hidden;
  background: #f9f9f9;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 auto 30px auto;
  max-width: 280px; }
  .product2 .img {
    display: block;
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden; }
    .product2 .img img {
      display: block;
      width: 100%; }
    /*.product2 .img:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(51, 51, 51, 0.8);
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }*/
    .product2 .img .more {
      color: #fff;
      position: absolute;
      width: 87px;
      height: 35px;
      top: 50%;
      left: 50%;
      margin-top: -17px;
      margin-left: -43px;
      text-align: center;
      line-height: 35px;
      font-weight: 600;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .product2 .img .more:after, .product2 .img .more:before {
        content: '';
        position: absolute;
        -webkit-transition: inherit;
        transition: inherit;
        width: 0;
        height: 0; }
      .product2 .img .more:before {
        bottom: 0;
        left: 0;
        border-left: solid 1px #fff;
        border-bottom: solid 1px #fff; }
      .product2 .img .more:after {
        top: 0;
        right: 0;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff; }
  .product2 .ct {
    border-top: dashed 1px #d7d7d7;
    text-align: center;
    padding: 13px 5px 13px 5px;
    border-radius: 0 5px 5px 0; }
    .product2 .ct .title {
      color: #5d5d5d;
      line-height: 22px;
      height: 22px;
      overflow: hidden;
      margin-bottom: 4px; }
      .product2 .ct .title a:hover {
        color: #188ac7; }
    .product2 .ct sup {
      font-size: 65%; }
    .product2 .ct .price {
      font-weight: bold;
      font-size: 18px;
      color: #188ac7;
      line-height: 1.2; }
    .product2 .ct .old-price {
      color: #666666;
      text-decoration: line-through; }
  .product2:hover {
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1); }
    .product2:hover .img:before {
      opacity: 1; }
    .product2:hover .img .more {
      opacity: 1; }
      .product2:hover .img .more:after, .product2:hover .img .more:before {
        width: 55px;
        height: 15px; }
      .product2:hover .img .more:hover:after, .product2:hover .img .more:hover:before {
        width: 100%;
        height: 100%; }

.pro-break {
  margin-top: -30px; }

.post2 {
  font-family: "NunitoSans";
  margin-bottom: 38px;
  padding-bottom: 38px;
  border-bottom: solid 1px #c2c2c2; }
  .post2 .img {
    display: block;
    float: left;
    width: 270px;
    border: solid 1px #ebebeb; }
    .post2 .img img {
      display: block;
      width: 100%; }
  .post2 .ct {
    margin-left: 300px;
    padding-top: 1px; }
  .post2 .title {
    text-transform: uppercase;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: -7px; }
    .post2 .title a:hover {
      color: #188ac7; }
    .post2 .title:after {
      content: '';
      display: block;
      background: #188ac7;
      height: 1px;
      width: 47px;
      margin-top: 7px; }
  .post2 time {
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    color: #999999;
    font-style: italic;
    margin-bottom: 10px; }
  .post2 .des {
    font-weight: bold;
    color: #666;
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 10px; }
  .post2 .des2 {
    color: #999;
    line-height: 20px;
    margin-bottom: 7px; }
  .post2 .more {
    color: #188ac7; }
    .post2 .more:hover {
      text-decoration: underline; }

.te-pagination {
  font-size: 0; }
  .te-pagination span, .te-pagination a {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    border: solid 1px;
    color: #666666;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    margin: 0 4px;
    font-family: arial; }
  .te-pagination a:hover, .te-pagination span {
    color: #188ac7; }

.pro-gallery {
  float: left;
  display: block;
  width: 344px; }

.pro-detail {
  font-family: "NunitoSans";
  margin-left: 380px; }
  .pro-detail .title {
    font-size: 18px;
    color: #2c2c2c;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .pro-detail .des {
    line-height: 22px;
    color: #999999;
    font-weight: 600;
    margin-bottom: 10px; }
  .pro-detail .price {
    margin-bottom: 16px; }
    .pro-detail .price strong {
      color: #188ac7;
      font-size: 36px;
      font-weight: 800; }
      .pro-detail .price strong small {
        font-size: 66.666%; }
    .pro-detail .price del {
      text-decoration: line-through;
      font-size: 16px;
      color: #666; }
      .pro-detail .price del small {
        font-size: 75%; }
  .pro-detail .buy-now, .run-contact {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: #333;
    padding: 0 29px 0 31px;
    line-height: 43px; }
    .run-contact { width: 46%; text-align: center; }
    .run-contact:hover {
    background: #188ac7;
    }
    .run-contact a { font-size: 18px; }
    .run-contact a i { margin-right: 5px; }
    .pro-detail .buy-now:hover {
      background: #188ac7; }
    .pro-detail .buy-now i {
      margin-left: 3px; }
  .pro-detail .p-social {
    margin-top: 38px; }
    .pro-detail .p-social a {
      color: #999999;
      margin-right: 20px;
      display: inline-block; }
      .pro-detail .p-social a i {
        margin-right: 2px; }
      .pro-detail .p-social a:hover {
        color: #188ac7; }

.pro-img {
  padding-bottom: 17px;
  border-bottom: solid 1px #e9e9e9;
  margin-bottom: 20px; }
  .pro-img img {
    display: block;
    width: 100%; }

.pro-thumb .slick-list {
  margin: 0 -7px; }
  .pro-thumb .slick-list .slick-slide {
    margin: 0 7px; }
.pro-thumb img {
  display: block;
  width: 100%; }
.pro-thumb .slick-arrow {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: #999999;
  border: solid 1px #999999;
  text-align: center;
  line-height: 18px;
  top: 50%;
  margin-top: -10px; }
  .pro-thumb .slick-arrow.prev {
    left: 5px; }
  .pro-thumb .slick-arrow.next {
    right: 5px; }
  .pro-thumb .slick-arrow:hover {
    background: #188ac7;
    border-color: #188ac7;
    color: #fff; }

.pro-info-tab {
  margin-top: 65px;
  border-bottom: solid 1px #d8d8d8;
  font-family: "NunitoSans";
  font-size: 0; }
  .pro-info-tab li {
    font-size: 14px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle; }
    .pro-info-tab li a {
      display: block;
      font-size: 16px;
      color: #666666;
      line-height: 42px;
      padding: 0 23px;
      border-radius: 3px 3px 0 0;
      background: #f0f0f0;
      margin-bottom: -1px;
      position: relative;
      z-index: 1; }
    .pro-info-tab li.active a {
      background: #333;
      color: #fff; }

.pro-info-ct {
  font-family: "NunitoSans";
  margin-top: 31px;
  padding-bottom: 21px;
  border-bottom: solid 1px #d8d8d8;
  margin-bottom: 20px; }
  .pro-info-ct .s-content {
    line-height: 36px;
    color: #999999; }
    .pro-info-ct .s-content strong {
      font-weight: 600;
      color: #666; }

.comments {
  border-bottom: solid 1px #d8d8d8;
  margin-bottom: 38px;
  overflow: hidden;
  padding-bottom: 35px; }

.pro-related .slick-arrow {
  width: 32px;
  height: 32px;
  color: #c4c4c4;
  border: solid 1px #c4c4c4;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  top: 50%;
  margin-top: -16px; }
  .pro-related .slick-arrow.prev {
    left: 14px; }
  .pro-related .slick-arrow.next {
    right: 14px; }
  .pro-related .slick-arrow:hover {
    background: #188ac7;
    color: #fff;
    border-color: #188ac7; }
.pro-related .product2 {
  margin-bottom: 0; }

@media all and (max-width: 1199px) {
  .banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }

  .sb-hotline .phone {
    font-size: 20px; } }
@media all and (max-width: 991px) {
  .sidebar {
    margin-left: 0px; }

  .cate-box {
    margin-top: 40px; }

  .pro-break {
    display: none; } }
@media all and (max-width: 767px) {
  .product2 {
    margin-bottom: 10px; }

  .single .s-title {
    font-size: 24px; }

  .bor-box {
    padding-left: 15px; }

  .banner .breadcrumbs .title {
    font-size: 22px; }

  .post2 {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto; }
    .post2 .img {
      float: none;
      width: auto;
      margin-bottom: 20px; }
    .post2 .ct {
      margin-left: 0px; }

  .pro-gallery {
    float: none;
    margin: 0 auto 30px auto;
    width: 344px;
    max-width: 100%; }

  .pro-detail {
    font-family: "NunitoSans";
    margin-left: 0px; }

  .pro-related .slick-list {
    margin: 0 -5px; }
    .pro-related .slick-list .slick-slide {
      margin: 0 5px; } }
.mmap p { margin:0;line-height: 0 }
.cnv-social-icons li:hover a { color: #188ac7;}



.cate-box ul li { position: relative; }
.cate-box > ul > li span {
  position: absolute;
  right: 5px;
  font-size: 22px;
  cursor: pointer;
  top:-5px;
}
.cate-box .sub-cate {
  padding-left: 15px;
  display: none;
}
.cate-box .sub-cate li {
  border-bottom: none;
  font-size: 16px;
  color: #444444;
  display: block;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.cate-box ul li a {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
 /*17.04.2018*/
 /*.product2 {
  margin-bottom: 15px;
  position: relative; }
  .product2 img {
    display: block;
    width: 100%; }*/
  .product2 .ct {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-radius: 3px;
    overflow: hidden;
    background: rgba(221, 219, 217, 0.7);
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0; }
    .product2 .ct .table {
      height: 100%; }
    .product2 .ct .view {
      display: inline-block;
      vertical-align: middle;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: #188ac7;
      color: #fff;
      text-align: center;
      font-size: 18px;
      line-height: 58px; }
    .product2 .ct .title {
      text-transform: uppercase;
      font-size: 18px;
      color: #3d3d3d;
      font-weight: 600;
      margin-top: 12px; }
      .product2 .ct .title a:hover {
        color: #188ac7; }
    .product2:hover .ct {
       opacity: 1; }


    .product2 .cust2 {
    border-top: dashed 1px #d7d7d7;
    text-align: center;
    padding: 13px 5px 13px 5px;
    border-radius: 0 5px 5px 0; }
    .product2 .cust2 .title {
      color: #5d5d5d;
      line-height: 22px;
      height: 22px;
      overflow: hidden;
      margin-bottom: 4px; }
    .product2 .cust2 .title a:hover {
        color: #188ac7; }
    .product2 .cust2 sup {
      font-size: 65%; }
    .product2 .cust2  .price {
      font-weight: bold;
      font-size: 18px;
      color: #188ac7;
      line-height: 1.2; }
    .product2 .cust2 .old-price {
      color: #666666;
      text-decoration: line-through; }

/*    .s-content span  img{
      margin-bottom: 0px !important;
    } */ 

/**
* 1. Global.
*/
.fv-content blockquote,
.fv-content dl,
.fv-content h1,
.fv-content h2,
.fv-content h3,
.fv-content h4,
.fv-content h5,
.fv-content h6,
.fv-content ol,
.fv-content p,
.fv-content pre,
.fv-content ul {
  min-width: 100%;
}

.fv-content hr {
  position: relative;
  margin: 4vw 0;
  display: block;
  width: 100%;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #e3e9ed;
}

/**
* 2. Headings.
*/
.fv-content h1,
.fv-content h2,
.fv-content h3,
.fv-content h4,
.fv-content h5,
.fv-content h6 {
  margin-top: 0;
  line-height: 1.15;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

.fv-content h1 {
  margin: .5em 0 .2em;
  font-size: 2.6rem;
  font-weight: 700;
}

.fv-content h2 {
  margin: .5em 0 .2em;
  font-size: 2.0rem;
  font-weight: 700;
}

.fv-content h3 {
  margin: .5em 0 .2em;
  font-size: 1.8rem;
  font-weight: 700;
}

.fv-content h4 {
  margin: .5em 0 .2em;
  font-size: 1.8rem;
  font-weight: 700;
}

.fv-content h5 {
  margin: .5em 0 .2em;
  font-size: 1.6rem;
  font-weight: 700;
}

.fv-content h6 {
  margin: .5em 0 .2em;
  font-size: 1.6rem;
  font-weight: 700;
}

/**
* 3. Elements.
*/

.fv-content a {
  color: #000;
  box-shadow: inset 0 -1px 0 #3eb0ef;
}

.fv-content a:hover {
  color: #3eb0ef;
}

.fv-content em,
.fv-content i,
.fv-content dfn
{
  font-style: italic;
}

.fv-content strong,
.fv-content b
{
  font-weight: 700;
}

.fv-content u,
.fv-content ins
{
  text-decoration: underline;
  background-color: transparent;
}

.fv-content sup {
  top: -.5em;
}

.fv-content sub {
  bottom: -.25em;
}

.fv-content sup,
.fv-content sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.fv-content code, .fv-content kbd, .fv-content pre, .fv-content samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

.fv-content code {
  padding: 0 5px 2px;
  line-height: 1em;
  font-weight: 400!important;
  background: #fdefef;
  border-radius: 3px;
  color: #630d0d;
}

.fv-content pre {
  overflow-x: auto;
  margin: 1.5em 0 3em;
  padding: 20px;
  max-width: 100%;
  border: 1px solid #000;
  color: #e5eff5;
  background: #0e0f11;
  border-radius: 5px;
}

.fv-content pre code {
  color: #efefef;
  background-color: transparent;
}

.fv-content  blockquote {
  margin: 0 0 1.5em;
  padding: 0 1.5em;
  border-left: 5px solid #3eb0ef;
}

.fv-content blockquote p:last-child {
  margin-bottom: 0;
}

.fv-content blockquote p {
  margin: 0 0 1em;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: italic;
}

.fv-content blockquote p:last-child {
  margin-bottom: 0;
}

.fv-content blockquote cite {
  font-weight: 700;
}

.fv-content abbr, .fv-content dfn {
  cursor: help;
  text-decoration: underline dotted;
  border: 0;
}

.fv-content small {
  font-size: 80%;
}

/**
* 4. Images.
*/
.fv-content img,
.fv-content video {
  display: block;
  margin: 1.5em auto;
  /* max-width: 95%; */
}

/**
* 5. List.
*/
.fv-content dt {
  float: left;
  margin: 0 20px 0 0;
  width: 150px;
  font-weight: 500;
  text-align: right;
}

.fv-content dd {
  margin: 0 0 5px;
  text-align: left;
}

.fv-content li {
  word-break: break-word;
  list-style: inherit;
  margin: .5em 0;
  padding-left: .3em;
  line-height: 1.6em;
}

.fv-content ol,
.fv-content ul {
  padding-left: 1.3em;
  padding-right: 1.5em;
}

.fv-content ol {
  list-style: decimal;
}

.fv-content > ul {
  list-style: disc;
}

.fv-content > ul > li > ul {
  list-style: circle;
} 


.fv-content > ul > li > ul > li ul {
  list-style: square;
} 

/**
* 6. Table.
*/

.fv-content table {
  display: inline-table;
  overflow-x: auto;
  margin: .5em 0 2.5em;
  max-width: 100%;
  width: auto;
  border-spacing: 0;
  border-collapse: collapse;
  white-space: nowrap;
  vertical-align: top;
  -webkit-overflow-scrolling: touch;
}

.fv-content table tbody {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

.fv-content table th {
  padding: 6px 12px;
  border: 1px solid #e3ecf3;
}

.fv-content table th {
  color: #15171a;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .2px;
  text-align: left;
  text-transform: uppercase;
  background-color: #f4f8fb;
}

.fv-content table td, .fv-content table th {
  padding: 6px 12px;
  border: 1px solid #e3ecf3;
}
