.effect {
  overflow: hidden; }
  .effect img {
    -webkit-transition: -webkit-transform 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .effect:before, .effect:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .effect:before {
    top: 0;
    left: 0; }
  .effect:after {
    right: 0;
    bottom: 0; }
  .effect:hover:before, .effect:hover:after {
    width: 100%;
    height: 100%; }
  .effect:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }

section[class^="section-about-"] {
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    section[class^="section-about-"] {
      margin-bottom: 50px; } }

.rowFlexAbout {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px; }

.groupAbout-title {
  max-width: 800px;
  margin: 0 auto 50px; }
  .groupAbout-title .about-title {
    font-size: 30px;
    font-weight: 500;
    margin: 10px 0 15px; }
  .groupAbout-title .about-description {
    font-size: 15px;
    line-height: 1.5;
    margin: 0; }
  @media (max-width: 767px) {
    .groupAbout-title {
      margin-bottom: 30px; }
    .groupAbout-title .about-title {
      font-size: 26px; } }

.section-about-us .about-title {
  font-size: 48px;
  color: #333333;
  display: block;
  line-height: 1.2;
  margin: 15px 0 25px; }

.section-about-us .about-subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .section-about-us .flexContainer-aboutUs {
    -webkit-align-items: center;
    align-items: center; } }

@media (max-width: 767px) {
  .section-about-us .about-title {
    font-size: 36px;
    margin-bottom: 10px; } }

.wrapper-about-information .information-area {
  text-align: center; }
  .wrapper-about-information .information-area-icon {
    max-width: 100px;
    margin: 0 auto; }
  .wrapper-about-information .information-area-title {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0 10px; }
  .wrapper-about-information .information-area-desc {
    margin: 0 0 20px 0; }

@media (max-width: 767px) {
  .wrapper-about-information .information-column {
    margin-bottom: 30px; } }

.wrapper-about-members {
  padding: 50px 50px 10px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08); }
  .wrapper-about-members .members-item {
    text-align: center; }
    .wrapper-about-members .members-item-block {
      margin-bottom: 40px; }
    .wrapper-about-members .members-item-avatar {
      position: relative;
      overflow: hidden; }
    .wrapper-about-members .members-item .members-text-name {
      margin: 20px 0 5px;
      font-weight: 500;
      font-size: 18px; }
    .wrapper-about-members .members-item .members-text-position {
      margin: 0; }
  @media (max-width: 767px) {
    .wrapper-about-members {
      padding: 35px 15px 15px; } }

.wrapper-about-services .services-column {
  margin-bottom: 30px; }

.wrapper-about-services .services-area {
  height: 100%;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  text-align: center;
  box-shadow: 0px 0px 21px 0px rgba(211, 211, 211, 0.35);
  cursor: context-menu;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .wrapper-about-services .services-area-thumb {
    max-width: 50px;
    margin: 0 auto; }
  .wrapper-about-services .services-area-content h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 10px; }
  .wrapper-about-services .services-area-content p {
    line-height: 1.5;
    letter-spacing: .3px; }

@media (max-width: 767px) {
  .section-about-information {
    border-bottom: 1px solid #dee2e6; } }

.layout-page-about-two .wrapper-about-services .services-area {
  background: #ffffff;
  border-color: #ececec; }

.layout-page-about-three .wrapper-about-services .services-area {
  background: #ffffff;
  border-color: #e9eaec; }

.layout-page-about-three .banner-bkg-about img {
  object-fit: cover;
  min-height: 150px;
  object-position: center center; }

.layout-page-about-three .section-about-headtitle {
  position: relative; }
  .layout-page-about-three .section-about-headtitle .headtitle-block {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }
    .layout-page-about-three .section-about-headtitle .headtitle-block h1 {
      font-size: 30px;
      color: #333333;
      font-weight: 500;
      letter-spacing: 1px;
      margin: 15px 0 5px;
      padding: 0;
      text-align: center;
      text-transform: uppercase; }
    .layout-page-about-three .section-about-headtitle .headtitle-block .breadcrumb-shop {
      background: transparent;
      margin: 0; }
      .layout-page-about-three .section-about-headtitle .headtitle-block .breadcrumb-shop span {
        color: #333333; }
      .layout-page-about-three .section-about-headtitle .headtitle-block .breadcrumb-shop .breadcrumb > li + li:before {
        color: #333333; }

.layout-page-about-three .section-about-banner .wrapbox-alternate {
  -webkit-align-items: center;
  align-items: center; }
  .layout-page-about-three .section-about-banner .wrapbox-alternate .alternate-detail .alternate-detail-block h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px; }
  .layout-page-about-three .section-about-banner .wrapbox-alternate .alternate-detail .alternate-detail-block p {
    line-height: 1.5;
    margin: 0;
    letter-spacing: .3px; }
  @media (min-width: 768px) {
    .layout-page-about-three .section-about-banner .wrapbox-alternate:nth-child(even) {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .layout-page-about-three .section-about-banner .wrapbox-alternate .alternate-image {
      padding: 0; } }
  @media (max-width: 767px) {
    .layout-page-about-three .section-about-banner .wrapbox-alternate:not(:last-child) {
      margin-bottom: 50px; }
    .layout-page-about-three .section-about-banner .wrapbox-alternate .alternate-detail .alternate-detail-block {
      padding-bottom: 30px; }
      .layout-page-about-three .section-about-banner .wrapbox-alternate .alternate-detail .alternate-detail-block h2 {
        font-size: 24px; } }
