:root {
--color-main: #03524e;
--color-main-2: #0da799;
--color-text: #ffffff;
--card-height: 55vh;
--card-width: calc(var(--card-height) / 1.5);
--color-arrow1: orange;
--color-arrow2: #8bc34a;
}

@property --rotate {
syntax: "<angle>";
initial-value: 132deg;
inherits: false;
}

body {
font-family: 'Roboto', sans-serif;
overflow: hidden;
scroll-behavior: smooth;
}

section {
width: 100%;
height: 100vh;
box-sizing: border-box;
overflow: hidden;
padding: 0;
margin: 0;
}
h1 {
text-transform: uppercase;
}

a {
text-decoration: none;
}

/********** Header **********/
.sp-content {
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
z-index: 1000;
}
.sp-container h2 {
display: grid;
gap: 5%;
height: 100vh;
line-height: 1.2;
font-weight: bold;
width: 100%;
text-align: center;
align-content: center;
color: transparent;
-webkit-animation: blurFadeInOut 3s ease-in backwards;
-moz-animation: blurFadeInOut 3s ease-in backwards;
-ms-animation: blurFadeInOut 3s ease-in backwards;
animation: blurFadeInOut 3s ease-in backwards;
}
.sp-container h2.frame-text {
-webkit-animation: none;
-moz-animation: none;
-ms-animation: none;
animation: none;
color: transparent;
text-shadow: 0px 0px 1px #fff;
font-size: clamp(1rem, 8vw, 2.5rem);
}
.sp-container h2.frame-text span {
display: flex;
justify-content: center;
-webkit-animation: blurFadeIn 1s ease-in 1s backwards;
-moz-animation: blurFadeIn 1s ease-in 1s backwards;
-ms-animation: blurFadeIn 1s ease-in 1s backwards;
animation: blurFadeIn 1s ease-in 1s backwards;
color: white;
}
.frame-1 img {
width: 50vw;
}
.frame-2 {
	text-transform: uppercase;
	text-shadow: -2px -2px 0 #04524e,
				  2px -2px 0 #04524e,
				 -2px 2px 0 #04524e,
				  2px 2px 0 #04524e;
}
.sp-container h2.frame-text span:nth-child(2) {
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
-ms-animation-delay: 2s;
animation-delay: 2s;
}
.sp-container h2.frame-text span:nth-child(3) {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
	}

@-webkit-keyframes blurFadeInOut {
0% {
opacity: 0;
text-shadow: 0px 0px 40px #fff;
-webkit-transform: scale(1.3);
}
20%, 75% {
opacity: 1;
text-shadow: 0px 0px 1px #fff;
-webkit-transform: scale(1);
}
100% {
opacity: 0;
text-shadow: 0px 0px 50px #fff;
-webkit-transform: scale(0);
}
}
@-webkit-keyframes blurFadeIn {
0% {
opacity: 0;
text-shadow: 0px 0px 40px #fff;
-webkit-transform: scale(1.3);
}
50% {
opacity: 0.5;
text-shadow: 0px 0px 10px #fff;
-webkit-transform: scale(1.1);
}
100% {
opacity: 1;
text-shadow: 0px 0px 1px #fff;
-webkit-transform: scale(1);
}
}
/**/

@-moz-keyframes blurFadeInOut {
0% {
opacity: 0;
text-shadow: 0px 0px 40px #fff;
-moz-transform: scale(1.3);
}
20%, 75% {
opacity: 1;
text-shadow: 0px 0px 1px #fff;
-moz-transform: scale(1);
}
100% {
opacity: 0;
text-shadow: 0px 0px 50px #fff;
-moz-transform: scale(0);
}
}
@-moz-keyframes blurFadeIn {
0% {
opacity: 0;
text-shadow: 0px 0px 40px #fff;
-moz-transform: scale(1.3);
}
100% {
opacity: 1;
text-shadow: 0px 0px 1px #fff;
-moz-transform: scale(1);
}
}
@-moz-keyframes fadeInBack {
0% {
opacity: 0;
-moz-transform: scale(0);
}
50% {
opacity: 0.4;
-moz-transform: scale(2);
}
100% {
opacity: 0.2;
-moz-transform: scale(5);
}
}

@keyframes blurFadeInOut {
0% {
opacity: 0;
text-shadow: 0px 0px 40px #fff;
transform: scale(1.3);
}
20%, 75% {
opacity: 1;
text-shadow: 0px 0px 1px #fff;
transform: scale(1);
}
100% {
opacity: 0;
text-shadow: 0px 0px 50px #fff;
transform: scale(0);
}
}
@keyframes blurFadeIn {
0% {
opacity: 0;
text-shadow: 0px 0px 40px #fff;
transform: scale(1.3);
}
50% {
opacity: 0.5;
text-shadow: 0px 0px 10px #fff;
transform: scale(1.1);
}
100% {
opacity: 1;
text-shadow: 0px 0px 1px #fff;
transform: scale(1);
}
}
@keyframes fadeInBack {
0% {
opacity: 0;
transform: scale(0);
}
50% {
opacity: 0.4;
transform: scale(2);
}
100% {
opacity: 0.2;
transform: scale(5);
}
}

.doctors {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
height: auto;
z-index: 3;
filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.5));
bottom: -45%;
}

.background-video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
}
.lop-mo {
width: 100vw;
height: 100%;
background-color: #0da79947;
position: absolute;
top: 0;
left: 0;
z-index: 2;
}

/********** End Header **********/

/********** Giới thiệu **********/
.gioi-thieu {
position: relative;
background-color: var(--color-main);
z-index: 4;
}
.swiper-container {
width: 100%;
height: 100vh;
overflow: hidden;
position: relative;
}

.swiper-slide {
position: relative;
width: 100%;
height: 100vh;
cursor: grab;
}
.diem-manh .swiper-slide {
cursor: unset;
}

/* content */
.content {
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
width: 40%;
height: max-content;
color: var(--color-text);
text-align: center;
padding: 20px;
opacity: 0;
z-index: 2;
}
.content-1 {
top: 10% !important;
left: 50%;
width: 50%;
display: grid;
transform: translateX(-50%);
}
.content-2 {
top: 10%;
left: 50%;
transform: translateX(-50%);
}
.content-3 {
	width: 100%;
}

.content h1 {
font-size: clamp(2rem, 3vw, 6rem);
margin: 10px 0 20px 0;
opacity: 0;
font-weight: bold;
}

.content p {
font-family: inherit;
font-size: 1.1rem;
line-height: 1.4;
font-weight: 500;
opacity: 0;
text-align: justify;
}

.swiper-slide-active .content {
opacity: 1;
}

.swiper-slide-active .content h1 {
animation: moveDown 0.8s ease-in forwards;
}

.swiper-slide-active .content p {
animation: moveDown 1s ease-in forwards;
animation-delay: 1s;
}

@keyframes moveDown {
0% {
transform: translateY(-20px);
opacity: 0;
}

100% {
transform: translateY(0);
opacity: 1;
}
}

/* background */

.background[data-item="one"] {
background: url(/images/su-menh.jpg);
background-size: cover;
background-position: 50% 40%;
}

.background[data-item="two"] {
background: url(/images/cam-ket.jpg);
background-size: cover;
background-position: 50% 50%;
}
.background[data-item="sub two"] {
	background: var(--color-main);
	background-image: radial-gradient(
	circle at 20% 100%,
	rgba(161, 19, 19, 0.1) 0%,
	rgba(184, 184, 184, 0.1) 33%,
	rgba(96, 96, 96, 0.1) 33%,
	rgba(96, 96, 96, 0.1) 66%,
	rgba(7, 7, 7, 0.1) 66%,
	rgba(7, 7, 7, 0.1) 99%
	),
	linear-gradient(40deg, var(--color-main-2), var(--color-main), var(--color-main), var(--color-main-2));
	background-repeat: no-repeat;
	background-size: cover;
	}
.slide-nha-thuoc {
	position: relative;
	margin-bottom: auto;
}
.background {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
clip-path: circle(5%);
filter: brightness(90%);
overflow: hidden;
opacity: 0;
z-index: 1;
}

.animation {
animation: resizeClipPath 3s ease-in-out forwards;
}

@keyframes resizeClipPath {
0% {
clip-path: circle(5%);
opacity: 0;
}
100% {
clip-path: circle(71%);
opacity: 1;
}
}

/* pagination bullet */

.swiper-pagination-bullet {
width: 16px !important;
height: 16px !important;
background-color: #a3a6a3;
border-radius: 50%;
transition: all 0.6s ease-in-out;
}

.swiper-pagination-bullet-active {
height: 32px;
background-image: linear-gradient(180deg, var(--color-main-2) 0%, var(--color-main) 100%) !important;
border-radius: 14px;
background: var(--color-text) !important;
}

.logo {
position: absolute;
left: 35px;
top: 35px;
z-index: 10;
}

.logo img {
width: 240px;
}

