:root {
  --cl-primary: #f37021;
  --cl-text: #1e1e1e;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: var(--cl-text);
  background-color: #fff;
  overflow-x: hidden;
}

.container {
  max-width: 1252px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

input {
  font-family: inherit;
}

ul {
  list-style-type: none;
}

.md {
  display: flex !important;
}

.sm {
  display: none !important;
}

button {
  font-family: inherit;
}

img {
  width: auto;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

section:not(.hero) {
  padding: 80px 0px;
}

header.active .header-main-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  animation: headerActive 0.8s ease;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.admission-news .intro-title {
  margin-top: 20px;
}

@keyframes headerActive {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.header-top {
  background: #f2f2f2;
  padding: 10px 0px;
  min-height: 60px;
}

.header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.header-top-base {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style-type: none;
}

.header-top-base li a {
  color: #242424;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header-top-base li a:hover {
  color: var(--cl-primary);
}

.header-top-right {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 40px;
}

.header-top-language {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-top-language span {
  width: 24px;
  height: 24px;
}

.header-top-language div {
  display: flex;
  gap: 6px;
  align-items: center;
}

.header-top-language div p {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.header-top-language div p.active {
  color: var(--cl-primary);
  font-weight: 700;
}

.header-top-language div span {
  width: 1px;
  height: 10px;
  background: #707070;
}

.header-top-search {
  border: 1px solid #cccccc;
  min-height: 40px;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  background: #fff;
  min-width: 310px;
  z-index: 10;
}

.header-top-search span {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.header-top-search input {
  background: transparent;
  border: none;
  flex: 1;
  font-size: 14px;
  outline: none;
}

.header-top-search input::placeholder {
  color: #707070;
}

.header-main {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.header-logo {
  width: 100%;
  max-width: 220px;
  padding: 12px 0px;
}

.header-logo img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}

.header-nav {
  height: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  list-style-type: none;
  height: 100%;
  justify-content: end;
}

.header-menu>li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header-menu>li>a {
  height: 100%;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0px;
}

/* submenu */
.header-menu>li .sub-menu {
  position: absolute;
  background: #fff;
  padding: 24px 0px;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 12px 12px 0px #00000012;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s ease;
  z-index: 100;
  width: max-content;
  max-height: calc(100vh - 150px);
  opacity: 0;
  width: 220px;
  visibility: hidden;

}

.header-menu>li>.sub-menu {
  top: 100%;
  left: -40px;
}

.header-menu>li>.sub-menu li>.sub-menu {
  left: 100%;
  top: -1px;
  height: calc(100% + 2px);
}

.header-menu>li>.sub-menu.shift-left {
  transition: left 0.2s ease;
}

.header-menu>li:hover>.sub-menu,
.header-menu>li:hover>.sub-menu li:hover>.sub-menu {
  animation: submenuActive 0.3s ease;
  opacity: 1;
  visibility: visible;
}

.header-menu>li .sub-menu>li {
  padding: 0px 12px;
  text-align: left;
}

.header-menu>li .sub-menu>li>a {
  border-left: 2px solid transparent;
  transition: all 0.3s ease;
  text-align: left;
  padding: 8px 12px;
  display: block;
}

.banner {
  position: relative;
}

.banner img {
  width: 100%;
  height: 100%;
}

.overview-detail-banner h1 {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 1252px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  color: var(--cl-primary);
  font-size: 54px;
  font-weight: 700;
}

/* local section*/
.local {
  padding: 100px 0px;
}

.local-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 40px;
}

.local-top h2 {
  font-size: 54px;
  font-weight: 700;
}

.local-top h2 b {
  color: var(--cl-primary);
}

.local-top span img {
  transform: translateY(6px);
}

.local-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 8px;
}

.local-main-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.local-main-right {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.local-item-right .local-right-top {
  flex: 1;
}

.local-right-top {
  grid-column: span 2;
  border-top-right-radius: 8px;
}

.local-left-img {
  grid-column: span 2;
}

.local-left-img img {
  width: 100%;
  height: 100%;
}

.local-left,
.local-right {
  display: flex;
  flex-direction: column;
}

.local-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.local-item {
  border: 1px solid #cccccc;
  padding: 32px;
  transition: all 0.2s ease;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.local-item-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.local-item-info .counter {
  color: var(--cl-primary);
  font-size: 60px;
  font-weight: 700;
}

.local-item-info>div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.local-item-info>div p {
  color: #242424;
}

.local-item-info>div b {
  font-size: 18px;
}

.local-item>p {
  color: #707070;
  transition: all 0.3s ease;
  line-height: 1.4;
}

.local-item:first-child {
  border-top-left-radius: 8px;
}

.local-item:last-child {
  border-bottom-right-radius: 8px;
}

.local-right-top .local-item {
  height: 100%;
  display: flex;
  justify-content: center;
}

.local-item:hover:not(.local-right-top .local-item) {
  border-radius: 8px;
  transform: scale(1.05);
}

.local-item:hover>p {
  color: var(--cl-text);
}

.local-left .local-list .local-item:first-child {
  border-top-left-radius: 8px;
}

.local-right .local-list .local-item:last-child {
  border-bottom-right-radius: 8px;
}

.local-left-img {
  border-bottom-left-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.local-right-top {
  position: relative;
  z-index: -1;
}

.local-right-top {
  width: 100%;
  border: 1px solid #cccccc;
  overflow: hidden;
  background: #f9f9f9;
}

.local-right-top>img {
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0px;
}

.local-right-top .local-item {
  background: transparent;
  border: none;
}

.local-right-top .local-item .local-item-info>b {
  color: var(--cl-primary);
  font-size: 154px;
  font-weight: 400;
}

.local-item-right .local-item-info>b {
  color: var(--cl-primary);
  font-size: 60px;
  font-weight: 700;
}

.local-right-top .local-item-info>div p {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.local-right-top .local-item-info>div b {
  font-size: 24px;
}

.local-main-right .local-item.local-item-right {
  flex-direction: row;
  align-items: center;
  padding: 54px 32px;
}

.local-main-right .local-item.local-item-right .local-item-info {
  flex-shrink: 0;
}

.local-right-top {
  flex: 1;
}

/* fututre section */
.future {
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
  z-index: 1;
}

.future h2 {
  position: relative;
}

.future h2:after {
  content: "";
  width: 45%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.future-decor {
  position: absolute;
  top: -80px;
  left: 0;
  width: auto;
  height: auto;
  object-fit: contain;
  z-index: -1;
}

.title-large-2 {
  font-size: 44px;
  font-weight: 700;
}

.title-large-2 strong {
  color: var(--cl-primary);
  font-weight: 700;
}

.future h2 {
  margin-bottom: 60px;
}

.future-main {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
}

.future-content p {
  color: #3d3d3d;
  line-height: 1.4;
}

.future-btn {
  margin-top: 24px;
  background-color: var(--cl-primary);
  color: white;
  display: flex;
  width: fit-content;
  border-radius: 8px;
  gap: 16px;
  align-items: center;
  padding: 12px 24px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.future-video {
  position: relative;
}

.future-video iframe {
  width: 100%;
  height: 100%;
  max-height: 315px;
  border-radius: 8px;
}

.future-video .intro-image {
  width: 100%;
  height: 100%;
  max-height: 315px;
  border-radius: 8px;
  object-fit: cover;
}

.future-video-decor {
  position: absolute;
  right: -80px;
  top: -36px;
  z-index: -1;
  max-height: 315px;
}

.future-decor_2 {
  top: auto;
  bottom: -100px;
}

/* train section */
section.train {
  padding-top: 180px;
  position: relative;
}

.future-decor_2 {
  position: absolute;
  top: -400px;
  left: 0;
  width: auto;
  height: auto;
  object-fit: contain;
  z-index: -1;
}

.train-top {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
  width: 100%;
  margin-bottom: 56px;
}

.train-top h2 {
  flex-shrink: 0;
}

.train-top img {
  object-fit: contain;
  transform: translateY(16px);
}

.train-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.train-item-left,
.train-item-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.train-item {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.train-item div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px 16px;
  background: linear-gradient(0deg, #141414 0%, rgba(20, 20, 20, 0) 40%);
  color: white;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease;
}

.train-item div p {
  padding-left: 12px;
  border-left: 4px solid var(--cl-primary);
}

.train-item-left .train-item:first-child {
  grid-column: 1 / span 2;
}

.train-item-right .train-item:last-child {
  grid-column: 1 / span 2;
}

.train-item img {
  width: 100%;
  transition: all 0.3s ease;
}

.train-item:hover img {
  transform: scale(1.05);
}

.branch {
  background-color: #fafafa;
}

/* life section */
.life,
.life-dk {
  background-color: #fafafa;
}

.life-dk {
  display: grid !important;
  grid-template-columns: 1fr 3fr;
  gap: 60px;
}

.life-dk-top {
  margin-bottom: 17px;
}

.life-dk-top h2 {
  margin-bottom: 24px;
}

.life-dk-top p {
  max-width: 690px;
  color: #3d3d3d;
  line-height: 1.4;
}

.life-dk-bottom {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.life-dk-item {
  background-color: white;
  box-shadow: -15px 0px 20px 0px #0000000d;
  min-height: 300px;
  padding: 16px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  padding-top: 50px;
}

.life-dk-item::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 50%;
  height: 15px;
  background-image: url("../images/life-dk-decor-gray.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.life-dk-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.life-dk-item::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0px;
  width: 100%;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  background-image: url("../images/life-dk-decor-2.svg");
  opacity: 0;
}

.life-dk-item.active::before {
  background-image: url("../images/life-dk-decor.svg");
  width: 80%;
}

.life-dk-item.active::after {
  opacity: 1;
}

.life-dk-item.active h3 {
  font-size: 24px;
  color: var(--cl-primary);
}

.life-dk-item h3 {
  font-size: 18px;
  font-weight: 700;
  color: #9e9e9e;
  transition: all 0.3s ease;
  line-height: 1.4;
}

.life-inner {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.life-inner:first-child {
  grid-template-columns: 1fr 2fr 1fr;
}

.life-item {
  display: flex;
  flex-direction: column;
}

.life-item img {
  width: 100%;
  border-radius: 8px;
}

.life-item p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 12px 0px;
}

.life-inner .life-item:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.life-inner .life-item:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.life-main {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* info section */
section.info {
  padding: 40px 0px 140px;
  position: relative;
}

.info-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: -1;
}

.info-decor-line {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top center;
}

.info .title-large-2 {
  text-align: center;
  margin-bottom: 60px;
}

.info-slider {
  padding: 80px 50px 20px !important;
}

.info-main .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px !important;
}

.info-item {
  display: flex !important;
  flex-direction: column;
}

.info-item-img {
  position: relative;
}

.info-item-decor {
  position: absolute;
  top: -20px;
  left: 0;
  width: 60px;
  height: 45px;
  z-index: 1;
  object-fit: contain;
}

.info-item-img>img:last-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  aspect-ratio: 4/3;
}

.info-item-content {
  background-color: white;
  padding: 20px 24px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  position: relative;
  overflow: hidden;
  border-top: 0px;
  flex: 1;
}

.info-item-content:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--cl-primary);
  transform: translateX(-99%);
  transition: all 0.3s ease;
}

.info-item:hover .info-item-content:before {
  transform: translateX(0%);
}

.info-item:hover .info-item-content span {
  background-color: #fff;
}

.info-item:hover .info-item-content p {
  color: white;
}

.info-item-content p {
  font-size: 18px;
  font-weight: 700;
  z-index: 1;
  transition: all 0.3s ease;
}

.info-item-content span {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  transition: all 0.3s ease;
  z-index: 1;
}

.info-item-content span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info-item:first-child {
  transform: rotate(6deg) translateY(0px);
}

.info-item:last-child {
  transform: rotate(-6deg) translateY(0px);
}

.info-item:nth-child(2)>img {
  transform: translateX(-7px) scale(1.04);
  width: calc(100% + 13px);
}

.info-item:nth-child(2) {
  transform: translateY(20px);
}

.branch-top-title {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.branch-top-title span {
  width: 100%;
  flex: 1;
}

.branch-top-title span img {
  width: 100%;
  object-fit: contain;
  transform: translateY(30px);
}

.branch-top>p {
  color: #707070;
  line-height: 1.4;
}

.branch-main {
  display: flex;
  position: relative;
  z-index: 1;
}

.branch-item {
  flex: 1;
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, flex;
  position: relative;
}

.branch-item:first-child {
  flex: 2;
}

.branch-item-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: white;
  flex: 1;
}

.branch-item-content * {
  font-size: 14px;
}

.branch-item-content>div {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

.branch-item-content>div h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #242424;
}

.branch-item-content>div h3 img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.branch-item-content>div span img {
  height: 10px;
}

.branch-item-content>p {
  color: #707070;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.branch-item-content>span,
.branch-item-content>div>span {
  display: none !important;
}

.branch-item>span {
  height: 200px;
}

.branch-item>span img {
  width: 100%;
}

.branch-item .branch-item-content>span {
  height: 10px;
}

.branch-item.active {
  transform: scale(1.05);
  border-radius: 8px;
  overflow: hidden;
  flex: 2;
  z-index: 5;
}

.branch-item.active .branch-item-content>div span {
  display: block;
}

.branch-item.active .branch-item-content>span {
  display: block;
}

/* .branch-item:hover,
.branch-main:hover .branch-item:hover {
  transform: scale(1.05);
  border-radius: 8px;
  overflow: hidden;
  flex: 2;
  z-index: 5;
} */
/* .branch-item:hover .branch-item-content > div span {
  display: block;
}
.branch-item:hover .branch-item-content > span {
  display: block;
} */
.branch-item:not(.active) {
  flex: 1;
  transform: scale(1);
  border-radius: 0px;
}

/* .branch-main:hover .branch-item .branch-item-content > div span img,
.branch-main:hover .branch-item .branch-item-content > span {
  display: none;
}
.branch-main:hover .branch-item:hover .branch-item-content > div span img,
.branch-main:hover .branch-item:hover .branch-item-content > span {
  display: block;
} */
.branch-content {
  position: relative;
  padding-top: 180px;
}

.branch-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-image: url("../images/branch-item-img1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  z-index: -1;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
  pointer-events: none;
}

.branch-content:has(.branch-item.active:nth-child(2))::before {
  background-image: url("../images/branch-item-img2.svg");
}

.branch-content:has(.branch-item.active:nth-child(3))::before {
  background-image: url("../images/branch-item-img3.svg");
}

.branch-content:has(.branch-item.active:nth-child(4))::before {
  background-image: url("../images/branch-item-img4.svg");
}

.branch-content:has(.branch-item.active:nth-child(5))::before {
  background-image: url("../images/branch-item-img55.svg");
}

/* event section */
.event {
  position: relative;
}

.event>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.event h2 {
  margin-bottom: 48px;
}

.event-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
}

.event-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.event-item {
  display: flex;
  gap: 24px;
}

.event-item>span {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.event-item>span img {
  filter: grayscale(1);
  transition: all 0.3s ease;
}

.event-item-content {
  padding: 0px 24px 24px 0px;
  border-bottom: 1px solid #cccccc;
  flex: 1;
  cursor: default;
}

.event-item-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.2;
  transition: all 0.3s ease;
}

.event-item-content div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.event-item-content div img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  filter: contrast(0);
  transition: all 0.3s ease;
}

.event-item:hover .event-item-content div img {
  filter: contrast(1);
}

.event-item:hover h3 {
  color: var(--cl-primary);
}

.event-item:hover>span img {
  filter: grayscale(0);
}

.event-content>a {
  min-height: 48px;
  padding: 5px 20px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid var(--cl-primary);
  color: var(--cl-primary);
  font-weight: 700;
  font-size: 18px;
  margin-top: 24px;
}

.event-content>a img {
  max-width: 16px;
}

.news {
  position: relative;
}

.news h2 {
  margin-bottom: 40px;
}

.overview-detail-train {
  position: relative;
}

.news>img,
.overview-detail-train>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.news-list .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
}

.news-item {
  position: relative;
  overflow: hidden;
  border: 1px solid #cccccc;
}

.news-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000040;
  transition: all 0.3s ease;
}

.news-item:hover::before {
  background-color: transparent;
}

.news-item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 24px 12px 10px;
  background-color: #ffffffcc;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #050505;
}

.news-content span {
  color: #757575;
}

.news-content h3 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
}

.news-item:first-child .news-content span {
  color: white;
}

.news-item:first-child .news-content {
  padding: 32px 50px;
  background: transparent;
  color: white;
  background: linear-gradient(180deg,
      rgba(141, 141, 141, 0) 55%,
      #00000059 82.69%);
}

.news-item:first-child .news-content h3 {
  -webkit-line-clamp: 1;
}

.news-item:first-child .news-content p {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-item:first-child {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.news-item:last-child {
  grid-column: 3 / span 2;
}

.news-item:last-child>img {
  aspect-ratio: 16/9;
}

/* News Slider Wrapper */
.news-slider-wrapper {
  position: relative;
  margin-top: 40px;
}

.news-slider-wrapper.has-navigation {
  padding-top: 60px;
}

.news-slider-wrapper .swiper {
  overflow: hidden;
}

/* Desktop slider - hiển thị trên desktop */
.news-slider-desktop {
  display: block;
}

/* Mobile slider - ẩn trên desktop */
.news-slider-mobile {
  display: none !important;
}

.news-slider-wrapper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.news-slider-wrapper .swiper-slide {
  height: auto;
  width: 100% !important;
  flex-shrink: 0;
  display: flex;
}

/* Mobile slider styles - chỉ áp dụng trong media query mobile */

/* News Navigation Buttons - Nằm trên cùng */
.news-slider-wrapper .swiper-button-next,
.news-slider-wrapper .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  top: 0;
  margin-top: 25%;
  z-index: 10;
}

.news-slider-wrapper .swiper-button-next:hover,
.news-slider-wrapper .swiper-button-prev:hover {
  background: var(--cl-primary);
  border-color: var(--cl-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.news-slider-wrapper .swiper-button-next:hover::after,
.news-slider-wrapper .swiper-button-prev:hover::after {
  color: #fff;
}

.news-slider-wrapper .swiper-button-next::after,
.news-slider-wrapper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: 700;
  color: var(--cl-primary);
  transition: color 0.3s ease;
}

.news-slider-wrapper .swiper-button-next {
  right: 0;
}

.news-slider-wrapper .swiper-button-prev {
  left: 0;
}

@media screen and (max-width: 1024px) {
  .news-slider-wrapper.has-navigation {
    padding-top: 60px;
  }

  .news-slider-wrapper .swiper-button-next {
    right: 0;
  }

  .news-slider-wrapper .swiper-button-prev {
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .news-slider-wrapper.has-navigation {
    padding-top: 0px;
  }

  .news-slider-wrapper .swiper-button-next,
  .news-slider-wrapper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 14%;
  }

  .news-slider-wrapper .swiper-button-next::after,
  .news-slider-wrapper .swiper-button-prev::after {
    font-size: 16px;
  }

  /* Tablet & mobile: ẩn desktop slider, hiển thị mobile slider */
  .news-slider-desktop {
    display: none !important;
  }

  .news-slider-mobile {
    display: block !important;
    overflow: hidden;
  }

  /* Đảm bảo mobile slider chỉ hiển thị 1 slide */
  .news-slider-mobile .swiper {
    overflow: hidden;
  }

  .news-slider-mobile .swiper-wrapper {
    display: flex;
    width: 100%;
  }

  .news-slider-mobile .swiper-slide {
    width: 100% !important;
    min-width: 100%;
    flex-shrink: 0;
    display: block;
    box-sizing: border-box;
  }
}

/* Mobile News Item */
.news-item-mobile {
  position: relative;
  overflow: hidden;
  border: 1px solid #cccccc;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.news-item-mobile:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.news-item-mobile .news-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  position: relative;
}

.news-item-mobile .news-item-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 350px;
  overflow: hidden;
}

.news-item-mobile .news-item-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 1;
}

.news-item-mobile:hover .news-item-image::before {
  background-color: transparent;
}

.news-item-mobile .news-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-item-mobile:hover .news-item-image img {
  transform: scale(1.05);
}

.news-item-mobile .news-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94%;
  padding: 16px 20px;
  background: #ffffffd4;
  color: #111;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin: 10px;
  border-radius: 8px;
}

.news-item-mobile .news-date {
  color: #111;
  font-size: 14px;
}

.news-item-mobile .news-item-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px 0;
  line-height: 1.4;
  color: #111;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-item-mobile .news-item-content p {
  font-size: 14px;
  color: #111;
  line-height: 1.6;
  margin: 0;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.9;
}

/* Mobile Slider Pagination */
.news-slider-mobile .swiper-pagination {
  position: relative;
  bottom: auto;
  top: auto;
  margin-top: 20px;
  text-align: center;
  z-index: 10;
}

.news-slider-mobile .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d0d0d0;
  opacity: 1;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.news-slider-mobile .swiper-pagination-bullet-active {
  background: var(--cl-primary);
  width: 24px;
  border-radius: 4px;
}

/* News Grid Layout - 2 columns */
.news-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  align-items: stretch;
}

.news-column-main {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-item-featured {
  position: relative;
  overflow: hidden;
  border: 1px solid #cccccc;
  height: 100%;
  min-height: 500px;
}

.news-item-featured .news-item-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.news-item-featured .news-item-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
}

.news-item-featured .news-item-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 1;
}

