/* @import url("./bootstrap.min.css");
@import url("./font-awesome.min.css");
@import url("./slick.css");
@import url("./css-reset.css");
@import url("./pages/animation/animation.css");
@import url("./pages/includes/home.css"); */

#banner-home-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}

#banner-home-container a {
  display: block;
  width: 100%;
  height: 422px;
  overflow: hidden;
}

#banner-home-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Slick Slider */
.banner-slider {
  position: relative;
}

.banner-slider .slick-prev,
.banner-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 24px;
  cursor: pointer;
}

.banner-slider .slick-prev {
  left: 10px;
}

.banner-slider .slick-next {
  right: 10px;
}

.banner-slider .slick-dots {
  text-align: center;
  margin-top: 10px;
}

.banner-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.banner-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
}

.banner-slider .slick-dots li.slick-active button {
  background: #000;
}

/* Responsive */
@media screen and (max-width: 1024px) {
  #banner-home-container a {
      height: 300px;
  }
}

@media screen and (max-width: 768px) {
  #banner-home-container a {
      height: 200px;
  }
}

#banner-home-container {
  width: 100%;
  height: auto;
}

#banner-home-container>a img {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
  display: none !important;
  width: 100%;
  height: 100%;
}

.home-ads-section .text-center {
  color: var(--text-primary);
}

#banner-home-container>.slick-dots {
  bottom: -8%;
  position: relative;
  display: inline-flex;
}

#home-quick-link-2 {
  margin-top: 50px !important;
  margin-bottom: 20px !important;
}

#home-quick-link-2>.container div {
  width: 138px;
  height: 64px;
}

#home-quick-link-2>.container div>a>h4 {
  color: var(--text-secondary);
  font-size: var(--fs-text-icon-primary);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
}

#home-quick-link-2>.container div>a>img {
  width: 25%;
  height: 30px;
  margin-bottom: 12px !important;
}

#home-hot-title-section {
  background-color: var(--bg-body-secondary);
  padding-block: 35px !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

#home-hot-title-section .slick-slide {
  margin-left: 40px !important;
}

#home-hot-title-section .slick-slide img {
  width: 100%;
  object-fit: cover;
  max-height: 182px;
  min-height: 182px;
}

#home-hot-title-section .slick-prev {
  left: -1%;
}

#home-hot-title-section .slick-next {
  right: -8%;
}

#home-hot-title-section .hot-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#home-hot-title-section .hot-description>h3 {
  font-size: var(--fs-title-content-primary);
  margin-block: 20px !important;
  color: var(--title-primary);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#home-hot-title-section .hot-description>p {
  font-weight: var(--fw-normal);
  text-align: justify;
  color: var(--text-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: var(--fs-text-primary);
}

#container-nuce-news {
  margin-block: 10px !important;
}

#container-nuce-news .nuce-new-item>.title-nuce-news {
  border-bottom: 2px solid var(--border-primary);
  margin-bottom: 20px !important;
  width: 98.6%;
}

#container-nuce-news .nuce-new-item>.title-nuce-news2 {
  margin-bottom: 15px !important;
}


#container-nuce-news .nuce-new-item .nuce-item-content,
#container-nuce-news .nuce-new-item .nuce-item-content2 {
  overflow: hidden;
}

#container-nuce-news .nuce-new-item .nuce-item-content img.img-nuce-hover,
#container-nuce-news .nuce-new-item .nuce-item-content2 img.img-nuce-hover {
  transition: all 0.3s linear;
}

#container-nuce-news .nuce-new-item .nuce-item-content img.img-nuce-hover:hover,
#container-nuce-news .nuce-new-item .nuce-item-content2 img.img-nuce-hover:hover {
  transform: scale(1.3);
}

#container-nuce-news>div>div>div.col-lg-9.nuce-new-item>div.title-nuce-news>h2>a {
  color: var(--text-primary);
  font-weight: var(--fw-bold);
}

#container-nuce-news .nuce-new-item>.title-nuce-news>h2 {
  background-color: var(--bg-primary);
  width: max-content;
  padding-block: 10px !important;
  padding-inline: 15px !important;
  font-size: var(--font-size-2xl);
  text-transform: uppercase;
  font-weight: bold;
}

#container-nuce-news .nuce-item-content {
  width: 64.5%;
  height: 285px;
  position: relative;
}

