html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Roboto", sans-serif;
}
body p {
  line-height: 1.4;
}

.flexrow {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1280px) {
  header, .central-info-content, .text-home, .footer-content, .home-news, .contact-footer {
    width: 100%;
    max-width: 1280px;
    padding-left: 48px;
    padding-right: 48px;
    margin: 0 auto;
  }

  .contact-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .full-title .content-title {
    width: 100%;
    max-width: 1280px;
    padding-left: 48px;
    padding-right: 48px;
    margin: 0 auto;
  }

  .content.intpage {
    width: 100%;
    max-width: 1280px;
    padding-left: 48px;
    padding-right: 48px;
    margin: 0 auto;
  }
  .content.intpage.aboutus .three-columns {
    width: 75%;
  }
  .content.intpage.aboutus .three-columns img {
    width: 100%;
  }
  .content.intpage.aboutus .three-columns ul {
    display: block;
    margin-bottom: 40px;
  }
  .content.intpage.aboutus .three-columns p, .content.intpage.aboutus .three-columns li {
    font-size: 16px;
    line-height: 1.4;
  }
  .content.intpage.aboutus .three-columns h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .content.intpage.aboutus .one-column {
    width: 25%;
  }
  .content.intpage.aboutus .one-column h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .content.intpage.aboutus .one-column li {
    font-size: 16px;
    line-height: 1.4;
  }
}
.sf-menu li:hover, .sf-menu li.sfHover {
  background: #fff;
  transition: none;
}

header .header-desc .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 48px;
}
header .header-desc .nav {
  margin: 0;
}
header .header-desc .nav > ul {
  display: flex;
}
header .header-desc .nav > ul > li {
  padding: 0 8px;
  margin: 0 8px;
}
header .header-desc .nav > ul > li:hover {
  background: #fff;
}
header .header-desc .nav > ul > li a {
  font-size: 18px;
  letter-spacing: 0.2px;
  padding: 0;
}
header .header-desc .nav > ul > li a:hover {
  background: #fff;
}
header .header-desc .nav > ul > li.current {
  background: #fff;
}
header .header-desc .nav > ul > li.current > a {
  border-radius: 4px;
  background: #fff;
  color: #333;
  padding: 0;
}
header .header-desc .nav > ul > li.current > a:after {
  content: "";
  height: 3px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c01911;
  border-radius: 4px;
  position: absolute;
  margin-bottom: -16px;
  top: auto;
}
header .header-desc .nav > ul > li.current > a:hover {
  background: #fff;
  color: #333;
}
header .header-desc .nav > ul > li.current ul li a {
  background: #fff;
  color: #333;
}
header .header-desc .nav > ul ul {
  background: #fff;
  box-shadow: 3px 6px 11px 0px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 3px 6px 11px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 3px 6px 11px 0px rgba(0, 0, 0, 0.21);
  z-index: 2000;
  min-width: 128px;
  margin-top: 16px;
}
header .header-desc .nav > ul ul li {
  display: block;
  width: 100%;
}
header .header-desc .nav > ul ul li:hover {
  background: transparent;
}
header .header-desc .nav > ul ul li a {
  padding: 12px 12px;
  display: block;
  width: 100%;
  text-align: left;
}
header .header-desc .nav > ul ul li a:hover {
  background: transparent;
}
header .header-mb {
  width: 100%;
  z-index: 2000;
  display: none;
  top: 0;
  padding: 8px 16px;
}
header .header-mb .flexrow {
  align-items: center;
}
header .header-mb .logo img {
  width: 120px;
  height: auto;
  display: block;
}
header a.menulink {
  display: block;
  position: relative;
  width: 28px;
  height: 20px;
}
header a.menulink:hover {
  cursor: pointer;
}
header a.menulink:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
}
header a.menulink span.menuline {
  height: 2px;
  width: 28px;
  position: absolute;
  top: 0;
  display: block;
  right: 0;
  background: #333;
}
header a.menulink span.menuline:nth-of-type(2) {
  top: 9px;
}
header a.menulink span.menuline:nth-of-type(3) {
  top: 18px;
}
header .menu-over {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: #fff;
  z-index: 5000;
  display: none;
  top: 0;
}
header .menu-over .cont {
  display: flex;
  height: 100vh;
  position: relative;
}
header .menu-over .logo-over {
  position: absolute;
  left: 16px;
  top: 8px;
}
header .menu-over .logo-over img {
  height: auto;
  width: 120px;
  display: block;
}
header .menu-over a.close {
  position: absolute;
  top: 40px;
  right: 16px;
}
header .menu-over a.close span {
  height: 2px;
  width: 32px;
  background: #333;
  display: block;
  opacity: 0;
}
header .menu-over a.close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 28px;
  margin: -13px 0 0 0;
}
header .menu-over a.close.showclose span:nth-of-type(1) {
  transform: rotate(45deg);
  opacity: 1;
}
header .menu-over a.close.showclose span:nth-of-type(2) {
  transform: rotate(-45deg);
  opacity: 1;
  margin-top: -2px;
}
header .menu-over .content-menu {
  margin: 8rem 0 0 0;
  width: 100%;
}
header .menu-over .content-menu nav {
  margin-bottom: 32px;
  margin-left: 16px;
  margin-right: 16px;
}
header .menu-over .content-menu nav a {
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  display: block;
  padding: 0.5rem 0;
}
header .menu-over .content-menu nav a.active {
  color: #333;
}
header .menu-over .content-menu nav li {
  margin-bottom: 8px;
}
header .menu-over .content-menu nav li.current-menu-item a {
  position: relative;
  color: #FFD05A;
}
header .menu-over .content-menu nav li.current-menu-item a:before {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  background: #fff;
  left: 0;
  margin: auto 0 auto -40px;
  display: block;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .menu-over .content-menu nav.showcurrent li.current-menu-item a {
  color: white;
}
header .menu-over .content-menu nav.showcurrent li.current-menu-item a:before {
  opacity: 1;
  top: 0;
  bottom: 0;
  height: 40px;
}
header .menu-over .content-menu nav.showcurrent li:not(.current-menu-item) a:hover {
  color: white !important;
}
header .menu-over .content-menu .links-access {
  margin-top: 80px;
  text-align: center;
}
header .menu-over .content-menu .links-access a {
  display: block;
  margin-bottom: 32px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
}
header .menu-over .content-menu .links-access a.button {
  display: inline-block;
  width: auto;
  margin: 0 auto 32px;
  font-size: 15px;
  font-weight: 700;
}
header .menu-over .content-menu .social-links {
  margin-top: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  left: 0;
  position: absolute;
  bottom: 40px;
  width: 100%;
}
header .menu-over .content-menu .social-links a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 10px;
  color: #fff;
}
header .menu-over .content-menu .social-links ul {
  display: flex;
  justify-content: center;
}
header .menu-over .content-menu .social-links ul li img {
  width: 32px;
}

