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

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

@media (min-width: 1366px) {
  .container {
    max-width: 1290px; } }

.homepage-slider {
  position: relative; }
  .homepage-slider .slide-content {
    position: absolute;
    width: 70%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: var(--home-slider-color);
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
    /*&.has-info{justify-content: end;}*/ }
    .homepage-slider .slide-content .slide-icon {
      margin-bottom: 15px; }
      .homepage-slider .slide-content .slide-icon img {
        max-height: 135px; }
    .homepage-slider .slide-content .slide-title {
      text-transform: uppercase;
      color: var(--home-slider-color);
      font-size: 50px;
      margin-bottom: 20px; }
      .homepage-slider .slide-content .slide-title span {
        color: var(--home-slider-color-span); }
    .homepage-slider .slide-content .slide-title-sub {
      font-weight: 600;
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 3.5px; }
    .homepage-slider .slide-content .slide-desc {
      font-size: 20px;
      margin-bottom: 30px; }
    .homepage-slider .slide-content .btn-slide .button:hover {
      border-color: transparent; }
  .homepage-slider .slide-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
    .homepage-slider .slide-info .item-info {
      text-align: center;
      padding: 50px 0;
      font-weight: 600; }
      .homepage-slider .slide-info .item-info .item-title {
        font-size: 16px;
        letter-spacing: 3.5px;
        text-transform: uppercase;
        color: var(--home-slider-color-info);
        margin-bottom: 10px; }
      .homepage-slider .slide-info .item-info .item-desc {
        font-size: 15px;
        margin: 0;
        color: var(--home-slider-color-info-span); }
  .homepage-slider .owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    overflow: hidden; }
  .homepage-slider .owl-carousel:not(.owl-loaded) .slider-item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .homepage-slider .owl-carousel.owl-loaded .slide-content {
    opacity: 1; }
  .homepage-slider .owl-carousel .slider-item {
    position: relative; }
  .homepage-slider .owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    padding: 0;
    opacity: 0.5;
    /*height: 40px;	width: 40px;border-radius:50%;*/
    text-align: center;
    display: inline-block;
    outline: none;
    /*color: #444444; background-color: #fff; border: 1px solid #e1e1e1;*/
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center; }
    .homepage-slider .owl-carousel .owl-nav button.owl-prev {
      left: 30px; }
    .homepage-slider .owl-carousel .owl-nav button.owl-next {
      right: 30px; }
    .homepage-slider .owl-carousel .owl-nav button svg {
      width: 65px;
      height: 65px;
      fill: var(--home-slider-color); }
    .homepage-slider .owl-carousel .owl-nav button:hover {
      opacity: 1; }
  .homepage-slider .owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 15px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .homepage-slider .owl-carousel .owl-dots .owl-dot {
      margin: 0 3px;
      outline: 0; }
    .homepage-slider .owl-carousel .owl-dots .owl-dot span {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      width: 7px;
      height: 7px;
      margin: 5px;
      border-radius: 50%;
      background: #928c8c; }
    .homepage-slider .owl-carousel .owl-dots .owl-dot.active {
      border-radius: 50%;
      border: 2px solid #000000; }
    .homepage-slider .owl-carousel .owl-dots .owl-dot.active span {
      background: #000000; }
  @media (max-width: 767px) {
    .homepage-slider .owl-carousel .owl-dots {
      bottom: 5px; }
    .homepage-slider .owl-carousel .owl-dots .owl-dot {
      margin: 0 2px; }
    .homepage-slider .owl-carousel .owl-dots .owl-dot span {
      width: 4px;
      height: 4px;
      margin: 4px; }
    .homepage-slider .owl-carousel .owl-dots .owl-dot.active {
      border: 1px solid #000000; } }
  @media (min-width: 1200px) {
    .homepage-slider .slide-content.has-info {
      padding: 250px 0 300px; } }
  @media (max-width: 991px) {
    .homepage-slider .slide-info {
      display: none; } }
  @media (max-width: 767px) {
    .homepage-slider .slider-item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center; }
    .homepage-slider .slider-item--1 {
      background-image: url(//cdn.hstatic.net/themes/1000045032/1001407093/14/slide_1_img_mb.jpg?v=238); }
    .homepage-slider .slide-content {
      position: relative;
      padding: 200px 0; }
      .homepage-slider .slide-content .slide-icon img {
        max-height: 100px; }
    .homepage-slider .slide--image {
      display: none; }
    .homepage-slider .owl-carousel .owl-nav button.owl-prev {
      left: 0; }
    .homepage-slider .owl-carousel .owl-nav button.owl-next {
      right: 0; } }
  @media (max-width: 480px) {
    .homepage-slider .slide-content {
      padding: 150px 0; }
      .homepage-slider .slide-content .slide-title {
        font-size: 26px; }
      .homepage-slider .slide-content .slide-title-sub {
        font-size: 16px; }
      .homepage-slider .slide-content .slide-desc {
        font-size: 18px; } }

.section-home-about.has-bg {
  position: relative; }
  .section-home-about.has-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(//cdn.hstatic.net/themes/1000045032/1001407093/14/home_about_bg.jpg?v=238);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.section-home-about .about-banner.has-bg-banner {
  position: relative; }
  .section-home-about .about-banner.has-bg-banner:before {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -30%;
    width: 62%;
    height: 100%;
    background-image: url(//cdn.hstatic.net/themes/1000045032/1001407093/14/home_about_banner_left.jpg?v=238);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom; }

.section-home-about .about-content {
  background: #fff; }
  .section-home-about .about-content.has-bg-content {
    position: relative; }
    .section-home-about .about-content.has-bg-content:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(//cdn.hstatic.net/themes/1000045032/1001407093/14/home_about_content_bg.jpg?v=238);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
  .section-home-about .about-content .content-detail {
    position: relative; }
  .section-home-about .about-content .content-desc {
    font-size: 16px;
    margin-bottom: 30px; }

@media (min-width: 768px) {
  .section-home-about .about-content {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    margin-left: -6%;
    margin-top: 80px;
    padding: 100px;
    max-width: 685px; } }

@media (max-width: 1024px) {
  .section-home-about .about-banner.has-bg-banner:before {
    content: none; } }

@media (max-width: 1024px) and (min-width: 992px) {
  .section-home-about .about-content {
    margin-left: -10%;
    margin-top: 40px;
    padding: 40px; } }

@media (max-width: 991px) {
  .section-home-about .about-content {
    margin-left: -10%;
    margin-top: 30px;
    padding: 15px; } }

@media (max-width: 767px) {
  .section-home-about.has-bg-mb:before {
    background-image: url(//cdn.hstatic.net/themes/1000045032/1001407093/14/home_about_content_bg.jpg?v=238); }
  .section-home-about .about-banner {
    display: none; }
  .section-home-about .about-content {
    text-align: center;
    margin: 0; }
    .section-home-about .about-content .btn-content {
      display: flex;
      justify-content: center; } }

.section-home-service .heading-title .title2 {
  margin-bottom: 30px; }

.section-home-service .item-service {
  position: relative;
  overflow: hidden;
  transition: all .5s ease; }
  .section-home-service .item-service:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--service-color-bg);
    z-index: 1;
    transition: all .5s ease;
    opacity: 0.6; }
  .section-home-service .item-service.has-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(101% + 30px);
    height: 100%;
    background-image: var(--bg-image);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    transition: all .5s ease;
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  .section-home-service .item-service .service-content {
    position: relative;
    z-index: 2;
    padding: 35px;
    min-height: 410px;
    text-transform: uppercase;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; }
    .section-home-service .item-service .service-content .service-icon {
      margin-bottom: 30px; }
      .section-home-service .item-service .service-content .service-icon img {
        max-height: 60px; }
    .section-home-service .item-service .service-content .service-desc {
      color: var(--service-color-text-1);
      letter-spacing: 3.5px;
      margin-bottom: 10px;
      transition: all .5s ease; }
    .section-home-service .item-service .service-content .service-title {
      color: var(--service-color-text-2);
      font-size: 22px;
      font-weight: 600;
      margin: 0; }
  .section-home-service .item-service:hover.has-bg:before {
    /*opacity: 1;*/
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .section-home-service .item-service:hover.has-bg:after {
    background: rgba(74, 74, 74, 0.7); }
  .section-home-service .item-service:hover .service-desc {
    letter-spacing: 1px; }

@media (min-width: 992px) {
  .section-home-service .row > div:nth-child(even) {
    margin-top: 50px; } }

@media (max-width: 991px) {
  .section-home-service .item-service {
    margin-bottom: 20px; }
    .section-home-service .item-service .service-content {
      min-height: auto; } }

.section-home-about-2, .section-home-about-3 {
  padding: 0; }
  .section-home-about-2 .about-banner, .section-home-about-3 .about-banner {
    padding: 0; }
  .section-home-about-2 .about-content, .section-home-about-3 .about-content {
    background: var(--about2-color-bg);
    color: var(--about2-color-text);
    display: flex;
    align-items: center;
    justify-content: center; }
    .section-home-about-2 .about-content .heading-title .title2, .section-home-about-3 .about-content .heading-title .title2 {
      color: var(--about2-color-text); }
    .section-home-about-2 .about-content .content-detail, .section-home-about-3 .about-content .content-detail {
      max-width: 475px;
      margin: 0 90px 0 auto;
      padding: 40px 0; }
    .section-home-about-2 .about-content .content-desc, .section-home-about-3 .about-content .content-desc {
      font-size: 18px;
      color: rgba(255, 255, 255, 0.7); }
    .section-home-about-2 .about-content .btn-content, .section-home-about-3 .about-content .btn-content {
      margin-top: 30px; }
  .section-home-about-2 .btn-hover, .section-home-about-3 .btn-hover {
    color: var(--about2-color-text); }
    .section-home-about-2 .btn-hover:before, .section-home-about-2 .btn-hover:after, .section-home-about-2 .btn-hover .btn-border:before, .section-home-about-2 .btn-hover .btn-border:after, .section-home-about-3 .btn-hover:before, .section-home-about-3 .btn-hover:after, .section-home-about-3 .btn-hover .btn-border:before, .section-home-about-3 .btn-hover .btn-border:after {
      background-color: var(--about2-color-text); }
  @media (max-width: 991px) {
    .section-home-about-2 .about-content .content-detail, .section-home-about-3 .about-content .content-detail {
      margin: 0 auto;
      text-align: center; } }

.section-home-about-3 .about-content {
  background: var(--about3-color-bg);
  color: var(--about3-color-text); }
  .section-home-about-3 .about-content .heading-title .title2 {
    color: var(--about3-color-text); }
  .section-home-about-3 .about-content .content-desc {
    color: rgba(255, 255, 255, 0.7); }

.section-home-about-3 .btn-hover {
  color: var(--about3-color-text);
  display: inline-block;
  max-width: 100%; }
  .section-home-about-3 .btn-hover:before, .section-home-about-3 .btn-hover:after, .section-home-about-3 .btn-hover .btn-border:before, .section-home-about-3 .btn-hover .btn-border:after {
    background-color: var(--about3-color-text); }

.section-home-collection.has-bg {
  position: relative; }
  .section-home-collection.has-bg:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    width: 15%;
    height: 50%;
    background-image: url(//cdn.hstatic.net/themes/1000045032/1001407093/14/home_collection_bg.jpg?v=238);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

.section-home-collection .collection-tab {
  position: relative; }
  .section-home-collection .collection-tab .tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 30px 0; }
    .section-home-collection .collection-tab .tabs .tablinks {
      max-width: 100%;
      width: auto;
      outline: none;
      border-color: #e5e5e5; }
      .section-home-collection .collection-tab .tabs .tablinks:before, .section-home-collection .collection-tab .tabs .tablinks:after, .section-home-collection .collection-tab .tabs .tablinks .btn-border:before, .section-home-collection .collection-tab .tabs .tablinks .btn-border:after {
        background-color: var(--shop-color-main); }
      .section-home-collection .collection-tab .tabs .tablinks.active {
        background: var(--shop-color-main);
        color: #fff;
        border-color: var(--shop-color-main); }
  .section-home-collection .collection-tab .tabcontent {
    display: none; }
    .section-home-collection .collection-tab .tabcontent.active {
      display: block; }

.section-home-collection .list-pro .product-loop-small {
  border-bottom: 3px dotted #e5e5e5; }

@media (min-width: 1200px) {
  .section-home-collection .list-pro {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 4%; }
    .section-home-collection .list-pro .product-loop-small {
      flex: 0 0 48%; } }

@media (max-width: 991px) {
  .section-home-collection.has-bg:before {
    content: none; }
  .section-home-collection .collection-tab .tabs {
    margin: 20px 0 10px;
    justify-content: start;
    flex-flow: nowrap;
    overflow: scroll; }
    .section-home-collection .collection-tab .tabs .tablinks {
      white-space: nowrap; } }

.section-home-review.has-bg {
  position: relative; }
  .section-home-review.has-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(//cdn.hstatic.net/themes/1000045032/1001407093/14/home_review_bg.jpg?v=238);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.section-home-review .review-banner.has-icon {
  position: relative; }
  .section-home-review .review-banner.has-icon:before {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -30%;
    width: 62%;
    height: 100%;
    background-image: url(//cdn.hstatic.net/themes/1000045032/1001407093/14/home_review_banner_right.jpg?v=238);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom; }

.section-home-review .review-content {
  position: relative;
  z-index: 1; }
  .section-home-review .review-content.has-icon:before {
    content: '';
    position: absolute;
    top: -80px;
    left: 100px;
    width: 150px;
    height: 150px;
    background-image: url(//cdn.hstatic.net/themes/1000045032/1001407093/14/home_review_banner_left.jpg?v=238);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 3; }

.section-home-review .content-detail {
  padding: 100px;
  background: #fff;
  height: 100%; }
  .section-home-review .content-detail.has-bg-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(//cdn.hstatic.net/themes/1000045032/1001407093/14/home_review_content_bg.jpg?v=238);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.section-home-review .item-review .item-title {
  position: relative;
  font-size: 16px;
  letter-spacing: 3.5px;
  display: inline-block;
  margin-bottom: 25px;
  text-transform: uppercase; }
  .section-home-review .item-review .item-title:before {
    content: "";
    position: absolute;
    bottom: -8px;
    width: calc(100% - 5px);
    left: 0;
    height: 5px;
    background-color: var(--shop-color-main); }

.section-home-review .item-review .item-desc {
  font-size: 25px;
  margin: 14px 0 60px; }

.section-home-review .item-review .item-name {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px; }

.section-home-review .item-review .item-old {
  font-size: 16px;
  margin: 0; }

.section-home-review .owl-nav button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  color: #fff !important;
  fill: currentColor;
  transition: all 0.3s;
  outline: none; }
  .section-home-review .owl-nav button svg {
    width: 20px;
    height: 20px; }
  .section-home-review .owl-nav button.owl-prev {
    background: #000; }
  .section-home-review .owl-nav button.owl-next {
    left: auto;
    right: -80px;
    background: var(--shop-color-main); }
  .section-home-review .owl-nav button:hover.owl-prev {
    background: var(--shop-color-main); }

@media (min-width: 768px) {
  .section-home-review .review-content {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    margin-right: -6%;
    margin-top: 80px;
    max-width: 685px; } }

@media (max-width: 1024px) {
  .section-home-review .review-banner.has-bg-banner:before {
    content: none; } }

@media (max-width: 1024px) and (min-width: 992px) {
  .section-home-review .review-content {
    margin-left: -10%;
    margin-top: 40px;
    padding: 40px; } }

@media (max-width: 991px) {
  .section-home-review .review-content {
    margin-left: -10%;
    margin-top: 30px;
    padding: 15px; } }

@media (max-width: 767px) {
  .section-home-review.has-bg-mb:before {
    background-image: url(//cdn.hstatic.net/themes/1000045032/1001407093/14/home_review_content_bg.jpg?v=238); }
  .section-home-review .review-banner:before {
    content: none; }
  .section-home-review .review-content {
    text-align: center;
    margin: 0; }
    .section-home-review .review-content.has-icon:before {
      top: -30px;
      left: 30px;
      width: 80px;
      height: 80px; }
  .section-home-review .content-detail {
    padding: 30px; }
  .section-home-review .item-review .item-desc {
    font-size: 20px;
    margin: 14px 0 30px; }
  .section-home-review .owl-nav button {
    position: relative;
    margin-top: 30px;
    width: 40px;
    height: 40px; }
    .section-home-review .owl-nav button.owl-next {
      right: 0; } }

.section-home-team .row {
  gap: 30px 0; }

.section-home-team .item-team {
  position: relative; }
  .section-home-team .item-team: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; }
  .section-home-team .item-team .item-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 30px; }
    .section-home-team .item-team .item-detail .item-name {
      font-size: 22px;
      font-weight: 600; }
    .section-home-team .item-team .item-detail .item-link {
      position: relative; }
      .section-home-team .item-team .item-detail .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; }
        .section-home-team .item-team .item-detail .item-link .link-list .link-icon {
          width: 40px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          background: #fff;
          font-size: 20px; }
      .section-home-team .item-team .item-detail .item-link .btn-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #fff; }
        .section-home-team .item-team .item-detail .item-link .btn-icon svg {
          width: 15px;
          height: 15px;
          transition: all 0.3s; }
      .section-home-team .item-team .item-detail .item-link:hover .btn-icon {
        background: var(--shop-color-main); }
        .section-home-team .item-team .item-detail .item-link:hover .btn-icon svg {
          transform: rotate(45deg); }
      .section-home-team .item-team .item-detail .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; }
  .section-home-team .item-team:hover:before {
    opacity: 0; }

.section-home-team .item-join {
  position: relative;
  height: 100%;
  border: 5px solid var(--shop-color-main); }
  .section-home-team .item-join.has-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(//cdn.hstatic.net/themes/1000045032/1001407093/14/home_team_join_bg.jpg?v=238);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .section-home-team .item-join .icon-join {
    position: absolute;
    top: 30px;
    left: 30px; }
    .section-home-team .item-join .icon-join img {
      max-width: 65px; }
  .section-home-team .item-join .detail-join {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 15px; }
    .section-home-team .item-join .detail-join .title-join {
      font-size: 25px;
      font-weight: 600; }
    .section-home-team .item-join .detail-join .btn-icon {
      position: relative;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: var(--shop-color-main);
      color: #fff; }
      .section-home-team .item-join .detail-join .btn-icon svg {
        width: 15px;
        height: 15px;
        transition: all 0.3s;
        fill: currentColor;
        position: relative; }
      .section-home-team .item-join .detail-join .btn-icon:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        transition: all 0.3s;
        opacity: 0; }
      .section-home-team .item-join .detail-join .btn-icon:hover:before {
        opacity: 1; }

@media (max-width: 991px) {
  .section-home-team .heading-title {
    text-align: center; }
  .section-home-team .item-join {
    min-height: 250px; } }

.section-home-form {
  position: relative;
  padding: 100px 0; }
  .section-home-form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(//cdn.hstatic.net/themes/1000045032/1001407093/14/home_form_bg.jpg?v=238);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .section-home-form.has-icon:after {
    content: '';
    position: absolute;
    top: 80px;
    right: 0;
    width: 20%;
    height: 40%;
    background-image: url(//cdn.hstatic.net/themes/1000045032/1001407093/14/home_form_img.jpg?v=238);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right; }
  .section-home-form .form-phone {
    position: relative; }
    .section-home-form .form-phone .phone-detail {
      position: absolute;
      text-align: center;
      width: auto;
      top: 50%;
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      transform: translateX(-50%) translateY(-50%) rotate(-90deg); }
      .section-home-form .form-phone .phone-detail p {
        margin: 0;
        font-weight: 600; }
        .section-home-form .form-phone .phone-detail p.phone-title {
          font-size: 18px;
          color: var(--shop-color-main);
          text-transform: uppercase;
          letter-spacing: 3.5px; }
        .section-home-form .form-phone .phone-detail p.phone-num {
          font-size: 36px;
          white-space: nowrap; }
  .section-home-form .form-booking {
    margin-top: 30px; }
    .section-home-form .form-booking .input-group {
      position: relative; }
      .section-home-form .form-booking .input-group .icon-form {
        position: absolute;
        z-index: 1;
        color: #ccc;
        font-size: 18px;
        top: 15px;
        left: 15px; }
      .section-home-form .form-booking .input-group input, .section-home-form .form-booking .input-group select, .section-home-form .form-booking .input-group textarea {
        padding: 15px 15px 15px 40px;
        height: auto;
        border: 2px solid #ccc;
        border-radius: 0; }
  @media (max-width: 991px) {
    .section-home-form {
      padding: 50px 0; }
      .section-home-form.has-icon:after {
        content: none; }
      .section-home-form .form-phone {
        display: none; } }