.news-item-featured:hover .news-item-image::before {
  background-color: transparent;
}

.news-item-featured .news-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-item-featured:hover .news-item-image img {
  transform: scale(1.05);
}

.news-item-featured .news-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background: #ffffffd4;
  color: #111;
  z-index: 2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.news-item-featured .news-date {
  color: #111;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}

.news-item-featured .news-item-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px 0;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.news-item-featured .news-item-content p {
  font-size: 16px;
  line-height: 1.6;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  opacity: 0.95;
}

.news-column-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0px;
  height: 100%;
}

.news-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  align-items: stretch;
}

.news-row:first-child {
  flex: 1;
  min-height: 0;
}

.news-item-small {
  position: relative;
  overflow: hidden;
  border: 1px solid #cccccc;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.news-item-small:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.news-item-small .news-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  position: relative;
}

.news-item-small .news-item-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  overflow: hidden;
}

.news-item-small .news-item-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 1;
}

.news-item-small:hover .news-item-image::before {
  background-color: transparent;
}

.news-item-small .news-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-item-small:hover .news-item-image img {
  transform: scale(1.05);
}

.news-item-small .news-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background: #ffffffd4;
  color: #111;
  z-index: 2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.news-item-small .news-date {
  color: #111;
  font-size: 13px;
  margin-bottom: 4px;
}

.news-item-small .news-item-content h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px 0;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  color: #111;
}

.news-item-small .news-item-content p {
  font-size: 14px;
  color: #111;
  line-height: 1.5;
  margin: 0;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.9;
}

.news-item-full-width {
  grid-column: 1 / -1;
}

.news-item-full-width .news-item-image {
  height: 300px;
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .news-grid-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .news-item-featured {
    min-height: 400px;
  }

  .news-item-featured .news-item-image {
    min-height: 400px;
  }

  .news-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .news-item-full-width {
    grid-column: 1;
  }
}

@media screen and (max-width: 768px) {
  .news-grid-layout {
    gap: 24px;
  }

  .overview-detail-major .title-common {
    display: block;
  }

  .news-item-featured {
    min-height: 300px;
  }

  .news-item-featured .news-item-image {
    min-height: 300px;
  }

  .news-item-featured .news-item-content {
    padding: 24px 16px;
  }

  .news-item-featured .news-item-content h3 {
    font-size: 20px;
  }

  .news-item-featured .news-item-content p {
    font-size: 14px;
  }

  /* Mobile: news-item-small content vẫn nằm trên ảnh */
  .news-item-small .news-item-image {
    height: 180px;
    min-height: 180px;
  }

  .news-item-small .news-item-content {
    padding: 14px 16px;
  }

  .news-item-small .news-item-content h3 {
    font-size: 15px;
  }
}

/* footer */
.footer2 {
  background-color: #f2f2f2;
  padding-top: 20px;
}

.footer2 .footer-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.footer2 .footer-list>a img {
  max-width: 100%;
  object-fit: contain;
}

.footer2 .footer-list>* {
  border-bottom: 1px solid #cbcbcb;
  padding-right: 24px;
  padding-bottom: 40px;
  padding-top: 40px;
}

.footer2 .footer-list .footer-item h3 {
  font-size: 18px;
  color: #1e1e1e;
  margin-bottom: 10px;
  padding-left: 8px;
  border-left: 4px solid var(--cl-primary);
}

.footer2 .footer-list .footer-item ul {
  /* padding-left: 0%; */
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style-type: none;
}

.footer2 .footer-list .footer-item a {
  font-size: 12px;
}

.footer2 .footer-list .footer-item h3:nth-child(3) {
  margin-top: 40px;
  display: block;
}

.footer2 .footer-list .footer-item h4 {
  color: #757575;
  font-size: 16px;
  margin-bottom: 6px;
}

.footer2 .footer-list .footer-item p {
  font-size: 12px;
  line-height: 1.6;
}

.footer2 .footer-list .footer-item>div:not(:last-child) {
  margin-bottom: 12px;
}

.footer2 .footer-bottom {
  padding: 40px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer2 .footer-bottom p {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 600;
}

.footer2 .footer-bottom .footer-social {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer2 .footer-bottom .footer-social a {
  display: flex;
}

.footer2 .footer-bottom .footer-social a img {
  width: 24px;
  height: 24px;
}

.icon-menu,
.icon-close-menu {
  display: none;
}

.icon-menu i {
  font-size: 22px;
}

/* overview page */
.breadcrumb {
  display: flex;
  align-items: center;
  padding: 24px 0px;
  gap: 24px;
}

.breadcrumb span {
  display: flex;
  align-items: center;
}

.breadcrumb span:first-child {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.breadcrumb span:last-child {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.breadcrumb p {
  font-size: 16px;
  font-weight: 400;
  color: #09090b;
}

.introduction {
  position: relative;
  text-align: center;
}

.introduction-img {
  max-width: 840px;
  max-height: 330px;
  margin: 0px auto;
  overflow: hidden;
  width: 100%;
  /* Thêm để responsive */
}

.introduction-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Đảm bảo ảnh không bị méo */
}

/* Mobile - Fix image */
@media (max-width: 767px) {
  .introduction-img {
    max-width: 100%;
    max-height: none;
    /* Bỏ max-height cố định */
    height: auto;
    /* Để ảnh tự động scale theo tỷ lệ */
    border-radius: 12px;
    /* Thêm bo góc cho đẹp */
  }

  .introduction-img img {
    width: 100%;
    height: auto;
    /* Giữ tỷ lệ ảnh gốc */
    object-fit: contain;
    /* Hiển thị toàn bộ ảnh */
    border-radius: 12px;
  }
}

.introduction::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  max-height: 450px;
  background-image: url("../images/intro-decor.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.title-common {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
}

.title-common h2 {
  font-size: 44px;
  font-weight: 700;
  flex-shrink: 0;
  max-width: 100%;
}

.title-common h2 strong {
  color: var(--cl-primary);
  font-weight: 700;
}

.title-common-decor-right,
.title-common-decor-left {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.title-common-decor-right img,
.title-common-decor-left img {
  max-width: 160px;
}

.title-common-decor-left img {
  transform: rotateY(180deg);
}

.title-common-decor-right::before {
  content: "";
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  display: block;
}

.title-common-decor-right.primary::before {
  background-color: var(--cl-primary);
}

.title-common-decor-right.primary::after {
  background-color: var(--cl-primary);
}

.title-common-decor-left::after {
  content: "";
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  display: block;
}

.intro-title {
  font-size: 44px;
  font-weight: 700;
  position: relative;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.intro-title span:nth-child(2) {
  flex-shrink: 0;
  color: #1e1e1e;
}

.intro-title span strong {
  color: var(--cl-primary);
  font-weight: 700;
}

.intro-title span:not(:nth-child(2)) {
  flex: 1;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.intro-title span:not(:nth-child(2)) img {
  width: 100%;
}

.introduction p {
  font-weight: 400;
  color: #3d3d3d;
  line-height: 1.6;
  max-width: 920px;
  margin: 0px auto 24px;
}

.overview-title {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.overview-title strong {
  color: var(--cl-primary);
}

section.overview-major {
  position: relative;
  padding-top: 100px;
}

.overview-major::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 60px;
  background-image: url("../images/overview-major-decor.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.overview-major::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/overview-major-decor-dot.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  z-index: -2;
}

.overview-major .title-common {
  margin-bottom: 40px;
}

.overview-major-list {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 40px;
  position: relative;
  max-height: 400px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  padding-bottom: 10px;
}

/* Daypn them */

@media (max-width: 767px) {
  .overview-major-list {
    grid-template-columns: 1fr;
    gap: 16px;
    max-height: none !important;
    overflow: visible;
  }
}

.overview-major-list.active::after {
  display: none;
}

.overview-major-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 1;
}

.overview-major-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
  position: relative;
  height: fit-content;
}

.overview-major-item h3 {
  text-align: center;
}

.overview-major-item::before {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  background: var(--cl-primary);
  height: 100%;
  z-index: -1;
  left: 32px;
}

.overview-major-item-title {
  color: white;
  min-height: 66px;
  position: relative;
  background-color: var(--cl-primary);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  clip-path: polygon(10% 0,
      100% 0,
      100% 20%,
      100% 70%,
      90% 100%,
      20% 100%,
      0 100%,
      0 30%);
}

major-item-title h3 {
  font-weight: 700;
  z-index: 1;
  text-align: center;
}

.overview-major-item-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  padding: 8px;
  background-color: white;
  border: 1px solid #d9d9d9;
  width: 100%;
  /* min-height: 50px; */
  position: relative;
}

.overview-major-item-content::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -12px;
  width: 20px;
  height: 20px;
  border-right: 1px solid #d9d9d9;
  background: white;
  transform: rotate(45deg);
}

.overview-major-item-content::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -12px;
  width: 20px;
  height: 20px;
  border-left: 1px solid #d9d9d9;
  background: white;
  transform: rotate(45deg);
}

.overview-major-item-content span {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  z-index: 1;
}

.overview-major-item-content p {
  z-index: 1;
  font-weight: 400;
  color: black;
  font-size: 14px;
}

.overview-major-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  background-color: var(--cl-primary);
  color: white;
  width: fit-content;
  margin: 0px auto;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
}

.overview-major-btn img {
  width: 20px;
}

.overview-train .intro-title {
  text-align: center;
  margin-bottom: 40px;
}

.overview-train .intro-title strong {
  color: var(--cl-primary);
}

.tab-3 .overview-train-tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-right: 30px;
}

.tab-3 .overview-train-tab-item {
  padding: 0 10px 10px 50px;
}

.tab-4 .overview-train-tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-right: 30px;
}

.tab-5 .overview-train-tab {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-right: 20px;
}

.tab-5 .overview-train-tab-item,
.tab-6 .overview-train-tab-item {
  padding: 5px 10px 10px 50px;
}

.tab-5 .overview-train-tab-item::before,
.tab-6 .overview-train-tab-item::before {
  transform: scaleX(1.14) translateX(12px) scaleY(1.4);
}

.tab-5 .overview-train-tab-item.active::before,
.tab-6 .overview-train-tab-item.active::before {
  transform: scaleX(1.14) translateX(12px) scaleY(1.45);
}

.tab-5 .overview-train-tab-item p,
.tab-6 .overview-train-tab-item p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-6 .overview-train-tab {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-right: 10px;
}

.overview-train-tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-right: 30px;
}

.overview-train-tab-item {
  position: relative;
  padding: 10px 20px 10px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  min-height: 80px;
  cursor: default;
}

.overview-train-tab-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/train-border-gray.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transform: scaleX(1.09) translateX(12px);
}

.overview-train-tab-item.active {
  z-index: 10 !important;
}

.overview-train-tab-item.active::before {
  background-image: url("../images/train-border-active.svg");
  transform: scaleX(1.2) translateX(12px) translateY(-6px) scaleY(1.1);
}

.overview-train-tab-item:nth-child(1) {
  z-index: 4;
}

.overview-train-tab-item:nth-child(2) {
  z-index: 3;
}

.overview-train-tab-item:nth-child(3) {
  z-index: 2;
}

.overview-train-tab-item:nth-child(4) {
  z-index: 1;
}

.overview-train-tab-item.active>div span {
  background-color: var(--cl-primary);
}

.overview-train-tab-item.active h3 {
  color: black;
}

.overview-train-content {
  padding-right: 30px;
}

.overview-train-tab-item * {
  z-index: 1;
}

.overview-train-tab-item>div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.overview-train-tab-item>div span {
  background-color: #242424;
  border-radius: 2px;
  color: white;
  text-transform: uppercase;
  padding: 1px 8px;
  font-weight: 600;
}

.overview-train-tab-item>div p {
  color: #707070;
}

.overview-train-tab-item h3 {
  color: #707070;
  font-weight: 700;
  font-size: 14px;
  padding: 2px 0px;
  line-height: 1.4;
}

.train-content-tab {
  padding: 32px;
  box-shadow: 0px 4px 20px 0px #0000000f;
  background-color: white;
  display: none;
}

.train-content-tab.active {
  display: block;
}

.train-content-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

.train-content-top-item>div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.train-content-top-item>div>span {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.train-content-top-item>div>h4 {
  font-size: 18px;
  font-weight: 700;
}

.train-content-top-item ul {
  font-size: 16px;
  color: #757575;
  padding-left: 12px;
  list-style: disc;
  list-style-position: inside;
}

.train-content-note {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #fff9f6;
  padding: 12px;
}

.train-content-note span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: black;
  white-space: nowrap;
}


.train-content-note span strong {
  font-size: 18px;
  line-height: 1;
  white-space: nowrap !important;
  display: inline-block;
}

.train-content-note p {
  color: #757575;
  line-height: 1;
}

.overview-experience h2 {
  margin-bottom: 40px;
}

.overview-experience .life-inner {
  grid-template-columns: 1fr 1fr 1fr;
}

.overview-why h2 {
  margin-bottom: 40px;
}

.overview-why-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  z-index: 10;
}

.overview-why-item:first-child {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.overview-why-item {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  background-color: #fff;
  border: 1px solid #cccccc;
  aspect-ratio: 1/1;
  z-index: 1;
}

.overview-why-item>div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.overview-why-item>div>span:first-child {
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  color: var(--cl-primary);
}

.overview-why-item>div>span:last-child {
  color: #242424;
  font-size: 18px;
  font-weight: 700;
}

.overview-why-item>p {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
}

.overview-why-item:first-child {
  position: relative;
  padding: 80px;
}

.overview-why-item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: url("../images/experience-decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}

.overview-why-item:first-child>div {
  flex-direction: row;
  align-items: flex-end;
}

.overview-why-item:first-child>div>span:first-child {
  font-size: 180px;
  line-height: 1;
}

.overview-why-item:first-child>div>span:last-child {
  position: relative;
  bottom: 20px;
}

.overview-why-item * {
  z-index: 10;
}

.overview-why {
  position: relative;
  background: #fafafa;
}

.overview-why::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: url("../images/overview-major-decor-dot.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  z-index: 0;
}

.overview-why::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  max-height: 450px;
  background-image: url(./images/intro-decor.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.overview-info-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 25px;
  background: white;
}

.overview-info-content a {
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: var(--cl-primary);
  padding: 8px 16px;
  border-radius: 8px;
  color: white;
  width: fit-content;
  margin-top: 10px;
  min-height: 40px;
}

.overview-info-content a img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.overview-info .info-item {
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

.overview-info h2 {
  margin-bottom: 40px !important;
}

.overview-info .info-main {
  gap: 40px;
  padding: 0px 30px;
}

.overview-info-content h3 {
  margin-bottom: 6px;
}

.overview-link .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.overview-link-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

.overview-link h3 {
  font-size: 32px;
  margin-bottom: 4px;
  text-align: center;
}

.overview-link h3 strong {
  color: var(--cl-primary);
  font-weight: 700;
}

.overview-link p {
  color: #707070;
  text-align: center;
}

.overview-link-left>div:last-child {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.overview-link-left>div:last-child img {
  max-width: 300px;
}

.overview-link-left>div:last-child span {
  color: #242424;
  font-weight: 700;
}

.overview-link-slider {
  max-width: 380px;
  margin: 24px auto 0;
  padding-bottom: 30px !important;
}

.overview-link-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.overview-link-slider .swiper-slide img {
  max-width: 200px;
}

.overview-link-slider .swiper-slide p {
  color: #242424;
  font-weight: 700;
  text-align: center;
}

.overview-link-slider .swiper-navigation>div {
  top: 35% !important;
}

.overview-link-slider .swiper-button-next:after,
.overview-link-slider .swiper-button-prev:after {
  color: #242424 !important;
  font-size: 24px !important;
}

.overview-link-slider .swiper-button-next,
.overview-link-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  box-shadow: 0px 2px 12px 0px #00000014;
  background-color: white;
  margin: 0;
}

.overview-link .swiper-pagination {
  bottom: 0px !important;
}

.major-detail-intro-wrapper {
  margin-top: 28px;
  max-width: 100%;
}

.major-intro-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(243, 112, 33, 0.3);
  border-left: 3px solid var(--cl-primary);
  border-radius: 12px;
  padding: 20px 24px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.major-intro-card::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 12px;
  width: 220px;
  height: 90px;
  background-image: repeating-linear-gradient(135deg,
      rgba(243, 112, 33, 0.18) 0,
      rgba(243, 112, 33, 0.18) 2px,
      transparent 2px,
      transparent 8px);
  opacity: 0.6;
  pointer-events: none;
}

.major-intro-description {
  color: #707070;
  font-size: 16px;
  line-height: 1.6;
}

.major-intro-description p {
  color: #707070;
  font-weight: 400;
  line-height: 1.4;
}

.major-intro-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 14px;
}

.major-intro-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 120px;
}

.major-intro-meta-label {
  /* font-size: 16px; */
  color: #6f6f6f;
}

