.list_news_simple .news-item .title a {
    color: #000000;
    border: 1px solid #000000;
    background-color: #58ef6b;
    border-radius: 5px;
    font-size: 16px;
    padding: 4px 1px 4px 1px;
}
.list_news_simple .list_newss .news-item {
    margin-top: 10px;
}
.module_service_about {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* padding: 30px */
}
.module_service_about .owl-carousel {padding: 50px}
.module_service_about .service_item {}
.module_service_about .service_item .service_content {}
.module_service_about .service_item .service_content .title {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: rgb(56, 146, 12);
  font-weight: 400;
  line-height: 40px;
  font-size: 36px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.module_service_about .service_item .service_content .description {
  background-color: rgba(255,255,255,0);
  font-family: 'Roboto',sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: rgba(0,0,0,1);
  font-weight: 700;
  line-height: 25px;
}
.module_service_about .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
  max-width: 100%;
}
.module_service_about .service_item .service_content .button {
  text-align: center;;
  margin-top: 30px;
}
.module_service_about .service_item .service_content .service_button {
  padding: 10px 20px;
  background-color: rgb(56, 146, 12);
  color: #FFFFFF;
  border-radius: 100px;
  margin: auto;
  display: inline-block;
  text-decoration: none;
}      
.module_service_about .service_item .service_content .title {
    color: #29ACE2;
}
.module_service_about .service_item .service_content .service_button {
    background-color: rgb(41, 172, 230);
}
.title-main .title:before {
    background: #29ace6;
}
.our-service .item .title {
    background: #29ace6;
}
.our-service .item .btn-more {
    color: #29ace6;
}
.contact-us .box-form .btn-submit {
    background: #29ace6;
} 
.nivo-directionNav a:hover {
    background: #29ace2;
}
.header-menu .menus .menu__item:hover > .menus__dropdown {
	    border-top: 4px solid #29ace6;
} 
.slider__title, .slide-caption.caption_1 {
    display: none;
} 
.header-menu .menus > .menu__item > .menu__link {
    color: #000;
    font-weight: bold;
} 
.our-service .item {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid #c2c2c2;
}
.our-service .item .desc {
    color: #4c4c4c;
}
.headline a{
    font-size:16px;
}
.headline p{
    line-height:26px;
} 
.our-service .item .desc {
    height: 110px;
} 
.footer .address .name {
    display:none;
} 
.box-footer.address p {
    color: #333333;
    font-size: 0.875rem;
} 
section.section.contact-us .bg-image {
    display: none;
}
section.section.contact-us .headline p {
    color: #4e4e4e;
}
/* Khung tổng thể form */
.box-form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #1a1919; /* thêm border rõ ràng */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 100%;
}

/* Tiêu đề */
.box-form .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #28a745;
    text-transform: uppercase;
}

/* Label */
.label {
    font-weight: 500;
    margin-bottom: 6px;
    color: #333;
}

/* Input & textarea */
.form-control {
    border: 1px solid #424040; /* đậm hơn */
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 15px;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
    outline: none;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

/* Nút gửi */
.btn-submit {
    background-color: #29a7e1;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 6px;
    transition: background-color 0.2s;
    width: 100%;
}

.btn-submit:hover {
    background-color: #1d90c2;
}
.contact-us .box-form {
    border: 2px solid #dad3d3;
}
.contact-us .box-form .form-control {
    border: 1px solid #d3d0d0;
} 
.footer {
    background: #f1fbff;
}
.footer a {
    color: #333333;
    font-size: 0.875rem;
}
.footer .title {
    color: #06163a;
}
.footer a:hover {
    color: #1375bc;
}