:root {
	--theme-color: #4e386f !important;
	--theme-color2: #ec4b33 !important;
	--theme-color3: #99ff2a !important;
	--theme-color4: #6427d4 !important;
	--text-color: #25274d !important;
	--black: #2e2e2e;
	--grey: #e8e8e8;

	--font-be: "Be Vietnam Pro", sans-serif;

	--size-14: 0.875rem;
	--size-20: 1.25rem;
	--size-24: 1.5rem;
	--size-28: 1.75rem;
	--size-30: 1.875rem;
	--size-36: 2.25rem;
	--size-40: 2.5rem;
}

.font-be{
	font-family: "Be Vietnam Pro", sans-serif !important;
}

.featured-box .icon-box-img .icon-inner img {
	padding-top: 0 !important;
}

.p-mb-0 p {
	margin-bottom: 0;
}
.br-20{
	border-radius: 20px;
	overflow: hidden;
}
.lt-4{
	letter-spacing: 4px !important;
}

.align-item-center {
	align-items: center;
}

.stack-social-footer .featured-box .icon-box-img{
	margin-bottom: 0px;
}
.footer-top{
	border-radius: 70px;
	overflow: hidden;
}

.header-nav-main.header-nav {
	justify-content: center;
}
.header-nav-main.header-nav .menu-item a{
	color: var(--theme-color);	
	font-size: 30px;
}
#top-bar{
	padding-bottom: 20px;
}
#top-bar ul.nav-center {
    background: #fff;
    padding: 5px 54px;
    border-radius: 0 0 30px 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
#top-bar ul.nav-center li{
	margin: 0px 20px;
}
#top-bar ul.nav-center li a{
	font-size: 14px;
	font-family: "Be Vietnam Pro", sans-serif;
	color: var(--text-color);
}


.blog-index .box-push .box-text {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	border-radius: 6px;
	padding: 15px;
	max-width: 90%;
}

.blog-index .is-divider {
	width: 100%;
	display: block;
	max-width: 100%;
	height: 1px !important;
	background-color: #000;
}

.blog-index .post-title {
	font-family: 'Barlow', sans-serif !important;
	font-weight: 600;
	font-size: 18px;
}

.blog-index a.button.is-link {
  	text-transform: inherit;
}

.blog-index .bottom-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
}

.blog-index .from_the_blog_comments {
	display: flex;
	align-items: center;
	font-size: 15px;
}

.blog-index .from_the_blog_comments img {
  	margin-right: 5px;
}

.blog-index .flickity-page-dots .dot.is-selected {
  	background-color: #3cb814 !important;
}

