	.about-us iframe {
    width: 100%;
    height: 400px;
}
.about-us ul,.company ul {
    padding-left: 15px;
}

.category-title {
    margin-bottom: 40px;
}
.from-contact {
    background-image: url('https://vnpma.com/wp-content/uploads/2023/03/linh-vuc.png');
    padding: 40px 0;
    position: relative;
    
}

.from-contact form {
    max-width: 600px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,auto);
    position: relative;
    gap: 10px;
}
.from-contact form > .bp_form_field:nth-child(3),
.from-contact form > .bp_form_field:nth-child(4),
.from-contact form > .bp_form_field:nth-child(5){
    grid-column: span 2;
}
.from-contact form > .bp_form_field:nth-child(5) {
    text-align: center;
}


.from-contact h2 {
    color: #FFF;
    position: relative;
}
.company .col-lg-6 img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.company .col-lg-6 img:hover {
    transform: translateY(-5px);
}

/* Phần thông tin công ty */
.company .col-lg-6 p strong {
    color: #C19B4F;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}

.company .col-lg-6 ul {
    padding-left: 0;
    list-style: none;
}

.company .col-lg-6 ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.company .col-lg-6 ul li:hover {
    padding-left: 5px;
    background-color: #f9f9f9;
}

.company .col-lg-6 ul li strong {
    color: #4A4A4A;
    margin-right: 10px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 991px) {
    .company .col-lg-6:first-child {
        margin-bottom: 30px;
    }
    
    .category-title h2 {
        font-size: 24px;
    }
    
    .company .col-lg-6 p strong {
        font-size: 16px;
    }
}

/* Animation cho các phần tử khi scroll */
.company .col-lg-6 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.about-us {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.about-us::before {
  content: "";
  position: absolute;
  right: -5%;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, rgba(193, 155, 79, 0.05) 0%, rgba(193, 155, 79, 0.1) 100%);
  transform: skewX(-15deg);
  z-index: 0;
}

.about-us .col-lg-6 {
  position: relative;
  z-index: 1;
}

.about-us p:first-of-type {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 4px solid #c19b4f;
}

.about-us strong {
  color: #c19b4f;
  font-weight: 600;
}
.about-us ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.about-us ul li {
  position: relative;
  padding: 15px 20px 15px 35px;
  margin-bottom: 15px;
  background: #f8f9fa;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.about-us ul li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #c19b4f;
  border-radius: 50%;
}

.about-us ul li:hover {
  transform: translateX(10px);
  background: #fff;
  box-shadow: 0 5px 15px rgba(193, 155, 79, 0.1);
}

.about-us p:nth-last-of-type(2),
.about-us p:last-of-type {
  padding: 25px;
  margin-top: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.about-us .col-lg-6:nth-child(2)  p:nth-last-of-type(2)::before,
.about-us .col-lg-6:nth-child(2)  p:last-of-type::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #c19b4f;
}

@media (min-width: 992px) {
  .about-us .col-lg-6 {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .about-us p:first-of-type {
    font-size: 16px;
  }

  .about-us ul li {
    padding: 12px 15px 12px 30px;
  }
}

.about-us .col-lg-6 {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-us .col-lg-6:nth-child(2)  p:nth-last-of-type(2):hover,
.about-us .col-lg-6:nth-child(2)  p:last-of-type:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

.about-us strong:not(:first-child) {
  position: relative;
  padding: 0 5px;
}

.about-us strong:not(:first-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: rgba(193, 155, 79, 0.3);
}
.about-us .row .col-lg-6:nth-child(3) p {
    border: 4px solid #c19b4f;
    border-radius: 12px;
    margin: 0;
} 
.about-us .row .col-lg-6:nth-child(3) p iframe {
    border-radius: 8px;
}
/* Container styles */
.from-contact {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

/* Title styles */
.from-contact .category-title {
  text-align: center;
  margin-bottom: 30px;
}

.from-contact .category-title h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 10px;
}




.bp_form_data {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.bp_form_data:focus {
  outline: none;
  border-color: #C4A55F;
  box-shadow: 0 0 0 2px rgba(196, 165, 95, 0.1);
}

/* Textarea specific styles */
textarea.bp_form_data {
  min-height: 120px;
  resize: vertical;
}

/* Submit button styles */
.bp-btn-send {
  background: #C4A55F;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: auto;
  display: inline-block;
}

.bp-btn-send:hover {
  background: #b39355;
}

/* Message display */
.bp_msg_show {
  display: block;
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}

/* Placeholder styling */
::placeholder {
  color: #999;
  opacity: 1;
}

/* Required field indicator */
input:required::placeholder {
  color: #999;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .from-contact {
    padding: 20px 15px;
  }
  
  .category-title h2 {
    font-size: 24px;
  }
  
  .bp_form_data {
    padding: 10px 12px;
    font-size: 14px;
  }
  
  .bp-btn-send {
    width: 100%;
    padding: 12px 20px;
  }
}