@media (max-width: 890px) {
.logo {
right: -10px;
bottom: -20px;
}

.logo img {
width: 80px;
}
}

/********** media queries **********/

@media (max-width: 1200px) {
.content {
top: 18%;
}

.content[data-content="two"],
.content[data-content="three"] {
top: 5%;
width: 50%;
}
}

@media (max-width: 900px) {
.content,
.content[data-content="three"] {
top: 55%;
left: 2%;
width: 60%;
}

.content[data-content="two"] {
top: 10%;
}

.content h1 {
margin-bottom: 14px;
}

.content p {
font-size: 1rem;
line-height: 1.4;
}
}

@media (max-width: 660px) {
.content,
.content[data-content="two"],
.content[data-content="three"] {
top: unset;
left: 2%;
bottom: 3%;
width: 80%;
}

.content p {
font-size: 0.9rem;
line-height: 1.2;
}

.swiper-pagination-bullet {
width: 12px;
height: 12px;
}

.swiper-pagination-bullet-active {
height: 24px;
}
}

.chart-container {
text-align: center;
padding: 20px;
opacity: 0;
}
.content-1 .chart {
height: 60vh;
width: 100%;
gap: 20px;
}
.content-1 .bar {
width: 30px;
}
.swiper-slide-active .content .chart-container {
animation: moveDown 1s ease-in forwards;
animation-delay: 2s;
}
.background-2 .chart-container {
animation: moveDown 1s ease-in forwards;
animation-delay: 2s;
}

.chart-container h2 {
font-size: 2.5rem;
display: flex;
justify-content: center;
}
.chart-container .fa-plus {
font-size: 1rem;
transform: translateY(10px);
}

.swiper-slide-active .content .text-cam-ket {
animation: moveDown 0.8s ease-in forwards;
animation-delay: 0.8s;
}
.text-cam-ket {
display: flex;
gap: 1rem;
color: var(--color-text);
opacity: 0;
}
.stars, .fa-lightbulb, .fa-users {
color: yellow;
}
.page h2 {
font-size: clamp(1rem, 3vw, 1.7rem);
}
.page p {
padding-top: 1rem;
}
.page{
width:250px;
background: var(--color-main);
margin:0 auto;
position:relative;
box-shadow:0 0 2px rgba(0,0,0,0.5);
padding:15px;
box-sizing:border-box;
}
.page:before{
content:"";
position:absolute;
display:block;
background: var(--color-main-2);
width:100%;
height:100%;
transform:rotate(1.5deg);
box-shadow:0 0 2px rgba(0,0,0,0.5);
z-index:-1;
top:-2px;
left:0;
}
.page:after{
content:"";
position:absolute;
display:block;
background: var(--color-main);
width:100%;
height:100%;
transform:rotate(-3deg);
box-shadow:0 0 2px rgba(0,0,0,0.5);
z-index:-2;
top:-2px;
left:0;
}

.chart {
position: relative;
display: flex;
gap: 10px;
justify-content: center;
align-items: flex-end;
height: 300px;
width: 80%;
margin: 0 auto;
padding: 10px;
border-radius: 8px;
}
.chart img {
position: absolute;
top: 0;
left: 0;
width: 90%;
}
.bar {
width: 20px;
background: linear-gradient(90deg, var(--color-main), var(--color-main-2));
border-radius: 4px 4px 0 0;
position: relative;
transform-origin: bottom;
transition: background 0.3s;
}

.bar:hover {
background: linear-gradient(90deg, var(--color-main-2), var(--color-text));
}

.bar::after {
content: attr(data-label);
position: absolute;
bottom: -20px;
left: 50%;
transform: translateX(-50%);
font-size: 12px;
color: #555;
}

.bar::before {
content: attr(style);
content: calc(var(--value) + '%');
position: absolute;
top: calc(-25px - var(--value) * 1%);
left: 50%;
transform: translateX(-50%);
font-size: 12px;
font-weight: bold;
color: #333;
}

.bar {
height: var(--value);
}
/********** End Giới thiệu **********/

.content-and-slide {
display: grid;
grid-template-columns: 40% 60%;
place-items: center;
min-height: 75vh;
}

.content-nha-thuoc {
font-size: 1.2rem;
text-align: justify;
display: inline-grid;
align-content: space-evenly;
height: 90%;
}

.content-nha-thuoc li {
font-size: 1.5rem;
}


.swiper-child {
	width: 675px;
	height: 450px;
	z-index: 10;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 20px;
	box-shadow: 1px 4px 2px rgba(16, 16, 16, 0.2),
				1px 10px 10px rgba(16, 16, 16, 0.1),
				1px 10px 20px rgba(16, 16, 16, 0.1),
				1px 10px 25px rgba(16, 16, 16, 0.2);
	}

.swiper-child .swiper-slide {
position: relative;
user-select: none;
}

.swiper-child .swiper-slide img {
width: 100%;
height: 100%;
border-radius: 20px;
}
/********** End 100 Nhà Thuốc **********/


/********** Sức mạnh Pharceco  **********/
.diem-manh {
position: relative;
}
.swiper3 {
position: relative;
}
.swiper3 .swiper-slide {
width: 100%;
height: 100vh;
display: flex;
font-size: 1.5rem;
color: #fff;
}
.slide-show1 {
background-image: url(images/brick-wall.png);
background-color: #03524e;
justify-content: center;
align-items: center;
}
.slide-show2 {
display: grid !important;
grid-template-rows: 10% 85%;
gap: 5%;
background-image: url(images/cubes.png);
background-color: #03524e;
}
.slide-show3 {
display: grid !important;
grid-template-rows: 10% 85%;
gap: 5%;
background-image: url(images/3px-tile.png);
background-color: #03524e;
}
.slide-show4 {
display: grid !important;
grid-template-rows: 10% 85%;
gap: 5%;
background-image: url(images/binding-light.png);
background-color: #03524e;
}
.button-wrapper {
position: absolute;
bottom: 5%;
left: 50%;
transform: translateX(-50%);
margin-top: 20px;
text-align: center;
z-index: 1;
}
.next-slide-button {
padding: 10px 20px;
background-color: var(--color-text);
color: var(--color-main);
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 1rem;
}
.next-slide-button:hover {
background-color: var(--color-main-2);
font-weight: bold;
color: var(--color-text);
}

.title-show1 {
display: grid;
justify-items: center;
text-transform: uppercase;
}
.slide-show1 h2 {
display: flex;
font-size: clamp(4rem, 3vw, 6rem);
font-weight: bold;
}
.slide-show1 img {
width: 100%;
}
.title-show1 h2, .title-show1 img {
opacity: 0;
transform: scale(0);
transition: opacity 1s ease, transform 1s ease;
}

.title-show1.visible h2:nth-of-type(1),
.title-show1.visible img,
.title-show1.visible h2:nth-of-type(2) {
opacity: 1;
transform: scale(1);
}

.title-show1 h2:nth-of-type(1) {
transition-delay: 0.4s;
}

.title-show1 img {
transition-delay: 0.9s;
}

.title-show1 h2:nth-of-type(2) {
transition-delay: 1.2s;
}

/********** End Sức mạnh Pharceco  **********/

/* SHOW 2 */
.title-show2, .title-show3, .title-show4, .title-show5 {
width: 100%;
font-size: clamp(2rem, 3vw, 6rem);
font-weight: bold;
text-align: center;
padding-top: 1rem;
}
.content-show2 {
display: grid;
grid-template-columns: 50% 50%;
}
.slide-show2 div {
display: grid;
justify-content: center;
align-items: center;
}
.quan-ly {
gap: 2rem;
}
.quan-ly h2, .quan-ly p, .chat-ai h2, .chat-ai p {
text-align: center;
padding: 0 5rem;
}
.macbook {
background-color: var(--green);
border-radius: 8px 8px 0 0;
box-shadow: inset 0 1px 1px 1px #000,
inset 0 0 0 9px #111,
0 0 0 1px #ccc,
0 0 1px 2px hsla(0,0%,0%,.4),
0 0 50px hsla(0,0%,0%,.3);
display: block;
left: 50%;
position: relative;
top: 50%;
width: 300px;
height: 200px;
transform: translate(-50%, -50%);
z-index: 1;
}
.macbook:after {
background-color: #ddd;
background-image: linear-gradient(90deg, hsla(0,0%,0%,.3), hsla(0,0%,100%,.4) 2%, hsla(0,0%,100%,.1) 5%, hsla(0,0%,0%,.2) 95%, hsla(0,0%,100%,.2) 98%, hsla(0,0%,0%,.4));
border-bottom: 3px solid hsla(0,0%,40%,.75);
border-radius: 0 0 4px 4px;
box-shadow: 0 3px 7px hsla(0,0%,0%,.1);
content: '';
height: 7px;
left: -22px;
position: absolute;
right: -22px;
top: 100%;
}
.macbook:before {
background-color: #222;
border-radius: 100%;
content: '';
height: 3px;
left: 50%;
margin-left: -2px;
position: absolute;
top: 3px;
width: 3px;
z-index: 1;
}

