.overlay {
 
  background: rgba(135, 206, 250, 0.4); /* màu đen trong suốt 40% */
  z-index: 1;
}
.img-logo {
    display: block;
    max-width: 40%;
    height: auto;
}
.our-impotance.scholar ul li:nth-child(n+4) {
    margin-bottom: 64px;
}
.our-impotance.scholar ul li:nth-child(n+5) {
    margin-bottom: 0;
}
.our-impotance.scholar {
    padding-top: 90px;
    padding-bottom: 0;
    margin-bottom: 0;
    background: #f3f6f8;
}
.about.abt {
    padding-bottom: 0;
}
.about.mjr {
    padding-top:60px;
    padding-bottom: 60px;
}
.about h2 {
color: #FF4500; /* Cam đậm */
text-align: center;
justify-content: center;
}
.our-impotance.scholar h2 {
    display: block;
    padding-bottom: 44px;
    font-family: 'bevietnameprosemibold';
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    color: #191970;
	font-weight: bold;
	color: #191970;
    line-height: 1.5;
}
.our-impotance.scholar h2 span {
    display: block;
    font-family: 'bevietnameprothink';
    font-size: 14px;
    opacity: 0.8;
	color: #191970;
}

.white-popup-block {
  background: #fff;
  padding: 30px;
  position: relative;
  border-radius: 10px;
  max-width: 600px;
  margin: 20px auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.feeAFTSCHL {
    display: none;
}

#scholarship-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* khoảng cách giữa các hình tròn */
  justify-content: center; /* hoặc start / space-around tùy bạn */
  padding: 20px;
}


h2#popup-title {
    font-family: 'bevietnameprosemibold';
    font-size: 29px;
    text-align: center;
    color: #191970;
}

h2#popup-title span {
    color: #191970;
    display: block;
    font-family: 'bevietnameproregular';
    font-size: 14px;
    opacity: 0.8;
	color: #191970;
    line-height: 1.7;
}

.circle-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #ff9600;
  border: 2px solid #2e6da4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 13px;
  padding: 10px;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
  line-height: 1.2;
  white-space: pre-wrap;
}

.circle-link:hover {
  background-color: #191970;
  border: 2px solid #ff9600;
  color: #fff;
  transform: scale(1.05);
}

button.btn.btn-primary {
    background-color: #17a43b;
}
button.btn.btn-primary:hover {
    background-color: #191970;
}

.about span.sm-head {
	justify-content: center;
	line-height: 2.5;
	color: #FF3300; /* màu cam đỏ đậm */
	font-weight: bold;
	font-size: 1.55 rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1); /* tăng chiều sâu */
	
}

#scholarship-options label {
    display: inline;
}

.why-choose.schreport {
    background: none;
    padding-top: 0;
    padding-bottom: 60px;
}
.why-choose.schreport:after {
    background: none;
}
.why-choose.schreport ul li {
    width: 100%;
    color: #000;
    display: block;
    border-right: none;
    margin-bottom: 13px;
}

.navbar-form {
    width: 28%;
}
.highlight-orange {
  color: #FF7F00; /* Màu cam nổi bật */
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); /* tạo hiệu ứng nổi */
}
.custom-list {
  list-style: none; /* Xoá dấu chấm mặc định */
  padding-left: 0;
  color: #191970;
}

.custom-list li::before {
  margin-right: 8px;
  color: #FF7F00; /* màu cam nổi bật */
}
.bottom {
  background-color: #f9f9f9;
  padding: 40px 0;
  text-align: center;
}

.connect-us h3 {
  font-size: 24px;
  color: #f9f9f9; /* xanh đậm HUFLIT */
  margin-bottom: 20px;
}

