﻿@font-face {
  font-family: 'Lato-Bold';
  font-display: swap;
  src: url('../webfonts/Lato-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato-Heavy';
  src: url('../webfonts/Lato-Heavy.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato-Light';
  font-display: swap;
  src: url('../webfonts/Lato-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato-Regular';
  font-display: swap;
  src: url('../webfonts/Lato-Regular.woff2') format('woff2');
}
.lato-light {
  font-family: 'Lato-Light';
}
.lato-bold {
  font-family: Lato-Bold;
}
.lato-heavy {
  font-family: Lato-Heavy;
}
.field-validation-error {
  color: #f00;
}
.field-validation-valid {
  display: none;
}
.ul-reset {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
i,
img {
  transition: all 300ms;
}
a:hover {
  text-decoration: none;
}
.gutters-2 {
  margin-left: -2px;
  margin-right: -2px;
}
.gutters-2 .col,
.gutters-2 [class^=col-] {
  padding-left: 2px;
  padding-right: 2px;
}
.gutters-5 {
  margin-left: -5px;
  margin-right: -2px;
}
.gutters-5 .col,
.gutters-5 [class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.gutters-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.gutters-10 .col,
.gutters-10 [class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.container {
  max-width: 1200px;
}
body {
  font-family: 'Lato-Regular', sans-serif;
}
.top-header {
  background: #022A48;
  color: #fff;
  line-height: 40px;
  font-family: 'Lato-Light';
  font-size: 0.875rem;
}
.top-header a {
  color: #fff;
}
.call-top {
  background: #00973A;
  font-family: Lato-Bold;
  display: inline-block;
  padding: 0 2rem;
  margin-left: 1rem;
}
.call-top:hover {
  background: #2B317F;
}
header {
  padding: 10px 0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0 2px 2px #eee;
}
.logo img {
  height: 60px;
}
nav {
  margin-top: 20px;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav ul li {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  z-index: 999;
}
nav ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}
nav ul a {
  color: #333;
  text-transform: uppercase;
}
nav ul ul {
  position: absolute;
  display: block;
  min-width: 200px;
  top: 40px;
  left: 0;
  white-space: nowrap;
  box-shadow: 1px 2px 4px #aaa;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
}
nav ul ul li {
  padding: 8px 15px;
  border-bottom: 1px #eee solid;
  font-weight: 300;
  font-size: 1rem;
}
nav ul ul a {
  text-transform: none;
}
nav ul ul ul {
  top: 0;
  left: 100%;
}
nav .search-icon:hover i {
  transform: rotate(360deg);
  background: #00973A;
}
nav .search-icon i {
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: #C4C4C4;
  color: #fff;
}
.search-box.active form {
  display: block;
}
.search-box .close-search {
  cursor: pointer;
  font-size: 0.875rem;
  position: absolute;
  right: -5px;
  top: -1rem;
  z-index: 222;
  background: #022A48;
  color: #fff;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}
.search-box form {
  display: none;
  width: 300px;
  position: absolute;
  right: 0;
  top: 0;
}
.hotline {
  margin-top: 10px;
  background: #00973A;
  font-size: 1rem;
  padding: 10px 15px;
  font-weight: 700;
  border-radius: 10px;
  box-shadow: 0 2px 4px #999;
  transition: 0.3s;
}
.hotline:hover {
  background: #2B317F;
}
.hotline:hover i {
  transform: rotate(360deg);
}
.hotline a {
  color: #fff;
}
.box-feature {
  background: #00973A;
  padding: 1rem;
  transform: translateY(-50%);
  position: relative;
  z-index: 99;
  color: #fff;
  text-align: center;
}
.icon-feature {
  font-size: 0.875rem;
}
.icon-feature:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.icon-feature i {
  font-size: 1.75rem;
}
.icon-feature .name {
  margin-top: 0.75rem;
}
.about-section-name .text-sub {
  color: #C60C4B;
  text-transform: uppercase;
}
.about-section-name .name {
  position: relative;
  font-size: 2rem;
  font-family: Lato-Bold;
  line-height: 1;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.about-section-name .name:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100px;
  height: 5px;
  background: #2B317F;
}
.services-section {
  margin-top: 4rem;
  background: #E8EFFA;
  padding: 4rem 0;
  transform: skew(0, -2deg);
}
.services-section .container {
  transform: skew(0, 2deg);
}
.section-name {
  font-family: Lato-Heavy;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 2rem;
  text-transform: uppercase;
}
.section-name .sub-text {
  font-size: 1.125rem;
  font-family: Lato-Bold;
  color: #00973A;
}
.view-more-link {
  background: #00973A;
  padding: 10px 30px;
  font-size: 0.825rem;
  font-family: 'Lato-Light';
  color: #fff;
  border-radius: 5px;
}
.view-more-link:hover {
  background: #022A48;
  color: #fff;
}
.card-service-item {
  text-align: center;
  margin-bottom: 1rem;
  transition: all 300ms;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.card-service-item:hover {
  box-shadow: 0 3px 6px #aaa;
  transform: translateY(-10px);
}
.card-service-item:hover .card-body {
  background: #00973A;
}
.card-service-item:hover .card-body a {
  color: #fff;
}
.card-service-item .card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-service-item .card-body {
  padding: 1rem 0.5rem;
  background: #2B317F;
}
.card-service-item h2 {
  font-size: 1rem;
  margin-bottom: 0;
  font-family: Lato-Heavy;
  height: 2.25rem;
  text-transform: uppercase;
}
.card-service-item h2 a {
  color: #fff;
}
.counter-box {
  background: url('images/bh5.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}
.box-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.count-item {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
.count-item i {
  color: #00973A;
  font-size: 2.5rem;
}
.count-item .count {
  font-size: 3rem;
  font-weight: 700;
}
.box-why {
  margin-top: 4rem;
  background: #E8EFFA;
  padding: 4rem 0 6rem;
  transform: skew(0, 2deg);
}
.box-why .container {
  transform: skew(0, -2deg);
}
.reason-box {
  display: flex;
  height: 100%;
  color: #fff;
}
.reason-box .text-box {
  width: 75%;
  padding: 3rem 2rem;
  background: #2B317F;
  border-radius: 3px;
}
.reason-box .number-box {
  width: 25%;
  height: 90%;
  margin-top: 4%;
  background: #085D9D;
  border-radius: 3px;
  text-align: center;
}
.reason-box .number-box .count {
  font-family: Lato-Heavy;
  font-size: 2rem;
  line-height: 1;
}
.reason-box .number-box .text {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.count-box {
  border-bottom: 1px solid #035997;
  padding: 1rem 0;
}
.box-news {
  padding: 0 5px;
}
.box-news .owl-stage-outer {
  padding: 0 0 10px;
}
.card-news-item {
  border-bottom: 3px #00973A solid;
  transition: all 300ms;
}
.card-news-item img {
  object-fit: cover;
  width: 100%;
  height: 220px;
}
.card-news-item:hover {
  box-shadow: 4px 4px 10px 2px #ccc;
}
.card-news-item .card-body {
  position: relative;
}
.card-news-item h3 {
  font-size: 1.2rem;
  font-weight: 700;
  height: 3rem;
}
.card-news-item h3 a {
  color: #333;
}
.card-news-item h3 a:hover {
  color: #00973A;
}
.card-news-item .date-post {
  position: absolute;
  right: 15px;
  top: -50px;
  background: #2B317F;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-top: 3px #00973A solid;
}
.client-box {
  padding: 3rem 0;
}
/*.client-box {
    background: url('images/team-bg1.png') no-repeat;
    background-size: cover;
}
*/
.testi-slider .owl-stage-outer {
  padding: 2rem 0 3rem;
}
.testi-slider .owl-item {
  transform: scale(0.95);
  transition: all 0.3s;
}
.testi-slider .owl-item.center {
  transform: scale(1.1);
}
.card-testi {
  margin: 0 4px;
  padding: 1rem 1rem 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.card-testi .img-testi {
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.card-testi .card-body {
  text-align: center;
  padding: 1rem 0 0;
}
.card-testi .job {
  font-family: Lato-Heavy;
}
.card-testi .test-name {
  font-family: Lato-Bold;
  background: #2B317F;
  color: #fff;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  transform: translateY(50%);
  display: inline-block;
}
.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots .owl-dot {
  outline: none;
}
.owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #999;
  margin: 0 5px;
}
.owl-dots .owl-dot.active span {
  background: #00973A;
}
.team-box {
  background: url('images/bg-team.png') no-repeat center;
  background-size: contain;
  padding: 3rem 0;
}
.team-item {
  position: relative;
  transition: all 0.3s;
  padding: 2rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
  margin: 0.25rem;
  color: #000;
}
.team-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.team-item .caption {
  padding: 1rem 0 0.5rem 0;
}
.team-item .caption .name {
  font-family: Lato-Bold;
  text-transform: uppercase;
}
.module-name {
  font-size: 2rem;
  position: relative;
  padding-bottom: 10px;
}
.module-name:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 50px;
  background: #2B317F;
}
.partner-slides a:hover img {
  border-color: #2B317F;
}
.partner-slides img {
  border: 1px #ddd solid;
  padding: 10px;
  background: #fff;
}
footer {
  background: #ECECEC url('images/footer-bg.png') no-repeat center;
  background-size: cover;
  color: #000;
  padding-top: 2rem;
}
footer .logo-footer {
  margin-bottom: 2rem;
  width: 150px;
}
footer .name {
  font-family: Lato-Bold;
  font-size: 1.25rem;
  margin-bottom: 15px;
  color: #000;
  text-transform: uppercase;
}
footer address {
  line-height: 30px;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul li {
  padding: 5px 0;
  border-bottom: 1px #333 solid;
  width: max-content;
  font-size: 0.875rem;
}
footer ul a {
  color: #000;
}
footer ul a:hover {
  color: #2B317F;
  padding-left: 5px;
}
footer .socials a {
  padding-right: 10px;
}
footer .socials a:hover i {
  color: #00973A;
  transform: rotate(360deg);
}
footer .socials i {
  font-size: 1.5rem;
  color: #aaa;
}
.copyright {
  margin-top: 2rem;
  background: #2B317F;
  text-align: center;
  padding: 15px 0;
  font-size: 0.875rem;
  font-family: 'Lato-Light';
  color: #fff;
}
.sub-header {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url('images/bg-sub.jpg') no-repeat;
  background-size: cover;
}
.sub-header h1,
.sub-header h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.sub-header .breadcrumb {
  justify-content: center;
  background: none;
}
.sub-header .breadcrumb li {
  background: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
}
.sub-header .breadcrumb .active {
  color: #fff;
}
.sub-header .breadcrumb a {
  color: #ccc;
}
.sub-header .breadcrumb a:hover {
  color: #fff;
}
.wrapper-content {
  background: #fff;
  margin-top: -40px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 30px 30px 50px;
  box-shadow: 0 0 10px #999;
}
.album-item-home {
  position: relative;
  overflow: hidden;
}
.album-item-home:hover img {
  transform: scale(1.2);
}
.album-item-home:before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
}
.album-item-home .caption {
  position: absolute;
  left: 0;
  bottom: 3rem;
  padding: 0 3rem;
  color: #fff;
  z-index: 2;
}
.album-item-home .name {
  font-size: 1.25rem;
  font-family: Lato-Bold;
}
.album-item-home .number {
  font-size: 6rem;
  opacity: 0.5;
}
.album-item-home img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: all 1s;
}
.album-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  box-shadow: 0 0 4px 4px #ccc;
}
.partner-slides img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.menu-left {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-left > li > a {
  text-transform: uppercase;
  color: #fff;
  background: #2B317F;
  display: block;
  padding: 10px 15px;
  font-weight: 700;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.menu-left > li > a:hover {
  background: #00973A;
}
.menu-left ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 10px;
}
.menu-left ul li {
  border-bottom: 1px #eee solid;
}
.menu-left ul a {
  color: #333;
  display: block;
  padding: 8px 0;
}
.menu-left ul a:hover {
  color: #00973A;
  background: #f0f0f0;
}
.post-title {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.post-title:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100px;
  background: #00973A;
  left: 0;
  bottom: 0;
}
.card-news {
  margin: 15px 0;
}
.card-news img {
  object-fit: cover;
  height: 220px;
  width: 100%;
}
.card-news h2 {
  font-size: 1.1rem;
  font-weight: 700;
}
.card-news h2 a {
  color: #333;
}
.card-news h2 a:hover {
  color: #00973A;
}
.card-news .post-date {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(241, 88, 34, 0.9);
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}
.img-zoom-in {
  display: block;
  overflow: hidden;
}
.img-zoom-in:hover img {
  transform: scale(1.1);
}
.height-truncate {
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
[data-line="2"] {
  -webkit-line-clamp: 2;
}
[data-line="3"] {
  -webkit-line-clamp: 3;
}
[data-line="4"] {
  -webkit-line-clamp: 4;
}
.body-content {
  width: 100%;
  overflow: hidden;
}
.body-content img {
  max-width: 100% !important;
  height: auto !important;
}
.body-content h1,
.body-content h2,
.body-content h3 {
  font-size: 1.2rem;
  font-weight: 700;
}
.body-content h4,
.body-content h5,
.body-content h6 {
  font-size: 1.1rem;
  font-weight: 700;
}
.sapo-detail {
  background: #f0f0f0;
  border: 1px #ddd solid;
  padding: 10px;
  margin-bottom: 15px;
}
.contact-item {
  text-align: center;
  margin-bottom: 30px;
}
.contact-item i {
  font-size: 2rem;
  background: #2B317F;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
}
.contact-item .contact-item-body {
  margin-top: 20px;
}
.contact-item .contact-item-body p {
  font-weight: 700;
  font-size: 1.1rem;
}
#subscribe {
  background: #00973A;
  padding: 30px;
  border-top: 5px #2B317F solid;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#subscribe .form-name {
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 20px;
  border-left: 5px #fff solid;
  line-height: 1;
  padding-left: 10px;
}
#subscribe .btn-primary {
  background: #2B317F;
  border-color: #2B317F;
}
#subscribe .btn-primary:hover {
  background: #022A48;
  border-color: #022A48;
}
.action-footer {
  z-index: 99;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.action-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 60px;
  background: #fff;
  box-shadow: 0 2px 4px #ccc;
  padding: 10px;
  border: 1px #ccc solid;
  border-right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.action-footer ul li {
  padding: 0.5rem 0;
}
.action-footer ul span {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .album-item-home img {
    height: 400px;
  }
}
.icon-menu,
.search-icon-mobile {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2rem;
  display: none;
}
.search-icon-mobile {
  right: 60px;
}
.overlayall {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
}
.search-mobile {
  margin-top: 0.5rem;
  padding: 0.5rem;
  background: #2B317F;
  display: none;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 0;
  }
  header.show ul {
    left: 0;
  }
  header.show .overlayall {
    display: block;
  }
  header ul {
    position: fixed;
    width: 350px;
    height: 100vh;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 4px #aaa;
    top: 0;
    left: -100%;
    display: block;
    overflow-y: auto;
    transition: all 300ms;
  }
  header ul li a {
    padding: 10px 15px;
    display: block;
  }
  header ul ul {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    width: 100%;
    height: auto;
  }
  header ul ul li {
    font-size: 0.9rem;
  }
  header ul ul li a {
    padding: 0;
  }
  .search-box {
    display: none;
  }
  .logo img {
    height: 60px;
  }
  .banner-slide {
    margin-bottom: 1rem;
  }
  .box-feature {
    padding: 0.5rem;
    display: none;
  }
  .box-feature .icon-feature {
    font-size: 0.875rem;
  }
  .box-feature .icon-feature i {
    font-size: 1rem;
  }
  .box-feature .icon-feature .name {
    margin-top: 0;
    font-size: 0.75rem;
    text-transform: none;
  }
  .about-section-name .name {
    font-size: 1.5rem;
  }
  .icon-menu,
  .search-icon-mobile {
    display: block;
  }
  .card-service-item .card-img img {
    height: 140px;
  }
  .card-service-item .card-body {
    padding: 0.5rem;
  }
  .hotline {
    display: inline-block;
  }
  .hotline span {
    display: none;
  }
  .section-name {
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }
  .box-heading {
    font-size: 1.25rem;
  }
  .count-item {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .count-item .count {
    font-size: 2rem;
  }
  .card-news-item h3 {
    font-size: 1rem;
  }
  .card-news-item img {
    height: 180px;
  }
  .card-service-item h2 {
    margin: 0;
  }
  footer .name {
    text-align: left !important;
  }
  footer ul {
    display: block;
  }
  footer ul li {
    width: 100%;
    padding: 5px 0;
  }
  .copyright {
    margin-top: 20px;
  }
  .post-title {
    font-size: 1.25rem;
  }
  .border-left-m-0 {
    border-left: 0 !important;
  }
  #subscribe {
    padding: 15px;
  }
  #subscribe .form-name {
    font-size: 1.2rem;
  }
  #subscribe textarea {
    height: 100px !important;
  }
  .action-footer {
    right: auto;
    left: 0;
    bottom: 0;
    top: auto;
    transform: none;
    width: 100%;
  }
  .action-footer ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: 0;
    border-top: 1px #ccc solid;
  }
  .action-footer ul li {
    flex-basis: 25%;
    text-align: center;
    padding-bottom: 2px;
  }
  .action-footer ul img {
    height: 30px;
  }
  .action-footer ul span {
    display: block;
    font-size: 0.75rem;
    margin-top: 3px;
  }
  .team-item img {
    height: 400px;
  }
}
@media only screen and (max-width: 576px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row .col,
  .row [class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .no-gutters .col,
  .no-gutters [class^=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .card-service-item h2 {
    height: auto;
    margin: 0;
  }
  .card-service-item .card-body h2 {
    font-size: 1rem;
    text-transform: none;
    font-family: Lato-Bold;
    height: 2.25rem;
  }
  .section-name {
    font-size: 1.25rem;
  }
  .testi-slider .owl-item.active {
    transform: none;
  }
  .team-item img {
    height: 250px;
  }
  .team-item .caption {
    font-size: 0.875rem;
    padding-left: 0.5rem;
    left: 0.5rem;
    bottom: 0.5rem;
  }
  .album-item-home img {
    height: 250px;
  }
  .album-item-home .caption {
    padding: 0 1rem;
    bottom: 1rem;
  }
  .album-item-home .number {
    font-size: 3rem;
  }
}