:root {
--primary: #275EFE;
--primary-light: #7699FF;
--dark: #1C212E;
--grey-dark: #3F4656;
--grey: #6C7486;
--grey-light: #CDD9ED;
--white: #FFF;
--green: #16BF78;
--sand: #DCB773;
--sand-light: #EDD9A9;
}

.order {
appearance: none;
border: 0;
position: relative;
height: 95%;
width: 95%;
padding: 0;
outline: none;
cursor: pointer;
-webkit-mask-image: -webkit-radial-gradient(white, black);
-webkit-tap-highlight-color: transparent;
overflow: hidden;
transition: transform .3s ease;
top: 2.5%;
left: 2.5%;
}
.order span {
--o: 1;
position: absolute;
left: 0;
right: 0;
text-align: center;
top: 50%;
line-height: 24px;
color: var(--white);
font-size: 1.5rem;
font-weight: 500;
opacity: var(--o);
transition: opacity .3s ease;
transform: translateY(-50%);
}
.default {
animation: ScaleText 1.5s linear infinite;
}
@keyframes ScaleText {
0% {
scale: 1;
}
50% {
scale: 1.05;
color: red;
}
100% {
scale: 1;
}
}
.order span.default {
transition-delay: .3s;
}
.order span.success {
--offset: 16px;
--o: 0;
}
.order span.success svg {
width: 24px;
height: 20px;
display: inline-block;
vertical-align: top;
fill: none;
margin: 0px 0 0 0px;
stroke: var(--green);
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-dasharray: 16px;
stroke-dashoffset: var(--offset);
transition: stroke-dashoffset .3s ease;
}
.order:active {
transform: scale(.96);
}
.order .lines {
opacity: 0;
position: absolute;
height: 3px;
background: var(--white);
border-radius: 2px;
width: 6px;
top: 40%;
left: 100%;
box-shadow: 15px 0 0 var(--white), 30px 0 0 var(--white), 45px 0 0 var(--white), 60px 0 0 var(--white), 75px 0 0 var(--white), 90px 0 0 var(--white), 105px 0 0 var(--white), 120px 0 0 var(--white), 135px 0 0 var(--white), 150px 0 0 var(--white), 165px 0 0 var(--white), 180px 0 0 var(--white), 195px 0 0 var(--white), 210px 0 0 var(--white), 225px 0 0 var(--white), 240px 0 0 var(--white), 255px 0 0 var(--white), 270px 0 0 var(--white), 285px 0 0 var(--white), 300px 0 0 var(--white), 315px 0 0 var(--white), 330px 0 0 var(--white);
}
.order .back,
.order .box {
--start: var(--white);
--stop: var(--grey-light);
border-radius: 2px;
background: linear-gradient(var(--start), var(--stop));
position: absolute;
}
.order .truck {
width: 60px;
height: 41px;
left: 100%;
z-index: 1;
top: 30%;
position: absolute;
transform: translateX(24px);
}
.order .truck:before,
.order .truck:after {
--r: -90deg;
content: '';
height: 2px;
width: 20px;
right: 58px;
position: absolute;
display: block;
background: var(--white);
border-radius: 1px;
transform-origin: 100% 50%;
transform: rotate(var(--r));
}
.order .truck:before {
top: 4px;
}
.order .truck:after {
--r: 90deg;
bottom: 4px;
}
.order .truck .back {
left: 0;
top: 0;
width: 60px;
height: 41px;
z-index: 1;
}
.order .truck .front {
overflow: hidden;
position: absolute;
border-radius: 2px 9px 9px 2px;
width: 26px;
height: 41px;
left: 60px;
}
.order .truck .front:before,
.order .truck .front:after {
content: '';
position: absolute;
display: block;
}
.order .truck .front:before {
height: 13px;
width: 2px;
left: 0;
top: 14px;
background: linear-gradient(var(--grey), var(--grey-dark));
}
.order .truck .front:after {
border-radius: 2px 9px 9px 2px;
background: var(--primary);
width: 24px;
height: 41px;
right: 0;
}
.order .truck .front .window {
overflow: hidden;
border-radius: 2px 8px 8px 2px;
background: var(--primary-light);
transform: perspective(4px) rotateY(3deg);
width: 22px;
height: 41px;
position: absolute;
left: 2px;
top: 0;
z-index: 1;
transform-origin: 0 50%;
}
.order .truck .front .window:before,
.order .truck .front .window:after {
content: '';
position: absolute;
right: 0;
}
.order .truck .front .window:before {
top: 0;
bottom: 0;
width: 14px;
background: var(--dark);
}
.order .truck .front .window:after {
width: 14px;
top: 7px;
height: 4px;
position: absolute;
background: rgba(255, 255, 255, .14);
transform: skewY(14deg);
box-shadow: 0 7px 0 rgba(255, 255, 255, .14);
}
.order .truck .light {
width: 3px;
height: 8px;
left: 83px;
transform-origin: 100% 50%;
position: absolute;
border-radius: 2px;
transform: scaleX(.8);
background: rgba(240, 220, 95, 1);
}
.order .truck .light:before {
content: '';
height: 4px;
width: 7px;
opacity: 0;
transform: perspective(2px) rotateY(-15deg) scaleX(.94);
position: absolute;
transform-origin: 0 50%;
left: 3px;
top: 50%;
margin-top: -2px;
background: linear-gradient(90deg, rgba(240, 220, 95, 1), rgba(240, 220, 95, .7), rgba(240, 220, 95, 0));
}
.order .truck .light.top {
top: 4px;
}
.order .truck .light.bottom {
bottom: 4px;
}
.order .box {
--start: var(--sand-light);
--stop: var(--sand);
width: 30px;
height: 30px;
right: 80%;
top: 33%;
}
.order .box:before,
.order .box:after {
content: '';
top: 10px;
position: absolute;
left: 0;
right: 0;
}
.order .box:before {
height: 3px;
margin-top: -1px;
background: rgba(0, 0, 0, .1);
}
.order .box:after {
height: 1px;
background: rgba(0, 0, 0, .15);
}
.order.animate .default {
--o: 0;
transition-delay: 0s;
}
.order.animate .success {
--offset: 0;
--o: 1;
transition-delay: 7s;
}
.order.animate .success svg {
transition-delay: 7.3s;
}
.order.animate .truck {
animation: truck 10s ease forwards;
}
.order.animate .truck:before {
animation: door1 2.4s ease forwards .3s;
}
.order.animate .truck:after {
animation: door2 2.4s ease forwards .6s;
}
.order.animate .truck .light:before,
.order.animate .truck .light:after {
animation: light 10s ease forwards;
}
.order.animate .box {
animation: box 10s ease forwards;
}
.order.animate .lines {
animation: lines 10s ease forwards;
}

@keyframes truck {
10%, 30% {
transform: translateX(-164px);
}
40% {
transform: translateX(-104px);
}
60% {
transform: translateX(-224px);
}
75%, 100% {
transform: translateX(24px);
}
}

@keyframes lines {
0%, 30% {
opacity: 0;
transform: scaleY(.7) translateX(0);
}
35%, 65% {
opacity: 1;
}
70% {
opacity: 0;
}
100% {
transform: scaleY(.7) translateX(-400px);
}
}

@keyframes light {
0%, 30% {
opacity: 0;
transform: perspective(2px) rotateY(-15deg) scaleX(.88);
}
40%, 100% {
opacity: 1;
transform: perspective(2px) rotateY(-15deg) scaleX(.94);
}
}

@keyframes door1 {
30%, 50% {
transform: rotate(32deg);
}
}

@keyframes door2 {
30%, 50% {
transform: rotate(-32deg);
}
}

@keyframes box {
8%, 10% {
transform: translateX(40px);
opacity: 1;
}
25% {
transform: translateX(112px);
opacity: 1;
}
26% {
transform: translateX(112px);
opacity: 0;
}
27%, 100% {
transform: translateX(0px);
opacity: 0;
}
}
.logo-macbook {
position: absolute;
bottom: 10%;
left: 50%;
width: 60%;
transform: translateX(-50%);
opacity: 0.5;
}
.doctor-img {
	position: absolute;
	bottom: 9px;
}
.title-macbook {
	padding-top: 1rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.iphone {
width: 100%;
}
.iphone .img-iphone {
width: 100%;
position: relative;
}
#iphone {
width: 190px;
}
.reply-iphone {
position: absolute;
left: 10%;
top: 20%;
gap: 1rem;
}
.reply-iphone img {
width: 90%;
opacity: 0;
animation: fadeInOut 6s infinite;
}
.reply-iphone img:nth-child(1) {
animation-delay: 1s;
}

.reply-iphone img:nth-child(2) {
animation-delay: 2s;
}

.reply-iphone img:nth-child(3) {
animation-delay: 3s;
}

