.block-breadcrumbs h1{
	font-size: 1.2rem;
    margin: 0;
    color: #707070;
}
.flashsale-module,.box-products-nganhhang {
    overflow: hidden;
    padding:2rem 2px;
    position: relative;
    z-index: 1;
	background-color: #fe7500;
	/*background: linear-gradient(
	  180deg,
	  #fe7500 0%,
	  #ff6a00 100%
	);
	background-size: cover;*/
	
}

.flashsale-header {
	display: flex;
    justify-content: space-between;
    align-items: center;
  text-align: center;
  margin-bottom:15px;
  padding: 0 7px;
}

.flashsale-header h2 {
	display: flex;
    align-items: center;
    gap: 15px;
    color: #ffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin-bottom: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.flash-text {
  animation: blinkPink 1s infinite;
  color:rgba(254,231,145);

}

@keyframes blinkPink {
  0% {
    opacity: 1;
    /*text-shadow: 0 0 10px rgba(254,231,145,0.9);*/
  }
  50% {
    opacity: 0.2; /* hiệu ứng trong */
    /*text-shadow: 0 0 2px rgba(254,231,145,0.2);*/
  }
  100% {
    opacity: 1;
    /*text-shadow: 0 0 10px rgba(254,231,145,0.9);*/
  }
}

.flashsale-countdown {
  font-size:2rem;
  font-weight: bold;
  color: #333;
  background:#fff;
  display: inline-block;
  padding:.5rem 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.swiper-button-prev {
    left: 5px;
}
.swiper-button-next {
    right: 5px;
}
.img-swiper{
	border-radius: 1rem;
	-webkit-box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	overflow:hidden;
	padding: 0;
}
.box-products-nganhhang.border-radius,
.flashsale-module.border-radius{ border-radius:1rem;}
.box-products-nganhhang.border-radius-1,
.flashsale-module.border-radius-1{
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}
.box-products-nganhhang .title{
	color: #fff;
    padding: 1rem 5px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 3rem;
}
.content{
	padding: 1rem;
    border-radius: 1rem;
    -webkit-box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    font-size: 14px;
    text-align: justify;
}
.menu-right {
    z-index: 8;
    display: block;
    background-color: #fff;
    padding: 2px;
    border-radius: 5px;
}
.menu-right.fixed {
	position: fixed;
}
.menu-right .wrapmenu-scroll.menuScroll {
    
}
.menu-right.scrollgradient::after {
    background: linear-gradient(to bottom, rgba(255 255 255 / 0), rgba(255 255 255 / 1));
    content: '';
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.menu-right a {
	display: flex;
	flex-direction: column;
    width:70px;
    gap: 5px;
    background: #fff;
    color: #333;
    margin-bottom: 3px;
    border-radius: 5px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 1px solid #fe7500;
    text-transform: capitalize;
    text-align: center;
    padding: 3px;font-weight: bold;
}
.menu-right a img{
	max-width:60%;
}
.menu-right a:hover{
	background: linear-gradient(
  180deg,
  #fe7500 0%,
  #ff6a00 100%
);
background-size: cover;
color:#fff;
text-decoration:none;
}
@media (min-width: 204px){
 .flashsale-header {
	 flex-direction: column;
	 gap: 15px;
}
.flashsale-header h2 {
  font-size: 2.5rem;
}
.menu-right {
    
    right: 0;
}
.block-breadcrumbs h1{
    line-height:22px;
}
}
@media (min-width: 768px){
	.flashsale-header {
	 flex-direction:row;
}
.flashsale-header h2 {
  font-size: 3.5rem;
}
.menu-right {
    bottom: 15%;
    /*right: -15px;*/
	left: unset;
    right: calc((100vw - 1200px) / 2 - 100px);
}
.menu-right.fixed {
    overflow: auto;
    height: auto;
}
.menu-right .wrapmenu-scroll.menuScroll {
	overflow: hidden;
    overflow-y: scroll;
    max-height: 400px;
}
.block-breadcrumbs h1{
    line-height: 1.35;
}
}
@media (min-width: 1440px){
	.menu-right {
    right: calc((100vw - 1200px) / 2 - 70px);
}
}
@media (min-width: 768px) and (max-width: 992px){
	
}
@media (max-width:992px){
	
}
@media (max-width: 667px){
.block-breadcrumbs.affix + .clear{
    padding-top: 85px;
}
.menu-right{
	top:84px;
	padding: 2px 15px;
	width: 100%;
	overflow: hidden;
}
.menu-right .wrapmenu-scroll.menuScroll {
	display: flex;
	max-width:100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
	gap: 2px;
	
}
.menu-right a{
	width:27%;
	min-width: 100px;
	font-size: 12px;
	gap: 2px;white-space: normal;
}
.menu-right a img {
    max-width: 30%;
	max-height: 50px;
}
}
@media (max-width:375px){
}
