:root {
  --primary-color: #ec1e24;
  --sub-color: #25359d;
  --size-text: 18px;
}

/*------------------------ SCRIPT NAVBAR FIXED -------------------------*/
.sticky2 {
  transform: translate(0, -45px);
}

.sticky3 {
  transform: translate(0, -45px);
}

/* ============ mobile view ============ */
@media (max-width: 991px) {
  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 100%;
  }

  #navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* header.style.backgroundImage=""; */
    /*    background-color: #00A651;*/
    background-color: rgb(28, 71, 77);
  }
}

/* ============ mobile view .end// ============ */
/*----------------- END SCRIPT NAVBAR FIXED ---------------------*/

.dont-touch {
  pointer-events: none;
  -webkit-touch-callout: none;
}

.font-two {
  font-family: "DVN-Poppins", sans-serif;
}

/*===== CUSTOM CSS DNC =====*/
.evo-title {
  font-family: "SVN-Gilroy SemiBold", sans-serif;
  color: #ec1e24;
}

.dnc-h1 {
  font-size: 2.5rem;
}

.font-18-16 {
  font-size: 18px;
}

.font-35-30 {
  font-size: 35px;
}

.font-svngilroy-semibold {
  font-family: "SVN-Gilroy SemiBold", sans-serif !important;
}

.font-montserrat-semibold {
  font-family: "Montserrat SemiBold", sans-serif !important;
}

@media (max-width: 991px) {
  .dnc-h1 {
    font-size: calc(1.375rem + 1.5vw);
  }

  .font-18-16 {
    font-size: 16px;
  }

  .font-35-30 {
    font-size: 30px;
  }
}

/*===== CUSTOM CSS DNC =====*/

/*===== CSS SIMPLE PAGINATION =====*/
.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #eee;
}

.simple-pagination .current {
  color: #fff;
  background-color: #11467f;
  border-color: #11467f;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #11467f;
}

/*===== END CSS SIMPLE PAGINATION =====*/

.dnc_connect--line {
  height: 1px;
  background: url(https://nctu.edu.vn/videos/dnc-line.png) no-repeat center
    center / contain;
}

/* ========= Template banner ========= */
#banner-colr .dnc-h1 {
  font-weight: bold;
  color: #ed1c24;
  font-family: "Montserrat", sans-serif;
}

#banner-colr .banner-text {
  position: absolute;
  left: 10%;
  bottom: 10%;
  transform: translateY(-50%);
  /* background-color: rgba(19, 77, 139, 0.85); */
  background: rgba(255, 251, 223, 0.8);
  padding: 46px 110px 46px 56px;
  border-radius: 10px;
}

@media all and (min-width: 992px) {
  #banner-colr .banner-text p {
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  #banner-colr .banner-text {
    padding: 24px 48px 24px 16px;
  }

  #banner-colr .banner-text p {
    max-width: 100%;
    padding-right: 25px;
  }

  #banner-colr {
    height: 468px;
  }
}

/* V2================== */
#banner-template-v2 .div-banner {
  position: relative;
}

/* #banner-template-v2 .banner-img{
    height: 500px;
    background-image: url(https://nctu.edu.vn/dist/Public-clb-hdcd/img/HoatDongCD/gallery/gallery1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} */

#banner-template-v2 .banner-text {
  position: absolute;
  left: 10%;
  top: 64%;
  transform: translateY(-50%);
  /* background-color: rgba(19, 77, 139, 0.85); */
  /* background-color: rgba(255, 251, 223, 0.8); */
  background-color: rgba(255, 255, 255, 0.8);
  padding: 46px 110px 46px 56px;
  max-width: 720px;
}

#banner-template-v2 .banner-text h1 {
  color: #ed1f25;
  /* font-family: 'BT-BeauSans-ExtraBold', sans-serif; */
  font-family: "SVN-Gilroy SemiBold", sans-serif;
  /* font-family: 'Montserrat SemiBold', sans-serif; */
  margin-bottom: 0;
  text-align: left;
}

@media (max-width: 991px) {
  #banner-template-v2 .banner-text h1 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  #banner-template-v2 .div-banner {
    /* position: unset; */
  }

  #banner-template-v2 .banner-img {
    height: 300px !important;
  }

  #banner-template-v2 .banner-text {
    background-color: rgba(255, 251, 223, 0.8);
    border-radius: 0px;
    max-width: 100%;
    transform: unset;
    position: unset;
    padding: 5% 10px;

    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    left: 0;
  }
}

/* Ver Cor =============== */
@media (max-width: 991px) {
  #banner-template-v2.cor .banner-text {
    background-color: transparent;
    padding: 5% 22px;
  }

  #banner-template-v2.cor h1 {
    display: inline;
    /* font-size: 28px; */
    font-size: calc(1.375rem + 1.5vw);
    padding-top: 12px;
    padding-bottom: 8px;
    line-height: 56px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: -10px 0 0 rgba(0, 0, 0, 0.6), 10px 0 0 rgba(0, 0, 0, 0.6);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
/* Ver Cor =============== */

/* ========= Template banner ========= */

.backlink-v1 {
  max-width: 1430px;
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 10px;
  color: #00a651;
  font-size: 16px;
}

.backlink-v1 a {
  color: #00a651;
}

.backlink-v1 .last-a {
  color: #d72134;
}

.backlink-v2 * {
  font-family: "Be Vietnam Pro", sans-serif;
}

.backlink-v2 {
  max-width: 1430px;
  margin: 0 auto;
  padding: 10px 12px;
  color: #25359d;
  font-size: 16px;
}

.backlink-v2 a {
  color: #25359d;
}

.backlink-v2 .last-a {
  color: #d72134;
}

.backlink {
  padding: 10px;
  color: #767676;
  max-width: 1430px;
  margin: 0 auto;
}

.backlink a {
  color: #767676;
}

.content-more a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: black;
  font-size: 16px;
  font-weight: bold;
}

.content-more a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

/*================ HEADER CSS ===============================================================================================*/

/*		NAVBAR - LOGO - HAMBURGER =======================*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 1s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 1s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
  background-color: #00a651;
}

.mega-content h5 {
  color: #fff;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  z-index: 11;
}

.navbar-toggler .hamburger-toggle .hamburger {
  background: none;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #4e3629;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(1),
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 4px;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(3),
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(4) {
  top: 14px;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(5),
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(6) {
  top: 24px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(1),
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2),
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(1) {
  left: 1px;
  top: 8px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: calc(50% - 4px);
  top: 8px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(4) {
  opacity: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(5) {
  left: 1px;
  top: 18px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(6) {
  left: calc(50% - 4px);
  top: 18px;
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

#navbar .nav-link {
  font-size: 0.92vw;
  /*	font-weight: bold;*/
  color: white;
  transition: all 0.3s ease-in-out;
}

.navbar-dnc .nav-item .nav-link {
  font-family: "Roboto Condensed", sans-serif;
}

