#page-logistics .home-preface, #page-logistics .page-product {
  background: white !important;
}
#page-logistics .home-preface__info{
  color: inherit;
}
#page-logistics .home-preface-in .c-btn__01 {
    max-width: 230px;
}
.section-title__decor {
  display: block;
  width: 120px;
  height: 6px;
  margin: 8px auto 0;
  position: relative
}

.section-title__decor:before,
.section-title__decor:after {
  content: "";
  position: absolute;
  height: 4px;
  border-radius: 3px
}

.section-title__decor:before {
  left: 0;
  width: 20px;
  background: linear-gradient(45deg, #f34b4f, #f45704);
}

.section-title__decor:after {
  left: 30px;
  right: 0;
  background: linear-gradient(45deg, #f45704, #fdf601);
}

/* ===== Block: process ===== */
.process {
  background: #eeeeee;
  border-radius: 10px;
  padding: 25px;
}

.process__list {
  /* display: grid; */
  /* grid-template-columns: repeat(5, 1fr); */
  gap: 18px 0;
  /* margin: 20px 0 10px 0; */
  justify-content: center;
}

.process__item {
  padding: 12px;
  text-align: center;
}

.process__bubble {
  position: relative;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  margin: 0 auto;
}

.process__icon {
    width: 55px;
    height: 55px;
}

.process__num {
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-main4);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 16px;
  border: 3px solid #fff
}

.process__text {
  margin: 19px 0 0;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
}

.process__sub {
  margin: 2px 0 0;
  color: #555
}

@media (max-width: 960px) {
  .process__list {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width: 640px) {
  .process__list {
    /* grid-template-columns: repeat(2, 1fr); */
    /* gap: 5px; */
  }
}

/* ===== Block: gallery ===== */
.logistics-gallery {
  padding-top: 30px;
}

.gallery {
  margin: 18px 0
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.gallery__grid-item>a {
  display: block;
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}

.gallery__img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
/* ===== Block: benefits ===== */
.logistics-benefits {
  padding: 30px 0;
}

.benefits {
  margin: 26px 0
}

.benefits__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 40px;
  margin-top: 25px;
}

.benefits__item {
  text-align: center;
  padding: 10px
}

.benefits__badge {
  width: 100px;
  height: 75px;
  margin: 0 auto 10px;
  position: relative;
  display: grid;
  place-items: center
}

/* Cloud badge via inline SVG mask */
.benefits__badge:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #c7d2fe;
  mask: url('../images/mask.png') center/contain no-repeat;
  border-radius: 12px;
}
.benefits__num {
  position: relative;
  font-size: 40px;
  font-weight: 800;
  color: var(--color-main4)
}

.benefits__text {
  max-width: 300px;
  margin: 0 auto;
  color: #333;
  font-weight: 600;
  line-height: 1.4;
  font-size: 20px;
}
.noi_dung_in_cate {
	color:#333;
    line-height: 1.5;
}
.noi_dung_in_cate ul li {
    list-style: disc;
    margin-left: 20px;
}

.noi_dung_in_cate ul {
    margin: 0 0 15px 0;
}

.noi_dung_in_cate h2 {
    font-size: 23px;
    color: var(--color-main4);
    font-weight: 600;
    margin-bottom: 10px;
}
.noi_dung_in_cate p {
    padding: 0 0 10px 0;
}
.home-preface-in .c-btn__01 {
    max-width: 210px;
    text-transform: uppercase;
    border-radius: 38px;
    padding: 8px 20px;
}
.home-preface-in {
	padding:20px 0;
}
.noi_dung_in_cate h3 {
	margin-bottom:10px;
   font-size: 20px;
}



@media (max-width: 640px) {
  .gallery__grid {
    grid-template-columns: 1fr
  }
  .process {
  	padding:15px
  }
  .sec-product {
  	padding: 0 !important;
  }
  .process__item {
  	padding:2px
  }
  .process__text {
    font-size: 16px;
}
  .process__list {
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 10px 0;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
  }
  .process__list>* {
    width: calc(100% / 2);
}

}

@media (max-width:960px) {
  .benefits__list {
    grid-template-columns: 1fr
  }
}