/*slide*/
.breadcrumb-wrapper {
    position: absolute;
    bottom: -125px;
    text-align: left;
    width: 260px;
    
}

.ttm-page-title-row {
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    margin-top: 85px;
}



@media (max-width: 790px) {
    .ttm-page-title-row-inner {
        margin-top: -21px !important;
        height: 150px !important;
    }
    
}


/* Ngăn tràn ngang toàn trang */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
.ttm-bg-layerlh {
    position: absolute;
    height: 100%;
    width: 93%;
    top: 0;
    left: 0;
}
/* Hình nền không làm tràn */
.bg-img {
  background-image: url('../hinhmenu/col-bgimage-8.jpg');
  background-size: cover;
  background-position: center;
  
  margin: 0; /* bỏ margin -15px */
}

/* Input và textarea full width trên mobile */
.contact_form input,
.contact_form textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
}

/* Đảm bảo textarea không tràn */
.contact_form textarea {
  resize: vertical;
  min-height: 100px;
}

/* Responsive cho mobile */
@media (max-width: 790px) {
  .row {
    margin: 0;
  }
  .col-lg-4, .col-lg-8, .col-md-6, .col-md-12 {
    padding: 10px !important;
    width: 100% !important;
  }
  h2 {
        font-size: 20px !important;
            line-height: 20px !important;
    }
}
     .wrap-form span.text-input {
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.button-wrapper {
  background: transparent; /* bỏ nền xám */
  padding: 0; /* bỏ khoảng trống nếu không cần */
  border: none; /* nếu có viền */
}
