@charset "UTF-8";
.section-hero {
  position: relative; }
  .section-hero .box-image img {
    width: 100%;
    height: auto;
    object-fit: cover; }
  .section-hero .box-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 15%; }
    @media screen and (max-width: 1024px) {
      .section-hero .box-content {
        position: static;
        padding: 30px 20px;
        text-align: center;
        background: #ffffff; } }
    .section-hero .box-content .content {
      max-width: 620px;
      margin-left: auto; }
      @media screen and (max-width: 1024px) {
        .section-hero .box-content .content {
          margin: 0 auto; } }
      .section-hero .box-content .content h1 {
        font-size: 28px;
        font-family: "Montserrat Bold";
        line-height: 42px;
        color: #012f86;
        margin-bottom: 16px;
        text-transform: uppercase; }
        @media screen and (max-width: 767px) {
          .section-hero .box-content .content h1 {
            font-size: 18px;
            line-height: 32px;
            text-align: center; } }
      .section-hero .box-content .content p {
        font-family: "Montserrat SemiBold";
        font-size: 16px;
        line-height: 26px;
        color: #313747; }
        @media screen and (max-width: 767px) {
          .section-hero .box-content .content p {
            text-align: center; } }
      .section-hero .box-content .content div {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-top: 24px; }
        @media screen and (max-width: 767px) {
          .section-hero .box-content .content div {
            flex-direction: column;
            margin: 24 30px 0; } }
        .section-hero .box-content .content div a {
          display: flex;
          align-items: center;
          text-decoration: none;
          padding: 8px 16px;
          border-radius: 60px;
          height: 46px;
          font-size: 12px;
          font-family: "Montserrat Bold";
          line-height: 26px; }
          @media screen and (max-width: 767px) {
            .section-hero .box-content .content div a {
              width: 100%;
              justify-content: center;
              padding: 8px 16px; } }
          .section-hero .box-content .content div a img {
            margin-right: 4px; }
        .section-hero .box-content .content div .btn-pr {
          background: #81491e;
          color: #ffffff; }
        .section-hero .box-content .content div .btn-se {
          color: #81491e;
          border: 2px solid #81491e; }

.section-intro {
  padding: 60px 0;
  background: #fffaee; }
  @media screen and (max-width: 767px) {
    .section-intro {
      padding: 40px 0; } }
  .section-intro .row-tn {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .section-intro .row-tn {
        flex-wrap: wrap; } }
    .section-intro .row-tn .box-content {
      width: 60%;
      padding-right: 100px; }
      @media screen and (max-width: 1024px) {
        .section-intro .row-tn .box-content {
          padding-right: 40px; } }
      @media screen and (max-width: 991px) {
        .section-intro .row-tn .box-content {
          padding-right: 30px;
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .section-intro .row-tn .box-content {
          width: 100%;
          padding-right: 0;
          margin-bottom: 40px; } }
      .section-intro .row-tn .box-content h2 {
        font-size: 32px;
        font-family: "Montserrat Bold";
        line-height: 48px;
        color: #012f86;
        margin-bottom: 32px; }
        @media screen and (max-width: 767px) {
          .section-intro .row-tn .box-content h2 {
            font-size: 18px;
            line-height: 32px; } }
      .section-intro .row-tn .box-content p {
        font-size: 16px;
        line-height: 26px;
        font-family: "Montserrat Regular";
        color: #313747; }
        .section-intro .row-tn .box-content p strong {
          font-family: "Montserrat Bold"; }
      .section-intro .row-tn .box-content .box-description {
        margin-top: 24px;
        padding-top: 24px;
        font-family: "Montserrat Regular";
        border-top: 2px solid rgba(172, 121, 43, 0.3); }
        .section-intro .row-tn .box-content .box-description p {
          font-size: 16px;
          font-family: "Montserrat SemiBold";
          line-height: 26px;
          color: #313747;
          position: relative;
          padding: 0 14px; }
          .section-intro .row-tn .box-content .box-description p::before {
            content: "";
            display: block;
            width: 2px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: #ac792b; }
          .section-intro .row-tn .box-content .box-description p strong {
            font-family: "Montserrat Bold"; }
    .section-intro .row-tn .box-image {
      width: 40%; }
      @media screen and (max-width: 991px) {
        .section-intro .row-tn .box-image {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .section-intro .row-tn .box-image {
          width: 100%; } }
      .section-intro .row-tn .box-image i {
        width: 100%;
        height: auto;
        object-fit: cover; }
    .section-intro .row-tn .box-video {
      width: 40%; }
      @media screen and (max-width: 991px) {
        .section-intro .row-tn .box-video {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .section-intro .row-tn .box-video {
          width: 100%; } }
      .section-intro .row-tn .box-video iframe {
        display: block;
        width: 100% !important;
        border-radius: 8px; }

.section-why {
  background: #ffffff;
  padding: 80px 0;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .section-why {
      padding: 40px 0;
      background: unset; } }
  .section-why .pattern-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 1024px) {
      .section-why .pattern-top {
        display: none; } }
  .section-why .pattern-bottom {
    position: absolute;
    bottom: 0;
    right: 2%;
    z-index: -1; }
    @media screen and (max-width: 1024px) {
      .section-why .pattern-bottom {
        display: none; } }
  .section-why .heading {
    text-align: center;
    margin-bottom: 40px; }
    .section-why .heading .box-heading h2 {
      font-size: 32px;
      line-height: 48px;
      color: #012f86;
      font-family: "Montserrat Bold"; }
      @media screen and (max-width: 767px) {
        .section-why .heading .box-heading h2 {
          font-size: 18px;
          line-height: 32px; } }
    .section-why .heading .box-content p {
      font-size: 16px;
      line-height: 25px;
      font-family: "Montserrat Regular";
      color: #313747; }
      .section-why .heading .box-content p strong {
        font-weight: 700; }
  .section-why .box-reason {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 70px; }
    @media screen and (max-width: 991px) {
      .section-why .box-reason {
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (max-width: 767px) {
      .section-why .box-reason {
        display: block; } }
    .section-why .box-reason .reason-item {
      display: flex !important;
      flex-direction: column; }
      @media screen and (max-width: 767px) {
        .section-why .box-reason .reason-item {
          height: 100%; } }
      .section-why .box-reason .reason-item .box-image {
        margin-bottom: 16px; }
      .section-why .box-reason .reason-item .box-content {
        flex: 1;
        padding-bottom: 24px;
        border-bottom: 2px solid rgba(129, 73, 30, 0.5); }
        .section-why .box-reason .reason-item .box-content h3 {
          font-size: 16px;
          line-height: 25px;
          font-family: "Montserrat Bold";
          color: #313747;
          margin-bottom: 8px; }
        .section-why .box-reason .reason-item .box-content p {
          font-size: 16px;
          line-height: 25px;
          color: #313747;
          font-family: "Montserrat Regular"; }
    .section-why .box-reason .slick-track {
      display: flex !important;
      /* Ép các slide thành flex container */ }
    .section-why .box-reason .slick-list {
      margin: 0 -10px;
      /* Ngược lại với margin slide */ }
    .section-why .box-reason .slick-slide {
      margin: 0 10px;
      /* Khoảng cách ngang giữa các slide */
      height: auto !important;
      /* Cho phép chiều cao auto */
      display: flex;
      /* Giúp item con căng đều */ }
  .section-why .reason-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px; }
    @media screen and (min-width: 768px) {
      .section-why .reason-nav {
        display: none; } }
    .section-why .reason-nav .slick-arrow {
      background: #fffaee;
      border: 2px solid #81491e;
      border-radius: 100px;
      cursor: pointer;
      width: 44px;
      height: 44px;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-why .reason-nav .slick-arrow:hover {
        background: #81491e;
        color: #fffaee; }
        .section-why .reason-nav .slick-arrow:hover i {
          color: #fffaee; }
      .section-why .reason-nav .slick-arrow i {
        color: #81491e; }

.section-service {
  padding: 80px 0;
  background: #fcc814; }
  @media screen and (max-width: 767px) {
    .section-service {
      padding: 40px 0; } }
  .section-service .wrap {
    max-width: 1300px; }
    @media screen and (max-width: 1300px) {
      .section-service .wrap {
        max-width: 100%;
        margin: 0 24px; } }
    @media screen and (max-width: 1024px) {
      .section-service .wrap {
        margin: 0; } }
    @media screen and (max-width: 767px) {
      .section-service .wrap {
        padding-right: 0; } }
  .section-service .box-heading {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 30px; }
    .section-service .box-heading h2 {
      font-size: 32px;
      line-height: 48px;
      color: #012f86;
      font-family: "Montserrat Bold";
      margin-bottom: 16px; }
      @media screen and (max-width: 767px) {
        .section-service .box-heading h2 {
          font-size: 18px;
          line-height: 32px; } }
    .section-service .box-heading p {
      font-size: 16px;
      line-height: 26px;
      color: #313747;
      font-family: "Montserrat Regular"; }
      .section-service .box-heading p strong {
        font-family: "Montserrat Bold"; }
  .section-service .list-service {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    justify-content: flex-start;
    padding-bottom: 30px;
    /* Chrome, Edge, and Safari */ }
    @media screen and (max-width: 767px) {
      .section-service .list-service {
        gap: 15px; } }
    .section-service .list-service * {
      scrollbar-width: auto;
      scrollbar-color: #cccccc; }
    .section-service .list-service::-webkit-scrollbar {
      height: 8px; }
    .section-service .list-service::-webkit-scrollbar-track {
      background: #f1f3f4;
      border-radius: 12px; }
    .section-service .list-service::-webkit-scrollbar-thumb {
      background-color: #81491e;
      border-radius: 12px; }
    .section-service .list-service .service-item {
      width: calc((100% - 160px) / 3);
      background: #ffffff;
      border-radius: 16px;
      padding: 20px;
      position: relative;
      z-index: 1;
      flex-shrink: 0;
      flex-grow: 0;
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 1024px) {
        .section-service .list-service .service-item {
          width: calc((100% - 140px) / 2); } }
      @media screen and (max-width: 991px) {
        .section-service .list-service .service-item {
          width: 60%; } }
      @media screen and (max-width: 767px) {
        .section-service .list-service .service-item {
          width: 80%;
          padding: 12px; } }
      .section-service .list-service .service-item .image-pattern {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1; }
      .section-service .list-service .service-item .box-image {
        margin-bottom: 24px; }
        .section-service .list-service .service-item .box-image a {
          display: block; }
        .section-service .list-service .service-item .box-image img {
          width: 100%;
          height: auto;
          object-fit: cover;
          border-radius: 8px; }
      .section-service .list-service .service-item .box-content {
        margin-bottom: 16px;
        font-family: "Montserrat Regular"; }
        .section-service .list-service .service-item .box-content h3 {
          font-size: 16px;
          line-height: 24px;
          color: #81491e;
          margin-bottom: 8px;
          font-family: "Montserrat Bold";
          min-height: 56px; }
          .section-service .list-service .service-item .box-content h3 a {
            display: block;
            color: #81491e; }
        .section-service .list-service .service-item .box-content p {
          font-size: 14px;
          line-height: 22px;
          color: #000000;
          margin-bottom: 10px;
          font-family: "Montserrat Regular"; }
        .section-service .list-service .service-item .box-content ul {
          padding-left: 15px;
          font-size: 14px;
          line-height: 22px;
          color: #000000;
          font-family: "Montserrat Regular"; }
          .section-service .list-service .service-item .box-content ul li {
            margin-bottom: 5px; }
      .section-service .list-service .service-item .box-button {
        display: flex;
        align-items: center;
        gap: 16px;
        padding-top: 16px;
        margin-top: auto;
        border-top: 1px solid rgba(172, 121, 43, 0.5); }
        .section-service .list-service .service-item .box-button .btn-booking {
          padding: 12px;
          background: #81491e;
          color: #ffffff;
          border-radius: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          font-family: "Montserrat Bold";
          height: 48px;
          flex: 1; }
          @media screen and (max-width: 1024px) {
            .section-service .list-service .service-item .box-button .btn-booking {
              font-size: 14px; } }
          .section-service .list-service .service-item .box-button .btn-booking img {
            margin-right: 15px; }
        .section-service .list-service .service-item .box-button .btn-readmore {
          width: 48px;
          height: 48px;
          border-radius: 50%;
          border: 2px solid #81491e;
          color: #81491e;
          font-family: "Montserrat Regular";
          display: flex;
          align-items: center;
          justify-content: center; }

.section-banner {
  padding: 80px 0 0;
  background: #fffaee; }
  @media screen and (max-width: 767px) {
    .section-banner {
      padding: 40px 0 0; } }
  .section-banner .banner-content a {
    display: block; }
    .section-banner .banner-content a img {
      width: 100%;
      height: auto;
      object-fit: cover; }

.section-faq {
  padding: 80px 0;
  background: #fffaee; }
  @media screen and (max-width: 767px) {
    .section-faq {
      padding: 40px 0; } }
  .section-faq .row-tn {
    display: flex; }
    @media screen and (max-width: 767px) {
      .section-faq .row-tn {
        display: block; } }
    .section-faq .row-tn .box-left {
      width: 40%; }
      @media screen and (max-width: 767px) {
        .section-faq .row-tn .box-left {
          display: none; } }
      .section-faq .row-tn .box-left .box-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 16px; }
    .section-faq .row-tn .box-right {
      width: 60%;
      padding-left: 60px; }
      @media screen and (max-width: 1024px) {
        .section-faq .row-tn .box-right {
          padding-left: 40px; } }
      @media screen and (max-width: 767px) {
        .section-faq .row-tn .box-right {
          width: 100%;
          padding-left: 0; } }
      .section-faq .row-tn .box-right .box-faq .box-heading {
        margin-bottom: 30px;
        font-family: "Montserrat Regular"; }
        .section-faq .row-tn .box-right .box-faq .box-heading h2 {
          font-size: 32px;
          line-height: 48px;
          color: #012f86;
          font-family: "Montserrat Bold"; }
          @media screen and (max-width: 767px) {
            .section-faq .row-tn .box-right .box-faq .box-heading h2 {
              font-size: 18px;
              line-height: 32px;
              text-align: center; } }
      .section-faq .row-tn .box-right .box-faq .list-faq .faq-item {
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid #81491e;
        position: relative; }
        .section-faq .row-tn .box-right .box-faq .list-faq .faq-item:last-child {
          padding-bottom: 0;
          margin-bottom: 0;
          border-bottom: none; }
        .section-faq .row-tn .box-right .box-faq .list-faq .faq-item .faq-question {
          cursor: pointer; }
          .section-faq .row-tn .box-right .box-faq .list-faq .faq-item .faq-question h3 {
            color: #81491e;
            margin-bottom: 0;
            font-size: 20px;
            font-family: "Montserrat SemiBold"; }
            @media screen and (max-width: 767px) {
              .section-faq .row-tn .box-right .box-faq .list-faq .faq-item .faq-question h3 {
                font-size: 18px;
                padding-right: 20px; } }
          .section-faq .row-tn .box-right .box-faq .list-faq .faq-item .faq-question .fa-plus {
            font-size: 24px;
            position: absolute;
            top: 0;
            right: 0;
            color: #81491e; }
            @media screen and (max-width: 767px) {
              .section-faq .row-tn .box-right .box-faq .list-faq .faq-item .faq-question .fa-plus {
                font-size: 18px; } }
          .section-faq .row-tn .box-right .box-faq .list-faq .faq-item .faq-question.active .fa-plus::before {
            content: "\f068"; }
        .section-faq .row-tn .box-right .box-faq .list-faq .faq-item .faq-answer {
          display: none;
          margin-top: 16px;
          font-size: 16px;
          line-height: 28px;
          color: #313747;
          font-family: "Montserrat SemiBold"; }
          .section-faq .row-tn .box-right .box-faq .list-faq .faq-item .faq-answer p {
            font-size: 16px;
            line-height: 28px;
            color: #313747;
            font-family: "Montserrat SemiBold"; }
            .section-faq .row-tn .box-right .box-faq .list-faq .faq-item .faq-answer p:last-child {
              margin-bottom: 0; }
      .section-faq .row-tn .box-right .box-faq .box-description {
        margin-top: 30px;
        font-size: 16px;
        line-height: 28px;
        color: #313747;
        font-family: "Montserrat SemiBold"; }
        .section-faq .row-tn .box-right .box-faq .box-description:last-child {
          margin-bottom: 0; }

.section-contact {
  position: relative;
  padding-bottom: 80px;
  background: #fffaee;
  /* Contact Form 7 specific styling */ }
  @media screen and (max-width: 767px) {
    .section-contact {
      background: #ffffff;
      padding-bottom: 0; } }
  .section-contact .image-pattern {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 1024px) {
      .section-contact .image-pattern {
        display: none; } }
  .section-contact .box-form {
    background: #ffffff;
    padding: 50px 32px;
    border-radius: 16px;
    max-width: 770px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 0px 32px 0px rgba(85, 72, 51, 0.16); }
    @media screen and (max-width: 767px) {
      .section-contact .box-form {
        margin: 0;
        box-shadow: unset; } }
    .section-contact .box-form .form-heading {
      text-align: center;
      margin-bottom: 30px; }
      .section-contact .box-form .form-heading h2 {
        font-size: 32px;
        line-height: 48px;
        color: #012f86;
        font-family: "Montserrat Bold"; }
        @media screen and (max-width: 767px) {
          .section-contact .box-form .form-heading h2 {
            font-size: 18px;
            line-height: 32px;
            text-align: center; } }
    .section-contact .box-form .two-column-form {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 50px; }
      @media screen and (max-width: 767px) {
        .section-contact .box-form .two-column-form {
          grid-template-columns: repeat(1, 1fr);
          gap: 30px; } }
      .section-contact .box-form .two-column-form .form-column .form-group {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column; }
        .section-contact .box-form .two-column-form .form-column .form-group br {
          display: none; }
        .section-contact .box-form .two-column-form .form-column .form-group label {
          font-size: 14px;
          color: #8d8d8d;
          margin-bottom: 8px;
          font-family: "Montserrat Medium"; }
        .section-contact .box-form .two-column-form .form-column .form-group .form-input,
        .section-contact .box-form .two-column-form .form-column .form-group .form-select,
        .section-contact .box-form .two-column-form .form-column .form-group .form-textarea {
          padding: 12px 16px;
          font-size: 14px;
          background: transparent;
          transition: all 0.3s ease;
          width: 100%;
          font-family: "Montserrat Regular";
          border-radius: unset;
          outline: none;
          border: none;
          border-bottom: 1px solid #81491e; }
        .section-contact .box-form .two-column-form .form-column .form-group .form-textarea {
          resize: vertical;
          min-height: 155px;
          font-family: inherit; }
        .section-contact .box-form .two-column-form .form-column .form-group .form-select {
          cursor: pointer;
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
          background-position: right 12px center;
          background-repeat: no-repeat;
          background-size: 16px;
          padding-right: 40px;
          appearance: none; }
        .section-contact .box-form .two-column-form .form-column .form-group .submit-btn,
        .section-contact .box-form .two-column-form .form-column .form-group .wpcf7-submit {
          background: #81491e !important;
          color: white;
          padding: 15px 40px;
          border: none;
          border-radius: 25px;
          font-size: 14px;
          font-weight: 600;
          cursor: pointer;
          transition: all 0.3s ease;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          width: 100%;
          box-shadow: 0 4px 15px rgba(139, 69, 19, 0.2);
          margin-bottom: 10px; }
          .section-contact .box-form .two-column-form .form-column .form-group .submit-btn::after,
          .section-contact .box-form .two-column-form .form-column .form-group .wpcf7-submit::after {
            display: none !important; }
        .section-contact .box-form .two-column-form .form-column .form-group .submit-btn:hover,
        .section-contact .box-form .two-column-form .form-column .form-group .wpcf7-submit:hover {
          transform: translateY(-2px);
          box-shadow: 0 6px 20px rgba(139, 69, 19, 0.3); }
        .section-contact .box-form .two-column-form .form-column .form-group .submit-btn:active,
        .section-contact .box-form .two-column-form .form-column .form-group .wpcf7-submit:active {
          transform: translateY(0); }
      .section-contact .box-form .two-column-form .form-column .submit-group {
        margin-top: 30px;
        margin-bottom: 0;
        text-align: center; }
    .section-contact .box-form .form-submit .form-group {
      margin-bottom: 20px;
      display: flex;
      flex-direction: column; }
      .section-contact .box-form .form-submit .form-group .submit-btn,
      .section-contact .box-form .form-submit .form-group .wpcf7-submit {
        background: #81491e !important;
        color: white;
        padding: 15px 40px;
        border: none;
        border-radius: 25px;
        font-size: 14px;
        font-family: "Montserrat SemiBold";
        cursor: pointer;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        width: 100%;
        box-shadow: 0 4px 15px rgba(139, 69, 19, 0.2);
        margin-bottom: 10px;
        max-width: 300px; }
        .section-contact .box-form .form-submit .form-group .submit-btn::after,
        .section-contact .box-form .form-submit .form-group .wpcf7-submit::after {
          display: none !important; }
      .section-contact .box-form .form-submit .form-group .submit-btn:hover,
      .section-contact .box-form .form-submit .form-group .wpcf7-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(139, 69, 19, 0.3); }
      .section-contact .box-form .form-submit .form-group .submit-btn:active,
      .section-contact .box-form .form-submit .form-group .wpcf7-submit:active {
        transform: translateY(0); }
    .section-contact .box-form .form-submit .submit-group {
      margin-bottom: 0;
      text-align: center; }
    .section-contact .box-form .form-wrap {
      margin-bottom: 15px; }
      .section-contact .box-form .form-wrap .form-input,
      .section-contact .box-form .form-wrap .form-select,
      .section-contact .box-form .form-wrap .form-textarea {
        padding: 12px 16px;
        font-size: 14px;
        background: transparent;
        transition: all 0.3s ease;
        width: 100%;
        font-family: "Montserrat Regular";
        border-radius: unset;
        outline: none;
        border: none;
        border-bottom: 1px solid #81491e; }
  .section-contact .wpcf7-form-control-wrap {
    position: relative;
    width: 100%; }
  .section-contact .wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 5px;
    font-weight: normal; }
  .section-contact .wpcf7-validation-errors,
  .section-contact .wpcf7-acceptance-missing {
    border: 1px solid #e74c3c;
    background: #fdf2f2;
    color: #e74c3c;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
    font-size: 14px; }
  .section-contact .wpcf7-mail-sent-ok {
    border: 1px solid #27ae60;
    background: #f0fff4;
    color: #27ae60;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
    font-size: 14px; }
  .section-contact .wpcf7-spinner {
    background: #81491e; }

/*# sourceMappingURL=service.css.map */
