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

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

.section-home-slider {
  padding: 0; }
  .section-home-slider .owl-dots {
    position: absolute;
    right: 30px;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    gap: 8px;
    height: 100%; }
    .section-home-slider .owl-dots .owl-dot {
      /*&.active {
			border-radius: 50%;
			border: 2px solid #000000;
		}*/ }
      .section-home-slider .owl-dots .owl-dot {
        margin: 0 3px;
        outline: 0;
        position: relative;
        width: 16px;
        height: 16px; }
      .section-home-slider .owl-dots .owl-dot span:before, .section-home-slider .owl-dots .owl-dot span:after {
        content: '';
        position: absolute;
        top: 0; }
      .section-home-slider .owl-dots .owl-dot span:before {
        left: 7px;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        width: 2px;
        height: 16px;
        background: #b1b1b1;
        transition: all 0.4s; }
      .section-home-slider .owl-dots .owl-dot span:after {
        left: 0;
        width: 16px;
        height: 16px;
        background: var(--shop-color-main);
        transition: 250ms ease all;
        transform: scale(0); }
      .section-home-slider .owl-dots .owl-dot.active span:after {
        transform: scale(1); }

.section-home-form1 {
  background: rgba(207, 42, 91, 0.06);
  padding: 0; }
  .section-home-form1 .row-top {
    margin-top: -85px; }
  .section-home-form1 .form-left {
    padding: 60px 30px;
    background: #b6c33b;
    color: #fff;
    font-size: 25px;
    text-align: center;
    position: relative;
    z-index: 2; }
    .section-home-form1 .form-left .form-desc {
      padding: 35px 0;
      margin-bottom: 20px;
      position: relative; }
      .section-home-form1 .form-left .form-desc:before, .section-home-form1 .form-left .form-desc:after {
        content: '';
        position: absolute;
        left: 25%;
        width: 50%;
        height: 2px;
        background: var(--shop-color-main-2); }
      .section-home-form1 .form-left .form-desc:before {
        top: 0; }
      .section-home-form1 .form-left .form-desc:after {
        bottom: 0; }
    .section-home-form1 .form-left img {
      max-width: 120px; }
  .section-home-form1 .form-right {
    padding: 60px 15px; }
    .section-home-form1 .form-right:before {
      content: '';
      position: absolute;
      top: 0;
      left: -100px;
      width: calc(100% + 100px);
      height: 100%;
      background: var(--shop-color-bg);
      z-index: 1; }
    .section-home-form1 .form-right .heading-title {
      margin-bottom: 20px; }
      .section-home-form1 .form-right .heading-title .title2 {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(37, 42, 43, 0.1); }
    .section-home-form1 .form-right .form-banner, .section-home-form1 .form-right .form-booking {
      position: relative;
      z-index: 1; }
    .section-home-form1 .form-right .form-booking .contact-form .row > div {
      padding: 0; }
    .section-home-form1 .form-right .form-booking .contact-form .input-group {
      margin-bottom: 15px; }
      .section-home-form1 .form-right .form-booking .contact-form .input-group input {
        box-shadow: 1px 1px 3px 1px rgba(34, 34, 34, 0.08); }
    .section-home-form1 .form-right .form-booking .contact-form .button {
      width: 100%; }
      .section-home-form1 .form-right .form-booking .contact-form .button:before {
        background: #b6c33b; }
  @media (min-width: 992px) {
    .section-home-form1 .form-right .heading-title {
      padding: 0 15px; }
      .section-home-form1 .form-right .heading-title .title2 {
        font-size: 36px; }
    .section-home-form1 .form-right .row {
      margin: 0; } }
  @media (max-width: 991px) {
    .section-home-form1 .form-right:before {
      content: none; }
    .section-home-form1 .form-right > .row {
      flex-flow: column-reverse;
      gap: 20px; }
    .section-home-form1 .form-right .heading-title {
      text-align: center; } }
  @media (max-width: 767px) {
    .section-home-form1 .row-top {
      margin-top: -20px; }
    .section-home-form1 .form-left {
      padding: 30px 15px;
      font-size: 18px; }
      .section-home-form1 .form-left .form-desc {
        padding: 20px 0; }
    .section-home-form1 .form-right {
      padding: 40px 15px; }
      .section-home-form1 .form-right .form-booking .contact-form .row {
        margin: 0; }
      .section-home-form1 .form-right .form-booking .contact-form .input-group input {
        font-size: 14px; } }

.section-home-service1 {
  background: rgba(207, 42, 91, 0.06); }
  .section-home-service1 .btn-more {
    text-align: center; }
  .section-home-service1 .service-item {
    display: block;
    height: 100%;
    background: #fb6f96; }
    .section-home-service1 .service-item .item-img {
      position: relative; }
      .section-home-service1 .service-item .item-img .banner {
        position: relative; }
        .section-home-service1 .service-item .item-img .banner:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.3);
          transition: all 0.5s;
          opacity: 0; }
      .section-home-service1 .service-item .item-img .icon {
        position: absolute;
        bottom: -42px;
        left: 30px; }
        .section-home-service1 .service-item .item-img .icon img {
          max-height: 85px;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
      .section-home-service1 .service-item .item-img:hover .banner:before {
        opacity: 1; }
    .section-home-service1 .service-item .item-detail {
      padding: 60px 30px 30px;
      color: #fff; }
      .section-home-service1 .service-item .item-detail .title {
        font-size: 25px; }
      .section-home-service1 .service-item .item-detail .desc {
        margin: 0; }
  .section-home-service1 .btn-mb {
    display: none; }
  @media (max-width: 991px) {
    .section-home-service1 .btn-mb {
      display: block;
      margin-top: 30px; }
    .section-home-service1 .btn-pc {
      display: none; }
    .section-home-service1 .heading-title {
      text-align: center; }
    .section-home-service1 .list-service {
      gap: 20px 0; } }
  @media (max-width: 767px) {
    .section-home-service1 .service-item .item-img .icon {
      bottom: -35px; }
      .section-home-service1 .service-item .item-img .icon img {
        max-height: 70px; }
    .section-home-service1 .service-item .item-detail {
      padding: 50px 30px 30px; }
      .section-home-service1 .service-item .item-detail .title {
        font-size: 18px; } }

.section-home-team {
  padding: 0; }
  .section-home-team .team-top {
    position: relative;
    padding: 80px 0;
    background-image: url(//theme.hstatic.net/200000992202/1001346875/14/home_team_img_1.jpg?v=666);
    background-size: cover;
    background-position: center; }
    @media (max-width: 767px) {
      .section-home-team .team-top {
        background-image: url(//theme.hstatic.net/200000992202/1001346875/14/home_team_img_1_mobile.jpg?v=666); } }
    .section-home-team .team-top:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.6);
      opacity: 0; }
  .section-home-team .team-left {
    padding: 0 30px 60px;
    font-size: 25px;
    text-align: center;
    position: relative;
    z-index: 2; }
    .section-home-team .team-left .team-desc {
      padding: 35px 0;
      margin-bottom: 20px;
      position: relative; }
      .section-home-team .team-left .team-desc:before, .section-home-team .team-left .team-desc:after {
        content: '';
        position: absolute;
        left: 25%;
        width: 50%;
        height: 2px;
        background: var(--shop-color-main-2); }
      .section-home-team .team-left .team-desc:before {
        top: 0; }
      .section-home-team .team-left .team-desc:after {
        bottom: 0; }
    .section-home-team .team-left img {
      max-width: 100px; }
  .section-home-team .list-team {
    margin-top: -80px;
    gap: 20px;
    position: relative; }
  .section-home-team .team-item .item-detail {
    padding: 30px;
    background: rgba(57, 157, 198, 0.05); }
    .section-home-team .team-item .item-detail .name {
      font-size: 30px;
      font-family: "hypatia-sans-pro-medium", sans-serif;
      font-weight: 600;
      color: var(--shop-color-main);
      padding-bottom: 15px;
      position: relative; }
      .section-home-team .team-item .item-detail .name:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 70px;
        height: 3px;
        background: var(--shop-color-main-2); }
  .section-home-team .team-item .item-social {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 5px; }
    .section-home-team .team-item .item-social i {
      width: 36px;
      height: 36px;
      line-height: 36px;
      font-size: 18px;
      background: #fff;
      text-align: center;
      border-radius: 50%;
      -webkit-transition: all 280ms ease;
      -moz-transition: all 280ms ease;
      transition: all 280ms ease; }
      .section-home-team .team-item .item-social i.fa-facebook {
        box-shadow: 0 0 0 0 #3b5998 inset;
        color: #3b5998; }
      .section-home-team .team-item .item-social i.fa-twitter {
        box-shadow: 0 0 0 0 #1da1f2 inset;
        color: #1da1f2; }
      .section-home-team .team-item .item-social i.fa-linkedin {
        box-shadow: 0 0 0 0 #007bb5 inset;
        color: #007bb5; }
      .section-home-team .team-item .item-social i.fa-youtube-play {
        box-shadow: 0 0 0 0 #e21c2d inset;
        color: #e21c2d; }
      .section-home-team .team-item .item-social i.fa-pinterest-p {
        box-shadow: 0 0 0 0 #bd081b inset;
        color: #bd081b; }
      .section-home-team .team-item .item-social i.fa-whatsapp {
        box-shadow: 0 0 0 0 #3fbd50 inset;
        color: #3fbd50; }
      .section-home-team .team-item .item-social i:hover {
        color: #fff; }
        .section-home-team .team-item .item-social i:hover.fa-facebook {
          box-shadow: 0 0 0 2em #3b5998 inset; }
        .section-home-team .team-item .item-social i:hover.fa-twitter {
          box-shadow: 0 0 0 2em #1da1f2 inset; }
        .section-home-team .team-item .item-social i:hover.fa-linkedin {
          box-shadow: 0 0 0 2em #007bb5 inset; }
        .section-home-team .team-item .item-social i:hover.fa-youtube-play {
          box-shadow: 0 0 0 2em #e21c2d inset; }
        .section-home-team .team-item .item-social i:hover.fa-pinterest-p {
          box-shadow: 0 0 0 2em #bd081b inset; }
        .section-home-team .team-item .item-social i:hover.fa-whatsapp {
          box-shadow: 0 0 0 2em #3fbd50 inset; }
  @media (max-width: 767px) {
    .section-home-team .team-left {
      padding: 20px 0;
      font-size: 18px; }
    .section-home-team .list-team {
      margin: -40px 0 0; }
    .section-home-team .team-item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .section-home-team .team-item .item-detail {
        padding: 20px; }
        .section-home-team .team-item .item-detail .name {
          font-size: 18px; } }

.section-home-form2 {
  background-image: url(//theme.hstatic.net/200000992202/1001346875/14/home_form_2_img_1.jpg?v=666);
  background-size: cover;
  background-position: center;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .section-home-form2 {
      background-image: url(//theme.hstatic.net/200000992202/1001346875/14/home_form_2_img_1_mob.jpg?v=666); } }
  .section-home-form2 .heading-title {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(37, 42, 43, 0.1); }
  .section-home-form2 .banner-img {
    padding: 0 40px; }
  .section-home-form2 .form-booking {
    padding-bottom: 30px; }
    .section-home-form2 .form-booking .contact-form .input-group {
      margin-bottom: 20px; }
      .section-home-form2 .form-booking .contact-form .input-group label span {
        color: red; }
      .section-home-form2 .form-booking .contact-form .input-group input {
        box-shadow: 1px 1px 3px 1px rgba(34, 34, 34, 0.08);
        border-radius: 5px;
        height: 52px; }
        .section-home-form2 .form-booking .contact-form .input-group input::placeholder {
          opacity: 0; }
    .section-home-form2 .form-booking .contact-form .addcart-area {
      text-align: center; }
  @media (min-width: 992px) {
    .section-home-form2 .form-booking .contact-form .row > div:nth-child(odd) {
      padding-right: 6px; }
    .section-home-form2 .form-booking .contact-form .row > div:nth-child(even) {
      padding-left: 6px; } }
  @media (max-width: 991px) {
    .section-home-form2 .row {
      gap: 20px 0; }
    .section-home-form2 .heading-title {
      text-align: center; }
    .section-home-form2 .contact-form .row {
      gap: 0; } }
  @media (max-width: 767px) {
    .section-home-form2 .form-booking .contact-form .input-group input {
      height: 45px;
      font-size: 14px; } }

.section-home-service2 {
  background: rgba(207, 42, 91, 0.06); }
  .section-home-service2 .list-service {
    position: relative; }
  .section-home-service2 .row {
    gap: 40px 0; }
  .section-home-service2 .service-item {
    display: flex;
    gap: 20px; }
    .section-home-service2 .service-item .item-img {
      flex: 0 0 50px; }
    .section-home-service2 .service-item .item-detail .title {
      font-size: 22px; }
  .section-home-service2 .btn-more {
    text-align: center;
    margin-top: 30px; }
    .section-home-service2 .btn-more .button:before {
      background-color: var(--shop-color-main-2); }
  @media (min-width: 992px) {
    .section-home-service2 .btn-more {
      position: absolute;
      bottom: -112px;
      left: 0;
      width: 100%; } }
  @media (max-width: 767px) {
    .section-home-service2 .row {
      gap: 10px 0; }
    .section-home-service2 .service-item .item-detail .title {
      font-size: 18px; }
    .section-home-service2 .btn-more {
      margin-top: 15px; } }

.section-home-blog {
  background-color: #F7F7F9; }
  .section-home-blog .item-article {
    box-shadow: 0 3px 20px rgba(14, 84, 174, 0.03); }
    .section-home-blog .item-article .media-article {
      position: relative; }
      .section-home-blog .item-article .media-article .time {
        position: absolute;
        bottom: -40px;
        right: 30px;
        width: 70px;
        height: 80px;
        background: #0e54ae;
        color: #ffffff;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        padding: 10px; }
        .section-home-blog .item-article .media-article .time .date {
          font-size: 30px;
          font-weight: 600;
          line-height: 1.2; }
        .section-home-blog .item-article .media-article .time .month {
          font-size: 12px; }
      .section-home-blog .item-article .media-article .img {
        position: relative;
        overflow: hidden; }
        .section-home-blog .item-article .media-article .img img {
          -webkit-transition: -webkit-transform 0.3s ease;
          -ms-transition: -ms-transform 0.3s ease;
          transition: transform 0.3s ease;
          -webkit-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .section-home-blog .item-article .media-article .img:hover img {
          -webkit-transform: scale(1.07, 1.07);
          -ms-transform: scale(1.07, 1.07);
          transform: scale(1.07, 1.07); }
    .section-home-blog .item-article .info-article {
      padding: 50px 35px;
      background: var(--shop-color-bg); }
      .section-home-blog .item-article .info-article .article-author {
        display: flex;
        align-items: center;
        flex-flow: wrap;
        gap: 15px 30px;
        margin: 0 0 15px; }
        .section-home-blog .item-article .info-article .article-author .comment {
          position: relative;
          color: rgba(37, 42, 43, 0.6);
          font-size: 12px; }
          .section-home-blog .item-article .info-article .article-author .comment:before {
            content: '';
            position: absolute;
            top: calc(50% - 3px);
            left: -15px;
            width: 5px;
            height: 5px;
            background: rgba(37, 42, 43, 0.6);
            border-radius: 50%; }
      .section-home-blog .item-article .info-article .title-article h4 {
        font-size: 26px;
        margin: 0; }
  .section-home-blog .btn-more {
    margin-top: 40px; }
    .section-home-blog .btn-more .button {
      background-color: var(--shop-color-button); }
      .section-home-blog .btn-more .button:before {
        background-color: var(--shop-color-main); }
  @media (max-width: 991px) {
    .section-home-blog .row {
      gap: 20px; } }
  @media (max-width: 767px) {
    .section-home-blog .item-article .media-article .time {
      bottom: -30px;
      right: 20px;
      width: 50px;
      height: 60px;
      padding: 5px; }
      .section-home-blog .item-article .media-article .time .date {
        font-size: 24px; }
    .section-home-blog .item-article .info-article {
      padding: 40px 20px; }
      .section-home-blog .item-article .info-article .title-article h4 {
        font-size: 18px; }
      .section-home-blog .item-article .info-article .article-author {
        font-size: 12px; }
    .section-home-blog .btn-more {
      margin-top: 30px; } }

.section-home-contact .heading-title .title2 span {
  color: var(--shop-color-main-2); }

.section-home-contact .contact-time {
  background: var(--shop-color-main);
  color: #fff;
  padding: 30px; }
  .section-home-contact .contact-time p.title {
    font-size: 30px;
    font-family: "hypatia-sans-pro-medium", sans-serif;
    font-weight: 600; }
  .section-home-contact .contact-time .list-time li {
    padding: 8px 0;
    display: flex;
    justify-content: space-between; }
    .section-home-contact .contact-time .list-time li:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .section-home-contact .contact-time .list-time li .desc {
      color: rgba(255, 255, 255, 0.5); }
  .section-home-contact .contact-time .btn-more {
    margin-top: 30px; }
    .section-home-contact .contact-time .btn-more .button {
      color: var(--shop-color-main-2); }
      .section-home-contact .contact-time .btn-more .button:before {
        background-color: #fff; }
      .section-home-contact .contact-time .btn-more .button:hover {
        color: #fff; }

.section-home-contact .contact-list {
  margin-top: 40px; }
  .section-home-contact .contact-list .contact-item .item-img {
    margin-bottom: 10px; }
    .section-home-contact .contact-list .contact-item .item-img img {
      max-height: 50px; }
  .section-home-contact .contact-list .contact-item .title {
    font-size: 22px;
    font-family: "hypatia-sans-pro-medium", sans-serif;
    font-weight: 600; }
  .section-home-contact .contact-list .contact-item .desc {
    color: rgba(37, 42, 43, 0.8); }

@media (min-width: 992px) {
  .section-home-contact .contact-top {
    flex-flow: nowrap; }
    .section-home-contact .contact-top .top-left {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
      margin-right: -8%; } }

@media (max-width: 991px) {
  .section-home-contact .contact-time .title, .section-home-contact .contact-time .desc, .section-home-contact .contact-time .btn-more {
    text-align: center; }
  .section-home-contact .contact-list {
    gap: 20px 0; } }

@media (max-width: 767px) {
  .section-home-contact .contact-time p.title {
    font-size: 20px; }
  .section-home-contact .contact-list .contact-item .title {
    font-size: 18px; } }

.section-home-team .team-item .item-social i:hover.fa-instagram {
  box-shadow: 0 0 0 2em red inset !important; }
