.copy-r {
  background: #fe5b27;
  size: 15px;
  color: #fff;
  font-weight: 400;
}

.color-pri {
  color: #fe5b27;
}

.head-custom {
  box-shadow: 0px 4px 4px 0px #ff5e141f !important;
  background: #fff !important;
}

/* Thêm hiệu ứng hover cho menu */
.navbar-nav .nav-link {
  transition: color 0.3s ease, transform 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #fe5b27 !important; /* Đổi màu khi hover */
  transform: scale(1.05); /* Phóng to nhẹ */
}

/* Ẩn menu trên mobile, khi mở sẽ trượt vào từ trái */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -250px; /* Ẩn menu ban đầu */
  width: 250px;
  height: 100%;
  background: white;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease-in-out;
  padding-top: 60px;
  z-index: 1050;
}

/* Khi menu mở, trượt vào */
.mobile-menu.show {
  left: 0;
}

/* Nút đóng menu */
.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

section {
  scroll-margin-top: 78px; /* Tránh bị che bởi header */
}

/* cơ hội */
.opportunity {
  background-image: url("../img/bg_opportunity.png");
  background-size: cover;
  background-position: center;
}

/* Đăng kí */
.register {
  background-image: url("../img/bg_register.png");
  background-size: cover;
  background-position: center;
}

/* Chi phí vận hành */
.expense {
  background-image: url("../img/bg_expense.png");
  background-size: cover;
  background-position: center;
}

/* footer */
.footer-custom {
  background-image: url("../img/bg_footer.png");
  background-size: cover;
  background-position: center;
}

/* Scroll */

.scrollToTopBtn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  box-shadow: 0px 0px 8.3px 0px #fe5b2766;
  background: #fff !important;
  opacity: 1;
}

.scrollToTopBtn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Button */
.btn-orange {
  background-color: #fe5b27 !important;
  color: white !important;
}

.btn-orange:hover {
  background: #fff !important;
  color: #fe5b27 !important;
  border: #fe5b27 solid 1px !important;
  box-shadow: 0px 4px 10px rgba(254, 91, 39, 0.4) !important;
  transform: translateY(-1px);
}

/*menu */
.navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 400;
  margin: 0 15px !important;
  color: #272835;
  transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
  color: #fe5b27;
  font-weight: 500;
}

.navbar-nav .nav-link.active {
  font-weight: 500;
  color: #fe5b27 !important;
  border-bottom: 2px solid #fe5b27;
}

a {
  text-decoration: none !important;
}

/* mobile-menu */
.mobile-menu {
  width: 250px;
  padding: 50px 15px;
}
.mobileMenu .scroll-link {
  padding-bottom: 10px !important;
}

.title-line .text-line {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ff1414;
}

.title-line img {
  width: 8px;
  /* height: 2px; */
}

/* Custom css */

.form-section {
  margin-bottom: 2rem;
}
.form-section h5 {
  margin-bottom: 1rem;
}
.form-control,
.form-select {
  margin-bottom: 1rem;
}
.submit-btn {
  background-color: #fe5b27;
  color: white;
}
.highlight-text {
  color: #fe5b27 !important;
  font-weight: bold;
}

.checklist {
  list-style: none !important;
  padding-left: 0;
}
.checklist > li::before {
  content: "\2714" !important;
  color: #fe5b27 !important;
  margin-right: 8px;
  display: inline-block;
  font-family: Arial, sans-serif !important;
  font-size: 18px;
}
.checklist_item li ul li::before {
  content: none !important;
}

.contact-info {
  color: #2d2d2d;
}
.highlight-number {
  color: #fe5b27;
  font-size: 1.5rem;
  font-weight: bold;
}

/* custom Table */
.table thead th {
  background-color: #fe5b27;
  color: white;
  font-weight: 400;
}

.row-top{
  background-color: #F03E1D !important;
}

.text-green{
  color: #2E7D32 !important;
}

.table-custom {
  border-radius: 5px !important;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.table-custom tbody tr:nth-child(odd) {
  background-color: #ffd6e0 !important;
}

.table-custom tbody tr:nth-child(even) {
  background-color: #ffebf1 !important;
}

/* Section chiếm toàn bộ chiều rộng và chiều cao */
.section-banner {
  margin-top: 78px;
  background-image: url("../img/bg-banner.png");
  background-size: cover;
  background-position: center;
}

.section-banner img {
  max-width: 100%;
}

/* Đảm bảo nội dung trong container không bị che khuất */
.container {
  position: relative;
  z-index: 2;
}


.text-head {
  font-size: 45px; /* Mặc định cho màn hình lớn (≥1400px) */
}

.text-slogan {
  font-size: 70px;
}

.size-title{
  font-size: 44px;
}

/* Laptop lớn (≥1200px) */
@media (max-width: 1399px) {
  .text-head {
    font-size: 38px;
  }
  .text-slogan {
    font-size: 58px;
  }
  .size-title{
    font-size: 38px;
  }
}

/* Laptop nhỏ, tablet ngang (≥992px) */
@media (max-width: 1199px) {
  .text-head {
    font-size: 30px;
  }
  .text-slogan {
    font-size: 46px;
  }
}

/* Tablet dọc, điện thoại lớn (≥768px) */
@media (max-width: 991px) {
  .text-head {
    font-size: 30px;
  }
  .text-slogan {
    font-size: 40px;
  }
  .size-title{
    font-size: 34px;
  }
}

/* Điện thoại nhỏ (≥576px) */
@media (max-width: 767px) {
  .text-head {
    font-size: 24px;
  }
  .text-slogan {
    font-size: 32px;
  }
}
.text-des{
  font-size: 18px;
  font-weight: 500;
}