@import "/wp-content/themes/n2/assets/css/_bootstrap.min.css";
@font-face {
  font-display: swap;
  font-family: "UTM Cafeta";
  font-style: normal;
  src: url("/wp-content/themes/n2/assets/fonts/00052-UTM-Cafeta.ttf");
  font-display: swap;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: initial;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 930px;
  }
}
body {
  font-family: "UTM Cafeta", sans-serif;
  font-size: 30px;
  overflow-x: hidden;
  background: #e5e5e7;
}
body .header-menu {
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  margin-bottom: -116px;
}
body .header-menu .main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 116px;
}
@media (max-width: 1199px) {
  body .header-menu .main-menu {
    display: none;
    position: absolute;
    top: 116px;
    flex-direction: column;
    background: #000;
    z-index: 3;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  body .header-menu .main-menu {
    top: 60px;
  }
}
@media (max-width: 767px) {
  body .header-menu .main-menu {
    left: 0;
  }
}
body .header-menu .main-menu .menu-item {
  position: relative;
}
@media (max-width: 1199px) {
  body .header-menu .main-menu .menu-item {
    margin-bottom: 10px;
  }
}
body .header-menu .main-menu .menu-item:not(.logo-brand) {
  background: url("/wp-content/themes/n2/assets/images/btn_1.png");
  width: 188px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  body .header-menu .main-menu .menu-item:not(.logo-brand) {
    width: 130px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
body .header-menu .main-menu .menu-item.logo-brand {
  width: 410px;
  height: 67px;
}
@media (max-width: 1199px) {
  body .header-menu .main-menu .menu-item.logo-brand {
    display: none;
  }
}
body .header-menu .main-menu .menu-item.logo-brand .logo {
  position: absolute;
  top: -25px;
}
body .header-menu .main-menu .menu-item a {
  font-size: 41.3px;
}
@media (max-width: 767px) {
  body .header-menu .main-menu .menu-item a {
    font-size: 25px;
  }
}
body .header-menu .menu-mobile {
  min-height: 116px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 1200px) {
  body .header-menu .menu-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  body .header-menu .menu-mobile {
    min-height: 60px;
  }
}
body .header-menu .menu-mobile .btn-mobile img {
  width: 50%;
}
body .header-menu .menu-mobile .logo-brand {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
body .header-menu .menu-mobile .logo-brand .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30rem;
}
body .section-1 {
  padding-top: 45rem;
  background: url("/wp-content/themes/n2/assets/images/banner-1.jpg")
    center/cover no-repeat;
  width: 100%;
  height: 105rem;
}
@media (max-width: 1199px) {
  body .section-1 {
    height: auto;
    background-size: 100%;
    background-position-y: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  body .section-1 {
    height: auto;
    background-size: 200%;
    background-position-y: 0;
    margin-bottom: 60px;
  }
}
body .section-1 .event-wrap .event-left {
  position: relative;
}
body .section-1 .event-wrap .event-left .event-thumb {
  position: absolute;
  top: 32px;
  left: 169px;
  right: 20px;
  bottom: 141px;
  background: #000;
  clip-path: polygon(5% 0%, 89% 0%, 100% 100%, 0% 99%);
}
@media (max-width: 1399px) {
  body .section-1 .event-wrap .event-left .event-thumb {
    top: 28px;
    left: 145px;
    right: 17px;
    bottom: 121px;
  }
}
body .section-1 .event-wrap .event-left .event-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .section-1 .event-list {
  padding: 0 2rem 0 1.5rem;
  height: 322px;
  overflow: auto;
}
@media (max-width: 1199px) {
  body .section-1 .event-list {
    height: 32rem;
  }
}
body .section-1 .event-list .event-content-tab {
  display: none;
}
body .section-1 .event-list .event-content-tab.active {
  display: block;
}
body .section-1 .event-list .item {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  border-bottom: 1px dashed #0297ce;
}
@media (max-width: 767px) {
  body .section-1 .event-list .item {
    font-size: 14px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
body .section-1 .event-list .item .item-news {
  background: #e64e0c;
  color: #fff;
  font-size: 27px;
  flex: 0 0 91px;
  height: 39px;
  justify-content: center;
  display: flex;
}
@media (max-width: 767px) {
  body .section-1 .event-list .item .item-news {
    font-size: 14px;
    height: auto;
    flex: 0 0 45px;
  }
}
body .section-1 .event-list .item .item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .section-1 .event-right {
  position: relative;
}
body .section-11 .event-wrap .event-heading {
  position: absolute;
  top: -57px;
  left: 27px;
  right: 0;
  background: url("/wp-content/themes/n2/assets/images/khung-head.png")
    center/cover no-repeat;
  width: 599px;
  height: 122px;
}
body .section-1 .event-wrap .event-heading ul {
  margin: 0;
  height: 70%;
  align-items: center;
}
body .section-1 .event-wrap .event-heading ul li {
  width: 124px;
  height: 44px;
  margin-left: 13px;
  text-align: center;
}
@media (max-width: 991px) {
  body .section-1 .event-wrap .event-heading ul li {
    width: 15rem;
    height: 5.5rem;
    margin-left: 0;
    font-size: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
body .section-1 .event-wrap .event-heading ul li.active {
  background-image: url("/wp-content/themes/n2/assets/images/btn_1.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
body .section-1 .event-wrap .event-content2 {
  background-image: url("/wp-content/themes/n2/assets/images/khung-2.png");
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 864px;
  height: 368px;
}
@media (max-width: 1400px) {
  body .section-1 .event-wrap .event-content2 {
    background-position-x: left;
    background-size: 115%;
    width: 748px;
  }
}
@media (max-width: 1200px) {
  body .section-1 .event-wrap .event-content2 {
    background-size: 134%;
    width: 648px;
  }
}
@media (min-width: 1200px) {
  body .section-1 .event-wrap-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  body .section-1 .event-wrap-mobile {
    margin-top: 30px;
  }
}
body .section-1 .event-wrap-mobile .banner-mobile {
  position: relative;
}
body .section-1 .event-wrap-mobile .banner-mobile .banner-thumb {
  position: absolute;
  top: 22px;
  left: 31px;
  right: 21px;
  bottom: 12px;
  background: #000;
  clip-path: polygon(
    4% 75%,
    0% 1%,
    96% 0%,
    100% 12%,
    96% 100%,
    67% 91%,
    9% 98%
  );
}
@media (max-width: 991px) {
  body .section-1 .event-wrap-mobile .banner-mobile .banner-thumb {
    top: 4%;
    left: 3.6%;
    right: 2.5%;
    bottom: 3%;
  }
}
body
  .section-1
  .event-wrap-mobile
  .banner-mobile
  .banner-thumb
  #carousel-banner-mobile {
  height: 100%;
}
body
  .section-1
  .event-wrap-mobile
  .banner-mobile
  .banner-thumb
  #carousel-banner-mobile
  .carousel-inner {
  height: 100%;
}
body
  .section-1
  .event-wrap-mobile
  .banner-mobile
  .banner-thumb
  #carousel-banner-mobile
  .carousel-inner
  .carousel-item {
  height: 100%;
}
body
  .section-1
  .event-wrap-mobile
  .banner-mobile
  .banner-thumb
  #carousel-banner-mobile
  .carousel-inner
  .carousel-item
  img {
  height: 100%;
  object-fit: cover;
}
body .section-1 .event-wrap-mobile .event-content {
  margin-top: 50px;
}
@media (max-width: 767px) {
  body .section-1 .event-wrap-mobile .event-content {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  body .section-1 .event-wrap-mobile .event-content .event-wrap {
    display: block;
  }
}
body .section-1 .event-wrap-mobile .event-content .event-wrap .event-heading {
  position: static;
  width: 100%;
  background: 0 0;
  height: auto;
}
body
  .section-1
  .event-wrap-mobile
  .event-content
  .event-wrap
  .event-heading
  ul {
  margin: 0;
  justify-content: space-between;
}
body
  .section-1
  .event-wrap-mobile
  .event-content
  .event-wrap
  .event-heading
  ul
  li {
  background-image: url("/wp-content/themes/n2/assets/images/btn_1_shadow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 233px;
  height: 79px;
  margin: 0;
  font-size: 55px;
}
@media (max-width: 991px) {
  body
    .section-1
    .event-wrap-mobile
    .event-content
    .event-wrap
    .event-heading
    ul
    li {
    font-size: 40px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  body
    .section-1
    .event-wrap-mobile
    .event-content
    .event-wrap
    .event-heading
    ul
    li {
    padding: 9px 0;
    font-size: 20px;
    background-size: 100%;
    height: auto;
  }
}
body
  .section-1
  .event-wrap-mobile
  .event-content
  .event-wrap
  .event-heading
  ul
  li.active {
  background-image: url("/wp-content/themes/n2/assets/images/btn_1.png");
}
body .section-1 .event-wrap-mobile .event-content .event-wrap .event-content {
  background-image: url("/wp-content/themes/n2/assets/images/bg-content-mobile.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 100%;
  padding-top: 57%;
  position: relative;
}
@media (max-width: 991px) {
  body .section-1 .event-wrap-mobile .event-content .event-wrap .event-content {
    height: 390px;
  }
}
@media (max-width: 767px) {
  body .section-1 .event-wrap-mobile .event-content .event-wrap .event-content {
    height: auto;
  }
}
body
  .section-1
  .event-wrap-mobile
  .event-content
  .event-wrap
  .event-content
  .event-list {
  width: 100%;
  padding: 0;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body
  .section-1
  .event-wrap-mobile
  .event-content
  .event-wrap
  .event-content
  .event-list
  .event-content-tab {
  overflow: auto;
  position: absolute;
  top: 30px;
  left: 50px;
  right: 50px;
  bottom: 60px;
}
@media (max-width: 767px) {
  body
    .section-1
    .event-wrap-mobile
    .event-content
    .event-wrap
    .event-content
    .event-list
    .event-content-tab {
    top: 15px;
    left: 35px;
    right: 35px;
    bottom: 20px;
  }
}
body .main-title {
  background: url("/wp-content/themes/n2/assets/images/bg-title.png")
    center/contain no-repeat;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 49px;
  color: #222;
}
@media (max-width: 1199px) {
  body .main-title {
    height: 75px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  body .main-title {
    height: 50px;
    font-size: 20px;
  }
}
body .system-avatar {
  background: url("/wp-content/themes/n2/assets/images/banner-2.png")
    center/cover no-repeat;
  width: 100%;
  height: 130rem;
  margin-top: -23rem;
  padding-top: 15rem;
}
body .system-avatar .avatar-list {
  display: flex;
  justify-content: center;
  gap: 0px;
  padding: 3rem 0 0;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  body .system-avatar .avatar-list {
    max-width: 90%;
    margin: 0 auto;
  }
}
body .system-avatar .avatar-detail-wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  body .system-avatar .avatar-detail-wrap {
    justify-content: center;
  }
}
body .system-avatar .avatar-detail-wrap .avatar-detail {
  display: none;
}
body .system-avatar .avatar-detail-wrap .avatar-detail.active {
  display: block;
}
@media (max-width: 991px) {
  body .system-avatar .avatar-detail-wrap .avatar-detail {
    width: 587px;
    background-position: top;
  }
}
@media (max-width: 767px) {
  body .system-avatar .avatar-detail-wrap .avatar-detail {
    background-position: center top;
    height: auto;
    background-size: 100%;
    padding-top: 63%;
  }
}
body .system-avatar .avatar-detail-wrap .avatar-detail .avatar-content {
  padding: 50px 183px 50px 125px;
}
@media (max-width: 991px) {
  body .system-avatar .avatar-detail-wrap .avatar-detail .avatar-content {
    padding: 25px 168px 50px 50px;
  }
}
@media (max-width: 767px) {
  body .system-avatar .avatar-detail-wrap .avatar-detail .avatar-content {
    padding: 20px 24% 20px 40px;
    position: absolute;
    top: 0;
  }
}
@media (max-width: 413px) {
  body .system-avatar .avatar-detail-wrap .avatar-detail .avatar-content {
    padding: 20px 30px 20px 40px;
  }
}
body
  .system-avatar
  .avatar-detail-wrap
  .avatar-detail
  .avatar-content
  .avatar-title {
  font-size: 62px;
  color: #e64e0c;
  margin: 0;
}
@media (max-width: 991px) {
  body
    .system-avatar
    .avatar-detail-wrap
    .avatar-detail
    .avatar-content
    .avatar-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  body
    .system-avatar
    .avatar-detail-wrap
    .avatar-detail
    .avatar-content
    .avatar-title {
    font-size: 30px;
  }
}
body
  .system-avatar
  .avatar-detail-wrap
  .avatar-detail
  .avatar-content
  .content {
  font-size: 37px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  body
    .system-avatar
    .avatar-detail-wrap
    .avatar-detail
    .avatar-content
    .content {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  body
    .system-avatar
    .avatar-detail-wrap
    .avatar-detail
    .avatar-content
    .content {
    margin-bottom: 0;
    font-size: 18px;
  }
}
body .system-avatar .avatar-detail-wrap .avatar-detail .avatar-content .skill {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 991px) {
  body
    .system-avatar
    .avatar-detail-wrap
    .avatar-detail
    .avatar-content
    .skill {
    width: 100%;
    padding: 10px 10% 0;
  }
}
@media (max-width: 413px) {
  body
    .system-avatar
    .avatar-detail-wrap
    .avatar-detail
    .avatar-content
    .skill {
    display: none;
  }
}
body
  .system-avatar
  .avatar-detail-wrap
  .avatar-detail
  .avatar-content
  .skill
  .item {
  flex: 0 0 20%;
  padding-top: 20%;
  position: relative;
}
body
  .system-avatar
  .avatar-detail-wrap
  .avatar-detail
  .avatar-content
  .skill
  .item
  .skill-item {
  background: #000;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  overflow: hidden;
}
body
  .system-avatar
  .avatar-detail-wrap
  .avatar-detail
  .avatar-content
  .skill
  .item
  .skill-item
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .system-avatar .avatar-detail-wrap .avatar-thumb {
  position: absolute;
  top: -54px;
  right: -360px;
}
@media (max-width: 1199px) {
  body .system-avatar .avatar-detail-wrap .avatar-thumb {
    top: 63px;
    right: -385px;
  }
}
@media (max-width: 991px) {
  body .system-avatar .avatar-detail-wrap .avatar-thumb {
    right: -395px;
    width: auto;
    top: -20px;
  }
}
@media (max-width: 767px) {
  body .system-avatar .avatar-detail-wrap .avatar-thumb {
    right: -129px;
    width: 55%;
    top: 53px;
  }
}
@media (max-width: 413px) {
  body .system-avatar .avatar-detail-wrap .avatar-thumb {
    display: none;
  }
}
@media (max-width: 1199px) {
  body .system-avatar .avatar-detail-wrap .avatar-thumb img {
    width: 65%;
  }
}
body .system-avatar .avatar-detail-wrap .skill-mobile {
  margin: 50px 0;
}
@media (min-width: 414px) {
  body .system-avatar .avatar-detail-wrap .skill-mobile {
    display: none;
  }
}
body .system-avatar .avatar-detail-wrap .skill-mobile .skill {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
body .system-avatar .avatar-detail-wrap .skill-mobile .skill .item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
}
body .section-3 {
  background-image: url("/wp-content/themes/n2/assets/images/banner-3.png");
  width: 100%;
  height: 1050px;
  margin-top: -13rem;
  padding-top: 8rem;
}
body .section-3 #sectionSlider .carousel-item img {
  width: 85%;
}
@media (max-width: 767px) {
  body .section-3 #sectionSlider .carousel-item img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body .section-3 #sectionSlider .carousel-control-prev img,
  body .section-3 #sectionSlider .carousel-control-next img {
    width: 50%;
  }
}