#container-nuce-news>div>div>div.col-lg-9.nuce-new-item>div.row.justify-content-between.gap-4 {
  gap: 20px !important;
}

#container-nuce-news .nuce-item-content>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-content .post-title {
  font-size: 17px;
}

.post-content .post-title .post-date-info span .fa-eye {
  margin-left: 24px;
}

#container-nuce-news .overlay-post-content {
  position: absolute;
  bottom: 0;
  background-color: var(--bg-secondary);
  color: var(--text-primary);
  width: 100%;
  height: 115px;
  opacity: 0.8;
  align-content: end;
  padding: 20px !important;
}

#container-nuce-news .overlay-post-content .post-title a {
  font-size: var(--font-size-md);
  color: var(--color-white);
  font-weight: 450;
}

#container-nuce-news .overlay-post-content .post-date-info {
  font-size: 13px;
  display: flex;
  gap: 20px;
  margin-top: 5px !important;
}

#container-nuce-news .nuce-item-content2 {
  width: 30.7%;
  height: 284px;
  position: relative;
  box-shadow: var(--shadow-primary);
}

#container-nuce-news .nuce-item-content2>a>div:first-child {
  width: 100%;
  height: 150px;
  object-fit: cover;
  overflow: hidden;
}

#container-nuce-news .nuce-item-content2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#container-nuce-news .nuce-item-content2 .post-content {
  padding: 10px !important;
  color: var(--text-secondary);
}

#container-nuce-news .nuce-item-content2 .post-content>h4 {
  font-size: 14px;
  margin-block: 5px !important;
  font-weight: 400;
  color: var(--text-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 370;
}

.post-date-info-nuce-news-02 {
  font-size: 13px;
}

.post-date-info-nuce-news-02 .fa-eye {
  margin-left: 24px;
}

.nuce-new-item .title-nuce-news2 {
  gap: 15px;
}

#container-nuce-news .nuce-item-content2 .post-content>div:nth-child(2) {
  width: 30px;
  height: 30px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 13px !important;
}

#container-nuce-news .nuce-item-content2 .post-content>div:nth-child(2) img {
  width: 30px;
  height: 30px;
}

#container-nuce-news .nuce-new-item:nth-child(2)>div:first-child>h3 {
  font-size: var(--font-size-2xl);
  padding: 10px 5px !important;
  font-weight: var(--fw-bold);
}

.btn-home-active {
  background-color: var(--bg-primary);
  color: var(--text-primary);
  transition: background-color 0.3s linear;
}

.btn-home-active a {
  color: var(--color-light);
}

#container-nuce-news .nuce-new-item:nth-child(2)>.post-news .post-content {
  border-bottom: 1px solid var(--border-primary);
  margin-top: 9px !important;
}

#container-nuce-news .nuce-new-item:nth-child(2)>.post-news .post-content>ul {
  list-style: disc !important;
}

#container-nuce-news .nuce-new-item:nth-child(2)>.post-news .post-content>ul>li>a {
  color: var(--text-secondary);
  font-size: var(--fs-text-primary);
  display: inline-block;
  padding-block: 0px !important;
  transition: color 0.3s linear;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}

#container-nuce-news .nuce-new-item:nth-child(2)>.post-news>.post-content>ul>li>a:hover {
  color: var(--hover-primary);
}

#container-nuce-news .nuce-new-item:nth-child(2)>.post-news>.post-content>.post-date-info {
  font-size: 12px;
  display: inline-block;
  padding-bottom: 15px !important;
}

#container-nuce-news .nuce-new-item:nth-child(2)>.post-news>.post-content>.post-date-info i{
  color: black;
}

#container-nuce-news .nuce-new-item:nth-child(2)>.post-news>.post-content {
  padding-left: 7% !important;
}

.post-news>img {
  width: 100%;
}

#container-nuce-news .post-event {
  margin-top: 20px !important;
}

#container-nuce-news .post-event .post-event-date {
  background-color: var(--text-secondary);
  color: var(--text-primary);
  padding: 8px 20px !important;
}

#container-nuce-news .post-event .post-event-date div:first-child {
  font-size: 19px;
  border-bottom: 2px solid white;
  padding: 0 6px !important;
}

