/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body p{
  
 
      font-weight: 400 !important;
    }
html,
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Helvetica, Arial, sans-serif;
}
.newsletter-description.mb-23 {
    color: #fff;
}
p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
}
input#NewsletterForm--template--19639856005351__image_with_text_overlay_3THq3g {
    padding-left: 10px;
}
.newsletter-form__button_container.flex.border-bg.middle-center button {
    margin: 0px;
}
button#Subscribe-template--19639856005351__image_with_text_overlay_3THq3g {
    margin: 0px;
}
@media only screen and (max-width: 48em) {
  .article-sidebar.flex-shrink-0 {
    padding-top: 0px !important;
}
/*************** ADD MOBILE ONLY CSS HERE  ***************/
  a.button.primary.bt-den {
      padding-bottom: 0px !important;
      margin-bottom: 0px !important;
  }
  .section-2 .row > .col:nth-child(2n) {
      margin-top: 0px !important;
  }

}


.btn-reset.customer-service-toggle {
    display: flex;
    align-items: center;
}

i.icon-search {
    color: #333;
}

i.icon-user {
    color: #333;
}

i.icon-shopping-cart {
    color: #333;
}

li.html.custom.html_topbar_left div {
    font-size: 14px;
}

div#top-bar {
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.nav-size-large>li>a {
    font-size: 1em;
    font-weight: 600;
    /* font-size: 16px !important; */
}

.header-nav.header-nav-main {
    flex-wrap: nowrap !important;
}

.header-nav.header-nav-main > li {
    white-space: nowrap;
}

a.bt-white {
    color: #333 !important;
    box-shadow: none !important;
}

.custom-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 6px 14px;
    border-radius: 30px;

    background: #d0473e;
    color: #fff;

    font-size: 13px;
    font-weight: 600;
    line-height: 1;

    white-space: nowrap;
}

.section-1.banner h2 {
    line-height: 1.3;
}

.section-2 .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.section-2 .row > .col:nth-child(2n) {
    margin-top: -10px;
}
.section-2 .row > .col {
    flex: 0 0 calc(20% - 20px);
    max-width: calc(20% - 20px);
    padding: 0;
    margin: 0;
}

.section-2 .col-inner {
    text-align: center;
}

.section-2 .box-image img {
    width: 100%;
    display: block;
}

.section-2 .box-text p {
    margin: 20px 0 0;
    
    font-weight: 700;
    text-align: center;
}

/* Tablet */
@media (max-width: 849px) {
    .section-2 .row > .col {
        flex: 0 0 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
    }
}

/* Mobile */
@media (max-width: 549px) {
    .section-2 .row > .col {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

  
}

@media (max-width: 549px) {
    .s2-scroll-mobile .section-content {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding-left: 15px;
        padding-right: 15px;
    }

    .s2-scroll-mobile .section-content::-webkit-scrollbar {
        display: none;
    }

    .s2-scroll-mobile .section-content {
        scrollbar-width: none;
    }

    .s2-scroll-mobile .row {
        width: max-content;
        max-width: none;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 20px;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 8px;
    }

    .s2-scroll-mobile .row > .col {
        flex: 0 0 clamp(165px, 42vw, 225px);
        width: clamp(165px, 42vw, 225px);
        max-width: clamp(165px, 42vw, 225px);
        padding: 0;
        margin: 0 !important;
    }

    .s2-scroll-mobile .box-image img {
        width: 100%;
        height: auto;
        display: block;
    }
}

@media (max-width: 549px) {
    .uudiem .section-content {
        overflow: visible;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .uudiem .row {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: flex-start !important;
        position: relative;
        left: 50%;
        width: 100vw;
        max-width: 100vw;
        transform: translateX(-50%);
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 20px;
        gap: 16px;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box;
        scrollbar-width: none;
    }

    .uudiem .row::-webkit-scrollbar {
        display: none;
    }

    .uudiem .row > .col {
        flex: 0 0 calc(100vw - 40px);
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        padding: 0;
        margin: 0 !important;
        scroll-snap-align: start;
    }

    .uudiem .col-inner {
        height: 100%;
    }

    .uudiem .uudiem-dots {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-top: 18px;
    }

    .uudiem .uudiem-dot {
        display: block;
        flex: 0 0 7px;
        width: 7px !important;
        max-width: 7px;
        height: 7px !important;
        min-width: 7px;
        min-height: 0;
        aspect-ratio: 1 / 1;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 50%;
        background: #b8b8b8;
        box-shadow: none !important;
        cursor: pointer;
        line-height: 0;
        appearance: none;
        -webkit-appearance: none;
    }

    .uudiem .uudiem-dot.active {
        background: #111111;
    }
}

.uudiem .uudiem-dots {
    display: none;
}
.bt-den {
    background: #000;
}

.text.mb-0 p {
    /* padding-bottom: 0px !important; */
    margin-bottom: 0px !important;
}

.tk-blog-showcase {
  width: 100%;
}

.tk-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.tk-blog-layout {
  display: flex;
  align-items: center;
  gap: 70px;
}

.tk-blog-media-col {
  width: 50%;
}

.tk-blog-content-col {
  width: calc(50% - 35px);
}

.tk-blog-image-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.3 / 1;
  border-radius: 10px;
}

.tk-blog-main-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.tk-blog-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tk-blog-title {
  margin: 0 0 15px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

.tk-blog-desc {
  font-size: 16px;
  line-height: 1.6;
}

.tk-blog-desc p {
  margin: 0;
}

.tk-blog-action-wrap {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}

.tk-blog-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 7px 12px;
  text-decoration: none;
  color: inherit;
}

.tk-blog-thumb {
  position: relative;
  width: 120px;
  height: 60px;
  min-width: 60px;
  margin-right: 15px;
  border-radius: 50px;
  overflow: hidden;
}

.tk-blog-thumb-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 30px;
}