.follow-us {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.campus-tour ul.gallery li .overlay {
    margin-top: 0;
}
.campus-tour ul.gallery li:hover .overlay {
    opacity: .5;
}

.follow-us li a {
  font-size: 17px;
  color: #191970;
  transition: color 0.3s ease;
}

.follow-us li a:hover {
  color: #FF7F00; /* màu cam HUFLIT khi hover */
}

.hflnav {
    min-height: 9px;
    background: #FF8C00;
}

.connect-us h3 {
    margin-bottom: 0;
}
.footer ul.follow-us {
    text-align: center;
}
.footer ul.follow-us li {
    display: inline-block;
    float: none;
}
.footer .connect-us {
    border: 0;
}

.header-middle .contact ul > li:last-child {
    border: none;
}

@keyframes sparkle {
  0%, 100% {
    text-shadow:
      0 0 5px rgba(255, 255, 255, 0.2),
      1px 1px 0 #000,
      2px 2px 3px #0b5394,
      3px 3px 5px #0b5394;
  }
  50% {
    text-shadow:
      0 0 15px rgba(0, 255, 255, 0.6),
      1px 1px 0 #000,
      2px 2px 5px #0b5394,
      3px 3px 10px #0b5394;
  }
}

.slide3 h3 {
    line-height: 1.5;
}
.slide3 .btn {
    margin-top: 17px;
    font-size: 19px;
}
.text-3d-neon {
  font-size: 2.8rem;
  font-weight: bold;
  color: #0b5394;
  transform: skew(-10deg);
  animation: sparkle 1.5s ease-in-out infinite;
  text-shadow:
    0 0 5px #0b5394,
    1px 1px 0 #000,
    2px 2px 3px #0b5394,
    3px 3px 6px #0b5394,
    0 0 15px rgba(24, 71, 133, 0.7);
}

.text-3d {
  font-size: 2.5rem;
  font-weight: bold;
  font-style: italic; /* nghiêng nhẹ */
  color: #ff4500;
  transform: skew(-10deg); /* nghiên chữ */
  text-shadow:
    1px 1px 0 #fff,
    2px 2px 0 #fff,
    2px 2px 0 #fff,
    2px 2px 0 #fff;/* tạo chiều sâu 3D */
}
.text-3d span {
    color: #ff4500;
}

.super-btn {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.1rem;
  padding: 12px 24px;
  border: 2px solid #F8f8ff;
  border-radius: 50px;
  background: linear-gradient(145deg, #FF4500, #FF4500, #FF4500);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow:
    0 0 10px rgba(24, 71, 133, 0.5),
    0 0 20px rgba(24, 71, 133, 0.3),
    inset 0 0 5px rgba(24, 71, 133, 0.2);
}

.super-btn::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(60deg, #184785, #94AAD6, #184785);
  animation: shimmer 2s infinite linear;
  opacity: 0.1;
  transform: rotate(25deg);
}

@keyframes shimmer {
  0% { transform: translate(-100%, -100%) rotate(25deg); }
  100% { transform: translate(100%, 100%) rotate(25deg); }
}

.super-btn:hover {
  transform: scale(1.05);
  box-shadow:
    0 0 15px #184785,
    0 0 25px #184785,
    inset 0 0 10px #184785;
  background: linear-gradient(145deg, #184785, #94AAD6, #184785)
}

.super-btn:active {
  transform: scale(0.97);
}


.table-responsive {
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,104,255,0.9);
}

table.notdfrst {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Be Vietnam Pro', sans-serif;
  background-color: #fff;
}

table.notdfrst thead {
  background: linear-gradient(to right, #ff4500, #FF9A76); /* Sunset gradient */
  color: #fff;
  text-transform: uppercase;
}

table.notdfrst thead th {
  padding: 14px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 2px solid #ff4500;
}

table.notdfrst tbody td {
  padding: 12px 16px;
  text-align: center;
  border-bottom: 1px solid #ff4500;
  font-size: 14px;
  color: #184785;
}

table.notdfrst tbody tr:hover {
  background-color: #fff7f3;
  transition: all 0.3s ease;
}

table.notdfrst td.yrs {
  background-color: #FFF3E2;
  font-weight: 600;
  color: #ff4500;
  font-size: 15px;
}

#hbaddin {
  font-weight: bold;
  color: #ff4500;
}
@media (max-width: 768px) {
  table.notdfrst thead th,
  table.notdfrst tbody td {
    font-size: 13px;
    padding: 10px;
  }
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.animated-zalo {
  animation: bounce 1.5s infinite;
  z-index: 9999 !important;
}

.scholarship-link {
  border-radius: 16px;
  background: #fffefb;
  box-shadow: 0 0 0 transparent;
  transition: all 0.3s ease-in-out;
  border: 2px solid #337ab7;
  text-decoration: none;
  height: 100%;
  display: block;
  margin: 5px 0;
}

.scholarship-link:hover {
  background: #fff5e9;
  box-shadow: 0 8px 18px rgba(255, 140, 0, 0.2);
  transform: translateY(-4px);
}

.scholarship-text {
  font-size: 1.7rem;
  font-weight: 600;
  color: #337ab7;
  line-height: 2.1rem;
  word-break: break-word;
}

.text-orange {
  color: #ff8b00;
}

.group-title {
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.card-body {
  padding: 1.25rem 0.25rem;
}

.spcl .scholarship-link {
  border-color: #ffcd9e;
}
.spcl .scholarship-text {
  color: #d85e00;
}


.schreport {
  background: #f8f9fa; /* sáng dịu */
}

.our-strength {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.strength-item {
  flex: 1 1 250px;
  max-width: 300px;
}

.strength-box {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.strength-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.strength-box .icon {
  font-size: 2.5rem;
  color: #0dcaf0;
  margin-bottom: 1rem;
}

.strength-box .counter {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}

.strength-box .title {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #666;
}


.hbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1.5rem;
}

.hbox li {
  display: flex;
  align-items: center;
  flex: 1 1 30%;
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  min-width: 260px;
  transition: 0.3s;
}

.hbox li:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.hbox span[class^="icon-"] {
  font-size: 3.5rem;
  margin-right: 1rem;
  color: #184785;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hbox .counter-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex: 1;
}

.hbox .counter {
  font-size: 3.3rem;
  font-weight: 400;
  color: #FF4500; /* Màu đậm như trong ảnh */
  line-height: 1.2;
}

.hbox .title {
  font-size: 1.5rem;
  color: #184785;
  margin-top: 0.2rem;
  text-align: right;
}

/* Responsive */
@media (max-width: 768px) {
  .hbox li {
    flex: 1 1 100%;
  }

  .hbox span[class^="icon-"] {
    font-size: 3rem;
  }

  .hbox .counter {
    font-size: 1.8rem;
  }

  .hbox .title {
    font-size: 0.95rem;
  }
  .banner-outer .slide3 .content h1 {
        font-size: 34px;
    }
}

#choosemajor {
  font-size: 2.5rem;
  font-weight: 600;
  color: #184785;
  animation: neonPulse 2s ease-in-out infinite;
  display: inline-block;
}

@keyframes neonPulse {
  0%, 10% {
    text-shadow:
      0 0 4px rgba(24, 71, 133, 0.5),
      0 0 8px rgba(24, 71, 133, 0.3),
      0 0 2px rgba(24, 71, 133, 0.2);
    transform: scale(1);
  }
  30% {
    text-shadow:
      0 0 6px rgba(24, 71, 133, 0.3),
      0 0 10px rgba(24, 71, 133, 0.2),
      0 0 3px rgba(24, 71, 133, 0.25);
    transform: scale(1.01);
  }
}


.form-check {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fee-block {
  font-weight: bold;
  font-size: 1.2rem;
  color: #28a745;
  transition: all 0.3s ease-in-out;
}
.highlight-cell {
  background: #f0f8ff;
}

.radio-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  max-width: 100%;
}

/* Thêm lớp text-wrap riêng */
.radio-option span {
  display: inline-block;
  max-width: 50ch;  /* Giới hạn độ rộng ~ 50 ký tự */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table {
  table-layout: fixed;
  width: 100%;
}

td, th {
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}


.radio-option:hover,
.radio-option:has(input:checked) {
  background-color: #f0f8ff;
  border-color: #3399ff;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
}

.radio-option input[type="radio"] {
  accent-color: #007bff;
  transform: scale(1.2);
}



.scholarship-wrapper {
  padding: 20px;
  background: #ff6600;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.scholarship-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color:#185784;
}

.scholarship-list li {
  background: #ffffff;
  margin-bottom: 12px;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.scholarship-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  background: #f0f8ff;
  cursor: pointer;
}

.scholarship-list li::before {
  content: "🎓";
  font-size: 20px;
  color: #4f46e5;
}

.tuition-wrapper {
  background: linear-gradient(to bottom right, #f8faff, #e6f0ff);
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 102, 255, 0.15);
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  align-items: center;
  margin-bottom: 30px;
}

.tuition-wrapper .form-outer {
  flex: 1 1 60%;
  padding: 20px;
}

.tuition-wrapper .info-block {
  flex: 1 1 35%;
  padding: 20px;
  background: rgba(255,255,255,0.6);
  border: 2px dashed #3399ff;
  border-radius: 15px;
  box-shadow: inset 0 0 10px rgba(0,102,255,0.1);
  transition: 0.3s ease;
}

.tuition-wrapper .info-block:hover {
  box-shadow: inset 0 0 15px rgba(0,102,255,0.3);
}

.full-width.custom_select {
  width: 100%;
  padding: 16px 20px;
  font-size: 1.2rem;
  border: 2px solid #3399ff;
  border-radius: 10px;
  background-color: #fff;
  color: #333;
  box-shadow: 0 4px 8px rgba(0, 102, 255, 0.1);
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.full-width.custom_select:focus {
  border-color: #0056b3;
  box-shadow: 0 0 10px rgba(0, 102, 255, 0.3);
  outline: none;
}

.sm-head {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0056b3;
  margin-bottom: 10px;
}

#choosemajor {
  font-size: 2.4rem;
  font-weight: bold;
  color: #FF4500;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.info-block .form-outer .select2-container--default .select2-selection--single {
  font-size: 2.5rem;
  font-weight: 400;
}

span.tiphb {
  display: block;
    text-wrap: auto;
    text-transform: math-auto;
    color: #184785;
    font-weight: 100;
    padding: 0 30px;
}

@media (max-width: 768px) {

  /* Logo nhỏ lại */
  .img-logo {
    max-width: 60%;
    margin: 0 auto;
  }

  /* About section co gọn padding */
  .about.mjr {
    padding: 30px 10px;
  }

  .about h2 {
    font-size: 28px;
  }

  .our-impotance.scholar h2 {
    font-size: 28px;
    padding-bottom: 30px;
  }

  .our-impotance.scholar h2 span {
    font-size: 12px;
  }

  /* Scholarship circle links xếp hàng dọc */
  #scholarship-links {
    flex-direction: column;
    align-items: center;
  }

  .circle-link {
    width: 90px;
    height: 90px;
    font-size: 12px;
    padding: 8px;
  }

  h2#popup-title {
    font-size: 24px;
	color: #ff4500;
	
  }
  h2#popup-title span {
    font-size: 12px;
	color: #ff4500;
  }

  /* Super button thu nhỏ */
  .super-btn {
    font-size: 1rem;
    padding: 10px 20px;
  }

  /* Table responsive co nhỏ cột, chữ */
  table.notdfrst thead th,
  table.notdfrst tbody td {
    font-size: 12px;
    padding: 8px;
  }

  .table-responsive {
    margin-top: 10px;
  }

  /* Strength box xếp dọc */
  .our-strength {
    flex-direction: column;
    align-items: center;
  }
  .strength-item {
    max-width: 100%;
  }
  .strength-box {
    padding: 1.5rem;
  }

  /* Hbox item thu gọn */
  .hbox li {
    flex: 1 1 100%;
    padding: 1rem;
  }
  .hbox span[class^="icon-"] {
    font-size: 2.5rem;
  }
  .hbox .counter {
    font-size: 2rem;
  }
  .hbox .title {
    font-size: 1.2rem;
  }

  /* Tuition form re-layout */
  .tuition-wrapper {
    flex-direction: column;
  }
  .tuition-wrapper .form-outer,
  .tuition-wrapper .info-block {
    flex: 1 1 100%;
  }

  .full-width.custom_select {
    font-size: 1rem;
    padding: 14px 16px;
  }

  /* Scholarship list item co lại */
  .scholarship-list li {
    padding: 12px 16px;
    font-size: 14px;
  }

  .scholarship-list li::before {
    font-size: 18px;
  }

  .scholarship-text {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  /* Radio options gọn hơn */
  .radio-option {
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem;
  }
  .radio-option span {
    max-width: 40ch;
  }

  /* Footer & follow us chỉnh khoảng cách */
  .follow-us {
    gap: 12px;
  }

  .follow-us li a {
    font-size: 15px;
  }

  .text-3d-neon {
    font-size: 1.8rem;
  }
  
  .text-3d {
    font-size: 1.8rem;
  }

  #choosemajor {
    font-size: 1.8rem;
  }

  /* Fee block text chỉnh size */
  .fee-block {
    font-size: 1rem;
  }

  .navbar-form {
    width: 90%;
    margin: 0 auto;
  }

  .card-body {
    padding: 0.8rem 0.2rem;
  }
  .banner-outer .slide3 .content h1 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {

  .tuition-wrapper {
    flex-direction: column;
    padding: 15px;
  }

  .tuition-wrapper .form-outer, 
  .tuition-wrapper .info-block {
    flex: 1 1 100%;
    padding: 15px 10px;
  }

  .full-width.custom_select {
    padding: 12px 16px;
    font-size: 1rem;
  }

  .sm-head {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  #choosemajor {
    font-size: 1.8rem;
    text-align: center;
  }

  .radio-option {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5rem 0.75rem;
  }

  .radio-option span {
    max-width: 100%;
    white-space: normal;
    text-overflow: initial;
  }

  .scholarship-wrapper {
    padding: 15px;
  }

  .scholarship-list li {
    font-size: 14px;
    padding: 12px 16px;
  }

  .circle-link {
    width: 80px;
    height: 80px;
    font-size: 12px;
  }

  .super-btn {
    font-size: 1rem;
    padding: 10px 20px;
  }

  table.notdfrst thead th,
  table.notdfrst tbody td {
    font-size: 12px;
    padding: 8px;
  }

  .hbox li {
    flex: 1 1 100%;
    min-width: 100%;
    padding: 1rem;
  }

  .hbox span[class^="icon-"] {
    font-size: 2.5rem;
  }

  .hbox .counter {
    font-size: 2rem;
  }

  .hbox .title {
    font-size: 1rem;
  }
  .banner-outer .slide3 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px; /* đảm bảo vẫn đủ chiều cao hiển thị đẹp */
  }
  .banner-outer .slide3 .content h1 {
        font-size: 34px;
    }
	
/*--chat box---*/

}

