@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 20%;
    font-size: 0;
    vertical-align: top; }
    @media only screen and (max-width: 1024px) {
      section .page-content {
        padding: 40px 5%; } }
    section .page-content .category-cont {
      display: inline-block;
      width: 50%;
      padding: 0 10px; }
      @media only screen and (max-width: 1024px) {
        section .page-content .category-cont {
          width: 100%; } }
      section .page-content .category-cont .img-crop {
        display: block;
        width: 100%;
        overflow: hidden;
        border: 1px solid #CCCCCC; }
        section .page-content .category-cont .img-crop img {
          width: 100%;
          height: auto; }
      section .page-content .category-cont .text {
        display: block;
        padding: 20px 0;
        font-size: 20px;
        text-align: center;
        font-weight: 600; }
        section .page-content .category-cont .text a {
          color: #222; }