@media all and (min-width: 992px) {
  .navbar-dnc .nav-item {
    margin: 0 7px;
  }
}

/*		@media(max-width: 1024px) {
			#navbar .nav-link {
				font-size: 16px;
			}
		}*/
@media (max-width: 992px) {
  #navbar .nav-link {
    font-size: 16px;
    color: #25359d;
  }
}

#navbar .nav-link:hover {
  color: #f3ff87;
}

#navbar .navbar-nav .nav-link.active,
#navbar .navbar-nav .nav-link.show {
  color: #f3ff87;
}

#navbar .link--elara-active::before {
  transform: translate3d(0, 2px, 0) scale3d(1, 3, 1);
  clip-path: polygon(
    0% 0%,
    0% 100%,
    50% 100%,
    50% 0,
    50% 0,
    50% 100%,
    50% 100%,
    0 100%,
    100% 100%,
    100% 0%
  );
}

#navbar .navbar {
  margin: 0 auto;
  max-width: 1590px;
}

@media all and (min-width: 992px) {
  .logo-nav {
    height: 100%;
    max-height: 65px;
  }
}

@media (max-width: 991px) {
  .logo-nav {
    height: 100%;
    max-height: 35px;
  }
}

.list-group-item {
  color: #7d8691;
}

.list-group-item:hover {
  background-color: #f3ff87;
  color: #005228;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  z-index: 356;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #25359d;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #25359d;
}

@media (min-width: 768.95px) {
  #navbar .link--elara-active::before {
    transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
    clip-path: polygon(
      0% 0%,
      0% 100%,
      50% 100%,
      50% 0,
      50% 0,
      50% 100%,
      50% 100%,
      0 100%,
      100% 100%,
      100% 0%
    );
  }
}

/*		NAVBAR - LOGO - HAMBURGER =======================*/

/*	============= CSS HOVER LINK ==============*/
:root {
  /* --bg-navbar: #1c474d; */
  --bg-navbar: #fff;
}

.link {
  cursor: pointer;
  font-size: 18px;
  position: relative;
  white-space: nowrap;
  /*		    color: var(--color-text);*/
}

.link::before,
.link::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.link::before {
  content: "";
}

.link--elara::before {
  transform-origin: 50% 100%;
  transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  clip-path: polygon(
    0% 0%,
    0% 100%,
    0 100%,
    0 0,
    100% 0,
    100% 100%,
    0 100%,
    0 100%,
    100% 100%,
    100% 0%
  );
}

.link--elara:hover::before {
  transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
  clip-path: polygon(
    0% 0%,
    0% 100%,
    50% 100%,
    50% 0,
    50% 0,
    50% 100%,
    50% 100%,
    0 100%,
    100% 100%,
    100% 0%
  );
}

.link--elara span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}

.link--elara:hover span {
  transform: translate3d(0, -2px, 0);
}

/*		============= END CSS HOVER LINK ==============*/

a {
  text-decoration: none;
}

/*================TIN TỨC VÀ SỰ KIỆN===================*/
.v2-module-block {
  height: 80px;
}

.v2-module-title b {
  color: #141414;
  line-height: 80px;
  font-family: "K2D";
}

.v2-module-all a {
  font-family: "K2D";
  color: #141414;
  font-size: 22px;
  font-weight: 500;
  line-height: 80px;
  text-decoration: none;
}

.v2-tintucsukien {
  margin: 0 auto;
}

.v2-tintucsukien-left {
  /*background-color: green;
			height: 500px;*/
  padding: 0px;
}

.v2-tintucsukien-right {
  /*			background-color: blue;*/
  height: 500px;
}

.v2-tintucsukien-title1 {
  padding: 10px 0px 10px 0px;
  transition: 0.3s ease-in-out;
}

.v2-tintucsukien-title1 a {
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  padding-top: 5px;
  font-family: "K2D";
}

.v2-tintucsukien-title1:hover a {
  color: #d72134;
}

.v2-tintucsukien-img1 {
  width: 100%;
  height: 400px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.2s ease-in-out;
}

.v2-tintucsukien-time1 {
  color: white;
  font-weight: normal;
  /*      font-style: italic;*/
  font-size: 14px;
  background-color: #005228;
  padding: 5px;
  border-radius: 5px;
}

.v2-tintucsukien-img1:hover {
  transform: scale(1.05);
}

/*================ STYLE TIN TỨC VÀ SỰ KIỆN END===================*/

.modalnavbar .modal-content h4 {
  font-size: 2.75rem !important;
}

.modalnavbar .modal-title {
  /* font-family: "Roboto Condensed", sans-serif; */
}

.modalnavbar .modal-body h5 {
  /* font-family: "Roboto Condensed", sans-serif; */
}

.modalnavbar .modal-header a {
  /* font-family: "Roboto Condensed", sans-serif; */
}

.modalnavbar .modal_nav_link,
.modalnavbar .modal_nav_link a {
  font-family: "SVN-Gilroy SemiBold", sans-serif !important;
  color: #171414;
  font-size: 1.1rem;
  line-height: 40px;

  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.modalnavbar .modal-body a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

@media (max-width: 991px) {
  .modalnavbar .modal-content h4 {
    font-size: 2rem !important;
  }
}

.modalnavbar .modal-fullscreen .modal-content {
  height: auto;
  border: 0;
  border-radius: 0;
}

#main-modal-menu .main-btn-close {
  position: relative;
  min-width: 16px;

  border: 2px solid rgba(255, 255, 255, 1);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
  height: 20px;
  width: 20px;
  font-size: 20px !important;
  --swiper-navigation-size: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto !important;
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .modalnavbar .modal-content {
    /*height: 70%;*/
    width: 50%;
    float: right;
    /*				box-shadow: -50px 0 100px 140px #fff;*/
    box-shadow: 20px 0 50px 90px #fff;
    background-color: #fff;
    padding-right: 20px;
  }
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {
  .modalnavbar .modal-content {
    width: 100%;
  }

  #navbar-content {
    position: fixed;
    left: 0px;
    top: 53px;
    width: 100%;
    background: #fff;
    transition: all;
    overflow-y: scroll !important;
    height: 120vh;
    z-index: -1;
  }

  ul.navbar-dnc {
    padding: 0 12px 0 20px;
  }

  #main-modal-menu .main-btn-close {
    margin-left: 10px;
  }
}

/* ============ mobile view .end// ============ */
/*	scroll main page open modal*/
/* html {
	overflow-y: scroll;
} */

.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

.modal-body h5 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.525rem;
  color: #797a97;
  text-transform: uppercase;
}

.modal-header h4 {
  font-weight: bold;
}

.modal-tongquan {
  color: #d72134;
  font-size: 1.525rem;
}

/* TOP BANNER ===========*/
.topbanner-item a {
  color: black;
}

.topbanner-item {
  color: black;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  background-color: #ffd24b;
  font-family: "Be Vietnam Pro", sans-serif;
}

