
.flaticon-facebook:before {
  content: "\f100"; }

.flaticon-instagram:before {
  content: "\f101"; }

.flaticon-twitter:before {
  content: "\f102"; }

.flaticon-youtube:before {
  content: "\f103"; }

/*------------------------------------*
ABOUT
*------------------------------------*/
.about--cover {
  position: relative;
  padding-bottom: 30%;
  background-position: center center;
  background-size: cover; }
  .about--cover .scroll {
    position: absolute;
    bottom: calc(35% - 80px);
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }

.about--founder {
  background-position: top center;
  background-size: cover;
  padding-bottom: 170px; }
  .about--founder .thumb {
    margin-top: -150px; }
    .about--founder .thumb.sub {
      margin-top: -280px; }
  .about--founder .pre--title {
    font-family: 'optima';
    color: #a69568; }
  .about--founder .title {

    font-size: 4vw;
    text-align: left;
    font-family: 'Alice', serif;
    margin: 20px 0 20px;
    padding: 0px 25px 0px;
    /* letter-spacing: 4px; */
    color: #a69568;
}
  .about--founder .detail {
    font-family: 'optima';
    letter-spacing: 0px;
    text-align: left; 
	padding: 0px 25px 0px;
    font-size: 1.5rem;
	}

.about--founder-txt {
    margin-top: 5px;
    letter-spacing: 0px;
}
  .about--founder-txt-2 .detail {
    margin-top: 110px;
    font-family: 'playfair';
    font-size: 32px;
    line-height: 1.4;
    text-align: center; }

.about--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden; }
  .about--column .text,
  .about--column .bg {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%; }
  .about--column .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .about--column .text--container {
    padding: 2%; }
  .about--column .bg {
    padding-bottom: 30%;
    background-size: cover;
    background-position: center center; }
  .about--column .brand {
    font-family: 'playfair';
    font-size: 17px;
    margin-bottom: 10px;
    letter-spacing: 2px; }
  .about--column .title {
    font-size: 4vw;
    text-align: left;
    font-family: 'Alice', serif;
    margin: 20px 0 20px;
    padding: 0px 25px 0px;
    /* letter-spacing: 4px; */
    color: #a69568;
}
}
  .about--column .detail {
    font-family: 'Alice', serif;
    /* margin-left: 0.8em; */
    line-height: 1.7;
    padding: 10px;
    /* width: 90%; */
}

.about--footer {
  background-size: cover;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 200px 0; }
  .about--footer:after {
    content: '';
    display: block;
    width: 287px;
    height: 51px;
    background-image: url("../../images/triangle-up.png");
    clear: both;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.about--footer-txt {
  text-align: center; }
  .about--footer-txt h2 {
    font-family: 'playfair';
    color: #a69568;
    font-style: italic;
    font-size: 32px;
    margin-bottom: 1em;
    line-height: 1.2;
    letter-spacing: 4px; }
    .about--footer-txt h2 span {
      display: block;
      font-size: 55px;
      font-style: normal; }
  .about--footer-txt p {
    font-family: 'optima';
    color: #fff;
    font-size: 16px; }
  .about--footer-txt .btn {
    width: 100%;
    max-width: 400px;
    margin-top: 3em;
    line-height: 52px; }

/*------------------------------------*
RESPONSIVE
*------------------------------------*/
@media only screen and (max-width: 1720px) {
  .about--founder {
    padding: 2em 0px; }
    .about--founder .thumb {
      margin-top: 0; }
      .about--founder .thumb.sub {
        margin-top: 2em; }
  .about--footer-txt {
    width: 100%; }
    .about--footer-txt h2 {
      font-size: 22px; }
      .about--footer-txt h2 span {
        font-size: 45px; }
  .about--founder-txt-2 .detail {
    margin-top: 50%; } }

@media only screen and (max-width: 1280px) {
  .about--founder .thumb {
    text-align: center; }
    .about--founder .thumb.sub {
      margin-top: 5em; }
  .about--founder .title {
    margin: 10px 0 20px; }
  .about--founder-txt {
    margin-top: 45px; }
  .about--founder-txt-2 .detail {
    margin-top: 1em; } }

@media only screen and (max-width: 1024px) {
  .about--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 500px;
    margin: auto; }
    .about--column .text,
    .about--column .bg {
      width: 100%; }
    .about--column .text--container {
      padding: 10%; }
    .about--column .text {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .about--column .bg {
      padding-bottom: 100%; }
  .about--founder {
    margin-bottom: 3em; } }

@media only screen and (max-width: 768px) {
  .about--cover {
    padding-bottom: 65%; } }

@media only screen and (max-width: 480px) {
  .about--column .title {
    font-size: 40px; }
  .about--column .text--container {
    padding: 2em; }
  .about--founder .thumb img {
    display: block;
    width: 100%; }
  .about--footer {
    padding: 50px 1em;
    overflow: hidden; } 
	  .about--founder {
    padding: 0em 0px; }
	  .about--founder .title {
   font-size:3em; }
	}