.major-intro-meta-value {
  /* font-size: 16px; */
  font-weight: 700;
  color: var(--cl-primary);
  letter-spacing: 0.3px;
}

.major-detail-intro-main {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.major-detail-intro-content div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.major-detail-intro-content div p {
  color: #707070;
  font-weight: 400;
  line-height: 1.4;
}

.major-detail-intro-img {
  position: relative;
  padding: 10px;
}

.major-detail-intro-img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
}

.major-detail-intro-img::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background-image: url("../images/major-detail-intro-decor-1.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 150px;
  z-index: 1;
}

.major-detail-intro-img::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -15px;
  background-image: url("../images/major-detail-intro-decor-2.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 130px;
  height: 160px;
  z-index: 1;
}

@media (max-width: 768px) {
  .major-detail-intro-wrapper {
    margin-top: 20px;
  }

  .major-intro-card {
    padding: 16px;
  }

  .major-intro-card::after {
    width: 140px;
    height: 60px;
    opacity: 0.4;
  }

  .major-intro-meta {
    gap: 16px;
  }
}

section.major-detail-feature {
  padding-top: 90px;
  background-color: #fafafa;
  position: relative;
}

.major-detail-feature::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url("../images/major-detail-feature-decor.svg");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.major-detail-feature .container {
  z-index: 10;
  position: relative;
}

.major-detail-feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 40px;
  margin-top: 40px;
}

.major-detail-feature-list .feature-item {
  background-image: url("../images/major-detail-feature-item-decor.png");
  background-size: 99% 99%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 24px;
  border-radius: 8px;
  /* box-shadow: 0px 4px 20px 0px #ff6a0026; */
  display: flex;
  flex-direction: column;
  /* border-bottom: 1px solid;
  border-image-source: linear-gradient(180deg, #f2f2f2 0%, #ff8b2a 106.12%);
  border-image-slice: 1; */
}

.major-detail-feature-list .feature-item>span {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: block;
}

.major-detail-feature-list .feature-item>span img {
  width: 100%;
  object-fit: contain;
}

.major-detail-feature-list .feature-item>div img {
  display: block;
  object-fit: contain;
  object-position: left;
  max-height: 20px;
  margin-bottom: 8px;
}

.major-detail-feature-list .feature-item>div h3 {
  font-size: 18px;
  font-weight: 700;
  color: #242424;
  margin-bottom: 8px;
  flex: 0 0 auto;
}

.major-detail-feature-list .feature-item>div p {
  color: #707070;
  font-weight: 400;
  line-height: 1.4;
}

.major-detail-career,
.major-detail-train,
.major-detail-explore {
  background-image: url("../images/info-img.svg");
  background-size: cover;
  /* contain; */
  background-position: top;
  background-repeat: no-repeat;
}

.major-detail-career-desc {
  color: #3d3d3d;
  margin-top: 12px;
}

.major-detail-career-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  /* margin-top: 40px; */
}

.career-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.career-item {
  font-size: 18px;
  font-weight: 700;
  color: #242424;
  display: flex;
  gap: 8px;
  line-height: 1.4;
}

.career-item p {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  flex: 1;
}

.career-item::before {
  content: "";
  background-image: url("../images/major-detail-career-icon-list.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  flex-shrink: 0;
}

.career-right-list-job {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.career-right-bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.career-right-bottom-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 24px;
}

.career-right-bottom-btn span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 2px 12px 0px #00000014;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.career-right-bottom-btn span:hover {
  background-color: var(--cl-primary);
  color: white;
}

/* career list job btn */
.career-list-job {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.career-left-list-job-bottom-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 24px;
  padding-top: 30px;
}

.career-list-swiper-btn.swiper-button-prev,
.career-list-swiper-btn.swiper-button-next {
  position: static;
  border-radius: 50%;
}

.career-left-list-job-bottom-btn div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 2px 12px 0px #00000014;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.career-left-list-job-bottom-btn div:hover {
  background-color: var(--cl-primary);
  color: white;
}

/* end career list job btn */

.career-right-number {
  background-color: white;
  box-shadow: 0px 2px 12px 0px #00000014;
  padding: 8px 16px;
  border-radius: 100px;
}

.career-right-number span {
  font-size: 16px;
}

.career-right-number span:not(:last-child) {
  color: var(--cl-primary);
  font-weight: 700;
}

.career-img img {
  object-fit: contain;
  flex-shrink: 0;
}

.career-img {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
}

.career-img-svg svg {
  object-fit: contain;
  flex-shrink: 0;
  width: 100%;
}

.career-img-svg-feature {
  display: flex;
  width: 100%;
  overflow: hidden;
  flex-wrap: nowrap;
}

.career-img-svg-feature .frame-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

/* FRAME */

/* ẢNH BÊN TRONG */
.career-img-svg-feature .frame-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;

  /* CẮT THEO HÌNH KHUNG PNG */
  -webkit-mask-image: url("../images/frame_major_feature_2.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;

  mask-image: url("../images/frame_major_feature_2.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.career-img-svg-feature .frame-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/frame_major_feature.png") center / contain no-repeat;
  pointer-events: none;
}

.career-img-svg {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
}

/* thuantv8 add row col */

.row-block {
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.career-col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  /* flex: 0 0 50%; */
  max-width: 50%;
  flex: 0 0 auto;
  width: 50%;
}

.major-detail-explore-list {
  margin-top: 60px;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 32px;
}

.major-detail-explore-item {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #cccccc;
}

.major-detail-explore-item-img img {
  aspect-ratio: 4/3;
  width: 100%;
}

.major-detail-explore-item>div:last-child {
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: white;
}

.major-detail-explore-item>div:last-child h3 {
  font-size: 18px;
  font-weight: 700;
  color: #242424;
  margin-bottom: 4px;
}

.major-detail-explore-item>div:last-child p {
  color: #707070;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.major-detail-explore-item>div:last-child a {
  display: flex;
  width: fit-content;
  min-width: 142px;
  gap: 10px;
  align-items: center;
  background-color: var(--cl-primary);
  padding: 8px 16px;
  border-radius: 8px;
  color: white;
  margin-top: 10px;
  min-height: 40px;

}

.major-detail-explore h2 {
  text-align: center;
}

.major-detail-explore-swiper {
  padding-bottom: 60px !important;
}

@media (min-width: 1025px) {

  /* Ẩn nút next/prev của explore slider trên desktop */
  .major-detail-explore-swiper .swiper-button-next,
  .major-detail-explore-swiper .swiper-button-prev {
    display: none !important;
  }
}

/* Đẩy pagination ra ngoài để không đè lên slider (explore + student share) */
.major-detail-explore-swiper .swiper-pagination,
.overview-detail-share-swiper .swiper-pagination {
  position: static;
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1024px) {

  /* Tablet & mobile: dùng layout 1 item cho explore slider */
  .major-detail-explore-list {
    display: flex !important;
    gap: 16px;
  }

  .major-detail-explore-item {
    width: 100%;
  }
}

section.major-detail-explore {
  padding-bottom: 140px;
  padding-top: 16px;
}