.topbanner-in a li {
  font-family: "Roboto Condensed", sans-serif;
}

.topbanner-item:hover,
.top-active {
  color: white;
  background-color: #d72134;
}

@media (max-width: 991px) {
  .hidden-ob {
    display: none;
  }

  .nav-link {
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid;
  }
}

/* END TOP BANNER ===========*/

/*		MODAL TIM KIEM =============*/
.modal-timkiem {
  border-radius: 7px;
  overflow: hidden;
  background-color: transparent;
}

.modal-timkiem .logo a img {
  width: 30px;
}

.modal-timkiem .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 7px;
}

.modal-timkiem .modal-content .modal-body {
  border-radius: 7px;
  overflow: hidden;
  background-color: #fff;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
}

.modal-timkiem .modal-content .modal-body h2 {
  font-size: 18px;
}

.modal-timkiem .modal-content .modal-body p {
  color: #777;
  font-size: 14px;
}

.modal-timkiem .modal-content .modal-body h3 {
  color: #000;
  font-size: 22px;
}

.modal-timkiem .modal-content .modal-body .close-btn {
  color: #000;
}

.modal-timkiem .modal-content .modal-body .promo-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.modal-timkiem .modal-content .modal-body .promo-img .price {
  top: 20px;
  left: 20px;
  position: absolute;
  color: #fff;
}

.modal-timkiem .btn {
  border-radius: 30px;
  color: #fff;
  background-color: #00a651;
}

.modal-timkiem .warp-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  background: rgba(62, 100, 255, 0.05);
  color: #3e64ff;
  border-radius: 50%;
}

.modal-timkiem .warp-icon span {
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-timkiem .modal-content {
  width: 100%;
  box-shadow: none;
}

.modal-timkiem .form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-right: 0;
}

.modal-timkiem .form-control:active,
.modal-timkiem .form-control:focus,
.modal-timkiem .form-control:hover {
  border-bottom: 1px solid #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.modal-timkiem .btn {
  border-radius: 4px;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.modal-timkiem .btn:active,
.modal-timkiem .btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modal-timkiem .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
}

.modal-timkiem .close-btn span {
  color: #ccc;
}

.modal-timkiem .close-btn:hover span {
  color: #000;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  #main iframe {
    min-height: 330px !important;
  }
}

#main blockquote {
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px !important;
  border-left: 1px solid #dadada;
  margin-left: 20px;
}

/*	END	MODAL TIM KIEM =============*/

/*CSS TIM KIEM*/
#search-section {
  position: fixed;
  left: 0px;
  width: 100%;
  background-color: #25359d;
  z-index: 0;
  transition: all 0.4s;
}

#search-section .search-border {
  border: 1px solid #426269;
  position: relative;
}

#search-section .search-container-navbar {
  max-width: 900px;
  margin: 0 auto;
}

#search-section .search-container-navbar .main-content {
  padding: 40px 20px;
}

#search-section .search-container-navbar .main-content form {
  display: flex;
  justify-content: center;
}

#search-section .search-container-navbar .main-content input {
  font-size: 18px;
  font-family: "DVN-Poppins", sans-serif;
  background: rgba(0, 0, 0, 0);
  border: none;
  color: white;
  border-bottom: 1px solid white;
  border-radius: 0px;
}

#search-section .search-container-navbar .main-content input::placeholder {
  color: #c7c7c7;
}

#search-section .search-container-navbar .main-content .head-search-btn button {
  color: white;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
}

.header-search-nav-before {
  opacity: 0;
  transform: translateY(-500px);
}

.header-search-nav-after {
  opacity: 1;
  transform: translateY(0px);
}

#search-section .x-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: white;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 15px;
}

#search-section .x-search:hover {
  color: #11467f;
  background: white;
}

@media all and (min-width: 992px) {
  #search-section .search-container-navbar .main-content input {
    min-width: 500px;
  }
}

@media (max-width: 991px) {
  #search-section .search-container-navbar .main-content {
    padding: 20px 20px;
  }

  #search-section .search-container-navbar .main-content input {
    font-size: 16px;
  }
}

/*CSS TIM KIEM*/

/*================ HEADER CSS =================================================================================*/

/*----------------- MODAL HEADER MENU_MODEL ---------------------*/
.modal-header a {
  color: #00a651;
  transition: 0.3s;
}

#main-modal-menu .modal-header i {
  font-size: 26px;
  color: #d72134;
  transform: translateY(3px);
  /*	padding-left: 10px;*/
  transition: 0.3s;
  padding-left: 0px;
  padding-right: 10px;
}

#main-modal-menu .modal-header a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

/*#main-modal-menu .modal-header a:hover i{
	color: #11467F;
}*/
/*----------------- END MODAL HEADER MENU_MODEL ---------------------*/

/*================TOP BANNER===================*/
.topbanner-in ul {
  padding: 0px;
}

.topbanner-in ul li:nth-child(1) {
  /*			padding-top: 10px*/
}

.topbanner-in ul li {
  height: 45px;
  line-height: 45px;
  align-items: center;
  border-top: 1px solid gray;
  padding: 0px 10px 10px 20px;
  list-style: none;
}

.topbanner-in ul a {
  font-weight: 400;
  /*			color: white;*/
  color: black;
  font-weight: bold;
  font-size: 1rem;
}

.topnav-desk a {
  padding: 0px;
  color: white;
}

/*================TOP BANNER END===================*/

/*---------------- VIDEO BANNER --------------------*/
#video-banner-btn {
  border: 2px solid #d72134;
}

#video-banner-btn .fa-solid {
  color: #0e3f73;
}

.v2-banner-video {
  position: relative;
}

.v2-banner-video video {
  width: 100%;
}

.video-control {
  position: absolute;
  left: 2em;
  bottom: 2em;
  /*		min-width: 3.0em;*/
  height: 50px;
  width: 50px;
  padding: 0.5em 1em;
  text-align: center;
  border-radius: 9in;
  background: #0e4175;
  background-color: rgba(255, 255, 255, 1);
}

.video-control:not(.playing) .video-control-play,
.video-control.playing .video-control-pause {
  display: none;
}

.example_d {
  /*		color: #005228 !important;*/
  color: #0e3f73 !important;
  text-transform: uppercase;
  background: #ffffff;
  padding: 10px 10px 10px 10px;
  border: 4px solid #d72134 !important;
  border-radius: 5px;
  display: inline-block;
  font-weight: normal;
  transition: all 0.3s ease 0s;
}

.example_d:hover {
  background-color: #d72134;
  color: white !important;
  border-radius: 30px;
  border-color: #d72134 !important;
  transition: all 0.3s ease 0s;
}

.menusinhvien-item .menuactive {
  background-color: #d72134;
}

.menusinhvien-item .menusinhvien-text {
  font-family: "SVN-Gilroy SemiBold", sans-serif !important;
}