@keyframes fadeInOut {
0%, 100% {
opacity: 0;
}
10%, 50% {
opacity: 1;
}
}

.title-content3 {
font-size: 1.2rem;
display: flex;
justify-content: center;
}
.title-content3 i {
width: 50%;
display: inline-block;
}
.media-show3 {
display: flex;
padding: 1rem 2rem;
gap: 5rem;
}
.media-show3 .card {
flex: 1;
background-image: url(images/gradient-squares.png);
width: var(--card-width);
height: var(--card-height);
padding: 3px;
position: relative;
border-radius: 6px;
justify-content: center;
align-items: center;
text-align: center;
display: grid;
grid-auto-rows: 10% 70% 20%;
font-size: 1.5em;
color: var(--color-text);
cursor: pointer;
border: solid 1px;
box-shadow: 1px 4px 2px rgba(16, 16, 16, 0.4),
	1px 10px 10px rgba(16, 16, 16, 0.2),
	1px 10px 20px rgba(16, 16, 16, 0.2),
	1px 10px 25px rgba(16, 16, 16, 0.4);
}
.card:hover {
color: transparent;
transition: color 1s;
font-weight: bold;
}
.card:hover:before {
animation: spin 2.5s linear infinite;
opacity: 1;
}
.card::before {
animation: none;
opacity: 0;
content: "";
width: 104%;
height: 102%;
border-radius: 8px;
background-image: linear-gradient(
var(--rotate)
, var(--color-text), var(--color-main-2) 50%, var(--color-main));
position: absolute;
z-index: -1;
top: -1%;
left: -2%;	  
}
@keyframes spin {
0% {
--rotate: 0deg;
}
100% {
--rotate: 360deg;
}
}
.title-card {
font-size: 1.5rem;
}
.content-card {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 15px;
justify-items: center;
align-items: center;
}
.content-card img {
width: 100px;
height: auto;
object-fit: contain;
}
.noi-dung-cart p {
font-size: 1rem;
text-align: justify;
padding: 0 1rem;
}
.card-2 {
display: block;
position: relative;
height: 100%;
}
.card-2 img:nth-child(2) {
position: absolute;
right: 0;
bottom: 0;
z-index: 1;
}
.card-2 img:nth-child(1) {
position: absolute;
left: 0;
top: 10%;
width: 70%;
}
.card-3 {
grid-template-columns: unset;
}
.card-3 iframe, .card-3 img {
aspect-ratio: 3/2.5;
}
.card-3 img {
width: 100%;
}
.card-img {
position: relative;
overflow: hidden;
}
.card-img img:first-child {
aspect-ratio: unset;
position: absolute;
top: 5%;
left: 50%;
width: 30%;
animation: moveOn 3s linear infinite;
}
@keyframes moveOn {
0% {
left: 100%;
transform: translateX(-50%) skewX(-30deg);
opacity: 0;
}
45% {
left: 45%;
transform: translateX(-50%) skewX(0);
opacity: 0.5;
} 
50% {
left: 50%;
transform: translateX(-50%) skewX(0);
opacity: 1;
}
85% {
left: 52%;
transform: translateX(-50%) skewX(0);
opacity: 1;
} 
100% {
left: -100%;
transform: translateX(-50%) skewX(-30deg);
opacity: 0;
}
}
.media-show4 {
display: grid;
grid-template-columns: 50% 50%;
}

.chart-2 {
display: flex;
justify-content: space-around;
align-items: flex-end;
height: 50vh;
border-left: 2px solid #333;
border-bottom: 2px solid #333;
padding: 0 20px;
position: relative;
}

.chart-2::before {
content: '';
position: absolute;
width: 100%;
height: 1px;
background: #ccc;
bottom: 20%;
left: 20px;
}