.blog-index .flickity-prev-next-button {
	opacity: 1;
	visibility: visible;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.blog-index .flickity-prev-next-button:hover svg {
	background-color: #3cb814 !important;
	border-color: #3cb814 !important;
}

.blog-index .box-text-inner .post-title {
	min-height: 46.78px;
	display: block;
}

.meta-loop-post {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.meta-loop-post .gap {
  	margin: 0px 10px;
}

.meta-loop-post>div {
	display: flex;
	align-items: center;
	font-size: 13px;
}

.meta-loop-post>div img {
  	margin-right: 3px;
}
.blog-index .post-title a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
}

.button.btn-brandall{
	display: flex;
	width: max-content;
	align-items: center;
}

.button.btn-brandall.btn-order{
	justify-content: center;
	font-weight: 500;
	letter-spacing: 4px;
}
.button.btn-brandall.btn-order img{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
}

.col-delivery .col-inner .icon-box{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
	border-radius: 50px;
	padding: 40px 10px 10px 10px;
	overflow: hidden;
	position: relative;
}
.col-delivery .col-inner .icon-box *{
	z-index: 9;
	position: relative;
}
.col-delivery .col-inner .button {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	min-width: 190px;
	font-weight: 500;
	z-index: 99;
}
.col-delivery .col-inner .img .img-inner{
	padding: 0px 25px;
}
.col-delivery .col-inner .icon-box {
	margin-bottom: 40px;
}
.col-delivery .col-inner .icon-box .icon-box-img{
	margin-bottom: 30px;
	transition: 0.3s;
}
.col-delivery .col-inner .icon-box .icon-box-img img{
	height: 64px;
	object-fit: contain;
}
.col-delivery .col-inner .img .img-inner img{
	height: 235px;
	object-fit: contain;
}

.col-delivery .col-inner .icon-box:before{
	content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    left: -20px;
    width: 109%;
    height: 50%;
    background-color: transparent;
    border-radius: 70% 90% 0px 0px;
    transition: 0.5s;
}
.col-delivery .col-inner:hover .icon-box:before{
	height: 100%;
	border-radius: 0px;
}
.col-delivery .col-inner .icon-box .text h3{
	transition: 0.3s;
}
.col-delivery .col-inner:hover .icon-box .text h3{
	transition-delay: 0.2s;
	color: #fff;
}
.col-delivery .col-inner:hover .icon-box-img img{
	transition-delay: 0.2s;
	filter: brightness(0) invert(1);
}
.col-delivery.col-address .col-inner .icon-box:before{
	background-color: #9c9cd9;
}
.col-delivery.col-store .col-inner .icon-box:before{
	background-color: #cb7d53;
}
.col-delivery.col-order .col-inner .icon-box:before{
	background-color: #ae57be;
}
.col-delivery.col-store .col-inner .button{
	background-color: #652e21;
}

.col-delivery.col-order .col-inner .button{
	background-color: #5b237b;
}

.col-menu .col-inner:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
	display: block;
	background-color: #fff;
	border-radius: 50px;
	transition: 0.3s;
	border: 1px solid transparent;
}
.col-menu .col-inner *{
	z-index: 9;
	position: relative;
}
.col-menu .icon-box-text .text{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
}
.col-menu .featured-box{
	align-items: center;
	margin-bottom: 15px;
}
.col-menu .icon-box-img img{
	width: 39px;
	height: 39px;
	object-fit: contain;
}
.col-menu .col-inner .big-img img{
	max-height: 270px;
	transform: scale(0.97);
	transition: 0.3s;
}
.col-menu .col-inner:hover .big-img img{
	transform: scale(1);
}
.col-menu .col-inner:hover:before{
	border-color: var(--theme-color);
}
.col-pro .icon-box-img img{
	height: 85px;
	object-fit: contain;
}

.col-pro-1 .col-inner{
	background-image: url('../images/bg-box-1.png');
	background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;
}
.col-pro-2 .col-inner{
	background-image: url('../images/bg-box-2.png');
	background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
}
.col-pro-3 .col-inner{
	background-image: url('../images/bg-box-3.png');
	background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom right;
}
.col-pro-4 .col-inner{
	background-image: url('../images/bg-box-4.png');
	background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom right;
}
.sec-product .icon-box .icon-box-img svg{
	height: 90px;
	object-fit: contain;
}
.sec-product .col-pro:hover .col-inner{
	background-color: #ec4b33 !important; 
	cursor: pointer;
}
.sec-product .col-pro:hover .col-inner *{
	color: #fff !important;
}
.sec-product .col-pro:hover .icon-box-img svg{
	filter: brightness(0) invert(1);
}
.sec-product{
	border-radius: 0px 0px 70px 70px;
	overflow: hidden;
}
.people-intro{
	bottom: 0px;
    width: max-content !important;
    left: -22%;
	max-width: 780px;
	z-index: 9;
	margin-bottom: 0px !important;
}
.w-max-ct{
	width: max-content !important;
	max-width: 200px;
}

.col-left-intro .child-1{
	top: 0;
    left: -13%;
}
.col-left-intro .child-2{
	top: 50%;
    left: -13%;
}
.col-left-intro .child-3{
	top: 50%;
    left: 40%;
}
.col-left-intro .child-4{
	left: 40%;
    bottom: -10%;
    z-index: 99;
}
.col-left-intro .child-5{
	right: 10%;
    top: 24%;
}
.col-left-intro .child-6{
	right: -3%;
    bottom: 10%;
}

