.header {
      width: 100%;
      z-index: 1000;
    }
    .btn-custom {
      background: #198754;
      color: #fff;
      border-radius: 6px;
      font-weight: 500;
    }
    .btn-custom:hover {
      background: #795548;
      color: #fff;
    }
    .navbar-nav .nav-link {
      color: #333;
      font-weight: 500;
      margin: 0 10px;
    }
    .navbar-nav .nav-link.active {
      color: #198754;
      font-weight: 600;
    }
    .brand-title {
      font-size: 30pt;
      font-weight: bold;
      color: #198754;
      margin: 0 20px;
    }
    .logo-img {
      height: 100px;
      width: 100%;
	  border-radius:5px;
    }
    @media(max-width: 991px) {
      .brand-title {
        margin: 0;
      }
      .btn-left {
        display: none;
      }
    }

#project .container
{
	max-width:1800px;
}

.sologandocquyen
{
	     font-weight: bold;
    font-size: 26pt;
    line-height: 40px;
}


#myModal .modal-dialog
{
	max-width:1200px;
}
#myModal2 .modal-dialog
{
	max-width:1200px;
}
#myModal3 .modal-dialog
{
	max-width:1200px;
}
#myModal4 .modal-dialog
{
	max-width:1200px;
}



.section-title {
      font-size: 2rem;
      font-weight: bold;
      color: #795548;
      margin-bottom: 1rem;
    }
    .highlight {
      color: #198754;
      font-weight: 600;
    }
    .timeline-box {
      background: #fff;
      border-left: 5px solid #198754;
      padding: 1.5rem;
      margin-bottom: 1.5rem;
      border-radius: 0.5rem;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	  line-height: 28px;
    }
    .timeline-box h5 {
      color: #795548;
      font-weight: bold;
    }














































/* Custom Colors */
.logo {
	width:200px;
}
.text-brown {
  color: #795548; /* nâu */
}

.hero {
  padding: 60px 0 30px;
  background: #f9f9f9;
}
.nav-link{
	font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
.top-bar {
  font-size: 14px;
}

footer a:hover {
  text-decoration: underline;
}

ul,li,a {
	list-style:none;
	text-decoration:none;
}
  .social-icon {
    display: inline-block;
    width: 35px;
    height: 20px;
    border-radius: 50%;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
  }

  /* LOGO ICONS */
  .social-icon.fb {
    background-image: url('../img/iconfb.png');
  }

  .social-icon.zalo {
    background-image: url('../img/iconzalo.webp');
  }

  .social-icon.tiktok {
    background-image: url('../img/icontiktok.jpg');
  }

  .social-icon.insta {
    background-image: url('../img/Instagram_icon.png');
  }


.about-section {
  padding: 80px 0;
}

.about-image img {
  width: 100%;
  border-radius: 10px;
}

.experience-box {
  position: absolute;
  bottom: -20px;
  left: 20px;
  background: #000;
  color: #fff;
  padding: 20px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
}

/* Text */
.about-content .subtitle {
  color: #198754;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-content .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}

.about-content .features {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.about-content .features li {
  margin-bottom: 8px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 767px) {
  .experience-box {
    font-size: 14px;
    padding: 12px;
    bottom: -15px;
    left: 10px;
  }
  .about-content .title {
    font-size: 1.5rem;
  }
}






.service-section {
      background: #f9f9f9;
      padding: 80px 0;
    }
    .service-section h2 {
      font-weight: 700;
      font-size: 2.5rem;
    }
	    .service-section h6 {
	  color: #198754;
    }
    .service-card {
      border: none;
      background: #fff;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
    }
    .service-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .service-card .card-body {
      padding: 20px;
    }
    .service-card a {
      color: rgb(25, 135, 84);
    font-weight: bold;
    text-decoration: none;
    }
    .service-card a:hover {
      color: #000;
    }
    .carousel-control-prev, 
    .carousel-control-next {
      width: 5%;
    }
	#prevBtn{
	width: 40px;
    height: 40px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    cursor: pointer;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: rgb(25, 135, 84);
    border-radius: 5px;
	}
	
	#prevBtn:hover{
    background: rgb(20, 108, 67);
	}
	
	#nextBtn{
	width: 40px;
    height: 40px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    cursor: pointer;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: rgb(25, 135, 84);
    border-radius: 5px;
	}
	
	#nextBtn:hover{
    background: rgb(20, 108, 67);
	}







