@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700");
@-webkit-keyframes raised-out {
  0% {
    width: 0;
    opacity: .4; }
  100% {
    width: 100%;
    opacity: 0; } }
@keyframes raised-out {
  0% {
    width: 0;
    opacity: .4; }
  100% {
    width: 100%;
    opacity: 0; } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

@-webkit-keyframes fadeIn {
  from {
    margin-top: 10px;
    opacity: 0; }
  to {
    margin-top: 0;
    opacity: 1; } }

@keyframes fadeIn {
  from {
    margin-top: 10px;
    opacity: 0; }
  to {
    margin-top: 0;
    opacity: 1; } }

@font-face {
  font-family: "UTMAvo";
  src: url("../fonts/UTMAvo.eot");
  src: url("../fonts/UTMAvo.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMAvo.woff") format("woff"), url("../fonts/UTMAvo.ttf") format("truetype"), url("../fonts/UTMAvo.svg#svgFontName") format("svg"); }

@font-face {
  font-family: "UTMAvo";
  src: url("../fonts/UTMAvoBold.eot");
  src: url("../fonts/UTMAvoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMAvoBold.woff") format("woff"), url("../fonts/UTMAvoBold.ttf") format("truetype"), url("../fonts/UTMAvoBold.svg#svgFontName") format("svg");
  font-weight: 700; }

@font-face {
  font-family: "UTMAvoBold";
  src: url("../fonts/UTMAvoBold.eot");
  src: url("../fonts/UTMAvoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMAvoBold.woff") format("woff"), url("../fonts/UTMAvoBold.ttf") format("truetype"), url("../fonts/UTMAvoBold.svg#svgFontName") format("svg"); }

@font-face {
  font-family: "UTMEdwardianBold";
  src: url("../fonts/UTMEdwardianBold.eot");
  src: url("../fonts/UTMEdwardianBold.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMEdwardianBold.woff") format("woff"), url("../fonts/UTMEdwardianBold.ttf") format("truetype"), url("../fonts/UTMEdwardianBold.svg#svgFontName") format("svg"); }

body {
  font-size: 14px;
  font-family: "UTMAvo", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  position: relative;
  z-index: 1; }
  body.no-scroll {
    overflow: hidden; }
  body.cursor,
  body.cursor * {
    cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      color: inherit;
      text-decoration: none; }

a, a:focus,
input,
input:focus,
button,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
  outline: 0; }

p:last-child {
  margin-bottom: 0; }

img {
  max-width: 100%; }

button,
label {
  cursor: pointer; }

.hover-zoom {
  overflow: hidden; }
  .hover-zoom img {
    -webkit-transition: all .3s;
    transition: all .3s; }
  .hover-zoom:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all .4s;
    transition: all .4s; }

.text-green, .text-green:hover {
  color: #0ab717; }

.text-red, .text-red:hover {
  color: #eb2500; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.m-first-0:first-child,
.m-last-0:last-child {
  margin: 0 !important; }

.p-first-0:first-child,
.p-last-0:last-child {
  padding: 0 !important; }

.link-unstyled, .link-unstyled:hover {
  color: inherit;
  text-decoration: none; }

.font-weight-300 {
  font-weight: 300 !important; }

.font-weight-400 {
  font-weight: 400 !important; }

.font-weight-500 {
  font-weight: 500 !important; }

.font-weight-600 {
  font-weight: 600 !important; }

.font-weight-700 {
  font-weight: 700 !important; }

.font-weight-800 {
  font-weight: 800 !important; }

.font-weight-900 {
  font-weight: 900 !important; }

.text-10 {
  font-size: 10px !important; }

.text-12 {
  font-size: 12px !important; }

.text-13 {
  font-size: 13px !important; }

.text-14 {
  font-size: 14px !important; }

.text-15 {
  font-size: 15px !important; }

.text-16 {
  font-size: 16px !important; }

.text-18 {
  font-size: 18px !important; }

.text-20 {
  font-size: 20px !important; }

.text-22 {
  font-size: 22px !important; }

.text-24 {
  font-size: 24px !important; }

.text-25 {
  font-size: 25px !important; }

.text-26 {
  font-size: 26px !important; }

.text-28 {
  font-size: 28px !important; }

.text-30 {
  font-size: 30px !important; }

.max-line-1, .max-line-2, .max-line-3, .max-line-4, .max-line-5, .max-line-6, .max-line-7, .max-line-8, .max-line-9, .max-line-10 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5; }

.max-line-1 {
  -webkit-line-clamp: 1;
  max-height: 1.5em; }

.max-line-2 {
  -webkit-line-clamp: 2;
  max-height: 3em; }

.max-line-3 {
  -webkit-line-clamp: 3;
  max-height: 4.5em; }

.max-line-4 {
  -webkit-line-clamp: 4;
  max-height: 6em; }

.max-line-5 {
  -webkit-line-clamp: 5;
  max-height: 7.5em; }

.max-line-6 {
  -webkit-line-clamp: 6;
  max-height: 9em; }

.max-line-7 {
  -webkit-line-clamp: 7;
  max-height: 10.5em; }

.max-line-8 {
  -webkit-line-clamp: 8;
  max-height: 12em; }

.max-line-9 {
  -webkit-line-clamp: 9;
  max-height: 13.5em; }

.max-line-10 {
  -webkit-line-clamp: 10;
  max-height: 15em; }

.over-hidden {
  overflow: hidden; }

.iwrap, .iwrap-100, .iwrap-50, .iwrap-66, .iwrap-56, .iwrap-60, .iwrap-160 {
  display: block;
  position: relative; }
  .iwrap::before, .iwrap-100::before, .iwrap-50::before, .iwrap-66::before, .iwrap-56::before, .iwrap-60::before, .iwrap-160::before {
    content: "";
    display: block; }
  .iwrap img, .iwrap-100 img, .iwrap-50 img, .iwrap-66 img, .iwrap-56 img, .iwrap-60 img, .iwrap-160 img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50%;
       object-position: 50%; }

