.section-breadcrumb {
  position: relative;
  background-image: url(//cdn.hstatic.net/themes/200001084062/1001421521/14/banner_header_contact.jpg?v=18);
  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-shop {
    background: transparent;
    border: none;
    position: relative; }
    .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
      display: flex;
      justify-content: center;
      color: #fff;
      font-size: 15px;
      letter-spacing: 2px;
      padding: 0;
      gap: 15px 25px; }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows span {
        font-weight: 600; }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows a {
        color: #fff; }
        .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows a:hover {
          color: var(--shop-color-main); }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows > li {
        position: relative; }
        .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows > li + li:before {
          content: '';
          position: absolute;
          top: 3px;
          left: -20px;
          width: 14px;
          height: 14px;
          margin: 0;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' x='0' y='0' fill='%23fff' viewBox='0 0 128 128'%3E%3Cg%3E%3Cpath d='m64 88c-1.023 0-2.047-.391-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0l37.172 37.172 37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40c-.781.781-1.805 1.172-2.828 1.172z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          transform: rotate(-90deg); }
        .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows > li.active {
          color: #fff; }
  .section-breadcrumb .breadcrumb-content {
    position: relative;
    color: #fff; }
    .section-breadcrumb .breadcrumb-content h1 {
      font-size: 80px;
      margin: 0; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-breadcrumb {
      padding: 80px 0; }
      .section-breadcrumb .breadcrumb-content h1 {
        font-size: 50px; } }
  @media (max-width: 991px) {
    .section-breadcrumb {
      padding: 60px 0; }
      .section-breadcrumb .breadcrumb-content h1 {
        font-size: 40px; } }
  @media (max-width: 767px) {
    .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
      font-size: 12px; }
    .section-breadcrumb .breadcrumb-content h1 {
      font-size: 28px; } }

.wrapbox-content-contact {
  max-width: 1170px;
  margin: 0 auto; }
  .wrapbox-content-contact .widthContent {
    background: rgba(33, 37, 41, 0.05);
    margin: 0; }
  .wrapbox-content-contact .box-info-contact .title {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 30px;
    margin-bottom: 35px; }
    .wrapbox-content-contact .box-info-contact .title:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 75px;
      height: 1px;
      background: var(--shop-color-main); }
  .wrapbox-content-contact .box-info-contact .desc, .wrapbox-content-contact .box-info-contact .address {
    color: rgba(33, 37, 41, 0.6); }
  .wrapbox-content-contact .box-info-contact .phone, .wrapbox-content-contact .box-info-contact .email {
    margin-top: 30px; }
    .wrapbox-content-contact .box-info-contact .phone a, .wrapbox-content-contact .box-info-contact .email a {
      position: relative;
      font-size: 36px;
      font-weight: 600;
      /*&:before{
				content: "";
				position: absolute;
				bottom: 0;
				right: 0;
				border-bottom: 1px solid;
				transition: width .4s linear 0s;
				width: 100%;
			}
				&:hover{
				&:before{
				width: 0;
			}
			}*/ }
  .wrapbox-content-contact .box-info-contact .email a:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid;
    transition: width .4s linear 0s;
    width: 100%; }
  .wrapbox-content-contact .box-info-contact .email a:hover:before {
    width: 0; }
  .wrapbox-content-contact .box-info-contact .contact-social {
    margin-top: 30px; }
  .wrapbox-content-contact .wrapbox-content-right {
    padding: 0; }
  .wrapbox-content-contact .list-social {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 20px; }
    .wrapbox-content-contact .list-social i, .wrapbox-content-contact .list-social svg {
      width: 36px;
      height: 36px;
      line-height: 34px;
      font-size: 19px;
      text-align: center;
      border: 1px solid;
      border-radius: 50%;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .wrapbox-content-contact .list-social .social-svg svg {
      padding: 6px;
      fill: currentColor; }
  .wrapbox-content-contact .form-contact {
    padding: 60px 0 40px; }
    .wrapbox-content-contact .form-contact .input-group label {
      font-weight: 600; }
      .wrapbox-content-contact .form-contact .input-group label span {
        color: red; }
  @media (min-width: 992px) {
    .wrapbox-content-contact .box-info-contact {
      padding: 50px; } }
  @media (max-width: 767px) {
    .wrapbox-content-contact .box-info-contact .title {
      padding-bottom: 15px;
      margin-bottom: 20px; }
    .wrapbox-content-contact .box-info-contact .phone, .wrapbox-content-contact .box-info-contact .email {
      margin-top: 20px; }
      .wrapbox-content-contact .box-info-contact .phone a, .wrapbox-content-contact .box-info-contact .email a {
        font-size: 24px; }
    .wrapbox-content-contact .form-contact {
      padding: 20px 0 0; } }

.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%; }

.wrapper-bodycontact .wrapbox-content-left {
  padding-right: 0; }

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

.box-info-contact,
.box-send-contact {
  padding: 15px;
  border-radius: 3px; }

.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 #ddd;
  text-align: center;
  font-size: 15px; }

.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 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: 4px;
  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: 992px) {
  .box-map-contact {
    height: 100%;
    border-radius: 4px;
    overflow: hidden; }
  .box-map-contact iframe {
    top: 30px;
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; } }

@media (max-width: 991px) {
  .wrapper-bodycontact .wrapbox-content-left {
    padding-right: 15px;
    margin-top: 15px; }
  .box-map-contact iframe {
    height: 50vh; } }

@media (max-width: 767px) {
  .wrapbox-content-right {
    padding: 0; } }