.overview-detail-intro-main {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.overview-detail-intro-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.overview-detail-intro-content p {
  color: #3d3d3d;
  line-height: 1.6;
}

.overview-detail-intro-main .future-video-decor {
  right: -15px;
}

.overview-detail-intro-main .future-video {
  padding-right: 40px;
}

.overview-detail-intro .title-common {
  justify-content: flex-start;
}

.overview-detail-major {
  position: relative;
}

.overview-detail-major h2 {
  text-align: center;
}

.overview-detail-major::after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: 0;
  background-image: url("../images/overview-detail-major-decor.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 600px;
}

.overview-detail-major .feature-item>div a {
  background-color: var(--cl-primary);
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  width: fit-content;
  margin-top: 10px;
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  margin-top: auto;
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.overview-detail-major .feature-item:hover>div a {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.overview-detail-major .feature-item>div a img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.overview-detail-major .feature-item>div p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}

.overview-detail-major .feature-item {
  overflow: hidden;
  min-height: 292px;
  justify-content: space-between;
}

.overview-detail-major .feature-item>div {
  transform: translateY(calc(100% - 155px));
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* .overview-detail-major .feature-item:hover>div {
  transform: translateY(0) !important;
} */

.overview-detail-major .item-title-long>div {
  transform: translateY(calc(100% - 58px));
}

.overview-detail-train-item-top {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  padding: 16px 32px;
  position: relative;
  cursor: pointer;
  min-height: 62px;
  background: white;
}

.overview-detail-train-item-top::before {
  content: "";
  content: "";
  position: absolute;
  top: -20px;
  left: -21px;
  width: 40px;
  height: 40px;
  border-right: 1px solid #d9d9d9;
  background: white;
  transform: rotate(45deg);
}

.overview-detail-train-item {
  position: relative;
}

.overview-detail-train-item-top::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -21px;
  width: 40px;
  height: 40px;
  border-left: 1px solid #d9d9d9;
  background: white;
  transform: rotate(45deg);
}

.ovevriew-detail-train-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 40px;
}

.overview-detail-train-item-top h3 {
  flex: 1;
  padding-left: 24px;
  border-left: 6px solid var(--cl-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.overview-detail-train-item-top span i {
  font-size: 24px;
  color: var(--cl-primary);
}

.overview-detail-train-item-top span i:last-child {
  display: none;
}

.overview-detail-train-item-content {
  position: relative;
  width: calc(100% - 60px);
  margin: 0 auto;
  background: white;
  border: 1px solid #d9d9d9;
  backdrop-filter: blur(8px);
  box-shadow: 2px 2px 12px 0px #0000001a;
  border-top: 0px;
  color: #707070;
  line-height: 1.4;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 32px;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  z-index: 10;
}

.overview-detail-train-item.active .overview-detail-train-item-content {
  max-height: 1000px;
  opacity: 1;
  padding: 32px;
}

.overview-detail-train-item.active .overview-detail-train-item-top span i:last-child {
  display: block;
}

.overview-detail-train-item.active .overview-detail-train-item-top span i:first-child {
  display: none;
}

.overview-detail-share {
  background: #f5f5f5;
}

.overview-detail-share .title-common {
  justify-content: flex-start;
}

.overview-detail-share-list {
  margin-top: 40px;
}

/* Chỉ dùng grid khi Swiper chưa khởi tạo (fallback) */
.overview-detail-share-swiper:not(.swiper-initialized) .overview-detail-share-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Tối ưu Swiper cho loop mượt */
.overview-detail-share-swiper.swiper {
  overflow: hidden;
}

.overview-detail-share-swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.overview-detail-share-item {
  display: flex;
  flex-direction: column;
  height: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.overview-detail-share-item>img {
  margin-bottom: 12px;
  /* aspect-ratio: 1/1; */
  object-fit: contain;
  min-height: 255px;
  max-height: 300px;
}

.overview-detail-share-item-content>div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.overview-detail-share-item-content>div h3 {
  font-size: 24px;
  font-weight: 700;
}

.overview-detail-share-item-content>div span {
  background-color: var(--cl-primary);
  padding: 4px 8px;
  border-radius: 2px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.overview-detail-share-item-content>p {
  color: #707070;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  line-height: 1.4;
}

.overview-detail-share-item-content a {
  background-color: white;
  border-radius: 8px;
  border: 1px solid var(--cl-primary);
  color: var(--cl-primary);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 48px;
}

.overview-detail-share-item-content a img {
  width: 14px;
  height: 14px;
  margin: 0px;
}

.campus-number .local-main {
  margin-top: 40px;
}

.campus-intro-main {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  align-items: center;
}

.campus-intro-image img {
  width: 100%;
  height: 100%;
}

.campus-intro-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.campus-intro-content p {
  line-height: 1.6;
}

.campus-intro-btn {
  background-color: var(--cl-primary);
  color: white;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 48px;
  width: fit-content;
  border-radius: 8px;
  padding: 6px 24px;
}

.campus-base-main {
  margin-top: 40px;
  position: relative;
}

.campus-base-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.campus-base-list {
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.campus-base-left,
.campus-base-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.campus-base-left {
  align-items: flex-end;
}

.campus-base-item-center {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}

.campus-base-item-center-child {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}

.campus-base-right .campus-base-item-center {
  justify-content: flex-start;
}

.campus-base-right .campus-base-item-center .campus-base-item-center-child {
  align-items: flex-start;
}

.campus-base-item-center-child .campus-base-item-img:first-child,
.campus-base-right .campus-base-item-center-child .campus-base-item-img:last-child {
  max-width: 130px;
}

.campus-base-item-center-child .campus-base-item-img:last-child,
.campus-base-right .campus-base-item-center-child .campus-base-item-img:first-child {
  max-width: 177px;
}

.campus-base-item:not(.campus-base-item-center) {
  width: 100%;
  max-width: 222px;
  aspect-ratio: 1 / 1;
}

.campus-base-item.hidden {
  user-select: none;
  opacity: 0;
  visibility: hidden;
  display: block;
}

.campus-base-item-img {
  aspect-ratio: 1/1;
}

.campus-base-item-img img {
  border-radius: 2px;
  cursor: pointer;
}

.campus-base-item-center>.campus-base-item-img {
  max-width: 323px;
  height: 100%;
}

.campus-base-item-img {
  position: relative;
}

.campus-base-item-img h3 {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 12px;
  width: max-content;
  border-left: 4px solid var(--cl-primary);
}

.campus-base-item-img h3::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 12px;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background-color: white;
}

h3.campus-base-title-bottom {
  bottom: auto;
  top: calc(100% + 8px);
}

h3.campus-base-title-bottom::before {
  bottom: auto;
  top: -12px;
}

h3.campus-base-title-left {
  bottom: 12px;
  right: calc(100% + 8px);
  left: auto;
}

h3.campus-base-title-left::before {
  left: calc(100% - 4px);
  right: auto;
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
}

h3.campus-base-title-right {
  top: 12px;
  bottom: auto;
  left: calc(100% + 8px);
  right: auto;
  border-right: 4px solid var(--cl-primary);
  border-left: none;
}

h3.campus-base-title-right::before {
  right: calc(100% - 4px);
  left: auto;
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
}

.gslide-image img {
  aspect-ratio: 1/1;
  width: 100% !important;
}

.glightbox-clean .gslide-media {
  max-width: 500px !important;
  width: 100%;
  padding: 15px;
  box-shadow: 0px 0px 0px !important;
}

section.campus-fee {
  overflow: hidden;
  padding-top: 100px;
}

.campus-fee-main {
  background-color: var(--cl-primary);
  position: relative;
  padding: 40px;
  padding-left: 380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-height: 180px;
}

.campus-fee-main::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  background: white;
  transform: rotate(-45deg);
}

.campus-fee-main::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  background: white;
  transform: rotate(45deg);
}

.campus-fee-main>img {
  position: absolute;
  aspect-ratio: 1/1;
  width: 370px;
  height: 300px;
  object-fit: contain;
  left: 0;
  bottom: 40px;
  transform: scale(1.1);
}

.campus-fee-content {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.campus-fee-content h3 {
  font-size: 44px;
  font-weight: 700;
}

.campus-fee-btn {
  background-color: white;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  padding-left: 24px;
  min-height: 48px;
  color: black;
  font-weight: 700;
  flex-shrink: 0;
}

.campus-fee-btn span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cl-primary);
  padding: 14px;
}

.campus-life .title-common {
  justify-content: flex-start;
}

.campus-life.life-dk {
  display: flex !important;
  justify-content: center;
}

.campus-life .life-dk-bottom {
  grid-template-columns: repeat(3, 1fr);
}

.campus-life .life-bk-main {
  max-width: 780px;
  width: 100%;
}

.campus-brand {
  position: relative;
}

.campus-brand::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: url("../images/campus-brand-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.campus-brand p {
  margin-top: 16px;
  color: #707070;
  line-height: 1.4;
}

.campus-brand-list {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 55px 32px;
  margin-top: 80px;
  align-items: center;
}

.campus-brand-list span {
  width: 100%;
}

.campus-news-list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.campus-news .swiper-pagination,
.campus-news .swiper-button-next,
.campus-news .swiper-button-prev {
  display: none !important;
}

.campus-news-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.campus-img {
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.campus-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campus-news-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.campus-news-content h3 {
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 700;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 15px;
}

.campus-news-content p {
  color: #757575;
  line-height: 1.4;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.campus-news-item:first-child {
  grid-column: 1 / span 3;
  display: grid;
  grid-template-columns: 3fr 1.5fr;
}

.campus-news-item:first-child .campus-news-content {
  padding: 32px;
}

.campus-news-item:first-child .campus-news-content h3 {
  -webkit-line-clamp: 3;
}

.campus-news-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  background-color: var(--cl-primary);
  color: white;
  width: fit-content;
  margin: 0px auto;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  margin-top: 24px;
}

.campus-info {
  position: relative;
}

.campus-info>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.campus-info-slider {
  padding-bottom: 30px !important;
  margin-top: 60px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  background: white;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
  display: flex !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px !important;
  color: black;
  font-weight: 700;
}

.campus-info-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 8px 0px #0000000d;
  background: white;
}

.campus-info-img img {
  width: 100%;
  aspect-ratio: 16/9;
}

.campus-info-item h3 {
  min-height: 52px;
  border-left: 4px solid var(--cl-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #242424;
  margin-top: -4px;
}

.campus-contact-main {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 32px;
}

.campus-contact-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.campus-contact-item {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.campus-contact-item span {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.campus-contact-item>p,
.campus-contact-item>a {
  color: #242424;
  font-weight: 700;
  line-height: 1.4;
}

.campus-contact-item ul {
  padding-left: 32px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.campus-contact-item ul li {
  display: flex;
  gap: 8px;
}

.campus-contact-item ul li span {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.campus-contact-item ul li p {
  line-height: 1.6;
}

.campus-contact-item:first-child {
  flex-wrap: nowrap;
}

.campus-contact-btn {
  width: fit-content;
  background-color: var(--cl-primary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 24px;
  color: white;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  min-height: 48px;
}

.campus-contact-btn img {
  width: 12px;
  object-fit: contain;
}

.campus-contact-map {
  position: relative;
  padding: 32px;
  display: flex;
  align-items: center;
}

.campus-contact-map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  z-index: -1;
  object-fit: fill;
}

.campus-contact-map iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.cta {
  position: fixed;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 100;
}

.cta a {
  width: calc(2rem + 1.5vw);
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #00000080;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  padding: 10px;
}

.cta a:hover {
  background-color: var(--cl-primary);
}

.cta a img {
  max-width: 40px;
  object-fit: contain;
  object-position: center;
}

/* recruitment */
.recruitment-intro-img {
  position: relative;
  padding-right: 100px;
  padding-bottom: 20px;
}

/* Recruitment Intro - Layout riêng */
.recruitment-intro-main {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.recruitment-intro-content div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.recruitment-intro-content div p {
  color: #707070;
  font-weight: 400;
  line-height: 1.4;
}

/* Recruitment Intro - Image wrapper với overlay */
.recruitment-intro-img {
  padding-right: 20px;
  padding-bottom: 20px;
}

.recruitment-intro-img-wrapper {
  position: relative;
  padding-bottom: 40px;
  padding-right: 100px;
}

.recruitment-intro-img-wrapper::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background-image: url("../images/major-detail-intro-decor-1.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 150px;
  z-index: 1;
}

.recruitment-intro-img-wrapper::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -15px;
  background-image: url("../images/major-detail-intro-decor-2.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 130px;
  height: 160px;
  z-index: 1;
}

.recruitment-intro-img .img-main {
  aspect-ratio: 16/9;
  /* max-height: 220px; */
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin: 10px;
}

.recruitment-intro-img .img-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 4px solid #fff;
  border-radius: 8px;
  max-width: 140px;
  width: 100%;
  max-height: 190px;
  height: 100%;
}

.recruitment-method h2 {
  text-align: center;
}

.recruitment-method p {
  text-align: center;
  margin: 40px 0px;
  color: #3d3d3d;
}

.recruitment-method .future-btn {
  margin: 0px auto;
  cursor: pointer;
}

.recruitment-method-bg {
  margin-top: 80px;
  width: 100%;
}

.recruitment-method-bg img {
  width: 100%;
}

.recruitment-scho.major-detail-feature::before {
  background-position: 0px -130px;
}

.recruitment-scho:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/recruitment-scho-decor.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.recruitment-method {
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
  padding-bottom: 0px !important;
}

section.recruitment-scho {
  background: #fafafa;
  padding-top: 80px !important;
}

section.recruitment-scho .title-common {
  justify-content: flex-start;
}

.recruitment-scho-list {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
}

.recruitment-scho-left {
  display: flex;
  flex-direction: column;
}

.recruitment-scho-left p {
  margin: 8px 0px;
  line-height: 1.5;
  color: #3d3d3d;
}

.recruitment-scho-left-img img {
  width: 100%;
}

.recruitment-scho-list img:not(.future-btn img) {
  border-radius: 4px;
  width: 100%;
}

.recruitment-scho-top-content {
  margin-bottom: 40px;
  flex: 1;
}

.recruitment-scho-right {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.recruitment-scho-right>div {
  flex: 1;
}

.recruitment-scho-right>div:first-child {
  flex: 1 1 100%;
}

.recruitment-fee>div>p {
  margin-top: 12px;
  color: #3d3d3d;
}

.recruitment-fee-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
}

.recruitment-fee-item {
  background-image: url("../images/recruitment-fee-item-bg.png");
  background-repeat: no-repeat;
  background-size: 105% 105%;
  padding: 32px;
  background-position: center;
}

.recruitment-fee-item>img {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
}

.recruitment-fee-item p {
  font-weight: 700;
  color: #707070;
}

.recruitment-fee-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #242424;
}

.recruitment-policy-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
}

.recruitment-policy-right p {
  color: #3d3d3d;
  line-height: 1.5;
  margin-bottom: 24px;
}

.recruitment-policy-left {
  display: flex;
  flex-direction: column;
}

.recruitment-policy-left span {
  position: relative;
  display: flex;
}

.recruitment-intro-img::before {
  background-image: url("../images/recruitment-decor1.svg");
  width: 120px;
  height: 160px;
}

.recruitment-policy-left span:first-child::before,
.recruitment-policy-left span:last-child::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  background-image: url("images/recruitment-decor1.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 120px;
  height: 160px;
  z-index: 1;
}

.recruitment-policy-left span:last-child::after {
  top: auto;
  bottom: -15px;
  right: -15px;
  left: auto;
  transform: rotate(180deg);
}

.recruitment-policy-left span img {
  border-radius: 4px;
}

.recruitment-policy-left span:nth-child(2) {
  margin-top: -100px;
  justify-content: flex-end;
  border: 4px solid white;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  border-radius: 8px;
}

.recruitment-policy-left span:nth-child(3) {
  border: 4px solid white;
  border-radius: 8px;
  width: fit-content;
  margin: -30px auto 0px;
}

.recruitment-event .event-main {
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.recruitment-event .title-common {
  justify-content: flex-start;
}

.recruitment-exam .recruitment-policy-left span:nth-child(2) {
  margin-left: 10%;
  margin-top: -60px;
}

.recruitment-exam .recruitment-policy-left span:nth-child(3) {
  margin-right: 0px;
}

.recruitment-news-slider {
  margin-top: 60px;
}

.recruitment-news-item img {
  aspect-ratio: 16/9;
  border-radius: 8px;
  margin-bottom: 24px;
}

.recruitment-news-item h3 {
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 700;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

.recruitment-news .future-btn {
  margin: 60px auto 0px;
}

.recruitment-form {
  overflow: hidden;
}

.recruitment-form-main {
  position: relative;
  background-color: white;
  padding: 40px;
  margin-top: 60px;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #f2f2f2 0%, #ff8b2a 7.38%);
  border-image-slice: 1;
  box-shadow: 0px 0px 10px 0px #ff6a0026;
}

.recruitment-form-main::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(90deg, #f2f2f2 0%, #ff8b2a 7.38%);
  border-image-slice: 1;
  background: white;
  transform: rotate(45deg);
}

.recruitment-form-main::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  border-top: 1px solid;
  border-image-source: linear-gradient(90deg, #f2f2f2 0%, #ff8b2a 7.38%);
  border-image-slice: 1;
  background: white;
  transform: rotate(45deg);
}

.recruitment-form-main form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.recruitment-form-main form div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.recruitment-form-main form label {
  font-weight: 700;
  color: #09090b;
  font-size: 14px;
}

.recruitment-form-main form input,
.recruitment-form-main form select,
.recruitment-form-main form textarea {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #d4d4d8;
  padding: 10px 16px;
  font-family: inherit;
  font-size: 14px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;

  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
}

.recruitment-form-main form textarea {
  min-height: 100px;
  resize: vertical;
}

.recruitment-form-main form input:focus,
.recruitment-form-main form select:focus,
.recruitment-form-main form textarea:focus {
  outline: none;
  border-color: #ff8b2a;
  box-shadow: 0 0 0 3px rgba(255, 139, 42, 0.1);
}

.recruitment-form-main form input::placeholder,
.recruitment-form-main form select::placeholder,
.recruitment-form-main form textarea::placeholder {
  font-size: 14px;
  color: #71717a;
}

.recruitment-form-main form>div.recruitment-form-action {
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-direction: row;
}

.recruitment-form-main form>div.recruitment-form-action button {
  cursor: pointer;
  border: none;
  margin-top: 0px;
  gap: 5px !important;
}

.recruitment-form-main form .recruitment-form-privacy {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: flex-start;
}

.recruitment-form-main form .recruitment-form-privacy input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 4px 8px 0 0;
  flex-shrink: 0;
}

.recruitment-form-main form .recruitment-form-privacy label {
  flex: 1;
  margin: 0;
  text-align: justify;
}

.recruitment-form-main form .recruitment-form-privacy label a {
  color: #ff6b00;
  text-decoration: underline;
}

.recruitment-form-main form>div.form-full-width {
  grid-column: span 2;
}

.recuitment-faq-list {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 40px auto 0px;
}

.recuitment-faq-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recuitment-faq-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 62px;
  background-color: white;
  border: 1px solid #d9d9d9;
  width: 100%;
  position: relative;
  padding: 10px 32px;
  cursor: pointer;
}

.recuitment-faq-item-title::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  border-right: 1px solid #d9d9d9;
  background: white;
  transform: rotate(45deg);
}

.recuitment-faq-item-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  border-left: 1px solid #d9d9d9;
  background: white;
  transform: rotate(45deg);
}

.recuitment-faq-item-title h3 {
  padding-left: 24px;
  border-left: 4px solid var(--cl-primary);
  font-size: 18px;
}

.recuitment-faq-item-title-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recuitment-faq-item-title-icon i {
  font-size: 20px;
  color: var(--cl-primary);
  transform: all 0.3s ease;
}

.recuitment-faq-item-title-icon i:last-child {
  display: none;
}

.recuitment-faq-item.active .recuitment-faq-item-title-icon i:first-child {
  display: none;
}

.recuitment-faq-item.active .recuitment-faq-item-title-icon i:last-child {
  display: block;
}

.recuitment-faq-item-content {
  box-shadow: 2px 2px 12px 0px #0000001a;
  padding: 32px;
  max-width: calc(100% - 64px);
  margin: 0 auto;
  background-color: white;
  border: 1px solid #e4e4e4;
  display: none;
}

.recuitment-faq-item.active .recuitment-faq-item-content {
  display: block;
}

.recuitment-faq-item-content p {
  color: #707070;
  line-height: 1.5;
}

.recuitment-faq-item-content p:not(:last-child) {
  margin-bottom: 16px;
}

.recruitment-explore .major-detail-explore-list {
  gap: 0px;
}

.recruitment-explore .major-detail-explore-item:nth-child(1) {
  transform: rotate(-5deg) translateY(20px) !important;
}

.recruitment-explore .major-detail-explore-item:nth-child(3) {
  transform: rotate(5deg) translateY(20px) !important;
}

.recruitment-explore .major-detail-explore-item:nth-child(2) {
  transform: rotate(1deg) translateY(-50px) !important;
}

.recruitment-explore-swiper {
  padding: 60px 20px !important;
}

/* life-student-alumni */

.life-student-alumni-detail-intro-main {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.life-student-alumni-detail-intro-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.life-student-alumni-detail-intro-content div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.life-student-alumni-detail-intro-content div p {
  color: #707070;
  font-weight: 400;
  line-height: 1.4;
}

.life-student-alumni-detail-intro-img {
  position: relative;
  padding: 10px;
}

.life-student-alumni-detail-intro-img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
}

.life-student-alumni-detail-intro-img::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background-image: url("../images/major-detail-intro-decor-1.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 150px;
  z-index: 1;
}

.life-student-alumni-detail-intro-img::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -15px;
  background-image: url("../images/major-detail-intro-decor-2.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 130px;
  height: 160px;
  z-index: 1;
}

/* end life-student-alumni */
/* life-student-international */

.life-student-international-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
}

.life-student-international {
  background-image: url('../images/bg_life_student_international.png');
  background-size: 35vw auto;
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 5.21vw;
}

.life-student-international-right p {
  color: #3d3d3d;
  line-height: 1.5;
  margin-bottom: 24px;
}

.life-student-international-left {
  display: flex;
  flex-direction: column;
}

.life-student-international-left img {
  width: 100%;
}

.life-student-international-left span {
  position: relative;
  display: flex;
}


.life-student-international-left span img {
  border-radius: 4px;
}

.life-student-international-left span:nth-child(1) {
  width: 85%;
}

.life-student-international-left span:nth-child(2) {
  margin-top: -100px;
  justify-content: flex-end;
  border: 4px solid white;
  width: fit-content;
  margin-right: auto;
  margin-left: 50px;
  border-radius: 8px;
}

.life-student-international-left span:nth-child(3) {
  border: 4px solid white;
  border-radius: 8px;
  width: fit-content;
  margin: -40px 65px 0px auto;
}

.life-student-international-left span:first-child::before {
  content: "";
  position: absolute;
  top: -17px;
  left: -17px;
  background-image: url("../images/frame_top_left.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* width: 120px;
  height: 160px; */
  width: 8vw;
  height: 11.11vw;
  z-index: 1;
}

.life-student-international-left span:last-child::after {
  content: "";
  position: absolute;
  bottom: -17px;
  right: -17px;
  background-image: url("../images/frame_bottom_right.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* width: 120px; 
  height: 160px; */
  width: 8vw;
  height: 11.11vw;
  z-index: 1;
}

.facilities-swiper-details.img-modal {
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 91%);
  display: none !important;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 32px;
}

.facilities-swiper-details.img-modal.is-open {
  display: flex !important;
  top: 0;
  position: fixed;
}

.facilities-swiper-details .img-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-size: 26px;
  line-height: 40px;
}

/* .facilities-swiper-details .modalSwiper{
  width:min(1100px, 96vw);
}
.facilities-swiper-details .modalSwiper .swiper-slide img{
  width:100%; height:auto; display:block;
  border-radius: 12px;
} */
.facilities-swiper-details .facilities-carousel3d {
  width: min(1400px, 96vw);
  padding: 60px 0;
}

.facilities-swiper-details .facilities-carousel3d .swiper-slide {
  width: 560px;
  /* card size */
}

.facilities-swiper-details .slideCard {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .35);
}

.facilities-swiper-details .slideCard img {
  width: 100%;
  height: 45vh;
  object-fit: cover;
  display: block;
}

.facilities-swiper-details .swiper-detail-slide-header {
  display: block;
  visibility: hidden;
  text-align: center;
  align-items: center;
  color: #fff;
  /* text-shadow: 0 8px 22px rgba(0, 0, 0, .8); */
  margin-bottom: 12px;
  font-size: 26px;
}

.facilities-swiper-details .swiper-slide-shadow-right.swiper-slide-shadow-coverflow,
.facilities-swiper-details .swiper-slide-shadow-left.swiper-slide-shadow-coverflow {
  background-image: unset !important;
}

.facilities-swiper-details .swiper-detail-slide-footer {
  display: block;
  text-align: center;
  align-items: center;
  color: #fff;
  /* text-shadow: 0 8px 22px rgba(0, 0, 0, .8); */
  margin-top: 12px;
  font-size: 20px;
}

.facilities-swiper-details .slideCard .txt {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: #fff;
  text-shadow: 0 8px 22px rgba(0, 0, 0, .8);
}

.facilities-swiper-details .slideCard .txt h3 {
  margin: 0 0 6px;
  font-size: 34px;
}

.facilities-swiper-details .slideCard .txt p {
  margin: 0;
  max-width: 85%;
  opacity: .9;
}

/* làm mờ slide không active giống demo */
.facilities-swiper-details .facilities-carousel3d .swiper-slide {
  opacity: 1;
  filter: blur(0.1);
  border-radius: 10px;
  transition: opacity .25s ease, filter .25s ease;
}

.facilities-swiper-details .facilities-carousel3d .swiper-slide-active {
  opacity: 1;
  filter: blur(0);
}

.facilities-swiper-details .facilities-carousel3d .swiper-slide-active .swiper-detail-slide-header {
  visibility: unset;
}

.facilities-swiper-details .swiper-slide.swiper-slide-visible.swiper-slide-next {
  margin-left: 4vw;
}

.facilities-swiper-details .swiper-slide.swiper-slide-visible.swiper-slide-prev {
  margin-right: 4vw;
}


/* end life-student-international */

/* exam */
.exam-intro {
  position: relative;
  background-image: url("../images/exam-intro-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 120px !important;
}

.exam-intro-main {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 60px;
}

.exam-intro-image {
  position: relative;
  padding: 50px 40px 20px;
  background-image: url("../images/exam-intro-decor.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

/* ẨN ẢNH MOBILE TRÊN DESKTOP */
.exam-intro-image-mobile {
  display: none;
}

.exam-intro-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.exam-intro-content .title-common {
  justify-content: flex-start;
}

.exam-intro-content p {
  margin-top: 24px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .exam-intro {
    padding-bottom: 80px !important;
  }

  .exam-intro-main {
    grid-template-columns: 1fr;
    gap: 0;
    display: flex;
    flex-direction: column;
  }

  /* TITLE LÊN ĐẦU */
  .exam-intro-content {
    order: 1;
    margin-bottom: 30px;
  }

  /* ẢNH XUỐNG DƯỚI */
  .exam-intro-image {
    order: 2;
    padding: 40px 30px 20px;
  }

  /* ẨN ẢNH DESKTOP TRÊN MOBILE */
  .exam-intro-image-desktop {
    display: none;
  }

  /* HIỂN THỊ ẢNH MOBILE - GIỮA TITLE VÀ DESC */
  .exam-intro-image-mobile {
    display: block;
    margin: 20px auto;
    text-align: center;
  }

  /* ADJUST TITLE SIZE */
  .exam-intro-content .title-common h2 {
    font-size: 24px;
  }

  .exam-intro-content p {
    margin-top: 16px;
    font-size: 15px;
  }
}

/* exam calendar */
.exam-calendar-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 60px;
}

.exam-calendar-item {
  max-width: 240px;
  display: flex;
  flex-direction: column;
}

.exam-calendar-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--cl-primary);
}

.exam-calendar-item p {
  font-size: 18px;
  font-weight: 400;
  color: black;
}

.calendar-item-icon {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}

.calendar-item-icon img {
  max-height: 65px;
  flex-shrink: 0;
}

.calendar-item-icon::after {
  content: "";
  width: 100%;
  height: 1px;
  background: black;
  display: block;
}

.exam-benefit-main {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.exam-benefit-item {
  position: relative;
  background-image: url("../images/exam-benefit-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 80px 40px 40px;
  max-width: 285px;
  display: flex;
  flex-direction: column;
}

.exam-benefit-item-number {
  background-color: var(--cl-primary);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 4px;
  margin-bottom: 40px;
}

.exam-benefit-item p {
  font-weight: 700;
  font-size: 18px;
}

.exam-bg {
  position: relative;
}

.exam-bg img {
  width: 100%;
}

.exam-bg .container {
  position: absolute;
  bottom: 60px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.exam-bg-inner {
  padding: 46px 32px;
  background-image: url("../images/exam-form-bg-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  max-width: 490px;
}

.exam-bg-inner p {
  font-size: 18px;
  color: #242424;
  margin-top: 10px;
  font-weight: 700;
}

.exam-bg-inner .title-common {
  justify-content: flex-start;
}

.exam-form {
  overflow: hidden;
}

.exam-form-main {
  padding: 60px 40px;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #f2f2f2 -2.53%, #ff8b2a 2.88%);
  border-image-slice: 1;
  position: relative;
}

.exam-form-main::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 30px;
  height: 30px;
  border-right: 1px solid #ff8b2a;
  background: white;
  transform: rotate(45deg);
}

.exam-form-main::after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 30px;
  height: 30px;
  border-left: 1px solid #ff8b2a;
  background: white;
  transform: rotate(45deg);
}

.exam-form-top {
  display: flex;
  gap: 120px;
  padding-bottom: 55px;
  margin-bottom: 55px;
  border-bottom: 1px solid #c7c7cc;
}

.exam-form-top h2 {
  font-size: 44px;
  color: var(--cl-primary);
}

.exam-form-top-content {
  flex: 1;
}

.exam-form-top-content h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.exam-form-top-content>p {
  margin-bottom: 10px;
}

.exam-form-top-content>div {
  display: flex;
  align-items: center;
  gap: 40px;
}

.exam-form-content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.exam-form-content-top {
  background-color: #fff9f6;
  padding: 12px;
}

.exam-form-content-top>p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.exam-form-content-top>p img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.exam-form-content-top>ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #707070;
}

.exam-form-content-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 55px;
}

.exam-form-content-bottom>div:first-child {
  padding-right: 35px;
  border-right: 1px solid #c7c7cc;
}

.exam-form-content-bottom>div:last-child {
  padding-left: 35px;
}

.exam-form-content-bottom>div>p {
  margin-bottom: 6px;
  color: #707070;
}

.exam-form-content-bottom>div>p b {
  color: black;
}

.exam-form-content-bottom>div>ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #707070;
}

.exam-form-action {
  display: flex;
  gap: 40px;
  align-items: center;
}

