@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
body, html {
  background-color: unset;
  overflow: unset;
  overflow-x: hidden; }

header {
  padding: 10px 20px;
  background-color: #fff; }
  header .bottom {
    margin: 0 0; }
    header .bottom .right {
      top: 5px; }
      header .bottom .right ul li a:hover {
        background-color: #fff;
        color: #38a4f0; }

section {
  display: block; }
  section .page-banner {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    background-image: url("/assets/images/img-about.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 86px;
    padding: 0 20%; }
    @media only screen and (max-width: 1024px) {
      section .page-banner {
        text-align: center;
        height: 160px;
        padding: 0; } }
    section .page-banner .mask {
      display: block;
      position: absolute;
      z-index: 50;
      width: 100%;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: RGBA(0, 0, 0, 0.5); }
    section .page-banner h2 {
      display: block;
      position: relative;
      left: 0;
      top: 40%;
      font-size: 40px;
      letter-spacing: 4px;
      font-weight: 600;
      color: #fff;
      z-index: 100; }
      @media only screen and (max-width: 1024px) {
        section .page-banner h2 {
          font-size: 30px; } }
  section .page-content {
    display: inline-block;
    padding: 40px 15%;
    font-size: 0;
    vertical-align: top; }
    @media only screen and (max-width: 1024px) {
      section .page-content {
        padding: 40px 5%; } }
    section .page-content .services-menu {
      display: inline-block;
      width: 100%;
      vertical-align: top;
      border-radius: 10px;
      font-size: 0;
      padding-bottom: 40px; }
      section .page-content .services-menu a {
        display: inline-block;
        width: calc(100% / 7);
        padding: 10px 5px;
        color: #333333;
        text-align: center;
        vertical-align: top; }
        @media only screen and (max-width: 1024px) {
          section .page-content .services-menu a {
            width: calc(100% / 4); } }
        section .page-content .services-menu a:hover {
          background-color: #222 !important; }
        section .page-content .services-menu a img {
          display: inline-block;
          width: 50px;
          vertical-align: top; }
        section .page-content .services-menu a span {
          display: block;
          font-size: 14px;
          font-weight: 400;
          color: #fff;
          vertical-align: top;
          padding: 18px 0 18px 10px; }
          @media only screen and (max-width: 1024px) {
            section .page-content .services-menu a span {
              padding: 18px 2px 18px 2px;
              font-size: 12px;
              height: 60px; } }
        section .page-content .services-menu a:hover, section .page-content .services-menu a.active {
          background-color: #38a4f0;
          color: #fff; }
    section .page-content .text {
      display: inline-block;
      width: 100%;
      font-size: 16px;
      line-height: 24px;
      color: #434343; }
      section .page-content .text h1 {
        display: block;
        padding: 0 0 20px 0;
        font-size: 34px;
        font-weight: 600;
        letter-spacing: 3px; }
      section .page-content .text h3 {
        font-size: 24px;
        padding: 10px 0;
        font-weight: 600; }
      section .page-content .text ul {
        list-style: disc;
        padding-left: 30px; }