.col-left-top-intro>.col-inner{
	border-radius: 30px 0px 0px 30px;
	background-image: url('../images/banner-top-intro.webp');
	background-repeat: no-repeat;
	background-size: cover;
}
.col-right-top-intro .col-inner{
	border-radius: 0px 30px 30px 0px;
}

.row-chil-top-intro{
	margin-top: -190px;
}
.row-wrap-introtop{
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	border-radius: 30px;
}
.box-img-top-intro .box-image{
	margin-bottom: 30px;
}
.box-img-top-intro .box-text .text{
	display: flex;
	align-items: center;
	gap: 40px;
	justify-content: center;
}
.box-img-top-intro .box-text .text h4{
	font-size: 48px;
	width: max-content;
}
.box-img-top-intro .box-text .text p{
	font-size: 20px;
	line-height: 1.3;
}
.cup-banner{
	top: -30%;
    left: -18%;
    max-width: 600px;
}
.title-banner h2{
	font-size: 190px;
	margin-bottom: 30px;
	line-height: 1;
}
.banner-home .section-bg img{
	width: max-content;
    top: -100px;
    right: -300px;
    left: unset;
    /* max-width: 1300px; */
    object-fit: cover;
    object-position: left;
}
.row-banner{
	position: relative;
	z-index: 3;
}
.banner-home .item-circle{
	top: -300px;
	right: -300px;
	width: max-content;
	max-width: 1200px;
	z-index: 2;
	animation: spin 80s linear infinite;
}

.banner-home .item-1{
	left: 10%;
    top: 50%;
    max-width: 130px;
	animation: float-up-down-item-1 10s ease-in-out forwards;
}
.banner-home .item-2{
	top: 10%;
    left: 16%;
    z-index: 4;
	animation: float-up-down-item-2 10s ease-in-out forwards;
}
.banner-home .item-3{
	top: -250px;
    right: 20%;
    z-index: 4;
	animation: float-up-down-item-3 10s ease-in-out forwards;
}
.banner-home .item-4{
	top: -9%;
    right: 5%;
    z-index: 4;
    max-width: 140px;
	animation: float-up-down-item-4 10s ease-in-out forwards;
	
}
.banner-home .item-5{
	left: 40%;
    z-index: 4;
    top: 30%;
	animation: float-up-down-item-5 15s ease-in-out forwards;
	transform-origin: bottom left;
}
.banner-home .item-6{
	right: 5%;
    z-index: 4;
    max-width: 150px;
	animation: float-up-down-item-6 5s ease-in-out forwards;
	transform-origin: bottom left;
}


.banner-home .cup-banner {
  	animation: float-up-down 3s ease-in-out infinite;
}

.banner-home .people-banner-home {
	animation: gentle-rotate 3s ease-in-out infinite;
	transform-origin: bottom right; 
}