.tk-blog-link-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 25rem;
  font-weight: 700;
}

.tk-blog-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .3s ease;
}

.tk-blog-action-wrap a:hover {
  transition: all .3s ease;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 0 1px #005b99;
}

.tk-blog-action-wrap a:hover .tk-blog-icon {
  transform: translateX(4px);
}

@media (max-width: 767px) {
  .tk-blog-layout {
    flex-direction: column;
    gap: 30px;
  }

  .tk-blog-media-col,
  .tk-blog-content-col {
    width: 100%;
  }

  .tk-blog-title {
    font-size: 30px;
  }

  .tk-blog-bg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}


    :root {
      --hh-lang-primary: #111827;
      --hh-lang-primary-dark: #000000;
      --hh-lang-white: #ffffff;
      --hh-lang-heading: #111827;
      --hh-lang-text: #4b5563;
      --hh-lang-border: #e5e7eb;
      --hh-lang-bg: #f5f5f5;
      --hh-lang-light: #f8f9fa;
      --hh-lang-speed: 60s;
      --hh-lang-gap: 10px;
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      background: #ffffff;
      color: var(--hh-lang-text);
      font-weight: 400;
    }

    .hh-lang-section {
      padding: 60px 0;
      background: var(--hh-lang-bg);
      overflow: hidden;
    }

    .hh-lang-container {
      width: min(1200px, calc(100% - 32px));
      margin: 0 auto;
    }

    .hh-lang-header {
      text-align: center;
      margin-bottom: 33px;
    }

    .hh-lang-title {
      margin: 0;
      padding-top: 20px;
      color: var(--hh-lang-heading);
      font-size: clamp(28px, 4vw, 48px);
      line-height: 1.15;
      font-weight: 700;
      letter-spacing: -0.02em;
    }

    .hh-lang-scrolling-container {
      overflow: hidden;
      width: 100%;
      position: relative;
      margin-bottom: 4rem;
    }

    .hh-lang-row {
      display: flex;
      gap: var(--hh-lang-gap);
      align-items: center;
      margin-bottom: var(--hh-lang-gap);
      width: 100%;
      overflow: hidden;
    }

    .hh-lang-row:last-child {
      margin-bottom: 0;
    }

    .hh-lang-marquee {
      display: flex;
      gap: var(--hh-lang-gap);
      align-items: center;
      animation: hhLangScrollLeft var(--hh-lang-speed) infinite linear;
      white-space: nowrap;
      flex-shrink: 0;
    }

    .hh-lang-marquee.hh-lang-scroll-right {
      animation-name: hhLangScrollRight;
    }

    .hh-lang-scrolling-container:hover .hh-lang-marquee {
      animation-play-state: paused;
    }

    .hh-lang-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 1.5rem;
      border-radius: 8px;
      background-color: var(--hh-lang-white);
      border: 1px solid var(--hh-lang-border);
      transition: all 0.3s ease;
      min-width: 140px;
      max-width: 180px;
      flex-shrink: 0;
    }

    .hh-lang-item:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transform: translateY(-2px);
    }

    .hh-lang-flag {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      overflow: hidden;
      margin-bottom: 1rem;
      border: 2px solid var(--hh-lang-border);
      background: #f3f4f6;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hh-lang-flag svg {
      width: 100%;
      height: 100%;
      display: block;
    }

    .hh-lang-name {
      font-weight: 600;
      color: var(--hh-lang-heading);
      margin: 0;
      font-size: 1.3rem;
      white-space: nowrap;
    }

    .hh-lang-action {
      text-align: center;
    }

    button.hh-lang-popup-btn {
      margin-bottom: 0px;
      padding-top: 5px;
      padding-bottom: 5px;
  }

    .hh-lang-popup-btn {
      background-color: #005b99;
    color: #FFF;
    border: none;
    
    border-radius: 99px;
    
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    
    }

    .hh-lang-popup-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      background-color: var(--hh-lang-primary-dark);
      color: #ffffff;
    }

    .hh-lang-popup-icon {
      transition: transform 0.3s ease;
      line-height: 1;
    }

    .hh-lang-popup-btn:hover .hh-lang-popup-icon {
      transform: scale(1.1);
    }

    .hh-lang-modal {
      position: fixed;
      inset: 0;
      z-index: 99999;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 24px;
      background: rgba(0, 0, 0, 0.55);
    }

    .hh-lang-modal.hh-lang-open {
      display: flex;
    }

    .hh-lang-modal-box {
      position: relative;
      width: min(1200px, 100%);
      max-height: 88vh;
      background: #ffffff;
      border-radius: 14px;
      padding: 28px;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    }

    .hh-lang-modal-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    
    }

    .hh-lang-modal-title {
      margin: 0;
      font-size: 18px;
      color: var(--hh-lang-heading);
      line-height: 1.2;
    }

    .hh-lang-close {
      width: 42px;
      height: 42px;
      background: transparent !important;
      border: none !important;
      cursor: pointer;
      font-size: 26px;
      line-height: 1;
      color: #111827;
      padding: 0px;
      margin: 0px;
    }


    .hh-lang-table-wrap {
      min-height: 45rem;
      max-height: 65vh;
      overflow-y: auto;
      padding: 0 0 1rem;
    }

    .hh-lang-search-wrap {
      position: relative;
      margin-bottom: 2rem;
    }

    .hh-lang-search {
      width: 100%;
      padding: 1.2rem 4rem 1.2rem 1.5rem;
      border: 1px solid var(--hh-lang-border);
      border-radius: 8px;
      font-size: 1.4rem;
      background-color: var(--hh-lang-white);
      transition: border-color 0.3s ease;
    }

    .hh-lang-search:focus {
      outline: none;
      border-color: var(--hh-lang-primary);
    }

    .hh-lang-search-icon {
      position: absolute;
      right: 1.5rem;
      top: 42%;
      transform: translateY(-50%);
      color: var(--hh-lang-text);
      pointer-events: none;
    }

    .hh-lang-table {
      width: 100%;
      border-collapse: collapse;
      background-color: var(--hh-lang-white);
      border-radius: 8px;
      overflow: hidden;
    }

    .hh-lang-table th {
      background-color: #f8f9fa;
      padding: 1.2rem;
      text-align: center;
      font-weight: 600;
      color: var(--hh-lang-heading);
      border-bottom: 2px solid var(--hh-lang-border);
      font-size: 15px;
      position: sticky;
      top: 0;
      z-index: 2;
    }

    .hh-lang-table th:first-child {
      text-align: left;
    }

    .hh-lang-table td {
      padding: 1rem 1.2rem;
      border-bottom: 1px solid var(--hh-lang-border);
      vertical-align: middle;
      font-size: 1.2rem;
      text-align: center;
    }

    .hh-lang-table tr:hover {
      background-color: #f8f9fa;
    }

    .hh-lang-name-cell {
      display: flex;
      align-items: center;
      gap: 1rem;
      font-weight: 500;
      text-align: left;
    }

    .hh-lang-table-flag {
      width: 24px;
      height: 16px;
      border-radius: 2px;
      overflow: hidden;
      display: inline-flex;
      flex: 0 0 24px;
      border: 1px solid var(--hh-lang-border);
    }

    .hh-lang-table-flag svg {
      width: 100%;
      height: 100%;
      display: block;
    }

    .hh-lang-check {
      color: #28a745;
      font-size: 1.4rem;
      font-weight: 700;
    }

    .hh-lang-cross {
      color: #dc3545;
      font-size: 1.4rem;
      font-weight: 700;
    }

    .hh-lang-accent-count {
      background-color: var(--hh-lang-primary);
      color: var(--hh-lang-white);
      padding: 0.3rem 0.8rem;
      border-radius: 12px;
      font-size: 1.1rem;
      font-weight: 500;
      display: inline-block;
      position: relative;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .hh-lang-accent-count:hover {
      background-color: var(--hh-lang-primary-dark);
      transform: scale(1.05);
    }

    .hh-lang-tooltip {
      position: absolute;
      bottom: calc(100% + 0.8rem);
      left: 50%;
      transform: translateX(-50%);
      background-color: #333333;
      color: #ffffff;
      padding: 0.8rem 1.2rem;
      border-radius: 6px;
      font-size: 1.1rem;
      font-weight: 400;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      z-index: 10000;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
      min-width: 200px;
      max-width: 300px;
      white-space: normal;
      text-align: center;
      line-height: 1.4;
      word-wrap: break-word;
      pointer-events: none;
    }

    .hh-lang-tooltip::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      border: 6px solid transparent;
      border-top-color: #333333;
      margin-top: -1px;
    }

    .hh-lang-accent-count:hover .hh-lang-tooltip {
      opacity: 1;
      visibility: visible;
    }

    .hh-lang-no-result {
      text-align: center;
      padding: 3rem;
      color: var(--hh-lang-text);
      font-style: italic;
    }

    @keyframes hhLangScrollLeft {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-100%);
      }
    }

    @keyframes hhLangScrollRight {
      0% {
        transform: translateX(-100%);
      }

      100% {
        transform: translateX(0);
      }
    }

    @media screen and (max-width: 768px) {
      .hh-lang-section {
        padding: 40px 0;
      }

      .hh-lang-item {
        min-width: 100px;
        padding: 1rem;
      }

      .hh-lang-flag {
        width: 36px;
        height: 36px;
      }

      .hh-lang-name {
        font-size: 1.1rem;
      }

      .hh-lang-popup-btn {
        padding: 1.2rem 2rem;
        font-size: 11px;
      }

      .hh-lang-modal {
        padding: 12px;
      }

      .hh-lang-modal-box {
        padding: 18px;
      }

      .hh-lang-table {
        min-width: 760px;
      }

      .hh-lang-table-wrap {
        overflow-x: auto;
        min-height: 30rem;
      }

      .hh-lang-tooltip {
        min-width: 150px;
        max-width: 200px;
        font-size: 1rem;
        padding: 0.6rem 1rem;
      }
    }


  .hh-testimonial-section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
  }

  .hh-testimonial-slider {
    width: min(1080px, calc(100% - 220px));
    margin: 0 auto;
    overflow: hidden !important;
    padding: 0;
  }

  .hh-testimonial-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 105px;
  }

  .hh-testimonial-content {
    max-width: 1080px;
    margin: 0 auto;
  }

  .hh-testimonial-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    color: #1d1d1d;
  }

  .hh-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background: #fff;
    color: #111;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    padding: 0;
  }

  .hh-prev {
    left: clamp(56px, 7vw, 120px);
  }

  .hh-next {
    right: clamp(56px, 7vw, 120px);
  }

  .hh-slider-arrow svg {
    width: 8px;
    height: 14px;
    display: block;
  }

  .hh-slider-arrow:hover {
    background: #f7f7f7;
    border-color: #d6d6d6;
  }

  .hh-slider-arrow.swiper-button-disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }

  .hh-author-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
  }

  .hh-author-logo-item {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.25s ease;
    border: 2px solid transparent;
  }

  .hh-author-logo-item.active {
    opacity: 1;
   
  }

  .hh-author-logo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
  }

  @media (max-width: 767px) {
    .hh-testimonial-slider {
      width: calc(100% - 96px);
    }

    .hh-testimonial-slide {
      min-height: 120px;
    }

    .hh-testimonial-text {
      font-size: 18px;
      line-height: 1.5;
    }

    .hh-slider-arrow {
      width: 38px;
      height: 38px;
    }

    .hh-prev {
      left: 8px;
    }

    .hh-next {
      right: 8px;
    }

    .hh-author-logo-item {
      width: 64px;
      height: 64px;
    }
  }


  /* Desktop */