#container-nuce-news .post-event .post-event-date div:nth-child(2) {
  font-size: 14px;
  text-align: center;
}

#container-nuce-news .post-event .post-content-item {
  padding-bottom: 15px !important;
  margin-bottom: 15px !important;
  border-bottom: 1px solid var(--border-primary);
}

#container-nuce-news .post-event .post-event-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#container-nuce-news .post-event .post-event-title a {
  color: var(--text-secondary);
  font-size: var(--font-text-primary);
  transition: color 0.3s linear;
}

#container-nuce-news .post-event .post-event-title a:hover {
  color: var(--hover-primary);
}

.post-event>img {
  width: 100%;
}

#container-nuce-news .nuce-new-item:nth-child(2)>.btn-all-new-content>button {
  width: 100%;
  height: 44px;
  background-color: var(--btn-secondary);
  text-transform: uppercase;
  border: none;
  outline: none;
  margin-top: 10px !important;
  font-weight: bold;
}

#container-nuce-news .nuce-new-item:nth-child(2)>.btn-all-new-content>button>a {
  color: var(--text-secondary);
  font-size: 14px;
}

#ts-title {
  margin-top: 30px !important;
  background-color: var(--bg-body-secondary);
  width: 100%;
  max-width: 100%;
  overflow: auto;
}

.ts-title-item {
  background-color: var(--bg-content-secondary);
}

#ts-title::-webkit-scrollbar {
  width: 2px;
}

#ts-title::-webkit-scrollbar-track {
  background: var(--color-gray-bottom);
}

#ts-title::-webkit-scrollbar-thumb {
  background: var(--color-blue-4);
  border-radius: 4px;
}

#ts-title div:first-child>h3:first-child {
  font-size: 18px;
  text-transform: uppercase;
  padding-block: 20px !important;
  color: var(--text-secondary) !important;
}

#ts-title .ts-title-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px !important;
  gap: 30px;
}

#ts-title .ts-title-container>.ts-title-item {
  width: 380px;
  height: 373px;
  position: relative;
  border-bottom: 1px solid rgb(210, 207, 207);
  box-shadow: 0 2px 5px 2px rgb(210, 207, 207);
}

#ts-title .ts-title-container .ts-title-item>div:nth-child(2) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 118px;
}

#ts-title .ts-title-container>.ts-title-item>div:first-child {
  overflow: hidden;
}

#ts-title .ts-title-container>.ts-title-item>div:first-child>a>img {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
  transition: transform 0.2s linear;

  width: 100%;
  object-fit: cover;
  max-height: 190px;
  min-height: 190px;
}

#ts-title .ts-title-container>.ts-title-item>div:first-child>a>img:hover {
  transform: scale(1.050);
}

#ts-title .ts-title-container>.ts-title-item>div:nth-child(2) {
  padding: 15px !important;
}

#ts-title .ts-title-container>.ts-title-item>div:nth-child(2)>a {
  font-size: var(--fs-text-content-primary);
  color: var(--title-secondary);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px !important;
}

#ts-title .ts-title-container>.ts-title-item>div:nth-child(2)>h3 {
  line-height: 0.6;
}

#ts-title .ts-title-container>.ts-title-item>div:nth-child(2)>h3>a {
  color: var(--text-secondary) !important;
  font-size: 15px;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.3;
}

#ts-title .ts-title-container>.ts-title-item>div:nth-child(2)>div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  position: absolute;
  bottom: 10px;
}

#ts-title .ts-title-container>.ts-title-item>div:nth-child(2)>div:nth-child(3)>img {
  width: 30px;
  height: 30px;
}