.bar-2 {
width: 15%;
background: linear-gradient(90deg, #4CAF50, #81C784);
display: flex;
justify-content: center;
align-items: flex-end;
position: relative;
height: 0; /* Bắt đầu từ 0 */
animation: grow-2 2s ease-out forwards; /* Áp dụng animation */
}

.bar-2 span {
position: absolute;
bottom: -20px;
font-size: 14px;
font-weight: bold;
color: #333;
}

.bar-2:hover {
opacity: 0.8;
}

/* Keyframes cho hiệu ứng cột tăng */
@keyframes grow-2 {
from {
height: 0;
}
to {
height: var(--target-height);
}
}
.doanh-thu {
display: grid;
gap: 1rem;
justify-content: center;
padding: 1rem 2rem;
}
.doanh-thu p:last-child {
font-size: 1rem;
text-align: center;
}
.doanh-thu p:first-child {
text-align: center;
}
.ads {
height: 50vh;
display: flex;
justify-content: center;
}
.ads img {
height: 100%;
filter: drop-shadow(2px 4px 6px black);
}

/* Khó khăn */
.kho-khan {
display: grid;
grid-template-rows: 15% 80%;
gap: 5%;
padding: 1rem 2rem;
box-sizing: border-box;
background-image: radial-gradient(
circle at 100% 20%,
rgba(161, 19, 19, 0.1) 0%,
rgba(184, 184, 184, 0.1) 33%,
rgba(96, 96, 96, 0.1) 33%,
rgba(96, 96, 96, 0.1) 66%,
rgba(7, 7, 7, 0.1) 66%,
rgba(7, 7, 7, 0.1) 99%
),
linear-gradient(40deg, var(--color-main-2), var(--color-main), var(--color-main), var(--color-main-2));
}
.kho-khan h2 {
font-size: clamp(2rem, 3vw, 6rem);
text-align: center;
font-weight: bold;
color: var(--color-text);
}
.kho-khan-media {
display: grid;
grid-template-columns: 32% 32% 32%;
gap: 2%;
align-items: center;
}

.card-4 {
position: relative;
width: 100%;
height: 70vh;
background: #ffffff33;
margin: 0 auto;
border-radius: 4px;
box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
display: grid;
grid-template-rows: 15% 75% 10%;
}
.card-4 .chart-2::before {
width: 95%;
bottom: 80%;
left: 5%;
}
.card-4 .chart-2 {
margin: 0 10px;
}
.title-card4, .year {
display: flex;
justify-content: center;
align-items: center;
color: white;
font-size: 1.5rem;
}
.media-card4 {
display: grid;
gap: 1.5rem;
}
.media-card4 img {
padding: 0 0.5rem;
}
.year {
font-size: 1rem;
font-style: italic;
padding: 0 1rem;
}
.card-4 .fa-arrow-down {
position: absolute;
top: 10%;
color: red;
font-size: 1.5rem;
animation: downArrow 2s linear infinite;
}
@keyframes downArrow {
0% {
	transform: translateY(0);
}
100% {
	transform: translateY(15px);
}
}
/* Circle Chart*/
.circle-char {
display: grid;
justify-items: center;
align-items: center;
}
.pie-chart {
width: 70%;
aspect-ratio: 1/1;
border-radius: 50%;
background: conic-gradient(
	#4caf50 0% 15%,
	#ff9800 15% 70%,
	#f44336 70% 100%
);
}
.stats {
display: flex;
justify-content: center;
align-items: center;
}
.stats ul {
display: flex;
gap: 2rem;
}
.stats li {
position: relative;
margin: 10px 0;
color: white;
font-style: italic;
}
.stats li::before {
content: '';
position: absolute;
width: 15px;
height: 15px;
left: -1rem;
top: 2px;
}

[data-name="ban-chay"]::before {
background-color: #4caf50;
}

[data-name="hang-ton"]::before {
background-color: #ff9800;
}

[data-name="het-han"]::before {
background-color: #f44336;
}

/* Khó khăn chi tiết */
.kho-khan-chung {
display: grid;
padding: 1rem 2rem;
grid-template-columns: 30% 65%;
gap: 5%;
background-color: #30413f;
}
.kho-khan-1 {
background-image: url(/images/binding-light.png);
}
.kho-khan-2 {
background-image: url(/images/checkered-light-emboss.png);
}
.kho-khan-3 {
background-image: url(/images/light-wool.png);
}
.title-kho-khan {
font-size: 3rem;
padding: 2rem;
text-align: center;
font-weight: bold;
display: grid;
color: var(--color-text);
}
.title-kho-khan .fa-arrow-down:before {
	border: solid 2px var(--color-main);
    padding: 1rem;
    border-radius: 10px;
    background: #ffffff;
}
.title-kho-khan hr {
display: block;
background: var(--color-main);
height: 0.25rem;
width: 100%;
}
.title-kho-khan a h2 {
	font-size: 2rem;
	white-space: nowrap;
	text-align: center;
}

/* Khó khăn 1 */
.background[data-item="three"] {
background: url(/images/Pharmacity.jpg);
background-size: cover;
backdrop-filter: blur(10px);
}
.background-2 {
max-height: 90vh;
border-radius: 20px;
display: flex;
gap: 1rem;
align-items: flex-end;
justify-content: space-evenly;
backdrop-filter: 2px;
border: solid 1px var(--color-text);
padding-bottom: 5rem;
}
.bg-3 {
	display: unset;
}
.background-2 img {
width: 40%;
border-radius: 10px;
border: solid 1px white;
z-index: 1;
}
.background-2 .chart-container {
z-index: 1;
position: absolute;
top: 0;
padding: 10px;
}
.content-sub {
background-color: #03524e82;
border-radius: 10px;
border: solid 1px white;
top: 20%;
}
.content-sub ul {
display: grid;
gap: 10px;
}
.content-sub li {
	text-transform: uppercase;
	font-weight: bold;
text-align: justify;
}
.fa-arrow-down {
text-align: center;
color: var(--color-main);
}
.logo-buttom {
background: var(--color-text);
padding: 1rem;
border-radius: 10px;
border: solid 3px var(--color-main);
}
.blur-container {
width: 100%;
height: 100%;
backdrop-filter: blur(2px);
position: absolute;
top: 0;
left: 0;
}
.background[data-item="four"] {
background: url(/images/tai-chinh-bg.jpg);
background-size: cover;
backdrop-filter: blur(10px);
}
.swiper-pagination-2 {
bottom: 5% !important;
}
.background[data-item="five"] {
background: url(/images/nha-thuoc-le.webp);
background-size: cover;
backdrop-filter: blur(10px);
}
.background[data-item="five sub"] {
	background: url(images/long-chau.jpg);
	background-size: cover;
	backdrop-filter: blur(10px);
	}
.content-sub h1 {
font-size: clamp(1rem, 2vw, 1.5rem);
}
.background[data-item="six"] {
background: url(/images/hoa-don.jpg);
background-size: cover;
backdrop-filter: blur(10px);
}
.background[data-item="seven"] {
background: url(/images/mkt-bg.jpg);
background-size: cover;
backdrop-filter: blur(10px);
}
.background[data-item="eight"] {
background: url(/images/thuoc-het-han.webp);
background-size: cover;
backdrop-filter: blur(10px);
}
.background-2 .chart img {
border: unset;
}
.arrow-down {
width: 100% !important;
}
.background-2 .chart-container h2 {
font-size: 1.5rem;
color: white;
}
.Infomation {
position: absolute;
z-index: 1;
bottom: 0;
left: 10%;
}
.Infomation p {
text-align: center;
color: white;
}
.het-hang-4 {
position: absolute;
bottom: 10%;
left: 50%;
}
.background[data-item="nine"] {
background: url(/images/an-khang.jpg);
background-size: cover;
backdrop-filter: blur(10px);
}
.background[data-item="ten"] {
background: url(/images/GPP.jpg);
background-size: cover;
backdrop-filter: blur(10px);
}
.background[data-item="eleven"] {
background: url(/images/bg-doi-ngu.jpg);
background-size: cover;
backdrop-filter: blur(10px);
}

.gtgt {
  position: absolute;
  z-index: 1;
  right: 5%;
  bottom: 5%;
}

.text-bg {
  display: grid;
  grid-template-columns: 50% 50%;
  flex-wrap: nowrap;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: #ffffff24;
}
.img-content img {
  width: unset;
  border-radius: unset;
  border: unset;
}
.text-content {
  display: grid;
  text-align: center;
  font-size: 2rem;
  align-items: center;
  color: white;
}

/* Paper */
.paper {
z-index: 1;
width:300px;
height:450px;
position:relative;
background:#D7FFF1;
transform:translateZ(0) perspective(1000px) rotateX(30deg) rotateZ(30deg);  
box-shadow:5px 5px 10px #285943;
top: 30%;
left: 5%;
display: grid;
grid-template-rows: 30% 70%;
}
.paper h2 {
text-align: center;
padding-top: 2rem;
font-size: 2rem;
font-weight: bold;
}
.hr {
display: grid;
align-items: center;
padding: 0 2rem;
}
.hr div {
width: 100%;
height: 0.1rem;
background-color: black;
}
.hr div:nth-child(1) {
animation: textTo1 10s linear infinite;
}

.hr div:nth-child(2) {
animation: textTo2 10s linear infinite;
}

.hr div:nth-child(3) {
animation: textTo3 10s linear infinite;
}

.hr div:nth-child(4) {
animation: textTo4 10s linear infinite;
}

.hr div:nth-child(5) {
animation: textTo5 10s linear infinite;
}
@keyframes textTo1 {
0% {
width: 0%;
}
20% {
width: 100%;
}
}
@keyframes textTo2 {
0%, 20% {
width: 0%;
}
40% {
width: 100%;
}
}
@keyframes textTo3 {
0%, 40% {
width: 0%;
}
60% {
width: 100%;
}
}
@keyframes textTo4 {
0%, 60% {
width: 0%;
}
80% {
width: 100%;
}
}
@keyframes textTo5 {
0%, 80% {
width: 0%;
}
100% {
width: 100%;
}
}

/* Đồng Hành */
.dong-hanh {
display: grid;
grid-template-rows: 45% 55%;
border-bottom: solid 5px var(--color-main);
}
.tittle-dong-hanh {
overflow: hidden;
display: grid;
grid-template-rows: 30% 40% 30%;
text-align: center;
justify-content: center;
align-items: center;
color: var(--color-text);
background: var(--color-main);
}
.tittle-dong-hanh img {
max-width: 40vw;
}
.tittle-dong-hanh h2 {
font-size: 3rem;
font-weight: bold;
opacity: 0;
transform: translateX(100%);
transition: all 1s ease-in-out;
}
.tittle-dong-hanh div {
display: flex;
justify-content: center;
}
.h2-1.active {
opacity: 1;
transform: translateX(0);
}

.content-dong-hanh {
display: grid;
grid-template-columns: repeat(5, 1fr);
padding: 0rem 3vw;
gap: 1vw;
}
.card-container {
width: 18vw;
height: 18vw;
aspect-ratio: 1/1;
perspective: 1000px;
margin: auto;
cursor: pointer;
}
.card-inner {
width: 100%;
height: 100%;
transition: transform 1s;
transform-style: preserve-3d;
position: relative;
}
.card-front, .card-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
align-items: center;
justify-content: center;
font-size: 1.5rem;
border: 1px solid #ccc;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.card-back {
padding: 1rem;
transform: rotateY(180deg);
font-size: 1rem;
display: grid;
align-content: space-between;
}
.card-inner.is-flipped {
transform: rotateY(180deg);
}