.footer-hung .row {
    display: flex;
    flex-wrap: wrap;
}

.footer-hung .row > .col:nth-child(1) {
    flex: 0 0 40%;
    max-width: 40%;
}

.footer-hung .row > .col:nth-child(n+2) {
    flex: 0 0 12%;
    max-width: 12%;
}
.mobile-0 p{
      margin-bottom: 0px;
    }
/* Mobile */
@media (max-width: 849px) {
    
    .mobile-0 p{
      margin-bottom: 0px;
    }
    .footer-hung .row > .col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.hh-cf7-email-box {
  width: 340px;
  height: 54px;
  display: flex;
  align-items: stretch;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.hh-cf7-email-box p {
  margin: 0;
  display: flex;
  width: 100%;
}

.hh-cf7-email-box .wpcf7-form-control-wrap {
  flex: 1;
}

.hh-cf7-email {
  width: 100%;
  height: 54px;
  border: none !important;
  box-shadow: none !important;
  padding: 0 25px;
  font-size: 20px;
  color: #777;
  background: #fff;
}
/* Căn giữa menu trong vùng của nó */
.header-main .flex-left.flex-grow{
    display: flex;
    justify-content: center;
}
.r-copy p {
    text-align: center !important;
    margin-bottom: 15px;
}
.header-main .flex-left.flex-grow > .header-nav{
    justify-content: center;
}
.hh-cf7-email::placeholder {
  color: #888;
}
.absolute-footer {
    display: none;
}
.r-copy p {
    /* padding-bottom: 0px !important; */
    margin-bottom: 0px;
}
.hh-cf7-email-submit {
  width: 88px;
  height: 54px;
  border: none;
  background: #eaeaea;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hh-cf7-email-submit:hover {
  background: #eaeaea;
}
ul.hh-social-list li {
    margin-left: 0px;
}
#footer button.hh-cf7-email-submit {
    padding: 0px;
    margin: 0px;
}

#footer  input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.hh-cf7-email {
    margin: 0px !important;
    height: 54px;
}