.account-item .account-link,.header-search .icon.button,.cart-item .icon.header-cart-link,.account-item .nav-top-not-logged-in{
	background-color: #fff !important;
	border-color: #fff !important;
	font-size: 18px !important;
	color: var(--theme-color);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.account-item a:hover{
	color: var(--theme-color);
}

.product-main > .content-row{
	background-color: #fff;
	max-width: 1220px;
	padding: 25px 20px;
    border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

h1.product-title{
	font-family: var(--font-be);
	font-size: 24px;
	margin-bottom: 20px;
}

.single_variation_wrap .woocommerce-variation-price .price,.product-info .product-page-price{
	display: flex !important;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 20px;
	align-items: flex-end;
}

.single_variation_wrap .woocommerce-variation-price .price del,.product-info .product-page-price del{
	font-size: 18px;
}
.single_variation_wrap .woocommerce-variation-price .price ins, .product-info .product-page-price ins{
	font-size: 26px;
}
.single_variation_wrap .woocommerce-variation-price .price ins span, .product-info .product-page-price ins span{
	color: var(--theme-color2);
	
}
.single_add_to_cart_button {
	border-radius: 30px !important;
	font-weight: 500 !important;
}
.ux-buy-now-button{
	border-radius: 30px !important;
	font-weight: 500 !important;
}
.product-page-price{
	margin-bottom: 30px !important;
}
.ux-quantity.quantity{
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}
.ux-quantity.quantity .title{
	margin-right: 20px;
}
.ux-quantity.quantity input{
	height: 40px !important;
}

.ux-quantity .button.minus{
	border-radius: 10px 0px 0px 10px;
}
.ux-quantity .button.plus{
	border-radius: 0px 10px 10px 0px;
}

.product-footer .wc-tabs li a{
	font-size: 18px;
	border-radius: 10px 10px 0px 0px;
	font-family: var(--font-be);
}

.product-footer .tab-panels{
	border-radius: 0px 0px 20px 20px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.related-products-wrapper{
	background-color: #fff;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding: 20px;
	margin-bottom: 100px;
}
.product-section-title-related{
	font-size: 28px;
	font-family: var(--font-be);
	text-transform: inherit !important;
	letter-spacing: 0px !important;
}
.badge-container{
	margin-top: 0px !important;
	
}	
.new-bubble-auto{
	background-image: url('../images/news.png');
	border: none !important;
    color: transparent !important;
    width: 52px !important;
    height: 52px !important;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.product-small .new-bubble-auto{
	width: 40px !important;
    height: 40px !important;
}
.badge-container .callout {
	margin-bottom: 10px;
}
.badge-container .on-sale{
	background: var(--theme-color2) !important;
    color: #fff !important;
    border-radius: 10px !important;
    font-size: 12px !important;
}
.badge-container .on-sale.big-sale{
	background-image: url('../images/bigsale.png') !important;
	background-repeat: no-repeat !important;
    color: transparent !important;
    background-color: transparent !important;
    width: 80px !important;
    height: 70px !important;
    background-size: contain !important;
}
.product-small .badge-container .badge{
	width: 50px;
}
.product-small .badge-container .on-sale.big-sale{
	height: 60px !important;
}
.product-small .badge-container, .col-inner .badge-container{
	left: 10px !important;
	top: 10px !important;
}
.wrap-big-sale{
	width: 60px !important;
}

.woocommerce-ordering select{
	border-radius: 10px;
}

.product-small.box{
	background-color: #fff;
	border-radius: 20px;
	padding: 10px;
}
.product-small.box .box-image{
	padding: 20px;
}
.product-small.box .box-image img{
	height: 250px;
	object-fit: contain;
}
.product-small.box .box-text .title-wrapper a{
	font-size: 16px;
}
.product-small.box .box-text .title-wrapper{
	margin-bottom: 10px;
}
.product-small.box .price-wrapper .price{
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}
.product-small.box .price-wrapper .price del{
	font-size: 14px;
	margin-bottom: 5px;
}
.product-small.box .price-wrapper .price del .woocommerce-Price-amount{
	font-size: 14px;
	color: inherit;
}
.product-small.box .price-wrapper .price ins{
	font-size: 16px;
}
.product-small.box .price-wrapper .price ins span{
	color: var(--theme-color2);
}
.product-small.box .price-wrapper .price .woocommerce-Price-amount{
	font-size: 16px;
	color: var(--theme-color2);
}
.product-small.box .box-text{
	padding-bottom: 0.7em;
}
.product-small.box .add-to-cart-button{
	text-align: center;
}
.product-small.box .add-to-cart-button a{
	width: max-content;
	border-radius: 30px;
	background-color: var(--theme-color2) !important;
	color: #fff;
	border-color: var(--theme-color2);
	font-size: 14px;
	padding-left: 40px;
	background-image: url('../images/cart-icon.png');
	background-position: 10px center;
	background-size: 22px;
	background-repeat: no-repeat;
	font-weight: 500;
	transition: 0.3s;
}
.product-small.box .add-to-cart-button a:hover{
	background-color: #d43921 !important;
}
.product-small.box .add-to-cart-button .added_to_cart {
	text-transform: inherit;
	font-size: 14px;
	margin-top: 1em;
	padding-right: 20px;
}
.product-small.box .add-to-cart-button .added_to_cart:after{
	content: none;
	
}
.woocommerce-mini-cart__buttons a{
	font-weight: 500;
	border-radius: 30px;
}

.title-shop-banner h2{
	font-size: 160px;
    line-height: 1;
    margin-bottom: 0;
}

.product-cat-ux .box-text h5{
	font-size: 20px;
}
.product-cat-ux .box-image img{
	height: 250px;
	object-fit: contain;
}
.product-cat-ux.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
	margin-top: -6% !important;
}
.ux-relay__control--bottom{
	margin-top: 20px
}
.ux-relay__load-more-button{
	margin-bottom: 20px !important;
	border-radius: 30px !important;
	font-weight: 500 !important;
	color: var(--text-color) !important;
	background-color: transparent !important;
	border: 1px solid var(--text-color) !important;
	padding: 5px 30px !important;
	transition: 0.3s;
}
.ux-relay__load-more-button:hover{
	background-color: var(--theme-color) !important;
	color: #fff !important;
}
.category .post-item .col-inner{
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
}
.category .post-item .col-inner .box-text{
	padding: 10px;
}
.category .post-item .col-inner .box-text .meta-loop-post{
	font-size: 14px;
}
.category .post-item .col-inner .box-text .post-title{
	font-size: 18px;
	font-family: var(--font-be);
}
.category .post-item .col-inner .bottom-meta{
	display: none;
}
h1.page-title{
    font-size: 30px;
}
#comments .comment-respond {
    padding: 20px;
    border-radius: 20px;
}

.woocommerce-cart-form__contents .ux-quantity .title{
	display: none;
}
.woocommerce-cart-form__contents .product-quantity{
	width: 150px;
	text-align: center;
}
.woocommerce-cart-form__contents .product-quantity .ux-quantity{
	justify-content: center;
}

.cart-collaterals .button,.button-continue-shopping,.woocommerce-cart-form__contents .actions .button.pull-left{
	height: 45px !important;
	border-radius: 10px !important;
	font-weight: 500 !important;
	line-height: 45px !important;
}
.cart-collaterals input{
	height: 45px !important;
	border-radius: 10px !important;
	font-weight: 500 !important;
	box-shadow: none;
}
.button-continue-shopping{
	display: flex;
	align-items: center;
}
.woocommerce-checkout label {
	font-weight: unset;
	font-family: var(--bold);
}
.woocommerce-billing-fields__field-wrapper input,.woocommerce-additional-fields textarea {
	border-radius: 6px;
	height: 45px;
	box-shadow: none;
}
.woocommerce-additional-fields__field-wrapper textarea {
	border-radius: 6px;
	box-shadow: none;
}


.woocommerce-checkout .woocommerce-billing-fields input,.woocommerce-checkout .woocommerce-billing-fields select,.woocommerce-checkout .woocommerce-billing-fields .select2-selection.select2-selection--single{
	height: 48px !important;
	border-radius: 12px !important;
	/* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important; */
	box-shadow: 0px -1px 0px 0px #2F2B431A inset !important;
}
.woocommerce-checkout .woocommerce-billing-fields .select2-selection.select2-selection--single .select2-selection__rendered{
	height: 48px;
	line-height: 48px;
}

#place_order{
	border-radius: 6px !important;
	font-weight: 500 !important;
}
.woocommerce-order .success-color{
	color: green !important;
}

.box-chatluong{
    background: #fff;
    padding: 40px;
    border-radius: 30px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.box-chatluong .icon-box-img{
	margin-top: -120px !important;
	margin-bottom: 30px;
}	

.content-tinhthan{
	background-color: #fff;
    position: absolute;
    padding: 30px;
    border-radius: 30px;
    max-width: 400px;
    z-index: 9;
    left: -19%;
    top: 10%;
}
.title-banner-aboutus h2{
	font-size: 150px;
}

.blog-vertical-custom .box-image img{
	border-radius: 20px;
}


.wrap-form-contact input {
	height: 45px !important;
	box-shadow: none !important;
	border-radius: 4px !important;
}

.wrap-form-contact textarea {
	box-shadow: none !important;
	border-radius: 4px !important;
}

.wpcf7-spinner {
  	display: none !important;
}

.wrap-form-contact .wpcf7-submit {
	margin-right: 0;
	margin-left: auto;
	display: block;
}
.wrap-form-contact span.wpcf7-list-item input {
    height: auto !important;
}
.lh-0{
	line-height: 1;
}

@keyframes float-up-down-item-1 {
	0% {
		transform: translate(0,0);
	}
	100% {
		transform: translate(-40px,-40px);
	}
}
@keyframes float-up-down-item-2 {
	0% {
		transform: translate(0,0);
	}
	100% {
		transform: translate(-40px,-40px);
	}
}
@keyframes float-up-down-item-3 {
	0% {
		transform: translate(0,0);
	}
	100% {
		transform: translate(40px,40px);
	}
}
@keyframes float-up-down-item-4 {
	0% {
		transform: translate(0,0);
	}
	100% {
		transform:  translate(140px,140px);
	}
}

@keyframes float-up-down-item-5 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-120deg);
	}
}
@keyframes float-up-down-item-6 {
	0% {
		transform: rotateY(0deg) translate3d(0, 0, 0);
	}
	50% {
		transform: rotateY(90deg) translate3d(-100px, -50px, 0);
	}
	100% {
		transform: rotateY(180deg) translate3d(-200px, -100px, 0);
	}
}