.menusinhvien-item .menuactive .menusinhvien-text {
  color: white;
}

.menusinhvien-block {
  padding-bottom: 5px;
}

.matruong-img {
  max-width: 400px;
  width: 100%;
}

@media (max-width: 991px) {
  .matruong-img {
    width: 85%;
  }
}

.menu-title {
  font-weight: bold;
  line-height: 56px;
  text-shadow: 0 0 15px rgba(35, 35, 35, 0.75);
  padding-bottom: 30px;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .menu-title {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

.menu-title h2 {
  color: white;
  font-size: 45px;
}

.video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

@media all and (min-width: 992px) {
  #v2-menusinhvien-all {
    position: absolute;
    /* bottom: 3em; */
    bottom: 70px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .example_d {
    width: 170px;
    min-height: 76px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  #v2-menusinhvien-all {
    margin-top: -60px;
    position: relative;
    padding-bottom: 35px;
    padding-top: 35px;
    /*				top: 105%;
				left: 50%;
				transform: translate(-50%, -50%);*/
  }

  .paper_menu_all {
    /*	background-image: linear-gradient(#ccc 0.6px, transparent 0.6px), linear-gradient(90deg, #ccc 0.6px, transparent 0.6px), linear-gradient(#ccc 1.8px, transparent 1.8px), linear-gradient(90deg, #ccc 1.8px, #fff 1.8px);
			background-size: 150px 150px, 150px 150px, 58px 58px, 58px 58px;
			background-position: -3.6px -3.6px, -3.6px -3.6px, -1.8px -1.8px, -1.8px -1.8px;*/

    /* background-image:
			linear-gradient(#ccc 0.6px, transparent 0.6px),
			linear-gradient(90deg, #ccc 0.6px, transparent 0.6px);

		background-size: 50px 50px, 50px 50px;
		background-position: -3.6px -3.6px, -3.6px -3.6px; */

    background: #f5f2ea;
  }

  .example_d {
    width: 100%;
    max-width: 350px;
  }

  .menu-title h2 {
    color: #005228;
  }
}

/*-------------------- END VIDEO BANNER --------------------*/

/*-------------------- CHUNG CHI KIEM DINH --------------------*/
.dauan-dnc {
  max-width: 1920px;
  margin: 0px auto 70px auto;
  padding: 70px 0;
  background-image: url("https://nctu.edu.vn/videos/bannerdnc/banner-nhungdauan.jpg");
  background-size: cover;
}

.dauan-dnc-container {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 12px;
}

.noibat-image-item img {
  width: 100%;
}

.noibat-image-item img:hover {
  opacity: 1;
  -webkit-animation: flashed 0.7s;
  animation: flashed 0.7s;
}

.dauan-dnc-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.dauan-dnc-title_img {
  max-width: 300px;
  width: 40%;
}

.dauan-dnc-title_text {
  max-width: 450px;
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 26px;
  line-height: 30px;
  color: white;
  text-align: right;
  font-weight: 300;
  /* text-transform: uppercase; */
}

.noibat-image-item {
  width: 100%;
  height: 100%;
  align-items: center;
}

.col-45-noibat {
  width: 45%;
}

.col-55-noibat {
  width: 55%;
}

.noibat-image-item:nth-child(1) {
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.noibat-image-item .item1 {
  width: 100%;
  height: auto;
  max-width: 444px;
  max-height: 430px;
}

.noibat-image-item .item2,
.noibat-image-item .item3 {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 355px;
  max-height: 205px;
}

.noibat-image_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 29, 61, 0.8),
    rgba(31, 126, 229, 0.8)
  );

  font-size: 16px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  padding: 5px 15px;
}

.dauan-dnc-number {
  background: rgba(183, 183, 183, 0.08);
  padding: 40px 50px 60px 50px;
}

.dauan-dnc-number_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
  padding-top: 7px;
}

.dauan-dnc-number_title {
  font-family: "SVN-Gilroy", sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 500;
  padding-right: 50px;
}

.dauan-dnc-number_number {
  font-family: "Roboto Condensed", sans-serif;
  color: #ffee46;
  font-size: 33px;
  font-weight: 400;
}

.more-new-noibat {
  font-size: 15px;
  padding-top: 15px;
  font-weight: bold;
  color: #ffee46;
  font-family: "Roboto Condensed", sans-serif;
}

.more-new-noibat:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.more-new-noibat i {
  color: #d72134;
}

@media all and (min-width: 992px) {
  .dauan-dnc-left,
  .dauan-dnc-right {
    padding: 25px;
  }

  .dauan-dnc-left {
    margin-top: -18px;
  }
}

