.heading-title {
  position: relative;
  z-index: 1; }
  .heading-title .title1 {
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--shop-color-main);
    font-weight: 600;
    margin-bottom: 15px; }
  .heading-title .title2 {
    font-size: 42px;
    margin-bottom: 25px; }
  .heading-title .desc {
    margin-bottom: 40px;
    color: rgba(37, 42, 43, 0.6); }
  @media (max-width: 991px) {
    .heading-title .title2 {
      font-size: 30px; }
    .heading-title .desc {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .heading-title .title1 {
      font-size: 12px;
      margin-bottom: 15px; }
    .heading-title .title2 {
      font-size: 22px;
      margin-bottom: 20px; }
    .heading-title .desc {
      margin-bottom: 25px; } }

.breadcrumb-shop {
  background: transparent;
  border: none;
  position: relative; }
  .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
    display: flex;
    justify-content: start;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px; }
    .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows span {
      font-weight: 600; }
    .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows a {
      color: #fff; }
      .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows a:hover {
        color: var(--shop-color-main); }
    .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows > li + li:before {
      color: #fff;
      margin-left: 10px; }
  @media (max-width: 767px) {
    .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
      font-size: 12px; } }

.section-breadcrumb {
  position: relative;
  background-image: url(//theme.hstatic.net/200000985413/1001349747/14/header_banner_contact.jpg?v=1328);
  background-size: cover;
  background-position: center;
  padding: 150px 0; }
  .section-breadcrumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  .section-breadcrumb .breadcrumb-content {
    position: relative;
    color: #fff; }
    .section-breadcrumb .breadcrumb-content h1 {
      font-size: 60px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-breadcrumb {
      padding: 80px 0; }
      .section-breadcrumb .breadcrumb-content h1 {
        font-size: 40px; } }
  @media (max-width: 991px) {
    .section-breadcrumb {
      padding: 60px 0; }
      .section-breadcrumb .breadcrumb-content h1 {
        font-size: 30px; } }
  @media (max-width: 767px) {
    .section-breadcrumb .breadcrumb-content h1 {
      font-size: 24px;
      margin-bottom: 0; } }

.wrapper-bodycontact {
  background: rgba(225, 25, 92, 0.1); }

.content-contact {
  max-width: 1340px;
  padding: 60px 0; }
  .content-contact .widthContent {
    margin: 0; }

.sitebox-recaptcha {
  color: #fff; }

.heading-pageDetail h1 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px; }

.wrapper-pageDetail {
  background: #fff;
  padding: 10px 15px;
  height: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); }

.content-pageDetail {
  margin-bottom: 40px; }

.content-pageDetail * {
  max-width: 100%; }

.layout-pageContact .breadcrumb-shop {
  margin-bottom: 0; }

.box-send-contact {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  overflow: hidden; }
  .box-send-contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(//theme.hstatic.net/200000985413/1001349747/14/form_bg_contact.jpg?v=1328);
    background-size: cover;
    background-position: center; }
  .box-send-contact h2 {
    position: relative;
    color: #fff; }
  .box-send-contact .cta-submitform {
    width: 100%; }
    .box-send-contact .cta-submitform:before {
      background-color: var(--shop-color-main); }

.box-info-contact {
  margin-bottom: 15px; }

.box-info-contact li {
  margin-bottom: 10px; }

.box-info-contact li > span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  float: left;
  border: 1px solid var(--shop-color-main);
  text-align: center;
  font-size: 15px; }
  .box-info-contact li > span i {
    color: var(--shop-color-main); }

.box-info-contact li p {
  width: calc(100% - 35px);
  float: left;
  padding-left: 15px;
  margin-bottom: 5px;
  color: #696969;
  font-weight: 500; }

.box-info-contact li p a {
  color: #696969; }

.box-info-contact li p strong {
  color: #000;
  margin-bottom: 5px; }

.wrapbox-contact {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.wrapbox-contact .infoList-contact {
  width: 50%; }

.box-send-contact h2,
.box-info-contact h2 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px; }

.box-send-contact p {
  margin-bottom: 15px; }

.contact-form .input-group {
  width: 100%;
  margin-bottom: 20px; }

.contact-form .input-group input,
.contact-form .input-group textarea {
  color: #5c5c5c;
  height: 45px;
  width: 100%;
  font-weight: 500;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid var(--shop-color-border);
  border-radius: 20px;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.contact-form .input-group textarea {
  width: 100%;
  height: 130px;
  padding: 20px; }

.contact-form .input-group textarea:focus {
  outline: none; }

@media (min-width: 1200px) {
  .wrapper-bodycontact .wrapbox-content-left {
    padding-right: 80px; }
  .box-map-contact {
    height: 100%;
    border-radius: 4px;
    overflow: hidden; }
  .box-map-contact iframe {
    top: 30px;
    height: 360px;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; } }

@media (max-width: 991px) {
  .wrapbox-contact {
    flex-direction: column;
    -ms-flex-direction: column; }
  .wrapbox-contact .infoList-contact {
    width: 100%; }
  .wrapper-bodycontact .wrapbox-content-left {
    padding-right: 15px;
    margin-top: 15px; }
  .box-map-contact iframe {
    height: 250px; } }

@media (max-width: 767px) {
  .content-contact {
    padding: 40px 0; }
  .box-send-contact {
    padding: 25px 15px; }
    .box-send-contact h2 {
      font-size: 18px;
      text-align: center; }
  .contact-form .input-group {
    margin-bottom: 10px; }
    .contact-form .input-group input, .contact-form .input-group textarea {
      font-size: 14px; } }

.box-send-contact h2 {
  position: relative;
  color: #000; }
