﻿.ladi-box {
    box-shadow: 5px 10px 15px -10px #000;
    -webkit-box-shadow: 5px 10px 15px -10px #000;
    background-color: rgb(255, 255, 255);
    border-color: rgb(144, 190, 174);
    border-width: 5px;
    border-radius: 10px;
    padding:2px;
}

.ladi-box{
  display: block;
  width: 100%;
  border-radius: 1px;         /* bo góc nhẹ */
  transition: transform .5s ease, filter .5s ease, box-shadow .5s ease;
  cursor: pointer;
}

.ladi-box:hover{
  transform: scale(1.08);      /* phóng to nhẹ */
  filter: brightness(1.15) contrast(1.1); /* sáng + rõ nét */
  box-shadow: 0 12px 28px rgba(0,0,0,0.25); /* bóng đổ đẹp */
}

.ladi-box2
{
	-webkit-box-shadow: 3px 15px 20px -15px #000;
	border-style: solid;
	border-color: var(--color7);
	border-width: 5px;
	border-radius: 10px;
}
.bogoc-01
{
	-webkit-box-shadow: 3px 15px 20px -15px #000;
	border-width: 5px;
	border-radius: 10px;
}


.ladi-headline {
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
}
.box_title
{
	background-color: rgb(0, 128, 0);
}