img {
  max-width: 100%;
}

.vertical-align-middle {
  vertical-align: middle;
}

.banner {
  background-image: url("../img/bg-banner.jpg");
  background-position: center;
  height: 100vh;
}

.thele {
  background-image: url("../img/bg-banner.jpg");
  background-position: center;
}

.bg-menu {
  background-image: url("../img/bg-banner.jpg");
  background-position: center;
}

@font-face {
  font-family: helvetica;
  src: url(/font/helveticaBold.otf);
  font-weight: bold;
}
@font-face {
  font-family: helvetica;
  src: url(/font/helvetica.otf);
  font-weight: 400;
}
.helvetica {
  font-family: "helvetica", sans-serif;
}

.bold {
  font-weight: bold;
}

.p18 {
  font-size: 18px;
}

.p28 {
  font-size: 28px;
}

.p40 {
  font-size: 40px;
}

.table-bordered > :not(caption) > * > * {
  border-width: 2px 2px;
}

.bordershadow:hover {
  box-shadow: 0 6px 9px #23ffd6;
}

.text-xanh {
  color: #197e73;
}

.bd-xanh {
  border-color: #197e73;
}

.menu {
  height: 80px;
}

.header-fixed {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -4px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -4px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  height: 80px;
  animation: fadeInDown 1s;
}
.header-fixed .no-padding-fixed {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 576px) {
  .header-fixed {
    display: none;
  }
}

.fadein-up {
  animation: fadeInUp 0.7s;
}

.height-80 {
  height: 80px;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@media (max-width: 976px) {
  .center-mb {
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  .table-thuthach td:first-child {
    display: none;
  }

  .table-thuthach th:first-child {
    display: none;
  }
}
.slick-next:before {
  content: url("../img/arrow-slide.png");
}

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