.exam-form-action button {
  border: none;
  margin-top: 0px;
}

.exam-guide {
  overflow: hidden;
}

.exam-guide-main {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.exam-guide-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.exam-guide-item h3 {
  font-size: 24px;
}

.exam-guide-item-content {
  position: relative;
  background-image: url("../images/exam-guide-decor-grid.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 40px;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #f2f2f2 0%, #ff8b2a 106.12%);
  border-image-slice: 1;
  box-shadow: 0px 4px 10px 0px #ff6a0026;
  display: flex;
  flex-direction: column;
  min-height: 340px;
}

.exam-guide-item-content::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-bottom: 1px solid #ff6a0026;
  background: white;
  transform: rotate(45deg);
}

.exam-guide-item-content h4 {
  font-size: 18px;
  color: var(--cl-primary);
  margin-bottom: 12px;
}

.exam-guide-item-content ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.exam-guide-item-content ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: black;
}

.exam-guide-item-content ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #707070;
  border-radius: 50%;
}

.exam-study .campus-fee-main {
  background: linear-gradient(90deg, #ff8a44 0%, #ff6000 96.4%);
  position: relative;
}

.exam-study-decor {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 160px;
}

.exam-study .campus-fee-main>img:not(.exam-study-decor) {
  transform: scale(1.15);
  bottom: auto;
}

.exam-register-form div.field-note {
  grid-row: 3 / span 2;
  grid-column: 2 / span 1;
}

.exam-register-form div textarea {
  font-family: inherit;
  border-radius: 8px;
  border: 1px solid #d4d4d8;
  padding: 10px 16px;
  height: 100%;
}

.exam-register-form .field-highschool {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.exam-explore-swiper {
  padding-bottom: 60px !important;
}

/* study */
.reseach-intro p {
  margin-top: 40px;
}

.research-achivement {
  background-color: #fafafa;
  position: relative;
}

.research-achivement::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url("../images/major-detail-feature-decor.svg");
  background-size: 100%;
  background-position: 0px -650px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.achivement-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  margin-top: 40px;
}

.achivement-item {
  background-color: white;
  padding: 24px;
}

.achivement-item span {
  font-size: 60px;
  color: var(--cl-primary);
  font-weight: 600;
  margin-bottom: 4px;
}

.achivement-item p {
  color: #707070;
  margin-bottom: 4px;
}

.achivement-item h3 {
  font-size: 18px;
  font-weight: 700;
  color: #242424;
}

.research-project-desc {
  margin-top: 12px;
}

.research-project,
.research-forum {
  position: relative;
  background-color: #fafafa;
}

.research-project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/research-project-decor.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 380px;
  height: 380px;
}

.research-project-list,
.research-news-swiper {
  margin-top: 60px;
  padding: 0px 0px 40px !important;
}

.research-project-item img {
  border-radius: 8px;
  margin-bottom: 24px;
  aspect-ratio: 3/1;
  min-height: 224px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.research-project-item h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1e1e1e;
  text-align: center;
}

.research-project .future-btn,
.research-news-main .future-btn,
.research-forum .future-btn {
  margin: 40px auto 0px;
}

.research-project-main,
.research-news-main {
  position: relative;
}

.research-slider-btn-next {
  right: 5px !important;
  border-radius: 50%;
  box-shadow: 0px 2px 12px 0px #00000014;
}

.research-slider-btn-prev {
  left: 5px !important;
  border-radius: 50%;
  box-shadow: 0px 2px 12px 0px #00000014;
}

.research-slider-btn>div:not(.swiper-pagination) {
  top: 38%;
  transition: all 0.3s ease;
}

.research-slider-btn>div:not(.swiper-pagination):hover {
  background-color: var(--cl-primary);
}

.research-slider-btn>div:not(.swiper-pagination):hover::after {
  transition: all 0.3s ease;
}

.research-slider-btn>div:not(.swiper-pagination):hover::after {
  color: white;
}

.research-forum {
  position: relative;
}

.research-forum::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: url("../images/overview-major-decor-dot.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  transform: rotate(180deg);
}

.research-forum-list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.research-forum-item {
  display: flex;
}

.research-forum-item img {
  clip-path: polygon(15% 0,
      100% 0,
      100% 15%,
      100% 85%,
      85% 100%,
      15% 100%,
      0 100%,
      0 15%);
}

.forum-item-img {
  position: relative;
  max-width: 240px;
  width: 100%;
  aspect-ratio: 1/1;
  z-index: 10;
}

.forum-item-img::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  background-image: url("../images/research-forum-decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  max-width: 130px;
  max-height: 160px;
}

.forum-item-right {
  filter: drop-shadow(0px 2px 7px #00000014);
}

.forum-item-content {
  padding: 20px;
  background-color: white;
  height: 100%;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  clip-path: polygon(95% 0%,
      100% 20%,
      100% 100%,
      100% 80%,
      95% 100%,
      100% 100%,
      0% 100%,
      0% 0%);
}

.forum-item-content h3 {
  color: #242424;
  font-size: 18px;
  margin-bottom: 12px;
}

.forum-item-content>div {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 24px;
  margin-bottom: 12px;
}

.forum-item-content>div>p {
  color: #707070;
}

.forum-item-content>div>ul {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.forum-item-content>div>ul li {
  padding: 4px 12px;
  background-color: var(--cl-primary);
  font-size: 14px;
  color: white;
  border-radius: 26px;
  font-weight: 600;
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.forum-item-right {
  padding: 12px 0px;
  width: calc(100% + 40px);
  margin-left: -40px;
}

.research-news-item img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  margin-bottom: 24px;
  transition: transform 0.3s ease;
}

.research-news-item:hover img {
  transform: scale(1.05);
}

.research-news-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1e1e1e;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: color 0.3s ease;
}

.research-news-item:hover h3 {
  color: #F37021;
}

/* RESEARCH PARTNER */
.research-partner {
  padding: 80px 0;
  background: #fafafa;
  position: relative;
  overflow: hidden;
}

.research-partner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 1000px;
  background-image: url("<?php echo $tpl_url; ?>/research-partner-decor.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

.research-partner .container {
  position: relative;
  z-index: 1;
}

.research-partner-main {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.research-partner-slider {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 80px 0;
  transition: transform 0.4s ease;
}

.research-partner-item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}

.research-partner-item.active {
  opacity: 1;
}

.research-partner-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}

.research-partner-item-link:hover {
  transform: translateY(-5px);
}

.research-partner-item-link:hover h3 {
  color: #F37021;
}

/* IMAGE */
.research-partner-item-img {
  position: relative;
  display: block;
  margin-bottom: 60px;
  width: 280px;
  height: 280px;
}

.research-partner-item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 1/1;
  transform: scale(0.7);
  transition: transform 0.4s ease, border 0.4s ease;
  border: 0 solid transparent;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.research-partner-item.active img {
  transform: scale(1.2);
  border: 8px solid var(--cl-primary);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* DECORATION CIRCLE */
.research-partner-item span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 350px;
  /* Tăng từ 450px lên 500px */
  height: 350px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  /* BỎ animation: rotate */
}

.research-partner-item.active span::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.9);
  /* Tăng từ 1.8 lên 1.9 để match với ảnh */
  /* BỎ animation: rotate */
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) scale(1.8) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) scale(1.8) rotate(360deg);
  }
}

/* TEXT INFO */
.research-partner-item-info {
  display: none;
  text-align: center;
}

.research-partner-item.active .research-partner-item-info {
  display: block;
  animation: fadeInUp 0.4s ease;
  margin-top: 30px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.research-partner-item-info h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1e1e1e;
  margin: 0 0 8px 0;
}

.research-partner-item-info p {
  font-size: 16px;
  color: #707070;
  margin: 0;
}

/* NAVIGATION BUTTONS */
.research-partner-btn-prev,
.research-partner-btn-next {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 20px;
  color: var(--cl-primary);
  z-index: 10;
  transition: all 0.3s ease;
}

.research-partner-btn-prev:hover,
.research-partner-btn-next:hover {
  background-color: var(--cl-primary);
  color: white;
  transform: translateY(-50%) scale(1.1);
}

.research-partner-btn-prev {
  left: 0;
}

.research-partner-btn-next {
  right: 0;
}

/* PAGINATION */
.research-partner-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.research-partner-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: pointer;
  transition: all 0.3s ease;
}

.research-partner-dot:hover {
  background-color: #aaa;
}

