:root {
  --about-breadcrumb-color: #ffffff;
  --about-booking-color: #ffffff; }

[class^="section-about-"] {
  padding: 80px 0; }

@media (max-width: 991px) {
  [class^="section-about-"] {
    padding: 40px 0; } }

.breadcrumb-shop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  .breadcrumb-shop .container {
    max-width: 100%;
    padding: 0; }
  .breadcrumb-shop .breadcrumb {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
    justify-content: center;
    border-radius: 0;
    margin: 0;
    gap: 30px; }
    .breadcrumb-shop .breadcrumb li {
      position: relative;
      color: var(--about-breadcrumb-color);
      font-size: 16px; }
      .breadcrumb-shop .breadcrumb li:before {
        content: '';
        width: 4px;
        height: 4px;
        position: absolute;
        top: 42%;
        left: -15px;
        background: var(--shop-color-main);
        transform: rotate(45deg);
        z-index: 1; }
      .breadcrumb-shop .breadcrumb li:first-child:before {
        content: none; }

.layoutPage-about-us .section-about-breadcrumb {
  position: relative;
  padding: 200px 0 150px;
  text-align: center; }
  .layoutPage-about-us .section-about-breadcrumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(//cdn.hstatic.net/themes/200000945195/1001440239/14/about_us_banner.jpg?v=1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .layoutPage-about-us .section-about-breadcrumb h1, .layoutPage-about-us .section-about-breadcrumb a {
    color: var(--about-breadcrumb-color); }
  .layoutPage-about-us .section-about-breadcrumb .breadcrumb-content {
    position: relative;
    color: var(--about-breadcrumb-color); }
    .layoutPage-about-us .section-about-breadcrumb .breadcrumb-content h1 {
      text-transform: uppercase; }
  @media (max-width: 767px) {
    .layoutPage-about-us .section-about-breadcrumb {
      padding: 100px 0 80px; }
      .layoutPage-about-us .section-about-breadcrumb h1 {
        font-size: 30px; } }

.layoutPage-about-us .section-about-history .tab-year {
  display: flex;
  gap: 30px; }
  .layoutPage-about-us .section-about-history .tab-year .tab-link .tab-title {
    position: relative;
    margin-bottom: 15px; }
    .layoutPage-about-us .section-about-history .tab-year .tab-link .tab-title button {
      border: none;
      background: none;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 3.5px;
      color: rgba(0, 0, 0, 0.5);
      outline: none; }
    .layoutPage-about-us .section-about-history .tab-year .tab-link .tab-title.active button {
      color: #000000; }
    .layoutPage-about-us .section-about-history .tab-year .tab-link .tab-title.active:before {
      content: '';
      position: absolute;
      left: calc(100% + 10px);
      top: 35%;
      width: 5px;
      height: 5px;
      background: var(--shop-color-main);
      border-radius: 50%; }
  .layoutPage-about-us .section-about-history .tab-year .tab-content .tab-detail {
    display: none; }
    .layoutPage-about-us .section-about-history .tab-year .tab-content .tab-detail.active {
      display: block; }
    .layoutPage-about-us .section-about-history .tab-year .tab-content .tab-detail .card-header {
      display: none; }
    .layoutPage-about-us .section-about-history .tab-year .tab-content .tab-detail .card-body {
      padding: 0 30px;
      font-size: 18px; }

.layoutPage-about-us .section-about-history .history-banner {
  position: relative; }
  .layoutPage-about-us .section-about-history .history-banner.has-banner {
    margin-bottom: 100px; }
  .layoutPage-about-us .section-about-history .history-banner .banner-title {
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 2;
    font-weight: 600;
    text-align: right; }
    .layoutPage-about-us .section-about-history .history-banner .banner-title .title1 {
      font-size: 25px;
      margin: 0; }
    .layoutPage-about-us .section-about-history .history-banner .banner-title .title2 {
      font-size: 50px;
      line-height: 50px;
      margin: 0;
      color: var(--shop-color-main); }
  .layoutPage-about-us .section-about-history .history-banner .banner-img img {
    max-width: 75%; }
  .layoutPage-about-us .section-about-history .history-banner .banner-img .banner-1 {
    position: relative;
    z-index: 1; }
  .layoutPage-about-us .section-about-history .history-banner .banner-img .banner-2 {
    position: absolute;
    top: 100px;
    right: 0;
    text-align: right; }

@media (max-width: 991px) {
  .layoutPage-about-us .section-about-history .heading-title {
    text-align: center; }
  .layoutPage-about-us .section-about-history .tab-year {
    display: block;
    margin-bottom: 30px; }
    .layoutPage-about-us .section-about-history .tab-year .tab-link {
      display: none; }
    .layoutPage-about-us .section-about-history .tab-year .tab-content .tab-detail {
      display: block; }
      .layoutPage-about-us .section-about-history .tab-year .tab-content .tab-detail .card-header {
        display: block;
        padding: 0;
        background: none;
        border: none; }
        .layoutPage-about-us .section-about-history .tab-year .tab-content .tab-detail .card-header .header-collapse button {
          width: 100%;
          text-align: left;
          border: none;
          background: none;
          font-size: 16px;
          font-weight: 600;
          letter-spacing: 3.5px;
          color: rgba(0, 0, 0, 0.5);
          outline: none;
          padding: 10px 0; }
        .layoutPage-about-us .section-about-history .tab-year .tab-content .tab-detail .card-header .header-collapse:not(.collapsed) button {
          color: #000000;
          border-bottom: 1px solid; }
      .layoutPage-about-us .section-about-history .tab-year .tab-content .tab-detail .card-body {
        padding: 15px 0; }
  .layoutPage-about-us .section-about-history .history-banner {
    padding-top: 50px; }
    .layoutPage-about-us .section-about-history .history-banner.has-banner {
      margin-bottom: 0; }
    .layoutPage-about-us .section-about-history .history-banner .banner-title {
      top: -5px; }
      .layoutPage-about-us .section-about-history .history-banner .banner-title .title1 {
        font-size: 20px; }
      .layoutPage-about-us .section-about-history .history-banner .banner-title .title2 {
        font-size: 35px;
        line-height: 35px; }
    .layoutPage-about-us .section-about-history .history-banner .banner-img img {
      max-width: 100%; }
    .layoutPage-about-us .section-about-history .history-banner .banner-img .banner-1 {
      display: none; }
    .layoutPage-about-us .section-about-history .history-banner .banner-img .banner-2 {
      position: relative;
      top: 0;
      left: 0;
      right: auto;
      text-align: center; } }

.layoutPage-about-us .section-about-why.has-bg {
  position: relative; }
  .layoutPage-about-us .section-about-why.has-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(//cdn.hstatic.net/themes/200000945195/1001440239/14/about_us_why_bg.jpg?v=1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.layoutPage-about-us .section-about-why .heading-title {
  position: relative; }
  .layoutPage-about-us .section-about-why .heading-title .subdesc {
    max-width: 630px;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 20px; }

.layoutPage-about-us .section-about-why .list-why {
  margin-top: 30px; }
  .layoutPage-about-us .section-about-why .list-why .item-why {
    padding: 0 15px; }
    .layoutPage-about-us .section-about-why .list-why .item-why .item-icon {
      margin-bottom: 30px; }
      .layoutPage-about-us .section-about-why .list-why .item-why .item-icon img {
        max-height: 64px; }
    .layoutPage-about-us .section-about-why .list-why .item-why .item-title {
      font-size: 20px;
      font-weight: 600; }
    .layoutPage-about-us .section-about-why .list-why .item-why .item-desc {
      font-size: 16px; }

@media (max-width: 991px) {
  .layoutPage-about-us .section-about-why .list-why .item-why {
    margin-bottom: 35px; }
    .layoutPage-about-us .section-about-why .list-why .item-why .item-icon {
      margin-bottom: 10px; }
    .layoutPage-about-us .section-about-why .list-why .item-why .item-title {
      margin-bottom: 0; }
    .layoutPage-about-us .section-about-why .list-why .item-why:last-child {
      margin-bottom: 0; } }

.layoutPage-about-us .section-about-team .row {
  gap: 30px 0; }

.layoutPage-about-us .section-about-team .item-team {
  position: relative;
  border-bottom: 2px solid #efefef; }
  .layoutPage-about-us .section-about-team .item-team:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #efefef; }
  .layoutPage-about-us .section-about-team .item-team .item-img {
    position: relative; }
    .layoutPage-about-us .section-about-team .item-team .item-img:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      -ms-transition: all .4s ease;
      -o-transition: all .4s ease;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .layoutPage-about-us .section-about-team .item-team .item-img .item-link {
      position: absolute;
      bottom: 30px;
      right: 30px; }
      .layoutPage-about-us .section-about-team .item-team .item-img .item-link .link-list {
        position: absolute;
        bottom: 100%;
        padding-bottom: 30px;
        display: flex;
        flex-flow: column;
        gap: 5px;
        transform: scaleX(0);
        opacity: 0;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; }
        .layoutPage-about-us .section-about-team .item-team .item-img .item-link .link-list .link-icon {
          width: 40px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          background: #fff;
          font-size: 20px; }
      .layoutPage-about-us .section-about-team .item-team .item-img .item-link .btn-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #fff; }
        .layoutPage-about-us .section-about-team .item-team .item-img .item-link .btn-icon svg {
          width: 15px;
          height: 15px;
          transition: all 0.3s; }
      .layoutPage-about-us .section-about-team .item-team .item-img .item-link:hover .btn-icon {
        background: var(--shop-color-main); }
        .layoutPage-about-us .section-about-team .item-team .item-img .item-link:hover .btn-icon svg {
          transform: rotate(45deg); }
      .layoutPage-about-us .section-about-team .item-team .item-img .item-link:hover .link-list {
        transform: scaleX(1);
        opacity: 1;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; }
  .layoutPage-about-us .section-about-team .item-team .item-detail {
    padding: 15px 0; }
    .layoutPage-about-us .section-about-team .item-team .item-detail .item-name {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 5px; }
    .layoutPage-about-us .section-about-team .item-team .item-detail .item-position {
      font-size: 18px;
      color: var(--shop-color-main);
      font-style: italic; }
  .layoutPage-about-us .section-about-team .item-team:hover:before {
    width: 100%;
    background-color: var(--shop-color-main);
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
  .layoutPage-about-us .section-about-team .item-team:hover .item-img:before {
    opacity: 0; }

@media (max-width: 991px) {
  .layoutPage-about-us .section-about-team .heading-title {
    text-align: center; } }

.layoutPage-about-us .section-about-review .icon-left .review-icon {
  text-align: right; }

.layoutPage-about-us .section-about-review .icon-right .review-icon {
  text-align: left; }

.layoutPage-about-us .section-about-review .item-review {
  padding: 15px; }
  .layoutPage-about-us .section-about-review .item-review .item-desc {
    font-size: 25px;
    margin-bottom: 40px;
    font-style: italic; }
  .layoutPage-about-us .section-about-review .item-review .item-name {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0; }
  .layoutPage-about-us .section-about-review .item-review .item-old {
    font-size: 16px; }

.layoutPage-about-us .section-about-review .owl-nav {
  text-align: center; }
  .layoutPage-about-us .section-about-review .owl-nav button {
    width: 80px;
    height: 80px;
    color: #fff !important;
    fill: currentColor;
    transition: all 0.3s;
    outline: none; }
    .layoutPage-about-us .section-about-review .owl-nav button svg {
      width: 20px;
      height: 20px; }
    .layoutPage-about-us .section-about-review .owl-nav button.owl-prev {
      background: #000; }
    .layoutPage-about-us .section-about-review .owl-nav button.owl-next {
      background: var(--shop-color-main); }
    .layoutPage-about-us .section-about-review .owl-nav button:hover.owl-prev {
      background: var(--shop-color-main); }

@media (max-width: 991px) {
  .layoutPage-about-us .section-about-review {
    position: relative; }
    .layoutPage-about-us .section-about-review.has-icon-left {
      padding-top: 70px; }
    .layoutPage-about-us .section-about-review.has-icon-right {
      padding-bottom: 70px; }
      .layoutPage-about-us .section-about-review.has-icon-right .owl-nav {
        position: absolute;
        bottom: -110px;
        width: 100%; }
    .layoutPage-about-us .section-about-review .owl-nav button {
      width: 40px;
      height: 40px; }
    .layoutPage-about-us .section-about-review .container {
      position: relative; }
    .layoutPage-about-us .section-about-review .icon-left .review-icon, .layoutPage-about-us .section-about-review .icon-right .review-icon {
      text-align: center; }
      .layoutPage-about-us .section-about-review .icon-left .review-icon img, .layoutPage-about-us .section-about-review .icon-right .review-icon img {
        max-height: 60px; }
    .layoutPage-about-us .section-about-review .icon-left {
      position: absolute;
      top: -60px; }
    .layoutPage-about-us .section-about-review .item-review .item-desc {
      font-size: 20px;
      margin-bottom: 20px; }
    .layoutPage-about-us .section-about-review .item-review .item-name {
      font-size: 16px; }
    .layoutPage-about-us .section-about-review .item-review .item-old {
      font-size: 14px;
      margin: 0; } }

.layoutPage-about-us .section-about-booking {
  position: relative;
  color: var(--about-booking-color); }
  .layoutPage-about-us .section-about-booking:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(//cdn.hstatic.net/themes/200000945195/1001440239/14/about_us_booking_bg.jpg?v=1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .layoutPage-about-us .section-about-booking .booking-content {
    position: relative; }
    .layoutPage-about-us .section-about-booking .booking-content .title1 {
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 3.5px; }
    .layoutPage-about-us .section-about-booking .booking-content .title2 {
      color: var(--about-booking-color);
      font-size: 40px; }
      .layoutPage-about-us .section-about-booking .booking-content .title2 span {
        color: var(--shop-color-main); }
    .layoutPage-about-us .section-about-booking .booking-content .btn-content {
      margin-top: 40px; }
  @media (max-width: 991px) {
    .layoutPage-about-us .section-about-booking .booking-content .title2 {
      font-size: 28px; } }
