/* ==== block tuyển sinh ==== */

* {
  box-sizing: border-box;
}


#header .logo img {
    max-height: 50px !important;
}

.wraper-tuyensinh {
  max-width:1200px;
  margin:0 auto;
  padding: 80px 0 80px 0;
  display: flex;
  justify-content: space-between;
  position: relative; /* tạo context cho background tuyệt đối */
    z-index: 1;
}

.wraper-news {
  max-width:1200px;
  margin:0 auto;
  padding: 0px 0 0px 0;
}

.wraper-daotao {
  max-width:1200px;
  margin:0 auto;
  padding: 80px 0 80px 0;
  display: flex;
  justify-content: space-between;
  position: relative; /* tạo context cho background tuyệt đối */
    z-index: 1;
}

.wraper-block-sinhvien {
	max-width:1200px;
	margin:0 auto;
               /* Khoảng cách giữa 2 khối */
      /* Khi màn hình nhỏ, có thể xuống dòng */
}

.row-sinhvien {
	display: flex;
	flex-direction: row;/* Cho các phần tử con nằm ngang */
    gap: 32px; 
}



.background-img-tuyensinh {	
    position: absolute; /* để SVG vị trí tuyệt đối nếu cần */
    width: 831px;
    height: 831px;
    overflow: hidden;
    left: -354px;
    top: 14px;
    opacity: 0.5;
    text-align: center;
	z-index: -1;
}

/* mỗi SVG wrapper */
.background-img-tuyensinh > div {
    position: absolute; /* cho phép đặt ở vị trí cụ thể */
}

/* đảm bảo SVG co dãn vừa khung mà giữ tỉ lệ */
.background-img-tuyensinh svg {
    display: block;
}


.background-img-daotao {
	position: absolute;
	right: -192px;
	bottom: -157px;
	width: 385px;
	height: 385px;
	overflow: hidden;
	opacity: 0.5;
    text-align: center;
	z-index: -1;
}

/* mỗi SVG wrapper */
.background-img-daotao > div {
    position: absolute; /* cho phép đặt ở vị trí cụ thể */
}

/* đảm bảo SVG co dãn vừa khung mà giữ tỉ lệ */
.background-img-daotao svg {
    display: block;
}



/* ==== Left content ==== */
.tuyensinh-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tuyensinh-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  
}

.tuyensinh-info-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  
}

/* ==== Right content ==== */
.tuyensinh-right {
  width: 488px;
  flex-shrink: 0;
  position: relative; /* để khối đỏ nằm trong container */
  overflow: visible;  /* cho phép khối đỏ thò ra bên ngoài */
}

.tuyensinh-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2; /* ảnh nổi trên khối đỏ */
}

.tuyensinh-right-1 {
  width: 488px;
  flex-shrink: 0;
  position: relative; /* để khối đỏ nằm trong container */
  overflow: visible;  /* cho phép khối đỏ thò ra bên ngoài */
}

.tuyensinh-right-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2; /* ảnh nổi trên khối đỏ */
}