.iwrap-100::before {
  padding-bottom: 100%; }

.iwrap-50::before {
  padding-bottom: 50%; }

.iwrap-66::before {
  padding-bottom: 66.666%; }

.iwrap-56::before {
  padding-bottom: 56.666%; }

.iwrap-60::before {
  padding-bottom: 60%; }

.iwrap-160::before {
  padding-bottom: 160%; }

.iwrap-contain img {
  -o-object-fit: contain;
     object-fit: contain; }

.iwrap-maxwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .iwrap-maxwidth img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%; }

.gutter-20 {
  margin: 0 -10px; }
  .gutter-20 > [class^="col"] {
    padding: 0 10px; }

@media (min-width: 1200px) {
  .gutter-xl-50 {
    margin: 0 -25px; }
    .gutter-xl-50 > [class^="col"] {
      padding: 0 25px; } }

.col-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px; }

.col-sm-20 {
  padding: 0 15px; }

@media (min-width: 576px) {
  .col-sm-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; } }

.col-md-20 {
  padding: 0 15px; }

@media (min-width: 768px) {
  .col-md-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; } }

.col-lg-20 {
  padding: 0 15px; }

@media (min-width: 992px) {
  .col-lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; } }

.col-xl-20 {
  padding: 0 15px; }

@media (min-width: 1200px) {
  .col-xl-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; } }

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto; }
  .page__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.button {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: color .5s;
  transition: color .5s;
  font-size: 16px;
  line-height: 38px;
  padding: 0 28px;
  border: 1px solid #999;
  color: #333;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600; }
  .button:focus {
    outline: 0; }
  .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: lightslategray;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    z-index: -1; }
  .button:hover {
    color: white; }
  .button:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
            transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66); }
  .button:hover {
    color: #fff;
    text-decoration: none;
    border-color: #333; }
  .button::before {
    background-color: #333; }
  .button--sm {
    font-size: 14px;
    line-height: 28px; }

.customer {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .customer__right {
    position: relative; }
  .customer__body {
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow: auto;
    border: 1px solid #108518;
    position: absolute;
    top: 0;
    left: 0; }
  .customer__item {
    color: #333;
    font-size: 14px;
    font-family: "UTMAvoBold"; }
    .customer__item:hover {
      color: #333;
      text-decoration: none; }
    .customer__item:not(:last-child) {
      margin-bottom: 20px; }
  .customer__frame {
    display: block;
    width: 86px;
    margin-right: 20px;
    position: relative; }
    .customer__frame::before {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 56.25%; }
    .customer__frame img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
  @media (max-width: 991px) {
    .customer {
      grid-template-columns: 100%; }
      .customer__body {
        position: static;
        max-height: 300px; } }

.support-text {
  background-color: #108518;
  color: #fff;
  font-family: "UTMAvo";
  font-size: 25px;
  text-align: center;
  line-height: 30px;
  padding: 33px 20px; }
  .support-text a {
    font-family: "UTMAvoBold";
    color: #fff;
    text-decoration: none; }
    .support-text a:hover {
      color: #fff;
      text-decoration: none; }
  @media (max-width: 767px) {
    .support-text {
      font-size: 20px; } }

.filter {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 8px;
  margin-bottom: 30px; }
  .filter__btn {
    height: 35px;
    font-weight: 700; }
  @media (max-width: 1199px) {
    .filter {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 991px) {
    .filter {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767px) {
    .filter {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575px) {
    .filter {
      grid-template-columns: repeat(1, 1fr); } }

.section {
  margin-bottom: 50px; }
  .section__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 2px; }
  .section__desc {
    text-align: center;
    margin-bottom: 25px; }
  @media (max-width: 767px) {
    .section__title {
      font-size: 20px; } }

.form-block {
  border: 1px solid #dee2e6;
  padding: 18px 25px 0;
  margin-bottom: 40px; }
  .form-block__title {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px; }

.intro {
  text-align: justify; }
  .intro-title {
    font-size: 16px;
    font-family: "UTMAvoBold"; }

.banner-slider .carousel-control-prev,
.banner-slider .carousel-control-next {
  width: 5%; }
  .banner-slider .carousel-control-prev img,
  .banner-slider .carousel-control-next img {
    width: 10px; }

.banner-slider .carousel-control-next img {
  width: 10px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

@media (max-width: 767px) {
  .banner-slider .carousel-control-prev,
  .banner-slider .carousel-control-next {
    width: 5%; }
    .banner-slider .carousel-control-prev img,
    .banner-slider .carousel-control-next img {
      width: 6px; } }

.partner-slider {
  position: relative;
  padding: 0 30px; }
  .partner-slider .owl-prev,
  .partner-slider .owl-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0; }
    .partner-slider .owl-prev .fa,
    .partner-slider .owl-next .fa {
      font-size: 22px; }
  .partner-slider .owl-next {
    left: auto;
    right: 0; }

.news-slider .owl-prev,
.news-slider .owl-next,
.home-slider .owl-prev,
.home-slider .owl-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  left: -30px; }
  .news-slider .owl-prev .fa,
  .news-slider .owl-next .fa,
  .home-slider .owl-prev .fa,
  .home-slider .owl-next .fa {
    font-size: 22px; }

.news-slider .owl-next,
.home-slider .owl-next {
  left: auto;
  right: -30px; }

@media (max-width: 757px) {
  .news-slider .owl-prev,
  .home-slider .owl-prev {
    left: 0; }
  .news-slider .owl-next,
  .home-slider .owl-next {
    right: 0; } }

.card-slider {
  position: relative; }
  .card-slider .owl-prev,
  .card-slider .owl-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    color: #0ab717;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: -40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .card-slider .owl-prev .fa,
    .card-slider .owl-next .fa {
      font-size: 35px;
      color: #0ab717; }
  .card-slider .owl-next {
    left: auto;
    right: -40px; }
  @media (max-width: 575px) {
    .card-slider .owl-prev,
    .card-slider .owl-next {
      width: 30px;
      height: 30px;
      background: rgba(0, 0, 0, 0.4) !important; }
      .card-slider .owl-prev .fa,
      .card-slider .owl-next .fa {
        font-size: 20px;
        color: #fff; }
    .card-slider .owl-prev {
      left: 0; }
    .card-slider .owl-next {
      right: 0; } }

.nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px; }
  .nav-pills .nav-item:not(:last-child) {
    margin-right: 20px; }
  .nav-pills .nav-link {
    color: #333;
    border: 1px solid #333;
    font-size: 14px;
    padding: 2px 10px 5px;
    border-radius: 20px;
    min-width: 120px;
    text-align: center; }
    .nav-pills .nav-link:hover {
      color: #333; }
    .nav-pills .nav-link.active {
      background-color: #333;
      color: #fff; }
  @media (max-width: 991px) {
    .nav-pills {
      display: block;
      white-space: nowrap;
      overflow: auto;
      text-align: center; }
      .nav-pills .nav-item {
        display: inline-block; }
        .nav-pills .nav-item:not(:last-child) {
          margin-right: 8px; } }

.news-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .news-category a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 15px 0; }
    .news-category a:hover {
      color: #333;
      text-decoration: none; }
    .news-category a.active {
      color: #0ab717;
      position: relative; }
      .news-category a.active::after {
        content: "";
        width: 100%;
        border-bottom: 3px solid #0ab717;
        position: absolute;
        bottom: -2px;
        left: 0; }
  @media (max-width: 767px) {
    .news-category {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .news-category a.active {
        padding-left: 20px; }
        .news-category a.active::after {
          top: 0;
          left: 0;
          display: block;
          height: 100%;
          width: 3px;
          border: 0;
          background-color: #0ab717; } }

.nav-info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 16px; }
  .nav-info .nav-link {
    color: #333;
    padding: 14px 0; }
    .nav-info .nav-link:hover {
      color: #333; }
    .nav-info .nav-link.active {
      color: #0ab717;
      position: relative; }
      .nav-info .nav-link.active::after {
        content: "";
        display: inline-block;
        width: 100%;
        border-bottom: 3px solid #0ab717;
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: -2px; }

.btn {
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 19px;
  text-transform: uppercase; }

.btn-success {
  background-color: #0ab717; }
  .btn-success:hover, .btn-success:active, .btn-success:focus {
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
    background-color: #0ab717; }

.field {
  display: block;
  position: relative;
  color: inherit; }
  .field:hover {
    color: inherit;
    text-decoration: none; }
  .field__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 40%;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
    padding: 16px;
    font-family: "UTMAvoBold";
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .field__frame {
    display: block;
    width: 100%;
    position: relative; }
    .field__frame::before {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 66.66%; }
    .field__frame img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      position: absolute;
      top: 0;
      left: 0; }

.project__info {
  text-align: center; }
  .project__info p {
    margin-bottom: 10px; }
    .project__info p:last-child {
      margin-bottom: 0; }

.project-2 {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3); }
  .project-2__iwrap {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    width: 445px; }
  .project-2__body {
    height: 100%;
    padding: 20px; }
  .project-2__title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px; }
    .project-2__title::before {
      content: "";
      width: 43px;
      border-bottom: 2px solid #0ab717;
      position: absolute;
      bottom: 0;
      left: 0; }
  .project-2__info {
    margin-bottom: 15px; }
  .project-2__tags a {
    display: inline-block;
    font-size: 11px;
    padding: 0 10px;
    background-color: #243625;
    color: #fff;
    line-height: 22px;
    border-radius: 12px;
    padding-bottom: 2px;
    margin-right: 15px;
    margin-bottom: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .project-2__tags a:hover {
      color: #fff;
      text-decoration: none;
      background-color: #0ab717; }
  .project-2__link, .project-2__link:hover {
    color: #0ab717;
    text-decoration: underline; }
  @media (max-width: 991px) {
    .project-2__iwrap {
      width: 250px; } }
  @media (max-width: 575px) {
    .project-2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .project-2__iwrap {
        width: 100%; } }

.contractor__title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.5rem; }

.contractor-2__iwrap {
  width: 250px;
  margin-right: 30px; }

.contractor-2__title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px; }

.contractor-2__desc {
  margin-bottom: 30px; }

.contractor-2__tags a {
  display: inline-block;
  font-size: 11px;
  padding: 0 10px;
  background-color: #243625;
  color: #fff;
  line-height: 22px;
  border-radius: 12px;
  padding-bottom: 2px;
  margin-right: 15px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .contractor-2__tags a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0ab717; }

.contractor-2__btn {
  font-size: 14px;
  padding: 0 17px 2px; }

@media (max-width: 575px) {
  .contractor-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .contractor-2__iwrap {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; } }

.anchor {
  padding: 30px 0 40px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  background: url("../images/anchor-bg.jpg") center/cover no-repeat; }
  .anchor::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 133, 24, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .anchor__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0; }
  .anchor__title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px; }
  .anchor__desc {
    margin-bottom: 20px; }
  .anchor__btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    line-height: 30px;
    padding: 0 30px;
    border-radius: 15px;
    background-color: #eb2500;
    color: #fff; }
    .anchor__btn:hover {
      color: #fff;
      text-decoration: none;
      background-color: #d22100; }
  @media (max-width: 767px) {
    .anchor__title {
      font-size: 20px; } }

.support {
  background: url("../images/support-bg.png") center/cover no-repeat;
  text-align: center;
  font-size: 25px;
  padding: 39px 0;
  font-weight: 600; }
  .support .fa {
    margin-right: 10px; }

.pros {
  padding-left: 60px;
  position: relative; }
  .pros img {
    width: 46px;
    position: absolute;
    top: 5px;
    left: 0; }
  .pros__title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; }

.thumbnail {
  padding: 22px 22px 22px 0;
  position: relative;
  z-index: 1; }
  .thumbnail::before {
    content: "";
    display: block;
    border: 5px solid #0ab717;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 72px;
    right: 0;
    bottom: 0; }
  .thumbnail img {
    width: 100%; }

.pricing {
  font-family: "UTMAvo";
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 20px 10px;
  color: #fff;
  background-color: #108518; }
  .pricing__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px; }
    .pricing__icon img {
      max-height: 40px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
  .pricing__title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 8px; }
  .pricing__desc {
    margin-top: 4px;
    text-align: center; }

.service {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3); }
  .service__body {
    padding: 12px 20px 30px; }
  .service__title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px; }

label {
  font-size: 14px; }

.form-control {
  font-size: 14px;
  border-radius: 0; }
  .form-control:focus {
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important; }

.form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px; }
  .form-title::after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 1px;
    background-color: #dee2e6;
    margin-left: 10px; }

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  min-height: 200px;
  padding: 50px 0; }
  .banner__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    z-index: -1;
    top: 0;
    left: 0; }
  .banner__title {
    text-align: center;
    font-family: "UTMAvoBold";
    font-size: 25px;
    text-transform: uppercase;
    color: #333; }

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background: 0;
  font-style: italic; }
  .breadcrumb .breadcrumb-item {
    color: #333; }
    .breadcrumb .breadcrumb-item a {
      color: #333; }
    .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: ">"; }

.breadcrumb-2 {
  padding: 14px 0;
  margin-bottom: 20px;
  border-top: 1px solid #dee2e6; }

.pagination {
  margin-bottom: 0; }

.page-item {
  margin-right: 12px; }
  .page-item:last-child {
    margin-right: 0; }

.page-link {
  font-size: 16px;
  color: #333;
  border: 1px solid #dee2e6 !important;
  background: 0;
  padding: 8px 15px; }
  .page-link:hover {
    color: #0ab717; }
  .page-link:focus {
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important; }

.page-item.disabled .page-link {
  background: 0;
  border-color: #666; }

.page-item.active .page-link {
  background-color: #0ab717;
  border-color: #0ab717; }

.post {
  margin-bottom: 40px; }
  .post-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .post-time {
    margin-bottom: 10px; }
  .post-sapo {
    font-size: 14px;
    text-align: justify; }
  .post-content {
    text-align: justify; }

.sticky-btn {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  list-style: none;
  position: fixed;
  z-index: 1030;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .sticky-btn__item:not(:first-child) {
    margin-top: 20px; }
  .sticky-btn__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .sticky-btn__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #eb2500;
    color: #eb2500;
    border: 2px solid #b81d00;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    padding: 6px; }
    .sticky-btn__icon svg,
    .sticky-btn__icon img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
    .sticky-btn__icon--zalo {
      padding: 0;
      border-color: #015f94; }
      .sticky-btn__icon--zalo img {
        width: 100%;
        height: 100%; }
    .sticky-btn__icon--phone {
      background-color: #0ab717;
      border-color: #078711; }
  @media (max-width: 991px) {
    .sticky-btn {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      top: auto;
      bottom: 10px;
      right: 10px;
      padding-right: 0;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
      .sticky-btn__item {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .sticky-btn__item:not(:first-child) {
          margin-top: 10px; }
      .sticky-btn__icon {
        width: 40px;
        height: 40px;
        border-width: 2px; }
      .sticky-btn.active {
        bottom: 10px; }
      .sticky-btn.active .sticky-btn__item:not(:first-child) {
        margin-top: -40px; } }

.sticky-toggle {
  display: none; }
  @media (max-width: 991px) {
    .sticky-toggle {
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 4px;
      background-color: #eee;
      border-radius: 50%;
      border: 0;
      outline: 2px #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
      overflow: hidden;
      position: fixed;
      z-index: 1030;
      right: 10px;
      bottom: 10px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer; }
      .sticky-toggle span {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #333;
        margin: 2px 0;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .sticky-toggle span:nth-child(1) {
          -webkit-transform: translateY(6px) rotateZ(45deg);
                  transform: translateY(6px) rotateZ(45deg); }
        .sticky-toggle span:nth-child(2) {
          opacity: 0;
          -webkit-transform: translateX(-5px);
                  transform: translateX(-5px); }
        .sticky-toggle span:nth-child(3) {
          -webkit-transform: translateY(-6px) rotateZ(-45deg);
                  transform: translateY(-6px) rotateZ(-45deg); }
      .sticky-toggle.active span:nth-child(1) {
        -webkit-transform: translateY(0) rotateZ(0);
                transform: translateY(0) rotateZ(0); }
      .sticky-toggle.active span:nth-child(2) {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      .sticky-toggle.active span:nth-child(3) {
        -webkit-transform: translateY(0) rotateZ(0);
                transform: translateY(0) rotateZ(0); } }

.menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .menu-item {
    margin: 4px 0 8px;
    position: relative; }
  .menu-link {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: inherit; }
    .menu-link:hover {
      color: inherit;
      text-decoration: none; }
  .menu-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
    .menu-toggle span {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 24px;
      height: 24px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 12px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .menu-toggle span:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .menu-toggle.active span {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .menu-sub {
    display: none; }
  .menu-sub .menu-link {
    padding-left: 40px; }
  .menu-sub-2 .menu-link {
    padding-left: 60px; }
  .menu-sub-3 .menu-link {
    padding-left: 80px; }
  .menu-item:hover > .menu-link {
    background-color: rgba(10, 183, 23, 0.05); }
  .menu-mega-bg {
    display: none; }
  .menu-root > .menu-item > .menu-link {
    text-transform: uppercase;
    font-weight: 600; }
  @media (min-width: 1200px) {
    .menu-root {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .menu-root > .menu-item {
      margin: 0; }
      .menu-root > .menu-item:not(:last-child) {
        margin-right: 30px; }
    .menu-root > .menu-item > .menu-link {
      text-align: center;
      font-size: 15px;
      line-height: 50px;
      padding: 0; }
      .menu-root > .menu-item > .menu-link.active {
        color: #0ab717;
        font-family: "UTMAvoBold"; }
    .menu-root > .menu-item.menu-item-group > .menu-link {
      padding-right: 0; }
    .menu-root > .menu-item:hover > .menu-link {
      background: 0;
      color: #0ab717; }
    .menu-root > .menu-item-group > .menu-toggle {
      display: none; }
    .menu-root .menu-sub {
      min-width: 160px;
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
              box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
      position: absolute;
      z-index: 2;
      top: -4px;
      left: calc(100% + 4px);
      border-radius: 4px;
      -webkit-transform-origin: 0 4px;
              transform-origin: 0 4px;
      background-color: #fff; }
      .menu-root .menu-sub::before {
        content: "";
        display: block;
        width: 8px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 100%; }
      .menu-root .menu-sub-right {
        left: auto;
        right: calc(100% + 4px);
        -webkit-transform-origin: 100% 0;
                transform-origin: 100% 0; }
        .menu-root .menu-sub-right::before {
          right: auto;
          left: 100%; }
    .menu-root .menu-sub .menu-link {
      padding-left: 20px; }
    .menu-root .menu-item-group > .menu-link {
      padding-right: 40px; }
    .menu-root .menu-item-group:hover > .menu-sub {
      display: block;
      -webkit-animation: menu-float-show 0.2s ease-out;
              animation: menu-float-show 0.2s ease-out; }
    .menu-root > .menu-item-group > .menu-sub {
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      top: calc(100% + 4px);
      left: 0; }
      .menu-root > .menu-item-group > .menu-sub::before {
        width: 100%;
        height: 8px;
        right: auto;
        left: 0;
        top: auto;
        bottom: 100%; }
    .menu-down > .menu-item {
      position: static;
      margin: 0; }
    .menu-down .menu-mega {
      display: none;
      width: 863px;
      height: 100%;
      min-height: 470px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 20px;
      background-color: #fff;
      border-left: 1px solid #e6e6e6;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 100%; }
    .menu-down > .menu-item-group:hover > .menu-mega {
      display: block; }
    .menu-down .menu-toggle {
      display: none; }
    .menu-down > .menu-item-group > .menu-link {
      padding-right: 30px;
      position: relative; }
      .menu-down > .menu-item-group > .menu-link::after {
        content: "\f105";
        font-family: "fontawesome";
        position: absolute;
        top: 0;
        right: 10px; }
    .menu-down .menu-sub {
      display: block; }
    .menu-down .menu-sub .menu-item:hover > .menu-link {
      background-color: transparent; }
    .menu-down .menu-sub .menu-item {
      margin: 0;
      padding: 2px 4px; }
    .menu-down .menu-sub .menu-link {
      line-height: 1.5;
      padding: 0;
      white-space: normal; }
    .menu-down .menu-sub .menu-link:hover {
      color: #0ab717; }
    .menu-down .menu-sub-1 {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      width: 100%; }
    .menu-down .menu-sub-1 > .menu-item {
      margin-bottom: 4px; }
    .menu-down .menu-sub-1 > .menu-item > .menu-link {
      font-weight: 700; }
    .menu-down .menu-sub-2 {
      margin-top: 6px; } }

@-webkit-keyframes menu-float-show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes menu-float-show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.h-menu__btn {
  display: none; }

@media (min-width: 1200px) {
  .h-menu__btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 1;
    line-height: 55px;
    padding: 0 20px 0 10px; }
    .h-menu__btn::after {
      content: "";
      display: block;
      width: 100%;
      height: 20px;
      position: absolute;
      top: 100%;
      left: 0; }
  .h-menu__float {
    display: none;
    width: 246px;
    background-color: #fff;
    position: absolute;
    z-index: 200;
    top: 100%;
    left: 0; }
  .h-menu__backdrop {
    display: none;
    width: 100vw;
    height: 200vh;
    position: absolute;
    top: 100%;
    left: 50%;
    right: 0;
    z-index: 100;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5); }
  .h-menu__content:hover .h-menu__float {
    display: block; }
  .h-menu__content:hover ~ .h-menu__backdrop {
    display: block; } }

body.is-home .h-menu__float {
  display: block; }

body.is-home .h-menu__backdrop {
  display: none !important; }

.navbar {
  padding: 0; }
  .navbar__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    z-index: 1040;
    top: 0;
    left: -100%;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .navbar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 15px;
    border-bottom: 1px solid #dee2e6; }
  .navbar__title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3em;
    line-height: 1; }
  .navbar__close {
    padding: 0 2px;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 700; }
    .navbar__close:before {
      content: "\f104\f104\f104";
      font-family: "fontawesome"; }
  .navbar__body {
    padding: 10px 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto; }
  .navbar__backdrop {
    display: block;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -100%;
    -webkit-transition: left 0s 0.3s, opacity 0.3s;
    transition: left 0s 0.3s, opacity 0.3s; }
  .navbar.is-show .navbar__wrapper {
    left: 0; }
  .navbar.is-show .navbar__backdrop {
    left: 0;
    opacity: 0.5;
    -webkit-transition: left 0s, opacity 0.3s;
    transition: left 0s, opacity 0.3s; }
  @media (min-width: 1200px) {
    .navbar {
      display: block;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .navbar__wrapper {
        display: block;
        width: auto;
        height: auto;
        position: static;
        background: 0;
        z-index: 0;
        top: auto;
        left: auto;
        -webkit-transition: unset;
        transition: unset; }
      .navbar__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        overflow: visible; }
      .navbar__backdrop, .navbar__header {
        display: none; } }

.header {
  position: relative;
  z-index: 100; }
  .header__wrapper {
    width: 100%;
    padding: 16px 0;
    background-color: #fff; }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: 0;
    background-color: #0ab717;
    color: #fff;
    margin-left: 10px; }
  .header__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .header__logo img {
      height: 64px; }
  .header__slogan {
    font-family: "UTMEdwardianBold";
    font-size: 40px;
    text-align: center;
    color: #eb2500;
    line-height: 1;
    margin-left: 27px; }
  @media (max-width: 1199px) {
    .header {
      margin-top: 40px; }
      .header__wrapper {
        display: none; }
      .header__slogan {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin: 0 12px;
        text-align: center; } }
  @media (max-width: 767px) {
    .header__slogan {
      font-size: 30px; } }

.hotline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  color: inherit; }
  .hotline:hover {
    color: inherit;
    text-decoration: none; }
  .hotline__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background-color: #eb2500;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 16px;
    position: relative;
    z-index: 1; }
    .hotline__icon::before, .hotline__icon::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      z-index: -1;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #eb2500;
      -webkit-animation: phoneRing 3s ease-in-out infinite;
              animation: phoneRing 3s ease-in-out infinite; }
    .hotline__icon::after {
      -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s; }
  @media (max-width: 991px) {
    .hotline {
      position: fixed;
      z-index: 100;
      bottom: 15px;
      left: 15px; } }

@-webkit-keyframes phoneRing {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0; }
  80% {
    width: 180%;
    height: 180%;
    opacity: 0.3; }
  100% {
    width: 190%;
    height: 190%;
    opacity: 0; } }

@keyframes phoneRing {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0; }
  80% {
    width: 180%;
    height: 180%;
    opacity: 0.3; }
  100% {
    width: 190%;
    height: 190%;
    opacity: 0; } }

.navigation__wrapper {
  border-top: 1px solid #0ab717; }

.navigation__btn {
  display: none; }

.navigation__text {
  display: none; }

@media (min-width: 1200px) {
  .navigation {
    height: 51px; }
    .navigation.is-fixed .navigation__wrapper {
      width: 100%;
      background-color: #fff;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      border: 0;
      position: fixed;
      z-index: 200;
      top: 0;
      left: 0; } }

@media (max-width: 1199px) {
  .navigation {
    width: 100%;
    z-index: 200;
    background-color: #108518;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 0;
    position: fixed;
    top: 0;
    left: 0; }
    .navigation__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 40px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .navigation__btn {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      border: 0;
      padding: 0;
      background: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 28px;
      color: #fff; }
    .navigation__text {
      display: block;
      font-family: "UTMAvoBold";
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: center;
      color: #fff;
      font-size: 16px;
      padding: 8px 30px 8px 0; }
      .navigation__text:hover {
        color: #fff;
        text-decoration: none; } }

.search {
  padding: 10px 20px 20px;
  border-bottom: 1px solid #dee2e6;
  position: relative; }
  .search__toggle {
    display: none; }
  .search .form-control {
    border-radius: 4px 0 0 4px;
    border-right: 0; }
    .search .form-control:focus {
      border-color: #dee2e6; }
  .search .input-group-text {
    background-color: #fff;
    border-left: 0; }
  @media (min-width: 1200px) {
    .search {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding: 0;
      border: 0;
      position: relative;
      z-index: 1;
      margin-left: 16px; }
      .search__toggle {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 40px;
        height: 50px;
        border: 0;
        background: 0;
        font-size: 16px;
        color: #444; }
      .search__body {
        display: none;
        width: 300px;
        position: absolute;
        top: 100%;
        right: -2px; } }

.marquee {
  font-size: 16px;
  padding: 5px 0;
  border-top: 1px solid #0ab717; }
  .marquee__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px; }
    .marquee__logo img {
      height: 30px; }
  @media (max-width: 1199px) {
    .marquee {
      border-top: 0; } }

.footer {
  background: url("../images/footer-bg.png") center/cover no-repeat;
  border-top: 7px solid #0ab717;
  padding-top: 36px;
  color: #fff; }
  .footer__title {
    font-size: 16px;
    font-family: "UTMAvoBold";
    text-transform: uppercase;
    margin-bottom: 18px; }

.f-contact {
  font-family: "Open Sans", sans-serif; }
  .f-contact__title {
    font-size: 14px;
    margin-bottom: 10px; }
  .f-contact__info {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .f-contact li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 10px; }
    .f-contact li:last-child {
      margin-bottom: 0; }
    .f-contact li .fa {
      position: absolute;
      top: 4px;
      left: 0; }
    .f-contact li a,
    .f-contact li a:hover {
      color: inherit; }

.f-endpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #dee2e6;
  padding: 12px 0; }
  @media (max-width: 991px) {
    .f-endpage {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .f-endpage__copyright {
        margin: 8px; } }

.f-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px; }
  .f-social__item {
    color: #fff; }
    .f-social__item:hover {
      color: #fff;
      text-decoration: none; }
    .f-social__item:not(:last-child) {
      margin-right: 12px; }

.section-contact__title {
  border-bottom: 1px solid #dee2e6;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 16px;
  margin-bottom: 26px; }

.contact-map {
  height: 225px;
  margin-bottom: 50px; }

.contact-info {
  font-family: "Open Sans", sans-serif; }
  .contact-info__title {
    font-size: 16px;
    text-transform: uppercase; }
  .contact-info__subtitle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px; }
  .contact-info__detail {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .contact-info li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 10px; }
    .contact-info li:last-child {
      margin-bottom: 0; }
    .contact-info li .fa {
      position: absolute;
      top: 4px;
      left: 0; }

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