@keyframes rotate90 {
0% {
opacity: 0;
transform: rotateZ(90deg);
}
100% {
opacity: 1;
transform: rotateZ(0deg);
}
}
.swiper-4-container {
display: grid;
grid-template-rows: 20% 80%;
padding: 1rem 0;
}
.title-swiper4 {
background: var(--color-main-2);
color: white;
font-size: 1.4rem;
font-weight: bold;
align-items: center;
justify-content: center;
display: flex;
border-bottom: solid 10px white;
border-radius: 10px;
overflow: hidden;
}
.card-back ul {
list-style-type: disc;
padding-left: 1rem;
font-size: 1.2rem;
font-weight: bold;
}
.card-back div {
display: flex;
justify-content: center;
}
.card-back div img {
width: 5vw;
animation: spinLogo 3s linear infinite;
}
@keyframes spinLogo {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

/* Lợi Ích */
@keyframes fadeInGrow {
0% {
opacity: 0;
transform: scale(0) translateY(200%);
}
100% {
opacity: 1;
transform: scale(1) translateY(0);
}
}

.loi-ich {
position: relative;
}

.animated-div {
width: 100%;
height: 100%;
background: linear-gradient(180deg, var(--color-main) 30%, var(--color-main-2));
opacity: 0;
transition: all 1s ease;
transform: translateY(200%);
gap: 2vw;
padding: 2rem;
}

.play-animation {
animation: fadeInGrow 2s ease-in-out forwards;
}
.rotate-icon {
animation: Rotate360 2s ease-in-out forwards;
}
@keyframes Rotate360 {
0% {
transform: rotate(0deg);
scale: 1;
top: 10%;
opacity: 0.5;
}
100% {
transform: rotate(360deg);
scale: 1.5;
top: 90%;
opacity: 0.5;
}
}

.movDown {
	animation: movDown 2s ease-in-out forwards;
}
@keyframes movDown {
	0% {
	bottom: 0%;
	}
	100% {
	bottom: -100%;
	}
	}

.trigger-btn {
position: absolute;
z-index: 1;
cursor: pointer;
bottom: 0;
left: 50%;
transform: translateX(-50%);
max-height: 40vh;
}
.img-bg {
position: relative;
opacity: 0.9;
}
.img-noidung, .icon {
position: absolute;
}
.img-noidung {
width: 9vw;
top: 7%;
left: 53%;
transform: translateX(-50%);
z-index: 1;
}
.icon {
top: 10%;
left: 45%;
z-index: 2;
width: 5vw;
}
.animated-div2 {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.animated-div3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.animated-div4 {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.animated-div .content-animated {
padding: 1rem;
background: #ffffff2e;
border-radius: 20px;
}
.bg-loi-ich {
position: absolute;
z-index: -1;
width: 100%;
height: 60vh;
top: 0;
display: grid;
justify-items: center;
align-items: center;
background: linear-gradient(180deg, var(--color-main), white);
}
.bg-loi-ich h2 {
text-align: center;
font-size: 5rem;
text-transform: uppercase;
font-weight: bold;
color: var(--color-main);
}
.title-animated {
font-size: 1.5rem;
color: white;
font-weight: bold;
}
.media-animated {
display: grid;
gap: 2rem;
padding-top: 2rem;
}
.media-animated i {
font-size: 5rem;
color: white;
cursor: pointer;
}
.media-animated p {
font-size: 1.2rem;
color: white;
}
.media-content {
position: relative;
}
.media-content p {
padding-top: 5px;
}
.sub-img {
display: grid;
margin-top: 2rem;
opacity: 0;
gap: 2rem;
}
.sub-content {
position: absolute;
background: white;
color: var(--color-main);
width: 18vw;
right: -4%;
top: -10%;
border-radius: 5px;
padding: 5px;
opacity: 0;
}
.sub-content p {
color: black;
font-size: 1rem;
}
.play-opancity {
animation: playOpancity 2s ease-in-out forwards;
}
@keyframes playOpancity {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

.play-hidden {
animation: playHidden 2s ease-in-out forwards;
}
@keyframes playHidden {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.icon-mkt {
display: grid;
grid-template-columns: 22% 22% 22% 22%;
gap: 4%;
}
.icon-mkt i {
font-size: 3rem;
}
.content-animated {
display: grid;
grid-template-rows: 20% 80%;
}
#loi-ich-2  .content-animated {
display: grid;
grid-template-rows: 5% 90%;
}
.title-animated {
border-bottom: solid 1px white;
}

.button:hover {
scale: 1.02;
}
.button:active {
scale: 0.98;
}
.footer {
display: grid;
grid-template-rows: 40% 60%;
}
.logo-footer {
display: flex;
justify-content: center;
align-content: center;
padding: 2rem;
}
.title-footer {
text-align: center;
color: white;
font-size: 4rem;
font-weight: bold;
display: grid;
justify-items: center;
align-items: center;
background: linear-gradient(0deg, var(--color-main), white);
}

footer {
position: relative;
}

.logo-footer, .title-footer {
opacity: 0;
transform: scale(0);
transition: transform 1s, opacity 1s;
will-change: transform, opacity;
}

.title-footer {
transform: translateY(150px);
}

footer.active .logo-footer {
opacity: 1;
transform: scale(1);
}

footer.active .title-footer {
opacity: 1;
transform: translateY(0);
}  
.tiktok-icon {
border-radius: 20px;
}

/* Slide bo sung */
.sub-img .swiper-container-2 {
	width: 20vw;
	height: auto;
	overflow: hidden;
  }
.sub-img .swiper-slide img {
	width: 100%;
	height: 100%;
  }

  .media-content .swiper-container-2 {
	width: 20vw;
	overflow: hidden;
  }
  #loi-ich-3 .swiper-container-2 {
	width: 28vw;
	position: relative;
  }
  #loi-ich-3 .swiper-container-2 .logo-img {
	width: 8vw;
	position: absolute;
	top: 5%;
	left: 5%;
	z-index: 1;
	opacity: 0.7;
  }

#loi-ich-4 .media-animated {
	grid-template-rows: 80% 20%;
}
#loi-ich-4 .media-animated {
	gap: 0;
}
.cong-nghe {
	display: grid;
	grid-template-columns: 30% 60%;
	align-items: flex-end;
	gap: 10%;
}
.cong-nghe p {
	text-align: center;
}

  /* Tab bo sung */
  .swiper-images img {
    display: none;
    width: 100%;
    border-radius: 8px;
    transition: opacity 0.3s ease-in-out;
}
.swiper-images img.active2 {
    display: block;
}

/* Quyen Loi */
.navigation-button {
	display: none;
}
.swiper-button-prev,
.swiper-button-next {
	display: none;
}
.swiper-button-prev.visible,
.swiper-button-next.visible {
	display: block;
}
.swiper2 {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.quyen-loi {
	position: relative;
}
.quyen-loi-1 {
	display: grid !important;
	grid-template-rows: 30% 40% 30%;
	justify-items: center;
	align-items: center;
	background: linear-gradient(to right, white 0%, var(--color-main-2) 10%, #03524e 50%, var(--color-main-2) 90%, white 100%);
}
.quyen-loi-1 h2 {
	font-size: 5rem;
	color: white;
	font-weight: bold;
}
.quyen-loi-2 {
	background: url(images/bg-quyen-loi-2.webp);
}
.quyen-loi-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: radial-gradient(circle at 70% 80%, rgba(0, 0, 0, 0) 20%, var(--color-main-2) 100%);
    z-index: -1;
}
.quyen-loi-2,
.quyen-loi-3,
.quyen-loi-4,
.quyen-loi-5 {
	display: grid !important;
	grid-template-rows: 30% 70%;
	justify-items: center;
	align-items: center;
}
.title-quyen-loi {
	color: white;
	font-weight: bold;
	font-size: 3rem;
	text-align: center;
	text-transform: uppercase;
	display: grid;
	justify-items: center;
}
.title-quyen-loi img {
	max-width: 20vw;
}
.container-quyen-loi {
	display: grid;
	grid-template-columns: 40% 60%;
	width: 100%;
	padding: 0 2rem;
}
.container-quyen-loi div {
	padding: 2rem;
	display: grid;
	justify-items: center;
}
.card-noidung {
	width: 70%;
    font-size: 1.5rem;
    color: white;
    background: #0da7997a;
    border-radius: 10px;
    border: solid 2px;
	margin: auto;
}
.char-nguonhang {
	width: 80%;
	height: 50vh;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	display: grid;
	grid-template-columns: repeat(4, 20%);
	gap: 5%;
	padding-bottom: 0 !important;
	align-items: end;
	position: relative;
	background-color: transparent;
	background-image: 
	  linear-gradient(to right, rgba(0, 0, 0, 0.1) 1px, transparent 1px),
	  linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 1px, transparent 1px); 
	background-size: 50px 50px;
}
.char-nguonhang img {
	position: absolute;
	transform: rotate(60deg);
	opacity: 0.8;
}
.quyen-loi-2 .media-noidung {
	position: relative;
}
.sub-bar::after {
	content: 'Lượng hàng nhập';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: white;
}
.sub-bar::before {
	content: "↑";
	position: absolute;
	top: -20%;
	left: 50%;
	transform: translateX(-50%);
	color: var(--color-main-2);
	font-size: 2rem;
}
.quyen-loi-2 .media-noidung::before {
	content: "Giá bán";
	position: absolute;
	bottom: 10%;
	right: 10%;
	color: red;
	font-weight: bold;
}

.quyen-loi-3 {
	background: url(images/bg-quyen-loi-3.jpg);
	background-size: cover;
}
.quyen-loi-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: radial-gradient(circle at 70% 70%, rgba(0, 0, 0, 0) 20%, var(--color-main-2) 100%);
    z-index: -1;
}
.quyen-loi-3 .media-noidung {
	padding: 0 !important;
}
.container {
    width: 100%;
	display: flex !important;
}
.contentql {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 1.5s ease;
	gap: 1rem;
}
.contentql p {
	background-color: #ffffff96;
	border-radius: 5px;
	padding: 5px;
}
.div1 {
    opacity: 1;
}
.div2 {
    opacity: 0;
}

.quyen-loi-4 {
	background: url(images/giao-hang.webp);
	background-size: cover;
}
.quyen-loi-4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: radial-gradient(circle at 70% 70%, rgba(0, 0, 0, 0) 20%, var(--color-main-2) 100%);
    z-index: -1;
}
.quyen-loi-4 .media-noidung {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
}
.luan-chuan-hang {
	display: grid !important;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	width: 30vw;
	aspect-ratio: 1/1;
	position: relative;
}
.quyen-loi-4 .media-noidung div {
	padding: 0 !important;
}
.grid-item {
	display: flex;
	align-items: center;
	justify-content: center;
  }