/* Khối đỏ thò ra, nằm phía dưới ảnh */
.red-block {
  position: absolute;
  width: 100vw;
  height: 397px;
  bottom: 124.94px;
  background: var(--Primary, #9D1D1F);
  z-index: 1;          /* nằm dưới ảnh, bị che */
  border-radius: 8px;
}

.red-block-1 {
  position: absolute;
  width: 100vw;
  height: 397px;
  right: 0;
  bottom: 124.94px;
  background: var(--Primary, #9D1D1F);
  z-index: 1;          /* nằm dưới ảnh, bị che */
  border-radius: 8px;
}


/* Tiêu đề */
/* Tiêu đề */
.tuyensinh-title {
	font-family: "Linh AvantGarde"; /* tên trùng với @font-face */
    font-weight: 700 !important; /* chắc chắn override */
    font-size: 48px !important;
    line-height: normal;
    text-transform: uppercase;
    color: var(--Primary, #9D1D1F);
}

.title-line {
  width: 130px;
  height: 5px;
  background-color: var(--Primary, #9D1D1F); /* dùng background thay vì outline */
  margin-top: 8px;
  border: none;
}

.title-line-1 {
  width: 130px;
  height: 5px;
  background-color: var(--Primary, #9D1D1F); /* dùng background thay vì outline */
  margin-top: 8px;
  display: block;       /* để margin-left:auto có tác dụng */
  margin-left: auto;    /* đẩy sang phải */
}

/* Mô tả */
.tuyensinh-desc {
  font-size: 16px;
  font-family: Lato;
  font-weight: 400;
  line-height: 24px;
  color: #1F1E1E;
  margin: 32px 0;       /* cách trên dưới 32px */
  text-align: left;
  width: 592px;     /* giới hạn chiều rộng */
}

.tuyensinh-desc-1 {
  font-size: 16px;
  font-family: Lato;
  font-weight: 400;
  line-height: 24px;
  color: #1F1E1E;
  margin: 32px 0;       /* cách trên dưới 32px */
  text-align: right;
  width: 433px;     /* giới hạn chiều rộng */
}

/* Nút chính */
.tuyensinh-btn  {
  display: inline-flex;
  padding: 14px 24px;
  background: white;
  border: 1px solid #9D1D1F;
  cursor: pointer;
  font-family: "Linh AvantGarde";
  font-size: 18px;
  font-weight: 700;
  color: var(--Text-Red, #9D1D1F) !important;
  transition: all 0.3s ease;
  text-decoration: none;
}
.tuyensinh-btn:hover {
  background: #9D1D1F !important;
  color: #FFF !important;
}

/* Cards */
/* Card wrapper */
.tuyensinh-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  width: 100%;
	margin-top: 80px;
}

.tuyensinh-cards-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  width: 100%;
	margin-top: 80px;
}

.tuyensinh-cards-1 a:nth-child(4) {
  grid-column-start: 2; /* bắt đầu từ cột 2 */
}

.tuyensinh-cards-1 a:nth-child(5) {
  grid-column-start: 3; /* bắt đầu từ cột 3 */
}

/* Card */
/* Card = thẻ <a> */
.card {
  display: block;                /* để bao toàn bộ */
  padding: 16px;
  width: 221.5px;                /* cố định theo thiết kế */
  background: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;         /* bỏ gạch chân */
  color: inherit;                /* mặc định dùng màu text bên trong */
}

.card:hover {
  background: #9D1D1F;
}

/* Icon + text */
.card-text {
  position: relative;            /* để dùng ::before */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

/* Background ảnh khi hover */
.card-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;                    /* dịch phải 16px */
  width: 100%;
  height: 37px;
  background: url('/themes/hust/images/HUST 3.png') no-repeat left top / auto 37px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;                    /* dưới icon + text */
}

.card:hover .card-text::before {
  opacity: 1;
}

/* Icon + text nổi lên trên */
.card-text > * {
  position: relative;
  z-index: 1;
}

/* Icon */
.card-icon {
  width: 50px;
  height: 50px;
  color: #9D1D1F;
  transition: color 0.3s ease;
}

.card:hover .card-icon {
  color: #FFF;
}

/* Text */
.card-text span {
  font-family: "Lato";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #9D1D1F;
  transition: color 0.3s ease;
}

.card:hover .card-text span {
  color: #FFF;
}








.home-intro-block.marquee-block {
  width: 100%;
  margin: 30px 0;
}

.home-intro-block.marquee-block .wraper-block {
  max-width: 1440px;
  margin: 0 auto;
}

.marquee-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px 0 24px 0;
  background: var(--Brand-Colors-Gray-100, #BABEBD);
  overflow: clip;
}

.marquee-track {
  display: flex;
  gap: 48px;
  width: max-content; /* auto co theo nội dung */
  animation: marquee-left 180s linear infinite forwards;
}

.marquee-item {
  width: 404px;
  height: 80px;
  flex-shrink: 0;
  background-size: contain;   /* test với contain để dễ thấy ảnh */
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


.fixed_social_1 {
    position: fixed;
    width: auto;
    height: 520px;
    right: 3px;
    top: calc(30% - 60px);
    display: block;
    z-index: 10;
}

.fixed_social_2 {
    position: fixed;
    width: auto;
    height: 300px;
    right: 3px;
    top: calc(55% - 60px);
    display: block;
    z-index: 10;
}

/* Lớp làm mờ nền */


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6); /* mờ toàn màn */
    z-index: 9998;
    display: block; /* bật hiển thị */
}

/* Khung popup */
.popup_social {
    position: fixed;
    width: 900px;
    height: 491px;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 9999;
	
}

.popup-content {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Ảnh popup */
.popup-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

/* Nút đóng (dấu X) */
.popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border-radius: 50px;
	border: 1px solid var(--Button-Ghost-Disabled, #DFDFDF);
    font-size: 28px;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    transition: background 0.3s;
}


/* Nút “Đến trang” */
.popup-btn-wrap {
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
	
}

.popup-btn-wrap a {
	color: var(--Text-Inverse, #FFF) !important;

	/* Button/Medium */
	font-family: "Linh AvantGarde" !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: 24px !important; /* 150% */
	
}

.popup-button {
	display: flex;
	padding: 12px 12px 12px 16px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	border: 1px solid var(--Button-Primary-Disabled, #FBE8E2);

}





.fixed_social_1 #socialList,
.fixed_social_1 .socialList_1 {
    display: inline-block;
}
.fixed_social_1 .socialList_1 li{
    position: relative;   /* chứa hover */
    width: 160px;
    height: 40px;
}
.fixed_social_1 .socialList_1 li a {
    display: block;
    height: 40px;
	
    
}
.fixed_social_1 .socialList_1 li a:hover{
    opacity: 0.8;
}
.fixed_social_1 .socialList_1 li a .fa {
    font-size: 30px;
}
.fixed_social_1 .socialList_1 li a .custom-news {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../images/subscriber.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
}

.social-item {
  position: absolute;
  right: 0;        /* cố định sát bên phải */
  width: 40px;
  height: 40px;
  overflow: hidden;
  transition: width 0.3s ease;
  
}


.social-item svg {
  position: absolute;
  top: 0;
  right: 0;           /* luôn căn về mép phải */
  height: 40px;
  
}

.icon-default {
    position: relative;  /* không absolute nữa */
    width: 40px;
    height: 40px;
    z-index: 2;
    display: block;
}

.icon-hover {
  position: absolute;
  top: 0;
  right: 0;       /* luôn căn phải */
  width: 159px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.social-item:hover {
  width: 159px;       /* khi hover, block mở rộng sang trái */
}

.social-item:hover .icon-default {
  opacity: 0;
}

.social-item:hover .icon-hover {
  opacity: 1;
}

.bg-pink {
    background: var(--Brand-Colors-Red-50, #FBE8E2);
}

#footer-2 {
    background: var(--Primary, #9D1D1F);
}


.text-sologan li:first-child {
    font-weight: bold;
    font-size: 22.6px !important;
	line-height: 1;
}

.text-sologan li:last-child {
    font-weight: 400;
    font-size: 14px !important;
}

.text-sologan {
	margin-bottom: -4px;
}

.main-header #header .logo {
    padding-right: 69px;
}

.menu-top-scroll #header .logo {
    padding-right: 16px;
}


.menu-top-scroll.sticky #header .logo {
	padding-right: 16px;
}


.right-top .menu_topright ul {
    justify-content: left !important;
	
}
.right-top .menu_topright ul li a {
    padding: 20px 12px !important;
	font-family: "Linh AvantGarde";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
}

.language {
    display: flex;           /* container dùng flexbox */
    gap: 8px;                /* khoảng cách giữa các item */
}

.language a {
    display: block;          /* để background-image và kích thước đúng */
    width: 24px;             /* ví dụ chiều rộng icon */
    height: 24px;            /* chiều cao icon */
    background-size: cover;
}

#header {
	gap: 18px;
}


#header .rsearch {
        width: auto !important;
		margin: 8px 0 0 0 !important;

    }

#header .right-top {
    flex: 0 0 40.5% !important;
}
/* ==== block nghiên cứu và hợp tác ==== */

#header .rsearch {

        order: 3;

    }


#header .languages {
        order: 4;
}

#header .btn-login {
        order: 5;
}

.btn-login {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 12px 6px 12px 6px;
    width: 118px;
    height: 48px;
    
    /* Style chữ */
    color: var(--Text-Inverse, #FFF) !important;
    font-family: "Linh AvantGarde";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
	text-transform: uppercase;
    
    /* Nền và viền */
    
    text-decoration: none;
	border: 1px solid var(--White, #FFF);
}


#header .languages {
    display: flex !important;
    align-items: center !important;
    margin-top: 0 !important; /* ép bỏ cái -20px */
    height: 48px; 
}

.right-top .menu_topright ul {

  display: flex;
  gap: 18px; /* khoảng cách giữa các li */
 
}

.right-top .menu_topright ul li a {
	padding: 20px 0px !important;
}


.languages-dropdown {
    position: relative;
    display: inline-flex;
	
}
.lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 1px 2px rgba(16,24,40,0.05);
    cursor: pointer;
}
.flag-current svg {
    width: 24px;
    height: 18px;
	display: flex;
    align-items: center;
}
.lang-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #FFF;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    min-width: 150px;
    box-shadow: 0 1px 2px rgba(16,24,40,0.05);
    margin-top: 4px;
    padding: 4px 0;
    list-style: none;
    z-index: 999;
}
.lang-menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
}
.lang-menu li a svg {
    width: 24px;
    height: 18px;
}
.languages-dropdown.active .lang-menu {
    display: block;
}


.feature-event-background {
	display: flex;
	justify-content: center; /* căn giữa container con */
	align-items: center;
	width: 100%;
	height: 284px;
	position: absolute;
	bottom: -0.353px;
	background: #9D1D1F;
	opacity: 0.1;
	
}

.feature-event-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1209px;
    padding-left: 6px;
    gap: 9px;
	
}















* { box-sizing: border-box; margin:0; padding:0; }

.home-intro-block {
    text-align:center;
    margin:30px 0;
    width:100%;
	max-width:2440px !important;
}