#footer  form.wpcf7-form.init {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.hh-cf7-form {
    width: 100%;
}

.hh-cf7-row {
    display: flex;
    gap: 22px;
    
}

.hh-cf7-col {
    width: 50%;
}

.hh-cf7-form input[type="text"],
.hh-cf7-form input[type="email"],
.hh-cf7-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 28px;
    padding: 0 23px;
    font-size: 15px;
    color: #666;
    background: #fff;
    box-shadow: none;
    outline: none;
}

.hh-cf7-form input[type="text"],
.hh-cf7-form input[type="email"] {
    height: 50px;
}

.hh-cf7-form textarea {
    height: 168px;
    padding-top: 24px;
    resize: none;
}

.hh-cf7-form input::placeholder,
.hh-cf7-form textarea::placeholder {
    color: #6f7782;
    opacity: 1;
}

.hh-cf7-policy {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
}

.hh-cf7-policy .wpcf7-list-item {
    margin: 0;
}

.hh-cf7-policy input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
}

.hh-cf7-policy a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

.hh-cf7-submit input[type="submit"] {
    min-width: 126px;
    height: 56px;
    border: none;
    border-radius: 30px;
    background: #777;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    padding: 0 38px;
}

.hh-cf7-submit input[type="submit"]:hover {
    background: #555;
}