/* ==== Stats (black section) ==== */
.stats-section {
  background: #111; /* màu đen */
  padding: 50px 20px;
  color: #fff;
  text-align: center;
}

.stats-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.stat-box {
  flex: 1 1 22%;
}

.stat-box h2 {
  font-size: 36px;
  font-weight: bold;
  color: #198754; /* xanh lá */
  margin-bottom: 10px;
}

.stat-box p {
  font-size: 16px;
  color: #fff;
}
/* ==== Work Process Section ==== */
.process-section {
  background: #fff;
  padding: 80px 20px;
  color: #333;
}

.process-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

.process-content {
  flex: 1 1 45%;
}

.process-subtitle {
  color: #198754;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.process-title {
  font-size: 32px;
  font-weight: bold;
  margin: 10px 0 20px;
  color: #795548;
}

.process-image {
  flex: 1 1 45%;
}

.process-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* ==== Steps ==== */
.process-steps {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.step-card {
  flex: 1 1 22%;
  background: #f9f9f9;
  padding: 25px;
  text-align: center;
  border-radius: 8px;
  transition: 0.3s ease;
  border-top: 4px solid #198754;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.step-num {
  background: #198754;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 50px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* ==== Responsive ==== */
@media (max-width: 992px) {
	  .stats-row {
    justify-content: center;
  }
  .stat-box {
    flex: 1 1 45%; /* 2 cột */
    margin-bottom: 20px;
  }
  .process-row {
    flex-direction: column;
    text-align: center;
  }

  .process-content, 
  .process-image {
    flex: 1 1 100%;
  }

  .process-steps {
    justify-content: center;
  }

  .step-card {
    flex: 1 1 45%; /* 2 cột */
  }
}

@media (max-width: 600px) {
	.stat-box {
    flex: 1 1 100%; /* 1 cột */
  }
  .step-card {
    flex: 1 1 100%; /* 1 cột */
  }
}







  .gallery-item img, 
  .gallery-item iframe, 
  .gallery-item video {
    transition: transform 0.3s ease-in-out;
  }
  .gallery-item img:hover, 
  .gallery-item iframe:hover, 
  .gallery-item video:hover {
    transform: scale(1.05);
  }

  /* Thêm viền màu xanh lá */
  .gallery-item {
    border: 2px solid #198754;
    border-radius: 8px;
    overflow: hidden;
  }

  @media (max-width: 576px) {
    h2 {
      font-size: 1.4rem;
      padding: 10px;
    }
  }
  
.project-section {
  padding: 60px 40px;
  background: #212121;
  color: #fff;
}

.project-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.project-header h2 {
  font-size: 36px;
  margin: 0;
}

.project-header span {
  display: block;
  color: #198754;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.btn-view {
  background: #795548;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.btn-view:hover {
  background: #198754;
}

/* Swiper */
.swiper {
  padding-bottom: 50px;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.swiper-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0,0,0,0.6);
}

.slide-tag {
  background: #198754;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 6px;
}

.slide-title {
  font-size: 18px;
  font-weight: bold;
}

/* Swiper navigation */
.swiper-button-next, .swiper-button-prev {
  background: #198754;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  top: auto;
  bottom: 0;
  margin-top: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
}

/* progress bar */
.swiper-pagination-progressbar {
  background: rgba(255,255,255,0.2);
  height: 4px;
}

.swiper-pagination-progressbar-fill {
  background: #795548 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .project-header h2 {
    font-size: 24px;
  }
  .swiper-slide img {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .btn-view {
    margin-top: 10px;
    width: 100%;
  }
  .swiper-slide img {
    height: 220px;
  }
}







.team-section {
  padding: 60px 40px;
  background: #fff;
  color: #212121;
}

.team-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.team-header span {
  color: #198754;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.team-header h2 {
  font-size: 36px;
  margin: 5px 0 0 0;
}

.btn-view {
  background: #795548;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.btn-view:hover {
  background: #198754;
}

/* Team Card */
.team-card {
  text-align: center;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.team-img {
  position: relative;
}

.team-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 6px;
}

.team-info {
  background: #fff;
  padding: 15px;
  margin: -40px auto 0;
  max-width: 80%;
  box-shadow: 2px 4px 6px rgba(0,0,0,0.15);
  border-radius: 4px;
}

.team-info h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #795548;
}

.team-info p {
  font-size: 14px;
  margin: 0;
  color: #198754;
}

/* Swiper */
.teamSwiper {
  padding-bottom: 40px;
}

.swiper-pagination-bullet {
  background: #198754;
}