.slick-ads {
  padding: 30px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.slick-ads .slick-item {
  width: 155px;
  height: auto;
  object-fit: cover;
}

.slick-ads .slick-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slick-ads .slick-track {
  display: flex;
  align-items: center;
}

.slick-ads .slick-prev {
  left: 0;
  background: transparent;
}

.slick-ads .slick-next {
  right: 0;
  background: transparent;
}

.slick-ads .slick-prev>.icon-chervon-left {
  border: 2px solid var(--icon-slide-primary);
  border-top: 0;
  border-right: 0;
  position: absolute;
  z-index: 10;
  left: 9px;
}

.slick-ads .slick-next>.icon-chervon-right {
  border: 2px solid var(--icon-slide-primary);
  border-top: 0;
  border-right: 0;
}

.clickable {
  cursor: pointer !important;
}

.non-clickable {
  cursor: default !important;
}

@media (max-width: 1024px) {
  /* .container {
    max-width: 95% !important;
  } */

  #container-nuce-news .nuce-new-item>.title-nuce-news {
    width: 100%;
  }

  #home-hot-title-section .slick-slide {
    margin-right: 5px !important;
  }

  #home-hot-title-section .slick-next {
    right: -10%;
  }

  #container-nuce-news .nuce-item-content {
    max-width: 100%;
    height: 300px;
  }

  #container-nuce-news .nuce-item-content2 {
    width: 220px;
    height: 300px;
    /* box-shadow: 0 0 2px var(--color-gray); */
    position: relative;
  }

  #home-hot-title-section .container {
    max-width: 85% !important;
  }

  #home-hot-title-section .slick-slide {
    margin-left: 20px !important;
  }

  #home-hot-title-section .slick-prev {
    left: -3%;
  }

  #home-hot-title-section .slick-next {
    right: -9%;
  }

  #banner-home-container .text-banner-content .title>p {
    font-size: 20px;
  }

  #banner-home-container .text-banner-content .btn-read-more {
    max-width: 24%;
  }
}

@media (max-width: 1440px) {
  #container-nuce-news>div>div>div.col-lg-9.nuce-new-item>div.row.justify-content-between {
    justify-content: start !important;
  }

  #container-nuce-news>div>div>div.col-lg-9.nuce-new-item>div.row.justify-content-between.gap-4>div.col-lg-7.nuce-item-content {
    width: 60%;
  }
}


@media (max-width: 1040px) {
  .nuce-new-item .nuce-item-content2 {
    display: none;
  }

  .nuce-item-content {
    width: 100% !important;
  }

  #container-nuce-news>div>div>div.col-lg-3.nuce-new-item.ps-4 {
    padding: 0 !important;
    margin-top: 30px !important;
  }

  #ts-title .ts-title-container {
    display: block;
  }

  #ts-title .ts-title-container .ts-title-item {
    margin-bottom: 20px !important;
  }

  #container-nuce-news>div>div {
    display: block !important;
  }

  #container-nuce-news>div>div>div.col-lg-9.nuce-new-item>div.row.justify-content-between.gap-4>div.col-lg-7.nuce-item-content {
    width: 100% !important;
  }

  #ts-title .ts-title-container>.ts-title-item {
    width: 100%;
    height: 350px;
    margin-bottom: 20px !important;
  }

  #ts-title .ts-title-container .ts-title-item>div:first-child {
    width: 100%;
    height: 60%;
  }

  #container-nuce-news>div>div>div.col-lg-3.nuce-new-item.ps-4 {
    margin-top: 30px !important;
  }

  #container-nuce-news>div>div>div.col-lg-3.nuce-new-item {
    margin-top: 30px !important;
  }

  #home-quick-link-2>div {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
    gap: 5px;
  }

  #home-quick-link-2>div div {
    width: auto !important;
    height: auto !important;
  }

  #home-quick-link-2>div div>a>img {
    width: 30px !important;
    height: 30px !important;
  }

  #container-news-admissions {
    grid-template-columns: 1fr !important;
    width: 85%;
  }

  #container-news-admissions .content-news h3 {
    max-width: 450px;
  }
}


@media (max-width: 800px) {
  #ts-title .ts-title-container .ts-title-item>div:nth-child(2)>h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
  }

  #banner-home-container {
    height: 100%;
  }

  #banner-home-container .slick-slide {
    width: 100%;
    height: 300px;
  }

  #banner-home-container .slick-slide img {
    object-fit: cover;
    margin-top: 1% !important;
  }

  #banner-home-container .text-banner-content {
    left: 10%;
  }

  #bg-why .bg-why-section {
    grid-template-columns: 1fr !important;
  }

}

@media (max-width: 1041px) {
  #container-nuce-news>div>div>div.col-lg-9.nuce-new-item {
    width: 100% !important;
  }

  #container-nuce-news .nuce-item-content {
    max-width: 100% !important;
  }

  #container-nuce-news>div>div>div.col-lg-3.nuce-new-item.ps-4 {
    width: 100% !important;
  }

}