.home-intro-block-event {
    text-align:center;
    width:100%;
	max-width:2440px !important;
	position: relative;
}

.hoptac-block {
    background: var(--Secondary-Colors-Blue-50, #E9F0F2);
}

.wraper-block {
    max-width:1200px;
    margin:0 auto;
	padding: 80px 0 80px 0; /* khoảng cách dưới cùng block */
}

.wraper-block-nc {
    max-width:1200px;
    margin:0 auto;
	padding: 80px 0 80px 0; /* khoảng cách dưới cùng block */
}

.wraper-block-1 {
    max-width:1200px;
    margin:0 auto;
	padding: 80px 0 32px 0; /* khoảng cách dưới cùng block */
}

.wraper-block-2 {
    max-width:1200px;
    margin:0 auto;
	padding: 80px 0 80px 0; /* khoảng cách dưới cùng block */
}

.wraper-block-2 h1 {
    text-align: left;
    margin-left: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: normal;
    text-transform: uppercase;
    color: #9D1D1F;
    position: relative;
	font-family: "Linh AvantGarde";
}

.wraper-block-2 h1 span {
    display: block;
    width: 130px;
    height: 5px;
    background-color: #9D1D1F;
    margin: 16px 0 0 0; /* căn thanh ngang sang trái */
    border-radius: 2px;
}

.wraper-block-3 {
	text-align: left;
    display: flex;
    flex-direction: column;   /* xếp dọc */
    gap: 20px;
    width: 100%;
}

/* icon + text nằm ngang trong div */
.wraper-block-3 .html-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wraper-block-3 .html-item h1{
	color: var(--Text-Inverse, #FFF);

	/* Text/Regular/regular */
	font-family: "Linh AvantGarde";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}

.wraper-block-4 {
    max-width:1200px;
    margin:0 auto;

}

.wraper-block-html2 {
	text-align: left;
    display: flex;
    flex-direction: column;
	gap: 16px;
}




.html2-title-big {
	color: var(--Text-Inverse, #FFF);

	/* Heading/Mobile/Heading 4 */
	font-family: "Linh AvantGarde";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 25.2px */
	text-transform: uppercase;	
}

.html2-list-small {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.html2-list-small.single-item {
  gap: 0;
}

.html2-list-small a {
	color: var(--Text-Inverse, #FFF);

	/* Text/Regular/regular */
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.wraper-block-html-links {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.wraper-block-html-links .link-list {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.wraper-block-html-links .link-list a {
	display: flex;
	width: 32px;
	height: 32px;
	padding: 4px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	aspect-ratio: 1/1;
	border-radius: 50px;
	background: #7D0F11;
}

.wraper-block-html-links h1 {
	color: var(--White, #FFF);

	/* Heading/Desktop/Heading 6 */
	font-family: "Linh AvantGarde";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 28px */
	text-transform: uppercase;
}

.news-signup-button-wrapper {

	border-radius: 6px;
	border: 1px solid var(--Secondary-Colors-Orange-100, #FFE7D6);
	background: var(--White, #FFF);
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.news-signup-button-wrapper .news-signup-button {
	display: flex;
	height: 48px;
	padding: 10px 12px;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	justify-content: space-between;
	
	color: var(--Text-Disabled, #6D7172);
	/* Text/Regular/regular */
	font-family: "Linh AvantGarde";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}

.google-map-button-wrapper .google-map-button {
	display: flex;
	padding: 10px 8px 10px 12px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	border: 1px solid var(--Button-Ghost-Hover, #DFDFDF);
	background: var(--Button-Ghost-Hover, #DFDFDF);
	
	width: fit-content;     /* ✅ Chiều rộng vừa khít nội dung */
	max-width: 100%;        /* Tránh tràn nếu nội dung quá dài */
	box-sizing: border-box; /* Đảm bảo padding + border tính đúng */
	
	color: var(--Text-Primary, #1F1E1E);

	/* Button/Small */
	font-family: "Linh AvantGarde";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 142.857% */
}


.rss-footer {
	margin-top: 0px !important;
	
}

.rss-footer a {
	color: var(--Text-Inverse, #FFF);

	/* Text/Regular/regular */
	font-family: "Linh AvantGarde";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	text-transform: none !important;
	

	
}

.footer-top-line {
    width: 100%;
    max-width: 1200px; /* thanh không dài quá 1200px */
    height: 2px;
    background-color: #fff;
    margin: 0px auto 16px auto; /* cách trên 16px, cách dưới 20px */
    display: block;
}



.footerNav2 {
	color: var(--Text-Inverse, #FFF) !important;

	/* Text/Regular/regular */
	font-family: "Linh AvantGarde" !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 150% !important; /* 24px */
	background: var(--Primary, #9D1D1F) !important;
	padding: 0 0 0 0 !important;

}




/* Tiêu đề chính */
.home-intro-title {
    font-family: "Linh AvantGarde"; /* tên trùng với @font-face */
    font-weight: 700 !important; /* chắc chắn override */
    font-size: 48px !important;
    line-height: normal;
    text-transform: uppercase;
    color: var(--Primary, #9D1D1F);
}


/* Thanh ngang dưới tiêu đề */
.home-intro-title::after {
    content:"";
    display:block;
    width:130px;
    height:5px;
    background-color: var(--Primary, #9D1D1F);
    margin:16px auto 0 auto; /* cách dưới 16px */
    border-radius:2px;
}

.home-intro-title-news {
    font-family: "Linh AvantGarde"; /* tên trùng với @font-face */
    font-weight: 700 !important; /* chắc chắn override */
    font-size: 48px !important;
    line-height: normal;
    text-transform: uppercase;
    color: var(--Primary, #9D1D1F);
}


/* Thanh ngang dưới tiêu đề */
.home-intro-title-news::after {
    content:"";
    display:block;
    width:130px;
    height:5px;
    background-color: var(--Primary, #9D1D1F);
    margin-top:16px; /* cách dưới 16px */
    border-radius:2px;
}

.home-intro-items {
    display:flex;
    flex-wrap:nowrap;
    height:500px;
	margin-top:80px;

}

.home-intro-item {
    flex:1 1 25%;
    position:relative;
    cursor:pointer;
    overflow:hidden;
    transition: flex 0.5s ease;
}

.home-intro-item {
    position: relative;
    overflow: hidden;
}

.home-intro-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}



/* Overlay gradient chỉ trên ảnh */
.home-intro-item::before {
    content: "";
    position: absolute;
    inset: 0; /* top:0; left:0; right:0; bottom:0; */
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Caption luôn nổi trên gradient */
.home-intro-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2; /* quan trọng */
    color: var(--Text-Inverse, #FFF);
    font-family: "Linh AvantGarde";
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    text-align: left;
    padding: 32px 32px;
	text-transform: uppercase; /* viết hoa toàn bộ */
}

.home-intro-item:hover::before {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
}

.home-intro-item:hover .home-intro-caption {
    font-size: 32px;
}

.home-intro-caption-sv {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2; /* quan trọng */
    color: var(--Text-Inverse, #FFF);
    font-family: "Linh AvantGarde";
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    text-align: left;
    padding: 32px 32px;
	 /* viết hoa toàn bộ */
}


.home-intro-button-wrapper {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:14px 20px 14px 24px;
    border:1px solid var(--Button-Primary-Default, #9D1D1F);
    background:var(--White, #FFF);
    margin:80px auto 0 auto; /* cách trên/dưới 80px */
    width:fit-content;
	    z-index: 1;
    position: relative;
}

.home-intro-button-wrapper-new {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:14px 20px 14px 24px;
    border:1px solid var(--Button-Primary-Default, #9D1D1F);
    background:var(--White, #FFF);
    margin:57px auto 80px auto; /* cách trên/dưới 80px */
    width:fit-content;
	    z-index: 1;
    position: relative;
}

.home-intro-button-wrapper-new:hover {
    background: var(--Primary, #9D1D1F);
}

.home-intro-button-wrapper-new:hover .home-intro-button {
    color: var(--White, #FFF) !important;

}

.home-intro-button {
    text-decoration:none;
    color: var(--Text-Red, #9D1D1F) !important; /* màu chữ */ 
    font-family: "Linh AvantGarde";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    transition: all 0.3s ease;
}

.home-intro-button-wrapper:hover {
    background: var(--Primary, #9D1D1F);
}

.home-intro-button-wrapper:hover .home-intro-button {
    color: var(--White, #FFF) !important;

}

.home-intro-button-wrapper-1 {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:14px 20px 14px 24px;
    border:1px solid var(--Button-Primary-Default, #9D1D1F);
    background:var(--White, #FFF);
    margin:80px auto 0 auto; /* cách trên/dưới 80px */
    width:fit-content;
}

.home-intro-button-wrapper-1:hover {
    background: var(--Primary, #9D1D1F);
}

.home-intro-button-wrapper-1:hover .home-intro-button {
    color: var(--White, #FFF) !important;

}

.btn-toggle-mobile-menu {
		top: auto;
	}





.scroll-wrapper {
  display: flex;
  overflow-x: auto;
  gap: 10px; /* khoảng cách giữa các item */
  width: 752px; /* khung hiển thị 2 item */
  height: 420px;
  scroll-snap-type: x mandatory;
  padding-bottom: 16px;
  margin: 0 auto; /* căn giữa khung */
}

/* ẩn scrollbar (nếu muốn) */
.scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}
.scroll-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 6px;
}

.scroll-wrapper::-webkit-scrollbar-track {
  background: #fff; /* màu trắng */
  border-radius: 6px;
}

/* Mỗi item */
.scroll-wrapper .col-md-8 {
  flex: 0 0 371px; /* đúng kích thước mong muốn */
  scroll-snap-align: start;
}

/* Đảm bảo ảnh và nội dung không vượt khung */
.event-desktop {
  width: 100%;
  height: 390px;
  box-sizing: border-box;
}

.feature-events-row {
    display: flex;
    flex-wrap: nowrap; /* tất cả cùng hàng */
	    position: relative;
    z-index: 1;
	margin-top:80px;
}

.col-three {
	padding:0px;
}

.col-three:first-child {
	padding-left: 0px;
}

.col-three .three-content.mh-450 {
	    min-height: 372px;
}


.three-content .item-content .item-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 16px;
}

.item-inner h3 {
    text-align: left;
	color: var(--Text-Primary, #1F1E1E);
	/* Text/Regular/regular */
	font-family: "Linh AvantGarde";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	text-transform: uppercase;

    display: -webkit-box;
    -webkit-line-clamp: 3;   /* số dòng muốn hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}


.three-content .item-content .group.group-right {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    padding: 0 0 0 0;
}


.non-slider {
	display: flex;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
}

/* Thanh ngang chia tách */
.divider-horizontal {
    width: 1.5px;
    height: 420px;           /* chiều cao theo yêu cầu */
    background: #9DA1A0; /* màu đỏ ví dụ */
    margin: 0 20px;          /* khoảng cách trên dưới */
}

.old-event-title {
	display: flex;
	padding: 20px 0 15px 0;
	align-items: center;
	align-self: stretch;

}

.old-event-title h1 {
		color: var(--Text-Red, #9D1D1F);
	/* Heading/Desktop/Heading 5 */
	font-family: "Linh AvantGarde";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 33.6px */
	text-transform: uppercase;
}

.three-content .item-content .group {
    height: 92px;
	padding: 32px 0px 32px !important;

}


.three-content .item-content .date-published {
    display: flex;
    position: absolute;
    top: calc(70% - 50px);
    right: 15px;
    width: 70px;
    height: 76px;
    background: var(--Primary, #9D1D1F);
    padding: 0px 5px 0 5px;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}


/* Slick Slider cơ bản */
.slick-slide img {
    width: 100%;
    object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
    color: white;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1.5;
}

.slick-current {
    opacity: 1;
}

/* div-poistion chỉ áp dụng cho các div con thông thường, không ảnh hưởng countdown */
.div-poistion {
    position: relative;
}

.div-poistion > div:not(.banner-countdown) {
    position: absolute;
    top: 25%;
    left: 10%;
}

.div-poistion > div:not(.banner-countdown) h1 {
    font-size: 70px;
    font-weight: 700;
    color: #252525;
}

.div-poistion > div:not(.banner-countdown) p {
    color: #636363;
    font-size: 20px;
    margin-top: 20px;
    width: 40%;
}

.primary-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 30px;
    color: #fff !important;
    background: #e7ab3c;
    text-transform: uppercase;
    margin-top: 20px;
}

.div-poistion .slide-text {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 500px;
    text-align: right;
    display: inline-block;
    font-family: "Linh AvantGarde";
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    padding-top: 15px;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5%;
}

/* Countdown banner */
/* Banner countdown */
.banner-countdown {
    position: absolute;
    bottom: 53px;           /* cách đáy banner */
    left: 50%;              /* căn ngang giữa */
    transform: translateX(-50%);
    width: 496px;           
    height: 137px;
    display: flex;
    justify-content: space-between; /* 4 ô đều nhau */
    align-items: flex-end;          /* ô sát đáy */
    z-index: 9999;
}

/* Container chứa 4 ô countdown */
.countdown-container {
    display: flex;
    justify-content: space-between;
    width: 100%;                  
    align-items: flex-end;        /* ô sát đáy */
    gap: 8px;                     /* khoảng cách giữa 4 ô */
}

/* Mỗi ô countdown */
.countdown-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 12px;
    border: 2px solid #EEDD20;
    background: linear-gradient(180deg, #DD0D20 0%, #A81313 100%);
    box-shadow: 0 0 10px 0 rgba(243, 193, 8, 0.50);
    flex-shrink: 0;
    position: relative;
}

/* Chữ số */
.countdown-number {
    color: var(--Text-Inverse, #FFF);
    text-align: center;
    font-family: "Linh AvantGarde";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* ~67px */
}

/* Chữ nhãn dưới số (label) */
.countdown-label {
    color: var(--Text-Inverse, #FFF);
    text-align: center;
    font-family: "Linh AvantGarde";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* Container */
.news-section {
    width: 100%;
	display: flex;
    justify-content: space-between; /* căn trái h2, căn phải button */
    align-items: end; /* canh giữa theo chiều cao */
	padding:80px 0;
}

/* Tiêu đề căn trái với thanh ngang trên dưới */




/* Button container căn phải */
.news-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px; /* khoảng cách giữa 2 button */
}

/* Button style */
.news-btn {
    display: inline-block;
    padding: 10px 8px 10px 12px;
    text-decoration: none;
    transition: background-color 0.3s;
	border: 1px solid var(--Button-Primary-Default, #9D1D1F);
    background: var(--White, #FFF);
	color: var(--Text-Red, #9D1D1F) !important;
	/* Button/Small */
	font-family: "Linh AvantGarde";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 142.857% */
}

 .news-btn-fix {
    display: inline-block;
    padding: 10px 8px 10px 12px;
    text-decoration: none;
    transition: background-color 0.3s;
	border: 1px solid var(--Button-Primary-Default, #9D1D1F);
    color: var(--White, #FFF) !important;
	background: var(--Text-Red, #9D1D1F) ;
	/* Button/Small */
	font-family: "Linh AvantGarde";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 142.857% */
}




.news-btn:hover {
    background: var(--Primary, #9D1D1F);
	color: var(--Primary, #FFF) !important;
}

.slick-dots {
	display: none !important;
}



.featured-post {
	padding: 0 0 0 0;
}

.featured-post .img {
    display: block;
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
	margin: 0 -5px 0 -5px;
}



/* Ẩn ảnh thẻ <img> gốc nếu có */
.featured-post .img img {
    display: none;
}

/* Chữ đè trong ảnh */
.featured-post .item-inner-new {
	display:flex;
	flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px;
    color: #fff;
	gap: 16px;
   
}

.custom-gradient-bt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 1) 100%);
    color: #fff;
    z-index: 2;
}

.featured-post .item-inner-new a {
    color: #fff;
    text-decoration: none;
}



.slider-post .item-inner-new {
    display:flex;
	flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px;
    color: #fff;
	gap: 16px;
    
}

.slider-post .item-inner-new a {
    color: #fff;
    text-decoration: none;
}

/* lớp phủ giúp toàn ảnh click được */
.slider-post .link-cover {
    position: absolute;
    inset: 0;
}

.double-slider .slick-slide > div:first-child {
	padding-bottom: 0px;
}

.double-slider .slick-slide > div:last-child {
	padding-top: 0px;
}



/* ----- H2 (Tagline) ----- */
.custom-gradient-bt h2 {
    color: var(--White, #FFF);
    font-family: "Linh AvantGarde";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    margin: 0;
	
	display: flex;
	width: fit-content;
	padding: 4px 10px;
	align-items: flex-start;
	border-radius: 50px;
	background: var(--Third, #231F20);


}


/* ----- H3 (Tiêu đề chính) ----- */
 .double-slider .custom-gradient-bt h3 {
    color: var(--Text-Inverse, #FFF);
    font-family: "Linh AvantGarde";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    margin: 0;
	text-transform: uppercase;
	
	display: -webkit-box;
    -webkit-line-clamp: 2; /* hiển thị 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* cần dòng này để 3 chấm hiện đúng */
}

.custom-gradient-bt h3 {
    color: var(--Text-Inverse, #FFF);
    font-family: "Linh AvantGarde";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    margin: 0;
	text-transform: uppercase;
	
	display: -webkit-box;
    -webkit-line-clamp: 2; /* hiển thị 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* cần dòng này để 3 chấm hiện đúng */
}

/* ----- Read more button ----- */
.read-more-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    text-decoration: none;

    /* Giống h2 */
    color: var(--White, #FFF);
    font-family: "Linh AvantGarde";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 24px */

    transition: all 0.3s ease;
}


.col-md-12 {
	left: 0px;
}

.double-slider {
    padding-right: 0px;
    padding-left: 5px;
	gap: 5px;
    display: grid;
}

.read-more-wrap-sticky {
    position: relative;
    top: 22.5px; /* đẩy nút xuống 22.5px */
}


.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {

    max-width: none;

}


.hoptac-intro-title {
	color: var(--Text-Primary, #1F1E1E);
	text-align: center;
	/* Text/Regular/regular */
	font-family: "Lato";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	
	width: 592px;
	margin: 32px auto 0 auto;
}




.slick-slide img {
  display: inline-block;
	margin: 0 auto;  /* Cho phép căn giữa */
  width: auto;          /* Giữ tỉ lệ, không vượt khung */
  height: auto;             /* Giữ đúng tỉ lệ ảnh */
  object-fit: contain;      /* Không cắt ảnh, hiển thị đủ */
}

.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}

#lazySliderUniqueID {
  position: relative; /* Đảm bảo slick-dots định vị theo khung slider */
}

#lazySliderUniqueID .slick-dots {
  position: absolute;
  bottom: 10px;      /* Khoảng cách từ đáy slider */
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  display: block !important;
    visibility: visible !important;
}

#lazySliderUniqueID .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

#lazySliderUniqueID .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 0;
}

#lazySliderUniqueID .slick-dots li.slick-active button {
  background: var(--Primary, #9D1D1F);; /* Màu chấm đang active */
}

.slick-dots li button:before {
	content: none !important;
}


#page-bodyhtml, #news-bodyhtml, .hometext {
	font-family: Lato !important;
	font-weight: 400 !important;
}


figure.article.center figcaption {
	font-family: Lato !important;
	font-weight: 400 !important;
	font-size: 13px;
	font-style: italic;
}

.item-inner a {
	text-decoration:none;
	font-family: 'Lato';
	font-weight: 400;
	color: #000000;
}

.three-content.event-desktop .item-inner .cat a {
	text-align: left;
	text-decoration:none;
	font-family: "Linh AvantGarde";
	font-size: 18px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 155.556% */
	display: -webkit-box;
	-webkit-line-clamp: 1; /* hiển thị 2 dòng */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	margin-bottom: 13px;
	
}

.three-content .item-content span:first-child {
	font-family: 'Lato';
	text-transform: none;
	font-size: 14px;
}
.three-content .item-content span:last-child {
	font-family: 'Linh AvantGarde';
	text-transform: none;
	font-weight: 700;
}

.three-content .item-content .date-published.date-right span:first-child {
	font-family: 'Lato';
	text-transform: none;
	
}
.three-content .item-content .date-published.date-right span:last-child {
	font-family: 'Linh AvantGarde';
	text-transform: none;
	font-size: 18px;
	font-weight: 600;
	
}
.three-content .item-content .date-published.date-right {
	margin-right: 0px;
}
.height-event {
	height: 208px;
}

.height-featured-post-1 {
    position: relative;
    height: 247.5px;
    overflow: hidden;
}





@media (max-width: 480px) {
    
	
	
	
	.popup-overlay,
    .popup_social {
        display: none !important;
    }
	
	#socialList_1 {
        display: none !important;
    }
	
	.countdown-container-1 {
		transform: scale(0.67); /* 2/3 = 0.67 */
		position: relative;
		top: 12px;
	}
	
	.wraper-block {
		
		margin:0 auto;
		padding: 32px 16px 32px 16px; /* khoảng cách dưới cùng block */
	}
	
	.wraper-block-nc {
		
		margin:0 auto;
		padding: 32px 0px 32px 16px; /* khoảng cách dưới cùng block */
	}

	.wraper-block-1 {
		
		margin:0 auto;
		padding: 48px 16px 16px 16px; /* khoảng cách dưới cùng block */
	}

	.wraper-block-2 {
		
		margin:0 auto;
		padding: 32px 16px 0px 16px; /* khoảng cách dưới cùng block */
	}
	
	.fixed_social_2 {
		position: fixed;
		width: 200px;
		height: 152px;
		right: 3px;
		top: calc(55% - 60px);
		display: block;
		z-index: 10;
	}
	
	.footerNav2 {
		color: var(--Text-Inverse, #FFF) !important;

		/* Text/Regular/regular */
		font-family: "Linh AvantGarde" !important;
		font-size: 14px !important;
		font-style: normal !important;
		font-weight: 400 !important;
		line-height: 150% !important; /* 24px */
		background: var(--Primary, #9D1D1F) !important;
		padding: 0 0 0 0 !important;

	}
	
	.rss-footer {
	margin-top: 0px !important;
	text-align: left;
		
	}

	.rss-footer a {
		color: var(--Text-Inverse, #FFF);

		/* Text/Regular/regular */
		font-family: "Linh AvantGarde";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 24px */
		text-transform: none !important;
		

		
	}
	
	.row-sinhvien {
        flex-direction: column; /* đổi thành dọc */
		gap: 0px;
		padding-bottom: 32px;
    }
	
	.wraper-block-2 h1 {
		text-align: left;
		margin-left: 0;
		font-weight: 700;
		font-size: 32px;
		line-height: normal;
		text-transform: uppercase;
		color: #9D1D1F;
		position: relative;
	}

	.wraper-block-2 h1 span {
		display: block;
		width: 65px;
		height: 3px;
		background-color: #9D1D1F;
		margin: 8px 0 0 0; /* căn thanh ngang sang trái */
	}
	
	.home-intro-caption {
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 2; /* quan trọng */
		color: var(--Text-Inverse, #FFF);
		font-family: "Linh AvantGarde";
		font-size: 20px;
		font-weight: 700;
		line-height: 120%;
		text-align: left;
		padding: 32px 32px;
		text-transform: uppercase; /* viết hoa toàn bộ */
	}
	
	.home-intro-caption-sv {
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 2; /* quan trọng */
		color: var(--Text-Inverse, #FFF);
		font-family: "Linh AvantGarde";
		font-size: 18px;
		font-weight: 700;
		line-height: 140%;
		text-align: left;
		padding: 32px 32px;
		
		
	}
	
	.background-img-tuyensinh {
		display: none;
	}
	
	.background-img-daotao {
		display: none;
	}
		
	.wraper-tuyensinh {

	  margin:0 auto;
	  padding: 30px 0 0 0;
	  display: flex;
		flex-direction: column; /* đổi từ ngang sang dọc */
		justify-content: space-between; /* vẫn giữ khoảng cách dọc */
		position: relative; /* tạo context cho background tuyệt đối */
		z-index: 1;
		gap:32px;
	}
	
	.wraper-daotao {

	  margin:0 auto;
	  padding: 0 0 0 0;
	  display: flex;
		flex-direction: column-reverse; /* đổi từ ngang sang dọc */
		justify-content: space-between; /* vẫn giữ khoảng cách dọc */
		position: relative; /* tạo context cho background tuyệt đối */
		z-index: 1;
		gap:32px;
	}
	
	.tuyensinh-info {
		padding: 0px 16px 0px 16px;
	}
	
	.tuyensinh-info-1 {
		padding: 0px 16px 0px 16px;
	}
	 .tuyensinh-info-1 {
		text-align: left;
		align-items: flex-start;
	  }

	
	.tuyensinh-title {
		font-family: "Linh AvantGarde"; /* tên trùng với @font-face */
		font-weight: 700 !important; /* chắc chắn override */
		font-size: 32px !important;
		line-height: normal;
		text-transform: uppercase;
		color: var(--Primary, #9D1D1F);
	}

	.title-line {
	  width: 65px;
	  height: 3px;
	  background-color: var(--Primary, #9D1D1F); /* dùng background thay vì outline */
	  margin-top: 8px;
	  border: none;
	}

	.title-line-1 {
	  width: 63px;
	  height: 3px;
	  background-color: var(--Primary, #9D1D1F); /* dùng background thay vì outline */
	  margin-top: 8px;
	  display: block;       /* để margin-left:auto có tác dụng */
	  margin-left: 0px;    /* đẩy sang phải */
	}
	
	/* Mô tả */
	.tuyensinh-desc {
	  font-size: 16px;
	  font-family: Lato;
	  font-weight: 400;
	  line-height: 24px;
	  color: #1F1E1E;
	  margin: 32px 0;       /* cách trên dưới 32px */
	  text-align: left;
		width: auto;
	}

	.tuyensinh-desc-1 {
	  font-size: 16px;
	  font-family: Lato;
	  font-weight: 400;
	  line-height: 24px;
	  color: #1F1E1E;
	  margin: 32px 0;       /* cách trên dưới 32px */
	  text-align: left;
	  width: auto;

	}

	/* Nút chính */
	.tuyensinh-btn  {
	  display: inline-flex;
	  padding: 14px 24px;
	  background: white;
	  border: 1px solid #9D1D1F;
	  cursor: pointer;
	  font-family: "Linh AvantGarde", sans-serif;
	  font-size: 18px;
	  font-weight: 700;
	  color: var(--Text-Red, #9D1D1F) !important;
	  transition: all 0.3s ease;
	  text-decoration: none;
	}
	.tuyensinh-btn:hover {
	  background: #9D1D1F !important;
	  color: #FFF !important;
	}

	/* Cards */
	/* Card wrapper */
	.tuyensinh-cards {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr); /* 2 cột */
	  grid-gap: 8px;
	  width: 100%;
	  margin-top: 32px;
	  padding: 0 16px; /* cách 2 bên 16px */
		box-sizing: border-box;
	}

	
	
	.tuyensinh-cards-1 {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr); /* 2 cột */
	  grid-gap: 8px;
	  width: 100%;
	  margin-top: 32px;
	  padding: 0 16px; /* cách 2 bên 16px */
		box-sizing: border-box;
	}
	
	.tuyensinh-cards-1 a:nth-child(4),
	  .tuyensinh-cards-1 a:nth-child(5) {
		grid-column-start: auto !important; /* trở về vị trí mặc định */
	  }
	/* phần tử cuối cùng chiếm 2 cột */
	

	/* Card */
	/* Card = thẻ <a> */
	.card {
	  display: block;
	  padding: 16px;
	  background: white;
	  box-shadow: 0 0 10px rgba(0,0,0,0.1);
	  transition: all 0.3s ease;
	  cursor: pointer;
	  position: relative;
	  overflow: hidden;
	  text-decoration: none;
	  color: inherit;
	  width: 100%; /* để tự co giãn theo grid */
	  box-sizing: border-box; /* đảm bảo padding không làm tràn */
	}

	.card:hover {
	  background: #9D1D1F;
	}

	/* Icon + text */
	.card-text {
	  position: relative;            /* để dùng ::before */
	  display: flex;
	  flex-direction: column;
	  align-items: flex-start;
	  gap: 16px;
	}

	/* Background ảnh khi hover */
	.card-text::before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 16px;                    /* dịch phải 16px */
	  width: 100%;
	  height: 37px;
	  background: url('/themes/hust/images/HUST 3.png') no-repeat left top / auto 37px;
	  opacity: 0;
	  transition: opacity 0.3s ease;
	  z-index: 0;                    /* dưới icon + text */
	}

	.card:hover .card-text::before {
	  opacity: 1;
	}

	/* Icon + text nổi lên trên */
	.card-text > * {
	  position: relative;
	  z-index: 1;
	}

	/* Icon */
	.card-icon {
	  width: 50px;
	  height: 50px;
	  color: #9D1D1F;
	  transition: color 0.3s ease;
	}

	.card:hover .card-icon {
	  color: #FFF;
	}

	/* Text */
	.card-text span {
	  font-family: "Lato";
	  font-weight: 700;
	  font-size: 16px;
	  line-height: 24px;
	  color: #9D1D1F;
	  transition: color 0.3s ease;
	}

	.card:hover .card-text span {
	  color: #FFF;
	}
	
	.tuyensinh-right {
	  width: 488px;
	  flex-shrink: 0;
	  position: relative; /* để khối đỏ nằm trong container */
	  overflow: visible;  /* cho phép khối đỏ thò ra bên ngoài */
	}

	.tuyensinh-right img {
	  width: 280px;
		height: 385px;
	  object-fit: cover;
	  display: block;
	  position: relative;
	  z-index: 2; /* ảnh nổi trên khối đỏ */
	}
	
	.tuyensinh-right-1 {
	  width: auto;
	  flex-shrink: 0;
	  position: relative;
	  overflow: visible;
	  text-align: right; /* ✅ căn toàn bộ nội dung sang phải */
	}

	.tuyensinh-right-1 img {
	  width: 280px;
	  height: 385px;
	  object-fit: cover;
	  display: inline-block; /* để text-align hoạt động */
	  position: relative;
	  z-index: 2;
	}

	/* Khối đỏ thò ra, nằm phía dưới ảnh */
	.red-block {
	  position: absolute;
	  width: 100vw;
		height: 280px;
      /* dịch sang phải để thò ra ngoài */
	  bottom: 52px;
	  background: var(--Primary, #9D1D1F);
	  z-index: 1;          /* nằm dưới ảnh, bị che */
	  border-radius: 0px;
	}

	.red-block-1 {
	  position: absolute;
	  width: 100vw;
		height: 280px;
	       /* dịch sang phải để thò ra ngoài */
	  bottom: 52px;
	  background: var(--Primary, #9D1D1F);
	  z-index: 1;          /* nằm dưới ảnh, bị che */
	  border-radius: 0px;
	}
	
	.btn-login {
		display: none !important;
	  }
	  
	  #header .logo img {
        max-height: 50px !important;
		padding-right: 10px;
    }
	
	.text-modile .dong a, .text-modile .dong{
		font-weight: bold;
		font-size: 10px;
		color: #FFF;
		text-transform: uppercase;
	}

	.text-modile .line a, .text-modile .line{
		font-weight: 500;
		font-size: 9px;
		color: #FFF;
		text-transform: uppercase;
	}
	
	#header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		padding: 8px 12px;
		gap:0px;
		
	  }
	  
	 #header .right-top {
		display: none !important;
	  }
	  
	  #header .languages {
		padding-left:60px;
	}
	
	#header .rsearch {

        order: 4;
		margin: 8px 0px 0 0 !important;
    }


	#header .languages {
			order: 3;
	}


	.main-header #header {
        padding-top: 16px !important;
    }
	
	.marquee-container {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 100%;
	  padding: 16px 0 16px 0;
	  background: var(--Brand-Colors-Gray-100, #BABEBD);
	  overflow: hidden;
	}

	.marquee-track {
	  display: flex;
	  gap: 24px;
	  animation: marquee-left 120s linear infinite;
	}

	.marquee-item {
	  width: 162px;
		height: 32px;
		background-size: contain;
	}
	
	
	
	
	.home-intro-items {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 4px;
		height: 428px;
        padding-bottom: 32px; /* tạo khoảng cách 32px phía dưới ảnh cho thanh cuộn */
        position: relative;
		margin-top: 32px;
		-ms-overflow-style: none !important; /* IE, Edge */
		scrollbar-width: none !important; /* Firefox */
    }

    .home-intro-item {
        flex: 0 0 90%;
        scroll-snap-align: start;
    }

    


  /* Ẩn thanh cuộn thật (trên mọi thiết bị) */
	.home-intro-items::-webkit-scrollbar {
	  display: none;
	}
	.home-intro-items {
	  -ms-overflow-style: none;
	  scrollbar-width: none;
	}

	/* Thanh cuộn giả */
	.fake-scrollbar {
	  height: 6px;
	  background: #dfdfdf;
	  border-radius: 6px;
	  position: relative;
	  margin-right: 16px;
	  overflow: hidden;
	}

	.fake-scrollbar-thumb {
	  height: 100%;
	  width: 200px; /* tỷ lệ chiều rộng của thanh thumb */
	  background: #7e818a;
	  border-radius: 6px;
	  position: absolute;
	  left: 0;
	  top: 0;
	  transition: left 0.1s linear;
	}

    /* Để scrollbar nằm chính xác dưới ảnh */
    .home-intro-items {
        scrollbar-color: #7E818A #DFDFDF; /* Firefox */
        scrollbar-width: thin;          /* Firefox */
    }
	
	.home-intro-title {
		font-family: "Linh AvantGarde"; /* tên trùng với @font-face */
		font-weight: 700 !important; /* chắc chắn override */
		font-size: 32px !important;
		line-height: normal;
		text-transform: uppercase;
		color: var(--Primary, #9D1D1F);
		text-align: left;
	}


	/* Thanh ngang dưới tiêu đề */
	.home-intro-title::after {
		content:"";
		display:block;
		width:65px;
		height:3px;
		background-color: var(--Primary, #9D1D1F);
		margin:16px 0 0 0; /* cách dưới 16px */
		border-radius:2px;
		
	}
	
	.home-intro-button-wrapper-1 {
		margin: 32px 0 0 0;
	}
	
	.home-intro-button-wrapper {
		margin: 32px auto 28px auto
	}
	
	
	.feature-event-background {
		height: 175px; /* nền thấp hơn */
		align-items: flex-end;    
	}

	.feature-event-container {
		max-width: 414px;
		gap: 4px;
	}

	.feature-event-container svg {
		height: 95px !important; /* SVG co nhỏ lại */
		width: auto;             /* giữ tỉ lệ */
	}
	
	.feature-events-row {
        flex-direction: column; /* xếp dọc */
        gap: 16px; /* khoảng cách giữa các item có thể nhỏ hơn */
		margin-top: 16px;
    }

	.scroll-wrapper {

	  width: 100%; /* khung hiển thị 2 item */

	}


	.scroll-wrapper::-webkit-scrollbar-track {
	  background: #fff; /* màu trắng */
	  border-radius: 6px;
	  width: 100%;
	}

	
	/* Countdown banner */
	/* Banner countdown */
	.banner-countdown {
		position: absolute;
		bottom: 48px;           /* cách đáy banner */
		left: 50%;              /* căn ngang giữa */
		transform: translateX(-50%);
		width: 340px;           
		height: 102px;
		display: flex;
		justify-content: space-between; /* 4 ô đều nhau */
		align-items: flex-end;          /* ô sát đáy */
		z-index: 9999;
	}

	/* Container chứa 4 ô countdown */
	.countdown-container {
		display: flex;
		justify-content: space-between;
		width: 100%;                  
		align-items: flex-end;        /* ô sát đáy */
		gap: 8px;                     /* khoảng cách giữa 4 ô */
	}

	/* Mỗi ô countdown */
	.countdown-item {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 70px;
		height: 70px;
		border-radius: 12px;
		border: 2px solid #EEDD20;
		background: linear-gradient(180deg, #DD0D20 0%, #A81313 100%);
		box-shadow: 0 0 10px 0 rgba(243, 193, 8, 0.50);
		flex-shrink: 0;
		position: relative;
	}

	/* Chữ số */
	.countdown-number {
		color: var(--Text-Inverse, #FFF);
		text-align: center;
		font-family: Lato;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* ~67px */
	}
	
	/* Chữ nhãn dưới số (label) */
	.countdown-label {
		color: var(--Text-Inverse, #FFF);
		text-align: center;
		font-family: Lato;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 150%; /* 27px */
		margin-bottom: 10px;
		text-transform: uppercase;
	}
	
	.scroll-wrapper .col-md-8 {
	  flex: 0 0 340px; /* đúng kích thước mong muốn */
	  scroll-snap-align: start;
	}
	
	.divider-horizontal {
		display: none;          /* khoảng cách trên dưới */
	}
	
	.footer-mobile {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	
	.slick-prev, .slick-next {
		display: none !important;
	}
	
	.news-section {
		display: flex;
		flex-direction: column; /* h2 nằm trên, buttons nằm dưới */
		align-items: flex-start; /* căn giữa toàn bộ nếu muốn */
		gap: 32px; /* khoảng cách giữa h2 và cụm nút */
		padding: 32px 0;
	}

	.news-buttons {
		display: flex; 
		flex-direction: row; /* 2 nút nằm ngang */
		gap: 10px; /* khoảng cách giữa 2 nút */
	}
	
	.wraper-news {
	  margin:0 auto;
	  padding: 0px 16px 0px 16px;
	}
	
	.read-more-wrap {
		display: none;
	}
	
	.im-flex-main-news.custom-block-news {
	  display: flex;
	  flex-direction: column;
	  gap: 20px; /* khoảng cách giữa 2 phần */
	}
	
	.custom-gradient-bt {
	  position: relative;
	  z-index: 2; /* luôn trên hình, nhưng không đè phần dưới */
	}
	
	.featured-post {
		display: block !important;
		
	}
	
	.featured-post .img {
		display: block;
		position: relative;
		height: 350px;
		background-size: cover;
		background-position: center;
		overflow: hidden;
		margin: 0 0px 0 0px;
	}
	
	.slider-post {
        /* padding-left: 25px; */
        /* padding-right: 25px; */
        padding: 5px 0px 0px 0;
    }
	
	.custom-gradient-bt h3 {
		font-size: 18px;
		-webkit-line-clamp: 1; /* hiển thị 2 dòng */

	}
	
	.double-slider .custom-gradient-bt h3 {
		-webkit-line-clamp: 1; /* hiển thị 2 dòng */
	}
	
	.double-slider {
        padding-left: 5px;
        padding-right: 5px;
		box-shadow: none !important;
	}
	
	.featured-post .item-inner-new {
		left: 5px;
		right: 5px;
		padding: 16px;
	}
	
	.home-intro-button-wrapper-new {
		margin: 32px auto 32px 0;
	}
	
	.news-buttons {
		flex-direction: row-reverse;
        justify-content: space-between; /* dàn đều ra */
        width: 100%; /* full chiều rộng cha */
    }

    .news-buttons a {
        flex: 1; /* mỗi nút chiếm đều không gian */
        text-align: center; /* căn giữa chữ */
    }
	
	.hoptac-intro-title {	
		width: auto;
		text-align: left;
		margin-right: 16px;
	}

	.home-intro-title-news {
    font-family: "Linh AvantGarde"; /* tên trùng với @font-face */
    font-weight: 700 !important; /* chắc chắn override */
    font-size: 32px !important;
    line-height: normal;
    text-transform: uppercase;
    color: var(--Primary, #9D1D1F);
}


	/* Thanh ngang dưới tiêu đề */
	.home-intro-title-news::after {
		content:"";
		display:block;
		width:65px;
		height:3px;
		background-color: var(--Primary, #9D1D1F);
		margin-top:16px; /* cách dưới 16px */
		border-radius:2px;
	}
	
	.slick-slide img {
  /* Cho phép căn giữa */
	  width: 100%;          /* Giữ tỉ lệ, không vượt khung */
      /* Không cắt ảnh, hiển thị đủ */
	}

	.css-banquyen {
        text-align: center;
        /* margin-top: 15px; */
        padding-bottom: 16px;
        padding-left: 16px;
    } 
	
	.section-footer-top .panel-default, .footerNav2 {
	}
	
	.btn-toggle-mobile-menu {
		right: 0px;
	}
	.menu-mobile>li {
		padding: 10px 5px;
	}
	
	.btn-toggle-mobile-menu .icon-bar {
		display: block;
		height: 3px;
		background: #ffffff; /* đổi màu nếu cần */
		margin: 4px 0;
		transition: all 0.3s ease;
	}

	/* Hàng 1: 100% */
	.btn-toggle-mobile-menu .icon-bar:nth-child(1) {
		width: 21px;
	}

	/* Hàng 2: 2/3 */
	.btn-toggle-mobile-menu .icon-bar:nth-child(2) {
		width: 14px; /* 24 * 2/3 */
		margin-left: auto;
	}

	/* Hàng 3: 1/3 */
	.btn-toggle-mobile-menu .icon-bar:nth-child(3) {
		width: 7px; /* 24 * 1/3 */
		margin-left: auto;
	}
	
	.custom-gradient-bt {
		padding: 16px;
	}
	.slider-post .item-inner-new {
		padding: 16px;
	}
	
	.old-event-title h1 {
		font-size: 16px;
	}
	
	.home-intro-item img {
		height: 420px;
	}
	
	.height-featured-post-1 {
        height: 220px;
    }
	
	
}
	