/* Responsive */
@media (max-width: 768px) {
  .team-header h2 {
    font-size: 24px;
  }
  .team-img img {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .btn-view {
    margin-top: 10px;
    width: 100%;
  }
  .team-img img {
    height: 240px;
  }
}









/* Section Base */
.blog-section {
  padding: 60px 20px;
  background: #fff;
  font-family: Arial, sans-serif;
}
/*.blog-section .container {
  max-width: 1200px;
  margin: 0 auto;
}*/
.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-header .subtitle {
  color: #198754;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.section-header h2 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

/* Blog Grid */
.blog-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}
.blog-post {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
}
.blog-post img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog-post.big {
  grid-row: span 2;
  position: relative;
}
.blog-post.big .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: #fff;
}
.blog-post.big h3 {
  margin: 10px 0;
}
.blog-post.small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.blog-post.small img {
  border-radius: 0;
  height: 100%;
}
.blog-post.small .content {
  padding: 10px;
}
.blog-post .meta {
  font-size: 12px;
  color: #795548;
}
.blog-post h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
}
.blog-post p {
  font-size: 14px;
  color: #333;
}
.blog-post .btn {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 12px;
  background: #198754;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  text-decoration: none;
}
.blog-post .btn:hover {
  background: #795548;
}

/* Responsive */
@media (max-width: 991px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-post.big {
    grid-row: auto;
    position: relative;
  }
  .blog-post.big .content {
    position: static;
    background: #fff;
    color: #000;
  }
}



/* Nút Back to Top */
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 3px solid #795548;
  background-color: #198754;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#backToTop:hover {
  background-color: #795548;
  border-color: #198754;
}
#backToTop.show {
  opacity: 1;
  visibility: visible;
}

/* Mobile nhỏ hơn 576px */
@media (max-width: 576px) {
  #backToTop {
    width: 45px;
    height: 45px;
    font-size: 18px;
    bottom: 20px;
    right: 20px;
  }
}




.img-fluid1 {
    max-width: 31% !important;
    height: auto;
}



@media (max-width: 768px) {
	.top-bar {
	  display:none;
	}
	.imgbanner{
		margin-top:30px;
	}
	.img-fluid1 {
		max-width: 100%;
		height: auto;
	}
}










/*trang liên hệ*/

/* Section Layout */
.contact-section {
  padding: 60px 20px;
  background: #fff;
}
.container {
  max-width: 1200px;
  margin: auto;
}
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}

