#footer #footer-form {
  background-color: #181233; }
  #footer #footer-form .bg {
    background-color: #181233; }
  #footer #footer-form::before {
    height: 0px; }

#about #intro {
  margin-top: 50px; }
  @media screen and (min-width: 1200px) {
    #about #intro {
      margin-top: 72px; } }
  #about #intro .bg-red {
    overflow: hidden; }
    #about #intro .bg-red .wrap {
      padding-top: 70px; }
      @media screen and (min-width: 768px) {
        #about #intro .bg-red .wrap {
          padding-top: 120px; } }
      @media screen and (min-width: 1200px) {
        #about #intro .bg-red .wrap {
          padding-top: 180px;
          padding-bottom: 290px; } }
      #about #intro .bg-red .wrap h1 {
        color: #ffffff;
        margin-bottom: 36px;
        text-shadow: 0px 3px 6px #00000029; }
      #about #intro .bg-red .wrap p {
        color: #ffffff; }
      #about #intro .bg-red .wrap .background-image {
        background: url("../../images/about/intro_background.png") bottom right no-repeat;
        background-size: contain;
        width: 100%;
        height: 300px;
        margin-top: 25px; }
        @media screen and (min-width: 768px) {
          #about #intro .bg-red .wrap .background-image {
            background-position: center;
            margin-top: 30px;
            height: 400px; } }
        @media screen and (min-width: 1200px) {
          #about #intro .bg-red .wrap .background-image {
            background-position: bottom right;
            margin-top: 0px;
            top: 25px;
            height: 100%;
            position: absolute; } }

#about #education {
  margin-top: -50px; }
  @media screen and (min-width: 992px) {
    #about #education {
      margin-top: 0px; } }
  #about #education::before {
    content: "";
    width: 100%;
    height: 50px;
    background: url("../../images/main/intro_bottom.svg") center no-repeat;
    background-size: cover;
    display: block;
    background-position: bottom;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 992px) {
      #about #education::before {
        height: 115px;
        margin-top: -115px; } }
    @media screen and (min-width: 1200px) {
      #about #education::before {
        height: 133px;
        margin-top: -133px; } }
  #about #education .wrap {
    text-align: center; }
    #about #education .wrap h2 {
      font-family: 'Titillium Web','Maven Pro', sans-serif;
      font-size: 26px;
      margin-top: 30px; }
      @media screen and (min-width: 992px) {
        #about #education .wrap h2 {
          margin-top: 0px; } }
      #about #education .wrap h2.red {
        color: #ED125F;
        margin-top: 30px;
        margin-bottom: 30px; }
    #about #education .wrap ul {
      margin-top: 46px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #about #education .wrap ul li {
        text-align: center;
        margin-bottom: 60px; }
        @media screen and (min-width: 992px) {
          #about #education .wrap ul li {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            margin-bottom: 100px; } }
        #about #education .wrap ul li .icon {
          width: 200px;
          height: 200px;
          -webkit-box-shadow: 0px 3px 6px #00000029;
                  box-shadow: 0px 3px 6px #00000029;
          border-radius: 200px;
          margin: 0 auto 30px auto;
          display: inline-block;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          #about #education .wrap ul li .icon img {
            width: 80%; }
    #about #education .wrap a {
      text-decoration: underline; }
    #about #education .wrap .books .books-container {
      margin-top: 130px; }
      #about #education .wrap .books .books-container img {
        display: inline-block;
        width: 250px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media screen and (min-width: 1200px) {
          #about #education .wrap .books .books-container img {
            margin-left: -30px; } }
        #about #education .wrap .books .books-container img:hover {
          -webkit-transform: scale(1.3);
                  transform: scale(1.3); }
    #about #education .wrap .books .books-caption {
      margin-top: 16px; }
      #about #education .wrap .books .books-caption h3 {
        font-size: 20px;
        color: #ED125F; }
    #about #education .wrap #secondary-description {
      margin-top: 64px; }

#about #didyouknow {
  margin-top: 100px; }
  #about #didyouknow h2 {
    text-align: center;
    color: #564596;
    margin-bottom: 44px; }
  #about #didyouknow .inner-content::before {
    content: "";
    width: 100%;
    height: 50px;
    background: url("../../images/about/moon_top.svg") center no-repeat;
    background-size: cover;
    display: block;
    background-position: bottom; }
    @media screen and (min-width: 768px) {
      #about #didyouknow .inner-content::before {
        height: 100px; } }
    @media screen and (min-width: 1200px) {
      #about #didyouknow .inner-content::before {
        height: 214px; } }
  #about #didyouknow .inner-content p {
    color: #ffffff; }
  #about #didyouknow .inner-content .owl-carousel .owl-dots {
    margin-top: 18px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #about #didyouknow .inner-content .owl-carousel .owl-dots {
        margin-top: 36px; } }
    #about #didyouknow .inner-content .owl-carousel .owl-dots .owl-dot {
      width: 18px;
      height: 18px;
      background-color: rgba(255, 255, 255, 0.5);
      margin-right: 8px;
      border-radius: 18px; }
      #about #didyouknow .inner-content .owl-carousel .owl-dots .owl-dot.active {
        background-color: #ffffff; }
  #about #didyouknow .inner-content .owl-carousel li.item .icon {
    margin-bottom: 24px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      #about #didyouknow .inner-content .owl-carousel li.item .icon {
        margin-bottom: 0px;
        text-align: left; } }
    #about #didyouknow .inner-content .owl-carousel li.item .icon img {
      width: calc(100% - 64px); }
      @media screen and (min-width: 768px) {
        #about #didyouknow .inner-content .owl-carousel li.item .icon img {
          width: calc(100% - 32px); } }
  #about #didyouknow .inner-content .owl-carousel li.item .contents h3 {
    color: #FFF380;
    margin-bottom: 24px; }
  #about #didyouknow .inner-content #didyouknow-brands-intro h3 {
    color: #FFF380;
    margin-top: 100px;
    margin-bottom: 24px;
    text-align: center; }
  #about #didyouknow .inner-content #didyouknow-brands-intro p {
    text-align: center; }
  #about #didyouknow .inner-content #didyouknow-brands-list {
    padding-bottom: 120px; }
    #about #didyouknow .inner-content #didyouknow-brands-list li {
      margin-top: 60px; }
      #about #didyouknow .inner-content #didyouknow-brands-list li img {
        width: 100%;
        max-width: 290px;
        margin-bottom: 30px; }
        @media screen and (min-width: 992px) {
          #about #didyouknow .inner-content #didyouknow-brands-list li img {
            margin-bottom: 60px; } }
