@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: block;
    padding: 40px 20%; }
    @media only screen and (max-width: 1024px) {
      section .page-content {
        padding: 40px 5%; } }
    section .page-content .text {
      display: block;
      font-size: 16px;
      line-height: 24px;
      color: #434343; }
      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; }