.small {
	grid-column: auto;
  }
  .grid-item i {
	position: absolute;
	font-size: 4rem;
	color: var(--color-main-2);
	text-align: center;
  }
  .fa-shop {
	display: grid !important;
  }
  .fa-shop::after {
	content: 'Nhà thuốc';
	color: white;
	background-color: var(--color-main-2);
	font-family: Roboto;
	font-size: 1rem;
	padding: 2px;
	border-radius: 5px;
	text-align: center;
	margin-top: 2px;
  }
  .small1 .fa-shop {
	top: 0;
	left: 0;
  }
  .small2 .fa-shop {
	top: 0;
	right: 0;
  }
  .small3 .fa-shop {
	bottom: 0;
	left: 0;
  }
  .small4 .fa-shop {
	bottom: 0;
	right: 0;
  }
  .fa-arrow-right {
	position: absolute;
	font-size: 3rem;
  }
  .arr1 {
    top: 25%;
	left: 25%;
    transform: rotate(45deg);
	color: var(--color-arrow1);
  }
  .arr1::after {
	content: 'hàng tồn';
	font-family: Roboto;
	position: absolute;
	font-size: 0.8rem;
	transform: translateX(-50%);
	white-space: nowrap;
	top: -10px;
	left: 50%;
  }
  .arr2 {
    bottom: 25%;
    transform: rotate(135deg);
    left: 25%;
	color: var(--color-arrow2);
  }
  .arr2::after {
	content: 'hàng hiếm';
	font-family: Roboto;
	position: absolute;
	font-size: 0.8rem;
	transform: translateX(-50%) rotate(180deg);
	white-space: nowrap;
	top: -10px;
	left: 50%;
  }
  .arr3 {
    bottom: 25%;
    transform: rotate(-45deg);
    left: 25%;
	color: var(--color-arrow1);
  }
  .arr3::after {
	content: 'hàng tồn';
	font-family: Roboto;
	position: absolute;
	font-size: 0.8rem;
	transform: translateX(-50%);
	white-space: nowrap;
	top: -10px;
	left: 50%;
  }
  .arr4 {
    bottom: 25%;
    transform: rotate(45deg);
    right: 25%;
	color: var(--color-arrow2);
  }
  .arr4::after {
	content: 'hàng hiếm';
	font-family: Roboto;
	position: absolute;
	font-size: 0.8rem;
	transform: translateX(-50%);
	white-space: nowrap;
	top: -10px;
	left: 50%;
  }
  .arr5 {
    bottom: 25%;
    transform: rotate(-135deg);
    right: 25%;
	color: var(--color-arrow1);
  }
  .arr5::after {
	content: 'hàng tồn';
	font-family: Roboto;
	position: absolute;
	font-size: 0.8rem;
	transform: translateX(-50%) rotate(180deg);
	white-space: nowrap;
	top: -10px;
	left: 50%;
  }
  .arr6 {
	top: 25%;
	right: 25%;
	transform: rotate(-45deg);
	color: var(--color-arrow2);
  }
  .arr6::after {
	content: 'hàng hiếm';
	font-family: Roboto;
	position: absolute;
	font-size: 0.8rem;
	transform: translateX(-50%);
	white-space: nowrap;
	top: -10px;
	left: 50%;
  }
  .arr7 {
	top: 25%;
	right: 25%;
	transform: rotate(135deg);
	color: var(--color-arrow1);
  }
  .arr7::after {
	content: 'hàng tồn';
	font-family: Roboto;
	position: absolute;
	font-size: 0.8rem;
	transform: translateX(-50%) rotate(180deg);
	white-space: nowrap;
	top: -10px;
	left: 50%;
  }
  .arr8 {
	top: 25%;
	left: 25%;
    transform: rotate(-135deg);
	color: var(--color-arrow2);
  }
  .arr8::after {
	content: 'hàng hiếm';
	font-family: Roboto;
	position: absolute;
	font-size: 0.8rem;
	transform: translateX(-50%) rotate(180deg);
	white-space: nowrap;
	top: -10px;
	left: 50%;
  }
  .fa-arrow-right:before {
	filter: drop-shadow(1px 2px 3px #333333);
  }
  .fa-arrow-right {
	opacity: 0;
	transition: opacity 1.5s ease;
  }
  .luan-chuan-hang img {
	position: absolute;
	width: 20%;
  }
  .arrow-group {
	position: absolute;
	width: 100%;
	height: 100%;
  }
  .logo-rotate {
	position: absolute;
	width: 100%;
	height: 100%;
	align-items: center;
	animation: rotateIcon 6s linear infinite;
  }
  @keyframes rotateIcon {
	0% {
		transform: rotate(0);
	}
	33.33% {
		transform: rotate(-120deg);
	}
	66.66% {
		transform: rotate(-240deg);
	}
	100% {
		transform: rotate(-360deg);
	}
  }

.quyen-loi-5 {
background: url(images/hop-tac.jpg);
background-size: cover;
}
.quyen-loi-5::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at 50% 70%, rgba(0, 0, 0, 0) 20%, var(--color-main-2) 100%);
z-index: -1;
}

.quyen-loi-5 .media-noidung div {
	padding: 0 !important;
	display: flex !important; 
}
.quyen-loi-5 .media-noidung {
	position: relative;
}
.quyen-loi-5 .swiper-child {
	width: 42vw;
	height: auto;
	aspect-ratio: 900/633;
}

/* Policy */
.policy {
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: grid;
	justify-content: center;
	align-items: center;
	background: var(--color-main);
	overflow: hidden;
  }
  .logo-policy {
	position: absolute;
	width: 100%;
	z-index: 0;
	opacity: 0.2;
	display: flex;
	justify-content: center;
  }
  .title-policy {
	text-align: center;
	font-size: 3rem;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
  }
  .swiper {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
  }
  
  .policy .swiper-slide {
	width: 25vw !important;
	aspect-ratio: 3/4;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	display: flex;
	filter: blur(1px);
	flex-direction: column;
	justify-content: end;
	align-items: self-start;
	opacity: 0.7;
  }
  
  .swiper-slide-active {
	filter: blur(0px) !important;
	opacity: 1 !important;
  }
.policy .swiper-slide-active div {
	background-color: #0da7998f;
  }
  
  .swiper-pagination-bullet,
  .swiper-pagination-bullet-active {
	background: #fff;
  }
  
  .policy .swiper-slide span {
	text-transform: uppercase;
	color: #fff;
	background: #1b7402;
	padding: 7px 18px 7px 25px;
	display: inline-block;
	border-radius: 0 20px 20px 0px;
	letter-spacing: 2px;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
  }
  
  .policy .swiper-slide h2 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.4;
	margin-bottom: 15px;
	padding: 25px 45px 0 25px;
  }
  
  .policy .swiper-slide p {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	display: flex;
	align-items: center;
	padding: 0 25px 35px 25px;
  }
  
  .swiper-slide--one {
	background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
	  url(images/nguoi-tieu-dung.jpg)
		no-repeat 50% 50% / cover;
  }
  
  .swiper-slide--two {
	background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
	  url("images/hang-chat-luong.jpg")
		no-repeat 50% 50% / cover;
  }
  
  .swiper-slide--three {
	background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
	  url("images/chi-tieu.jpg")
		no-repeat 50% 50% / cover;
  }
  
  .swiper-slide--four {
	background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
	  url("images/cong-dong.jpg")
		no-repeat 50% 50% / cover;
  }
  
  .swiper-slide--five {
	background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
	  url("images/loi-ich.jpg")
		no-repeat 50% 50% / cover;
  }
  
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right {
	background-image: none;
  }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0 !important;
}
.swiper-button-next,
.swiper-button-prev {
	color: var(--color-main) !important;
	font-weight: bold;
}

