.box-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    /* padding: 40px; Giữ nguyên padding cho PC */
    margin-left: 0 !important;
}

@media (max-width: 768px) {
    .box-section {
        padding: 0; /* Đặt padding = 0 cho mobile */
    }
}

  .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
   padding-top: 10px;
    border-radius: 10px;
  }
  
@media (max-width: 768px) {
    .box {
        padding: 0; /* Đặt padding = 0 cho mobile */
    }
}
   
 
  
  .box-image {
    flex: 1;
    max-width: 40%;
  }
  
  .box-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  .box-content {
    flex: 1;
    max-width: 55%;
  }
  
  .box-content h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  
  .box-content p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
  }
  
  /* Specific positioning for alternating layout */
  .image-left {
    order: 1;
  }
  
  .content-right {
    order: 2;
  }
  
  .image-right {
    order: 2;
  }
  
  .content-left {
    order: 1;
  }

  .article-content_fix{
    background-color: #68BE5B !important;
  } 
  .box_qvsa{
    background-color: #66c5f5!important;
  }
  .box_top{
    margin-left: 0 !important;
  }
  p{
    line-height: 1.5;
  }
  @media (max-width: 640px){
    .box{
        display: flex;
        flex-direction: column;
    }
    .box-image{
        order: unset;
    }
    .box-content{
        max-width: 100% ;
    }
    .box-image{
        max-width: 100%;
    }
  }
  .contact-container {
    display: flex;
    margin-bottom: 40px;
}
.breakcum {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: roboto-medium;
    font-style: italic;
    font-size: 24px;
}
.breakcum-item {
    display: inline-block;
}
.breakcum a:hover {
    color: #ff0000;
}

.contact-left {
    flex-shrink: 0;
    width: 40%;
    font-family: roboto-medium;
}
.contact-right {
    flex: 1;
    padding-left: 30px;
}
.contact-left__item {
    display: flex;
    align-items: center;
    border: 1px solid #00008b;
    border-radius: 12px;
    padding: 24px 10px;
    margin-bottom: 20px;
}
.contact-left__item:last-child {
    margin-bottom: 0;   
}
.contact-left__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #00008b;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-left__text {
    flex:1;
    padding-left: 10px;
}
.contact-left__icon svg {
    height: 20px;
    width: auto;
}

/*  */
.form_lienhe {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 76%;
}

.item_input_lienhe {
    /* width: 235%; */
    padding: 10px 15px;
    background-color: #fff;
    margin-bottom: 15px;
    border: 1px solid #719c43;
}

.box_bank{
  display: flex;
  gap: 30%
}
.qr{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.my-qr svg{
    height: 200px;
    width: 200px;
}
/* .item_input_lienhe:nth-child(1){
    width: calc(50% - 7px);

}
.item_input_lienhe:nth-child(2){
    width: calc(50% - 7px);
} */

.item_input_lienhe textarea {
    width: 100%;
    min-height: 100px;
}
.note2 {
    text-align: right;
    width: 100%;
}
.submit {
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: end;
}

.submit .btn_gui {
    display: inline-block;
    padding: 10px;
    background: #81ce93;
    border-radius: 999px;
    min-width: 150px;
    text-align: center;
    color:  #000;
}

.banking_box{
    padding-bottom: 0 !important;
}
.btn_saoke {
    padding: 12px;
    background-color: #68BE5B;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    text-align: center;
    display: inline-block;
    width: auto; /* Giữ chiều rộng tự động trên mobile */
    transition: background-color 0.3s ease;
}

.btn_saoke:hover {
    background-color: #56a749;
}

/* Đối với màn hình PC (kích thước lớn hơn 768px) */


@media (max-width:968px) {
    .contact-container {
        display: block;

    }
    #lienhe_page {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-left {
        width: 100%;
    }
    .contact-left__item {
        padding: 15px 10px;
    }
    .contact-right {
        padding: 30px 0 0;
    }
    .item_input_lienhe:nth-child(1){
        width: 100%;

    }
    .item_input_lienhe:nth-child(2){
        width: 100%;
    }
    .form_lienhe {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }
    .box_bank{
        display: flex;
        gap: 30%;
        flex-direction: column;
    }
}