.research-partner-dot.active {
  background-color: var(--cl-primary);
  width: 32px;
  border-radius: 6px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {

  .research-partner-main {
    padding: 0 50px;
  }

  .research-partner {
    padding: 60px 0;
  }

  .research-partner-item-img {
    width: 220px;
    height: 220px;
    margin-bottom: 40px;
  }

  .research-partner-item span::before {
    width: 300px;
    height: 300px;
  }

  .research-partner-item-info h3 {
    font-size: 20px;
  }

  .research-partner-item-info p {
    font-size: 14px;
  }

  .research-partner-btn-prev,
  .research-partner-btn-next {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {

  .research-partner-main {
    padding: 0 50px;
  }

  .research-partner {
    padding: 50px 0;
  }

  .research-partner-slider {
    padding: 40px 0;
    gap: 20px;
  }

  .research-partner-item-img {
    width: 200px;
    height: 200px;
    margin-bottom: 30px;
  }

  .research-partner-item.active img {
    border-width: 6px;
  }

  .research-partner-item span::before {
    width: 250px;
    height: 250px;
  }

  .research-partner-item-info h3 {
    font-size: 18px;
  }

  .research-partner-btn-prev {
    left: 5px;
  }

  .research-partner-btn-next {
    right: 5px;
  }
}

/* life-student */
.facilities-main {
  position: relative;
  margin-top: 60px;
}

.facilities-swiper {
  padding: 0px 0px 40px !important
}

.facilities-swiper .swiper-slide h3 {
  margin-top: 12px;
  font-size: 18px;
  color: black;
  text-align: center;
}

.facilities-swiper .swiper-slide span {
  position: relative;
  width: 100%;
  padding-top: 100%;
  display: block;
  overflow: hidden;
  clip-path: polygon(0% 0%, 90% 0%, 100% 10%, 100% 100%, 10% 100%, 0% 90%)
}

.facilities-swiper .swiper-slide span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.life-student-activity-desc {
  margin-top: 40px;
  margin-bottom: 24px;
  color: #3D3D3D;
  line-height: 1.5;
}

.life-student-activity-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.life-student-activity-list img {
  height: 234px;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.life-student-activity-list img:nth-child(1) {
  max-width: calc(45% - 6px);
}

.life-student-activity-list img:nth-child(2) {
  max-width: calc(55% - 6px);
}

.life-student-activity-list img:nth-child(3) {
  max-width: calc(55% - 6px);
}

.life-student-activity-list img:nth-child(4) {
  max-width: calc(45% - 6px);
}

.life-student-job-desc {
  margin-top: 12px;
  color: #3D3D3D;
  line-height: 1.5;
}

.life-student-job-main {
  margin-top: 60px;
  position: relative;
}

.life-student-job-swiper .swiper-slide>span {
  display: block;
}

.life-student-job-swiper .swiper-slide>span {
  position: relative;
  width: 100%;
  padding-top: 100%;
  clip-path: polygon(0% 0%, 90% 0%, 100% 10%, 100% 100%, 0% 100%, 0% 100%);
  overflow: hidden;
}

.life-student-job-swiper .swiper-slide>span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.life-student-job-swiper .swiper-slide div {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px;
}

.life-student-job-swiper .swiper-slide div h3 {
  font-size: 18px;
  color: black;
  font-weight: 700;
}

.life-student-job-swiper .swiper-slide div a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--cl-primary);
  font-size: 14px;
  width: 100%;
  min-height: 48px;
  padding: 6px 12px;
  color: var(--cl-primary);
  border: 1px solid var(--cl-primary);
  border-radius: 8px;
  box-shadow: 4px 0px 0px 0px var(--cl-primary) inset;
  font-weight: 600;
  font-size: 16px;
}

.life-student-job-swiper .swiper-slide div a span {
  display: flex;
}

.life-student-job-swiper .swiper-slide div a img {
  max-width: 14px;
}

.life-student-story-swiper {
  margin: 60px 0px;
  padding: 20px 15px 60px !important;
}

.life-student-story-swiper .swiper-slide {
  display: grid;
  display: block;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

.life-student-story-swiper .swiper-slide>span {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.life-student-story-swiper .swiper-slide>span::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  background-image: url('../images/frame_top_left.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 120px;
  height: 160px;
  z-index: 1;
}

.life-student-story-swiper .swiper-slide>span>img {
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.life-student-story-content {
  position: relative;
}

.life-student-story-content p {
  color: #242424;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  background: #FFF4EE;
  clip-path: polygon(10% 0%, 100% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 20%);
  padding: 32px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.life-student-story-content>img {
  position: absolute;
  top: -50px;
  right: 0;
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

.life-student-story .future-btn {
  margin: 0px auto;
}

.life-student-support-main {
  margin-top: 60px;
  position: relative;
}

.life-student-support-swiper {
  padding-bottom: 40px !important;
}

.life-student-support-swiper .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 8px 0px #0000000D;
  background: white;

}

.life-student-support-swiper .swiper-slide>div {
  padding: 12px 24px;
  border-left: 4px solid var(--cl-primary);
}

.life-student-support-swiper .swiper-slide>div h3 {
  color: #242424;
  font-size: 24px;
  margin-bottom: 8px;
}

.life-student-support-swiper .swiper-slide>div p {
  color: #3D3D3D;
  line-height: 1.5;
}

.life-student-support-swiper .swiper-slide>span {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  display: block;
}

.life-student-support-swiper .swiper-slide>span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.life-student-campus .future-btn img {
  max-width: 14px;
  object-fit: contain;
}

.life-student-campus .branch-item .future-btn {
  display: none !important;
  margin-top: 4px;
}

.life-student-campus .branch-item.active .future-btn {
  display: flex !important;
}

.header-menu i,
.header-nav .popup-top,
.header-right-mobile,
.header-menu .header-top-language,
.header-menu .campus-item {
  display: none;
}

.event-img-slider {
  margin-top: 20px;
  max-width: 100%;
  background-image: url('../images/event-bg-2.svg');
  background-size: 100% 100%;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 20px 0px 40px !important;
  min-height: 260px;
  overflow: hidden !important;
}

.event-img-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 40px 0px 20px;

}

.event-img-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0px auto;
  max-width: 250px;
  max-height: 190px;
  border-radius: 6px;
}

.event-img-slider .swiper-button-next {
  right: 0px !important;
}

.event-img-slider .swiper-button-prev {
  left: 0px !important;
}

@media screen and (min-width: 1253px) {
  .research-slider-btn-next {
    right: -20px !important;
  }

  .research-slider-btn-prev {
    left: -20px !important;
  }
}

@media screen and (min-width: 1024px) {
  .major-detail-explore-swiper {
    padding-top: 60px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .major-detail-explore-item:nth-child(1) {
    transform: rotate(-3deg) translateY(20px);
  }

  .major-detail-explore-item:nth-child(2) {
    transform: rotate(1deg);
  }

  .major-detail-explore-item:nth-child(3) {
    transform: rotate(-2deg) translateY(50px);
  }

  .major-detail-explore-item:nth-child(4) {
    transform: rotate(3deg);
  }

  .header-menu>li.active>a,
  .header-menu>li>a:hover {
    color: var(--cl-primary);
    text-shadow:
      0 0 0 currentColor,
      0.5px 0 currentColor;
    border-bottom: 2px solid var(--cl-primary);
  }

  .header-menu>li .sub-menu>li.active>a,
  .header-menu>li .sub-menu>li:hover>a {
    border-color: var(--cl-primary);
  }
}

@media screen and (min-width: 1440px) {
  section.major-detail-feature {
    padding-top: 140px;
  }
}

@media screen and (max-width: 1280px) {
  .overview-train-tab-item {
    padding-left: 60px;
  }

  .recruitment-fee-list {
    gap: 20px;
  }

  .recruitment-fee-item {
    padding: 22px;
  }
}

@media screen and (max-width: 1023px) {

  .header-menu i,
  .header-nav,
  .header-right-mobile {
    display: block;
  }

  section.recruitment-explore .major-detail-explore-item.swiper-slide {
    transform: none !important;
  }

  .recruitment-scho-list,
  .recruitment-scho-right {
    gap: 16px;
  }

  .recruitment-policy-main {
    gap: 40px;
  }

  .recruitment-fee-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .overview-detail-banner h1 {
    font-size: 36px;
  }

  .campus-brand-list {
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
  }

  .campus-life.life-dk {
    gap: 30px;
  }

  .major-detail-feature-list {
    grid-template-columns: 1fr 1fr;
  }

  .header-top .container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .icon-menu {
    display: block;
    cursor: pointer;
  }

  .header-nav {
    position: fixed;
    top: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 100;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    transform: translateX(-100%);
  }

  .header-nav .header-menu {
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    gap: 0px;
    padding: 24px 8px;
    justify-content: flex-start;
    gap: 12px;
  }

  .header-nav .header-menu>li {
    width: 100%;
    justify-content: flex-start;
    height: fit-content;
    padding-bottom: 16px;
    position: relative;
    flex-direction: column;
  }

  .header-nav .header-menu>li>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 8px);
    height: 1px;
    background-color: #CCCCCC;
  }

  .header-menu>li>a {
    padding: 0px 8px;
    height: fit-content;
    border: none !important;
    transition: all 0.3s ease;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding-bottom: 16px;
    line-height: 1.4;
    font-weight: 700;
  }

  .header-menu>li>a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 16px);
    width: 2px;
    background-color: var(--cl-primary);
    opacity: 0;
    transition: all 0.3s ease;
  }

  .header-menu>li.active>a:before {
    opacity: 1;
  }

  .header-menu>li.active>a {
    color: var(--cl-primary);
  }

  .header-menu>li a>i {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-menu>li.active>a>i,
  .header-menu>li>.sub-menu>li.active>a>i {
    transform: rotate(180deg);
    color: var(--cl-primary);
  }

  .header-menu>li>.sub-menu,
  .header-menu>li>.sub-menu li>.sub-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    box-shadow: 0px 0px 0px;
    padding: 12px 0px;
    max-height: 100%;
    visibility: visible;
    opacity: 1;
    border: none;
  }

  .header-menu>li .sub-menu>li {
    padding: 0px 8px;
  }

  .header-menu>li .sub-menu>li>a {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .header-menu>li .sub-menu {
    height: fit-content;
    display: none;
    padding-bottom: 0px;
  }

  .header-menu>li>.sub-menu>li>.sub-menu>li {
    padding: 0px;
  }

  .header-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 16px;
    padding-right: 16px;
    color: #707070;
    display: flex;
    justify-content: flex-start;
  }

  .header-menu>li>.sub-menu>li>.sub-menu>li>a::before {
    content: '•';
    margin-right: 8px;
    color: #707070;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }

  .header-menu>li.active>.sub-menu,
  .header-menu>li>.sub-menu>li.active>.sub-menu {
    display: flex;
  }

  .header-menu>li>.sub-menu li>.sub-menu {
    height: fit-content;
    padding-bottom: 0px;
  }

  .icon-close-menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: black;
  }

  .icon-close-menu:hover {
    color: var(--cl-primary);
  }

  .header-menu .campus-item,
  .header-menu .header-top-language {
    display: flex;
  }

  .header-menu .header-top-language {
    justify-content: flex-start;
    width: 100%;
    padding: 0px 8px;
  }

  .header-nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .title-large-2,
  .local-top h2 {
    font-size: 36px;
  }

  .future-main,
  .train-list,
  .event-main {
    grid-template-columns: 1fr;
  }

  .local-main img {
    width: 100%;
  }

  .future-video iframe {
    aspect-ratio: 4/3;
    max-height: 100%;
  }

  .future-video .intro-image {
    aspect-ratio: 4/3;
    max-height: 100%;
  }

  .footer2 .footer-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .overview-major-list {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .intro-title {
    font-size: 32px;
  }

  .overview-tab {
    display: flex;
    overflow: hidden;
    overflow: auto;
  }

  .overview-train-tab {
    min-width: 1000px;
    padding: 10px 0px;
  }

  .overview-train-tab-item.active::before {
    transform: scaleX(1.1) translateX(12px) translateY(-3px) scaleY(1.1);
  }

  .overview-train-tab-item * {
    font-size: 12px !important;
  }

  .train-content-note {
    flex-wrap: wrap;
  }

  .train-content-top-item * {
    font-size: 14px !important;
  }

  .train-content-note * {
    font-size: 14px !important;
  }

  .overview-train-tab-item::before {
    transform: scaleX(1.09) translateX(12px) scaleY(1.2);
  }

  .overview-experience .life-item p {
    font-size: 14px;
  }

  .overview-why-item:first-child {
    padding: 20px;
  }

  .overview-why-item:first-child>div>span:first-child {
    font-size: 100px;
  }

  .overview-why-item>div>span:first-child {
    font-size: 40px;
  }

  .overview-why-item>div>span:last-child {
    font-size: 16px;
  }

  .overview-link .container {
    gap: 20px;
  }


  .research-achivement::before {
    display: none;
  }

  .header-search {
    position: relative;
  }

  .header-search .header-top-search {
    position: absolute;
    top: 190%;
    right: -30px;
  }

  .icon-search-sm {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    cursor: pointer;
  }

  .header-right-mobile {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .icon-menu {
    display: flex;
  }

  .header-top {
    display: none;
  }

  .header-nav .popup-top {
    width: 100%;
    display: flex;
    padding: 12px 16px;
    background: #f2f2f2;
    justify-content: space-between;
    align-items: center;
  }

  .popup-top a {
    max-width: 140px;
    max-height: 40px;
  }

  .header-search .header-top-search {
    display: none;
  }

  .header-search .header-top-search.active {
    display: flex;
  }

  .header-top {
    background: transparent;
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {

  /* major overview  mobile */
  .tab-5 .overview-train-tab {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding-right: 20px;
    padding-top: 10px;
    overflow-y: hidden;
  }

  .tab-5 .overview-train-tab-item,
  .tab-6 .overview-train-tab-item {
    padding: 5px 10px 10px 50px;
    margin-top: 10px;
    width: 15.625rem;
  }

  .tab-5 .overview-train-tab-item::before,
  .tab-6 .overview-train-tab-item::before {
    padding-top: 3px;
  }

  .tab-5 .overview-train-tab-item.active::before,
  .tab-6 .overview-train-tab-item.active::before {
    transform: scaleX(1.14) translateX(12px) scaleY(1.3);
  }

  .tab-6 .overview-train-tab {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-right: 10px;
  }

  .cta {
    gap: 6px;
    right: 8px;
  }

  .cta a {
    width: 32px;
    height: 32px;
    padding: 8px;
  }

  .overview-detail-banner h1 {
    font-size: 18px;
  }

  .banner img {
    min-height: 125px;
  }

  .sm {
    display: flex !important;
  }

  .md {
    display: none !important;
  }

  section:not(.hero) {
    padding: 24px 0px;
  }

  .title-large-2,
  .local-top h2 {
    font-size: 24px;
  }

  .header-top-base {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .info-main {
    grid-template-columns: 1fr;
  }

  .branch-main {
    flex-direction: column;
  }

  .header-top-right {
    gap: 20px;
  }

  .local-item-info>b {
    font-size: 24px;
  }

  .local-item {
    padding: 12px;
    gap: 20px;
  }

  .local-item-info>div,
  .local-item-info>div b {
    font-size: 14px;
    text-align: center;
    gap: 4px;
    flex-direction: row;
    align-items: flex-end;
  }

  .local-item-info>p:first-child {
    text-align: left;
    margin-bottom: 15px;
  }

  .local-right-top.sm .local-item-info>div {
    flex-direction: column;
    align-items: flex-start;
  }

  .local-right-top.sm .local-item-info>div b {
    font-size: 24px;
  }

  .local-main-right .local-item.local-item-right {
    padding: 20px 12px;
    gap: 50px;
  }

  .local-item-info .counter {
    line-height: 0.8;
  }

  .local-item-info {
    flex-direction: column;
  }

  .local-item>p {
    font-size: 14px;
    text-align: center;
  }

  .local-right-top .local-item .local-item-info>b {
    font-size: 50px;
  }

  .local-right-top .local-item-info>div {
    padding-top: 10px;
  }

  .local-right-top {
    z-index: 1;
  }

  .local-right-top .local-item-info>div b {
    font-size: 18px;
  }

  .future h2 {
    margin-bottom: 50px;
  }

  .future-content p {
    font-size: 14px;
  }

  .future-video-decor {
    right: -10px;
  }

  .train-top {
    margin-bottom: 20px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .train-top img {
    display: none;
  }

  .train-item-left,
  .train-item-right {
    gap: 12px;
  }

  .train-item p {
    font-size: 14px;
  }

  .future-main,
  .train-list,
  .event-main {
    gap: 12px;
  }

  .life-item p {
    font-size: 16px;
    min-height: 37px;
    line-height: 1.5;
  }

  .life-inner,
  .life-inner:first-child {
    grid-template-columns: 1fr;
  }

  .life-main {
    padding: 0px 15px;
  }

  .life-item img {
    border-radius: 8px;
    aspect-ratio: 1/1;
    object-fit: cover;
    height: 100%;
  }

  section.info {
    padding: 40px 0px;
  }

  .info .title-large-2 {
    margin-bottom: 20px;
  }

  .info-item:first-child,
  .info-item:last-child,
  .info-item:nth-child(2) {
    transform: rotate(0deg) translateY(0px);
  }

  .info-item-content p {
    font-size: 16px;
  }

  .info-item-content span {
    padding: 12px;
    width: 40px;
    height: 40px;
  }

  .info-main {
    gap: 30px;
  }

  .branch-top-title span img {
    display: none;
  }

  .branch-content::before {
    width: 100%;
    height: 100%;
    background-position: top center;
  }

  .branch-main {
    gap: 20px;
  }

  section.event {
    padding: 40px 0px;
  }

  .event h2 {
    margin-bottom: 30px;
  }

  .event-item-content h3 {
    font-size: 16px;
  }

  .event-item-content>div {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
  }

  .event-item-content div img {
    width: 14px;
    height: 14px;
  }

  .event-item>span {
    width: 40px;
    height: 40px;
  }

  .event-item {
    gap: 20px;
  }

  .event>img {
    display: none;
  }

  .event-content>a {
    font-size: 16px;
  }

  .news-list {
    grid-template-columns: 1fr;
  }

  .news-item:first-child,
  .news-item:last-child {
    grid-column: 1 / span 1;
  }

  .news h2 {
    margin-bottom: 20px;
  }

  .news-item:first-child .news-content {
    padding: 20px;
  }

  .news-content h3 {
    font-size: 16px;
  }

  .news-item:first-child .news-content p {
    font-size: 14px;
  }

  .news-item span {
    font-size: 14px;
  }

  .footer2 .footer-bottom {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0px;
  }

  .footer2 .footer-list>* {
    padding-bottom: 20px;
  }

  .header-logo {
    max-width: 140px;
    height: 100%;
  }

  .overview-major-list {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }

  .overview-hero {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
  }

  .overview-hero .container {
    margin-left: 0;
  }

  .breadcrumb {
    width: 100%;
    gap: 12px;
    padding: 12px 0px;
  }

  .breadcrumb span:first-child {
    width: 16px;
    height: 16px;
  }

  .breadcrumb p {
    font-size: 14px;
  }

  .intro-title {
    font-size: 24px;
  }

  .overview-title {
    font-size: 24px;
  }

  .overview-why-list {
    grid-template-columns: 1fr 1fr;
  }

  .overview-link .container {
    grid-template-columns: 1fr;
  }

  .overview-why-item:first-child {
    grid-row: 1 / span 1;
  }

  .overview-why-item {
    aspect-ratio: auto;
  }

  .intro-title {
    gap: 4px;
    margin-bottom: 0px;
    text-align: left !important;
  }

  .intro-title span:first-child {
    display: none;
  }

  .introduction h2 span:nth-child(2) strong {
    color: black;
  }

  .introduction p {
    font-size: 14px;
    text-align: left;
  }

  .introduction .container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .introduction .container p {
    order: 1;
  }

  .overview-title {
    text-align: left;
  }

  .overview-title strong {
    font-weight: 700;
  }

  .overview-major .overview-title {
    padding-top: 40px;
    margin-bottom: 16px;
    display: flex;
    gap: 4px;
    align-items: flex-end;
  }

  .overview-major-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .overview-major::after {
    display: none;
  }

  .overview-major .overview-title span:last-child {
    flex: 1;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
  }

  .overview-major .overview-title span:last-child img {
    object-fit: contain;
  }

  .overview-major-item-title {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0px 20px;
  }

  .overview-major-item-title h3 {
    flex: 1;
    padding-left: 32px;
    border-left: 4px solid var(--cl-primary);
    text-align: left;
  }

  .overview-major-item-title:after {
    content: "";
    transform: trabslateY(-50%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F37021' d='M19 12.998h-6v6h-2v-6H5v-2h6v-6h2v6h6z' stroke-width='1' stroke='%23F37021'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    z-index: 11;
  }

  .overview-major-item-title::before {
    background-image: url("../images/overview-major-border-title-sm.svg");
  }

  /* .overview-major-item-content::before {
    background-image: url("../images/overview-major-border-content-sm.svg");
  } */
  .overview-major-item-title,
  .overview-major-item-content {
    min-height: 65px;
  }

  .overview-major-item-content span {
    width: 24px;
    height: 24px;
  }

  .overview-major-item .overview-major-item-content {
    display: none;
  }

  .overview-major-item.active .overview-major-item-content {
    display: flex;
  }

  .overview-major-item.active .overview-major-item-title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F37021' d='M19 13H5v-2h14z' stroke-width='1' stroke='%23F37021'/%3E%3C/svg%3E");
  }

  .train-content-top {
    grid-template-columns: 1fr;
  }

  .overview-train-content {
    padding-right: 0px;
  }

  .overview-train-tab-item * {
    font-size: 14px !important;
  }

  .overview-train-tab-item {
    padding-left: 45px;
  }

  .train-content-tab {
    padding: 32px 16px;
  }

  .overview-experience .life-inner {
    grid-template-columns: 1fr 1fr;
  }

  .overview-experience .life-inner:nth-child(1) .life-item:nth-child(1) {
    grid-row: 1 / span 2;
  }

  .overview-experience .life-inner:nth-child(2) .life-item:nth-child(3) {
    grid-column: 1 / span 2;
  }

  .overview-experience .life-inner:nth-child(2) .life-item:nth-child(3) img {
    aspect-ratio: 16/9;
  }

  .overview-why-item:first-child>div>span:first-child {
    font-size: 120px;
  }

  .overview-why-item>div>span:last-child {
    font-size: 14px;
  }

  .overview-why-item {
    gap: 60px;
    padding: 12px;
  }

  .overview-why-item:first-child {
    padding: 32px;
    gap: 80px;
  }

  .overview-why-item>div>span:first-child {
    font-size: 48px;
  }

  .overview-link-slider {
    max-width: 350px;
    padding: 24px !important;
    background: #fafafa;
    border-radius: 8px;
    padding-bottom: 60px !important;
  }

  .overview-link h3 {
    font-size: 24px;
    text-align: left;
  }

  .overview-link p {
    text-align: left;
  }

  .overview-link-left>div:last-child {
    padding: 24px;
    background: #fafafa;
  }

  .overview-link-left {
    gap: 16px;
  }

  .overview-link-slider .swiper-navigation>div {
    display: none;
  }

  .overview-link .swiper-pagination {
    bottom: 20px !important;
  }

  .overview-info h2 {
    margin-bottom: 20px !important;
  }

  .info-img {
    height: 40%;
  }

  .overview-info .info-item:nth-child(2) {
    transform: translateY(0px);
  }

  .overview-info .info-main {
    padding: 0px;
    gap: 20px;
  }

  .overview-major-btn {
    display: none;
  }

  .overview-major-item-title {
    background: white;
    color: black;
    clip-path: none;
  }

  .overview-major-item-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/overview-major-border-title-sm.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 0;
  }

  .overview-major-item-title * {
    z-index: 1;
  }

  .overview-major-list {
    max-height: 100%;
  }

  .overview-major-list::after {
    display: none;
  }

  .overview-major-item-content {
    padding: 16px 20px;
    align-items: center;
  }

  .overview-major-item-content p {
    font-size: 16px;
  }

  .header-logo img {
    max-width: 140px;
    height: 40px;
  }

  .header-top-base {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .header-top .container {
    justify-content: flex-start;
    padding: 0px;
    flex-direction: column;
  }

  .header-top-right {
    gap: 20px;
    justify-content: flex-start;
    width: 100%;
  }

  .future-main {
    display: flex;
    flex-direction: column-reverse;
  }

  .info-main .swiper-wrapper {
    display: flex !important;
    gap: 5px !important;
  }

  .overview-link-slider .swiper-slide img {
    max-width: 170px;
    max-height: 80px;
  }

  .info-slider {
    padding: 60px 40px 40px !important;
  }

  .info-item.swiper-slide {
    /* min-height: 360px; */
  }

  .info-item.swiper-slide.swiper-slide-prev {
    transform: translateZ(0) rotate(-6deg) translateY(-16px) !important;
  }

  .info-item.swiper-slide.swiper-slide-next {
    transform: translateZ(0) rotate(6deg) translateY(-6px) !important;
  }

  .info-item.swiper-slide.swiper-slide-active {
    transform: translateZ(0) translateY(-50px) !important;
  }

  .info-item.swiper-slide img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }

  .info-item .overview-info-content p {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .info-decor-line {
    display: none;
  }

  .branch-item-content .branch-icon-minus {
    display: none;
  }

  .branch-item-content>div:hover .branch-icon-plus {
    display: none;
  }

  .branch-item-content>div:hover .branch-icon-minus {
    display: block;
  }

  .branch-item-content>span {
    display: none !important;
  }

  .branch-item-content>div>span:last-child {
    display: flex;
    flex-shrink: 0;
  }

  .branch-item-content>div>span img {
    width: 16px;
    height: 16px;
  }

  .branch-item-content>div {
    align-items: center;
  }

  .branch-item-content h3 {
    flex: 1;
  }

  .branch-item-content>p {
    display: none;
  }

  .branch-item-content:hover>p {
    display: block;
  }

  .news-slider {
    padding-bottom: 40px !important;
  }

  .news-list .swiper-wrapper {
    display: flex !important;
  }

  .news-content p {
    display: none !important;
  }

  /* 
  .overview-link h3 strong {
    color: #1e1e1e;
  } */

  .footer2 .footer-list {
    grid-template-columns: 1fr;
  }

  .footer2 .footer-social {
    justify-content: center;
    gap: 24px;
  }

  .footer2 .footer-list>a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0px;
  }

  .footer2 .footer-list>a img {
    max-width: 230px;
    max-height: 90px;
  }

  .footer2 .footer-list>* {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 12px;
    padding: 12px 0px;
  }

  .footer2 .footer-list .footer-item h3 {
    font-size: 14px;
    height: fit-content;
  }

  .footer2 .footer-list .footer-item h3:nth-child(3) {
    margin: 0px;
  }

  .footer-item.sm {
    border-bottom: 0px;
  }

  .footer-item.sm h3 {
    margin-bottom: 0px !important;
  }

  .footer-item.footer-campus {
    display: flex !important;
    flex-wrap: wrap;
    border-bottom: none;
    width: calc(100% - 12px);
    margin-left: auto;
  }

  .footer-item.footer-campus:hover {
    border-bottom: 1px solid #e0e0e0;
  }

  .footer2 .footer-item.footer-campus h3 {
    flex: 1;
    display: flex;
    justify-content: space-between;
    border: none;
    padding-left: 0px;
    border-bottom: 1px solid #e0e0e0;
    min-height: 36px;
    margin: 0px;
    font-size: 12px;
  }

  .footer2 .footer-item.footer-campus h3 img {
    transform: rotate(90deg);
    width: 16px;
  }

  .footer2 .footer-list .footer-item h4 {
    font-weight: 600;
    font-size: 12px;
  }

  .footer2 .footer-item.footer-campus>div:nth-child(3),
  .footer2 .footer-item.footer-campus>div:nth-child(4) {
    flex: 1;
  }

  .footer2 .footer-item.footer-campus>div {
    display: none;
  }

  .footer2 .footer-item.footer-campus:hover>div {
    display: block;
  }

  .popup-menu-list>ul {
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    max-height: calc(100vh - 64px);
  }

  .popup-menu-list>ul>li:not(:last-child) {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }

  .popup-menu-list>ul>li>a {
    color: #242424;
    font-size: 14px;
    font-weight: 700;
    display: flex;
  }

  .popup-menu-list>ul>li.active>a {
    color: var(--cl-primary);
    border-right: 4px solid var(--cl-primary);
  }

  .local-top h2 {
    flex-shrink: 0;
  }

  .local-main {
    display: flex;
    flex-wrap: wrap;
  }

  .local-right-top {
    order: -1;
    padding: 35px 12px;
  }

  .local-right-top .local-item-info {
    display: flex;
    flex-direction: row;
  }

  .local-right-top .local-item .local-item-info>b {
    font-size: 150px;
    font-weight: 700;
  }

  .local-right-top .local-item {
    padding: 0px;
  }

  .local-right-top img {
    width: 100px;
    height: 100px;
    top: 0;
    transform: rotate(-60deg);
    object-fit: contain;
    right: -17px;
  }

  .local-right-top .local-item-info>div p {
    font-size: 14px;
  }

  .local-right-top .local-item-info>div,
  .local-right-top .local-item-info>div b {
    text-align: left;
  }

  .local-main>.local-item {
    flex-basis: 50%;
    padding: 10px;
    border-radius: 0px;
  }

  .local-main>.local-item>.local-item-info {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .local-main>.local-item>.local-item-info>p:first-child {
    gap: 2px;
    flex: 1 1 100%;
    font-size: 12px;
  }

  .local-main>.local-item>.local-item-info>div {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
  }

  .local-main>.local-item>.local-item-info>div .counter {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
  }

  .local-item p {
    text-align: left;
    font-size: 14px;
    align-items: center;
    gap: 4px;
  }

  .local-left-img {
    order: 1;
  }

  .local-item-right .local-item-info {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  .local-item-right .local-item-info>b,
  .local-item-right .local-item-info .counter {
    font-size: 40px;
    font-weight: 700;
  }

  .local-item-right .local-item-info>div {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .future-btn {
    width: 100%;
    justify-content: center;
  }

  .train-item div {
    padding: 16px;
    background: linear-gradient(0deg, #141414 0%, rgba(20, 20, 20, 0) 80%);
  }

  .life {
    flex-direction: column;
  }

  .life h2 {
    margin-bottom: 20px;
    text-align: left;
  }

  .life .local-top {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .major-detail-intro-main {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    margin-top: 24px;
  }

  .title-common h2 {
    font-size: 24px;
  }

  .title-common-decor-right img,
  .title-common-decor-left img {
    max-width: 50px;
  }

  .major-detail-intro-img {
    padding: 14px;
  }

  .major-detail-intro-img::before {
    left: 0;
    top: 0;
    width: 45px;
    height: 85px;
  }

  .major-detail-intro-img::after {
    right: 0;
    bottom: 0;
    width: 70px;
    height: 90px;
  }

  .major-detail-intro-content div p,
  .major-intro-description p,
  .major-intro-meta-item {
    font-size: 14px;
  }

  .breadcrumb {
    gap: 10px;
  }

  .breadcrumb p {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .breadcrumb p:nth-child(5):not(:last-child) {
    max-width: 50px;
  }

  .breadcrumb p:not(:nth-child(5)) {
    max-width: 120px;
  }

  .major-detail-feature-list {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .major-detail-feature-list .feature-item>div>img {
    display: none;
  }

  .major-detail-feature-list .feature-item>span {
    width: 32px;
    height: 32px;
    margin-bottom: 32px;
    flex: 1;
  }

  .major-detail-feature-list .feature-item>div h3 {
    font-size: 14px;
  }

  .major-detail-feature-list .feature-item>div p {
    font-size: 12px;
  }

  .major-detail-feature-list .feature-item {
    padding: 12px;
    display: block;
  }

  .major-detail-feature::before {
    background-size: contain;
  }

  /* .title-common {
    display: block;

  } */

  section.major-detail-feature {
    padding-top: 50px;
  }

  .major-detail-career-main {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .career-item p {
    font-size: 14px;
    padding-bottom: 16px;
  }

  .major-detail-explore-list {
    margin-top: 20px;
  }

  .major-detail-explore-list {
    display: flex !important;
    gap: 0px;
  }

  .overview-detail-major .feature-item {
    min-height: 160px;
  }

  .overview-detail-major .feature-item>div a {
    background: transparent;
    padding: 0px;
    min-height: auto;
    width: 24px;
    height: 24px;
    padding: 2px;
  }

  .overview-detail-major .feature-item>div a img {
    margin: 0px;
  }

  .overview-detail-major::after {
    display: none;
  }

  .major-detail-feature-list .feature-item {
    background-size: 97% 97%;

  }

  .major-detail-feature-list .feature-item>div p {
    display: -webkit-box;
  }

  .overview-detail-major .feature-item>div a span {
    display: none;
  }

  .overview-detail-major .feature-item>div {
    transform: translateY(0);
  }

  .overview-detail-intro-main {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 20px;
  }

  .overview-detail-major .feature-item>div h3 {
    font-size: 12px;
  }

  .ovevriew-detail-train-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .overview-detail-intro .title-common-decor-right img {
    max-width: 80px;
  }

  .overview-detail-intro-main .future-video {
    padding: 20px 30px 0px 0px;
  }

  .overview-detail-intro-main .future-video-decor {
    top: 0;
    right: 0;
  }

  .future-video iframe {
    aspect-ratio: 16/9;
  }

  .future-video .intro-image {
    aspect-ratio: 16/9;
  }

  .overview-detail-major h2 {
    text-align: left;
  }

  .overview-detail-train-item-top h3 {
    font-size: 14px;
    padding-left: 10px;
    border-width: 3px;
  }

  .overview-detail-train-item-top {
    padding: 20px;
  }

  .overview-detail-train-item-top::before {
    width: 25px;
    height: 25px;
    top: -13px;
    left: -16px;
  }

  .overview-detail-train-item-top::after {
    width: 25px;
    height: 25px;
    bottom: -13px;
    right: -16px;
  }

  .overview-detail-train-item-top span i {
    font-size: 20px;
  }

  .overview-detail-train-item-content {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    transform: none;
    width: calc(100% - 16px);
    padding: 12px;
    font-size: 14px;
  }

  .overview-detail-train-item.active .overview-detail-train-item-top>span i:last-child {
    display: block;
  }

  .overview-detail-train-item.active .overview-detail-train-item-top>span i:first-child {
    display: none;
  }

  .overview-detail-train-item.active .overview-detail-train-item-content,
  .overview-detail-train-item:first-child {
    display: block;
  }

  .overview-detail-share-swiper {
    padding-bottom: 40px !important;
    overflow: hidden;
  }

  .overview-detail-share-list.swiper-wrapper {
    display: flex !important;
    gap: 0px;
  }

  .overview-detail-share-item.swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
    min-width: 100%;
  }

  .ovevriew-detail-train-list {
    overflow: hidden;
  }

  .campus-intro-main {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    gap: 16px;
  }

  .campus-intro-btn {
    width: 100%;
  }

  .overview-major.campus-major .title-common {
    margin-bottom: 16px;
  }

  section.campus-major {
    padding-top: 60px;
  }

  .campus-fee-main {
    padding: 16px;
    padding-top: 100px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .campus-fee-main>img {
    transform: scale(1);
    top: -140px;
    width: 100%;
    max-width: 400px;
    height: 230px;
  }

  .campus-fee-content h3 {
    font-size: 24px;
  }

  .campus-fee-content p {
    font-size: 14px;
  }

  section.campus-fee {
    padding-top: 100px;
  }

  .campus-fee-main::after {
    bottom: -30px;
    top: auto;
    width: 50px;
  }

  .campus-fee-main::before {
    top: -40px;
    bottom: auto;
    width: 50px;
  }

  .campus-life.life-dk {
    display: none !important;
  }

  .campus-life .title-common h2 {
    margin: 0px;
  }

  .campus-life .title-common {
    justify-content: flex-start;
  }

  .campus-brand-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .campus-news-list {
    display: flex !important;
    margin-top: 16px;
    gap: 0px;
  }

  .campus-news-item:first-child .campus-news-content {
    padding: 0;
  }

  .campus-news-item:first-child {
    flex-direction: column;
    display: flex;
  }

  .campus-news .swiper-pagination,
  .campus-news .swiper-button-next,
  .campus-news .swiper-button-prev {
    display: flex !important;
    justify-content: center;
  }

  .campus-news-content p {
    display: none;
  }

  .campus-news-item:first-child .campus-news-content h3 {
    -webkit-line-clamp: 2;
  }

  .campus-news-content h3 {
    font-size: 18px;
    margin-top: 10px;
  }

  .campus-news-slider {
    padding-bottom: 40px !important;
  }

  .campus-info-slider {
    margin-top: 24px;
  }

  .campus-contact-main {
    display: flex;
    flex-direction: column-reverse;
  }

  .campus-contact-map {
    padding: 14px;
  }

  .campus-contact-item>p,
  .campus-contact-item>a {
    font-size: 14px;
  }

  .campus-contact-btn {
    width: 100%;
    font-size: 14px;
    min-height: 40px;
  }

  .campus-base-list {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .campus-base-item.hidden {
    display: none;
  }

  .campus-base-item-center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 12px;
  }

  .campus-base-item-img {
    max-width: 100% !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .campus-base-item-img h3 {
    position: static;
    border: none;
    width: 100%;
    text-align: center;
  }

  .campus-base-item-img h3::before {
    display: none;
  }

  .campus-base-item-center .campus-base-item-center-child {
    order: 1;
    gap: 12px;
  }

  .campus-base-item-img {
    aspect-ratio: auto;
  }

  .campus-base-item-img a {
    flex: 1;
  }

  .campus-base-item-img img {
    width: 100%;
    border-radius: 4px;
  }

  .campus-base-bg {
    display: none;
  }

  .campus-base-left .campus-base-item:last-child,
  .campus-base-right .campus-base-item:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 100%;
    aspect-ratio: auto;
  }

  .campus-base-left .campus-base-item:last-child .campus-base-item.hidden,
  .campus-base-right .campus-base-item:first-child .campus-base-item.hidden {
    display: block;
    aspect-ratio: auto;
  }

  .campus-base-right .campus-base-item-center {
    flex-direction: column;
    display: flex;
  }

  .campus-base-right .campus-base-item-center-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .campus-base-right .campus-base-item-center>div:first-child img {
    aspect-ratio: 16/9;
  }

  .recruitment-scho-list {
    grid-template-columns: 1fr;
  }

  .recruitment-fee-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
    gap: 12px;
  }

  .recruitment-policy-main {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .recruitment-event .event-main {
    grid-template-columns: 1fr;
  }

  .recruitment-form-main form {
    grid-template-columns: 1fr;
  }

  .recruitment-form-main form>div.recruitment-form-action,
  .recruitment-form-main form>div.form-full-width {
    grid-column: span 1;
  }

  /* Recruitment Intro - Mobile */
  .recruitment-intro-main {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 40px;
  }

  .recruitment-intro-img .img-main {
    max-width: 90%;
  }

  .recruitment-intro-img .img-overlay {
    bottom: 0px;
    max-width: 120px;
    max-height: 160px;
  }

  .recruitment-intro-img {
    padding-bottom: 40px !important;
  }

  .recruitment-intro-img-wrapper::before {
    width: 70px;
  }

  .recruitment-intro-img-wrapper::after {
    right: -10px;
    bottom: -10px;
  }

  .recruitment-method p {
    margin: 20px 0px;
  }

  .recruitment-method-bg {
    margin-top: 40px;
  }

  section.recruitment-scho {
    padding-top: 24px !important;
  }

  .recruitment-fee-item p {
    font-size: 14px;
  }

  .recruitment-fee-item h3 {
    font-size: 16px;
  }

  .recruitment-fee-item {
    padding: 18px;
  }

  .recruitment-fee-item .future-btn {
    font-size: 14px;
    padding: 10px;
  }

  .recruitment-policy-left span:first-child::before {
    top: -10px;
    left: -12px;
    width: 100px;
    height: 120px;
    background-size: 100%;
  }

  .recruitment-policy-left span:last-child::after {
    width: 80px;
    height: 100px;
    bottom: -15px;
    right: -15px;
  }

  .recruitment-policy-left span:nth-child(1) {
    /* padding-right: 40px; */
  }

  .recruitment-policy-left span:nth-child(2) {
    margin-top: -40px;
    width: 50%;
  }

  .recruitment-policy-left span:nth-child(3) {
    max-width: 50%;
  }

  /* life-student-international mobile */
  .life-student-alumni-detail-intro-main {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .life-student-international-main {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .life-student-international-left span:first-child::before {
    top: -13px;
    left: -15px;
    /* width: 100px;
    height: 120px; */
    width: 26.67vw;
    height: 32vw;
    background-size: 100%;
  }

  .life-student-international-left span:last-child::after {
    /* width: 80px;
    height: 100px; */
    width: 26.67vw;
    height: 32vw;
    bottom: -13px;
    right: -15px;
  }

  .life-student-international-left span:nth-child(1) {
    padding-right: 40px;
    width: 90%;
  }

  .life-student-international-left span:nth-child(2) {
    margin-top: -40px;
    width: 50%;
  }

  .life-student-international-left span:nth-child(3) {
    max-width: 50%;
    right: -45px;
  }

  .life-student-campus .branch-content::before {
    display: none;
  }

  .life-student-campus .branch-content {
    padding-top: 20px;
  }

  /* end life-student-international */

  .recruitment-news-slider {
    margin-top: 24px;
    padding-bottom: 50px !important;
  }

  .recruitment-news .future-btn {
    margin: 20px auto 0px;
  }

  .recruitment-news-slider .swiper-pagination {
    justify-content: center;
  }

  .recruitment-news-item img {
    height: 200px;
    margin-bottom: 12px;
  }

  .recruitment-news-item h3 {
    font-size: 18px;
  }

  .recruitment-form-main::after {
    width: 50px;
    height: 50px;
    bottom: -26px;
    left: -26px;
  }

  .recruitment-form-main::before {
    width: 50px;
    height: 50px;
    top: -26px;
    right: -26px;
  }

  .recruitment-form-main {
    margin-top: 24px;
    padding: 25px;
  }

  .recruitment-form-main form {
    gap: 20px;
  }

  .recruitment-form-main form>div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .recruitment-form-main form label {
    font-size: 12px;
  }

  .recruitment-form-main form>div.recruitment-form-action button {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
  }

  .recuitment-faq-item-title {
    gap: 10px;
    padding: 10px 20px;
    min-height: 55px;
  }

  .recuitment-faq-item-title h3 {
    font-size: 16px;
    padding-left: 10px;
  }

  .recuitment-faq-item-title::before {
    width: 19px;
    height: 19px;
    top: -10px;
    left: -10px;
  }

  .recuitment-faq-item-title::after {
    width: 19px;
    height: 19px;
    bottom: -10px;
    right: -10px;
  }

  .recuitment-faq-item-content {
    max-width: calc(100% - 32px);
    padding: 16px;
  }

  .recuitment-faq-item-content p {
    font-size: 14px;
  }

  .recruitment-explore-swiper {
    padding: 0px 0px 50px !important;
  }

  .exam-intro-main,
  .exam-benefit-main {
    grid-template-columns: 1fr;
  }

  .exam-form-top {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .exam-guide-main {
    grid-template-columns: 1fr;
  }

  .exam-intro-image {
    padding: 20px 30px 20px;
  }

  /* ĐIỀU CHỈNH ẢNH MOBILE CHO MÀN HÌNH NHỎ */
  .exam-intro-image-mobile {
    margin: 15px auto;
  }

  .exam-intro-content p {
    margin-top: 10px;
  }

  .calendar-item-icon::after {
    display: none;
  }

  .exam-calendar-item {
    max-width: 100%;
    align-items: center;
  }

  .calendar-item-icon {
    justify-content: center;
    margin-bottom: 10px;
  }

  .calendar-item-icon img {
    max-width: 50px;
  }

  .exam-calendar-item:first-child .calendar-item-icon img {
    max-width: 65px;
  }

  .exam-calendar-item h3 {
    font-size: 20px;
  }

  .exam-calendar-item:not(:last-child) {
    position: relative;
  }

  .exam-calendar-item:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 100px;
    background: black;
    margin: 20px 0px;
  }

  .exam-benefit-item {
    padding: 40px 20px 20px;
  }

  .exam-benefit-main {
    grid-template-columns: 1fr 1fr;
  }

  .exam-benefit-item-number {
    width: 28px;
    height: 28px;
    margin-bottom: 15px;
  }

  .exam-benefit-item p {
    font-size: 16px;
  }

  .exam-bg-inner {
    padding: 20px;
    max-width: 60%;
  }

  .exam-bg-inner p {
    font-size: 14px;
    font-weight: 500;
  }

  .exam-bg-inner h2 {
    font-size: 18px;
  }

  .exam-bg .container {
    bottom: 20px;
  }

  .exam-form-main {
    padding: 20px;
  }

  .exam-form-top h2 {
    font-size: 24px;
  }

  .exam-form-top-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .exam-form-top-content>div {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
  }

  .exam-form-content-bottom>div:first-child,
  .exam-form-content-bottom>div:last-child {
    padding: 0px;
    border: none;
  }

  .exam-form-content-bottom {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }

  .exam-guide-main {
    margin-top: 24px;
  }

  .exam-guide-item {
    gap: 24px;
  }

  .exam-guide-item h3 {
    font-size: 18px;
  }

  .exam-guide-item-content {
    padding: 20px;
    min-height: auto;
  }

  .exam-guide-item-content::before {
    top: -13px;
    right: -13px;
    width: 25px;
    height: 25px;
  }

  .exam-study .campus-fee-main>img:not(.exam-study-decor) {
    transform: none;
    top: -80px;
  }

  .exam-register-form .field-highschool {
    grid-template-columns: 1fr;
  }

  .exam-register-form div.field-note {
    grid-column: span 1;
    grid-row: span 1;
  }

  .exam-register-form div textarea {
    min-height: 100px;
  }

  .exam-calendar-main {
    grid-template-columns: 1fr;
  }

  .exam-intro {
    padding-bottom: 40px !important;
  }

  .achivement-list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .achivement-item span {
    font-size: 40px;
  }

  .achivement-item h3 {
    font-size: 16px;
  }

  .achivement-item p {
    font-size: 14px;
  }

  .research-project::before {
    display: none;
  }

  .research-project-list,
  .research-news-swiper {
    margin-top: 40px;
    padding: 0px 0px 40px !important;
  }

  .research-project-item img {
    margin-bottom: 12px;
  }

  .research-project-item h3 {
    font-size: 20px;
  }

  .research-slider-btn-next {
    right: 5px !important;
  }

  .research-slider-btn-prev {
    left: 5px !important;
  }

  .research-project .future-btn,
  .research-news-main .future-btn,
  .research-forum .future-btn {
    margin: 20px auto 0px;
  }

  .research-forum-item {
    flex-direction: column;
    align-items: center;
  }

  .research-forum-list {
    margin-top: 24px;
    gap: 40px;
  }

  .forum-item-img {
    max-width: 500px;
    padding: 6px;
  }

  .forum-item-content {
    padding: 70px 20px 35px;
    clip-path: polygon(0% 0%,
        100% 0%,
        100% 90%,
        90% 100%,
        10% 100%,
        0% 90%);
  }

  .forum-item-right {
    margin: 0;
    width: calc(100% - 12px);
    margin-top: -70px;
  }

  .forum-item-img::before {
    top: -10px;
    right: -10px;
    bottom: auto;
    left: auto;
    transform: rotate(180deg);
  }

  .forum-item-content>div>p {
    font-size: 14px;
  }

  .forum-item-content>div {
    grid-template-columns: 150px 1fr;
    gap: 10px;
  }

  .forum-item-content>div>ul {
    gap: 6px;
  }

  .forum-item-content>div>ul li {
    padding: 6px 12px;
  }

  .forum-item-content b {
    font-size: 14px;
  }

  .research-news-item h3 {
    font-size: 16px;
  }

  .facilities-swiper .swiper-slide h3 {
    font-size: 14px;
  }

  .life-student-activity-desc {
    margin: 24px 0px 12px;
  }

  .life-student-activity-list img {
    height: 166px;
    border-radius: 4px;
  }

  .life-student-job-swiper .swiper-slide div {
    padding: 12px;
  }

  .life-student-job-swiper .swiper-slide div h3 {
    font-size: 14px;
  }

  .life-student-job-swiper .swiper-slide div a {
    min-height: 44px;
    font-size: 14px;
  }

  .life-student-story-swiper .swiper-slide {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
  }

  .life-student-story-swiper {
    margin: 16px 0px;
    padding: 10px 10px 40px !important;
  }

  .life-student-story-content p {
    padding: 22px;
    font-size: 14px;
    min-height: 100%;
  }

  .life-student-story-swiper .swiper-slide>span::before {
    width: 75px;
    height: 90px;
    left: -10px;
    top: -10px;
  }

  .life-student-story-content>img {
    width: 60px;
    height: 60px;
    top: -30px;
  }

  .life-student-campus .branch-item i {
    color: var(--cl-primary);
    margin-right: 12px;
  }

  .life-student-campus .branch-item {
    flex-direction: column-reverse;
  }

  .life-student-campus .branch-item.active {
    transform: scale(1);
    border-radius: 0px;
  }

  .life-student-campus .branch-item-content>span {
    display: block !important;
  }

  .life-student-campus .branch-item-content {
    padding-left: 0;
    padding-right: 0;
  }

  .life-student-campus .branch-item-content>div h3 {
    padding-left: 12px;
  }

  .life-student-campus .branch-item-content>span img {
    width: 100%;
  }
}


/* PAGE CONTACT */
/* PAGE CONTACT */
.contact-campus-info {
  padding: 80px 0;
  background: #fafafa;
}

.contact-campus-info-desc {
  margin-top: 16px;
  color: #707070;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 60px;
  max-width: 800px;
}

.contact-campus-info-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* MỖI HÀNG - GRID 2 CỘT */
.contact-campus-info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}

/* TITLE - TÊN CAMPUS */
.contact-campus-info-title {
  font-size: 24px;
  font-weight: 700;
  color: #1e1e1e;
  margin: 0 0 24px 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #ff6c00;
}

/* CONTENT - TEXT BÊN */
.contact-campus-info-content {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-campus-info-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-campus-info-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1e1e1e;
  margin: 0 0 8px 0;
}

.contact-campus-info-item p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.contact-campus-info-item a {
  font-size: 16px;
  color: #ff6c00;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.contact-campus-info-item a:hover {
  color: #e55a00;
  text-decoration: underline;
}

/* ẢNH - CHIỀU CAO BẰNG CONTENT */
.contact-campus-info-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-campus-info-image:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.contact-campus-info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.contact-campus-info-image:hover img {
  transform: scale(1.05);
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 991px) {
  .contact-campus-info {
    padding: 60px 0;
  }

  .contact-campus-info-desc {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .contact-campus-info-list {
    gap: 40px;
  }

  .contact-campus-info-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* MOBILE: LUÔN ẢNH TRƯỚC, TEXT SAU */
  .contact-campus-info-row .contact-campus-info-image {
    order: 1;
  }

  .contact-campus-info-row .contact-campus-info-content {
    order: 2;
  }

  .contact-campus-info-title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  .contact-campus-info-content {
    padding: 32px 24px;
  }

  .contact-campus-info-item h4 {
    font-size: 15px;
  }

  .contact-campus-info-item p {
    font-size: 14px;
  }

  .contact-campus-info-item a {
    font-size: 15px;
  }

  .contact-campus-info-image {
    min-height: 300px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .contact-campus-info {
    padding: 50px 0;
  }

  .contact-campus-info-desc {
    font-size: 14px;
    line-height: 1.5;
  }

  .contact-campus-info-list {
    gap: 32px;
  }

  .contact-campus-info-row {
    gap: 20px;
  }

  .contact-campus-info-title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .contact-campus-info-content {
    padding: 24px 20px;
  }

  .contact-campus-info-details {
    gap: 20px;
  }

  .contact-campus-info-item h4 {
    font-size: 15px;
  }

  .contact-campus-info-item p {
    font-size: 14px;
  }

  .contact-campus-info-item a {
    font-size: 15px;
  }

  .contact-campus-info-image {
    min-height: 240px;
  }
}

/* SCROLL FADE UP ANIMATION */
.scroll-fade-up,
.scroll-fade-up-fast,
.scroll-fade-up-slow,
.scroll-fade-up-delay-1,
.scroll-fade-up-delay-2 {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-fade-up.active {
  opacity: 1;
  transform: translateY(0);
}

.scroll-fade-up-fast {
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.scroll-fade-up-fast.active {
  opacity: 1;
  transform: translateY(0);
}

.scroll-fade-up-slow {
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-fade-up-slow.active {
  opacity: 1;
  transform: translateY(0);
}

.scroll-fade-up-delay-1 {
  transition-delay: 0.2s;
}

.scroll-fade-up-delay-1.active {
  opacity: 1;
  transform: translateY(0);
}

.scroll-fade-up-delay-2 {
  transition-delay: 0.4s;
}

.scroll-fade-up-delay-2.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .research-news-item {
    background: white;
    border: 1px solid #e0e0e0;
    /* Thêm border xám */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }

  .research-news-item img {
    margin-bottom: 0 !important;
    border-radius: 12px 12px 0 0;
  }

  .research-news-item h3 {
    margin: 0;
    padding: 16px;
    font-size: 16px;
    line-height: 1.4;
    color: #1e1e1e;
    background: white;
    border-radius: 0 0 12px 12px;
  }
}

/* Research Forum - Mobile Carousel */

/* Research Forum - Mobile Carousel */
.research-forum-mobile {
  display: none;
}

.research-forum-desktop {
  display: flex;
}

/* Mobile Styles */
@media (max-width: 767px) {
  .research-forum-desktop {
    display: none !important;
  }

  .research-forum-mobile {
    display: block;
    margin-top: 24px;
    position: relative;
  }

  .research-forum-swiper {
    overflow: hidden;
    padding-bottom: 60px;
  }

  .research-forum-swiper .swiper-slide {
    height: auto;
  }

  .research-forum-swiper .research-forum-item {
    flex-direction: column;
    align-items: center;
  }

  /* Navigation Buttons - matching research-news pattern */
  .research-forum-btn {
    position: relative;
  }

  .research-forum-btn .swiper-button-prev,
  .research-forum-btn .swiper-button-next {
    position: absolute;
    top: -250px;
    width: 44px;
    height: 44px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
  }

  .research-forum-btn .swiper-button-prev::after,
  .research-forum-btn .swiper-button-next::after {
    font-size: 18px;
    color: #333;
  }

  .research-forum-btn .swiper-button-prev:hover,
  .research-forum-btn .swiper-button-next:hover {
    background: var(--cl-primary);
    border-color: var(--cl-primary);
  }

  .research-forum-btn .swiper-button-prev:hover::after,
  .research-forum-btn .swiper-button-next:hover::after {
    color: white;
  }

  .research-forum-btn .swiper-button-prev {
    left: 10px;
  }

  .research-forum-btn .swiper-button-next {
    right: 10px;
  }

  /* Pagination */
  .research-forum-swiper .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
  }

  .research-forum-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .research-forum-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--cl-primary);
    width: 24px;
    border-radius: 5px;
  }
}

/* Day fix code */
.event-img.md {
  position: relative !important;
  padding: 30px;
}

.event-img.md::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--bg-pattern);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.event-img.md img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  transform: translateX(50px);
}

.recruitment-intro .future-btn,
.recruitment-hero .future-btn,
.recruitment-form .future-btn,
.recruitment-scholarship .future-btn,
.recruitment-news .future-btn,
.recruitment-policy .future-btn,
.recruitment-method .future-btn,
.recruitment-fee .future-btn,
.recruitment-exam .future-btn,
.recruitment-scho-list .future-btn,
.event-content a,
.recruitment-scho .future-btn {
  transition: all 0.3s ease;
}

.recruitment-intro .future-btn:hover,
.recruitment-hero .future-btn:hover,
.recruitment-form .future-btn:hover,
.recruitment-scholarship .future-btn:hover,
.recruitment-news .future-btn:hover,
.recruitment-policy .future-btn:hover,
.recruitment-method .future-btn:hover,
.recruitment-fee .future-btn:hover,
.recruitment-exam .future-btn:hover,
.recruitment-scho-list .future-btn:hover,
.recruitment-scho .future-btn:hover {
  transform: translateX(10px);
  background-color: #ff6b00;
  border-color: #ff6b00;
}

.event-content a:hover {
  transform: translateX(10px);
  background-color: #ff6b00;
  border-color: #ff6b00;
  color: white;
}

@media (max-width: 767px) {
  .event-img.md img {
    transform: translateX(20px);
    /* Mobile chỉ 20px */
  }

  .recruitment-intro .future-btn,
  .recruitment-hero .future-btn,
  .recruitment-scholarship .future-btn,
  .recruitment-news .future-btn,
  .recruitment-policy .future-btn,
  .recruitment-method .future-btn,
  .recruitment-exam .future-btn,
  .recruitment-scho-list .future-btn,
  .recruitment-scho .future-btn {
    width: 55% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
    transition: all 0.3s ease;
  }

  .recruitment-intro .future-btn:hover,
  .recruitment-hero .future-btn:hover,
  .recruitment-form .future-btn:hover,
  .recruitment-scholarship .future-btn:hover,
  .recruitment-news .future-btn:hover,
  .recruitment-policy .future-btn:hover,
  .recruitment-method .future-btn:hover,
  .recruitment-fee .future-btn:hover,
  .recruitment-exam .future-btn:hover,
  .recruitment-scho-list .future-btn:hover,
  .recruitment-scho .future-btn:hover {
    transform: translateX(10px);
    background-color: #ff6b00;
    border-color: #ff6b00;
  }

  .btn-text-extra {
    display: none;
  }

  .recruitment-policy-main {
    flex-direction: column;
  }

  .recruitment-policy-left {
    order: 2;
  }

  .recruitment-policy-right {
    order: 1;
  }

}


/* ===== SCHOLARSHIP SECTION ===== */
.scholarship-section {
  padding: 80px 0;
  background: #fff;
  position: relative;
}

/* Background decoration cho toàn bộ section */
.scholarship-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./images/major-detail-feature-decor.svg");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}

.scholarship-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./images/recruitment-scho-decor.png");
  background-size: contain;
  background-position: 0px -130px;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}

/* Container phải có position relative và z-index cao hơn background */
.scholarship-section .container {
  position: relative;
  z-index: 1;
}

/* ===== TITLE CENTER ALIGNMENT ===== */
.title-common-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

.title-common-center h2 {
  margin: 0;
  white-space: nowrap;
}

.title-common-decor-left,
.title-common-decor-right {
  flex: 1;
  display: flex;
  align-items: center;
}

.title-common-decor-left {
  justify-content: flex-end;
}

.title-common-decor-right {
  justify-content: flex-start;
}

.title-common-decor-left img,
.title-common-decor-right img {
  max-width: 100%;
  height: auto;
}

/* ===== SCHOLARSHIP LIST ===== */
.scholarship-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* ===== SCHOLARSHIP ITEM LAYOUT ===== */
.scholarship-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-top: 60px;
}

.scholarship-item-reverse {
  grid-template-columns: 1fr 1fr;
}

.scholarship-item-reverse .scholarship-images {
  order: 1;
}

.scholarship-item-reverse .scholarship-content {
  order: 2;
}

/* ===== CONTENT STYLING ===== */
.scholarship-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 16px;
  line-height: 1.4;
}

.scholarship-description {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.scholarship-description p {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

/* ===== IMAGES CONTAINER ===== */
.scholarship-images-wrapper {
  position: relative;
  width: 100%;
  padding: 10px;
  padding-right: 100px;
}

.scholarship-images .img-main {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  position: relative;
  z-index: 2;
}

.scholarship-images .img-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  max-width: 200px;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 8px;
  border: 4px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 3;
}

/* ===== DECORATIVE CORNERS ===== */
/* Top Left Corner */
.scholarship-images-wrapper::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background-image: url("./images/decor-scholarship-1.png");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  width: 120px;
  height: 160px;
  z-index: 1;
}

/* Bottom Right Corner */
.scholarship-images-wrapper::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  background-image: url("./images/decor-scholarship-2.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 130px;
  height: 160px;
  z-index: 5;
  /* Tăng z-index để hiển thị trên overlay image */
}

/* ===== RESPONSIVE: TABLET (768px - 1023px) ===== */
@media screen and (max-width: 1023px) {
  .scholarship-section {
    padding: 70px 0;
  }

  /* Background decorations - tablet */
  .scholarship-section::before {
    background-position: top left;
  }

  .scholarship-section::after {
    background-position: 0px -100px;
  }

  .title-common-center {
    gap: 16px;
    margin-bottom: 50px;
  }

  .scholarship-list {
    gap: 60px;
  }

  .scholarship-item {
    gap: 40px;
  }

  .scholarship-content h3 {
    font-size: 20px;
  }

  .scholarship-description p {
    font-size: 15px;
  }

  .scholarship-images .img-overlay {
    width: 40%;
    max-width: 160px;
  }

  .scholarship-images-wrapper::before {
    width: 90px;
    height: 120px;
    top: -8px;
    left: -8px;
  }

  .scholarship-images-wrapper::after {
    width: 100px;
    height: 130px;
    bottom: -8px;
    right: -8px;
  }
}

/* ===== RESPONSIVE: MOBILE (< 768px) ===== */
@media screen and (max-width: 767px) {
  .featured-news .title-common {
    display: block;
  }

  .scholarship-section {
    padding: 60px 0;
  }

  /* career list job */

  .career-col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .career-img-svg-feature {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .career-img-svg-feature img {
    width: 100%;
  }

  .career-img-svg-feature::before {
    background-image: url('../images/frame_major_feature.png');
  }

  /* .major-detail-intro-content div{
    margin-bottom:20px;
  } */

  /* Background decorations - mobile (ẩn hoặc giảm opacity) */
  .scholarship-section::before,
  .scholarship-section::after {
    opacity: 0.3;
    background-position: center;
  }

  .title-common-center {
    gap: 12px;
    margin-bottom: 40px;
  }

  .title-common-center h2 {
    font-size: 20px;
  }

  .title-common-decor-left img,
  .title-common-decor-right img {
    max-width: 80px;
  }

  .scholarship-list {
    gap: 50px;
  }

  .scholarship-item,
  .scholarship-item-reverse {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .scholarship-item .scholarship-images,
  .scholarship-item-reverse .scholarship-images {
    order: 1;
  }

  .scholarship-item .scholarship-content,
  .scholarship-item-reverse .scholarship-content {
    order: 2;
  }

  .scholarship-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .scholarship-description {
    gap: 10px;
    margin-bottom: 20px;
  }

  .scholarship-description p {
    font-size: 14px;
    line-height: 1.5;
  }

  /* ===== MOBILE IMAGES - FIX DECORATIVE CORNERS ===== */
  .scholarship-images-wrapper {
    padding: 14px;
    padding-right: 14px;
    padding-bottom: 50px;
    /* Tăng padding bottom để không bị che */
  }

  .scholarship-images .img-main {
    aspect-ratio: 4/3;
    width: 90%;
    /* Giảm width để tạo space cho decor */
  }

  .scholarship-images .img-overlay {
    width: 40%;
    max-width: 130px;
    border-width: 3px;
    bottom: 10px;
    /* Dời lên một chút để không đè decor */
    right: 10px;
  }

  /* Decorative corners - Mobile size - ĐẢM BẢO HIỂN THỊ */
  .scholarship-images-wrapper::before {
    top: 0;
    left: 0;
    width: 70px;
    height: 85px;
    z-index: 1;
  }

  .scholarship-images-wrapper::after {
    bottom: 0;
    right: 0;
    width: 70px;
    height: 90px;
    z-index: 10;
    /* Z-index cao nhất để không bị che */
  }
}

/* ===== RESPONSIVE: SMALL MOBILE (< 375px) ===== */
@media screen and (max-width: 374px) {
  .scholarship-section {
    padding: 50px 0;
  }

  .title-common-center h2 {
    font-size: 18px;
  }

  .title-common-decor-left img,
  .title-common-decor-right img {
    max-width: 60px;
  }

  .scholarship-list {
    gap: 40px;
  }

  .scholarship-content h3 {
    font-size: 16px;
  }

  .scholarship-description p {
    font-size: 13px;
  }

  .scholarship-images-wrapper {
    padding-bottom: 45px;
  }

  .scholarship-images .img-main {
    width: 88%;
  }

  .scholarship-images .img-overlay {
    max-width: 110px;
    bottom: 8px;
    right: 8px;
  }

  .scholarship-images-wrapper::before {
    width: 55px;
    height: 70px;
  }

  .scholarship-images-wrapper::after {
    width: 60px;
    height: 75px;
  }
}



/**
 * SUCCESS PAGE STYLES - SIMPLE VERSION
 * No animations, clean design
 */

/* ============================================
   Base Section
   ============================================ */
.success-page {
  min-height: 100vh;
  background: #f1f3f2;
  display: flex;
  align-items: center;
  padding: 60px 0;
}

.success-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================
   Content Layout
   ============================================ */
.success-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* ============================================
   Text Content
   ============================================ */
.success-title {
  font-size: 48px;
  font-weight: 700;
  color: #FF6B00;
  margin: 0 0 24px 0;
  line-height: 1.2;
}

.success-description {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin: 0 0 16px 0;
}

.success-description:last-of-type {
  margin-bottom: 40px;
}

/* ============================================
   Button
   ============================================ */
.btn-back-home {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #FF6B00 0%, #FF8B2A 100%);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(255, 107, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-back-home::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.btn-back-home:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(255, 107, 0, 0.5);
}

.btn-back-home:hover::before {
  left: 100%;
}

.btn-back-home:active {
  transform: translateY(0) scale(1);
  box-shadow: 0 2px 10px rgba(255, 107, 0, 0.3);
}

.btn-back-home svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.btn-back-home:hover svg {
  transform: translateX(-4px);
  animation: bounce-left 0.6s ease;
}

@keyframes bounce-left {

  0%,
  100% {
    transform: translateX(-4px);
  }

  50% {
    transform: translateX(-8px);
  }
}

/* ============================================
   Image Section
   ============================================ */
.success-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mascot-image {
  width: 100%;
  max-width: 500px;
  height: auto;
}


/* ============================================
   Responsive - Tablet
   ============================================ */
@media (max-width: 1024px) {
  .success-content {
    gap: 60px;
  }

  .success-title {
    font-size: 40px;
  }

  .success-description {
    font-size: 16px;
  }

  .mascot-image {
    max-width: 400px;
  }
}

/* ============================================
   Responsive - Mobile
   ============================================ */
@media (max-width: 768px) {
  .success-page {
    padding: 40px 0;
  }

  .success-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .success-text {
    order: 2;
  }

  .success-image {
    order: 1;
  }

  .success-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .success-description {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .success-description:last-of-type {
    margin-bottom: 30px;
  }

  .btn-back-home {
    padding: 14px 24px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }

  .mascot-image {
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .success-page {
    padding: 30px 0;
  }

  .success-content {
    gap: 30px;
  }

  .success-title {
    font-size: 28px;
  }

  .success-description {
    font-size: 14px;
  }

  .btn-back-home {
    padding: 12px 20px;
    font-size: 13px;
    gap: 8px;
  }

  .btn-back-home svg {
    width: 16px;
    height: 16px;
  }

  .mascot-image {
    max-width: 250px;
  }
}