/* Left Contact Info */
.contact-info {
  background: #198754;
  color: #fff;
  padding: 25px;
  border-left: 5px solid #795548;
}
.info-box {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.info-box:last-child {
  border-bottom: none;
}
.info-box i {
  font-size: 22px;
  margin-right: 15px;
  color: #795548;
}
.info-box h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.info-box p {
  margin: 2px 0 0;
}

/* Right Form */
.contact-form h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.contact-form form {
  display: flex;
  flex-direction: column;
}
.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.form-row input, 
.form-row select {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-height: 120px;
  margin-bottom: 15px;
}
button {
  background: #795548;
  color: #fff;
  padding: 14px 22px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
button:hover {
  background: #198754;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
  .form-row {
    flex-direction: column;
  }
  #Btnnepre
  {
	  display:none;
  }
  #mainNav
  {
	  text-align:center;
  }
}




/* Modal popup */
    .custom-modal .modal-content {
      border: none;
      border-radius: 0;
      height: 100vh;
    }
    .custom-modal .modal-header {
      border: none;
      justify-content: flex-end;
    }
    .custom-modal .btn-close {
      background: #198754;
      opacity: 1;
      border-radius: 50%;
      width: 32px;
      height: 32px;
	  float:right;
    }
    .custom-modal .btn-close:hover {
      background: #795548;
    }
    .modal-body {
      display: flex;
      height: 100%;
      padding: 0;
    }
    .left-side {
      flex: 1;
	  width: 80%;
      background-color: rgba(255, 255, 255, 0.5);
    }
    .right-side {
      width: 20%;
      min-width: 350px;
      background: #fff;
      padding: 20px 30px;
      overflow-y: auto;
    }
    .side-content h4 {
      color: #795548;
      font-weight: bold;
    }
    .side-content p {
      font-size: 15px;
    }
    .gallery img {
      width: 70px;
      height: 70px;
      object-fit: cover;
      border-radius: 8px;
      margin: 3px;
    }
    .info-item {
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .info-item i {
      color: #198754;
      font-size: 20px;
    }
    .register-form .form-control {
      border-radius: 8px;
      border: 1px solid #795548;
    }
    .register-form button {
      background: #198754;
      border: none;
      color: #fff;
      font-weight: 600;
      border-radius: 8px;
      padding: 10px;
      width: 100%;
    }
    .register-form button:hover {
      background: #795548;
    }
    @media(max-width: 768px) {
      .modal-body {
        flex-direction: column;
      }
      .right-side {
        width: 100%;
        min-width: auto;
      }
      .left-side {
        display: none;
      }
    }




/*about page*/

    .section-title { font-weight: 700; }
    .highlight { color: #198754; }
    .bg-brown { background-color: #795548; }
    .text-brown { color: #795548; }
    .btn-brown { background: #795548; color: #fff; border: none; }
    .btn-brown:hover { background: #5d4037; color: #fff; }
    .stats-box { background: #fff; border-radius: 8px; box-shadow: 0 3px 8px rgba(0,0,0,0.05); }
    .faq-item { border-bottom: 1px solid #eee; padding: 12px 0; }
    .team-card img { height: 320px; object-fit: cover; }
    .testimonial-box { background: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 3px 8px rgba(0,0,0,0.05); }
	
	
	
	
	
	
	
	
	
/*project page*/
    .bg-brown { background-color: #795548; }
	/* Project Grid */
    .project-item {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      margin-bottom: 30px;
    }
    .project-item img {
      width: 100%;
      transition: transform 0.5s;
    }
    .project-item:hover img {
      transform: scale(1.1);
    }

    .project-overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(25, 135, 84, 0.8);
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: 0.4s;
      text-align: center;
      padding: 20px;
    }
    .project-item:hover .project-overlay {
      opacity: 1;
    }
    .project-overlay h4 {
      margin-bottom: 10px;
      font-weight: bold;
    }
    .project-overlay a {
      display: inline-block;
      margin-top: 10px;
      padding: 8px 16px;
      background: #795548;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
    }
    .project-overlay a:hover {
      background: #5d4037;
    }

    /* Pagination */
    .pagination .page-link {
      color: #795548;
    }
    .pagination .active .page-link {
      background-color: #198754;
      border-color: #198754;
      color: #fff;
    }
	  .project-box img {
    transition: transform 0.3s;
  }
  .project-box img:hover {
    transform: scale(1.05);
  }
  .btn-detail {
    display: inline-block;
    margin-top: 8px;
    background: #198754;
    color: #fff;
    padding: 6px 14px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
  }
  .btn-detail:hover {
    background: #795548;
    color: #fff;
  }
	
	


	/* project detail page */
    .page-banner {
      background: url('https://picsum.photos/1920/400?blur') center/cover no-repeat;
      padding: 100px 0;
      text-align: center;
      color: #fff;
      position: relative;
    }
    .page-banner::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(121, 85, 72, 0.7);
    }
    .page-banner .container {
      position: relative;
      z-index: 2;
    }
    .page-banner h1 {
      font-size: 42px;
      font-weight: bold;
    }
    .page-banner p {
      margin-top: 10px;
    }

    /* Project Info */
    .project-meta {
      margin: 20px 0;
    }
    .project-meta strong {
      color: #795548;
    }

    /* Section title */
    h2.section-title {
      font-size: 26px;
      margin: 30px 0 15px;
      color: #198754;
    }

    /* Testimonial box */
    .testimonial-box {
      border-left: 4px solid #198754;
      background: #f8f9fa;
      padding: 15px 20px;
      margin: 25px 0;
      font-style: italic;
    }

    /* FAQ */
    .accordion-button:not(.collapsed) {
      background: #198754;
      color: #fff;
    }
    .accordion-button:focus {
      box-shadow: none;
    }

    /* Navigation Projects */
    .project-nav {
      display: flex;
      justify-content: space-between;
      margin-top: 40px;
    }
    .project-nav a {
      background: #795548;
      color: #fff;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 5px;
    }
    .project-nav a:hover {
      background: #5d4037;
    }

    /* Responsive */
    @media(max-width: 768px){
      .page-banner h1 {
        font-size: 28px;
      }
      .project-nav {
        flex-direction: column;
        gap: 10px;
        text-align: center;
      }
    }
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* tuyen dung page */
    .service-card {
      border: 1px solid #eee;
      border-radius: 10px;
      overflow: hidden;
      transition: all 0.3s ease-in-out;
      background: #fff;
    }
    .service-card:hover {
      box-shadow: 0 6px 18px rgba(0,0,0,0.15);
      transform: translateY(-5px);
    }
    .service-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .service-card-body {
      padding: 20px;
    }
    .service-card h5 {
      font-weight: 700;
      margin-bottom: 10px;
      color: #795548;
    }
    .service-card p {
      font-size: 15px;
      color: #333;
      margin-bottom: 15px;
    }
    .service-card a {
      font-weight: bold;
      text-decoration: none;
      color: #198754;
    }
    .service-card a:hover {
      color: #795548;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .page-header h1 {
        font-size: 32px;
      }
      .service-card img {
        height: 180px;
      }
    }
  
 
 
 

	/* tuyen dung detail page */
    .sidebar {
      background: #fff;
      padding: 20px;
      border: 1px solid #eee;
      border-radius: 10px;
    }
    .sidebar h5 {
      margin-bottom: 20px;
      font-weight: bold;
      color: #795548;
    }
    .sidebar .list-group-item {
      border: none;
      padding: 12px 15px;
      font-weight: 500;
    }
    .sidebar .list-group-item:hover {
      background: #198754;
      color: #fff;
    }
    .sidebar .contact-box {
      background: #795548;
      color: #fff;
      padding: 20px;
      border-radius: 10px;
      margin-top: 20px;
    }
    .sidebar .contact-box p {
      margin-bottom: 8px;
    }
    .sidebar .download a {
      display: block;
      background: #198754;
      color: #fff;
      padding: 10px 15px;
      border-radius: 6px;
      margin-bottom: 10px;
      text-decoration: none;
    }
    .sidebar .download a:hover {
      background: #795548;
    }
    .sidebar .social a {
      margin-right: 10px;
      font-size: 20px;
      color: #198754;
    }
    .sidebar .social a:hover {
      color: #795548;
    }

    /* Content */
    .service-detail h2 {
      font-weight: 700;
      margin: 20px 0;
      color: #795548;
    }
    .service-detail p {
      color: #333;
      line-height: 1.7;
    }
    .service-detail h3 {
      margin-top: 30px;
      margin-bottom: 15px;
      font-weight: 700;
      color: #198754;
    }
    .check-list {
      list-style: none;
      padding-left: 0;
    }
    .check-list li {
      margin-bottom: 10px;
    }
    .check-list li::before {
      content: "✔ ";
      color: #198754;
      font-weight: bold;
    }

    /* Accordion */
    .accordion-button:not(.collapsed) {
      background: #198754;
      color: #fff;
    }
    .accordion-button:focus {
      box-shadow: none;
    }

    /* Bottom Nav */
    .bottom-nav {
      margin-top: 40px;
      display: flex;
      justify-content: space-between;
    }
    .bottom-nav a {
      background: #795548;
      color: #fff;
      padding: 10px 20px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 500;
    }
    .bottom-nav a:hover {
      background: #198754;
    }

    /* Responsive */
    @media (max-width: 991px) {
      .sidebar {
        margin-top: 30px;
      }
    }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*tintuc page*/
    .blog-card {
      border: 1px solid #ddd;
      transition: all 0.3s ease;
      background: #fff;
    }
    .blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .blog-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .blog-meta {
      font-size: 14px;
      color: #666;
      margin-bottom: 8px;
    }
    .blog-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #000;
    }
    .read-more {
      font-weight: bold;
      color: #198754;
      text-decoration: none;
    }
    .read-more:hover {
      text-decoration: underline;
    }
    footer {
      background: #198754;
      color: #fff;
      padding: 20px 0;
      text-align: center;
    }
    .pagination .page-link {
      color: #198754;
    }
    .pagination .active .page-link {
      background-color: #198754;
      border-color: #198754;
      color: #fff;
    }
	
	
	
	
	
	
	
	
	
	
	
/*tintuc detail page*/
	.blog-detail img {
      width: 100%;
      border-radius: 4px;
    }
    .blog-detail h2 {
      font-size: 22px;
      font-weight: 700;
      margin: 20px 0 10px;
      color: #000;
    }
    blockquote {
      border-left: 5px solid #198754;
      padding: 10px 15px;
      background: #f8f9fa;
      font-style: italic;
      color: #333;
      margin: 20px 0;
    }
    .accordion-button:not(.collapsed) {
      background: #198754;
      color: #fff;
    }
    .author-box {
      display: flex;
      align-items: center;
      border: 1px solid #ddd;
      padding: 15px;
      margin-top: 20px;
      border-radius: 6px;
    }
    .author-box img {
      border-radius: 50%;
      width: 60px;
      margin-right: 15px;
    }
    .tags a {
      display: inline-block;
      margin: 3px;
      padding: 5px 12px;
      background: #795548;
      color: #fff;
      font-size: 14px;
      border-radius: 20px;
      text-decoration: none;
    }
    .tags a:hover {
      background: #198754;
    }
    .comment-box {
      margin-top: 30px;
    }
    .comment {
      border-bottom: 1px solid #ddd;
      padding-bottom: 15px;
      margin-bottom: 15px;
    }
    .comment-author {
      font-weight: 700;
      color: #198754;
    }
    .comment-form input, 
    .comment-form textarea {
      border-radius: 6px;
      border: 1px solid #ddd;
    }
    .comment-form button {
      background: #198754;
      color: #fff;
      border: none;
      padding: 10px 20px;
      border-radius: 6px;
    }
    .comment-form button:hover {
      background: #795548;
    }
	
	
	
	
	
	
	
	
	/*so do to chuc*/
	
	.box {
      background: #fff;
      border: 2px solid #795548;
      color: #198754;
      padding: 10px 15px;
      text-align: center;
      font-weight: 600;
      border-radius: 6px;
      position: relative;
      margin: 20px auto;
      /*min-width: 220px;*/
	  min-width: 129px;
    }
    /* Mũi tên xuống */
    .arrow-down::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      width: 2px;
      height: 20px;
      background: #795548;
      transform: translateX(-50%);
    }
    .arrow-down::before {
      content: "";
      position: absolute;
      top: calc(100% + 20px);
      left: 50%;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 12px solid #795548;
      transform: translateX(-50%);
    }

    .line-row {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 40px;
    }
    .line-row .box {
      /*flex: 1 1 220px;*/
	  flex: 1 1 129px;
    }
  
  
  /*bien phap doc quyen*/
  
  .timeline-section {
  background: #fff;
  color: #333;
  position: relative;
}

.section-title {
  font-weight: 700;
  color: #795548;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.timeline {
  position: relative;
  padding: 2rem 0;
  border-left: 5px solid #198754;
  margin-left: 30px;
}

.timeline-box {
  position: relative;
  margin-bottom: 40px;
  padding-left: 40px;
}

.timeline-box::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(#198754, #795548);
  opacity: 0.1;
}
#myModal4 .timeline-box
{
	background: #fff;
    border-left: none;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: none; 
    box-shadow: none;
    line-height: 28px;
}
.timeline-icon {
  position: absolute;
  left: -16px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: #198754;
  border: 3px solid #795548;
  border-radius: 50%;
  z-index: 2;
}

.timeline-content {
  background: #f9f9f9;
  border-left: 5px solid #795548;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
}

.timeline-content:hover {
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.timeline-content h4 {
  color: #198754;
  font-weight: 700;
  margin-bottom: 10px;
}

.timeline-content ul {
  padding-left: 20px;
  margin-bottom: 10px;
}

.timeline-content ul li {
  list-style-type: disclosure-closed;
  margin-bottom: 5px;
}

.timeline-content .highlight {
  color: #795548;
  font-style: italic;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline {
    border-left: 3px solid #198754;
    margin-left: 15px;
  }
  .timeline-content {
    font-size: 14px;
    padding: 15px;
  }
  .timeline-box {
    margin-bottom: 30px;
    padding-left: 30px;
  }
  .timeline-icon {
    width: 16px;
    height: 16px;
  }
}

.partner-section {
    background-color: #fff;
  }

  #doitac .section-title {
    color: #795548;
    font-weight: 700;
    letter-spacing: 1px;
  }

  #doitac .partnerSlider {
    width: 100%;
    padding: 20px 0;
  }

  #doitac .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #doitac .swiper-slide img {
    width: 120px;
    height: auto;
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.3s ease;
    /*filter: grayscale(100%);*/
  }

  #doitac .swiper-slide img:hover {
    transform: scale(1.1);
    opacity: 1;
    filter: grayscale(0);
  }

  /* Dot (pagination) style */
  #doitac .swiper-pagination-bullet {
    background: #795548;
    opacity: 0.6;
  }

  #doitac .swiper-pagination-bullet-active {
    background: #198754;
    opacity: 1;
  }

  /* Mobile */
  @media (max-width: 768px) {
    #doitac .swiper-slide img {
      width: 90px;
    }
  }