@charset "UTF-8";
.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-slider {
  padding-top: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0; }
  .section-home-slider .slider-item {
    position: relative; }
    .section-home-slider .slider-item a {
      transition: 0s; }
    .section-home-slider .slider-item .owl-lazy {
      transition: opacity 0.3s ease; }
    .section-home-slider .slider-item .slide--content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(289deg, rgba(2, 30, 64, 0) 0%, rgba(2, 30, 64, 0.8) 100%);
      padding: 157px;
      color: #fff; }
      .section-home-slider .slider-item .slide--content .slide--content-wrap {
        max-width: 580px; }
        .section-home-slider .slider-item .slide--content .slide--content-wrap .title {
          font-size: 56px;
          font-weight: 600;
          margin-bottom: 24px;
          line-height: 1.2; }
        .section-home-slider .slider-item .slide--content .slide--content-wrap .desc {
          margin-bottom: 24px; }
        .section-home-slider .slider-item .slide--content .slide--content-wrap .action a {
          padding: 8px 20px;
          border-radius: 20px;
          display: inline-flex;
          gap: 8px;
          background: #ED1C2A; }
  .section-home-slider .slider-item.item-video .slide--frame {
    opacity: 0;
    transition: opacity 0.3s ease 0.15s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .section-home-slider .slider-item.item-video .slide--frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none; }
  .section-home-slider .slider-item.item-video .slide--mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(0, 0, 0, 0.01); }
  .section-home-slider .slider-item.item-video .slide--yticon {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(255, 255, 255, 0);
    width: 50px;
    height: 42px;
    border: 0;
    outline: none; }
    .section-home-slider .slider-item.item-video .slide--yticon svg {
      fill: #ffffff;
      width: 32px;
      height: 100%; }
  .section-home-slider .slider-item.item-video .slide--frame iframe + .slide--yticon {
    opacity: 1; }
  .section-home-slider .owl-item.active .slider-item.item-video .slide--frame {
    opacity: 1; }
  .section-home-slider .owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    overflow: hidden; }
  .section-home-slider .owl-carousel:not(.owl-loaded) .slider-item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .section-home-slider .owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    padding: 0;
    opacity: 0;
    height: 36px;
    width: 36px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: var(--shop-color-main);
    outline: none;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section-home-slider .owl-carousel .owl-nav button.owl-prev {
      left: 30px; }
    .section-home-slider .owl-carousel .owl-nav button.owl-next {
      right: 30px; }
    .section-home-slider .owl-carousel .owl-nav button svg {
      width: 20px;
      height: 20px;
      fill: #fff; }
  .section-home-slider .owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 15px;
    display: flex;
    gap: 4px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .section-home-slider .owl-carousel .owl-dots .owl-dot {
      outline: 0; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot span {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #fff;
      transition: all 0.5s ease; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot.active span {
      width: 24px;
      border-radius: 1px;
      background: var(--shop-color-main); }
  .section-home-slider:hover .owl-nav button {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  @media (max-width: 1199.98px) and (min-width: 992px) {
    .section-home-slider .slider-item .slide--content {
      position: absolute;
      padding: 32px;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .section-home-slider .slider-item .slide--content .slide--content-wrap {
        max-width: inherit; }
        .section-home-slider .slider-item .slide--content .slide--content-wrap .title {
          font-size: 48px; } }
  @media (max-width: 991.98px) and (min-width: 768px) {
    .section-home-slider .slider-item .slide--content {
      position: absolute;
      padding: 16px 80px;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .section-home-slider .slider-item .slide--content .slide--content-wrap {
        max-width: inherit; }
        .section-home-slider .slider-item .slide--content .slide--content-wrap .title {
          font-size: 32px; } }
  @media (max-width: 767.98px) {
    .section-home-slider .owl-carousel .owl-dots {
      bottom: 5px; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot {
      margin: 0 2px; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot span {
      width: 4px;
      height: 4px;
      margin: 4px; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot.active {
      border: 1px solid #000000; }
    .section-home-slider .slider-item .slide--content {
      position: absolute;
      padding: 16px;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .section-home-slider .slider-item .slide--content .slide--content-wrap {
        max-width: inherit; }
        .section-home-slider .slider-item .slide--content .slide--content-wrap .title {
          font-size: 20px;
          margin-bottom: 10px; }
        .section-home-slider .slider-item .slide--content .slide--content-wrap .desc {
          font-size: 14px;
          margin-bottom: 10px; }
        .section-home-slider .slider-item .slide--content .slide--content-wrap .action a {
          font-size: 14px; } }

/* Stats */
.home-stats {
  padding: 64px 0; }
  .home-stats .heading-title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 32px; }
  .home-stats .heading-col {
    display: flex;
    padding: 16px 16px 32px 16px;
    align-items: center;
    gap: 24px;
    border-radius: 4px;
    border: 1px solid rgba(189, 0, 16, 0.15);
    background: #fff; }
    .home-stats .heading-col .heading-left {
      flex: 1 0 0;
      padding-bottom: calc((472/636)*50%);
      position: relative; }
      .home-stats .heading-col .heading-left video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px; }
    .home-stats .heading-col .heading-right {
      flex: 1 0 0;
      display: flex;
      flex-wrap: wrap;
      gap: 24px; }
      .home-stats .heading-col .heading-right .desc {
        color: #333;
        font-weight: 500; }
      .home-stats .heading-col .heading-right .heading-right-item {
        display: flex;
        flex-wrap: wrap;
        gap: 8px; }
        .home-stats .heading-col .heading-right .heading-right-item .head {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          gap: 8px;
          padding: 8px; }
          .home-stats .heading-col .heading-right .heading-right-item .head img {
            width: 32px;
            height: 32px; }
          .home-stats .heading-col .heading-right .heading-right-item .head span {
            font-weight: 500;
            letter-spacing: -0.2px; }
        .home-stats .heading-col .heading-right .heading-right-item .body {
          color: rgba(51, 51, 51, 0.65);
          font-weight: 400;
          letter-spacing: -0.2px; }
  .home-stats .list-stats {
    margin: 32px 0 0;
    gap: 16px;
    display: flex;
    flex-wrap: wrap; }
  .home-stats .stats-item {
    padding: 32px 16px;
    -ms-flex: 0 0 calc(100% / 4 - 12px);
    flex: 0 0 calc(100% / 4 - 12px);
    max-width: calc(100% / 4 - 12px);
    border-radius: 4px;
    border: 1px solid rgba(189, 0, 16, 0.15);
    position: relative;
    overflow: hidden; }
    .home-stats .stats-item .img {
      position: relative;
      margin-bottom: 30px;
      width: 32px;
      height: 32px;
      margin-bottom: 8px;
      z-index: 1; }
    .home-stats .stats-item .title {
      margin-bottom: 16px;
      position: relative;
      z-index: 1; }
    .home-stats .stats-item .desc {
      color: rgba(51, 51, 51, 0.65);
      position: relative;
      z-index: 1; }
    .home-stats .stats-item:before {
      content: "";
      position: absolute;
      inset: 0;
      background: var(--shop-color-main);
      transform: translateX(-100%);
      transition: transform .4s ease;
      z-index: 0; }
    .home-stats .stats-item:hover img {
      filter: brightness(0) invert(1); }
    .home-stats .stats-item:hover .title {
      color: #fff; }
    .home-stats .stats-item:hover .desc {
      color: #fff; }
    .home-stats .stats-item:hover:before {
      transform: translateX(0); }
  .home-stats .btn-stats {
    margin: 32px 0 0;
    text-align: center; }
  @media (max-width: 991.98px) {
    .home-stats {
      padding: 32px 0; }
      .home-stats .heading-col {
        flex-wrap: wrap;
        padding: 16px; }
        .home-stats .heading-col .heading-left {
          flex: 0 0 100%;
          max-width: 100%;
          padding-bottom: 56.2%; }
        .home-stats .heading-col .heading-right {
          flex: 0 0 100%;
          max-width: 100%; }
      .home-stats .list-stats {
        gap: 32px; }
      .home-stats .stats-item {
        -ms-flex: 0 0 calc(50% - 16px);
        flex: 0 0 calc(50% - 16px);
        max-width: calc(50% - 16px); } }
  @media (max-width: 767px) {
    .home-stats .list-stats {
      margin: 32px 0 0; }
    .home-stats .stats-item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

/* Core value */
.home-corevalue {
  display: flex;
  padding: 64px 0;
  justify-content: center;
  align-items: center;
  gap: 74px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(https://cdn.hstatic.net/files/200001065648/file/tap-the-nhan-vien-cong-ty-tnhh-cong-nghe-digi.webp) lightgray 50%/cover no-repeat; }
  .home-corevalue .home-corevalue-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 74px;
    color: #fff;
    align-items: center; }
    .home-corevalue .home-corevalue-wrap .home-corevalue-banner {
      flex: 1 0 0; }
    .home-corevalue .home-corevalue-wrap .home-corevalue-content {
      flex: 1 0 0;
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      color: #fff; }
      .home-corevalue .home-corevalue-wrap .home-corevalue-content h2 {
        color: #fff;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: -0.7px;
        margin-bottom: 0; }
      .home-corevalue .home-corevalue-wrap .home-corevalue-content .summary {
        border-left: 2px solid #BD0010;
        padding-left: 16px; }
      .home-corevalue .home-corevalue-wrap .home-corevalue-content .content {
        margin-top: 8px; }
  @media (max-width: 991.98px) {
    .home-corevalue {
      padding: 32px 0; }
      .home-corevalue .home-corevalue-wrap {
        gap: 32px; } }
  @media (max-width: 767.98px) {
    .home-corevalue .home-corevalue-wrap .home-corevalue-banner {
      text-align: center; }
    .home-corevalue .home-corevalue-wrap .home-corevalue-banner, .home-corevalue .home-corevalue-wrap .home-corevalue-content {
      flex: 0 0 100%;
      max-width: 100%; } }

/* Dự án */
.home-project {
  background: #f5f5f5; }
  .home-project .owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    overflow: hidden; }
  .home-project .owl-carousel:not(.owl-loaded) .project-item {
    -webkit-flex: 0 0 calc((100% - 16px) / 4);
    flex: 0 0 calc((100% - 16px) / 4);
    max-width: calc((100% - 16px) / 4);
    margin-right: 16px; }
  @media (min-width: 992px) {
    .home-project .owl-carousel:not(.owl-loaded) .project-item {
      -webkit-flex: 0 0 calc((100% - 10.6666666px) / 3);
      flex: 0 0 calc((100% - 10.6666666px) / 3);
      max-width: calc((100% - 10.6666666px) / 3);
      margin-right: 10.6666666px; } }
  @media (max-width: 991.98px) {
    .home-project .owl-carousel:not(.owl-loaded) .project-item {
      -webkit-flex: 0 0 calc((100% - 16px) / 2);
      flex: 0 0 calc((100% - 16px) / 2);
      max-width: calc((100% - 16px) / 2);
      margin-right: 16px; } }
  @media (max-width: 767.98px) {
    .home-project .owl-carousel:not(.owl-loaded) .project-item {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

/* Category */
#section-home-category .item-category {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer; }
  #section-home-category .item-category .media-category {
    position: relative;
    /*height: 480px;*/
    border-radius: 4px;
    z-index: 9; }
    #section-home-category .item-category .media-category img {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 9; }
  #section-home-category .item-category .title-category {
    position: absolute;
    inset: 0;
    padding: 24px;
    z-index: 11;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    #section-home-category .item-category .title-category h3 {
      color: #fff;
      max-width: 240px;
      font-size: 20px;
      font-weight: 600;
      line-height: 24px;
      /* 120% */
      letter-spacing: -0.2px;
      margin: 0;
      transition: all 0.5s ease; }
      #section-home-category .item-category .title-category h3 a {
        color: #fff; }
    #section-home-category .item-category .title-category .action {
      max-width: 240px;
      max-height: 0;
      opacity: 0;
      transition: all 0.5s ease; }
  #section-home-category .item-category: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%); }

#section-home-category .owl-carousel:not(.owl-loaded) {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex; }

@media (min-width: 1200px) {
  #section-home-category .item-category:hover:after {
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 72.64%); }
  #section-home-category .item-category:hover .title-category .action {
    margin-top: 16px;
    max-height: 36px;
    opacity: 1; } }

@media (max-width: 1199.98px) {
  #section-home-category .owl-carousel:not(.owl-loaded) .item-category {
    -webkit-flex: 0 0 calc((100% - 32px) / 3);
    flex: 0 0 calc((100% - 32px) / 3);
    max-width: calc((100% - 32px) / 3);
    margin-right: 16px; }
  #section-home-category .item-category .media-category {
    height: 320px; }
  #section-home-category .item-category .title-category .action {
    max-width: 100%;
    max-height: inherit;
    opacity: 1; } }

@media (max-width: 991.98px) {
  #section-home-category .owl-carousel:not(.owl-loaded) .item-category {
    -webkit-flex: 0 0 calc((100% - 32px) / 3);
    flex: 0 0 calc((100% - 32px) / 3);
    max-width: calc((100% - 32px) / 3);
    margin-right: 16px; }
  #section-home-category .item-category .media-category {
    height: 320px; }
  #section-home-category .item-category .title-category {
    padding: 16px; }
    #section-home-category .item-category .title-category h3 {
      max-width: 100%;
      font-size: 16px; }
    #section-home-category .item-category .title-category .action a {
      padding: 8px; } }

@media (max-width: 767.98px) {
  #section-home-category .owl-carousel:not(.owl-loaded) .item-category {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

/* Services */
.section-home-services {
  position: relative;
  background-image: url(https://cdn.hstatic.net/files/200001065648/file/bg-corevalue.jpg);
  background-size: cover;
  background-position: center;
  color: #fff; }
  .section-home-services: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-home-services .container {
    position: relative;
    z-index: 11; }
  .section-home-services .sectionHeading h2 {
    color: #fff; }
  .section-home-services .slider-services .item-services .content-services h3 {
    font-size: 20px; }
  .section-home-services .slider-services.owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex; }
  @media (min-width: 992px) {
    .section-home-services .slider-services.owl-carousel:not(.owl-loaded) > div {
      -webkit-flex: 0 0 calc((100% - 48px) / 4);
      flex: 0 0 calc((100% - 48px) / 4);
      max-width: calc((100% - 48px) / 4);
      margin-right: 16px; } }
  @media (max-width: 991.98px) {
    .section-home-services .slider-services.owl-carousel:not(.owl-loaded) > div {
      -webkit-flex: 0 0 calc((100% - 16px) / 2);
      flex: 0 0 calc((100% - 16px) / 2);
      max-width: calc((100% - 16px) / 2);
      margin-right: 16px; } }
  @media (max-width: 767.98px) {
    .section-home-services .slider-services.owl-carousel:not(.owl-loaded) > div {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  .section-home-services .owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex; }

.section-home-brand .home-brand-slider .slick:not(.slick-initialized) {
  display: flex;
  overflow: hidden; }
  .section-home-brand .home-brand-slider .slick:not(.slick-initialized) .slick-slide {
    flex: 0 0 30%;
    max-width: 30%; }

.section-home-brand .home-brand-slider .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0; }
  .section-home-brand .home-brand-slider .slick-slide .inner {
    padding: 0 32px; }
  .section-home-brand .home-brand-slider .slick-slide img {
    width: 223px;
    height: 140px;
    flex-shrink: 0;
    aspect-ratio: 223/140;
    object-fit: contain;
    border-radius: 4px;
    border: 1px solid rgba(189, 0, 16, 0.15); }

@media (max-width: 1199.98px) {
  .section-home-brand .home-brand-slider .slick:not(.slick-initialized) {
    display: flex;
    overflow: hidden; }
    .section-home-brand .home-brand-slider .slick:not(.slick-initialized) .slick-slide {
      flex: 0 0 30%;
      max-width: 30%; }
  .section-home-brand .home-brand-slider .slick-slide .inner {
    padding: 0 32px; }
  .section-home-brand .home-brand-slider .slick-slide img {
    flex-shrink: 0;
    object-fit: contain;
    border-radius: 4px;
    border: 1px solid rgba(189, 0, 16, 0.15); } }

@media (max-width: 991.98px) {
  .section-home-brand .home-brand-slider .slick:not(.slick-initialized) .slick-slide {
    flex: 0 0 16%;
    max-width: 16%; }
  .section-home-brand .home-brand-slider .slick-slide .inner {
    padding: 0 24px; }
  .section-home-brand .home-brand-slider .slick-slide img {
    width: 111px;
    height: 70px;
    aspect-ratio: 111/70; } }

@media (max-width: 767.98px) {
  .section-home-brand .home-brand-slider .slick-slide .inner {
    padding: 0 8px; } }

.section-home-store {
  position: relative;
  background-image: url(https://cdn.hstatic.net/files/200001065648/file/bg-corevalue.jpg);
  background-size: cover;
  background-position: center; }
  .section-home-store: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-home-store .container {
    position: relative;
    z-index: 9;
    color: #fff; }
    .section-home-store .container .title {
      color: #fff; }
    .section-home-store .container .desc {
      color: #fff; }
  .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-home-customer .home-customer-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 32px; }
  .section-home-customer .home-customer-lists .item-customer {
    flex: 0 0 calc(25% - 24px);
    max-width: calc(25% - 24px);
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #fff; }

@media (max-width: 991.98px) {
  .section-home-customer .home-customer-lists {
    gap: 16px; }
    .section-home-customer .home-customer-lists .item-customer {
      flex: 0 0 calc(33.3333% - 10.66666px);
      max-width: calc(33.3333% - 10.66666px); } }

@media (max-width: 767.98px) {
  .section-home-customer .home-customer-lists .item-customer {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px); } }

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