.central-info-content ul {
  display: flex;
}
.central-info-content ul li {
  width: 25%;
}
.central-info-content ul li .link-map a {
  background: url(../imgs/sprite.png) no-repeat -16px -756px transparent;
}

.text-home {
  display: flex;
  margin: 32px auto;
  justify-content: space-between;
}
.text-home .home-news, .text-home .home-featured-services, .text-home .home-banner {
  width: 32%;
  height: auto !important;
}
.text-home .home-news h3 {
  font-size: 32px;
}
.text-home .home-news li {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
}
.text-home .home-news li:last-child {
  border-bottom: none;
}
.text-home .home-news li h4 {
  width: 100%;
  margin-bottom: 16px;
}
.text-home .home-news li h4 a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.text-home .home-news li .cont-news {
  display: flex;
  flex-wrap: nowrap;
}
.text-home .home-news li .cont-news img.th-news {
  width: 120px;
  display: block;
  margin-right: 16px;
}
.text-home .home-news li .cont-news p {
  font-size: 16px;
  line-height: 1.4;
}
.text-home .home-featured-services h3 {
  font-size: 32px;
}
.text-home .home-featured-services ul {
  display: block;
  margin-bottom: 32px;
}
.text-home .home-featured-services ul li {
  font-size: 18px;
}
.text-home .home-banner img {
  width: 100%;
  display: block;
}

.view-all {
  position: relative;
  display: block;
  text-align: right;
  font-size: 14px;
  color: 0;
  font-weight: 500;
  right: 0;
}

.slide-fullwidth {
  display: block;
  height: 50vh;
  overflow: hidden;
}
.slide-fullwidth img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-footer {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-content .footer-sitemap li {
  margin-bottom: 4px;
}
.footer-content .footer-sitemap li a {
  font-size: 14px;
}
.footer-content .footer-services ul li {
  margin-bottom: 4px;
}
.footer-content .footer-services ul li a {
  font-size: 14px;
}

@media (max-width: 800px) {
  header {
    width: 100%;
    padding: 0;
  }
  header .header-desc {
    display: none;
  }
  header .header-mb {
    display: block;
  }

  .central-info-content ul {
    flex-wrap: wrap;
  }
  .central-info-content ul li {
    width: 100%;
  }

  .text-home {
    width: 100%;
    flex-wrap: wrap;
  }
  .text-home > div {
    width: 100% !important;
  }

  .contact-footer {
    width: 100%;
  }
  .contact-footer ul {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-footer ul li {
    width: 100%;
  }

  .footer-content, .central-info-content {
    width: 100%;
  }
}
.services-content ul {
  margin-left: 1rem;
}
.services-content ul li {
  margin-bottom: 1rem;
  list-style: disc;
}

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