.breadcrumbs {
  display: none !important;
  margin-bottom: 0 !important;
}

.sale-menu {
  background: #FFD771;
  position: -webkit-sticky;
  position: sticky;
  top: 63px;
  z-index: 9;
}
.sale-menu .list-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.sale-menu .list-menu a {
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}
.sale-menu .list-menu a:hover {
  background: #FFFFFF;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  color: #EF6837;
}
.sale-menu .list-menu a.active {
  background: #FFFFFF;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  color: #EF6837;
}

.sale-menu-fix {
  display: none;
}
.sale-menu-fix span + span {
  margin-top: 4px;
}
.sale-menu-fix span {
  display: block;
  width: 100%;
  border-radius: 1px;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
  position: relative;
}
.sale-menu-fix.active {
  display: block;
  position: fixed;
  top: 100px;
  z-index: 99;
  background: #EF6837;
  width: 40px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 8px;
  margin-left: 10px;
  color: #fff;
  opacity: 0.9;
}
@-webkit-keyframes top1 {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 6px;
    transform: rotate(0);
  }
  100% {
    top: 6px;
    transform: rotate(45deg);
  }
}
@keyframes top1 {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 6px;
    transform: rotate(0);
  }
  100% {
    top: 6px;
    transform: rotate(45deg);
  }
}
@-webkit-keyframes top-2 {
  0% {
    top: 6px;
    transform: rotate(45deg);
  }
  50% {
    top: 6px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes top-2 {
  0% {
    top: 6px;
    transform: rotate(45deg);
  }
  50% {
    top: 6px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes bottom1 {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 6px;
    transform: rotate(0);
  }
  100% {
    bottom: 6px;
    transform: rotate(135deg);
  }
}
@keyframes bottom1 {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 6px;
    transform: rotate(0);
  }
  100% {
    bottom: 6px;
    transform: rotate(135deg);
  }
}
@-webkit-keyframes bottom-2 {
  0% {
    bottom: 6px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 6px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 6px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 6px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@-webkit-keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.sale-menu-fix.open span:nth-child(1) {
  -webkit-animation: top1 ease 0.4s forwards;
          animation: top1 ease 0.4s forwards;
}
.sale-menu-fix:not(.open) span:nth-child(1) {
  -webkit-animation: top-2 ease 0.4s forwards;
          animation: top-2 ease 0.4s forwards;
}
.sale-menu-fix.open span:nth-child(2) {
  -webkit-animation: scaled ease 0.4s forwards;
          animation: scaled ease 0.4s forwards;
}
.sale-menu-fix:not(.open) span:nth-child(2) {
  -webkit-animation: scaled-2 ease 0.4s forwards;
          animation: scaled-2 ease 0.4s forwards;
}
.sale-menu-fix.open span:nth-child(3) {
  -webkit-animation: bottom1 ease 0.4s forwards;
          animation: bottom1 ease 0.4s forwards;
}
.sale-menu-fix:not(.open) span:nth-child(3) {
  -webkit-animation: bottom-2 ease 0.4s forwards;
          animation: bottom-2 ease 0.4s forwards;
}

.list-menu-fix {
  position: fixed;
  top: 140px;
  transform: translateX(-300px);
  padding: 10px;
  color: #fff;
  background: #EF6837;
  width: 300px;
  border-radius: 10px;
  z-index: 9;
  transition: 0.3s ease;
}
.list-menu-fix a {
  color: #fff;
  display: flex;
  margin-bottom: 8px;
}
.list-menu-fix a:last-child {
  margin-bottom: 0;
}
.list-menu-fix.active {
  transform: translateX(0);
}

.promotion-title {
  margin-bottom: 30px;
  text-align: center;
}
.promotion-title svg {
  margin: auto;
}
.promotion-title img {
  margin: auto;
}

.promotion-list {
  margin-bottom: 60px;
}
.promotion-list .list_promotion_content .title-promotion {
  font-size: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.promotion-list .list_promotion_content .title-promotion span {
  color: #f06837;
  margin-right: 15px;
}
.promotion-list .list_promotion_content .pagination {
  margin: 20px 0 0;
  width: 100%;
}
.promotion-list .list_promotion_content .pagination a {
  padding: 12px 30px;
  text-transform: uppercase;
  border: 1px solid #EF6837;
  border-radius: 12px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #EF6837;
}
.promotion-list .list_promotion_content .pagination a:hover {
  background: #EF6837;
  color: #fff;
}
.promotion-list .list_promotion_content .list_cat_promotion {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.promotion-list .list_promotion_content .list_cat_promotion .image-check {
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
}
.promotion-list .list_promotion_content .list_cat_promotion .image-check img {
  display: block;
  margin: 0 auto;
  border-radius: 12px 12px 0 0;
  transition: 0.3s ease-in-out;
}
.promotion-list .list_promotion_content .list_cat_promotion .image-check .title-time-promotion {
  padding: 20px;
  border-radius: 0 0 12px 12px;
}
.promotion-list .list_promotion_content .list_cat_promotion .image-check .title-time-promotion h4 {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  -webkit-line-clamp: 2;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.promotion-list .list_promotion_content .list_cat_promotion .image-check .title-time-promotion .time {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 13px;
  color: #EF6837;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promotion-list .list_promotion_content .list_cat_promotion .image-check .title-time-promotion .time span:nth-child(2) {
  color: #FFFFFF;
  padding: 8px 12px;
  background: #EF6837;
  border-radius: 12px;
}
.promotion-list .list_promotion_content .list_cat_promotion .image-check:hover img {
  transform: scale(1.05);
}

.news-content {
  background: #FFFFFF;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding: 60px;
  margin-bottom: 60px;
}
.news-content img {
  max-width: 100% !important;
  height: auto !important;
}
.news-content * {
  font-family: inherit !important;
}
.news-content .box-content {
  overflow: hidden;
}
.news-content .box-read-more {
  margin-top: 25px;
  position: relative;
}
.news-content .box-read-more .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), white);
  z-index: 0;
}
.news-content .box-read-more .read-more {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}
.news-content .box-read-more .read-more a {
  width: 200px;
  height: 40px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #EF6837;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EF6837;
  cursor: pointer;
}

@media (max-width: 960px) {
  .sale-menu .list-menu {
    overflow-x: auto;
    white-space: nowrap;
  }
  .promotion-title svg {
    max-width: 80%;
    height: auto;
  }
  .promotion-title img {
    max-width: 80%;
  }
  .news-content {
    padding: 15px;
    margin-bottom: 20px;
  }
  .promotion-list .list_promotion_content .list_cat_promotion {
    grid-template-columns: 1fr;
  }
  .promotion-list .list_promotion_content .list_cat_promotion .image-check {
    background: none;
  }
  .promotion-list .list_promotion_content .list_cat_promotion .image-check img {
    border-radius: 5px;
  }
  .promotion-list .list_promotion_content .list_cat_promotion .image-check a {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
  }
  .promotion-list .list_promotion_content .list_cat_promotion .image-check .title-time-promotion {
    padding: 0;
  }
  .promotion-list .list_promotion_content .list_cat_promotion .image-check .title-time-promotion h4 {
    margin-bottom: 8px;
  }
  .promotion-list .list_promotion_content .list_cat_promotion .image-check .title-time-promotion .time span:nth-child(2) {
    display: none;
  }
  .sale-menu {
    position: unset;
  }
}/*# sourceMappingURL=home.css.map */