.phanduoi {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.phanduoi h3 {
    font-size: 16px;
    color: #b62266;
    text-align: left;
    margin-top: 10px;
    text-transform: uppercase;
}
.he1{
    float:left;
    position:relative;
    margin:10px 0px;
}
.he1:after{
    content: '';
    border-bottom: 1px dotted #000;
    height: 1px;
    width: 290px;
    z-index: 1234;
    top: 16px;
    right: -305px;
    position: absolute;
    
}
.he2{
    float:right;
    position:relative;
    font-size:13px;
    font-weight:bold;
    color:#f70505;
    background:#fff;
    z-index:123456;
    margin:10px 0px;
}
.index-article-product {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
    padding-top: 60px;
}
.index-article-product .imgsp {
    box-sizing: border-box;
    display: flex;
    width: 50%;
    height: 100%;
    position: relative;
}
.index-article-product .imgsp img {
    object-fit: cover;
    object-position: top center;
    position: relative;
    top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.index-article__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 3.2210834553%;
    padding-right: 6.588579795%;
    margin-left: 1em;
}
.section__thuhoach{height :auto !important;}
/* Ảnh trái, info phải (sản phẩm lẻ) */
.section__thuhoach:nth-child(odd) .index-article-product {
  flex-direction: row;
}

/* Ảnh phải, info trái (sản phẩm chẵn) */
.section__thuhoach:nth-child(even) .index-article-product {
  flex-direction: row-reverse;
}

.imgsp {
  flex: 1 1 0%;
}

.index-article__info {
  flex: 1 1 0%;
}

#phanbanggia_dmc1{
    width:100%;
    margin:10px 0px;
    border-bottom:1px solid #ccc;
}
#phanbanggia_dmc1 a{
    display: inline-block;
    padding: 9px 20px;
    color: #000;
    border: 1px solid #ccc;
    border-bottom: none;
    background:none;
    position:relative;
    top: 1px;
}
#phanbanggia_dmc1 a:hover{
     background: #F3F3F3;
 }
.active_n{
     background: #F3F3F3 !important;
}

/* Responsive (dưới mobile: luôn ảnh trên, text dưới) */
@media (max-width: 768px) {
    .index-article-product .imgsp {
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .index-article__info h2 a {
        color: #26bc86;
        font-size: 20px;
    }

    .index-article-product  {
        padding: 0px 0;
        display: block;
    }

  .index-article__info {
    margin-top: 15px;
  }
    
    #phanbanggia_dmc1 a {
        display: inline-block;
        padding: 9px 10px;
    }
}

@media (max-width: 768px) {
  .info-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Mượt hơn trên iOS */
  }

  .info-content table {
    min-width: 600px; /* Hoặc lớn hơn nếu bảng bạn dài hơn */
    width: 100%;
    border-collapse: collapse;
  }

  .info-content th,
  .info-content td {
    white-space: nowrap;
    padding: 8px;
    text-align: left;
  }
}