.logictis {
	width: 100%;
	aspect-ratio: 380/320;
	position: relative;
}
.nha-ban-hang {
	width: 20%;
	position: absolute;
	top: 0;
	left: 0;
}
.logictis p {
	font-size: 0.8rem;
	white-space: nowrap;
	text-align: center;
}
.pharceco {
	width: 20%;
	position: absolute;
	top: 0;
	right: 0;
}
.nha-cung-cap {
	width: 20%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.arrow-2 {
	display: flex;
	align-items: center;
	width: 50%;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
  }

  .arrow-line {
	width: 100%; 
	height: 4px;
	background-color: black;
	transform-origin: left;
	animation: draw-line 2s ease-out infinite;
  }

  .arrow-head {
	width: 0;
	height: 0;
	border-left: 10px solid black;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	animation: show-head 2s ease-out infinite;
  }
  .arrow-3 {
	transform: rotate(120deg);
    width: 40%;
    top: 50%;
  }
  .arrow-4 {
	left: 10%;
	transform: rotate(240deg);
  }
.arrow-4 .arrow-head {
	border-left: 10px solid black;
}

@keyframes draw-line {
	from {
	  width: 0;
	}
	to {
	  width: 100%;
	}
  }
  .pharceco img {
	animation: spinLogo 3s linear infinite;
  }
  .logictis h2 {
	position: absolute;
    z-index: 2;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%);
    font-size: 2rem;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
  }

  /* Section ket qua */
  .ket-qua {
	background-color: var(--color-main);
	display: grid;
	grid-template-rows: 20% 60% 20%;
	padding: 0 3vw;
  }
  .logo-pharceco {
	display: flex;
	justify-content: center;
	margin: 2rem 0;
	padding: 5px;
	background-color: white;
	border-radius: 10px;
  }
  .title-kq {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
  }
  .cac-kq {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1%;
  }
  .kq {
	width: 19%;
	background-color: white;
	border-radius: 5px;
	display: grid;
	grid-auto-rows: 80% 20%;
	padding: 5px;
	border: solid var(--color-main-2);
	box-shadow: 1px 2px 4px rgb(255 255 255 / 40%);
  }
  .stars-container {
    display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.star {
    font-size: 50px;
    color: gold;
    opacity: 0;
    animation: appear 1s ease-in-out forwards;
}

@keyframes appear {
    to {
        opacity: 1;
    }
}

.star:nth-child(1) {
    animation-delay: 0.2s;
}

.star:nth-child(2) {
    animation-delay: 0.4s;
}

.star:nth-child(3) {
    animation-delay: 0.6s;
}

.star:nth-child(4) {
    animation-delay: 0.8s;
}

.star:nth-child(5) {
    animation-delay: 1s;
}

.text-kq {
	background: var(--color-main-2);
	color: white;
	padding: 5px;
	border-radius: 5px;
}

.feedback {
    --normal: #ECEAF3;
    --normal-shadow: #D9D8E3;
    --normal-mouth: #9795A4;
    --normal-eye: #595861;
    --active: #F8DA69;
    --active-shadow: #F4B555;
    --active-mouth: #F05136;
    --active-eye: #313036;
    --active-tear: #76b5e7;
    --active-shadow-angry: #e94f1d;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
	justify-content: space-around;
    li {
        position: relative;
        border-radius: 50%;
        background: var(--sb, var(--normal));
        box-shadow: inset 3px -3px 4px var(--sh, var(--normal-shadow));
        transition: background .4s, box-shadow .4s, transform .3s;
        -webkit-tap-highlight-color: transparent;
        &:not(:last-child) {
        }
        div {
            width: 40px;
            height: 40px;
            position: relative;
            transform: perspective(240px) translateZ(4px);
            svg,
            &:before,
            &:after {
                display: block;
                position: absolute;
                left: var(--l, 9px);
                top: var(--t, 13px);
                width: var(--w, 8px);
                height: var(--h, 2px);
                transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);
            }
            svg {
                fill: none;
                stroke: var(--s);
                stroke-width: 2px;
                stroke-linecap: round;
                stroke-linejoin: round;
                transition: stroke .4s;
                &.eye {
                    --s: var(--e, var(--normal-eye));
                    --t: 17px;
                    --w: 7px;
                    --h: 4px;
                    &.right {
                        --l: 23px;
                    }
                }
                &.mouth {
                    --s: var(--m, var(--normal-mouth));
                    --l: 11px;
                    --t: 23px;
                    --w: 18px;
                    --h: 7px;
                }
            }
            &:before,
            &:after {
                content: '';
                z-index: var(--zi, 1);
                border-radius: var(--br, 1px);
                background: var(--b, var(--e, var(--normal-eye)));
                transition: background .4s;
            }
        }
        &.angry {
            --step-1-rx: -24deg;
            --step-1-ry: 20deg;
            --step-2-rx: -24deg;
            --step-2-ry: -20deg;
            div {
                &:before {
                    --r: 20deg;
                }
                &:after {
                    --l: 23px;
                    --r: -20deg;
                }
                svg {
                    &.eye {
                        stroke-dasharray: 4.55;
                        stroke-dashoffset: 8.15;
                    }
                }
            }
            &.active {
                animation: angry 1s linear;
                div {
                    &:before {
                        --middle-y: -2px;
                        --middle-r: 22deg;
                        animation: toggle .8s linear forwards;
                    }
                    &:after {
                        --middle-y: 1px;
                        --middle-r: -18deg;
                        animation: toggle .8s linear forwards;
                    }
                }
            }
        }
        &.sad {
            --step-1-rx: 20deg;
            --step-1-ry: -12deg;
            --step-2-rx: -18deg;
            --step-2-ry: 14deg;
            div {
                &:before,
                &:after {
                    --b: var(--active-tear);
                    --sc: 0;
                    --w: 5px;
                    --h: 5px;
                    --t: 15px;
                    --br: 50%;
                }
                &:after {
                    --l: 25px;
                }
                svg {
                    &.eye {
                        --t: 16px;
                    }
                    &.mouth {
                        --t: 24px;
                        stroke-dasharray: 9.5;
                        stroke-dashoffset: 33.25;
                    }
                }
            }
            &.active {
                div {
                    &:before,
                    &:after {
                        animation: tear .6s linear forwards;
                    }
                }
            }
        }
        &.ok {
            --step-1-rx: 4deg;
            --step-1-ry: -22deg;
            --step-1-rz: 6deg;
            --step-2-rx: 4deg;
            --step-2-ry: 22deg;
            --step-2-rz: -6deg;
            div {
                &:before {
                    --l: 12px;
                    --t: 17px;
                    --h: 4px;
                    --w: 4px;
                    --br: 50%;
                    box-shadow: 12px 0 0 var(--e, var(--normal-eye));
                }
                &:after {
                    --l: 13px;
                    --t: 26px;
                    --w: 14px;
                    --h: 2px;
                    --br: 1px;
                    --b: var(--m, var(--normal-mouth));
                }
            }
            &.active {
                div {
                    &:before {
                        --middle-s-y: .35;
                        animation: toggle .2s linear forwards;
                    }
                    &:after {
                        --middle-s-x: .5;
                        animation: toggle .7s linear forwards;
                    }
                }
            }
        }
        &.good {
            --step-1-rx: -14deg;
            --step-1-rz: 10deg;
            --step-2-rx: 10deg;
            --step-2-rz: -8deg;
            div {
                &:before {
                    --b: var(--m, var(--normal-mouth));
                    --w: 5px;
                    --h: 5px;
                    --br: 50%;
                    --t: 22px;
                    --zi: 0;
                    opacity: .5;
                    box-shadow: 16px 0 0 var(--b);
                    filter: blur(2px);
                }
                &:after {
                    --sc: 0;
                }
                svg {
                    &.eye {
                        --t: 15px;
                        --sc: -1;
                        stroke-dasharray: 4.55;
                        stroke-dashoffset: 8.15;
                    }
                    &.mouth {
                        --t: 22px;
                        --sc: -1;
                        stroke-dasharray: 13.3;
                        stroke-dashoffset: 23.75;
                    }
                }
            }
            &.active {
                div {
                    svg {
                        &.mouth {
                            --middle-y: 1px;
                            --middle-s: -1;
                            animation: toggle .8s linear forwards;
                        }
                    }
                }
            }
        }
        &.happy {
            div {
                --step-1-rx: 18deg;
                --step-1-ry: 24deg;
                --step-2-rx: 18deg;
                --step-2-ry: -24deg;
                &:before {
                    --sc: 0;
                }
                &:after {
                    --b: var(--m, var(--normal-mouth));
                    --l: 11px;
                    --t: 23px;
                    --w: 18px;
                    --h: 8px;
                    --br: 0 0 8px 8px;
                }
                svg {
                    &.eye {
                        --t: 14px;
                        --sc: -1;
                    }
                }
            }
            &.active {
                div {
                    &:after {
                        --middle-s-x: .95;
                        --middle-s-y: .75;
                       animation: toggle .8s linear forwards;
                    }
                }
            }
        }
        &:not(.active) {
            cursor: pointer;
            &:active {
                transform: scale(.925);
            }
        }
        &.active {
            --sb: var(--active);
            --sh: var(--active-shadow);
            --m: var(--active-mouth);
            --e: var(--active-eye);
            div {
                animation: shake .8s linear forwards;
            }
        }
    }
}

@keyframes shake {
    30% {
        transform: perspective(240px) rotateX(var(--step-1-rx, 0deg)) rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg)) translateZ(10px);
    }
    60% {
        transform: perspective(240px) rotateX(var(--step-2-rx, 0deg)) rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg)) translateZ(10px);
    }
    100% {
        transform: perspective(240px) translateZ(4px);
    }
}

@keyframes tear {
    0% {
        opacity: 0;
        transform: translateY(-2px) scale(0) translateZ(0);
    }
    50% {
        transform: translateY(12px) scale(.6, 1.2) translateZ(0);
    }
    20%,
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(.7, 1.1) translateZ(0);
    }
}

@keyframes toggle {
    50% {
        transform: translateY(var(--middle-y, 0)) scale(var(--middle-s-x, var(--middle-s, 1)), var(--middle-s-y, var(--middle-s, 1))) rotate(var(--middle-r, 0deg));
    }
}

@keyframes angry {
    40% {
        background: var(--active);
    }
    45% {
        box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
    }
}

.kq-1 .content-kq,
.kq-2 .content-kq {
	display: grid;
	grid-auto-rows: 30% 70%;
}
.container-feedback {
	display: grid;
	align-content: center;
}

canvas {
	background: white;
	border-radius: 8px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.kq-3 .content-kq,
.kq-4 .content-kq {
	display: flex;
	justify-content: center;
}