* {
box-sizing: border-box;
}
.h500 {
min-height: 500px;
background-color: rgb(143 188 143);
width: 100%;
padding: 30px 10px;
margin-top: 30px;
gap: 25px;
}
.h400 {
min-height: 500px;
background-color: rgb(255 255 224);
width: 100%;
padding: 30px 10px;
margin-top: 30px;
gap: 25px;
}
.btn1 {
padding: 6px 12px;
border: none;
outline: none;
background-color: rgb(0 139 0);
color: white;
border-radius: 3px;
}
.hcol {
position: relative;
overflow: hidden;
text-align: center;
margin-bottom: 20px;
}
.hcol {
text-align: center;
margin-bottom: 20px;
}
.img-box {
overflow: hidden;
}
.img-box img.bn1 {
width: 100%;
transition: transform 0.3s ease;
display: block;
}

.img-box img.bn1:hover {
transform: scale(1.1);
}
.price {
color: green;
font-size: 30px;
font-weight: bold;
margin-top: 10px;
}
.km {
min-height: 300px;
background-color: rgb(143 188 143);
width: 100%;
padding: 20px 10px;
margin-top: 40px;
}
.lg {
height: 70px;
width: 260px;
margin-left: 10px;
}
.k {
min-height: 600px;
}
.box {
justify-content: center;
align-items: center;
}
.big {
width: 100%;
height: 550px;
}
.big img {
width: 100%;
height: 100%;
}
.small {
display: flex;
justify-content: center;
gap: 10px;
padding: 6px;
margin-top: 30px;
}
.small img {
width: 100px;
height: 100px;
}
.product-card {
background-color: #fff;
max-width: 400px;
margin: auto;
padding: 20px;
border-radius: 5px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.product-title {
font-size: 30px;
font-weight: bold;
margin-bottom: 10px;
}
.product-details {
font-size: 24px;
line-height: 1.6;
margin-bottom: 15px;
}
.chitiet {
display: flex;
gap: 30px;
margin-top: 50px;
}
.category-card img {
height: 200px;
object-fit: cover;
}
.category-title {
font-weight: bold;
font-size: 1.1rem;
text-align: center;
margin-top: 10px;
}
.highlight {
background-color: #e6ffe6;
padding: 15px;
border-left: 5px solid #28a745;
border-radius: 5px;
}
.gt img {
height: 500px;
gap: 20px;
width: 100%;
}
.icon-box {
text-align: center;
padding: 20px;
}
.icon-box i {
font-size: 2rem;
color: green;
}
.section-title {
font-weight: bold;
font-size: 2rem;
margin-bottom: 10px;
color: #28a745;
text-align: center;
}
.col6 {
width: 50%;
}
.col6 iframe {
width: 100%;
height: 400px;
}
.row1 {
display: flex;
justify-content: center;
}
.himg img {
min-height: 100px;
width: 100%;
margin-top: 30px;
gap: 25px;
}
.textmd {
margin: 15px;
text-align: left;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
}
.equal-height {
min-height: 100%;
display: flex;
flex-direction: column;
}
@keyframes pulse {
0% {
transform: scale(1);
color: green;
}
50% {
transform: scale(1.05);
color: darkgreen;
}
100% {
transform: scale(1);
color: green;
}
}
.card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
border-radius: 10px;
overflow: hidden;
}
.card:hover {
transform: translateY(-6px);
box-shadow: 0 10px 20px rgba(0, 128, 0, 0.2);
}
.card-img-top,
.bn1,
.big img,
.small img,
table img {
transition: transform 0.4s ease;
object-fit: cover;
}
.card:hover .card-img-top,
.hcol:hover .bn1,
.big img:hover,
.small img:hover,
table img:hover {
transform: scale(1.05);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.btn-success {
transition: all 0.3s ease;
font-weight: 500;
border-radius: 3px;
}
.btn-success:hover {
background-color: #006400;
transform: scale(1.05);
box-shadow: 0 4px 8px rgba(0, 100, 0, 0.3);
}
.card-title {
font-size: 16px;
font-weight: 600;
color: #333;
transition: color 0.3s ease;
}
.card:hover .card-title {
color: #006400;
}
.card-text {
font-size: 15px;
color: #555;
}
table tbody tr:hover {
background-color: #f0fff0;
transition: background-color 0.3s ease;
}
.form-check-input:checked {
background-color: #28a745;
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
transform: scale(1.1);
}
.image-box {
position: relative;
margin: auto;
width: 500px;
height: 550px;
}
.rounded1-img {
width: 350px;
height: 400px;
border-radius: 40% 40% 40% 40%;
border: green solid 1px;
position: relative;
overflow: hidden;
top: 170px;
}
.rounded1-img img {
width: 100%;
height: 100%;
object-fit: cover;
float: left;
top: 170px;
}
.rounded2-img {
width: 450px;
height: 500px;
border-radius: 40% 40% 40% 40%;
border: green solid 1px;
position: absolute;
overflow: hidden;
left: 100px;
}
.rounded2-img img {
width: 100%;
height: 100%;
object-fit: cover;
left: 100px;
}
.contact-box {
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 8px;
padding: 20px;
}
.khung {
position: relative;
height: 300px;
width: 100%;
overflow: hidden;
}
.phu {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: black;
opacity: 0.1;
z-index: 1;
}
.noi-dung {
z-index: 2;
}
.discount-square {
background-color: green;
color: white;
font-weight: bold;
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
border-radius: 0;
}
.text-brown {
color: brown;
}
.khung-danh-ngon {
display: flex;
gap: 20px;
margin-top: 20px;
padding-bottom: 30px;
}

.the-danh-ngon {
flex: 1;
background-color: #fcfcfc; 
padding: 25px;
border-radius: 5px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
border-left: 4px solid green; 
}
.noi-dung-dg {
font-style: italic;
color: #555;
margin-bottom: 20px;
font-size: 14px;
}
.nguoi-dung {
display: flex;
align-items: center;
gap: 12px;
}
.nguoi-dung img {
width: 45px;
height: 45px;
border-radius: 50%;
object-fit: cover;
}
.nguoi-dung strong {
font-size: 14px;
color: #333;
}
.nguoi-dung span {
font-size: 12px;
color: #888;
}