/* Hiệu ứng lên xuống nhịp nhàng cho cup-banner */
@keyframes float-up-down {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
}

/* Hiệu ứng xoay nhẹ với tâm góc dưới phải cho people-banner-home */
@keyframes gentle-rotate {
	0%, 100% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(3deg);
	}
	
}


@keyframes rotate {
	0%, 100% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(5deg);
	}
	75% {
		transform: rotate(-5deg);
  	}
}


@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes slideZoom {
    0% {
        transform: translateX(150%) scale(0.3); /* bên phải + thu nhỏ 30% */
        opacity: 0;
    }
    100% {
        transform: translateX(0) scale(1); /* về vị trí ban đầu + 100% */
        opacity: 1;
    }
}
@keyframes moveDiagonal {
     0% {
        transform: translate(30%, 30%); /* góc dưới bên phải */
        opacity: 0.7;
    }
    100% {
        transform: translate(-30%, -30%); /* góc trên bên trái */
        opacity: 1;
    }
}

@media only screen and (min-width: 2440px) {
	.banner-home{
		min-height: 100vh !important;
	}
	.banner-home .item-circle{
		width: max-content;
		top: -400px;
		right: -400px;
		left: unset;
		min-width: 1400px;
		object-fit: cover;
		object-position: left;
	}


}