@media (max-width: 768px) {
    .hh-cf7-row {
        flex-direction: column;
        gap: 18px;
        
    }

    .hh-cf7-col {
        width: 100%;
    }

    .hh-cf7-policy {
        align-items: flex-start;
        font-size: 15px;
    }
}

.margin-0 p {
    margin-top: 0px !important;
    margin-bottom: 0px;
}

.sub-form .wpcf7-email{
    width:100% !important;
    height:66px !important;
    padding:0 20px !important;
    border:1px solid #999 !important;
    border-radius:4px !important;
    font-size:18px !important;
    color:#333 !important;
    outline:none !important;
    margin:0 !important;
    box-sizing:border-box !important;
}

.sub-form .wpcf7-email::placeholder{
    color:#777 !important;
}

.sub-form .wpcf7-submit{
    height:66px !important;
    padding:0 22px !important;
    border:none !important;
    border-radius:6px !important;
    background:#1f35ad !important;
    color:#fff !important;
    font-size:18px !important;
    font-weight:700 !important;
    cursor:pointer !important;
    white-space:nowrap !important;
    margin:0 !important;
    line-height:66px !important;
}

.sub-form .wpcf7-submit:hover{
    background:#16298f !important;
}

.sub-form{
    display:flex !important;
    align-items:center !important;
    gap:20px !important;
    max-width:460px !important;
}

.sub-form .wpcf7-form-control-wrap{
    flex:1 !important;
    display:block !important;
}

@media (max-width:480px){

    .sub-form{
        gap:10px !important;
        max-width:100% !important;
    }

    .sub-form .wpcf7-email{
        height:54px !important;
        font-size:18px !important;
        padding:0 14px !important;
    }

    .sub-form .wpcf7-submit{
        height:54px !important;
        font-size:18px !important;
        line-height:54px !important;
        padding:0 16px !important;
    }
}