.envi-img a:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    z-index: 1;
    transition: background 0.3s;
}
.envi-img:hover a:before{
    background: rgba(0, 0, 0, 0.2);
}
.envi-img{
    width: 100%;
    height: 268px;
}
.envi-figure .swiper-slide.swiper-slide-active .envi-img{
    box-shadow: none !important;
}
.swiper-slide {
    width: calc(100% / 2) !important;
}    

.envi-img{
    border-radius: 12px;
    max-height: 100%;
}
.play-btn {
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: 1;
    display: block;
    cursor: pointer;
    position: absolute;
    transition: 0.5s ease;
    pointer-events: none;
    width: 7.2rem;
    height: 7.2rem;
    transform: translate(-50%, -50%);
}
.mona-content p{
    text-align: justify;
}
.summary {
  position: relative;
}
.summary-inner{
    padding: 0;
    position: relative;
}
.summary-padding{
    padding: 10rem 4rem 4rem;
}
/* Decor hoa đào */
.summary-border-decor {
  position: absolute;
  top: -59px;
  left: -15px;
  z-index: 2;
}
.summary-border-decor img {
  max-width: 265px;
  height: auto;
  position: relative;
  z-index: 1;
}
.summary-border-decor:before{
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 30px;
    top: 38%;
    left: 0;
}
.summary-head {
  margin-bottom: 30px;
}
.title-summary {
  font-size: 3.6rem;
  line-height: 1.222;
  font-weight: bold;
  color: #3E622E;
}
.subtitle-summary {
  margin-top: 8px;
  line-height: 1.222;
  font-size: 3.6rem;
  color: #F05A25;
  font-weight: bold;
}

/* Phần đầu: nội dung trái – ảnh phải */
.summary-top {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.summary-left {
  flex: 2;
  min-width: 300px;
}
.summary-right {
  flex: 1;
  min-width: 250px;
  text-align: center;
}
.summary-right .bg-image{
  background: #FF8D65;
  border-radius: 50px;
  padding: 10px;
  width: 100%;
}
.summary-right img {
  border-radius: 8px;
  max-width: 100%;
}
.summary-role {
  margin-top: 10px;
  font-weight: bold;
  color: #FF8D65;
  font-size: 18px;
}

/* Nội dung dưới */
.summary-bottom {
  margin-top: 2.4rem;
}
.mona-content p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.summary-sign {
  margin-top: 30px;
  text-align: right;
}

/* Decor cuối */
.summary-decor {
  text-align: center;
}
.summary-decor img {
  max-width: 100%;
  height: auto;
}
.modal-media{
    max-width: 95rem;
}
@media only screen and (min-width: 768px) and (max-width: 912px)  {
    .envi-img{
        height: 203px;
    } 
   
}
@media screen and (max-width: 575.98px) {
    .summary-left,.summary-right{
        min-width: 100%;
    }
    .summary-padding {
        padding: 6rem 1.6rem 2.4rem;
    }
    .summary-border-decor img{
        width: 200px;
    }
    .summary-border-decor{
        top: -45px;
    }
    .envi-img{
        height: 159px;
    }
    .envi-figure{
        margin-top: 3rem !important;
    }
    .summary-right .bg-image{
        width: 75%;
        margin: 0 auto;
    }
    .subtitle-summary,.title-summary{
        font-size: 2rem;
    }
    .summary-head{
        margin-bottom: 15px;
    }
}