@media (max-width: 1440px) {
  .dauan-dnc-title_text {
    max-width: 350px;
    font-size: 20px;
    line-height: 25px;
  }

  .dauan-dnc-number_title {
    font-size: 18px;
  }

  .dauan-dnc-number_number {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .dauan-dnc-number {
    padding: 10px 30px 20px 30px;
  }

  .dauan-dnc-title_text {
    max-width: 300px;
    font-size: 15px;
    line-height: 20px;
  }

  .noibat-image_title {
    font-size: 10px;
  }

  .dauan-dnc-number_title {
    font-size: 16px;
  }

  .dauan-dnc-number_number {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .dauan-dnc {
    padding: 50px 0;
    margin-bottom: 30px;
  }

  .dauan-dnc-left {
    margin-top: 20px;
  }

  .dauan-dnc-title_img {
    width: 60%;
  }

  /* .noibat-image-item:nth-child(1) {
		margin-right: 12px;
	} */

  .dauan-dnc-title {
    flex-direction: column;
  }

  .dauan-dnc-title_text {
    text-align: center;
    margin-top: 20px;
    max-width: 80%;
    font-size: 19px;
    line-height: 26px;
  }

  .dauan-dnc-number {
    padding: 10px 10px 20px 10px;
  }

  .dauan-dnc-number_number {
    font-size: 21px;
  }
}

/*CODE CU DINH BEN TUYEN SINH================*/
.thanhtich-block {
  padding-top: 20px;
}

.thanhtich-img {
  width: 80%;
  background-color: white;
  overflow: hidden;
  border-radius: ;
}

.thanhtich-img img {
  width: 100%;
  transition: 0.2s ease-in-out;
}

.thanhtich-title {
  padding: 15px 0px 15px 0px;
  color: #fff;
  width: 80%;
  margin: 0 auto;
}

.thanhtich-title h6 {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.title-why-block {
  padding: 50px 0px 30px 0px;
  background-color: ;
}

.title-why-text h2 {
  padding: 0px 40px 0px 40px;
  font-weight: bold;
  color: #ffee46;
  font-size: 25px;
  font-family: "K2D";
}

.csvc-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffee46;
}

.csvc-text {
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.csvc-block {
  background-color: ;
  padding: 10px 0px 10px 0px;
  text-align: center;
}

.thanhtich-img img:hover {
  opacity: 1;
  -webkit-animation: flashed 0.7s;
  animation: flashed 0.7s;
}

/*CODE CU DINH BEN TUYEN SINH================*/

@-webkit-keyframes flashed {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flashed {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

/*-------------------- END CHUNG CHI KIEM DINH --------------------*/

/*---------------------- DROPDOWN TIN TUC ------------------------*/
.v2-tintuc2-img {
  width: 100%;
  height: 250px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.2s ease-in-out;
}

.v2-tintuc2-th-left-img,
.v2-tintuc2-th-right-img {
  width: 100%;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.2s ease-in-out;
}

.v2-tintuc2-th-left-img {
  height: 385px;
}

.v2-tintuc2-th-right-img {
  height: 175px;
}

.v2-tintuc2-th-left {
  padding: 20px 20px 20px 20px;
  height: 550px;
}

.v2-tintuc2-th-right {
  padding: 20px 10px 0px 10px;
  height: auto;
  min-height: 350px;
}

.v2-tintuc2 {
  padding: 20px 20px 20px 20px;
  height: auto;
  /*		min-height: 400px;*/
  /*		border-left: 1px solid gray;
		border-right: 1px solid gray;*/
}

/*	.v2-tintuc2-img:hover, .v2-tintuc2-th-left-img:hover, .v2-tintuc2-th-right-img:hover{
	   transform: scale(1.05);
	}
*/
.v2-tintuc2-left-block,
.v2-tintuc2-right-block,
.v2-tintuc2-child {
  position: relative;
}

.v2-tintuc2-left-block:before,
.v2-tintuc2-right-block:before,
.v2-tintuc2-child:before {
  /* background-color: #FFC107; */
  background: #ffd24b;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.25, 0, 0.5, 1);
  transition: -webkit-transform 0.24s cubic-bezier(0.25, 0, 0.5, 1);
  transition: transform 0.24s cubic-bezier(0.25, 0, 0.5, 1);
  transition: transform 0.24s cubic-bezier(0.25, 0, 0.5, 1),
    -webkit-transform 0.24s cubic-bezier(0.25, 0, 0.5, 1);
  z-index: -1;
  border-radius: 15px;
}

.v2-tintuc2-left-block:hover::before {
  transform: translate(-10px, 10px);
}

.v2-tintuc2-right-block:hover::before {
  transform: translate(8px, 8px);
}

.v2-tintuc2-child:hover::before {
  transform: translate(0px, -10px);
}

.v2-tintuc2-topic {
  padding: 15px 0px 10px 0px;
}

.v2-tintuc2-topic a {
  text-transform: uppercase;
  font-weight: bold;
  color: #ec3237;
  font-size: 16px;
}

.v2-tintuc2-date {
  font-style: italic;
  font-size: 14px;
  color: #606060;
}

.v2-tintuc2-title a {
  color: #171414;
  padding-bottom: 10px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}

.v2-tintuc2-title {
  padding-bottom: 15px;
  min-height: 65px;
}

.v2-tintuc2-title a:hover {
  /*		color: #00A651;*/
  color: #293b8f;
}

.v2-tintuc2-line {
  margin: 0 auto;
  max-width: 80%;
  /*    border-top: 1px solid #DFDFDF;*/
  border-top: 1px solid #cecece;
  margin-bottom: 12px;
  margin-top: 10px;
}

.v2-tintuc2-line-title {
  margin: 0 auto;
  max-width: 5%;
  /*	    border-top: 5px solid #00A651;*/
  border-top: 5px solid #293b8f;
  margin-bottom: 12px;
}

.border-tt {
  border-left: 1px solid #cecece;
}

.border-tt:nth-child(1),
.border-tt:nth-child(4) {
  border-left: none;
}

.border-tt:nth-child(3),
.border-tt:nth-child(6) {
  /*		border-right: 1px solid #cecece;*/
}

.border-th {
  /*		border-left: 1px solid #cecece;*/
}

.border-th-child {
  border-left: 1px solid #cecece;
}

.border-th-child:nth-child(2),
.border-th-child:nth-child(4) {
  /*		border-right: 1px solid #cecece;*/
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .v2-tintuc2 {
    /*			min-height: 400px;*/
  }
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {
  .v2-tintuc2-img {
    height: 250px;
  }

  .v2-tintuc2-th-right {
    padding: 20px 20px 0px 20px;
    height: auto;
    min-height: auto;
  }

  .v2-tintuc2-th-left-img {
    height: 200px;
  }

  .v2-tintuc2-th-right-img {
    height: 100px;
  }

  .v2-tintuc2-th-left {
    height: auto;
  }

  .v2-tintuc2-six {
    height: auto;
  }

  .v2-tintuc2 {
    padding: 0px 20px 10px 20px;
    height: auto;
  }

  .v2-tintuc2-title {
    padding-bottom: 0px;
  }
}

/* ============ mobile view .end// ============ */
/*---------------------- END DROPDOWN TIN TUC ------------------------*/

/*---------------------- LICH SU KIEN ------------------------*/
.lichsukien-bg {
  background-color: #da1f23;
  background: linear-gradient(-45deg, #da1f23, #dbf251, #23a6d5, #03bb0e);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.v2-lichsukien-block {
  max-width: 1430px;
  background-color: ;
  /*		padding-top: 100px;
		padding-bottom: 50px;*/
  margin: 0 auto;
}

.v2-lichsukien-title {
  padding-bottom: 30px;
  color: #171414;
}

.v2-lichsukien-title b {
  font-family: "K2D";
}

.v2-lichsukien-title a {
  color: #171414;
  font-size: 20px;
}

.v2-lichsukien-title a:hover {
  color: #005228;
}

.v2-events {
  margin: 0 auto;
  /*		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
}

.v2-lichsukien-block .card {
  border-radius: 0px;
}

.v2-lichsukien-block .card-body {
  background-color: ;
  height: 240px;
}

.v2-lichsukien-img {
  width: 100%;
  /*		height: 200px;*/
  aspect-ratio: 16 / 9;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.2s ease-in-out;

  position: relative;
}

/*	.v2-lichsukien-img:hover{
	  	transform: scale(1.05);
	 }*/

.v2-lichsukien-img:before {
  /* background-color: #FFC107; */
  background-color: #ffd24b;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.25, 0, 0.5, 1);
  transition: -webkit-transform 0.24s cubic-bezier(0.25, 0, 0.5, 1);
  transition: transform 0.24s cubic-bezier(0.25, 0, 0.5, 1);
  transition: transform 0.24s cubic-bezier(0.25, 0, 0.5, 1),
    -webkit-transform 0.24s cubic-bezier(0.25, 0, 0.5, 1);
  z-index: -1;
  border-radius: 15px;
}

.v2-lichsukien-img:hover::before {
  transform: translate(0px, -10px);
}

.v2-lichsukien-line {
  border-top: 1px solid #cecece;
  margin-bottom: 12px;
  margin-top: 10px;
}

.v2-lichsukien-block .card-title {
  font-size: 18px;
  font-weight: bold;
  color: #171414;
  margin-top: 10px;
}

.v2-lichsukien-block .card-text {
  font-size: 15px;
  color: #686868;
}

.v2-events .fa-calendar-days,
.v2-events .fa-clock {
  font-size: 15px;
  color: #005228;
}

.v2-events h5,
.v2-events .card-text {
  font-family: "K2D";
}

.v2-events .card-body h5 {
  height: 90px;
}

.lsk-block .card-body .card-title {
  color: black;
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .lsk-item {
    border-right: 1px solid #cecece;
  }

  .lsk-item:nth-child(5) {
    border-right: none;
  }
}

/* ============ desktop view .end// ============ */
/*---------------------- END LICH SU KIEN ------------------------*/

/*---------------------- KHOA VA NGANH DAO TAO ------------------------*/
.v2-khoavanganh {
  /*		padding-top: 30px;
		padding-bottom: 70px;*/
}

.v2-khoavanganh a {
  color: black;
  padding-top: 5px;
  font-family: "K2D";
}

.v2-khoavanganh a:hover {
  text-decoration: underline;
}

.v2-khoavanganh-line {
  border-top: 1px solid #005228;
  margin-bottom: 12px;
  margin-top: 10px;
}

.khoavanganh-title {
  padding-bottom: 30px;
  color: #171414;
}

.khoavanganh-title a {
  color: #171414;
  font-size: 20px;
  font-weight: 500;
  font-family: "K2D";
}

.khoavanganh-title b {
}

.v2-khoavanganh-block {
  max-width: 1430px;
  margin: 0 auto;
}

.v2-khoa-showhide {
  padding-bottom: 10px;
}

.v2-khoa-showhide ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.v2-khoa-showhide .content-collapse {
  padding-top: 10px;
  padding-bottom: 20px;
}

.v2-khoa-showhide p {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.1rem;
}

.btn-khoa {
  color: #d72134;
  padding-left: 30px;
}

.khoa-p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.khoavanganh-li {
  margin-bottom: 6px;
}

@media (max-width: 991px) {
  .khoavanganh-title {
    padding-bottom: 30px;
  }

  .khoavanganh-title a {
    margin-bottom: 30px;
  }

  .v2-khoa-showhide p {
    font-size: 16px;
  }
}

/*---------------------- END KHOA VA NGANH DAO TAO ------------------------*/

/*---------------------- BAC DAO TAO ------------------------*/
.bacdaotao {
  /*		max-height: 833px;*/
  margin: 0 auto;
  max-width: 1920px;
  /*		background-image: url("https://demo.nctu.edu.vn/videos/bacdaotao-bg/bacdaotao-bg.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
}

.bacdaotao .bacdaotao-block {
  font-size: 1.4em;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bacdaotao .bacdaotao-block {
  cursor: pointer;
  padding: 30px;
  transition: 0.3s;
}

.bacdaotao-items {
  margin: 0px;
}

.bac-info {
  margin-bottom: 20px;
  font-size: 18px;
  color: black;
  background-color: rgba(253, 217, 66, 0.88);
  padding: 20px;
  font-family: "DVN-Poppins", sans-serif;
}

.bac-info-block .evo-ctdt-title {
  color: #febd25;
}

.btn-bacdaotao {
  /*    border: 2px solid rgba(223,223,223,0.7);*/
  border: 2px solid rgba(255, 255, 255, 1);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
  height: 35px;
  width: 35px;
  font-size: 20px !important;
  --swiper-navigation-size: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto !important;
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
  /*    border-radius: 100%;*/
}

.btn-bacdaotao:hover {
  /*  	border: 2px solid rgba(255,255,255,1);
  	color: rgba(255,255,255,1);*/
}

.bacdaotao-items a {
  font-size: 19px;
  color: #171414;
}

.bacdaotao-block > div {
  color: #005228;
  display: none;
}

.bacdaotao-block > div:hover a {
  color: #005228;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .bacdaotao-block {
    border-left: 1px solid gray;
  }

  .bacdaotao-block:nth-child(-n + 3) {
    border-bottom: 1px solid gray;
  }

  .bacdaotao-items {
    padding: 250px 20px 250px 20px;
  }

  .bacdaotao .bacdaotao-block {
    padding: 20px;
  }

  .bac-info-block {
    padding: 300px 0px;
    background-position: center;
  }

  .bac-info-block .evo-ctdt-title {
    margin-left: 5%;
  }

  .bac-info {
    text-align: justify;
    margin-top: 50px;
    margin-left: 5%;
    margin-right: 45%;
    max-width: 60%;
  }

  .bacdaotao-right-chon {
    position: absolute;
    top: 20%;
    right: 2%;
    max-width: 400px;
    border-radius: 20px 0px 0px 20px;
  }
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {
  .bacdaotao-block {
    border-bottom: 1px solid gray;
  }

  .bac-info-block {
    padding: 10px 20px 0px 20px;
    /*		  background-position: center;*/
    background-position: 40% 50%;
  }

  .bacdaotao-items {
    padding: 10px;
  }

  .bacdaotao .bacdaotao-block {
    padding: 10px;
  }

  .bac-info {
    text-align: justify;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 0px;

    transform: translate(10px, 65px);
    position: relative;
    z-index: 2;
    font-size: 18px;
  }

  .bac-info-block .evo-ctdt-title {
    margin-left: 20px;
  }
}

/* ============ mobile view .end// ============ */
/*---------------------- END BAC DAO TAO ------------------------*/

/*---------------------- DOI TAC CHIEN LUOC ------------------------*/

/*---------------------- END DOI TAC CHIEN LUOC ------------------------*/

/*---------------------- HOP TAC QUOC TE ------------------------*/
.hub-slider {
  position: relative;
}

.hub-slider ul {
  list-style: none;
}

.hub-slider ul li {
  width: 100%;
  height: 550px;
  /*      background: #DA4453;*/
  color: #fff;
  line-height: 300px;
  text-align: center;
  position: absolute;
  border-radius: 5px;
  right: 0;
  top: 0;
}

.hub-slider-controls {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 4;
}

.hub-slider-arrow {
  width: 40px;
  height: 40px;
  border: none;
  background: #0f467f;
  color: #fff;
  font-weight: bold;
}

.htqt2-img {
  width: 100%;
  height: 550px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.2s ease-in-out;
}

.hub-slider-title {
  line-height: 30px;
  font-weight: bold;
  font-size: 25px;
  padding-bottom: 20px;
}

.htqt2-img {
  /*    	border: 5px solid rgb(239 180 92);*/
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .hub-slider-block {
    padding: 100px;
  }
}

/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
  .htqt2-img,
  .hub-slider ul li {
    height: 300px;
  }

  .hub-slider-left {
    padding-bottom: 30px;
  }
}

/* ============ mobile view .end// ============ */
/*---------------------- END HOP TAC QUOC TE ------------------------*/

/*---------------------- NGHIEN CUU KHOA HOC ------------------------*/
.v2-nckh-block {
  max-width: 1430px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 auto;
}

.v2-nckh-title {
  color: #171414;
  display: flex;
  align-items: center;
}

.v2-nckh-desc {
  padding: 0px 0px 20px 0px;
  max-width: 780px;
  font-size: 18px;
  display: flex;
  align-items: center;
  /*		border-left: 3px solid green;*/
}

.v2-nckh-title b {
  font-family: "K2D";
}

.v2-daotao {
  margin: 0 auto;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

.v2-nckh-block .card {
  border-radius: 0px;
}

.v2-nckh-block .card-body {
  background-color: ;
  height: 200px;
}

.v2-nckh-img {
  width: 100%;
  height: 250px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.2s ease-in-out;
}

.v2-nckh-img:hover {
  transform: scale(1.05);
}

.v2-nckh-line {
  border-top: 1px solid #005228;
  margin-bottom: 12px;
  margin-top: 10px;
}

.v2-nckh-block .card-title {
  font-size: 18px;
  font-weight: bold;
  color: #171414;
  margin-top: 10px;
}

.v2-nckh-block .card-text {
  font-size: 15px;
  color: #686868;
}

@media (max-width: 991px) {
  .v2-nckh-desc {
    font-size: 16px;
  }
}

/*---------------------- END NGHIEN CUU KHOA HOC ------------------------*/

/*---------------------- TAM NHIN SU MANG ------------------------*/
.v2-sumenh-img {
  width: 100%;
  height: 450px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.2s ease-in-out;
}

.v2-sumenh-imghover {
  /*	filter: blur(5px);
  -webkit-filter: blur(5px);*/
}

/*.v2-sumenh-imghover:hover{
	transform: scale(1.05);
}*/
.sumang1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  color: white;
  padding: 10px;
  background-color: green;
}

.sumang-block-r {
  padding: 50px;
  color: white;
}

.sumang-block-r-more {
  padding-top: 15px;
}

.sumang-block-r-more a:hover {
  text-decoration: underline;
}

.sumang-block-r a {
  font-size: 19px;
  color: #d72134;
}

.sumang-block-r-title {
  margin-bottom: 20px;
}

.sumang-block-r-text {
  text-align: justify;
  font-size: 18px;
  font-family: "DVN-Poppins", sans-serif;
}

.sumang-img {
  padding: 0px 0px 10px 0px;
  max-width: 600px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .sumang-bor-l-top {
    border-radius: 20px 0px 0px 0px;
  }

  .sumang-bor-r-top {
    border-radius: 0px 20px 0px 0px;
  }

  .sumang-bor-l-bottom {
    border-radius: 0px 0px 0px 20px;
  }

  .sumang-bor-r-bottom {
    border-radius: 0px 0px 20px 0px;
  }
}

/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
  .v2-sumenh-img {
    height: 200px;
  }

  .sumang-bor-l-top {
    border-radius: 20px 20px 0px 0px;
  }

  .sumang-bor-r-bottom {
    border-radius: 0px 0px 20px 20px;
  }

  .sumang-block-r-text {
    font-size: 16px;
  }
}

/* ============ mobile view .end// ============ */

/* ============ XEM THEM SU MANG ============ */
.sumang-more {
  position: relative;
  padding: 10px;
  margin-top: 30px;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  user-select: none;
  z-index: 1;
  max-width: 200px;
  border: 2px solid white;
}

.sumang-more:before,
.sumang-more:after {
  content: "";
  position: absolute;
  transition: inherit;
  z-index: -1;
}

.sumang-more:hover {
  color: white;
  transition-delay: 0.5s;
}

.sumang-more:hover:before {
  transition-delay: 0s;
}

.sumang-more:hover:after {
  background: #ff0000;
  transition-delay: 0.35s;
}

/* From Top */
.from-top:before,
.from-top:after {
  left: 0;
  height: 0;
  width: 100%;
}

.from-top:before {
  bottom: 0;
  border: 2px solid #ff0000;
  border-top: 0;
  border-bottom: 0;
}

.from-top:after {
  top: 0;
  height: 0;
}

.from-top:hover:before,
.from-top:hover:after {
  height: 100%;
}

/* ============ END XEM THEM SU MANG ============ */

/* ============ XEM THEM TAM NHIN ============ */
.tamnhin-more {
  position: relative;
  padding: 10px;
  margin-top: 30px;
  font-size: 16px;
  color: black;
  text-transform: uppercase;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  user-select: none;
  z-index: 1;
  max-width: 200px;
  border: 2px solid black;
}

.tamnhin-more:before,
.tamnhin-more:after {
  content: "";
  position: absolute;
  transition: inherit;
  z-index: -1;
}

.tamnhin-more:hover {
  color: #ffff00;
  transition-delay: 0.5s;
}

.tamnhin-more:hover:before {
  transition-delay: 0s;
}

.tamnhin-more:hover:after {
  background: #d72134;
  transition-delay: 0.35s;
}

/* From center */
.from-center:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
  border: 2px solid #d72134;
  border-left: 0;
  border-right: 0;
}

.from-center:after {
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: var(--inv);
}

.from-center:hover:before {
  left: 0;
  width: 100%;
}

.from-center:hover:after {
  top: 0;
  height: 100%;
}

/* ============ END XEM THEM TAM NHIN ============ */

/* ============ XEM THEM DOANH NGHIEP ============ */
.doanhnghiep-more {
  position: relative;
  padding: 10px;
  margin-top: 30px;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  user-select: none;
  z-index: 1;
  max-width: 200px;
  border: 2px solid white;
}

.doanhnghiep-more:before,
.doanhnghiep-more:after {
  content: "";
  position: absolute;
  transition: inherit;
  z-index: -1;
}

.doanhnghiep-more:hover {
  color: #00356b;
  transition-delay: 0.5s;
}

.doanhnghiep-more:hover:before {
  transition-delay: 0s;
}

.doanhnghiep-more:hover:after {
  background: goldenrod;
  transition-delay: 0.35s;
}

/* From Left */
.from-left:before,
.from-left:after {
  top: 0;
  width: 0;
  height: 100%;
}

.from-left:before {
  right: 0;
  border: 2px solid goldenrod;
  border-left: 0;
  border-right: 0;
}

.from-left:after {
  left: 0;
}

.from-left:hover:before,
.from-left:hover:after {
  width: 100%;
}

/* ============ END XEM THEM DOANH NGHIEP ============ */
/*---------------------- END TAM NHIN SU MANG ------------------------*/

/*---------------------- DOI SONG SINH VIEN ------------------------*/
.staticgallery {
  padding: 3px;
}

.staticgallery-title {
  padding-bottom: 10px;
  color: #01366c;
}

.staticgallery-img p {
  color: #757575;
  font-size: 19px;
}

.staticgallery-desc {
  margin: 0 auto;
}

.staticgallery-desc a {
  font-size: 18px;
}

.staticgallery-desc p {
  color: black;
  font-size: 18px;
  /* font-family: 'DVN-Poppins', sans-serif; */
  font-family: "Montserrat", sans-serif;
}

.staticgallery-img {
  margin-bottom: 6px;
  border-radius: 5px;
  width: 100%;
  height: 170px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.2s ease-in-out;
}

.staticgallery-img:hover {
  /*  	transform: scale(1.05);*/
  -webkit-filter: brightness(55%);
}

.staticgallery a {
  font-size: 19px;
  color: #005228;
}

.dssv-zoom {
  visibility: hidden;
  border-radius: 10px;
  padding: 10px;
  background-color: rgba(215, 33, 52, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.dssv-album {
  border-radius: 10px;
  padding: 10px;
  background-color: rgba(0, 82, 40, 0.7);
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
  pointer-events: none;
}

.staticgallery-zoom:hover .dssv-zoom {
  visibility: visible;
  transform: translate(-50%, -50%);
}

@media all and (min-width: 992px) {
  .hidden-gallery {
    display: none;
  }

  .dssv-block-title {
    z-index: 1;
  }

  .dssv-fluid {
    padding-top: 180px;
    height: 990px;
    position: relative;
  }

  .dssv-block-title {
    position: absolute;
    top: 0;
  }
}

@media (max-width: 991px) {
  .staticgallery-desc p {
    font-size: 16px;
  }
}

/*---------------------- END DOI SONG SINH VIEN ------------------------*/

/*	-------------------- THONG TIN LIEN QUAN -----------------*/
.quantam-block {
  background-color: white;
  height: auto;
}

.quantam-left .quantam-left-1 {
  font-size: 18px;
  color: #292c2f;
  font-family: "Montserrat", sans-serif;
}

.quantam-left .quantam-left-2 {
  font-size: 34px;
  line-height: 1.25;
  color: #292c2f;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.quantam-right-item a {
  font-family: "Montserrat", sans-serif;
}

.quantam-right {
  height: 100%;
  border-left: 2px solid #d0d1d3;
  color: #292c2f;
  font-size: 20px;
  font-weight: bold;
}

.quantam-right ul a {
  color: #292c2f;
  transition: 0.3s;
}

.quantam-right ul a:hover {
  text-decoration: underline;
  color: #557c55;
}

.quantam-right ul li {
  list-style: none;
  padding: 10px 10px 10px 0px;
}

.quantam-right ul li:nth-child(1),
.quantam-right ul li:nth-child(2) {
  border-bottom: 1px solid #d0d1d3;
}

.quantam-block .quantam-main {
  max-width: 1425px;
  margin: 0 auto;
  padding: 50px 100px;
  background-color: #f6f1bb;
}

@media (max-width: 991px) {
  .quantam-block .quantam-main {
    padding: 30px 30px;
  }

  .quantam-right {
    font-size: 18px;
  }

  .quantam-left .quantam-left-1 {
    font-size: 18px;
  }

  .quantam-left .quantam-left-2 {
    font-size: 28px;
  }
}

/*	-------------------- END THONG TIN LIEN QUAN -----------------*/

/*------------------------- THONG TIN LIEN HE -------------------------*/
#daotaopage-ttlh {
  background: #f5f2ea;
  padding-bottom: 50px;
}

#daotaopage-ttlh .row-ttlh-title {
  max-width: 1430px;
  padding: 0px;
  margin: 0 auto;
}

#daotaopage-ttlh .row-ttlh-content {
  max-width: 1430px;
  margin: 0 auto;
}

#daotaopage-ttlh .v2-khoavanganh-line {
  max-width: 50%;
  border-color: #0f467f;
}

#daotaopage-ttlh .btn-ttlh {
  max-width: 50%;
}

#daotaopage-ttlh .tt-title {
  font-family: "DVN-Poppins", sans-serif;
}

