@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: 24px;
          line-height: 30px;
          top: 30%; } }
  section .page-content {
    display: block;
    padding: 40px 20%; }
    @media only screen and (max-width: 1024px) {
      section .page-content {
        padding: 40px 5%; } }
    section .page-content form .group {
      display: block;
      font-size: 0; }
      @media only screen and (max-width: 1024px) {
        section .page-content form .group {
          padding: 20px 0; } }
      section .page-content form .group p {
        display: block;
        font-size: 18px;
        color: #222222;
        line-height: 24px;
        text-align: center;
        padding: 20px 0; }
        @media only screen and (max-width: 1024px) {
          section .page-content form .group p {
            padding: 0 0 20px 0;
            font-size: 16px; } }
      section .page-content form .group .center {
        text-align: center;
        padding: 5px 0; }
        @media only screen and (max-width: 1024px) {
          section .page-content form .group .center {
            text-align: left; } }
      section .page-content form .group .row {
        display: inline-block;
        width: 100%;
        padding: 5px 0;
        font-size: 0; }
        section .page-content form .group .row.w-50 {
          width: 50%;
          padding: 0 10px; }
          @media only screen and (max-width: 1024px) {
            section .page-content form .group .row.w-50 {
              width: 100%; } }
        section .page-content form .group .row.zebra:nth-child(odd) {
          background-color: #f4f4f4; }
        section .page-content form .group .row input[type="text"] {
          display: block;
          width: 100%;
          padding: 8px 15px;
          border-radius: 6px;
          border: 1px solid #ccc;
          margin: 5px 0;
          font-size: 14px; }
        section .page-content form .group .row .head {
          display: inline-block;
          width: 40%;
          vertical-align: top;
          padding: 12px 0;
          text-align: left;
          font-size: 14px; }
          @media only screen and (max-width: 1024px) {
            section .page-content form .group .row .head {
              width: 80%;
              padding: 12px 5px 12px 5px; } }
        section .page-content form .group .row select {
          display: inline-block;
          width: 20%;
          padding: 8px 15px;
          border-radius: 6px;
          border: 1px solid #ccc;
          margin: 5px 0;
          font-size: 14px;
          vertical-align: top; }
          @media only screen and (max-width: 1024px) {
            section .page-content form .group .row select {
              width: 20%; } }
        section .page-content form .group .row .question {
          display: block;
          font-weight: 700;
          padding: 10px 0; }
          @media only screen and (max-width: 1024px) {
            section .page-content form .group .row .question {
              font-size: 14px;
              line-height: 20px; } }
        section .page-content form .group .row label {
          display: block;
          padding: 10px 0;
          font-size: 14px; }
          section .page-content form .group .row label input[type="radio"] {
            display: inline-block; }
            @media only screen and (max-width: 1024px) {
              section .page-content form .group .row label input[type="radio"] {
                width: 13px;
                height: 13px;
                padding: 5px 0;
                vertical-align: top; } }
          section .page-content form .group .row label span {
            display: inline-block;
            font-size: 14px;
            padding-left: 5px; }
            @media only screen and (max-width: 1024px) {
              section .page-content form .group .row label span {
                font-size: 12px;
                width: calc(100% - 13px);
                padding-left: 10px;
                vertical-align: top; } }
        section .page-content form .group .row.radio label {
          font-size: 0; }
    section .page-content form button {
      display: block;
      width: 100%;
      padding: 12px 26px;
      font-size: 14px;
      background-color: #38a4f0;
      border: 0;
      border-radius: 6px;
      color: #fff; }