@media (min-width: 1025px) and (max-width: 1400px) {
	.people-intro {
		left: -18%;
		max-width: 750px;
	}
  	.title-banner h2 {
		font-size: 130px;
	} 
	.banner-home .cup-banner img{
		max-width: 510px;
	}
	.banner-home .people-banner-home img {
        max-width: 630px;
    }
	.banner-home .item-circle {
		max-width: 900px;
	}
	.banner-home .item-1,.banner-home .item-3{
		max-width: 100px;
	}
	.banner-home .item-2{
		max-width: 90px;
	}
	.banner-home .item-4{
		max-width: 110px;
	}
	.banner-home .item-6{
		max-width: 110px;
		right: 12%;
	}
}

@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.pb-0-mb{
		padding-bottom: 0 !important;
	}
	.align-item-center-mb {
		align-items: center;
	}
	.rank-math-breadcrumb{
		padding-left: 15px;
		padding-right: 15px;
	}

	.stack-social-footer .featured-box .icon-box-img{
		margin-bottom: 20px;
	}
	.footer-top{
		border-radius: 20px;
	}
	.sec-product{
		border-radius: 0px 0px 20px 20px;
	}
	.title-banner h2 {
		font-size: 80px;
	}
	.banner-home .item-1,.banner-home .item-3{
		max-width: 60px;
	}
	.banner-home .item-2{
		max-width: 40px;
	}
	.banner-home .item-4{
		max-width: 50px;
	}
	.banner-home .item-5 {
		right: 2%;
		left: unset;
		top: 14%;
	}
	.banner-home .item-6{
		max-width:60px;
		right: 12%;
	}
	.row-chil-top-intro {
		margin-top: 0px;
	}
	.banner-home .item-circle {
		top: -50px;
		right: -100%;
		max-width: 1000px;
		min-width: 600px;
	}
	.cup-banner {
		top: -14%;
		left: -13%;
		max-width: 300px;
	}
	.box-img-top-intro .box-text .text h4 {
		font-size: 28px;
	}
	.box-img-top-intro .box-text .text p {
		font-size: 16px;
	}

	.row-chil-top-intro .col-1{
		margin-top: -70px;
	}
	.col-left-top-intro>.col-inner{
		border-radius: 30px 30px 0px 0px;
	}
	.col-right-top-intro .col-inner{
		border-radius: 0px 0px 30px 30px;
	}
	.people-intro {
		max-width: 360px;
        left: 0%;
	}
	.col-left-intro .child-1 {
		top: 0;
		left: -2%;
		max-width: 80px;
	}
	.col-left-intro .child-2 {
		top: 50%;
		left: -4%;
		max-width: 50px;
	}
	.col-left-intro .child-3 {
		top: 55%;
		left: 46%;
		max-width: 50px;
	}
	.col-left-intro .child-5 {
		right: 10%;
		top: 24%;
		max-width: 70px;
	}
	.col-left-intro .child-4 {
		left: 50%;
		bottom: -10%;
		z-index: 99;
		max-width: 80px;
	}
	.col-left-intro .child-6 {
		right: -3%;
		bottom: 10%;
		max-width: 50px;
	}

	.page-title .page-title-inner .medium-text-center{
		text-align: left !important;
	}
	.product-thumbnails .flickity-prev-next-button{
		top: 25%;
	}
	h1.product-title {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.single_add_to_cart_button,.ux-buy-now-button{
		width: 100%;
		height: 45px;
	}
	.product-footer .wc-tabs li a {
		font-size: 14px;
		border-radius: 0px;
	}	
	.product-footer .wc-tabs li.description_tab a{
		border-radius: 10px 10px 0px 0px;
	}
	.woocommerce-ordering select{
		margin-top: 20px;
	}

	.product-small.box .box-image{
		padding: 0px;
	}

	.products.small-columns-2 .product-small.box .box-image img,.row.small-columns-2 .product-small.box .box-image img{
		height: 150px;
		border-radius: 10px;
	}
	.product-small.box .add-to-cart-button a{
		width: 100%;
		background-image: unset;
		padding: 0px 5px !important;
		font-size: 13px;
	}
	.title-shop-banner h2 {
		font-size: 74px;
	}
	.wrap-big-sale {
		width: 50px !important;
	}

	.col-step-1-chatluong > .col-inner,.col-step-3-chatluong > .col-inner{
		display: flex;
		flex-direction: column-reverse;
	}

	.content-tinhthan{
		position: relative;
		left: 0;
		top: 0;
	}

}


@keyframes glowing-btn{
	0% {
		box-shadow: 0 0 0 0 #c10000;
	}
	100% {
		box-shadow: 0 0 0 8px rgba(255, 188, 0, 0);
	}
}

