.stemp2-sec2 .icon-box .icon-box-img {
	padding: 0;
	width: 60px;
}
.stemp2-sec2 .icon-box {
	padding: 30px;
}
.stemp2-sec1 #animatedText {
	font-size: 3.4rem;
}
.stemp2-sec3 .abs-img1 {
	position: absolute;
	top:0;
	right: 80px;
}
.stemp2-sec3 .abs-img2 {
	position: absolute;
	top:50%;
	right: 0;
	transform: translatey(-50%);
}
.progress-container {
    width: 100%;
    margin-top: 20px;
}

.progress-item {
    position: relative;
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

/* Thanh nền (background) */
.progress-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background-color: #eee;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Thanh tiến trình (progress) */
.progress-item::after {
    content: attr(data-percent);
    display: block;
    width: attr(data-percent); /* Không hỗ trợ, nên dùng cách khác */
    height: 8px;
    background-color: orange;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
    padding-right: 5px;
    font-size: 14px;
    color: #444;
    font-weight: bold;
    line-height: 8px;
}

/* Sử dụng biến CSS để đặt width */
.progress-item[data-percent="90%"]::after {
    width: 90%;
}

.progress-item[data-percent="79%"]::after {
    width: 79%;
}

.progress-item[data-percent="95%"]::after {
    width: 95%;
}
.stemp2-sec3 .bg-ct {
	background: url(/wp-content/uploads/2025/02/home10_ellipse.png);
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: center;
}
.stemp2-sec3 .bg-ct > .col-inner {
	display: flex; 
	align-items: center;
}
.stemp2-sec4 .icon-box .icon-box-img {
	padding: 0;
	width: 80px;
	background: none;
}
.stemp2-sec5 .tabbed-content {
	justify-content: center;
}
.stemp2-sec5 .tabbed-content .nav {
	background: #eee; 
	border-radius: 99px;
	width: fit-content;
}
.stemp2-sec5 .tabbed-content .nav .tab a{
	padding: 5px 30px;
	font-weight: 700;
}
.stemp2-sec5 .price-ct > .col-inner {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.1);
}
.stemp2-sec5 .price-ct .heading {
	padding: 20px;
}
.stemp2-sec5 .price-1 .heading,.stemp2-sec5 .price-1 .button{
	background-image: linear-gradient(90deg, #2AD3A7 0%, #3DA1A1 100%);
}
.stemp2-sec5 .price-2 .heading,.stemp2-sec5 .price-2 .button{
    background-image: linear-gradient(90deg, #0CCECE 0%, #4991C0 100%);
}
.stemp2-sec5 .price-3 .heading,.stemp2-sec5 .price-3 .button{
	background-image: linear-gradient(90deg, #0C9BCE 0%, #495DC0 100%);
}
.stemp2-sec5 .price-ct .heading h3 {
	color: #fff;
}
.stemp2-sec5 .price-ct .heading h2 {
	color: #ffe351;
	margin: 0;
}
.stemp2-sec5 .price-ct ul{
	padding: 20px;
	list-style: none;
	gap: 0.8rem;
	display: flex;
	flex-direction: column;
}
.stemp2-sec5 .price-ct ul li {
	position: relative;
	margin: 0 !important;
	text-align: left;
}
.stemp2-sec5 .price-ct ul li:before {
	content:"\f058";
	font-family:"Font Awesome 6 Free";
	font-weight: 900;
	color: #f68b1f;
	margin-right: 5px;
}
.stemp2-sec5 .price-ct .accordion .accordion-title.active {
	background: none;
	border: none;
}
.stemp2-sec5 .price-ct .accordion .accordion-inner {
	padding: 10px 22px;
	text-align: left;
	font-size: 14px;
}
.stemp2-sec5 .price-ct .accordion .accordion-inner p {
	margin: 0;
}
.stemp2-sec5 .price-ct .accordion .toggle {
	right: 0;
	left: unset;
	width: 14px; 
	height: auto;
	margin: 0;
}
.stemp2-sec5 .price-ct .accordion .toggle i {
	font-size: 18px;
}
.stemp2-sec5 .price-ct .button {
	border-radius: 99px; 
	padding: 4px 24px;
	margin: 20px 0 40px;
}