.bannertop-contact img {
  width: 100%; }

.home-section {
  padding: 64px 0; }
  .home-section .container {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    flex-direction: column; }
  .home-section .sectionHeading {
    display: flex;
    max-width: 462px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 0 auto; }
    .home-section .sectionHeading h2 {
      margin: 0;
      color: #333;
      text-align: center;
      font-size: 32px;
      font-weight: 600;
      letter-spacing: -0.7px; }
  .home-section .sectionContent {
    width: 100%; }
  @media (max-width: 991.98px) {
    .home-section {
      padding: 32px 0; }
      .home-section .container {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        flex-direction: column; }
      .home-section .sectionHeading h2 {
        font-size: 24px; }
      .home-section .sectionHeading .desc {
        font-size: 14px; } }

.section-home-store {
  position: relative;
  background: #fff;
  background-size: cover;
  background-position: center; }
  .section-home-store .container {
    position: relative;
    z-index: 9; }
  .section-home-store .stores-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .section-home-store .stores-lists .stores-item {
      flex: 0 0 calc(33.3333% - 10.666667px);
      max-width: calc(33.3333% - 10.666667px);
      position: relative; }
      .section-home-store .stores-lists .stores-item .content-stores {
        position: absolute;
        inset: 0;
        padding: 24px;
        z-index: 11;
        transition: all 0.5s ease;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        color: #fff; }
        .section-home-store .stores-lists .stores-item .content-stores .title {
          color: #fff;
          font-size: 20px;
          font-weight: 600;
          letter-spacing: -0.2px;
          margin: 0;
          transition: all 0.5s ease; }
        .section-home-store .stores-lists .stores-item .content-stores .address {
          color: #fff;
          max-height: 0;
          opacity: 0;
          margin-top: 0;
          transition: all 0.5s ease; }
        .section-home-store .stores-lists .stores-item .content-stores .action {
          max-height: 0;
          opacity: 0;
          margin-top: 0; }
          .section-home-store .stores-lists .stores-item .content-stores .action a {
            display: inline-flex;
            gap: 8px;
            color: #fff;
            padding: 8px 16px;
            border-radius: 4px;
            background: #BD0010;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: -0.1px; }
      .section-home-store .stores-lists .stores-item:after {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        content: '';
        transition: all 0.5s ease;
        background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%); }
  @media (min-width: 1200px) {
    .section-home-store .stores-lists .stores-item:hover:after {
      background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 72.64%); }
    .section-home-store .stores-lists .stores-item:hover .address {
      max-height: 50px;
      opacity: 1;
      margin-top: 16px; }
    .section-home-store .stores-lists .stores-item:hover .action {
      max-height: 36px;
      opacity: 1;
      margin-top: 16px; } }
  @media (max-width: 1199.98px) {
    .section-home-store .stores-lists .stores-item .media-stores {
      height: 350px;
      position: relative; }
      .section-home-store .stores-lists .stores-item .media-stores img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .section-home-store .stores-lists .stores-item .content-stores {
      padding: 16px; }
      .section-home-store .stores-lists .stores-item .content-stores .title {
        font-size: 18px; }
      .section-home-store .stores-lists .stores-item .content-stores .address {
        max-height: inherit;
        opacity: 1;
        font-size: 14px;
        margin-top: 16px; }
      .section-home-store .stores-lists .stores-item .content-stores .action {
        max-height: inherit;
        opacity: 1;
        margin-top: 16px; }
        .section-home-store .stores-lists .stores-item .content-stores .action a {
          font-size: 14px; } }
  @media (max-width: 767.98px) {
    .section-home-store .stores-lists .stores-item {
      flex: 0 0 100%;
      max-width: 100%; } }

.section-form {
  position: relative;
  background-image: url(https://cdn.hstatic.net/files/200001065648/file/lien-he-tu-van-1120x560px.webp);
  background-size: cover;
  background-position: center; }
  .section-form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-clip: border-box;
    opacity: 0.85; }
  .section-form .container {
    position: relative;
    z-index: 9; }
  .section-form .home-form-wrap .home-form-banner {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    display: flex;
    align-items: flex-end; }
  .section-form .home-form-wrap .home-form-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 80px 0; }
    .section-form .home-form-wrap .home-form-content .heading-title {
      position: relative;
      margin-bottom: 48px; }
      .section-form .home-form-wrap .home-form-content .heading-title .title {
        color: #fff;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: -0.7px;
        margin-bottom: 16px; }
      .section-form .home-form-wrap .home-form-content .heading-title .desc {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.25px; }
    .section-form .home-form-wrap .home-form-content .home-form .contact-form button {
      margin-top: 8px;
      border-radius: 4px;
      padding: 8px 20px;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: -0.1px; }
  @media (max-width: 991.98px) {
    .section-form {
      padding: 32px 0; }
      .section-form .home-form-wrap .home-form-banner {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center; }
      .section-form .home-form-wrap .home-form-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 32px 0; } }

.wrapbox-content-contact {
  padding: 64px 0; }
  @media (max-width: 991.98px) {
    .wrapbox-content-contact {
      padding: 0 0 32px; } }

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

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

.box-info-contact,
.box-send-contact {
  background: #fff;
  padding: 16px;
  border-radius: 8px; }

.box-info-contact h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.5px;
  margin-bottom: 16px; }

.box-info-contact .desc {
  color: rgba(51, 51, 51, 0.65); }

.box-info-contact .wrapbox-contact {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #D9D9D9; }
  .box-info-contact .wrapbox-contact ul {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: column;
    gap: 24px; }
    .box-info-contact .wrapbox-contact ul li {
      display: flex;
      display: -ms-flex;
      gap: 8px; }
      .box-info-contact .wrapbox-contact ul li span {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(189, 0, 16, 0.15); }
      .box-info-contact .wrapbox-contact ul li p {
        width: calc(100% - 35px);
        padding-left: 8px; }
        .box-info-contact .wrapbox-contact ul li p strong {
          font-weight: 500;
          margin-bottom: 4px; }

@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: 991.98px) {
  .widthContent {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .wrapper-bodycontact .wrapbox-content-left {
    padding-right: 16px;
    margin-top: 16px; }
  .box-map-contact iframe {
    height: 50vh; } }

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