.website-wrapper .wd-page-content {
    background-color: #000;
    color: #fff;
}

/* confetti */
	.confettiCanvas {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
	}


#contentinfo-section {
		text-align: center;
		color: #fff;
		margin-bottom: 50px;
	}
	#contentinfo-section h4,
	#contentinfo-section h5 {
		color: #fff;
		    line-height: 1.3;
		font-weight: 700;
		    margin-bottom: 5px;
	}
	#contentinfo-section h4 {
		    font-size: 36px;
    letter-spacing: 2px;
		background: rgb(255,184,4);
background: linear-gradient(170deg, rgba(255, 184, 4, 1) 0%, rgb(245 131 69) 27%, rgb(245 131 69) 52%, rgba(250, 211, 42, 1) 75%, rgba(255, 184, 4, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
		    line-height: 1.3;
	}
	#contentinfo-section h5 {
		    font-size: 32px;
		font-weight: 500;
	}
	#contentinfo-section p {
		    font-size: 18px;
    line-height: 30px;
	}
	@media only screen and (max-width: 767px) {
		#contentinfo-section h4 {
			
		}
		#contentinfo-section h5 {
			
		}
		#contentinfo-section p {
			
		}
		
		.wrapper-row .content-page > section .content-product-list .box-pro-prices {
			height: 42px;
		}
	}

/* anchor-cat-product-menu */
#anchor-cat-product-menu .wpb_wrapper {
    display: block;
    text-align: center;
}
#anchor-cat-product-menu .vc_custom_heading {
    display: inline-block;
}
#anchor-cat-product-menu .vc_custom_heading:not(:first-child) {
    margin-left: 10px;
}
#anchor-cat-product-menu .vc_custom_heading a {
    color: #fff!important;
    padding: 5px 40px;
        background: rgb(255, 184, 4);
    background: linear-gradient(170deg, rgba(255, 184, 4, 1) 0%, rgb(245 131 69) 27%, rgb(245 131 69) 52%, rgba(250, 211, 42, 1) 75%, rgba(255, 184, 4, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 5px;
}
#anchor-cat-product-menu .vc_custom_heading a::before {
		    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #ffca01;
		transition: all .3s;
}
#anchor-cat-product-menu .vc_custom_heading.active a::before,
#anchor-cat-product-menu .vc_custom_heading a:hover::before {
    left: calc(50% - 25px);
    width: 50px;
}

/* khai-truong-slider */
#khai-truong-slider .wd-slider {
    border-radius: 15px;
    overflow: hidden;
}
#khai-truong-slider .wd-slider .wd-nav-pagin-item.wd-active span {
    background-color: #fff;
    border-color: #fff;
}

/* contain-section */
.contain-section .promo-banner {
    max-width: 800px;
    margin: 0 auto 40px;
}
.contain-section .wd-carousel-item .product-wrapper {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.contain-section .wd-carousel-container .wd-nav-pagin-item.wd-active span {
    background-color: #fff;
    border-color: #fff;
}

.wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) :is(picture,img) {
    height: 210px;
    object-fit: contain;
}