#daotaopage-ttlh .tt-info,
#daotaopage-ttlh .tt-info * {
  color: #0f467f;
  font-family: "DVN-Poppins", sans-serif;
}

#daotaopage-ttlh .btn-collapse-title {
  font-family: "Roboto Condensed", sans-serif;
}

#daotaopage-ttlh .ttlh-title {
  padding-bottom: 30px;
}

#daotaopage-ttlh .ttlh-title .dnc-h1 {
  font-weight: bold;
  color: black;
  font-family: "Roboto Condensed", sans-serif;
}

#daotaopage-ttlh .ul-none {
  display: none;
  padding-top: 15px;
}

@media (max-width: 991px) {
  #daotaopage-ttlh .v2-khoavanganh-line {
    max-width: 100%;
  }

  #daotaopage-ttlh .btn-ttlh {
    max-width: 100%;
  }
}

/* ============ v2 ============ */
#contact-block-v2 {
  background: #f5f2ea;
  padding-bottom: 50px;
}

#contact-block-v2 .row-ttlh-title {
  max-width: 1430px;
  padding: 0px;
  margin: 0 auto 20px auto;
}

#contact-block-v2 .row-ttlh-content {
  max-width: 1430px;
  margin: 0 auto;
}

#contact-block-v2 .row-ttlh-title .dnc-h1 {
  position: relative;
  color: var(--primary-color);
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
}

#contact-block-v2 .v2-khoa-showhide p {
  color: var(--sub-color);
  font-size: 18px;
}

#contact-block-v2 .v2-khoa-showhide ul.ul-none {
  border-left: 2px solid var(--primary-color);
  padding-left: 15px;
  display: none;
}

#contact-block-v2 .v2-khoa-showhide * {
  color: var(--sub-color);
}

#contact-block-v2 .v2-khoa-showhide *:not(i) {
  font-family: "Montserrat", sans-serif !important;
}

#contact-block-v2 .v2-khoa-showhide {
  padding-bottom: 25px;
}

#contact-block-v2 img.icon {
  transition: transform 0.3s ease;
}

#contact-block-v2 img.icon.rotate {
  transform: rotate(180deg);
}

#contact-block-v2 .btn-collapse-title span {
  padding-right: 30px;
}

@media all and (min-width: 992px) {
  /* #contact-block-v2 .row-ttlh-title .dnc-h1:before {
		content: '';
		position: absolute;
		border-radius: 50%;
		top: 50%;
		left: -50px;
		transform: translateY(-50%);
		height: 32px;
		width: 32px;
		background: var(--primary-color);
	} */

  #contact-block-v2 .v2-khoa-showhide {
    padding-right: 80px;
    max-width: 900px;
  }
}

@media (max-width: 991px) {
  #contact-block-v2 .v2-khoa-showhide p {
    font-size: 16px;
  }
}

/*------------------------- END THONG TIN LIEN HE -------------------------*/
